#owl{width: 100%;margin-right: 1.5%;margin-left: 1.5%;
	/*min-width:320px;max-width: 640px;max-height: 250px;*/margin: 0 auto;overflow: hidden;}
#owl .item{display: block;}
#owl img{display: block; width: 100%;}
#owl .item p{ position:absolute; top:40%; width:100%; text-align:center; font-size:1.75rem; color:#fff; }

#owll{width: 90%;margin: 0 auto;overflow: hidden; border: #eee solid 2px; padding: 3px;}
#owll .item{display: block;}

#owll img{display: block; width: 100%;}

#owll .txtbanner{ width:100%; height:70px; display:block;background-color: rgba(0,0,0,0.4); z-index:100; position:absolute; bottom:0;}
#owll .txtbanner p{ width:100%; margin:0 auto; text-align:center; font-size:16px; font-weight:bold; line-height:26px; margin-top:10px; display:block; color:#FFFFFF;}
#owll .txtbanner span{ width:100%; margin:0 auto; text-align:center; display:block;font-size:14px; color:#FFFFFF; height:30px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}

.owl-carousel .owl-wrapper:after{content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
.owl-carousel{display: none;position: relative;-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);}
.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-theme .owl-controls{text-align: center;margin-top: -20px;position: absolute;z-index: 2;width: 100%;}
.owl-theme .owl-controls .owl-page{display: inline-block;zoom: 1;*display: inline;}
.owl-theme .owl-controls .owl-page span{display: block;width: 6px;height: 6px;-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;overflow: hidden;border: 1px solid #ddd;margin-top: 5px;margin-right: 7px;margin-bottom: 5px;margin-left: 7px;}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .clickable .owl-page:hover span{background-color: #ddd;}
/* preloading images */
.owl-item.loading{min-height: 150px;background: url(../images/loading.gif) no-repeat center center}