.owl-carousel {
	padding:0px 10px;
	position:relative;
}
.owl-carousel .article_ix {
	width:100%;
	overflow:hidden;
}
.owl-carousel .label_ix {
	display:block;
	margin-bottom:10px;
	font-weight:bold;
	font-size:15px;
	color:#000;
	line-height:25px;
} 
.owl-carousel .label_ix:hover {
	text-decoration:underline;
}
.owl-carousel .desc_ix {
	display:block;
	color:#000;
}
#owl_thanhvienhakogroup_photo .owl-prev {
	
	top: 20%;
}

#owl_thanhvienhakogroup_photo .owl-next {
	
	top: 20%;
}

.owl-prev {
	position: absolute;
		top: 35%;
	left: 5px;
	width: 18px;
	height: 18px;
	background: transparent url(../images/icon_arrow1.png) no-repeat left center;
	text-indent: -9999em;
}
.owl-next {
	position: absolute;
	top: 35%;
	right: 5px;
	width: 18px;
	height: 18px;
	background: transparent url(../images/icon_arrow2.png) no-repeat right center;
text-indent: -9999em;
}
/*============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 10px 0px;
	float:left;
	/*border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;*/
	

	/*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:0px auto 0px;
	float:none;
}
.owl_product .item_pro:hover {

}
.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;
	text-align: center;
}
.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 {
	/*max-height:560px;*/

	/*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;*/
}


