.the-content .title{
	padding-bottom: 10px;
	margin-bottom: 30px;
	position: relative;
}
.the-content .title:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 240px;
	border-bottom: dashed 1px #666666;
}
.the-content .title h2{
	font-size: 45px;
	line-height: 55px;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 5px;
}
.the-content .title h2 span{
	color:#1fbcbc;
}
.the-content .title .des{
	font-size: 22px;
	line-height: 30px;
	color:#999999;
}
.the-content .template{
	height: 350px;
	position: relative;
	margin-bottom: 25px;
}
.the-content .template .img,
.the-content .template .img img{
	height: 100%;
}
.the-content .template .caption{
	position: absolute;
	right:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #f6f6f6;
	padding: 20px 25px;
	max-width: 450px;
	max-height: 300px;
    overflow-y: auto;
	width: 100%;
}
/*=====================================================*/
.wrapHuman{
	margin-bottom: 30px;
	border-bottom: solid 1px rgba(0,0,0,0.1)
}
.gridHuman{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	margin: 0 -15px;
	flex-wrap: wrap;
}
.gridHuman .col{
	width: 33.333333%;
	padding: 0 15px;
}
.human{
	margin-bottom: 30px;
}
.human .img{
	padding-top: 118.518518%;
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
}
.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;
}
.human .img:hover img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.human .job{
	font-size: 15px;
	line-height: 23px;
	color:#1fbcbc;
	text-align: center;
}
.human .name{
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	text-align: center;
}
/*============================*/
#vnt-popup-bacsi{
	padding: 40px;
	width:100%;
	height:100%;
	margin-bottom: 0;
}
#vnt-popup-bacsi .img{
	max-width: 340px;
	margin: 0 auto;
	margin-bottom: 20px;
}
#vnt-popup-bacsi .img img{
	width: 100%;
}
#vnt-popup-bacsi .name{
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 10px;
}
#vnt-popup-bacsi .breadJob{
	padding-bottom: 25px;
	margin-bottom: 20px;
	border-bottom: solid 1px rgba(0,0,0,0.2);
}
#vnt-popup-bacsi .breadJob ul{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
#vnt-popup-bacsi .breadJob ul li {
    margin-right: 10px;
    background: #f6f6f6;
    padding: 4px 15px;
}
#vnt-popup-bacsi .breadJob ul li:first-child{
	font-weight: bold;
	color:#ffffff;
	background: #1fbcbc;
	border-radius: 5px;
}
#vnt-popup-bacsi .breadJob ul li:last-child{
	margin-right: 0;
}
#vnt-popup-bacsi .info p{
	padding: 0;
}
#vnt-popup-bacsi .info .tit{
	font-size: 16px;
	line-height: 24px;
	color:#1fbcbc;
	text-transform: uppercase;
	font-weight: bold;
}
.designPopup .fancybox-slide--html{
	padding: 0;
}
.designPopup .fancybox-close-small{
	width: 40px;
	height: 40px;
	background: url(../images/i-close.png) no-repeat center center;
	background-size: contain;
}
.designPopup .fancybox-close-small svg{
	display: none;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width:768px){
.the-content .template{
	height:initial;
}
.the-content .template .img{
	height:initial;
}
.the-content .template .img img{
	height:initial;
	width:100%;
}
.the-content .template .caption{
	position: initial;
	-webkit-transform: initial;
	-ms-transform: initial;
	-o-transform: initial;
	transform: initial;
	max-width: initial;
}
.the-content .title h2{
	font-size: 30px;
	line-height: 40px;
}
#vnt-popup-bacsi .name{
	font-size: 28px;
	line-height: 36px;
}
.the-content .template .caption{
	max-height: 100%;
    overflow-y: auto;
}
}

@media all and (max-width:500px){
.gridHuman .col{
	width: 100%;
}
.human{
	max-width: 370px;
	margin: 0 auto;
	margin-bottom: 30px;
}
}