.owl-theme .owl-dots,
.owl-theme .owl-nav {
    margin: 15px 0 0;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    height: 40px;
    margin: auto
}

.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    color: #0189bc;
    font-size: 14px;
    width: 40px;
    height: 40px;
    padding: 13px 12px;
    background: #000;
    display: inline-block;
    cursor: pointer;
    border: none;
    border-radius: 0;
    outline: 0
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #000 !important
}

.owl-theme .owl-nav .owl-prev {
    left: -100px;
    padding: 8px 6px 8px 0
}

.owl-theme .owl-nav .owl-next {
    right: -100px;
    padding: 8px 0 8px 6px
}

.owl-theme .owl-nav span svg {
    position: relative;
    width: 18px;
    height: 20px;
    display: inline-block
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    position: relative;
    background: 0 0;
    border: none;
    padding: 0;
    outline: 0;
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 0 4px;
    background: #0189bc;
    opacity: .6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 50%;
    transition: all .3s
}

.owl-theme .owl-dots .owl-dot.active span {
    width: 25px;
    height: 8px;
    border-radius: 20px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    opacity: 1
}

.slide-info.owl-carousel .owl-stage-outer,
.slide-main2.owl-carousel .owl-stage-outer {
    overflow: initial
}

.slide-info.owl-drag .owl-item,
.slide-main2.owl-drag .owl-item {
    opacity: .5;
    transition: all .6s
}

.slide-info.owl-drag .owl-item.active,
.slide-main2.owl-drag .owl-item.active {
    opacity: 1
}


@media (max-width:1194px) {
    .owl-theme .owl-nav .owl-prev {
        left: 20px;
    }

    .owl-theme .owl-nav .owl-next {
        right: 20px;
    }
}

@media (max-width:1280px) {
    .owl-theme .owl-nav .owl-prev {
        left: -20px;
    }

    .owl-theme .owl-nav .owl-next {
        right: -20px;
    }
}
@media (max-width:1194px) {
    .owl-theme .owl-nav .owl-prev {
        left: 10px;
    }

    .owl-theme .owl-nav .owl-next {
        right: 10px;
    }
}
