.UISliderMultimedia {
        background: #ffffff;
        margin: 20px 0;
        width: calc(100vw - 20px);
}
.UISliderMultimedia .Content{
        width: 1180px;
        margin: 0 auto;
        padding-bottom: 40px;
        border-bottom: 2px solid #e8e8e8;
}
.UISliderMultimedia .Content .swiper-wrapper{
        display: flex;
        flex-wrap: wrap;
        gap: 32px;
}
.UISliderMultimedia .Content .swiper-wrapper .media-item .news-info a img[alt*='Frame']{
        display: none;
}
.UISliderMultimedia .Content .swiper-wrapper .media-item .img-news{
        position: relative;
}
.UISliderMultimedia .Content .swiper-wrapper .media-item:first-child{
        width: 100%;
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        gap: 32px;
}
.UISliderMultimedia .Content .swiper-wrapper .media-item:first-child .img-news{
        width: 760px;
        height: 460px;
}
.UISliderMultimedia .Content .swiper-wrapper .media-item:first-child .img-news img{
        height: 100%;
        width: 100%;
        object-fit: cover;
}
.UISliderMultimedia .Content .swiper-wrapper .media-item:first-child .news-info{
        width: calc(100% - 760px - 32px);
}
.UISliderMultimedia .Content .swiper-wrapper .media-item:first-child .news-info .news-title{
        //styleName: Heading 2 Merri;
        font-family: Merriweather;
        font-size: 28px;
        font-weight: 700;
        line-height: 40px;
        text-align: center;
        color: #000000;
}
.UISliderMultimedia .Content .swiper-wrapper .media-item:first-child .news-info .news-sapo{
        //styleName: Sapo;
        font-family: Roboto;
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        text-align: center;
        color: #7D92AE;
}
.UISliderMultimedia .Content .swiper-wrapper .media-item:not(.media-item:first-child){
        width: calc((100% - 96px) / 4);
}
.UISliderMultimedia .Content .swiper-wrapper .media-item:not(.media-item:first-child) .news-info .news-sapo{
        display: none;
}
.UISliderMultimedia .Content .swiper-wrapper .media-item:not(.media-item:first-child) .news-info .news-title{
        //styleName: Heading 5 Merri;
        font-family: Merriweather;
        font-size: 15px;
        font-weight: 700;
        line-height: 22px;
        text-align: left;
        color: #182940;
        margin-top: 10px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        /* number of lines to show */
        line-clamp: 2;
        -webkit-box-orient: vertical;
        max-height: 44px;
}
.UISliderMultimedia .Content .swiper-wrapper .media-item .img-news .Infographics::before {
        position: absolute;
        content: url('https://storage-vnportal.vnpt.vn/gov-hni/1/Logo/inforgraphic.png');
        display: block;
        bottom: 0;
        left: 10px;
}
.UISliderMultimedia .Content .swiper-wrapper .media-item .img-news .Video::before {
        position: absolute;
        content: url('https://storage-vnportal.vnpt.vn/gov-hni/1/Logo/video-308843.png');
        display: block;
        bottom: 0;
        left: 10px;
}
.UISliderMultimedia .Content .swiper-wrapper .media-item .img-news .Longform::before {
        position: absolute;
        content: url('https://storage-vnportal.vnpt.vn/gov-hni/1/Logo/longform.png');
        display: block;
        left: 10px;
        bottom: 0;
}
.UISliderMultimedia .Content .swiper-wrapper .media-item .img-news .Photo::before {
        position: absolute;
        content: url('https://storage-vnportal.vnpt.vn/gov-hni/1/Logo/photo.png');
        display: block;
        left: 10px;
        bottom: 0;
}
@media only screen and (max-width: 768px){
        .UISliderMultimedia .Content{
                width: 100%;
                /* padding: var(--padding-res); */
                margin: 0;
        }
        .UISliderMultimedia .Content .swiper-wrapper{
                flex-direction:column;
        }
        .UISliderMultimedia{
                margin: 0;
                width: 100vw;
        }
        .UISliderMultimedia .Content .swiper-wrapper .media-item:first-child{
                background: #EEF2F8;
                flex-direction: column;
                width: 100vw;
        }
        .UISliderMultimedia .Content .swiper-wrapper .media-item:first-child .img-news{
                height: calc(100vw / 16 * 10);
                width: 100%;
        }
        .UISliderMultimedia .Content .swiper-wrapper .media-item:first-child .img-news img{
                object-fit: cover;
        }
        .UISliderMultimedia .Content .swiper-wrapper .media-item:first-child .news-info{
                width: 100%;
                padding: var(--padding-res);
                padding-bottom: 10px;
        }
        .UISliderMultimedia .Content .swiper-wrapper .media-item:first-child .news-info .news-title{
                //styleName: Title 1 mobile;
                font-family: Merriweather;
                font-size: 22px;
                font-weight: 700;
                line-height: 30px;
                text-align: left;
                color: #031739;
        }
        .UISliderMultimedia .Content .swiper-wrapper .media-item:first-child .news-info .news-sapo{
                font-size: 15px;
                text-align: left;
        }
        .UISliderMultimedia .Content .swiper-wrapper .media-item:not(.media-item:first-child){
                width: 100%;
                padding: var(--padding-res);
        }
        .UISliderMultimedia .Content .swiper-wrapper .media-item:not(.media-item:first-child) .news-info .news-title{
                //styleName: title mobile 2;
                font-family: Merriweather;
                font-size: 20px;
                font-weight: 700;
                line-height: 28px;
                text-align: left;
                color: #031739;
                max-height: unset;
        }
}
