body {
    background: #000;
    overflow-x: hidden;
}

    body::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px #000;
        background-color: #000;
    }

    body::-webkit-scrollbar {
        width: 15px;
        background-color: #000;
        
    }

    body::-webkit-scrollbar-thumb {
        background-color: #d8efa3;
        border: 1px solid #000;
        cursor: pointer;
    }

.scroll-prize::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(110, 107, 107, 0.3);
    background-color: #000;
}

.scroll-prize::-webkit-scrollbar {
    width: 5px;
    background-color: #000;
    cursor: pointer;
}

.scroll-prize::-webkit-scrollbar-thumb {
    background-color: rgba(110, 107, 107, 0.3);
    border: 0px solid rgba(110, 107, 107, 0.3);
    cursor: pointer;
}

.app {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    background-image: url('../images/bg-top.png');
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    width: 100vw;
    background-position: center center;
}

.app-content {
    flex: 1;
}

.app-section {
    margin-top: 20px;
}

.logo-top {
    /*   width: 130px;*/
    height: 130px;
    /*   height: 131px;*/
    flex-shrink: 0;
    mix-blend-mode: lighten;
}

#header-scroll.bg-scroll {
    background-color: #070707;
    padding: 0;
}

.-item-custom {
    color: #fff;
    font-family: Afacad;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 25px */
}

    .-item-custom:hover {
        color: var(--text-active) !important;
    }

.series-tag {
    background: #c71717;
    width: 64px;
    height: 22px;
    flex-shrink: 0;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.series-tour {
    color: #fff;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 117%;
    letter-spacing: 0.4px;
}

.main-news-title {
    color: #fff;
    font-style: normal;
    font-weight: 700;
    line-height: 117%;
    letter-spacing: 0.4px;
}

.series-desc {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 14px;
    font-style: normal !important;
    font-weight: 500;
    line-height: 160%; /* 28.8px */
    letter-spacing: 0.18px;
    font-style: unset !important;
}

.max-2-line {
    line-height: 1.6rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 3.2rem;
}

.max-4-line {
    line-height: 1.6rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    max-height: 6.4rem;
}

.max-6-line {
    line-height: 1.6rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    max-height: 9.6rem;
}

.series-detail {
    color: #afafaf;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 16px */
}


.series-tour-item {
    padding: 30px 10px;
    border: 1px solid #2d2d2d;
    margin-top: 5px;
    border-radius: 7px;
}

    .series-tour-item:hover {
        background-color: rgba(27, 26, 24, 0.5);
        transition: all 0.5s;
        transform: scale(1.001);
    }

.series-tour-img {
    width: 70px;
    height: 70px;
    border: none;
    outline: none;
    overflow: hidden;
    border-radius: 50%;
}

    .series-tour-img img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }



.series-tag-no-bg {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 16px */
}

.series-tour-name {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 30px */
}

.content-item {
    padding: 7px;
}

    .content-item a:hover .content-img {
        scale: 1.1;
        transition: all 3s;
    }

.content-img-box {
    width: 100%;
    padding-top: 56.25%; /* Tỷ lệ 16:9 = 9/16 * 100% = 56.25% */
    border-radius: 10px;
    outline: none;
    overflow: hidden;
    position: relative;
    background-color: transparent;
    border: 1px solid var(--base-color);
}

.content-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.content-item {
    padding: 7px;
}

    .content-item a:hover .content-img {
        scale: 1.1;
        transition: all 3s;
    }

.previous-res-item {
    padding: 5px 7px;
}

    .previous-res-item > a {
        border-radius: 10px;
        background-color: #1b1a18;
    }

    .previous-res-item a:hover .previous-res-img {
        scale: 1.1;
        transition: all 2s;
    }

.previous-res-img-box {
    width: 100%;
    padding-top: 56.25%; /* Tỷ lệ 6:5 = 5/6 * 100% = 83.333%  ----> 16:9 ---> 56.25%*/
    outline: none;
    overflow: hidden;
    position: relative;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.previous-res-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.previous-content-box {
    padding: 10px 15px;
    position: relative;
}

.previous-res-tag {
    position: absolute;
    padding: 4px 7px;
    border-radius: 4px;
    background-color: #997b04;
    z-index: 2;
    top: -18px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%; /* 22.5px */
}

.content-title {
    margin-top: 10px;
    color: var(--color-text, #d1d1d1);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    width: 100%;
    height: 60px;
}

/*.previous-res-item .content-title {
    line-height: 1.6rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 4.8rem;
}*/

.content-sub-desc {
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    line-height: 128%; /* 23.04px */
    height: 40px;
}

.table.crp-table {
    --bs-table-bg: #1b1a18;
    --bs-table-border-color: #453b17;
    border-color: var(--bs-table-border-color);
    background-color: #1b1a18 !important;
}

.table.crp-table2 {
    --bs-table-bg: #34322e;
    --bs-table-border-color: #656262;
    border-color: var(--bs-table-border-color);
}

    .table.crp-table2 tbody tr td,
    .table.crp-table2 tbody tr th {
        background-color: #41403f !important;
        text-align: center;
    }

    .table.crp-table thead tr th,
    .table.crp-table2 thead tr th {
        color: #d4c99c;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        padding: 15px 10px;
        text-align: left;
    }

.table.crp-table tbody tr td {
    color: #f8f8f8;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 25px */
    padding: 15px 10px;
}

    .table.crp-table tbody tr td.sub-td {
        color: #d1d1d1;
    }

.main-td {
    color: #f8f8f8 !important;
}

.table.crp-table2 tbody tr .sub-td-mec {
    color: #f8f8f8 !important;
    font-size: 12px;
    text-align: left;
}

.table.crp-table2 tbody tr .td-break {
    background-color: #18181b !important;
}

.table-detail-row {
    color: var(--Base, #d4c482);
    font-weight: bolder;
}

    .table-detail-row:hover {
        color: #e0d4a3;
    }

.table-hover tbody tr td,
.table-hover tbody tr th {
    background-color: #22211e;
}

.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
    background-color: #34322e;
    transition: all 0.3s;
}

.subcribe-contact {
    padding: 50px 60px;
    background-color: #1b1a18;
}

.subcribe-des {
    color: rgba(248, 248, 248, 0.7);
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%; /* 25px */
}

#enter-your-email {
    color: rgba(248, 248, 248, 0.7);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    padding: 10px 10px;
    background-color: transparent;
    outline: none;
    border: none;
    overflow: hidden;
    border-bottom: 1px solid #d4c482;
}

.crb-button {
    width: 150px;
    height: 50px;
    border: 1px solid #d4c99c;
    color: #d4c99c;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    background-color: transparent;
}

    .crb-button:hover {
        color: white;
        border: 1px solid white;
        background-color: var(--base-color);
        transition: all 0.3s;
    }

.crb-news {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.crb-news-img-box {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    border: 1px solid var(--base-color);
}

    .crb-news-img-box:hover .crb-news-img {
        scale: 1.05;
        transition: all 3s;
    }

.crb-news-img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
}

.crb-news-content {
    margin: 20px 0;
    width: 100%;
}

.status-data {
    font-weight: bold;
}

.overview-text-side {
    color: var(--base-color) !important;
    font-family: 'Akira Expanded', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 20px */
    text-transform: uppercase;
}

.overview-time-stack-left {
    color: var(--color-text, #d1d1d1);
    font-family: Afacad;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 18px */
    text-transform: uppercase;
}

.overview-text-bold {
    color: #fff;
    font-family: Afacad;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 36px */
}

.overview-text-normal {
    color: var(--text, #758086);
    font-family: Afacad;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 28px */
}

.poker-cup-box {
    border-radius: 15px;
    border: 1px solid #252525;
    padding-top: 55px;
    position: relative;
}

.poker-entries {
    margin: 15px auto;
    width: 90%;
    border-top: 1px solid #252525;
    padding-top: 12px;
}

.poker-cup-img {
    width: 141px;
    height: 141px;
    position: absolute;
    top: -40%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.crb-tab-item,
.crb-tab-time {
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    cursor: pointer;
    padding-bottom: 6px;
    position: relative;
    overflow: hidden;
}

.crb-tab-time {
    text-transform: unset;
}

    .crb-tab-time::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: -30%;
        width: 100%;
        height: 2px;
        background-color: var(--text-active);
        transition: left 0.3s ease;
    }

.crb-tab-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background-color: var(--text-active);
    transition: left 0.3s ease;
}

.crb-tab-item2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -100%;
    width: 100%;
    height: 4px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    background-color: var(--text-active);
    transition: left 0.3s ease;
    display:flex;
    align-items:center;
    justify-content:center;
}

.crb-tab-item:hover {
    color: var(--text-active);
}

.crb-tab-item.crb-tab-active::after {
    left: 0;
}

.crb-tab-item:hover::after {
    left: 0;
}

.crb-tab-item.crb-tab-active {
    color: var(--text-active);
}

.hideme {

    -webkit-transition: width 1000ms ease-in, opacity 1s ease-out;
    -moz-transition: width 1000ms ease-in, opacity 1s ease-out;
    -o-transition: width 1000ms ease-in, opacity 1s ease-out;
    transition: width 1000ms ease-in, opacity 1s ease-out;
}

.hideme.active {
    opacity: 1;
    width: 100%;
}

.line-left-y {
    width: 4px;
    height: 100px;
    border: 1px solid white;
    border-radius: 2px;
    background-color: transparent;
}

.crb-timeline-month-day {
    color: white;
    font-weight: bold;
    font-size: 20px;
}

.crb-timeline-date-week {
    color: #d1d1d1;
    font-size: 14px;
}

.line-right-x {
    height: 2px;
    background: rgba(212, 201, 156, 0.5);
    width: calc(100% - 110px);
}

.krw-box {
    background-color: var(--text-active);
    color: black;
    font-weight: bold;
    padding: 2px 5px;
    border-radius: 4px;
    font-size: 16px;
}

.schedule-box {
    margin-top: 10px;
    padding: 10px 7px;
    border-radius: 15px;
    border: 1px solid #5a5a5a;
    cursor: pointer;
}

    .schedule-box:hover {
        background-color: #34322e;
        transition: all 0.3s;
    }

.table.table-hover.tbl-no-bg {
    --bs-table-border-color: transparent;
    --bs-table-bg: transparent;
}

.table.table-hover.tbl-no-bg {
    border-collapse: separate !important;
    border-spacing: 0px;
}

    .table.table-hover.tbl-no-bg tbody tr td,
    .table.table-hover.tbl-no-bg tbody tr th {
        background-color: transparent !important;
        border-collapse: separate !important;
    }

.table > tbody {
    vertical-align: middle !important;
}

.border-schedule {
    /* box-shadow: 0 0 0 1px #5a5a5a;
   border-radius: 15px; */
    background-color: transparent;
}

    .border-schedule:hover {
        background-color: #34322e;
        transition: all 0.3s;
        border-radius: 15px;
    }

    .border-schedule tr td {
        padding: 10px 10px;
    }

.separator {
    height: 10px;
}

.locationHover {
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 5px;
    text-align: center;
}

    .locationHover:hover {
        background-color: #d4c482;
        transition: all 0.3s
    }
