:root {
    /* ===============================
    COLOR SYSTEM
    =============================== */
    --color-primary: #F63D18;
    --color-primary-hover: #F63D18;
    --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: #0F0F0F;
    --color-text-secondary: #808080;
    --color-text-muted: #9ca3af;

    --color-bg-body: #ffffff;
    --color-bg-section: #f9fafb;
    --color-bg-light: #f0f0f0;
    --color-bg-dark: #0F0F0F;

    --color-border: #e5e7eb;

    /* ===============================
    TYPOGRAPHY
    =============================== */
    --font-primary: 'Sora', sans-serif;
    --font-secondary: 'Inter', 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: 400;
    --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;
    }
}

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

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.25;
} 
.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: 700;
}
.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;
    min-width: 100%;
    max-width: 100%;
}
figure img {
    margin: 0 0 0.5rem;
    min-width: 100%;
    max-width: 100%;
}
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, 1.5rem);
    padding-left: var(--bs-gutter-x, 1.5rem);
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
        padding-right: var(--bs-gutter-x, 1.5rem);
        padding-left: var(--bs-gutter-x, 1.5rem);
    }
}
@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: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1360px;
    }
}
@media (min-width: 1600px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1584px;
    }
}
.row {
    --bs-gutter-x: 3rem;
    --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: 120px 0;
}

@media (max-width:767px) {
    section,
    .content-page {
    padding: 60px 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);
}

/*--- HEADER ---*/
#site-header,
.header-navs-mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: transform 0.3s ease-in-out;
    padding: 30px 48px;
}

/* #site-header .logo-wrapper .branding_logo .logo-svg {
    color: #fff;
} */

#site-header .site-nav {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* #site-header .logo img {
    height: 60px;
    max-width: none;
} */

#site-header .header-navs {
    flex-grow: 1;
    position: relative;
    width: 100%;
}

#site-header .primary-menu {
    display: flex;
    justify-content: left;
    gap: 32px;
    width: 100%;
    list-style: none;
    margin: 0;
}

#site-header .primary-menu li {
    margin: 0;
}

#site-header .primary-menu a {
    font-size: 24px;
    font-weight: 600;
    padding: 12px 0;
}

#site-header .primary-menu .menu-item a:hover {
    color: var(--color-primary-hover);
}

#site-header .header-btn {
    width: 100%;
    display: flex;
    justify-content: right;
}
#site-header .btn-nav-mobile,
#site-header .btn-close-nav {
    width: 40px;
    height: 40px;
    padding: 8px;
}

#site-header .btn-contact {
    width: fit-content;
    padding: 12px 28px;
    border-radius: 100px;
    background-color: var(--color-primary);
    color: var(--color-white);
    text-align: center;
    cursor: pointer;
}

#site-header .btn-contact a {
    font-size: 18px;
    font-weight: 700;
}

#site-header .btn-contact i {
    margin-left: 8px;
}

#site-header .btn-contact a:hover {
    color: unset;
}   

@media screen and (max-width: 767px) {
    #site-header,
    .header-navs-mobile {
        padding: 20px 16px 20px 24px;
    }

    #site-header .site-nav {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        height: 100svh;
    }

    #site-header .logo img,
    #site-header .header-navs img,
    #site-header .header-navs.active img {
        max-height: 40px;
    }

    #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: var(--color-text-primary);
    }

    #site-header .header-navs.active {
    right: 0;
    opacity: 1;
    visibility: visible;
    touch-action: none;
    -ms-touch-action: none;
    }

    #site-header .header-navs-mobile {
        display: flex;
        justify-content: end;
        align-items: center;
        width: 100%;
        padding: 20px 16px;
    }

    #site-header .header-navs-mobile .logo-mobile {
        width: auto;
        height: 40px;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    #site-header .primary-menu {
        flex-direction: column;
        flex-wrap: wrap;
        align-items: flex-start;
        align-self: stretch;
        justify-content: center;
        gap: 0;
        padding: 0 24px;
        height: 100%;
    }

    #site-header .primary-menu li {
        display: block;
        position: relative;
        color: var(--color-white);
        padding: 8px 0;
        width: 100%;
        margin: 0;
    }

    #site-header .primary-menu li a {
        display: block;
        width: 100%;
    }

    #site-header .primary-menu a {
        font-size: 10vw;
        font-weight: 600;
        text-align: center;
        padding: 0;
    }

    #site-header .primary-menu .menu-item a:hover {
        color: var(--color-white);
    }

    #site-header .header-btn {
        width: 100%;
        display: flex;
        justify-content: right;
    }

    #site-header .btn-contact {
        width: fit-content;
        padding: 12px 28px;
        border-radius: 100px;
        background-color: var(--color-primary);
        color: var(--color-white);
        text-align: center;
        cursor: pointer;
        margin-bottom: 40px;
    }

    #site-header .btn-contact a {
        font-size: 18px;
        font-weight: 700;
    }

    #site-header .btn-contact i {
        margin-left: 8px;
    }

    #site-header .btn-contact a:hover {
        color: unset;
    }   
}


/*--- FOOTER ---*/
.site-footer {
    background-color: var(--color-bg-dark);
}

.site-footer ul,
.site-footer ul li {
    margin: 0;
    padding: 0;
}

.site-footer .layout {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    color: var(--color-white);
    list-style: none;
    padding: 120px 0 20px 0;
    min-height: 100svh;
}

.site-footer p {
    display: inline-block;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 0;
}    

.site-footer .footer-top ul {
    list-style: none;
    font-size: 48px;
    line-height: 1.4;
    font-weight: 700;
}    

.site-footer .footer-top span {
    display: inline-block;
    font-size: 18px;
    margin: 8px 0;
    width: fit-content;
}        

.site-footer .contact {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: fit-content;

}        

.site-footer .info-company {
    width: fit-content;
}        

.site-footer .info-company img {
    width: 20px;
    margin-right: 8px;
}        

.site-footer .column-left {
    display: flex;
    flex-direction: column;
    gap: 48px;
    padding-right: 240px;
}

.site-footer .column-left .btn-contact {
    width: fit-content;
    padding: 12px 28px;
    border-radius: 100px;
    background-color: var(--color-white);
    font-size: 18px;
    font-weight: 700;
    color: var(--color-text-primary);
    text-align: center;
    cursor: pointer;
}    

.site-footer .column-left .btn-contact:hover {
    background-color: var(--color-primary);
    color: var(--color-white);
}    

.site-footer .column-left .btn-contact a:hover {
    color: var(--color-white);
}    

.site-footer .column-left .btn-contact i {
    margin-left: 8px;
}

.site-footer .column-right {
    display: flex;
    flex-direction: row;
    gap: 48px;
}

.site-footer .column-right .footer-navs {
    width: 100%;
    padding: 0 0 0 60px;
}

.site-footer .column-right .list-social {
    display: flex;
    gap: 24px;
}

.site-footer .column-right .list-social img {
    filter: contrast(200%) invert(100%);
}

.site-footer .footer-bottom {
    font-size: 13px;
    color: var(--color-text-secondary);
}

.site-footer .footer-bottom .logo img {
    width: 100%;
}

.site-footer .footer-bottom .legal {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 20px 0px;
}

.site-footer .footer-bottom .legal-menu {
    display: flex;
    flex-direction: row;
    gap: 48px;
    list-style: none;
}

.site-footer .footer-bottom .legal a:hover {
    color: var(--color-white);
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
    .site-footer .layout {
    padding: 60px 0 0 0;
    }

    .site-footer p {
    font-size: 24px;
    }    

    .site-footer .footer-top ul {
        font-size: 32px;
        line-height: 1.8;
    }    

    .site-footer .footer-top span {
        font-size: 15px;
        width: 100%;
    }        

    .site-footer .contact {
        gap: 24px;
        width: 100%;

    }        

    .site-footer .info-company {
        width: 100%;
    }
    
    .site-footer .info-company img {
        display: none;
    }        

    .site-footer .column-left {
        gap: 24px;
        padding: 0;
    }

    .site-footer .column-left .btn-contact {
        background-color: var(--color-primary);
        font-size: 16px;
        color: var(--color-white);
    }    

    .site-footer .column-right {
        flex-direction: column;
        gap: 32px;
    }

    .site-footer .column-right .footer-navs {
        padding: 40px 0 0 0;
    }

    .site-footer .column-right .list-social {
        gap: 20px;
    }

    .site-footer .footer-bottom {
        font-size: 12px;
        margin-top: 60px;
    }

    .site-footer .footer-bottom .legal {
        flex-direction: column-reverse;
        align-items: center;
        gap: 20px;
        margin: 30px 0px;
    }

    .site-footer .footer-bottom .legal-menu {
        gap: 20px;
        width: 100%;
        justify-content: space-between;
    }
}

/*--- HOME PAGE ---*/
#home-page .title-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

#home-page .hero-banner {
    height: 200vh;
    position: relative;
    width: 100%;
    background-color: #000;
}

#home-page .hero-banner .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center center;
}     

#home-page .hero-banner .hero-sticky {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
    overflow: hidden;
}    

#home-page .hero-banner .hero-title {
    position: absolute;
    top: 100vh; 
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center;
}

#home-page .hero-banner .hero-title h2 {
    font-size: 70px;
    font-weight: 700;
    text-align: center;
    color: rgba(255, 255, 255, 0.4);
    max-width: 1056px;
}

@media screen and (max-width: 767px) {
    #home-page .hero-banner .hero-title {
        padding: 0 20px;
    }

    #home-page .hero-banner .hero-title h2 {
        font-size: 40px;
    }
}


#home-page .services-section,
.services-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100svh;
    background-color: var(--color-white);
    overflow: unset;
}

#home-page .services-section .container,
.services-section .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#home-page .services-section .title-section,
.services-section .title-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 1;
    height: 100svh;
}

#home-page .services-section .title-section span,
.services-section .title-section span {
    font-size: 25svh;
    font-weight: 800;
    line-height: 1;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
    animation: fadeIn 1.5s ease-in-out;
}

#home-page .services-section .title-section h2,
.services-section .title-section h2 {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    color: var(--color-text-primary);
    max-width: 1056px;
}

.services-section .list_services {
    position: relative;
    width: 30vw;
    height: 60svh;
    z-index: 2;
}

.services-section .card {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f1f3f2;
    border-radius: 8px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.15);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    aspect-ratio: 1;
    transform: translateY(120vh);
}

.services-section .card h3 {
    font-size: 60px;
    font-weight: 800;
    margin-bottom: 20px;
}

.services-section .card span {
    font-size: 20px;
}

.services-section .card p {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    #home-page .services-section .title-section,
    .services-section .title-section {
        padding: 0 20px;
        height: fit-content;
    }

    #home-page .services-section .title-section span,
    .services-section .title-section span {
        font-size: 60px;
    }

    #home-page .services-section .title-section h2,
    .services-section .title-section h2 {
        font-size: 24px;
    }

    .services-section .list_services {
        width: 100%;
        height: 60svh;
    }

    .services-section .card {
        padding: 30px;
    }

    .services-section .card h3 {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .services-section .card span {
        font-size: 18px;
    }

    .services-section .card p {
        font-size: 20px;
    }
}


#home-page .about-section .title-section,
.about-section .title-section {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#home-page .about-section .title-section h2,
.about-section .title-section h2 {
    font-size: 70px;
    font-weight: 800;
    text-align: center;
    color: var(--color-text-secondary);
    max-width: 1056px;
    margin-bottom: 40px;
}

#home-page .about-section button {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: var(--color-white);
    padding: 0 30px;
    background-color: var(--color-text-primary);
    border: none;
    border-radius: 100px;
    height: 56px;
}

@media screen and (max-width: 767px) {
    #home-page .about-section .title-section,
    .about-section .title-section {
        margin-bottom: 40px;
    }
    #home-page .about-section .title-section h2,
    .about-section .title-section h2 {
        font-size: 40px;
    }

    #home-page .about-section button {
        height: 50px;
    }
}


.cta-contact-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--color-primary);
}

.cta-contact-section .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1056px;
}

.cta-contact-section .title-section,
.cta-contact-section .title-section {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cta-contact-section .title-section span,
.cta-contact-section .title-section span {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    color: var(--color-text-primary);
    margin-bottom: 40px;
}

.cta-contact-section .title-section h2,
.cta-contact-section .title-section h2 {
    font-size: 100px;
    font-weight: 800;
    line-height: 1.1;
    text-align: center;
    color: var(--color-text-primary);
    margin-bottom: 80px;
}

.cta-contact-section button {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: var(--color-white);
    padding: 0 30px;
    background-color: var(--color-text-primary);
    border: none;
    border-radius: 100px;
    width: fit-content;
    min-width: 240px;
    height: 56px;
}

@media screen and (max-width: 767px) {
    .cta-contact-section .container {
        width: 100%;;
    }
    .cta-contact-section .title-section span,
    .cta-contact-section .title-section span {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .cta-contact-section .title-section h2,
    .cta-contact-section .title-section h2 {
        font-size: 44px;
        margin-bottom: 40px;
    }
}


/* #home-page .work-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 .work-section .info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

#home-page .work-section img {
    width: fit-content;
    height: 60px;
    margin-bottom: 12px;
}

#home-page .work-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);
} */

.partner-section .title-section h2 {
    font-size: 50px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 40px;
}

.partner-section .item {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    overflow: hidden;
    margin-bottom: 20px;
    aspect-ratio: 4 / 3;
}    

.partner-section .item img {
    width: fit-content;
    height: fit-content;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center center;
}

@media screen and (max-width: 767px) {
    .partner-section .title-section h2 {
        font-size: 30px;
    }

    .partner-section .item {
        overflow: hidden;
        margin-bottom: 0;
    }    

    .partner-section .item img {
        width: fit-content;
        height: fit-content;
        -o-object-fit: cover;
        object-fit: cover;
        object-position: center center;
    }
}

.news-section .title-section h2 {
    font-size: 50px;
    font-weight: 800;
    text-align: center;
    max-width: 800px;
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
    .news-section .title-section h2 {
        font-size: 30px;
    }
}

/*--- WORK PAGE ---*/
#work-content .content-page {
    padding: 0;
}

#work-content .work-hero {
    position: relative;
    width: 100%;
    height: 100vh; /* Chiều cao bằng 100% màn hình */
    display: flex;
    align-items: center;
    overflow: hidden;
    background-color: #0f0f0f;
}

#work-content .work-hero .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); /* Lớp phủ đen mờ */
}

#work-content .work-hero .thumbnail {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
}

#work-content .work-hero img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center center;
}

#work-content .work-hero .info {
    z-index: 1;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-width: 1536px;
    height: 100vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-bottom: 120px;
}

#work-content .work-hero .info h1 {
    font-size: 100px;
    font-weight: 800;
    line-height: 1;
    color: var(--color-white);
    margin-bottom: 40px;
    animation: fadeIn 1.5s ease-out;
}

#work-content .work-hero .info p {
    font-size: 30px;
    font-weight: 600;
    color: var(--color-white);
    margin-bottom: 20px;
    animation: fadeIn 1.5s ease-out;
}

#watchBtn {
    transform: skewX(20deg);
    transform-origin: 0 0;
    background-color: #fff;
    display: inline-block;
    padding: 0 32px;
    margin: 0;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    min-width: 130px;
    width: fit-content;
    height: 50px;
    transition: all ease .1s;
    box-shadow: inset 0 0 0 0 #fecc00;
    border: none;
}

#watchBtn h4 {
    transform: skewX(-20deg);
    color: #000;
    padding: 0;
    margin: 0;
    font-size: 24px;
    font-weight: 700;
}

#work-page .work-header {
    margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
    #work-page .work-header {
        margin-bottom: 40px;
    }
}

/*--- WORK PAGE/Detail ---*/
#work-content .content-page .content-work .top {
    display: flex;
    flex-direction: column;
}

#work-content .content-page .content-work .grid {
    display: flex;
    gap: 200px;
    padding: 120px 0;
}

#work-content .content-page .content-work .grid .left,
#work-content .content-page .content-work .grid .right {
    flex: 1;
}

#work-content .content-page .content-work .grid .left h2,
#work-content .content-page .content-work .grid .right h2,
#work-content .content-page .content-work .the-results h2 {
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 30px;
}

#work-content .content-page .content-work .grid .left p,
#work-content .content-page .content-work .grid .right p,
#work-content .content-page .content-work .the-results p {
    font-size: 20px;
}


#work-content .content-page .content-work .bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: solid 1px var(--color-text-primary);
}
#work-content .content-page .content-work .the-results {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1056px;
    padding: 120px 0;
}

#work-content .content-page .related-work {
    display: flex;
    flex-direction: column;
    gap: 60px;
    align-items: center;
    padding: 120px 80px;
}

#work-content .content-page .related-work h2 {
    font-size: 40px;
    font-weight: 800;
}

#work-content .content-page .list-related {
    max-width: 924px;
}

.work-item,
.news-item {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    height: 100%;
}

.work-item .item-thumb,
.news-item .item-thumb {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.work-item .item-thumb img,
.news-item .item-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center center;
    transition: transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1), filter 0.5s, -webkit-transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-filter 0.5s;
}

.work-item .item-thumb img:hover,
.news-item .item-thumb img:hover {
    transform: scale(1.07);
}

.work-item .item-info,
.news-item .item-info {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-top: 30px;
}

.work-item .item-info .title a,
.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: 24px;
    font-weight: 700;
    line-height: 2rem;
    color: var(--color-text-primary);
}

.work-item .item-info .excerpt,
.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: 18px;
    line-height: 1.4;
    color: var(--color-text-secondary);
}

@media screen and (max-width: 767px) {
    .work-item,
    .news-item {
        display: flex;
        flex-direction: column;
        overflow: hidden;
        height: 100%;
    }

    .work-item .item-thumb,
    .news-item .item-thumb {
        width: 100%;
        aspect-ratio: 16 / 9;
        overflow: hidden;
    }

    .work-item .item-thumb img,
    .news-item .item-thumb img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        object-position: center center;
        transition: transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1), filter 0.5s, -webkit-transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-filter 0.5s;
    }

    .work-item .item-thumb img:hover,
    .news-item .item-thumb img:hover {
        transform: scale(1.07);
    }

    .work-item .item-info,
    .news-item .item-info {
        gap: 12px;
        padding-top: 20px;
    }

    .work-item .item-info .title a,
    .news-item .item-info .title a {
        font-size: 20px;
        line-height: 1.4;
    }

    .work-item .item-info .excerpt,
    .news-item .item-info .excerpt {
        font-size: 16px;
    }
}

.workr-hero .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: -webkit-fill-available;
}

.workr-hero .thumbnail {
    aspect-ratio: 16 / 9;
    border-radius: 20px;
    overflow: hidden;
}

.workr-hero img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center center;
}

.content-work {
    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;
}

.work-meta {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 16px;
}

.work-meta .meta-item {
    font-size: var(--text-fs-sm);
    display: flex;
    align-items: center;
    gap: 8px;
}

.work-sidebar .form-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.work-sidebar .form-content p {
    margin: 0;
    width: 100%;
}

.work-sidebar .form-content input,
.work-sidebar .form-content textarea {
    width: 100%;
    padding: 10px 15px;
    border-radius: 10px;
    border: var(--border-theme);
}

.work-sidebar .form-content input::placeholder,
.work-sidebar .form-content textarea::placeholder {
    font-size: var(--text-fs-base);
    font-weight: var(--text-fw-default);
    color: var(--color-text-muted);
}

.work-sidebar .form-content input:focus-visible,
.work-sidebar .form-content textarea:focus-visible,
.work-sidebar .form-content select:focus-visible {
    outline: solid 4px rgba(22, 29, 111, 0.07);
}

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

.work-sidebar .form-content option {
    font-weight: var(--text-fw-default);
}

.work-sidebar .form-content textarea {
    height: 120px;
}

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

.work-sidebar .button input:hover {
    background-color: var(--color-primary-hover);
}

/*--- SERVICES PAGE ---*/
#services-page .cta-contact-section {
    margin-top: -25vh;
}

/*--- ABOUT PAGE ---*/
.hero-banner-video {
    position: relative;
    width: 100%;
    height: 100vh; /* Chiều cao bằng 100% màn hình */
    display: flex;
    align-items: center;
    padding: 0 10%;
    overflow: hidden;
}

/* Ảnh nền mờ (Background) */
.hero-banner-video .hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.hero-banner-video .hero-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center center;
}

.hero-banner-video .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); /* Lớp phủ đen mờ */
}

/* NỘI DUNG HERO */
.hero-banner-video .hero-title {
    z-index: 1;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 1056px;
    height: 100vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hero-banner-video .hero-title h2 {
    font-size: 100px;
    font-weight: 800;
    text-align: center;
    color: var(--color-white);
    margin-bottom: 40px;
    animation: fadeIn 1.5s ease-out;
}

/* NÚT WATCH VIDEO */
/* .hero-banner-video .watch-btn {
    display: inline-flex;
    align-items: center;
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    padding: 12px 30px;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
} */

.hero-banner-video .watch-btn:hover {
    background: #fff;
    color: #000;
}

.hero-banner-video .play-icon {
    margin-right: 10px;
    font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
    .hero-banner-video {
    position: relative;
    width: 100%;
    height: 100vh; /* Chiều cao bằng 100% màn hình */
    display: flex;
    align-items: center;
    padding: 0 10%;
    overflow: hidden;
    }

    /* Ảnh nền mờ (Background) */
    .hero-banner-video .hero-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

    .hero-banner-video .hero-bg img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        object-position: center center;
    }

    .hero-banner-video .hero-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6); /* Lớp phủ đen mờ */
    }

    /* NỘI DUNG HERO */
    .hero-banner-video .hero-title {
        z-index: 1;
        position: absolute;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        max-width: 1056px;
        height: 100vh;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .hero-banner-video .hero-title h2 {
        font-size: 40px;
        margin-bottom: 30px;
    }

    .hero-banner-video .watch-btn:hover {
        background: #fff;
        color: #000;
    }

    .hero-banner-video .play-icon {
        margin-right: 10px;
        font-size: 1.2rem;
    }
}

/* ========================================= */
/* VIDEO MODAL (POP-UP)                      */
/* ========================================= */
.video-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.video-modal.active {
    opacity: 1;
    visibility: visible;
}

.modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    cursor: pointer;
}

.modal-content {
    position: relative;
    width: 90%;
    max-width: 1000px;
    z-index: 10000;
    background: #000;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

/* Tỷ lệ khung hình 16:9 cho Iframe */
.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
    border-radius: 8px;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.close-btn {
    position: absolute;
    top: -40px;
    right: 0;
    background: none;
    border: none;
    color: #fff;
    font-size: 2.5rem;
    cursor: pointer;
    transition: color 0.3s ease;
}

.close-btn:hover {
    color: #ffcc00; /* Màu vàng nhấn đặc trưng */
}

/* RESPONSIVE CHO ĐIỆN THOẠI */
@media (max-width: 768px) {
    .hero-content h1 { font-size: 2.8rem; }
    .hero-section { padding: 0 5%; }
    .close-btn { right: 10px; top: -45px; }
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

#about-page .swiper-button-next {
    right: 0;
}

#about-page .swiper-button-prev {
    left: 0;
}

#about-page .swiper-button-next,
#about-page .swiper-button-prev {
    font-size: var(--text-fs-xs);
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: rgba(0, 0, 0, 0.2);
    top: calc(50% - 25px);
}

#about-page .swiper-button-next::after,
#about-page .swiper-button-prev::after {
    font-size: var(--text-fs-xs);
    color: var(--color-white);
}

#about-page .swiper-button-next svg path,
#about-page .swiper-button-prev svg path {
    fill: var(--color-white);
}

#about-page .swiper-button-disabled {
    opacity: 0;
}

#about-page .cta-work-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--color-white);
}

#about-page .cta-work-section .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#about-page .cta-work-section .title-section,
.cta-work-section .title-section {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#about-page .cta-work-section .title-section h2,
.cta-work-section .title-section h2 {
    font-size: 50px;
    font-weight: 800;
    text-align: center;
    color: var(--color-text-primary);
    max-width: 1056px;
    margin-bottom: 40px;
}

#about-page .cta-work-section .title-section span,
.cta-work-section .title-section span {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    color: var(--color-text-primary);
    max-width: 1056px;
    margin-bottom: 40px;
}

#about-page .cta-work-section button {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: var(--color-white);
    padding: 0 30px;
    background-color: var(--color-text-primary);
    border: none;
    border-radius: 100px;
    width: fit-content;
    min-width: 240px;
    height: 56px;
}

@media screen and (max-width: 767px) {
    #about-page .cta-work-section .title-section h2,
    .cta-work-section .title-section h2 {
        font-size: 30px;
        width: 100%;
        margin-bottom: 30px;
    }

    #about-page .cta-work-section .title-section span,
    .cta-work-section .title-section span {
        font-size: 18px;
        width: 100%;
        margin-bottom: 30px;
    }

    #about-page .cta-work-section button {
        font-size: 15px;
        padding: 0 28px;
        height: 50px;
        min-width: unset;
    }
}

.team-section {
    background-color: var(--color-white);
}

.team-section .title-section {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.team-section .title-section span {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: var(--color-primary);
    margin-bottom: 30px;
}

.team-section .title-section h2 {
    font-size: 50px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 60px;
    max-width: 800px;
}

.team-section .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 24px;
}

.team-section .image {
    aspect-ratio: 5 / 6;
    overflow: hidden;
    position: relative;
}

.team-section .info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin-top: 30px;
}

.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: 20px;
    font-weight: 700;
    text-align: center;
}

.team-section .item span {
    font-size: 14px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .team-section .title-section span {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .team-section .title-section h2 {
        font-size: 30px;
        margin-bottom: 40px;
    }
}

.testimonials-section {
    background-color: var(--color-white);
}

.testimonials-section .container {
    display: flex;
    align-items: flex-start; 
}

.testimonials-section .left-column {
    flex: 0 0 50%;
    position: -webkit-sticky;
    position: sticky;
    top: 35%;
    padding-right: 132px;
}

.testimonials-section .left-column h2 {
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 40px;
}

.testimonials-section .left-column p {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    color: var(--color-text-primary);
}

.testimonials-section .right-column {
    display: flex;
    flex-direction: column;
}

.testimonials-section .right-column .item {
    display: flex;
    flex-direction: column;
    gap: 40px;
    overflow: hidden;
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: solid 1px #808080;
}

.testimonials-section .right-column .item:last-child {
    padding: 0;
    margin: 0;
    border-bottom: none;
}

.testimonials-section .right-column .item img {
    width: fit-content;
    max-height: 50px;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center center;
}

.testimonials-section .right-column .item p {
    font-size: 20px;
    margin-bottom: 0;
}

.testimonials-section .right-column .item span {
    font-size: 16px;
    text-align: end;
}

@media screen and (max-width: 767px) {
    .testimonials-section {
    background-color: var(--color-white);
    }

    .testimonials-section .container {
        display: flex;
        flex-direction: column;
        align-items: unset;
        gap: 40px; 
    }

    .testimonials-section .left-column {
        flex: 0 0 50%;
        position: relative;
        top: 0;
        padding-right: 0;
    }

    .testimonials-section .left-column h2 {
        font-size: 40px;
        font-weight: 800;
        margin-bottom: 30px;
    }

    .testimonials-section .left-column p {
        font-size: 20px;
        font-weight: 600;
        line-height: 1.4;
        color: var(--color-text-primary);
    }

    .testimonials-section .right-column {
        display: flex;
        flex-direction: column;
    }

    .testimonials-section .right-column .item {
        display: flex;
        flex-direction: column;
        gap: 20px;
        overflow: hidden;
        padding-bottom: 40px;
        margin-bottom: 40px;
        border-bottom: solid 1px #808080;
    }

    .testimonials-section .right-column .item:last-child {
        padding: 0;
        margin: 0;
        border-bottom: none;
    }

    .testimonials-section .right-column .item img {
        width: fit-content;
        max-width: 50svw;
        max-height: 50px;
        -o-object-fit: cover;
        object-fit: cover;
        object-position: center center;
    }

    .testimonials-section .right-column .item p {
        font-size: 17px;
    }

    .testimonials-section .right-column .item span {
        font-size: 14px;
        text-align: end;
    }
}

/*--- NEWS PAGE ---*/
@media screen and (max-width: 767px) {
    ::-webkit-scrollbar {
    display: none;
    }
}

#news-page .news-header {
    margin: 60px 0;
}
@media screen and (max-width: 767px) {
    #news-page .news-header {
        margin: 40px 0;
    }
}
#work-page .work-header,
#news-page .news-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 48px;
}

#news-page .news-header h2,
#work-page .work-header h2 {
    font-size: 50px;
    font-weight: 800;
}

#news-page .news-navs,
#work-page .work-navs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-self: stretch;
    gap: 12px;
}

@media screen and (max-width: 767px) {
    #work-page .work-header,
    #news-page .news-header {
        gap: 12px;
    }

    #news-page .news-header h2,
    #work-page .work-header h2 {
        font-size: 40px;
    }

    #news-page .news-navs,
    #work-page .work-navs {
        overflow-x: scroll;
    }
}
    

#news-page .news-navs .navs-btn,
#work-page .work-navs .navs-btn {
    font-size: 15px;
    font-weight: 500;
    color: var(--color-text-primary);
    padding: 10px 20px;
    border-radius: var(--border-radius-round);
    background: var(--color-bg-light);
}

@media screen and (max-width: 767px) {
    #news-page .news-navs .navs-btn,
    #work-page .work-navs .navs-btn {
        font-size: 13px;
        min-width: auto;
        white-space: nowrap;
    }
}

#news-page .news-group,
#work-page .work-group {
    display: flex;
    flex-direction: column;
    gap: 90px;
}

#news-page .news-group .news-box,
#work-page .work-group .work-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#news-page .news-title,
#work-page .work-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#news-page .news-title h3,
#work-page .work-title h3 {
    font-size: 40px;
    font-weight: 700;
}

#news-page .news-title a,
#work-page .work-title a {
    font-size: 17px;
    font-weight: 600;
    color: var(--color-primary-hover);
    min-width: fit-content;
}

#news-page .news-title a i,
#work-page .work-title a i {
    margin-left: 8px;
}

.list-news,
.list-work {
    gap: 90px 0;
}
@media screen and (max-width: 767px) {
    #news-page .news-group,
    #work-page .work-group {
        gap: 60px;
    }

    #news-page .news-title h3,
    #work-page .work-title h3 {
        font-size: 30px;
    }

    #news-page .news-title a,
    #work-page .work-title a {
        font-size: 15px;
    }

    .list-news,
    .list-work {
        gap: 50px 0;
    }
}

.archive-header h2 {
    font-size: 50px;
    font-weight: 800;
    margin: 60px 0;
}

.news-item .item-info .meta {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 16px;
    color: var(--color-text-secondary);
}

.news-item .item-info .meta .meta-item {
    display: flex;
    align-items: center;
    gap: 4px;
}

@media screen and (max-width: 767px) {
    .news-item .item-info .meta {
        display: flex;
        align-items: center;
        gap: 20px;
        font-size: 16px;
        color: var(--color-text-secondary);
    }

    .news-item .item-info .meta .meta-item {
        font-size: 12px;
    }
}

#news-content .content-page .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#news-content .content-page .top {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    width: 100%;
    padding-top: 60px;
}

#news-content .content-page .top h1 {
    font-size: 40px;font-weight: 800;
    text-align: center;
    max-width: 50vw;
}

#news-content .content-page .top p {
    font-size: 20px;
    text-align: center;
    margin: 0;
    max-width: 50vw;
}

#news-content .content-page .top .meta {
    display: flex;
    gap: 24px;
    align-items: center;
    margin-bottom: 16px;
    max-width: 50vw;
}

#news-content .content-page .top .meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--color-text-secondary);
}

#news-content .content-page .top .big-thumb {
    width: 100%;
    height: 75vh;
    overflow: hidden;
}

#news-content .content-page .top .big-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center center;
}

#news-content .content-page .middle {
    padding: 60px 0 120px 0;
    max-width: 60vw;
}    

.content-text .top p {
    font-size: var(--text-fs-md);
}

.content-text .navs-post {
    margin-top: 60px;
}

.content-text .nav-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.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: 600;
    color: var(--color-text-primary);
    width: fit-content;
    min-width: 220px;
    padding: 12px 24px;
    border-radius: 12px;
    border: solid 1px var(--color-text-primary);
    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;
    padding-top: 90px;
    border-top: solid 1px var(--color-text-primary);
}

.related-news .related-title {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 40px;
}

.related-news .list-related {
    display: flex;
    gap: 48px;
}

.related-news .news-item {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.related-news .item-thumb {
    width: 100%;
    aspect-ratio: 16 / 9;
}

/* .related-news .item-info {
    width: 65%;
    padding: 0 0 0 20px;
} */

.related-news .item-info .title a {
    font-size: 24px;
}

.related-news .item-info .excerpt {
    font-size: 16px;
}

.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: 12px;
    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(15, 15, 15, 0) 0%, rgba(15, 15, 15, 0.6) 50%, rgba(15, 15, 15, 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;
}

/*--- CONTACT PAGE ---*/
#contact-page {
    padding: 120px 0;
    background-color: var(--color-white);
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 60px 240px 0 240px;
}

.contact-form .form-title h2 {
    font-size: 50px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 12px;
}

.contact-form .form-content {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 24px;
}

.contact-form .form-content p {
    margin: 0;
    width: 100%;
}

.contact-form .form-content .fw50 {
    width: calc(50% - 12px);
}

.contact-form .form-content label {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
}

.contact-form .form-content input,
.contact-form .form-content textarea {
    width: 100%;
    padding: 16px 20px;
    border-radius: 8px;
    border: solid 1px #0f0f0f;
}

.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,
.contact-form .form-content select:focus-visible {
    outline: solid 6px rgba(15, 15, 15, 0.1);
}

.contact-form .form-content select {
    font-weight: var(--text-fw-default);
    display: flex;
    padding: 16px 20px;
    align-items: center;
    border-radius: 8px;
    width: 100%;
    border:  solid 1px #0f0f0f;
    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;
}

.contact-form .form-content option {
    font-weight: var(--text-fw-default);
}

.contact-form .form-content textarea {
    height: 120px;
}

.contact-form .button span {
    font-size: 13px;
}

.contact-form .button p {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.contact-form .button input {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: var(--color-white);
    padding: 0 30px;
    background-color: var(--color-text-primary);
    border: none;
    border-radius: 100px;
    width: fit-content;
    min-width: 240px;
    height: 56px;
}

.contact-form .button input:hover {
    background-color: var(--color-primary-hover);
}

@media screen and (max-width: 767px) {
    #contact-page {
        padding: 100px 0 60px 0;
    }

    .contact-form {
        gap: 20px;
        padding: 0;
    }

    .contact-form .form-title h2 {
        font-size: 30px;
    }

    .contact-form .form-content {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-bottom: 20px;
    }

    .contact-form .form-content .fw50 {
        width: 100%;
    }

    .contact-form .form-content label {
        font-size: 14px;
        margin-bottom: 4px;
    }

    .contact-form .form-content input,
    .contact-form .form-content textarea {
        padding: 10px 12px;
    }

    .contact-form .form-content input::placeholder,
    .contact-form .form-content textarea::placeholder {
        font-size: 15px;
    }

    .contact-form .form-content select {
        font-size: 14px;
        padding: 10px 15px;
    }

    /* .contact-form .form-content option {
        font-size: 14px;
    } */

    .contact-form .button span {
        font-size: 12px;
        text-align: center;
    }

    .contact-form .button p {
        flex-direction: column-reverse;
    }

    .contact-form .button input {
        width: 100%;
        height: 50px;
    }
}

/*--- 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);
}


/* 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%;
}


/*--- Table of Contents (TOC) ---*/
.toc-container {
    position: sticky;
    top: 110px;
    padding-left: 2.5vw;
}

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


/* --- Biến CSS cho các trạng thái --- */
:root {
    --header-bg: transparent;
    --nav-color: #0F0F0F;
    --logo-color: #F63D18; /* Màu cam */
    --btn-bg: #F63D18;
    --btn-color: #ffffff;
    --fill-menu: #ffffff
}

/* Base Header Setup */
.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-left,
.header-center,
.header-right {
    flex: 1;
}

.header-center {
    display: flex;
    justify-content: center;
}
@media screen and (max-width: 767px) {
    .header-center {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

.header-right {
    display: flex;
    justify-content: flex-end;
}

/* Nav Menu */
.site-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 30px;
}

/* .site-nav a {
    text-decoration: none;
    font-weight: 600;
    color: var(--nav-color);
    transition: color 0.4s ease;
} */

/* Button */
/* .btn-contact {
    background-color: var(--btn-bg);
    color: var(--btn-color);
    padding: 12px 24px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
} */

/* Logo SVG */
/* .header-center .logo {
    display: block;
    width: auto;
} */

/* .header-light .header-center .logo {
    transform: unset !important;
    width: auto !important;
} */

/* .logo-svg text {
    fill:  #F63D18;
    font-family: sans-serif;
    font-weight: 800;
    font-size: 32px;
    transition: fill 0.4s ease;
} */



/* Hero Video*/
.hero-banner video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    object-fit: cover; /* Bao phủ toàn màn hình */
    z-index: 1;
    pointer-events: none;
}

/* Lớp phủ đen làm tối video 50% */
.overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
}