:root {
        --swiper-pagination-color: #CE1126;
}
.UINewsZoneSliderControl swiper-container {
        width: 100%;
        height: 100%;
        max-width: 1200px;
}
.UINewsZoneSliderControl span.time {
        display: block;
        color: #6C757D;
        font-family: "Roboto";
        font-size: 13px;
        font-weight: 400;
        line-height: 19.5px;
        text-align: left;
        margin: 6px 0;
}
.UINewsZoneSliderControl .news-sapo{
        font-family: 'Roboto';
        font-size: 14px;
        line-height: 19px;
        color: #3B4E68;
}
.UINewsZoneSliderControl h2.news-title {
        font-family: Merriweather;
        font-size: 23px;
        font-weight: 700;
        line-height: 29px;
        text-align: left;
        color: #182940;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-top: 10px;
        /* margin: 0; */
}
.swiper-pagination {
        position: absolute;
        display: none !important;
        text-align: center;
        transition: .3s opacity;
        transform: translate3d(0, 0, 0);
        z-index: 10;
}
.UINewsZoneSliderControl .title .seperator {
        display:none;
        background: #CE1126;
        width: 60px;
        height: 2px;
        margin-bottom: 20px;
}
.swiper-pagination-bullet-active{
        background: var(--color-primary);
}
.UINewsZoneSliderControl. swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 400px;
}
.UINewsZoneSliderControl swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
}
.UINewsZoneSliderControl .swiper-pagination-bullet-active{
        background: #CE1126;
        display:none;
}
.UINewsZoneSliderControl swiper-slide {
        padding-bottom: 25px;
}
.UINewsZoneSliderControl .title h1 {
        display:none;
        font-family: Merriweather;
        font-size: 18px;
        font-weight: 700;
        line-height: 30px;
        text-align: left;
        color: #CE1126;
}
.UINewsZoneSliderControl {
        /* padding: 20px 10px; */
        max-width: 100vw;
        background: white;
        /* padding-bottom: 10px; */
        margin: 20px 0;
}
.UINewsZoneSliderControl img {
        /* max-width: 280px; */
        aspect-ratio: 16/9;
        width: 100%;
}
@media screen and (max-width: 768px){
        .UINewsZoneSlider_custom {
            width: 100vw;
            padding: 10px;
        }
        .UINewsZoneSliderControl h2.news-title {
                font-size: 17px;
                line-height: 23px;
                -webkit-line-clamp: 3;
        }
}
