@charset "UTF-8";

.stm_slider_style_8 {
    background-color: transparent !important;
}

.stm_slider_style_8 .owl-nav {
    display: block !important;
}

.stm_slider_style_8 .owl-nav .owl-prev,
.stm_slider_style_8 .owl-nav .owl-next {
    position: absolute;
    top: 20%;
    margin-top: -15px;
    background: rgba(255, 255, 255, 0.3);
}

.stm_slider_style_8 .owl-nav .owl-prev {
    left: -95px;
}

.stm_slider_style_8 .owl-nav .owl-next {
    right: -95px;
}

.stm_slider_style_8 .stm_slide__overlay {
    max-width: 340px;
    min-height: 100px;
    margin-top: 108px;
    margin-left: 690px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.5);
}

.stm_slider_style_8 .stm_slide__title {
    padding: 13px 0 35px;
    margin-bottom: 15px;
}

.stm_slider_style_8 .stm_slide__title:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    font-size: 9px;
    margin-left: -35px;
    content: "" !important;
    font-family: "stmicons" !important;
}

.stm_slider_style_8 .stm_slide__title span {
    font-size: 25px;
    line-height: 1em;
}

.stm_slider_style_8 .stm_slide__category {
    font-size: 13px;
    line-height: 1em;
    letter-spacing: 2.7px;
}

.stm_slider_style_8 .stm_slide__date {
    margin-bottom: 0;
    color: #999;
    font-size: 14px;
}

.stm_slider_style_8 .stm_slide__button a {
    position: absolute;
    bottom: -25px;
    left: 50%;
    width: 150px;
    height: 50px;
    padding: 15px 20px;
    margin-left: -75px;
    border: 0;
    text-align: center;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 20px;
}

.stm_slider_style_8 .stm_slide__button a:after {
    display: none;
}

@media (max-width: 1023px) {
    .stm_slider_style_8.stm_slider .stm_slide__overlay {
        max-width: 100%;
        width: 90%;
        padding: 0 25px;
        margin-left: 0px;
    }

    .stm_slider_style_8.stm_slider .stm_slide__content {
        max-width: 100%;
    }
}

@media (max-width: 1024px) {
    .stm_slider_style_8.stm_slider .stm_slide__overlay {
        padding: 0 40px;
        margin-left: 0px;
    }
}

@media (max-width: 550px) {
    .stm_slider_style_8.stm_slider .stm_slide__overlay {
        padding: 0 15px;
        margin-left: 0px;
    }

    .stm_slider_style_8.stm_slider .stm_slide__title span {
        font-size: 20px;
        line-height: 40px;
    }

    .stm_slider_style_8.stm_slider .stm_slide__content span {
        font-size: 14px;
        line-height: 16px;
    }
}

.stm_slider_style_8 .owl-item .stm_slide:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.6);
    opacity: 1;
    visibility: visible;
    transition: 0.3s ease;
    z-index: 100;
}

.stm_slider_style_8 .owl-item.active .stm_slide:after {
    opacity: 0;
    visibility: hidden;
}