.the-content{
	text-align: justify;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 20px;
}
.the-content .grid{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin: 0 -40px;
}
.the-content .grid .col1{
	width: 40%;
	padding: 0 40px;
}
.the-content .grid .col2{
	width: 60%;
	padding: 0 40px;
}
.the-content .t1{
	font-size: 55px;
	line-height: 65px;
	text-transform: uppercase;
	text-align: center;
}
.the-content .t2{
	font-size: 28px;
	line-height: 36px;
	text-transform: uppercase;
	color:#a91717;
	text-align: center;
	margin-bottom: 30px;
}
/*===========================================*/
.designTemplate{
	background: #13252f;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	padding: 125px 0 120px;
	position: relative;
	margin-top: 30px;
}
.designTemplate:before{
	content: "";
	position: absolute;
	height: 60px;
	top: 0;
	left: 0;
	right: 0;
	background: url(../images/about/per-top.png) no-repeat center bottom;
	background-size: cover;
	z-index: 1;
}
.designTemplate:after{
	content: "";
	position: absolute;
	height: 60px;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(../images/about/per-bottom.png) no-repeat center top;
	background-size: cover;
	z-index: 1;
}
.designTemplate .grid{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.designTemplate .grid .col{
	width: 25%;
}
.designTemplate .num{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	color: #9f1d14;
	font-size: 60px;
	line-height: 70px;
	margin-bottom: 10px;
}
.designTemplate .num img{
	width: 100%;
	max-width: 50px !important;
	margin-right: 15px;
	margin-bottom: 5px;
	/*display: none;*/
}
.designTemplate .txt{
	text-align: center;
	color: #333333;
	font-size: 19px;
	line-height: 25px;
}
/*===========================================================*/
.the-content .designText1{
	margin-bottom: 30px;
}
.the-content .designText1 .img{
	padding-top: 66.666666%;
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}
.the-content .designText1 .img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.the-content .designText1 .tend{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-end;
	font-size: 22px;
	line-height: 30px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.the-content .designText1 .tend .num{
	font-size: 50px;
	line-height: 60px;
	color: #a91717;
	font-weight: 300;
	margin-right: 10px;
}
.the-content .designText1 .des{
	color:#999999;
}
/*==========================================================*/
.vnt-history{
	margin-bottom: 70px;
}
.vnt-history .grid{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
	margin: 0 -30px;
}
.vnt-history .grid .col1{
	width: 460px;
	padding: 0 30px;
}
.vnt-history .grid .col2{
	width:-webkit-calc(100% - 460px);
	width:-moz-calc(100% - 460px);
	width:-o-calc(100% - 460px);
	width:calc(100% - 460px);
	padding: 0 30px;
}
.vnt-history .title{
	margin-bottom: 20px;
	text-align: right;
}
.vnt-history .title .t1{
	font-size: 40px;
	line-height: 50px;
	color:#a91717;
	margin-bottom: 10px;
}
.vnt-history .title .t1 span{
	font-size: 60px;
	line-height: 70px;
}
.vnt-history .title .t2{
	font-size: 32px;
	line-height: 40px;
	color:#666666;
}
.listHistory{
	max-height: 660px;
	overflow: auto;
	padding-right: 20px;
}
.listHistory::-webkit-scrollbar {
    height: 6px;
    width:4px;
    background: #cccccc;
    padding:3px;
}
.listHistory::-webkit-scrollbar-thumb {
  background-color: #a91717;
  outline: 1px solid black;
}
.listHistory .item{
	padding: 25px 0;
	padding-left: 130px;
	position: relative;
	border-top: solid 1px rgba(0,0,0,0.25);
	font-size: 16px;
	line-height: 24px;
	color: #555555;
}
.listHistory .item .year{
	color:#a91717;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	position: absolute;
	left: 0;
	top: 25px;
}
/*=============================================================*/
.vnt-opinion{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	position: relative;
}
.vnt-opinion:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(19, 37, 47, 0.8);
	pointer-events: none;
}
.vnt-opinion .wrap{
	position: relative;
	padding: 125px 0 120px;
}
.vnt-opinion .wrap:before{
	content: "";
	position: absolute;
	height: 60px;
	top: 0;
	left: 0;
	right: 0;
	background: url(../images/about/per-top.png) no-repeat center bottom;
	background-size: cover;
	z-index: 1;
}
.vnt-opinion .wrap:after{
	content: "";
	position: absolute;
	height: 60px;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(../images/about/per-bottom.png) no-repeat center top;
	background-size: cover;
	z-index: 1;
}
.vnt-opinion .title{
	text-align: center;
	padding-bottom: 15px;
	margin-bottom: 30px;
	position: relative;
}
.vnt-opinion .title:before{
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 180px;
	border-bottom: solid 3px #ed1c24;
}
.vnt-opinion .title h2{
	color:#ffffff;
	font-size: 22px;
	line-height: 30px;
	font-weight: normal;
}
#slideOpinion{
	max-width: 991px;
	margin: 0 auto;
	padding-bottom: 35px;
}
#slideOpinion .content{
	color:#ffffff;
	text-align: center;
	margin-bottom: 15px;
	text-align: center;
}
#slideOpinion .name{
	color:#ffffff;
	text-align: center;
}
#slideOpinion .name:before{
	content: "- ";
}
#slideOpinion .slick-dots{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0px;
	text-align: center;
}
#slideOpinion .slick-dots li{
	display: inline-block;
	margin: 0 5px;
}
#slideOpinion .slick-dots li button{
	width:15px;
	height:15px;
	background: transparent;
	border-radius: 100%;
	font-size: 0;
	padding:0;
	border:solid 2px #898989;
}
#slideOpinion .slick-dots li.slick-active button{
	background: #898989;
	border-color: #898989;
}
/*=============================================================*/
.vnt-partner{
	padding: 120px 0 100px;
}
.vnt-partner .title{
	text-align: center;
	padding-bottom: 15px;
	margin-bottom: 30px;
	position: relative;
}
.vnt-partner .title:before{
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 180px;
	border-bottom: solid 3px #ed1c24;
}
.vnt-partner .title h2{
	font-size: 22px;
	line-height: 30px;
	font-weight: normal;
}
.vnt-partner .dess{
	max-width: 1024px;
	margin: 0 auto;
	margin-bottom: 80px;
	text-align: center;
}
#slidePartner{
	max-width: 1024px;
	margin: 0 auto;
}
#slidePartner .item a{
	outline: none;
	padding-top: 66.666666%;
	position: relative;
	overflow: hidden;
	display: block;
}
#slidePartner .item a img{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	max-height: 80%;
	max-width: 80%;
}
#slidePartner .slick-arrow{
	width:30px;
	height:40px;
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	border:none;
	position: absolute;
	top: 50%;
	font-size: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	color:#ffffff;
	text-shadow: 2px 3px 4px rgba(0,0,0,0.2);
}
#slidePartner .slick-prev{
	left:-30px;
	background-image: url(../images/about/i-prev.jpg);
}
#slidePartner .slick-next{
	right:-30px;
	background-image: url(../images/about/i-next.jpg);
}
/*=============================================================*/
.vnt-human .grid{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: stretch;
	margin-right: -5px;
	flex-wrap: wrap;
	padding-left: 16.666666%;
	position: relative;
}
.vnt-human .grid .col{
	width: 20%;
	border-right: solid 1px #13252f;
	border-bottom: solid 1px #13252f;
}
.vnt-human .grid .col:first-child{
	position: absolute;
	top: 0;
	left: 0;
	width: 16.666666%;
}
.vnt-human .title{
	padding-top: 126.0504%;
	position: relative;
	color:#ffffff;
	text-transform: uppercase;
	text-align: center;
}
.vnt-human .title span{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 80%;
}
.vnt-human .human{
	position: relative;
}
.vnt-human .human .img{
	padding-top: 126.0504%;
	position: relative;
	overflow: hidden;
}
.vnt-human .human .img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	filter: grayscale(100%);
}
.vnt-human .human:hover .img img{
	filter: grayscale(0%);
}
.vnt-human .human .caption{
	padding: 10px 15px;
	background: rgba(19, 37, 47, 0.7);
	color: #999999;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	pointer-events: none;
}
.vnt-human .human .caption:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 100%;
	border-bottom: solid 2px #a91717;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.vnt-human .human:hover .caption:before{
	right: 0;
}
.vnt-human .human .name{
	color: #ffffff;
}
#vnt-popup-human {
	max-width: 768px;
	padding: 0;
	background: #13252f;
	color: #999999;
	font-size: 16px;
	line-height: 24px;
	font-family: 'UTM Avo';
}
#vnt-popup-human .wrap{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
#vnt-popup-human .img{
	flex-shrink: 0;
	width: 300px;
}
#vnt-popup-human .img img{
	width: 100%;
}
#vnt-popup-human .caption{
	width:-webkit-calc(100% - 300px);
	width:-moz-calc(100% - 300px);
	width:-o-calc(100% - 300px);
	width:calc(100% - 300px);
	padding: 25px;
}
#vnt-popup-human .humanInfo{
	color: #ffffff;
	text-transform: uppercase;
	padding-bottom: 15px;
	margin-bottom: 15px;
	position: relative;
	font-size: 16px;
	line-height: 24px;
}
#vnt-popup-human .humanInfo:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	border-bottom: solid 1px rgba(255,255,255,0.3);
	width: 120px;
}
#vnt-popup-human .humanInfo .name{
	color:#a91717;
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
}
.popupHuman.fancybox-is-open .fancybox-bg{
	opacity: 0.7;
}
.popupHuman .fancybox-close-small{
	color:#ffffff;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 1200px){
.vnt-human .grid .col{
	width: 20%;
}
}

@media all and (max-width: 1025px){
.vnt-history .grid{
	margin: 0 -20px;
}
.vnt-history .grid .col1{
	width: 340px;
	padding: 0 20px;
}
.vnt-history .grid .col2{
	width:-webkit-calc(100% - 340px);
	width:-moz-calc(100% - 340px);
	width:-o-calc(100% - 340px);
	width:calc(100% - 340px);
	padding: 0 20px;
}
.vnt-history .title .t1{
	font-size: 30px;
	line-height: 40px;
}
.vnt-history .title .t1 span{
	font-size: 50px;
	line-height: 60px;
}
.vnt-history .title .t2{
	font-size: 22px;
	line-height: 30px;
}
#slidePartner{
	padding: 0 25px;
}
#slidePartner .slick-prev{
	left:0px;
}
#slidePartner .slick-next{
	right:0px;
}
}

@media all and (max-width: 991px){
.designTemplate .grid{
	flex-wrap: wrap;
}
.vnt-human .grid .col{
	width: 33.333333%;
}
.vnt-main-top{
	background: #ffffff;
}
.the-content .t1{
	font-size: 30px;
	line-height: 40px;
}
.the-content .t2{
	font-size: 16px;
	line-height: 24px;
}
.the-content .grid{
	margin: 0 -20px;
}
.the-content .grid .col1{
	padding: 0 20px;
}
.the-content .grid .col2{
	padding: 0 20px;
}
.designTemplate{
	background-attachment: scroll;
}
.designTemplate:before,
.designTemplate:after,
.vnt-opinion .wrap:before,
.vnt-opinion .wrap:after{
	display: none;
}
.vnt-opinion .wrap,
.vnt-partner{
	padding: 75px 0 60px;
}
.vnt-partner .dess{
	margin-bottom: 40px;
}
}

@media all and (max-width: 767px){
.designTemplate .grid .col{
	width: 50%;
	margin-bottom: 30px;
}
.the-content .img_text{
	float: none;
	width: 100%;
	height:initial;
	margin-right: 0;
	margin-bottom: 25px;
	text-align: left;
}
.the-content .img_text .t1{
	font-size: 20px;
	line-height: 30px;
}
.the-content .img_text .t2{
	font-size: 30px;
	line-height: 40px;
}
.the-content .img_text .t3{
	font-size: 16px;
	line-height: 24px;
}
.vnt-history .grid{
	display: block;
}
.vnt-history .grid .col1,
.vnt-history .grid .col2{
	width: 100%;
}
.vnt-history .title{
	text-align: left;
	margin-bottom: 40px;
}
.listHistory .item{
	padding-left: 100px;
	font-size: 14px;
	line-height: 22px;
}
.vnt-human .grid .col{
	width: 50%;
}
.vnt-human .human .caption{
	font-size: 10px;
	line-height: 18px;
	padding: 5px 10px;
}
.the-content .grid{
	display: block;
}
.the-content .designTemplate .grid{
	display: inline-flex;
}
.the-content .grid .col1,
.the-content .grid .col2{
	width: 100%;
}
.the-content .img{
	margin-bottom: 20px;
}
.designTemplate{
	padding: 55px 0 30px;
}
.designTemplate .num{
	font-size: 40px;
	line-height: 50px;
}
.designTemplate .txt{
	font-size: 16px;
	line-height: 24px;
}
#vnt-popup-human .img{
	width: 300px;
}
#vnt-popup-human .caption{
	width:-webkit-calc(100% - 300px);
	width:-moz-calc(100% - 300px);
	width:-o-calc(100% - 300px);
	width:calc(100% - 300px);
}
.designTemplate .num img{
	max-width: 35px !important;
}
}	

@media all and (max-width: 640px){
#vnt-popup-human .wrap{
	display: block;
}
#vnt-popup-human .img{
	margin: 0 auto;
	width: 100%;
}
#vnt-popup-human .caption{
	width: 100%;
}
}

@media all and (max-width: 500px){
.vnt-human .human .caption .job,
.vnt-human .human .caption .jox{
	display: none;
}
.vnt-human .grid{
	padding-left: 90px;
}
.vnt-human .grid .col:first-child{
	width: 90px;
}
}