.owl-carousel {
	padding:10px 40px;
	position:relative;
}
.owl-carousel .article_ix {
	width:100%;
	height:140px;
	overflow:hidden;
}
.owl-carousel .label_ix {
	display:block;
	margin-bottom:10px;
	font-weight:bold;
	font-size:15px;
	color:#FFF;
	line-height:25px;
} 
.owl-carousel .label_ix:hover {
	text-decoration:underline;
}
.owl-carousel .desc_ix {
	display:block;
	color:#FFF;
	line-height:20px;
}
.owl-prev {
	position: absolute;
	top: 65px;
	left: 5px;
	width: 16px;
	height: 32px;
	background: transparent url(../images/icon_arrow2.png) no-repeat left center;

}
.owl-next {
	position: absolute;
	top: 65px;
	right: 5px;
	width: 16px;
	height: 32px;
	background: transparent url(../images/icon_arrow2.png) no-repeat right center;

}
/*============Sản phẩm=============*/
.owl_product {
	position:relative;
	padding:0;
}
.owl_product .wrap_item_pro {
	width:100%;
	height:500px;
	overflow:hidden;
	text-align:center;
} 
.owl_product .item_pro {
	width:230px;
	height:200px;
	padding:11px;
	border:1px;
	margin:20px 15px 0px;
	float:left;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	
	background:#FFF;
	background:rgba(255,255,255,0.5);
	border:1px solid #846449;
	
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.owl_product .wrap_item_pro .item_pro {
	margin:20px auto 0px;
	float:none;
}
.owl_product .item_pro:hover {
	background:#846449;
	background:rgba(132,100,73,0.8);
	border:1px solid #FAEBED;
}
.owl_product .item_pro h3 {
	color:#61381C;
	
	margin-top:5px;
	line-height:20px;
	text-transform:uppercase;
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
}
.owl_product .item_pro:hover h3 {
	font-weight:normal;
	color:#FFF;
}
.owl_product .item_pro .img_pro {
	display:block;
}
.owl_product .item_pro .img_pro img {
	width:230px;
	height:160px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow: 1px 1px 10px #333;
	-webkit-box-shadow: 1px 1px 10px #333;
	-moz-box-shadow: 1px 1px 10px #333;
	
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
