﻿/*==BEGIN: SLIDER==*/
#vnt-slider-home {
    height: 100%;
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0
}

#vnt-slider-home .img {
    height: 100vh;
    cursor: none;
}

#vnt-slider-home .slick-dots {
    position: absolute;
    bottom: 30px;
    right: 25px;
    width: auto;
}

#vnt-slider-home .slick-dots li {
    margin: 0 8px;
    width: 16px;
    height: 16px;
}

#vnt-slider-home .slick-dots li span {
    font-size: 14px;
    color: #FFF;
    cursor: pointer;
    position: relative;
    -moz-transform: all 0.5s ease;
    -ms-transform: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#vnt-slider-home .slick-dots li.slick-active span {
    font-size: 20px;
    font-weight: 800;
    color: #fdb41d;
}

#vnt-slider-home .vnt-cursor {
    display: none;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 1000;
    pointer-events: none;
    width: 33px;
    height: 54px;
    margin-top: -16px;
    margin-left: -27px;
}

#vnt-slider-home .vnt-cursor.isVisible {
    display: block;
}

#vnt-slider-home .cursorIcon {
    width: 33px;
    height: 54px;
    pointer-events: none;
    background-image: url(../images/cursor-left.png);
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -moz-transition: -moz-transform 0.4s ease-out;
    -o-transition: -o-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
}

#vnt-slider-home .vnt-cursor.right .cursorIcon {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

#vnt-content > div:nth-child(2n+1) {
    background-color: #f3f3f3;
}

.grid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*==BEGIN: ABOUT==*/
.vnt-about {
    padding: 120px 0;
    background-color: #FFFFFF !important;
    border-bottom: 1px solid #f3f3f3;
}

#svg-container {
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    -webkit-transform-origin: top right;
    transform-origin: top right;
}

#svg-container.lazyloading {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
}

#svg-container .poly {
    fill: #faa420;
}

.vnt-about .grid {
    margin: 0 -15px;
}

.vnt-about .grid .col {
    padding: 0 15px;
}

.vnt-about .name-company .txt {
    font-size: 35px;
    font-weight: 400;
    padding-top: 35px;
    padding-bottom: 15px;
    position: relative;
}

.vnt-about .name-company .txt:after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: '';
    width: 50px;
    height: 2px;
    background-color: #faa420;
}

.vnt-about .name-company .txt > span {
    display: block;
    padding-top: 10px;
    font-size: 50px;
    font-weight: 800;
    text-transform: uppercase;
}

.vnt-about .des {
    font-size: 15px;
    line-height: 25px;
    text-align: justify;
}

.vnt-about .link {
    padding-top: 35px;
}

/*====BEGIN COUNT TEXT====*/
.designIcon {
    padding: 40px 0;
}

.designIcon .icon {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.designIcon .icon .img {
    width: 40px;
    height: 50px;
    margin-right: 15px;
    text-align: center;
    position: relative;
}

.designIcon .icon .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.designIcon .icon .img:hover {
    background-color: #FFF;
}

.designIcon .icon .img:hover i {
    color: #b8090c;
}

.designIcon .icon .tend {
    font-size: 15px;
    line-height: 30px;
    color: #999999;
}

.designIcon .icon .num {
    font-size: 20px;
    line-height: 30px;
    color: #333333;
}

.designIcon .icon .num span.counter {
    font-size: 25px;
    font-weight: 700;
    margin-right: 5px;
}

/*====BEGIN PRODUCT====*/
.cf:after {
    clear: both;
    content: "";
    display: block;
    height: 0
}

.p-item {
    position: relative;
}

.p-item .img {
    position: relative;
    overflow: hidden;
    -webkit-transform: -webkit-transform 0.35s;
    -moz-transform: -moz-transform 0.35s;
    -o-transform: -o-transform 0.35s;
    -ms-transform: -ms-transform 0.35s;
    transform: transform 0.35s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.p-item .img img {
    position: absolute;
    top: 50%;
    max-height: 100%;
    -moz-transform: all 0.3s linear;
    -ms-transform: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
#featured-prod {
    -moz-transform: all 0.8s linear;
    -ms-transform: all 0.8s linear;
    -webkit-transition: all 0.8s linear;
    -o-transition: all 0.8s linear;
    transition: all 0.8s linear;
}
.no-width {
    padding-left: calc((100% - 1170px) / 2);
}
#featured-prod .p-item:hover .img img {
    top: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    -moz-transform: translate3d(0, -50px, 0);
    -o-transform: translate3d(0, -50px, 0);
    -ms-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
}

#featured-prod .p-item .img {
    padding-top: 127.027027%;
}

#featured-prod .p-item .img::before, #featured-prod .p-item .img::after {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 95px;
    left: 30px;
    content: '';
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

#featured-prod .p-item .img::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

#featured-prod .p-item .img::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}

#featured-prod .p-item:hover .img::before, #featured-prod .p-item:hover .img::after {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

#featured-prod .p-item .img img {
    left: 0;
    width: 100%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#featured-prod .p-item .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    color: #FFFFFF;
    z-index: 2;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .6);
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+1,1+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0); /* IE6-9 */
    -moz-transform: all 0.3s linear;
    -ms-transform: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

#featured-prod .p-item .caption:before {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    z-index: -1;
    background: #faa420;
    -moz-transform: all 0.3s linear;
    -ms-transform: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

#featured-prod .p-item:hover .caption:before {
    top: 0;
}

#featured-prod .p-item .title {
    display: inline-block;
    font-size: 20px;
    font-weight: 800;
    line-height: 25px;
    text-transform: uppercase;
    padding-right: 40px;
}

#featured-prod .p-item .title a {
    color: #FFFFFF;
}

#featured-prod .p-item .link {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

#featured-prod .p-item .link .ico-more {
    position: relative;
    display: inline-block;
    width: 31px;
    height: 31px;
    background: url(../images/plus-icon.svg) 0 0/cover no-repeat;
}

#featured-prod .p-item .link .ico-more::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #FFFFFF;
    z-index: -1;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4f4230+0,faa420+50,87622c+100 */
    background: rgb(79, 66, 48); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(79, 66, 48, 1) 0%, rgba(250, 164, 32, 1) 50%, rgba(135, 98, 44, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(79, 66, 48, 1) 0%, rgba(250, 164, 32, 1) 50%, rgba(135, 98, 44, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(79, 66, 48, 1) 0%, rgba(250, 164, 32, 1) 50%, rgba(135, 98, 44, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4f4230', endColorstr='#87622c', GradientType=0); /* IE6-9 */
    content: '';
    opacity: 0;
    -moz-transform: all 0.3s linear;
    -ms-transform: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

#featured-prod .p-item:hover .link .ico-more::before {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/*=========BEGIN BEST SELLER PRODUCT========*/
#betsell-prod .p-item {
    margin-bottom: 30px;
}

#betsell-prod .p-item .img {
    padding-top: 150%;
    background-color: #231f20;
}

#betsell-prod .p-item .img img {
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#betsell-prod .p-item:hover .img img {
    -moz-transform: translate(-50%, -50%) scale(1.05);
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    -ms-transform: translate(-50%, -50%) scale(1.05);
    -o-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05);
}

#betsell-prod .p-item .bor-effect::before, #betsell-prod .p-item .bor-effect::after {
    border-color: #faa420;
}

#betsell-prod .p-item .caption {
    text-align: center;
    padding: 15px 15px 0;
    text-transform: uppercase;
}

#betsell-prod .p-item .code {
    padding: 0;
    font-size: 13px;
    color: #666666;
    line-height: 27px;
}

#betsell-prod .p-item .code span {
    color: #faa420;
}

#betsell-prod .p-item .title {
     font-size: 15px;
     font-weight: 700;
     line-height: 27px;
   -webkit-line-clamp: 2;
    height: 54px;
 }

/*=========BEGIN PROJECT========*/
.proj-item {
    position: relative;
    overflow: hidden;
    -webkit-perspective: 300px;
    perspective: 300px;
    margin-bottom: 30px;
}

.proj-item .img {
    position: relative;
    overflow: hidden;
    padding-top: 66.756756%;
}

.proj-item .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.proj-item .caption {
    color: #FFF;
    text-align: center;
}

.proj-item .caption .title {
    font-size: 15px;
    line-height: 27px;
    text-transform: uppercase;
}

/*=========BEGIN NEWS========*/
.vnt-newshome .news-item {
    position: relative;
    margin-bottom: 30px;
}

.vnt-newshome .img {
    position: relative;
    overflow: hidden;
    padding-top: 66.666666%;
}

.vnt-newshome .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.vnt-newshome .date {
    font-size: 13px;
    line-height: 24px;
    color: #999999;
}

.n_fea .caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    padding: 25px;
    color: #FFFFFF;
}

.n_fea .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}

.n_fea .title a {
    color: #FFFFFF;
}

.topNews .news-item {
    padding: 15px;
    background-color: #f3f3f3;
}

.topNews .news-item:not(:last-child) {
    margin-bottom: 25px;
}

.topNews .col-img {
    float: left;
    width: 120px;
    margin-right: 15px;
}

.topNews .title {
    font-size: 16px;
    line-height: 23px;
    font-weight: 600;
}

/*==BEGIN: VIDEO==*/
.vnt-video .video-item {
    position: relative;
    text-align: center;
}

.vnt-video .img {
    position: relative;
    padding-top: 56.239316%;
    overflow: hidden;
    text-align: center;
}

.vnt-video .img:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background-color: #000000;
    opacity: 0.8;
}

.vnt-video .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: -webkit-transform 4s cubic-bezier(0, .6, .45, 1), opacity 0.3s linear;
    transition: transform 4s cubic-bezier(0, .6, .45, 1), opacity 0.3s linear;
    transition: transform 4s cubic-bezier(0, .6, .45, 1), -webkit-transform 7s cubic-bezier(0, .6, .45, 1), opacity 0.3s linear;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0.8;
}

.vnt-video .img:hover img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}

.vnt-video .caption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    color: #ffffff;
    padding: 30px;
    flex-direction: column;
    pointer-events: none;
}

.vnt-video .caption a {
    display: block;
}

.vnt-video .caption .icon {
    display: inline-block;
    width: 80px;
    height: 80px;
    -moz-transform: all 0.3s linear;
    -ms-transform: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
}

.vnt-video .caption .icon i {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.vnt-video .caption .icon:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: '';
    z-index: 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,faa420+100 */
    background: rgb(255, 255, 255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(250, 164, 32, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(250, 164, 32, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(250, 164, 32, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#faa420', GradientType=0); /* IE6-9 */
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    -moz-transform: all 0.3s linear;
    -ms-transform: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.vnt-video .video-item:hover .icon:before {
    opacity: 1;
    visibility: visible;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.vnt-video .caption .icon img {
    position: relative;
    z-index: 1;
}

.vnt-video .caption .title {
    display: block;
    font-size: 50px;
    line-height: 60px;
    font-weight: 800;
    margin: 30px 0 15px;
    text-transform: uppercase;
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.vnt-video .caption a {
    color: #FFF;
}

.vnt-video .caption .des {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

/*=================RESPONSIVE=================*/
@media screen and (min-width: 992px) {
    .vnt-about .grid .col {
        width: 33.33333333%;
    }

    .vnt-about .name-company {
        line-height: 65px;
        text-align: right;
    }


    .proj-item .caption {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 110;
        padding: 20px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgba(30, 18, 0, 0.67);
        opacity: 0;
        z-index: 1;
        -webkit-transition-duration: .5s;
        -moz-transition-duration: .5s;
        -ms-transition-duration: .5s;
        transition-duration: .5s;
        -ms-transform-origin: center left;
        -moz-transform-origin: center left;
        -webkit-transform: center left;
        transform-origin: center left;
        -webkit-transform: rotateX(-108deg);
        -ms-transform: rotateX(-108deg);
        -moz-transform: rotateX(-108deg);
        transform: rotateX(-108deg);
    }

    .proj-item:hover .caption {
        opacity: 1;
        -webkit-transform-origin: center left;
        -moz-transform-origin: center left;
        -ms-transform-origin: center left;
        transform-origin: center left;
        -webkit-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }

    .proj-item:hover .caption .title a {
        color: #FFFFFF;
    }
}
@media screen and (min-width: 1200px) {
    .designIcon .row > div:not(:first-child) .icon {
        padding-left: 15px;
        border-left: 1px solid #eeeeee;
    }
}

@media screen and (max-width: 1199px) {
    #featured-prod {
        padding-left: 15px;
    }
}

@media screen and (max-width: 991px) {
    #vnt-slider-home .img {
        height: 50vh;
    }

    #vnt-content .vnt-about {
        padding: 60px 0 0;
    }

    .vnt-about .grid {
        display: block;
    }

    .vnt-about .grid .col {
        width: 100%;
    }

    #svg-container {
        display: none;
    }

    .vnt-about .name-company {
        text-align: center;
        line-height: 48px;
    }

    .vnt-about .name-company .txt {
        font-size: 26px;
        padding-top: 25px;
        padding-bottom: 10px;
        margin-bottom: 30px;
    }

    .vnt-about .name-company .txt:after {
        width: 37px;
        height: 1px;
        right: auto;
        left: 50%;
        margin-left: -18px;
    }

    .vnt-about .name-company .txt > span {
        font-size: 37px;
    }

    .vnt-about .name-company img {
        max-height: 110px;
    }

    .vnt-about .link {
        padding: 15px 0 30px;
        text-align: center;
    }

    #new-prods {
        padding-bottom: 20px;
    }

    .vnt-product .row {
        margin: 0 -10px;
    }

    .vnt-product .row > div {
        padding: 0 10px;
    }

    .proj-item .caption {
        padding: 15px 15px 0;
    }

    .vnt-newshome .news-item {
        margin-bottom: 20px;
    }

    .n_fea .title {
        font-size: 15px;
        line-height: 24px;
    }

    .vnt-newshome .row > div:first-child .des {
        height: auto;
    }

    .vnt-video .caption {
        -webkit-transform: scale(0.6);
        -moz-transform: scale(0.6);
        -o-transform: scale(0.6);
        -ms-transform: scale(0.6);
        transform: scale(0.6);
    }
}

@media screen and (max-width: 767px) {
    .designIcon .icon {
        padding: 15px 0;
    }

    .designIcon .row > div:first-child .icon {
        padding-top: 0;
    }

    .designIcon .row > div:last-child .icon {
        padding-bottom: 0;
    }

    .designIcon .row > div:nth-child(n+2) .icon {
        border-top: 1px solid #eeeeee;
    }

    .p-item .caption {
        padding: 15px;
    }

    #featured-prod .p-item .des, .topNews .des {
        display: none;
    }

    .p-item .link {
        padding-top: 5px;
    }
}

@media screen and (max-width: 480px) {
    .vnt-project .row > div {
        width: 100%;
    }

    .topNews .news-item:not(:last-child) {
        margin-bottom: 20px;
    }

    .topNews .title {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .topNews .date {
        margin-bottom: 0;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .vnt-about .name-company .txt {
        font-size: 30px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .designIcon .row > div:nth-child(n+3) .icon {
        margin-top: 15px;
    }
    .vnt-product .row > div:nth-child(3n+1) {
        clear: both;
    }
}

@media screen and (min-width: 481px) and (max-width: 991px) {
    .proj-item .caption .title {
        -webkit-line-clamp: 3;
        height: 81px;
    }
}