@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);
.center{
	text-align: center;
}
.black{
	margin-bottom: 50px;
}
.black p.img{
	margin-top: 16px;
}
.black p.btn{
	text-align: center;
	margin-top: 20px;
}
.black p.box_text{
	border: 3px solid #C2A269;
	padding: 26px 30px;
	margin-top: 30px;
}
.black ul.btn{
	overflow: hidden;
	margin-top: 30px;
}
.black ul.btn li{
	float: left;
	margin-right: 20px;
}
.black ul.btn li:nth-child(2n){
	margin-right: 0;
}

/*-------------------------------------------------------------------
	#flow
-------------------------------------------------------------------*/
#flow {
	margin-bottom: 50px;
}
#flow h4{
	background: url('../image/h4_bg.jpg') repeat-y;
	color: #2C1F12;
	font-weight: bold;
	font-size: 1.18em;
	padding: 3px 15px 3px 20px;
	margin-bottom: 20px;
}
#flow .box {
	margin-bottom: 30px;
	overflow: hidden;
	/zoom: 1;
}
#flow .box .image {
	float: left;
}
#flow .box dl {
	margin-left: 260px;
}
#flow .box dl dt {
	margin-bottom: 10px;
}
#flow .box.last {
	margin-bottom: 0;
}
#flow .box.last .image {
	background: none;
}
#flow .box_text{
	border: 3px solid #C2A269;
	padding: 26px 30px;
	margin-top: -10px;
}


/*-------------------------------------------------------------------
	#product
-------------------------------------------------------------------*/
#product {
	margin-bottom: 40px;
	overflow: hidden;
	/zoom: 1;
}
#product dl {
	float: left;
	width: 200px;
	margin-right: 20px;
	margin-bottom:30px;
}
#product dl.none {
	margin-right: 0;
}
#product dl dt {
	margin-top: 5px;
}
#product dl dt a {
	color:#B02C2C;
	font-size:14px;
	font-weight:bold;
	text-decoration: none;
}
#product dl dd.image{
	margin-bottom:15px;
	background:url('../image/hinhvuong_bg.jpg') no-repeat;
}
#product dl dd.image a {
	/*border: 1px solid #CCCCCC;*/
	width: 198px;
	height: 198px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	color:#2D2D15;

}
#product dl dd{
	color:#2C2112;
	font-size:1em;

}
#product dl dd.comment {
	font-size: 0.85em;
	color:#333333;
}
