.the-content .deg1{
	max-width: 930px;
	/*float: right;*/
	padding-left: 35px;
	padding-top: 40px;
	position: relative;
	font-size: 19px;
	line-height: 25px;
	font-weight: bold;
	margin-bottom: 35px;
}
.the-content .deg1:before{
	content: "\f10d";
	font-family: fontawesome;
	position: absolute;
	color:#04924f;
	font-size: 35px;
	line-height: 45px;
	top: 0;
	left: 0;
}
.the-content .deg2{
	max-width: 700px;
	float: right;
	margin-bottom: 50px;
}
.the-content .deg2 .part{
	margin-bottom: 20px;
}
.the-content .deg2 .color{
	color:#04924f;
}
.the-content p{
	padding: 0;
}
.the-content .t1{
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
}
/*============================================================*/
.bg-human{
	margin-bottom: 45px;
}
.bg-human img{
	width: 100%;
}
.vnt-human{
	margin-bottom: 45px;
}
.vnt-human .grid{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
	margin:0 -15px;
	flex-wrap: wrap;
}
.vnt-human .grid .col{
	width: 25%;
	padding: 0 15px;
}
.human{
	margin-bottom: 30px;
}
.human .img{
	margin-bottom: 10px;
}
.human .img a{
	padding-top: 100%;
	overflow: hidden;
	position: relative;
	display: block;
}
.human .img a img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	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;
}
/*.human .img a:hover img{
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
}*/
.human .name a{
	display: block;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	font-weight: bold;
}
.human .job{
	max-height: 44px;
	overflow: hidden;
	text-align: center;
}
.vnt-human .titleList{
	font-size: 24px;
	line-height: 32px;
	font-weight: 500;
	margin-bottom: 15px;
}
.vnt-human ul{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin:0 -15px;
}
.vnt-human ul li{
	padding: 0 15px;
	width: 25%;
	text-align: center;
	margin-bottom: 5px;
}
/*==============================================================*/
.designPopupHuman .fancybox-slide--iframe{
	padding: 10px;
}
.designPopupHuman .fancybox-slide--iframe .fancybox-content{
	margin-bottom: 0;
}
.designPopupHuman button[data-fancybox-close]{
	top: 0;
	right: 0;
}
#vnt-popup-human{
	padding: 55px 35px;
}
#vnt-popup-human .head{
	padding-bottom: 25px;
	margin-bottom: 35px;
	position: relative;
	text-align: center;
}
#vnt-popup-human .head:before{
	content: "";
	position: absolute;
	width: 60px;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	border-bottom: solid 2px #333333;
}
#vnt-popup-human .head .name{
	font-size: 25px;
	line-height: 33px;
	font-weight: bold;
}
#vnt-popup-human .head .job{
	font-size: 13px;
	line-height: 21px;
	color:#666666;
}
#vnt-popup-human .img{
	margin-bottom: 80px;
	text-align: center;
}
#vnt-popup-human .sign{
	max-width: 340px;
	margin: 0 auto;
}
#vnt-popup-human .sign .t1{
	font-size: 13px;
	line-height: 21px;
	color:#666666;
	text-transform: uppercase;
	padding-left: 40px;
	position: relative;
	margin-bottom: 20px;
}
#vnt-popup-human .sign .t1:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-bottom: solid 20px #bf1e2e;
    border-right: solid 11px #bf1e2e;
    border-left: solid 11px transparent;
    border-top: solid 20px transparent;
    left: 0;
    bottom: 3px;
}
#vnt-popup-human .sign .img img{
	mix-blend-mode: multiply;
}
#vnt-popup-human .slogan{
	margin-bottom: 15px;
}
#vnt-popup-human .slogan .t1{
	font-size: 13px;
	line-height: 21px;
	font-weight: 600;
	font-style: italic;
}
#vnt-popup-human .slogan .cont{
	font-style: 13px;
	line-height: 21px;
	font-weight: 600;
	color:#ff3333;
}
#vnt-popup-human p{
	padding: 0;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 1025px){

}

@media all and (max-width: 991px){
.vnt-human .grid{
	margin:0 -10px;
}
.vnt-human .grid .col{
	width: 33.333333%;
	padding: 0 10px;
}
.vnt-human ul li{
	width: 33.333333%;
}
}

@media all and (max-width: 768px){

}

@media all and (max-width: 767px){
.vnt-human .grid{
	margin:0 -5px;
}
.vnt-human .grid .col{
	width: 50%;
	padding: 0 5px;
}
#vnt-popup-human{
	padding: 35px 15px;
}
.human .name a{
	font-size: 18px;
	line-height: 26px;
}
.vnt-human{
	margin-bottom: 25px;
}
.vnt-human ul li{
	width: 50%;
}
}

@media all and (max-width: 640px){

}

@media all and (max-width: 480px){

}

@media all and (max-width: 360px){
.vnt-human .grid .col{
	width: 100%;
}
}











/* <==== update ====> */
.the-gallery{
	margin-bottom: 0;
}
.the-gallery.vmargin{
	margin-top: 40px;
}
.the-gallery .title{
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	margin-bottom: 15px;
}
.the-gallery .grid{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
	margin: 0 -6.5px;
	flex-wrap: wrap;
}
.the-gallery .grid .col{
	width: 16.666666%;
	padding: 0 6.5px;
	margin-bottom: 14px;
}
.the-gallery a{
	display: block;
	padding-top: 66.666666%;
	position: relative;
	overflow: hidden;
}
.the-gallery a img{
	width:initial;
	max-width: initial;
	height: 100%;
	width: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}


@media all and (max-width: 991px){
  
	.the-gallery.vmargin{
		margin-top: 20px;
	}
	.the-gallery .grid{
		margin: 0 -5px;
	}
	.the-gallery .grid .col{
		width: 20%;
		padding: 0 5px;
		margin-bottom: 10px;
	} 
}
@media all and (max-width: 768px){ 
	.the-gallery .grid .col{
		width: 33.333333%;
	} 
}
@media all and (max-width: 767px){
  
	.the-gallery .grid .col{
		width: 50%;
	} 
}
 
/* <==== update ====> */