body {
    background: #FFFFFF !important;
}
.disable-link .page-link{
    pointer-events: none;
    cursor: not-allowed;
    text-decoration: none;
    color: var(--Grey-color-3, #9B9B9B) !important;
    border-color: var(--Grey-color-3, #9b9b9b) !important;
}
.carousel-control-next, .carousel-control-prev {
    width: 90px;
}
@media (min-width: 1200px) {
    body {
        background: #fff;
    }
    /***** Hero CSS *****/
    #hero {
        padding: 132px 0 100px;
    }

    .section-hero-title {
        display: flex;
        gap: 10px;
        flex-direction: column;
    }

    .hero-title {
        color: var(--Grey-color-1, #363535);
        text-align: center;
        font-family: Unbounded;
        font-size: 3.25rem;
        font-style: normal;
        font-weight: 400;
        line-height: 135%;
        margin-bottom: 0;
    }

    .hero-description {
        color: var(--Grey-color-1, #363535);
        text-align: center;
        font-family: "Be Vietnam Pro";
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 136%;
        padding-bottom: 30px;
    }
    .introduce-block {
        display: flex;
        padding: 20px 40px;
        justify-content: center;
        align-items: center;
        gap: 80px;
        border-radius: 1000px;
        border: 1px solid var(--Xm-Xm-3, #9b9b9b);
        background: #fff;
        width: fit-content;
        margin: 0 auto;
    }
    .introduce-items {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
    }
    .introduce-item {
        display: flex;
        flex-direction: column;
    }
    .introduce-title {
        color: var(--Cam-Cam-1, #ff8b00);
        text-align: center;
        font-size: 28px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%;
        text-transform: capitalize;
    }
    .introduce-content {
        color: var(--Xm-Xm-1, #363535);
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%;
    }
    .separator {
        width: 1px;
        height: 45px;
        background-color: gray;
        margin: 0 10px;
    }
    .button-block {
    }

    .btn-submit {
        display: flex;
        max-width: 224px;
        width: 100%;
        padding: 12px 26px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 10000px;
        background: var(--Main-color, #ff8b00);

        color: var(--White-color, #ffffff);
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
    }

    .btn-submit:hover {
        background: #F57C02;
        color: #FFF;
    }

    .btn-find-job {
        margin: 0 auto;
        text-decoration: none;
    }

    .banner-component {
        padding-top: 30px;
    }

    .home-banner {
        width: 100%;
        border-radius: 12px;
        height: auto;
    }

    /***** End Hero CSS *****/

    /***** Job CSS *****/
    .jobs-component {
        padding: 46px 0 40px;
        display: flex;
        flex-direction: column;
        gap: 40px;
    }
    .job-section-title {
        color: var(--Grey-color-1, #363535);
        font-size: 40px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
    .office-component {
        display: flex;
        gap: 30px;
        flex-direction: column;
    }

    .sub-section-block {
        display: flex;
        justify-content: space-between;
    }

    .sub-section-title {
        color: var(--Grey-color-1, #363535);
        font-size: 28px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: capitalize;
    }

    .view-more-work-unit {
        color: var(--Grey-color-2, #6a6a6a);
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        text-decoration-line: underline;
        margin-top: auto;
    }

    .view-more-work-unit:hover {
        color: var(--Main-color, #ff8b00);
    }

    .job-block {
        gap: 30px 0;
    }

    .job-item {
        display: flex;
        flex-direction: column;
        gap: 22px;
        padding: 32px;
        border-radius: 12px;
        background: var(--White-color, #ffffff);

        border-radius: 12px;
        border: 1px solid var(--Grey-color-4, #d3d3d3);
        background: #fff;
    }

    .job-item-info {
        display: flex;
        gap: 10px;
        flex-direction: column;
        align-items: flex-start;
    }

    .job-item:hover {
        box-shadow: 0px 85px 109px 0px rgba(99, 99, 99, 0.07), 0px 35.511px 45.538px 0px rgba(99, 99, 99, 0.05), 0px 18.986px 24.347px 0px rgba(99, 99, 99, 0.04), 0px 10.643px 13.648px 0px rgba(99, 99, 99, 0.04), 0px 5.653px 7.249px 0px rgba(99, 99, 99, 0.03), 0px 2.352px 3.016px 0px rgba(99, 99, 99, 0.02);
    }

    .job-status {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 136%;
    }

    .job-status-block {
        display: flex;
        gap: 10px;
        color: var(--Green-color-1, #18bb4c);
    }

    .job-status-icon {
        font-size: 17px;
    }

    .job-name-block {
        display: flex;
        gap: 10px;
        color: var(--Grey-color-1, #363535);
    }
    .job-name {
        color: var(--Main-color, #ff8b00);
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%;
        height: 56px;
        text-decoration: none;

        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .job-name:hover {
        color: var(--Main-color, #ff8b00);
    }

    .job-name-icon {
        font-size: 17px;
        padding-top: 4px;
    }

    .tags {
        gap: 10px;
        flex-wrap: wrap;
        max-width: 90%;
    }

    .tag-item {
        display: flex;
        padding: 5px 10px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 10000px;
        border: 0.5px solid var(--Grey-color-4, #d3d3d3);
        background: var(--White-color, #ffffff);

        color: var(--Grey-color-1, #363535);
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
    }

    .tag-item-branch {
        display: inline-block;
        max-width: 252px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .tag-item-salary {
        display: inline-block;
        max-width: 126px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .btn-apply {
        display: inline-flex;
        width: unset;
        padding: 15px 25px;
        justify-content: center;
        align-items: center;
        border-radius: 10000px;
        border: 1px solid var(--Main-color, #ff8b00);
        background: var(--White-color);

        color: var(--Main-color, #ff8b00);
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        text-decoration: none;
    }

    .btn-view-all-job {
        margin: 0 auto;
        text-decoration: none;
    }

    .pagination {
        display: flex;
        justify-content: center;
        padding-left: 0;
        list-style: none;
        gap: 10px;
    }
    .page-item:first-child .page-link,
    .page-item:last-child .page-link {
        border-top-left-radius: 1000px;
        border-bottom-left-radius: 1000px;
        border-top-right-radius: 1000px;
        border-bottom-right-radius: 1000px;
    }
    .page-item:last-child .page-link,
    .page-item:first-child .page-link {
    }

    .page-item {
        display: flex;
        align-items: center;
        border: none;
    }
    .disabled .page-link {
        background: none;
    }
    .page-link {
        background: #d9d9d9;
        padding: 0px;
        width: 10px;
        height: 10px;
        border-radius: 1000px;
    }

    .page-link:hover {
        color: var(--Main-color);
        background-color: var(--Main-color-5);
        border-color: var(--Main-color-5);
        border-radius: 1000px;
    }
    .active .page-link {
        background: var(--Main-color, #ff8b00);
        border-radius: 1000px;
        border-color: var(--Main-color, #ff8b00);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .pagination-wrapper {
        margin-top: 24px;
    }

    .page-pre .page-link {
        width: 30px;
        height: 30px;
        border-top-left-radius: 1000px !important;
        border-bottom-left-radius: 1000px !important;
        background-color: #ffffff;
        border-color: var(--Grey-color-3, #9b9b9b);
    }
    .page-pre .page-link,
    .page-next .page-link {
        width: 30px;
        height: 30px;
        border-top-left-radius: 1000px !important;
        border-bottom-left-radius: 1000px !important;
        border-top-right-radius: 1000px !important;
        border-bottom-right-radius: 1000px !important;
        background-color: #ffffff;
        border-color: var(--Grey-color-3, #9b9b9b);
        color: #000000;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    /***** End Job CSS *****/

    /***** Culture CSS *****/
    #core-value-title {
        padding-bottom: 46px;
    }
    .core-value-title-block {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .core-value-title {
        font-size: 40px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
    #core-value {
        padding: 49px 0;
        background: var(--Grey-color-6, #F7F7F7);
    }
    #core-value .container {
        padding: 0;
    }
    .core-value-component {
        /* gap: 24px; */
        align-items: stretch;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .view-more-core-value {
        color: var(--Xm-Xm-2, #6A6A6A);
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px; /* 150% */
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: none;
        text-decoration-thickness: auto;
        text-underline-offset: auto;
        text-underline-position: from-font;
    }
    .core-value-component::-webkit-scrollbar {
        display: none;
    }
    
    .core-value-item {
        display: flex;
        gap: 60px;
        padding: 26px 4px 49px 30px;
        flex-direction: column;

        width: 200px;
        height: 320px;

        border-radius: 12px;
        background: #FFF;
    }
    .core-value-item:hover {
        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(0, 0, 0, 0.03), 0px 2.767px 2.214px 0px rgba(0, 0, 0, 0.02);

    }
    .core-value-content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        align-self: stretch;
    }
    .core-value-number {
        color: var(--Main-color, #FF8B00);
        font-size: 40px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .core-value-icon img{
        width: 85px;
        height: auto;
    }
    .core-value-name {
        color: var(--Grey-color-1, #363535);
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 135%;
        max-width: 135px;
        height: 81px;
    }
    /***** End Culture CSS *****/

    /***** Development milestone CSS *****/
    #development-milestone {
        padding: 100px 0;
    }
    .milestone-section-title {
        color: var(--Grey-color-1, #363535);
        font-size: 40px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
    .milestone-item {
        min-width: 280px;
    }
    .milestone-wrapper {
        position: relative;
        align-items: center;
        width: 100%;
    }
    
    .milestone-component {
        padding: 46px 0 40px;
        display: flex;
        width: 100%;
        overflow-x: scroll;
        -ms-overflow-style: scrollbar;
        scrollbar-width: auto;
    }
    
    .milestone-component::-webkit-scrollbar {
        height: 8px;
        width: 50%;
    }
    
    .milestone-component::-webkit-scrollbar-thumb {
        border-radius: 100px;
        background: var(--Xm-Xm-1, #363535);
        width: 20px;
    }
    
    .milestone-component::-webkit-scrollbar-track {
        background: #f0f0f0;
    } 
    
    .milestone-image img {
        width: auto;
        height: 119px;
        flex-shrink: 0;
        border-radius: 12px;
    }
    .milestone-divider {
        flex-grow: 1;
        height: 2px;
        background-color: #6A6A6A;
        margin: 24px 0;
        position: relative;
    }
    .milestone-dot {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translate(0%, -50%);
        width: 18px;
        height: 18px;
        flex-shrink: 0;
        background-color: var(--Main-color, #ff8b00);
        border-radius: 50%;
    }
    .milestone-content {
        display: flex;
        flex-flow: column;
        gap: 10px;
    }
    .milestone-date {
        color: var(--Main-color-1, #FF8B00);
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%;
    }
    .milestone-description {
        color: var(--Grey-color-1, #363535);
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        width: 240px;
    }

    /***** End recuitment process CSS *****/

    /***** Blog process CSS *****/
    .reason-content {
        display: flex;
        flex-direction: column;
        gap: 46px;
        height: 100%;
        justify-content: center;
    }
    .reason-title {
        color: var(--Grey-color-1, #363535);
        font-size: 40px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
    .reason-botton-block {
        display: flex;
        gap: 16px;
    }

    .reason-about-us-button {
        display: flex;
        padding: 12px 25px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 10000px;
        background: #FF8B00;
        width: fit-content;
        color: var(--White-color, #FFF);
        text-decoration: unset;
    }
    .reason-blog-button {
        display: flex;
        padding: 12px 26px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 10000px;
        border: 1px solid #FF8B00;
        width: fit-content;
        color: #FF8B00;

        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        text-decoration: unset;
    }
    .reason-img img {
        max-width: 500px;
        border-radius: 12px;
    }
    /***** End Reason CSS *****/
    /***** Reason CSS *****/
    #welfare {
        padding: 60px 0 90px;
    }
    
    .accordion-container {
        width: 100%;
        margin: 20px auto;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    
    .welfare-item {
        background-color: #fff;
        transition: all 0.5s ease-in-out;
        border: 1px solid var(--Grey-color-4, #D3D3D3);
        border-radius: 12px;
        overflow: hidden;
    }
    
    .welfare-title {
        display: flex;
        padding: 40px 60px;
        flex-direction: column;
        align-items: flex-start;
        align-self: stretch;
        color: var(--Grey-color-1, #363535);
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 135%;
        cursor: pointer;
        background-color: #fff;
    }
    .arrow {
        font-size: 16px;
        color: var(--Grey-color-1, #363535);
        transition: transform 0.3s ease;
}
    
    .welfare-item.active .arrow {
        transform: rotate(180deg);
        color: var(--Main-color, #FF8B00);
    }
    
    .welfare-item.active .welfare-title {
        color: var(--Main-color, #FF8B00);
    }

    .welfare-title:hover {
        background: var(--Cam-Cam-5, #FFF9F3);
        color: var(--Main-color, #FFF9F3);

    }
    .welfare-title:hover .welfare-title {
        color: var(--Main-color, #FFF9F3);
    }
    
    .accordion-content {
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        transition: max-height 1s ease, opacity 1s ease, padding 1s ease;

        color: var(--Xm-Xm-2, #6A6A6A);

        font-family: "Be Vietnam Pro";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 136%;
    }
    
    .accordion-content p {
        margin: 15px 0;
    }
    
    .welfare-item.active .accordion-content {
        max-height: 500px;
        opacity: 1;
        padding-top: 10px;
    }
    .welfare-item.active .welfare-title {
        color: var(--Main-color, #FF8B00) !important;
    }
    
    
    
    
    /***** End Reason CSS *****/


}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    /***** Hero CSS *****/
    #hero {
        padding: 130px 0 50px;
    }

    .section-hero-title {
        display: flex;
        gap: 16px;
        flex-direction: column;
    }

    .hero-title {
        color: var(--Grey-color-1, #363535);
        text-align: center;
        font-family: Unbounded;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 0;
    }

    .hero-description {
        color: var(--Grey-color-1, #363535);
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        padding-bottom: 30px;
        line-height: 136%;
    }
    .introduce-block {
        display: flex;
        padding: 20px 40px;
        justify-content: center;
        align-items: center;
        gap: 80px;
        border-radius: 1000px;
        border: 1px solid var(--Xm-Xm-3, #9b9b9b);
        background: #fff;
        width: fit-content;
        margin: 0 auto;
    }
    .introduce-items {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
    }
    .introduce-item {
        display: flex;
        flex-direction: column;
    }
    .introduce-title {
        color: var(--Cam-Cam-1, #ff8b00);
        text-align: center;
        font-size: 28px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%;
        text-transform: capitalize;
    }
    .introduce-content {
        color: var(--Xm-Xm-1, #363535);
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%;
    }
    .separator {
        width: 1px;
        height: 45px;
        background-color: gray;
        margin: 0 10px;
    }
    .button-block {
        /* padding-top: 20px; */
    }

    .btn-submit {
        display: flex;
        max-width: 224px;
        width: 100%;
        padding: 15px 25px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 10000px;
        background: var(--Main-color, #ff8b00);

        color: var(--White-color, #ffffff);
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
    }

    .btn-find-job {
        margin: 0 auto;
        text-decoration: none;
    }

    .banner-component {
        padding-top: 50px;
    }

    .home-banner {
        width: 100%;
        border-radius: 12px;
        height: auto;
    }

    /***** End Hero CSS *****/

    /***** Job CSS *****/
    .jobs-component {
        padding: 46px 0 50px;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .job-section-title {
        color: var(--Grey-color-1, #363535);
        font-size: 30px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
    .office-component {
        display: flex;
        gap: 16px;
        flex-direction: column;
    }

    .sub-section-block {
        display: flex;
        padding: 20px 0px;
        justify-content: space-between;
    }

    .sub-section-title {
        color: var(--Grey-color-1, #363535);
        font-size: 26px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: capitalize;
    }

    .view-more-work-unit {
        color: var(--Grey-color-2, #6a6a6a);
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        text-decoration-line: underline;
        margin-top: auto;
    }

    .job-block {
        gap: 20px 0;
    }

    .job-item {
        display: flex;
        flex-direction: column;
        gap: 22px;
        padding: 32px;
        border-radius: 12px;
        background: var(--White-color, #ffffff);


        border-radius: 12px;
        border: 1px solid var(--Grey-color-4, #d3d3d3);
        background: #fff;
    }

    .job-item-info {
        display: flex;
        gap: 10px;
        flex-direction: column;
        align-items: flex-start;
    }

    .job-item:hover {
        box-shadow: 0px 23px 39px 0px rgba(0, 0, 0, 0.02),
            0px 5.137px 8.711px 0px rgba(0, 0, 0, 0.05),
            0px 1.53px 2.594px 0px rgba(0, 0, 0, 0.01);
    }

    .job-status {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 136%;
    }

    .job-status-block {
        display: flex;
        gap: 10px;
        color: var(--Green-color-1, #18bb4c);
    }

    .job-status-icon {
        font-size: 17px;
    }

    .job-name-block {
        display: flex;
        gap: 10px;
        color: var(--Grey-color-1, #363535);
    }
    .job-name {
        color: var(--Main-color, #ff8b00);
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%;

        text-decoration: none;
    }
    .job-name-icon {
        font-size: 17px;
        padding-top: 4px;
    }

    .tags {
        gap: 10px;
        flex-wrap: wrap;
        max-width: 90%;
    }

    .tag-item {
        display: flex;
        padding: 5px 10px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 10000px;
        border: 0.5px solid var(--Grey-color-4, #d3d3d3);
        background: var(--White-color, #ffffff);

        color: var(--Grey-color-1, #363535);
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
    }

    .tag-item-branch {
        display: inline-block;
        max-width: 252px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .btn-apply {
        display: inline-flex;
        width: unset;
        padding: 12px 26px;
        justify-content: center;
        align-items: center;
        border-radius: 10000px;
        border: 1px solid var(--Main-color, #ff8b00);
        background: var(--White-color);

        color: var(--Main-color, #ff8b00);
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
        text-decoration: none;
    }

    .btn-view-all-job {
        margin: 0 auto;
        text-decoration: none;
    }

    .pagination {
        display: flex;
        justify-content: center;
        padding-left: 0;
        list-style: none;
        gap: 10px;
    }
    .page-item:first-child .page-link,
    .page-item:last-child .page-link {
        border-top-left-radius: 1000px;
        border-bottom-left-radius: 1000px;
        border-top-right-radius: 1000px;
        border-bottom-right-radius: 1000px;
    }
    .page-item:last-child .page-link,
    .page-item:first-child .page-link {
    }

    .page-item {
        display: flex;
        align-items: center;
        border: none;
    }
    .disabled .page-link {
        background: none;
    }
    .page-link {
        background: #d9d9d9;
        padding: 0px;
        width: 10px;
        height: 10px;
        border-radius: 1000px;
    }

    .page-link:hover {
        color: var(--Main-color);
        background-color: var(--Main-color-5);
        border-color: var(--Main-color-5);
        border-radius: 1000px;
    }
    .active .page-link {
        background: var(--Main-color, #ff8b00);
        border-radius: 1000px;
        border-color: var(--Main-color, #ff8b00);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .pagination-wrapper {
        margin-top: 24px;
    }

    .page-pre .page-link {
        width: 30px;
        height: 30px;
        border-top-left-radius: 1000px !important;
        border-bottom-left-radius: 1000px !important;
        background-color: #ffffff;
        border-color: var(--Grey-color-3, #9b9b9b);
    }
    .page-pre .page-link,
    .page-next .page-link {
        width: 30px;
        height: 30px;
        border-top-left-radius: 1000px !important;
        border-bottom-left-radius: 1000px !important;
        border-top-right-radius: 1000px !important;
        border-bottom-right-radius: 1000px !important;
        background-color: #ffffff;
        border-color: var(--Grey-color-3, #9b9b9b);
        color: #000000;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    /***** End Job CSS *****/

    /***** Culture CSS *****/
    #core-value-title {
        padding: 0 0 46px;
    }
    .core-value-title-block {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .core-value-title {
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .milestone-section-title {
        color: var(--Grey-color-1, #363535);
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    #core-value {
        padding: 49px 0;
        background: var(--Grey-color-6, #F7F7F7);
    }
    .core-value-component {
        gap: 10px;
        align-items: stretch;
        display: flex;
        justify-content: space-between;
        align-items: center;
        overflow-x: auto;
    }
    .view-more-core-value {
        color: var(--Xm-Xm-2, #6A6A6A);
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px; /* 150% */
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: none;
        text-decoration-thickness: auto;
        text-underline-offset: auto;
        text-underline-position: from-font;
    }
    .core-value-component::-webkit-scrollbar {
        display: none;
    }
    
    .core-value-item {
        display: flex;
        gap: 60px;
        padding: 26px 4px 49px 30px;
        flex-direction: column;

        width: 200px;
        height: 320px;
        flex: 0 0 auto;
        border-radius: 12px;
        background: #FFF;
    }

    .core-value-content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        align-self: stretch;
    }
    .core-value-number {
        color: var(--Main-color, #FF8B00);
        font-size: 40px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .core-value-icon img{
        width: 85px;
        height: auto;
    }
    .core-value-name {
        color: var(--Grey-color-1, #363535);
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 135%;
        max-width: 135px;
        height: 81px;
    }
    /***** End Culture CSS *****/
    /***** Development milestone CSS *****/
    #development-milestone {
        padding: 40px 0;
    }
    .milestone-item {
        min-width: 280px;
    }
    .milestone-wrapper {
        position: relative;
        align-items: center;
        width: 100%;
    }
    
    .milestone-component {
        padding: 46px 0 40px;
        display: flex;
        width: 100%;
        overflow-x: scroll;
        -ms-overflow-style: scrollbar;
        scrollbar-width: auto;
    }
    
    .milestone-component::-webkit-scrollbar {
        height: 8px;
        width: 50%;
    }
    
    .milestone-component::-webkit-scrollbar-thumb {
        border-radius: 100px;
        background: var(--Xm-Xm-1, #363535);
    }
    
    .milestone-component::-webkit-scrollbar-track {
        background: #f0f0f0;
    } 
    
    .milestone-image img {
        width: auto;
        height: 119px;
        flex-shrink: 0;
        border-radius: 12px;
    }
    .milestone-divider {
        flex-grow: 1;
        height: 2px;
        background-color: #6A6A6A;
        margin: 24px 0;
        position: relative;
    }
    .milestone-dot {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translate(0%, -50%);
        width: 18px;
        height: 18px;
        flex-shrink: 0;
        background-color: var(--Main-color, #ff8b00);
        border-radius: 50%;
    }
    .milestone-content {
        display: flex;
        flex-flow: column;
        gap: 10px;
    }
    .milestone-date {
        color: var(--Main-color-1, #FF8B00);
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%;
    }
    .milestone-description {
        color: var(--Grey-color-1, #363535);
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        width: 240px;
    }

    /***** End recuitment process CSS *****/
/***** Blog process CSS *****/
.reason-content {
    display: flex;
    flex-direction: column;
    gap: 46px;
    height: 100%;
    justify-content: center;
}
.reason-title {
    color: var(--Grey-color-1, #363535);
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.reason-botton-block {
    display: flex;
    gap: 16px;
}

.reason-about-us-button {
    display: flex;
    padding: 12px 25px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10000px;
    background: #FF8B00;
    width: fit-content;
    color: var(--White-color, #FFF);
    text-decoration: unset;
}
.reason-blog-button {
    display: flex;
    padding: 12px 26px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10000px;
    border: 1px solid #FF8B00;
    width: fit-content;
    color: #FF8B00;

    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-decoration: unset;
}
.reason-img img {
    width: 100%;
    max-width: 343px;
    border-radius: 12px;
}
/***** End Reason CSS *****/
/***** Reason CSS *****/
#welfare {
    padding: 40px 0;
}

.accordion-container {
    width: 100%;
    margin: 20px auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.welfare-item {
    background-color: #fff;
    transition: all 0.5s ease-in-out;
    border: 1px solid var(--Grey-color-4, #D3D3D3);
    border-radius: 12px;
    overflow: hidden;
}
.arrow {
    font-size: 16px;
    color: var(--Grey-color-1, #363535);
    transition: transform 0.3s ease;
}

.welfare-item.active .arrow {
    transform: rotate(180deg);
    color: var(--Main-color, #FF8B00);
}
.welfare-title {
    display: flex;
    padding: 40px 60px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    color: var(--Grey-color-1, #363535);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
    cursor: pointer;
    background-color: #fff;
}

.welfare-title:hover {
    background: var(--Cam-Cam-5, #FFF9F3);
    color: var(--Main-color, #FFF9F3);

}
.welfare-title:hover .welfare-title {
    color: var(--Main-color, #FFF9F3);
}

.accordion-content {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 1s ease, opacity 1s ease, padding 1s ease;

    color: var(--Xm-Xm-2, #6A6A6A);

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

.welfare-item.active .accordion-content {
    max-height: 500px;
    opacity: 1;
    padding-top: 10px;
}
.welfare-item.active .welfare-title {
    color: var(--Main-color, #FF8B00) !important;
}




/***** End Reason CSS *****/
}

@media only screen and (max-width: 767px) {
    /***** Hero CSS *****/
    #hero {
        padding: 100px 0 40px;
    }

    .section-hero-title {
        display: flex;
        gap: 16px;
        flex-direction: column;
    }

    .hero-title {
        color: var(--Grey-color-1, #363535);
        text-align: center;
        font-family: Unbounded;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 0;
    }

    .hero-description {
        color: var(--Grey-color-1, #363535);
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 136%;
        padding-bottom: 30px;
    }
    .introduce-block {
        display: flex;
        padding: 20px 40px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
        align-self: stretch;
        border-radius: 20px;
        border: 1px solid var(--Xm-Xm-3, #9b9b9b);
        background: #fff;
    }
    .introduce-items {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
    }
    .introduce-item {
        display: flex;
        flex-direction: column;
    }
    .introduce-title {
        color: var(--Cam-Cam-1, #ff8b00);
        text-align: center;
        font-size: 28px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%;
        text-transform: capitalize;
    }
    .introduce-content {
        color: var(--Xm-Xm-1, #363535);
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%;
    }
    .separator {
        width: 1px;
        height: 45px;
        background-color: gray;
        margin: 0 10px;
    }
    .button-block {
    }

    .btn-submit {
        display: flex;
        max-width: 224px;
        width: 100%;
        padding: 15px 25px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 10000px;
        background: var(--Main-color, #ff8b00);

        color: var(--White-color, #ffffff);
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
    }

    .btn-find-job {
        margin: 0 auto;
        text-decoration: none;
    }

    .banner-component {
        padding-top: 40px;
    }

    .home-banner {
        width: 100%;
        border-radius: 12px;
        height: auto;
    }

    /***** End Hero CSS *****/

    /***** Job CSS *****/
    .jobs-component {
        padding: 0 0 20px;
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }
    .job-section-title {
        color: var(--Grey-color-1, #363535);
        font-size: 30px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
    .office-component {
        display: flex;
        gap: 20px;
        flex-direction: column;
    }

    .sub-section-block {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .sub-section-title {
        color: var(--Grey-color-1, #363535);
        font-size: 26px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: capitalize;
        border-bottom: 1px solid var(--Grey-color-5, #e1e1e1);
        padding: 16px 0;
    }

    .view-more-work-unit {
        color: var(--Grey-color-2, #6a6a6a);
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        text-decoration-line: underline;
        margin-top: auto;
        padding: 20px 0 0;
    }

    .job-block {
        gap: 20px;
    }

    .job-item {
        display: flex;
        flex-direction: column;
        gap: 22px;
        padding: 32px;
        border-radius: 12px;
        background: var(--White-color, #ffffff);

        border-radius: 12px;
        border: 1px solid var(--Grey-color-4, #d3d3d3);
    }

    .job-item-info {
        display: flex;
        gap: 10px;
        flex-direction: column;
        align-items: flex-start;
    }

    .job-item:hover {
        box-shadow: 0px 23px 39px 0px rgba(0, 0, 0, 0.02),
            0px 5.137px 8.711px 0px rgba(0, 0, 0, 0.05),
            0px 1.53px 2.594px 0px rgba(0, 0, 0, 0.01);
    }

    .job-status {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 136%;
    }

    .job-status-block {
        display: flex;
        gap: 10px;
        color: var(--Green-color-1, #18bb4c);
    }

    .job-status-icon {
        font-size: 17px;
    }
    .job-name {
        color: var(--Main-color, #ff8b00);
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%;

        text-decoration: none;
    }
    .job-name-block {
        display: flex;
        gap: 10px;
        color: var(--Grey-color-1, #363535);
    }

    .job-name-icon {
        font-size: 17px;
        padding-top: 4px;
    }

    .tags {
        gap: 10px;
        flex-wrap: wrap;
    }

    .tag-item {
        display: flex;
        padding: 5px 10px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 10000px;
        border: 0.5px solid var(--Grey-color-4, #d3d3d3);
        background: var(--White-color, #ffffff);

        color: var(--Grey-color-1, #363535);
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
    }
    .tag-item-branch {
        display: inline-block;
        max-width: 252px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .btn-apply {
        display: inline-flex;
        width: unset;
        padding: 12px 26px;
        justify-content: center;
        align-items: center;
        border-radius: 10000px;
        border: 1px solid var(--Main-color, #ff8b00);
        background: var(--White-color);

        color: var(--Main-color, #ff8b00);
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        text-decoration: none;
    }

    .btn-view-all-job {
        /* margin: 0 auto; */
        text-decoration: none;
    }

    .pagination {
        display: flex;
        justify-content: center;
        padding-left: 0;
        list-style: none;
        gap: 10px;
    }
    .page-item:first-child .page-link,
    .page-item:last-child .page-link {
        border-top-left-radius: 1000px;
        border-bottom-left-radius: 1000px;
        border-top-right-radius: 1000px;
        border-bottom-right-radius: 1000px;
    }
    .page-item:last-child .page-link,
    .page-item:first-child .page-link {
    }

    .page-item {
        display: flex;
        align-items: center;
        border: none;
    }
    .disabled .page-link {
        background: none;
    }
    .page-link {
        background: #d9d9d9;
        padding: 0px;
        width: 10px;
        height: 10px;
        border-radius: 1000px;
    }

    .page-link:hover {
        color: var(--Main-color);
        background-color: var(--Main-color-5);
        border-color: var(--Main-color-5);
        border-radius: 1000px;
    }
    .active .page-link {
        background: var(--Main-color, #ff8b00);
        border-radius: 1000px;
        border-color: var(--Main-color, #ff8b00);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .pagination-wrapper {
        margin-top: 24px;
    }

    .page-pre .page-link {
        width: 30px;
        height: 30px;
        border-top-left-radius: 1000px !important;
        border-bottom-left-radius: 1000px !important;
        background-color: #ffffff;
        border-color: var(--Grey-color-3, #9b9b9b);
    }
    .page-pre .page-link,
    .page-next .page-link {
        width: 30px;
        height: 30px;
        border-top-left-radius: 1000px !important;
        border-bottom-left-radius: 1000px !important;
        border-top-right-radius: 1000px !important;
        border-bottom-right-radius: 1000px !important;
        background-color: #ffffff;
        border-color: var(--Grey-color-3, #9b9b9b);
        color: #000000;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /***** End Job CSS *****/

    /***** Culture CSS *****/
    #core-value-title {
        padding: 0 0 46px;
    }
    .core-value-title-block {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .core-value-title {
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    #core-value {
        padding: 49px 0;
        background: var(--Grey-color-6, #F7F7F7);
    }
    .view-more-core-value {
        color: var(--Xm-Xm-2, #6A6A6A);
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px; /* 150% */
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: none;
        text-decoration-thickness: auto;
        text-underline-offset: auto;
        text-underline-position: from-font;
    }
    .core-value-component {
        gap: 10px;
        align-items: stretch;
        display: flex;
        justify-content: space-between;
        align-items: center;
        overflow-x: auto;
    }
    .core-value-component::-webkit-scrollbar {
        display: none;
    }
    
    .core-value-item {
        display: flex;
        gap: 60px;
        padding: 26px 4px 49px 30px;
        flex-direction: column;

        width: 200px;
        height: 320px;
        flex: 0 0 auto;
        border-radius: 12px;
        background: #FFF;
    }
    .core-value-content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        align-self: stretch;
    }
    .core-value-number {
        color: var(--Main-color, #FF8B00);
        font-size: 40px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .core-value-icon img{
        width: 85px;
        height: auto;
    }
    .core-value-name {
        color: var(--Grey-color-1, #363535);
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 135%;
        max-width: 135px;
        height: 81px;
    }

    /***** End Culture CSS *****/

    /***** Development milestone CSS *****/
    #development-milestone {
        padding: 48px 0;
    }
    .milestone-item {
        min-width: 280px;
    }
    .milestone-section-title {
        color: var(--Grey-color-1, #363535);
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .milestone-wrapper {
        position: relative;
        align-items: center;
        width: 100%;
    }
    
    .milestone-component {
        padding: 46px 0 40px;
        display: flex;
        width: 100%;
        overflow-x: scroll;
        -ms-overflow-style: scrollbar;
        scrollbar-width: auto;
    }
    
    .milestone-component::-webkit-scrollbar {
        height: 8px;
        width: 50%;
    }
    
    .milestone-component::-webkit-scrollbar-thumb {
        border-radius: 100px;
        background: var(--Xm-Xm-1, #363535);
        width: 20%;
    }
    
    .milestone-component::-webkit-scrollbar-track {
        background: #f0f0f0;
    } 
    
    .milestone-image img {
        width: auto;
        height: 119px;
        flex-shrink: 0;
        border-radius: 12px;
    }
    .milestone-divider {
        flex-grow: 1;
        height: 2px;
        background-color: #6A6A6A;
        margin: 24px 0;
        position: relative;
    }
    .milestone-dot {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translate(0%, -50%);
        width: 18px;
        height: 18px;
        flex-shrink: 0;
        background-color: var(--Main-color, #ff8b00);
        border-radius: 50%;
    }
    .milestone-content {
        display: flex;
        flex-flow: column;
        gap: 10px;
    }
    .milestone-date {
        color: var(--Main-color-1, #FF8B00);
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%;
    }
    .milestone-description {
        color: var(--Grey-color-1, #363535);
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        width: 240px;
    }

    /***** End recuitment process CSS *****/

/***** Blog process CSS *****/
.reason-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
    justify-content: center;
    margin-bottom: 20px;
}
.reason-title {
    color: var(--Grey-color-1, #363535);
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.reason-botton-block {
    display: flex;
    gap: 16px;
    flex-direction: column;
}

.reason-about-us-button {
    display: flex;
    padding: 12px 25px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    border-radius: 10000px;
    background: #FF8B00;
    width: fit-content;
    color: var(--White-color, #FFF);
    text-decoration: unset;
}
.reason-blog-button {
    display: flex;
    padding: 12px 26px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10000px;
    border: 1px solid #FF8B00;
    width: fit-content;
    color: #FF8B00;

    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-decoration: unset;
}
.reason-img img {
    width: 100%;
    height: auto;
    border-radius: 12px;
}
/***** End Reason CSS *****/
/***** Reason CSS *****/
#welfare {
    padding: 36px 0;
}

.accordion-container {
    width: 100%;
    margin: 20px auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.welfare-item {
    background-color: #fff;
    transition: all 0.5s ease-in-out;
    border: 1px solid var(--Grey-color-4, #D3D3D3);
    border-radius: 12px;
    overflow: hidden;
}

.welfare-title {
    display: flex;
    padding: 40px 20px  ;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    color: var(--Grey-color-1, #363535);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
    cursor: pointer;
    background-color: #fff;
}
.arrow {
    font-size: 16px;
    color: var(--Grey-color-1, #363535);
    transition: transform 0.3s ease; /* Hiệu ứng chuyển đổi */
}

.welfare-item.active .arrow {
    transform: rotate(180deg);
    color: var(--Main-color, #FF8B00);
}
.welfare-title:hover {
    background: var(--Cam-Cam-5, #FFF9F3);
    color: var(--Main-color, #FFF9F3);

}
.welfare-title:hover .welfare-title {
    color: var(--Main-color, #FFF9F3);
}

.accordion-content {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 1s ease, opacity 1s ease, padding 1s ease;

    color: var(--Xm-Xm-2, #6A6A6A);

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

.welfare-item.active .accordion-content {
    max-height: 500px;
    opacity: 1;
    padding-top: 10px;
}
.welfare-item.active .welfare-title {
    color: var(--Main-color, #FF8B00) !important;
}




/***** End Reason CSS *****/
}
