﻿/* detail news */

.detail-news .container {
    padding-top: 28px;
}

section.p-details.detail-gt-child img {
    pointer-events: all;
    cursor: zoom-in;
}

.pdf-c-note {
    padding: 25px 0;
}

.num-docr-item span svg path {
    fill: #c51010;
}

.num-docr-item span {
    display: inline-flex;
    align-items: center;
    font-family: 'InterM';
    font-size: 16px;
}

    .num-docr-item span svg {
        margin-right: 5px;
    }

.num-docr-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.l-view-date-note {
    display: flex;
    align-items: center;
}

.side-news-down {
    color: #ed0018;
    font-family: 'Inter_24pt-SemiBold';
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    display: inline-flex;
}

.detail-news-title {
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-align: justify;
    margin: 0;
    font-family: 'Montserrat-Bold';
    color: var(--default-color-1);
}

.detail-news-bottom {
    padding-bottom: 20px;
    padding-top: 0 !important;
}

    .detail-news-bottom .my-left {
        width: 68.7%;
        float: left;
    }

    .detail-news-bottom .my-right {
        width: 360px;
        float: right;
        padding-left: 8px;
        margin-bottom: 25px;
    }

.detail-news-wrap {
    padding-top: 13px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    background: #fff;
}

.detail-news-author {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

    .detail-news-author .author-img {
    }

        .detail-news-author .author-img img {
        }

    .detail-news-author .author-content {
        padding-left: 12px;
    }

        .detail-news-author .author-content h3 {
            margin: 0;
            color: #212529;
            font-weight: 100;
            font-size: 17px;
            margin-bottom: 5px;
        }

        .detail-news-author .author-content span {
            color: #2c2c2c;
            font-size: 14px;
        }

.detail-news-wrap .p-details p, .detail-news-wrap .p-details span {
    font-family: 'Montserrat-Medium' !important;
}

.detail-news-wrap > .descript {
    font-size: 18px;
    color: #2c2c2c;
    font-family: 'Montserrat-Medium';
    margin-bottom: 15px;
    margin-top: 15px;
    line-height: 27px;
    text-align: justify;
}

.detail-news-wrap .p-details {
    font-family: 'Montserrat-Medium' !important;
    font-size: 16px !important;
}

section.p-details.detail-news-childs img {
    pointer-events: all;
    cursor: zoom-in;
}

.detail-news-wrap .img {
    border-radius: 10px;
    overflow: hidden;
    display: none;
}

    .detail-news-wrap .img img {
        height: auto !important;
        width: 100% !important;
    }

.detail-news-wrap .p-details {
    font-size: 16px;
    margin-top: 24px;
    color: #2c2c2c;
    line-height: 25px;
    text-align: justify;
}

    .detail-news-wrap .p-details h3, .detail-news-wrap .p-details h2 {
        font-family: 'Montserrat-SemiBold';
        font-size: 18px;
    }

.detail-news-wrap .social {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #bababa;
    padding-top: 15px;
}

    .detail-news-wrap .social .item {
        position: relative;
        border: 1px solid #505050;
        width: 30px;
        height: 30px;
        margin-right: 10px;
        border-radius: 10px;
        color: #505050;
        transition: all ease .2s;
        cursor: pointer;
        font-size: 13px;
    }

        .detail-news-wrap .social .item .fb-share-button span {
            width: 100% !important;
            height: 100% !important;
        }

        .detail-news-wrap .social .item .fb-share-button iframe {
            width: 100% !important;
            height: 100% !important;
        }

        .detail-news-wrap .social .item .fb-share-button {
            position: absolute;
            top: 0;
            left: 0;
            width: 100% !important;
            height: 100% !important;
            opacity: 0;
        }

        .detail-news-wrap .social .item a {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            opacity: 0;
        }

    .detail-news-wrap .social .popup.show {
        opacity: 1;
        transform: translateY(0);
    }

    .detail-news-wrap .social .popup {
        position: absolute;
        top: 117%;
        pointer-events: none;
        white-space: nowrap;
        background-color: #2c2c2c17;
        color: #333c;
        font-size: 14px;
        border-radius: 5px;
        overflow: hidden;
        opacity: 0;
        padding: 4px 10px;
        transition: 0.6s cubic-bezier(.3,2.2,.3,1);
        transform: translateY(15px);
    }

    .detail-news-wrap .social .item:hover {
        background-color: #505050;
        color: #fff;
    }

    .detail-news-wrap .social h3 {
        margin: 0;
        font-size: 13px;
        color: #505050;
        font-weight: 100;
        margin-bottom: 9px;
        margin-top: 4px;
    }

.detail-news-wrap .social-list {
    display: flex;
}

.same-cate {
    padding-top: 10px;
    padding-bottom: 0;
}

.same-cate-title:before {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 48px;
    height: 3px;
    border-radius: 55px;
    background-color: #c51010;
}

/* =========================
   HOVER IMAGE
========================= */

.p-news-img__type2 {
    overflow: hidden !important;
    position: relative !important;
}

    .p-news-img__type2 img {
        transition: transform .8s cubic-bezier(.2,.8,.2,1) !important;
    }

.p-news-link__type2:hover .p-news-img__type2 img {
    transform: scale(1.08) rotate(.8deg) !important;
}

/* overlay nhẹ khi hover */

.p-news-img__type2::after {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    background: linear-gradient(to top,rgba(37,99,235,.22),transparent) !important;
    opacity: 0 !important;
    transition: all .45s ease !important;
    pointer-events: none !important;
}

.p-news-link__type2:hover .p-news-img__type2::after {
    opacity: 1 !important;
}

/* =========================
   HOVER TITLE
========================= */

.p-news-content__type2 .title {
    transition: all .35s ease !important;
    font-family: 'Montserrat-ExtraBold';
}

.p-news-link__type2:hover .title {
    color: #2563eb !important;
    transform: translateX(4px) !important;
}

/* =========================
   HOVER DESCRIPTION
========================= */

.p-news-content__type2 .descript {
    transition: all .35s ease !important;
}

.p-news-link__type2:hover .descript {
    color: #334155 !important;
}

/* =========================
   HOVER BUTTON LINK
========================= */

.detail-link-new {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    transition: all .35s ease !important;
    font-family: 'Montserrat-Medium';
    margin-top: 8px;
}

    .detail-link-new svg {
        transition: transform .35s ease !important;
    }

.p-news-link__type2:hover .detail-link-new {
    color: #2563eb !important;
    letter-spacing: .4px !important;
}

    .p-news-link__type2:hover .detail-link-new svg {
        transform: translateX(6px) !important;
    }

/* =========================
   CARD HOVER
========================= */

.p-news-link__type2 {
    transition: all .45s cubic-bezier(.2,.8,.2,1) !important;
}

    .p-news-link__type2:hover {
        transform: translateY(-6px) !important;
        box-shadow: 0 18px 40px rgba(15,23,42,.10) !important;
    }

.same-cate.cate-same-docr .grid.wide {
    padding: 0;
}

.same-cate-title {
    font-size: 26px;
    color: var(--default-color-4);
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
}

.detail-news-bottom .my-right .list a:hover {
    background-color: #fbcf72;
    color: #fff;
}

.detail-news-bottom .my-right .list-tag {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: unset;
}

    .detail-news-bottom .my-right .list-tag h3 {
        margin: 0;
        font-size: 14px;
        color: #505050;
        font-family: 'InterSBI';
        font-weight: normal;
    }

.detail-news-bottom .my-right .list {
    margin-top: 5px;
    display: block;
}

    .detail-news-bottom .my-right .list a {
        font-size: 14px;
        color: #505050;
        background-color: #f2f2f2;
        padding: 6px 16px;
        border-radius: 55px;
        display: block;
        margin: 5px 0;
    }

.my-side-news .side-news-item {
    padding: 0;
    margin-bottom: 30px;
    border: 1px solid #d0d6e2;
    border-radius: 10px;
}

.detail-news-bottom .my-right a.side-img.p-side-item {
    margin-bottom: 12px;
}

.my-side-news .side-news-item .title {
    margin: 0;
    font-family: 'Montserrat-ExtraBold' !important;
    font-weight: 100;
    font-size: 21px;
    text-transform: uppercase;
    padding-bottom: 15px;
    border-bottom: 1px solid #F2F2F2;
    padding-left: 67px !important;
}

.side-news-link:first-child {
}

.side-news-link:hover h3 {
    color: var(--default-color-4);
}

.side-news-link {
    display: flex;
    padding: 18px 0;
    border-bottom: 1px solid #F2F2F2;
    transition: 0.8s cubic-bezier(.3,2.2,.3,1);
}

    .side-news-link:hover {
    }

        .side-news-link:hover span {
            transform: translateX(6px);
        }

        .side-news-link:hover h3 {
            transform: translateX(6px);
        }

    .side-news-link img {
        width: 20px;
    }

    .side-news-link .index {
        background-color: #ba131a;
        height: fit-content;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        color: #ffffff;
        font-size: 12px;
        transition: 0.8s cubic-bezier(.3,2.2,.3,1);
    }

    .side-news-link:last-child {
        border: none;
    }

    .side-news-link h3 {
        margin: 0;
        font-size: 16px;
        flex: 1;
        color: #2c2c2c;
        font-weight: 100;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        padding-left: 11px;
        transition: 0.8s cubic-bezier(.3,2.2,.3,1);
    }

.side-news-item.download {
    position: relative;
}

.my-right.side-detail-news.my-side-news .side-news-item .title:after {
    content: "";
    position: absolute;
    background: url(/Design/img/THPTHamThuanNam/icon/11.svg) no-repeat;
    background-size: cover;
    left: 11px;
    top: 6px;
    width: 45px;
    height: 45px;
    z-index: 2;
}

.my-right.side-detail-news.my-side-news .side-news-item .title.title-cate-childd:after {
    content: "";
    position: absolute;
    background: url(/Design/img/THPTHamThuanNam/icon/12.svg) no-repeat;
    background-size: cover;
    left: 11px;
    top: 3px;
    width: 45px;
    height: 45px;
    z-index: 2;
}

.side-news-item.download img {
    width: 22px;
}

.side-news-item.download a {
    align-items: center;
    padding: 18px 0 !important;
    font-size: 18px;
    padding-left: 20px !important;
    font-family: 'InterSB';
}

    .side-news-item.download a:hover h3 {
        text-decoration: underline;
    }

    .side-news-item.download a h3 {
        color: var(--default-color-4);
        margin-left: 5px;
        padding: 0;
        transform: translateX(0) !important;
    }

.side-news-link.down {
    flex-direction: column;
    user-select: none;
    padding: 12px 0;
}

    .side-news-link.down h3 {
        padding: 0;
        color: #2c2c2c !important;
    }

    .side-news-link.down a {
    }

    .side-news-link.down .bot-options {
        display: flex;
        align-items: center;
        margin-top: 6px;
    }

    .side-news-link.down .options-item:first-child {
        margin-left: 0;
    }

    .side-news-link.down .options-item:hover {
        text-decoration: underline;
    }

    .side-news-link.down .options-item {
        cursor: pointer;
        font-size: 14px;
        color: var(--default-color-4);
        margin: 0 5px;
    }

.vanban-filter {
    margin-bottom: 43px;
}

.vanban-filter-item {
    display: flex;
    align-items: center;
}

    .vanban-filter-item h3 {
        margin: 0;
        font-family: 'InterR';
        color: var(--default-color-1);
        font-size: 18px;
        margin-right: 30px;
    }

    .vanban-filter-item .input {
        flex: 1;
        border: 1px solid #33333329;
        border-radius: 5px;
        position: relative;
        display: flex;
        align-items: center;
        padding: 10px 20px;
        user-select: none;
        cursor: pointer;
    }

        .vanban-filter-item .input.show::before {
            transform: rotate(180deg);
        }

        .vanban-filter-item .input::before {
            right: 15px;
            content: "\f078";
            position: absolute;
            font-family: FontAwesome;
            color: var(--default-color-1);
            font-size: 14px;
            transition: 0.8s cubic-bezier(.3,1.8,.3,1);
        }

        .vanban-filter-item .input span {
            font-family: 'InterR';
            color: var(--default-color-1);
            font-size: 15px;
        }

        .vanban-filter-item .input.show .drop {
            opacity: 1;
            pointer-events: all;
            transform: translateY(0);
        }

        .vanban-filter-item .input .drop {
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            background-color: #fff;
            z-index: 2;
            border-radius: 5px;
            border: 1px solid #33333329;
            pointer-events: none;
            opacity: 0;
            transform: translateY(10px);
            transition: 0.6s cubic-bezier(.3,2.2,.3,1);
            box-shadow: 0 0 10px 0 #3333332e;
        }

        .vanban-filter-item .input .drop-item {
            color: #333;
            font-size: 15px;
            padding: 6px 12px;
            transition: all linear .2s;
            cursor: pointer;
        }

            .vanban-filter-item .input .drop-item:hover {
                background-color: #f2f2f2;
                color: var(--default-color-1);
            }

.vanban-filter-btn {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.vanban-filter-count {
    color: #333;
    font-size: 15px;
    font-family: sfm;
    margin-bottom: 8px;
    display: block;
}

.vanban-filter-btn a {
    margin: 10px 5px;
    font-size: 16px;
    font-family: 'InterR';
    border-radius: 5px;
    padding: 8px 18px;
    transition: all linear .2s;
}

.content-new-list-side a {
    display: flex;
    padding: 15px 10px;
    border-bottom: 1px solid #ccc;
}

.home-cate-bottom-wrap a .img {
    width: 126px;
    height: 97px;
    border-radius: 5px;
    overflow: hidden;
}

.home-cate-bottom-wrap a .content {
    margin-left: 12px;
    flex: 1 1 0;
}

.home-cate-bottom-wrap a .img img {
}

.content-new-list-side a .content {
    margin-left: 12px;
    flex: 1 1 0;
    padding: 0;
    padding-top: 0 !important;
}

.content-new-list-side a .img {
    width: 126px;
    height: 97px;
    border-radius: 5px;
    overflow: hidden;
}

.content-new-list-side a .content h6 {
    margin: 0;
    color: #203f98;
    font-family: 'Montserrat-Medium';
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 150%;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
}

.content-new-list-side a:hover .content h3 {
    color: #c51010;
}

.WDateNewHome {
    display: inline;
}

.WViewNewHome {
    display: flex;
    margin-left: 15.48px;
    display: none;
}

.WDateViewNewHome {
    display: flex;
    color: #797978;
    font-family: 'InterR';
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 138.688%; /* 18.029px */
    margin-top: 10px;
    display: none;
}

.WDateNewHome span {
    margin-left: 2px;
    color: #ccc;
    font-size: 0.85em;
    font-style: italic;
}

.WViewNewHome span {
    margin-left: 4px;
}

.content-new-list-side a .content h3 {
    margin: 0;
    color: #4D4D4D;
    font-family: 'Montserrat-SemiBold';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-mini-banner-l {
    background: #fff;
    border: 1px solid #dddddd;
    padding: 15px 10px;
    border-radius: 10px;
}

.l-side-banner a.side-img.p-side-item:last-child {
    margin-bottom: 0;
}

.content-new-list-side a:last-child {
    border-bottom: unset;
}

.my-right.side-detail-news.my-side-news .side-news-item {
    background: #fff;
    position: relative;
}

.vanban-filter-btn a:first-child:hover {
    background-color: transparent;
    color: var(--default-color-1);
}

.vanban-filter-btn a:last-child:hover {
    background-color: transparent;
    color: #c51010;
    border: 1px solid #c51010;
}

.vanban-filter-btn a:hover {
}

table, th, td {
    border: 1px solid #ccc;
}

table {
    border-collapse: collapse;
    width: 100%;
}

th, td {
    text-align: left;
    padding: 10px;
}

tr:hover {
    background-color: #ddd;
    cursor: pointer;
}

.vanban-filter-btn a:first-child {
    color: #fff;
    background-color: var(--default-color-1);
    border: 1px solid var(--default-color-1);
}

.vanban-filter-btn a:last-child {
    color: #1d2129;
    background-color: #fbcf72;
    border: 1px solid #fbcf72;
}

/*RS*/
@media(max-width:1023px) {
    .detail-news-bottom {
        padding-top: 0;
    }

    .options-bv {
        display: flex;
    }

    .l-view-date-note {
        margin-bottom: 6px;
    }

    .detail-news-wrap {
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media(min-width:740px) and (max-width:1023px) {
}

@media(max-width:739px) {
    .detail-news-title {
        font-size: 16px;
        text-transform: none;
        text-align: justify;
    }

    .same-cate-title {
        font-size: 21px;
    }

    .detail-news {
        background: #f3f2f2;
    }

    .detail-news-wrap > .descript {
        font-size: 16px;
    }

    ul.p-news-list__type2.rs.list-news-same-cate {
        display: grid;
        grid-auto-rows: minmax(min-content,max-content);
        grid-template-columns: repeat(2,minmax(0,1fr));
        column-gap: 10px;
        row-gap: 10px;
        margin-top: 15px;
        padding-bottom: 0;
    }

        ul.p-news-list__type2.rs.list-news-same-cate .p-news-item__type2 {
            padding: 0;
        }

            ul.p-news-list__type2.rs.list-news-same-cate .p-news-item__type2 .p-news-img__type2 {
                height: 135px;
            }

            ul.p-news-list__type2.rs.list-news-same-cate .p-news-item__type2 .p-news-link__type2 .title {
                font-size: 15px;
                line-height: 150%;
            }

    .detail-link-new {
        font-size: 13px;
    }

    ul.p-news-list__type2.rs.list-news-same-cate .p-news-item__type2 .p-news-link__type2 .descript {
        font-size: 14px;
        line-height: 21px;
    }
}

/* -----------------------------
   WIDGET BÀI VIẾT XEM NHIỀU NHẤT - SIDEBAR
   Phong cách chính thống, responsive, đẹp mắt
----------------------------- */

.side-news-item {
    background: #ffffff;
    border: 1px solid #d0d6e2;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 24px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

    /* Tiêu đề widget */
    .side-news-item .title {
        background: #203f98 !important; /* xanh đậm chính thống */
        color: #ffffff !important;
        margin: 0;
        padding: 14px 18px;
        font-size: 1.08rem;
        font-weight: 600;
        letter-spacing: 0.3px;
        text-align: left;
        /* vàng điểm nhấn */
        position: relative;
    }

        .side-news-item .title::after {
            content: "";
            position: absolute;
            bottom: -2px;
            left: 0;
            width: 100%;
            height: 2px;
            background: linear-gradient(to right, transparent, #ffcc00, transparent);
        }

    /* Phần nội dung */
    .side-news-item .content {
        padding: 15px 0px;
    }

.options-bv {
    display: flex;
    padding: 10px 0;
    margin: 10px 0;
    border-top: 1px solid #CCCCCC;
    justify-content: space-between;
}

    .options-bv .op-left {
        display: flex;
        align-items: center;
    }

        .options-bv .op-left .item svg {
            width: 17px;
            height: auto;
        }

        .options-bv .op-left .item {
            color: #2c2c2cad;
            font-size: 14px;
            position: relative;
            display: flex;
            align-items: center;
            gap: 0.25rem;
            line-height: normal;
            font-family: 'Montserrat-SemiBold';
            --tw-bg-opacity: 1;
            background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
            padding-left: 0.75rem;
            padding-right: 0.75rem;
            padding-top: 0.25rem;
            padding-bottom: 0.25rem;
            border-radius: 9999px;
            margin-right: 15px;
        }

            .options-bv .op-left .item i {
                margin-right: 5px;
            }
/* Mỗi item bài viết */
.side-news-link {
    display: flex;
    align-items: center;
    padding: 12px 30px;
    padding-left: 18px;
    color: #1e293b;
    text-decoration: none;
    transition: all 0.18s ease;
    border-bottom: 1px solid #dfdfdf;
}

    .side-news-link:last-child {
    }

    .side-news-link:hover {
        background: #f8faff;
        color: #c51010;
    }

    /* Số thứ tự */
    .side-news-link .index {
        flex: 0 0 28px;
        height: 28px;
        color: white;
        font-weight: bold;
        font-size: 1.05rem;
        border-radius: 50%;
        margin-right: 5px;
        margin-top: 3px;
        transition: all 0.2s ease;
    }

    .side-news-link:hover .index {
        background: #c51010;
        transform: scale(1.08);
    }

    /* Tiêu đề bài viết */
    .side-news-link h3 {
        margin: 0;
        font-size: 0.97rem;
        font-weight: 500;
        color: inherit;
    }

    /* Hover title effect */
    .side-news-link:hover h3 {
        color: #c51010;
    }

    .side-news-link.active,
    .side-news-link.active:hover {
        background: #e6f0ff;
        color: #003366;
        font-weight: 600;
    }

        .side-news-link.active .index {
            background: #ff6600; /* hoặc màu nổi bật */
        }
/* -----------------------------
   RESPONSIVE
----------------------------- */

/* Tablet & nhỏ hơn (dưới ~991px) */
@media (max-width: 991px) {
    .side-news-item {
        margin-bottom: 20px;
        border-radius: 8px;
    }

    .options-bv .op-left .item {
        font-size: 13px;
    }

    .detail-news-wrap .p-details {
        font-size: 15px !important;
    }

    .options-bv.list-down-view {
        display: flex;
        flex-direction: column;
    }

    .detail-news-wrap .p-details {
        text-align: justify;
    }

        .detail-news-wrap .p-details h3, .detail-news-wrap .p-details h2 {
            font-size: 16px;
        }

    .my-right.side-detail-news.my-side-news .side-news-item .title:after {
        width: 40px;
        height: 34.88px;
    }

    .my-side-news .side-news-item .title {
        font-size: 19px;
    }

    .side-news-item .title {
        font-size: 1.05rem;
        padding: 12px 16px;
    }

    .side-news-link {
        padding: 11px 16px;
    }

        .side-news-link .index {
            flex: 0 0 30px;
            height: 30px;
            font-size: 1rem;
            margin-right: 12px;
        }

        .side-news-link h3 {
            font-size: 0.96rem;
        }

    .detail-news-bottom .my-left,
    .detail-news-bottom .my-right {
        float: unset;
        width: 100%;
    }

    .num-docr-item {
        display: flex;
        flex-direction: column;
        align-items: unset;
    }

        .num-docr-item span {
            font-size: 16px;
            margin-bottom: 10px;
        }

    .side-news-down {
        font-size: 16px;
    }

    .detail-news-wrap .social {
        padding-top: 15px;
    }

    .my-news-breadcum .slug p.flex-center.none-m {
    }

    .list-mini-banner-side .grid.wide {
        padding: 0;
    }

    .header-bottom .header-bottom-cart {
        display: none;
    }

    .detail-news-wrap .p-details table {
        width: 100% !important;
    }

        .detail-news-wrap .p-details table td {
            font-size: 13px !important;
        }

        .detail-news-wrap .p-details table tr * {
            font-size: 13px !important;
        }

        .detail-news-wrap .p-details table span {
            font-size: 13px !important;
        }

    .detail-news-bottom .my-right {
        padding: 0;
        margin-bottom: 30px;
        padding-top: 35px;
    }
}

/* Mobile nhỏ (dưới ~576px) */
@media (max-width: 576px) {
    .side-news-item {
        box-shadow: none;
    }

        .side-news-item .title {
            font-size: 1.02rem;
            padding: 12px 16px;
        }

    .side-news-link {
        padding: 12px 16px;
        flex-wrap: wrap;
    }

        .side-news-link .index {
            flex: 0 0 28px;
            height: 28px;
            font-size: 0.95rem;
            margin-right: 12px;
            margin-bottom: 4px;
        }

        .side-news-link h3 {
            font-size: 17px;
            padding-left: 0;
        }
}