/* box 4 */
#vnt-header.fixed{
    /* opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: -11111; */
}
.menuTabFix.fixed{
    padding: 10px 0;
    background-color: #f5f5f5;
}
.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;
}
/*  */
.infoTabOneMain{
    padding: 45px 0 80px;
}
/*  */
.boxtitleAb{
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 20px;
    text-align: center;
}
.boxtitleAb h2{
    font-size: 40px;
    line-height: 55px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-weight: bold;
}
.boxtitleAb::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;
}

.lstmenuTab{
    background-color: #fff;
}
.lstmenuTab.mnfixed_fixed{
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
}
.infoTabAbout{
    margin-top: 30px;
}
/* begin box 1 */
.boxAboutOne{

}
.boxTextOne{
    text-align: center;
    margin: 0 auto;
    margin-bottom: 40px;
}
.titleAboutOne{
    margin-bottom: 15px;
}
.titleAboutOne h2{
    color: #f27421;
    font-size: 40px;
    line-height: 55px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
}
.capAboutOne{
	max-width: 900px;
	margin: 0 auto;
    font-size: 14px;
    line-height: 22px;
	text-align: center;
	color: #555555;
}
.thumbVideoOne{
    position: relative;
}
.thumbVideoOne a{
    display: block;
}
.thumbVideoOne a > img{
    width: 100%;
}
.thumbVideoOne a .playvideo{
	width: 80px;
	height: 80px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: rgba(255,255,255,0.9);
	padding: 12px;
	border-radius: 100%;
}
.thumbVideoOne a .playvideo::after{
    content: '\f04b';
    position: absolute;
    left: 53%;
    top: 53%;
    transform: translate(-50%, -50%);
    font-family: FontAwesome;
    color: #2d3591;
    font-size: 18px;
    line-height: 27px;
}
.thumbVideoOne a .playvideo::before{
	content: '';
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 20px solid #fff;
    opacity: 0.5;
    -webkit-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -o-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
@-moz-keyframes quick-alo-circle-anim {
    0% {
		transform: rotate(0deg) scale(1) skew(1deg);
		opacity: .1
	}
	30% {
		transform: rotate(0deg) scale(1.1) skew(1deg);
		opacity: .3
	}
	100% {
		transform: rotate(0deg) scale(1.2) skew(1deg);
		opacity: .1
	}
}
@-webkit-keyframes quick-alo-circle-anim {
    0% {
		transform: rotate(0deg) scale(1) skew(1deg);
		opacity: .1
	}
	30% {
		transform: rotate(0deg) scale(1.1) skew(1deg);
		opacity: .3
	}
	100% {
		transform: rotate(0deg) scale(1.2) skew(1deg);
		opacity: .1
	}
}
@-o-keyframes quick-alo-circle-anim {
	0% {
		transform: rotate(0deg) scale(1) skew(1deg);
		opacity: .1
	}
	30% {
		transform: rotate(0deg) scale(1.1) skew(1deg);
		opacity: .3
	}
	100% {
		transform: rotate(0deg) scale(1.2) skew(1deg);
		opacity: .1
	}
}
@keyframes quick-alo-circle-anim {
	0% {
		transform: rotate(0deg) scale(1) skew(1deg);
		opacity: .1
	}
	30% {
		transform: rotate(0deg) scale(1.1) skew(1deg);
		opacity: .3
	}
	100% {
		transform: rotate(0deg) scale(1.2) skew(1deg);
		opacity: .1
	}
}

/*  */
.tabInfoOne{
    position: relative;
    margin-bottom: 50px;
}
.bgInfoOne{
    background-color: #f0782a;
    position: relative;
    z-index: 1;
    padding: 20px;
    margin-top: -60px;
    margin-bottom: 40px;
}
.lstQualyTk{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    justify-content: center;
}
.lstQualyTk .itemQualy{
	padding: 0 10px;
	width: 33.333%;
    text-align: center;
}
.lstQualyTk .itemQualy .numberCount{
	color: #ffffff;
	font-size: 45px;
	line-height: 55px;
	font-weight: 600;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	margin-bottom: 10px;
}
.lstQualyTk .itemQualy .numberCount .icon{
	max-width: 40px;
	display: block;
	margin-right: 10px;
}
.lstQualyTk .itemQualy .numberCount .count{
	display: inline-block;
	position: relative;
}
.lstQualyTk .itemQualy .txtQualy{
	font-size: 15px;
	line-height: 23px;
    color: #fff;
}
.txtInfoOne{
    font-size: 15px;
    line-height: 23px;
    color: #555555;
}
/* end box 1 */
/* =========================================================end============================================ */

/* begin box 2 */
.boxAboutTow{
    padding: 50px 0;
    background-color: #f8f8f8;
}
.thumbAbTow{
    margin-bottom: 30px;
}
.thumbAbTow img{
    width: 100%;
}
.boxAboutTow .gripTow{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.boxAboutTow .gripTow .colGr{
    padding: 0 20px;
    width: 50%;
}
.boxAboutTow .itemTmSn .icon{
    width: 90px;
    mix-blend-mode: darken;
    margin: 0 auto;
    margin-bottom: 10px;
}
.boxAboutTow .itemTmSn .decsTow{
    text-align: center;
}
.itemTmSn .decsTow h3{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
}
.itemTmSn .decsTow .tend{
    color: #333333;
    max-width: 410px;
    margin: 0 auto;
}
/* end box 2 */
/* =========================================================end============================================ */

/* begin box 3 */
.boxAboutThree{
    padding: 40px 0 60px;
}
.boxAboutThree .bannerGtcl{
    margin-bottom: 50px;
}
.boxAboutThree .bannerGtcl img{
    width: 100%;
}
.boxAboutThree .listGtcl .item{
    text-align: center;
}
.boxAboutThree .listGtcl .icon{
    width: 160px;
    height: 160px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    background-color: #2d3591;
    border-radius: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
}
.boxAboutThree .listGtcl .icon::before{
    content: '';
    top: -0px;
    left: -0px;
    right: -0px;
    bottom: -0px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 20px solid #2d3591;
    opacity: 0.2;
    -webkit-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -o-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.boxAboutThree .listGtcl .icon img{
    max-width: 80px;
}
.boxAboutThree .listGtcl .nameTitle{
    font-size: 15px;
    line-height: 23px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.boxAboutThree .listGtcl .item .txt{
    margin: 0 auto;
    max-width: 330px;
    text-align: center;
}
/* end box 3 */
/* =========================================================end============================================ */
/* begin box 4 */
.infoAboutFor{
	padding: 150px 0 200px;
	position: relative;
	z-index: 1;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.infoAboutFor::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);
}
.titleAbNoline{
	text-align: center;
	color: #fff;
	margin-bottom: 40px;
}
.titleAbNoline h2{
    font-size: 40px;
    line-height: 55px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-weight: bold;
}

.itemHtpt{
	padding: 0 20px;
	border-left: 1px solid #fff;
	margin-left: -1px;
}
.itemHtpt .year{
	color: #fff;
	font-size: 28px;
	line-height: 38px;
	font-weight: bold;
	margin-bottom: 10px;
}
.itemHtpt .text{
	color: #ffffff;
	font-size: 15px;
	line-height: 23px;
}
.sliderAbFor .slick-list{
    margin-right: 2px;
}
.sliderAbFor .slick-arrow{

}
.sliderAbFor .slick-prev{
    left: -60px;
}
.sliderAbFor .slick-next{
    right: -60px;
}
.sliderAbFor .slick-arrow::before{
    background-image: url(../images/nextW.svg);
}
/* end box 4 */
/* =========================================================end============================================ */
/* begin box 5 */
.sliderForTT .slick-list{
    margin: 0 -20px;
}
.sliderForTT .slick-slide{
    padding: 0 20px;
}
.sliderForTT .slick-arrow{
    background-color: transparent;
}
.sliderForTT .slick-prev{
    left: -60px;
}
.sliderForTT .slick-next{
    right: -60px;
}
.boxAboutFive{
    padding: 40px 0 ;
    /* background-color: #f5f5f5; */
}
.sliderForTT .thumbTT a{
    padding-top: 120%;
    overflow: hidden;
    position: relative;
    display: block;
}
.sliderForTT .thumbTT a img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    max-width: 90%;
    max-height: 90%;
    transition: -webkit-transform 4s cubic-bezier(0,.6,.45,1);
    transition: transform 4s cubic-bezier(0,.6,.45,1);
    transition: transform 4s cubic-bezier(0,.6,.45,1), -webkit-transform 7s cubic-bezier(0,.6,.45,1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.sliderForTT .thumbTT a:hover img{
    transform: translate(-50%, -50%) scale(1.05);
}

/* end box 5 */
/* =========================================================end============================================ */
@media all and (max-width: 1200px){
    .sliderForTT{

    }
    .sliderForTT .slick-prev{
        left: -10px;
    }
    .sliderForTT .slick-next{
        right: -10px;
    }
    .sliderForTT .slick-list{
        margin: 0 -10px;
    }
    .sliderForTT .slick-slide{
        padding: 0 10px;
    }
}
@media all and (max-width: 991px){
    .aboutHome{
        padding: 40px 0 50px;
    }
    .infoAboutHome .titleAboutH h2{
        font-size: 35px;
        line-height: 45px;
    }
    .infoAboutHome .tendAboutH{
        font-size: 13px;
        line-height: 21px;
    }
	/*  */
	.styBtnMobi {
		margin-bottom: 50px;
	}
	.styBtnMobi .slick-arrow{
		top: inherit;
		transform: inherit;
		bottom: -70px;
	}
	.styBtnMobi .slick-next{
		left: calc(50% + 0px);
		right: 0;
	}
	.styBtnMobi .slick-prev{
        left: calc(50% - 50px);
	}

	/*  */
    .titleAboutOne h2{
        font-size: 25px;
        line-height: 37px;
    }
    .boxtitleAb h2{
        font-size: 25px;
        line-height: 37px;
    }
    /* begin box 1 */
    .capAboutOne{
        font-size: 13px;
        line-height: 21px;
    }
    .thumbVideoOne a > img{
        min-height: 250px;
    }
    .thumbVideoOne a .playvideo{
		width: 65px;
		height: 65px;
    }
    .bgInfoOne{
        margin-left: -10px;
        margin-right: -10px;
		margin-bottom: 25px;
		margin-top: 0;
    }
    .tabInfoOne{
        margin-bottom: 40px;
    }
    .lstQualyTk .itemQualy .numberCount{
        font-size: 35px;
        line-height: 48px;
    }
    .infoTabOneMain{
        padding: 20px 0 40px;
    }
    /* end box 1 */
    /* =========================================================end============================================ */


    /* begin box 2 */
    .boxAboutTow{
        padding: 30px 0;
    }
    .boxAboutTow .itemTmSn .icon{
        width: 70px;
    }
    .boxAboutTow .itemTmSn .decsTow{
      
    }
    .itemTmSn .decsTow h3{
        font-size: 20px;
        line-height: 30px;
    }
    
    /* end box 2 */
    /* =========================================================end============================================ */
    .boxAboutThree .listGtcl .icon{
        width: 110px;
        height: 110px;
    }
    .boxAboutThree .listGtcl .icon img{
        max-width: 50px;
    }
    .boxAboutThree .listGtcl .nameTitle{
        font-size: 11px;
        line-height: 20px;
    }
    /* begin box 3 */
    .boxAboutThree{
        padding: 20px 0;
    }
    /* end box 3 */
	/* =========================================================end============================================ */

	/* =========================================================end============================================ */
	/* end box 4 */
    /* begin box 5 */
    .boxAboutFive{
        padding: 30px 0 40px;
    }
    .sliderForTT .slick-list{
        margin: 0 -5px;
    }
    .sliderForTT .slick-slide{
        padding: 0 5px;
    }
    /* end box 5 */
    /* =========================================================end============================================ */
}
@media all and (max-width: 767px){
    .infoAboutHome .countAboutH .col{
        width: 50%;
        margin-bottom: 20px;
    }
    .infoAboutHome .countAboutH .col:nth-child(2)::before{
        display: none;
    }
    /*  */
	.itemHtpt{
		border-left: none;
		margin-left: 0;
	}
	.sliderAbFor .slick-current{
		border-right: 1px solid #f0782a;
	}
	.infoAboutFor{
		padding: 90px 0 80px;
	}
	.titleAbNoline h2{
		font-size: 25px;
		line-height: 38px;
	}
	.itemHtpt .year{
		font-size: 22px;
		line-height: 34px;
	}
	.itemHtpt .text{
		font-size: 13px;
    	line-height: 21px;
	}
	.sliderAbFor .slick-list{
		
	}
	.itemHtpt{
		margin-left: 0;	
	}
    /* begin box 1 */
    .lstQualyTk .itemQualy{
        width: 100%;
        margin-bottom: 20px;
	}
	.lstQualyTk .itemQualy:last-child{
		width: 100%;
	}
    /* end box 1 */
    /* =========================================================end============================================ */

    /* begin box 2 */
    .boxAboutTow .gripTow .colGr{
        width: 100%;
        margin-bottom: 20px;
    }
    .boxAboutTow .gripTow .colGr:last-child{
        margin-bottom: 0px;
    }
    .boxAboutThree .listGtcl .item{
        margin-bottom: 30px;
    }
    /* end box 2 */
    /* =========================================================end============================================ */

    /* begin box 3 */
    /* end box 3 */
    /* =========================================================end============================================ */

    /* begin box 4 */
    /* end box 4 */
    /* =========================================================end============================================ */
}