
.slide2 {}
.slide2 .item {position:relative;width:100%;}
.slide2 .item img {width:100%;height:auto;}

.slide2 .owl-nav {display:block;position:absolute;left:10px;top:auto;bottom:40px;width:80px;height:60px;}

.slide2 button.owl-prev,
.slide2 button.owl-next {display:block;position:absolute;top:0;width:40px;height:60px;overflow:hidden;color:#fff;text-align:center;background:none;border:none;z-index:9;
-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;
}
.slide2 button.owl-prev:hover,
.slide2 button.owl-next:hover {color:#8bbe28;background:none;}
.slide2 button.owl-prev i,
.slide2 button.owl-next i {font-size:24px;line-height:60px;}
.slide2 button.owl-prev {left:0;}
.slide2 button.owl-next {right:0;}

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

.slide2 .owl-nav .disabled {opacity:0.5;cursor:pointer;}

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

.slide2 .owl-dots {display:block;position:absolute;left:20px;bottom:20px;text-align:left;z-index:9;}
.slide2 .owl-dots button {background:none;border:none}
.slide2 .owl-dots .owl-dot {display:inline-block;zoom:1;*display:inline;}
.slide2 .owl-dots .owl-dot span {display:block;width:9px;height:9px;margin:0 2px;background:#eee;border-radius: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;
}
.slide2 .owl-dots .owl-dot.active span, .slide .owl-dots .owl-dot:hover span {background:#8bbe28;}







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





@media screen and (max-width:768px) {
.slide2 .owl-nav {left:0px;width:60px;height:50px;}

.slide2 button.owl-prev,
.slide2 button.owl-next {width:30px;height:50px;}
.slide2 button.owl-prev i,
.slide2 button.owl-next i {font-size:20px;line-height:50px;}
}





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