/*
* 	Owl Carousel Owl Demo Theme 
*	v1.24
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* 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 span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.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: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}
#banner .item img{
    display: block;
    width: 100%;
    height: auto;
}
#banner { position:relative; z-index:1;}
#banner .owl-controls{ position:absolute; bottom:0px; right:0px; z-index:9999; width:100%;height:100%;}
#banner .owl-controls .owl-pagination{ position:absolute; bottom:10px; width:100%; text-align:center;}
#banner .owl-controls .owl-page span{
	display:inline-block;
    width: 8px;
    height: 8px;
    margin: 3px;
    filter: Alpha(Opacity=100);
    opacity: 1;
	border:2px solid #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: #fff;
	}
#banner .owl-controls .owl-page.active span{background: #e53c05;}
#banner .owl-controls .owl-buttons{ width:100%; height:100%; overflow:hidden; text-align:center;}
#banner .owl-controls .owl-buttons div {
  position: absolute;
  border-radius:0px;
  padding:0;
  margin:0px;
  background:none;
}
 
#banner .owl-controls .owl-buttons .owl-prev{
  left: 10px;
  top: 50%;
}
 
#banner .owl-controls .owl-buttons .owl-next{
  right: 10px;
  top: 50%;
}
#banner .owl-controls .owl-buttons div .icon-left{ display:inline-block; width:21px; height:36px; background:url(icon-buanner-button.png) no-repeat top 0px left 0px;}
#banner .owl-controls .owl-buttons div .icon-right{ display:inline-block; width:21px; height:36px; background:url(icon-buanner-button.png) no-repeat top -36px left 0px}


#img-about { width:452px; padding:4px; background:#fff;
        box-shadow:0px 2px 5px rgba(0,0,0,.2);
   -moz-box-shadow:0px 2px 5px rgba(0,0,0,.2);
-webkit-box-shadow:0px 2px 5px rgba(0,0,0,.2);
}
#img-about .item img{
    display: block;
    width: 100%;
    height: auto;
}
#img-about { position:relative;}
#img-about .owl-controls{ position:absolute; bottom:10px; right:20px; z-index:9999;}
#img-about .owl-controls .owl-page span{
	display: block;
    width: 8px;
    height: 8px;
    margin: 3px;
    filter: Alpha(Opacity=100);
    opacity: 1;
	border:2px solid #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: #fff;
	}
#img-about .owl-controls .owl-page.active span{background: #e53c05;}



#banner-product{ width:100%;overflow:hidden;}
#banner-product .item img{
	display: block;
    max-width: 100%;
    height: auto;
	margin:auto;}
#banner-product .owl-controls{ position:relative; z-index:1; margin-top:-40px;}	
#banner-product .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #fff;
}

#banner-product .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{ background-color:#e73c05;
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}
	
	
.product-tc-box{ background:#f2f2f2;}
#product-tc{box-sizing: border-box; padding:20px 22px; overflow:hidden;}
#product-tc .item{
  margin: 3px;
}
#product-tc .item img{
  display: block;
  width: 100%;
  height: auto;
}
#product-tc .item p{ margin-top:10px; font-size:12px; color:#666; width:100%; text-align:center;}
#product-tc .item:hover p{ margin-top:10px; font-size:12px; color:#e73c05; width:100%; text-align:center;}
#product-tc .owl-controls .owl-page span {
    display: block;
    width: 40px;
    height: 8px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: #999;
}
#product-tc .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{ background-color:#e73c05;
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

