.owl-wrapper .owl-carousel {
    padding: 0;
    margin-bottom: 15px;
}

.owl-theme .item img {
    display: block;
    width: 100%;
    height: auto;
}

.owl-theme .owl-controls {
    position: relative;
    text-align: left;
    margin-top: 10px !important;
}

.owl-theme .owl-controls .owl-pagination-wrap {
    margin: 0 40px;
    overflow: hidden;
}

.owl-theme .owl-controls .owl-pagination {
    position: relative !important;
    width: 15000px;
    left: 0;
}

.owl-theme .owl-controls .owl-page {
    margin: 0 10px 0 0;
    float: left;
}

.owl-theme .owl-controls .owl-page:last-child {
    margin: 0;
}

.owl-theme .owl-controls .item-link {
    position: relative;
    display: block;
    width: 140px;
    height: 94px;
    outline: none;
}

.owl-theme .owl-controls .item-link:focus {
    outline: none;
}

.owl-theme .owl-controls .active .item-link {}

.owl-theme .owl-controls .owl-page span {
    display: none;
}

.owl-theme .prev-owl,
.owl-theme .next-owl {
    position: absolute;
    top: 0;
    display: block;
    width: 21px;
    height: 94px;
    outline: none;
    background-repeat: no-repeat;
    background-position: center center;
}

.owl-theme .prev-owl {
    left: 0;
    background-image: url('slider-left.png');
}

.owl-theme .next-owl {
    right: 0;
    background-image: url('slider-right.png');
}