/*===========================SLIDER HOME=============================*/
.vnt-slide-home .img img {
    display: none;
}
.vnt-slide-home .slick-slide.slick-current .img {
    -webkit-animation: zoomImg 60s linear;
    -o-animation: zoomImg 60s linear;
    animation: zoomImg 60s linear;
}

@-webkit-keyframes zoomImg {
0%{-webkit-transform:scale(1) rotate(0deg);-ms-transform:scale(1) rotate(0deg);-o-transform:scale(1) rotate(0deg);transform:scale(1) rotate(0deg)}
50%{-webkit-transform:scale(1.3) rotate(0deg);-ms-transform:scale(1.3) rotate(0deg);-o-transform:scale(1.3) rotate(0deg);transform:scale(1.3) rotate(0deg)}
100%{-webkit-transform:scale(1.5) rotate(0deg);-ms-transform:scale(1.5) rotate(0deg);-o-transform:scale(1.5) rotate(0deg);transform:scale(1.5) rotate(0deg)}
}
@keyframes zoomImg {
0%{-webkit-transform:scale(1) rotate(0deg);-ms-transform:scale(1) rotate(0deg);-o-transform:scale(1) rotate(0deg);transform:scale(1) rotate(0deg)}
50%{-webkit-transform:scale(1.3) rotate(0deg);-ms-transform:scale(1.3) rotate(0deg);-o-transform:scale(1.3) rotate(0deg);transform:scale(1.3) rotate(0deg)}
100%{-webkit-transform:scale(1.5) rotate(0deg);-ms-transform:scale(1.5) rotate(0deg);-o-transform:scale(1.5) rotate(0deg);transform:scale(1.5) rotate(0deg)}
}
.vnt-slide-home .slide {
    position: relative;
}

/* ANIMATION HOME*/
.vnt-slide-home .caption {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    -webkit-transition: all 0.7s linear 0.4s;
    -o-transition: all 0.7s linear 0.4s;
    transition: all 0.7s linear 0.4s;
    opacity: 0;
    visibility: hidden;
    pointer-events: auto;
    -moz-transform: translate(-50%,100px);
    -webkit-transform: translate(-50%,100px);
    -ms-transform: translate(-50%,100px);
    -o-transform: translate(-50%,100px);
    transform: translate(-50%,100px);
    color: #FFF;
    max-width: 600px;
    text-align: center;
    text-shadow: 2px 2px 2px rgba(0,0,0,.2);
    text-transform: uppercase;
}
.vnt-slide-home .caption:after {
    position: absolute;
    bottom: 0;
    left: 50%;    
    content: '';
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100px;
    height: 1px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2)
}
.vnt-slide-home .slick-current .caption {
    opacity: 1;
    visibility: initial;
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.vnt-slide-home .caption .title {
    font-size: 60px;
    line-height: 70px;
    font-weight: 600;
    margin-bottom: 10px
}

.vnt-slide-home .caption .des {
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 30px;
}

.vnt-slide-home .caption .link a {
    display: inline-block;
    font-size: 14px;
    color: #FFF;
    text-transform: uppercase;
    padding: 15px 40px;
    border: 1px solid #007f01;
    position: relative;
}

.vnt-slide-home .caption .link a.bor-effect:hover::before {
    border-top-color: #FFF;
    border-right-color: #FFF;
}

.vnt-slide-home .caption .link a.bor-effect:hover::after {
    border-bottom-color: #FFF;
    border-left-color: #FFF;
}
.vnt-slide-home .slick-prev {
    left: 20px;   
}

.vnt-slide-home .slick-next {
    right: 20px;
}
.vnt-slide-home .slick-arrow {
    background-color: #FFFFFF;   
    opacity: 0;
    visibility: hidden;
}
.vnt-slide-home:hover .slick-arrow {    
    opacity: 1;
    visibility: visible;
}
.vnt-slide-home .slick-arrow:hover {
    background-color: #e4312c;
}
.vnt-slide-home:hover .slick-prev {
    left: 35px;
}

.vnt-slide-home:hover .slick-next {
    right: 35px;
}

.vnt-slide-home .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    text-align: center;
}

.vnt-slide-home .slick-dots li {
    display: inline-block;
    margin: 0 10px;
}

.vnt-slide-home .slick-dots li button {    
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    padding: 12px 16px 0;
    background: none;
    border: none;
    border-top: solid 3px #ffffff;
    text-align: center;
}

.vnt-slide-home .slick-dots li.slick-active button {
    border-color: #e4312c;
}
.scroll-down {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-left: -15px;
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
    cursor: pointer;
}
.scroll-down i:before {
    position: absolute;
    left: 50%;
    bottom: 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-animation: scrollDestop 2s infinite;
    -moz-animation: scrollDestop 2s infinite;
    -o-animation: scrollDestop 2s infinite;
    -ms-animation: scrollDestop 2s infinite;
}
@-webkit-keyframes scrollDestop {
    0% {
        bottom: 25px;
        opacity: 0.3;
    }
    50% {
        bottom: 15px;
        opacity: 1;
    }
    100% {
        bottom: 0;
        opacity: 1;
    }
}
@keyframes scrollDestop {
    0% {
        bottom: 25px;
        opacity: 0;
    }
    50% {
        bottom: 15px;
        opacity: 1;
    }
    100% {
        bottom: 0;
        opacity: 1;
    }
}
/*===========================BOX HOME=============================*/
.boxHome {
    margin-bottom: 50px;
}

/*============================BANNER HOME===============================*/
.bannerHome {
    margin-bottom: 30px;
}

.bannerHome .slick-list {
    margin: 0 -10px;
}

.bannerHome .item {
    padding: 0 10px;
}

.bannerHome a {
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 15px;
    overflow: hidden;
}

.bannerHome img {
    width: 100%;
}

.t-main-banner .row {
    margin: 0 -10px;
}

.t-main-banner .row > div {
    padding: 0 10px;
}

/*=========BEGIN ABOUT========*/
.vnt-about {
    padding: 60px 0 20px;
}
.vnt-about img {
    width: 100%
}
.vnt-about .name-company {
    padding: 20px 40px 20px 65px;
    background-color: #e4312c;
    color: #FFFFFF;
    position: relative;
    left: -90px;
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 40px;
    font-weight: 400;
    position: relative;
}
.vnt-about .name-company:before {
    position: absolute;
    top: 25px;
    bottom: 25px;
    left: 40px;
    content: '';
    width: 5px;
    background-color: #FFFFFF;
}
.vnt-about .name-company .t1 {
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
}

.vnt-about .des {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: #666666;
}
.vnt-about .des .p1 {
    font-size: 20px;
    font-weight: 400;
}
.vnt-about .des b {
    font-size: 24px;
    color: #e4312c
}
.vnt-about .link {
    padding-top: 30px;
}
.vnt-about .link a {
    display: inline-block;
    padding: 0 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #666666;
    background-color: #FFFFFF;
    border: 1px solid #e4312c;
    position: relative;
}
.vnt-about .link a span {
    position: relative;
    z-index: 1;
    padding-right: 20px;
}
.vnt-about .link a:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background-color: #e4312c;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -moz-transform: all 0.2s ease;
    -ms-transform: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 1;
    visibility: hidden;
}
.vnt-about .link a:hover {
    color: #FFFFFF;
}
.vnt-about .link a:hover:before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.boxNews .menuTab {
    margin-bottom: 30px;
}
.boxnews .menuTab ul li a {
    font-size: 15px
}
.boxNews .linkAll {
    margin-bottom: 10px
}
/*==BEGIN: CUSTOMES==*/
.vnt-customers .slick-list {       
        margin: 0 -3px
    }

.vnt-customers .item {
        padding: 0 3px;
    }

.vnt-customers .img {
    position: relative;
    padding-top: 66.666666%;
    background-color: #f5f5f5;
    overflow: hidden;
}

.vnt-customers .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 90%;
    max-height: 90%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);-webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.vnt-customers .img:hover img {
    -moz-transform: translate(-50%, -50%) scale(1.1);
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    -o-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (min-width: 1101px) {
    .vnt-slide-home {
        height: 100%;
        position: relative;
        width: 100%;
        overflow: hidden;
        margin: 0
    }
    .vnt-slide-home .img {
        height: calc(100vh - 80px);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        position: relative;
    }
}
@media all and (min-width: 992px) {    
    .vnt-about .grid {        
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: center;
    }   
    
    .vnt-about .grid .col:first-child {
        width: 600px;
    }
    .vnt-about .grid .col:last-child {
        width: calc(100% - 600px);    
        padding-left: 40px;
    }        
}
@media all and (max-width: 1100px) {   
    .vnt-slide-home .img {
        height: 0;
        padding-top: 47.619047%;
        background-attachment: initial;
        background-size: contain
    } 
    .vnt-slide-home .caption .title {
        font-size: 50px;
        line-height: 60px;
    } 
}    
@media all and (max-width: 991px) {    
    .vnt-slide-home .slick-dots {
        display: none!important;
    }
    .vnt-slide-home .caption {
        white-space: nowrap;
    }
    .vnt-slide-home .caption .title {
        font-size: 34px;
        line-height: 40px;       
    }

    .vnt-slide-home .caption .des {
        font-size: 16px
    }
    .boxHome {
        margin-bottom: 40px;
    }
    .vnt-about {
        padding: 30px 0 0
    } 
    .vnt-about .img {
        margin-bottom: 10px
    }
    .vnt-about .name-company:before {
        left: 20px
    }
    .vnt-about .name-company {
        padding: 20px 20px 20px 40px;
        left: auto;
        margin-bottom: 30px;
        font-size: 18px;
    }
    .vnt-about .name-company .t1 {
        font-size: 20px;
        line-height: 28px
    }
    .vnt-news {
        padding-top: 20px
    }
    .vnt-news .news-item {
        margin-bottom: 30px
    }
}

@media all and (max-width: 768px) {
    .boxNews .row {
        margin-left: -5px;
        margin-right: -5px;
    }

    .boxNews .row *[class^="col-"] {
        padding-left: 5px;
        padding-right: 5px;
    }
    .sl-main .slick-arrow {
        top: auto;
        bottom: -75px;
    }
}
@media all and (max-width: 480px) {    
    .sl-logos .slick-arrow {
        display: none!important
    }
}
@media all and (max-width: 400px) {
    .list-news .row *[class^="col-"] {
        width: 100%;
    }
}