/* BEGIN s-slide-9 */
.s-slide-9 .slick-list::before {
    padding-bottom: calc(37% + 0.88px);
}
.s-slide-9 .slick-dots {
    width: 100%;
    position: absolute;
    bottom: 10px;
}
.s-slide-9 .slick-dots li button {
    color: transparent;
    font-size: 4px;
    background-color: rgba(255, 255, 255, 0.7);
    width: 3em;
    height: 3em;
}
/* END s-slide-9 */
/* BEGIN b-card-23 */
.b-card-23 {
    display: block;
    margin-bottom: 20px;
    padding: 10px 9px 10px;
    border: 1px solid #DFA2A7;
    transition: all 0.5s;
    background-color: #fff;
    border-radius: 10px;
}
.b-card-23 img{
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    height: 140px;
}
.b-card-23 .b_title {
    font-size: 15px;
    font-weight: bold;
    margin: 5px 0 10px;
    transition: 0.3s color ease-in-out;
    color: #333333 !important;
}
.b-card-23 .b_desc {
    transition: 0.3s color ease-in-out;
}
.b-card-23:hover {
    box-shadow: 10px 15px 15px rgba(0, 0, 0, 0.1);
}
.b-card-23:hover .b_title {
    color: #df1854 !important;
}
.b-card-23:hover .b_desc {
    color: #df1854;
}
/* END b-card-23 */
.s-news-2 .s_box {
    background: #F9F9F9;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 30px;
    margin-top: 30px;
}
.s-news-2 .s_title {
    font-weight: bold;
    color: #df1854;
    font-size: 25px;
    text-transform: uppercase;
    padding-bottom: 20px;
}
.s-news-2 .s_headline {
    font-weight: bold;
    color: #df1854;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
}
.s-news-2 .s_cate {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
}
.s-news-2 .s_cate li {
    margin: 0 30px;
    font-size: 16px;
    border-bottom: 2px solid transparent;
    transition: all 0.5s;
}
.s-news-2 .s_cate li.is-active, .s-news-2 .s_cate li:hover {
    border-bottom: 2px solid #df1854;
    color: #df1854;
}
.s-news-2 .c-button-9 {
    border-radius: 5px;
}

@media screen and (min-width: 576px) {
    .mobile {
        display: none
    }
}

@media screen and (max-width: 991px) {
    .s-news-2 .revert {
        display: flex;
        flex-direction: column-reverse;
    }
    .s-news-2 .s_box{
        padding: 0;
        margin: 0;
        background: #fff;
    }
    .s-news-2 .s_box.border {
        border: 1px solid #df1854;
        border-radius: 15px;
        padding: 10px;
        margin-bottom: 20px;
    }
    .s-news-2 .s_headline{
        text-align: left;
        margin-bottom: 5px;
        font-size: 16px;
    }
    .s-news-2 .s_list{
        overflow-y: scroll;
    }
    .s-news-2 .s_scroll{
        display: flex;
        flex-direction: row;
        width: fit-content;
    }
    .s-news-2 .text-center {
        padding-bottom: 20px;
    }
    .s-news-2 .s_box.border .b-card-23{
        padding: 0;
        background-color: #df1854;
        margin-right: 15px;
        overflow: hidden;
        width: 280px;
    }
    .s-news-2 .s_box.border .b-card-23 .b_content{
        padding: 10px;
        color: #fff;
    }
    .b-card-23 .b_desc {
        font-weight: 400;
        font-size: 14px;
        line-height: 19px;
    }
    .s-news-2 .s_box.border .b-card-23 .b_title{
        margin-top: 0;
        color: #fff !important;
        font-weight: 700;
        line-height: 21px;
    }
    .s-news-2 .s_cate{
        margin-top: 10px;
    }
    .b-card-23.shadow{
        border: none;
        box-shadow: 10px 15px 15px rgba(0, 0, 0, 0.1);
    }
    .b-card-23 img {
        border-radius:10px;
        height: 210px;

    }

}
@media screen and (max-width: 575px) {
    .desktop {
        display: none
    }
    .s-news-2 .s_cate{
        margin-bottom: 15px;
    }
    .s-news-2 .s_cate li{
        margin: 0 15px;
        font-size: 14px;
    }
}
.tabcontent-list-category {
    display: none;
}