.aboutus {}
.aboutus .bg-top {
	background: url(../images/bg-aboutus.jpg) no-repeat center top;
	color: #fff;
	min-height: 516px;
	padding: 85px 0px;
}
	.aboutus .bg-top h1.main-title {
		color: #fff;
		font-size: 36px;
		font-weight: 800;
		margin-bottom: 0px;
		text-transform: uppercase;
	}
	.aboutus .bg-top h2 {
		font-size: 22px;
		font-weight: 700;
		margin-top: 0px;
	}
	.aboutus .bg-top .movie {
		max-width: 555px;
		margin-left: auto;
		margin-top: 25px;
		margin-right: auto;
		width: 100%;
	}

.aboutus .commitment {
	padding: 35px 0px
}
	.aboutus .commitment .white-container {
		background-color: #fff;
		padding: 20px;
		margin-top: 25px
	}

.aboutus .business-value,
.aboutus .sustentability {
	margin-bottom: 50px;
}
	.aboutus .business-value .container-business-value,
	.aboutus .sustentability .container-sustentability {
		background-color: #f0f0f0;
		min-height: 555px;
		padding: 25px;
	}
		.aboutus .business-value .container-business-value .topic-title,
		.aboutus .sustentability .container-sustentability .topic-title {
			font-size: 25px;
			margin-bottom: 5px;
		}
		.aboutus .business-value .container-business-value .ornament-left,
		.aboutus .sustentability .container-sustentability .ornament-left {
			margin-bottom: 10px;
		}
		.aboutus .business-value .container-business-value p,
		.aboutus .sustentability .container-sustentability p {
			margin-bottom: 25px;
		}
	.aboutus .business-value .simple-img,
	.aboutus .sustentability .simple-img {
		display: block;
		margin: 0px auto 30px auto;
		max-width: 264px;
		width: 100%;
	}

.aboutus .quality-policy {
	margin-bottom: 50px;
}
	.aboutus .quality-policy .ornament-center {
		margin-bottom: 25px;
	}
	.aboutus .quality-policy .container-quality-policy {
		background-color: #f0f0f0;
		padding: 15px;
	}
		.aboutus .quality-policy .container-quality-policy h2 {
			background-color: #fff;
			border-radius: 50%;
			color: #000;
			display: table;
			font-size: 50px;
			font-weight: 800;
			font-style: italic;
			margin: 0px auto 25px auto;
			padding: 10px 25px;
		}

.aboutus .certified-quality {
	margin-bottom: 50px;
}
	.aboutus .certified-quality h3 {
		font-size: 18px;
		font-weight: 800;
		margin: 0px 0px 10px 0px;
	}
	.aboutus .certified-quality .margin-bottom {
		margin-bottom: 25px;
	}
	.aboutus .certified-quality .ornament-center {
		margin-bottom: 50px;
	}
	.aboutus .certified-quality .simple-img {
		display: block;
		margin-bottom: 5px;
		max-width: 539px;
		width: 100%;
	}
	.aboutus .certified-quality .figcaption {
		font-size: 15px;
	}

.aboutus .see-more {
	margin-bottom: 0px;
}

@media only screen and (max-width: 767px) {
	.aboutus .bg-top {
		background-image: none;
		background-color: #797979;
    padding: 25px 0px;
	}
	.aboutus .commitment .simple-img {
		display: block;
		margin-left: auto;
		margin-right: auto;
		max-width: 631px;
		width: 100%;
	}
	.aboutus .business-value .container-business-value {
    margin-bottom: 25px;
	}
}
