.titleTab{
	margin-bottom: 20px;
}
.titleTabCen{
	text-align: center;
	margin-bottom: 50px;
}
.titleTab h2{
	font-size: 40px;
	line-height: 50px;
	text-transform: uppercase;
	color: #33A64A;
}
.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: #33A64A;
}
.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: #33A64A;
    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: #33A64A;
}
.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: #33A64A;
    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: #33A64A;
    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 #33A64A;
}
.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 #33A64A;
}

/* 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: #33A64A;
	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: #33A64A;
	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 */

/* <=== tphistoryab ===> */
.tphistoryab{
    padding: 30px 0 60px;
}
.tpaboutmmba .slhistory{
    max-width: 1080px;
    margin: 0 auto;
}
.slhistoryfor{
    margin: 0 -15px;
    padding: 0 15px;
    border-bottom: 5px solid #eeeeee;
}
.slhistoryfor .itemhisfor{
    color: #999999;
    font-size: 25px;
    line-height: 37px;
    font-weight: bold;
    padding: 15px 0;
    position: relative;
    cursor: pointer;
    text-align: center;
}
.slhistoryfor .itemhisfor::before{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #33A64A;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.slhistoryfor .slick-current .itemhisfor{
    color: #33A64A;
}
.slhistoryfor .slick-current .itemhisfor::before{
    opacity: 1;
    visibility: initial;
}
.slhistorynav{
    margin-bottom: 20px;
}
.slhistorynav.vhbtnslick .slick-arrow{
    top: 45%;
}
.itemhisnav{
    display: flex;
    flex-wrap: wrap;
}
.itemhisnav > div{
    width: 50%;
}
.itemhisnav .navthumb img{
    width: 100%;
}
.itemhisnav .navdecs {
    padding: 40px 60px 25px 80px;
}
.itemhisnav .year{
    color: #33A64A;
    font-size: 45px;
    line-height: 45px;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
    margin-bottom: 25px;
}
.itemhisnav .year::before{
    content: '';
    position: absolute;
    width: 135px;
    height: 2px;
    background-color: #33A64A;
    right: calc(100% + 20px);
    bottom: -10px;
}
.itemhisnav .decs{
    font-size: 20px;
    line-height: 30px;
}
.tpaboutmmbb .bbtitle{
    text-align: center;
    margin-bottom: 30px;
    color: #33A64A;
}
.tpaboutmmbb .bbtitle, .tpaboutmmbb .bbtitle h2{
    font-size: 35px;
    line-height: 50px;
    font-weight: 600;
}
.tpaboutmmbb .ctthumb img{
    mix-blend-mode: darken;
}
.bbthumb{
    margin-bottom: 30px;
}
.bbthumb img{
    width: 100%;
}
.tpaboutmmba .bbgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.tpaboutmmba .bbgrip .colr{
    padding: 0 20px;
    width: 50%;
}
.tpaboutmmba .bbitemtmsn{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.tpaboutmmba .bbitemtmsn .icon{
    width: 100px;
    padding: 0 10px;
    mix-blend-mode: darken;
}
.tpaboutmmba .bbitemtmsn .decstw{
    width: calc(100% - 100px);
    padding: 0 10px;
}
.bbitemtmsn .decstw h3{
    font-size: 25px;
    line-height: 37px;
    color: #33A64A;
    font-weight: 600;
    margin-bottom: 10px;
}
.bbitemtmsn .decstw .tend{
    color: #666666;
    font-size: 14px;
    line-height: 22px;
    max-width: 410px;
    text-align: justify;
}
/* <=== tphistoryab ===> */

/* <=== tpcorevalue ===> */
.tpcorevalue{
    padding: 30px 0 50px;
    background-color: #f7f7f7;
}
.tpcorevalue .cvthumb img{
    width: 100%;
}
.tpcorevalue .cvdecss{
    position: relative;
    margin-top: -50px;
    z-index: 2;
}
.tpcorevalue .cvgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpcorevalue .cvgrip > div{
    padding: 0 15px;
    width: 33.3333%;
}
.itcorevalue .ccicons{
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background-color: #33A64A;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin: 0 auto;
    margin-bottom: 10px;
}
.itcorevalue .ccicons img{
    max-width: 80%;
    max-height: 80%;
}
.itcorevalue .cctitle{
    text-align: center;
    margin-bottom: 10px;
    color: #33A64A;
}
.itcorevalue .cctitle, .itcorevalue .cctitle h3{
    font-size: 25px;
    line-height: 37px;
    font-weight: bold;
}
.itcorevalue .ccconts{
    font-size: 18px;
    line-height: 27px;
}
/* <=== tpcorevalue ===> */
@media screen and (max-width: 1200px){ 
	.cicleGiatri{
		min-height: 570px;
	}

    .itemhisnav .navdecs{
        padding: 20px 30px 10px 60px;
    }
}
@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 #33A64A;
		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;
	}

    .slhistorynav{
        margin-bottom: 10px;
    }
    .tpaboutmmba .slhistoryfor{
        width: calc(100% + 30px);
        max-width: calc(100% + 30px);
        padding: 0;
    }
    .itemhisnav .year::before{
        display: none;
    }
    .itemhisnav .coll{
        margin-bottom: 15px;
    }
    .itemhisnav .grhisnav .coll{
        width: 120px;
    }
    .itemhisnav .grhisnav .colr{
        width: calc(100% - 120px);
    }
    .itemhisnav .year{
        margin-bottom: 10px;
        font-size: 35px;
        line-height: 35px;
    }
    .itemhisnav > div{
        width: 100%;
    }
    .itemhisnav .navdecs{
        padding: 0;
    }
    .itemhisnav .decs{
        font-size: 18px;
        line-height: 27px;
    }
    .slhistoryfor .itemhisfor{
        font-size: 20px;
        line-height: 30px;
    }

    .tpaboutmmba .bbgrip{
        margin: 0 -15px;
    }
    .tpaboutmmba .bbgrip .colr{
        padding: 0 15px;
    }
    .tpaboutmmba .bbitemtmsn .icon{
        width: 90px;
    }
    .tpaboutmmba .bbitemtmsn .decstw{
        width: calc(100% - 90px);
    }
    .bbitemtmsn .decstw h3{
        font-size: 20px;
        line-height: 30px
    }
    
    /* <=== tpcorevalue ===> */
    .tpcorevalue .cvdecss{
        margin-top: 20px;
    }
    .tpcorevalue .cvgrip > div{
        width: 100%;
        margin-bottom: 30px;
    }
    .tpcorevalue .cvgrip > div:last-child{
        margin-bottom: 0;
    }
    /* <=== tpcorevalue ===> */
}
@media screen and (max-width: 767px){ 
	.gripTrietLy > div{
		width: 100%;
	}
	.gripTrietLy .thumb{
		order: 1;
	}
	.gripTrietLy .decs{
		order: 2;
	}
	.boxSuMenh > div{
		width: 100%;
	}
}

