@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: #ff8b00;
    --Main-color-3: #ff972f;
    --Main-color-4: #fff3e7;
    --Main-color-5: #fff9f3;
    --Grey-color: #808080;
    --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: "Be Vietnam Pro";
    margin-top: 80px;
}

.container {
    max-width: 1200px !important;
}

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

.no-gutters {
    padding: 0px;
}

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



header {
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.hidden {
    display: none !important;
}

.grecaptcha-badge {
    display: none;
}

/***** Header *****/
.account-dropdown {
    border-radius: 32px;
    background: #FFF;
    box-shadow: 0px 100px 80px 0px rgba(87, 87, 87, 0.07), 0px 41.778px 33.422px 0px rgba(87, 87, 87, 0.05), 0px 22.336px 17.869px 0px rgba(87, 87, 87, 0.04), 0px 12.522px 10.017px 0px rgba(87, 87, 87, 0.04), 0px 6.65px 5.32px 0px rgba(87, 87, 87, 0.03), 0px 2.767px 2.214px 0px rgba(87, 87, 87, 0.02);
    padding: 0 !important;
    top: 75px !important;
}

.account-dropdown a{
    margin: 18px 24px;
    padding: 0;
}
.account-dropdown .dropdown-item:hover{
    color: var(--Main-color);
    background-color: unset;
}

.dropdown-title:last-child {
    margin: 0px;
}

.dropdown-title a {
    text-decoration: none;
    color: var(--Text-grey-color-2, #6a6a6a);
}

.error {
    color: red;
    font-size: 0.875em;
    margin-top: 5px;
}

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

.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 *****/


/***** End Footer *****/
/***** Modal *****/

/***** Document *****/
.doc-header {
    display: flex;
    flex-direction: column;
    margin-bottom: 48px;
    gap: 16px;
}

.doc-title {
    font-size: 24px;
    font-weight: bold;
    color: var(--black, #1E1E1E);
    font-feature-settings: 'liga' off, 'clig' off;

    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 46px;
}

.doc-view-all {
    text-decoration: none;
    color: var(--Main-color, #FF8B00);
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

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

.doc-item {
    display: flex;
    gap: 16px;
    border-bottom: 2px dashed #E1E1E1;
    padding: 28px 0;
}

.doc-icon {
    width: 70px;
    height: 70px;
}

.doc-item-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
}

.doc-name {
    color: var(--black, #1E1E1E);
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
}

.doc-date {
    color: rgba(31, 30, 30, 0.50);
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

/***** Document *****/
#modalBackdrop {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1056;
    display: none;
    align-items: center;
    justify-content: center;
}

.spinner-border {
    color: var(--Main-color, #ff8b00);
}

/***** Carousel *****/
.carousel-indicators {
    gap: 4px;
    margin-bottom: 20px;
}

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

.carousel-indicators svg path {
    stroke: var(--Xm-Xm-4, #D3D3D3);
    stroke-width: 4px;
    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: 4px;
    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: 29.5px;
    height: 29.5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

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

/***** Carousel *****/
/***** End Modal *****/

@media (min-width: 1200px) {
    .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 *****/
    .ballon-block {
        right: 18px;
        bottom: 80px;
        position: fixed;
        display: flex;
        gap: 4px;
    }

    .ballon-content {
        padding: 4px 10px;

        background: #000000;
        border-radius: 1000px;
        height: fit-content;

        color: var(--White-color, #FFFFFF);
        font-size: 12px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;

        opacity: 0;
        transform: translateX(10px);
        transition: opacity 0.4s ease, transform 0.4s ease;
    }

    .ballon-block:hover .ballon-content {
        opacity: 1;
        transform: translateX(0);
    }

    .ballon-icon-block {
        box-shadow: 0px 100px 80px 0px rgba(0, 0, 0, 0.07), 0px 41.778px 33.422px 0px rgba(0, 0, 0, 0.05), 0px 22.336px 17.869px 0px rgba(0, 0, 0, 0.04), 0px 12.522px 10.017px 0px rgba(0, 0, 0, 0.04), 0px 6.65px 5.32px 0px rgba(35, 27, 27, 0.03), 0px 2.767px 2.214px 0px rgba(0, 0, 0, 0.02);
        border-radius: 50%;
    }

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

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

    .header-block {
        background: var(--Background, #F7F7F7);
        padding: 0px;
        margin: auto;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        width: 100vw;
        box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
        height: 100%;
        max-height: 80px;
    }

    .nav-item-custom {
        color: var(--Text-grey-color, #363535);
        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(--Main-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: #222;
        text-align: center;
        font-feature-settings: 'liga' off, 'clig' off;

        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px;
    }

    .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: 57px;
        width: 100%;
        height: 100%;
    }

    .dropdown-title {
        padding-bottom: 4px;
        margin-bottom: 4px;
        border-bottom: solid 1px var(--White-color-1, #e1e1e1);
    }

    .dropdown-title:last-child {
        border-bottom: none;
    }

    .dropdown-title a {
        text-decoration: none;
        color: var(--Grey-color-3, #9b9b9b);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 136%;
    }

    .dropdown-title a:hover {
        color: var(--Main-color, #ff8b00);
    }

    .dropdown-title:hover {
        color: var(--Main-color, #ff8b00);
        font-family: "Be Vietnam Pro";
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 136%;
        /* 21.76px */
    }

    .dropdown-toggle::after {
        content: none;
    }

    .dropdown-toggle {
        gap: 10px;
    }

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

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


    .nav-button .nav-link {
        color: #ffffff !important;
        display: flex;
        gap: 8px;
    }

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

    /***** End Model *****/
}

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

    .section-title {
        color: var(--Main-color, #ff8b00);
        font-family: "Be Vietnam Pro";
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        position: relative;
    }

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

    .carousel-indicators {
        gap: 4px;
        margin-bottom: 10px;
    }

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

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

    .carousel-indicators svg path {
        stroke: var(--Xm-Xm-4, #D3D3D3);
        stroke-width: 4px;
        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: 4px;
        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: 29.5px;
        height: 29.5px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

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

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

    /***** Carousel *****/
    /***** Ballon *****/
    .ballon-block {
        right: 18px;
        bottom: 80px;
        position: fixed;
        display: flex;
        gap: 4px;
    }

    .ballon-content {
        padding: 4px 10px;

        background: #000000;
        border-radius: 1000px;
        height: fit-content;

        color: var(--White-color, #FFFFFF);
        font-size: 12px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;

        opacity: 0;
        transform: translateX(10px);
        transition: opacity 0.4s ease, transform 0.4s ease;
    }

    .ballon-block:hover .ballon-content {
        opacity: 1;
        transform: translateX(0);
    }

    .ballon-icon-block {
        box-shadow: 0px 100px 80px 0px rgba(0, 0, 0, 0.07), 0px 41.778px 33.422px 0px rgba(0, 0, 0, 0.05), 0px 22.336px 17.869px 0px rgba(0, 0, 0, 0.04), 0px 12.522px 10.017px 0px rgba(0, 0, 0, 0.04), 0px 6.65px 5.32px 0px rgba(35, 27, 27, 0.03), 0px 2.767px 2.214px 0px rgba(0, 0, 0, 0.02);
        border-radius: 50%;
    }

    /***** End Ballon *****/
    /***** Header *****/
    .navbar-collapse {
        padding: 16px;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        z-index: 1000;
        background-color: white;
        /* or whatever your navbar background is */
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
        /* Optional: Adds shadow for better visibility */
    }

    .navbar-toggler.show {
        display: none;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-toggler:not(.show) {
        display: block;
    }

    .navbar-nav {
        gap: 16px;
    }

    .navbar-toggler {
        border: none;
        font-size: 45px;
    }

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

    .logo {
        max-width: 106px;
        max-height: 48px;
        width: 100%;
        height: 100%;
    }

    .header-block {
        background-image: linear-gradient(#ffffff 0%, #ffffff 100%);
        /* max-width: 1440px; */
        max-height: 80px;
        height: 100%;
        padding: 10px 20px;
        margin: auto;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        width: 100vw;
        box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    }

    .dropdown-title {
        margin-bottom: 17px;
    }

    .dropdown-title a {
        color: var(--Text-grey-color-2, #6a6a6a);
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
    }

    .dropdown-menu {
        background: none;
        border: none;
        padding-top: 17px;
    }

    .dropdown-toggle::after {
        content: none;
    }

    .nav-link {
        padding: 0px;
        color: var(--Grey-color, #363535);
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 136%;
    }

    .navbar-nav .nav-link.show {
        color: var(--Main-color);
    }

    .nav-button {
        background: var(--gradient,
                linear-gradient(180deg, #ffa73d 2.4%, #ff8b00 59.9%, #ee8200 100%));
        padding: 10px 25px;
        border-radius: 4px;
        width: fit-content;
    }

    .nav-button:hover {
        background: var(--Main-color-1, #ff8b00);
    }

    .nav-button .nav-link {
        color: #ffffff;
    }

    /***** End Header *****/
    /***** Footer *****/
    /***** Info footer *****/

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

    .info-contacts,
    .info-socials {
        padding-bottom: 16px;
        border-bottom: solid 1px #464646;
    }

    .info-contacts,
    .info-socials {
        padding-top: 16px;
    }

    .info-contact-title {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
    }

    .info-contact-content {
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 135%;
    }

    .footer-block {
        padding: 27px 15px 36px;
        max-width: 1199px;
        width: 100%;
        margin: auto;
    }

    .footer-logo img {
        width: 109px;
        height: 53px;
    }

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

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

    /***** End Info footer *****/

    /***** Link footer *****/

    .footer-link-component .row {
        gap: 14px;
    }

    .footer-title {
        position: relative;
        cursor: pointer;
        width: 50%;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: uppercase;
        color: var(--White-color);
        padding-bottom: 6px;
    }

    .footer-list a {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
        color: #d9d4d4;
    }

    .footer-title::after {
        content: "\f078";
        font-family: "FontAwesome";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .footer-title[aria-expanded="true"]::after {
        content: "\f106";
        font-family: "FontAwesome";
        color: var(--Main-color);
    }

    .footer-title[aria-expanded="true"] {
        color: var(--Main-color);
    }

    .footer-link-component {
        padding: 16px 0;
    }

    /***** End Link Footer *****/

    /***** License footer *****/
    .company-license-component {
        padding-bottom: 30px;
    }

    .company-license {
        padding-top: 16px;
        border-top: solid 1px #464646;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 18px;
        padding-bottom: 4px;
    }

    .company-license-lv {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
    }

    /***** End License Footer *****/

    /***** End Footer *****/
    /***** Modal *****/
    #quickApplyModal {
        padding: 20px;
    }

    .quick-apply-modal {
        padding: 60px 20px 85px;
    }

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

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

    .modal-logo-block {
        margin: 0 auto 50px;
        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: 50px 0 20px;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .main-select-row {
        gap: 20px;
    }

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

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

    .main-input-row {
        gap: 20px;
    }

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

    .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;
        flex-direction: column;
        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: 70px auto 40px;
    }

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

    .model-quick-apply-success .modal-body {
        display: flex;
        align-items: 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%;
    }

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

    /***** End Model *****/
}

@media (max-width: 767px) {
    .desktop-device {
        display: none;
    }

    .section-title {
        color: var(--Main-color, #ff8b00);
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        position: relative;
    }

    /***** Ballon *****/
    #carouselDesktop,
    #carouselTablet {
        display: none;
    }

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

    .ballon-block {
        right: 18px;
        bottom: 80px;
        position: fixed;
        display: flex;
        gap: 4px;
    }

    .ballon-content {
        padding: 4px 10px;

        background: #000000;
        border-radius: 1000px;
        height: fit-content;

        color: var(--White-color, #FFFFFF);
        font-size: 12px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;

        opacity: 0;
        transform: translateX(10px);
        transition: opacity 0.4s ease, transform 0.4s ease;
    }

    .ballon-block:hover .ballon-content {
        opacity: 1;
        transform: translateX(0);
    }

    .ballon-icon-block {
        box-shadow: 0px 100px 80px 0px rgba(0, 0, 0, 0.07), 0px 41.778px 33.422px 0px rgba(0, 0, 0, 0.05), 0px 22.336px 17.869px 0px rgba(0, 0, 0, 0.04), 0px 12.522px 10.017px 0px rgba(0, 0, 0, 0.04), 0px 6.65px 5.32px 0px rgba(35, 27, 27, 0.03), 0px 2.767px 2.214px 0px rgba(0, 0, 0, 0.02);
        border-radius: 50%;
    }

    /***** End Ballon *****/
    /***** Header *****/
    .header-block {
        background-image: linear-gradient(#ffffff 0%, #ffffff 100%);
        /* max-width: 1440px; */
        max-height: 80px;
        height: 100%;
        padding: 10px 16px;
        margin: auto;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        width: 100vw;
        box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    }

    .navbar-collapse {
        padding: 20px;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        z-index: 1000;
        background-color: white;
        /* or whatever your navbar background is */
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
        /* Optional: Adds shadow for better visibility */
    }

    .navbar-toggler.show {
        display: none;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-toggler:not(.show) {
        display: block;
    }

    .navbar-nav {
        gap: 16px;
    }

    .navbar-toggler {
        border: none;
        font-size: 30px;
    }


    .nav-button {
        display: flex;
        padding: 13px 24px;
        justify-content: flex-end;
        gap: 8px;
        border-radius: 30px;
        background: var(--black, #1E1E1E);
        margin-left: 0;
        margin-right: auto;
        flex-direction: column;
    }

    .account-dropdown a{
        margin: 0;
        padding: 0;
        color: #FFFFFF;
    }

    .nav-button .nav-link {
        color: #ffffff !important;
        display: flex;
        gap: 8px;
    }

    .nav-link {
        padding: 0;
        color: var(--Grey-color-1, #363535);
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 136%;
    }

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

    .navbar-nav .nav-link.show {
        color: var(--Main-color);
    }

    .logo {
        max-width: 106px;
        max-height: 48px;
        width: 100%;
        height: 100%;
    }

    .dropdown-title {
        color: var(--Text-grey-color, #363535);
        font-family: "Be Vietnam Pro";
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        margin-bottom: 17px;
    }

    .dropdown-menu {
        background: none;
        border: none;
        padding-top: 17px;
        transition: max-height 0.4s ease, opacity 0.4s ease;
    }

    .dropdown-toggle::after {
        content: none;
    }

    /***** Header *****/
    .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;
    }
    .account-info {
        margin-top: 20px;
    }
    .info-introduce {
        display: flex;
        gap: 30px;
        margin-bottom: 20px;
    }
    .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 Footer *****/

    /***** Modal *****/
    #quickApplyModal {
        padding: 20px;
    }

    .quick-apply-modal {
        padding: 60px 20px 85px;
    }

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

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

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

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

    .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: 50px 0 20px;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .main-select-row {
        gap: 20px;
    }

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

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

    .main-input-row {
        gap: 20px;
    }

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

    .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;
        flex-direction: column;
        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: 70px auto 40px;
    }

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

    .model-quick-apply-success .modal-body {
        display: flex;
        align-items: 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%;
    }

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

    /***** End Model *****/
}