.module.module-slideshow {
    position: relative;
    display: block;

    z-index: 1;
}
.module.module-slideshow .owl-carousel.owl-theme .owl-dots {
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 0px;
}
.module.module-slideshow .owl-carousel.owl-theme .owl-dots .owl-dot span {
    border-radius: 25px;
    height: 8px;
    width: 30px;

    background: #1D6FB7;
    opacity: 0.3;
    transition: 0.2s all;
}
.module.module-slideshow .owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
    opacity: 0.6;
}
.module.module-slideshow .owl-carousel.owl-theme .owl-dots .owl-dot.active span {
    opacity: 1;
}
.module.module-slideshow .owl-carousel.owl-theme .owl-nav {
    margin-bottom: 0px;
    margin-top: 0px;
}
.module.module-slideshow .owl-carousel.owl-theme .owl-nav .owl-next,
.module.module-slideshow .owl-carousel.owl-theme .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    color: #1D6FB7;
    font-size: 60px;
    opacity: 0.4;
    transition: 0.2s all;
}
.module.module-slideshow .owl-carousel.owl-theme .owl-nav .owl-next {
    right: 30px;
}
.module.module-slideshow .owl-carousel.owl-theme .owl-nav .owl-prev {
    left: 30px;
}
.module.module-slideshow .owl-carousel.owl-theme .owl-nav .owl-next:hover,
.module.module-slideshow .owl-carousel.owl-theme .owl-nav .owl-prev:hover {
    opacity: 1;
}
.module.module-slideshow .module-slideshow-item {
    position: relative;
}
.module.module-slideshow .module-slideshow-item .caption {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);

    text-align: center;
}
.module.module-slideshow .module-slideshow-item .caption .title {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 36px;
    color: #ffffff;
    margin-bottom: 10px;
}
.module.module-slideshow .module-slideshow-item .caption .description {
    position: relative;
    display: block;
    color: #ffffff;
    margin-bottom: 20px;
}
.module.module-slideshow .module-slideshow-item .caption .btn {
    padding: 15px 25px;
    font-size: 18px;
    text-transform: uppercase;
}

.module.module-slideshow .owl-carousel .owl-item .owl-lazy[src] {
    opacity: 1 !important;
}
