.home_section.about_us{
	height: auto;
    background: url(../img/about_bg.jpg) no-repeat center;
	padding:50px;
	box-sizing:border-box;
	background-size:cover;	
}

#home .home_section.about_us h1{
	text-align:left;
	color:#fff;
	font-weight:500;
	font-style: italic;	
	font-size:45px;
}
.home_section.about_us h1 span{
	font-weight:700;

}


.home_section.about_us .right p{
	color:#fff;
	font-size:14px;
	width:100%;
}

.home_section.about_us .left video{
	width:100%;
}

.home_section.about_us img{


}

.home_section.about_us .col-lg-7 p.MsoNormal:nth-of-type(2) span:nth-of-type(4){
	display:none;
	}

.home_section.about_us .more{
	border:1px solid #fff;
	display:inline-block;
	padding:3px 10px;
	margin-top:30px;
}

.home_section.about_us .more a{
	color:#fff;
	font-size:14px;
}

.home_section.about_us .right img{
	width:120px;
	display:block;
	margin:0px;
	margin-top:20px;
	border:1px solid #fff;
}

@media (max-width: 991px){
	.home_section.about_us .left{
		width:100%;
		background:none;
	
	}
	.home_section.about_us img{
		margin:0;
		
	}

}


@media (max-width: 767px){
	.home_section.about_us .left{
		    height: auto;
	
	}
	
	p.MsoNormal span:nth-of-type(3){
		display:none;
	}
	
	#home .home_section.about_us h1{
		font-size: 28px;
		text-align: center;
		padding: 20px 0;
	}
	.home_section.about_us .right p{
		text-align: left;
	}
	.home_section.about_us .right{
		text-align:center;
	}
}


@media (max-width: 450px){
	.home_section.about_us{
		padding: 50px 0px;
		
	}

}
