.about-us-banner {
    height: 250px;
    background: url('../../images/about_us/banner_about_us.jpg') no-repeat center bottom;
    background-size: cover;
}

.main-body {
	position: relative;
	margin: 0 auto;
	max-width: 960px;
	min-width: 480px;
	padding-top: 100px;
	color: #444;
}

.about-us-title {
	text-align: center;
	margin: 0 auto;
	padding: 0 0 80px 0;
}

.about-us-title h1 {
	margin: 0;
    line-height: 60px;
    font-weight: 300;
}

.about-us-content {
	margin: 0 0 120px 0;
}

.about-us-content p {
	margin: 0;
	padding-bottom: 40px;
	font-size: 20px;
	color: #010101;
    font-weight: 300;
    line-height: 28px;
}



/* Mobile Style */
@media screen and (max-width: 1080px) {
	.about-us-banner {
		background-position: 50% 0;
	}
	
	.main-body {
		min-width: 320px;
	}
	
	.about-us-title {
		text-align: left;
		margin: 0 5%;
		padding: 50px 0 0 0;
	}
	
	.about-us-title h1 {
		font-weight: 100;
		font-size: 26px;
		line-height: 26px;
	}
	
	.about-us-content {
		margin: 30px 5%;
	}
	
	.about-us-content p {
		padding-bottom: 20px;
		line-height: 20px;
		font-size: 13px;
	}
	.about-us-content img{
		width: 80%;
	}
	
	.review-list {
		margin: 0 5%;
	}
	
	.review {
		padding: 50px 0;
		display: block;
	}

	a.review-title:hover {
		color: #444;
	}
	
	.review:first-child {
		padding: 50px 0;
	}
	
	.review h4 {
		font-size: 17px;
	}
	
	.review .time-referrer {
		font-size: 13px;
	}
	
	.review p {
		font-size: 14px;
		line-height: 20px;
	}
}

.about-product{
	list-style-type: none;
	width:100%;
	padding-bottom: 20px;
}
.about-product li{
	width:25%;
	float: left;
	text-align: center;
}
.about-product li img{
	width: 50%;
}