﻿.background {
    width: 100%;
    height: 100%;
    position: relative;
}

/* ====== BACKGROUND THUMB ====== */
.img-slider-background {
    position: relative;
    overflow: hidden;
	height: 600px;
}

.box-img-slider-background { width: 100%; }
.box-img-slider-background img { width: 100%; display:block; }

.img-slider-background .overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(30,30,30,0) 0%, rgba(30,30,30,.8) 100%);
}

/* ====== BUTTON ====== */
.button-video {
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 6;
}

.in-button-video {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.box-button-video {
    height: 64px;
    width: 64px;
    cursor: pointer;
}

.next { transform: rotate(180deg); }

.button-run-video {
    height: 100px;
    cursor: pointer;
}

/* ====== SLIDER CARD ====== */
.in-box-slider {
    width: 100%;
    height: 125px;
    display: flex;
    gap: 16px;
    border-width: 1px;
    padding: 16px;
    background: var(--Background-Brand-Default, rgba(44,44,44,1));
    border: 1px solid var(--Border-Default-Default, rgba(217,217,217,1));
	align-items: center;
}

.text-in-box-slider {
    font-family: Noto Serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0px;
    color: var(--Text-Neutral-On-Neutral, rgba(243,243,243,1));
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1 1 auto;
    min-width: 0;
}

.box-slider {
    position: absolute !important;
    top: 75%;
    left: 0;
    right: 0;
    z-index: 5;
}

.box-slider .owl-stage-outer { overflow: hidden; }
.box-slider .owl-stage { display: flex; }
.box-slider .owl-item { padding: 6px; }

.in-box-slider.is-active {
    border-color: #8ecaff !important;
    box-shadow: 0 0 0 2px #8ecaff inset;
}

.owl-carousel .owl-item img {
    width: auto !important;
    height: 100%;
}

/* ====== PLAYER NỔI INLINE ====== */
.mm-player {
    position: absolute;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 7;
    padding: 16px;
}

.mm-player.is-show { display: flex; }

/* chỉ để canh giữa */
.mm-player-inner {
    width: 100%;
    height: 100%;
    display:flex;
    align-items:center;
    justify-content:center;
}

/* ✅ khung bọc video (đỡ to), phần dư = đen */
.mm-frame {
    width: min(980px, 88vw);
    aspect-ratio: 16 / 9;
    max-height: min(62vh, 560px);
    background: #000;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 20px 60px rgba(0,0,0,.55);
}

.mm-frame-inner { position:absolute; inset:0; }

.mm-frame-inner iframe,
.mm-frame-inner video {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

/* ✅ không cắt video, video dọc => 2 bên đen */
.mm-frame-inner video {
    object-fit: contain;
    background: #000;
}

/* nút đóng */
.mm-player-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 0;
    background: rgba(0,0,0,.6);
    color: #fff;
    font-size: 28px;
    line-height: 44px;
    cursor: pointer;
    z-index: 8;
	display: flex;
    align-items: center;
    justify-content: center;
}

/* ✅ Khi play: ẩn ảnh nền và tối overlay */
.img-slider-background.is-playing .box-img-slider-background img {
    opacity: 0;
}

.img-slider-background.is-playing .overlay {
    background: rgba(0,0,0,.6);
}

/*-------------------------*/
.photo {
    width: 100%;
    height: 100%;
    margin: 32px 0px;
    ;
}

.box-photo {
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 100%;
}

.title-box-photo {
    display: flex;
    gap: 12px;
    align-items: center;
}

.img-photo {
    height: 40px;
}

.text-title-photo {
    font-family: Noto Serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    color: var(--Text-Neutral-Default, rgba(48, 48, 48, 1));
}

.content-box-photo {
    display: flex;
    height: 100%;
}

.box-multi-bottom {
    width: 100%;
    height: 576px;
    border-radius: 4px;
    display: flex;
}

.box-multi-bottom-left {
    width: 65%;
    position: relative;
    overflow: hidden;
}

.img-box-multi-bottom-left {
    background: linear-gradient(180deg, rgba(17, 17, 17, 0) 0%, #111111 80%);
    width: 100%;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease;
}

.text-multi-bottom-left {
    position: absolute;
    display: flex;
    flex-direction: column;
    bottom: 10%;
    right: 5%;
    gap: 8px;
	padding: 0px;
}

.box-button-photo img {
    height: 40px;
    cursor: pointer;
}

.box-button-photo.prev>img {
    transform: rotate(90deg);
}

.box-button-photo.next>img {
    transform: rotate(90deg);
}

.box-multi-bottom-right {
    width: 35%;
    background: var(--Background-Brand-Hover, rgba(30, 30, 30, 1));
    display: flex;
    flex-direction: column;
    gap: 16px;
	padding: 0px;
	height: 100%;
}

.in-box-multi-bottom-right {
    width: 100%;
    height: auto;
    gap: 16px;
    display: flex;
    flex-direction: column;
    background: var(--Background-Brand-Default, rgba(44, 44, 44, 1));
    padding-top: 24px;
    padding-right: 28px;
    padding-bottom: 24px;
    padding-left: 28px;
}

.active {
    background: unset;
}

.title-in-box-multi-bottom-right {
    font-family: Noto Serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0px;
    color: var(--Text-Neutral-On-Neutral, rgba(243, 243, 243, 1));
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.text-in-box-multi-bottom-right {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: var(--Text-Neutral-On-Neutral, rgba(243, 243, 243, 1));
}

.img-box-multi-bottom-left.active {
    opacity: 1;
    pointer-events: auto;
}

/* icon góc trái dưới */
.mm-corner-icon{
  position: absolute;
  left: 14px;  
  bottom: 14px;  
  width: 30px!important;
  height: 30px!important;
  z-index: 3;
  pointer-events: none;
}

/*----------------------*/
.video {
    width: 100%;
    margin-bottom: 32px;
}

.video-thumb {
	position: relative;
}

.box-multi-video-bottom {
    width: 100%;
    height: 450px;
    border-radius: 4px;
    display: flex;
}

.box-multi-video-bottom-left {
    width: 65%;
    position: relative;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important; 
}

.text-multi-video-bottom-left {
    position: absolute;
    font-family: Noto Serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0px;
    color: var(--Text-Neutral-On-Neutral, rgba(243, 243, 243, 1));
    bottom: 10%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-right: 175px;
    padding-left: 40px;
}

.box-multi-video-bottom-right {
    width: 35%;
    padding-top: 24px;
    padding-right: 28px;
    padding-bottom: 24px;
    padding-left: 28px;
    background: var(--Background-Brand-Hover, rgba(30, 30, 30, 1));
    display: flex;
    flex-direction: column;
    gap: 16px;
    overflow: hidden;
    overflow-y: auto;
    scrollbar-color: rgba(255, 255, 255, .35) transparent;
    scrollbar-width: thin;
}

.box-multi-video-bottom-right::-webkit-scrollbar {
    width: 8px;
}

.box-multi-video-bottom-right::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 999px;
}

.box-multi-video-bottom-right::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, .35);
    border-radius: 999px;
}

.box-multi-video-bottom-right:hover::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, .5);
}

.box-multi-video-bottom-right::-webkit-scrollbar-thumb:active {
    background: rgba(255, 255, 255, .7);
}

.box-multi-video-bottom-right .line-footer-bottom {
    height: 1px;
    background: rgba(255, 255, 255, .15);
    margin: 10px 0;
    display: block;
    flex: 0 0 1px;
}

.box-multi-video-bottom-right .line-footer-bottom:last-child {
    display: none;
}

.in-box-multi-video-bottom-right {
    width: 100%;
    height: 80px;
    gap: 16px;
    display: flex;
}

.img-in-box-multi-video-bottom-right {
    height: 100%;
    width: 140px;
}

.text-in-box-multi-video-bottom-right {
    font-family: Noto Serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0px;
    color: var(--Text-Neutral-On-Neutral, rgba(243, 243, 243, 1));
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.button-run-video-video {
    position: absolute;
    top: 35%;
    left: 45%
}

/*---------------------------------------------------*/
.infographic {
    margin-bottom: 32px;
    background: linear-gradient(98.18deg, #1186B1 0%, #1F3C61 30.77%, #392864 62.98%, #08060F 100%);
    padding: 32px 0px;
}


.box-giao-dien-mot-bon {
    width: 100%;
    height: 100%;
    gap: 16px;
    display: flex;
    border-radius: 4px;
    border-width: 1px;
    flex-direction: column;
	padding: 0px;
}

.title-giao-dien-mot-bon {
    display: flex;
    gap: 8px;
    align-items: center;
}

.line-ttsk {
    width: 2px;
    height: 20px;
    background: #A90024;
    border: 0;
    transform: none;
    flex: 0 0 auto;
}

.text-giao-dien-mot-bon {
    font-family: Noto Serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    color: var(--Text-Neutral-On-Neutral, rgba(243, 243, 243, 1));
}

.content-giao-dien-mot-bon {
    display: flex;
    gap: 28px;
}

.content-giao-dien-mot-bon-left {
    width: 45%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.in-box-content-giao-dien-mot-bon-left {
	width: 100%;
	position: relative;
}

.title-content-left {
    font-family: Noto Serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0px;
    color: var(--Text-Neutral-On-Neutral, rgba(243, 243, 243, 1));
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.text-content-left {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0px;
    color: var(--Text-Neutral-On-Neutral, rgba(243, 243, 243, 1));
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.img-content-left {
	width: 100%;
}

.content-giao-dien-mot-bon-right {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
	width: 55%;
}

.ttsk-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ttsk-thumb {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
	position: relative;
}

.ttsk-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ttsk-title {
    font-family: Noto Serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0px;
    color: var(--Text-Neutral-On-Neutral, rgba(243, 243, 243, 1));
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.content-giao-dien-mot-bon-right.gdmb-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

@media (max-width: 1199.98px) {
    .box-multi-bottom {
        flex-direction: unset;
		height: 500px;
    }
}

@media (max-width: 1024px) {
    .img-slider-background {
		height: 100%;
	}
	
	.button-video {
		top: 20%;
	}
	
	.box-slider {
		top: 50%;
	}
}

@media (max-width: 820px) {
	.img-slider-background {
		height: 320px
	}
	
	.longform {
		width: 100%!important;
	}
	
    .in-box-longform-top {
		width: 100%;
		flex-direction: column;
	}
	
	.in-box-longform-bottom {
		flex-direction: column;
	}
	
	.in-box-longform-bottom-content img {
		height: auto!important;
	}
	
	.box-long-radio {
		flex-direction: column;
	}
	
	.radio-podcast {
		width: 100%!important;
	}
	
	.in-box-radio {
		flex-direction: column;
		height: auto;
		align-items: flex-start;.img-slider-background
	}
}

@media (max-width: 768px) {
    .background {
		width: 100vw;
	}
	
	.photo {
		width: 100vw;
	}
	
	.video {
		width: 100vw;
	}
	
	.box-multi-video-bottom {
		flex-direction: column;
		height: 1350px;
	}
	
	.box-multi-video-bottom-left {
		height: 400px;
		width: 100%;
	}
	
	.box-multi-video-bottom-right {
		width: 100%;
	}
	
	.infographic {
		width: 100vw;
	}
	
	.long-radio {
		width: 100vw;
	}
	
	.content-giao-dien-mot-bon-right {
		width: 100%;
	}
}

/*--------------------------------------*/
.long-radio {
    width: 100%;
    margin-bottom: 32px;
}

.box-long-radio {
    display: flex;
    gap: 28px;
    width: 100%;
}

.longform {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 65%;
}

.box-title-longform {
    display: flex;
    align-items: center;
    gap: 12px;
}

.box-title-longform img {
    height: 40px;
}

.title-longform {
    font-family: Noto Serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    color: var(--Text-Neutral-Default, rgba(48, 48, 48, 1));
}

.in-box-longform-top {
    display: flex;
    gap: 28px;
}

.in-box-longform-top-left {
    display: flex;
    flex-direction: column;
    gap: 16px;
	position: relative;
}

.in-box-longform-top-left img {
	width: 100%;
	height: auto;
}

.in-box-longform-top-left-title {
    font-family: Noto Serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0px;
    color: var(--Text-Neutral-Default, rgba(48, 48, 48, 1));
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.in-box-longform-top-left-content {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0px;
    color: var(--Text-Neutral-Secondary, rgba(90, 90, 90, 1));
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.in-box-longform-top-rigth {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.in-box-longform-top-rigth-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
	align-items: center;
	position: relative;
}

.in-box-longform-top-rigth-content img {
    height: auto;
	width: 100%;
}

.in-box-longform-top-rigth-content-text {
    font-family: Noto Serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0px;
    color: var(--Text-Neutral-Default, rgba(48, 48, 48, 1));
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.in-box-longform-bottom {
    display: flex;
    width: 100%;
    gap: 29px;
}

.in-box-longform-bottom-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
	position: relative;
}

.in-box-longform-bottom-content img {
    height: 200px;
	width: 100%;
}

.radio-podcast {
    width: 35%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.in-box-radio {
    display: flex;
    gap: 16px;
    height: 125px;
	align-items: center;
	position: relative;
}

.in-box-radio img {
    width: 190px;
    height: 100%;
}

.in-box-radio-top-left-title {
    font-family: Noto Serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0px;
    color: var(--Text-Neutral-Default, rgba(48, 48, 48, 1));
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-footer-bottom {
    background: rgba(0, 0, 0, 0.15);
}

/*--------------------------------*/
/* ===== Shorts video (Owl) ===== */
.sv-home .sv-home-body{ margin-top: 10px; }

.sv-home-owl .owl-stage-outer{ padding-top: 6px; padding-bottom: 6px; }
.sv-home-owl .owl-item{ padding: 0 8px; } /* tạo khoảng cách giữa card */

.sv-home-card{
  display:block;
  border-radius: 10px;
  overflow:hidden;
  background:#fff;
  text-decoration:none;
  box-shadow: 0 2px 10px rgba(0,0,0,.08);
}

.sv-home-thumb{
  position:relative;
  aspect-ratio: 9 / 16;
  background:#000;
}
.sv-home-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

/* overlay tối nhẹ + nút play */
.sv-home-thumb::after{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(to bottom, rgba(0,0,0,.08), rgba(0,0,0,.55));
  pointer-events:none;
}
.sv-home-play{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  width:56px;
  height:56px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background: rgba(0,0,0,.45);
  color:#fff;
  font-size:22px;
  z-index:2;
  pointer-events:none;
}

.sv-home-meta{ padding: 10px 12px 12px; }
.sv-home-title{
  margin:0;
  font-size:14px;
  line-height:1.35;
  font-weight:600;

  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  min-height: 38px;
}
.sv-home-time{
  margin-top:6px;
  font-size:12px;
  color:#6b7280;
  display:flex;
  align-items:center;
  gap:6px;
}

/* dots giống ảnh */
.sv-home-owl .owl-dots{ margin-top: 8px; text-align:center; }
.sv-home-owl .owl-dot span{
  width: 6px; height: 6px; margin: 4px 4px;
  display:block; border-radius: 99px;
  background: rgba(0,0,0,.25);
}
.sv-home-owl .owl-dot.active span{
  width: 18px;
  background: rgba(0,0,0,.55);
}


@media screen and (max-width: 575.98px) {
    .background {
        background: var(--Background-Brand-Hover, rgba(30, 30, 30, 1));
		width: 100vw;
    }

	.line-footer-bottom-mobile {
		display: flex;
        background: white;
	}
	
	.owl-carousel.owl-loaded .owl-dot.active span {
		background: white;
	}
	
	.owl-carousel.owl-loaded .owl-dot span {
		background: white;
	}

	.photo {
		width: 100vw;
	}

	.video {
		width: 100vw;
	}
	
	.infographic {
		width: 100vw;
	}
	
	.long-radio {
		width: 100vw;
	}

    .button-video {
        top: 20%;
    }

    .button-run-video {
        display: flex;
        justify-content: center;
        width: 100%;
    }


    .button-run-video img {
        height: 33px
    }

    .box-slider {
        position: unset !important;
        padding: 16px 0;
    }

    .in-box-slider {
        height: 94px;
    }

    .prev {
        position: absolute;
        top: 125px;
        left: 20px;
        z-index: 999999;
        height: 40px;
    }

    .prev img,
    .next img {
        height: 40px;
    }

    .box-button-photo.prev>img {
        transform: rotate(0deg);
    }

    .box-button-photo.next>img {
        transform: rotate(0deg);
    }

    .next {
        position: absolute;
        top: 125px;
        right: 20px;
        z-index: 9999999;
        height: 40px;
    }


    /*****************************/
    /* Bố cục: trên ảnh, dưới text */
    .content-box-photo {
        display: block;
        /* không cần flex ở mobile */
        height: auto;
    }
	
	.img-slider-background {
		height: 100%;
	}

    .content-box-photo .box-multi-bottom {
        display: block;
		height: 100%;
    }

    .content-box-photo .box-multi-bottom-left {
        width: 100%;
        height: 230px;
    }

    .content-box-photo .img-box-multi-bottom-left {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .content-box-photo .box-multi-bottom-right {
        width: 100%;
        background: #1a1a1a;
        margin-top: 0;
        padding: 12px 0 16px;
        overflow: hidden;
    }

    .content-box-photo .in-box-multi-bottom-right {
        flex: 0 0 85%;
        max-width: 85%;
        display: flex;
        flex-direction: column;
        padding: 16px 14px 20px;
        background: rgba(44, 44, 44, 1);
        box-sizing: border-box;
    }

    .content-box-photo .in-box-multi-bottom-right.active {
        background: rgba(60, 60, 60, 1);
		height: 100%;
    }

    .content-box-photo .title-in-box-multi-bottom-right {
        font-size: 16px;
        height: 100%;
    }

    .content-box-photo .text-in-box-multi-bottom-right {
        font-size: 14px;
        line-height: 1.6;
        -webkit-line-clamp: 4;
    }

    .content-box-photo .box-multi-bottom-right,
    .content-box-photo .box-multi-bottom-right {
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: none;
    }

    .content-box-photo .box-multi-bottom-right::-webkit-scrollbar,
    .content-box-photo .box-multi-bottom-right .vtrack::-webkit-scrollbar {
        display: none;
    }


    .text-multi-bottom-left {
        position: unset;
    }
	
	

    /*------------------------------------*/

    .box-multi-video-bottom-left {
        display: block;
        width: 100%;
        height: 500px;
        background-size: cover!important;
        background-position: center center!important;
        background-repeat: no-repeat!important;
    }


    .text-multi-video-bottom-left {
        font-size: 18px;
        padding-right: 0px;
        padding-left: 16px;
    }

    .button-run-video-video img {
        height: 33px;
    }

    .box-multi-video-bottom {
        flex-direction: column;
    }

    .box-multi-video-bottom-right {
        width: 100%;
        padding: 20px;
    }

    /*------------------------------------*/

    .content-giao-dien-mot-bon-left {
        width: 100%;
    }

    .content-giao-dien-mot-bon {
        flex-direction: column;
    }

    .ttsk-item {
        flex-direction: unset;
        height: 105px;
    }

    .ttsk-thumb {
        overflow: unset;
		aspect-ratio: unset;
    }
	
	.content-giao-dien-mot-bon-right {
		width: 100%;
	}

    /*--------------------------*/

    .longform {
        width: 100%;
    }

    .box-long-radio {
        flex-direction: column;
    }

    .in-box-longform-top {
        flex-direction: column;
    }

    .in-box-longform-bottom {
        flex-direction: column;
    }

    .in-box-longform-top-rigth-content img {
        height: auto;
    }

    .in-box-longform-top-rigth-content-text {
        -webkit-line-clamp: 4;
    }

    .in-box-longform-bottom-content img {
        height: auto;
    }

    .radio-podcast {
        width: 100%;
    }

    .in-box-radio {
        height: auto;
    }

    .in-box-radio-top-left-title {
        -webkit-line-clamp: 4;
    }
}