.footer-mobile {
    display: none;
}
.vntax200-shell {
    overflow-x: clip;
    max-width: 100%;
}
@media (max-width: 768px) {
    .footer-desktop {
        display: none;
    }
    .footer-mobile {
        display: block;
    }
    
    .vntax200-shell .banner-top200 {
        margin-bottom: 20px;
    }
}
/* === TOP100 COMPANIES PAGE SHELL === */
.top100companies {
    width: 100%;
    overflow-x: hidden;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

/* === BANNER SECTION (Video) === */
.bannertop200 {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #000;
}

.video-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-container video {
    width: 100%;
    height: 100%;
    object-fit: fill;
    pointer-events: none;
}

.video-container img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

/* === NOTE HEADER === */
.note-header {
    display: flex;
    padding: 40px 0px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.note-header div {
    width: 100%;
    max-width: 1170px;
    padding: 0 16px;
    box-sizing: border-box;
    opacity: 60%;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    line-height: 20px;
    letter-spacing: 0.857px;
    text-transform: uppercase;
}

/* === TABS MENU === */
.tabs_menu_wrap {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    background: #fff;
    border-bottom: 1px solid #EAEEF3;
    /* Khớp padding content dưới (header / top10) */
    padding: 0 60px;
    z-index: 100;
}

.tabs_menu_wrap::before,
.tabs_menu_wrap::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 1px;
    width: 56px;
    pointer-events: none;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.tabs_menu_wrap::before {
    left: 60px;
    background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 100%);
}

.tabs_menu_wrap::after {
    right: 60px;
    background: linear-gradient(to left, #ffffff 10%, rgba(255, 255, 255, 0) 100%);
}

.tabs_menu_wrap.can-scroll-left::before {
    opacity: 1;
}

.tabs_menu_wrap.can-scroll-right::after {
    opacity: 1;
}

.tabs_menu_nav {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 60px;
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent;
    cursor: pointer;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F94E41;
    -webkit-tap-highlight-color: transparent;
}

.tabs_menu_nav[hidden] {
    display: none !important;
}

.tabs_menu_nav--prev {
    left: 0;
}

.tabs_menu_nav--next {
    right: 0;
}

.tabs_menu_nav::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-left: 2px solid #F94E41;
    border-bottom: 2px solid #F94E41;
    box-sizing: border-box;
}

.tabs_menu_nav--prev::before {
    transform: rotate(45deg);
    margin-left: 3px;
}

.tabs_menu_nav--next::before {
    transform: rotate(-135deg);
    margin-right: 3px;
}

.tabs_menu {
    display: flex;
    justify-content: safe center;
    align-items: center;
    position: relative;
    background: transparent;
    gap: 30px;
    border-bottom: none;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.tabs_menu::-webkit-scrollbar {
    display: none;
}

.tabs_menu .tab-item {
    cursor: pointer;
    padding: 24px 0px;
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    line-height: 20px;
    letter-spacing: 0.857px;
    text-transform: uppercase;
    opacity: 0.6;
    color: #5E566A;
    text-decoration: none;
    transition: all 0.2s ease;
    white-space: nowrap;
    flex: 0 0 auto;
}

.tabs_menu .tab-item:hover {
    color: #F94E41;
    opacity: 1 !important;
}

.tabs_menu .tab-item.active_top100,
.tabs_menu .tab-item.active {
    color: rgba(249, 78, 65, 1) !important;
    position: relative;
    box-shadow: inset 0 -3px 0 #F94E41;
    opacity: 1 !important;
}

/* === SEARCH BAR === */
.searchTop100 {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 24px;
    margin-bottom: 8px;
}

.time_search_unit {
    display: flex;
    width: 100%;
    max-width: 1170px;
    align-items: center;
    justify-content: center;
    gap: 32px;
    box-sizing: border-box;
}

#time_update_top100 {
    color: #5E566A;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 17.1%;
}

.searchPrivate {
    display: flex;
    padding: 12px 16px;
    justify-content: space-between;
    align-items: center;
    flex: 1 0 0;
    border: 1px solid rgba(0, 0, 70, 0.20);
    background: #FFF;
    box-sizing: border-box;
}

.searchPrivate input,
.searchPrivate input:focus {
    width: 100%;
    border: none !important;
    height: 20px;
    outline: none;
    color: #9E9AA6;
    font-family: "Plus Jakarta Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    background: transparent;
}

.searchPrivate img {
    width: 16px;
    height: 16px;
}

.unit {
    color: #5E566A;
    text-align: left;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    flex: 0 0 auto;
    white-space: nowrap;
}

/* === GRADIENT SECTION === */
.gradient-section {
    height: 215px;
    background: linear-gradient(180deg, #FFF 0%, #F0F5FB 100%);
    width: 100%;
    position: relative;
    z-index: 1;
}

/* === HEADER TABLE === */
.header_top100_pr {
    width: 100%;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -215px;
}

/* PC: tiêu đề/subcontent căn trái giống trang private100; căn giữa chỉ còn ở mobile */
.header_table_top100cp {
    display: flex;
    flex-direction: column;
    padding: 0px 60px;
    gap: 16px;
    margin-top: 24px;
}

.header_table_top100cp h2 {
    color: #000046;
    font-family: "Plus Jakarta Sans";
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin: 0;
}

.header_table_top100cp div {
    display: flex;
    color: rgba(94, 86, 106, 1);
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}

/* === TABLE HEADER === */
.header_top100 {
    display: flex;
    align-items: center;
    background: #EFF4F8;
    position: sticky;
    top: 48px;
    z-index: 100;
    height: 54px;
    width: 100%;
    max-width: 1170px;
    box-sizing: border-box;
}

.header_top100.topHeader {
    background: white;
}

.header-text-mobile {
    display: none;
}

.header_top100 div {
    color: #000046;
    font-family: "Plus Jakarta Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    padding: 12px 16px;
    display: flex;
    align-items: flex-start;
    box-sizing: border-box;
}

.stt_header,
.chi_tiet_header {
    width: 6.838%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.ten_dn_header {
    flex: 1 0 0;
}

/* Tab Tất cả (PC): logo cạnh tên DN, không cột STT — thu khoảng cách logo ↔ tên */
@media (min-width: 769px) {
    .table_top100cp--no-stt .logo_name_cp {
        gap: 12px;
        padding-left: 16px;
    }

    .table_top100cp--no-stt .logo_cp {
        padding: 8px;
    }
}

.nganh_header {
    width: 18.223%;
}

.ma_header {
    width: 14.256%;
}

.total_header {
    width: 13.676%;
}

/* === CONTAINER === */
.containter_table {
    width: 100%;
    display: flex;
    justify-content: center;
    background: #F0F5FB;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
    gap: 20px;
}

.table_top100cp {
    width: 100%;
    max-width: 1170px;
    display: flex;
    gap: 20px;
    flex-direction: column;
    position: relative;
    z-index: 5;
    margin-top: -215px;
    box-sizing: border-box;
}

.table_top100cp_active {
    margin-top: 0px !important;
}

/* === COMPANY ITEM === */
.main_content_item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    background: #FFF;
    transition: all 0.2s ease;
    box-sizing: border-box;
}

.stt_item {
    width: 6.838%;
    padding: 16px;
    display: flex;
    box-sizing: border-box;
    justify-content: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    color: #000046;
}

.logo_name_cp {
    padding: 16px 0px;
    gap: 12px;
    display: flex;
    flex: 1 0 0;
    box-sizing: border-box;
}

.logo_cp {
    width: 40px;
    height: 40px;
    padding: 0px 16px;
    /* Khung logo cố định 40x40, không co lại khi tên doanh nghiệp dài */
    flex: 0 0 auto;
    box-sizing: content-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo_cp img {
    /* Footer.razor: img { width: auto !important; height: auto } */
    width: 40px !important;
    height: 40px !important;
    max-width: 40px !important;
    /* Ảnh không vuông: co vừa khung 40x40, giữ tỉ lệ, không méo */
    object-fit: contain !important;
    display: block;
}

.name_note_cp {
    display: flex;
    gap: 4px;
    flex-direction: column;
}

.name_cp {
    color: #000046;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
}

.name_cp h2 {
    color: inherit;
    font: inherit;
    margin: 0;
    text-decoration: none;
}

.note_name {
    color: #5E566A;
    font-family: "Plus Jakarta Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s ease-in-out;
}

.note_name:hover {
    /* Hover: hiện đủ text (xuống dòng) nhưng giữ nguyên width, không nới rộng div */
    -webkit-line-clamp: unset;
    white-space: normal;
    overflow: visible;
}

.name_stock {
    width: 18.223%;
    display: flex;
    padding: 16px 20px;
    box-sizing: border-box;
}

.name_stock div {
    color: #000046;
    font-family: "Plus Jakarta Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.name_category {
    width: 14.256%;
    display: flex;
    padding: 16px 8px;
    box-sizing: border-box;
}

.name_category:hover {
    color: #000046;
}

.name_category a,
.name_category span {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    text-align: center;
}

.name_stock div,
.name_category a {
    color: #000046;
    font-family: "Plus Jakarta Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.total_number {
    width: 13.676%;
    display: flex;
    padding: 16px 8px;
    box-sizing: border-box;
    color: #000046;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    justify-content: flex-start;
    align-items: center;
}

.total_number.expanded_total {
    color: rgba(249, 78, 65, 1);
    font-weight: 800;
}

.total_detail {
    display: contents;
}

.button_show_close,
.button_show_close_sub {
    width: 6.838%;
    display: flex;
    padding: 16px;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
}

.button_show_close_sub {
    cursor: pointer;
}

.button_show_close img,
.button_show_close_sub img {
    cursor: pointer;
}

/* === EXPANDED DETAILS === */
.data_item_detail {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 16px;
    padding: 0px 8.55%;
    overflow: hidden;
    box-sizing: border-box;
    max-height: 0px;
    transition-duration: .25s;
}

.active_data_item {
    max-height: 170px;
    padding-bottom: 12px;
}

.subsidiaries {
    overflow: hidden;
    max-height: 0px;
}

.active_data_sub {
    max-height: max-content;
}

.data_item_detail_sub {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 16px;
    padding: 0px 8.55%;
    overflow: hidden;
    box-sizing: border-box;
    max-height: 0px;
    transition-duration: .25s;
}

.active_item_sub {
    max-height: 170px !important;
    margin-bottom: 16px;
}

.name_subsidiaries {
    display: flex;
    padding: 8px 8.55%;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    color: #5E566A;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    line-height: 20px;
    letter-spacing: 0.857px;
    text-transform: uppercase;
}

.rectangle_sub {
    padding: 0px 8.55%;
}

.container_content {
    display: flex;
    flex-direction: column;
    background: #FFF;
    width: 100%;
}

.detail_cards_row {
    display: flex;
    flex-direction: row;
    background: #FFF;
    width: 100%;
    gap: 16px;
}

.content_thue {
    display: flex;
    padding: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    border: 1px solid #EAEEF3;
    background: var(--Color-Shades-white, #FFF);
    flex: 1 0 0;
}

.top_name_thue {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
}

.name_thue {
    color: #5E566A;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}


.rectangle_1433 {
    height: 1px;
    align-self: stretch;
    background: #EAEEF3;
}

.value_thue {
    color: #000046;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

/* === LOADING STATE === */
.loading-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
}

.spinner {
    width: 50px;
    height: 50px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #4352FE;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* === ERROR STATE === */
.error-message {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 400px;
    padding: 40px;
    background: #fdf2f2;
    text-align: center;
}

.error-icon {
    font-size: 3rem;
    margin-bottom: 15px;
}

.error-text {
    font-size: 1.2rem;
    color: #e74c3c;
    margin-bottom: 20px;
}

.error-retry {
    margin-top: 10px;
}

.retry-button {
    background: #4352FE;
    color: #fff;
    border: none;
    padding: 10px 25px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.retry-button:hover {
    background: #3342ee;
}

/* === NO DATA === */
.no-data {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 400px;
    padding: 40px;
    background: #f8f9fa;
    text-align: center;
}

.no-data-icon {
    font-size: 3rem;
    margin-bottom: 15px;
}

.no-data-text {
    font-size: 1.2rem;
    color: #666;
}

/* === FLOATING BOTTOM TABS (Mobile) === */
.tabs_menu_bottom {
    position: fixed;
    display: none;
    z-index: 1001;
    bottom: 10px;
    align-items: center;
    justify-content: center;
    left: 50%;
    transform: translateX(-50%);
}

.name_menu_bottom {
    position: relative;
    width: 396px;
    padding: 12px 12px 12px 16px;
    gap: 16px;
    align-items: center;
    display: flex;
    box-sizing: border-box;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 70, 0.15);
    background: #FFF;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.07);
}

.name_menu_bottom_left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    flex: 1 0 0;
}

.name_menu_bottom_left h2 {
    color: #000046;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 20px;
    letter-spacing: 0.857px;
    text-transform: uppercase;
    margin: 0;
}

.name_menu_bottom_left div {
    color: #5E566A;
    font-family: "Plus Jakarta Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}

.name_menu_bottom_right {
    display: flex;
    padding: 12px;
    align-items: center;
    gap: 4px;
    border-radius: 4px;
    border: 1px solid #000046;
    background: #FFF;
    box-sizing: border-box;
    cursor: pointer;
}

.name_menu_bottom_right img {
    width: 16px;
    height: 16px;
}

.list_menu_bottom {
    position: absolute;
    bottom: calc(100% + 10px);
    display: inline-flex;
    padding: 8px 12px 8px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border-radius: 8px;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 70, 0.15);
    background: var(--Color-Shades-white, #FFF);
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.07);
    visibility: hidden;
    transition: all 0.3s;
    width: 368px;
}

.tabs_menu_bottom:hover .list_menu_bottom,
.tabs_menu_bottom.menu-open .list_menu_bottom,
.list_menu_bottom:hover {
    visibility: visible;
}

.tab_menu_bottom {
    display: flex;
    width: 368px;
    padding: 14px 0px;
    align-items: center;
    border-bottom: 1px solid #EAEEF3;
    text-decoration: none;
    color: #020626;
    font-family: "Plus Jakarta Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.tab_menu_bottom:last-child {
    border-bottom: none !important;
}

.tab_menu_bottom:hover {
    color: rgba(249, 78, 65, 1);
}

.tab_menu_bottom.active {
    color: rgba(249, 78, 65, 1) !important;
    font-weight: 600;
}

#scroll_top {
    display: none;
    margin: 0;
    padding: 0;
    background: url("https://cafefnew.mediacdn.vn/static/v2/images/scrollTop.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 46px;
    opacity: 0.5;
    position: fixed;
    right: 10px;
    top: 80%;
    width: 46px;
    z-index: 999;
}

#scroll_top:hover {
    opacity: 1;
}

/* === RESPONSIVE === */
@media screen and (max-width: 1169px) and (min-width: 769px) {
    .table_top100cp {
        width: 100%;
        display: flex;
        gap: 20px;
        flex-direction: column;
        position: relative;
        z-index: 5;
        margin-top: -215px;
    }

    .time_search_unit {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .tabs_menu_wrap {
        position: sticky;
        top: 48px;
        z-index: 100;
        padding: 0;
        border-bottom: none;
        max-width: none;
        margin-top: 8px;
    }

    .tabs_menu_wrap::before,
    .tabs_menu_wrap::after,
    .tabs_menu_nav {
        display: none !important;
    }

    .tabs_menu {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 12px;
        position: relative;
        background: white;
        overflow-x: auto;
        overflow-y: hidden;
        box-sizing: border-box;
        margin-top: 0;
        justify-content: flex-start;
        border-bottom: none;
    }

    .tabs_menu::-webkit-scrollbar {
        display: none;
    }

    .tabs_menu {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .tabs_menu .tab-item {
        min-width: max-content;
        padding: 8px 16px;
        border: 1px solid #EAEEF3;
        border-radius: 100px;
        color: #787182;
        font-size: 12px;
        font-weight: 700;
        line-height: 20px;
        letter-spacing: 0;
        text-transform: uppercase;
        opacity: 1;
        box-shadow: none;
    }

    .tabs_menu .tab-item.active_top100,
    .tabs_menu .tab-item.active,
    .tabs_menu .tab-item:hover {
        color: #F94E41 !important;
        border-color: #F94E41;
        box-shadow: none;
    }

    .tabs_menu_bottom {
        display: none;
    }

    .gradient-section,
    .unit,
    #time_update_top100,
    .header_top100 .stt_header,
    .header_top100 .nganh_header,
    .header_top100 .ma_header,
    .header_top100 .chi_tiet_header,
    .name_stock,
    .name_category,
    .rectangle_sub {
        display: none;
    }

    .header-text-desktop {
        display: none;
    }

    .header-text-mobile {
        display: inline;
    }

    .searchTop100 {
        /* Frame search + header: ngang 12, gap dưới 16 tới header; top 8 cho sát text trên */
        padding: 8px 12px 16px;
        margin: 0;
        box-sizing: border-box;
        position: sticky;
        top: 102px;
        /* Sticky tạo stacking context riêng: phải cao hơn .hf_backdrop (1001),
           nếu không dropdown năm bị lớp phủ nuốt tap → chọn năm không ăn */
        z-index: 1002;
        background: linear-gradient(180deg, #FFFFFF 0%, #F0F5FB 100%);
    }

    .time_search_unit {
        width: 100%;
        gap: 12px;
    }

    .searchPrivate {
        border: 1px solid #EAEEF3;
        padding: 12px 16px;
    }

    .header_table_top100cp {
        padding: 8px 12px;
        gap: 12px;
        margin-top: 0;
        justify-content: center;
        align-items: center;
    }

    .header_table_top100cp h2 {
        font-size: 18px;
        font-weight: 700;
        text-align: center;
    }

    .header_table_top100cp div {
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        align-items: center;
    }

    .containter_table {
        gap: 0;
        /* Cân với gutter trái/phải 12px — tránh khoảng trống lớn trước footer */
        padding-bottom: 12px;
        background: #F0F5FB;
    }

    .header_top100_pr {
        position: sticky;
        top: 160px;
        z-index: 99;
        padding: 0 12px;
        /* Nối đuôi gradient của .searchTop100 */
        background: #F0F5FB;
        box-sizing: border-box;
    }

    .header_top100 {
        width: 100%;
        height: auto;
        padding: 0 12px;
        gap: 28px;
        position: static;
        background: #EEF7FF;
        box-sizing: border-box;
    }

    .header_top100 .ten_dn_header {
        padding: 12px 0;
        flex: 1 0 0;
        align-items: flex-start;
    }

    .header_top100 .total_header {
        width: 110px;
        padding: 12px 0;
        justify-content: center;
        align-items: flex-end;
        text-align: right;
    }

    .table_top100cp {
        width: 100%;
        margin-top: 0;
        padding: 12px;
        gap: 12px;
        box-sizing: border-box;
    }

    .main_content_item {
        width: 100%;
        flex-wrap: nowrap;
        align-items: flex-start;
        gap: 8px;
        padding: 0;
    }

    .stt_item {
        width: 20px;
        padding: 0;
        font-size: 11px;
        line-height: 14px;
        font-weight: 800;
    }

    .logo_name_cp {
        align-items: center;
        gap: 12px;
        padding: 0;
        flex: 1 1 0%;
        min-width: 0;
    }

    .name_note_cp {
        flex: 1 1 0%;
        min-width: 0;
    }

    .logo_cp {
        width: 36px;
        height: 36px;
        padding: 0;
    }

    .logo_cp img {
        width: 36px !important;
        height: 36px !important;
        max-width: 36px !important;
        object-fit: contain !important;
        display: block;
    }

    .name_cp {
        font-size: 15px;
        line-height: 20px;
        text-transform: none;
        margin-right: 30px;
    }

    .note_name {
        font-size: 12px;
        line-height: 16px;
        width: 100%;
        max-width: none;
        display: block;
        white-space: normal;
        overflow: visible;
        text-overflow: clip;
        -webkit-line-clamp: unset;
    }

    .total_detail {
        display: flex;
        width: auto;
        min-width: 75px;
        justify-content: flex-end;
        align-items: center;
        gap: 8px;
        flex-shrink: 0;
        padding-right: 4px;
        box-sizing: border-box;
    }

    .total_number {
        width: auto;
        padding: 0;
        color: #F94E41;
        font-size: 15px;
        font-weight: 800;
        line-height: normal;
        justify-content: flex-end;
    }

    .total_number_sub {
        color: #000046;
        font-size: 14px;
        font-weight: 500;
        line-height: 24px;
    }

    /* MB công ty con khi mở: số nộp ngân sách chuyển cam */
    .total_number_sub.expanded_total {
        color: #F94E41;
        font-weight: 800;
    }

    .button_show_close,
    .button_show_close_sub {
        width: auto;
        padding: 0;
    }

    .data_item_detail,
    .data_item_detail_sub {
        gap: 8px;
        white-space: normal;
        overflow: hidden;
        opacity: 0;
        max-height: 0;
        padding: 0;
        align-self: stretch;
    }

    .data_item_detail::-webkit-scrollbar,
    .data_item_detail_sub::-webkit-scrollbar {
        display: none;
    }

    .data_item_detail,
    .data_item_detail_sub {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .active_data_item {
        max-height: 103px;
        opacity: 1;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        margin-top: 12px;
        padding-bottom: 0;
    }

    .active_item_sub {
        max-height: 103px !important;
        opacity: 1;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        margin-bottom: 12px;
    }

    .detail_cards_row {
        flex-direction: row;
        gap: 8px;
        width: max-content;
        min-width: 100%;
    }

    .subsidiaries {
        width: 100%;
    }

    .subsidiaries .main_content_item {
        border-top: 1px solid #EAEEF3;
        padding-top: 12px;
        flex-wrap: nowrap;
    }

    .name_subsidiaries {
        padding: 0 0 8px 28px;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .content_thue {
        flex: 0 0 132px;
        padding: 12px;
    }

    .name_thue {
        font-size: 13px;
        line-height: 16px;
        color: #5E566A;
    }

    .value_thue {
        font-size: 14px;
        font-weight: 500;
    }

    #scroll_top {
        top: auto;
        bottom: 40px;
    }

    /* MB: bỏ khoảng trắng giữa nội dung và footer (margin-top .f_menu) */
    .vntax200-shell .footer-mobile .f_menu {
        margin-top: 0;
    }
}
