.owl-theme{position:relative;overflow:hidden;min-width:980px;}
.owl-theme .owl-item{position:relative;overflow:hidden;}
.owl-theme .owl-item .item{display:block;width:100%;overflow:hidden;}
.owl-theme .owl-item .item img{width:1920px;max-width:1920px;height:500px;margin-left:calc((100vw - 1920px)/2);}

.owl-theme .owl-controls{
	text-align: center;
	display:block;
	width:100%;
	position:absolute;
	left:0;
	bottom:10px;
	z-index:99999999999;
}
.owl-theme .owl-controls .owl-dots .owl-dot{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	overflow:hidden;
}
.owl-theme .owl-controls .owl-dots .owl-dot span{
	display: block;
	width: 30px;
	height:2px;
	line-height:2px;
	background: #dddddd;
	margin: 0px 4px;
	overflow:hidden;
	border-radius:0;
}

.owl-theme .owl-controls .owl-dots .owl-dot.active span,
.owl-theme .owl-controls .owl-dots .owl-dot:hover span{
	background: #1e900f;

}
/* preloading images */
.owl-item.loading{
	background: url(/cms/image/loading2.gif) no-repeat center center
}

