.titleTab{
	margin-bottom: 20px;
}
.titleTabCen{
	text-align: center;
	margin-bottom: 50px;
}
.titleTab h2{
	font-size: 40px;
	line-height: 50px;
	text-transform: uppercase;
	color: #d9252c;
}
.videoSl{
	margin-bottom: 30px;
}
.videoSl a{
	display: block;
	position: relative;
}
.videoSl a img{
	width: 100%;
}
.videoSl .playVideo{
	width: 70px;
    height: 70px;
    display: block;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    border-radius: 100%;
	z-index: 11;
	border: 2px solid #fff;
	color: #fff;
}
.videoSl .playVideo::before{
	content: '\f04b';
	font-family: FontAwesome;
	position: absolute;
    top: 54%;
    left: 54%;
	transform: translate(-50%, -50%);
	font-size: 20px;
}
.videoSl .playVideo::after{
	content: '';
    border: 10px solid rgba(255, 255, 255, 0.3);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -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%;
    animation: shadow 1.4s 1000ms infinite;
    -webkit-animation: shadow 1.6s 1000ms infinite;
    -moz-animation: shadow 1.6s 1000ms infinite;
    -o-animation: shadow 1.6s 1000ms infinite;
}
@-webkit-keyframes shadow{
    0% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .1
    }
    20%{
        transform: rotate(0deg) scale(1.2) skew(1deg);
        opacity: .2
    }
    40% {
        transform: rotate(0deg) scale(1.3) skew(1deg);
        opacity: .4
    }
    60%{
        transform: rotate(0deg) scale(1.4) skew(1deg);
        opacity: .6
    }
    80%{
        transform: rotate(0deg) scale(1.6) skew(1deg);
        opacity: .4
    }
    100% {
        transform: rotate(0deg) scale(1.8) skew(1deg);
        opacity: .1
    }
}
@-moz-keyframes shadow{
    0% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .1
    }
    20%{
        transform: rotate(0deg) scale(1.2) skew(1deg);
        opacity: .2
    }
    40% {
        transform: rotate(0deg) scale(1.3) skew(1deg);
        opacity: .4
    }
    60%{
        transform: rotate(0deg) scale(1.4) skew(1deg);
        opacity: .6
    }
    80%{
        transform: rotate(0deg) scale(1.5) skew(1deg);
        opacity: .4
    }
    100% {
        transform: rotate(0deg) scale(1.6) skew(1deg);
        opacity: .1
    }
}
@-o-keyframes shadow{
    0% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .1
    }
    20%{
        transform: rotate(0deg) scale(1.2) skew(1deg);
        opacity: .2
    }
    40% {
        transform: rotate(0deg) scale(1.3) skew(1deg);
        opacity: .4
    }
    60%{
        transform: rotate(0deg) scale(1.4) skew(1deg);
        opacity: .6
    }
    80%{
        transform: rotate(0deg) scale(1.5) skew(1deg);
        opacity: .4
    }
    100% {
        transform: rotate(0deg) scale(1.6) skew(1deg);
        opacity: .1
    }
}
@keyframes shadow{
    0% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .1
    }
    20%{
        transform: rotate(0deg) scale(1.2) skew(1deg);
        opacity: .2
    }
    40% {
        transform: rotate(0deg) scale(1.3) skew(1deg);
        opacity: .4
    }
    60%{
        transform: rotate(0deg) scale(1.4) skew(1deg);
        opacity: .6
    }
    80%{
        transform: rotate(0deg) scale(1.5) skew(1deg);
        opacity: .4
    }
    100% {
        transform: rotate(0deg) scale(1.6) skew(1deg);
        opacity: .1
    }
}
@-moz-keyframes quick-alo-circle-img-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
    10% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -moz-transform: rotate(0deg) scale(1) skew(1deg)
    }
    100% {
        -moz-transform: rotate(0deg) scale(1) skew(1deg)
    }
}
@-webkit-keyframes quick-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg)
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg)
    }
    100% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg)
    }
}
@-o-keyframes quick-alo-circle-img-anim {
    0% {
        -o-transform: rotate(0deg) scale(1) skew(1deg)
    }
    10% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -o-transform: rotate(0deg) scale(1) skew(1deg)
    }
    100% {
        -o-transform: rotate(0deg) scale(1) skew(1deg)
    }
}
@keyframes quick-alo-circle-img-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
}

.theContent{
	font-size: 18px;
	line-height: 27px;
}

/*  */
.boxTnContent .contentT p{
    margin-bottom: 20px;
}
.boxTnContent .contentT ul li{
    position: relative;
    padding-left: 20px;
}
.boxTnContent .contentT ul li::before{
    content: '\f0da';
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    color: #d71921;
}
.paddingbox{
    padding: 50px 0 0 0;
}
.contentT .itemvsTop .item{
    max-width: 570px;
    margin: 0 auto;
    margin-bottom: 40px;
    text-align: center;
}
.contentT .itemvsTop .item .avatar{
    max-width: 170px;
    position: relative;
    margin: 0 auto;
    margin-bottom: -80px;
    border: 1px solid #ddd;
}
.contentT .itemvsTop .item .decs{
    background-color: #d71921;
    padding: 100px 20px 20px 20px;
    color: #fff;
}
.contentT .itemvsTop .item .decs h3{
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.contentT .itemvsTop .item .decs h3 a{
    color: #fff;
}
.contentT .itemvsTop .item .decs .nameCv{
    font-style: italic;
}
.contentT .itemvs{
    margin-bottom: 50px;
}
.contentT .itemvs .item{
    padding: 5px;
    display: flex;
    background-color: #e9eff8;
    margin-bottom: 30px;
    align-items: center;
}
.contentT .itemvs .item .avatar{
    width: 165px;
}
.contentT .itemvs .item .decs{
    width: calc(100% - 165px);
    padding: 0 20px;
    font-size: 16px;
    line-height: 25px;
}
.contentT .itemvs .decs h3{
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
   
    margin-bottom: 5px;
    text-transform: uppercase;
}
.contentT .itemvs .decs h3 a{
    color: #d71921;
}
.contentT .itemvs .decs .nameCv{
    font-style: italic;
}
.logocmbBL .logocm{
    max-width: 120px;
    width: 100%;
    margin: 0 auto;
}
.logocmbBL .logocm img{
    width: 100%;
}
.logocmbBL .historyHt{
    position: relative;
    padding: 50px 0;
}
.logocmbBL .historyHt::before{
    content: '';
    position: absolute;
    border: 1px dotted rgba(0, 0, 0, 0.1);
    left: 50%;
    top: 10px;
    bottom: 10px;
    transform: translate(-50%, 0);
}
.logocmbBL .historyHt::after{
    content: '\f107';
    font-family: FontAwesome;
    position: absolute;
    left: 50%;
    bottom: -5px;
    transform: translate(-50%, 0);
    color: #d71921;
    font-size: 30px;
}
.logocmbBL .historyHt .item{
    display: flex;
    position: relative;
	margin-bottom: 70px;
	font-size: 18px;
	line-height: 27px;
}
.logocmbBL .historyHt .item .year, .logocmbBL .historyHt .item .infoTxt{
    width: 50%;
}
.logocmbBL .historyHt .item .year span{
    background-color: #d71921;
    color: #fff;
    font-size: 48px;
    line-height: 48px;
    font-weight: bold;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    border-radius: 5px;
}
.logocmbBL .historyHt .item .infoTxt, .logocmbBL .historyHt .item .year{
    padding: 0 40px;
}
.logocmbBL .historyHt .item:nth-child(even) .infoTxt{
    order: 1;
    text-align: right;
}
.logocmbBL .historyHt .item:nth-child(even) .year{
    order: 2;
}
.logocmbBL .historyHt .item:nth-child(odd) .year{
    text-align: right;
}
.logocmbBL .historyHt .item .year span::before{
    content: '';
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translate(0, -50%);
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #d71921;
}
.logocmbBL .historyHt .item .year span::after{
    content: '';
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translate(0, -50%);
    width: 20px;
    height: 20px;
    background-image: url('../images/icon.png');
    background-size: cover;
}
.logocmbBL .historyHt .item:nth-child(even) .year span::after{
    left: -50px;
    right: initial;
}
.logocmbBL .historyHt .item:nth-child(even) .year span::before{
    left: -10px;
    right: initial;
    width: 0;
    height: 0;
    border-left: none;
    border-right: 20px solid #d71921;
}

/* boxHistory */
.boxHistory{
	padding: 50px 0;
}
/* boxHistory */


/* boxGiaTri */
.boxGiaTri{
	background-color: #f7f7f7;
	padding: 40px 0 50px;
}


/* boxGiaTri */

/* boxTrietLy */

.gripTrietLy{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
}
.gripTrietLy > div{
	width: 50%;
}
.gripTrietLy .thumb{
	order: 2;
}
.gripTrietLy .thumb img{
	width: 100%;
}
.gripTrietLy .decs .lstTxtSm{
	font-size: 30px;
	line-height: 45px;
	text-transform: uppercase;
	font-weight: bold;
}
.gripTrietLy .decs .lstTxtSm p{
	padding: 2px 0;
}
.txtTrietLy .captionTrietL{
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 27px;
	font-style: italic;
}
/* boxTrietLy */

/* boxTamNhin  */
.boxTamNhin{
	position: relative;
}
.boxTamNhin .thumb img{
	width: 100%;
}
.boxTamNhin .decs{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 610px;
	width: 100%;
	background-color: #fff;
	padding: 70px 65px 80px;
	border-radius: 25px;
	text-align: center;
	margin: 0 auto;
}
/* boxTamNhin */
/* .boxSuMenh */
.boxSuMenh{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
}
.boxSuMenh > div{
	width: 50%;
}
.boxSuMenh .thumb img{
	width: 100%;
}
.boxSuMenh .decs .lstTxtSm{
	font-size: 30px;
	line-height: 45px;
	text-transform: uppercase;
	font-weight: bold;
}
.boxSuMenh .decs .lstTxtSm p{
	padding: 2px 0;
}
.wrapDecs{
	max-width: 510px;
	margin: 0 auto;
	padding: 40px 15px;
}
.noteAll{
	font-size: 18px;
	line-height: 27px;
	font-weight: bold;
	margin-bottom: 10px;
}

/* boxSuMenh */

/* cicleGiatri */
.cicleGiatri{
	position: relative;
	padding-top: 40px;
	min-height: 500px;
}
.cicleBig{
	width: 250px;
	height: 250px;
	border-radius: 100%;
	background-color: #d71921;
	color: #fff;
	box-shadow: 0px 8px 15px -4px rgba(0, 0, 0, 0.6);
	margin: 0 auto;
	position: relative;
}

.cicleBig::before{
	content: '';
	position: absolute;
	top: -40px;
	right: -40px;
	bottom: -40px;
	left: -40px;
	border-radius: 100%;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.cicleBig .logoGia{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,  -50%);
	max-width: 90%;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.listGiatri {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.listGiatri .itemGiatri{
	display: flex;
	flex-wrap: wrap;

}
.listGiatri .itemGiatri:nth-child(1){
	position: absolute;
	left: 0;
	width: calc(50% - 115px);
	top: 30px;
}
.listGiatri .itemGiatri:nth-child(1) .number{
	order: 2;
}
.listGiatri .itemGiatri:nth-child(1) .txt{
	margin-left: 0;
	margin-right: 30px;
	text-align: right;
}
.listGiatri .itemGiatri:nth-child(2){
	position: absolute;
	right: 0;
	width: calc(50% - 115px);
	top: 30px;
}
.listGiatri .itemGiatri:nth-child(3){
	position: absolute;
	right: 0;
	width: calc(50% + 20px);
	top: 315px;
}


/*  */
.listGiatri .itemGiatri .number{
	width: 70px;
	height: 70px;
	border-radius: 100%;
	background-color: #d71921;
	color: #fff;
	display: flex;
	justify-content: center;
	align-content: center;
	font-size: 30px;
	line-height: 45px;
	font-weight: bold;
	position: relative;
	align-items: center;
	z-index: 1;
}
.listGiatri .itemGiatri .number::before{
	content: '';
	position: absolute;
	top: -10px;
	right: -10px;
	bottom: -10px;
	left: -10px;
	border-radius: 100%;
	border: 1px solid rgba(0, 0, 0, 0.1);
	z-index: 1;
}
.listGiatri .itemGiatri .number::after{
	content: '';
	position: absolute;
	top: -10px;
	right: -10px;
	bottom: -10px;
	left: -10px;
	border-radius: 100%;
	border: 10px solid #f7f7f7;
	z-index: -1;
}
.listGiatri .itemGiatri .txt{
	width: calc(100% - 100px);
	margin-left: 30px;
}
.listGiatri .itemGiatri .txt h3{
	font-size: 20px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px;
}
.listGiatri .itemGiatri .txt li{
	display: block;
	position: relative;
	padding-left: 15px;
}
.listGiatri .itemGiatri .txt li::before{
	content: "\f0da";
    font-family: FontAwesome;
	position: absolute;
	left: 0;
	top: 2px;
}
/* cicleGiatri */
@media screen and (max-width: 1200px){ 
	.cicleGiatri{
		min-height: 570px;
	}
}
@media screen and (max-width: 991px){ 
	.logocmbBL .logocm{
		max-width: 140px;
		margin: 0;
		margin-left: 40px;
	}
	.logocmbBL .historyHt{
		padding-left: 40px;
	}
	.logocmbBL .historyHt::before{
		left: 0;
		transform: translate(0, 0);
		top: -15px;
	}
	.logocmbBL .historyHt::after{
		left: -10px;
		transform: translate(0, 0);
	}
	.logocmbBL .historyHt .item{
		display: block;
		margin-bottom: 30px;
	}
	.logocmbBL .historyHt .item .year, .logocmbBL .historyHt .item .infoTxt{
		width: 100%;
	}
	.logocmbBL .historyHt .item .infoTxt, .logocmbBL .historyHt .item .year{
		padding: 0;
	}
	.logocmbBL .historyHt .item:nth-child(odd) .year{
		text-align: left;
	}
	.logocmbBL .historyHt .item .year{
		margin-bottom: 20px;
	}
	.logocmbBL .historyHt .item .year span::before{
		right: initial;
		left: -9px;
		border-right: 20px solid #d71921;
		border-left: none;
	}
	.logocmbBL .historyHt .item .year span::after{
		right: initial;
		left: -50px;
	}
	/*  */
	.titleTabCen{
		margin-bottom: 20px;
	}
	.titleTab h2{
		font-size: 30px;
		line-height: 45px;
		letter-spacing: -0.3px;
	}
	.videoSl .playVideo{
		width: 50px;
		height: 50px;
	}
	.logocmbBL .historyHt .item .year span{
		font-size: 36px;
		line-height: 36px;
	}
	.logocmbBL .historyHt .item:nth-child(even) .infoTxt{
		text-align: left;
	}

	.boxTamNhin .decs{
		position: static;
		transform: initial;
		padding: 20px 15px 40px 15px;
	}
	/*  */
	.listGiatri{
		position: static;
	}
	.listGiatri .itemGiatri:nth-child(1), .listGiatri .itemGiatri:nth-child(2), .listGiatri .itemGiatri:nth-child(3){
		position: static;
		transform: initial;
		width: 100%;
	}
	.listGiatri .itemGiatri{
		display: block;
		margin-bottom: 40px;
	}
	.listGiatri .itemGiatri:last-child{
		margin-bottom: 0;
	}
	.cicleBig{
		margin-bottom: 80px;
	}
	.listGiatri .itemGiatri:nth-child(1) .txt{
		margin: 0;
		text-align: left;
	}
	.listGiatri .itemGiatri .txt{
		margin: 0;
		width: 100%;
	}
	.listGiatri .itemGiatri .number{
		width: 50px;
		height: 50px;
		margin: 20px 0;
	}
}

@media screen and (max-width: 767px){ 
	.gripTrietLy > div{
		width: 100%;
	}
	.gripTrietLy .thumb{
		order: 1;
	}
	.gripTrietLy .decs{
		order: 2;
	}
	.boxSuMenh > div{
		width: 100%;
	}
}

