/* -----------------------------css globe-------------- */
.row-grid {
    display: grid !important;
    padding: 0 15px !important;
}

.row-grid>div {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
}

.row-grid .col-inner {
    height: 100%;
}


/* -----------------------------section-1-------------- */

.tuyen-dung-1784191571821 {
    position: relative;
    overflow: hidden;
}

.tuyen-dung-1784191571821 .section-bg img.bg {
    width: auto !important;
    top: 50% !important;
    right: 0 !important;
    left: auto !important;

    transform: translateY(-50%) !important;
    object-position: right center !important;
}

.tuyen-dung-1784191571821::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 10%;
    pointer-events: none;
    background: linear-gradient(180deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.86) 72%,
            #fff 100%);
    z-index: 0;
}

.hero-td {
    position: relative;
    z-index: 1;
}

.hero-td .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    padding: 8px 14px;
    border-radius: 999px;
    background: var(--primary-soft);
    color: var(--primary-dark);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.hero-td .eyebrow i {
    font-size: 16px;
}

.hero-td h1 {
    font-size: clamp(36px, 5vw, 56px);
    line-height: 1.08;
    letter-spacing: -0.04em;
    margin: 16px 0 12px;
}

.hero-td h1 span,
.hero-td p span {
    color: var(--primary);
}

.hero-td p {
    font-size: 18px;
    color: var(--text);
    margin-bottom: 24px;
    max-width: 520px;
}

.hero-td ul {
    display: grid;
    gap: 13px;
    list-style: none;
    color: var(--text);
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 20px;
    padding: 0;
}

.hero-td ul li {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 0 !important;
}

.hero-td ul li i {
    font-size: 18px;
    color: var(--primary);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.hero-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 24px;
    color: var(--primary-dark);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    background: var(--white);
    border: 1px solid var(--primary);
    border-radius: 6px;
    transition: 0.25s ease;
}

.hero-actions a:hover {
    color: var(--white);
    background: var(--primary);
    transform: translateY(-2px);
}

@media (min-width: 1280px) {
    .tuyen-dung-1784191571821::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 48%;
        pointer-events: none;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.92) 42%, rgba(255, 255, 255, 0.86) 62%, rgba(255, 255, 255, 0.76) 82%, rgba(255, 255, 255, 0) 100%);
        z-index: 1;
    }
}

@media (max-width: 1280px) {
    .tuyen-dung-1784191571821::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 68%;
        pointer-events: none;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.92) 42%, rgba(255, 255, 255, 0.86) 62%, rgba(255, 255, 255, 0.76) 82%, rgba(255, 255, 255, 0) 100%);
        z-index: 1;
    }
}

@media (max-width: 560px) {
    .tuyen-dung-1784191571821::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        pointer-events: none;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.92) 42%, rgba(255, 255, 255, 0.86) 62%, rgba(255, 255, 255, 0.76) 82%, rgba(255, 255, 255, 0.3) 100%);
        z-index: 1;
    }
}



/* -------------benefit-strip__printer---------------- */
.row-1784192318030 .benefits-td {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: var(--panel);
    box-shadow: var(--shadow);
}

.row-1784192318030 .benefit-td {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 24px 34px;
    border-right: 1px solid var(--line);
}

.row-1784192318030 .benefit-td:last-child {
    border-right: none;
}

.row-1784192318030 .benefit-td .line-icon {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-soft);
    color: var(--primary);
    flex: 0 0 38px;
}

.row-1784192318030 .benefit-td .line-icon i {
    font-size: 18px;
}

.row-1784192318030 .benefit-td h3 {
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.row-1784192318030 .benefit-td p {
    color: var(--muted);
    font-size: 13px;
}

@media (max-width: 860px) {
    .row-1784192318030 .benefits-td {
        grid-template-columns: repeat(2, 1fr);
    }

    .row-1784192318030 .benefit-td:nth-child(1),
    .row-1784192318030 .benefit-td:nth-child(2) {
        border-bottom: 1px solid var(--line);
    }

    .row-1784192318030 .benefit-td:nth-child(2) {
        border-right: none;
    }

}

@media (max-width: 560px) {
    .row-1784192318030 .benefits-td {
        grid-template-columns: 1fr;
    }

    .row-1784192318030 .benefit-td {
        border-right: none;
    }

    .row-1784192318030 .benefit-td:not(:last-child) {
        border-bottom: 1px solid var(--line);
    }


}

/* ----------------------------------------section-3------- */
.row-1784193658914 {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
    width: 100%;
}

.row-1784193658914 .career-benefit {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    align-content: start;
    height: 100%;
    padding: 14px 20px;
    overflow: hidden;
    text-align: center;
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: 9px;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.06);
    transition:
        transform 300ms ease,
        box-shadow 300ms ease;
}

.row-1784193658914 .career-benefit:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.1);
}

.row-1784193658914 .career-benefit>.career-benefits__icon {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    margin-bottom: 12px;
    color: var(--primary);
    font-size: 28px;
    line-height: 1;
    background: var(--primary-soft);
    border-radius: 50%;
}

.row-1784193658914 .career-benefit:first-child>.career-benefits__icon {
    font-size: 27px;
}

.row-1784193658914 .career-benefit>h3 {
    margin: 0 0 8px;
    color: var(--text);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
}

.row-1784193658914 .career-benefit>p {
    max-width: 220px;
    margin: 0;
    color: var(--muted);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.7;
}

@media (min-width: 640px) {
    .row-1784193658914 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .row-1784193658914 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

/* ----------------------------------------section-4------- */
.row-1784195143602 {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
    width: 100%;
}

.row-1784195143602 .career-job {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto 1fr auto;
    height: 100%;
    padding: 16px;
    background: var(--panel);
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(15, 23, 42, 0.06);
    transition:
        transform 300ms ease,
        box-shadow 300ms ease;
}

.row-1784195143602 .career-job:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.1);
}

.row-1784195143602 .career-job>div {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    align-items: start;
    gap: 12px;
    margin-bottom: 16px;
}

.row-1784195143602 .career-job>div>div {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    color: #ff681c;
    font-size: 25px;
    line-height: 1;
    background: #fff1e8;
    border-radius: 50%;
}

.row-1784195143602 .career-job>div>h3 {
    margin: 0;
    padding-top: 4px;
    color: #242424;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.45;
}

.row-1784195143602 .career-job>ul {
    display: grid;
    align-content: start;
    gap: 8px;
    margin: 0 0 16px;
    padding: 0;
    color: #707070;
    font-size: 13px;
    line-height: 1.45;
    list-style: none;
}

.row-1784195143602 .career-job>ul>li {
    display: grid;
    grid-template-columns: 13px minmax(0, 1fr);
    align-items: start;
    gap: 8px;
}

.row-1784195143602 .career-job>ul>li>i {
    margin-top: 1px;
    color: #ff681c;
    font-size: 13px;
    line-height: 1;
}

.row-1784195143602 .career-job>a {
    display: grid;
    place-items: center;
    min-height: 34px;
    padding: 0 16px;
    color: #ff681c;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #ff681c;
    border-radius: 5px;
    transition:
        color 300ms ease,
        background-color 300ms ease;
}

.row-1784195143602 .career-job>a:hover {
    color: var(--white);
    background: #ff681c;
}

@media (min-width: 640px) {
    .row-1784195143602 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .row-1784195143602 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 20px;
    }
}

/* ----------------------------------------section-5------- */
.row-1784195483735 {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
    width: 100%;
}

.row-1784195483735 .career-benefit {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    align-items: center;
    gap: 16px;
    height: 100%;
    padding: 12px 16px;
    background: var(--panel);
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.05);
    transition:
        transform 300ms ease,
        box-shadow 300ms ease;
}

.row-1784195483735 .career-benefit:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.09);
}

.row-1784195483735 .career-benefit div:first-child {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    color: #ff681c;
    font-size: 26px;
    line-height: 1;
    background: #fff1e7;
    border-radius: 50%;
}

.row-1784195483735 .career-benefit div:last-child {
    min-width: 0;
}

.row-1784195483735 .career-benefit div:last-child>h3 {
    margin: 0 0 4px;
    color: #252525;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
}

.row-1784195483735 .career-benefit div:last-child>p {
    margin: 0;
    color: #777777;
    font-size: 13px;
    line-height: 1.55;
}

@media (min-width: 768px) {
    .row-1784195483735 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .row-1784195483735 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        column-gap: 24px;
        row-gap: 16px;
    }
}

/* -------------------------------section-6------------- */

.row-1784196255576 .recruitment-process {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: center;
    row-gap: 36px;
    width: 100%;
}

.row-1784196255576 .recruitment-process>article {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    align-content: start;
    height: 100%;
    padding: 32px 20px 20px;
    text-align: center;
    background: var(--panel);
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(15, 23, 42, 0.05);
    transition:
        transform 300ms ease,
        box-shadow 300ms ease;
}

.row-1784196255576 .recruitment-process>article:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.1);
}

.row-1784196255576 .recruitment-process>article>span {
    position: absolute;
    top: 0;
    left: 50%;
    display: grid;
    place-items: center;
    width: 26px;
    height: 26px;
    color: var(--white);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    background: #ff681c;
    border-radius: 50%;
    box-shadow:
        0 0 0 4px #fff0e6,
        0 2px 7px rgba(255, 104, 28, 0.28);
    transform: translate(-50%, -50%);
}

.row-1784196255576 .recruitment-process>article>div {
    margin-bottom: 8px;
    color: #ff681c;
    font-size: 34px;
    line-height: 1;
}

.row-1784196255576 .recruitment-process>article>h3 {
    margin: 0 0 8px;
    color: #252525;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
}

.row-1784196255576 .recruitment-process>article>p {
    max-width: 220px;
    margin: 0;
    color: #707070;
    font-size: 13px;
    line-height: 1.65;
}

.row-1784196255576 .recruitment-process>.process-arrow {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    justify-content: center;
    color: #ff681c;
}

.row-1784196255576 .recruitment-process>.process-arrow>span {
    margin-right: -2px;
    font-size: 15px;
    line-height: 1;
    letter-spacing: -1px;
}

.row-1784196255576 .recruitment-process>.process-arrow>i {
    font-size: 18px;
    line-height: 1;
}

@media (min-width: 640px) {
    .row-1784196255576 .recruitment-process {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
    }

    .row-1784196255576 .recruitment-process>.process-arrow {
        display: none;
    }
}

@media (min-width: 1024px) {
    .row-1784196255576 .recruitment-process {
        grid-template-columns:
            minmax(0, 1fr) 38px minmax(0, 1fr) 38px minmax(0, 1fr) 38px minmax(0, 1fr);
        gap: 0;
    }

    .row-1784196255576 .recruitment-process>.process-arrow {
        display: grid;
    }
}

/* -----------------------------------section-7--------------- */

.row-1784204440580 .recruitment-cta {
    position: relative;
    z-index: 10;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
    width: 100%;
    padding: 28px 20px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #ff9b61;
    border-radius: 12px;
    box-shadow: 0 3px 16px rgba(15, 23, 42, 0.07);
}

.row-1784204440580 .recruitment-cta .recruitment-cta__content {
    max-width: 390px;
}

.row-1784204440580 .recruitment-cta__image-wrap {
    position: relative;
    align-self: stretch;
    min-width: 0;
    overflow: hidden;
}

.row-1784204440580 .recruitment-cta__image-wrap::after {
    position: absolute;
    inset: 0;
    content: "";
    pointer-events: none;
    background: linear-gradient(90deg,
            #fff 0%,
            rgba(255, 255, 255, 0.35) 10%,
            transparent 23%,
            transparent 77%,
            rgba(255, 255, 255, 0.35) 90%,
            #fff 100%);
}

.row-1784204440580 .recruitment-cta__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.row-1784204440580 .recruitment-cta .recruitment-cta__content>span {
    display: inline-grid;
    place-items: center;
    margin-bottom: 12px;
    padding: 4px 10px;
    color: #f26522;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    background: #fff0e5;
    border-radius: 3px;
}

.row-1784204440580 .recruitment-cta .recruitment-cta__content>h1 {
    margin: 0 0 16px;
    color: #171717;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.18;
    letter-spacing: -0.5px;
}

.row-1784204440580 .recruitment-cta .recruitment-cta__content>h1>span {
    color: #f26522;
}

.row-1784204440580 .recruitment-cta .recruitment-cta__content>p {
    max-width: 355px;
    margin: 0 0 20px;
    color: #666666;
    font-size: 13px;
    line-height: 1.75;
}

.row-1784204440580 .recruitment-cta .recruitment-cta__content>a {
    display: inline-grid;
    place-items: center;
    min-height: 38px;
    padding: 0 24px;
    color: var(--white);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background: #f26500;
    border-radius: 5px;
    box-shadow: 0 4px 12px rgba(242, 101, 0, 0.2);
    transition:
        color 300ms ease,
        background-color 300ms ease,
        transform 300ms ease;
}

.row-1784204440580 .recruitment-cta .recruitment-cta__content>a:hover {
    background: #d95800;
    transform: translateY(-2px);
}

.row-1784204440580 .recruitment-cta .recruitment-cta__contact {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
}

.row-1784204440580 .recruitment-cta .recruitment-cta__contact>div {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    align-items: center;
    gap: 16px;
    min-height: 72px;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.1);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.row-1784204440580 .recruitment-cta .recruitment-cta__contact>div>div:first-child {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    color: var(--white);
    font-size: 23px;
    line-height: 1;
    background: #f26500;
    border-radius: 50%;
}

.row-1784204440580 .recruitment-cta .recruitment-cta__contact>div>div:last-child {
    min-width: 0;
}

.row-1784204440580 .recruitment-cta .recruitment-cta__contact>div>div:last-child>h2 {
    margin: 0 0 4px;
    color: #292929;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
}

.row-1784204440580 .recruitment-cta .recruitment-cta__contact>div>div:last-child>a {
    display: inline-block;
    max-width: 100%;
    color: #666666;
    font-size: 13px;
    line-height: 1.5;
    overflow-wrap: anywhere;
    text-decoration: none;
    transition: color 300ms ease;
}

.row-1784204440580 .recruitment-cta .recruitment-cta__contact>div>div:last-child>a:hover {
    color: #f26500;
}

.row-1784204440580 .recruitment-cta .recruitment-cta__contact>div>div:last-child>p {
    margin: 0;
    color: #666666;
    font-size: 13px;
    line-height: 1.5;
}

@media (min-width: 640px) {
    .row-1784204440580 .recruitment-cta .recruitment-cta__content>h1 {
        font-size: 31px;
    }
}

@media (min-width: 1024px) {
    .row-1784204440580 .recruitment-cta {
        grid-template-columns: 350px minmax(250px, 1fr) 310px;
        align-items: center;
        gap: 24px;
        min-height: 320px;
        padding: 0 28px;
    }

    .row-1784204440580 .recruitment-cta__image-wrap {
        height: 318px;
    }

    .row-1784204440580 .recruitment-cta .recruitment-cta__contact {
        grid-column: 3;
        width: 310px;
    }
}