.vhtitleAbout{
    text-align: center;
    margin-bottom: 15px;
}
.vhtitleAbout h3{
    font-size: 30px;
    line-height: 45px;
    text-transform: uppercase;
}
/* page 1 */
.vntAbout{
    padding-top: 30px;
}
.vhInfoAbout{
}
.vhInfoAboutOne{
    padding: 80px 0;
    min-height: 750px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.vhInfoAboutOne .vnDecsAbOne{
    max-width: 690px;
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
}
/*  */
.vhInfoAboutTwo{
    padding: 60px 0;
    background-position: bottom center;
    background-repeat: no-repeat;
}
.vhAboutTwo{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px;
    align-items: center;
    align-content: center;
}
.vhAboutTwo > div{
    padding: 0 30px;
}
.vhAboutTwo .colL{
    width: 370px;
}
.vhAboutTwo .colR{
    width: calc(100% - 370px);
}
.vhAboutTwo .vhDecsTwo{
    font-size: 16px;
    line-height: 24px;
}
.vhAboutTwo .vhDecsTwo .vhtitle{
    font-weight: bold;
    margin-bottom: 10px;
}
.vhAboutTwo .vhDecsTwo .vhlst{
    margin-bottom: 30px;
}
.vhAboutTwo .vhDecsTwo .vhlst li{
    padding-left: 25px;
    position: relative;
    margin-bottom: 10px;
}
.vhAboutTwo .vhDecsTwo .vhlst li::before{
    font-family: fontAwesome;
    position: absolute;
    left: 0;
    color: #cb0109;
    content: "\f058";
}

/*  */
.vhInfoAboutThree{
    padding: 60px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 960px;
}
.vhInfoAboutThree .vnDecsAbThree{
    text-align: center;
    max-width: 820px;
    margin: 0 auto;
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
}

/* page 2 */
.vhMessageAb{
    padding-bottom: 150px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
    min-height: 830px;
}
.vhMessageAb .vhGripMess{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.vhMessageAb .vhGripMess > div{
    padding: 0 15px;
}
.vhMessageAb .vhGripMess .colT{
    width: 41.67%;
}
.vhMessageAb .vhGripMess .colD{
    width: 58.33%;
}
.vhMessageAb .thumbMess img{
    width: 100%;
}
.vhMessageAb .decsMess{
    padding-top: 40px;
}
.vhMessageAb .decsMess .infoChairman{
    padding: 15px 120px 15px 60px;
    display: inline-block;

    color: #ffffff;
    margin-bottom: 20px;
    position: relative;
    left: -60px;
    z-index: 1;
    overflow: hidden;
}
.vhMessageAb .decsMess .infoChairman::after{
    content: '';
    background: rgb(36,64,143);
    background: linear-gradient(270deg, rgba(36,64,143,1) 0%, rgba(36,64,143,0.93) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 70px;
    bottom: 0;
    z-index: -1;
    border-top-right-radius: 70px;
    pointer-events: none;
}
.vhMessageAb .decsMess .infoChairman::before{
    content: '';
    background-color: rgba(36, 64, 143, 1);
    position: absolute;
    height: 400px;
    width: 70px;
    top: -200px;
    right: 115px;
    transform: rotate(140deg);
    z-index: -1;
    pointer-events: none;
}

.vhMessageAb .infoChairman .tName{
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5px;
}
.vhMessageAb .infoChairman .tInfo{
    font-size: 15px;
    line-height: 23px;
    font-style: italic;
}
.vhMessageAb .decsMess .theCont{
    font-size: 16px;
    line-height: 24px;

}
/* page 3 */
.boxVisionOne{
    padding: 190px 0;
    min-height: 730px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.vhtitleVision{
    position: relative;
}
.vhtitleVision::before{
    content: '';
    position: absolute;
    left: -10000px;
    width: 10000px;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url('../images/about/line.png');
    background-size: contain;
    background-repeat: repeat;
    background-position: center;
}
.vhtitleVision .inlineVision{
    display: inline-block;
    padding: 12px 30px;
    border: 5px solid #ffffff;
}
.vhtitleVision .inlineVision h2{
    font-size: 30px;
    line-height: 45px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
}
.vhVisionOne .vhContVisionOne{
    max-width: 475px;
    width: 100%;
    background-color: rgba(255,255,255,0.8);
    margin-left: 100px;
    padding: 25px;
    font-size: 16px;
    line-height: 24px;
}

.boxVisionTwo{
    padding: 75px 0 90px;
    min-height: 600px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.boxVisionTwo .vhVisionTwo{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.boxVisionTwo .vhVisionTwo .wrapTwo{
    max-width: 745px;
    width: 100%;
}
.vhVisionTwo .vhInfoTwo{
    margin-left: 100px;
}
.vhVisionTwo .vhInfoTwo .vhItemTwo{
    padding: 20px 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.vhVisionTwo .vhInfoTwo .vhItemTwo .vhnumber{
    width: 50px;
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
}
.vhVisionTwo .vhInfoTwo .vhItemTwo .vhtext{
    width: calc(100% - 50px);
    padding-left: 10px;
    font-size: 16px;
    line-height: 24px;
}
.vhVisionTwo .vhInfoTwo .vhItemTwo:nth-child(odd){
    margin-right: 60px;
    background-color: rgba(255,255,255,0.8);
}
.vhVisionTwo .vhInfoTwo .vhItemTwo:nth-child(even){
    margin-left: 60px;
    background-color: rgba(36,64,143,0.8);
    color: #ffffff;
}
.boxVisionThree{
    padding: 80px 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.boxVisionThree .vhThumbThree{
    max-width: 580px;
    margin: 0 auto;
    text-align: center;
}
@keyframes xoayvong {
    from{
        -webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
    }
    to{
        -webkit-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -o-transform:rotate(360deg);
    }
}

/* page 4 */
.vhHistoyAbTop{
    background-color: #24408f;
    color: #ffffff;
}
.vhHistoyAbMain{
    overflow: hidden;
}
.vhHistoryNav .itemHisNav{
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding: 12px 10px;
    font-size: 15px;
    line-height: 23px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
}

.vhHistoryNav .slick-current .itemHisNav{
    background-color: #3a539a;
}
.vhHistoryNav .itemHisNav:last-child{
    border-right:none;
}   
.vhHistoryFor .itemFor {
    height: 0;
}
.vhHistoryFor .itemFor.slick-current{
    height: auto;
}
.vhHistoryFor .hisInfoZic{
    padding: 160px 0 140px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    color: #ffffff;
}
.vhHistoryFor .hisInfoZic::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.3;
    pointer-events: none;
    z-index: -1;
}
.vhHistoryFor .wrapHis{
	padding-left: 30px;
	position: relative;
}
.vhHistoryFor .wrapHis::before{
	content: '';
	position: absolute;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	top: 10px;
	left: 30px;
    bottom: -250px;
}
.vhHistoryFor .wrapHis .yearHis{
	margin-bottom: 30px;
	position: relative;
	padding-left: 40px;
	font-size: 40px;
	line-height: 40px;
    font-weight: 700;
}
.vhHistoryFor .wrapHis .yearHis::before{
	content: '';
	position: absolute;
	left: -15px;
	top: 6px;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	background-color: #ffffff;
}
.vhHistoryFor .wrapHis .yearHis::after{
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background-color: #24408f;
	left: -10px;
	top: 11px;
}
.vhHistoryFor .wrapHis .yearHis span{
    display: inline-block;
    padding-bottom: 2px;
    border-bottom: 3px solid #ffffff;
}
.vhHistoryFor .infoYear{
	padding-left: 40px;
}
.vhHistoryFor .infoYear .itemYear{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    position: relative;
}
.vhHistoryFor .infoYear .itemYear::before{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #ffffff;
    left: -45px;
    top: 15px;
}
.vhHistoryFor .infoYear .itemYear .year{
	width: 115px;
	font-size: 25px;
	line-height: 38px;
	font-weight: 700;
}
.vhHistoryFor .infoYear .itemYear .txt{
    width: calc(100% - 115px);
    font-size: 15px;
    line-height: 23px;
    max-width: 490px;
}
/* page 5 */
.vhHumanAb{

}
.vhHumanAb{
    
}
.vhHumamDecs{
    position: relative;
    z-index: 1;
}
.vhHumanOne .vhDecsOne{
    padding: 30px 30px 40px 30px;
    background-color: rgba(246, 246, 246, 0.9);
    position: relative;
    margin-bottom: -60px;
}
.vhHumanOne .vhDecsOne .wrapOne{
    max-width: 980px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}
.vhHumanOne .vhHumanThumb img{
    width: 100%;
}

.vhHumanTwo{
    padding-top: 60px;
    background-color: #f7f6f1;
}
.vhHumanTwo .vhDecsTwo{
    max-width: 980px;
    margin: 0 auto;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}
.vhHumanThree{
    padding: 70px 0 80px;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.vhHumanThree .wrapThree{
    max-width: 930px;
    margin: 0 auto;
}
.gripHumanThree{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    margin: 0 -30px;
}  
.gripHumanThree > div{
    padding: 0 30px;
}
.gripHumanThree .colL{
    width: calc(100% - 320px);
}
.gripHumanThree .colR{
    width: 320px;
}
.gripHumanThree .vhThumbH{
    margin-bottom: 40px;
}
.vhDecsThree li{
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    font-size: 16px;
    line-height: 24px;
} 
.vhDecsThree li .vhColorT{
    width: 20px;
    height: 20px;
    border-radius: 100%;
}
.vhDecsThree li .vhtextT{
    width: calc(100% - 20px);
    padding-left: 10px;
}

.vhHumanFor .vhHumamDecs{
    margin-bottom: -50px;
}
.vhHumanFor{
    padding-top: 60px;
    background-color: #f4f4f6;
}
.vhHumanFor .vhDecsFor{
    max-width: 980px;
    margin: 0 auto;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}
/* page 6 */
.vhDiagramAb{
    margin-bottom: 60px;
}

/* page 7 */
.vhCertifiDecs{
    padding: 25px 0;
    background-color: #eff1f4;
}
.vhdecsAll{
    max-width: 980px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}
.vhCertifiTitle{
    padding: 60px 0 40px;
    background-color: #eff1f4;

}
.vhCertifiTitle .text{
    text-align: center;
    font-size: 150px;
    line-height: 150px;
    font-weight: 900;
    -webkit-text-stroke: 1px rgba(0,0,0,0.1);
    color: transparent;
    white-space: nowrap;
    text-transform: uppercase;
}
.vhSliderCer .slick-list{
    margin: 0 -15px;
}
.vhSliderCer .slick-slide{
    padding: 0 15px;
}

/*  */
.home-achievement{
    position:relative;
    height:305px; 
    background-color:#24408f;

}
.home-achievement .bg-active{
    height:390px;
    width: 455px; 
    position:absolute;
    top: 20px; 
    z-index:0;
    left:0; 
    right:0;
    margin:0 auto;
    background-color:#FFF;
    border-radius: 5px;
    z-index: 1;
}
.slide-achievement .achie-main{
    float:left; 
    width:392px;
    background:#FFF; 
    margin:0 auto; 
    left:0; 
    right:0; 
    padding-top:5px; 
    height:184px; 
    text-align:center;
}
.slide-achievement .achie-main .note{
    margin-top:11px !important; 
    text-transform:uppercase; 
    color:#1e1e1e; 
    width:234px;
    margin:0 auto; 
    left:0; 
    right:0; 
}
.slide-achievement .achie-left{
    width:39.5%;
    float:left; 
    position:relative;
}
.slide-achievement .achie-left .owl-stage-outer{
    width:86%;
    padding-top:20px;
}
.slide-achievement .achie-left .item{
    width:145px;
}
.slide-achievement .achie-left .item img{
    width:inherit;
}
.slide-achievement .achie-left .owl-controls{
    float:right; width:77px; 
    height:142px; 
    position:absolute; 
    right:0; 
    bottom:0px; 
    background-color:#FFF;
}
.slide-achievement .achie-left .owl-controls .owl-nav .owl-next{
    display:none !important;
}
.slide-achievement .achie-left .owl-controls .owl-nav .owl-prev{
    background-color:#FFF; background:url('../images/img-arrow_arch_left.jpg') no-repeat; 
    height:51px; 
    width:17px; 
    margin-top:38px;
}
.slide-achievement .achie-left .owl-controls .owl-nav .owl-prev:hover{
    background:url('../images/img-arrow_arch_left2.jpg') no-repeat;
}
.slide-achievement .achie-left .owl-controls .owl-dots{
    display:none !important;
}
.slide-achievement .achie-right{
    width:39.5%;
    float:left; 
    position:relative;
}
.slide-achievement .achie-right .owl-stage-outer{
    width:86%;
    padding-top:20px;
}
.slide-achievement .achie-right .item{
    width:145px;
}
.slide-achievement .achie-right .item img{
    width:inherit;
}
.slide-achievement .achie-right .owl-controls{
    float:left; 
    width:77px; 
    height:142px; 
    position:absolute; 
    left:0; 
    bottom:0px; 
    background-color:#FFF;
}
.slide-achievement .achie-right .owl-controls .owl-nav .owl-next{
    background-color:#FFF; 
    background:url('../images/img-arrow_arch_right.jpg') no-repeat; 
    height:51px; 
    width:17px; 
    margin-top:38px;
}
.slide-achievement .achie-right .owl-controls .owl-nav .owl-next:hover{
    background:url('../images/img-arrow_arch_right2.jpg') no-repeat;
}
.slide-achievement .achie-right .owl-controls .owl-nav .owl-prev{
    display:none !important;
}
.slide-achievement .achie-right .owl-controls .owl-dots{
    display:none !important;
}
.circle-slide-scroll{
    text-align:center;
    margin:auto;
    position:relative;
}
.home-achievement::before{
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(36,64,143,0.8);
    width:  100%;
    height:  100%;
    pointer-events: none;
    z-index: 1;
}
.circle-slide-scroll ul.scrollable{
    list-style:none;
    padding:0;
    position:relative;
    overflow:hidden;
    display:block;
    margin:0 auto; 
    height:305px !important;
}
.circle-slide-scroll ul.scrollable li{
    list-style:none;
    position:absolute;
    border-radius: 5px;
    top: 65px!important;
    padding: 0 10px;
}
.circle-slide-scroll ul.scrollable li.mid-item{
    /* top: 50px!important; */
    padding: 0;
    z-index: 2;
}
.circle-slide-scroll ul.scrollable li.mid-item .slide-content{
    /* height: 250px; */
}
.circle-slide-scroll ul.scrollable li.mid-item .slide-content img{
    max-width: 100%;
    max-height: 100%;
}
.circle-slide-scroll ul.scrollable li .slide-content{
    height: 175px;
    background-color: #ffffff;
    position: relative;
    border-radius: 5px;
}
/* .circle-slide-scroll ul.scrollable li .slide-content::before{
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    background-color: rgba(36,64,143,0.8);
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    z-index: 1;
} */
.circle-slide-scroll ul.scrollable li.mid-item .slide-content::before{
    background-color: transparent;
}
.circle-slide-scroll ul.scrollable li .slide-content img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 95%;
    max-height: 90%;
}
.circle-slide-scroll ul.scrollable li:before{
    content:'';
    position:absolute;
    background:rgba(0,0,0,.4);
    -moz-opacity:1;-khtml-opacity:1;
    -webkit-opacity:1;opacity:1;
    -ms-filter:alpha(opacity=100);
    filter:alpha(opacity=100);
    -webkit-transition:all .2s;
    -moz-transition:all .2s;
    -o-transition:all .2s;
    -ms-transition:all .2s;
    transition:all .2s;
    cursor:pointer
}
.circle-slide-scroll ul.scrollable li.mid-item:before{
    -moz-opacity:0;
    -khtml-opacity:0;
    -webkit-opacity:0;
    opacity:0;
    -ms-filter:alpha(opacity=0);
    filter:alpha(opacity=0);
    cursor:default
}
.circle-slide-scroll ul.scrollable li.mid-item img{
    cursor:default
}
.circle-slide-scroll ul.scrollable li img{
    cursor:pointer
}
.circle-slide-scroll>.item{
    position:absolute;
}
.circle-slide-scroll>.item:first-child{
    position:relative
}
.circle-slide-scroll img{
    cursor:pointer;
}
.circle-slide-scroll .content{
    width:auto;
    height:auto
}
.circle-slide-scroll .title{
    font-weight:700;
    font-size:15px;
    line-height:30px;
    margin:20px 0 -7px;
    text-transform:none
}
.circle-slide-scroll .title a{
    display:block;
    color:#333;
}
.circle-slide-scroll .title a:hover{
    text-decoration:underline;
}
.circle-slide-scroll .regency{
    line-height:25px;
    text-transform:uppercase;
    font-size:12px;
    font-weight:700;
    color:#999
}
.circle-slide-scroll .description{
    font-size:16px;
    min-height:100px;
    line-height:25px
}
.circle-slide-scroll .control-nav{
    position:absolute;
    left:0;
    top: 50% !important;
    transform: translateY(-50%);
    margin-top: 0px !important;    
    bottom:0;
    margin:auto;
    width:50px!important;
    height:50px!important;
    background-color:#FFF; 
    border-radius: 100%;
    line-height:30px;
    text-align:center;
    margin-left: -60px;
    z-index: 2;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.circle-slide-scroll .control-nav.prev{
    border-right:none;
    background-image: url('../images/about/prev.png');
}
.circle-slide-scroll .control-nav.next{
    left:0;
    border-left:none;
    background-image: url('../images/about/next.png');
}
.circle-slide-scroll .slides-content{
    position:absolute; 
    margin:0 auto; 
    left:0; 
    right:0; 
    bottom:-90px; 
    text-transform:uppercase;
    z-index: 2;
}
.circle-slide-scroll .slides-content .note{
    margin-top:11px !important; 
    text-transform:uppercase; 
    color:#1e1e1e; 
    width:234px;
    margin:0 auto; 
    left:0; right:0; 
}
.circle-slide-scroll .slides-content .slide-content:not(.current){
    display:none
}
.circle-slide-scroll .slides-content .description{
    margin-top:33px
}
.noBrTB{
    border:none !important; 
    background-color:transparent; 
    width:10px !important;
}
@media all and (max-width: 1200px){
    .vhCertifiTitle .text{
        font-size: 120px;
        line-height: 120px;
    }
}

@media all and (max-width: 991px){
    /* page 1 */
    .vhInfoAboutOne{
        padding: 30px 0;
        min-height: 600px;
    }
    .vhInfoAboutOne{
        font-size: 14px;
        line-height: 22px;
    }

    .vhInfoAboutTwo{
        padding: 30px 0;
    }
    .vhInfoAboutThree{
        padding: 30px 0;
        min-height: 700px;
    }
    .vhInfoAboutThree .vnDecsAbThree{
        font-size: 14px;
        line-height: 22px;
    }
    .vhInfoAboutOne .vnDecsAbOne{
        font-size: 14px;
        line-height: 22px;
    }
    /* page 2 */
    .vhMessageAb .infoChairman .tName{
        font-size: 16px;
        line-height: 24px;
    }
    .vhMessageAb .infoChairman .tInfo{
        font-size: 14px;
        line-height: 22px;
    }
    .vhMessageAb .vhGripMess{
        margin: 0 -10px;
    }
    .vhMessageAb .vhGripMess > div{
        padding: 0 10px;
    }
    .vhMessageAb .decsMess .infoChairman{
        left: -40px;
        padding: 15px 120px 15px 40px;
    }
    .vhMessageAb .decsMess .theCont{
        font-size: 14px;
        line-height: 22px; 
    }
    /* page 3 */
    .boxVisionOne{
        min-height: auto;
        padding: 100px 0 160px;
    }
    .vhtitleVision::before{
        display: none;
    }
    /* page 4 */

	.vhHistoryFor .wrapHis .yearHis{
		font-size: 25px;
		line-height: 37px;
		padding-left: 30px;
	}
	.vhHistoryFor .wrapHis .yearHis::before{
		width: 21px;
		height: 21px;
		left: -10px;
	}
	.vhHistoryFor .wrapHis .yearHis::after{
		width: 15px;
		height: 15px;
		left: -7px;
		top: 9px;
    }
    .vhHistoryFor .infoYear .itemYear::before{
        left: -35px;
        top: 10px;
    }
	.vhHistoryFor .infoYear{
		padding-left: 30px;
	}
	.vhHistoryFor .infoYear .itemYear .year{
		font-size: 20px;
		line-height: 30px;
		width: 100%;
	}
	.vhHistoryFor .infoYear .itemYear .txt{
		font-size: 14px;
		line-height: 22px;
		width:  100%;
	}
	.vhHistoryFor .infoYear .itemYear{
		margin-bottom: 20px;
    }
    /* page 5 */
    .vhHistoryFor .hisInfoZic{
        padding: 50px 0;
    }
    .vhHistoryFor .wrapHis{
        padding-right: 0;
    }
    .vhHumanOne .vhDecsOne{
        padding: 20px 15px;
        margin-bottom: -20px;
    }
    .vhHumanOne .vhDecsOne .wrapOne{
        font-size: 14px;
        line-height: 22px;
    }
    .vhHumanTwo{
        padding-top: 25px;
    }
    .vhHumanTwo .vhDecsTwo{
        font-size: 14px;
        line-height: 22px;
    }
    .vhHumanFor{
        padding-top: 30px;
    }
    .vhtitleAbout h3{
        font-size: 22px;
        line-height: 32px;
    }
    .vhHumanFor .vhDecsFor{
        font-size: 14px;
        line-height: 22px;
    }
    .vhHumanFor .vhHumamDecs{
        margin-bottom: -20px;
    }
    .vhDiagramAb{
        margin-bottom: 40px;
    }
    /* page 7 */
    .vhdecsAll{
        font-size: 14px;
        line-height: 22px;
    }
    .vhCertifiTitle .text{
        font-size: 60px;
        line-height: 60px;
    }

    .home-achievement .bg-active{
        height: 340px;
        width: 350px;
    }
    .circle-slide-scroll ul.scrollable{
      
    }
    .circle-slide-scroll .slides-content{   
        bottom: -35px;
    }
}

@media all and (max-width: 767px){
    /* page 1 */
    .vhAboutTwo .colL{
        width: 100%;
        margin-bottom: 30px;
    }
    .vhAboutTwo .colR{
        width: 100%;
    }
    /* page 2 */
    .vhMessageAb .vhGripMess .colT{
        width: 100%;

    }
    .vhMessageAb .vhGripMess .colD{
        width: 100%;
    }
    .vhMessageAb .decsMess .infoChairman{
        left: 0;
        margin-top: -20px;
        margin-left: 10px;
    }
    .vhMessageAb .decsMess{
        padding-top: 0;
    }
    .vhMessageAb .decsMess .infoChairman{      
        padding: 15px 80px 15px 15px;
    }
    .vhMessageAb{
        background-size: 300%;
    }
    /* page 3 */
    .boxVisionOne{
        padding: 50px 0 60px;
    }
    .vhtitleVision .inlineVision{
        padding: 9px 25px;
    }
    .vhtitleVision .inlineVision h2{
        font-size: 22px;
        line-height: 30px;
    }
    .vhVisionOne .vhContVisionOne{
        max-width: calc(100% - 40px);
        margin-left: 40px;
        font-size: 14px;
        line-height: 22px;
        padding: 20px;
    }
    .boxVisionTwo{
        padding: 40px 0 50px;
    }
    .vhVisionTwo .vhInfoTwo{
        margin-left: 20px;
    }
    .vhVisionTwo .vhInfoTwo .vhItemTwo .vhtext{
        font-size: 14px;
        line-height: 22px;
    }
    .vhVisionTwo .vhInfoTwo .vhItemTwo:nth-child(even){
        margin-left: 20px;
    }
    .vhVisionTwo .vhInfoTwo .vhItemTwo:nth-child(odd){
        margin-right: 20px;
    }
    .boxVisionThree{
        padding: 70px 0;
    }
    /* page 4 */
    .vhHistoryNav .itemHisNav{
        font-size: 13px;
        line-height: 21px;
    }
    .vhHistoryFor .wrapHis{
        padding-left: 10px;
    }
    .vhHistoryFor .wrapHis::before{
        left: 10px;
    }
    /* page 5 */
    .vhHumanThree{
        padding: 40px 0 50px;
    }
    .gripHumanThree .colL{
        width: 100%;
        margin-bottom: 20px;
    }
    .gripHumanThree .colR{
        width: 100%;
        padding-left: 80px;
    }
    /* page 7 */
    .vhCertifiTitle .text{
        font-size: 45px;
        line-height: 45px;
    }
    .home-achievement .bg-active{
        width: 260px;
    }
    .circle-slide-scroll .slides-content .note{
        max-width: 240px!important;
        width: 100%!important;
    }
    .circle-slide-scroll .control-nav{
        margin-left: 0!important;
    }
    .circle-slide-scroll .control-nav.prev{
        left: 10px!important;
    }
    .circle-slide-scroll .control-nav.next{
        right: 10px!important;
        left: inherit!important;
    }
}