/* =========================================================
   Career Header
========================================================= */

:root {
    --kl-career-header-height: 88px;
}

.kl-career-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    width: 100%;
    height: var(--kl-career-header-height);
    background: #fff;
    color: #000;
    box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.05);
}

.kl-career-header__inner {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    width: 100%;
    min-height: var(--kl-career-header-height);
    padding: 0 72px;
    box-sizing: border-box;
}

.kl-career-header__left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-width: 0;
}

.kl-career-header__center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.kl-career-header__right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 48px;
    min-width: 0;
}


/* =========================================================
   Career Logo
========================================================= */

.kl-career-header__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    color: inherit;
    text-decoration: none;
}

.kl-career-header__logo-image {
    display: block;
    width: auto;
    height: auto;
    max-width: 192px;
    max-height: 70px;
    object-fit: contain;
}

.kl-career-header__logo-image--desktop {
    display: block;
}

.kl-career-header__logo-image--mobile {
    display: none;
}

.kl-career-header__site-name {
    display: block;
    font-size: 14px;
    line-height: 1.1;
    font-weight: 500;
    text-align: center;
}


/* =========================================================
   Career Navigation
   Max Mega Menu will manage the internal menu layout
========================================================= */

.kl-career-navigation {
    display: flex;
    align-items: center;
    min-width: 40px;
    min-height: 40px;
}

.kl-career-main-navigation {
    display: flex;
    align-items: center;
}


/* =========================================================
   Career Language
========================================================= */

.kl-career-language {
    position: relative;
    flex: 0 0 auto;
}

.kl-career-language__current {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #000;
    font-family: inherit;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    cursor: pointer;
}

.kl-career-language__globe,
.kl-career-language__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.kl-career-language__globe svg,
.kl-career-language__arrow svg {
    display: block;
}

.kl-career-language__arrow {
    transition: transform 0.25s ease;
}

.kl-career-language.is-open .kl-career-language__arrow {
    transform: rotate(90deg);
}

.kl-career-language__list {
    position: absolute;
    top: calc(100% + 2px);
    right: 0;
    z-index: 50;
    min-width: 140px;
    margin: 0;
    padding: 6px;
    visibility: hidden;
    opacity: 0;
    background: #fff;
    box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.05);
    list-style: none;
    transition:
        opacity 0.2s ease,
        visibility 0.2s ease,
        transform 0.2s ease;
}

.kl-career-language.is-open .kl-career-language__list {
    visibility: visible;
    opacity: 1;
}

.kl-career-language__item {
    margin: 0;
    padding: 0;
}

.kl-career-language__item a {
    display: block;
    padding: 10px 18px;
    color: #000;
    font-size: 12px;
    line-height: 1.4;
    text-decoration: none;
    white-space: nowrap;
    transition:
        background-color 0.2s ease,
        color 0.2s ease;
}

.kl-career-language__item a:hover,
.kl-career-language__item a:focus {
    background: rgba(0, 0, 0, 0.06);
}

.kl-career-language__item.is-active a {
    font-weight: 500;
}


/* =========================================================
   Career Jobs Button
========================================================= */

.kl-career-jobs-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    min-height: 42px;
    padding: 10px 24px;
    box-sizing: border-box;
    border: 1px solid #000;
    border-radius: 999px;
    background: #fff;
    color: #000;
    font-family: inherit;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    transition:
        background-color 0.25s ease,
        color 0.25s ease,
        border-color 0.25s ease;
}

.kl-career-jobs-button:hover,
.kl-career-jobs-button:focus {
    opacity: .8;
    text-decoration: none;
}

.kl-career-jobs-button.bg-black {
    background: #000;
    color: #fff;
}
.kl-career-jobs-button.kl-career-jobs-button:hover,
.kl-career-jobs-button.kl-career-jobs-button:focus {
    opacity: .8;
}

.kl-career-site #kl-career-main {
    padding-top: var(--kl-career-header-height);
}

#mega-menu-wrap-career-main-menu .mega-menu-toggle.mega-menu-open:after {
    opacity: 0.8;
}

#mega-menu-wrap-career-main-menu #mega-menu-career-main-menu > li.mega-menu-item {
    margin-bottom: 16px;
}

#mega-menu-wrap-career-main-menu #mega-menu-career-main-menu > li.mega-menu-item.career-menu-bottom {
    margin-top: auto;
}

#mega-menu-wrap-career-main-menu #mega-menu-career-main-menu .kl-career-jobs-button {
    display: flex;
    border-color: #fff;
}


#mega-menu-wrap-career-main-menu #mega-menu-career-main-menu .kl-career-jobs-button:hover,
#mega-menu-wrap-career-main-menu #mega-menu-career-main-menu .kl-career-jobs-button:focus {
    background: #f5f5f5;
    color: #000;
}


#mega-menu-wrap-career-main-menu #mega-menu-career-main-menu .kl-career-language {
    display: flex;
    align-items: center;
    justify-content: center;
}

#mega-menu-wrap-career-main-menu #mega-menu-career-main-menu .kl-career-language .kl-career-language__current {
    color: #fff;
}

#mega-menu-wrap-career-main-menu #mega-menu-career-main-menu .kl-career-language .kl-career-language__list {
    top: unset;
    bottom: calc(100% + 2px);
    right: 50%;
    transform: translateX(50%);
}


/* =========================================================
   Career Header Responsive
========================================================= */

@media (max-width: 1199px) {
    .kl-career-header__inner {
        padding-right: 48px;
        padding-left: 48px;
    }

    .kl-career-header__right {
        gap: 24px;
    }
}

@media (max-width: 991px) {

    :root {
        --kl-career-header-height: 70px;
    }

    .kl-career-header__inner {
        grid-template-columns: auto 1fr auto;
        padding-right: 32px;
        padding-left: 32px;
    }

    .kl-career-header__center {
        justify-content: center;
    }

    .kl-career-header__logo-image {
        max-width: 160px;
        max-height: 44px;
    }

    .kl-career-header__logo-image--desktop {
        display: none;
    }

    .kl-career-header__logo-image--mobile {
        display: block;
    }

    .kl-career-header__right {
        gap: 14px;
    }

    .kl-career-language__current {
        gap: 5px;
    }

    .kl-career-jobs-button {
        min-width: 0;
        min-height: 38px;
        padding: 9px 16px;
        font-size: 11px;
    }

    .kl-career-header__jobs {
        display: none;
    }
}

@media (max-width: 767px) {
    

    .kl-career-header__right .kl-career-language__name {
        display: none;
    }

}




@media (max-width: 575px) {
    .kl-career-header__inner {
        padding-right: 24px;
        padding-left: 24px;
    }

    .kl-career-header__right {
        gap: 12px;
    }


}



/* =========================================================
   Career Footer
========================================================= */

.kl-career-footer {
    position: relative;
    width: 100%;
    padding: 48px 0 0;
    background: #fff;
    color: #000;
}

.kl-career-footer__inner {
    width: min(calc(100% - 80px), 1280px);
    padding-right: 15px;
    padding-left: 15px;
    margin-inline: auto;
}

.kl-career-footer__top {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    min-height: 56px;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(119, 98, 81, 0.3);
}

.kl-career-footer__language {
    display: flex;
    justify-content: flex-start;
}

.kl-career-footer__navigation {
    display: flex;
    justify-content: center;
}

.kl-career-footer__domain {
    display: flex;
    justify-content: flex-end;
    font-size: 13px;
    line-height: 14px;
    font-weight: 400;
    letter-spacing: 0.4px;
    white-space: nowrap;
}


/* =========================================================
   Footer menu
========================================================= */

.kl-career-footer-menu {
    display: block;
}

.kl-career-footer-menu__list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.kl-career-footer-menu__list li {
    margin: 0;
    padding: 0;
}

.kl-career-footer-menu__list a {
    display: inline-block;
    color: #111;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 400;
    text-decoration: none;
    white-space: nowrap;
    transition: opacity 0.2s ease;
}

.kl-career-footer-menu__list a:hover,
.kl-career-footer-menu__list a:focus {
    opacity: 0.8;
}


/* =========================================================
   Footer main
========================================================= */

.kl-career-footer__main {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 32px;
    min-height: 220px;
    padding: 48px 0;
    border-bottom: 1px solid rgba(119, 98, 81, 0.3);
}

.kl-career-footer__introduction {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.kl-career-footer__text {
    max-width: 330px;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 400;
}

.kl-career-footer__text p,
.kl-career-footer__contact-text p {
    margin: 0 0 16px;
}

.kl-career-footer__text p:last-child,
.kl-career-footer__contact-text p:last-child {
    margin-bottom: 0;
}

.kl-career-footer__logo-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.kl-career-footer__logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: inherit;
    text-decoration: none;
}

.kl-career-footer__logo-image {
    display: block;
    width: auto;
    height: auto;
    max-width: 190px;
    max-height: 86px;
    object-fit: contain;
}

.kl-career-footer__contact {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    text-align: right;
}

.kl-career-footer__contact-text {
    font-size: 13px;
    line-height: 1.5;
    font-weight: 400;
}


.kl-career-footer__contact-text a {
    color: #000;
}

.kl-career-footer__contact-text a:hover {
    opacity: 0.8;
}


/* =========================================================
   Footer social
========================================================= */

.kl-career-footer__socials {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 22px;
    margin-top: 14px;
}

.kl-career-footer__social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    min-height: 22px;
    color: #000;
    text-decoration: none;
    transition:
        opacity 0.2s ease,
        transform 0.2s ease;
}

.kl-career-footer__social:hover,
.kl-career-footer__social:focus {
    opacity: 0.65;
    transform: translateY(-1px);
}

.kl-career-footer__social-icon {
    display: block;
    width: auto;
    height: 20px;
    max-width: 24px;
    object-fit: contain;
}

.kl-career-footer__social-label {
    font-size: 12px;
    line-height: 1;
}


/* =========================================================
   Footer copyright
========================================================= */

.kl-career-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 88px;
}

.kl-career-footer__copyright {
    color: #8c8c8c;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 400;
    text-align: center;
}


/* =========================================================
   Footer language switcher
========================================================= */

.kl-career-footer__language .kl-career-language__current {
    min-height: 34px;
    font-size: 13px;
}

.kl-career-footer__language .kl-career-language__list {
    top: auto;
    bottom: calc(100% + 12px);
    right: auto;
    left: 0;
}


/* =========================================================
   Responsive
========================================================= */

@media (max-width: 1199px) {
    .kl-career-footer__inner {
        width: min(calc(100% - 48px), 1320px);
    }

    .kl-career-footer-menu__list {
        gap: 18px;
    }

    .kl-career-footer-menu__list a {
        font-size: 12px;
    }
}

@media (max-width: 991px) {
    .kl-career-footer {
        padding-top: 40px;
    }

    .kl-career-footer__inner {
        width: min(calc(100% - 64px), 720px);
    }

    .kl-career-footer__top,
    .kl-career-footer__main {
        display: contents;
    }

    .kl-career-footer__logo-wrap {
        order: 1;
        margin-bottom: 32px;
    }

    .kl-career-footer__navigation {
        order: 2;
        margin-bottom: 34px;
    }

    .kl-career-footer__domain {
        order: 3;
        justify-content: center;
        margin-bottom: 38px;
        text-align: center;
    }

    .kl-career-footer__introduction {
        order: 4;
        justify-content: center;
        margin-bottom: 32px;
        text-align: center;
    }

    .kl-career-footer__contact {
        order: 5;
        align-items: center;
        margin-bottom: 54px;
        text-align: center;
    }

    .kl-career-footer__language {
        order: 6;
        justify-content: center;
        padding: 34px 0;
        border-bottom: 1px solid #d9d5cf;
    }

    .kl-career-footer__inner {
        display: flex;
        flex-direction: column;
    }

    .kl-career-footer__logo-image {
        max-width: 270px;
        max-height: 110px;
    }

    .kl-career-footer-menu__list {
        flex-wrap: wrap;
        gap: 16px;
        max-width: 560px;
    }

    .kl-career-footer-menu__list a {

    }

    .kl-career-footer__text {
        max-width: 420px;
    }


    .kl-career-footer__socials {
        justify-content: center;
        gap: 24px;
        margin-top: 16px;
    }

    .kl-career-footer__social-icon {
        height: 22px;
        max-width: 26px;
    }

    .kl-career-footer__bottom {
        order: 7;
        width: 100%;
        min-height: 80px;
    }

    .kl-career-footer__language .kl-career-language__list {
        right: 50%;
        left: auto;
        transform: translate(50%, 8px);
    }

    .kl-career-footer__language.is-open .kl-career-language__list {
        transform: translate(50%, 0);
    }
}

@media (max-width: 575px) {
    .kl-career-footer {
        padding-top: 40px;
    }

    .kl-career-footer__inner {
        width: calc(100% - 64px);
    }

    .kl-career-footer__logo-wrap {
        margin-bottom: 28px;
    }

    .kl-career-footer__logo-image {
        max-width: 245px;
        max-height: 95px;
    }

    .kl-career-footer__navigation {
        margin-bottom: 34px;
    }

    .kl-career-footer-menu__list {
        gap: 16px;
        max-width: 330px;
    }

    .kl-career-footer__domain {
        margin-bottom: 32px;
    }

    .kl-career-footer__introduction {
        margin-bottom: 32px;
    }

    .kl-career-footer__text {
        max-width: 320px;
    }

    .kl-career-footer__contact {
        margin-bottom: 48px;
    }

    .kl-career-footer__language {
        width: 100%;
        padding: 32px 0;
    }

    .kl-career-footer__bottom {
        min-height: 78px;
    }

    .kl-career-footer__copyright {
        font-size: 12px;
    }
}


.vc_row.row-overlay-black {
    position: relative;
}
.vc_row.row-overlay-black:after {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100% !important;
    overflow: hidden;
    visibility: visible !important;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.24) 48.2%, rgba(0, 0, 0, 0.6) 80%, #000000 100%);
    display: block !important;
    z-index: 1;
}
.vc_row.row-overlay-black > div {
    z-index: 2;
}




/* =========================================================
   Career Contact Form
========================================================= */

.career-contact-form-wrap.vc_column_container {
    position: relative;
    z-index: 2;
    padding-left: 24px;
    padding-right: 24px;
}

.career-contact-form-wrap > .vc_column-inner {
    position: relative;
    padding: 32px !important;
    overflow: hidden;
    border-radius: 32px;
    background: #fff;
}


/* =========================================================
   Contact Form 7 layout
========================================================= */

.career-contact-form-wrap .wpcf7-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin: 0;
}

.career-contact-form-wrap .wpcf7-form > p {
    display: contents;
}

.career-contact-form-wrap .wpcf7-form > label {
    display: block;
    min-width: 0;
    margin: 0;
}

.career-contact-form-wrap .wpcf7-form > label.textarea-wrap {
    position: relative;
    grid-column: 1 / -1;
}

.career-contact-form-wrap .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

/* =========================================================
   Input, select, textarea
========================================================= */

.career-contact-form-wrap input[type="text"],
.career-contact-form-wrap input[type="email"],
.career-contact-form-wrap input[type="tel"],
.career-contact-form-wrap select,
.career-contact-form-wrap textarea {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 20px;
    border: 1px solid #dddddd;
    border-radius: 999px;
    outline: none;
    background: #fff;
    color: #000;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    box-shadow: none;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
}

.career-contact-form-wrap input[type="text"],
.career-contact-form-wrap input[type="email"],
.career-contact-form-wrap input[type="tel"],
.career-contact-form-wrap select {
    height: 46px;
}

.career-contact-form-wrap input::placeholder,
.career-contact-form-wrap textarea::placeholder {
    color: rgba(118, 118, 118, 1);
    opacity: 1;
}

.career-contact-form-wrap input:focus,
.career-contact-form-wrap select:focus,
.career-contact-form-wrap textarea:focus {
    border-color: #9e9e9e;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.035);
}

/* Select arrow */
.career-contact-form-wrap select {
    padding-right: 52px;
    cursor: pointer;
    background-image:
        linear-gradient(45deg, transparent 50%, #aeb5c4 50%),
        linear-gradient(135deg, #aeb5c4 50%, transparent 50%);
    background-position:
        calc(100% - 25px) 23px,
        calc(100% - 19px) 23px;
    background-size: 7px 7px, 7px 7px;
    background-repeat: no-repeat;
}

/* Textarea */
.career-contact-form-wrap textarea {
    min-height: 186px;
    padding: 17px 20px 48px;
    border-radius: 30px;
    line-height: 1.5;
    resize: none;
}

/* Bộ đếm ký tự */
.career-contact-form-wrap .textarea-count {
    position: absolute;
    right: 20px;
    bottom: 13px;
    z-index: 2;
    color: #848484;
    font-size: 14px;
    line-height: 1;
    pointer-events: none;
}

/* =========================================================
   Submit
========================================================= */

.career-contact-form-wrap input[type="submit"] {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 50px;
    margin: 20px 0 0;
    padding: 14px 30px;
    border: 1px solid #000;
    border-radius: 999px;
    outline: none;
    background: #000;
    color: #fff;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    box-shadow: none;
    transition:
        background-color 0.25s ease,
        color 0.25s ease;
}

.career-contact-form-wrap input[type="submit"]:hover,
.career-contact-form-wrap input[type="submit"]:focus {
    background: #fff;
    color: #000;
}

/* Spinner CF7 */
.career-contact-form-wrap .wpcf7-spinner {
    position: absolute;
    right: 20px;
    bottom: 18px;
    margin: 0;
}

/* Message response */
.career-contact-form-wrap .wpcf7-response-output {
    grid-column: 1 / -1;
    margin: 0 !important;
    padding: 12px 16px !important;
    border-width: 1px !important;
    border-radius: 12px;
    font-size: 14px;
    line-height: 1.5;
}

/* Validation */
.career-contact-form-wrap .wpcf7-not-valid {
    border-color: #d83232 !important;
}

.career-contact-form-wrap .wpcf7-not-valid-tip {
    margin-top: 7px;
    padding-left: 20px;
    color: #d83232;
    font-size: 12px;
    line-height: 1.4;
}

/* Loại bỏ paragraph margin do CF7 hoặc theme chèn */
.career-contact-form-wrap .wpcf7-form p {
    margin: 0;
}


/* =========================================================
   Tablet
========================================================= */

@media (max-width: 991px) {


    .career-contact-form-wrap > .vc_column-inner::after {
        top: 42px;
        right: 34px;
    }
}

/* =========================================================
   Mobile
========================================================= */

@media (max-width: 575px) {


    .career-contact-form-wrap > .vc_column-inner {
        padding-right: 24px !important;
        padding-left: 24px !important;
        border-radius: 24px;
    }


    .career-contact-form-wrap > .vc_column-inner::after {
        top: 33px;
        right: 22px;
        width: 18px;
        height: 18px;
    }


    .career-contact-form-wrap .wpcf7-form {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .career-contact-form-wrap .wpcf7-form > label.textarea-wrap,
    .career-contact-form-wrap input[type="submit"],
    .career-contact-form-wrap .wpcf7-response-output {
        grid-column: auto;
    }

    .career-contact-form-wrap textarea {
        min-height: 160px;
        border-radius: 24px;
    }

    .career-contact-form-wrap input[type="submit"] {

        margin-top: 10px;
    }
}














/* =========================================================
   Career Search
========================================================= */

.kl-career-search {
    position: relative;
    z-index: 5;
    margin: 0 auto;
    padding: 16px;
    border-radius: 32px;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.08);
    width: 100%;
}

.row-search-job .col-top {
    display: none;
}

.kl-career-search__title {
    margin: 0 0 22px;
    color: #000;
    font-size: 28px;
    line-height: 1.25;
    font-weight: 500;
    text-align: center;
}

.kl-career-search__form {
    margin: 0;
}

.kl-career-search__row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 220px;
    gap: 16px;
}

.kl-career-search__input-wrap {
    position: relative;
    display: block;
}

.kl-career-search__input {
    display: block;
    width: 100%;
    height: 48px;
    margin: 0;
    padding: 0 52px 0 22px;
    border: 1px solid #ddd;
    border-radius: 999px;
    outline: none;
    background: #fff;
    color: #000;
    font-family: inherit;
    font-size: 14px;
    box-shadow: none;
    box-sizing: border-box;
}

.kl-career-search__input::placeholder {
    color: #9a9a9a;
    opacity: 1;
}

.kl-career-search__input:focus {
    border-color: #999;
}

.kl-career-search__icon {
    position: absolute;
    top: 50%;
    right: 20px;
    display: inline-flex;
    transform: translateY(-50%);
    color: #222;
    pointer-events: none;
}

.kl-career-search__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 0 30px;
    border: 1px solid #000;
    border-radius: 999px;
    background: #000;
    color: #fff;
    font-family: inherit;
    font-size: 13px;
    cursor: pointer;
    transition:
        background-color 0.2s ease,
        color 0.2s ease;
}

.kl-career-search__submit:hover,
.kl-career-search__submit:focus {
    background: #fff;
    color: #000;
}

.kl-career-search__filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

.kl-career-search__filter {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 6px 16px;
    border: 1px solid transparent;
    border-radius: 999px;
    background: #f4f4f4;
    color: #000;
    font-family: inherit;
    font-size: 12px;
    line-height: 1.3;
    cursor: pointer;
    transition:
        border-color 0.2s ease,
        background-color 0.2s ease;
}

.kl-career-search__filter:hover,
.kl-career-search__filter.is-active {
    border-color: #bca36f;
    background: #fffdf8;
}


/* =========================================================
   Career Jobs
========================================================= */

.kl-career-jobs {
    position: relative;
}

.kl-career-jobs__summary {
    display: flex;
    gap: 4px;
    margin-bottom: 28px;
    color: #000;
    font-size: 13px;
    line-height: 1.5;
}

.kl-career-jobs__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    transition: opacity 0.2s ease;
}

.kl-career-jobs.is-loading .kl-career-jobs__grid {
    opacity: 0.55;
    pointer-events: none;
}

.kl-career-job-card {
    min-width: 0;
    overflow: hidden;
    border-radius: 16px;
    background: #fff;
}

.kl-career-job-card__link {
    display: grid;
    grid-template-columns: minmax(0, 46%) minmax(0, 54%);
    min-height: 238px;
    height: 100%;
    color: #111;
    text-decoration: none;
}

.kl-career-job-card__media {
    position: relative;
    min-height: 238px;
    overflow: hidden;
    background: #eee;
}

.kl-career-job-card__image,
.kl-career-job-card__placeholder {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 238px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.kl-career-job-card:hover .kl-career-job-card__image {
    transform: scale(1.035);
}

.kl-career-job-card__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px;
}

.kl-career-job-card__deadline {
    margin-bottom: 12px;
    color: #111;
    font-size: 12px;
    line-height: 1.4;
}

.kl-career-job-card__deadline-value.is-expired {
    color: #b42318;
    font-weight: 500;
}

.kl-career-job-card.is-expired .kl-career-job-card__media {
    position: relative;
}

.kl-career-job-card.is-expired .kl-career-job-card__image {
    filter: grayscale(0.35);
    opacity: 0.85;
}

.kl-career-job-card__title {
    margin: 0 0 20px;
    color: #000;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 500;
}

.kl-career-job-card__meta {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.kl-career-job-card__meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #000;
    font-size: 12px;
    line-height: 1.4;
}

.kl-career-job-card__meta-icon {
    display: inline-flex;
    flex: 0 0 auto;
}

.kl-career-jobs__empty {
    padding: 60px 20px;
    text-align: center;
}

.kl-career-jobs__load-more-wrap {
    display: flex;
    justify-content: center;
    margin-top: 36px;
}

.kl-career-jobs__load-more {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    min-height: 46px;
    padding: 10px 28px;
    border: 1px solid #111;
    border-radius: 999px;
    background: transparent;
    color: #111;
    font-family: inherit;
    font-size: 12px;
    cursor: pointer;
}

.kl-career-jobs__load-more:hover {
    background: #111;
    color: #fff;
}

.kl-career-jobs__loader {
    display: none;
    width: 16px;
    height: 16px;
    margin-left: 10px;
    border: 2px solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: kl-career-spin 0.7s linear infinite;
}

.kl-career-jobs.is-loading .kl-career-jobs__loader {
    display: inline-block;
}

.vc_row.row-search-job.wpb_wrapper-equal-height .wpb_column>.vc_column-inner>.wpb_wrapper {
    display: flex;
    flex-direction: column;
}

@keyframes kl-career-spin {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 991px) {
    .kl-career-search {
        padding: 24px;
        border-radius: 24px;
    }

    .kl-career-search__row {
        grid-template-columns: 1fr 160px;
    }

    .kl-career-jobs__grid {
        grid-template-columns: 1fr;
    }

    .kl-career-job-card__link {
        grid-template-columns: 42% 58%;
    }

    .kl-career-job-card__title {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .kl-career-search__title {
        display: none;
    }

    .row-search-job .col-top {
        display: block;
    }


    .row-search-job.vc_row.row-overlay-black:after {
        content: '';
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100% !important;
        overflow: hidden;
        visibility: visible !important;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.24) 48.2%, rgba(0, 0, 0, 0.6) 80%, #000000 100%);
        display: block !important;
        z-index: 1;
    }

    .vc_row.row-search-job {
        min-height: 60vh !important;
    }
    .kl-career-search {
        transform: translateY(100px);
    }

    .vc_section.kl_section.kl-section-job-list {
        padding-top: 140px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .kl-career-job-card__title {
        font-size: 20px;
    }
}

@media (max-width: 575px) {

    .kl-career-search {
        padding: 20px 16px;
    }

    .kl-career-search__title {
        font-size: 24px;
    }

    .kl-career-search__row {
        grid-template-columns: 1fr;
    }

    .kl-career-search__submit {
        width: 100%;
    }

    .kl-career-search__filters {
        flex-wrap: nowrap;
        margin-right: -16px;
        padding-right: 16px;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .kl-career-search__filters::-webkit-scrollbar {
        display: none;
    }

    .kl-career-search__filter {
        flex: 0 0 auto;
    }


    .kl-career-job-card__link {
        grid-template-columns: 1fr;
    }

    .kl-career-job-card__media,
    .kl-career-job-card__image,
    .kl-career-job-card__placeholder {
        min-height: 150px;
    }

    .kl-career-job-card__content {
        padding: 24px;
    }

    .kl-career-job-card__title {
        font-size: 18px;
    }
}































/* =========================================================
   Career Single Hero
========================================================= */

.kl-career-single-page {
    background: #fff;
}

.kl-career-single-hero {
    position: relative;
    min-height: 700px;
    overflow: hidden;
    background: #111;
}

.kl-career-single-hero__image {
    position: absolute;
    inset: 0;
}

.kl-career-single-hero__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.kl-career-single-hero__image-desktop {
    display: block;
}

.kl-career-single-hero__image-mobile {
    display: none;
}

@media (max-width: 575px) {
    .kl-career-single-hero__image-desktop {
        display: none;
    }

    .kl-career-single-hero__image-mobile {
        display: block;
    }
}

.kl-career-single-hero__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0.04) 45%,
            rgba(0, 0, 0, 0.8) 100%
        );
}

.kl-career-single-hero__container {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    width: min(calc(100% - 72px), 1280px);
    min-height: 700px;
    margin-inline: auto;
    padding-bottom: 28px;
    box-sizing: border-box;
}

.kl-career-single-summary {
    width: 100%;
    overflow: hidden;
    border-radius: 30px;
    background: #fff;
}

.kl-career-single-summary__title {
    margin: 0;
    padding: 22px 32px 18px;
    border-bottom: 1px solid #dedede;
    color: #111;
    font-size: 27px;
    line-height: 1.3;
    font-weight: 500;
    text-align: center;
}

.kl-career-single-summary__meta {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 16px;
    padding: 22px 28px;
}

.kl-career-single-meta {
    display: flex;
    align-items: center;
    min-width: 0;
    gap: 12px;
}

.kl-career-single-meta__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #fafafa;
    color: #111;
}

.kl-career-single-meta__icon svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.kl-career-single-meta__content {
    display: flex;
    flex-direction: column;
    min-width: 0;
    gap: 3px;
}

.kl-career-single-meta__label {
    color: #777;
    font-size: 10px;
    line-height: 1.3;
}

.kl-career-single-meta__value {
    overflow: hidden;
    color: #111;
    font-size: 12px;
    line-height: 1.4;
    text-overflow: ellipsis;
}

/* =========================================================
   Career Single Content
========================================================= */

.kl-career-single-content {
    padding: 56px 0 72px;
}

.kl-career-single-content__container {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 370px;
    align-items: start;
    gap: 70px;
    width: min(calc(100% - 72px), 1280px);
    margin-inline: auto;
}

.kl-career-single-section {
    margin-bottom: 52px;
}

.kl-career-single-section__title,
.kl-career-single-description h2 {
    margin: 0 0 28px;
    color: #111;
    font-size: 24px;
    line-height: 1.35;
    font-weight: 500;
}

.kl-career-single-benefits__list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 32px;
}

.kl-career-single-benefit {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #222;
    font-size: 12px;
    line-height: 1.4;
}

.kl-career-single-benefit__icon {
    display: inline-flex;
    width: 18px;
    height: 18px;
}

.kl-career-single-benefit__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.kl-career-single-description {
    color: #222;
    font-size: 14px;
    line-height: 1.75;
}

.kl-career-single-description > *:first-child {
    margin-top: 0;
}

.kl-career-single-description h2 {
    margin-top: 46px;
}

.kl-career-single-description h3 {
    margin: 32px 0 18px;
    font-size: 19px;
    line-height: 1.4;
    font-weight: 500;
}

.kl-career-single-description p {
    margin: 0 0 18px;
}

.kl-career-single-description ul,
.kl-career-single-description ol {
    margin: 0 0 26px;
    padding-left: 20px;
}

.kl-career-single-description li {
    margin-bottom: 9px;
}

/* =========================================================
   Interview sidebar
========================================================= */

.kl-career-single-sidebar {
    position: sticky;
    top: calc(var(--kl-career-header-height, 76px) + 30px);
}

.kl-career-interview-card {
    padding: 32px 30px;
    border-radius: 28px;
    background: #f7f7f7;
    text-align: center;
}

.kl-career-interview-card__title {
    margin: 0 0 22px;
    padding-bottom: 24px;
    border-bottom: 1px solid #ddd;
    font-size: 22px;
    line-height: 1.35;
    font-weight: 500;
}

.kl-career-interview-card__socials {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 20px;
}

.kl-career-interview-card__social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    overflow: hidden;
    border-radius: 50%;
    color: #111;
    text-decoration: none;
}

.kl-career-interview-card__social img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.kl-career-interview-card__person {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px;
    font-size: 13px;
    line-height: 1.5;
}

.kl-career-interview-card__person a {
    color: inherit;
    font-weight: 600;
    text-decoration: none;
}

.kl-career-interview-card__time {
    margin-top: 12px;
    color: #666;
    font-size: 11px;
    line-height: 1.5;
}

/* =========================================================
   Related jobs
========================================================= */

.kl-career-related {
    padding: 28px 0 72px;
    background: #f7f7f7;
}

.kl-career-related__title {
    margin: 0 0 36px;
    color: #111;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
    text-align: center;
}

.kl-career-related__content {
    width: min(calc(100% - 72px), 1280px);
    margin-inline: auto;
}

/* =========================================================
   Responsive
========================================================= */

@media (max-width: 1199px) {
    .kl-career-single-summary__meta {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        row-gap: 22px;
    }

    .kl-career-single-content__container {
        grid-template-columns: minmax(0, 1fr) 320px;
        gap: 42px;
    }
}

@media (max-width: 991px) {
    .kl-career-single-hero,
    .kl-career-single-hero__container {
        min-height: 520px;
    }

    .kl-career-single-hero__container {
        width: calc(100% - 40px);
    }

    .kl-career-single-summary {
        border-radius: 22px;
    }

    .kl-career-single-summary__title {
        padding: 18px 20px;
        font-size: 22px;
    }

    .kl-career-single-summary__meta {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 20px;
    }

    .kl-career-single-content__container {
        grid-template-columns: 1fr;
        width: calc(100% - 40px);
    }

    .kl-career-single-sidebar {
        position: static;
        order: 1;
    }
    
    .kl-career-single-content__main {
        order: 2;
    }

    .kl-career-interview-card {
        max-width: 520px;
        margin-inline: auto;
    }

    .kl-career-related__content {
        width: calc(100% - 40px);
    }
}

@media (max-width: 575px) {
    .kl-career-single-hero {
        min-height: 620px;
    }

    .kl-career-single-hero__container {
        align-items: flex-end;
        width: calc(100% - 24px);
        min-height: 620px;
        padding-bottom: 16px;
    }

    .kl-career-single-summary__title {
        font-size: 20px;
    }

    .kl-career-single-summary__meta {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }

    .kl-career-single-content {
        padding: 42px 0 56px;
    }

    .kl-career-single-content__container {
        width: calc(100% - 30px);
        gap: 40px;
    }

    .kl-career-single-benefits__list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }

    .kl-career-single-description {
        font-size: 13px;
    }

    .kl-career-interview-card {
        padding: 26px 20px;
        border-radius: 22px;
    }

    .kl-career-related__content {
        width: calc(100% - 30px);
    }
}






/* =========================
   Allowance list
========================= */


/* Card */
.row-allowance-list .allowance-item > .vc_column-inner > .wpb_wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 296px;
    height: 100%;
    padding: 24px 16px;
    overflow: hidden;
    background: #ffffff78;
    border-radius: 16px;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.13);
    margin-bottom: 24px;
}

/* Text */
.row-allowance-list .content {
    position: relative;
    z-index: 2;
    margin: 0 !important;
    padding: 0 0 110px;
}

.row-allowance-list .content .wpb_wrapper,
.row-allowance-list .content p {
    margin: 0 !important;
}

/* Icon */
.row-allowance-list .img {
    position: absolute;
    right: 16px;
    bottom: 15px;
    z-index: 1;
    width: 96px;
    margin: 0 !important;
    text-align: right;
}

.row-allowance-list .img .wpb_wrapper,
.row-allowance-list .img .vc_figure,
.row-allowance-list .img .vc_single_image-wrapper {
    display: block;
    width: 100%;
    margin: 0;
}

.row-allowance-list .img img {
    display: block;
    width: 100%;
    max-width: 96px;
    height: auto;
    margin-left: auto;
}



/* Mobile */
@media (max-width: 767px) {
    .vc_row.row-allowance-list {
        margin-left: -7px;
        margin-right: -7px;
    }
    .row-allowance-list .allowance-item > .vc_column-inner {
        padding-left: 8px;
        padding-right: 8px;
    }

    .row-allowance-list .allowance-item > .vc_column-inner > .wpb_wrapper {
        min-height: 260px;
        padding: 16px 22px 16px;
        border-radius: 17px;
        margin-bottom: 16px;
    }

    .row-allowance-list .content {
        padding-bottom: 92px;
    }

    .row-allowance-list .img {
        right: 14px;
        bottom: 12px;
        width: 88px;
    }

    .row-allowance-list .img img {
        max-width: 88px;
    }


    .row-allowance-list > .allowance-item:last-child:nth-child(odd)
    > .vc_column-inner
    > .wpb_wrapper {
        min-height: 220px;
    }

    .row-allowance-list > .allowance-item:last-child:nth-child(odd) .content {
        max-width: calc(100% - 80px);
    }
}

/* Mobile nhỏ */
@media (max-width: 576px) {

    .row-allowance-list .allowance-item > .vc_column-inner > .wpb_wrapper {
        min-height: 225px;
        padding: 15px 17px 12px;
    }

    .row-allowance-list .img {
        width: 78px;
    }

    .row-allowance-list .img img {
        max-width: 78px;
    }
}




.vc_row.row-insurance-list>.vc_column_container>.vc_column-inner>.wpb_wrapper {
    display: flex;
    align-items: center;
    gap: 16px;
}


.vc_row.row-insurance-list .img {
    min-width: 40px;
    height: 40px;
}

.vc_row.row-insurance-list .img * {
    width: 100%;
    height: auto;
}



@media (max-width: 767px) {
    
    .vc_row.row-insurance-list>.vc_column_container>.vc_column-inner>.wpb_wrapper {
        margin-bottom: 16px;
    }


}


.vc_row.row-benefit-banner {
    position: relative;
    border-radius: 16px;
    padding: 64px 49px;
}

.vc_row.row-benefit-banner>.vc_column_container>.vc_column-inner {
    padding-top: 0;
}

@media (max-width: 1199px) {
    
    .vc_row.row-benefit-banner {
        padding: 48px 33px;
    }

}


@media (max-width: 767px) {
    
    .vc_row.row-benefit-banner {
        padding: 32px 9px;
    }

}

.page-benefit .container {
    overflow-x: hidden;
}

@media (max-width: 1280px) {
    .page-benefit .vc_section.kl_section {
        padding-left: 24px;
        padding-right: 24px;
    }
}