:root {
    /* ===============================
    COLOR SYSTEM
    =============================== */
    --color-primary: #161D6F;
    --color-primary-hover: #1055C9;
    --color-secondary: #00DCFF;
    --color-accent: #f59e0b;

    --color-success: #198754;
    --color-warning: #ffc107;
    --color-danger: #dc3545;
    --color-info: #0dcaf0;

    --color-black: #000000;
    --color-white: #ffffff;

    --color-text-primary: #1f2937;
    --color-text-secondary: #6b7280;
    --color-text-muted: #9ca3af;

    --color-bg-body: #ffffff;
    --color-bg-section: #f9fafb;
    --color-bg-light: #f3f4f6;
    --color-bg-dark: #111827;

    --color-border: #e5e7eb;

    /* ===============================
    TYPOGRAPHY
    =============================== */
    --font-primary: 'Alexandria', sans-serif;
    --font-secondary: 'Roboto', sans-serif;

    --text-fs-base: 1rem;
    --text-fs-xs: 12px;
    --text-fs-sm: 14px;
    --text-fs-md: 18px;
    --text-fs-lg: 20px;
    --text-fs-xl: 24px;
    --text-fs-2xl: 28px;
    --text-fs-3xl: 32px;
    --text-fs-4xl: 40px;

    --text-lh-sm: 1.25;
    --text-lh-base: 1.5;
    --text-lh-lg: 1.75;

    --text-fw-default: 300;
    --text-fw-medium: 500;
    --text-fw-semibold: 600;
    --text-fw-bold: 700;
    --text-fw-button: 400;

    /* ===============================
    SPACING (PADDING / MARGIN)
    =============================== */
    --spacing-2xs: 4px;
    --spacing-xs: 8px;
    --spacing-sm: 12px;
    --spacing-md: 16px;
    --spacing-lg: 24px;
    --spacing-xl: 32px;
    --spacing-2xl: 48px;
    --spacing-3xl: 64px;

    /* ===============================
    LAYOUT
    =============================== */
    --container-fullwidth: 100%;
    --container-width: 1296px;
    --container-padding: 16px;

    --header-height: 80px;
    --footer-padding: 40px;

    /* ===============================
    GAP
    =============================== */
    --gap-5: 5px;
    --gap-10: 10px;
    --gap-15: 15px;
    --gap-20: 20px;
    --gap-30: 30px;
    --gap-60: 60px;

    /* ===============================
    BORDER & RADIUS
    =============================== */
    --border-theme: solid 1px var(--color-border);
    --border-custom: solid 1px;
    --border-radius-xs: 2px;
    --border-radius-sm: 5px;
    --border-radius-md: 10px;
    --border-radius-lg: 15px;
    --border-radius-xl: 20px;
    --border-radius-2xl: 30px;
    --border-radius-round: 999px;

    /* ===============================
    SHADOW
    =============================== */
    --shadow-sm: 0 1px 2px rgba(0,0,0,0.05);
    --shadow-md: 0 5px 10px rgba(0,0,0,0.1);
    --shadow-lg: 0 10px 20px rgba(0,0,0,0.15);

    /* ===============================
    TRANSITION & ANIMATION
    =============================== */
    --transition-fast: 0.2s ease-in-out;
    --transition-base: 0.3s ease-in-out;
    --transition-slow: 0.5s ease-in-out;

    /* ===============================
    Z-INDEX
    =============================== */
    --z-dropdown: 1000;
    --z-header: 1100;
    --z-modal: 1200;
    --z-toast: 1300;

    /* ===============================
    BUTTON
    =============================== */
    --btn-height: 48px;
    --btn-padding-x: 24px;
    --btn-font-size: 16px;

    /* ===============================
    FORM
    =============================== */
    --input-height: 48px;
    --input-padding-x: 16px;
    --input-border-color: var(--color-border);
    --input-focus-color: var(--color-primary);

    /* ===============================
        RESPONSIVE BREAKPOINTS
    =============================== */
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --breakpoint-2xl: 1400px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
@media (prefers-reduced-motion: no-preference) {
    :root {
    scroll-behavior: smooth;
    }
}
@media screen and (max-width: 767px) {
    ::-webkit-scrollbar {
    display: none;
    }
}
body {
    font-family: var(--font-primary);
    font-size: var(--text-fs-base);
    font-weight: var(--text-fw-default);
    line-height: var(--text-lh-base);
    color: var(--color-text-primary);
    margin: 0;
    background-color: var(--color-bg-body);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
@media (max-width:767px) {
    body {
        font-size: var(--text-fs-sm);
    }
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: var(--text-fw-semibold);
    line-height: var(--text-lh-sm);
} 
.content-text .h1,
.content-text .h2,
.content-text .h3,
.content-text h1,
.content-text h2,
.content-text h3 {
    margin-bottom: 1rem;
} 
.content-text .h4,
.content-text .h5,
.content-text .h6,
.content-text h4,
.content-text h5,
.content-text h6 {
    margin-bottom: 0.5rem;
} 
.content-text a {
    color: var(--color-primary-hover);
} 
.h1,
h1 {
    font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
    .h1,
    h1 {
        font-size: 2rem;
    }
}
.h2,
h2 {
    font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
    .h2,
    h2 {
        font-size: 1.75rem;
    }
}
.h3,
h3 {
    font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
    .h3,
    h3 {
        font-size: 1.5rem;
    }
}
.h4,
h4 {
    font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
    .h4,
    h4 {
        font-size: 1.375rem;
    }
}
.h5,
h5 {
    font-size: 1.1875rem;
}
.h6,
h6 {
    font-size: 1rem;
}
span {
    line-height: var(--text-lh-base);
}
p {
    line-height: var(--text-lh-base);
    margin-top: 0;
    margin-bottom: 1rem;
}
p:last-child {
    margin-bottom: 0;
}
abbr[data-bs-original-title],
abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
ol,
ul {
    padding-left: 1.25rem;
}
dl,
ol,
ul {
    margin-bottom: 0.75rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
ul li,
li {
    margin-bottom: 0.5rem;
}
ul li ul li {
    margin-bottom: 0;
}
dt {
    font-weight: var(--text-fw-semibold);
}
dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
    padding: 16px;
    padding-left: 20px;
    border-left: solid 4px;
    border-left-color: var(--color-primary-hover);
    background-color: var(--color-bg-light);
}
b,
strong {
    font-weight: var(--text-fw-semibold);
}
.small,
small {
    font-size: 0.875em;
}
.mark,
mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}
sub,
sup {
    position: relative;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
a {
    color: inherit;
    text-decoration: none;
}
a:hover {
    color: var(--color-primary-hover);
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}
code,
kbd,
pre,
samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    direction: ltr;
    unicode-bidi: bidi-override;
}
pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: 0.875em;
}
pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}
code {
    font-size: 0.875em;
    color: #d63384;
    word-wrap: break-word;
}
a > code {
    color: inherit;
}
kbd {
    padding: 0.2rem 0.4rem;
    font-size: 0.875em;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
}
kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700;
}
figure {
    margin: 0 0 1rem;
    max-width: 100%;
}
figure img {
    margin: 0 0 0.5rem;
}
figcaption {
    font-size: var(--text-fs-sm);
    font-style: italic;
    color: var(--color-text-secondary);
}
img,
svg {
    vertical-align: middle;
    max-width: 100%;
}
table {
    caption-side: bottom;
    border-collapse: collapse;
    margin-bottom: 1rem;
}
caption {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: var(--color-text-secondary);
    text-align: left;
}
th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}
tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: inherit;
    border-style: solid;
    border-width: 1px;
    border-color: var(--color-border);
}
thead {
    background-color: var(--color-bg-light);
}
td {
    font-size: 15px;
    padding: 8px 16px;
    vertical-align: top;
}
label {
    display: inline-block;
}
button {
    border-radius: 0;
}
button:focus:not(:focus-visible) {
    outline: 0;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
select {
    text-transform: none;
}
[role="button"] {
    cursor: pointer;
}
select {
    word-wrap: normal;
}
select:disabled {
    opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
    display: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
    appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}
::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
textarea {
    resize: vertical;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit;
}
@media (min-width: 1200px) {
    legend {
        font-size: 1.5rem;
    }
}

/*--- Bootstrap ---*/
.container-full {
    width: 100%;
    padding: 0;
}
.container {
    width: 100%;
    padding-right: var(--bs-gutter-x, 1rem);
    padding-left: var(--bs-gutter-x, 1rem);
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
        padding-right: var(--bs-gutter-x, 0.75rem);
        padding-left: var(--bs-gutter-x, 0.75rem);
    }
}
@media (min-width: 768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1296px;
    }
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}
.col {
    flex: 1 0 0%;
}
.row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
}
.row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
}
.row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
}
.row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
}
.row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
}
.row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
}
.row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
}
.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}
.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}
.col-3 {
    flex: 0 0 auto;
    width: 25%;
}
.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}
.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}
.col-6 {
    flex: 0 0 auto;
    width: 50%;
}
.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}
.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}
.col-9 {
    flex: 0 0 auto;
    width: 75%;
}
.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}
.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}
.col-12 {
    flex: 0 0 auto;
    width: 100%;
}
.g-0,
.gx-0 {
    --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
    --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
    --bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
    --bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
    --bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
    --bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
    --bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
    --bs-gutter-y: 3rem;
}
.flex-fill {
    flex: 1 1 auto;
}
.flex-row {
    flex-direction: row;
}
.flex-column {
    flex-direction: column;
}
.flex-row-reverse {
    flex-direction: row-reverse;
}
.flex-column-reverse {
    flex-direction: column-reverse;
}
@media (min-width: 576px) {
    .col-sm {
        flex: 1 0 0%;
    }
    .row-cols-sm-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-sm-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-sm-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-sm-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-sm-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-sm-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-sm-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0;
    }
    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0;
    }
    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem;
    }
    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem;
    }
    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem;
    }
    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem;
    }
    .flex-sm-fill {
        flex: 1 1 auto;
    }
    .flex-sm-row {
        flex-direction: row;
    }
    .flex-sm-column {
        flex-direction: column;
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse;
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse;
    }
}
@media (min-width: 768px) {
    .col-md {
        flex: 1 0 0%;
    }
    .row-cols-md-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-md-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-md-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-md-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-md-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-md-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-md-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0;
    }
    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0;
    }
    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem;
    }
    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem;
    }
    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem;
    }
    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem;
    }
    .flex-md-fill {
        flex: 1 1 auto;
    }
    .flex-md-row {
        flex-direction: row;
    }
    .flex-md-column {
        flex-direction: column;
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse;
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse;
    }
}
@media (min-width: 992px) {
    .col-lg {
        flex: 1 0 0%;
    }
    .row-cols-lg-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-lg-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-lg-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-lg-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-lg-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-lg-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-lg-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0;
    }
    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0;
    }
    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem;
    }
    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem;
    }
    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem;
    }
    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem;
    }
    .flex-lg-fill {
        flex: 1 1 auto;
    }
    .flex-lg-row {
        flex-direction: row;
    }
    .flex-lg-column {
        flex-direction: column;
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse;
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        flex: 1 0 0%;
    }
    .row-cols-xl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-xl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0;
    }
    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0;
    }
    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem;
    }
    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem;
    }
    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem;
    }
    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem;
    }
    .flex-xl-fill {
        flex: 1 1 auto;
    }
    .flex-xl-row {
        flex-direction: row;
    }
    .flex-xl-column {
        flex-direction: column;
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse;
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse;
    }
}
@media (min-width: 1400px) {
    .col-xxl {
        flex: 1 0 0%;
    }
    .row-cols-xxl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xxl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xxl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xxl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-xxl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xxl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xxl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0;
    }
    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0;
    }
    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1rem;
    }
    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 1rem;
    }
    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 3rem;
    }
    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 3rem;
    }
    .flex-xxl-fill {
        flex: 1 1 auto;
    }
    .flex-xxl-row {
        flex-direction: row;
    }
    .flex-xxl-column {
        flex-direction: column;
    }
    .flex-xxl-row-reverse {
        flex-direction: row-reverse;
    }
    .flex-xxl-column-reverse {
        flex-direction: column-reverse;
    }
}

/*--- Skeleton ---*/
/* .skeletonload {
    border-radius: 8px;
    margin-bottom: 12px;
}
.skeletonload .title-skeleton {
    animation: loadding 1.5s infinite ease-in-out;
    width: 100%;
    height: 40px;
}
.skeletonload .text-skeleton {
    animation: loadding 1.5s infinite ease-in-out;
    width: 100%;
    height: 24px;
}
.skeletonload .image-skeleton {
    animation: loadding 1.5s infinite ease-in-out;
    width: 100%;
    height: 300px;
}
.hidden {
    display: none;
}

@keyframes loadding {
    0% { background-color: #f2f2f2; }
    50% { background-color: #dddddd; }
    100% { background-color: #f2f2f2; }
} */

.wpcf7-spinner,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    display: none !important;
}
.wpcf7-not-valid-tip {
    font-size: var(--text-fs-xs) !important;
    color: var(--color-danger) !important;
    margin-top: 4px !important;
}
.wpcf7-form-control.wpcf7-not-valid {
    border: var(--border-custom) var(--color-danger) !important;
}
ul.pagination {
    display: flex;
    justify-content: center;
    padding-left: 0;
    list-style: none;
    column-gap: 5px;
    margin: 24px 0 0 0;
}
li.page-item,
li.page-item.active {
    margin-bottom: 0;
    border: none;
}
li.page-item>.page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-weight: var(--text-fw-button);
    text-align: center;
    text-decoration: none;
    color: var(--color-primary);
    width: 44px;
    height: 44px;
    border-radius: 10px;
    border: var(--border-theme);
}

li.page-item.active>.page-link {
    font-weight: var(--text-fw-button);
    color: var(--color-white) ;
    border-color: var(--color-primary);
    background: var(--color-primary);
}

li.page-item>.page-link:hover {
    border-color: var(--color-primary);
}

.d-flex {
    display: flex;
}

.d-grid-2 {
    display: grid;
    grid-template-columns: auto auto;
}

.d-grid-3 {
    display: grid;
    grid-template-columns: auto auto auto;
}

.d-grid-4 {
    display: grid;
    grid-template-columns: auto auto auto auto;
}

section,
.content-page {
    padding: 6rem 0;
}

@media (max-width:767px) {
    section,
    .content-page {
        padding: 3rem 0;
    }
}

.hidden {
    display: none !important;
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important;
    }
}

/*--- Breadcrumb ---*/
.breadcrumb-navs {
    display: flex;
    align-items: center;
    font-size: var(--text-fs-sm);
    list-style: none;
    margin: 0;
    padding: 15px 0;
    background: transparent;
    overflow: hidden;
}

.breadcrumb-item {
    display: flex;
    align-items: center;
    color: var(--color-text-primary);
    white-space: nowrap;
}

.breadcrumb-item a {
    color: var(--color-text-primary);
    text-decoration: none;
    transition: color 0.2s;
}

.breadcrumb-item a:hover {
    text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "\f105";
    font-family: "FontAwesome";
    padding: 0 10px;
    color: #ccc;
    font-size: var(--text-fs-xs);
}

.breadcrumb-item.active {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    color: var(--color-text-muted);
    white-space: nowrap;
    padding-left: 2px;
}

.breadcrumb-page {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 100%;
    max-width: var(--container-width);
    min-height: 280px;
    padding: 60px 120px;
    border-radius: var(--border-radius-xl);
    color: var(--color-white);
    background-color: var(--color-primary);
}

.breadcrumb-page span {
    text-align: center;
    font-size: var(--text-fs-base);
}

@media (max-width:767px) {
    .breadcrumb-navs {
        font-size: var(--text-fs-xs);
    }
    .breadcrumb-item + .breadcrumb-item::before {
        padding: 0 6px;
    }
    .breadcrumb-page {
        min-height: 280px;
        padding: 2rem 1rem;
    }

    .breadcrumb-page span {
        text-align: center;
        font-size: 0.875rem;
    }
}

/*--- Header ---*/
#site-header {
    background-color: var(--color-bg-body);
    position: sticky;
    z-index: 999;
    left: 0;
    right: 0;
    top: 0;
    border-bottom: var(--border-theme);
}

#site-header .main-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
}

@media (max-width: 991px) {
    #site-header .main-navigation {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px 0;
    }
}

#site-header .header-logo img {
    max-height: 40px;
}

@media (max-width: 991px) {
    #site-header .header-logo img,
    #site-header .header-navs img,
    #site-header .header-navs.active img {
        max-height: 30px;
    }
}

#site-header .header-navs {
    flex-grow: 1;
    position: relative;
}

@media (max-width: 991px) {
    #site-header .header-navs {
        position: fixed;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px;
        top: 0;
        right: -100vw;
        z-index: 1001;
        width: 100%;
        height: 100vh;
        opacity: 0;
        visibility: hidden;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        background: #fff;
    }
    #site-header .header-navs.active {
    right: 0;
    opacity: 1;
    visibility: visible;
    }
    #site-header .header-navs-mobile {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        border-bottom: var(--border-theme);
        padding: 12px 16px;
    }
}

#site-header .primary-menu {
    display: flex;
    justify-content: center;
    gap: 2rem;
    width: 100%;
    list-style: none;
    margin: 0;
}
@media (max-width: 991px) {
    #site-header .primary-menu {
        flex-direction: column;
        flex-wrap: wrap;
        align-items: flex-start;
        align-self: stretch;
        gap: 0;
        padding: 0 16px;
    }
}

#site-header .primary-menu .sub-menu {
        position: absolute;
        top: 150%;
        background-color: #fff;
        min-width: 240px;
        padding: 8px 0;
        list-style: none;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
        border-radius: 12px;
        margin: 0;
        z-index: 999;
        opacity: 0;
        visibility: hidden;
        transition: all 0.2s ease;
    }

    #site-header .primary-menu li:hover > .sub-menu {
        opacity: 1;
        visibility: visible;
        margin-top: 0;
        padding: 8px;
    }

    #site-header .primary-menu .sub-menu li a {
        display: block;
        padding: 12px;
        border-radius: 8px;
    }

    /* Hover vào từng mục con */
    #site-header .sub-menu li a:hover {
        background-color: var(--color-bg-light);
    }

    /* Đổi màu menu cha khi đang hover hoặc đang ở trang đó */
    .primary-menu > li:hover > a,
    .primary-menu > li.current-menu-item > a {
        color: var(--color-primary);
    }

@media (max-width: 991px) {
    .header-navs .sub-menu {
        padding-left: 20px; /* Thụt đầu dòng menu con */
        display: block;
        list-style: none;
        background: var(--color-bg-light);
    }

    .header-navs .sub-menu li a {
        font-size: 14px;
        padding: 8px 0;
        color: var(--color-text-secondary);
    }
}

@media (max-width: 991px) {
    #site-header .primary-menu li {
        display: block;
        position: relative;
        color: var(--color-text-primary);
        padding: 8px 0;
        width: 100%;
    }
    #site-header .primary-menu li a {
        display: block;
        width: 100%;
    }
}

#site-header .primary-menu li {
    margin: 0;
}

#site-header .primary-menu li a {
    font-weight: var(--text-fw-medium);
    color: var(--color-text-primary);
    padding: 12px 0;
}

#site-header .primary-menu .menu-item a:hover {
    color: var(--color-primary-hover);
}

#site-header .header-btn {
    display: flex;
    align-items: center;
    gap: 20px;
}

#site-header .btn-search {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 999px;
}

@media (max-width: 991px) {
    #site-header .btn-search {
    padding: 8px;
}
}

#site-header .btn-search:hover {
    background-color: var(--color-bg-light);
}

#site-header .btn-login {
    padding: 12px 24px;
    border-radius: var(--border-radius-md);
    color: var(--color-white);
    background-color: var(--color-primary);
}

/*--- Footer ---*/
.site-footer {
    color: var(--color-white);
    background-color: var(--color-primary);
    padding-top: 50px;
}

.site-footer .footer-middle p {
    font-size: var(--text-fs-sm);
}

.site-footer .footer-middle strong {
    margin-right: 6px;
    font-size: var(--text-fs-sm);
}

.site-footer .footer-middle span {
    display: block;
    font-size: var(--text-fs-md);
    font-weight: var(--text-fw-medium);
    margin-bottom: 20px;
}

.site-footer .logo-footer {
    display: inline-block;
}

.site-footer .logo-footer img {
    max-height: 50px;
}

.site-footer .footer-middle {
    padding: 32px 0;
}

.site-footer .column-left {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}
.site-footer .column-left .branch {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.site-footer .column-left span {
    font-size: var(--text-fs-md);
    margin-bottom: 4px;
}

.site-footer .column-left span.info {
    font-size: var(--text-fs-sm);
    font-weight: var(--text-fw-default);
}

.site-footer .column-left img {
    margin-right: 6px;
}

.site-footer .column-center {
    width: 100%;
}

.site-footer .column-center .footer-navs {
    display: flex;
    gap: 80px;
}
@media (max-width: 991px) {
    .site-footer .column-center .footer-navs {
        gap: 48px;
        padding: 24px 0 12px 0;
    }
}
.site-footer .column-center ul {
    padding: 0;
}

.site-footer .column-center .menu-item {
    padding-bottom: 12px;
    list-style: none;
    margin: 0;
}

.site-footer .column-center a {
    font-size: var(--text-fs-sm);
    color: var(--color-white);
    opacity: .7;
}

.site-footer .footer-middle a:hover {
    text-decoration: underline;
    color: var(--color-white);
    opacity: 1;
}

.site-footer .footer-middle .column-right {
    width: 100%;
}

.site-footer .footer-middle .column-right .subscriber-form {
    padding: 0;
}

.site-footer .footer-middle .column-right .subscriber-form .wpcf7-response-output {
    font-size: var(--text-fs-xs);
    border: none;
    margin: 8px 0 0 0;
    padding: 0;
}
.site-footer .footer-middle .column-right .subscriber-form .form-sub {
    display: flex;
    gap: 5px;
    width: 100%;
}
.site-footer .footer-middle .column-right .subscriber-form .form-sub .form-input,
.site-footer .footer-middle .column-right .subscriber-form .form-sub .form-sub-btn {
    margin-bottom: 20px;
}
.site-footer .footer-middle .column-right .subscriber-form .form-sub input {
    width: 100%;
}
.site-footer .footer-middle .column-right .subscriber-form .form-sub .form-input input {
    border: unset;
    font-size: var(--text-fs-sm);
    color: var(--color-white);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.08);
    margin: 0;
    padding: 0 0 0 12px;
    height: 44px;
    width: 100%;
}
.site-footer .footer-middle .column-right .subscriber-form .form-sub .form-input input::placeholder {
    font-weight: var(--text-fw-default);
    color: rgba(255, 255, 255, 0.4);
}
.site-footer .footer-middle .column-right .subscriber-form .form-sub .form-input input:focus-visible {
    outline: none;
}
.site-footer .footer-middle .column-right .subscriber-form .form-sub .form-input span {
    margin: 0;
}
.site-footer .footer-middle .column-right .subscriber-form .form-sub-btn input {
    font-weight: var(--text-fw-button);
    border: none;
    border-radius: 6px;
    height: 44px;
    background-color: var(--color-secondary);
    padding: 0 20px 0 20px;
}

.site-footer .footer-middle .column-right .social-folow,
.site-footer .footer-middle .column-right .download-app {
    margin-top: 20px;
}

.site-footer .footer-middle .column-right .social-folow p,
.site-footer .footer-middle .column-right .download-app p {
    margin-bottom: 15px;
}

.site-footer .footer-middle .column-right .social-folow .social-list {
    display: flex;
    gap: 10px;
}

.site-footer .footer-middle .column-right .social-folow img {
    filter: contrast(200%) invert(100%);
}

.site-footer .footer-middle .column-right .download-app .list-app {
    display: flex;
    gap: 10px;
}

.site-footer .footer-middle .column-right .download-app .list-app .app-item {
    width: 50%;
}

.site-footer .footer-middle .column-right .download-app .list-app .app-item img {
    width: 100%;
    height: 100%;
}

.site-footer .footer-bottom {
    font-size: var(--text-fs-sm);
    color: var(--color-white);
    padding: 30px 0;
    border-top: solid 1px rgba(255,255,255,.1);
}

/*--- Home Page ---*/
#home-page .title-section {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 3rem;
}

#home-page .title-section span {
    font-size: var(--text-fs-lg);
    font-weight: var(--text-fw-medium);
    color: var(--color-secondary);
}

#home-page .title-section h2 {
    font-size: var(--text-fs-3xl);
    color: var(--color-primary);
}

#home-page .swiper-button-next,
#home-page .swiper-button-prev {
    font-size: var(--text-fs-xs);
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background-color: rgba(22, 29, 111, 0.2);
}
#home-page .swiper-button-next:hover,
#home-page .swiper-button-prev:hover {
    background-color: var(--color-primary);
}

#home-page .swiper-button-next::after,
#home-page .swiper-button-prev::after {
    font-size: var(--text-fs-xs);
    color: var(--color-white);
}

#home-page .swiper-button-next svg path,
#home-page .swiper-button-prev svg path {
    fill: var(--color-white);
}

#home-page .swiper-button-disabled {
    opacity: 0;
}

#home-page .hero-banner {
    width: 100%;
    background-color: var(--color-bg-light);
}    

#home-page .hero-banner .swiper-slide {
    width: 100%;
    height: 75vh;
    overflow: hidden;
}    

#home-page .hero-banner .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center center;
}    

.highlights-section .item {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 12px 0;
    padding: 20px;
    border-radius: 20px;
    border: var(--border-theme);
    background-color: var(--color-white);
    box-shadow: var(--shadow-md);
}

.highlights-section .item img {
    width: 80px;
    height: 80px;
}

.highlights-section .info {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-left: 20px;
    border-left: var(--border-theme);
}

.highlights-section .info h3 {
    font-size: var(--text-fs-xl);
    color: var(--color-primary);
}

.about-section {
    background-color: var(--color-primary);
}

#home-page .about-section .title-section,
.about-section .title-section {
    text-align: center;
    color: var(--color-white);
    margin-bottom: 3rem;
}

#home-page .about-section .title-section h2,
.about-section .title-section h2 {
    color: var(--color-white);
}

#home-page .about-section .title-section span,
.about-section .title-section span {
    font-size: var(--text-fs-base);
    font-weight: var(--text-fw-default);
    color: var(--color-white);
}

.about-section .item {
    display: flex;
    flex-direction: column;
    background-color: var(--color-white);
    padding: 24px;
    height: 100%;
    border-radius: 20px;
}

.about-section .item img {
    aspect-ratio: 1;
    width: 100px;
}

.about-section .item h3 {
    padding: 32px 0 16px 0;
    font-size: var(--text-fs-xl);
    color: var(--color-primary);
}

#home-page .course-section .item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: var(--border-radius-xl);
    overflow: hidden;
    padding: var(--spacing-lg);
    height: 100%;
    color: var(--color-white);
}

#home-page .course-section .info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

#home-page .course-section img {
    width: fit-content;
    height: 60px;
    margin-bottom: 12px;
}

#home-page .course-section a {
    font-weight: var(--text-fw-medium);
    color: var(--color-primary);
    margin-top: 16px;
    padding: 12px 30px;
    border-radius: var(--border-radius-md);
    width: fit-content;
    background-color: var(--color-white);
}

.team-section {
    background-color: var(--color-bg-light);
}

.team-section .item {
    aspect-ratio: 5 / 7;
    border-radius: var(--border-radius-xl);
    overflow: hidden;
    position: relative;
}

.team-section .info {
    display: flex;
    flex-direction: column;
    justify-content: end;
    position: absolute;
    bottom: 0;
    padding: 20px;
    gap: 8px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60%;
    color: var(--color-white);
    background: linear-gradient(180deg, rgba(22, 29, 111, 0) 0%, rgba(22, 29, 111, 0.4) 50%, rgba(22, 29, 111, 0.85) 100%);
}

.team-section .item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center center;
}

.team-section .item h3 {
    font-size: var(--text-fs-xl);
}

.team-section .item span {
    font-size: var(--text-fs-sm);
}

#home-page .short-section {
    background-color: rgba(22, 29, 111, 0.1);
}

.testimonials-section {
    background-color: var(--color-bg-light);
}

.testimonials-section .item {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: var(--border-radius-xl);
    background-color: var(--color-white);
    overflow: hidden;
}

.testimonials-section .item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center center;
}

.partner-section .item {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: var(--border-radius-xl);
    border: var(--border-theme);
    background-color: var(--color-white);
    overflow: hidden;
    margin-bottom: var(--spacing-lg);
}

.partner-section .item img {
    aspect-ratio: 1;
    width: 120px;
}

@media (max-width:767px) {
    #home-page .title-section {
        margin-bottom: 2rem;
    }
    #home-page .about-section .title-section,
    .about-section .title-section {
        margin-bottom: 2rem;
    }
    .highlights-section .item {
        margin: 8px 0;
    }
    .about-section .item {
        padding: 1.25rem;
        margin: 8px 0;
        height: auto;
    }
    .about-section .item img {
        aspect-ratio: 1;
        width: 70px;
    }
    .about-section .item h3 {
        padding: 1.5rem 0 1rem 0;
    }
    #home-page .course-section .item {
        margin: 8px 0;
        height: auto;
    }
    .partner-section .item img {
        width: 80px;
    }
}

/*--- News Page ---*/
#news-page .news-header,
#course-page .course-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

#news-page .news-navs,
#course-page .course-navs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-self: stretch;
    gap: 12px;
}

#news-page .news-navs .navs-btn,
#course-page .course-navs .navs-btn {
    font-size: 15px;
    font-weight: var(--text-fw-button);
    color: var(--color-text-primary);
    padding: 10px 20px;
    border-radius: var(--border-radius-round);
    background: var(--color-bg-light);
}

#news-page .news-navs .navs-btn:hover,
#course-page .course-navs .navs-btn:hover {
    color: var(--color-primary-hover);
}

/* #news-page .news-navs a,
#course-page .course-navs a {
    font-weight: var(--text-fw-medium);
    color: var(--color-text-primary);
    padding: 12px 20px;
    border-radius: var(--border-radius-round);
    background: var(--color-bg-light);
} */

#news-page .news-group,
#course-page .course-group {
    display: flex;
    flex-direction: column;
    gap: 60px;
    margin-top: 30px;
}

#news-page .news-group .news-box,
#course-page .course-group .course-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#news-page .news-title,
#course-page .course-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#news-page .news-title a,
#course-page .course-title a {
    font-weight: var(--text-fw-medium);
    color: var(--color-primary-hover);
}

#news-page .news-title a i,
#course-page .course-title a i {
    margin-left: 8px;
}

.news-item {
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    border: var(--border-theme);
    overflow: hidden;
    height: 100%;
}

.news-item .item-thumb {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.news-item .item-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center center;
}

.news-item .item-info {
    padding: 20px;
}

.news-item .badge {
    margin-bottom: 8px;
}

.news-item .item-info .meta,
.news-item .item-info .title {
    margin-bottom: 12px;
}

.news-item .item-info .meta {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: var(--text-fs-sm);
    color: var(--color-text-secondary);
}

.news-item .item-info .meta .meta-item {
    display: flex;
    align-items: center;
    gap: 4px;
}

.news-item .item-info .title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    flex: 1 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: var(--text-fs-lg);
    font-weight: var(--text-fw-medium);
    line-height: var(--text-lh-base);
    color: var(--color-text-primary);
}

.news-item .item-info .excerpt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: var(--text-fs-base);
    line-height: var(--text-lh-sm);
    color: var(--color-text-secondary);
    margin-bottom: 0;
}

.content-text .meta {
    display: flex;
    gap: 24px;
    align-items: center;
    padding: 12px 0;
    margin-bottom: 16px;
}

.content-text .meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--color-text-secondary);
}

.content-text .top p {
    font-size: var(--text-fs-md);
}

.content-text .navs-post {
    padding: 32px 0 48px 0;
    border-bottom: var(--border-theme);
}

.content-text .nav-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.content-text .nav-previous,
.content-text .nav-next {
    display: flex;
    width: 100%;
}

.content-text .nav-next {
    justify-content: flex-end;
}

.content-text .nav-links a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: var(--text-fw-medium);
    color: var(--color-primary-hover);
    width: 176px;
    padding: 12px 24px;
    border-radius: 12px;
    background: rgba(16, 85, 201, 0.1);
    gap: 12px;
}

.content-text .meta_tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    padding: 16px 0;
    border-bottom: var(--border-theme);
}

.content-text .meta_tags span {
    font-weight: var(--text-fw-medium);
}

.content-text .meta_tags ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    margin-bottom: 0;
    gap: 8px;
}

.content-text .meta_tags li {
    margin-bottom: 0;
}

.content-text .meta_tags a {
    display: flex;
    padding: 6px 12px;
    justify-content: center;
    align-items: center;
    color: var(--color-text-primary);
    border-radius: var(--border-radius-round);
    background-color: var(--color-bg-light);
    font-size: var(--text-fs-sm);
}

.related-news {
    display: flex;
    flex-direction: column;
    margin-top: 48px;
}

.related-news .list-related {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.related-news .news-item {
    flex-direction: row;
    align-items: flex-start;
    border-radius: 0;
    border: none;
}

.related-news .item-thumb {
    width: 35%;
    aspect-ratio: 16 / 10;
    border-radius: 12px;
}

.related-news .item-info {
    width: 65%;
    padding: 0 0 0 20px;
}

.related-news .item-info .title a {
    font-size: var(--text-fs-md);
}

.related-news .item-info .meta {
    margin: 0;
    padding: 0;
}

.list-most-read {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.list-most-read .title {
    width: 100%;
    font-size: var(--text-fs-sm);
    font-weight: var(--text-fw-button);
    line-height: var(--text-lh-base);
}

.video-item {
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.video-item .thumb-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 9/16;
    overflow: hidden;
}

.video-item .static-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: relative;
    z-index: 2;
    transition: opacity 0.3s ease;
}

.video-item .thumb-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center center;
    transition: opacity 0.3s ease;
}

.video-item .thumb-wrapper .hover-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.video-item.is-playing .static-thumb {
    opacity: 0;
}

.video-item.is-playing .hover-video {
    opacity: 1;
    z-index: 3;
}

.video-item .item-info {
    display: flex;
    flex-direction: column;
    justify-content: end;
    gap: 12px;
    z-index: 10;
    position: absolute;
    pointer-events: none;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60%;
    padding: 0 15px 20px;
    color: var(--color-white);
    background: linear-gradient(180deg, rgba(22, 29, 111, 0) 0%, rgba(22, 29, 111, 0.4) 50%, rgba(22, 29, 111, 0.85) 100%);
}

.video-item .item-info .title {
    font-size: var(--text-fs-md);
    font-weight: var(--text-fw-medium);
    color: var(--color-white);
}

.video-item .item-info .title a:hover {
    color: unset;
}

.video-item .meta-item {
    font-size: var(--text-fs-sm);
    display: flex;
    align-items: center;
    gap: 8px;
}

@media (max-width:767px) {
    #news-page .news-navs,
    #course-page .course-navs {
        gap: 8px;
        overflow-x: scroll;
    }
    #news-page .news-navs .navs-btn,
    #course-page .course-navs .navs-btn {
        font-size: 0.875rem;
        min-width: auto;
        white-space: nowrap;
    }
    #news-page .list-news,
    #course-page .list-course {
        gap: 1rem;
    }
    .news-item .item-info .meta {
        flex-wrap: wrap;
        font-size: 0.75rem;
        gap: 16px;
    }
    .content-text .meta {
        font-size: 0.75rem;
        gap: 16px;
    }
    .content-text .nav-links a {
        font-size: var(--text-fs-sm);
        width: 100%;
        padding: 12px 16px;
        gap: 12px;
    }
}

/*--- Course Page ---*/
.course-item {
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    border: var(--border-theme);
    overflow: hidden;
    height: 100%;
}

.course-item .item-thumb {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.course-item .item-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center center;
}

.course-item .item-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 15px;
}

.course-item .item-info .title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    flex: 1 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: var(--text-fs-lg);
    font-weight: var(--text-fw-medium);
    line-height: var(--text-lh-sm);
    color: var(--color-text-primary);
}

.course-item .item-info .excerpt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: var(--text-fs-base);
    line-height: var(--text-lh-sm);
    color: var(--color-text-secondary);
    margin-bottom: 0;
}

.course-item .meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    gap: 10px 20px;
    padding: 12px;
    min-height: 76px;
    border-radius: 10px;
    position: relative;
    background-color: var(--color-bg-light);
}

.course-item .meta-item {
    font-size: var(--text-fs-sm);
    display: flex;
    align-items: center;
    gap: 8px;
}

.courser-hero .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: -webkit-fill-available;
}

.courser-hero .thumbnail {
    aspect-ratio: 16 / 9;
    border-radius: 20px;
    overflow: hidden;
}

.courser-hero img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center center;
}

.content-course {
    padding-right: 24px;
}
.sidebar {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 24px;
    border-radius: 20px;
    border: var(--border-theme);
    box-shadow: 0px 8px 24px -2px rgba(0,0,0,.06),0px 2px 12px -2px rgba(0,0,0,.04);
}

.sticky-sidebar {
    position: sticky;
    top: 100px
}

.title-sidebar {
    margin-bottom: 16px;
}

.course-meta {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 16px;
}

.course-meta .meta-item {
    font-size: var(--text-fs-sm);
    display: flex;
    align-items: center;
    gap: 8px;
}

.course-sidebar .form-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.course-sidebar .form-content p {
    margin: 0;
    width: 100%;
}

.course-sidebar .form-content input,
.course-sidebar .form-content textarea {
    width: 100%;
    padding: 10px 15px;
    border-radius: 10px;
    border: var(--border-theme);
}

.course-sidebar .form-content input::placeholder,
.course-sidebar .form-content textarea::placeholder {
    font-size: var(--text-fs-base);
    font-weight: var(--text-fw-default);
    color: var(--color-text-muted);
}

.course-sidebar .form-content input:focus-visible,
.course-sidebar .form-content textarea:focus-visible,
.course-sidebar .form-content select:focus-visible {
    outline: solid 4px rgba(22, 29, 111, 0.07);
}

.course-sidebar .form-content select {
    font-weight: var(--text-fw-default);
    display: flex;
    padding: 10px 15px;
    align-items: center;
    border-radius: 10px;
    width: 100%;
    border: var(--border-theme);
    text-transform: capitalize;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    background-image: url(../images/icon-dropdown.svg);
    background-repeat: no-repeat;
    background-position: right 12px center;
}

.course-sidebar .form-content option {
    font-weight: var(--text-fw-default);
}

.course-sidebar .form-content textarea {
    height: 120px;
}

.course-sidebar .button input {
    font-size: var(--text-fs-base);
    font-weight: var(--text-fw-button);
    color: var(--color-white);
    width: 100%;
    border: none;
    border-radius: 10px;
    padding: 12px 15px;
    background-color: var(--color-primary);
}

.course-sidebar .button input:hover {
    background-color: var(--color-primary-hover);
}



/* Tổng thể */
.custom-accordion {
    padding: 24px 0;
}

.custom-accordion .accordion-item {
    border: var(--border-theme);
    border-radius: 16px;
    margin-bottom: 12px;
    overflow: hidden;
}

/* Header */
.custom-accordion .accordion-header {
    padding: 16px 24px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}

.custom-accordion .accordion-header:hover {
    background: var(--color-bg-light);
}

.custom-accordion .program-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.custom-accordion .title {
    font-size: 1.25rem;
    margin: 0;
}

.custom-accordion .icon-arrow {
    transition: transform 0.3s;
}

.custom-accordion .accordion-item.active .icon-arrow {
    transform: rotate(-180deg);
}

.custom-accordion .accordion-item.active .accordion-header {
    background: rgba(16, 85, 201, 0.15);
}

.custom-accordion .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: 0.1s ease-out;
    background: #fff;
}

.custom-accordion .content-inner {
    padding: 24px;
}

.custom-accordion .accordion-item.active .accordion-content {
    max-height: 100%;
}

/*--- Contact Page ---*/
.contact-info {
    padding: 40px 30px;
    border-radius: var(--border-radius-xl);
    background-color: var(--color-bg-light);
}

.contact-info h3 {
    font-size: 28px;
}

.contact-info h4 {
    font-size: 17px;
}

.contact-info span {
    font-size: var(--text-fs-sm);
    color: var(--color-text-secondary);
}

.contact-info p {
    font-size: var(--text-fs-base);
    color: var(--color-text-primary);
}

.contact-info .info {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 24px 0;
}   
     
.contact-info .info a:hover {
    font-weight: var(--text-fw-medium);
    color: var(--color-primary-hover);
}    
.contact-info .social .social-list {
    display: flex;
    gap: 15px;
    margin-top: 15px;
}

.contact-info .social a {
    display: inline-block;
    width: 28px;
    height: 28px;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding-left: 84px;
}

.contact-form .form-title h3 {
    margin-bottom: 12px;
}

.contact-form .form-content {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 8px;
    margin-bottom: 24px;
}

.contact-form .form-content p {
    margin: 0;
    width: 100%;
}

.contact-form .form-content .fw50 {
    width: calc(50% - 4px);
}

.contact-form .form-content input,
.contact-form .form-content textarea {
    width: 100%;
    padding: 12px 16px;
    border-radius: 10px;
    border: var(--border-theme);
}

.contact-form .form-content input::placeholder,
.contact-form .form-content textarea::placeholder {
    font-size: var(--text-fs-base);
    font-weight: var(--text-fw-default);
    color: var(--color-text-muted);
}

.contact-form .form-content input:focus-visible,
.contact-form .form-content textarea:focus-visible {
    outline: solid 4px rgba(22, 29, 111, 0.07);
}

.contact-form .form-content textarea {
    height: 120px;
}

.contact-form .button input {
    font-size: var(--text-fs-base);
    font-weight: var(--text-fw-button);
    color: var(--color-white);
    width: 100%;
    border: none;
    border-radius: 10px;
    padding: 13px 16px;
    background-color: var(--color-primary);
}

.contact-form .button input:hover {
    background-color: var(--color-primary-hover);
}

@media (max-width:991px) {
    .contact-top {
    flex-direction: column;
    gap: 20px;
    padding: 24px 15px;
    border-radius: var(--border-radius-xl);
    }

    .contact-info {
        width: 100%;
        padding: 24px 16px;
    }

    .contact-info .title h2 {
        font-size: var(--text-fs-2xl);
    }

    .contact-info .title p {
        font-size: var(--text-fs-base);
    }

    .contact-info .info {
        gap: 5px;
        padding: 10px 0;
    }

    .contact-info .info span svg {
        margin-right: 5px;
    }

    .contact-info .social {
        margin-top: 15px;
    }

    .contact-form {
        width: 100%;
        gap: 1.5rem;
        padding: 2.5rem 0 0;
    }
    .contact-form .form-content .fw50 {
        width: 100%;
    }
}

/*--- 404 Page ---*/
.box_error404 {
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
}
.box_error404 .big {
    text-align: center;
    margin-bottom: 40px;
}
.box_error404 h2 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: var(--color-text-primary)
}
.box_error404 p {
    font-size: 17px;
    text-align: center;
    margin-bottom: 40px;
}
.box_error404 div.go a {
    display: table;
    font-size: var(--text-fs-base);
    font-weight: var(--text-fw-medium);
    color: var(--color-primary);
    padding: 12px 24px;
    border-radius: var(--border-radius-round);
    border: var(--border-custom) var(--color-primary);
}
.box_error404 div.go a:hover {
    color: var(--color-white);
    background:  var(--color-primary-hover);
    border: var(--border-custom) var(--color-primary-hover);
}





/*--- Table of Contents (TOC) ---*/
.toc-container {
    position: sticky;
    top: 110px;
    padding-right: 36px;
}

.toc-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.toc-title {
    font-size: var(--text-fs-md);
    font-weight: var(--text-fw-semibold);
    color: var(--color-text-primary);
    border-left: 4px solid var(--color-primary-hover);
    padding-left: 12px;
}

#toc-toggle {
    font-size: var(--text-fs-sm);
    color: var(--color-primary-hover);
    border: none;
    cursor: pointer;
    background: none;
}

.toc-list {
    list-style: none;
    padding: 0;
    margin-top: 15px;
    transition: all 0.3s ease;
}

.toc-list li {
    margin-bottom: 8px;
}

.toc-list li:last-child {
    margin-bottom: 12px;
}

.toc-list a {
    font-size: 15px;
    font-weight: var(--text-fw-medium);
    color: var(--color-text-secondary);
    transition: all 0.2s;
    display: inline-block;
}

.toc-list a:hover {
    color: var(--color-primary-hover);
}

/* Hiệu ứng khi đang xem đến mục đó (Scrollspy) */
.toc-link.active {
    font-weight: var(--text-fw-medium);
    color: var(--color-primary-hover);
    transform: translateX(5px);
}

.toc-sublist {
    list-style: none;
}
    
.toc-sublist a {
    display: inline-block;
    font-size: 15px;
    font-weight: var(--text-fw-default);
    color: var(--color-text-secondary);
    transition: all 0.2s;
}

.toc-sublist a:hover {
    color: var(--color-primary-hover);
}

/* Khoảng cách để không bị đè bởi Header khi cuộn */
.toc-heading {
    scroll-margin-top: 100px;
}

@media (max-width:767px) {
    .toc-container {
        padding: 0 0 2rem;
    }
}