/* style all */
.titleHome{
	text-align: center;
	margin-bottom: 30px;
}
.captionHome {
	max-width: 800px;
	margin: 0 auto;
	font-weight: 400;
	font-size: 15px;
	line-height: 23px;
	text-align: center;
	margin-bottom: 25px;
}
.linkHome{
    margin-bottom: 50px;
}
.titleHome h2{
	font-size: 40px;
	line-height: 55px;
	text-transform: uppercase;
	font-weight: normal;
    position: relative;
    display: inline-block;
	padding-bottom: 20px;
	font-weight: bold;
}
.titleHome h2 span{
	color: #0066b1;
}
.titleHome h2::before{
    content: '';
    width: 80px;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    background-image: url('../images/line.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.titleHome .des{
	margin-top: 10px;
	font-size: 15px;
	line-height: 23px;
}
/* box 1 */
.bannerHome{
    position: relative;
}
.bannerHome .scrollDown{
    position: absolute;
    right: -35px;
    bottom: -25px;
    z-index: 2;
    pointer-events: auto;
    -webkit-animation: bouncez 1.2s 500ms infinite;
    -o-animation: bouncez 1.2s 500ms infinite;
    animation: bouncez 1.2s 500ms infinite;
}
.bannerHome .scrollDown span{
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    padding: 0 10px;
    padding-bottom: 30px;
    position: relative;
    display: inline-block;
    
}
.bannerHome .scrollDown span::before{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    height: 20px;
    width: 1px;
    background-color: #fff;
}
.activityHome{
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
}
.activityHome .bgBannerActi{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    pointer-events: none;
    -webkit-animation: zoomImg 40s linear infinite;
    -o-animation: zoomImg 40s linear infinite;
    animation: zoomImg 40s linear infinite;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}
/*  */
@keyframes zoomImg {
    0%{
    	-webkit-transform: scale(1);
    	-ms-transform: scale(1);
    	-o-transform: scale(1);
    	transform: scale(1);
    }
    50%{
    	-webkit-transform: scale(1.2);
    	-ms-transform: scale(1.2);
    	-o-transform: scale(1.2);
    	transform: scale(1.2);
    }
    100%{
    	-webkit-transform: scale(1);
    	-ms-transform: scale(1);
    	-o-transform: scale(1);
    	transform: scale(1);
    }
}
.activityHome .itemActivity{
    width: 50%;
    height: 100vh;
    position: relative;
    border-right: 1px solid rgba(255,255,255,0.6);
}
.activityHome .itemActivity:last-child{
    border-right: none
}
.itemActivity > a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: auto;
    z-index: 1;
} 
.itemActivity .thumb{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}
.itemActivity .thumb .thumbBg{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0;
    visibility: hidden;
}
.itemActivity:hover .thumb .thumbBg{
    opacity: 1;
    visibility: inherit;
}
.itemActivity .thumb .thumbBg img{
    display: none;
}
.itemActivity .decs{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
    padding: 0 10px;
}
.itemActivity .decs .wrapDecs{
    max-width: 475px;
    margin: 0 auto;
    text-align: center;
}
.itemActivity .decs h3{
    font-size: 25px;
    line-height: 37px;
    text-transform: uppercase;
    color: #fff;
}
/* box home 4 */
.projectHome{
    padding: 50px 0 0px;
    background-image: url('../images/main/bgproject.png');
    background-position: 100% -80%;
    background-repeat: no-repeat;
    background-size: contain;
}
.gripProject{
    display: flex;
    flex-wrap: wrap;
}
.gripProject .colGr{
    width: 50%;
}
.itemProject{
    position: relative;
}
.itemProject .thumb a{
    display: block;
    position: relative;
    padding-top: 55.556%;
    overflow: hidden;
}
.itemProject .thumb a::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    z-index: 1;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
    pointer-events: none;
}
.itemProject .thumb a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.itemProject .decs{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 30px;
    z-index: 2;
    pointer-events: none;
}
.itemProject .decs h3{
    font-size: 22px;
    line-height: 34px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
}
.itemProject .decs h3 a{
    color: #ffffff;
}
.itemProject:hover .decs h3 a{
    /* color: #0066b1;   */
}
.itemProject .decs .ponsi{
    color: #ffffff;
}

/* box 4 */
.aboutHome{
    padding: 120px 0 150px;
    position: relative;
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.aboutHome::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    background-color: rgba(45, 53, 145, 0.8);
}
.infoAboutHome{
    text-align: center;
    color: #fff;
}
.infoAboutHome .titleAboutH{
    margin-bottom: 20px;
}
.infoAboutHome .titleAboutH h2{
    font-size: 50px;
    line-height: 65px;
    text-transform: uppercase;
    font-weight: bold;
}
.infoAboutHome .tendAboutH{
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 23px;
}
.infoAboutHome .linkAboutH{
    margin-bottom: 40px;
}
.infoAboutHome .countAboutH{
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.infoAboutHome .countAboutH .col{
    width: 25%;
    position: relative;
}
.infoAboutHome .countAboutH .col::before{
    content: '';
    position: absolute;
    height: 70px;
    width: 1px;
    background-color: #fff;
    right: 0;
    bottom: 0;
}
.infoAboutHome .countAboutH .col:last-child::before{
    display: none;
}
.itemCountAb{
    text-align: center;
    color: #fff;
}
.itemCountAb .iconCount{
    max-width: 50px;
    min-height: 50px;
    margin: 0 auto;
    margin-bottom: 15px;
}
.itemCountAb .numCount{
    font-size: 25px;
    line-height: 37px;
    font-weight: 600;
    margin-bottom: 5px;
}
.itemCountAb .txtCount{
    font-size: 13px;
    line-height: 21px;
    text-transform: uppercase;
}
/*  */
/* box 5 */
.newsHome{
    padding: 50px 0 60px;
}
.gripNewsHome{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    margin-bottom: 45px;
}
.gripNewsHome .colN{
    padding: 0 10px;
    width: 50%;
}
.itemNews .thumb a{
    padding-top: 65.56%;
}
.itemNews .thumb a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.itemNews .decs{
    padding: 20px 30px;
    background-color: #fff;
    position: relative;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}
.itemNews .decs .dateNews{
    top: -70px;
    left: 0;
    position: absolute;
    z-index: 2;
}
.itemNews .decs h3{
    font-size: 20px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
}
.lstNewsHome .itemSmNews{
    margin-bottom: 20px;
}
.lstNewsHome .itemSmNews:last-child{
    margin-bottom: 0;
}
.itemSmNews{
    display: flex;
    flex-wrap: wrap;   
}
.itemSmNews .colT{
    width: 220px;
}
.itemSmNews .colD{
    width: calc(100% - 220px);
}
.itemSmNews .decs{
    padding: 20px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    height: 100%;
}
.itemSmNews .decs h3{
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    max-height: 48px;
    overflow: hidden;
    margin-bottom: 10px;
}
.itemSmNews .viewSm a{
    display: inline-block;
    padding-bottom: 5px;
    position: relative;
    color: #2d3591;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 20px;
    font-weight: 600;
}
.itemSmNews .viewSm a::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #e5e5e5;
    z-index: 1;
}
.itemSmNews .viewSm a::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 2px;
    background-color: #2d3591;
    z-index: 2;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.itemSmNews .viewSm a:hover::after{
    width: 100%;

}
/*  */
/* box home 8 */
.partnerHome{
    padding: 70px 0;
    background-color: #f8f8f8;
}
.partnerHome .sliderPart .slick-list{
	margin: 0 -5px;
}
.partnerHome .sliderPart .slick-slide{
	padding: 0 5px;
}
.partnerHome .sliderPart .slick-slide > div{
	margin-bottom: 10px;
}
.partnerHome .itemPart a{
	display: block;
	padding-top: 60%;
	position: relative;
    overflow: hidden;
    background-color: #fff;
}
.partnerHome .itemPart a img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	filter: grayscale(100%);
	max-width: 80%;
	max-height: 80%;
	-webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.partnerHome .itemPart a:hover img{
	filter: grayscale(0);
}
#vnt-header, .itemActivity .decs .wrapDecs{
    animation-delay: 4.5s!important;
}

@media all and (max-width: 1200px){
    .itemSmNews .colT{
        width: 200px;
    }
    .itemSmNews .colD{
        width: calc(100% - 200px);
    }
}
@media all and (max-width: 991px){
    .activityHome .itemActivity, .activityHome{
        height: calc(100vh - 46px);
    }
    .itemActivity .decs h3{
        font-size: 16px;
        line-height: 24px;
    }
    .captionHome{
        font-size: 13px;
        line-height: 21px;
        max-height: 63px;
        overflow: hidden;
        margin-bottom: 20px;
    }
    .linkHome{
        margin-bottom: 30px;
    }
    /* box home 8 */
	.partnerHome{
		padding: 30px 0 40px;
    }
    /*  */
    .titleHome h2{
		font-size: 25px;
		line-height: 37px;
    }
    /* box home 4 */
	.projectHome{
		padding: 30px 0 0px;
	}
	.itemProject .decs{
		padding: 20px;
	}
	.itemProject .decs h3{
		font-size: 20px;
        line-height: 30px;
        margin-bottom: 0;
    }
    .itemProject .decs .ponsi{
        font-size: 13px;
        line-height: 21px;
    }
    /* box 1*/
    .aboutHome{
        padding: 40px 0 50px;
    }
    .infoAboutHome .titleAboutH h2{
        font-size: 35px;
        line-height: 45px;
    }
    .infoAboutHome .tendAboutH{
        font-size: 13px;
        line-height: 21px;
    }
    /* box 3 */
    .newsHome{
        padding: 30px 0 40px;
    }
    .gripNewsHome{
        margin-bottom: 10px;
    }
    .gripNewsHome .colN{
        width: 100%;
        margin-bottom: 20px;
    }
    .itemNews .decs{
        padding: 15px 25px;
    }
    .itemNews .decs h3{
        font-size: 16px;
        line-height: 24px;
        height: 100%;
        max-height: 72px;
        overflow: hidden;
    }
    .itemSmNews .decs{
        padding: 10px;
    }
    .itemSmNews .decs h3{
        font-size: 13px;
        line-height: 21px;
        max-height: 42px;
        margin-bottom: 5px;
    }
}
@media all and (max-width: 767px){
    .infoAboutHome .countAboutH .col{
        width: 50%;
        margin-bottom: 20px;
    }
    .infoAboutHome .countAboutH .col:nth-child(2)::before{
        display: none;
    }
    .gripProject .colGr{
        width: 100%;
    }
    .itemSmNews .colT{
        width: 140px;
    }
    .itemSmNews .colD{
        width: calc(100% - 140px);
    }
}