.home_banner {
    grid-template-columns: 50% 50%;
}

.left_btn,
.left_btn_en,
.right_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18rem;
    height: 4rem;
    font-size: 2rem;
    top: 70%;
    border-radius: 1rem;
    transition: all 0.3s ease-in-out;
}

.left_btn,
.left_btn_en {
    color: white;
}

.right_btn {
    background-color: #252b62 !important;
    color: white;
}

.left_btn:hover,
.left_btn_en:hover,
.position_btn:hover {
    box-shadow: 0 0 10px#44ce6f;
    background: linear-gradient(to right, #25bfb6, #32d0a7, #3ddf9a, #41e596);
    background-size: 200% 100%;
    background-position: right;
    color: white;
}

.right_btn:hover,
.right_btn_en:hover {
    box-shadow: 0 0 10px#252b62;
    /* background: linear-gradient(to right, #25bfb6, #32d0a7, #3ddf9a, #41e596); */
    /* background-size: 200% 100%; */
    /* background-position: right; */
    color: white;
}

.left_btn,
.left_btn_en {
    right: 26rem;
}

.right_btn {
    left: 5%;
}

.left_circle {
    width: 6.25rem;
    transform: translate(-670px, 30px);
}

.left_banner {
    width: auto;
    height: 100%;
    /* transform: translate(160px, 10px); */
}

.right_banner {
    width: auto;
    height: 100%;
    transform: scale(1.2) translateX(80px);
}

.title_banner_1 {
    right: 0;
    color: #fff;
    font-size: 52px;
    transform: translate(-350px, 170px);
    line-height: normal;
    margin-top: 15px;
    p {
        line-height: 24px;
        font-size: 62px;
    }
}

.title_banner_2 {
    transform: translate(50px, 170px);
    color: #252b62;
    font-size: 52px;

    p {
        line-height: 24px;
        font-size: 62px;
    }
}

.content_mb {
    display: none;
}

.text_box {
    display: flex;
    justify-content: center;
    align-items: center;

    .column_1 {
        margin-right: 2.5rem;
        transform: translateY(-20px);
    }
    .column_2,
    .column_3 {
        transform: translateY(-50px);
    }

    .content_1,
    .content_2,
    .content_3,
    .content_4,
    .content_5 {
        display: flex;
        position: absolute;
        width: 480px;
        height: 225px;
        padding: 20px;

        img {
            width: 3.75rem;
            height: 3.75rem;
            margin-top: 0.5rem;
            margin-left: 0.5rem;
        }
    }
}

.scroll-animation-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 150px;
    padding-bottom: 150px;
}

.expanding_circle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    transform-origin: center center;
    z-index: -10;
    pointer-events: none;
    transition: border-radius 0.2s ease;
}

.steps-content {
    position: relative;
    z-index: 1;
}

.left_content img,
.left_content h2,
.left_content p,
.right_content img,
.right_content h2,
.right_content p {
    opacity: 0;
    transition: all 0.35s ease;
}

.left_content .show,
.right_content .show {
    opacity: 1;
}

.position_bg {
    width: 100%;
    background-size: 100% 100%;
}

.position_section {
    display: grid;
    grid-template-columns: 50% 50%;
}

.pst_left_side {
    width: 100%;
    height: 500px;
    background-size: 100% 100%;
}

.resume {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    padding: 35px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.pdpa_checkbox {
    width: 1.125rem;
    height: 1.125rem;
}

.input_name,
.input_email,
.input_tel,
.input_position,
.input_detail,
.resume_btn,
.apply_btn {
    font-size: 20px;
    outline: none;
}

.input_name:focus,
.input_email:focus,
.input_tel:focus,
.input_detail:focus,
.input_position:focus {
    outline: 2px solid #41e596;
}

/* Form panel transitions */
.form-panel {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease, visibility 0.35s ease;
    pointer-events: none;
}

.form-panel.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.title_position,
.title_position_en {
    transform: translate(225px, 195px);

    .title_position_1 {
        line-height: 32px;
    }
}

.position_img_left {
    transform: translate(-320px, -70px);
}

.position_img_right {
    transform: translate(250px, 40px);
}

.position_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    border-radius: 50px;
    transform: translate(230px, 425px);
    transition: all 0.3s ease-in-out;
}

.resume_btn {
    border-color: linear-gradient(to right, #25bfb6, #32d0a7, #3ddf9a, #41e596);
    border-radius: 8px;
    box-shadow: 0 0 0 2px #25bfb6;
    transition: all 0.3s ease-in-out;
}
.resume_btn:hover {
    box-shadow: 0 0 10px #25bfb6;
}
#buttonResume {
    transition: all 0.3s ease-in-out;
}
#buttonResume:hover {
    box-shadow: 0 0 10px#44ce6f;
}
.homepage_bot_btn {
    cursor: pointer;
    margin-top: 80px;
    border-color: #44ce6f;

    .text_bot_btn {
        color: #252b62;
        font-size: 54px;

        span {
            color: #44ce6f;
            transition: all 0.3s ease-in-out;
        }
    }
}

.homepage_bot_btn:hover {
    background: linear-gradient(to right, #25bfb6, #32d0a7, #3ddf9a, #41e596);

    .text_bot_btn {
        span {
            color: #fff;
            transition: all 0.3s ease-in-out;
        }
    }
}

@media (max-width: 1400px) {
    .home_banner {
        height: 25rem !important;
    }

    .left_side,
    .right_side {
        width: 50%;
        height: 25rem !important;
    }

    .left_btn,
    .left_btn_en,
    .right_btn {
        width: 14rem;
        height: 3.5rem;
        font-size: 1.5rem;
    }

    .left_btn,
    .left_btn_en {
        right: 16rem;
    }

    .left_circle {
        width: 4.25rem;
        top: 5%;
        left: -5% !important;
        transform: translate(0) !important;
    }

    .left_banner {
        width: auto;
        height: 100%;
        /* transform: translate(95px, 10px); */
    }

    .right_banner {
        width: auto;
        height: 100%;
        transform: scale(1.2) translateX(100px);
    }

    .title_banner_1 {
        font-size: 42px;
        transform: translate(-210px, 105px);
        line-height: normal;
        p {
            line-height: 20px;
            font-size: 48px;
        }
    }

    .title_banner_2 {
        transform: translate(45px, 105px);
        font-size: 42px;

        p {
            font-size: 48px;
        }
    }

    .middle_bg_2 {
        margin-top: -50px;
    }

    .middle_1 {
        .middle_bg_1 {
            transform: translate(-40px, 100px);
        }
    }

    .mid_text_1 {
        font-size: 68px !important;
        line-height: 78px !important;
        padding-top: 144px !important;
    }

    .title_position,
    .title_position_en {
        transform: translate(185px, 150px);
        /* font-size: 3.125rem !important; */
    }

    .input_name,
    .input_email,
    .input_tel,
    .input_position,
    .resume_btn,
    .apply_btn {
        height: 2.8125rem !important;
        font-size: 1.125rem;
    }

    .position_img_left {
        width: 750px !important;
        height: auto !important;
        transform: translate(-320px, -70px);
    }

    .position_img_right {
        transform: translate(200px, 150px);
    }

    .body_resume {
        height: 35.3125rem !important;
    }

    .resume {
        scale: 0.9;
    }

    .position_btn {
        width: 14rem !important;
        height: 3.5rem !important;
        font-size: 1.5rem !important;
        transform: translate(150px, 380px);
    }

    .homepage_bot_btn {
        width: 50rem !important;
        height: 7rem;
    }
}
@media (max-width: 1200px) {
    .text_box_1,
    .text_box_2,
    .text_box_3,
    .text_box_4,
    .text_box_5 {
        width: 27rem !important;
        height: auto;
    }
    .text_box {
        .column_1 {
            .left_content {
                .content_2,
                .content_4 {
                    h2 {
                        font-size: 32px;
                    }
                    p {
                        font-size: 20px;
                        br {
                            display: none;
                        }
                    }
                }
            }
        }
        .column_3 {
            .right_content {
                .content_1,
                .content_3,
                .content_5 {
                    h2 {
                        font-size: 34px;
                    }
                    p {
                        font-size: 20px;
                        br {
                            display: none;
                        }
                    }
                }
            }
        }
    }
}
@media (max-width: 995px) {
    .home_banner {
        height: 20rem !important;
    }

    .left_side,
    .right_side {
        width: 50%;
        height: 20rem !important;
    }

    .left_btn,
    .left_btn_en,
    .right_btn {
        width: 12rem;
        height: 3rem;
        font-size: 1.5rem;
    }

    .left_btn,
    .left_btn_en {
        right: 11rem;
    }

    .left_circle {
        width: 4rem;
        top: 5%;
        left: -6% !important;
        transform: translate(0) !important;
    }

    .left_banner {
        width: auto;
        height: 100%;
        /* transform: translate(85px, 10px); */
    }

    .right_banner {
        width: auto;
        height: 100%;
        transform: translateX(120px) scale(1.2);
    }

    .title_banner_1 {
        font-size: 36px;
        transform: translate(-155px, 80px);
        line-height: normal;
        p {
            line-height: 10px;
            font-size: 42px;
        }
    }

    .title_banner_2 {
        transform: translate(30px, 80px);
        font-size: 36px;

        p {
            line-height: 10px;
            font-size: 42px;
        }
    }

    .mid_text_1 {
        font-size: 52px !important;
        line-height: 62px !important;
        padding-top: 96px !important;
    }

    .mid_text_3 {
        font-size: 3.25rem !important;
        line-height: 3.25rem !important;
        padding-top: 4rem !important;
    }

    .position_bg {
        /* margin-top: 80px; */
        background-size: cover;
        display: flex;
        align-items: center;
    }

    .position_img_left,
    .position_img_right {
        display: none;
    }

    .title_position,
    .title_position_en,
    .position_btn {
        font-size: 44px !important;
        position: relative !important;
        transform: translate(0);
    }

    .position_btn {
        width: 12rem !important;
        height: 3rem !important;
        font-size: 1.5rem !important;
        margin-top: 2%;
    }

    .position_section {
        display: flex;
        flex-direction: column !important;
        height: fit-content !important;
    }

    .pst_left_side,
    .pst_right_side {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100% !important;
        height: auto !important;
    }

    .pst_left_side {
        padding: 20px;
        border: 2px solid #fff;
        border-radius: 20px;
    }

    .resume {
        scale: 100%;
        width: 100% !important;
        margin-top: 5%;
        background-color: rgba(255, 255, 255, 0);
        padding: 0;
        border: none;
    }

    .body_resume {
        max-width: 100% !important;
        height: auto !important;
        margin-left: 0 !important;
    }

    .text_box {
        height: 0 !important;
    }

    .column_1,
    .column_2,
    .column_3,
    .column_4,
    .column_5,
    .dashed_line {
        display: none;
    }

    .content_mb {
        display: flex;
        align-items: center;
        flex-direction: column;
        min-height: 40rem;

        .content_mb_1,
        .content_mb_2,
        .content_mb_3,
        .content_mb_4,
        .content_mb_5 {
            display: flex;
            width: 100%;
            height: auto;
            padding: 1rem;
            border-radius: 0.625rem;
            background-color: #fff;
            margin-top: 3.5%;

            h2 {
                width: 100%;
                margin-left: 16px;
                padding-right: 5%;
            }
            p {
                margin-left: 16px;
                br {
                    display: none;
                }
            }

            img {
                width: 3.25rem;
                height: 3.25rem;
            }
        }

        .content_mb_5 {
            margin-bottom: 5%;
        }
    }

    .homepage_bot_btn {
        width: 40rem !important;
        height: 6rem;
    }
}

@media (max-width: 768px) {
    .home_banner {
        height: 18rem !important;
    }

    .left_side,
    .right_side {
        width: 50%;
        height: 18rem !important;
    }

    .left_btn,
    .left_btn_en .right_btn {
        width: 12rem;
        height: 3rem;
    }

    .left_circle {
        opacity: 0;
    }

    .left_btn,
    .left_btn_en {
        right: 35%;
    }

    .left_banner {
        width: auto;
        height: 100%;
    }

    .right_banner {
        width: auto;
        height: 100%;
        transform: translateX(100px) scale(1.2);
    }

    .right_btn {
        left: 5%;
    }

    .title_banner_1 {
        width: 13.75rem;
        font-size: 30px;
        text-wrap: nowrap;
        transform: translate(-100px, 45px);
        line-height: normal;
        p {
            line-height: 20px;
            font-size: 40px;
        }
    }

    .title_banner_2 {
        width: 20rem;
        font-size: 30px;
        transform: translate(8%, 45px);

        p {
            line-height: 20px;
            font-size: 40px;
        }
    }
    .middle_bg_2 {
        background-image: url("/public/images/homepage/middle_bg/middle_bg_mb.png") !important;
    }

    .women_img {
        transform: translateY(-4.5rem) !important;

        img {
            width: auto !important;
            height: 8rem !important;
        }
    }
}

@media (max-width: 665px) {
    .home_banner {
        height: 40rem !important;
    }

    .left_side,
    .right_side {
        width: 100% !important;
        height: 20rem !important;
        position: relative !important;
    }

    .left_btn,
    .left_btn_en .right_btn {
        width: 12rem;
        height: 3rem;
    }

    .left_circle {
        opacity: 1;
        width: 4.25rem;
        top: 5%;
        left: -5% !important;
        transform: translate(0) !important;
    }

    .left_btn,
    .left_btn_en {
        left: 15%;
    }

    .left_banner {
        width: auto;
        height: 100%;
        transform: translate(50px, 10px);
    }

    .right_banner {
        width: auto;
        height: 100%;
        right: 0;
        transform: translate(10%, 10px);
    }

    .right_btn {
        left: 15%;
    }

    .title_banner_1,
    .title_banner_2 {
        left: 15%;
        transform: translate(0, 60px);
        font-size: 26px;
        line-height: normal;
        p {
            line-height: 15px;
            font-size: 36px;
        }
    }

    .title_position {
        font-size: 40px !important;
    }
    .title_position_en {
        .title_position_1 {
            font-size: 36px !important;
        }
        .title_position_2 {
            font-size: 40px !important;
        }
    }

    .homepage_bot_btn {
        width: 50rem !important;
        height: 5.5rem !important;

        .text_bot_btn {
            font-size: 40px;
        }
    }
}

@media (max-width: 475px) {
    .home_banner {
        height: 34rem !important;
    }
    .left_banner {
        width: auto;
        height: 100%;
    }
    .right_banner {
        width: auto;
        height: 100%;
    }
    .left_side,
    .right_side {
        height: 17rem !important;
    }
    .title_banner_1,
    .title_banner_2,
    .left_btn,
    .left_btn_en,
    .right_btn {
        left: 5%;
    }
    .title_banner_1 {
        transform: translate(0, 45px);
    }
    .left_circle {
        opacity: 0;
    }
    .position_btn {
        margin-top: 5%;
    }
    .middle_1 {
        height: 280px !important;

        .middle_bg_1 {
            scale: 1.65;
            transform: translate(-15px, 60px);
        }
    }

    .mid_text_1 {
        font-size: 40px !important;
        line-height: 44px !important;
        padding-top: 72px !important;
    }

    .mid_text_3 {
        font-size: 2.5rem !important;
        line-height: 2.5rem !important;
        padding-top: 4rem !important;
    }
    .homepage_bot_btn {
        .text_bot_btn {
            font-size: 32px;
        }
    }
}

@media (max-width: 375px) {
    .home_banner {
        height: 30rem !important;
    }
    .left_side,
    .right_side {
        height: 15rem !important;
    }
    /* .left_banner {
        width: 12rem;
        transform: translate(50px, 10px);
    } */
    /* .right_banner {
        width: 13.55rem;
        transform: translate(25%, 10px);
    } */
    .title_banner_1,
    .title_banner_2 {
        line-height: normal;
        p {
            line-height: 15px;
            font-size: 32px;
        }
    }
}
