@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);


.feather{
	margin-bottom: 50px;
}
.feather p.img{
	margin-top: 16px;
}
.feather ul{
	overflow: hidden;
}
.feather ul li{
	float: left;
	margin-right: 20px;
	margin-bottom: 30px;
}
.feather ul li:nth-child(3n){
	margin-right: 0;
}
.feather ul li:nth-last-child(-n+3){
	margin-bottom: 0;
}
/*-------------------------------------------------------------------
	.affixing
-------------------------------------------------------------------*/
.affixing{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 50px;
}
.affixing dl{
  margin-right: 20px;
  margin-bottom: 30px;
}
.affixing dl:nth-of-type(3n){
  margin-right: 0;
}
.affixing dl dt{
  margin-bottom: 10px;
  text-align: center;
}
/*-------------------------------------------------------------------
	#flow
-------------------------------------------------------------------*/
#flow {
	margin-bottom: 50px;
}
#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: 10px;
	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;
}
#product dl dd.image{
	margin-bottom:15px;
	background:url('../image/hinhvuong_bg.jpg') no-repeat;
}
#product dl dd.image a,
#product dl dd.image span {
	/*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;
}
