@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;
    --Grey-color-6: #f7f7f7;
    --Dark-color: #3b3b3b;
    --Green-color-1: #18bb4c;
    --White-color: #ffffff;
    --White-color-1: #e1e1e1;
    --Border-color: #d9d9d9;
}

body {
    font-family: "Be Vietnam Pro";
    background: var(--Grey-color-6, #f7f7f7);
}

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

.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 *****/
.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 {
    background-color: #0f0f0f;
    color: var(--Text-grey-color-6, #f7f7f7);
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px;
    font-family: "Be Vietnam Pro";
}

.footer-info {
    padding: 80px 0 30px;
    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-contact-content {
    color: var(--White-color, #ffffff);
    font-family: "Be Vietnam Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    text-decoration: none;
}

.info-contact-title {
    color: var(--Main-color, #ff8b00);
    font-family: "Be Vietnam Pro";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

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

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

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

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

/***** End footer info *****/

/***** Footer license *****/

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

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

.footer-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.footer-list a {
    text-decoration: none;
    color: #d9d4d4;
}

.footer-list a:hover {
    text-decoration: none;
    color: #d9d4d4;
    color: var(--Main-color, #ff8b00);
}

.footer-list div:hover {
    color: var(--Main-color);
    cursor: pointer;
}

.footer-custom-icon {
    width: 19px;
    height: 19px;
}

.social {
    margin-top: 18px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

/***** End Footer *****/
/***** Modal *****/
#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(--Main-color, #ff8b00);
        font-size: 42px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    /***** 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: 1200px !important;
        padding: 0px;
    }

    .header-block {
        background-image: linear-gradient(#ffffff 0%, #ffffff 100%);
        /* width: 1440px; */
        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: 87px;
    }

    .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,
    .header-container,
    .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;
    }

    .logo-block {
        display: inline-flex;
        padding: 5px 0px 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:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-menu {
        width: 186px;
        padding: 10px 20px;
        top: 66% !important;
    }

    .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: 20px;
    }

    .nav-button {
        background: var(
            --gradient,
            linear-gradient(180deg, #ffa73d 2.4%, #ff8b00 59.9%, #ee8200 100%)
        );
        padding: 0 25px;
    }

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

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

    /***** End Header *****/
    /***** Footer *****/
    /***** Info footer *****/
    .info-contacts {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

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

    .footer-introduce-title {
        color: var(--White-color, #ffffff);
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 135%;
        padding-bottom: 4px;
    }

    .footer-introduce-content {
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        padding-bottom: 14px;
        max-width: 323px;
    }

    .footer-logo img {
        width: 200px;
        max-height: 84px;
        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 *****/

    /***** Link footer *****/
    .footer-list {
        font-size: 14px;
    }

    .footer-block {
        padding: 98px 0;
        max-width: 1200px;
        width: 100%;
        margin: auto;
    }

    .footer-list {
        display: flex !important;
        flex-direction: column;
    }

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

    .footer-title {
        pointer-events: none;
        cursor: default;
        color: var(--White-color, #ffffff);
        margin-bottom: 10px;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: uppercase;
    }

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

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

    /***** License footer *****/
    .company-license-component,
    .footer-link-component {
        border-top: solid 1px var(--Text-grey-color-2, #6a6a6a);
    }

    .company-license-component {
        padding: 14px 0 80px;
    }

    .company-license {
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        color: var(--Grey-color-6, #f7f7f7);
        padding-bottom: 4px;
    }

    .company-license-lv {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
        color: var(--Grey-color-6, #f7f7f7);
    }

    /***** End License 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 {
        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;
        padding: 0;
    }

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

    /***** End Header *****/
    /***** Footer *****/
    .footer-block {
        padding: 40px 15px 44px;
    }

    .footer-info,
    .footer-about {
        padding-bottom: 28px;
    }

    .company-address {
        max-width: 70%;
        width: 100%;
    }

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

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

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

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

    .info-contacts {
        gap: 14px;
    }

    .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: normal;
        text-decoration: none;
    }

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

    .footer-logo img {
        max-width: 134px;
        max-height: 56px;
        width: 100%;
        height: 100%;
    }

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

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

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

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

    .footer-title {
        position: relative;
        cursor: pointer;
        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: var(--Text-grey-color-6, #f7f7f7);
    }

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