.owl-theme .owl-nav {display:block;width:100%;margin:0;}

.owl-theme button.owl-prev,
.owl-theme button.owl-next {display:block;position:absolute;top:50%;width:80px;height:80px;overflow:hidden;text-align:center;background-color:rgba(0,0,0,0.4);border:none;border-radius:50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);

-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.owl-theme button.owl-prev:hover,
.owl-theme button.owl-next:hover {background-color:rgba(0,0,0,0.8);}
.owl-theme button.owl-prev i,
.owl-theme button.owl-next i {color:#fff;font-size:48px;line-height:80px;}
.owl-theme button.owl-prev {left:-10px;}
.owl-theme button.owl-next {right:-10px;}

/*.owl-theme .owl-nav [class*='owl-'] {display:inline-block;margin:0;padding:0;color:#fff;font-size:14px;background:#;cursor:pointer;}
.owl-theme .owl-nav [class*='owl-']:hover {}*/

.owl-theme .owl-nav.disabled,
.owl-theme .owl-dots.disabled {display:none}

.owl-theme .owl-nav.disabled + .owl-dots {}

.owl-theme .owl-dots {display:block;position:relative;text-align:center;}
.owl-theme .owl-dots button {background:none;border:none}
.owl-theme .owl-dots .owl-dot {display:inline-block;zoom:1;*display:inline;}
.owl-theme .owl-dots .owl-dot span {display:block;position:relative;width:10px;height:8px;margin:0 3px;background:#5d636a;}
.owl-theme .owl-dots .owl-dot span:before,
.owl-theme .owl-dots .owl-dot span:after {content:'';display:block;position:absolute;left:0;width:0;height:0;border:solid 5px transparent;}
.owl-theme .owl-dots .owl-dot span:before {bottom:8px;border-bottom:2.5px solid #5d636a;}
.owl-theme .owl-dots .owl-dot span:after {top:8px;border-top:2.5px solid #5d636a;}

.owl-theme .owl-dots .owl-dot span,
.owl-theme .owl-dots .owl-dot span:before,
.owl-theme .owl-dots .owl-dot span:after {
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}

.owl-theme .owl-dots .owl-dot.active span {background:#de9805}
.owl-theme .owl-dots .owl-dot.active span:before {border-bottom:2.5px solid #de9805;}
.owl-theme .owl-dots .owl-dot.active span:after {border-top:2.5px solid #de9805;}
















@media screen and (max-width:1280px) {
}





@media screen and (max-width:768px) {
}





@media screen and (max-width:480px) {
}