.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    left: 0;
    bottom: 50%;
    width: 100%;
}

    .owl-theme .owl-controls .owl-nav [class*=owl-] {
        color: #fff;
        font-size: 0px;
        padding: 0px;
        display: inline-block;
        cursor: pointer;
        width: 64px;
        height: 64px;
        background-size: 100%
    }

.owl-prev {
    float: right;
    margin-right: 20px;
    background-image: url(prev.png);
}

.owl-next {
    margin-left: 20px;
    float: left;
    background-image: url(next.png);
}

.owl-theme .owl-controls .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline
}

    .owl-theme .owl-dots .owl-dot span {
        width: 16px;
        height: 16px;
        margin: 5px 7px;
        background: transparent;
        display: block;
        -webkit-backface-visibility: visible;
        -webkit-transition: opacity 200ms ease;
        -moz-transition: opacity 200ms ease;
        -ms-transition: opacity 200ms ease;
        -o-transition: opacity 200ms ease;
        transition: opacity 200ms ease;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        border: 1px #fff solid;
    }

    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        background: #fff;
    }

.owl-dots {
    display: none !important;
}

.slider-content {
    position: absolute;
    bottom: 0;
    right: 0;
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
    width: 100%;
}

    .slider-content h4 {
        display: inline-block;
        border: 1px #fff solid;
        color: #fff;
        border-radius: 40px;
        font-size: 12px;
        font-weight: 300;
        padding: 8px 16px;
        margin-left: 10px;
    }

    .slider-content span {
        color: #fff;
        font-size: 14px;
        font-weight: 400;
    }

    .slider-content h1 {
color: #fff;
font-size: 36px;
font-weight: 500;
margin: 0;
padding: 20px;
line-height: 60px;
    }

.item img {
    width: 100%
}

.item {
    height: 500px;
    position: relative;
    width: 100%;
    background-color: #000;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1360px) {
    .item {
        height: 500px;
    }
}

@media screen and (max-width: 990px) {
    .item {
        height: 400px;
    }

    .slider-content h1 {
        font-size: 28px;
    }

    .owl-theme .owl-controls .owl-nav [class*="owl-"] {
        width: 34px;
        height: 34px;
    }
}


@media screen and (max-width: 768px) {
    .item {
        height: 300px;
    }

 
}

@media screen and (max-width: 640px) {
    .slider-content h1 {
        font-size: 14px;
        padding: 16px;
        line-height: 26px;
    }

    .item {
        height: 230px;
    }
}
