@charset "UTF-8";
#lightBox,
*,
.splide__container,
.splide__slide,
:after,
:before {
    -webkit-box-sizing: border-box;
}
.btn,
sub,
sup {
    position: relative;
}
progress,
sub,
sup {
    vertical-align: baseline;
}
*,
:after,
:before {
    box-sizing: border-box;
    border: 0 solid #e5e7eb;
}
html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variation-settings: normal;
}
body {
    margin: 0;
    line-height: inherit;
}
hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
}
abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}
a {
    color: inherit;
    text-decoration: inherit;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
pre,
samp {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    -webkit-font-feature-settings: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none;
}
:-moz-focusring {
    outline: auto;
}
:-moz-ui-invalid {
    box-shadow: none;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
summary {
    display: list-item;
}
blockquote,
dd,
dl,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
    margin: 0;
}
dialog,
fieldset,
legend {
    padding: 0;
}
menu,
ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #9ca3af;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    opacity: 1;
    color: #9ca3af;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1;
    color: #9ca3af;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    opacity: 1;
    color: #9ca3af;
}
input::placeholder,
textarea::placeholder {
    opacity: 1;
    color: #9ca3af;
}
[role="button"],
button {
    cursor: pointer;
}
:disabled {
    cursor: default;
}
audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
    display: block;
    vertical-align: middle;
}
img,
video {
    max-width: 100%;
    height: auto;
}
[hidden] {
    display: none;
}
.prose {
    color: var(--prose-body);
    max-width: 65ch;
}
.prose :where(p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--prose-lead);
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--prose-links);
    text-decoration: underline;
    font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--prose-bold);
    font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"], [class~="not-prose"] *)),
.prose :where(blockquote strong):not(:where([class~="not-prose"], [class~="not-prose"] *)),
.prose :where(thead th strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    list-style-type: decimal;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-left: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    list-style-type: lower-alpha;
}
.prose :where(ol[type="As"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    list-style-type: upper-alpha;
}
.prose :where(ol[type="as"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    list-style-type: lower-roman;
}
.prose :where(ol[type="Is"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    list-style-type: upper-roman;
}
.prose :where(ol[type="is"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    list-style-type: disc;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-left: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *))::marker {
    font-weight: 400;
    color: var(--prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *))::marker {
    color: var(--prose-bullets);
}
.prose :where(dt):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--prose-headings);
    font-weight: 600;
    margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    border-color: var(--prose-hr);
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    font-weight: 500;
    font-style: italic;
    color: var(--prose-quotes);
    border-left-width: 0.25rem;
    border-left-color: var(--prose-quote-borders);
    quotes: "“" "”" "‘" "’";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"], [class~="not-prose"] *)):before {
    content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"], [class~="not-prose"] *)):after {
    content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--prose-headings);
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    font-weight: 900;
    color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--prose-headings);
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    font-weight: 800;
    color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--prose-headings);
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    font-weight: 700;
    color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--prose-headings);
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    font-weight: 700;
    color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
}
.prose :where(picture):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    display: block;
    margin-top: 2em;
    margin-bottom: 2em;
}
.prose :where(kbd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    font-weight: 500;
    font-family: inherit;
    color: var(--prose-kbd);
    -webkit-box-shadow: 0 0 0 1px rgb(var(--prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--prose-kbd-shadows) / 10%);
    box-shadow: 0 0 0 1px rgb(var(--prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--prose-kbd-shadows) / 10%);
    font-size: 0.875em;
    border-radius: 0.3125rem;
    padding: 0.1875em 0.375em;
}
.prose :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--prose-code);
    font-weight: 600;
    font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)):after,
.prose :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)):before {
    content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"], [class~="not-prose"] *)),
.prose :where(h1 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: inherit;
    font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: inherit;
    font-size: 0.9em;
}
.prose :where(blockquote code):not(:where([class~="not-prose"], [class~="not-prose"] *)),
.prose :where(h4 code):not(:where([class~="not-prose"], [class~="not-prose"] *)),
.prose :where(thead th code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--prose-pre-code);
    background-color: var(--prose-pre-bg);
    overflow-x: auto;
    font-weight: 400;
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 0.375rem;
    padding: 0.8571429em 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"], [class~="not-prose"] *)):after,
.prose :where(pre code):not(:where([class~="not-prose"], [class~="not-prose"] *)):before {
    content: none;
}
.prose :where(table):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    width: 100%;
    table-layout: auto;
    text-align: left;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--prose-headings);
    font-weight: 600;
    vertical-align: bottom;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    border-top-width: 1px;
    border-top-color: var(--prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    vertical-align: top;
}
.prose :where(figure > *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--prose-captions);
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
}
.prose {
    --prose-body: #374151;
    --prose-headings: #111827;
    --prose-lead: #4b5563;
    --prose-links: #111827;
    --prose-bold: #111827;
    --prose-counters: #6b7280;
    --prose-bullets: #d1d5db;
    --prose-hr: #e5e7eb;
    --prose-quotes: #111827;
    --prose-quote-borders: #e5e7eb;
    --prose-captions: #6b7280;
    --prose-kbd: #111827;
    --prose-kbd-shadows: 17 24 39;
    --prose-code: #111827;
    --prose-pre-code: #e5e7eb;
    --prose-pre-bg: #1f2937;
    --prose-th-borders: #d1d5db;
    --prose-td-borders: #e5e7eb;
    --prose-invert-body: #d1d5db;
    --prose-invert-headings: #fff;
    --prose-invert-lead: #9ca3af;
    --prose-invert-links: #fff;
    --prose-invert-bold: #fff;
    --prose-invert-counters: #9ca3af;
    --prose-invert-bullets: #4b5563;
    --prose-invert-hr: #374151;
    --prose-invert-quotes: #f3f4f6;
    --prose-invert-quote-borders: #374151;
    --prose-invert-captions: #9ca3af;
    --prose-invert-kbd: #fff;
    --prose-invert-kbd-shadows: 255 255 255;
    --prose-invert-code: #fff;
    --prose-invert-pre-code: #d1d5db;
    --prose-invert-pre-bg: rgba(0, 0, 0, 0.5);
    --prose-invert-th-borders: #4b5563;
    --prose-invert-td-borders: #374151;
    font-size: 1rem;
    line-height: 1.75;
}
.prose :where(picture > img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
}
.prose :where(video):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
}
.prose :where(li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *)),
.prose :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-left: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}
.prose :where(.prose > ol > li > :first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)),
.prose :where(.prose > ul > li > :first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.25em;
}
.prose :where(.prose > ol > li > :last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)),
.prose :where(.prose > ul > li > :last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}
.prose :where(dl):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 0.5em;
    padding-left: 1.625em;
}
.prose :where(h2 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)),
.prose :where(h3 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)),
.prose :where(h4 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)),
.prose :where(hr + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-left: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-right: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-left: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-right: 0;
}
.container,
.container--fluid {
    padding: 0 15px;
}
.prose :where(figure):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-bottom: 0;
}
:root {
    --primary-color: #502e15;
    --text-color: #985d33;
}
.container {
    max-width: 1342px;
}
.container--fluid,
.section {
    max-width: 2560px;
    margin: 0 auto;
}
.section {
    padding-top: 40px;
    padding-bottom: 40px;
}
@media (max-width: 767.98px) {
    .section {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
@-webkit-keyframes rotate-animation {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotate-animation {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes move {
    0% {
        -webkit-mask-position: 150% 0;
        mask-position: 150% 0;
    }
    100% {
        -webkit-mask-position: 0 0;
        mask-position: 0 0;
    }
}
@keyframes move {
    0% {
        -webkit-mask-position: 150% 0;
        mask-position: 150% 0;
    }
    100% {
        -webkit-mask-position: 0 0;
        mask-position: 0 0;
    }
}
.lightSweep {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0);
    overflow: hidden;
    -webkit-filter: brightness(1.5);
    filter: brightness(1.5);
    -webkit-mask-size: 300% 200%;
    mask-size: 300% 200%;
    -webkit-mask-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0) 40%, #fff 50%, rgba(255, 255, 255, 0) 60%);
    mask-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0) 40%, #fff 50%, rgba(255, 255, 255, 0) 60%);
    transition: -webkit-mask-position;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-duration: 3s;
    transition-duration: 3s;
    -webkit-animation: move 2s ease-out infinite;
    animation: move 2s ease-out infinite;
}
.section-banner {
    position: relative;
    height: 880px;
    overflow: hidden;
}

.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.section-banner {
    height: 880px;
    width: auto;
    background-size: cover;
    background-position: center;
    padding-bottom: 0;
}
#fade,
#lightBox iframe {
    width: 100%;
    height: 100%;
}
.section-banner .banner-mb {
    display: none;
}
@media (max-width: 767.98px) {
    .section-banner .banner-mb {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        bottom: 0;
    }
    .section-banner .banner-mb .button-link {
        position: relative;
        border-left: 1px solid #000;
    }
    .section-banner .banner-mb .button-link span,
    .section-banner .banner-mb .button-link span::before {
        position: absolute;
        -webkit-text-stroke: 1px linear-gradient(to top, #730001, #441404);
        color: transparent;
    }
    .section-banner .banner-mb .button-link span {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 24px;
        font-family: Roboto-Bold;
        text-transform: uppercase;
        background: -webkit-gradient(linear, left bottom, left top, from(#db8526), color-stop(#ffffa5), to(#db8526));
        background: linear-gradient(to top, #db8526, #ffffa5, #db8526);
        -webkit-background-clip: text;
        background-clip: text;
        text-shadow: 0 5px 8px rgba(0, 0, 0, 0.75);
        font-weight: 700;
    }
    .section-banner .banner-mb .button-link span::before {
        content: attr(data-text);
        top: 0;
        left: 0;
        z-index: -1;
    }
    .banner {
        display: none;
    }
}
.banner {
    position: relative;
    height: 100%;
}
.banner-inner {
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
}
.banner-box {
    background-image: url(../images/bg_box.webp);
    transform: translateY(6px);

    max-width: 600px;  /* Giảm chiều rộng, bạn có thể điều chỉnh 600px, 700px... */
    width: 100%;       /* Đảm bảo co giãn trên thiết bị nhỏ */
    margin: 0 auto;    /* Căn giữa khối */
    background-repeat: no-repeat;
    background-position: center;
    height: 350px;

}

.banner-box__download {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    flex-wrap: wrap;
    text-align: center;

    background-color: #f0f0f04a; /* Nền xám */
    padding: 20px;             /* Khoảng cách bên trong */
    border-radius: 10px;       /* Bo góc nếu muốn */
    box-shadow: 0 2px 10px rgba(0,0,0,0.1); /* Bóng nhẹ */
}


/* Nhóm nút bên phải: xếp dọc */
.button-stack {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.banner-box__download--button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateX(-17px);
    -ms-transform: translateX(-17px);
    transform: translateX(-17px);
    z-index: -1;
}
.banner-box__download--button .button-link {
    position: relative;
    border-left: 1px solid #000;
}
.banner-box__download--button .button-link span {
    position: absolute;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 24px;
    font-family: Roboto-Bold;
    text-transform: uppercase;
    background: -webkit-gradient(linear, left bottom, left top, from(#ffdc1c), to(#fdf6cf));
    background: linear-gradient(to top, #ffdc1c, #fdf6cf);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-stroke: 1px linear-gradient(to top, #730001, #441404);
    font-weight: 700;
}
.banner-box__download .button-link:hover {
    opacity: 0.8;
}
.banner-video {
    position: absolute;
    top: 150px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.banner-video svg {
    color: #eec158;
}
.banner-video__play {
    position: relative;
}
#fade,
#lightBox {
    position: fixed;
    display: none;
}
#fade {
    top: 0;
    left: 0;
    background-color: #000;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
#lightBox {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 800px;
    max-height: 80%;
    background: #fff;
    z-index: 1002;
    overflow: hidden;
    box-sizing: border-box;
}
#lightBox iframe {
    aspect-ratio: 16/9;
    max-height: 100%;
}
@media screen and (max-width: 768px) {
    .section-banner {
        background-image: url(../images/banner-mb.webp);
        position: relative;
    }
    .section-banner .banner-video {
        position: absolute;
        top: 80px;
        left: 40%;
    }
    .section-banner .banner-video img {
        width: 50px;
    }
}
@media screen and (max-width: 500px) {
    .section-banner {
        height: 692px;
    }
    .section-banner .banner-inner {
        right: auto;
        left: 15px;
        bottom: -20px;
    }
    .section-banner .banner-box {
        background-image: none;
        padding: 0;
    }
    .section-banner .banner-box__button img {
        width: 200px;
    }
}
.banner-child-page .section-banner {
    
}
.banner-child-page .banner-inner {
    display: none;
}
@media (max-width: 767.98px) {
    .banner-child-page .banner-inner {
        right: auto;
        left: 0;
        bottom: -20px;
        width: 100%;
    }
    .banner-child-page .banner-box__download {
        display: none;
    }
    .banner-child-page .banner-box__button {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 10px;
        width: 100%;
    }
}
.drawer,
.footer-content {
    display: -webkit-flex;
    display: -ms-flexbox;
}
.drawer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    display: -webkit-box;
    display: flex;
    z-index: 9;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: translateX(200%);
    -ms-transform: translateX(200%);
    transform: translateX(200%);
}
.drawer__nav--item {
    padding: 8px;
    text-align: center;
}
.drawer__nav--item:not(:last-child) {
    margin-bottom: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.drawer__nav--item.active {
    font-weight: 800;
    color: #d7bf81;
}
@media screen and (min-width: 769px) {
    .drawer {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
    }
}
.drawer--open {
    pointer-events: all;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.drawer--open .drawer__overlay {
    pointer-events: all;
    -webkit-transform: translateX(-400%);
    -ms-transform: translateX(-400%);
    transform: translateX(-400%);
}
.drawer__inner {
    max-width: 80%;
    width: 100%;
    background: rgba(30, 30, 30, 0.6);
    -webkit-backdrop-filter: blur(5.5px);
    backdrop-filter: blur(5.5px);
    z-index: 10;
    position: relative;
    overflow: auto;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    padding: 20px 20px 0;
    color: #fff;
    left: 20%;
}
.header,
.page-child {
    background-size: 100%;
}
.drawer__overlay {
    z-index: 5;
    -webkit-backdrop-filter: blur(5.5px);
    backdrop-filter: blur(5.5px);
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.footer {
    background-color: #000;
    padding: 50px 0;
}
.footer-content {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}
.footer-content__right .menu-list,
.header-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}
.footer-content__right {
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    max-width: 40%;
    color: #f3f8c9;
}
@media (max-width: 767.98px) {
    .footer-content__right {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
}
.footer-content__right .menu-list {
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 700;
    font-size: 20px;
}
.footer-content__right .text {
    margin: 10px 0;
}
.footer-content__left {
    display: none;
}
@media (max-width: 767.98px) {
    .footer-content__right .menu-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer-content__left {
        display: block;
    }
    .footer-content__left img {
        width: 180px;
    }
}
@media screen and (max-width: 480px) {
    .footer {
        padding-top: 20px;
    }
    .footer-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 15px;
    }
    .footer-content__text {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
}
.container {
    margin: 0 auto;
    height: 100%;
}
.logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.header-mobi {
    display: none;
}
.header {
    background-image: url(../images/bgr-menu.webp);
    background-repeat: no-repeat;
    position: relative;
}
@media (max-width: 767.98px) {
    .header {
        background-image: url(../images/bgr-top-mb.webp);
        height: 100%;
    }
}
.header-nav {
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0 80px;
    height: 95px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-nav-menu,
.header-nav-menu .nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}
@media (max-width: 767.98px) {
    .header-nav {
        background-image: url(../images/bgr-top-mb.webp);
        height: 69px;
    }
}
.header-nav-menu {
    display: flex;
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-nav-menu .nav-link {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: Shoppe21;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-nav-menu .nav-link img {
    margin-right: 10px;
    width: 30px;
    height: 30px;
}
.header .button-log-in {
    position: absolute;
    right: 4%;
    -webkit-transform: translateX(-4%);
    -ms-transform: translateX(-4%);
    transform: translateX(-4%);
    font-size: 16px;
    font-weight: 600;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}
@media screen and (max-width: 1440px) {
    .header .button-log-in {
        position: static;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .header-nav-menu {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .header-nav {
        gap: 0;
    }
}
@media screen and (max-width: 768px) {
    .header-button,
    .header-nav-menu {
        display: none;
    }
    .header-nav {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .header-nav__button {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 15px;
    }
    .header-nav__button--register img {
        height: 45px;
    }
    .header-nav .logo {
        position: absolute;
        left: 50%;
        -webkit-transform: translatex(-50%);
        -ms-transform: translatex(-50%);
        transform: translatex(-50%);
    }
    .header-nav .logo img {
        width: 120px;
        height: 70px;
    }
    .header-mobi {
        display: block;
    }
    .header-pc {
        display: none;
    }
}
.page-child .child-header,
.page-child__main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}
@media screen and (max-width: 600px) {
    .header-nav .logo {
        left: 15px;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
@media screen and (max-width: 375px) {
    .header-nav .logo img {
        width: 140px;
    }
    .header-nav__button--register img {
        height: 40px;
    }
}
.pagination-wrapper {
    text-align: center;
    margin-top: 30px;
}

.pagination {
    display: inline-flex;
    list-style: none;
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
    background: #f1f1f1;
}

.pagination li {
    margin: 0;
}

.pagination li a,
.pagination li span {
    display: block;
    padding: 10px 16px;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
    border-right: 1px solid #ddd;
    background-color: white;
}

.pagination li:last-child a,
.pagination li:last-child span {
    border-right: none;
}

.pagination li a:hover {
    background-color: #007BFF;
    color: white;
}

.pagination li.active span {
    background-color: #007BFF;
    color: white;
    font-weight: bold;
}

.page-child {
    background-image: url(../images/bgr-page-child.webp);
    background-repeat: no-repeat;
    width: 100%;
}
.page-child .child-header {
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
}
.page-child .child-header h2 {
    font-size: 36px;
    font-family: Roboto-Bold;
    font-weight: 700;
    text-transform: uppercase;
    color: #502e15;
    width: 100%;
    text-align: center;
    padding: 10px 20px;
}
@media (max-width: 767.98px) {
    .page-child {
        background: 0 0;
    }
    .page-child .child-header {
        display: none;
    }
    .page-child .child-header h2 {
        padding: 10px;
        font-size: 24px;
    }
}
.page-child__main {
    max-width: 1542px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
}
.page-child__main--left {
    width: 20%;
    -webkit-transform: translateY(-110px);
    -ms-transform: translateY(-110px);
    transform: translateY(-110px);
}
.page-child__main--left a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.page-child__main--left .button-link {
    position: relative;
    border-left: 1px solid #000;
}
.page-child__main--left .button-link img {
    width: 100%;
}
.page-child__main--right {
    width: 100%;
    background: #fdf1db;
    border: 1px solid #b4856a;
}
.page-child__main--right .child-title {
    color: #353434;
    text-align: center;
    padding: 30px 0;
    margin: 0 30px;
    border-bottom: 1px dashed #b4856a;
}
.page-child__main--right .child-title h2 {
    font-weight: 700;
    font-family: Roboto-Bold;
    font-size: 24px;
    text-transform: initial;
}
@media (max-width: 767.98px) {
    .page-child__main--left {
        display: none;
    }
    .page-child__main--right {
        min-width: 100%;
    }
    .page-child__main--right .child-title {
        padding: 15px 0;
        margin: 0 15px;
    }
    .page-child__main--right .child-title h2 {
        text-align: left;
    }
}
.page-child__main--right .child-description {
    padding: 30px 0;
    margin: 0 30px;
}
@media (max-width: 767.98px) {
    .page-child__main--right .child-description {
        padding: 15px 0;
        margin: 0 15px;
    }
}
.page-child__main--right .child-description .down-title {
    font-size: 18px;
}
.page-child__main--right .child-description .down-sub__title {
    font-family: Roboto-Bold;
    text-transform: uppercase;
    font-size: 16px;
    margin: 25px 0;
    display: block;
}
@media (max-width: 767.98px) {
    .page-child__main--right .child-description .down-sub__title {
        margin: 15px 0;
    }
}
.page-child__main--right .child-description .down-table {
    text-align: center;
    min-width: 650px;
    margin-left: 8%;
    color: #b4856a;
}
.page-child__main--right .child-description .down-table th {
    background: #b4856a;
    color: #fff;
    font-family: Roboto-Bold;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    padding: 5px 0;
}
.page-child__main--right .child-description .down-table tr:nth-child(2),
.page-child__main--right .child-description .down-table tr:nth-child(4) {
    background: #fff;
}
.page-child__main--right .child-description .down-table tr:nth-child(3),
.page-child__main--right .child-description .down-table tr:nth-child(5) {
    background: #efeded;
}
.page-child__main--right .child-description .down-table td {
    padding: 5px 0;
}
.title h2 {
    font-size: 36px;
    font-family: Roboto-Bold;
    font-weight: 600;
    color: var(--primary-color);
    text-transform: uppercase;
    text-align: center;
    z-index: 2;
}
.box-background {
    background-image: url(../images/bgr-page.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    z-index: 1;
}
.box-background .sect-news .news-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 40px;
}
@media (max-width: 767.98px) {
    .page-child__main--right .child-description .down-table {
        min-width: 100%;
        margin-left: 0;
    }
    .title h2 {
        font-size: 24px;
    }
    .box-background {
        background-image: url(../images/bgr-mobile.webp);
    }
    .box-background .sect-news .news-content {
        padding: 0;
        display: block;
    }
}
.box-background .sect-news .news-content .content-left {
    padding-right: 8px;
}
@media (max-width: 767.98px) {
    .box-background .sect-news .news-content .content-left {
        padding-right: 0;
        padding-bottom: 10px;
    }
}
.box-background .sect-news .news-content .content-right {
    width: 50%;
    padding: 8px;
    border: 1px solid #b4856a;
    background: #fdf1db;
}
@media (max-width: 767.98px) {
    .box-background .sect-news .news-content .content-right {
        width: 100%;
        padding: 10px;
    }
    .box-background .sect-news .news-content .content-right .new-tabs__nav .tab-control {
        text-align: center;
    }
}
.box-background .sect-news .news-content .content-right .new-tabs__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #fff;
}
.box-background .sect-news .news-content .content-right .new-tabs__nav .tab-control {
    line-height: 18px;
    font-family: Roboto-Bold;
    color: #353434;
    text-transform: uppercase;
    padding: 10px 5px;
    font-size: 16px;
    position: relative;
}
.box-background .sect-news .news-content .content-right .new-tabs__nav .tab-control::after {
    content: "";
    position: absolute;
    width: 1px;
    right: 0;
    height: 15px;
    background: #353434;
}
.box-background .sect-news .news-content .content-right .new-tabs__nav .tab-control.active {
    color: #b53640;
    border-bottom: 1px solid #b53640;
}
.box-background .sect-news .news-content .content-right .new-tabs__nav .tab-control.active::after {
    content: "";
    position: absolute;
    width: 1px;
    right: 0;
    height: 15px;
    background: #b53640;
}
.box-background .sect-news .news-content .content-right .new-tabs__nav .tab-control:last-child::after {
    content: "";
    background: 0 0;
}
.box-background .sect-news .news-content .content-right .new-tabs__nav .tab-control:hover {
    cursor: pointer;
}
.box-background .sect-news .news-content .content-right .new-tabs__content .new-archive__posts li .new-archive__post {
    padding: 11px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: Roboto-Regular;
    font-size: 16px;
}
.box-background .sect-news .news-content .content-right .new-tabs__content .new-archive__posts li .new-archive__post--title {
    color: #353434;
}
.box-background .sect-news .news-content .content-right .new-tabs__content .new-archive__posts li .new-archive__post--date {
    color: #686868;
}
.box-background .sect-news .news-content .content-right .new-tabs__content .new-archive__posts li :hover {
    cursor: pointer;
}
.box-background .sect-news .news-badge {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 767.98px) {
    .box-background .sect-news .news-content .content-right .new-tabs__content .new-archive__posts li {
        border-bottom: 1px solid #e5e7eb;
    }
    .box-background .sect-news .news-content .content-right .new-tabs__content .new-archive__posts li .new-archive__post--title {
        width: 70%;
    }
    .box-background .sect-news .news-content .content-right .new-tabs__content .new-archive__posts li .new-archive__post {
        padding: 10px;
    }
    .box-background .sect-news .news-badge {
        display: block;
    }
}
.box-background .sect-news .news-badge .badge-item {
    position: relative;
    width: calc(33.3333% - 30px);
}
.box-background .sect-news .news-badge .badge-item img {
    width: 100%;
}
.box-background .sect-news .news-badge .badge-item__text {
    padding-left: 15px;
}
.box-background .sect-news .news-badge .badge-item__title {
    text-transform: uppercase;
    color: var(--primary-color);
    font-family: Roboto-Bold;
    position: absolute;
    top: 16%;
}
.box-background .sect-news .news-badge .badge-item__des {
    color: var(--text-color);
    font-family: Roboto-Bold;
    position: absolute;
    top: 40%;
}
.box-background .sect-news .news-badge .badge-item__btn {
    color: #fff4e3;
    text-transform: uppercase;
    font-size: 19px;
    position: absolute;
    top: 73%;
    left: 93px;
    font-weight: 600;
}
.box-background .sect-news .news-badge .badge-item:nth-child(2) .badge-item__btn {
    left: 60px;
}
.box-background .sect-news .news-badge .badge-item:nth-child(3) .badge-item__btn {
    left: 64px;
}
.box-background .sect-event__main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px;
    padding-top: 30px;
}
@media (max-width: 767.98px) {
    .box-background .sect-news .news-badge .badge-item {
        width: 100%;
    }
    .box-background .sect-news .news-badge .badge-item__btn {
        top: 74%;
    }
    .box-background .sect-news .news-badge .badge-item:nth-child(2) .badge-item__btn,
    .box-background .sect-news .news-badge .badge-item:nth-child(3) .badge-item__btn {
        top: 75%;
    }
    .box-background .sect-event__main {
        margin: 0;
        display: block;
    }
}
.box-background .sect-event__main .event-item {
    width: calc(33.333% - 30px);
    margin: 15px;
    position: relative;
}
@media (max-width: 767.98px) {
    .box-background .sect-event__main .event-item {
        width: 100%;
        margin: 0 0 20px;
    }
}
.box-background .sect-system__main .system-tabs__nav--1 .tab-control,
.box-background .sect-system__main .system-tabs__nav--2 .tab-control {
    margin-left: -3px;
    margin-right: -2px;
}
.box-background .sect-event__main .event-item img {
    width: 100%;
    height: auto;
}
.box-background .sect-event__main .event-item p {
    text-align: center;
    position: absolute;
    background: #ffedc9;
    color: var(--text-color);
    bottom: 0;
    width: 100%;
    font-family: Roboto-Regular;
    font-weight: 600;
}
.box-background .sect-event__main .event-item::after {
    content: "";
    position: absolute;
    background-image: url(../images/border-event.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 245px;
    top: 0;
}
.box-background .sect-system__main {
    height: 720px;
    position: relative;
}
.box-background .sect-system__main .system-tabs__nav {
    position: absolute;
    bottom: 7%;
}
.box-background .sect-system__main .system-tabs__nav--1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
}
.box-background .sect-system__main .system-tabs__nav--2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.box-background .sect-system__main .system-tabs__nav label:hover {
    cursor: pointer;
}
.box-background .sect-system__main .sect-picker__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 767.98px) {
    .box-background .sect-system__main .system-tabs__nav {
        position: absolute;
        bottom: 9px;
        left: 10%;
    }
    .box-background .sect-system__main .system-tabs__nav--1 {
        -webkit-transform: translateX(25px);
        -ms-transform: translateX(25px);
        transform: translateX(25px);
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
    .box-background .sect-system__main .system-tabs__nav--1 img,
    .box-background .sect-system__main .system-tabs__nav--2 img {
        width: 55px;
    }
    .box-background .sect-system__main .sect-picker__item {
        padding-top: 0;
    }
}
.box-background .sect-system__main .sect-picker__item--content {
    width: 40%;
    -webkit-animation: fadeIn 3s forwards;
    animation: fadeIn 3s forwards;
}
@media (max-width: 767.98px) {
    .box-background .sect-system__main .sect-picker__item--content {
        width: 100%;
    }
}
.box-background .sect-system__main .sect-picker__item--image {
    width: 55%;
    -webkit-animation: fadeIn 3s forwards;
    animation: fadeIn 3s forwards;
}
.box-background .sect-system__main .sect-picker__item--image img:first-child {
    display: block;
    margin-top: 100px;
    padding-left: 85px;
}
.box-background .sect-system__main .sect-picker__item--image img:last-child {
    display: none;
}
.box-background .sect-system__main .sect-picker__item--name {
    color: var(--text-color);
    text-align: left;
    font-family: Roboto-Regular;
    font-weight: 600;
}
.box-background .sect-system__main .sect-picker__item--name .name-person {
    font-family: Thu-Phap-Giao-Long;
    background: -webkit-gradient(linear, left bottom, left top, from(#ec5206), to(#872923));
    background: linear-gradient(to top, #ec5206, #872923);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 154px;
    line-height: 210px;
    text-align: left;
    letter-spacing: 1px;
    font-weight: 500;
    margin-bottom: 15px;
}
@media (max-width: 767.98px) {
    .box-background .sect-system__main .sect-picker__item--image {
        position: absolute;
        top: 59px;
        right: 0;
        width: 90%;
        -webkit-animation: fadeInRight 3s forwards;
        animation: fadeIn 3s forwards;
        z-index: -1;
    }
    .box-background .sect-system__main .sect-picker__item--image img:first-child {
        display: none;
    }
    .box-background .sect-system__main .sect-picker__item--image img:last-child {
        display: block;
    }
    .box-background .sect-system__main .sect-picker__item--name .name-person {
        font-size: 95px;
        line-height: 90px;
        width: 50%;
    }
    .box-background .sect-system__main .sect-picker__item--name .des-person {
        position: absolute;
        bottom: 115px;
    }
}
.box-background .sect-system__main .sect-picker__item--intro {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
}
@media (max-width: 767.98px) {
    .box-background .sect-system__main .sect-picker__item--intro {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        position: absolute;
        bottom: 42%;
    }
}
.box-background .sect-system__main .sect-picker__item--intro .play-system {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 24px;
    text-transform: uppercase;
    font-family: Roboto-Bold;
    color: var(--primary-color);
}
@media (max-width: 767.98px) {
    .box-background .sect-system__main .sect-picker__item--intro .play-system {
        font-size: 16px;
        line-height: 24px;
        width: 70%;
    }
    .box-background .sect-system__main .sect-picker__item--intro .play-system img {
        width: 44px;
        margin-right: 10px;
    }
}
.box-background .sect-system__main .sect-picker__item--intro .button-view-more {
    text-transform: uppercase;
    font-family: Roboto-Bold;
    color: var(--primary-color);
    font-size: 24px;
    text-decoration: underline;
}
.box-background .sect-system__main .sect-picker__item--intro .button-view-more:hover {
    opacity: 0.8;
}
.box-background .sect-ranking {
    padding-top: 0;
}
.box-background .sect-ranking__main--mid .ranking-server {
    width: 100%;
    height: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 767.98px) {
    .box-background .sect-system__main .sect-picker__item--intro .button-view-more {
        font-size: 19px;
        margin-top: 10px;
    }
    .box-background .sect-ranking__main--mid .ranking-server {
        height: 40px;
        margin-top: 0;
    }
}
.box-background .sect-ranking__main--mid .ranking-server__button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 67px;
    font-weight: 600;
    font-size: 32px;
    color: var(--primary-color);
    position: relative;
    padding-right: 45px;
}
.box-background .sect-ranking__main--mid .ranking-server__button p {
    border-bottom: 1px solid var(--primary-color);
}
@media (max-width: 767.98px) {
    .box-background .sect-ranking__main--mid .ranking-server__button {
        height: 40px;
        font-size: 16px;
        text-align: center;
        padding-right: 30px;
    }
}
.box-background .sect-ranking__main--mid .ranking-server__button ::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 16%;
    right: 0;
    width: 30px;
    height: 30px;
}
.box-background .sect-ranking__main--mid .ranking-server__list {
    background: #e0dac8;
    border: 2px solid var(--primary-color);
    position: relative;
    z-index: 10;
}
.box-background .sect-ranking__main--mid .ranking-server__list .dropdown-control {
    padding: 10px 15px;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    color: var(--primary-color);
}
@media (max-width: 767.98px) {
    .box-background .sect-ranking__main--mid .ranking-server__button ::after {
        top: 26%;
        width: 25px;
        height: 25px;
    }
    .box-background .sect-ranking__main--mid .ranking-server__list .dropdown-control {
        padding: 0;
        font-size: 16px;
    }
}
.box-background .sect-ranking__main--mid .ranking-server__list .dropdown-control:hover {
    opacity: 0.8;
    cursor: pointer;
}
.box-background .sect-ranking__main--mid .ranking-top__title {
    font-family: Saira;
    font-size: 35px;
    text-transform: uppercase;
    background: var(--primary-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-align: center;
    font-weight: 700;
}
.box-background .sect-ranking__main--mid .ranking-top .box-list__user {
    background-image: url(../images/table-ranking.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 1170px;
    min-height: 680px;
    position: relative;
    margin: 0 auto;
}
@media (max-width: 767.98px) {
    .box-background .sect-ranking__main--mid .ranking-top__title {
        font-size: 20px;
    }
    .box-background .sect-ranking__main--mid .ranking-top .box-list__user {
        background-image: url(../images/table-ranking-mb.webp);
        min-height: 350px;
        width: 100%;
    }
}
.box-background .sect-ranking__main--mid .ranking-top__list {
    overflow-y: scroll;
    position: absolute;
    padding-right: 25px;
    left: 53%;
    top: 10%;
    width: 60%;
    height: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media (max-width: 767.98px) {
    .box-background .sect-ranking__main--mid .ranking-top__list {
        top: 12%;
        left: 52%;
        height: 75%;
        width: 80%;
    }
}
@media screen and (min-width: 350px) {
    .box-background .sect-ranking__main--mid .ranking-top__list__list {
        height: 65% !important;
    }
}
.box-background .sect-ranking__main--mid .ranking-top__list--link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: var(--text-color);
    padding: 7px 0;
    line-height: 32px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 500;
}
.box-background .sect-ranking__main--mid .ranking-top__list--link h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-family: Shoppe21;
}
@media (max-width: 767.98px) {
    .box-background .sect-ranking__main--mid .ranking-top__list--link {
        padding: 86x 0 0;
        line-height: 26px;
    }
    .box-background .sect-ranking__main--mid .ranking-top__list--link h3 {
        font-size: 16px;
    }
}
.box-background .sect-ranking__main--mid .ranking-top__list--link p {
    font-size: 20px;
    font-family: Shoppe21;
}
.box-background .sect-ranking__main--mid .ranking-top__list--link:not(:last-child) {
    border-bottom: 1px solid #a46d3e;
}
.box-background .sect-ranking__main--mid .ranking-top__list--link:first-child {
    font-weight: 700;
}
.box-background .sect-gallery__main {
    width: 1680px;
    margin: 0 auto;
}
@media (max-width: 767.98px) {
    .box-background .sect-ranking__main--mid .ranking-top__list--link p {
        font-size: 15px;
        font-family: Shoppe21;
    }
    .box-background .sect-gallery__main {
        width: 100%;
    }
}
.box-background .sect-gallery__main .splide {
    position: relative;
    padding: 20px 0;
}
.box-background .sect-gallery__main .splide__arrows {
    top: 44%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 60px;
    width: 58%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media (max-width: 767.98px) {
    .box-background .sect-gallery__main .splide__arrows {
        width: 100%;
        top: 35%;
        padding: 0 38px;
    }
}
.box-background .sect-gallery__main .splide .splide__track {
    padding: 50px 0;
}
.box-background .sect-gallery__main .splide .splide__track .splide__slide {
    position: relative;
    width: 45% !important;
}
.box-background .sect-gallery__main .splide .splide__track .splide__slide .video__play {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 13;
}
@media (max-width: 767.98px) {
    .box-background .sect-gallery__main .splide .splide__track {
        padding: 40px 17px !important;
    }
    .box-background .sect-gallery__main .splide .splide__track .splide__slide .video__play {
        width: 18px;
        height: 17px;
    }
}
.box-background .sect-gallery__main .splide .splide__track .splide__slide img {
    display: block;
    width: 100%;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    opacity: 0.5;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 9;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}
@media (max-width: 767.98px) {
    .box-background .sect-gallery__main .splide .splide__track .splide__slide img {
        -webkit-transform: scale(1.4);
        -ms-transform: scale(1.4);
        transform: scale(1.4);
    }
}
.box-background .sect-gallery__main .splide .splide__track .splide__slide.is-active .video__play {
    display: block;
}
.box-background .sect-gallery__main .splide .splide__track .splide__slide.is-active img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 1;
    z-index: 10;
    position: relative;
}
.box-background .sect-gallery__main .splide :not(.is-overflow).splide__pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
}
.box-background .sect-gallery__main .splide :not(.is-overflow).splide__pagination__page.is-active {
    background: #e1220e;
    height: 8px;
    width: 70px;
    border-radius: 10px;
    margin: 0 10px;
}
.box-background .sect-gallery__main .splide :not(.is-overflow).splide__pagination__page {
    background: #fff;
    margin: 0 10px;
    height: 8px;
    width: 70px;
    border-radius: 10px;
}
.box-background .sect-gallery__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.box-background .sect-gallery__bottom a {
    margin: 0 10px;
}
.sect-lists-new .news-header {
    display: none;
}
@media (max-width: 767.98px) {
    .box-background .sect-gallery__main .splide .splide__track .splide__slide.is-active img {
        -webkit-transform: scale(1.7);
        -ms-transform: scale(1.7);
        transform: scale(1.7);
    }
    .sect-lists-new .news-header {
        display: block;
    }
    .sect-lists-new .news-header h2 {
        text-align: left;
    }
}
.sect-lists-new .lists-new {
    padding: 20px;
}
.sect-lists-new .lists-new a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #ccc;
    color: #66635d;
}
.page-child .new-title h2 {
    font-size: 24px;
    text-transform: capitalize;
    text-align: center;
}
@media (max-width: 767.98px) {
    .sect-lists-new .lists-new a {
        -webkit-box-align: baseline;
        -webkit-align-items: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }
    .page-child .new-title h2 {
        font-size: 24px;
        text-align: left;
    }
}
.page-child .new-title p,
html {
    font-size: 16px;
}
@media (max-width: 767.98px) {
    .page-child .new-title p {
        font-size: 14px;
        text-align: left;
    }
}
.page-child .new-description p:not(:first-child) {
    padding: 15px 0;
    display: block;
}
.page-child .new-description .new-sub__title {
    font-family: Roboto-Bold;
    font-weight: 700;
    text-transform: initial;
}
@font-face {
    font-family: Shoppe21;
    src: url(../fonts/shopee2021-regular.woff) format("woff");
}
@font-face {
    font-family: Roboto-Bold;
    src: url(../fonts/Roboto-Bold.woff) format("woff");
}
@font-face {
    font-family: Roboto-Regular;
    src: url(../fonts/Roboto-Regular.woff) format("woff");
}
@font-face {
    font-family: Thu-Phap-Giao-Long;
    src: url(../fonts/Fz-Thu-Phap-Giao-Long-Full.woff) format("woff");
}
@-webkit-keyframes splide-loading {
    0% {
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0);
    }
    100% {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}
@keyframes splide-loading {
    0% {
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0);
    }
    100% {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}
.splide__track--draggable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.splide__track--fade > .splide__list > .splide__slide {
    margin: 0 !important;
    opacity: 0;
    z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
    opacity: 1;
    z-index: 1;
}
.splide--rtl {
    direction: rtl;
}
.splide__track--ttb > .splide__list {
    display: block;
}
.splide__container {
    box-sizing: border-box;
    position: relative;
}
.splide__list {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
    display: block;
}
.splide__pagination {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    pointer-events: none;
}
.splide__pagination li {
    display: inline-block;
    line-height: 1;
    list-style-type: none;
    margin: 0;
    pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
    display: none;
}
.splide__progress__bar {
    width: 0;
}
.splide {
    position: relative;
    visibility: hidden;
}
.splide.is-initialized,
.splide.is-rendered {
    visibility: visible;
}
.splide__slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    list-style-type: none !important;
    margin: 0;
    position: relative;
}
.splide__slide img {
    vertical-align: bottom;
}
.splide__spinner {
    -webkit-animation: splide-loading 1s infinite linear;
    animation: splide-loading 1s infinite linear;
    border: 2px solid #999;
    border-left-color: transparent;
    border-radius: 50%;
    bottom: 0;
    contain: strict;
    display: inline-block;
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}
.splide__sr {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
    display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
    display: inline;
}
.splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0;
}
html {
    color: #3a3a3a;
}
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #c6c0af;
}
::-webkit-scrollbar-thumb {
    background: #912e28;
    border-radius: 6px;
}
::-webkit-scrollbar-thumb:hover {
    background: #555;
}
