.inner-detail .banner {
    background-color: #5E81B9;
    padding: 24px;
}
.inner-detail .banner .breadcrumbs{
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    color: var(--white);
}
.inner-detail .banner .breadcrumbs a {
    text-decoration: none;
    color: var(--white);
    cursor: pointer;
}
.inner-detail .containers {
    padding: 32px 16px;
}
.hr-top {
    border: 1px solid #BFBFBF;
    margin: 24px 0;
    height: unset !important;
}
.hr-top .visible-detail {
    border: 1px solid #fff;
}
.content_header {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.content_header div {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.content_header .date {
    color: var(--blue);
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
}
.content_header .title {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    color: var(--text-primary);
    overflow-wrap: break-word;
}
.content_header>div>span,
.content_header .tag {
    border-radius: 2px;
    padding: 4px 8px;
    background-color: #3466B1;
    color: var(--white);
    font-size: 12px;
    line-height: 16px;
}

.content_header .pink {
    background-color: var(--pink);
}

.content_header .good {
    background-color: var(--orange-primary);
}

.content_header .new {
    background-color: var(--red-primary);
}

.content_post .detail {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.content_post .image {
    text-align: center;
    height: auto;
    background: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
}
.content_post .image img{
    max-width: 100%;
    max-height: 100%;
}
.related-word {
    display: flex;
    gap: 16px;
    margin-top: 16px;
    flex-direction: column;
    padding: 8px 24px;
}
.content_post .official_websites, 
.content_post .related-word {
    background-color: var(--white);
}

.content_post .official_websites {
    display: flex;
    margin-top: 16px;
    padding: 16px 24px;
    font-size: 16px;
    line-height: 32px;
    flex-direction: column;
    overflow-wrap: break-word;
    gap: 16px;
}

.content_post .official_websites .label,
.related-word .label {
    color: var(--text-primary);
    font-weight: 700;
    font-size: 16px;
    line-height: 32px;
    width: 200px;
    text-align: left;
    padding: 0;
}
.related-word .cls-tag {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.group-btn-redirect {
    display: flex;
    gap: 16px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.group-btn-redirect .redirect .dv-arrow,
.btn-share .dv-arrow {
    width: 24px;
    height: 24px;
    border-radius: 3px;
    background-color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    float: right;
    margin-left: 10px;
}
.group-btn-redirect .buy {
    background-color: #FF9901;
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}
.group-btn-redirect a {
    width: 100%;
}
.group-btn-redirect a .redirect {
    margin-top: 0;
    justify-content: center;
    align-items: center;
    display: flex;
}
.group-btn-redirect .sell {
    background-color: var(--blue);
}
.related-word .text,
.content_post .related-word a {
    color: var(--text-primary);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    border: 1px solid var(--text-secondary);
    padding: 4px 16px;
}

.music-content,
.dvd-content {
    padding: 16px;
    border: 1px solid var(--text-secondary);
    background-color: #F5F5F5;
    border-radius: 8px;
}

.content-fr {
    display: flex;
    flex-direction: column;
    background-color: var(--white);
}
.content-fr .div-content {
    border: 1px solid var(--text-secondary);
    border-radius: 8px;
}
.content-fr .content-tr {
    padding: 8px 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.content-fr .content-tr:not(:last-child) {
    border-bottom: 1px solid var(--text-secondary);
}
.content-fr .content-tr .content-label {
    color: var(--text-primary);
    font-weight: 400;
    line-height: 32px;
    font-size: 16px;
    width: 150px;
}
.content-fr .content-tr .content-text {
    color: var(--text-primary);
    font-weight: 700;
    line-height: 32px;
    font-size: 16px;
    width: 100%;
}
.content-fr .redirect {
    padding: 4px 24px;
    width: 280px;
    border-radius: 4px;
    line-height: 24px;
    font-size: 15px;
    font-weight: 700;
    margin-top: 16px;
}
.detail-block {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}
.detail-block .hr-top {
    margin: 24px 0;
    height: unset;
}
.detail-block .recording_detail {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    margin-top: 24px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.image-content .image {
    width: calc(100%/3 - 16px);
}
.image-content .image img {
    width: 100%;
    height: auto;
}
.share div {
    float: right;
}
.btn-share {
    display: flex;
    gap: 16px;
    width: 100%;
    flex-direction: column;
}

.btn-digital {
    display: block;
    width: 100%;
    justify-content: center;
    margin-top: 32px;
}

.btn-share div {
    padding: 12px 24px;
    border-radius: 4px;
    color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.btn-digital span,
.btn-share span {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}
.btn-share .blue {
    background-color: var(--blue);
}
.btn-share .green {
    background-color: #A2ECB8;
}
.btn-share .pink {
    background-color: #EB6AB3;
}
.btn-share .default {
    background-color: var(--blue);
}
.btn-digital div{
    padding: 12px 16px;
    background-color: var(--blue);
    border-radius: 4px;
    color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}
.related-products {
    font-size: 28px;
    line-height: 48px;
    font-weight: 700;
    color: var(--text-primary);
    position: relative;
}
.related-products h1 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 0;
}
.related-products .items {
    display: flex;
    padding-top: 24px;
    gap: 16px;
    flex-wrap: wrap;
}

.related-products .items .item {
    width: calc(100% /2 - 8px);
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
}

.related-products .items .item .group-tag{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.related-products-music .items .item {
    padding-bottom: 32px;
}

.related-products .items .item .image {
    height: 106px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--white);
}
.related-products .items .item .image img{
    max-width: 100%;
    max-height: 100%;
}
.related-products .items .item .new,
.related-products .items .item .tag {
    background-color: #3466B1;
    color: var(--white);
    border-radius: 2px;
    padding: 4px 8px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}

.related-products .items .item .new {
    background-color: var(--red-primary);
}
.related-products-cd .items .item .tag-live {
    background-color: var(--green-secondary);
}
.related-products-cd .items .item .tag-good {
    background-color: var(--orange-primary);
}
.related-products-live .items .item .tag {
    background-color: #3466B1;
}
.related-products .items .item .news {
    background-color: var(--yellow);
}
.related-products .items .item .tag:has(.important) {
    background-color: var(--fire-brick);
}
.related-products .items .item .tag:has(.news) {
    background-color: var(--yellow);
}
.related-products .items .item .tag:has(.press) {
    background-color: var(--yellow);
}
.related-products .items .item .tag.light-blue {
    background-color: var(--light-blue);
}
.related-products .items .item .tag.pink {
    background-color: var(--pink);
}
.related-products .items .item .tag.orange {
    background-color: var(--orange-primary);
}

.related-products .items .item .title {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: var(--text-primary);
    overflow-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}

.related-products-audio .items .item .title,
.related-products-music .items .item .title {
    display: block;
    height: auto;
}

.related-products .items .item .date {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: var(--blue);
    margin-bottom: 0;
}

.redirect {
    background-color: var(--blue);
    color: var(--white);
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    border-radius: 4px;
    padding: 10px 24px;
    margin-top: 32px;
    cursor: pointer;
}
.sub_image {
    display: flex;
    gap: 24px;
    justify-content: center;
    margin-top: 24px;
    margin-bottom: 24px;
}
.sub_image .image {
    width: 103px;
    height: 104px;
    background: var(--white);
    display: flex;
    align-items: end;
}
.sub_image .image img{
    max-width: 100%;
    max-height: 100%;
}
.div-youtube {
    padding: 24px 0;
    display: flex;
    justify-content: center;
    background-size: 100%;
    margin-bottom: 24px;
}
.div-youtube .display {
    padding: 0px;
    background: #fff;
}
.display iframe{
    max-width: 100%;
    box-shadow: 0px 7.09px 35.44px 5.91px #0000000D;
}
.related-products-cd .controller {
    top: 51%;
}
.related-products-post .controller {
    top: 54%;
}
.content-event {
    background-color: var(--white);
    padding: 8px 24px;
}

.content-event .div-content .content-tr {
    padding-bottom: 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: var(--text-primary);
}

#page-news-detail {
    padding: 32px 16px;
    width: 100%;
}

#page-news-detail .box-title {
    font-weight: bold;
    color: var(--text-primary);
    font-size: 28px;
    margin-bottom: 24px;
}

#page-news-detail .see-more-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 48px;
    background: var(--blue);
    border-radius: 4px;
}

#page-news-detail .see-more-link {
    color: var(--white);
    border: none;
    padding: 12px 56px;
    line-height: 24px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    display: block;
    z-index: 10;
}

#page-news-detail .see-more-link:hover {
    color: var(--white);
}

.news-detail-wrapper {
    padding: 24px 0;
    border-bottom: 1px solid var(--text-secondary);
}

.news-detail-wrapper:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.news-detail-wrapper:first-child {
    padding-top: 0;
}

#page-news-detail #news-recommend {
    width: 100%;
}

#page-news-detail .new-info .new-info-title {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    color: var(--text-primary);
    margin: 16px 0;
    overflow-wrap: break-word;
}

#page-news-detail .new-content {
    width: 100%;
}

#page-news-detail .new-content .related-words {
    display: flex;
    flex-wrap: wrap;
    padding: 8px 24px;
    border-bottom: 1px solid var(--text-secondary);
    border-top: 1px solid var(--text-secondary);
    margin: 48px 0;
    gap: 16px;
}

#page-news-detail .new-content .related-words ul {
    margin-bottom: 0;
}

#page-news-detail .new-content .related-words a {
    color: var(--text-primary);
}

#page-news-detail .new-content .related-words div {
    font-weight: 700;
    font-size: 16px;
    line-height: 32px;
    width: 200px;
    columns: var(--text-primary);
}

#page-news-detail .new-content .related-words ul {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 16px;
}

#page-news-detail .new-content .related-words ul li {
    padding: 4px 16px;
    border: 1px solid var(--text-secondary);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

#page-news-detail .new-content .related-words ul li:last-child {
    margin-bottom: 0;
}

#page-news-detail .new-content .copyright-note {
    margin-top: 32px;
}

#page-news-detail .new-content .copyright-note div {
    height: 48px;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    border-bottom: 1px solid var(--text-secondary);
    margin-bottom: 24px;
}

#page-news-detail .new-content .copyright-note p {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;

}

#page-news-detail .new-content .links-group {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 16px;
    margin-top: 32px;
}

#page-news-detail .new-content .links-group .item {
    display: flex;
    padding: 12px 24px;
    border-radius: 4px;
    align-items: center;
    text-decoration: none;
    width: 100%;
    justify-content: center;
}

#page-news-detail .new-content .links-group .item p {
    color: var(--white);
    margin: 0 16px 0 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

#page-news-detail .new-content .links-group .blue {
    background: var(--blue);
}

#page-news-detail .new-content .links-group .sky {
    background: #74B3CE;
}

#page-news-detail .new-content .links-group .green {
    background: #A2ECB8;
}

#page-news-detail .new-content .links-group .yellow {
    background: #F2D66A;
}

#page-news-detail .new-content .new-image {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
}

#page-news-detail .new-content .new-image img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

#page-news-detail .category-body {
    display: flex;
    gap: 16px;
    flex-direction: row;
}

#page-news-detail .category-body .category-top,
#page-news-detail .category-body .category-bottom {
    width: 50%;
    display: flex;
    gap: 16px;
    flex-direction: column;
}

#page-news-detail .category-body .category-box {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    width: 100%;
    height: 48px;
    background: #AFBCE5;
    color: var(--white);
    text-decoration: none;
    text-align: center;
}

#page-news-detail .category-body .category-top .category-box:nth-child(2n),
#page-news-detail .category-body .category-bottom .category-box:nth-child(2n + 1) {
    background: #EFF2FA;
    color: var(--text-primary);
}

#page-news-detail .category-body .category-box:last-child {
    margin-bottom: 0;
}

#news-recommend .news-list {
    display: flex;
    flex-wrap: wrap;
    justify-items: center;
    gap: 24px 16px;
    width: 100%;
    margin-bottom: 48px;
}

#news-recommend .news-list .news-item {
    width: calc(50% - 8px);
}

#news-recommend .news-list .news-item .wrapper-image {
    width: 100%;
    height: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white);
}

#news-recommend .wrapper-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

#page-news-detail .new-info .new-info-tag {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

#page-news-detail .new-info .new-info-tag span {
    display: inline-block;
    padding: 4px 8px;
    background: var(--yellow);
    color: var(--white);
    border-radius: 2px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
}

#page-news-detail .new-info .new-info-tag .important {
    background: var(--fire-brick);
}

#page-news-detail .new-info .new-info-tag .new {
    background: var(--red-primary);
}

#news-recommend .news-item-title {
    font-size: 14px;
    line-height: 24px;
    margin: 16px 0;
    text-align: start;
    color: var(--text-primary);
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

#news-recommend .news-item-tag {
    margin-top: 16px;
    display: flex;
    gap: 8px;
}

#news-recommend .news-item-tag span { 
    display: inline-block;
    padding: 4px 8px;
    color: var(--white);
    border-radius: 2px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}

#news-recommend .news-item-tag span.press,
#news-recommend .news-item-tag span.news { 
    background: var(--yellow);
}

#news-recommend .news-item-tag span.important { 
    background: var(--fire-brick);
}

#news-recommend .news-item-tag span.new {
    background: var(--red-primary);
}

#news-recommend .news-item-date,
#page-news-detail .new-info .new-info-date {
    font-size: 12px;
    color: var(--blue);
    line-height: 16px;
    text-align: start;
    font-weight: normal;
}

#page-news-detail .content-body {
    font-size:16px;
    line-height:1.7;
    word-break: break-all;
}
#page-news-detail .content-body iframe {
    max-width: 100%;
    max-height: 100%;
}

#page-news-detail .content-body h2 {
    margin-bottom:20px;
    font-size:24px;
    line-height:1.1;
    color:#000;
    background:#f3f2f2;
    padding:10px 15px;
}

#page-news-detail .content-body h3 {
    margin-bottom:20px;
    font-size:18px;
    line-height:1.3;
    border-bottom:1px solid #e1e1e1;
    padding:8px 3px;
}

#page-news-detail .content-body>section+section {
    margin-top:40px;
}

#page-news-detail .content-body p {
    margin-bottom:1.5em;
}

#page-news-detail .content-body table {
    width:100%;
    line-height:2;
    margin:10px 0;
}

#page-news-detail .content-body ol,
#page-news-detail .content-body ul {
    margin-left:1.5em;
}

#page-news-detail .content-body ol.none,
#page-news-detail .content-body ol.note,
#page-news-detail .content-body ol.num,
#page-news-detail .content-body ul.none,
#page-news-detail .content-body ul.note {
    margin-left:0;
    list-style-type:none;
}

#page-news-detail .content-body ol.num {
    padding-left:1.8em;
    text-indent:-1.8em;
}

#page-news-detail .content-body .note li,
#page-news-detail.content-body div.note,
#page-news-detail.content-body p.note {
    padding-left:1em;
    text-indent:-1em;
}

#page-news-detail .content-body hr {
    border-top:1px dashed #e1e1e1;
    margin:50px auto;
}
.inner-detail-live .content_header .tag {
    background-color: var(--green-secondary);
}
.inner-detail-event .content_header .tag {
    background-color: var(--light-blue);
}
.inner-detail-live .detail {
    margin-top: 48px;
}
.inner-detail-music .detail {
    margin-top: 32px;
}

.inner-detail-live .group-btn-redirect {
    margin-top: 32px;
}
.inner-detail-live .group-btn-redirect a .redirect {
    margin-top: 0;
}

.inner-detail .news-result {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 24px;
}

.inner-detail .pagination {
    gap: 8px;
}

.inner-detail .pagination a,
.inner-detail .pagination span {
    padding: 8px 12px;
    border: 1px solid var(--text-secondary);
    border-radius: 4px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    color: var(--text-primary);
    width: 32px;
    height: 32px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.inner-detail .pagination .previouspostslink {
    background: url(/static/img/fw-child/pagination-prev.png) center no-repeat;
}

.inner-detail .pagination .nextpostslink {
    background: url(/static/img/fw-child/pagination-next.png) center no-repeat;
}

.inner-detail .news-result .pagination .current {
    background: var(--text-secondary);
}

#items_audio_series .item {
    padding-bottom: 32px;
}

.inner-detail .modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(0,0,0, 0.45);
}

.inner-detail .modal-content-product {
    background-color: #fefefe;
    margin: auto;
    padding: 24px 16px;
    border: 1px solid #888;
    width: 90%;
    max-height: 500px;
    overflow: auto;
    border-radius: 16px;
}

.inner-detail #content-popup {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    max-height: 340px;
    overflow: auto;
}
.inner-detail .modal-content-product hr {
    margin: 20px 0;
}
.inner-detail .modal-content-product .btn-cancel {
    text-align: center;
    margin-top: 20px;
}
.inner-detail .modal-content-product .btn-cancel span {
    padding: 8px 20px;
    border: 1px solid #0000004D;
    border-radius: 4px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    cursor: pointer;
}

.youtube-responsive-iframe {
    max-width: 100% !important;
}

@media only screen and (max-width: 560px) {
    .youtube-responsive-iframe {
        height: auto !important;
        aspect-ratio: 16/9 !important;
    }
}

@media only screen and (max-width:768px) {
    .display {
        width: 100%;
    }

    iframe {
        max-width: 100%
    }
}

@media only screen and (min-width:768px) {
    .inner-detail .banner {
        padding: 80px 160px;
    }
    .content_post .image {
        height: auto;
    }
    .sub_image {
        gap: 24px;
        margin-top: 32px;
        margin-bottom: 48px;
    }
    .sub_image .image {
        max-width: 384px;
        max-height: 200px;
    }
    .sub_image .image img{
        max-width: 100%;
        max-height: 100%;
    }

    .content_post .image img{
        max-width: 100%;
        max-height: 100%;
    }
    .image-content .image img{
        width: 100%;
    }
    .related-products .items .item {
        width: calc(100% /3 - 18px);
    }
    .related-products .items .item .image {
        height: 236px;
    }
    .related-products .items .item .title {
        font-size: 16px;
        line-height: 32px;
    }
    .related-products-audio .items .item .title,
    .related-products-music .items .item .title {
        height: auto;
    }
    .related-products .items .item .new,
    .related-products .items .item .tag {
        padding: 4px 8px;
        font-size: 14px;
        line-height: 16px;
    }
    #page-news-detail {
        padding: 24px 90px;
    }
    #news-recommend .news-list .news-item {
        width: calc(100% / 3 - 18px);
    }

    #news-recommend .news-list .news-item .wrapper-image {
        height: 236px;
    }

    #page-news-detail .category-body .category-box {
        font-size: 28px;
        font-weight: 700;
        line-height: 48px;
        height: 160px;
    }
    #page-news-detail .category-body {
        display: flex;
        flex-wrap: wrap;
    }
    #page-news-detail .category-body .category-box {
        margin-bottom: 0;
        width: calc(25% - 12px);
    }

    #page-news-detail .see-more-wrapper {
        justify-content: end;
        background: unset;
    }

    .news-detail-wrapper {
        padding: 48px 0 ;
    }
    .detail-block {
        font-size: 16px;
        line-height: 32px;
    }
    #page-news-detail .new-content .links-group {
        gap: 24px 16px;
    }
    #page-news-detail .new-content .links-group .item {
        width: unset;
    }
    #page-news-detail .box-title {
        margin-bottom: 48px;
    }
    .div-youtube {
        padding: 48px 0;
        margin-bottom: 48px;
    }
    .content-fr .content-tr .content-text {
        width: 100%;
    }
    .group-btn-redirect {
        flex-direction: unset;
    }
    .group-btn-redirect .buy {
        width: unset;
    }
    .group-btn-redirect a {
        width: unset;
    }
    .group-btn-redirect a .redirect {
        margin-top: 32px;
    }
    .inner-detail .redirect-dv div {
        float: right;
        padding: unset;
        background-color: unset;
        border-radius: unset;
        width: unset;
        text-align: unset;
    }
    .inner-detail .redirect-dv span {
        font-size: 16px;
        font-weight: 700;
        border-radius: 4px;
        padding: 12px 24px;
        float: left;
    }
    .btn-digital {
        display: flex;
    }

    .btn-digital div {
        padding: 12px 80px;
    }

    #page-news-detail .category-body {
        gap: 24px;
        flex-direction: column;
    }
    
    #page-news-detail .category-body .category-top,
    #page-news-detail .category-body .category-bottom {
        gap: 24px;
        flex-direction: row;
        width: 100%;
    }

    .inner-detail .modal-content-product {
        padding: 24px 96px;
        width: 60%;
    }
    .inner-detail #content-popup {
        font-size: 16px;
        line-height: 28px;
        max-height: 340px;
    }

    #page-news-detail .new-content .new-image {
        margin-bottom: 36px;
    }

    .related-word .cls-tag a:hover {
        opacity: 0.5;
    }

    .group-btn-redirect .redirect:hover {
        opacity: 0.5;
    }

    .btn-digital div:hover,
    .btn-share div:hover {
        opacity: 0.5;
    }

    .related-products .items .item:hover {
        opacity: 0.5;
    }

    #page-news-detail .new-content .related-words ul li a:hover{
        opacity: 0.5;
    }

    #page-news-detail .new-content .links-group .item:hover {
        opacity: 0.5;
    }

    .category-body .category-box:hover {
        opacity: 0.5;
    }

    #news-recommend .news-list .news-item:hover {
        opacity: 0.5;
    }

    .inner-detail .pagination a:hover {
        opacity: 0.5;
    }

    .inner-detail .pagination a,
    .inner-detail .pagination span {
        width: 40px;
        height: 40px;
    }

    .content_post .official_websites {
        flex-direction: row;
        gap: 0;
    }

}
@media only screen and (min-width: 992px) {
    .content_post .images {
        width: 648px;
        margin: auto;
    }
    .sub_image .image {
        width: calc(100% / 3 - 12px);
        max-height: 384px;
    }
    #news-recommend .news-item-title {
        line-height: 32px;
        font-size: 16px;
    }
    #news-recommend .news-item-date,
    #page-news-detail .new-info .new-info-date {
    font-size: 16px;
    line-height: 32px;
    }

    #news-recommend .news-item-tag span { 
        font-size: 14px;
    }
}

@media only screen and (min-width: 1025px) {
    #page-news-detail .new-info .new-info-title {
        font-size: 24px;
        line-height: 36px;
        margin: 16px 0;
    }
    #news-recommend .news-list {
        gap: 32px 27px;
    }

    #page-news-detail .category-body .category-box {
        margin-bottom: 0;
    }
}

@media only screen and (min-width:1245px) {
    .inner-detail .banner {
        padding: 80px 160px;
    }
    .inner-detail .containers {
        padding: 96px 0;
        max-width: 1200px;
        margin: auto;
    }
    .inner-detail .banner h1 {
        font-size: 48px;
    }
    .content_header {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    .content_header .date {
        color: var(--blue);
        font-size: 16px;
        line-height: 32px;
        font-weight: 400;
    }
    .content_header .title {
        font-size: 24px;
        line-height: 36px;
    }
    .content_header>div>span,
    .content_header .tag {
        font-size: 14px;
        line-height: 16px;
    }
    .content_post .images {
        width: 100%;
        margin: auto;
    }
    .content_post .image {
        text-align: center;
    }
    .related-word {
        padding: 8px 24px;
        align-items: center;
        flex-direction: unset;
    }
    .related-word .label {
        width: 200px;
    }
    .music-content,
    .dvd-content {
        padding: 48px;
    }

    .music-content,
    .dvd-content .hr {
        border: 1px dotted #BFBFBF;
    }
    .content-fr {
        display: flex;
        flex-direction: column;
    }
    .content-fr .div-content {
        border: 1px solid #BFBFBF;
        border-radius: 8px;
    }
    .content-fr .content-tr {
        flex-direction: unset;
        gap: unset;
    }
    .content-fr .content-tr .content-label {
        width: 200px;
    }
    .btn-share {
        flex-direction: unset;
    }

    .related-products {
        font-size: 28px;
        line-height: 48px;
        font-weight: 700;
        color: var(--text-primary);
    }
    
    .hr-top {
        margin: 48px 0;
        height: unset !important;
    }
    .related-products h1 {
        font-size: 20px;
        line-height: 24px;
    }
    .related-products .items {
        padding-top: 48px;
        gap: 24px;
    }

    #page-news-detail {
        max-width: 1200px;
        margin: auto;
        padding: 96px 0;
    }
    .inner-detail-live .content_post .main-image {
        height: auto;
    }
}
.items-audio {
    background: var(--pink) !important;
}
.disabled {
    pointer-events: none; 
    opacity: 0.5;
}