@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-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-face {
    font-family: "Be Vietnam Pro";
    src: url("/assets/fonts/be-vietnam-pro/BeVietnamPro-Medium.ttf")
        format("truetype");
    font-weight: 500;
    font-style: normal;
}

: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 *****/
.register-experience-component {
    background: var(--Main-color, #ff8b00);
    padding: 48px 40px;
}

.register-experience-title {
    color: var(--Main-color-5, #fff9f3);
    text-align: center;
    font-family: "Be Vietnam Pro";
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.register-experience-description {
    color: var(--Main-color-5, #fff9f3);
    text-align: center;
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 136%;
    max-width: 634px;
    margin: auto;
}

.button-block {
    padding-top: 28px;
    display: flex;
    justify-content: center;
    gap: 10px;
}
.btn-submit {
    align-items: center;
    text-align: center;
    border-radius: 1000px;
    padding: 15px 25px;
    width: 260px;
}
.btn-register-experience {
    border: solid 1px var(--White-color, #ffffff);
    background: var(--White-color, #ffffff);
    color: var(--Main-color, #ff8b00);
    text-align: center;
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-right: 16px;
}
.btn-register-experience:hover {
    border: solid 1px var(--White-color, #ffffff);
    color: var(--White-color, #ffffff);
    background: var(--Main-color, #ff8b00);
}

.btn-advisory {
    border: solid 1px var(--White-color, #ffffff);
    color: var(--White-color, #ffffff);
    text-align: center;
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
}
.btn-advisory:hover {
    border: solid 1px var(--White-color, #ffffff);
    color: var(--Main-color, #ff8b00);
    background: var(--White-color, #ffffff);
}
.btn-advisory :hover {
    color: var(--Main-color, #ff8b00);
}
.btn-advisory a {
    color: var(--White-color, #ffffff);
    text-decoration: none;
    display: block;
}
.btn-advisory:hover a {
    color: var(--Main-color, #ff8b00);
}

#modalBackdrop {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    display: none;
    align-items: center;
    justify-content: center;
}
.spinner-border {
    color: var(--Main-color, #ff8b00);
}
/***** Footer info *****/
.footer-component {
    background-color: #0F0F0F;
    color: var(--Text-grey-color-5, #F7F7F7);
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px;
    font-family: "Be Vietnam Pro";
}

.footer-info {
    padding: 80px 0 34px;
    justify-content: space-between;
}
/* .first-col {
    max-width: 323px;
    width: 100%;
}
.seccond-col {
    max-width: 270px;
    width: 100%;

}
.last-col {
    max-width: 203px;
    width: 100%;
} */

.footer-info .d-flex, .footer-link-component .d-flex {
    justify-content: space-between;
}


.btn-feedback {
    border: solid 1px var(--Main-color, #ff8b00);
    color: var(--Main-color, #ff8b00);
    text-align: center;
    padding: 10px 20px;
    border-radius: 1000px;
    width: fit-content;
}
.btn-feedback a{
    color: var(--Main-color-3, #FF972F);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}

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

.install-app {
    display: flex;
    gap: 10px;
}

.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);
}
/***** End Modal *****/

@media (min-width: 1200px) {
    .mobile-device {
        display: none;
    }

    .tablet-device {
        display: none !important;
    }
    .desktop-device {
        display: block !important;
    }
    .header-title {
        color: var(--Grey-color1, #363535);
        font-family: Unbounded;
        font-size: 52px;
        font-style: normal;
        font-weight: 400;
        line-height: 135%;
    }
    .section-title {
        color: var(--Main-color, #ff8b00);
        font-size: 42px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

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

    .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: 93;
        max-height: 43px;
        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: 60px;
    }

    .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 *****/
    .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: 108px;
        max-height: 53px;
        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-title {
        pointer-events: none;
        cursor: default;
        color: var(--White-color);
        margin-bottom: 10px;
        font-size: 12px;
        font-weight: 500;
        line-height: normal;
        text-transform: uppercase;
    }
    .footer-link-component {
        padding: 34px 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;
    }
    /***** 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;
    }
    .mobile-device {
        display: none;
    }
    .section-title {
        color: var(--Text-grey-color, #363535);
        font-family: "Be Vietnam Pro";
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        position: relative;
    }
    .redirect-icon {
        border-radius: 1000px;
        border: solid 1px var(--Main-color, #ff8b00);
        width: 22px;
        height: 22px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--Main-color, #ff8b00);
    }

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

    .carousel-indicators svg {
        width: 43px !important;
        height: auto !important;
        background-color: unset !important;
    }
    
    .carousel-indicators svg path {
        stroke: var(--Xm-Xm-4, #D3D3D3);
        stroke-width: 2px;
        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: 2px;
        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 *****/
    /***** Header *****/
    .navbar-collapse {
        padding: 16px;
    }
    .navbar-nav {
        gap: 16px;
    }
    .nav-link {
        padding: 0;
    }
    .nav-link.active {
        color: var(--Main-color, #ff8b00) !important;
    }
    .navbar-toggler {
        border: none;
    }
    .navbar-toggler {
        font-size: 45px;
    }
    .logo {
        max-width: 93px;
        max-height: 43px;
        width: 100%;
        height: 100%;
    }
    .header-block {
        background-image: linear-gradient(#ffffff 0%, #ffffff 100%);
        /* max-width: 1440px; */
        max-height: 70px;
        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 {
        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;
    }
    .dropdown-toggle::after {
        content: none;
    }
    /***** End Header *****/
    /***** Footer *****/
    .register-experience-component {
        background: var(--Main-color, #ff8b00);
        padding: 24px;
    }
    .button-block {
        padding-top: 0px;
    }
    .register-experience-title {
        color: var(--Main-color-5, #fff9f3);
        text-align: center;
        font-family: "Be Vietnam Pro";
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: capitalize;
        margin-bottom: 15px;
    }
    /***** Info footer *****/

    .footer-info {
        padding: 30px 0 0;
        justify-content: space-between;
    }
    .info-introduce {
        padding-bottom: 16px;
    }
    .footer-introduce-title {
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        padding-bottom: 6px;
    }
    .footer-introduce-content {
        color: var(--White-color, #FFFFFF);
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        padding-bottom: 16px;
    }
    .info-introduce, .info-contacts, .info-socials{
        padding-bottom: 16px;
        border-bottom: solid 1px var(--Text-grey-color-2, #6a6a6a);
    }

    .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: normal;
        text-decoration: none;
    }
    .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: var(--Text-grey-color-5, #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 var(--Text-grey-color-2, #6a6a6a);
        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 *****/
    .modal-logo {
        width: 125px;
        height: 57px;
        margin: 16px auto 28px;
    }

    .modal-title {
        color: var(--Text-grey-color, #363535);
        text-align: center;

        font-family: "Be Vietnam Pro";
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin: auto;
    }
    .modal-content {
        border: none;
    }

    .modal-body {
        padding: 28px 0 0;
    }
    .modal-header {
        padding: 0 0 28px;
        border-bottom: 1px solid var(--Main-color);
    }
    .modal-dialog {
        max-width: 728px;
        width: 100%;
        margin: auto;
        border-radius: 12px;
        background: #fff;
        padding: 50px;
    }
    .modal-form-group {
        padding-bottom: 14px;
    }
    .modal-label {
        color: var(--Text-grey-color, #363535);
        font-family: "Be Vietnam Pro";
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
    }

    .modal-input {
        color: var(--Text-grey-color-3, #9b9b9b);

        font-family: "Be Vietnam Pro";
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 136%;
    }

    .btn-submit-contact {
        display: flex;
        max-width: 224px;
        width: 100%;
        padding: 15px 25px;
        justify-content: center;
        align-items: center;
        border-radius: 10000px;
        background: #ff8b00;

        color: #fff;
        text-align: center;
        font-family: "Be Vietnam Pro";
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
        margin: auto;
        border: none;
    }
    .myModal {
        padding-top: 50px;
    }
    /***** End Model *****/
    .navbar-collapse {
        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:not(.show) {
        display: block;
    }
}
@media (max-width: 767px) {
    .desktop-device {
        display: none;
    }
    .tablet-device {
        display: none;
    }
    .header-title {
        color: var(--Grey-color-1, #363535);
        font-family: Unbounded;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .section-title {
        color: var(--Text-grey-color, #363535);
        font-family: "Be Vietnam Pro";
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        position: relative;
    }
    .redirect-icon {
        border-radius: 1000px;
        border: solid 1px var(--Main-color, #ff8b00);
        width: 22px;
        height: 22px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--Main-color, #ff8b00);
    }
    /***** Carousel *****/
    .carousel-indicators {
        gap: 4px;
    }

    .carousel-indicators svg {
        width: 43px !important;
        height: auto !important;
        background-color: unset !important;
    }
    
    .carousel-indicators svg path {
        stroke: var(--Xm-Xm-4, #D3D3D3);
        stroke-width: 2;
        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: 2;
        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 *****/
    /***** Header *****/
    .header-block {
        background-image: linear-gradient(#ffffff 0%, #ffffff 100%);
        /* max-width: 1440px; */
        max-height: 70px;
        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: 16px;
    }
    .navbar-nav {
        gap: 16px;
    }
    .nav-link {
        padding: 0;
    }
    .nav-link.active {
        color: var(--Main-color, #ff8b00) !important;
    }
    .navbar-toggler {
        border: none;
    }
    .navbar-toggler {
        font-size: 30px;
    }
    .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;
    }
    .dropdown-toggle::after {
        content: none;
    }
    /***** End Header *****/
    /***** Footer *****/
    .footer-block {
        padding: 40px 15px 44px;
    }
    .register-experience-component {
        background: var(--Main-color, #ff8b00);
        padding: 10px 40px;
    }
    .button-block {
        padding-top: 0px;
    }
    .footer-info,
    .footer-about {
        padding-bottom: 28px;
    }

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

    .register-experience-title {
        color: var(--Main-color-5, #fff9f3);
        text-align: center;
        font-family: "Be Vietnam Pro";
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: capitalize;
        margin-bottom: 10px;
    }

    .btn-submit {
        align-items: center;
        text-align: center;
        border-radius: 1000px;
        padding: 6.75px 16.875px;
        width: 100%;
    }
    .btn-register-experience {
        background: var(--White-color, #ffffff);
        color: var(--Main-color, #ff8b00);
        text-align: center;
        font-family: "Be Vietnam Pro";
        font-size: 10.8px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .btn-advisory {
        border: solid 1px var(--White-color, #ffffff);
        color: var(--White-color, #ffffff);
        text-align: center;
        font-family: "Be Vietnam Pro";
        font-size: 10.8px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
    .btn-advisory a {
        color: var(--White-color, #ffffff);
        text-decoration: none;
        display: block;
    }
    /***** Info footer *****/

    .footer-info {
        padding: 30px 0 0;
        justify-content: space-between;
    }
    .info-introduce {
        padding-bottom: 16px;
    }
    .footer-introduce-title {
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        padding-bottom: 6px;
    }
    .footer-introduce-content {
        color: var(--White-color, #FFFFFF);
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        padding-bottom: 16px;
    }
    .info-introduce, .info-contacts, .info-socials{
        padding-bottom: 16px;
        border-bottom: solid 1px var(--Text-grey-color-2, #6a6a6a);
    }

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

    .install-app {
        flex-direction: column;
    }
    /***** 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-5, #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 var(--Text-grey-color-2, #6a6a6a);
        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 *****/
    .modal-logo {
        width: 125px;
        height: 57px;
        margin: 16px auto 28px;
    }

    .modal-title {
        color: var(--Text-grey-color, #363535);
        text-align: center;

        font-family: "Be Vietnam Pro";
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin: auto;
    }
    .modal-content {
        border: none;
    }

    .modal-body {
        padding: 28px 0 0;
    }
    .modal-header {
        padding: 0 0 28px;
        border-bottom: 1px solid var(--Main-color);
    }
    .modal-dialog {
        max-width: 343px;
        width: 100%;
        margin: auto;
        border-radius: 12px;
        background: #fff;
        padding: 20px;
    }
    .modal-form-group {
        padding-bottom: 14px;
    }
    .modal-label {
        color: var(--Text-grey-color, #363535);
        font-family: "Be Vietnam Pro";
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
    }

    .modal-input {
        color: var(--Text-grey-color-3, #9b9b9b);

        font-family: "Be Vietnam Pro";
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 136%;
    }

    .btn-submit-contact {
        display: flex;
        max-width: 224px;
        width: 100%;
        padding: 15px 25px;
        justify-content: center;
        align-items: center;
        border-radius: 10000px;
        background: #ff8b00;

        color: #fff;
        text-align: center;
        font-family: "Be Vietnam Pro";
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
        margin: auto;
        border: none;
    }

    .myModal {
        padding-top: 50px;
    }
    /***** End Model *****/
    .navbar-collapse {
        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:not(.show) {
        display: block;
    }
}