#about_menu_header{
	color: #ffb823;
}
#about_menu_header_mobile{
	color: #ffb823;
}
#about_menu_footer{
	color: #ffb823;
}







.about_container{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	background: #f2f2f2;
}
.water_points{
	width: 1100px;
	height: 476px;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(../../images/water_points.png);
	z-index: 1;
}
.middle_about_container{
	width: 1200px;
	margin: auto;
	position: relative;
	height: auto;
	overflow: hidden;
	z-index: 3;
	padding-bottom: 184px;
}
.about_image{
	float: left;
	max-width: 550px;
	margin-top: 154px;
}
.about_text_container{
	width: 600px;
	height: auto;
	float: right;
	margin-top: 178px;
}
.about_title_container{
	width: 200px;
	height: 43px;
	position: relative;
}
.about_title{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
	font-size: 45px;
	font-weight: 900;
	color: #ffb823;
	line-height: 0.9;
}
.about_title_line{
	width: 225px;
	height: 20px;
	background: #e1e1e1;
	border-radius: 5px;
	position: absolute;
	z-index: 1;
	left: -30px;
	bottom: 0px;
}
.about_text{
	margin-top: 38px;
	font-size: 20px;
	color: #454548;
}
.shape_bottom_about{
	width: 100%;
	height: 171px;
	background: url(../../images/2-About-curve-bg.png);
	background-size: 100% 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 4;
}
@media all and (max-width: 1920px){
	.shape_bottom_about{
		width: 1920px;
		left: 50%;
		margin-left: -960px;
	}
}