
/*  */
.vnt-slider-home .item{
    position: relative;
}
.vnt-slider-home .item .caption{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%)
}

.vnt-slider-home .linecap .t1{
    transform: translateY(100px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}

.vnt-slider-home .slick-current .linecap .t1{
    transform: initial;
    opacity: 1;
    visibility: initial;
}
.vnt-slider-home .item  video{
    object-fit: cover;
    width: 100%;
    height: calc(100vh - 88px);
}
.vnt-slider-home .item{
    overflow: hidden;
}
.vnt-slider-home .item .img{
    overflow: hidden;
}
.vnt-slider-home .item .img a{
    display: block;
    -webkit-animation: immortalkenburns 20000ms linear 0s infinite alternate;
    animation: immortalkenburns 20000ms linear 0s infinite alternate;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(100vh - 103px);
    max-height: 630px;
}
.vnt-slider-home .item img{
    width: 100%;
    display: none;
}
@-webkit-keyframes immortalkenburns{
	0%{-webkit-transform:scale(1.3);-webkit-transition:-webkit-transform 20000ms linear 0ms}
	100%{-webkit-transform:scale(1);-webkit-transition:-webkit-transform 20000ms linear 0ms}
}
@-moz-keyframes immortalkenburns{
	0%{-moz-transform:scale(1.3);-moz-transition:-moz-transform 20000ms linear 0ms}
	100%{-moz-transform:scale(1);-moz-transition:-moz-transform 20000ms linear 0ms}
}
@-ms-keyframes immortalkenburns{
	0%{-ms-transform:scale(1.3);-ms-transition:-ms-transform 20000ms linear 0ms}
	100%{-ms-transform:scale(1);-ms-transition:-ms-transform 20000ms linear 0ms}
}
@-o-keyframes immortalkenburns{
	0%{-o-transform:scale(1.3);-o-transition:-o-transform 20000ms linear 0ms}
	100%{-o-transform:scale(1);-o-transition:-o-transform 20000ms linear 0ms}
}
@keyframes immortalkenburns{
	0%{transform:scale(1.3);transition:transform 20000ms linear 0ms}
	100%{transform:scale(1);transition:transform 20000ms linear 0ms}
}
/* box 2 */
.abouthome{

}
.abouthome .abvideo a{
    display: block;
    position: relative;
}
.abouthome .abvideo img{
    width: 100%;
}
.abouthome .abvideo a .playvideo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 100%;
}
.abouthome .abvideo a .playvideo::after{
    content: '';
    position: absolute;
    top: 51%;
    left: 55%;
    transform: translate(-50%, -50%);
    background-image: url('../images/iconvideo.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 18px;
    height: 22px;
}
.abouthome .abtitle h2{
    font-size: 35px;
    line-height: 47px;
    font-weight: 400;
}
.abouthome .absolu{
    padding-left: 40px;
    position: relative;
}
.abouthome .absolu::before{
    content: '"';
    position: absolute;
    left: 0;
    top: 0px;
    font-size: 65px;
    color: #009293;
}
/* box 3 */
.producthome .tendprohome{
    max-width: 1000px;
}
.itemproduct .decs h3{
    font-size: 18px;
    line-height: 27px;
    height: 27px;
    overflow: hidden;
}
.itemproduct .decs .tend{
    height: 66px;
    overflow: hidden;
    padding-right: 30px;
}
.itemproduct .decs .view{
    position: relative;
    margin-top: -10px;
}
.itemproduct .decs .view a{
    font-size: 18px;
    line-height: 27px;
    color: #666666;
}
.itemproduct .decs .view a:hover{
    color: #009293;
}


/* itemproject */
.itemproject .decs {
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: rgb(0,0,0);
    background: linear-gradient( 0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
    pointer-events: none;
}

/* news */
.itemsolution{
    height: 100%;
}
.itemsolution a{
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 24px;
}
.itemsolution a:hover{
    transform: translateY(-5px);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
}
.itemsolution .icon{
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #019393;
    position: relative;
}
.itemsolution .icon img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 60%;
    max-height: 60%;
}
.itemsolution .text{
    width: calc(100% - 60px);
    padding-left: 15px;
}
/* partnetr */

.partnerhome .tendpartner {
    max-width: 870px;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
}
.sliderpartner .slick-dots{
    margin-top: 20px;
} 
.sliderpartner.vhdots .slick-dots li.slick-active button{
    background-color: #009293;
}

/* chungnhanhome */
.itemchung a{
    display: block;
    display: block;
    overflow: hidden;
    position: relative;
    padding-top: 60%;
}

.itemchung img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
} 
.itemchung a:hover{
    transform: translateY(-5px);
}
@media screen and (min-width: 1600px) {
    .vnt-slider-home .item .img a{
        max-height: 800px;
    }
}
@media screen and (max-width: 1200px) {
    .abouthome .abtitle h2 {

    }

}
@media screen and (max-width: 991px) {
    .vnt-slider-home.vhdots .slick-dots li button{
        border-color: #697882;
    }
    .vnt-slider-home.vhdots .slick-dots li.slick-active button{
        background-color: #697882;
    }
    .vnt-slider-home .item .caption{
        position: static;
        background: transparent;
        padding: 20px 10px 40px;
        text-align: center
    }
    .vnt-slider-home .item .caption .vhtextcolor-w{
        color: #77a9ba;
    }
    .vnt-slider-home .item .img a{
        height: 100%;
    }
    .vnt-slider-home .item img{
        width: 100%;
        display: block;
    }
    .vnt-slider-home .item  video{
        height: 100%;
    }
    /*  */
    .abouthome .abtitle h2{
        
    }
    /* box 4 */
    .nhamayhome{
        padding: 120px 0;
    }
    /*  */
    .itemnews .titlenews a{
        height: 42px;
    }
    /*  */
    .chungnhanhome .slchunghome {
        margin-bottom: 60px;
    }
    .slchunghome.vhbtnslick .slick-arrow{
        top: inherit;
        transform: inherit;
        bottom: -60px;
        border: 1px solid rgba(0,0,0,0.1);
    }
    .slchunghome.vhbtnslick .slick-prev{
        left: calc(50% - 40px);
    }
    .slchunghome.vhbtnslick .slick-next{
        left: calc(50% + 10px);
    }
}
@media screen and (max-width: 767px) {
    .abouthome .absolu::before{
        font-size: 55px;
    }
    .abouthome .absolu{
        font-size: 26px;
        line-height: 34px;
        padding-left: 30px;
    }
    .abouthome .abvideo a .playvideo{
        width: 65px;
        height: 65px;
    }
    .abouthome .abvideo a .playvideo::after{
        width: 16px;
        height: 20px;
    }

    .abouthome .viewAll a{
        width: 100%;
        text-align: center;
    }
    .producthome .viewAll a{
        width: 100%;
    }
    .itemproduct .decs .tend{
        padding-right: 10px;
    }

    /*  */
    .slprojecthome {
        margin-bottom: 60px;
    }
    .slprojecthome.vhbtnslick .slick-arrow{
        top: inherit;
        transform: inherit;
        bottom: -60px;
    }
    .slprojecthome.vhbtnslick .slick-prev{
        left: calc(50% - 40px);
    }
    .slprojecthome.vhbtnslick .slick-next{
        left: calc(50% + 10px);
        right: inherit;
    }
}
@media screen and (max-width: 409px) {
    .abouthome .abtitle h2 {
        font-size: 28px;
        line-height: 40px;
    }
}


