@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");

@font-face {
    font-family: "Be Vietnam Pro";
    src: url("/assets/fonts/be-vietnam-pro/BeVietnamPro-Light.ttf") format("truetype");
    font-weight: 300;
    /* Light weight */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Be Vietnam Pro";
    src: url("/assets/fonts/be-vietnam-pro/BeVietnamPro-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Be Vietnam Pro";
    src: url("/assets/fonts/be-vietnam-pro/BeVietnamPro-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Be Vietnam Pro";
    src: url("/assets/fonts/be-vietnam-pro/BeVietnamPro-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Be Vietnam Pro";
    src: url("/assets/fonts/be-vietnam-pro/BeVietnamPro-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

:root {
    --main-color: #1993E6;
    --main-color-1: #EEF8FF;
    --Main-color-4: #fff3e7;
    --Main-color-5: #fff9f3;
    --sub-color: #FACC15;
    --grey-color: #4D4D4D;
    --Grey-color-1: #363535;
    --Grey-color-2: #6a6a6a;
    --Grey-color-3: #9b9b9b;
    --Grey-color-4: #d3d3d3;
    --Grey-color-5: #e1e1e1;
    --Background: #f7f7f7;
    --black: #1E1E1E;
    --Green-color-1: #18bb4c;
    --White-color: #ffffff;
    --White-color-1: #e1e1e1;
    --Neutral-Color-03: #E5E5E5;
    --Main-White-Color: #FFF;
}

body {
    font-family: 'Manrope', sans-serif;
    margin-top: 168px;
}



.main-color {
    color: var(--main-color);
}

.no-gutters {
    padding: 0px;
}

header {
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}
.navbar {
    background-color: #FFF;
}
.hidden {
    display: none !important;
}

.grecaptcha-badge {
    display: none;
}

#banner-section .image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    /* border-radius: 8px; */
}

/***** Header *****/

.scrolling-text-wrapper {
    width: 400px;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

.scrolling-text {
    display: inline-block;
    padding-left: 100%; /* bắt đầu ngoài khung */
    animation: scroll-left 10s linear infinite;
    font-weight: 600;
    text-transform: uppercase;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}

/***** Custom Select2 *****/

/*  */
/***** End Custom Select2 *****/

/***** Footer *****/
/***** Footer info *****/
.footer-component {
    border-top: 1px solid rgba(80, 80, 80, 0.50);
    background: #F7F7F7;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px;
    font-family: "Be Vietnam Pro";
    color: #1F1E1E;
}

.footer-info {
    padding: 67px 0;
    justify-content: space-between;
}

.footer-info .d-flex,
.footer-link-component .d-flex {
    justify-content: space-between;
}
.footer-links a:hover{
    color: var(--main-color) !important;
}
.info-contacts {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.info-socials {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.third-col-footer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.socials {
    display: flex;
    gap: 10px;
}

.icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    border: 0.7px solid #fff;
}

.app-icons {
    display: flex;
    gap: 5px;
}

.copy-right {
    color: #808080;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Be Vietnam Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 156%;
    /* 21.84px */
}

/***** End footer info *****/
#footer {
    border-top: solid 1px #B3B3B3;
}

#footer a:hover {
    text-decoration: underline;
    color: #0056b3;
}

.footer-main-title {
    font-weight: 400;
    font-style: Regular;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: var(--sub-color);
}

.footer-description {
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;

}

.footer-title {
    font-family: Manrope;
    font-weight: 700;
    font-style: Bold;
    font-size: 25px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    color: var(--main-color);

}

.footer-copyright {
    border-top: solid 1px var(--main-color);
    color: var(--main-color);
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
    padding: 20px;
}

.footer-contact-list i {
    color: var(--sub-color);
    padding-right: 5px;
}
.footer-map iframe {
    width: 100%;
    height: 200px
}
/***** End Footer *****/
/***** Commit CSS *****/

#commitment {
    background-color: #eef8ff;
    /* màu nền nhạt như ảnh */
    padding: 60px 0;
}

.commit-title {
    font-family: Manrope;
    font-weight: 400;
    font-style: Regular;
    font-size: 50px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    color: #1993e6;
}

#commitment .icon-box {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 20px;
    height: 100%;
    transition: 0.3s;
    border: 1px solid #dee2e6;
}

#commitment .icon-box:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.circle-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    /* hoặc 40px, tùy ý */
    height: 48px;
    border-radius: 50%;
    border: solid 1px #1993e6;
    color: #1993e6;
    /* màu icon */
    font-size: 20px;
    /* kích thước icon */
}
.circle-icon img {
    width: 50%;
}

/***** End commit CSS *****/
/***** End Modal *****/

@media (min-width: 1200px) {
    .container {
        max-width: 1200px !important;
    }

    .mobile-device {
        display: none;
    }

    .tablet-device {
        display: none !important;
    }

    .desktop-device {
        display: block !important;
    }

    .section-title {
        color: var(--black, #1E1E1E);
        font-feature-settings: 'liga' off, 'clig' off;
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: 46px;
    }

    /***** Carousel *****/
    #carouselTablet,
    #carouselMobile {
        display: none;
    }

    .carousel img {
        height: auto;
        width: 100%;
        border-radius: 8px;
    }

    .carousel-indicators {
        gap: 13px;
    }

    .carousel-indicators svg {
        width: 110.769px !important;
        height: auto !important;
        background-color: unset !important;
    }

    .carousel-indicators svg path {
        stroke: var(--Xm-Xm-4, #D3D3D3);
        stroke-width: 5.538px;
        stroke-linecap: round;
        opacity: 0.8;
        transition: stroke 0.3s, opacity 0.3s;
        width: 110.769px;
        height: 0px;
    }

    .carousel-indicators .active path {
        stroke: #363535;
        stroke-width: 5.538px;
        stroke-linecap: round;
        opacity: 1;
    }

    .carousel-next-icon,
    .carousel-prev-icon {
        border-radius: 50%;
        opacity: 0.8;
        background-color: var(--Text-grey-color, #363535);
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
    }

    .carousel-next-icon:hover,
    .carousel-prev-icon:hover {
        opacity: 1;
    }

    .carousel-next-icon {
        color: var(--White-color, #FFFFFF);
    }

    /***** Carousel *****/
    /***** Ballon *****/
    .balloon-contact {
        position: fixed;
        bottom: 20%;
        right: 10px;
        /* transform: translateY(-50%); */
        background: #fff;
        padding: 8px 6px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        z-index: 9999;
    }

    .balloon-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        margin: 6px auto;
        border-radius: 6px;
        color: white;
        font-size: 18px;
        text-decoration: none;
    }


    /***** End Ballon *****/

    /***** Header *****/
    .header-container {
        /* max-width: 1300px !important; */
        padding: 0px;
    }

    .sub-header {
        height: 58px;
        background-color: var(--main-color);
    }

    .sub-header a:hover {
        text-decoration: underline;
    }

    .header-block {
        padding: 0px;
        margin: auto;

        box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
        height: 110px;
        max-height: 110px;
    }

    .nav-item-custom {
        color: var(--main-color);
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 136%;
    }

    .nav-item-custom:hover {
        color: var(--Main-color);
    }

    .nav-item .nav-link.active {
        color: var(--sub-color, #ff8b00) !important;
    }

    .navbar-nav,
    .navbar-collapse,
    .nav-link {
        height: 100%;
    }

    .nav-link {
        /* flex: 1; */
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        text-decoration: none;
        padding: 0;
        padding-left: 0px !important;
        padding-right: 0px !important;

        color: var(--main-color);
        text-align: center;
        font-feature-settings: 'liga' off, 'clig' off;

        font-weight: 700;
        font-style: Bold;
        font-size: 18px;
        leading-trim: NONE;
        line-height: 140%;
        letter-spacing: 0%;

    }

    .nav-link:hover {
        color: var(--sub-color)
    }

    .nav-button .nav-item-custom:hover {
        color: var(--main-color)
    }

    .logo-block {
        display: inline-flex;
        padding: 5px 60px 5px 5px;
        justify-content: flex-end;
        align-items: center;
        flex-shrink: 0;
    }

    .logo {
        /* max-width: 125px; */
        max-height: 85px;
        width: 100%;
        height: 85px;
    }

    .navbar-nav {
        gap: 33px;
        width: 100%;
    }

    .nav-button {
        display: flex;
        padding: 18px 24px;
        justify-content: flex-end;
        align-items: center;
        gap: 8px;
        background: var(--sub-color, #1E1E1E);
        margin-left: auto;
        margin-right: 0;
        max-height: 48px;
    }


    /***** End Header *****/
    /***** Footer *****/
    /***** Info footer *****/
    .company-name {
        color: #808080;
        font-feature-settings: 'liga' off, 'clig' off;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        text-transform: uppercase;
        padding-bottom: 16px;
    }

    .company-address {
        color: #808080;
        leading-trim: both;
        text-edge: cap;
        font-feature-settings: 'liga' off, 'clig' off;
        font-family: "Be Vietnam Pro";
        font-size: 12px;
        font-style: normal;
        font-weight: 400;

        border-bottom: 1px solid rgba(128, 128, 128, 0.50);
        padding-bottom: 16px;
    }

    .info-contacts {
        display: flex;
        flex-direction: column;
        gap: 0px;
    }

    .info-contact-title {
        color: #808080;
        font-feature-settings: 'liga' off, 'clig' off;
        font-family: "Be Vietnam Pro";
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        /* line-height: 28px; 200% */
        padding: 16px 0 14px;
    }

    .info-contact-contents {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .info-contact-content {
        color: #808080;
        leading-trim: both;
        text-edge: cap;
        font-feature-settings: 'liga' off, 'clig' off;
        font-family: "Be Vietnam Pro";
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 18px */
        text-decoration: none;
    }

    .info-introduce {
        display: flex;
        gap: 30px;
    }

    .footer-logo img {
        width: auto;
        max-height: 42px;
        height: 100%;
    }

    .app-icon img {
        max-width: 94px;
        width: 100%;
        max-height: 28px;
        height: 100%;
    }

    .app-icon-title {
        color: #fff;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding-bottom: 4px;
        width: 160px;
    }

    /***** End info footer *****/
    /***** End Footer *****/
    /***** Modal *****/
    .quick-apply-modal {
        padding: 60px 90px 85px;
    }

    .modal-dialog {
        max-width: 1040px;
    }

    .modal-logo {
        width: 125px;
        height: 57px;
        /* margin: 16px auto 28px; */
    }

    .modal-logo-block {
        margin: 0 auto 60px;
        display: flex;
        gap: 20px;
        align-items: center;
    }

    .quick-apply-modal-title {
        color: var(--Main-color, #ff8b00);
        text-align: center;
        margin: auto;
        font-size: 32px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: capitalize;
    }

    .quick-apply-modal-header {
        border-bottom: 1px solid var(--Main-color, #ff8b00);
    }

    .quick-apply-modal-body {
        padding: 0;
    }

    .modal-content {
        border: none;
    }

    .main-select {
        padding: 120px 0 60px;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    #form-quick-apply {
        padding-bottom: 90px;
    }

    .modal-main-input {
        display: flex;
        flex-direction: column;
        gap: 25px;
        padding-bottom: 25px;
    }

    .form-label {
        color: var(--Grey-color-1, #363535);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 136%;
    }

    .form-control::placeholder {
        color: #c4c4c4;
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
    }

    .form-select {
        /* color: #c4c4c4; */
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        padding: 9px;
    }

    .form-select.valid-option {
        color: #000000;
    }

    .required-icon {
        color: #f87171;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 136%;
    }

    .modal-file-input-component {
        display: flex;
        gap: 25px;
        flex-direction: column;
    }

    .modal-form-group-file {
        padding: 20px;
        border-radius: 12px;
        background: var(--Grey-color-6, #f7f7f7);
        display: flex;
        justify-content: space-between;
    }

    .modal-file-info-block {
        display: flex;
        flex-direction: column;
        gap: 8px;
        width: 100%;
    }

    .modal-file-upload-label {
        color: var(--Grey-color-1, #363535);
        font-size: 17px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 0;
    }

    .modal-file-upload-instructions {
        color: var(--Grey-color-3, #9b9b9b);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 136%;
    }

    .modal-file-upload-input {
        position: absolute;
        opacity: 0;
        z-index: -9999;
        width: 0px;
    }

    .modal-file-upload-button {
        width: 130px;
        padding: 15px 25px;
        border-radius: 10000px;
        border: 1px solid var(--Main-color, #ff8b00);
        color: var(--Main-color, #ff8b00);

        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
    }

    .modal-file-upload-button:hover {
        background-color: var(--Main-color, #ff8b00);
        color: #fff;
    }

    #modal-another-file-name,
    #modal-cv-file-name {
        display: none;
        color: var(--Grey-color-1, #363535);
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 136%;
    }

    .modal-apply-form-button {
        display: flex;
        width: 200px;
        padding: 15px 25px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        flex-shrink: 0;
        border-radius: 10000px;
        background-color: var(--Main-color, #ff8b00);
        border: none;

        color: var(--White-color, #ffffff);
        text-align: center;
        font-family: "Be Vietnam Pro";
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;

        margin: 60px auto 60px;
    }

    .model-quick-apply-success {
        max-width: 700px;
        height: 500px;
        margin: 0 auto;
    }

    .model-quick-apply-success .modal-body {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .quick-apply-success-title-block {
        gap: 20px;
        display: flex;
        flex-direction: column;
    }

    .quick-apply-success-icon {
        font-size: 100px;
        color: var(--Main-color, #ff8b00);
    }

    .quick-apply-success-title {
        color: var(--Main-color, #ff8b00);
        text-align: center;
        font-size: 32px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: uppercase;
    }

    .quick-apply-success-description {
        color: var(--Grey-color, #808080);
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 136%;
        max-width: 423px;
    }

    .quick-apply-note {
        color: var(--Grey-color-3, #9B9B9B);
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 136%;
    }

}

@media (min-width: 769px) and (max-width: 1199px) {
    .mobile-device {
        display: none;
    }

    .tablet-device {
        display: none !important;
    }

    .desktop-device {
        display: block !important;
    }

    .section-title {
        color: var(--black, #1E1E1E);
        font-feature-settings: 'liga' off, 'clig' off;
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: 46px;
    }

    /***** Carousel *****/
    #carouselTablet,
    #carouselMobile {
        display: none;
    }

    .carousel img {
        height: auto;
        width: 100%;
        border-radius: 8px;
    }

    .carousel-indicators {
        gap: 13px;
    }

    .carousel-indicators svg {
        width: 110.769px !important;
        height: auto !important;
        background-color: unset !important;
    }

    .carousel-indicators svg path {
        stroke: var(--Xm-Xm-4, #D3D3D3);
        stroke-width: 5.538px;
        stroke-linecap: round;
        opacity: 0.8;
        transition: stroke 0.3s, opacity 0.3s;
        width: 110.769px;
        height: 0px;
    }

    .carousel-indicators .active path {
        stroke: #363535;
        stroke-width: 5.538px;
        stroke-linecap: round;
        opacity: 1;
    }

    .carousel-next-icon,
    .carousel-prev-icon {
        border-radius: 50%;
        opacity: 0.8;
        background-color: var(--Text-grey-color, #363535);
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
    }

    .carousel-next-icon:hover,
    .carousel-prev-icon:hover {
        opacity: 1;
    }

    .carousel-next-icon {
        color: var(--White-color, #FFFFFF);
    }

    /***** Carousel *****/
    /***** Ballon *****/
    .balloon-contact {
        position: fixed;
        bottom: 20%;
        right: 10px;
        /* transform: translateY(-50%); */
        background: #fff;
        padding: 8px 6px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        z-index: 9999;
    }

    .balloon-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        margin: 6px auto;
        border-radius: 6px;
        color: white;
        font-size: 18px;
        text-decoration: none;
    }


    /***** End Ballon *****/

    /***** Header *****/
    .header-container {
        /* max-width: 1300px !important; */
        padding: 0px;
    }

    .sub-header {
        height: 58px;
        background-color: var(--main-color);
    }

    .sub-header a:hover {
        text-decoration: underline;
    }

    .header-block {
        padding: 0px;
        margin: auto;

        box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
        height: 110px;
        max-height: 110px;
    }

    .nav-item-custom {
        color: var(--main-color);
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 136%;
    }

    .nav-item-custom:hover {
        color: var(--Main-color);
    }

    .nav-item .nav-link.active {
        color: var(--sub-color, #ff8b00) !important;
    }

    .navbar-nav,
    .navbar-collapse,
    .nav-link {
        height: 100%;
    }

    .nav-link {
        /* flex: 1; */
        display: flex;
        align-items: center;
        height: 100%;
        text-decoration: none;
        padding: 0;
        padding-left: 0px !important;
        padding-right: 0px !important;

        color: var(--main-color);
        text-align: center;
        font-feature-settings: 'liga' off, 'clig' off;

        font-weight: 700;
        font-style: Bold;
        font-size: 18px;
        leading-trim: NONE;
        line-height: 140%;
        letter-spacing: 0%;

    }

    .nav-link:hover {
        color: var(--sub-color)
    }

    .nav-button .nav-item-custom:hover {
        color: var(--main-color)
    }

    .logo-block {
        display: inline-flex;
        padding: 5px 60px 5px 5px;
        justify-content: flex-end;
        align-items: center;
        flex-shrink: 0;
    }

    .logo {
        /* max-width: 125px; */
        max-height: 85px;
        width: 100%;
        height: 100%;
    }

    .navbar-nav {
        gap: 33px;
        width: 100%;
    }

    .nav-button {
        display: flex;
        padding: 18px 24px;
        justify-content: flex-end;
        align-items: center;
        gap: 8px;
        background: var(--sub-color, #1E1E1E);
        margin-left: auto;
        margin-right: 0;
        max-height: 48px;
    }


    /***** End Header *****/
    /***** Footer *****/
    /***** Info footer *****/
    .company-name {
        color: #808080;
        font-feature-settings: 'liga' off, 'clig' off;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        text-transform: uppercase;
        padding-bottom: 16px;
    }

    .company-address {
        color: #808080;
        leading-trim: both;
        text-edge: cap;
        font-feature-settings: 'liga' off, 'clig' off;
        font-family: "Be Vietnam Pro";
        font-size: 12px;
        font-style: normal;
        font-weight: 400;

        border-bottom: 1px solid rgba(128, 128, 128, 0.50);
        padding-bottom: 16px;
    }

    .info-contacts {
        display: flex;
        flex-direction: column;
        gap: 0px;
    }

    .info-contact-title {
        color: #808080;
        font-feature-settings: 'liga' off, 'clig' off;
        font-family: "Be Vietnam Pro";
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        /* line-height: 28px; 200% */
        padding: 16px 0 14px;
    }

    .info-contact-contents {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .info-contact-content {
        color: #808080;
        leading-trim: both;
        text-edge: cap;
        font-feature-settings: 'liga' off, 'clig' off;
        font-family: "Be Vietnam Pro";
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 18px */
        text-decoration: none;
    }

    .info-introduce {
        display: flex;
        gap: 30px;
    }

    .footer-logo img {
        width: auto;
        max-height: 42px;
        height: 100%;
    }

    .app-icon img {
        max-width: 94px;
        width: 100%;
        max-height: 28px;
        height: 100%;
    }

    .app-icon-title {
        color: #fff;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding-bottom: 4px;
        width: 160px;
    }

    /***** End info footer *****/
    /***** End Footer *****/
    /***** Modal *****/
    .quick-apply-modal {
        padding: 60px 90px 85px;
    }

    .modal-dialog {
        max-width: 1040px;
    }

    .modal-logo {
        width: 125px;
        height: 57px;
        /* margin: 16px auto 28px; */
    }

    .modal-logo-block {
        margin: 0 auto 60px;
        display: flex;
        gap: 20px;
        align-items: center;
    }

    .quick-apply-modal-title {
        color: var(--Main-color, #ff8b00);
        text-align: center;
        margin: auto;
        font-size: 32px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: capitalize;
    }

    .quick-apply-modal-header {
        border-bottom: 1px solid var(--Main-color, #ff8b00);
    }

    .quick-apply-modal-body {
        padding: 0;
    }

    .modal-content {
        border: none;
    }

    .main-select {
        padding: 120px 0 60px;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    #form-quick-apply {
        padding-bottom: 90px;
    }

    .modal-main-input {
        display: flex;
        flex-direction: column;
        gap: 25px;
        padding-bottom: 25px;
    }

    .form-label {
        color: var(--Grey-color-1, #363535);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 136%;
    }

    .form-control::placeholder {
        color: #c4c4c4;
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
    }

    .form-select {
        /* color: #c4c4c4; */
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        padding: 9px;
    }

    .form-select.valid-option {
        color: #000000;
    }

    .required-icon {
        color: #f87171;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 136%;
    }

    .modal-file-input-component {
        display: flex;
        gap: 25px;
        flex-direction: column;
    }

    .modal-form-group-file {
        padding: 20px;
        border-radius: 12px;
        background: var(--Grey-color-6, #f7f7f7);
        display: flex;
        justify-content: space-between;
    }

    .modal-file-info-block {
        display: flex;
        flex-direction: column;
        gap: 8px;
        width: 100%;
    }

    .modal-file-upload-label {
        color: var(--Grey-color-1, #363535);
        font-size: 17px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 0;
    }

    .modal-file-upload-instructions {
        color: var(--Grey-color-3, #9b9b9b);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 136%;
    }

    .modal-file-upload-input {
        position: absolute;
        opacity: 0;
        z-index: -9999;
        width: 0px;
    }

    .modal-file-upload-button {
        width: 130px;
        padding: 15px 25px;
        border-radius: 10000px;
        border: 1px solid var(--Main-color, #ff8b00);
        color: var(--Main-color, #ff8b00);

        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
    }

    .modal-file-upload-button:hover {
        background-color: var(--Main-color, #ff8b00);
        color: #fff;
    }

    #modal-another-file-name,
    #modal-cv-file-name {
        display: none;
        color: var(--Grey-color-1, #363535);
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 136%;
    }

    .modal-apply-form-button {
        display: flex;
        width: 200px;
        padding: 15px 25px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        flex-shrink: 0;
        border-radius: 10000px;
        background-color: var(--Main-color, #ff8b00);
        border: none;

        color: var(--White-color, #ffffff);
        text-align: center;
        font-family: "Be Vietnam Pro";
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;

        margin: 60px auto 60px;
    }

    .model-quick-apply-success {
        max-width: 700px;
        height: 500px;
        margin: 0 auto;
    }

    .model-quick-apply-success .modal-body {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .quick-apply-success-title-block {
        gap: 20px;
        display: flex;
        flex-direction: column;
    }

    .quick-apply-success-icon {
        font-size: 100px;
        color: var(--Main-color, #ff8b00);
    }

    .quick-apply-success-title {
        color: var(--Main-color, #ff8b00);
        text-align: center;
        font-size: 32px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: uppercase;
    }

    .quick-apply-success-description {
        color: var(--Grey-color, #808080);
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 136%;
        max-width: 423px;
    }

    .quick-apply-note {
        color: var(--Grey-color-3, #9B9B9B);
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 136%;
    }

}

@media (max-width: 768px) {
    body {
        margin-top: 118px;
    }

    .mobile-device {
        display: none;
    }

    .tablet-device {
        display: none !important;
    }

    .desktop-device {
        display: block !important;
    }

    .section-title {
        color: var(--black, #1E1E1E);
        font-feature-settings: 'liga' off, 'clig' off;
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: 46px;
    }

    /***** Carousel *****/
    #carouselTablet,
    #carouselMobile {
        display: none;
    }

    .carousel img {
        height: auto;
        width: 100%;
        border-radius: 8px;
    }

    .carousel-indicators {
        gap: 13px;
    }

    .carousel-indicators svg {
        width: 110.769px !important;
        height: auto !important;
        background-color: unset !important;
    }

    .carousel-indicators svg path {
        stroke: var(--Xm-Xm-4, #D3D3D3);
        stroke-width: 5.538px;
        stroke-linecap: round;
        opacity: 0.8;
        transition: stroke 0.3s, opacity 0.3s;
        width: 110.769px;
        height: 0px;
    }

    .carousel-indicators .active path {
        stroke: #363535;
        stroke-width: 5.538px;
        stroke-linecap: round;
        opacity: 1;
    }

    .carousel-next-icon,
    .carousel-prev-icon {
        border-radius: 50%;
        opacity: 0.8;
        background-color: var(--Text-grey-color, #363535);
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
    }

    .carousel-next-icon:hover,
    .carousel-prev-icon:hover {
        opacity: 1;
    }

    .carousel-next-icon {
        color: var(--White-color, #FFFFFF);
    }
    .commit-title {
        font-family: Manrope;
        font-weight: 400;
        font-style: Regular;
        font-size: 35px;
        leading-trim: NONE;
        line-height: 130%;
        letter-spacing: 0%;
        color: #1993e6;
    }
    /***** Carousel *****/
    /***** Ballon *****/
    .balloon-contact {
        position: fixed;
        bottom: 20%;
        right: 10px;
        /* transform: translateY(-50%); */
        background: #fff;
        padding: 8px 6px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        z-index: 9999;
    }

    .balloon-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        margin: 6px auto;
        border-radius: 6px;
        color: white;
        font-size: 18px;
        text-decoration: none;
    }


    /***** End Ballon *****/

    /***** Header *****/
    .header-container {
        /* max-width: 1300px !important; */
        /* padding: 0px; */
        background-color: #fff;

    }

    .sub-header {
        height: 58px;
        background-color: var(--main-color);
    }

    .sub-header a:hover {
        text-decoration: underline;
    }

    .header-block {
        padding: 0px;
        margin: auto;

        box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
        height: 68px;
        max-height: 110px;
    }

    .navbar {
        padding: 0px;
        background-color: #FFF;
    }

    .nav-item-custom {
        color: var(--main-color);
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 136%;
    }

    .nav-item-custom:hover {
        color: var(--Main-color);
    }

    .nav-item .nav-link.active {
        color: var(--sub-color, #ff8b00) !important;
    }

    .navbar-nav,
    .navbar-collapse,
    .nav-link {
        height: 100%;
    }

    .navbar-collapse {
        padding: 20px;
    }

    .nav-link {
        /* flex: 1; */
        display: flex;
        align-items: center;
        height: 100%;
        text-decoration: none;
        padding: 0;
        padding-left: 0px !important;
        padding-right: 0px !important;

        color: var(--main-color);
        text-align: center;
        font-feature-settings: 'liga' off, 'clig' off;

        font-weight: 700;
        font-style: Bold;
        font-size: 18px;
        leading-trim: NONE;
        line-height: 140%;
        letter-spacing: 0%;

    }

    .nav-link:hover {
        color: var(--sub-color)
    }

    .nav-button .nav-item-custom:hover {
        color: var(--main-color)
    }

    .logo-block {
        display: flex;
        align-items: center;
        padding: 5px 60px 5px 5px;
        flex-shrink: 0;
        height: 60px;
        /* hoặc bạn set chiều cao cố định mong muốn */
    }

    .logo {
        max-height: 45px;
        height: auto;
        width: auto;
    }


    .navbar-nav {
        gap: 33px;
        width: 100%;
        background-color: #fff;
    }

    .nav-button {
        display: flex;
        padding: 18px 24px;
        justify-content: flex-start;
        align-items: center;
        gap: 8px;
        background: var(--sub-color, #1E1E1E);
        margin-right: auto;
        max-height: 48px;
    }


    /***** End Header *****/
    /***** Footer *****/
    /***** Info footer *****/
    .company-name {
        color: #808080;
        font-feature-settings: 'liga' off, 'clig' off;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        text-transform: uppercase;
        padding-bottom: 16px;
    }

    .company-address {
        color: #808080;
        leading-trim: both;
        text-edge: cap;
        font-feature-settings: 'liga' off, 'clig' off;
        font-family: "Be Vietnam Pro";
        font-size: 12px;
        font-style: normal;
        font-weight: 400;

        border-bottom: 1px solid rgba(128, 128, 128, 0.50);
        padding-bottom: 16px;
    }

    .info-contacts {
        display: flex;
        flex-direction: column;
        gap: 0px;
    }

    .info-contact-title {
        color: #808080;
        font-feature-settings: 'liga' off, 'clig' off;
        font-family: "Be Vietnam Pro";
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        /* line-height: 28px; 200% */
        padding: 16px 0 14px;
    }

    .info-contact-contents {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .info-contact-content {
        color: #808080;
        leading-trim: both;
        text-edge: cap;
        font-feature-settings: 'liga' off, 'clig' off;
        font-family: "Be Vietnam Pro";
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 18px */
        text-decoration: none;
    }

    .info-introduce {
        display: flex;
        gap: 30px;
    }

    .footer-logo img {
        width: auto;
        max-height: 42px;
        height: 100%;
    }

    .app-icon img {
        max-width: 94px;
        width: 100%;
        max-height: 28px;
        height: 100%;
    }

    .app-icon-title {
        color: #fff;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding-bottom: 4px;
        width: 160px;
    }

    /***** End info footer *****/
    /***** End Footer *****/
    /***** Modal *****/
    .quick-apply-modal {
        padding: 60px 90px 85px;
    }

    .modal-dialog {
        max-width: 1040px;
    }

    .modal-logo {
        width: 125px;
        height: 57px;
        /* margin: 16px auto 28px; */
    }

    .modal-logo-block {
        margin: 0 auto 60px;
        display: flex;
        gap: 20px;
        align-items: center;
    }

    .quick-apply-modal-title {
        color: var(--Main-color, #ff8b00);
        text-align: center;
        margin: auto;
        font-size: 32px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: capitalize;
    }

    .quick-apply-modal-header {
        border-bottom: 1px solid var(--Main-color, #ff8b00);
    }

    .quick-apply-modal-body {
        padding: 0;
    }

    .modal-content {
        border: none;
    }

    .main-select {
        padding: 120px 0 60px;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    #form-quick-apply {
        padding-bottom: 90px;
    }

    .modal-main-input {
        display: flex;
        flex-direction: column;
        gap: 25px;
        padding-bottom: 25px;
    }

    .form-label {
        color: var(--Grey-color-1, #363535);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 136%;
    }

    .form-control::placeholder {
        color: #c4c4c4;
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
    }

    .form-select {
        /* color: #c4c4c4; */
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        padding: 9px;
    }

    .form-select.valid-option {
        color: #000000;
    }

    .required-icon {
        color: #f87171;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 136%;
    }

    .modal-file-input-component {
        display: flex;
        gap: 25px;
        flex-direction: column;
    }

    .modal-form-group-file {
        padding: 20px;
        border-radius: 12px;
        background: var(--Grey-color-6, #f7f7f7);
        display: flex;
        justify-content: space-between;
    }

    .modal-file-info-block {
        display: flex;
        flex-direction: column;
        gap: 8px;
        width: 100%;
    }

    .modal-file-upload-label {
        color: var(--Grey-color-1, #363535);
        font-size: 17px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 0;
    }

    .modal-file-upload-instructions {
        color: var(--Grey-color-3, #9b9b9b);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 136%;
    }

    .modal-file-upload-input {
        position: absolute;
        opacity: 0;
        z-index: -9999;
        width: 0px;
    }

    .modal-file-upload-button {
        width: 130px;
        padding: 15px 25px;
        border-radius: 10000px;
        border: 1px solid var(--Main-color, #ff8b00);
        color: var(--Main-color, #ff8b00);

        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
    }

    .modal-file-upload-button:hover {
        background-color: var(--Main-color, #ff8b00);
        color: #fff;
    }

    #modal-another-file-name,
    #modal-cv-file-name {
        display: none;
        color: var(--Grey-color-1, #363535);
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 136%;
    }

    .modal-apply-form-button {
        display: flex;
        width: 200px;
        padding: 15px 25px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        flex-shrink: 0;
        border-radius: 10000px;
        background-color: var(--Main-color, #ff8b00);
        border: none;

        color: var(--White-color, #ffffff);
        text-align: center;
        font-family: "Be Vietnam Pro";
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;

        margin: 60px auto 60px;
    }

    .model-quick-apply-success {
        max-width: 700px;
        height: 500px;
        margin: 0 auto;
    }

    .model-quick-apply-success .modal-body {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .quick-apply-success-title-block {
        gap: 20px;
        display: flex;
        flex-direction: column;
    }

    .quick-apply-success-icon {
        font-size: 100px;
        color: var(--Main-color, #ff8b00);
    }

    .quick-apply-success-title {
        color: var(--Main-color, #ff8b00);
        text-align: center;
        font-size: 32px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: uppercase;
    }

    .quick-apply-success-description {
        color: var(--Grey-color, #808080);
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 136%;
        max-width: 423px;
    }

    .quick-apply-note {
        color: var(--Grey-color-3, #9B9B9B);
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 136%;
    }

}