.section-sbjt-list{
    padding: 50px 0;
}

.tab-sbjt{
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
.tab-sbjt .tab-link{
    padding: 15px 30px;
    border: 1px solid #D9D9D9;
    color: #333333;
    margin-right: 15px;
    border-radius: 9999px;
    transition: all .2s ease-in-out;
}

.tab-sbjt .tab-link.active{
    background-color:#9F2E27;
    color:#fff;
}

.tab-sbjt .tab-link:hover{
    background-color:#9F2E27;
    color:#fff;
}

.sbjt-framer{
    position: relative;
}

.sbjt-framer::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    /*background-image: url(../img/sbjt-frame.png);*/
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.sbjt-framer .sbjt-framer__img{
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.sbjt-framer .sbjt-cat{
    position: absolute;
    z-index: 2;
    color: #fff;
    font-weight: bold;
    font-size: 33px;
    line-height: 39px;
    left: 9%;
    bottom: 7.5%;
    max-width: 36%;
    letter-spacing: 8px;
}

.sbjt-framer .trigger-play{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: max-content;
    height: max-content;
    opacity: 0.8;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.sbjt-framer .trigger-play:hover{
    opacity: 1;
}

.sbjt-videos-list{
    height: 100%;
    border: 1px solid #D9D9D9;
}


.sbjt-videos-list .videos-list-header{
    padding: 15px 25px;
    border-bottom: 1px solid #D9D9D9;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.row-sbjt-new{
    align-items: center;
}

.sbjt-videos-list .videos-list-header .videos-list-title{
    font-size: 18px;
    line-height: 31px;
    color: #9F2E27;
    margin-bottom: 0;
}

.sbjt-videos-list .videos-list-header .videos-list-count{
    font-size: 16px;
    line-height: 19px;
    color: #828282;
}

.sbjt-videos-list .videos-list-content{
    padding: 25px;
    height: 380px;
    overflow-y: scroll;
}

.videos-item{
    display: flex;
    margin-bottom: 15px;
}

.videos-item.active{
    background: #fafafa;
}

.videos-item .videos-item__image{
    position: relative;
    width: 34%;
    margin-right: 10px;
}


.videos-item .videos-item__image::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    background-image: url(../img/sbjt-frame.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.videos-item .videos-item__image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.videos-item .videos-item__image .sbjt-cat{
    position: absolute;
    z-index: 2;
    color: #fff;
    font-weight: bold;
    font-size: 5.85px;
    line-height: 7px;
    left: 9%;
    bottom: 9%;
    max-width: 30%;
    letter-spacing: 2px;
}

.videos-item .videos-item__content{
    width: 67%;
}

.videos-item .videos-item__content .videos-item__content-title{
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
    color: #000000;
}



.sbjt-rowed{
    display: block;
    margin-bottom: 25px;
}

.sbjt-rowed .sbjt-rowed-image{
    position: relative;
    height: 200px;
    overflow: hidden;
}

.sbjt-rowed .sbjt-rowed-image .sbjt-cat{
    position: absolute;
    z-index: 2;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    left: 8%;
    bottom: 3.5%;
    max-width: 36%;
}

.sbjt-rowed .sbjt-rowed-image{
    position: relative;
    height: 200px;
    overflow: hidden;
}

.sbjt-rowed .sbjt-rowed-image::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    background-image: url(../img/sbjt-frame.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
}
.sbjt-rowed .sbjt-rowed-image .sbjt-rowed__img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.sbjt-rowed .sbjt-rowed-content{
    padding: 15px 0;
}

.sbjt-rowed .sbjt-rowed-content .sbjt-rowed-date{
    font-size: 16px;
    line-height: 36px;
    color: #828282;
}
.sbjt-rowed .sbjt-rowed-content h3{
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    color: #000000;
    margin-bottom: 0;
}
.sbjt-rowed .sbjt-rowed-content p{
    font-size: 18px;
    line-height: 30px;
    color: #666666;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.col-lg-12 .sbjt-rowed{
    display: flex;
    padding-bottom: 25px;
}

.col-lg-12 .sbjt-rowed .sbjt-rowed-image{
    width: 66%;
    height: 410px;
}
.col-lg-12 .sbjt-rowed .sbjt-rowed-image::before{
    background-image: url(../img/frame-long.png);
    opacity: 0;
    
}

.col-lg-12 .sbjt-rowed .sbjt-rowed-content{
    width: 34%;
    padding: 0 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.col-lg-12 .sbjt-rowed .sbjt-rowed-image .sbjt-cat{
    left: 5%;
}

@media(max-width: 992px){
    .sbjt-sliders [role="button"]{
        display: none;
    }
    .tab-sbjt{
        display: flex;
        justify-content: flex-start;
        margin-bottom: 50px;
        align-items: center;
        overflow: scroll;
    }

    .tab-sbjt .tab-link{
        white-space: nowrap;
        padding: 8px 16px;
    font-size: 14px;
    }
    .sbjt-framer{
        margin-bottom: 25px;
    }
    .videos-item .videos-item__image{
        height: 60px;
    }
    .videos-item .videos-item__content .videos-item__content-title{
        font-size: 12px;
        line-height: 16px;
    }
    .sbjt-rowed .sbjt-rowed-image{
        height: 205px;
    }
    .sbjt-rowed .sbjt-rowed-image .sbjt-cat{
        font-size: 16px;
        max-width: 40%;
    }
    .sbjt-rowed .sbjt-rowed-content .sbjt-rowed-date{
        font-size: 14px;
    }
    .sbjt-rowed .sbjt-rowed-content h3{
        font-size: 21px;
        line-height: 28px;
    }
    .sbjt-rowed .sbjt-rowed-content p{
        font-size: 16px;
    }
    .col-lg-12 .sbjt-rowed{
        display: block;
        padding-bottom: 0;
    }
    .col-lg-12 .sbjt-rowed .sbjt-rowed-image{
        width: 100%;
        height: 205px;
    }
    .col-lg-12 .sbjt-rowed .sbjt-rowed-image::before{
        background-image: url(../img/sbjt-frame.png);
    }
    .col-lg-12 .sbjt-rowed .sbjt-rowed-content{
        width: 100%;
        padding: 15px 0;
    }
    .col-lg-12 .sbjt-rowed .sbjt-rowed-image .sbjt-cat{
        left: 8%;
    }
}

.frame-sbjt-detail{
    position: relative;
    width: 100%;
    height: 560px;
    margin-bottom: 50px;
}

.frame-sbjt-detail .sbjt-cat{
    position: absolute;
    z-index: 2;
    color: #fff;
    font-weight: bold;
    font-size: 48px;
    line-height: 55px;
    left: 8%;
    bottom: 6%;
    max-width: 35%;
}

.frame-sbjt-detail img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.frame-sbjt-detail::before{
    /*content: '';*/
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    background-image: url(../img/sbjt-frame.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.swiper-button-prev, .swiper-button-next{
    color: #fff;
}

.swiper-button-prev, .swiper-button-prev{
    color: #fff;
}

.sbjt-sliders img{
    width: 100%;
    height: auto;
}

.sbjt-sliders .swiper-slide{
    min-height: 400px;
}

:root {
    --swiper-theme-color: #AF1F23;
}

.swiper-lazy-preloader{
    
}

.section-sbjt-list img{
    display: block;
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets{
    bottom: 40px;
}

.featured-slider.swiper-container{
    overflow: visible;
}

@media(max-width: 640px){
    .featured-slider .swiper-slide{
        width: 90%;
    }
    .sbjt-framer .sbjt-framer__img{
            height: 180px;
    }
    .sbjt-framer .sbjt-cat{
        font-size: 18px;
        line-height: 20px;
        max-width: 38%;
    }
    .sbjt-sliders .swiper-slide{
        min-height: unset;
    }
    .frame-sbjt-detail{
            height: 220px;
    }
    .frame-sbjt-detail .sbjt-cat{
        font-size: 18px;
    line-height: 18px;
    max-width: 39%;
    }
    /*.tab-sbjt{*/
    /*    display: none;*/
    /*}*/
}

.dropdown-sbjt{
    margin-bottom: 25px;
    position: relative;
    display:none;
}

.dropdown-sbjt::after{
    display: inline-block;
    content: '';
    height: 7px;
    width: 7px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: rotate( 135deg);
    margin-left: 5px;
    margin-top: -2px;
    transition: all 0.3s ease-in-out;
    position: absolute;
    right: 14px;
    top: -4px;
    bottom: 0;
    margin: auto;
}

.dropdown-sbjt .custom-select{
    border-radius: 9999px;
    font-weight: 600;
    background: #af1f23;
    color: #fff;
    text-align-last: center;
}

@media(min-width: 640px){
    .dropdown-sbjt{
        display: none;
    }
}

.slider-featured-wrapper{
    position: relative;
}

.slider-featured-wrapper .swiper-pagination{
    bottom: 36px;
}

@media(min-width: 640px){
    .sbjt-sliders .banner-mobile{
      display: none;  
    }
}
@media(max-width: 640px){
    .sbjt-sliders .banner-desktop{
      display: none;  
    }
    .tab-sbjt .tab-link{
        margin-right: 8px;
    }
}



.sbjt-videos-list .videos-list-content::-webkit-scrollbar {
    height: 3px;
    width: 3px;
}

.sbjt-videos-list .videos-list-content::-webkit-scrollbar-thumb {
    background: #D2D2D2;
    border-radius: 8px;
    padding: 2px 2px;
}

.detail-post-content img{
    height: auto;
}

.toast-container {
    z-index: 999999999 !important;
}

.sbjt-cat-local-jamming, .sbjt-cat-inspiring-lifestyle{
    display:none;
}