@charset "UTF-8";
/* ******************************************************************

	--about.css--

	1. Layout setting

****************************************************************** */


/*==================================================================
	1. Layout setting
===================================================================*/
.section-description-page {
	background: url(../images/about/bg_cloud.jpg) no-repeat top center;
	background-size: cover;
	-webkit-background-size: cover;
	padding: 100px 0 95px;
	margin-bottom: 100px;
}
.section-description-page .title-description {
	margin-bottom: 70px;
}
.section-description-page .box-content-description {
	padding: 0 30px;
}
.box-content-description .row-first {
	margin-bottom: 50px;
	position: relative;
}
.row-first .text-description {
	width: 935px;
}
.row-first .img-description {
	position: absolute;
	right: 38px;
	top: -21px;
}
.row-last .img-description {
	float: left;
	margin-right: 35px;
}
.section-company,
.section-awards,
.section-history {
	margin-bottom: 100px;
}
.section-store .title-require,
.section-company .title-require,
.section-awards .title-require,
.section-history .title-require {
	margin-bottom: 40px;
}
.wrap-table-about {
	padding: 0 20px;
}
.wrap-pd {
	padding: 0 30px;
}
.table-about {
	border-top: 1px solid #cac5c3;
	border-bottom: 1px solid #cac5c3;
}
.table-about tr {
	border-bottom: 1px solid #cac5c3;
}
.table-about tr:last-child {
	border-bottom: none;
}
.table-about th {
	padding: 23px 20px;
	font-weight: bold;
	color: #2b5730;
	vertical-align: top;
	width: 120px;
}
.table-about td {
	padding: 23px 20px;
}
.table-about tr:nth-child(odd) {
	background-color: #ede9e6;
}
.section-smiley {
	margin-bottom: 76px;
}
.section-smiley .title-require {
	margin-bottom: 19px;
}
.box-smiley .img-smiley {
	padding-left: 20px;
	overflow: hidden;
}
.box-smiley .text-smiley {
	width: 800px;
	float: left;
	margin-top: 14px;
}
.box-awards .list-awards {
	width: 705px;
	float: left;
}
.list-awards li {
	float: left;
	margin-right: 5px;
}
.box-awards .text-awards {
	overflow: hidden;
	padding-left: 30px;
}
.section-store .list-store {
	margin-bottom: 50px;
}
.list-store li {
	width: 265px;
	float: left;
	margin-right: 25px;
}
.list-store li:last-child {
	margin-right: 0;
}
.box-content-store .name-store {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 16px 0 10px;
}
.box-content-store .info-store {
	margin-bottom: 12px;
}
.list-store .btn-store {
	background-color: #fff;
	display: inline-block;
	border: 2px solid #35683a;
	width: 179px;
	padding: 8px 0;
	color: #35683a;
	text-decoration: none;
}
.list-store .btn-store:before {
	content: '';
	width: 12px;
	height: 18px;
	background: url(../images/common/icon_marker.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
	padding-right: 10px;
}
.section-store .map-store {
	padding: 10px;
	background: url(../images/about/bg_map.jpg);
}
.map-store .border-map {
	border: 2px solid #fff;
}
.map-store #map {
	height: 420px;
	width: 100%;
}