/* === 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: 0px 0px 40px 0px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.note-header div {
    width: 1170px;
    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);
    }

.box-navbar {
    background: #f94e41;
    display: flex;
    align-items: center;
    padding: 14px 255px;
    position: sticky;
    width: 100%;
}

    .box-navbar .logo {
        display: block;
        width: 260px;
    }

    .box-navbar .menu {
        margin-left: auto;
        display: flex;
    }

        .box-navbar .menu > * + * {
            margin-left: 15px;
            padding-left: 15px;
        }

            .box-navbar .menu > * + *::before {
                content: "";
                background: rgba(255, 255, 255, 0.2);
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
                width: 1px;
                height: 16px;
            }

        .box-navbar .menu li {
            position: relative;
        }

        .box-navbar .menu a {
            display: flex;
            align-items: center;
            gap: 8px;
            color: #fff;
            font-size: 13px;
            font-weight: 700;
            line-height: 100%;
        }

    .box-navbar .btn-expand {
        width: 20px;
        height: 20px;
        margin-left: 40px;
    }

.box-top-100 {
    padding: 40px 60px;
    background: linear-gradient(180deg, #ffffff 0%, #f0f5fb 100%);
}

    .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 {
        display: flex;
        align-items: center;
    }

    .box-top-100 .box-table .company img {
        width: 40px;
        height: 40px;
        object-fit: cover;
    }

    .box-top-100 .box-table .company .info {
        width: calc(100% - 40px);
        padding-left: 12px;
        text-align: left;
    }

    .box-top-100 .box-table .company .info .name {
        margin-bottom: 4px;
        color: #000046;
        font-weight: 700;
        font-size: 14px;
        text-transform: uppercase;
        line-height: 18px;
    }

    .box-top-100 .box-table .company .info .nn {
        color: #5e566a;
        font-size: 13px;
        line-height: 18px;
    }

.text-orange {
    color: #f94e41;
}

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

.is-mob {
    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) {
@import url("/css/cafeflists/home-live.css");

.banner-private-100,
.bannertop200 {
        height: auto;
    }

    .box-navbar {
        padding: 14px 15px;
    }

    .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;
    }

    .box-navbar {
        justify-content: space-between;
    }

    .box-navbar .menu {
        display: none;
    }

    .box-navbar .logo {
        width: 200px;
    }

    .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 img {
        width: 36px;
        height: 36px;
    }

        .box-top-100 .box-table .body .item {
            margin-top: 12px;
            align-items: flex-start;
            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(7) {
            color: #f94e41;
            font-weight: 800;
            margin-right: 28px;
        }*/
    .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;
    }

        .box-top-100 .box-table .btn-expand {
            width: 12px;
            height: 12px;
            background: url("https://cafefnew.mediacdn.vn/Images/ExchangeRate/icon_show_box.svg") no-repeat 0 0/contain;
            position: absolute;
            right: 12px;
            top: 22px;
        }

            .box-top-100 .box-table .btn-expand.active {
                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: 28px;
    }

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

    .box-top-100 .box-table .box-expand .list-data {
        display: flex;
        gap: 8px;
    }

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

    .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;
    }

    .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;
    }
}

