/*! tailwindcss v4.1.4 | MIT License | https://tailwindcss.com */
@layer properties {
    @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {

        *,
        :before,
        :after,
        ::backdrop {
            --tw-border-style: solid;
        }
    }
}

@layer theme {
    :root {
        --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
            "Noto Color Emoji";
        --color-white: #fff;
        --spacing: 1rem;
        --font-weight-normal: 400;
        --font-weight-bold: 700;
        --default-font-family: var(--font-sans);
    }
}

@layer base {

    *,
    :after,
    :before,
    ::backdrop {
        box-sizing: border-box;
        border: 0 solid;
        margin: 0;
        padding: 0;
    }

    ::file-selector-button {
        box-sizing: border-box;
        border: 0 solid;
        margin: 0;
        padding: 0;
    }

    html {
        -webkit-text-size-adjust: 100%;
        -moz-tab-size: 4;
        -o-tab-size: 4;
        tab-size: 4;
        line-height: 1.5;
        font-family: var(--default-font-family,
                ui-sans-serif,
                system-ui,
                sans-serif,
                "Apple Color Emoji",
                "Segoe UI Emoji",
                "Segoe UI Symbol",
                "Noto Color Emoji"
            );
        font-feature-settings: var(--default-font-feature-settings, normal);
        font-variation-settings: var(--default-font-variation-settings, normal);
        -webkit-tap-highlight-color: transparent;
    }

    h1 {
        font-size: inherit;
        font-weight: inherit;
    }

    a {
        color: inherit;
        -webkit-text-decoration: inherit;
        text-decoration: inherit;
    }

    ul {
        list-style: none;
    }

    img {
        vertical-align: middle;
        display: block;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    button {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        opacity: 1;
        background-color: #0000;
        border-radius: 0;
    }

    ::file-selector-button {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        opacity: 1;
        background-color: #0000;
        border-radius: 0;
    }

    ::file-selector-button {
        margin-inline-end: 4px;
    }

    ::-moz-placeholder {
        opacity: 1;
    }

    ::placeholder {
        opacity: 1;
    }

    @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
        ::-moz-placeholder {
            color: currentColor;
        }

        ::placeholder {
            color: currentColor;
        }

        @supports (color: color-mix(in lab, red, red)) {
            ::-moz-placeholder {
                color: color-mix(in oklab, currentcolor 50%, transparent);
            }

            ::placeholder {
                color: color-mix(in oklab, currentcolor 50%, transparent);
            }
        }
    }

    ::-webkit-search-decoration {
        -webkit-appearance: none;
    }

    ::-webkit-date-and-time-value {
        min-height: 1lh;
        text-align: inherit;
    }

    ::-webkit-datetime-edit {
        display: inline-flex;
    }

    ::-webkit-datetime-edit-fields-wrapper {
        padding: 0;
    }

    ::-webkit-datetime-edit {
        padding-block: 0;
    }

    ::-webkit-datetime-edit-year-field {
        padding-block: 0;
    }

    ::-webkit-datetime-edit-month-field {
        padding-block: 0;
    }

    ::-webkit-datetime-edit-day-field {
        padding-block: 0;
    }

    ::-webkit-datetime-edit-hour-field {
        padding-block: 0;
    }

    ::-webkit-datetime-edit-minute-field {
        padding-block: 0;
    }

    ::-webkit-datetime-edit-second-field {
        padding-block: 0;
    }

    ::-webkit-datetime-edit-millisecond-field {
        padding-block: 0;
    }

    ::-webkit-datetime-edit-meridiem-field {
        padding-block: 0;
    }

    button {
        -webkit-appearance: button;
        -moz-appearance: button;
        appearance: button;
    }

    ::file-selector-button {
        -webkit-appearance: button;
        -moz-appearance: button;
        appearance: button;
    }

    ::-webkit-inner-spin-button {
        height: auto;
    }

    ::-webkit-outer-spin-button {
        height: auto;
    }

    @mixin default-font {
        font-family: Arial, Helvetica, sans-serif;
    }

    html {
        -webkit-text-size-adjust: none;
        -webkit-font-smoothing: subpixel-antialiased;
        -webkit-font-smoothing: antialiased;
        scroll-behavior: smooth;
        scroll-padding-top: 10.24rem;
        overflow-x: hidden !important;
    }

    @include on_min_tablet {
        scroll-padding-top: 11.6rem;
    }

    @include on_min_md_desktop {
        scroll-padding-top: 11.8rem;
    }

    *,
    :before,
    :after {
        box-sizing: inherit;
    }

    body {
        box-sizing: border-box;
        margin: 0;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1.6rem;
    }

    ::-moz-selection {
        color: #fff;
        background: #000;
    }

    ::selection {
        color: #fff;
        background: #000;
    }

    ::-webkit-selection {
        color: #fff;
        background: #000;
    }

    h1,
    p {
        margin: 0;
    }

    button {
        color: inherit;
        vertical-align: middle;
        text-align: center;
        text-transform: none;
        font: inherit;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        background: 0 0;
        border: 0;
        outline: 0;
        margin: 0;
        padding: 0;
        line-height: normal;
        text-decoration: none;
        display: inline-block;
        overflow: visible;
    }

    button {
        display: flex;
    }

    @mixin clearfix {
        :scope::after {
            content: "";
            display: table;
            clear: both;
        }
    }

    @mixin no-list-list {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    @mixin img-background {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .hamburger {
        transition: $basic-transition;
        z-index: 999;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 0.5rem;
        width: 5rem;
        height: 5rem;
        display: flex;
        position: relative;
    }

    -bar.hamburger {
        width: 3rem;
        height: 0.3rem;
        transition: $basic-transition;
        border-radius: 0.1rem;
        margin: 0 auto;
        display: block;
        position: absolute;
    }

    -bar.hamburger:first-of-type {
        top: 50%;
        transform: translateY(calc(-50% - 0.8rem));
    }

    -bar.hamburger:nth-of-type(3) {
        top: 50%;
        transform: translateY(calc(0.8rem - 50%));
    }
}

@layer components;

@layer utilities {
    .mx-auto {
        margin-inline: auto;
    }

    .flex {
        display: flex;
    }

    .hidden {
        display: none;
    }

    .h-\[8rem\] {
        height: 8rem;
    }

    .h-full {
        height: 100%;
    }

    .w-\[16rem\] {
        width: 16rem;
    }

    .w-full {
        width: 100%;
    }

    .max-w-\[1024px\] {
        max-width: 1024px;
    }

    .max-w-\[1220px\] {
        max-width: 1220px;
    }

    .flex-col {
        flex-direction: column;
    }

    .items-center {
        align-items: center;
    }

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

    .gap-1 {
        gap: calc(var(--spacing) * 1);
    }

    .gap-\[1\.6rem\] {
        gap: 1.6rem;
    }

    .gap-\[3\.2rem\] {
        gap: 3.2rem;
    }

    .border-b-\[0\.6rem\] {
        border-bottom-style: var(--tw-border-style);
        border-bottom-width: 0.6rem;
    }

    .border-b-\[\#3b6d92\] {
        border-bottom-color: #3b6d92;
    }

    .bg-\[\#003055\] {
        background-color: #003055;
    }

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

    .object-cover {
        -o-object-fit: cover;
        object-fit: cover;
    }

    .p-2 {
        padding: calc(var(--spacing) * 2);
    }

    .px-1 {
        padding-inline: calc(var(--spacing) * 1);
    }

    .px-3 {
        padding-inline: calc(var(--spacing) * 3);
    }

    .py-4 {
        padding-block: calc(var(--spacing) * 4);
    }

    .py-\[1\.5rem\] {
        padding-block: 1.5rem;
    }

    .py-\[10rem\] {
        padding-block: 10rem;
    }

    .paragraph {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 2rem;
        line-height: normal;
    }

    .text-\[1\.8rem\] {
        font-size: 1.8rem;
    }

    .text-\[2rem\] {
        font-size: 2rem;
    }

    .text-\[28\.8px\] {
        font-size: 28.8px;
    }

    .lh-normal {
        line-height: normal;
    }

    .font-bold {
        font-weight: var(--font-weight-bold);
    }

    .font-normal {
        font-weight: var(--font-weight-normal);
    }

    .text-white {
        color: var(--color-white);
    }

    .uppercase {
        text-transform: uppercase;
    }

    @media (min-width: 64rem) {
        .lg\:block {
            display: block;
        }

        .lg\:hidden {
            display: none;
        }

        .lg\:h-auto {
            height: auto;
        }

        .lg\:w-\[21\.5rem\] {
            width: 21.5rem;
        }

        .lg\:justify-start {
            justify-content: flex-start;
        }

        .lg\:gap-4 {
            gap: calc(var(--spacing) * 4);
        }

        .lg\:pl-\[3\.2rem\] {
            padding-left: 3.2rem;
        }

        .lg\:text-\[4\.8rem\] {
            font-size: 4.8rem;
        }
    }
}


.drawer-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 40;
    display: none;
}

/* Drawer panel */
.drawer {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    z-index: 50;
    transition: right 0.3s ease-in-out;
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.1);
    padding: 1rem;

    background-color: #003055;
    color: #fff;

    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.75);
    overflow: auto;
}

.drawer.open {
    right: 0;
}

.drawer-header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-weight: bold;
}

.link-tag {
    color: inherit;
    text-decoration: none;
    position: relative;
}

.link-tag:after {
    content: "";
    background-color: currentColor;
    width: 0;
    height: 2px;
    transition: width 0.3s;
    position: absolute;
    bottom: -8px;
    left: 0;
}

.link-tag:hover:after {
    width: 100%;
}

@property --tw-rotate-x {
    syntax: "*";
    inherits: false;
}

@property --tw-rotate-y {
    syntax: "*";
    inherits: false;
}

@property --tw-rotate-z {
    syntax: "*";
    inherits: false;
}

@property --tw-skew-x {
    syntax: "*";
    inherits: false;
}

@property --tw-skew-y {
    syntax: "*";
    inherits: false;
}

@property --tw-border-style {
    syntax: "*";
    inherits: false;
    initial-value: solid;
}

@property --tw-leading {
    syntax: "*";
    inherits: false;
}

@property --tw-font-weight {
    syntax: "*";
    inherits: false;
}

@property --tw-tracking {
    syntax: "*";
    inherits: false;
}

@property --tw-duration {
    syntax: "*";
    inherits: false;
}

@property --tw-ease {
    syntax: "*";
    inherits: false;
}


/* .open-jobs {
    padding: 48px 0;
    background-color: #003055;
}

.open-jobs h2 {
    font-size: 28.8px;
    line-height: normal;
    color: white;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
} */


/* Ẩn các phần tử cần hiệu ứng ngay từ khi tải HTML */
#careers-hero .coming-soon__text,
section:not(#careers-hero):not(#careers-icons):not(#careers-benefits):not(#careers-testimonials),
.careers-icons__item,
.card-v3,
.accordion--wrapper {
  visibility: hidden;
  opacity: 0;
}