body {
    display: flex;
    max-width: 1920px;
    margin: 0px;
    font-family: "Noto Sans Thai", serif;
    background-color: rgb(255 255 255);
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
    align-items: center;
}

/* =================== BANNER =================== */
#banner {
    position: relative;
    width: var(--full-size);
    height: 400px;
    overflow: hidden;
    display: block;
}

#banner_moblie {
    display: none;
}

.banner-background video {
    width: 100%;
    height: 400px;
    object-fit: cover;
    filter: brightness(0.7);
}

.context_banner {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
}

#banner h1 {
    font-size: 48px;
    font-weight: bold;
    margin: 0;
}

#banner p {
    font-size: 22px;
    margin-top: 10px;
}

#section1 {
    width: var(--full-size);
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.banner_wrapper {
    background: url('/static/img/home/bg_index_sec1.jpg') no-repeat bottom center;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.1;
}


.row_sec1_2 {
    display: flex;
    width: 100%;
}

.row_sec1 {
    padding: 30px 0px 0px;
    width: var(--full-minisize);
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.col_sec1 {
    width: 55%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.col_sec1 h2 {
    font-size: 30px;
}

.col_sec1 span {
    color: var(--bg_santa_main);
}

.col_sec1 strong {
    font-size: 22px;
    color: var(--bg_santa_main);
}

.col_sec1 p {
    text-align: start;
}

.col2_sec1 {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.col2_sec1 img {
    width: 100%;
    height: auto;
    object-fit: cover;
    z-index: 1;
}

.search_main {
    width: var(--full-minisize);
    display: flex;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 16px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.group_result {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
}

.result {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.route-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 2rem;
}

.route-table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Noto Sans Thai', sans-serif;
    font-size: 16px;
}

.route-table th,
.route-table td {
    padding: 12px 16px;
    text-align: left;
    border: 1px solid #ddd;
}


.route-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.route-table tr:nth-child(odd) {
    background-color: #ffffff;
}

.route-row {
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.route-row:hover {
    background-color: var(--bg_santa_main, #e6f0ff);
}

.header_sec1 {
    font-size: 32px;
    color: #000;
    margin: 0;
}

.header_sec1 span {
    color: var(--bg_santa_main);
}

.filter-form {
    display: flex;
    flex-direction: row;
    gap: 15px;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.filter-controls {
    margin: 20px 0px;
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-direction: row;
}

.result-count {
    font-weight: bold;
    color: #333;
}

.filter-select {
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 15px;
    background-color: #fff;
    color: #333;
    width: 100%;
}

.search-btn {
    background-color: var(--bg_santa_main);
    color: #fff;
    border: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.09);
}

.search-btn:hover {
    background-color: #fff;
    color: var(--bg_santa_main);
}

.reset-btn {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    background-color: #f0f0f0;
    color: #000;

}

.reset-btn:hover {
    background-color: #e0e0e0;
    color: var(--bg_santa_main);
}

/*--sec2--*/
#section2 {
    display: flex;
    justify-content: center;
    position: relative;
    flex-direction: column;
    align-items: center;
    width: var(--full-size);
    background-color: #fff;
    overflow: hidden;
}

.row_sec2 {
    width: 90%;
    display: flex;
    flex-direction: column;
}

.row_sec2 h3 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #1d2b53;
}

.computer {
    display: block;
}

.mobile_section2 {
    display: none;
}

.row_sec2_1 {
    width: 90%;
    display: flex;
    gap: 20px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.col1_sec2 {
    width: 30%;
    display: flex;
    justify-content: flex-end;
}

.col3_sec2 {
    width: 30%;
    display: flex;
    justify-content: flex-start;
}

.col2_sec2 {
    width: 30%;
    display: flex;
    justify-content: center;
}

.col2_sec2 img {
    width: 100%;
    max-width: 360px;
}

.service-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.group_number {
    display: flex;
    align-items: center;
    gap: 15px;
}

.number {
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--bg_santa_main);
    color: white;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.group_number p {
    font-size: 16px;
    line-height: 1.5;
    color: #333;
}

/*--sec3--*/
#section3 {
    width: var(--full-size);
    position: relative;
    background-color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.banner_wrapper {
    position: absolute;
    bottom: 0;
    width: var(--full-size);
    z-index: 0;
    pointer-events: none;
}

.banner_sec3 {
    width: 100%;
    height: auto;
    object-fit: cover;
    opacity: 0.5;
}

.sec3_title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 40px;
    z-index: 2;
    position: relative;
}

.sec3_title span {
    color: #C00000;
}

.row_sec3 {
    width: var(--full-minisize);
    display: flex;
    justify-content: center;
    gap: 40px;
    z-index: 2;
    position: relative;
    flex-direction: row;
}

.row_sec3 img {
    width: 500px;
    object-fit: scale-down;
    border-radius: 15px;
}

.btn_wrapper {
    margin: 20px;
    z-index: 2;
    position: relative;
    display: flex;
    justify-content: center;

}

.button_readmore {
    display: inline-block;
    padding: 12px 24px;
    border-radius: 25px;
    background-color: var(--bg_santa_main);
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    transition: background 0.3s;
    font-size: 18px;
}

.button_readmore:hover {
    background-color: #fff;
    color: var(--bg_santa_main);
}

#section4 {
    width: var(--full-minisize);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 20px 0px;

}

.head_sec4 {
    font-size: 30px;
}

.head_sec4 span {
    color: var(--bg_santa_main);
}

.zone-toggle {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.zone-tab {
    cursor: pointer;
    font-size: 1.5rem;
    color: gray;
    transition: color 0.2s ease;
}

.zone-tab.active {
    color: var(--bg_santa_main);
    font-weight: bold;
}

span.zone-tab {
    display: block;
}

.con_routes {
    width: var(--full-minisize);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    align-items: stretch;
}

.con_routes_1 {
    display: flex;
}

/* ซ่อนโดย default */
.con_routes.hidden {
    display: none !important;
}

.con_routes a {
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.con_routes a:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    background-color: #f8f8f8;
    border-radius: 10px;
}

.package-info {
    width: 100%;
    height: 350px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}

.package-info a {
    text-decoration: none;
}

.package-info img {
    width: 100%;
    height: 80%;
    object-fit: cover;
    border-radius: 20px 20px 0px 0px;
}


.con_row1_chinaroutes {
    height: 20%;
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: space-evenly;
}

.row1_chinaroutes {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin: 0px 10px;
    align-items: flex-start;
}

.row1_chinaroutes div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.row1_chinaroutes img {
    width: 20px;
    height: 20px;
}

.row1_chinaroutes p {
    font-size: 14px;
    margin: 2px;
    color: #A6A6A6;
    text-align: start;
}

.mobile_section4 {
    display: none;
}

/*---sec5--*/

#section5 {
    width: var(--full-size);
    height: auto;
    background-color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}

.city-btn {
    width: 120px;
    background-color: #2c827626;
    color: #000;
    border: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
}

.city-btn:hover {
    background-color: #fff;
    color: var(--bg_santa_main);

}

.header_col_sec2 {
    font-size: 32px;
    font-weight: normal;
}

.header_col_sec2 span {
    color: var(--bg_santa_main);
}

.row_text2_text {
    font-size: 18px;
    font-weight: bold;
}

.row_text2_text span {
    color: var(--bg_santa_main);
}

.group_row_text {
    display: flex;
}

.row_text {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
}

.row_text_all {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    width: 90%;
}

.row_text_1 {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.row_text1 {
    gap: 1rem;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.row_text1 img {
    width: 40px;
}

.row_text2 {
    width: 100%;
    gap: 1rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.row_text2 img {
    width: 40px;
}

.col_countries {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
}

.con_row_text {
    width: var(--full-size);
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url('/static/img/home/sec3.png');
    position: relative;
    z-index: 0;
    justify-content: center;
    height: 900px;
}

.row_text_group {
    width: var(--full-minisize);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.carousel-nav {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    z-index: 10;
    background-color: #ffffffcc;
    border: none;
    cursor: pointer;
    padding: 10px 15px;
    font-size: 24px;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.carousel-nav.left {
    left: 0;
}

.carousel-nav.right {
    right: 0;
}

.mobile_section5,
.mobile_section5_1 {
    display: none;
}

.btn {
    padding: 10px 40px;
    border-radius: 20px;
    font-size: 15px;
    cursor: pointer;
    font-weight: bold;
    transition: all 0.3s ease;
    text-decoration: none;
    text-align: center;
    font-family: "Noto Sans Thai", serif;
}

.btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    background-color: #f8f8f8;
    border-radius: 20px;
}

.con_row_sec5_1 {
    width: var(--full-size);
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url('/static/img/home/sec3_5_bg.png');
    position: relative;
    z-index: 0;
    justify-content: center;
    height: auto;
}

.con_row_sec5_2 {
    display: flex;
    flex-direction: column;
    width: var(--full-minisize);
}

.header_sec5_1 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
}

.header_sec5_1 span {
    color: var(--bg_santa_main);
}

.carousel-wrapper {
    overflow: hidden;
    width: 100%;
}

.carousel-track {
    display: flex;
    transition: transform 0.4s ease-in-out;
    will-change: transform;
    width: 90%;
}

.col_sec5_1 {
    width: calc(25% - 15px);
    height: auto;
    border-radius: 20px;
    flex-shrink: 0;
    margin-right: 20px;
}

.col_sec5_1 img {
    width: 100%;
    height: 360px;
    border-radius: 16px;
}

.col_sec5_1:last-child {
    margin-right: 0;
}

/*--sec6--*/
#section6 {
    width: var(--full-minisize);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.row1_sec6,
.row2_sec6 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.context_sec6 {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.header_sec6 {
    font-size: 30px;
    color: #000;
    font-weight: 600;
}

.header_sec6 span {
    color: var(--bg_santa_main);
}

.col1_row1_sec6,
.col1_row2_sec6 {
    width: 40%;
    display: flex;
}

.col1_row1_sec6 img,
.col1_row2_sec6 img {
    width: 100%;
    height: 100%;
}

.col2_row1_sec6,
.col2_row2_sec6 {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
}

.button_readmore_sec6 {
    display: inline-block;
    padding: 8px 24px;
    border-radius: 25px;
    background-color: var(--bg_santa_main);
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    transition: background 0.3s;
    width: 190px;
    display: flex;
    justify-content: center;
}

.button_readmore_sec6:hover {
    background-color: #fff;
    color: var(--bg_santa_main);
}

/*--sec8--*/
#section8 {
    width: var(--full-minisize);
}

.sec9 {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    margin: 20px 0px;
}

.con_form {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    gap: 1rem;
}

.form-container {
    width: var(--full-minisize);
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-top: 8px solid var(--bg_santa_main);
}

.form-title {
    text-align: start;
    font-size: 22px;
    font-weight: bold;
    color: var(--bg_santa_main);
    margin-bottom: 15px;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.form-grid {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.form-group {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 1rem;
}

.form-label {
    font-weight: bold;
    color: var(--bg_santa_main);
    margin-bottom: 5px;
    width: 30%;
}

.form-input,
.form-textarea {
    width: 80%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

.form-textarea {
    resize: none;
    height: 80px;
}

.textarea-group {
    grid-column: span 2;
}

.form-button {
    width: 100%;
    background: var(--bg_santa_main);
    color: white;
    border: none;
    padding: 12px;
    font-size: 18px;
    font-family: "Noto Sans Thai", serif;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 15px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.form-button:hover {
    background-color: #fff;
    color: var(--bg_santa_main);
}

/*--sec9--*/
#section9 {
    width: var(--full-minisize);
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.header_sec9 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
}

.header_sec9 span {
    color: var(--bg_santa_main);
}


.col_sec9 {
    width: 30%;
    background-color: #666666;
}

.readmore_sec9 {
    color: #21AB99;
    text-decoration: none;
    text-align: end;
    width: 90%;
    margin: 20px;
}

.custom-grid {
    width: var(--full-minisize);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    align-items: stretch;

}

.blog-card img {
    width: 400px;
    height: 260px;
    object-fit: cover;
    border-radius: 6px;
}

.title {
    color: #000;
    font-size: 18px;
    text-align: center;
    margin: 0px;
}

.blog-card a,
.blog-card a:visited,
.blog-card a:hover,
.blog-card a:active {
    text-decoration: none;
    color: inherit;
}

.blog-card:hover {
    transform: translateY(-5px) scale(1.02);
    cursor: pointer;
}

.more-link {
    text-align: right;
    margin-top: 8px;
}

.more-link a {
    color: var(--santa_2main);
    text-decoration: none;
}

.sub-featured a {
    width: 100%;
}

.section-title {
    color: var(--bg_santa_main);
}

/*--sec10--*/
#section10 {
    width: var(--full-minisize);
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.row_sec10 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.col_sec10 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.header_sec10 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
}

.img_sec10 {
    width: 100%;
    height: 300px;
    background-color: #666666;
}


@media (min-width:1101px) and (max-width: 1919px) {
    #banner {
        width: 100%;
    }

    #section1,
    #section2,
    #section3,
    #section4,
    #section5,
    #section6,
    #section7,
    #section8,
    #section9,
    #section10 {
        width: 100%;
    }

    .row_sec2_1 {
        width: 90%;
    }

    .row_sec2_2 {
        width: 90%;
    }

    .col_sec2 {
        height: 380px;
    }

    .row_sec3,
    .row_sec4 {
        width: 90%;
    }

    .banner_wrapper {
        width: 100%;
    }

    .content_sec5 {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .con_row_sec5,
    .con_row_sec5_1,
    .con_row_sec5_2 {
        width: 100%;
    }

    .row1_sec6,
    .row2_sec6 {
        width: 90%;
    }

    .carousel-wrapper_sec7 {
        width: 90%;
    }

    .form-container,
    .row_sec9 {
        width: 90%;
    }

    .row_sec10 {
        width: 90%;
    }


    .carousel-nav_sec7.left {
        left: 40px;
    }

    .carousel-nav_sec7.right {
        right: 40px;
    }

    #banner {
        height: auto;
    }
}

@media (max-width:1100px) {

    #banner,
    #section1,
    #section3,
    .banner_wrapper,
    #section4,
    #section5,
    #section5::before,
    #section6,
    #section7,
    #section10 {
        width: 100%;
    }

    #section9 {
        width: 100%;
        height: auto;
    }


    .context_banner h1 {
        font-size: 20px;
    }

    .context_banner p {
        font-size: 14px;
    }

    #banner {
        width: 100%;
        display: none;
    }

    #banner_moblie {
        display: block;
        position: relative;
        overflow: hidden;
    }

    .context_banner {
        top: 65%;
    }

    .banner-background img {
        width: 100%;
        height: auto;
        object-fit: cover;
        filter: brightness(0.7);
    }

    .search_main {
        width: 90%;
    }

    .row_sec1 {
        width: 90%;
    }

    .row_sec1_2 {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: center;
    }

    .col_sec1 p {
        font-size: 14px;
    }

    .col_sec1,
    .col2_sec1 {
        width: 100%;
    }

    .col_sec1 h2 {
        font-size: 20px;
    }

    .zone-toggle {
        flex-direction: column;
    }

    .zone-tab {
        font-size: 18px;
        margin: 0;
    }

    span.zone-tab {
        display: none;
    }

    .header_sec1 {
        font-size: 20px;
    }

    .result-count {
        font-size: 14px;
    }

    .filter-controls {
        display: flex;
        flex-direction: column;
        width: 100%;
    }


    #section2 {
        width: 100%;
        height: auto;
    }

    .computer {
        display: none;
    }

    .mobile_section2 {
        display: block;
        width: 90%;
    }

    .number {
        min-width: 30px;
        height: 30px;
        font-size: 16px;
    }

    row_sec2 h3 {
        font-size: 20px;
    }

    .row_sec2_2 {
        display: flex;
        align-items: center;
        flex-direction: row;
    }

    .col1_sec2 {
        width: 50%;
        justify-content: flex-start;
    }

    .col3_sec2 {
        width: 50%;
        justify-content: flex-end;
    }

    .col2_sec2 {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .group_number p {
        font-size: 12px;
    }

    .service-list {
        gap: 0px;
    }

    .group_number {
        align-items: center;
        gap: 5px;
    }

    .row_sec3,
    .row_sec4 {
        width: 90%;
        flex-direction: column;
    }

    .row_sec3 img {
        width: 100%;
    }

    .col_sec4 {
        width: 100%;
    }

    .sec3_title {
        font-size: 20px;
    }

    .head_sec4 {
        font-size: 20px;
    }

    .row1_chinaroutes p {
        font-size: 12px;
        margin: 2px;
        color: #A6A6A6;
    }

    .con_routes {
        display: none;
    }

    .con_routes_1 {
        display: none;
    }

    .content_text_sec5,

    .con_row_sec5 {
        width: 90%;
    }

    .content_sec5 {
        width: 90%;
        padding: 0;
    }

    .header_sec5 {
        font-size: 20px;
    }

    .con_row_sec5_1 {
        display: none;
    }

    .mobile_section5_1 {
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 10px;
        margin-top: 20px;
        width: 90%;
    }

    .group_mo_sec5 {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .carousel-wrapper_sec5_1 {
        overflow: hidden;
        width: 90%;
    }

    .carousel-track_sec5_1 {
        display: flex;
        transition: transform 0.3s ease-in-out;
    }

    .col_sec5_1_mobile {
        flex: 0 0 100%;
        text-align: center;
    }

    .col_sec5_1_mobile img {
        width: 100%;
        height: auto;
        border-radius: 10px;
    }

    .carousel-nav_sec5_1 {
        background-color: #a00000;
        color: #fff;
        border: none;
        padding: 10px;
        font-size: 20px;
        border-radius: 20px;
        cursor: pointer;
    }

    .row1_chinaroutes img {
        width: 15px;
        height: 15px;
    }

    .col_sec4_mobile {
        height: auto;
        padding: 5px;
    }

    .col_sec4_mobile a {
        text-decoration: none;
    }

    .con_row1_chinaroutes {
        align-items: center;
    }


    .context_sec6 {
        display: flex;
        width: 90%;
        flex-direction: column;
    }

    .button_readmore {
        font-size: 14px;
    }

    .header_sec6 {
        font-size: 18px;
    }

    .sub_sec6 {
        font-size: 14px;
    }

    .row1_sec6,
    .row2_sec6 {
        width: 100%;
        height: auto;
        flex-direction: column;
        align-items: center;
    }

    .col1_row1_sec6 img,
    .col1_row2_sec6 img {
        width: 100%;
        object-fit: contain;
    }

    .col1_row1_sec6,
    .col1_row2_sec6 {
        width: 100%;
        height: 300px;
    }

    .col2_row1_sec6,
    .col2_row2_sec6 {
        width: 90%;
        align-items: center;
        gap: 1rem;
        font-size: 14px;
    }

    .btn_wrapper_sec7 p {
        font-size: 14px;
    }

    .header_sec5_1 {
        font-size: 18px;
    }

    .carousel-wrapper_sec7 {
        width: 90%;
    }

    .col_sec7_1 {
        width: calc(100% - 15px);
        height: 300px;
        margin-right: 20px;
        border-radius: 15px;
        flex-shrink: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: bold;
        flex-direction: column;
    }

    .form-container {
        width: 90%;
    }

    .form-title {
        font-size: 16px;
    }

    .form-label {
        width: 40%;
    }

    .form-input,
    .form-textarea {
        width: 60%;
        font-size: 14px;
    }

    .con_form {
        flex-direction: column;
    }

    .form-grid {
        width: 100%;
    }

    .sec9 {
        width: 90%;
    }

    .header_sec9 {
        font-size: 20px;
    }

    .header_sec10 {
        font-size: 18px;
    }

    .row_sec10 {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }

    .col_sec10 {
        display: flex;
        flex-direction: row;
        gap: 1rem;
    }

    .col_sec10 img {
        width: 100%;
        height: 150px;
    }

    .col_sec10 a {
        width: 100%;
        height: 150px;
    }

    .img_sec10 {
        width: 90%;
    }

    .row_sec9 {
        width: 100%;
        height: auto;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
        gap: 1rem;
    }

    .col_sec9 {
        width: 90%;
        height: 200px;
    }

    #section8 {
        width: 100%;
        display: flex;
        justify-content: center;
    }


    .swiper-slide {
        width: auto;
    }

    .row_sec4 {
        display: none;
    }

    .mobile_section4 {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        margin-top: 20px;
        width: 90%;
    }

    .group_zone_mobile {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .carousel-wrapper_sec4 {
        overflow: hidden;
        width: 100%;
    }

    .carousel-track_sec4 {
        display: flex;
        transition: transform 0.3s ease-in-out;
    }

    .col_sec4_mobile {
        width: calc(100% - 15px);
        height: 360px;
        margin-right: 20px;
        border-radius: 15px;
        flex-shrink: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: bold;
    }

    .carousel-nav_sec4 {
        background-color: #a00000;
        color: #fff;
        border: none;
        padding: 10px;
        font-size: 20px;
        border-radius: 20px;
        cursor: pointer;
    }

    .carousel-nav_sec7 {
        background-color: #a00000;
        color: #fff;
        border: none;
        padding: 10px;
        font-size: 20px;
        border-radius: 20px;
        cursor: pointer;
    }

    .section7_1 {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-top: 20px;
        width: 90%;
        justify-content: center;
    }

    .row_sec2_1 h3 {
        font-size: 22px;
    }

    .row_sec2_1 p {
        font-size: 16px;
    }

    .custom-grid {
        width: 90%;
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }

    .blog-card img {
        width: 100%;
        height: 260px;
        object-fit: cover;
        border-radius: 6px;
    }

    .title {
        font-size: 14px;
    }

    .con_row_text {
        align-items: flex-start;
        width: 90%;
        height: auto;
        background-image: url('/static/img/home/sec3_5_bg.png');
    }

    .row_text_group {
        width: 100%;
        height: auto;
        align-items: center;
    }

    .header_col_sec2 {
        font-size: 18px;
    }

    .row_text2_text {
        font-size: 14px;
    }

    .row_text1 img,
    .row_text2 img {
        width: 20px;
    }

    .col_countries {
        display: flex;
        flex-direction: row;
    }

    .row_text_all {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 1rem;
    }

    .row_text_1 {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 1rem;
    }

    .row_text {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .city-btn {
        width: 120px;
    }

    .btn {
        padding: 10px 10px;
        font-size: 12px;
    }

    .col_sec4_mobile {
        flex: 0 0 100%;
        max-width: 100%;
    }


}

.hidden {
    display: none;
}