body {
    color: #FFFFFF;
}

div.mod-languages ul li.lang-active {
    background-color: transparent !important;
}

body .mod-languages .btn:hover {
    background-color: #666666!important;
}

#sp-main {
    background: black!important;
}

body.home #sp-main,
body.aboutus #sp-main,
body.contactus #sp-main,
body.view-category.itemid-141 #sp-main {
    background: unset!important;
}

.article-header,
.article-ratings-social-share {
    display: none!important;
}

.article-details .article-can-edit {
    margin-bottom: 0!important;
}

.site.home #sp-menu a {
    color: black!important;
}

.site.home #sp-menu a {
    color: white!important;
}

#sp-menu a {
    color: black!important;
}

body.home #sp-menu a:hover {
    color: white!important;
}

#menu-right .sp-module:first-child {
    border-right: 0;
}

#sp-menu .sp-megamenu-parent .sp-dropdown li.sp-menu-item.active a {
    color: white!important;
    text-decoration: underline;
    text-decoration-color: white!important;
}


/* เลือกเฉพาะลิงก์ที่อยู่ใน li ที่มีคลาส sp-has-child */
li.sp-has-child > a,
.menu-deeper.menu-parent > a {
    /* ทำให้ลิงก์ไม่ตอบสนองต่อการคลิกของเมาส์ */
    pointer-events: none;
    /* เปลี่ยนเคอร์เซอร์ของเมาส์เป็นแบบปกติ เพื่อไม่ให้ผู้ใช้เข้าใจผิดว่าคลิกได้ */
    cursor: default;
}
.menu-deeper.menu-parent a .menu-toggler {
    /* ทำให้ลิงก์ไม่ตอบสนองต่อการคลิกของเมาส์ */
    pointer-events: auto;
    /* เปลี่ยนเคอร์เซอร์ของเมาส์เป็นแบบปกติ เพื่อไม่ให้ผู้ใช้เข้าใจผิดว่าคลิกได้ */
    cursor: auto;
}

#sp-logo .title {
    margin-left : 20px;
    font-weight: 600;
    font-size : 26px;
}

#sp-header.header-sticky {
    background: #12072e;
}

#sp-header {
    box-shadow: unset!important;
}

.header-sticky #sp-logo .title {
    color: white;
}

#sp-logo .title {
    color: #12072e;
}

.sp-megamenu-parent>li.active>a,
.sp-megamenu-parent>li>a,
.sp-megamenu-parent>li:hover>a,
.sp-megamenu-parent>li.active:hover>a
{
    text-decoration: underline;
    text-underline-offset: 10px;
    text-decoration-thickness: 4px;
    color: white;
    padding-left: 50px;
}

.sp-megamenu-parent>li.active>a,
.sp-megamenu-parent>li>a,
.sp-megamenu-parent>li:hover>a,
.sp-megamenu-parent>li.active:hover>a
{
    text-decoration-color: black;
}

.site.home .sp-megamenu-parent>li.active>a,
.site.home .sp-megamenu-parent>li>a,
.site.home .sp-megamenu-parent>li:hover>a,
.site.home .sp-megamenu-parent>li.active:hover>a
{
    text-decoration-color: white;
}

.sp-megamenu-parent>li:last-child>a {
    padding: 0px 0px 0px 50px;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background: #ffc107!important;
}

.site.home #sp-menu .sp-dropdown a {
    color: black!important;
}

#sp-menu .sp-dropdown a:hover {
    text-decoration-color: white!important;
    text-underline-offset: 10px;
    text-decoration: underline;
}

body.home {
    background-color: #000;
    background-image: url('../../../images/asset/bg_home_top.png');
    background-repeat: no-repeat; /* ไม่ให้รูปภาพซ้ำ */
    background-position: top center; /* หรือใช้ top left, top right */
}

#sp-header {
    background: none;
}

#mod-finder-searchword0 {
    border-radius: 20px;
    padding-left: 20px;
    height: 40px;
    width: 300px;
    font-size: 16px;
}

.site.home #sppb-addon-292fe297-cef6-47fa-92ae-fd8c35ef8f0e .sppb-addon-header .sppb-addon-title,
.site.home h3 {
    text-shadow: unset!important;
    font-size: unset!important;
}

/* สไตล์สำหรับข้อความเรืองแสง */
.glowing-text {

    font-size: 75px!important;

    font-weight: 900!important;

    /* สีของข้อความหลัก */
    color: #fff8e1!important; /* สีเหลืองอ่อนเกือบขาวสำหรับส่วนที่สว่างที่สุด */

    /* สร้างเอฟเฟกต์เรืองแสงด้วย text-shadow หลายชั้น */
    text-shadow:
            0 0 5px #FFD700, /* เงาที่สว่างน้อยลง */
            0 0 10px #FFD700,
            0 0 15px #FFD700,
            0 0 20px rgba(255, 215, 0, 0.6), /* ปรับ opacity ให้เงาจางลง */
            0 0 30px rgba(255, 215, 0, 0.4),
            0 0 40px rgba(255, 215, 0, 0.2)!important;
}

.home_main_text {
    padding-left: 150px!important;
    font-size: 50px!important;
    font-weight: 300!important;
    color: white!important;
}

.home_main_text p {
    margin-bottom: 10px!important;
}

.home_main_text a {
    color: white!important;
}

.home_main_text a:hover {
    text-decoration: underline;
}

.home_main_text .gold_bold {
    font-size: 60px!important;
    font-weight: 500!important;
    color: #d3c153;
}

.sppb-btn.home_shop_now {
    margin-top: 20px!important;
    margin-left: 300px!important;
    padding-left: 30px!important;
    padding-right: 30px!important;
    color: #12072e!important;
}

.sppb-btn.home_shop_now:hover {
    color: white!important;
}

.home_main_link {
    margin-top: 92px!important;
    margin-left: 300px;
    position: relative;
    overflow: hidden;
}

.home_main_link:before {
    content: '';
    position: absolute;
    top: 0;
    left: 15%;
    right: 0;
    bottom: 0;
    background-color: #b91611;
    transform: skewX(-45deg);
    transform-origin: top left;
    width: 120%;
}

.home_main_link .sppb-addon-content {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    gap: 80px;
}

.home_main_link p {
    margin-bottom: 0!important;
}

.home_main_link a {
    padding-left: 50px!important;
    font-weight: 500!important;
    color: white;
}

.home_main_link a:hover {
    text-decoration: underline;
}

#sp-footer, #sp-bottom {
    background: #12072e!important;
}

#sp-footer p {
    margin-bottom: 0!important;
}

.footer_bold {
    font-size: 40px!important;
    font-weight: 600!important;
    color: white!important;
    text-decoration: underline;
}

.footer_bold_no_underline {
    font-size: 40px!important;
    font-weight: 600!important;
    color: white!important;
}

.img_inline img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}


/* About Us Page */

body.aboutus {
    background-image: url('../../../images/asset/bg_aboutus_top.png');
    background-repeat: no-repeat; /* ไม่ให้รูปภาพซ้ำ */
    background-position: top center; /* หรือใช้ top left, top right */
    background-color: #000000;
}

body.contactus {
    background-image: url('../../../images/asset/bg_contactus_top.png');
    background-repeat: no-repeat; /* ไม่ให้รูปภาพซ้ำ */
    background-position: top center; /* หรือใช้ top left, top right */
    background-color: #000000;
}

body.aboutus h1,
body.contactus h1 {
    margin-top: 300px!important;
    font-size: 220px!important;
    font-weight: 650!important;
    color: white!important;
}

body.aboutus .flex .sppb-column-addons {
    display: flex;
    align-items: center; /* จัดให้อยู่กึ่งกลางในแนวตั้ง */
    justify-content: center; /* จัดให้อยู่กึ่งกลางในแนวนอน */
}

/* End About Us Page */

/* Product Category Page */

.view-category.itemid-141 {
    background-image: url('../../../images/asset/bg_aboutus_top.png');
    background-repeat: no-repeat; /* ไม่ให้รูปภาพซ้ำ */
    background-position: top center; /* หรือใช้ top left, top right */
    background-color: #000000;
}

.view-category.itemid-141 #sp-main-body {
    padding: 50px 0!important;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1600px!important;
}

.article-list .article .article-intro-image, .article-list .article .article-featured-video, .article-list .article .article-featured-audio, .article-list .article .article-feature-gallery {
    border-bottom: 0!important;
}

.article-list .article {
    border: 0!important;
}

.article-list .article a {
    color: white!important;
}

.article-list .article .readmore {
    display: none!important;
}

.article-list .article .article-intro-image img {
    width: 600px;
}

.pagination>.active>a, .pagination>.active>span {
    border-color: #12072e!important;
    background-color: #12072e!important;
}

.pagination-counter {
    display: none!important;
}

.pagination-wrapper {
    justify-content: center!important;
}

.page-header h1 {
    font-size: 120px !important;
    font-weight: 500 !important;
    color: white !important;
    text-shadow: 0 0 5px #FFD700, 0 0 10px #FFD700, 0 0 15px #FFD700, 0 0 20px rgba(255, 215, 0, 0.6), 0 0 30px rgba(255, 215, 0, 0.4), 0 0 40px rgba(255, 215, 0, 0.2) !important;
}

/* End Product Category Page */

/* Product Group Page */

#sp-main-body {
    padding-bottom: 0!important;
}

body.product_group #sp-main-body {
    padding: 0!important;
}

body.product_group .text_top {

    margin-top: -50px!important;
    position: absolute;
    top: 50px;
    left: -150px; /* เปลี่ยนจาก 0 */
    z-index: 2;
    padding: 20px 30px 20px 30px;
}

body.product_group .text_top:after {
    content: '';
    position: absolute;
    top: 0;
    left: -200px; /* เปลี่ยนจาก 0 */
    right: -200px;
    bottom: 0;
    background-color: rgba(0, 0, 0, 1);
    transform: skewX(-30deg);
    transform-origin: top left;
    z-index: -1;
}

body.product_group .title_product_five .text_top:after {
    background-color: rgb(18, 7, 46);
}

body.product_group .text_top .sppb-addon-content {
    position: relative;
    z-index: 2;
    padding-left: 100px;
}

body.product_group .text_top p {
    font-size: 90px!important;
    font-weight: 600!important;
    margin-bottom: 0!important;
}

body.product_group .title_right  {
    display: flex;
    justify-content: flex-end; /* ชิดขวา */
    margin-top: 50px!important;
    margin-bottom: 50px!important;
}

body.product_group .title_right .sppb-addon-content {
    display: inline-block;
    background-color: #b40000; /* สีพื้นหลังแดง */
    color: #fff; /* สีตัวอักษร */
    font-weight: bold;
    font-size: 50px;
    padding: 5px 40px;
    position: relative;
}

/* ส่วนหัวลูกศรด้านซ้าย */
body.product_group .title_right .sppb-addon-content::before {
    content: "";
    position: absolute;
    left: -50px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-right: 50px solid #b40000;
}

body.product_group.one .title_product_one {
    background-image:
            linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100px),
            url(../../../images/asset/product/bg_product_group_1_top.png)!important;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: inherit;
    background-position: 0 0;
    box-shadow: 0 0 0 0 #FFFFFF;
    height: 1500px;
}

body.product_group.two .title_product_two {
    background-image:
            linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100px),
            url(../../../images/asset/product/bg_product_group_2_top.png)!important;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: inherit;
    background-position: 0 0;
    box-shadow: 0 0 0 0 #FFFFFF;
    height: 1500px;
}

body.product_group.three .title_product_three {
    background-image:
            linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100px),
            url(../../../images/asset/product/bg_product_group_3_top.png)!important;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: inherit;
    background-position: 0 0;
    box-shadow: 0 0 0 0 #FFFFFF;
    height: 1500px;
}

body.product_group.four .title_product_four {
    background-image:
            linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100px),
            url(../../../images/asset/product/bg_product_group_4_top.png)!important;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: inherit;
    background-position: 0 0;
    box-shadow: 0 0 0 0 #FFFFFF;
    height: 1500px;
}

body.product_group.five .title_product_five {
    background-image:
            linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100px),
            url(../../../images/asset/product/bg_product_group_5_top.png)!important;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: inherit;
    background-position: 0 0;
    box-shadow: 0 0 0 0 #FFFFFF;
    height: 1500px;
}

body.product_group.one .list_top {
    background-image:
            linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100px),
            url(../../../images/asset/product/bg_product_group_1_list.png)!important;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: inherit;
    background-position: 0 0;
    box-shadow: 0 0 0 0 #FFFFFF;
}

body.product_group.two .list_top,
body.product_group.three .list_top,
body.product_group.four .list_top,
body.product_group.four .our_work {
    background-image:
            linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100px),
            url(../../../images/asset/product/bg_product_group_2_list.png)!important;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: inherit;
    background-position: 0 0;
    box-shadow: 0 0 0 0 #FFFFFF;
}

body.product_group.five .our_work {
    background-image:
            linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 300px),
            url(../../../images/asset/product/bg_product_group_5_bottom.png)!important;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: inherit;
    background-position: 0 0;
    box-shadow: 0 0 0 0 #FFFFFF;
}

body.product_group.five .our_work .sppb-addon-image-content {
    margin-top: 50px!important;
}

body.product_group.five .our_work .sppb-addon-image-content .sppb-image-holder {
    border-radius: 50%;
    width: 180px!important;
    height: 180px!important;
}

body.product_group.five .our_work .sppb-addon-image-content .sppb-container .sppb-col-sm-6:first-child{
    width: 180px;
    height: 180px;
    flex: 0 0 30%;
    max-width: 30%;
}

body.product_group.five .our_work .sppb-addon-image-content .sppb-container .sppb-col-sm-6:last-child{
    flex: 0 0 70%;
    max-width: 70%;
}

body.product_group .list_top .sppb-nested-row .sppb-addon-text-block {
    background-color: #000000!important;
    border-radius: 50px!important;
    margin: 20px!important;
    margin-top: -90px!important;
    z-index: 9;
    position: relative;
    padding: 20px!important;
    color: #c29945!important;
    text-align: center!important;
    font-size: 30px!important;
}

body.product_group .list_top .sppb-nested-row .sppb-addon-text-block span {
    font-weight: 500!important;
    font-size: 50px!important;
}

body.product_group .our_work .title_work {
    background-image:
            url(../../../images/asset/product/title_work.png)!important;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: inherit;
    background-position: 0 0;
    padding: 40px 40px 10px 40px;
    font-weight: 600;
    font-size: 120px;
}

body.product_group .text_bottom {
    background: linear-gradient(to right, #150832, #3b1f7c)!important;
}

body.product_group .text_bottom .sppb-addon-content {
    padding: 40px;
}

/* End Product Group Page */

/* Contact Us Page */

body.contactus .branch .sppb-addon-text-block span.title {
    font-weight: 600!important;
    font-size: 70px!important;
}

body.contactus .branch img {
    display: inline-block;
    margin-right: 20px!important;
}

/* End Contact Us Page */

/* Transport Page */

body.transport .inline {
    font-size: 30px!important;
    font-weight: 500!important;
    margin-bottom: 50px!important;
}

body.transport .inline img {
    width: 200px!important;
    display: inline-block;
    margin-right: 20px!important;
}

body.transport #sp-main-body {
    padding: 0!important;
}

body.transport .text_top .text1 {
    color: #c29945!important;
    font-size: 100px!important;
}

body.transport .text_top .text2 {
    font-size: 140px!important;
    text-decoration: underline;
    text-underline-offset: 20px;
    text-decoration-thickness: 4px;
}

body.transport .text_top .text22 {
    font-size: 110px!important;
    text-decoration: underline;
    text-underline-offset: 20px;
    text-decoration-thickness: 4px;
}

body.transport .text_top .text2a {
    font-size: 60px!important;
}

body.transport .text_top .text2a strong {
    text-decoration: underline;
    text-underline-offset: 20px;
    text-decoration-thickness: 4px;
    font-weight: 400!important;
}

body.transport .text_top .text3 {
    font-size: 28px!important;
    text-align: center;
    display: block;
}

body.transport .text_top .text3a {
    margin-top: 40px!important;
    font-size: 25px!important;
    text-align: center;
    display: block;
}

body.transport .article-details .article-can-edit {
    margin-bottom: 0!important;
}

body.transport .bg_bottom {
    height: 1000px!important;
    width: 1905px!important;
}

/* End Transport Page */

/* Old Product Detail SEOPage */

body.old_product_seo #sp-main {
    background: #333333!important;
}

body.old_product_seo #sp-section-1 {
    display: none!important;
}

body.old_product_seo #sp-main-body {
    padding: 0!important;
}

body.old_product_seo #sp-main .row {
    padding: 50px!important;
    font-size: 24px!important;
}

/* End Old Product Detail SEOPage */

/* Search Page */

body.com_finder #sp-main {
    background: #000000!important;
}
body.com_finder .js-finder-advanced,
body.com_finder .js-finder-advanced .card {
    background: #434343!important;
}
body.com_finder #sp-main-body {
    padding: 0!important;
}
body.com_finder .finder{
    margin: 100px!important;
}
body.com_finder #search-form .btn {
    margin-left: 20px !important;
    border-radius: 10px !important;
    --bs-btn-line-height: 2.5!important;
}

/* End Search Page */

/* Eng Page */

body.en .sp-megamenu-parent>li.active>a,
body.en .sp-megamenu-parent>li>a,
body.en .sp-megamenu-parent>li:hover>a,
body.en .sp-megamenu-parent>li.active:hover>a {
    padding-left: 30px;
}

body.en .sp-megamenu-parent .sp-dropdown li.sp-menu-item>a,
body.en .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
    line-height: 1.5;
}

body.en .home_main_text p {
    margin-bottom: 0!important;
}

strong {
    font-weight: 600!important;
}

body.aboutus.en #sp-main-body .sppb-addon-content p {
    text-indent: 100px; /* ย่อหน้าเข้าไป 50px */
}

body.product_group.en .text_top .sppb-addon-content {
    padding-left: 50px;
}

body.product_group.en .text_top {
    text-align: center!important;
}

body.product_group.en .text_bottom .sppb-addon-content {
    font-size: 30px!important;
}

body.product_group.en #sppb-addon-66294e0a-3571-4528-b2c0-5663d5dd22eb .sppb-addon-text-block .sppb-addon-content {
    font-size: 60px;
}

body.product_group.en #sppb-addon-cd8992e1-7994-4c11-94dc-223f499ece24 .sppb-addon-text-block .sppb-addon-content {
    font-size: 40px;
}

body.transport.en .text_top .text1 {
    font-size: 50px !important;
    font-weight: 600!important;
}

body.transport.en.laos .text_top .text3 {
    font-size: 25px !important;
}

body.transport.en .text_top .text2,
body.transport.en .text_top .text22,
body.transport.en .text_top .text2a {
    text-align: center;
    display: block;
}

body.transport.en .text_top .text3a {
    font-size: 21px !important;
}

/* End Eng Page */

/* Responsive */


@media (max-width: 1728px) {
    body.home {
        background-size: contain;
    }
    #sp-logo .title {
        font-size: 24px;
    }
    .sp-megamenu-parent>li.active>a, .sp-megamenu-parent>li>a, .sp-megamenu-parent>li:hover>a, .sp-megamenu-parent>li.active:hover>a {
        padding-left: 20px!important;
    }
    .glowing-text {
        font-size: 65px !important;
    }
    .home_main_text p {
        margin-bottom: 0!important;
    }
    .home_main_link {
        margin-top: 65px !important;
    }
    .home_main_link a {
        padding-left: 30px !important;
    }
    #column-id-b841d15b-1321-448b-99b5-629eef0df405 {
        padding-top: 100px!important;
    }
    body.en #mod-finder-searchword0 {
        width: 200px;
    }
    body.en .home_main_text {
        font-size: 40px !important;
    }
    body.en .home_main_link a {
        font-size: 30px;
    }

}

@media (max-width: 1440px) {
    body.home #sp-logo .title {
        color: #c0fd3b;
        text-shadow: 1px 1px gray;
    }
    .sp-megamenu-parent>li.active>a,
    .sp-megamenu-parent>li>a,
    .sp-megamenu-parent>li:hover>a,
    .sp-megamenu-parent>li.active:hover>a {
        padding-left: 0!important;
    }
    .mod-finder {
        display: none!important;
    }
    .glowing-text {
        font-size: 55px !important;
    }
    .home_main_text {
        font-size: 40px !important;
    }
    #sppb-addon-a0f81f22-4d47-43da-961f-ca2e5f60f6b9 #btn-a0f81f22-4d47-43da-961f-ca2e5f60f6b9.sppb-btn-custom {
        font-size: 30px!important;
    }
    .home_main_link {
        font-size: 26px!important;
        margin-top: 25px !important;
    }
    .home_main_link a {
        padding-left: 50px !important;
    }
    body.product_group .text_top .sppb-addon-content {
        padding-left: 200px;
    }
    body.product_group.one .title_product_one,
    body.product_group.five .title_product_five {
        height: 1200px;
    }
    body.product_group.one .title_product_one,
    body.product_group.two .title_product_two,
    body.product_group.three .title_product_three,
    body.product_group.four .title_product_four,
    body.product_group.five .title_product_five,
    .sp-page-builder .page-content #section-id-b711b2b4-9f9e-450c-8856-8e4d45dfc461,
    .sp-page-builder .page-content #section-id-c2822feb-7f91-4147-841f-de2c9d3c9d2e {
        background-repeat: no-repeat!important;
        background-size: contain!important;
    }
    #sppb-addon-66294e0a-3571-4528-b2c0-5663d5dd22eb .sppb-addon-text-block .sppb-addon-content {
        font-size: 80px!important;
    }
    #sppb-addon-cd8992e1-7994-4c11-94dc-223f499ece24 .sppb-addon-text-block .sppb-addon-content {
        font-size: 35px!important;
    }
    body.product_group.five .our_work .sppb-addon-image-content .sppb-content-holder p {
        font-size: 25px!important;
    }
    body.aboutus h1, body.contactus h1 {
        font-size: 180px !important;
    }
    body.contactus .sppb-addon-content iframe {
        width: 100% !important;
    }
    body.contactus #section-id-5d53e7f3-73e1-4330-97f6-141bf19ecb52 .sppb-addon-single-image-container img,
    body.contactus #section-id-17383076-9184-4f88-9c83-e2d45fc22a06 .sppb-addon-single-image-container img {
        width: 250px!important;
        max-width: 250px!important;
    }
    body.contactus .sppb-addon-text-block p {
        font-size: 25px!important;
    }
    body.contactus #sppb-addon-38dc7f13-f248-4619-ae1d-974a5cbf545c .sppb-addon-text-block .sppb-addon-content {
        font-size: 50px;
    }
    body.contactus .branch .sppb-addon-text-block span.title {
        font-size: 50px !important;
    }
    body.transport .inline {
        font-size: 25px !important;
    }
    body.transport .text_top .text2 {
        font-size: 110px !important;
    }
    body.transport .sp-page-builder .page-content #section-id-72eb7471-c240-420f-bd10-18957ebe353a {
        background-size: contain;
    }
    body.transport .bg_bottom {
        height: 800px !important;
        width: 1440px !important;
    }
    #column-id-b841d15b-1321-448b-99b5-629eef0df405 {
        padding-top: 50px !important;
    }
    body.en .home_main_text {
        font-size: 30px !important;
    }
    body.en .home_main_link a {
        font-size: 20px!important;
    }
    body.en #sppb-addon-a0f81f22-4d47-43da-961f-ca2e5f60f6b9 #btn-a0f81f22-4d47-43da-961f-ca2e5f60f6b9.sppb-btn-custom {
        font-size: 26px !important;
    }
    body.product_group.en .text_top .sppb-addon-content {
        padding-left: 130px;
    }
    body.product_group.en .text_top p {
        font-size: 60px !important;
    }
    body.product_group.en #sppb-addon-66294e0a-3571-4528-b2c0-5663d5dd22eb .sppb-addon-text-block .sppb-addon-content {
        font-size: 60px !important;
    }
    body.aboutus.en .sppb-addon-content p {
        font-size: 30px;
    }
    body.transport.en .text_top .text3 {
        font-size: 26px !important;
    }
    body.transport.en .text_top .text1 {
        font-size: 40px !important;
        text-align: center;
        display: block;
    }
    body.transport.en .text_top .text2,
    body.transport.en .text_top .text22,
    body.transport.en .text_top .text2a {
        margin-top: -60px;
    }


}

@media (max-width: 1280px) {
    .sp-megamenu-parent>li.active>a,
    .sp-megamenu-parent>li>a,
    .sp-megamenu-parent>li:hover>a,
    .sp-megamenu-parent>li.active:hover>a {
        padding-left: 5px!Important;
    }
    body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right {
        width: 400px !important;
    }
    .sp-megamenu-parent > li > a,
    .sp-megamenu-parent > li > span,
    .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
        font-size: 22px!important;
    }
    .sp-megamenu-parent>li:last-child>a {
        padding: 0!important;
    }
    .mod-finder {
        display: none!important;
    }
    .sp-page-builder .page-content #section-id-6cdc1b3a-e726-405a-b517-fd4eec84bb1d {
        padding-top: 5px!important;
    }
    .home_main_text {
        padding-left: 100px !important;
    }
    .glowing-text {
        font-size: 30px !important;
    }
    .home_main_text .gold_bold, .home_main_text p {
        font-size: 30px !important;
    }
    #sppb-addon-a0f81f22-4d47-43da-961f-ca2e5f60f6b9 #btn-a0f81f22-4d47-43da-961f-ca2e5f60f6b9.sppb-btn-custom {
        font-size: 20px!important;
    }
    .home_main_link {
        margin-left: 0!important;
        margin-top: 5px !important;
    }
    .home_main_link a {
        font-size: 25px!important;
        padding-left: 10px !important;
    }
    .sppb-btn.home_shop_now {
        margin-left: 50px !important;
    }
    .sp-page-builder .page-content #section-id-535f165d-85bd-4927-922a-36027bf9f394 {
        padding-top: 10px!important;
    }
    .sp-page-builder .page-content #section-id-21f9423e-8fe7-4c26-870c-3a21df24a73e {
        padding-top: 0 !important;
    }
    #sppb-addon-a0f81f22-4d47-43da-961f-ca2e5f60f6b9 .sppb-button-wrapper {
        margin-top: 35px !important;
        margin-bottom: 35px !important;
        margin-left: 200px !important;
    }
    #sppb-addon-569acde3-e762-4d69-bbcc-7f43a2e6073c .sppb-addon-text-block .sppb-addon-content {
        font-size: 40px!important;
    }
    .footer_bold, .footer_bold_no_underline {
        font-size: 30px !important;
    }
    #sppb-addon-8c77bf33-4465-4e75-8992-f5499b58b1ba .sppb-addon-text-block .sppb-addon-content,
    #sppb-addon-be86c58e-a618-430f-83e3-5a9633cafac8 .sppb-addon-text-block .sppb-addon-content {
        font-size: 18px!important;
    }
    #sppb-addon-41fe6200-d96f-4c8d-a099-3fe28612b2fb .sppb-addon-text-block .sppb-addon-content,
    #sppb-addon-d75791dc-8cd0-4289-8073-802b5fcb2353 .sppb-addon-text-block .sppb-addon-content {
        font-size: 15px!important;
    }
    body.product_group .text_top .sppb-addon-content {
        padding-left: 100px;
    }
    body.product_group.one .title_product_one,
    body.product_group.two .title_product_two,
    body.product_group.three .title_product_three,
    body.product_group.four .title_product_four,
    body.product_group.five .title_product_five {
        height: 1000px;
    }
    #sppb-addon-66294e0a-3571-4528-b2c0-5663d5dd22eb .sppb-addon-text-block .sppb-addon-content {
        font-size: 80px!important;
    }
    body.aboutus h1, body.contactus h1 {
        font-size: 150px !important;
    }
    body.aboutus .sppb-addon-text-block p {
        font-size: 26px !important;
    }
    body.transport .text_top .text1 {
        font-size: 60px !important;
    }
    body.transport .text_top .text2 {
        font-size: 90px !important;
    }
    #column-id-b841d15b-1321-448b-99b5-629eef0df405 {
        padding-top: 10px !important;
    }
    body.transport .inline img {
        width: 80px!important;
        margin-right: 5px!important;
    }
    body.transport .bg_bottom {
        height: 700px !important;
        width: 1280px !important;
    }
    body.en div.mod-languages .btn-group .btn {
        font-size: 12px;
    }
    body.en .sp-megamenu-parent > li > a,
    body.en .sp-megamenu-parent > li > span,
    body.en .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
        font-size: 18px !important;
    }
    body.product_group.en #sppb-addon-66294e0a-3571-4528-b2c0-5663d5dd22eb .sppb-addon-text-block .sppb-addon-content {
        font-size: 40px !important;
    }
    body.product_group.en .text_bottom .sppb-addon-content {
        font-size: 22px !important;
    }
    body.product_group.en     #sppb-addon-cd8992e1-7994-4c11-94dc-223f499ece24 .sppb-addon-text-block .sppb-addon-content {
        font-size: 30px !important;
    }
    body.transport.en .text_top .text3 {
        font-size: 18px !important;
    }
    body.transport.en .text_top .text1 {
        font-size: 30px !important;
    }
    body.transport.en .text_top .text22 {
        font-size: 60px !important;
    }
    body.transport.en .text_top .text2a {
        font-size: 50px !important;
    }
    body.transport.en .text_top .text2,
    body.transport.en .text_top .text22,
    body.transport.en .text_top .text2a {
        margin-top: -40px;
    }
    body.transport.en .text_top .text2a {
        font-size: 30px !important;
    }


}

@media (max-width: 800px) {
    body.home .burger-icon>span {
        background-color: white!important;
    }
    .offcanvas-menu .offcanvas-inner ul.menu-child li.active a {
        color: #252525!important;
    }
    .offcanvas-menu {
        background-color: #ffc107!important;
    }
    .offcanvas-menu .offcanvas-inner ul.menu li.active a {
        color: #ffffff!important;
    }
    .offcanvas-menu .offcanvas-inner ul.menu ul.menu-child li a {
        color: #252525!important;
    }
    .offcanvas-menu .offcanvas-inner ul.menu ul.menu-child li.active a,
    .offcanvas-menu .offcanvas-inner ul.menu ul.menu-child li a:hover {
        color: #ffffff!important;
    }
    .offcanvas-menu .offcanvas-inner ul.menu-child li a {
        color: #252525!important;
    }
    .offcanvas-menu .offcanvas-inner ul.menu-child li.active a {
        color: #ffffff!important;
    }
    .offcanvas-menu .offcanvas-inner ul.menu>li a:hover, .offcanvas-menu .offcanvas-inner ul.menu>li a:focus, .offcanvas-menu .offcanvas-inner ul.menu>li span:hover, .offcanvas-menu .offcanvas-inner ul.menu>li span:focus {
        color: white!important;
    }
    .offcanvas-menu .offcanvas-inner ul.menu>li>a, .offcanvas-menu .offcanvas-inner ul.menu>li>span {
        font-size: 28px!important;
    }
    .offcanvas-menu .offcanvas-inner ul.menu>li {
        padding-top: 10px!important;
    }
    .offcanvas-menu .offcanvas-inner ul.menu>li>ul li a {
        font-size: 25px;
    }
    .offcanvas-menu .offcanvas-inner ul.menu > li > ul li a {
        line-height: 10px!important;
    }
    body.ltr.offcanvs-position-right.offcanvas-active .offcanvas-menu {
        width: 100%!important;
    }
    .offcanvas-menu .offcanvas-inner ul.menu li {
        text-align: center!important;
    }
    .offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>a>.menu-toggler,
    .offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>.menu-separator>.menu-toggler {
        color: #252525!important;
    }
    .offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>a>.menu-toggler:hover,
    .offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>.menu-separator>.menu-toggler:hover {
        color: white!important;
    }
    .offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>a>.menu-toggler, .offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>.menu-separator>.menu-toggler {
        display: inline-block!important;
        position: relative!important;
        right: unset!important;
        top: unset!important;
        transform: unset!important;
        -webkit-transform: unset!important;
    }
    .glowing-text {
        font-size: 25px !important;
    }
    .home_main_text {
        padding-left: 0 !important;
    }
    .home_main_text .gold_bold, .home_main_text p {
        font-size: 26px !important;
    }
    .home_main_link a {
        padding-left: 5px !important;
    }
    .home_main_link {
        font-size: 20px !important;
    }
    .home_main_link {
        margin-top: 8px !important;
    }
    #sppb-addon-a0f81f22-4d47-43da-961f-ca2e5f60f6b9 .sppb-button-wrapper {
        margin-left: 20px !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    #sppb-addon-edd97f2a-5736-4767-af11-edf8ec8cae06 img {
        width: 150px !important;
    }
    #sppb-addon-569acde3-e762-4d69-bbcc-7f43a2e6073c .sppb-addon-text-block .sppb-addon-content {
        font-size: 30px !important;
    }
    .footer_bold, .footer_bold_no_underline {
        font-size: 24px !important;
    }
    .img_inline img {
        max-height: 30px!important;
        max-width: 30px!important;
    }
    body.product_group .text_top p {
        font-size: 50px !important;
    }
    body.product_group.one .title_product_one,
    body.product_group.two .title_product_two,
    body.product_group.three .title_product_three,
    body.product_group.four .title_product_four,
    body.product_group.five .title_product_five {
        height: 700px;
    }
    body.product_group .sppb-nested-row .sppb-row-column {
        max-width: 100%!important;
        flex-basis: 100%!important;
        margin-bottom: 50px!important;
    }
    body.product_group .our_work .title_work {
        font-size: 80px;
    }
    .sp-page-builder .page-content #section-id-b711b2b4-9f9e-450c-8856-8e4d45dfc461,
    .sp-page-builder .page-content #section-id-c2822feb-7f91-4147-841f-de2c9d3c9d2e {
        min-height: 480px!important;
    }
    .sp-page-builder .page-content #section-id-ccb2ebd5-5139-4803-b29c-1880ca8481df {
        margin-top: -200px !important;
    }
    #sppb-addon-66294e0a-3571-4528-b2c0-5663d5dd22eb .sppb-addon-text-block .sppb-addon-content {
        font-size: 50px!important;
    }
    body.product_group.five .our_work {
        background-image:
                linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), /* เลเยอร์สีดำ 50% */
                linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 300px),
                linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 300px),
                url(../../../images/asset/product/bg_product_group_5_bottom.png) !important;
    }
    #sppb-addon-2c50d513-65e8-48e8-89d9-6d881ccd12de .sppb-addon-image-content .sppb-content-holder,
    #sppb-addon-7f0d0ee6-b18d-42b2-9ac9-f2dcc72d5cc8 .sppb-addon-image-content .sppb-content-holder,
    #sppb-addon-ed113c52-54ee-496f-a540-7d4bdd6c192e .sppb-addon-image-content .sppb-content-holder {
        padding-top: 20px!important;
    }
    body.aboutus h1, body.contactus h1 {
        font-size: 90px !important;
    }
    .sp-page-builder .page-content #section-id-a1cb6db1-1441-4e12-9608-d5e3eac813e7 {
        margin-top: 200px!important;
    }
    body.aboutus .sppb-row-column {
        max-width: 100%!important;
        flex-basis: 100%!important;
    }
    body.aboutus .sppb-row {
        flex-direction: column; /* จัดเรียงเป็นแนวตั้ง */
    }
    body.aboutus .sppb-row-column#column-wrap-id-8c58a2bd-14cd-470f-9ea2-b011b90df619 {
        order: 2; /* ข้อความแสดงทีหลัง */
    }

    body.aboutus .sppb-row-column#column-wrap-id-c87bce5b-aa5d-4992-8536-69a731375697 {
        order: 1; /* รูปภาพแสดงก่อน */
    }
    body.aboutus .sppb-addon-content {
        margin-top: 30px!important;
    }
    body.contactus .sppb-row-column {
        max-width: 100%!important;
        flex-basis: 100%!important;
    }
    body.contactus #column-id-52b052d5-6387-4572-8e42-a344dc04e04b,
    body.contactus #column-id-6ee9c896-57bb-4f92-80ab-1e939347780b {
        padding-left : 0!important;
        margin-top: 50px!important;
    }
    body.contactus #section-id-5d53e7f3-73e1-4330-97f6-141bf19ecb52 .sppb-row-column,
    body.contactus #section-id-17383076-9184-4f88-9c83-e2d45fc22a06 .sppb-row-column {
        max-width: 50%!important;
        flex-basis: 50%!important;
    }
    body.contactus #column-wrap-id-6ee9c896-57bb-4f92-80ab-1e939347780b {
        order: 2;
    }
    body.contactus #column-wrap-id-6baa86db-8362-465b-9eb9-36234c76a9cc {
        order: 1;
    }
    .offcanvas-menu .offcanvas-inner ul.menu-child li.current.active a,
    .offcanvas-menu .offcanvas-inner ul.menu-child li a:hover {
        color: white!important;
    }
    body.transport .inline img {
        display: block!important;
    }
    body.transport #column-id-b841d15b-1321-448b-99b5-629eef0df405 {
        padding-top: 20px!important;
        padding-right: 0!important;
        padding-bottom: 20px!important;
        padding-left: 10px!important;
    }
    body.transport .inline {
        font-size: 20px !important;
    }
    body.transport .text_top .text2 {
        font-size: 70px !important;
    }
    body.transport .inline {
        margin-bottom: 0!important;
    }
    body.transport .text_top .text3 {
        font-size: 18px !important;
    }
    body.transport .bg_bottom {
        height: 500px !important;
        width: 800px !important;
    }
    body.en .home_main_text .gold_bold,
    body.en .home_main_text p {
        font-size: 22px !important;
    }
    body.en #sppb-addon-a0f81f22-4d47-43da-961f-ca2e5f60f6b9 #btn-a0f81f22-4d47-43da-961f-ca2e5f60f6b9.sppb-btn-custom {
        font-size: 16px !important;
    }
    body.product_group.en #sppb-addon-66294e0a-3571-4528-b2c0-5663d5dd22eb .sppb-addon-text-block .sppb-addon-content {
        font-size: 30px !important;
    }
    body.transport.en .text_top .text1 {
        font-size: 20px !important;
        margin-top: 30px;
    }
    body.transport.en .text_top .text3a {
        font-size: 18px !important;
    }


}

@media (max-width: 430px) {
    #sp-header {
        height: 60px;
    }
    body.home {
        background-size: auto!important;
        background-position: top right;
    }
    .glowing-text {
        text-align: center!important;
        margin-top: 30px!important;
    }
    .home_main_text {
        padding-left: 30px!important;
    }
    #sppb-addon-a0f81f22-4d47-43da-961f-ca2e5f60f6b9 .sppb-button-wrapper {
        text-align: center!important;
    }
    .sppb-btn.home_shop_now {
        margin-left: 0!important;
        margin-bottom: 20px!important;
    }
    #sppb-addon-569acde3-e762-4d69-bbcc-7f43a2e6073c .sppb-addon-text-block .sppb-addon-content {
        font-size: 20px !important;
        text-align: center!important;
    }
    #sppb-addon-edd97f2a-5736-4767-af11-edf8ec8cae06 {
        text-align: center!important;
    }
    #sppb-addon-41fe6200-d96f-4c8d-a099-3fe28612b2fb .sppb-addon-text-block p,
    #sppb-addon-d75791dc-8cd0-4289-8073-802b5fcb2353 .sppb-addon-text-block p {
        text-align: left!important;
        font-size: 20px !important;
        margin-top: 20px!important;
    }
    #sppb-addon-be86c58e-a618-430f-83e3-5a9633cafac8,
    #sppb-addon-842d1a78-981a-49c7-b02c-eca7b25b14e8 {
        margin-top: 30px!important;
    }
    .offcanvas-menu .offcanvas-inner ul.menu>li>ul li a {
        font-size: 24px;
    }
    body.product_group .text_top p {
        font-size: 30px !important;
    }
    body.product_group .text_top .sppb-addon-content {
        padding-left: 130px;
    }
    body.product_group.one .title_product_one {
        height: 400px;
    }
    body.product_group .text_top:after {
        right: -50px;
    }
    body.product_group .title_right .sppb-addon-content {
        font-size: 30px;
    }
    body.product_group .title_right .sppb-addon-content p {
        margin-bottom: 0!important;
    }
    body.product_group .title_right .sppb-addon-content::before {
        left: -30px;
        border-top: 30px solid transparent;
        border-bottom: 25px solid transparent;
        border-right: 30px solid #b40000;
    }
    body.product_group .list_top .sppb-nested-row .sppb-addon-text-block span {
        font-size: 30px !important;
    }
    body.product_group .list_top .sppb-nested-row .sppb-addon-text-block {
        font-size: 24px !important;
    }
    body.product_group .our_work .title_work {
        font-size: 40px;
    }
    .sp-page-builder .page-content #section-id-b711b2b4-9f9e-450c-8856-8e4d45dfc461,
    .sp-page-builder .page-content #section-id-c2822feb-7f91-4147-841f-de2c9d3c9d2e {
        min-height: 280px !important;
    }
    body.product_group .text_bottom .sppb-addon-content {
        padding: 10px;
        font-size: 26px;
    }
    body.product_group.one .title_product_one,
    body.product_group.two .title_product_two,
    body.product_group.three .title_product_three,
    body.product_group.four .title_product_four,
    body.product_group.five .title_product_five {
        height: 400px;
    }
    #sppb-addon-66294e0a-3571-4528-b2c0-5663d5dd22eb .sppb-addon-text-block .sppb-addon-content {
        font-size: 40px!important;
    }
    #sppb-addon-56a95c9d-98eb-4292-a095-a0b0ffca2353 .sppb-addon-text-block .sppb-addon-content {
        font-size: 26px!important;
    }
    #sppb-addon-cd8992e1-7994-4c11-94dc-223f499ece24 .sppb-addon-text-block .sppb-addon-content {
        font-size: 20px !important;
    }
    #sppb-addon-198d2258-799d-4651-967b-05f0ec43a1b3 .sppb-addon-text-block .sppb-addon-content {
        font-size: 50px!important;
    }
    body.product_group.five .our_work .sppb-addon-image-content {
        display: flex;
        flex-direction: column; /* จัดเรียงองค์ประกอบในแนวตั้ง */
        justify-content: center; /* จัดกึ่งกลางในแนวนอน */
        align-items: center; /* จัดกึ่งกลางในแนวตั้ง */
        text-align: center; /* จัดกึ่งกลางข้อความ */
    }
    body.product_group.five .our_work .sppb-addon-image-content .sppb-container .sppb-col-sm-6:first-child {
        height: 0!important;
    }
    body.product_group.five .our_work .sppb-addon-image-content .sppb-col-sm-offset-6 {
        flex: 0 0 100%!important;
        max-width: 100%!important;
    }
    body.aboutus #section-id-c963d5f2-29ee-4c4a-af4f-1e3ceef16b76,
    body.aboutus #section-id-95018bd9-2952-489f-88e6-c51efa03c343 {
        padding-top: 0!important;
    }
    body.contactus #sppb-addon-38dc7f13-f248-4619-ae1d-974a5cbf545c .sppb-addon-text-block .sppb-addon-content {
        font-size: 40px;
    }
    body.contactus .sppb-addon-text-block p {
        font-size: 22px !important;
    }
    body.contactus #section-id-5d53e7f3-73e1-4330-97f6-141bf19ecb52 .sppb-addon-single-image-container img, body.contactus #section-id-17383076-9184-4f88-9c83-e2d45fc22a06 .sppb-addon-single-image-container img {
        width: 180px !important;
        max-width: 180px !important;
    }
    body.contactus #sppb-addon-32a9aa40-d6a7-493e-8c83-c5e779fb369f img,
    body.contactus #sppb-addon-b426537f-a55f-4b34-9e72-9d18bd5242e0 img {
        width: 40px !important;
        max-width: 40px !important;
    }
    body.transport .sp-page-builder .page-content #section-id-600f7ced-321b-4756-b5da-b8984a3d8179 {
        background-size: auto!important;
        background-position: top right!important;
    }
    body.transport .bg_bottom {
        height: 300px !important;
        width: 430px !important;
    }
    body.product_group.en .text_top p {
        font-size: 20px !important;
    }
    body.product_group.en .list_top .sppb-nested-row .sppb-addon-text-block span {
        font-size: 24px !important;
    }
    body.product_group.en .list_top .sppb-nested-row .sppb-addon-text-block {
        font-size: 20px !important;
    }
    body.product_group.en #sppb-addon-56a95c9d-98eb-4292-a095-a0b0ffca2353 .sppb-addon-text-block .sppb-addon-content,
    body.product_group.en .text_bottom .sppb-addon-content {
        font-size: 22px !important;
    }
    body.product_group.en #sppb-addon-66294e0a-3571-4528-b2c0-5663d5dd22eb .sppb-addon-text-block .sppb-addon-content {
        font-size: 24px !important;
    }
    body.transport.en .text_top .text3 {
        font-size: 14px !important;
    }


}

@media (max-width: 393px) {
    div.mod-languages .btn-group .btn {
        font-size: 13px;
    }
    .home_main_text .gold_bold, .home_main_text p {
        font-size: 24px !important;
    }
    .offcanvas-menu .offcanvas-inner ul.menu>li>ul li a {
        font-size: 22px;
    }
    body.aboutus .sppb-addon-text-block p {
        font-size: 22px !important;
    }
}



/* End Responsive */