.section1 {
    position: relative;
    width: 100%;
    height: auto;
    text-align: left;
    display: flex;
}

.section1 .banner {
    width: 100%;
    height: auto;
}

.text-overlay {
    position: absolute;
    top: 65%;
    left: 50%;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items:  flex-start;
    padding: 20px;
    box-sizing: border-box;
    max-width: 1200px;
    transform: translate(-50%, -50%);
    gap: 50px;
}

.text-overlay .left img {
    width: 230px; 
}

.text-overlay .right {
    max-width: 50%;
}

.text-overlay h1 {
    font-size: 25px;
    color: #fff;
    margin-bottom: 1rem;
    font-weight: 600;
}

.text-overlay pre {
    font-size: 20px;
    line-height: 1.5;
    color: #fff;
}

.text-overlay a {
    display: inline-flex;
    align-items: center;
    font-size: 18px;
    margin-top: 1rem;
    text-decoration: none;
    color: #fff;
    background-color: #ce4119;
    padding: 10px 30px;
    border-radius: 30px;
}

.text-overlay a img {
    margin-left: 10px;
    width: 20px;
    height: auto;
}
.section2 {
    width: 100%;
    max-width: 1200px;
    margin: 100px auto;
}
.section2 .btn_wrap{
    display: flex;
    gap: 10px;
}
.section2 .btn_wrap:nth-child(2){
    margin-top: 70px;
}
.section2 .btn_wrap a {
    width: 50%;
}
.section2 .btn_wrap a .flex{
    display: flex;
    justify-content: space-between;
    padding: 15px;
    align-items: center;
    border-bottom: 1px solid #ce4119;
}
.section2 .btn_wrap a .flex pre{
    line-height: 1.5;
    font-size: 20px;
    font-weight: 600;
}
.section2 .btn_wrap a .flex pre span{
    line-height: 1.5;
    font-size: 20px;
    font-weight: 600;
    color: #d14c26;
}
.section2 .btn {
    background-color: #ededed;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 150px;
    margin: 70px 0;
}
.section2 .btn pre {
    padding: 30px 0;
    line-height: 1.5;
    font-size: 20px;
    font-weight: 600;
}
.section2 .btn pre span {
    line-height: 1.5;
    font-size: 20px;
    font-weight: 600;
    color: #d14c26;
}
.section3 {
    width: 100%;
    max-width: 1200px;
    margin: 100px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    align-items: stretch
}
.section3 h2 {
    font-size: 22px;
    font-weight: 800;
}
.section3 .left {
    width: 60%;
}
.section3 .left .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    position: relative; 
}
.section3 .swiper-container {
    width: 100%;
   
    overflow: hidden;
}
.section3 .swiper-wrapper {
    display: flex;
}
.section3 .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 150px; 
    padding: 5px;
    padding: 0; 
    margin: 0; 
}
.section3 .swiper-slide img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    margin-bottom: 0; 
}
.section3 .swiper-slide p {
    font-size: 18px;
    line-height: 1.3;
    border: 1px solid #ddd;
    border-top: none;
    padding: 10px;
    margin: 0;
}
.section3 .swiper-navigation {
    display: flex !important;
    gap: 10px; 
}
.section3 .swiper-button-prev, .section3 .swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10; 
    cursor: pointer;
    font-size: 20px;
    color: #333;
    padding: 10px;
}
.section3 .swiper-button-prev {
    left: unset;
    right: 50px;
}

.section3 .swiper-button-next {
    right: 0;
}

.section3 .swiper-button-prev span, .section3 .swiper-button-next span {
    font-size: 30px;
    color: #333;
}
.section3 .right {
    width: 40%;
    padding: 30px;
    background-color: #ededed;
    background-color: #ededed;
    background-image: url('../img/main-btn-icon-2.png'); 
    background-size: 60% auto;
    background-position: calc(100% - 20px) calc(100% - 20px); 
    background-repeat: no-repeat;
    box-sizing: border-box; 
}
:root {
    --swiper-navigation-size: unset !important;
}
.banner_mo {
    display: none;
}
@media screen and (max-width: 767px) { 
    .banner_mo {
        display: block;
        width: 100%;
    }
    .banner {
        display: none;
    }
    .text-overlay {
        position: absolute;
        top: 53%;
        left: 50%;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        padding: 15px 0;
        box-sizing: border-box;
        max-width: 100%;
        transform: translate(-50%, -50%);
        gap: 20px;
    }
    .text-overlay a {
        display: inline-flex;
        align-items: center;
        font-size: 16px;
        margin-top: 1rem;
        text-decoration: none;
        color: #fff;
        background-color: #ce4119;
        padding: 5px 10px;
        border-radius: 30px;
    }
    .text-overlay .left img {
        width: 100px;
    }
    .text-overlay h1 {
        font-size: 17px;
    }
    .text-overlay pre {
        font-size: 15px;
        line-height: 1.3;
        color: #fff;
    }
    .section2 {
        width: 90%;
        max-width: 100%;
        margin: 50px auto;
    }
    .section2 .banner2 {
        width: 100%;
    }
    .section2 .btn_wrap a .flex pre {
        font-size: 16px;
    }
    .section2 .btn_wrap a .flex pre span {
        font-size: 16px;
    }
    .section2 .btn_wrap a .flex {
        padding: 15px 0;
    }
    .section2 .arrow {
        width: 10%;

    }
    .section2 .btn pre {
        padding: 30px 10px;
        font-size: 16px;
    }
    .section2 .btn pre span {
        font-size: 16px;
    }
    .section2 .btn img {
        width: 150px;
    }
    .section2 .btn {
        background-color: #ededed;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
        margin: 40px 0;
    }
    .section3 {
        width: 90%;
        max-width: 100%;
        margin: 0 auto 50px ;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 30px;
        align-items: stretch;
        flex-direction: column;
    }
    .section3 h2 {
        font-size: 18px;
    }
    .section3 .left {
        width: 100%;
    }
    .section3 .swiper-slide img {
        width: 100%;
        height: 80px;
        object-fit: cover;
        margin-bottom: 0;
    }
    .section3 .swiper-slide p {
        font-size: 15px;
        line-height: 1.3;
        border: 1px solid #ddd;
        border-top: none;
        padding: 10px;
        margin: 0;
    }
    .section3 .right {
        width: 100%;
        padding: 35px;
        background-color: #ededed;
        background-color: #ededed;
        background-image: url(../img/main-btn-icon-2.png);
        background-size: 25% auto;
        background-position: calc(100% - 20px) calc(100% - 10px);
        background-repeat: no-repeat;
        box-sizing: border-box;
    }
}
