
/*  */
.tendhome{
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px;
}
.vnt-slider-home .item{
    position: relative;
}
.vnt-slider-home .item .caption{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    z-index: 1;
}
.vnt-slider-home .linecap{
    max-width: 520px;
}
.vnt-slider-home .linecap .t1{
    font-size: 45px;
    line-height: 60px;
    text-transform: uppercase;
    text-shadow: 0px 2px 3px rgb(0 0 0 / 40%);
}

.vnt-slider-home .linecap .t1, .vnt-slider-home .linecap .t2, .vnt-slider-home .linecap .viewAll{
    transform: translateX(300px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
.vnt-slider-home .linecap .t2{
    transition-delay: 0.2s;
    font-size: 16px;
    line-height: 24px;
    text-shadow: 0px 2px 3px rgb(0 0 0 / 40%);
    margin-bottom: 20px;
}
.vnt-slider-home .linecap .viewAll{
    transition-delay: 0.4s;
}
.vnt-slider-home .slick-current .linecap .t1, .vnt-slider-home .slick-current .linecap .t2, .vnt-slider-home .slick-current .linecap .viewAll{
    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::before{
    content: '';
    position: absolute;
    left: 0;
    width: 60%;
    bottom: 0;
    top: 0;
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%);
    z-index: 1;
    pointer-events: none;
}
.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 - 88px);
}
.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{
    padding: 70px 0 60px;
}
.infoabhome{
    margin-bottom: 80px;
}
.abouthome .abvideo a{
    display: block;
    position: relative;
}
.abouthome .abvideo a img{
    width: 100%;
}
.abouthome .abvideo a .playvideo {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    left: -55px;
    width: 110px;
    height: 110px;
    background-color: #2c80c0;
    border-radius: 100%;
    z-index: 11;
    color: #ffffff;
}
.abouthome .abvideo a .playvideo::after{
    content: '\f04b';
    position: absolute;
    top: 51%;
    left: 55%;
    transform: translate(-50%, -50%);
    font-family: FontAwesome;
    font-size: 30px;
    line-height: 45px;
}
.abouthome .abtitle{
    max-width: 90%;
}
.abouthome .abtitle h2{
    font-size: 55px;
    line-height: 70px;
    color: #2c80c0;
}
.abouthome .absolu{
    padding-left: 40px;
    position: relative;
}
.abouthome .absolu::before{
    content: '"';
    position: absolute;
    left: 0;
    top: 0px;
    font-size: 65px;
    color: #2c80c0;
}
.abouthome .gripabhome{
    margin: 0 -35px;
}
.abouthome .gripabhome > div{
    padding: 0 35px;
}
.abouthome .gripabhome .coll{
    width: calc(50% + 90px);
}
.abouthome .gripabhome .colr{
    width: calc(50% - 90px);
}
.infoabhome .abvideo{
    position: relative;
}
.infoabhome .abvideo .imgabhomem{
    max-width: 560px;
    margin: 0 auto;
    position: relative;
    padding: 0 55px;
}
.infoabhome .abvideo .imgabhomem::before{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -150px;
    width: 430px;
    height: 430px;
    background-color: #d5e6f2;
    border-radius: 100%;
    pointer-events: none;
}
.infoabhome .abvideo .imgabhomem img{
    border-radius: 10px;
    overflow: hidden;
}
.infoabhome .abvideo .imgabhomeh{
    display: flex;
    justify-content: flex-end;
}
.infoabhome .imgabhomeh .jsimgh{
    max-width: 370px;
    position: relative;
    margin-top: -150px;
    z-index: 1;
    border-radius: 10px;
    overflow: hidden;
}
.itemttabout .icontt{
    width: 130px;
    height: 130px;
    border-radius: 100%;
    background-color: #ffeb00;
    margin: 0 auto;
    margin-bottom: 15px;
    position: relative;
}
.itemttabout .icontt img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 50%;
    max-height: 50%;
}
.itemttabout .txttt{
    max-width: 360px;
    margin: 0 auto;
}
/* box 3 */
.itemproject {

}
.itemproject .thumb{
    border-radius: 10px;
    overflow: hidden;
}
.itemproject .decs{
    padding: 20px 0;
    text-align: center;
}
.itemproject .decs h3{
    font-size: 20px;
    line-height: 30px;
}
/* nhamayhome */
.nhamayhome{
    padding: 150px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.nhamayhome .infonhamay {
    max-width: 440px;
    width: 100%;
}

/* news */
.itemnews {
    border-radius: 10px; 
    overflow: hidden;
}
.itemnews .thumb{
    overflow: hidden;
    border-radius: 10px;
}
.itemnews .decs {
    padding: 20px;
}
.itemnews .decs .titlenews{
    margin-bottom: 5px;
}
.itemnews .decs h3{
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}
.itemnews .decs .tendnews{
    font-size: 13px;
    line-height: 21px;
    color: #666666;
    height: 63px;
    overflow: hidden;
    margin-bottom: 20px;
}

.lstnewshome {
    border-radius: 10px;
    overflow: hidden;
    border-top: 5px solid #2c80c0;
    padding: 10px 20px;
}
.itemNewSm{
    padding: 20px 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    display: flex;
    margin: 0 -5px;
}
.itemNewSm > div{
    padding: 0 5px;
}
.itemNewSm .colT{
    width: 130px;
}
.itemNewSm .thumb a{
    display: block;
    border-radius: 5px;
    overflow: hidden;
}
.itemNewSm .colD{
    width: calc(100% - 130px);
}
.itemNewSm .decs h3{
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    max-height: 44px;
    overflow: hidden;
}
.viewnews {
    padding: 25px 0;
}
/* partnetr */
.itempartner .thumb a{
    border-radius: 5px;
    overflow: hidden;
}
.partnerhome .tendpartner {
    max-width: 780px;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
}
.sliderpartner .slick-dots{
    margin-top: 20px;
} 
.sliderpartner.vhdots .slick-dots li button{
    border-color: rgba(0,0,0,0.1);
}
.sliderpartner.vhdots .slick-dots li.slick-active button{
    background-color: #2c80c0;
}
@media screen and (max-width: 1400px) {
    .infoabhome .abvideo .imgabhomem::before{
        left: -110px;
        width: 380px;
        height: 380px;
    }
}
@media screen and (max-width: 1200px) {

    .itemactivity .decs{
        padding: 15px;
    }
    .itemactivity .decs h3{
        font-size: 17px;
        line-height: 25px;
    }
    .abouthome .gripabhome{
        margin: 0 -20px;
    }
    .abouthome .gripabhome > div{
        padding: 0 20px;
    }
}
@media screen and (max-width: 991px) {
    .vnt-slider-home .item .img a{
        height: 32vh;
        min-height: 210px;
    }
    .vnt-slider-home .item  video{
        height: 100%;
    }
    .vnt-slider-home .item .caption{
        bottom: 30px;
    }
    .vnt-slider-home .linecap .t1{
        font-size: 30px;
        line-height: 45px;
    }
    /*  */
    .abouthome{
        padding: 25px 0 30px;
    }
    .infoabhome{
        margin-bottom: 30px;
    }
    .abouthome .gripabhome .coll{
        width: 100%;
    }
    .abouthome .gripabhome .colr{
        width: 100%;
        margin-bottom: 35px;
    }
    .abouthome .abtitle{
        max-width: 100%;
    }
    .abouthome .abtitle h2{
        font-size: 36px;
        line-height: 46px;
    }
    .infoabhome .abvideo .imgabhomem::before{
        display: none;
    }
    .infoabhome .abvideo{
        max-width: 650px;
        margin: 0 auto;
    }
    .infoabhome .abvideo .imgabhomem{
        max-width: calc(100% - 60px);
        margin: 0;
        padding: 0;
    }
    .infoabhome .imgabhomeh .jsimgh{
        max-width: calc(100% - 110px);
        margin-top: -100px;
    }
    .abouthome .abvideo a .playvideo{
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .abouthome .abvideo a .playvideo::after{
        font-size: 20px;
        line-height: 30px;
    }
    /* box 3 */
    .itemproject .decs h3{
        font-size: 16px;
        line-height: 24px;
    }
    .itemproject .thumb{
        border-radius: 6px;
    }
    /* box news */
    .itemnews .thumb{
        border-radius: 5px;
    }
    .itemnews .decs{
        padding: 10px;
    }
    .itemnews .decs .tendnews, .itemnews .decs .moreall{
        display: none;
    }

    /* box */
    .itemnewsbig .titlenews h3{
        font-size: 18px;
        line-height: 27px;
    }
}
@media screen and (max-width: 767px) {
    .vnt-slider-home .linecap .t1{
        font-size: 22px;
        line-height: 34px;
    }
    .abouthome .absolu::before{
        font-size: 55px;
    }
    .abouthome .absolu{
        font-size: 26px;
        line-height: 34px;
        padding-left: 30px;
    }
    .abouthome .abvideo a .playvideo{
        width: 75px;
        height: 75px;
    }
    /* box 3 */
    .itemproject .decs h3{
        font-size: 13px;
        line-height: 21px;
    }
    /* box news */
    .itemnews .decs h3{
        font-size: 13px;
        line-height: 21px;
        height: 42px;
    }
}
@media screen and (max-width: 409px) {

}


