/* === 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 12px;
    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;
}

/* === LEGACY BANNER (kept for backward compatibility) === */
.banner-private-100 {
    width: 100%;
    height: 720px;
}

.banner-private-100 img, .banner-private-100 video {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
}

.box-slogan {
    text-align: center;
    padding: 40px 15px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.86px;
    font-size: 12px;
    line-height: 20px;
}

.box-slogan p {
    max-width: 800px;
    margin: 0 auto;
    color: rgba(94, 86, 106, 0.8);
}

/* Navbar do menu.css quản lý — không override .box-navbar ở đây (tránh lệch so với private100/vntax200). */

.box-top-100 {
    padding: 40px 60px;
    background: linear-gradient(180deg, #ffffff 0%, #f0f5fb 100%);
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.box-top-100 .box-header {
    margin-bottom: 32px;
    text-align: center;
}

.box-top-100 .box-header p {
    color: #5e566a;
    font-size: 15px;
    line-height: 24px;
}

.box-top-100 .title {
    margin-bottom: 4px;
    font-weight: 800;
    color: #000046;
    font-size: 30px;
    line-height: 1.3;
}

.box-top-100 .filter {
    display: flex;
    gap: 20px;
    margin-bottom: 28px;
}

.box-top-100 .filter select {
    min-width: 160px;
    -webkit-appearance: none;
    appearance: none;
    padding: 12px 16px;
    background: #fff url("https://cafefnew.mediacdn.vn/CafefList/down.svg") no-repeat right 16px center;
    border: 1px solid rgba(0, 0, 70, 0.2);
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #000046;
}

.box-top-100 .filter .form-search {
    flex: 1;
}

.box-top-100 .filter .form-search input {
    width: 100%;
    height: 44px;
    padding: 12px 16px;
    border: 1px solid rgba(0, 0, 70, 0.2);
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #000046;
    background: #fff url("https://cafefnew.mediacdn.vn/images/CafefLists/icon_find.svg") no-repeat right 16px center;
}

.box-top-100 .filter .form-search input::placeholder {
    color: #9e9aa6;
}

.box-top-100 .box-table .head {
    display: flex;
    background: #eff4f8;
    align-items: center;
}

.box-top-100 .box-table .head .title {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    padding: 10px 12px;
    color: #000046;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
}

.box-top-100 .box-table .head .title span {
    text-align: right;
}

.box-top-100 .box-table .head > div {
    flex: 1;
}

.box-top-100 .box-table .head > div:first-child {
    text-align: center;
    justify-content: center;
}

.box-top-100 .box-table .head > div:nth-child(2) {
    flex: 5;
}

.box-top-100 .box-table .head .icon-sort {
    width: 16px;
    height: 16px;
    display: block;
    background: url("https://cafefnew.mediacdn.vn/CafefList/short.svg") no-repeat 0 0/contain;
}

.box-top-100 .box-table .body .item {
    display: flex;
    background: #fff;
    align-items: center;
    margin-top: 20px;
    /*position: relative;*/
}

.box-top-100 .box-table .body .item .stt {
    font-weight: 700;
    font-size: 18px;
}

.box-top-100 .box-table .body .item .data {
    flex: 1;
    padding: 13px 12px;
    font-size: 13px;
    line-height: 24px;
    font-weight: 500;
    color: #000046;
    text-align: right;
}

.box-top-100 .box-table .body .item .data:first-child {
    text-align: center;
}

.box-top-100 .box-table .body .item .data:nth-child(2) {
    flex: 5;
}

.box-top-100 .box-table .body .item .data:nth-child(3), .box-top-100 .box-table .body .item .data:nth-child(4) {
    text-align: left;
}

.box-top-100 .box-table .company {
    /* Giống .logo_name_cp private100 */
    display: flex;
    align-items: flex-start;
    gap: 12px;
    text-decoration: none;
    width: 100%;
    box-sizing: border-box;
}

.box-top-100 .box-table .company .logo {
    /* Giống .logo_cp: khung 40x40 cố định */
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    overflow: hidden;
}

.box-top-100 .box-table .company .logo img,
.box-top-100 .box-table .company > img {
    /* Footer.razor: img { width: auto !important; height: auto } — phải !important để giữ khung */
    width: 40px !important;
    height: 40px !important;
    max-width: 40px !important;
    object-fit: contain !important;
    object-position: center;
    display: block;
}

.box-top-100 .box-table .company .info {
    /* Giống .name_note_cp */
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1 1 auto;
    min-width: 0;
    padding-left: 0;
    text-align: left;
}

.box-top-100 .box-table .company .info .name {
    margin: 0;
    color: #000046;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 18px;
}

.box-top-100 .box-table .company .info .nn {
    color: #5e566a;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
}

.text-orange {
    color: #f94e41;
}

.font-extrabold {
    font-weight: 800;
}

.is-mob {
    display: none;
}

/* Desktop: nút expand chỉ là wrapper số, không hiện icon / không bắt click */
.box-top-100 .box-table .btn-expand {
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    cursor: default;
    pointer-events: none;
}

.box-top-100 .box-table .btn-expand::after {
    display: none;
}

@media (max-width: 1440px) {
    .box-top-100 .box-table .head .title:nth-child(5), .box-top-100 .box-table .head .title:nth-child(6), .box-top-100 .box-table .body .item .data:nth-child(5), .box-top-100 .box-table .body .item .data:nth-child(6) {
        display: none;
    }

    .box-top-100 .box-table .body .item .data:nth-child(2), .box-top-100 .box-table .head > div:nth-child(2):nth-child(2) {
        flex: 3;
    }

    .box-top-100 .box-table .head .title {
        padding: 10px 4px;
    }

    .box-top-100 .box-table .body .item .data {
        padding: 13px 4px;
    }
}

@media (max-width: 1200px) {
    .banner-private-100,
    .bannertop200 {
        height: auto;
    }

    .box-top-100 {
        padding: 40px 15px;
    }

    .box-table {
        width: 100%;
        overflow: auto;
    }

    .box-table .table {
        min-width: 1100px;
    }
}

@media (max-width: 767px) {
    .is-mob {
        display: block;
    }

    .is-pc {
        display: none;
    }

    .note-header.note-header-mobile {
        padding: 0px 0px 20px 0px;
    }
    
    .note-header div {
        margin-top: 0;
    }

    .box-slogan {
        padding: 20px 15px;
    }

    .box-top-100 {
        padding: 20px 12px;
    }

    .box-top-100 .box-header {
        margin-bottom: 16px;
    }

    .box-top-100 .box-header p {
        font-size: 14px;
        line-height: 20px;
    }

    .box-top-100 .title {
        margin-bottom: 12px;
        font-size: 18px;
    }

    .box-top-100 .filter {
        gap: 8px;
        margin-bottom: 16px;
    }

    .box-top-100 .filter select {
        min-width: auto;
        padding: 10px 38px 10px 12px;
    }

    .box-top-100 .box-table .table {
        min-width: 100%;
    }

    .box-top-100 .box-table .company {
        align-items: center; /* MB giống private100 .logo_name_cp */
        gap: 12px;
    }

    .box-top-100 .box-table .company .logo {
        width: 36px;
        height: 36px;
        flex: 0 0 36px;
    }

    .box-top-100 .box-table .company .logo img,
    .box-top-100 .box-table .company > img {
        width: 36px !important;
        height: 36px !important;
        max-width: 36px !important;
        object-fit: contain !important;
    }

    .box-top-100 .box-table .company .info {
        padding-top: 0;
    }

    .box-top-100 .box-table .company .info .name {
        font-size: 15px;
        line-height: 20px;
        text-transform: none;
    }

    .box-top-100 .box-table .company .info .nn {
        font-size: 12px;
        line-height: 16px;
    }

    .box-top-100 .box-table .body .item {
        margin-top: 12px;
        align-items: center;
        flex-wrap: wrap;
        position: relative;
    }

    .box-top-100 .box-table .head > .title {
        display: none;
    }

    .box-top-100 .box-table .head > .title:nth-child(2), .box-top-100 .box-table .head > .title:nth-child(8) {
        display: flex;
    }

    .box-top-100 .box-table .body .item .data {
        display: none;
    }

    .box-top-100 .box-table .body .item .data:nth-child(2), .box-top-100 .box-table .body .item .data:nth-child(8) {
        display: block;
    }

    .box-top-100 .box-table .body .item .data:nth-child(8) {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .box-top-100 .box-table .body .item .data {
        padding: 16px 11px;
    }

    .box-top-100 .box-table .head .title {
        padding: 12px 11px;
    }

    .box-top-100 .box-table .body .item .data:nth-child(2), .box-top-100 .box-table .head > div:nth-child(2):nth-child(2) {
        flex: 2;
    }

    /* Số + icon cùng hàng, căn giữa — bấm cả số để expand */
    .box-top-100 .box-table .btn-expand {
        position: static;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        width: auto;
        height: auto;
        min-height: 24px;
        padding: 4px 0;
        background: none;
        pointer-events: auto;
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
    }

    .box-top-100 .box-table .btn-expand::after {
        content: "";
        display: block;
        width: 12px;
        height: 12px;
        flex: 0 0 12px;
        background: url("https://cafefnew.mediacdn.vn/Images/ExchangeRate/icon_show_box.svg") no-repeat 0 0/contain;
    }

    .box-top-100 .box-table .btn-expand.active::after {
        background: url("https://cafefnew.mediacdn.vn/images/CafefLists/img_Close_Sub.svg") no-repeat 0 0/contain;
    }

    .box-top-100 .box-table .change {
        padding-right: 0;
    }

    .box-top-100 .box-table .box-expand {
        width: 100%;
        padding: 0 0 16px 12px;
        overflow: auto;
        display: none;
        -webkit-overflow-scrolling: touch;
    }

    .box-top-100 .box-table .box-expand .list-data {
        display: flex;
        gap: 8px;
        width: max-content;
        min-width: 100%;
        padding-right: 12px;
        box-sizing: border-box;
    }

    .box-top-100 .box-table .box-expand .list-data li {
        min-width: 132px;
        border: 1px solid #EAEEF3;
        padding: 12px;
        box-sizing: border-box;
        background: #fff;
    }

    .box-top-100 .box-table .box-expand .list-data h5 {
        padding-bottom: 12px;
        margin-bottom: 8px;
        border-bottom: 1px solid #EAEEF3;
        font-weight: 400;
        font-size: 13px;
        line-height: 16px;
        color: #5E566A;
    }

    .box-top-100 .box-table .box-expand .list-data p {
        font-weight: 600;
        font-size: 14px;
        line-height: 24px;
        color: #000046;
        margin: 0;
    }

    .box-top-100 .box-table .box-expand .list-data p.text-orange {
        color: #f94e41;
    }

    .footer {
        background: #161616;
        padding: 40px;
        text-align: center;
        color: #616161;
    }

    .footer .logo {
        width: 157px;
        display: block;
        margin: 0 auto 4px;
    }

    .footer .logo-vcc {
        width: 100px;
        display: block;
        margin: 0 auto 8px;
    }

    .footer .contact {
        padding: 12px 0;
        margin: 12px 0;
        border-top: 1px solid #353535;
        border-bottom: 1px solid #353535;
        font-size: 13px;
        line-height: 16px;
        letter-spacing: 0.2px;
    }

    .footer h4 {
        margin-bottom: 4px;
        font-weight: 600;
        font-size: 15px;
        line-height: 20px;
        color: #C7C7C7;
    }

    .footer .info {
        color: #616161;
        font-size: 11px;
        line-height: 16px;
    }

    .footer .copyright {
        margin-bottom: 8px;
        font-weight: 600;
        font-size: 15px;
        line-height: 20px;
        color: #C7C7C7;
    }

    .footer .gp {
        font-size: 13px;
        line-height: 16px;
        color: #616161;
    }
}

