.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}

    .owl-carousel .owl-stage {
        position: relative;
    }

    .owl-carousel .owl-stage-outer {
        overflow: hidden;
    }

    .owl-carousel .owl-item {
        float: left;
    }

        .owl-carousel .owl-item img {
            display: block;
            width: 100%;
        }

.owl-nav button {
    position: absolute;
    top: 45%;
    background: #81c408;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: none;
}

.owl-nav .owl-prev {
    left: -20px;
}

.owl-nav .owl-next {
    right: -20px;
}

.owl-dots {
    text-align: center;
    margin-top: 15px;
}

.owl-dot span {
    width: 10px;
    height: 10px;
    background: #ccc;
    display: inline-block;
    margin: 5px;
    border-radius: 50%;
}

.owl-dot.active span {
    background: #81c408;
}
