.the-content{
	font-size: 16px;
	line-height: 24px;
	color:#666666;
	text-align: justify;
}
.the-content .mb{
	margin-bottom: 50px;
}
#vnt-about .about:nth-child(2n+1) .img{
	right: 50%;
}
#vnt-about .about:nth-child(2n+1) .img img{
	float: right;
}
#vnt-about .about:nth-child(2n+1) .caption{
	padding-right: 50px;
	float: right;
}
.about.bg1{
	background:#f2f2f2;
}
.about.bg2{
	background: #4b9600;
}
.about{
	height: 425px;
	position: relative;
}
.about .img{
	position: absolute;
	top: 0;
	bottom: 0;
	width: 1000%;
	overflow: hidden;
}
.about .img img{
	max-width: initial;
	height:100%;
}
.about .caption{
	width: 50%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 425px;
}
.about .caption.bg {
    background: url(../images/main/bg_about.png) no-repeat top 20% left 10%;
}
.about .t1{
	font-size: 30px;
	line-height: 40px;
	font-weight: 300;
	text-transform: uppercase;
}
.about .t2{
	font-size: 42px;
	line-height: 52px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.about .ut{
	text-align: right;
	font-size: 18px;
	line-height: 26px;
	color:#ffffff;
	font-weight: bold;
}
.about .us{
	font-size: 48px;
	line-height: 58px;
	font-weight: bold;
	text-align: right;
	color:#ffffff;
}
.about .cont{
	font-size: 16px;
	line-height: 24px;
	color:#666666;
	text-align: justify;
	margin-bottom: 20px;
}
.about .link a {
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: #ffffff;
    background: #4b9600;
    padding: 10px 20px;
    position: relative;
}
.about .link a span{
	padding-right: 20px;
	position: relative;
}
.about .link a span:before{
	content: "\f105";
	font-family: fontAwesome;
	position: absolute;
	right:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.about .link a:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 100%;
	background: rgba(0,0,0,0.15);
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.about .link a:hover:before{
	right:0;
}

/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 991px){
#vnt-about .about:nth-child(2n+1) .caption,
#vnt-about .about:nth-child(2n) .caption{
	padding: 0;
}
#vnt-about .about:nth-child(2n+1) .img img,
#vnt-about .about:nth-child(2n) .img img{
	float: none;
}
.about{
	height: initial;
}
.about .wrapper{
	padding: 0;
}
.about .img{
	position: initial;
	width: 100%;
}
.about .img img{
	max-width: 100%;
	height:initial;
	width: 100%;
}
.about .caption{
	padding: 35px 20px !important;
	width: 100%;
	height:initial;
}
.about .t1{
	font-size: 24px;
	line-height: 32px;
}
.about .t2{
	font-size: 30px;
	line-height: 38px;
}
.about .ut{
	font-size: 14px;
	line-height: 22px;
}
.about .us{
	font-size: 30px;
	line-height: 38px;
}
}