.bx-slider-preset-4 .bx-advertisingbanner-content {
    
    position: absolute;
    padding: 15% 20% 0;
    
}

.bx-advertisingbanner-content {z-index: 3;position: absolute;top: 0;right: 0;left: 0;bottom: 0;}

.owl-nav {position: absolute; top: 40%; z-index: 5; display: inline-block; width: 100%;}
.owl-prev span, .owl-next span {font-size: 35px; background: #84a014; height: 35px; width: 35px; line-height: 30px; color: #fff;
text-shadow: none; border-radius: 3px; display: inline-block;}

.owl-prev span:hover, .owl-next span:hover {background: #000; color: #fff;}

.owl-prev {left: 100px; position: absolute;}
.owl-next {right: 100px; position: absolute;}

.owl-dots {position: absolute; top: 90%; z-index: 5; display: inline-block; left: 50%;}

.owl-dot span{width: 12px; height: 12px; border: 1px solid #84a014 !important; border-radius: 10px; margin: 0 10px; float: left;}

.owl-dot.active span{border: 1px solid #84a014 !important; background-color: #84a014 !important;} 

@media (max-width: 767px) { 
    
    .owl-prev span, .owl-next span {display: none;}
    .owl-dots {margin-left: -30px;}
    
    }