.vertical-middle{width: 100%;height: 100%;display: table;}
.vertical-middle > div{display: table-cell;vertical-align: middle;}
.zoomimgs{display:block; width:100%;height:0; overflow:hidden; background-position: center center; background-repeat: no-repeat; -webkit-background-size:cover; -moz-background-size:cover; background-size:cover;}
.piczoomimgs{padding-bottom: 100%;}
.artzoomimgs{padding-bottom: 61%;}
.chazoomimgs{padding-bottom: 75%;}
.frizoomimgs{padding-bottom:47%;}
.noinfo{ text-align:center; padding:25px 0}


@media screen and (max-width:760px){
	.margin-large-bottom{ margin-bottom:20px;}
	}
	
	.layout{overflow: hidden;width: 100%;}
	/* products begin*/
#fh5co-product-list .bg-product{ background:#fff; padding:70px 0 70px;}
#fh5co-product-list .show-list{ padding-top:70px;}
#fh5co-product-list .show-list{position:relative; margin:0 -10px }
#fh5co-product-list .show-list .owl-carousel-carousel{}
#fh5co-product-list .show-list .item{margin:0 10px; overflow:hidden; }
#fh5co-product-list .show-list .item:hover{ }
#fh5co-product-list .show-list .item a:hover {text-decoration:none;}
#fh5co-product-list .show-list .item .media-img{ position:relative;overflow:hidden};
#fh5co-product-list .show-list .item .media-img .zoomimgs{transition: transform 1s ease 0s;transform: scale(1);}
#fh5co-product-list .show-list .item .media-img .zoomimgs:hover{transition: transform 1s ease 0s;transform: scale(1.1);}
#fh5co-product-list .show-list .item a{ display:block;padding:0px;}
#fh5co-product-list .show-list .item h3{ font-size:14px; white-space:nowrap; margin:16px 0;color:#333;}
#fh5co-product-list .show-list .item:hover  h3 { color:#d78e2c;}
#fh5co-product-list .show-list .owl-controls .owl-buttons div{position:absolute;top:40%;width:49px; height:49px; font-size:0px; padding:0; margin:0; opacity:1;border-radius:0; }
#fh5co-product-list .show-list .owl-controls div.owl-prev{ left:10px; background:url(./ll1.png) no-repeat left top}
#fh5co-product-list .show-list .owl-controls div.owl-prev:hover{background:url(./ll1_2.png) no-repeat left top }
#fh5co-product-list .show-list .owl-controls div.owl-next{ right:10px; background:url(./lr1.png) no-repeat left top }
#fh5co-product-list .show-list .owl-controls div.owl-next:hover{background:url(./lr1_2.png) no-repeat left top}