/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

 
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{ 
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{ 
    display: inline-block;  
    font-size: 12px;
    width: 3em;
    height: 3em; 
    line-height: 3em; 
}

.owl-controls .owl-buttons div {
    position: absolute;
}
.owl-controls .owl-buttons .owl-prev {
    left: 0;
    top: 45%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0);
}

.owl-controls .owl-buttons .owl-next {
    right: 0;
    top: 45%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0);
}
.owl-buttons i {
    color: #fff;
    font-size: 40px;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span
{  
    background: #e28828;}

.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px 7px; 
	border-radius: 50%;
	background: #fff;border:0.1em solid #e28828
}
.owl-banner .owl-controls .owl-pagination {width: 20%;
    position: absolute;
    z-index: 10;
    bottom: 5%;
    left: 40%;
    overflow: hidden;
    height: 30px;}
.owl-banner .owl-controls .owl-buttons .owl-prev,.owl-banner .owl-controls .owl-buttons .owl-next 
{ display:none;  transition: all 0.2s ease-in-out 5s;}
.owl-banner:hover .owl-controls .owl-buttons .owl-prev ,.owl-banner:hover .owl-controls .owl-buttons .owl-next 
{ display:block;}
/*box lide main*/ 
.box_slidemain {overflow: hidden;} 
.box_slidemain > .sync1 >.owl-controls>.owl-buttons > .owl-prev {left:1em}
.box_slidemain > .sync1 >.owl-controls>.owl-buttons > .owl-next {right:1em}
.box_slidemain > .sync2 >.owl-wrapper-outer {overflow: visible;}
.box_slidemain > .sync2 >.owl-wrapper-outer>.owl-wrapper > .owl-item {     padding: 0.8em 1em;
    background: #eaeaea;
    color: #000;
    height: 4em; 
    position: relative;
    line-height: 1.2em;    cursor: pointer; }
.box_slidemain > .sync2 >.owl-wrapper-outer>.owl-wrapper > .owl-item.synced { background: #fd0; color: #000; position:relative;}
.box_slidemain > .sync2 >.owl-wrapper-outer>.owl-wrapper > .owl-item.synced:before{
position: absolute;
    content: "";
    border-bottom: 7px solid #fd0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    left: calc(50% - 5px);
    top: -7px;
z-index: 99;}
.box_slidemain > .sync2 >.owl-wrapper-outer>.owl-wrapper > .owl-item > .item {text-align:center}
/*Slide home sản phẩm*/  
.owl_tintuc > .owl-controls {  position: absolute;
    width: 100%;
    display: inline-block;
    right: 0;
    top: 46%;
}
.owl_tintuc > .owl-controls > .owl-buttons > .owl-prev { left: 0; } 
.owl_tintuc > .owl-controls > .owl-buttons > .owl-next { right: 0; } 
.owl_tintuc > .owl-controls > .owl-buttons > div {    margin: 0;
    width: 3.5em;
    height: 3.5em;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    background: #0000008c;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; 
	}
.owl_tintuc .owl-controls .owl-buttons div i { font-size: 1.5em;line-height: 2.5em; font-weight: 600; }	  
   
/*smartphones mobiles (portrait)*/ 
@media (min-width: 320px) and (max-width: 576px){
.owl_tintuc > .owl-controls > .owl-buttons > .owl-prev,.owl_tintuc > .owl-controls > .owl-buttons > .owl-next {  width: 3em;height: 3em; }  
.owl_tintuc .owl-controls .owl-buttons div i { font-size: 1.2em; }
}	 
/*Slide chi tiết sản phẩm*/
.img_thumsanpham > a > .zoom{ overflow:hidden; background:#fff}
.img_thumsanpham > a > .zoom > img{height:100%;margin: 0 auto;width: 100%;}
.img_thumsanphamchild { border: 0.01em solid #9e9e9e99}
.synced .img_thumsanphamchild { border: 0.09em solid #9e9e9e}
.img_thumsanphamchild { 
text-align: center;
    cursor: pointer; 
    overflow: hidden;
    background: #fff;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
}
.img_thumsanphamchild img{    height: auto; margin: 0 auto;  width: 100%;} 
.sync1 .owl-controls .owl-buttons div { 
    background: #9E9E9E; 
    border-radius: 50%;    top: 50%;
}

.sync1 .owl-controls .owl-buttons div i {font-size: 20px;text-align:center}

.sync2 .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    padding: 3px 10px; 
    width: 2em;
    height: 2em;
    background: #9E9E9E;
    line-height: 2em; top: 52%; 
}
.sync2 .owl-controls .owl-buttons div i {font-size: 20px;}
 
/**/
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}


/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
	.owl-tabs > .owl-controls {   top: -12.8%;}
.sync2 .item { height: 80px; }
}
 

@media (max-width: 768px) and (max-width: 480px) and (min-width: 320px)
 { 
 
.boxpro_imgpopup > a > .zoom{height:300px;} 
 
#owl-banner .owl-controls .owl-pagination {display:none}
.owl-tabs > .owl-controls > .owl-buttons > .owl-prev { left: -6.3%;}
.owl-tabs > .owl-controls > .owl-buttons > .owl-next { right: -6.3%;}

}





