/****************************************
coway by CMNice Solutions. *
****************************************/

/******** Fonts ********/
@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@100;200;300;400;500;600;700;800;900&display=swap');
@font-face {
    font-family: 'Adobe';
    src: url('fonts/Adobe Thai Regular.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/* Mobile */
@media screen and (max-width: 994px) {
    .header-contain {
        position: relative !important;
    }

    .header-mb {
        position: sticky;
        top: 0;
        z-index: 1030;
        background: linear-gradient(180deg, #59A3D8 0%, #4b99d2 100%);
        box-shadow: 0 12px 24px rgba(20, 49, 79, 0.12);
    }

    .navbar-expand-lg {
        background-color: #fff !important;
    }

    .nav-item {
        border-bottom: 2px solid #EF4322;
    }

    .nav-item .nav-link {
        font: 18px/1.6 'BebasNeue', sans-serif !important;
        color: #6e6e6d !important;
        font-weight: 300 !important;
    }

    .navbar-nav .show {
        background-color: #000 !important;
        color: #6e6e6d !important;
    }

    .navbar-nav .dropdown-menu {
        /* background-color: #5F800C !important; */
        color: #6e6e6d !important;
    }

    .nav-item .dropdown-menu .dropdown-item {
        color: #6e6e6d !important;
        font-size: 18px !important;
        line-height: 1.6 !important;
    }

    .nav-item .dropdown-menu .mb-dropdown-item {
        font-size: 12px !important;
    }

    /**/
    .team-item-text {
        min-height: 7rem !important;
    }

  
    /**/
    .service-block {
        height: 310px !important;
    }

    .service-block .mask {
        background: rgba(0, 85, 167, 0.75) !important;

    }

    .service-block .mask h3,
    .service-block .mask p {
        color: #fff !important;
    }

    .service-detail-contain-bg {
        background-size: auto 100% !important;
    }

    .mobile-header-bar {
        position: relative;
        min-height: 78px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
    }

    .mobile-header-toggle {
        width: 42px;
        height: 42px;
        padding: 0;
        border: 1px solid rgba(255, 255, 255, 0.34);
        border-radius: 14px;
        background: rgba(255, 255, 255, 0.14);
        color: #ffffff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        box-shadow: none;
    }

    .mobile-header-brand {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .mobile-header-brand img {
        display: block;
        height: 48px;
        width: auto;
    }

    .mobile-header-lang {
        min-width: 42px;
        height: 42px;
        padding: 0 12px;
        border-radius: 14px;
        background: rgba(255, 255, 255, 0.18);
        border: 1px solid rgba(255, 255, 255, 0.34);
        color: #ffffff;
        font: 500 13px/42px 'Kanit', sans-serif;
        text-align: center;
        text-decoration: none;
        letter-spacing: 0.08em;
    }
}

/* Desktop */
body {
    background: #fff;
}

/* Page Container */
.container {
    max-width: 1340px;
}

/* Content Container */
.content_container {
    position: relative;
}

/* Content Wrapper Container */
.logo {
    position: relative;
}

.top-contact {
    font-family: 'Kanit', sans-serif;
    background: #59A3D8;
    padding: 0;
}

.top-contact a{
    font-family: 'Kanit', sans-serif;
    text-decoration: none;
}

.top-contact-inner {
    max-width: 980px;
    padding: 14px 0 10px;
}

.top-contact-row {
    min-height: 72px;
}

.top-contact p {
    font: 16px/1.4 'Kanit', sans-serif;
    color: #fff;
    font-weight: 300;
    margin-bottom: 0 !important;
}

.header-pay-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 18px;
    background: #ffffff;
    border-radius: 999px;
    color: #3e94cf;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    box-shadow: 0 6px 18px rgba(22, 85, 139, 0.12);
}

.header-pay-link i {
    font-size: 15px;
}

.header-pay-link:hover {
    color: #2c83bf;
}

.header-brand img {
    width: 174px;
    max-width: 100%;
    display: block;
}

.vertical.carousel .carousel-item {
    overflow: hidden;
}

.vertical.carousel .carousel-item-next:not(.carousel-item-start),
.vertical.carousel .active.carousel-item-end {
    transform: translateY(100%);
}

.vertical.carousel .carousel-item-prev:not(.carousel-item-end),
.vertical.carousel .active.carousel-item-start {
    transform: translateY(-100%);
}

.vertical.carousel .carousel-indicators {
    top: 0;
    left: unset;

    margin-left: unset !important;
    margin-right: 1rem;

    flex-direction: column;
}

.vertical.carousel .carousel-indicators [data-bs-target] {
    height: 30px;
    width: 3px;
}

.vertical.carousel .carousel-control-prev,
.vertical.carousel .carousel-control-next {
    width: 100%;
    height: 60px;
}

.vertical.carousel .carousel-control-prev-icon,
.vertical.carousel .carousel-control-next-icon {
    transform: rotateZ(90deg);
}

.vertical.carousel .carousel-control-next {
    top: unset;
    bottom: 0;
}

.bg-zoom-effect {
transition: transform 0.4s ease, box-shadow 0.3s ease;
will-change: transform;
cursor: pointer;
}
.bg-zoom-effect:hover,
.bg-zoom-effect:focus,
.bg-zoom-effect:active {
transform: scale(1.05);
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
}

.img-wrapper {
overflow: hidden;
border-radius: 0; /* หรือใช้ 1rem ถ้าอยากให้มีมุมโค้ง */
}

/* กำหนดขนาด slide */
.carousel-img-wrapper {
    position: relative;
    height: 700px;
    overflow: hidden;
}

.carousel-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Overlay */
.carousel-img-wrapper::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
}
.hero-box {
    font-family: 'Kanit', sans-serif;
    z-index: 2;
    right: 18%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.18);
    backdrop-filter: blur(10px);
    padding: 40px;
    border-radius: 22px;
    max-width: 485px;
    color: #fff;
    text-align: center;
}
.hero-box h1 {
    font-family: 'Kanit', sans-serif;
    font-size: 28px;
    font-weight: 200;
    line-height: 1.4;
    margin-bottom: 15px;
}

.hero-box p {
    font-size: 15px;
    line-height: 1.6;
    opacity: 0.95;
    font-weight: 300;
}

.hero-actions {
    display: flex;
    gap: 14px;
    margin-top: 25px;
}


.hero-actions .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    padding: 12px 24px;
    border-radius: 12px;

    font-family: 'Kanit', sans-serif;
    font-size: 15px;
    font-weight: 300;

    color: #ffffff;
    border: none;
    cursor: pointer;

    transition: 
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

/* =========================
   BUTTON COLORS
========================= */
.btn-quote {
    background-color: #ef4f14;
}

.btn-line {
    background-color: #61C347;
}

/* =========================
   HOVER / FOCUS / ACTIVE
   (กัน Bootstrap ทับ)
========================= */
.btn-quote:hover,
.btn-quote:focus,
.btn-quote:active {
    background-color: #ef4f14;
    color: #ffffff;
    transform: scale(1.06);
    box-shadow: 0 10px 24px rgba(0,0,0,0.18);
}

.btn-line:hover,
.btn-line:focus,
.btn-line:active {
    background-color: #61C347;
    color: #ffffff;
    transform: scale(1.06);
    box-shadow: 0 10px 24px rgba(0,0,0,0.18);
}

/* =========================
   MOBILE: ปุ่มเรียงลง
========================= */
@media (max-width: 767px) {
    .hero-actions {
        flex-direction: column;
        align-items: center;
    }

    .hero-actions .btn {
        width: 100%;
        max-width: 260px;
    }
}
@media (max-width: 1368px) {
   .hero-box {
    font-family: 'Kanit', sans-serif;
    z-index: 2;
    right: 5%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.18);
    backdrop-filter: blur(10px);
    padding: 40px;
    border-radius: 22px;
    max-width: 620px;
    color: #fff;
    text-align: center;
}


}
@media (max-width: 967px) {
    .carousel-img-wrapper {
        height: 200px;
        min-height: 200px;
        max-height: 200px;
        background: #f6fbff;
    }

    .carousel-img {
        height: 100%;
        object-fit: cover;
        object-position: center top;
    }

    .hero-box {
        left: 50%;
        right: auto;
        transform: translate(-50%, -50%);
        width: 90%;
        padding: 20px;
        text-align: center;
    }

    .hero-actions {
        flex-direction: column;
    }

    .hero-box h1 {
        font-size: 18px;
    }

    .hero-box p {
        font-size: 13px;
    }
}


.btn-close-custom {
    background: #eef6ff;
    color: #2f7eb5;
    border: 1px solid rgba(72, 130, 218, 0.14);
    border-radius: 14px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: 0.3s;
}
.btn-close-custom:hover {
    background: #dfeeff;
    transform: rotate(90deg);
}



.fa-stack[data-count] {
    cursor: pointer;
}

.fa-stack[data-count]:after {
    position: absolute;
    right: 0%;
    top: -5px;
    width: 15px;
    height: 15px;
    content: attr(data-count);
    font: 11px/14px 'Noto Sans SC', sans-serif !important;
    border-radius: 50%;
    text-align: center;
    font-weight: 700 !important;
    background: #fff;
    color: #fff;
}
/*lightbox*/

.lightbox {
    position: relative;
    background-color: #000;
    font: 24px 'BebasNeue', 'Kanit';
  }

  .image {
    opacity: 1;
    display: block;
    width: 100%;
    /* height: 350px; */
    transition: .5s ease;
    backface-visibility: hidden;
  }
  
  .middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
  }
  
.middle a {
    font: 24px 'BebasNeue', 'Kanit';
  }


.middle h1 {
    font: 55px/1 'BebasNeue', 'Kanit';
    color: #F7A31F;
}

.middle p {
    font: 24px/1 'BebasNeue', 'Kanit';
    color: #fff;
}
  .lightbox:hover .image {
    opacity: 0.3;
  }
  
  .lightbox:hover .middle {
    opacity: 1;
    
  }
  
  .lightbox-text {
    background-color: #F7A31F;
    color: white;
    font: 18px 'BebasNeue', 'Kanit';
    padding: 16px 32px;
    border-radius: 25px;
  }
/* Partner */
.swiper-slide {
    font-size: 14px;
    font: 14px/1 'Kanit', sans-serif;
}

/* Swiper*/
.swiper-arrow-contain {
    width: 50px !important;
    height: 20px;
    display: block;
    margin: 0 auto;
    text-align: center;
    position: relative;
}



.swiper-arrow-contain .swiper-button-prev,
.swiper-arrow-contain .swiper-button-next {
    width: 20px;
    height: 20px;
    border: 1px solid #2d75fd;
    background-color: #001c37;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.swiper-arrow-contain .swiper-button-prev {
    left: 0;
}

.swiper-arrow-contain .swiper-button-next {
    right: 0;
}

:root {
    --swiper-navigation-size: 10px !important;
}


/* Header */
/* .header-contain {
    position: absolute;
    top: 0;
    z-index: 99;
    background-color: rgba(255, 255, 255, 0.75);
}  ทำให้อยู่ชิดบนสุด*/
.header-contain {
    position: relative;
    z-index: 99;
    background-color: #fff;
}

.header_container {
    position: relative;
    font-family: 'BebasNeue', Kanit;
}

.header_container p {
    font: 18px/1 'BebasNeue', Kanit;
    /* color: #624827; */
    font-weight: 300;
}

.header_menu {
    position: relative;
    background-color: #f8f8f8;
    font-family: 'BebasNeue', Kanit;
}

.header_container .btn-sm {
    font: 14px/1 'BebasNeue', Kanit;
}

.header-nav {
    background: #fff;
    /* position: absolute; */

}

.line-top {
    border-top: 5px solid #C11C1B;
    width: 200px;
}

.line-top-product {
    border-top: 5px solid #C11C1B;
    width: 160px;
}

.rslides {
    box-sizing: border-box;
    padding: 0px !important;
}

.rslides li {
    text-align: center;
}

.rslides img {
    display: block;
    float: none;
    width: auto;
    max-width: 100%;
    border: 0;
    text-align: center;
    margin: 0 auto;
}

.fixed-top {
    background: #fff;
    /*background: linear-gradient(90deg, rgba(31,87,34,1) 0%, rgba(33,105,43,1) 35%, rgba(33,118,50,1) 100%);*/
}

#carouselCaptions {
    border: 0px solid #fff;
    overflow: hidden;
}

/* Lang */

.bg-boxlang {
    background-color: #fff !important;
    border-radius: 0px !important;
    /* border: 1px solid #fff; */
    color: #000;
}

.bg-boxlang:hover {
    background-color: #fff !important;
    border-radius: 0px !important;
    /* border: 1px solid #fff; */
    color: #000;
}

.main_menu {
    width: 100%;
    text-align: right;
    list-style: none;
    display: block;
}

.main_menu li {
    display: inline-block;
    /* border: 1px solid #eb2031; */
    vertical-align: top;
    margin: 0 10px;
}

.main_menu li a {
    font: 20.64px/32px 'supermarket';
    color: #fff;
    padding: 0 5px;
}

.main_menu li:hover {
    background-color: #fde7e8;
    border: 1px solid #000;
}

.main_menu li:hover a {
    color: #5F800C;
}

#menu_active {
    background-color: #fde7e8;
    border: 1px solid #000;
}

#menu_active a {
    color: #5F800C;
}

.submenu {
    width: 792px;
    position: absolute;
    top: 91px;
    right: 0;
    background-color: #000;
    z-index: 9;
    list-style: none;
    display: block;
    box-sizing: border-box;
    padding-left: 20px;
    text-align: center;

}

.submenu li {
    display: inline-block;
    border: 0;
    margin: 0 5px;
    position: relative;
}

.submenu li a {
    font: 14.55px/34px 'supermarket';
    color: #fff;
}

.submenu li #submenu {
    width: 120px;
    position: absolute;
    top: 34px;
    left: -10px;
    opacity: 0;
    transition: visibility 0s, opacity 0.2s linear;
}

.submenu li:hover #submenu {
    opacity: 1;
}

.submenu li #submenu li {
    width: 100%;
    /* background-color: #ff3333; */
    margin: 0;
    padding: 0 10px;
    text-align: left;

}

.submenu li #submenu li a {
    /* color: #6e6e6d; */
    color: #7b9067;
}
/* =====================================================
   BASE NAVBAR & MENU
===================================================== */

.main-menu {
    gap: 0;
    align-items: center;
}

.main-menu .nav-item {
    position: relative;
}

/* -----------------------------------------------------
   MENU LINK
----------------------------------------------------- */
.main-menu .nav-link {
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    color: #3d3d43;
    padding: 14px 0;
    position: relative;
    transition: color 0.3s ease;
    text-decoration: none;
    letter-spacing: 0;
    text-transform: none;
}

/* Hover */
.main-menu .nav-link:hover {
    color: #2f7eb5;
}

/* Active */
.main-menu .nav-link.active {
    color: #2f7eb5;
    font-weight: 500;
}

/* -----------------------------------------------------
   UNDERLINE EFFECT
----------------------------------------------------- */
.main-menu .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 4px;
    width: 0;
    height: 2px;
    background-color: #2f7eb5;
    transition: width 0.35s ease;
}

.main-menu .nav-link:hover::after,
.main-menu .nav-link.active::after {
    width: 100%;
}

/* -----------------------------------------------------
   SEPARATOR "/"
----------------------------------------------------- */
.main-menu .nav-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 14px;
    background: rgba(61, 61, 67, 0.14);
}

/* =====================================================
   DROPDOWN (PRODUCT)
===================================================== */

.nav-icon-item {
    position: relative;
}

.hassub,
.hassub ul {
    transition: all 0.25s ease-in-out;
}

/* Main dropdown */
.nav-icon-item > ul {
    position: absolute;
    top: calc(100% - 2px);
    left: 0;
    width: 280px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(18, 48, 79, 0.14);
    padding: 10px 0;
    margin-top: 0;
    z-index: 2048;

    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.nav-icon-item > ul::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -12px;
    height: 12px;
}

/* Show dropdown */
.nav-icon-item:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Dropdown item */
.nav-icon-item ul li {
    list-style: none;
    padding: 10px 18px;
    transition: background 0.2s ease;
}

.nav-icon-item ul li a {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #3d3d43;
    text-decoration: none;
}

.nav-icon-item ul li a i {
    margin-right: 8px;
    color: #2f7eb5;
    transition: transform 0.2s ease;
}

.nav-icon-item ul li:hover {
    background: #f5f8fb;
    border-radius: 6px;
}

.nav-icon-item ul li:hover a i {
    transform: translateX(3px);
}

/* =====================================================
   SUB MENU
===================================================== */
.nav-icon-item ul li ul {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 220px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 6px 15px rgba(0,0,0,0.1);
    padding: 8px 0;
    z-index: 2050;

    opacity: 0;
    visibility: hidden;
    transform: translateX(6px);
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.nav-icon-item ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

/* =====================================================
   ICON & IMAGE EFFECT
===================================================== */

.nav-icon-item a img {
    width: 25px;
    margin-right: 6px;
    transition: transform 0.3s ease;
    vertical-align: middle;
}

.nav-icon-item a:hover img {
    transform: scale(1.05);
}

/* =====================================================
   RESPONSIVE
===================================================== */
@media (max-width: 768px) {

    .main-menu .nav-item::after {
        display: none;
    }

    .nav-icon-item > ul,
    .nav-icon-item ul li ul {
        position: static;
        width: 100%;
        box-shadow: none;
        border-radius: 0;
        opacity: 1;
        visibility: visible;
        transform: none;
    }

}
html {
    scroll-behavior: smooth;
}
.dropdown-toggle::after {
    vertical-align: 0.1em !important;
}

.nav-mb-button {
    font-size: 30px;
}

/**/
.navbar,
.navbar-nav .dropdown {
    position: inherit !important;
}

.dropdown-menu-detail {
    font-family: 'Kanit', sans-serif;
    line-height: 1.4;
}

.dropdown-menu-detail h3 {
    font-size: 18px;
}

.dropdown-menu-detail p {
    font-size: 14px;
}

.black-nav {
    z-index: 5;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    font-family: 'Kanit', sans-serif;
}

.black-nav .nav-link {
    font: 14px/1 'Kanit', sans-serif;
    color: #000;
    font-weight: 300;
}

.desktop-main-nav {
    background: #f6efef;
    border-top: 1px solid rgba(255, 255, 255, 0.35);
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    margin-bottom: 0;
}

.header-navbar {
    min-height: 48px;
}

.header-lang-button,
.header-lang-button:hover,
.header-lang-button:focus,
.header-lang-button:active {
    background: #ffffff !important;
    border: 0 !important;
    border-radius: 999px !important;
    color: #385d8b !important;
    font-size: 14px !important;
    box-shadow: 0 6px 18px rgba(22, 85, 139, 0.12) !important;
    padding: 7px 16px !important;
}

.header-lang-select + .dropdown-toggle .filter-option {
    display: flex;
    align-items: center;
}

.header-lang-select + .dropdown-toggle .caret,
.header-lang-select + .dropdown-toggle::after {
    color: #59A3D8;
}

/* position dots in carousel */
.flickity-page-dots {
    bottom: 10px !important;
}

/* white circles */
.flickity-page-dots .dot {
    width: 12px !important;
    height: 12px !important;
    opacity: 1 !important;
    background: transparent !important;
    border: 2px solid white !important;
}

/* fill-in selected dot */
.flickity-page-dots .dot.is-selected {
    background: white !important;
}

.carousel-cell {
    width: 100%;
    margin-right: 10px;
}

/* Services */
.s-box {
    position: relative;
}

.s-box .img {
    /* position: relative; */
    /* width: 100px;
    height: 100px; */
    background-color: white;
    border-radius: 50%;
    border: 5px solid #ccc;
}

/* Circle list */
.circle-list {
    position: relative;
}

.circle-list h1 {
    font: 29px/1 'Kanit', sans-serif;
    font-weight: 500;
    color: #3b1413;
}

.circle-list h2 {
    font: 14.96px/1.3 'Kanit', sans-serif;
    font-weight: 500;
    color: #d0a051;
    text-transform: uppercase;
}

.circle-list h3 {
    font: 15.55px/1 'Kanit', sans-serif;
    font-weight: 700;
    color: #3b1413;
}

.circle-list p {
    font: 15.03px/1.2 'Kanit', sans-serif;
    font-weight: 400;
    color: #3b1413;
}

.circle-list a {
    font: 13.89px/1 'Kanit', sans-serif;
    font-weight: 400;
    color: #e8645a;
    text-decoration: none;
}

/* Pager */
.paging {
    font: 14px/1 'Kanit', sans-serif;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;           /* สำคัญมาก */
    gap: 6px;                  /* ระยะห่างแทน margin */
    margin: 15px 0;
}

.paging a,
.paging span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    height: 32px;
    padding: 0 8px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-weight: 300;
    white-space: nowrap;       /* กันคำยาว */
}

.paging a {
    background-color: #fff;
    color: #000;
    text-decoration: none;
}
.paging em {
    display: inline-flex;
}
.paging em {
    margin: 0;      /* กัน margin แปลก */
    padding: 0;
    font-style: normal; /* ไม่เอาตัวเอียง */
}
.paging em a {
    display: inline-flex;
}

.paging span.current {
    background-color: #4882DA;
    border-color: #4882DA;
    color: #fff;
}

.paging span.disabled {
    color: #ccc;
    border-color: #eee;
}
@media (max-width: 480px) {
    .paging {
        gap: 4px;
    }

    .paging a,
    .paging span {
        min-width: 28px;
        height: 28px;
        font-size: 12px;
        padding: 0 6px;
    }

    /* ปุ่ม หน้าแรก / สุดท้าย */
    .paging .first,
    .paging .prev {
        padding: 0 10px;
        font-size: 12px;
    }
}



/* gallery Container */
.gallery-container {
    font-family: 'Kanit', sans-serif;
    background-color: #F7F7F7;
}
.gallery-container p {
    font: 15.03px/1.2 'Kanit', sans-serif;
    font-weight: 300;
    color: #000;
}


.gallery-container h1 {
    font: 35px/1 'Kanit', sans-serif;
    font-weight: 200;
    line-height: 1.5em;
    color: #fff;
}
.gallery-container a {
    font: 13.89px/1 'Kanit', sans-serif;
    font-weight: 400;
    text-decoration: none;
    color: #fff;
}

/* partner Container */
.partner-container {
    font-family: 'Kanit', sans-serif;
}

.partner-container h1 {
    font: 28px/1 'Kanit', sans-serif;
    font-weight: 200;
    line-height: 1.5em;
    color: #04004F;
}
.news-box,
.news-box button {
    position: relative;
    z-index: 2;
    font: 16px/1.4 'Kanit', sans-serif;
    text-decoration: none;

}

.news-box p {
    font: 14px 'Kanit', sans-serif;
    /* font-size: 14px; */
    line-height: 2em;
    font-weight: 300;
    color: #1F237C;
}
.news-box h1 {
    font: 14px/1.4 'Kanit', sans-serif;
    color: #000;
    text-decoration: none !important;
}
.news-box h2 {
    font: 14px 'Kanit', sans-serif;
    color: #797979;
    text-decoration: none !important;
}
.news-box h3 {
    font: 38px 'Kanit', sans-serif;
    color: #fff;
}
.news-box h4 {
    font: 18px 'Kanit', sans-serif;
    color: #fff;
}


/**/
/* Product */
.product-img-content{
	width: 100%;
	height: 15em;

}

/* Product Container */
.Product-container {
    
    /* background:
        radial-gradient(circle at top center, rgba(109, 205, 255, 0.40) 0%, rgba(255, 255, 255, 0) 42%),
        linear-gradient(180deg, #f8fdff 0%, #ffffff 58%); */
    background: url(../images/cover/bg-product.png) center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    font-family: 'Kanit', sans-serif;
}
.Product-container p {
    font: 16px/1.5 'Kanit', sans-serif;
    font-weight: 200;
    color: #4b504a;
    text-decoration: none;
}
.Product-container h1 {
    font: 34px/1.2 'Kanit', sans-serif;
    font-weight: 300;
    color: #2f556f;
}
.Product-container h2 {
    font: 18px/1 'Kanit', sans-serif;
    font-weight: 200;
    color: #4b504a;
}

.Product-container h3 {
    font: 14px/1.5 'Kanit', sans-serif;
    font-weight: 300;
    color: #fff;

}

.Product-container li {
    font: 16px/1.4 'Kanit', sans-serif;
    font-size: 14px;
    color: #666;
    text-decoration: none !important;
}


.Product-container a {
    font: 16px/1 'Kanit', sans-serif;
    font-weight: 300;
    text-decoration: none;
    color: #4b504a;
}

.Product-container a:hover {
    font: 16px/1 'Kanit', sans-serif;
    font-weight: 300;
    text-decoration: none;
    color: #0f039d;
}

.product-page-shell {
    background: #ffffff;
    background-attachment: scroll;
}

.product-page-top {
    margin-bottom: 30px;
}

.product-page-breadcrumb-count {
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 92px;
    padding: 8px 18px;
    border-radius: 999px;
    border: 1px solid rgba(72, 130, 218, 0.32);
    background: #ffffff;
    color: #4a82d7;
    font: 400 16px/1.1 'Kanit', sans-serif;
}

.product-page-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 12px;
    color: #334357;
    font: 400 20px/1.4 'Kanit', sans-serif;
}

.product-page-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #4a82d7;
    font: 400 15px/1 'Kanit', sans-serif;
}

.product-page-breadcrumb-sep {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #7a8ba0;
    font-size: 13px;
}

.product-page-breadcrumb-current {
    color: #4a82d7;
}

.product-page-intro-card {
    padding: 15px 15px 5px;
    border-radius: 30px;
    /* padding-bottom: 5px; */
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 252, 255, 0.98) 100%);
    border: 1px solid rgba(72, 130, 218, 0.1);
    box-shadow: 0 18px 36px rgba(31, 49, 83, 0.07);
}

.product-detail-intro-card {
    padding-bottom: 12px;
}

.product-detail-breadcrumb-link {
    text-decoration: none !important;
}

.product-detail-breadcrumb-product {
    color: #1f3153;
}

.product-detail-breadcrumb-trail {
    display: inline-flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 6px;
    white-space: nowrap;
}

.product-detail-breadcrumb .product-page-back {
    display: inline-flex;
    align-items: center;
    line-height: 1;
}

.product-detail-breadcrumb .product-page-back i,
.product-detail-breadcrumb .product-page-back span,
.product-detail-breadcrumb .product-page-breadcrumb-sep,
.product-detail-breadcrumb .product-page-breadcrumb-sep i,
.product-detail-breadcrumb-link {
    vertical-align: middle;
    line-height: 1;
}

.product-detail-breadcrumb .product-page-breadcrumb-sep {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.product-detail-mobile-head {
    display: none;
}

.product-detail-mobile-label {
    margin-bottom: 6px;
    color: #6f86a3;
    font: 300 13px/1.2 'Kanit', sans-serif;
    letter-spacing: 0.02em;
}

.product-detail-mobile-select-wrap {
    position: relative;
    margin-bottom: 8px;
}

.product-detail-mobile-select {
    width: 100%;
    min-height: 46px;
    padding: 10px 42px 10px 14px;
    border-radius: 16px;
    border: 1px solid rgba(72, 130, 218, 0.22);
    background: #ffffff;
    color: #4882DA;
    font: 400 16px/1.2 'Kanit', sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}

.product-detail-mobile-select-icon {
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    color: #4882DA;
    pointer-events: none;
}

.product-detail-mobile-product {
    color: #1f3153;
    font: 500 22px/1.28 'Kanit', sans-serif;
}

.product-detail-gallery-shell {
    width: 100%;
    padding: 8px 0 4px;
    opacity: 0;
    transform: translateY(18px) scale(0.985);
    animation: productDetailGalleryReveal 0.75s cubic-bezier(0.22, 1, 0.36, 1) 0.08s forwards;
}

.product-detail-gallery-carousel:focus {
    outline: none;
}

.product-detail-gallery-item {
    width: 100%;
    display: block;
    text-decoration: none !important;
}

.product-detail-gallery-frame {
    min-height: 460px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    background: #ffffff;
}

.product-detail-gallery-image {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 420px;
    height: auto;
    margin: 0 auto;
    opacity: 1;
    transform: none;
}

@keyframes productDetailGalleryReveal {
    from {
        opacity: 0;
        transform: translateY(18px) scale(0.985);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes productDetailImageReveal {
    from {
        opacity: 0;
        transform: scale(0.96);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@media (prefers-reduced-motion: reduce) {
    .product-detail-gallery-shell,
    .product-detail-gallery-image {
        opacity: 1;
        transform: none;
        animation: none;
    }
}

@media (min-width: 992px) {
    .product-detail-gallery-frame {
        min-height: 520px;
    }

    .product-detail-gallery-image {
        max-height: 470px;
    }
}

.product-detail-top-row {
    --bs-gutter-x: 1.75rem;
    --bs-gutter-y: 1rem;
    align-items: center;
}

.product-detail-copy-wrap {
    height: 100%;
}

.product-detail-top-row > .col-lg-6:first-child {
    display: flex;
    align-items: center;
}

.product-detail-summary {
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(31, 49, 83, 0.1);
}

.product-detail-code {
    margin-bottom: 2px;
    color: #4e5f77;
    font: 400 14px/1.2 'Kanit', sans-serif;
    letter-spacing: 0.02em;
}

.product-detail-title {
    margin: 0 0 8px;
    color: #16263d;
    font: 500 40px/1.08 'Kanit', sans-serif;
}

.product-detail-subtitle {
    margin: 0 0 12px;
    color: #3f4d5f;
    font: 300 19px/1.55 'Kanit', sans-serif;
}

.product-detail-price-block {
    display: flex;
    align-items: flex-end;
    gap: 12px;
    flex-wrap: wrap;
}

.product-detail-price-label {
    color: #4e5f77;
    font: 300 16px/1 'Kanit', sans-serif;
}

.product-detail-price-values {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.product-detail-price-sale {
    color: #4ca8e1;
    font: 500 33px/1 'Kanit', sans-serif;
}

.product-detail-price-full {
    color: #b9c3cf;
    font: 300 24px/1 'Kanit', sans-serif;
    text-decoration: line-through;
}

.product-detail-promo-section {
    margin-top: 20px;
}

.product-detail-promo-heading {
    margin: 0 0 10px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #4882DA;
    font: 400 23px/1.25 'Kanit', sans-serif;
}

.product-detail-promo-heading i {
    color: #56afe5;
    font-size: 20px;
}

.product-detail-promo-card {
    padding: 16px 18px 14px;
    border-radius: 18px;
    border: 1px solid rgba(116, 191, 238, 0.42);
    background: #ffffff;
    box-shadow: 0 10px 26px rgba(31, 49, 83, 0.06);
}

.product-detail-promo-name {
    margin-bottom: 6px;
    color: #4ca8e1;
    font: 400 17px/1.45 'Kanit', sans-serif;
}

.product-detail-promo-note {
    margin-bottom: 10px;
    color: #49586d;
    font: 300 15px/1.55 'Kanit', sans-serif;
}

.product-detail-promo-offer {
    padding-top: 12px;
    border-top: 1px solid rgba(31, 49, 83, 0.1);
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.product-detail-promo-keyword {
    color: #14253c;
    font: 300 15px/1.2 'Kanit', sans-serif;
}

.product-detail-promo-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
    border-radius: 12px;
    background: #4ca8e1;
    color: #ffffff;
    font: 400 15px/1 'Kanit', sans-serif;
}

.product-detail-promo-price {
    color: #14253c;
    font: 400 17px/1.2 'Kanit', sans-serif;
}

.product-detail-promo-followup {
    margin-top: 8px;
    color: #9ba8b8;
    font: 300 14px/1.5 'Kanit', sans-serif;
}

.product-detail-content {
    color: #27364b;
    font: 300 16px/1.9 'Kanit', sans-serif;
}

.product-detail-section-line {
    width: 110px;
    height: 3px;
    margin: 0 0 18px;
    border-radius: 999px;
    background: linear-gradient(90deg, #4ca8e1 0%, #8dd5ff 100%);
}

.product-detail-accordion .accordion-item {
    border-color: rgba(72, 130, 218, 0.12);
}

.product-detail-accordion .accordion-button {
    padding: 18px 22px;
    color: #1f3153;
    background: #ffffff;
    box-shadow: none;
    font: 400 22px/1.2 'Kanit', sans-serif;
}

.product-detail-accordion .accordion-button:not(.collapsed) {
    color: #1f3153;
    background: #ffffff;
    box-shadow: none;
}

.product-detail-accordion .accordion-button:focus {
    border-color: rgba(72, 130, 218, 0.18);
    box-shadow: none;
}

.product-detail-accordion .accordion-body {
    padding: 0 22px 22px;
}

.product-detail-content h1,
.product-detail-content h2,
.product-detail-content h3,
.product-detail-content h4 {
    color: #14253c;
    margin-top: 1.1em;
    margin-bottom: 0.45em;
}

.product-detail-content img {
    max-width: 100%;
    height: auto !important;
}

.product-detail-contact-grid {
    margin-top: 4px;
}

.product-detail-contact-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 24px 18px;
    border-radius: 22px;
    border: 1px solid rgba(72, 130, 218, 0.12);
    background: linear-gradient(180deg, #fafdff 0%, #ffffff 100%);
    text-decoration: none !important;
    text-align: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.product-detail-contact-card:hover {
    transform: translateY(-4px);
    border-color: rgba(72, 130, 218, 0.22);
    box-shadow: 0 14px 28px rgba(31, 49, 83, 0.08);
}

.product-detail-contact-icon {
    width: 54px;
    height: 54px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #56afe5 0%, #3f94d3 100%);
    color: #ffffff;
    font-size: 22px;
}

.product-detail-contact-label {
    color: #6f86a3;
    font: 300 14px/1.2 'Kanit', sans-serif;
}

.product-detail-contact-value {
    color: #1f3153;
    font: 400 18px/1.35 'Kanit', sans-serif;
    word-break: break-word;
}

.job-cover-shell {
    background: #ffffff;
}

.cover-fade-bottom {
    position: relative;
}

.cover-fade-bottom::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 28%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.88) 62%, #ffffff 100%);
    pointer-events: none;
}

.job-cover-frame {
    width: 100%;
    overflow: hidden;
}

.job-cover-image {
    display: block;
    width: 100%;
    height: auto;
}

.job-page-shell {
    background: #ffffff;
}

.job-intro-card {
    max-width: 1080px;
    margin: 0 auto;
    border-radius: 34px;
    background: linear-gradient(90deg, #dff5ff 0%, #eefbff 22%, #ffffff 52%, #ffffff 100%);
    border: 1px solid rgba(72, 130, 218, 0.12);
    box-shadow: 0 16px 36px rgba(31, 49, 83, 0.08);
    overflow: hidden;
}

.job-intro-media {
    position: relative;
    min-height: 300px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 18px 12px 0;
    background: transparent;
}

.job-intro-image {
    position: relative;
    z-index: 1;
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 320px;
    height: auto;
}

.job-intro-copy {
    position: relative;
    z-index: 1;
    padding: 34px 34px 30px;
}

.job-intro-copy::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgba(223, 245, 255, 0) 0%, rgba(255, 255, 255, 0.72) 14%, rgba(255, 255, 255, 0.96) 34%, #ffffff 58%);
    pointer-events: none;
}

.job-intro-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 120px;
    padding: 7px 18px;
    border-radius: 999px;
    border: 1px solid rgba(72, 130, 218, 0.28);
    color: #4a82d7;
    background: #ffffff;
    font: 300 15px/1.1 'Kanit', sans-serif;
}

.job-intro-content {
    margin-top: 14px;
    color: #27364b;
    font: 300 18px/1.75 'Kanit', sans-serif;
}

.job-intro-content h1,
.job-intro-content h2,
.job-intro-content h3 {
    margin: 0 0 10px;
    color: #1b9ad8;
    font: 500 24px/1.3 'Kanit', sans-serif;
}

.job-intro-content h1 {
    font-size: 36px;
    font-weight: 300;

}

.job-intro-content h2 {
    color: #000;
    font-size: 28px;
    font-weight: 300;
}

.job-intro-content p:last-child {
    margin-bottom: 0;
}

.job-detail-card {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    padding: 12px 0 0;
}

.job-detail-content {
    color: #27364b;
    font: 300 16px/1.9 'Kanit', sans-serif;
}

.job-detail-content h1,
.job-detail-content h2,
.job-detail-content h3,
.job-detail-content h4 {
    color: #14253c;
    margin-top: 1.2em;
    margin-bottom: 0.45em;
}

.job-detail-content h2 {
    color: #4882DA;
    font-size: 24px;
    font-weight: 300;
}

.job-detail-content img {
    max-width: 100%;
    height: auto !important;
    border-radius: 10px;
}

.job-detail-content ul {
    margin: 0 0 1.1rem;
    padding: 0;
    list-style: none;
    margin-left: 10px;
}

.job-detail-content ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}

.job-detail-content ul li::before {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #4882DA;
    font-size: 16px;
    line-height: 1;
}

.job-contact-wrap {
    overflow: hidden;
    border-radius: 0;
    background: #ffffff;
    box-shadow: none;
}

.job-contact-bg {
    padding: 18px 0 20px;
    background: url(../images/cover/bg-page-contact.jpg) center center no-repeat;
    background-size: cover;
}

.job-contact-center {
    max-width: 820px;
    margin: 0 auto;
    padding: 0 20px;
}

.job-contact-head {
    margin-bottom: 12px;
}

.job-contact-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 110px;
    padding: 6px 18px;
    border-radius: 999px;
    border: 1px solid rgba(72, 130, 218, 0.7);
    color: #4a82d7;
    background: rgba(255, 255, 255, 0.92);
    font: 300 16px/1.1 'Kanit', sans-serif;
}

.job-contact-methods {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.job-contact-methods .contact-method-card {
    min-height: 142px;
    padding: 15px 12px 14px;
    max-width: 220px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
    background: linear-gradient(180deg, #51ace3 0%, #3f97d5 100%);
    border: 0;
    box-shadow: 0 12px 24px rgba(52, 119, 176, 0.18);
}

.job-contact-methods .contact-method-card:hover {
    background: linear-gradient(180deg, #58b3e7 0%, #469dd8 100%);
}

.job-contact-methods .contact-method-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 12px;
    border: 1px solid rgba(255, 255, 255, 0.32);
    background: rgba(255, 255, 255, 0.08);
}

.job-contact-methods .contact-method-icon i {
    font-size: 20px;
}

.job-contact-methods .contact-method-label {
    font-size: 15px;
    letter-spacing: 0.06em;
}

.job-contact-methods .contact-method-value {
    font-size: 13px;
    line-height: 1.45;
}

.subscribe-cover-shell {
    background: #ffffff;
}

.subscribe-cover-frame {
    width: 100%;
    overflow: hidden;
}

.subscribe-cover-image {
    display: block;
    width: 100%;
    height: auto;
}

.subscribe-page-shell {
    background: #ffffff;
}

.subscribe-page-intro-card {
    max-width: 1080px;
    margin: 0 auto;
    border-radius: 34px;
    background: #ffffff;
    border: 1px solid rgba(72, 130, 218, 0.12);
    box-shadow: 0 16px 36px rgba(31, 49, 83, 0.08);
    overflow: hidden;
}

.subscribe-page-copy-col {
    background: linear-gradient(90deg, #dff5ff 0%, #eefbff 40%, #ffffff 100%);
}

.subscribe-page-copy {
    position: relative;
    z-index: 1;
    padding: 34px 34px 30px;
    background: transparent;
}

.subscribe-page-copy::before {
    display: none;
}

.subscribe-page-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 120px;
    padding: 7px 18px;
    border-radius: 999px;
    border: 1px solid rgba(72, 130, 218, 0.28);
    color: #4a82d7;
    background: #ffffff;
    font: 300 15px/1.1 'Kanit', sans-serif;
}

.subscribe-page-intro-content {
    margin-top: 14px;
    color: #27364b;
    font: 300 18px/1.75 'Kanit', sans-serif;
}

.subscribe-page-intro-content h1,
.subscribe-page-intro-content h2,
.subscribe-page-intro-content h3 {
    margin: 0 0 10px;
    color: #1b9ad8;
    font: 500 24px/1.3 'Kanit', sans-serif;
}

.subscribe-page-intro-content h1 {
    font-size: 36px;
    font-weight: 300;
}

.subscribe-page-intro-content h2 {
    color: #14253c;
    font-size: 28px;
    font-weight: 300;
}

.subscribe-page-intro-content p:last-child {
    margin-bottom: 0;
}

.subscribe-page-media {
    position: relative;
    min-height: 320px;
    height: 100%;
    padding: 0;
    background: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.subscribe-page-media::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 38%;
    height: 100%;
    background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.88) 28%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
}

.subscribe-detail-card {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    padding: 12px 0 0;
}

.subscribe-detail-content {
    color: #27364b;
    font: 300 16px/1.9 'Kanit', sans-serif;
}

.subscribe-detail-content h1,
.subscribe-detail-content h2,
.subscribe-detail-content h3,
.subscribe-detail-content h4 {
    color: #14253c;
    margin-top: 1.2em;
    margin-bottom: 0.45em;
}

.subscribe-detail-content h2 {
    color: #4882DA;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3em;
}

.subscribe-detail-content p {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5em;
}

.subscribe-detail-content img {
    max-width: 100%;
    height: auto !important;
    border-radius: 10px;
}

.subscribe-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 26px;
}

.subscribe-feature-card {
    padding: 18px 20px 16px;
    border-radius: 10px;
    border: 1px solid rgba(86, 176, 231, 0.32);
    background: #ffffff;
    text-align: center;
}

.subscribe-feature-card h3 {
    margin: 0 0 6px;
    color: #111111;
    font: 400 26px/1.2 'Kanit', sans-serif;
    letter-spacing: 0.02em;
}

.subscribe-feature-line {
    color: #111111;
    font: 300 18px/1.2 'Kanit', sans-serif;
}

.subscribe-feature-number {
    margin-top: 2px;
    color: #49a8de;
    font: 500 74px/0.95 'Kanit', sans-serif;
}

.subscribe-feature-unit {
    margin-top: 4px;
    color: #111111;
    font: 300 18px/1.1 'Kanit', sans-serif;
}

.subscribe-feature-card p {
    margin: 10px auto 0;
    max-width: 240px;
    color: #4a4a4a;
    font: 300 16px/1.55 'Kanit', sans-serif;
}

.subscribe-detail-content ul {
    margin: 0 0 1.1rem;
    padding: 0;
    list-style: none;
    margin-left: 10px;
}

.subscribe-detail-content ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}

.subscribe-detail-content ul li::before {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #4882DA;
    font-size: 16px;
    line-height: 1;
}

.subscribe-category-section {
    background: #ffffff;
    padding: 0 24px;
}

.subscribe-category-slider-wrap {
    position: relative;
    padding: 0;
    margin-top: 14px;
}

.subscribe-category-slider .slick-slide {
    margin: 0 4px;
    height: auto;
}

.subscribe-category-slider .slick-list {
    margin: 0 -4px !important;
}

.subscribe-category-slider .slick-track {
    display: flex;
    align-items: stretch;
}

.subscribe-category-slider .slick-slide > div {
    height: 100%;
}

.subscribe-category-slide {
    padding: 0;
    height: 100%;
}

.subscribe-category-section a {
    text-decoration: none;
}

.subscribe-category-slider .product-showcase-card {
    margin-bottom: 0;
    height: 100%;
}

.subscribe-category-slider .product-showcase-card:hover {
    box-shadow: none;
    transform: none;
}

.subscribe-category-slider .product-showcase-media {
    padding: 8px 10px 0;
}

.subscribe-contact-wrap {
    overflow: hidden;
    border-radius: 0;
    background: #ffffff;
    box-shadow: none;
}

.subscribe-contact-bg {
    padding: 18px 0 20px;
    background: url(../images/cover/bg-page-contact.jpg) center center no-repeat;
    background-size: cover;
}

.subscribe-contact-center {
    max-width: 820px;
    margin: 0 auto;
    padding: 0 20px;
}

.subscribe-contact-head {
    margin-bottom: 12px;
}

.subscribe-contact-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 110px;
    padding: 6px 18px;
    border-radius: 999px;
    border: 1px solid rgba(72, 130, 218, 0.7);
    color: #4a82d7;
    background: rgba(255, 255, 255, 0.92);
    font: 300 16px/1.1 'Kanit', sans-serif;
}

.subscribe-contact-methods {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.subscribe-contact-methods .contact-method-card {
    min-height: 142px;
    padding: 15px 12px 14px;
    max-width: 220px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
    background: linear-gradient(180deg, #51ace3 0%, #3f97d5 100%);
    border: 0;
    box-shadow: 0 12px 24px rgba(52, 119, 176, 0.18);
}

.subscribe-contact-methods .contact-method-card:hover {
    background: linear-gradient(180deg, #58b3e7 0%, #469dd8 100%);
}

.subscribe-contact-methods .contact-method-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 12px;
    border: 1px solid rgba(255, 255, 255, 0.32);
    background: rgba(255, 255, 255, 0.08);
}

.subscribe-contact-methods .contact-method-icon i {
    font-size: 20px;
}

.subscribe-contact-methods .contact-method-label {
    font-size: 15px;
    letter-spacing: 0.06em;
}

.subscribe-contact-methods .contact-method-value {
    font-size: 13px;
    line-height: 1.45;
}

.about-cover-shell {
    background: #ffffff;
}

.about-cover-frame {
    width: 100%;
    overflow: hidden;
}

.about-cover-image {
    display: block;
    width: 100%;
    height: auto;
}

.about-page-shell {
    background: #ffffff;
}

.about-page-intro-card {
    border-radius: 34px;
    border: 1px solid rgba(72, 130, 218, 0.12);
    /* box-shadow: 0 16px 36px rgba(31, 49, 83, 0.08); */
    overflow: hidden;
}

.about-page-media {
    position: relative;
    min-height: 320px;
    height: 100%;
    padding: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.about-page-media::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 38%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.88) 72%, #ffffff 100%);
    pointer-events: none;
}

.about-page-copy-col {
    background: linear-gradient(90deg, #ffffff 0%, #ffffff 58%, #eefbff 86%, #dff5ff 100%);
}

.about-page-copy {
    position: relative;
    z-index: 1;
    padding: 34px 34px 30px;
}

.about-page-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 120px;
    padding: 7px 18px;
    border-radius: 999px;
    border: 1px solid rgba(72, 130, 218, 0.28);
    color: #4a82d7;
    background: #ffffff;
    font: 300 15px/1.1 'Kanit', sans-serif;
}

.about-page-intro-content {
    margin-top: 14px;
    color: #27364b;
    font: 300 18px/1.75 'Kanit', sans-serif;
}

.about-page-intro-content h1,
.about-page-intro-content h2,
.about-page-intro-content h3 {
    margin: 0 0 10px;
    color: #1b9ad8;
    font: 500 24px/1.3 'Kanit', sans-serif;
}

.about-page-intro-content h1 {
    font-size: 36px;
    font-weight: 300;
}

.about-page-intro-content h2 {
    color: #14253c;
    font-size: 28px;
    font-weight: 300;
}

.about-page-intro-content p:last-child {
    margin-bottom: 0;
}

.about-detail-card {
    padding: 20px 22px;
}

.about-detail-shell {
    background: #ffffff;
}

.about-detail-shell,
.about-detail-shell p,
.about-detail-shell h1,
.about-detail-shell h2,
.about-detail-shell h3,
.about-detail-shell h4,
.about-detail-shell h5,
.about-detail-shell h6,
.about-detail-shell div,
.about-detail-shell span,
.about-detail-shell li,
.about-detail-shell a {
    font-family: 'Kanit', sans-serif;
}

.about-detail-content {
    color: #27364b;
    font: 300 16px/1.9 'Kanit', sans-serif;
}

.about-detail-content h1,
.about-detail-content h2,
.about-detail-content h3,
.about-detail-content h4 {
    color: #14253c;
    margin-top: 1.2em;
    margin-bottom: 0.45em;
}

.about-detail-content h2 {
    color: #4882DA;
    font-size: 24px;
    font-weight: 300;
}

.about-detail-shell p {
    font-size: 16px;
    line-height: 1.7;
    font-weight: 300;
}

.about-detail-shell h1 {
    font-size: 32px;
    line-height: 1.3;
    font-weight: 300;
    color: #14253c;
    margin-bottom: 0;
}

.about-detail-content img {
    max-width: 100%;
    height: auto !important;
    border-radius: 10px;
}

.about-award-logo-row img {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
    width: auto !important;
    max-width: 100px;
    height: 100px !important;
    object-fit: contain;
}

.about-detail-content ul {
    margin: 0 0 1.1rem;
    padding: 0;
    list-style: none;
    margin-left: 10px;
}

.about-detail-content ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}

.about-detail-content ul li::before {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #4882DA;
    font-size: 16px;
    line-height: 1;
}

.about-world-section {
    padding: 18px 0 8px;
    background: #ffffff;
}

.about-award-section {
    padding-bottom: 0;
    margin-bottom: 0;
    background: #ffffff;
}

.about-world-image {
    display: block;
    width: 100%;
    height: auto;
}

.about-world-trigger {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
}

@media (max-width: 991px) {
    .job-intro-card {
        border-radius: 24px;
    }

    .job-intro-media {
        min-height: 220px;
        padding-top: 16px;
    }

    .job-intro-image {
        max-height: 240px;
    }

    .job-intro-copy {
        padding: 22px 18px 20px;
    }

    .job-intro-copy::before {
        background: linear-gradient(180deg, rgba(223, 245, 255, 0) 0%, rgba(255, 255, 255, 0.78) 18%, rgba(255, 255, 255, 0.96) 42%, #ffffff 68%);
    }

    .job-intro-content {
        font-size: 16px;
        line-height: 1.7;
    }

    .job-intro-content h1,
    .job-intro-content h2,
    .job-intro-content h3 {
        font-size: 21px;
    }

    .job-detail-content {
        font-size: 15px;
        line-height: 1.8;
    }

    .job-detail-content img {
        border-radius: 14px;
    }

    .job-contact-wrap {
        border-radius: 0;
    }

    .job-contact-bg {
        padding: 18px 0;
    }

    .job-contact-center {
        padding: 0 16px;
    }

    .job-contact-methods {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .job-contact-methods .contact-method-card {
        min-height: 0;
        padding: 14px 12px;
    }

    .subscribe-page-intro-card {
        border-radius: 24px;
    }

    .subscribe-page-copy {
        padding: 22px 18px 20px;
    }

    .subscribe-page-copy::before {
        display: none;
    }

    .subscribe-page-intro-content {
        font-size: 16px;
        line-height: 1.7;
    }

    .subscribe-page-intro-content h1,
    .subscribe-page-intro-content h2,
    .subscribe-page-intro-content h3 {
        font-size: 21px;
    }

    .subscribe-detail-content {
        font-size: 15px;
        line-height: 1.8;
    }

    .subscribe-detail-content img {
        border-radius: 14px;
    }

    .subscribe-feature-grid {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-bottom: 20px;
    }

    .subscribe-feature-card {
        padding: 16px 16px 14px;
    }

    .subscribe-feature-card h3 {
        font-size: 16px;
    }

    .subscribe-feature-number {
        font-size: 58px;
    }

    .subscribe-page-media {
        min-height: 220px;
        height: 220px;
        padding-top: 0;
    }

    .subscribe-page-media::after {
        display: none;
    }

    .subscribe-category-slider-wrap {
        padding: 0;
        margin-top: 10px;
    }

    .subscribe-category-slider .slick-slide {
        margin: 0 2px;
    }

    .subscribe-category-slider .slick-list {
        margin: 0 -2px !important;
    }

    .subscribe-category-slide {
        padding: 0;
    }

    .subscribe-contact-wrap {
        border-radius: 0;
    }

    .subscribe-contact-bg {
        padding: 18px 0;
    }

    .subscribe-contact-center {
        padding: 0 16px;
    }

    .subscribe-contact-methods {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .subscribe-contact-methods .contact-method-card {
        min-height: 0;
        padding: 14px 12px;
    }

    .about-page-intro-card {
        border-radius: 24px;
    }

    .about-page-media {
        min-height: 220px;
        height: 220px;
    }

    .about-page-media::after {
        display: none;
    }

    .about-page-copy {
        padding: 22px 18px 20px;
    }

    .about-page-intro-content {
        font-size: 16px;
        line-height: 1.7;
    }

    .about-page-intro-content h1,
    .about-page-intro-content h2,
    .about-page-intro-content h3 {
        font-size: 21px;
    }

    .about-detail-content {
        font-size: 15px;
        line-height: 1.8;
    }

    .about-detail-content img {
        border-radius: 14px;
    }

    .about-award-logo-row {
        margin-left: -4px;
        margin-right: -4px;
    }

    .about-award-logo-row > [class*="col-"] {
        padding-left: 4px;
        padding-right: 4px;
    }

    .about-award-logo-row img {
        max-width: 90px;
        height: 90px !important;
    }

    .about-detail-shell h1 {
        font-size: 24px;
        line-height: 1.35;
    }

    .about-world-section {
        padding: 12px 0 4px;
    }

    .subscribe-category-section {
        padding: 0 8px;
    }
}

.product-category-cover-shell {
    padding-left: 0;
    padding-right: 0;
}

.product-category-cover {
    margin-bottom: 22px;
    overflow: hidden;
    border-radius: 34px;
}

.product-category-cover-full {
    width: 100%;
    margin-bottom: 0;
    border-radius: 0;
}

.product-detail-category-cover {
    margin-bottom: 0;
}

.product-category-cover-image {
    display: block;
    width: 100%;
    height: auto;
}

.product-page-intro-centered {
    max-width: 820px;
    margin: 0 auto 30px;
    text-align: center;
}

.product-page-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 116px;
    margin-bottom: 12px;
    padding: 7px 18px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid rgba(72, 130, 218, 0.32);
    color: #4a82d7;
    font: 300 16px/1.1 'Kanit', sans-serif;
}

.product-page-title {
    margin: 0;
    color: #4882DA;
    font: 500 38px/1.18 'Kanit', sans-serif;
}

.product-page-description,
.product-page-summary {
    margin-top: 10px;
    margin-bottom: 0;
    color: #334357;
    font: 300 16px/1.85 'Kanit', sans-serif;
}

.product-page-grid-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 24px;
}

.product-page-grid-head h2 {
    margin: 0;
    color: #16304d;
    font: 500 26px/1.2 'Kanit', sans-serif;
}

.product-page-grid-head span {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 14px;
    border-radius: 999px;
    background: #eff7ff;
    color: #4882DA;
    font: 400 14px/1 'Kanit', sans-serif;
}

.product-overview-grid,
.product-list-grid {
    row-gap: 8px;
}

.product-page-category-card {
    min-height: 430px;
    border-radius: 28px;
    padding: 24px 24px 18px;
}

.product-page-category-media {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0 20px;
}

.product-page-category-image {
    width: 100%;
    max-width: 360px;
    max-height: 290px;
    object-fit: contain;
    object-position: center center;
    display: block;
    transition: transform 0.45s ease;
}

.product-page-category-card:hover .product-page-category-image {
    transform: translateY(-6px) scale(1.03);
}

.product-card {
    border-radius: 28px;
    border: 1px solid rgba(72, 130, 218, 0.12);
    background:
        radial-gradient(circle at 50% 78%, rgba(104, 192, 236, 0.14) 0%, rgba(104, 192, 236, 0) 30%),
        linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    box-shadow: 0 16px 30px rgba(31, 49, 83, 0.08);
}

.product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 40px rgba(31, 49, 83, 0.12);
}

.product-thumb {
    aspect-ratio: 1 / 1;
    background: linear-gradient(180deg, #f4f9fd 0%, #edf5fb 100%);
}

.product-thumb img {
    object-fit: contain;
    padding: 26px;
}

.product-body {
    padding: 20px 22px 22px;
    text-align: left;
    gap: 12px;
    background: transparent;
}

.product-code {
    color: #6e7a8d;
    font: 400 12px/1.2 'Kanit', sans-serif;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.product-title {
    color: #162231 !important;
    font: 500 22px/1.32 'Kanit', sans-serif;
}

.product-view {
    min-height: 46px;
    padding: 0 18px;
    border-radius: 14px;
    background: linear-gradient(180deg, #56afe5 0%, #3f94d3 100%);
    color: #ffffff;
    justify-content: center;
    align-self: flex-start;
    font: 400 14px/1 'Kanit', sans-serif;
}

.product-card:hover .product-view {
    gap: 12px;
}

.product-page-empty {
    padding: 32px 26px;
    border-radius: 24px;
    background: #f8fbfe;
    border: 1px solid rgba(72, 130, 218, 0.1);
    color: #334357;
    text-align: center;
    font: 300 16px/1.7 'Kanit', sans-serif;
}

.product-showcase-header {
    margin-bottom: 26px;
}

.product-showcase-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 120px;
    padding: 7px 18px;
    border-radius: 999px;
    border: 2px solid rgba(82, 179, 228, 0.75);
    color: #49a8de;
    font: 300 20px/1 'Kanit', sans-serif;
    margin-bottom: 12px;
    background: rgba(255, 255, 255, 0.78);
}

.product-showcase-grid {
    max-width: 100%;
    margin: 0 auto;
}

.product-showcase-col:nth-child(odd) {
    margin-top: -18px;
}

.product-showcase-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 390px;
    padding: 20px 20px 16px;
    border-radius: 14px;
    border: 1px solid rgba(88, 157, 197, 0.16);
    overflow: hidden;
    box-shadow: 0 16px 34px rgba(56, 101, 133, 0.08);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.product-showcase-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 44px rgba(56, 101, 133, 0.13);
    border-color: rgba(73, 168, 222, 0.28);
}

.product-showcase-copy {
    position: relative;
    z-index: 2;
}

.product-showcase-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.product-showcase-title i {
    font-size: 18px;
    color: #272727;
}

.product-showcase-title h3 {
    margin: 0;
    font: 300 15px/1.35 'Kanit', sans-serif;
    color: #1d1d1d;
}

.product-showcase-copy p {
    margin: 0;
    max-width: 200px;
    font: 300 11px/1.45 'Kanit', sans-serif;
    color: rgba(39, 39, 39, 0.72);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-showcase-media {
    position: relative;
    z-index: 1;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 0;
}

.product-showcase-image {
    width: 100%;
    max-width: 360px;
    max-height: 320px;
    object-fit: contain;
    object-position: center center;
    display: block;
    transition: transform 0.45s ease;
}

.product-showcase-card:hover .product-showcase-image {
    transform: translateY(-6px) scale(1.03);
}

.product-showcase-link {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
    font: 400 13px/1 'Kanit', sans-serif;
    color: #2f7eb5;
}

.product-showcase-link .arrow {
    transition: transform 0.3s ease;
}

.product-showcase-card:hover .product-showcase-link .arrow {
    transform: translateX(6px);
}

.product-tone-water {
    background: linear-gradient(180deg, #eef6ff 0%, #ecf5fe 100%);
}

.product-tone-air {
    background: linear-gradient(180deg, #f7fbff 0%, #eef8ff 100%);
}

.product-tone-comfort {
    background: linear-gradient(180deg, #f3efff 0%, #efe9ff 100%);
}

.product-tone-home {
    background: linear-gradient(180deg, #e8f5ff 0%, #dff0ff 100%);
}

.product-tone-cooling {
    background: linear-gradient(180deg, #e4fbf8 0%, #dcf7f5 100%);
}

.product-tone-laundry {
    background: linear-gradient(180deg, #eef3ff 0%, #e5edff 100%);
}

.product-tone-dishwasher {
    background: linear-gradient(180deg, #eefaf7 0%, #e3f5ef 100%);
}

.product-tone-fridge {
    background: linear-gradient(180deg, #eef4fb 0%, #e6eef8 100%);
}

.product-tone-heater {
    background: linear-gradient(180deg, #fff3ea 0%, #fde9db 100%);
}

.product-tone-dryer {
    background: linear-gradient(180deg, #f7f0ff 0%, #efe6fb 100%);
}

.product-tone-bath {
    background: linear-gradient(180deg, #fbf6ef 0%, #f8f1e8 100%);
}

.product-showcase-col:nth-child(1) .product-showcase-card,
.product-showcase-col:nth-child(2) .product-showcase-card {
    min-height: 336px;
}

.product-showcase-col:nth-child(3) .product-showcase-card,
.product-showcase-col:nth-child(4) .product-showcase-card {
    min-height: 420px;
}

.product-showcase-col:nth-child(5) .product-showcase-card,
.product-showcase-col:nth-child(6) .product-showcase-card {
    min-height: 320px;
}
/* Mobile */
@media (min-width: 330px) and (max-width: 740px) {

    .Product-container h1 {
        font: 32px/1.3 'Kanit', sans-serif;
        font-weight: 200;
        color: #4b504a;
    }
    .Product-container h2 {
        font: 16px/1.3 'Kanit', sans-serif;
        font-weight: 300;
        color: #4b504a;
    }

    .product-showcase-col:nth-child(odd) {
        margin-top: 0;
    }

    .product-showcase-card,
    .product-showcase-col:nth-child(1) .product-showcase-card,
    .product-showcase-col:nth-child(2) .product-showcase-card,
    .product-showcase-col:nth-child(3) .product-showcase-card,
    .product-showcase-col:nth-child(4) .product-showcase-card,
    .product-showcase-col:nth-child(5) .product-showcase-card,
    .product-showcase-col:nth-child(6) .product-showcase-card {
        min-height: 320px;
    }

    .product-showcase-image {
        max-height: 220px;
    }

    .product-page-intro-card {
        padding: 24px 20px;
        border-radius: 22px;
    }

    .product-page-breadcrumb {
        gap: 8px;
        align-items: center;
        font-size: 17px;
        line-height: 1.45;
        margin-bottom: 10px;
    }

    .product-page-back {
        gap: 6px;
        font-size: 14px;
        line-height: 1.2;
    }

    .product-page-breadcrumb-sep {
        font-size: 11px;
    }

    .product-page-breadcrumb-current {
        display: inline-block;
        max-width: 100%;
        font-size: 14px;
        line-height: 1.35;
        word-break: break-word;
    }

    .product-page-breadcrumb-count {
        margin-left: auto;
        min-width: 78px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1;
    }

    .product-category-cover {
        margin-bottom: 18px;
        border-radius: 0;
    }

    .product-page-breadcrumb {
        gap: 6px;
        margin-bottom: 14px;
        font-size: 16px;
    }

    .product-page-breadcrumb-current {
        font-size: 14px;
    }

    .product-page-title {
        font-size: 29px;
    }

    .product-page-grid-head {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 18px;
    }

    .product-page-breadcrumb-count {
        font-size: 14px;
        margin-left: auto;
        min-width: 84px;
        padding: 7px 14px;
    }

    .product-page-category-card {
        min-height: 350px;
        padding: 20px 18px 16px;
        border-radius: 22px;
    }

    .product-page-category-image {
        max-height: 220px;
    }

    .product-card {
        border-radius: 22px;
    }

    .product-thumb img {
        padding: 18px;
    }

    .product-title {
        font-size: 18px;
    }

    .product-body {
        padding: 18px 18px 20px;
    }
}

.product-left-nav {
    max-height: 350px;
    overflow-y: auto;
    border-left: 2px solid #0f039d; /* แยกชัดเจน */
    padding-left: 10px;
}

/* กล่องสินค้า */
.product-card {
    border-radius: 12px;      
    overflow: hidden;          
    /* ลบ transform ของตัวกล่องออก */
}

/* กล่องรูปสินค้าแบบ 4:3 */
.product-img-wrapper {
    overflow: hidden;
    border-radius: 12px 12px 0 0; 
    aspect-ratio: 4 / 3;  /* หรือใช้ class ratio-4x3 */
    width: 100%;
    background-color: #f0f0f0;
}

.product-img {
    width: 100%;
    height: 100%;
    object-fit: cover;        
    display: block;
    transition: transform 0.5s ease; /* ทำให้ซูมช้าๆ */
}

/* Product page */
.Product-page {
    background-color: #ffffff;
    font-family: 'Kanit', sans-serif;
}
.Product-page p {
    font: 16px/1.5 'Kanit', sans-serif;
    font-weight: 200;
    color: #4b504a !important;
    text-decoration: none;
}
.Product-page h1 {
    font: 38px/1.5 'Kanit', sans-serif;
    font-weight: 100;
    color: #4b504a;
}
.Product-page h2 {
    font: 18px/1 'Kanit', sans-serif;
    font-weight: 300;
    color: #0f039d;
}

.Product-page h3 {
    font: 20px/1 'Kanit', sans-serif;
    font-weight: 300;
    color: #1f3153;

}
.Product-page li {
    font: 16px/1.4 'Kanit', sans-serif;
    font-size: 14px;
    color: #4b504a;
    text-decoration: none !important;
}
.Product-page a {
    font: 16px/1 'Kanit', sans-serif;
    font-weight: 300;
    color: #000;
    text-decoration: none !important;

}

.Product-page a:hover {
    font: 16px/1 'Kanit', sans-serif;
    font-weight: 400;
    text-decoration: none;
    color: #0f039d;
}
/* Zoom มากขึ้นเวลา hover */
.product-card:hover .product-img {
    transform: scale(1.15); /* ซูม 15% */
}

/* ข้อความด้านล่าง */
.product-name {
    background-color: #728873; 
    color: #fff;
    padding: 0.5rem 1rem;
    font-weight: 600;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
}
.product-link-shopping a img {
	/* width: 245px; */
	transition: transform 0.3s ease;
	z-index: 9;
	/* margin-right: 6px; */
	vertical-align: middle;
}

.product-link-shopping a:hover img {
	transform: scale(1.1);
}

.product-card:hover .product-name {
    background-color: #2e4531; 
}
.category-card {
    transition: all 0.3s ease;
}
.category-card:hover {
    box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}
.hover-bg:hover {
    background: #f8f9fa;
}
.hover-sub:hover {
    background: #e9ecef;
    color: #000 !important;
}
.arrow-icon {
    font-size: 1rem;
    color: #4E6B2F; /* สีลูกศร */
    transition: transform 0.3s ease; /* ทำให้หมุนลื่น */
}
.arrow-rotate {
    transform: rotate(180deg); /* หมุนขึ้น */
}

.product-sidebar-card {
    position: sticky;
    top: 112px;
    padding: 28px 24px;
    border-radius: 30px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(246, 251, 255, 0.98) 100%);
    border: 1px solid rgba(72, 130, 218, 0.1);
    box-shadow: 0 18px 36px rgba(31, 49, 83, 0.07);
}

.product-sidebar-head {
    margin-bottom: 20px;
}

.product-sidebar-head h2 {
    margin: 10px 0 0;
    color: #16304d;
    font: 500 24px/1.25 'Kanit', sans-serif;
}

.product-sidebar-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 106px;
    padding: 7px 16px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid rgba(72, 130, 218, 0.32);
    color: #4a82d7;
    font: 300 14px/1.1 'Kanit', sans-serif;
}

.product-category-toggle {
    min-height: 58px;
    padding: 0 16px;
    border-radius: 18px;
    background: #f8fbfe;
    border: 1px solid rgba(72, 130, 218, 0.08);
    color: #172536 !important;
    transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.product-category-toggle:hover {
    background: #eef6ff;
    box-shadow: 0 12px 22px rgba(31, 49, 83, 0.08);
}

.product-category-label {
    display: inline-flex;
    align-items: center;
    font: 400 15px/1.4 'Kanit', sans-serif;
}

.product-category-label i {
    color: #4882DA;
}

.product-count-badge {
    min-width: 34px;
    padding: 8px 10px;
    background: #4882DA;
    color: #ffffff;
    cursor: pointer;
    font: 400 12px/1 'Kanit', sans-serif;
}

.product-sub-link {
    padding: 8px 0 8px 6px;
    color: #5a687c !important;
    font: 300 14px/1.45 'Kanit', sans-serif;
    transition: transform 0.25s ease, color 0.25s ease;
}

.product-sub-link:hover {
    color: #1e4f86 !important;
    transform: translateX(4px);
}

.product-mobile-dropdown {
    min-height: 52px;
    border: 1px solid rgba(72, 130, 218, 0.14);
    border-radius: 18px;
    background: #ffffff;
    color: #16304d;
    box-shadow: 0 12px 26px rgba(31, 49, 83, 0.06);
}

.product-mobile-dropdown:hover,
.product-mobile-dropdown:focus,
.product-mobile-dropdown:active {
    background: #ffffff !important;
    color: #16304d !important;
    border-color: rgba(72, 130, 218, 0.18) !important;
}

.product-mobile-menu {
    padding: 12px;
    border: 1px solid rgba(72, 130, 218, 0.12);
    border-radius: 18px;
    box-shadow: 0 16px 30px rgba(31, 49, 83, 0.08);
}

.product-mobile-item {
    padding: 0;
}

.product-mobile-item a {
    display: block;
    padding: 10px 12px;
    border-radius: 12px;
}

.product-mobile-item a:hover {
    background: #eef6ff;
}
.product-card2 {
    position: relative;
    display: block;
    height: 520px;
    border-radius: 18px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #0b1323;
    text-decoration: none;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    box-shadow: 0 12px 28px rgba(0,0,0,0.25);
}

/* overlay หลัก */
.product-card2 .card-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(5,10,20,0.85) 0%,
            rgba(5,10,20,0.55) 35%,
            rgba(5,10,20,0.15) 65%,
            rgba(5,10,20,0) 100%
        );
    backdrop-filter: grayscale(90%);
    transition: 0.4s ease;
    z-index: 1;
}

/* เนื้อหา */
.product-card2 .card-content {
    position: relative;
    z-index: 2;
    height: 100%;                 /* ใช้เต็มความสูงการ์ด */
    padding: 28px;
    display: flex;
    align-items: flex-end;        /* ดันลงล่าง */
}

/* กล่องข้อความ */
.product-info {
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(8px);
    padding: 16px 18px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.15);
}

/* ชื่อ */
.product-info h3 {
    font-family: 'Kanit', sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: #ffffff;
    margin: 0 0 10px 0;
    line-height: 1.25;
}

.product-info p {
    font-family: 'Kanit', sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #ffffff;
    margin: 0 0 10px 0;
    line-height: 1.5;
}

/* VIEW */
.product-info .view-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 1px;
}

.product-info .arrow {
    display: inline-block;
    transform: translateX(0);
    transition: 0.3s ease;
    color: #00e5ff;
}

.product-card2:hover .arrow {
    transform: translateX(6px);
}


/* hover effects */
.product-card2:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.35);
}

.product-card2:hover .card-overlay {
    backdrop-filter: grayscale(0%);
    background:
        linear-gradient(
            90deg,
            rgba(5,10,20,0.55) 0%,
            rgba(5,10,20,0.25) 35%,
            rgba(5,10,20,0.05) 65%,
            rgba(5,10,20,0) 100%
        );
}

.product-card2:hover .product-info {
    transform: translateX(0);
    opacity: 1;
}

.product-card2:hover .view-btn::before {
    width: 14px;
}
[data-sal] {
    transition-property: transform, opacity;
}

[data-sal="slide-up"] {
    transform: translateY(40px);
    opacity: 0;
}

[data-sal="slide-up"].sal-animate {
    transform: translateY(0);
    opacity: 1;
}
@media (max-width: 768px) {

    .product-card2 {
        height: 280px;
        background-position: center;
    }

    .product-card2 .card-overlay {
        background: linear-gradient(
            180deg,
            rgba(5,10,20,0.2) 0%,
            rgba(5,10,20,0.75) 70%
        );
    }

    .product-card2 .card-content {
        align-items: flex-end;
    }

    .product-info {
        max-width: 100%;
        transform: none;
    }

    .product-info h3 {
        font-size: 18px;
    }
}
/* ==============================
   PRODUCT CARD (CLEAN VERSION)
   ============================== */

/* ให้ card สูงเท่ากัน */
/* .list-box {
    display: flex;
} */

/* ตัวการ์ด */
.product-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

/* hover การ์ด */
.product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.16);
}

/* ==============================
   IMAGE
   ============================== */
.product-thumb {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #f2f2f2;
}

.product-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

/* zoom รูปตอน hover */
.product-card:hover .product-thumb img {
    transform: scale(1.12);
}

/* ==============================
   BODY
   ============================== */
.product-body {
    padding: 16px 18px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: #ffffff;
}

/* ชื่อสินค้า */
.product-title {
    font-size: 16px;
    font-weight: 500;
    color: #2c2c2c !important;
    line-height: 1.4;
    margin: 0;

    /* จำกัด 2 บรรทัด */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ดูรายละเอียด */
.product-view {
    font-size: 14px;
    color: #0f039d;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    justify-content: center;
    transition: all 0.3s ease;
}

/* ลูกศรขยับ */
.product-card:hover .product-view {
    gap: 10px;
}

/* ==============================
   MOBILE
   ============================== */
@media (max-width: 768px) {

    .product-title {
        font-size: 15px;
    }

    .product-body {
        padding: 14px;
    }

    .product-page-back {
        margin-bottom: 14px;
    }

    .product-page-grid-head h2 {
        font-size: 22px;
    }
}

/* NEWS Container */
.news-container {
    position: relative;
    background-size: cover;
    z-index: 2;
    font-family: 'Kanit', sans-serif;
}

.news-container h1 {
    font: 36px/1.2 'Kanit', sans-serif;
    font-weight: 200;
    color: #4b504a;
}

.news-container h2 {
    font: 16px/1.2 'Kanit', sans-serif;
    font-weight: 200;
    color: #000;
    line-height: 1.5em;
}

.news-container h3 {
    font: 14px/1 'Kanit', sans-serif;
    font-weight: 200;
    color: #000;
    line-height: 1.5em;
}

.news-container h3 i {
    color: #ef4f14;
}

.news-container p {
    font: 15.03px/1.2 'Kanit', sans-serif;
    font-weight: 300;
}

.news-container a {
    font: 13.89px/1 'Kanit', sans-serif;
    font-weight: 400;
    text-decoration: none;
    color: #000;
}
/* ===== NEWS CARD ===== */
.news-card {
    display: block;
    height: 100%;
    position: relative;
    background:
        radial-gradient(circle at 50% 78%, rgba(104, 192, 236, 0.14) 0%, rgba(104, 192, 236, 0) 30%),
        linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(72, 130, 218, 0.12);
    box-shadow: 0 12px 26px rgba(31, 49, 83, 0.08);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    text-decoration: none !important;
}

/* ภาพข่าว */
.news-img {
    background-size: cover;
    background-position: center;
    transition: transform 0.5s ease;
}

/* content */
.news-content {
    position: relative;
    z-index: 2;
    padding: 18px 20px 22px;
    font-family: 'Kanit', sans-serif;
}

/* title */
.news-title {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
    color: #14253c;
    margin-bottom: 8px;
}

/* date */
.news-date {
    font-size: 13px;
    font-weight: 300;
    color: #5f6f82;
    margin-bottom: 10px;
}

.news-date i {
    color: #4882DA;
    margin-right: 4px;
}

/* description */
.news-desc {
    font-size: 14px;
    line-height: 1.6;
    color: #334357;
    margin-bottom: 14px;
}

/* read more */
.news-readmore {
    font-size: 14px;
    font-weight: 400;
    color: #4882DA;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.news-readmore .arrow {
    transition: transform 0.3s ease;
}

/* ===== HOVER EFFECT ===== */
.news-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 36px rgba(31, 49, 83, 0.14);
}

.news-card:hover .news-img {
    transform: scale(1.08);
}

.news-card:hover .news-readmore .arrow {
    transform: translateX(6px);
}
@media (max-width: 768px) {
    .news-title {
        font-size: 17px;
    }

    .news-desc {
        font-size: 14px;
    }
}


.news-item h2 {
    font: 24px/1 'Kanit', sans-serif;
    font-weight: 300;
}

.news-item h3 {
    font: 18px/1 'Kanit', sans-serif;
    font-weight: 300;
}

.news-item h4 {
    font: 15px/1 'Kanit', sans-serif;
    font-weight: 300;
}

.news-item h5 {
    font: 12px/1 'Kanit', sans-serif;
    font-weight: 300;
}

.all-link1 {
    font: 14px/1 'Kanit', sans-serif;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

.all-link2 {
    font: 14px/1 'Kanit', sans-serif;
    font-weight: 400;
    color: #e8645a;
    text-decoration: none;
}

.all-link1:hover,
.all-link2:hover {
    color: inherit;
}


/* project */
.project-container {
    /* background-color: #042345; */
    font-family: 'Kanit', sans-serif;
}
.project-container p {
    font: 16px/1.5 'Kanit', sans-serif;
    font-weight: 200;
    color: #4b504a;
    text-decoration: none;
}
.project-container h1 {
    font: 36px/1.2 'Kanit', sans-serif;
    font-weight: 200;
    color: #fff;
}
.project-container h2 {
    font: 18px/1.5 'Kanit', sans-serif;
    font-weight: 200;
    color: #fff;
    margin-bottom: 0;
}

.project-container h3 {
    font: 18px/1.5 'Kanit', sans-serif;
    font-weight: 300;
    color: #000;

}
.project-container h4 {
    font: 28px/1.5 'Kanit', sans-serif;
    font-weight: 200;
    color: #000;
}
.project-container h5 {
    font: 20px/1.5 'Kanit', sans-serif;
    font-weight: 200;
    color: #000;
}
.project-container li {
    font: 16px/1.4 'Kanit', sans-serif;
    font-size: 14px;
    color: #4E6B2F;
    text-decoration: none !important;
}


.project-container a {
    font: 16px/1 'Kanit', sans-serif;
    font-weight: 300;
    text-decoration: none;
    color: #4b504a;
}
/* ===== Project Item Modern ===== */
.project-item {
    position: relative;
    background: #ffffff;
    border-radius: 1rem;
    border: 1px solid #eee;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.35s ease;
    /* min-height: 80px;   ปรับได้ตามดีไซน์ */

}

/* link เต็มกล่อง */
.project-item a {
    height: 100%;
    display: flex;
    align-items: center;      /* กลางแนวตั้ง */
    justify-content: center;  /* กลางแนวนอน */
    position: relative;
}

.project-title {
    margin: 0;
    text-align: center;
}

/* ตัวหนังสือ */
.project-item h2 {
    color: #000;
    font: 18px/1.3 'Kanit', sans-serif;
    font-weight: 300;
    position: relative;
    z-index: 2;
    transition: color 0.35s ease;
}

/* ลูกศร */
.project-item .arrow {
    margin-left: 6px;
    opacity: 0;
    transform: translateX(-6px);
    transition: all 0.35s ease;
}

/* gradient overlay */
.project-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #ef4f14, #ff7a45);
    opacity: 0;
    transition: opacity 0.35s ease;
    z-index: 1;
}

/* ===== Hover Effect ===== */
.project-item:hover::before {
    opacity: 1;
}

.project-item:hover h2 {
    color: #fff;
}

.project-item:hover .arrow {
    opacity: 1;
    transform: translateX(6px);
}

.project-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.18);
}
/* เปลี่ยน primary → #ef4f14 */
.text-primary {
    color: #ef4f14 !important;
}

.border-primary {
    border: 1px solid rgba(86, 176, 231, 0.32)!important;
}

/* เปลี่ยน success → #042345 */
.text-success {
    color: #042345 !important;
}
/* =========================================
   GLOBAL
========================================= */
.promotion-container {
    font-family: 'Kanit', sans-serif;
}

.promotion-container a {
    text-decoration: none;
    color: inherit;
}

/* =========================================
   PROMOTION CARD
========================================= */
.promotion-card {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 22px;
    overflow: hidden;
    background: #000;
    box-shadow: 0 18px 46px rgba(0,0,0,0.22);
    transition: all 0.4s ease;
}

/* =========================================
   IMAGE (4:3 RATIO)
========================================= */
.promotion-img {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;   /* ⭐ หัวใจของงานนี้ */
    background-size: cover;
    background-position: center;
    transition: transform 0.7s ease;
}

/* Overlay */
.promotion-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.7),
        rgba(0,0,0,0.25),
        rgba(0,0,0,0)
    );
}

/* =========================================
   CONTENT (OVER IMAGE)
========================================= */
.promotion-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 24px 26px;
    color: #fff;
    z-index: 2;
}

/* =========================================
   DATE
========================================= */
.promotion-date {
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.4px;
    margin-bottom: 6px;
    opacity: 0.9;
}

.promotion-date i {
    margin-right: 6px;
    color: #ff8a50;
}

/* =========================================
   TITLE
========================================= */
.promotion-title {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.35;
    margin: 0;
}

/* =========================================
   HOVER EFFECT
========================================= */
.promotion-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 32px 70px rgba(0,0,0,0.35);
}

.promotion-card:hover .promotion-img {
    transform: scale(1.12);
}

/* =========================================
   MOBILE
========================================= */
@media (max-width: 768px) {
    .promotion-title {
        font-size: 18px;
    }

    .promotion-content {
        padding: 18px 20px;
    }
}

/* Lang */
.dd {
    width: 130px !important;
    position: absolute !important;
    top: 5px !important;
    right: 0 !important;
}

.ddlabel {
    font: 20px/20px 'kittithada_roman_55regular';
}

/* Slide */


/* the slides */
.slick-slide {
    margin: 0 15px;
}

/* Flex */

.flex-direction-nav a {
    line-height: normal;
}

/* the parent */
.slick-list {
    margin: 0 -15px !important;
    overflow: visible !important;
}

.slick-slider {
    overflow: hidden !important;
}

.slider {
    width: 100%;
    /* height: 500px; */
    position: relative;
    overflow: hidden;
}

.slide-text-contain {
    /* min-height: 200px; */
    font-family: 'Kanit', sans-serif;
}

.slide-text-contain p {
    font-weight: 300;
    line-height: 1.4;
    font-size: 18px;
}

.slide-text-contain h1 {
    font: 46px/1.4 'Kanit', sans-serif;
    font-weight: 100;
    color: #fff;
}

.slide-text-contain h3 {
    font-size: 26px;
}

.slide-text-contain h4 {
    font-size: 20px;
}
.underline-white {
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
}

.underline-white::after {
  content: "";
  display: block;
  width: 120px;       /* ความยาวเส้น */
  height: 1px;       /* ความหนาเส้น */
  background: #fff;
  /* margin: 6px auto 0;  /*  ให้เส้นอยู่ตรงกลางใต้ข้อความ */
  border-radius: 2px;  /* ทำให้ปลายเส้นโค้งนิดหน่อย */
}
/* Mobile */
@media (min-width: 340px) and (max-width: 740px) {
    .slide-text-contain {
        min-height: 100px;
        font-family: 'Kanit', sans-serif;
    }

    .slide-text-contain p {
        font-weight: 300;
        line-height: 1.4;
        font-size: 18px;
    }

    .slide-text-contain h1 {
        font: 32px/1.4 'Kanit', sans-serif;
        font-weight: 100;
        color: #fff;
    }

    .slide-text-contain h3 {
        font-size: 26px;
    }

    .slide-text-contain h4 {
        font-size: 20px;
    }

}
@media (max-width: 767px) {
     .slide-text-contain {
        min-height: auto;
        font-family: 'Kanit', sans-serif;
    }

    .slide-text-contain h1 {
        font: 26px/1.4 'Kanit', sans-serif;
        font-weight: 100;
        color: #fff;
    }
}




/* position dots in carousel */
.flickity-page-dots {
    bottom: 10px !important;
}

/* white circles */
.flickity-page-dots .dot {
    width: 12px !important;
    height: 12px !important;
    opacity: 1 !important;
    background: transparent !important;
    border: 2px solid white !important;
}

/* fill-in selected dot */
.flickity-page-dots .dot.is-selected {
    background: white !important;
}

.header-style1 {
    position: relative;
    width: auto;
    height: auto;
}

.header-style1 h1 {
    font: 19px/1 'Kanit', sans-serif;
    font-weight: 500;
    color: #66cccc;
    margin: 0;
}

.header-style1 h1 span {
    color: #eb2031;
}

.header-style2 {
    font: 23px/1 'Kanit', sans-serif !important;
    font-weight: 500 !important;
    color: #3b1413 !important;
    text-align: center;
    position: relative;
}

.btn-viewmore {
    position: absolute;
    top: 7px;
    right: 67px;
    display: block;
    text-decoration: none;
    font: 12px/1 'Kanit', sans-serif;
    font-weight: 300;
    color: #eb2031;
}

/* promotion */

.promotion-index {
    font-size: 16px;
    font-family: 'Kanit', sans-serif;
    line-height: 1.4;
    padding: 10px 0 0px;
    background: #ffffff;
}
.promotion-index h1 {
    font: 28px 'Kanit', sans-serif;
    font-weight: 100;
    line-height: 1.2;
    color: #5CA7E2;
}
.promotion-index h2 {
    font-size: 24px;
}
.promotion-index h3 {
    font: 19px/1.4 'Kanit', sans-serif;
    font-weight: 500;
}
.promotion-index p {
    font: 16.24px/1.5 'Kanit', sans-serif;
    font-weight: 200;
    color: #000;
}
.promotion-index a {
    font: 16.24px/1.5 'Kanit', sans-serif;
    font-weight: 200;
    color: #5CA7E2;
    text-decoration: none !important;
}

.ui-ellipsis {
    color: #47a7df;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.ui-ellipsis-inline {
    display: inline;
    margin-left: 2px;
}

.promotion-shell {
    max-width: 1240px;
}

.promotion-page-shell {
    max-width: 1240px;
}

.promotion-page-grid {
    row-gap: 26px;
}

.promotion-page-item {
    display: flex;
}

.promotion-page-item .promotion-feature-card {
    width: 100%;
}

.promotion-slider-wrap {
    position: relative;
    padding: 0 34px;
}

.promotion-slider {
    margin: 0 auto;
}

.promotion-slider .slick-track {
    display: flex !important;
}

.promotion-slider .slick-slide {
    height: inherit !important;
}

.promotion-slider .slick-slide > div {
    height: 100%;
}

.promotion-slide-item {
    padding: 20px 0 30px;
}

.promotion-feature-card {
    display: grid;
    grid-template-columns: 62% 38%;
    height: 100%;
    aspect-ratio: 2.85 / 1;
    overflow: hidden;
    border-radius: 22px;
    background: linear-gradient(180deg, #faf7f8 0%, #f7f1f2 100%);
    border: 1px solid rgba(27, 53, 82, 0.05);
}

.promotion-feature-media {
    position: relative;
    overflow: hidden;
    height: 100%;
    min-height: 0;
}

.promotion-feature-media a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 0;
}

.promotion-feature-image {
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.promotion-feature-content {
    height: 100%;
    min-height: 0;
    padding: 26px 28px 24px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}

.promotion-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    min-width: 104px;
    padding: 8px 18px;
    border: 1px solid rgba(74, 164, 222, 0.75);
    border-radius: 999px;
    color: #4aa4de;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.promotion-feature-title {
    margin: 0 0 14px;
    font: 500 24px/1.22 'Kanit', sans-serif;
    color: #161616;
    letter-spacing: -0.01em;
    text-wrap: balance;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.promotion-feature-text {
    margin: 0 auto 22px;
    max-width: 308px;
    font: 300 14px/1.55 'Kanit', sans-serif;
    color: #595959;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.promotion-feature-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    min-width: 272px;
    max-width: 100%;
    padding: 13px 26px;
    border-radius: 14px;
    background: linear-gradient(180deg, #4aade3 0%, #3c9fda 100%);
    color: #ffffff !important;
    font: 500 15px/1 'Kanit', sans-serif !important;
    box-shadow: 0 10px 24px rgba(68, 161, 219, 0.22);
}

.promotion-feature-link:hover {
    background: linear-gradient(180deg, #43a5dc 0%, #338fc8 100%);
    color: #ffffff !important;
}

.promotion-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 58px;
    height: 58px;
    border: 1px solid rgba(170, 170, 170, 0.28);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.96);
    color: #d2d2d2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    box-shadow: 0 8px 24px rgba(20, 33, 48, 0.05);
    transition: all 0.25s ease;
}

.promotion-arrow:hover {
    border-color: rgba(71, 167, 223, 0.45);
    color: #47a7df;
    box-shadow: 0 10px 28px rgba(68, 161, 219, 0.14);
}

.promotion-arrow i {
    font-size: 22px;
}

.promotion-arrow-prev {
    left: -42px;
}

.promotion-arrow-next {
    right: -42px;
}

.promotion-slider .slick-list {
    margin: 0 !important;
    overflow: hidden !important;
}

.promotion-slider .slick-slide {
    margin: 0;
}

@media (max-width: 991px) {
    .promotion-slider-wrap {
        padding: 0;
    }

    .promotion-feature-card {
        display: flex;
        flex-direction: column;
        aspect-ratio: auto;
        border-radius: 16px;
    }

    .promotion-feature-media,
    .promotion-feature-content {
        width: 100%;
        height: auto;
    }

    .promotion-feature-media {
        min-height: 0;
    }

    .promotion-feature-media a {
        height: auto;
        padding-top: 56.25%;
    }

    .promotion-feature-content {
        padding: 26px 20px 22px;
    }

    .promotion-feature-title {
        font-size: 22px;
        line-height: 1.28;
    }

    .promotion-feature-link {
        min-width: 220px;
    }

    .promotion-arrow {
        width: 44px;
        height: 44px;
        top: auto;
        bottom: -8px;
        transform: none;
    }

    .promotion-arrow-prev {
        left: calc(50% - 52px);
    }

    .promotion-arrow-next {
        right: calc(50% - 52px);
    }

    .promotion-slide-item {
        padding: 20px 0 30px;
    }

    .promotion-page-grid {
        row-gap: 18px;
    }
}

/* gallery Container */
.subscribe-container {
    font-family: 'Kanit', sans-serif;
    background-color: #4CA8E1;
    overflow: hidden;
}

.subscribe-container h1 {
    font: 300 36px 'Kanit', sans-serif;
    color: #fff;
    /* margin: 0 0 8px; */
    line-height: 1.1em;
}
.subscribe-container a {
    font: 13.89px/1 'Kanit', sans-serif;
    font-weight: 400;
    text-decoration: none;
    color: #fff;
}

.subscribe-media {
    height: 100%;
    min-height: 340px;
}

.subscribe-image {
    object-fit: cover;
    object-position: center center;
}

.subscribe-panel {
    height: 100%;
    padding: 28px 34px 26px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.subscribe-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    padding: 8px 18px;
    margin-bottom: 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    color: #4CA8E1;
    font: 300 24px/1 'Kanit', sans-serif;
}

.subscribe-copy {
    color: #eaf7ff;
}

.subscribe-copy p {
    font: 300 16px/1.7 'Kanit', sans-serif;
    color: #eaf7ff;
    margin-bottom: 14px;
}

.subscribe-copy ul {
    list-style: none;
    padding: 0;
    margin: 14px 0 0;
}

.subscribe-copy li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    font: 300 15px/1.6 'Kanit', sans-serif;
    color: #eaf7ff;
}

.subscribe-copy li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #4882DA;
    color: #ffffff;
    font-size: 10px;
}

.subscribe-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    min-width: 220px;
    margin-top: 12px;
    padding: 12px 24px;
    border-radius: 14px;
    background: #ffffff;
    color: #4CA8E1 !important;
    font: 500 15px/1 'Kanit', sans-serif !important;
    box-shadow: 0 10px 24px rgba(26, 84, 133, 0.14);
}

.subscribe-link:hover {
    color: #3a94cc !important;
    background: #f8fdff;
}

.award-section {
    padding: 44px 0 22px;
    background: #ffffff;
    overflow: hidden;
}

.award-header {
    margin-bottom: 24px;
}

.award-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 110px;
    padding: 6px 18px;
    border-radius: 999px;
    border: 1px solid #5aa7df;
    color: #5aa7df;
    background: #ffffff;
    font: 300 20px/1 'Kanit', sans-serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.award-title {
    margin: 12px 0 0;
    font: 200 24px/1.35 'Kanit', sans-serif;
    color: #1f3153;
}

.award-marquee {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.award-marquee-shell {
    width: 100%;
    padding: 0 18px;
}

.award-marquee-track {
    display: flex;
    align-items: center;
    gap: 34px;
    width: max-content;
    animation: awardMarquee 36s linear infinite;
}

.award-logo-item {
    flex: 0 0 auto;
    min-width: 88px;
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 8px;
}

.award-logo-image {
    max-width: 100%;
    max-height: 52px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: saturate(1.03);
}

@keyframes awardMarquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-50% - 17px));
    }
}

@media (max-width: 991px) {
    .award-section {
        padding: 28px 0 16px;
    }

    .award-badge {
        min-width: 92px;
        padding: 5px 14px;
        font-size: 14px;
    }

    .award-header {
        margin-bottom: 18px;
    }

    .award-title {
        font-size: 20px;
    }
 

    .award-marquee-track {
        gap: 22px;
        animation-duration: 32s;
    }

    .award-logo-item {
        min-width: 72px;
        min-height: 44px;
        padding: 4px 6px;
    }

    .award-logo-image {
        max-height: 38px;
    }

    .subscribe-media {
        min-height: 220px;
    }

    .subscribe-panel {
        padding: 24px 18px 22px;
    }

    .subscribe-container h1 {
        font-size: 24px;
    }

    .subscribe-copy p,
    .subscribe-copy li {
        font-size: 14px;
    }
}

.review-section {
    padding: 34px 0 18px;
    background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}

.review-header {
    margin-bottom: 26px;
}

.review-header h2 {
    font: 18px/1 'Kanit', sans-serif;
    font-weight: 200;
    color: #4b504a;
}
.review-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 108px;
    padding: 9px 18px 11px;
    border-radius: 999px;
    border: 1px solid #5aa7df;
    color: #5aa7df;
    background: #ffffff;
    font-size: 20px;
    line-height: 1.45;
    font-weight: 300;
    font-family: 'Kanit', sans-serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}

.review-heading {
    margin: 12px 0 0;
    font: 400 30px/1.3 'Kanit', sans-serif;
    color: #21324d;
}

.review-slider-wrap {
    margin: 0 -12px;
}

.review-slide-item {
    padding: 0 12px 12px;
}

.review-card {
    display: flex !important;
    flex-direction: column;
    height: 100%;
    background:
        radial-gradient(circle at 50% 78%, rgba(104, 192, 236, 0.14) 0%, rgba(104, 192, 236, 0) 30%),
        linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    border-radius: 26px;
    overflow: hidden;
    border: 1px solid rgba(102, 154, 208, 0.14);
    box-shadow: 0 8px 18px rgba(31, 49, 83, 0.04);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    text-decoration: none !important;
}

.review-card:hover,
.review-card:focus,
.review-card:active {
    text-decoration: none !important;
}

.review-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(31, 49, 83, 0.06);
}

.review-card-media {
    aspect-ratio: 5 / 5.15;
    overflow: hidden;
    background: #eef5fb;
}

.review-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.review-card:hover .review-card-image {
    transform: scale(1.05);
}

.review-card-body {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    padding: 22px 24px 24px;
}

.review-stars {
    display: inline-flex;
    gap: 8px;
    margin-bottom: 16px;
    color: #f5a623;
    font-size: 18px;
}

.review-card-title {
    margin: 0 0 12px;
    color: #162231;
    font: 400 14px/1.45 'Kanit', sans-serif;
    min-height: 3.1em;
}

.review-card-text {
    margin: 0;
    color: #334357;
    font: 300 15px/1.75 'Kanit', sans-serif;
    min-height: 7em;
}

.review-card-footer {
    margin-top: auto;
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    border-top: 1px solid rgba(102, 154, 208, 0.16);
}

.review-card-category {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 14px;
    border-radius: 999px;
    background: #eff7ff;
    color: #4882DA;
    font: 400 14px/1.3 'Kanit', sans-serif;
}

.review-card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #4ca8e1;
    font: 400 15px/1 'Kanit', sans-serif;
    white-space: nowrap;
}

.review-card-link .arrow {
    transition: transform 0.3s ease;
}

.review-card:hover .review-card-link .arrow {
    transform: translateX(4px);
}

.review-slider .slick-list {
    padding-bottom: 8px;
}

.review-slider .slick-track {
    display: flex;
}

.review-slider .slick-slide {
    height: inherit !important;
}

.review-slider .slick-slide > div {
    height: 100%;
}

.review-grid {
    row-gap: 26px;
}

.review-grid-item {
    display: flex;
}

.review-grid-item .review-card {
    width: 100%;
}

.detail-page-head {
    background:
        radial-gradient(circle at 12% 20%, rgba(111, 188, 236, 0.18) 0, rgba(111, 188, 236, 0) 26%),
        radial-gradient(circle at 88% 16%, rgba(72, 130, 218, 0.16) 0, rgba(72, 130, 218, 0) 24%),
        linear-gradient(180deg, #f6fbff 0%, #ffffff 100%);
}

.detail-page-head .review-header {
    margin-bottom: 0;
    text-align: center;
}

.detail-page-head .review-chip {
    min-width: 132px;
    padding: 9px 22px 11px;
    border-color: rgba(72, 130, 218, 0.42);
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 10px 24px rgba(72, 130, 218, 0.08);
    letter-spacing: 0.08em;
}

.detail-page-wrap {
    position: relative;
    background:
        linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.detail-main-image-wrap {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.detail-main-image {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0;
    box-shadow: none;
}

.detail-layout {
    align-items: flex-start;
}

.detail-article-card,
.detail-related-card {
    border-radius: 32px;
    border: 1px solid rgba(72, 130, 218, 0.1);
    overflow: hidden;
}

.detail-article-card {
    position: relative;
    padding: 34px 36px 38px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 252, 255, 0.98) 100%);
    box-shadow: 0 22px 48px rgba(31, 49, 83, 0.1);
}

.detail-article-card::before {
    content: "";
    position: absolute;
    top: -60px;
    right: -40px;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(76, 168, 225, 0.18) 0%, rgba(76, 168, 225, 0) 68%);
    pointer-events: none;
}

.detail-article-header {
    position: relative;
    margin-bottom: 22px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(72, 130, 218, 0.12);
}

.detail-article-title {
    margin: 0;
    max-width: 90%;
    font: 500 38px/1.24 'Kanit', sans-serif;
    color: #152235;
    letter-spacing: -0.02em;
}

.detail-article-meta {
    margin-top: 14px;
}

.detail-meta-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: #eef6ff;
    color: #4882DA;
    font: 400 14px/1 'Kanit', sans-serif;
}

.detail-share-box {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 28px;
    padding: 12px 16px;
    border-radius: 22px;
    background:
        linear-gradient(135deg, rgba(86, 175, 229, 0.12) 0%, rgba(248, 252, 255, 0.9) 60%);
    border: 1px solid rgba(72, 130, 218, 0.12);
}

.detail-share-label {
    display: inline-block;
    margin-bottom: 0;
    color: #4a82d7;
    font: 500 12px/1 'Kanit', sans-serif;
    letter-spacing: 0.02em;
}

.detail-share-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.detail-share-btn {
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
    text-decoration: none !important;
    box-shadow: 0 10px 20px rgba(31, 49, 83, 0.12);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.detail-share-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 24px rgba(31, 49, 83, 0.16);
}

.detail-share-btn i {
    font-size: 13px;
    line-height: 1;
}

.share-facebook {
    background: #1877f2;
}

.share-messenger {
    background: #0099ff;
}

.share-line {
    background: #06c755;
}

.share-email {
    background: #4882DA;
}

.detail-article-content {
    color: #27364b;
    font: 300 16px/1.95 'Kanit', sans-serif;
}

.detail-article-content h1,
.detail-article-content h2,
.detail-article-content h3,
.detail-article-content h4 {
    color: #14253c;
    margin-top: 1.2em;
    margin-bottom: 0.5em;
}

.detail-article-content p:last-child {
    margin-bottom: 0;
}

.detail-article-content img,
#content img {
    max-width: 100%;
    width: auto !important;
    height: auto !important;
    display: inline-block;
}

.detail-share-box img,
.detail-share-box svg {
    width: auto !important;
    height: auto !important;
    max-width: none !important;
}

.detail-related-link {
    margin-top: 26px;
    padding: 18px 20px;
    border-radius: 22px;
    background: linear-gradient(180deg, #f7fbff 0%, #eef6ff 100%);
    border: 1px solid rgba(72, 130, 218, 0.1);
}

.detail-related-label {
    display: block;
    margin-bottom: 8px;
    color: #4a82d7;
    font: 500 14px/1 'Kanit', sans-serif;
}

.detail-related-link a {
    color: #20466e !important;
    word-break: break-word;
}

.detail-gallery-block {
    margin-top: 34px;
}

.detail-product-block {
    margin-top: 36px;
}

.detail-gallery-divider {
    width: 140px;
    height: 3px;
    margin: 0 auto 24px 0;
    border-radius: 999px;
    background: linear-gradient(90deg, #4f8adf 0%, #69c1ee 100%);
    box-shadow: 0 8px 18px rgba(79, 138, 223, 0.22);
}

.detail-section-head {
    margin-bottom: 18px;
}

.detail-section-head h3,
.detail-section-head h4 {
    margin: 0;
    color: #16304d;
    font: 500 24px/1.3 'Kanit', sans-serif;
}

.detail-gallery-card {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    background: #eef4f9;
    box-shadow: 0 16px 28px rgba(31, 49, 83, 0.1);
    border: 1px solid rgba(72, 130, 218, 0.08);
}

.detail-gallery-thumb {
    transition: transform 0.35s ease;
}

.detail-gallery-card:hover .detail-gallery-thumb {
    transform: scale(1.04);
}

.detail-sidebar {
    position: sticky;
    top: 112px;
}

.detail-related-card {
    padding: 28px 24px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(246, 251, 255, 0.98) 100%);
    box-shadow: 0 18px 36px rgba(31, 49, 83, 0.08);
}

.detail-related-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.detail-related-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 15px 15px;
    border-radius: 18px;
    text-decoration: none !important;
    color: #172536 !important;
    background: #f8fbfe;
    border: 1px solid rgba(72, 130, 218, 0.08);
    transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.detail-related-item:hover {
    transform: translateX(4px);
    background: #eef6ff;
    box-shadow: 0 12px 22px rgba(31, 49, 83, 0.08);
}

.detail-related-icon {
    flex: 0 0 auto;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #e8f2ff;
    color: #4882DA;
    margin-top: 2px;
}

.detail-related-text {
    font: 400 15px/1.65 'Kanit', sans-serif;
}

.detail-product-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 24px 22px 22px;
    border-radius: 28px;
    overflow: hidden;
    text-decoration: none !important;
    background: #ffffff;
    border: 1px solid rgba(72, 130, 218, 0.12);
    box-shadow: 0 16px 30px rgba(31, 49, 83, 0.09);
    color: #172536 !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.detail-product-copy {
    position: relative;
    z-index: 2;
}

.detail-product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 36px rgba(31, 49, 83, 0.14);
}

.detail-product-code {
    margin-bottom: 8px;
    color: #566376;
    font: 400 13px/1.2 'Kanit', sans-serif;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.detail-product-title {
    margin: 0 0 4px;
    color: #152235;
    font: 500 24px/1.24 'Kanit', sans-serif;
    min-height: 1.6em;
}

.detail-product-subtitle {
    display: block;
    clear: both;
    margin: 0 0 20px;
    color: #6d7b8f;
    font: 300 15px/1.45 'Kanit', sans-serif;
}

.detail-product-price-row {
    position: relative;
    top: -8px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 2px;
}

.detail-product-price-label {
    display: block;
    margin-bottom: 4px;
    color: #596678;
    font: 300 13px/1 'Kanit', sans-serif;
}

.detail-product-price-values {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.detail-product-sale-price {
    color: #4882DA;
    font: 500 21px/1.1 'Kanit', sans-serif;
}

.detail-product-full-price {
    color: #b7c0cb;
    font: 400 15px/1.1 'Kanit', sans-serif;
    text-decoration: line-through;
}

.detail-product-discount {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 88px;
    padding: 9px 14px;
    border-radius: 12px;
    background: #4ca8e1;
    color: #ffffff;
    font: 500 13px/1 'Kanit', sans-serif;
    box-shadow: 0 10px 20px rgba(76, 168, 225, 0.22);
}

.detail-product-media {
    position: relative;
    z-index: 1;
    flex: 1 0 auto;
    min-height: 330px;
    display: flex;
    align-items: flex-end;
    margin-top: auto;
    padding: 18px 14px 10px;
    background: #ffffff;
}

.detail-product-image {
    width: 100%;
    max-width: 340px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.detail-related-product-block .detail-product-card {
    padding-top: 20px;
    padding-bottom: 18px;
}

.detail-related-product-block .detail-product-title {
    min-height: 0;
    font-size: 21px;
}

.detail-related-product-block .detail-product-subtitle {
    margin-bottom: 10px;
}

.detail-related-product-block .detail-product-price-row {
    top: 2px;
}

.detail-related-product-block .detail-product-media {
    min-height: 270px;
    overflow: hidden;
}

.detail-related-product-block .detail-product-image {
    max-width: 320px;
    transform: scale(1.16);
    transform-origin: center bottom;
}

.detail-product-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 46px;
    border-radius: 16px;
    background: linear-gradient(180deg, #56afe5 0%, #3f94d3 100%);
    color: #ffffff;
    font: 500 15px/1 'Kanit', sans-serif;
    box-shadow: 0 12px 22px rgba(72, 130, 218, 0.18);
}

@media (max-width: 991px) {
    .review-section {
        padding: 28px 0 10px;
    }

    .review-header {
        margin-bottom: 20px;
    }

    .review-chip {
        min-width: 96px;
        padding: 5px 15px;
        font-size: 20px;
    }

    .review-heading {
        font-size: 24px;
    }

    .review-slider-wrap {
        margin: 0 -8px;
    }

    .review-slide-item {
        padding: 0 8px 12px;
    }

    .review-card {
        border-radius: 20px;
    }

    .review-card-body {
        padding: 18px 18px 20px;
    }

    .review-stars {
        gap: 6px;
        margin-bottom: 12px;
        font-size: 16px;
    }

    .review-card-title {
        font-size: 17px;
        min-height: 0;
    }

    .review-card-text {
        font-size: 14px;
        min-height: 0;
    }

    .review-card-footer {
        flex-direction: column;
        align-items: flex-start;
        padding-top: 16px;
    }

    .review-grid {
        row-gap: 18px;
    }

    .detail-page-head {
        padding: 0px 0 0;
    }

    .detail-page-head .review-chip {
        min-width: 112px;
        padding: 8px 18px;
    }

    .detail-main-image-wrap {
        max-width: 100%;
    }

    .detail-article-card {
        padding: 22px 18px 24px;
        border-radius: 24px;
    }

    .detail-article-title {
        font-size: 26px;
        line-height: 1.35;
        max-width: 100%;
    }

    .detail-share-box {
        margin-bottom: 18px;
        padding: 12px 14px;
        border-radius: 16px;
    }

    .detail-share-label {
        font-size: 11px;
    }

    .detail-share-btn {
        width: 28px;
        height: 28px;
    }

    .detail-share-btn i {
        font-size: 12px;
    }

    .detail-article-content {
        font-size: 15px;
        line-height: 1.8;
    }

    .detail-gallery-block {
        margin-top: 24px;
    }

    .detail-product-block {
        margin-top: 26px;
    }

    .detail-gallery-divider {
        width: 108px;
        margin-bottom: 18px;
    }

    .detail-gallery-card {
        border-radius: 14px;
    }

    .detail-sidebar {
        position: static;
        top: auto;
    }

    .detail-related-card {
        padding: 20px 16px;
        border-radius: 22px;
    }

    .detail-related-item {
        padding: 12px 12px;
        border-radius: 14px;
    }

    .detail-product-card {
        padding: 20px 18px 18px;
        border-radius: 20px;
    }

    .detail-product-media {
        min-height: 228px;
        padding: 14px 10px 8px;
    }

    .detail-product-title {
        font-size: 20px;
        min-height: 0;
    }

    .detail-product-subtitle {
        margin-bottom: 8px;
        font-size: 14px;
    }

    .detail-product-price-row {
        top: -2px;
        margin-bottom: 8px;
        align-items: center;
    }

    .detail-product-discount {
        min-width: 72px;
        padding: 7px 12px;
        font-size: 12px;
    }

    .detail-product-image {
        max-width: 248px;
    }

    .detail-related-product-block .detail-product-media {
        min-height: 220px;
    }

    .detail-related-product-block .detail-product-image {
        max-width: 236px;
        transform: scale(1.12);
    }
}
/* page About */
.about_container {
    /* background: url(../images/cover/bg-product.png) center no-repeat;
    background-size: cover;
    background-attachment: fixed; */

    font: 16px/1.5 'Kanit', sans-serif;
    font-weight: 200;
}
.about_container p {
    font: 16px/1.5 'Kanit', sans-serif;
    font-weight: 200;
    color: #fff;

}

.about_container h1 {
    font: 38px 'Kanit', sans-serif;
    font-weight: 100;
    line-height: 1.2;
    color: #003366;
}

.about_container h2 {
    font: 36px/1.4 'Kanit', sans-serif;
    font-weight: 100;
    color: #ef4f14;
}
.about_container h3 {
    font: 36px/1.4 'Kanit', sans-serif;
    font-weight: 100;
    color: #fff;
}
.about_container h4 {
    font: 16px/1.4 'Kanit', sans-serif;
    font-weight: 200;
    color: #fff;
    line-height: 2em;
}
.about_container img {
    max-width: 100%;
    height: auto !important;
}

.about_container a {
    font: 13.89px/1 'Kanit', sans-serif;
    font-weight: 400;
    text-decoration: none;
    /* color: #F7904C; */
}


.about-index {

    font-size: 16px;
    font-family: 'Kanit', sans-serif;
    line-height: 1.4;
    /* height: 800px;     */
}


.about-index h1 {
    font: 38px 'Kanit', sans-serif;
    font-weight: 100;
    line-height: 1.2;
    color: #0D2243;
}

.about-index h2 {
    font-size: 24px;
}

.about-index h3 {
    font: 19px/1.4 'Kanit', sans-serif;
    font-weight: 500;
}


.about-index p {
    font: 16.24px/1.5 'Kanit', sans-serif;
    font-weight: 200;
    color: #000;
}
.about-index a {
    font: 16.24px/1.5 'Kanit', sans-serif;
    font-weight: 200;
    color: #ef4f14;
    text-decoration: none !important;
}

.about-bg {
    background: url(../images/cover/about_06.png) center no-repeat;
    background-size: cover;
    /* height: 700px;
    width: 700px; */
}
/* Mobile */
@media (min-width: 340px) and (max-width: 740px) {
    .about-index h1 {
        font: 26px 'Kanit', sans-serif;
        font-weight: 200;
        color: #2e4531;
    }
    .about-index h2 {
        font-size: 20px;
    }

    .about-index h3 {
        font: 19px/1.4 'Kanit', sans-serif;
        font-weight: 500;
    }


    .about-index p {
        font: 16.24px/1.5 'Kanit', sans-serif;
        font-weight: 200;
        color: #4b504a;
    }

}
.vdo-con {

    font-size: 16px;
    font-family: 'Kanit', sans-serif;
    line-height: 1.4;
    /* height: 800px;     */
}



.plan-index h1 {
    font: 42px/1.4 'BebasNeue', Kanit;
    font-weight: 300;
    color: #fff;
}

.plan-index h2 {
    font-size: 24px;
}

.plan-index h3 {
    font: 19px/1.4 'BebasNeue', Kanit;
    font-weight: 500;
}


.plan-index p {
    font: 16.24px/1.6 'Kanit', sans-serif;
    font-weight: 300;
    color: #fff;
    line-height: 1.5em;
}



/* overview */
.overview {
    font-size: 18px;
    font-family: 'BebasNeue', Kanit;
    /* line-height: 1.4; */
    /* height: 800px;     */
}


.overview h1 {
    font: 42px/1.4 'BebasNeue', Kanit;
    font-weight: 300;
    color: #75aeb6;
}

.overview h2 {
    font-size: 16px;
    font-weight: 200;
    color: #000;

}

.overview h3 {
    font: 19px/1.4 'Kanit', sans-serif;
    font-weight: 500;
}


.overview p {
    font: 16.24px/1.6 'BebasNeue', Kanit;
    font-weight: 300;
    color: #fff;
    margin-bottom: 0px;
    /* line-height: 1.5em; */
}

.overview a {
    text-decoration: none !important;
}

.overview button {
    font: 16.24px/1.6 'BebasNeue', Kanit;
    font-weight: 300;
    line-height: 1.5em;
}
/* Desktop */
.video-wrapper {
    --bs-aspect-ratio: 35%;
}

/* Mobile */
@media (max-width: 768px) {
    .video-wrapper {
        --bs-aspect-ratio: 56.25%; /* 16:9 เต็มตา */
    }
}


/* blog */
.blog {
    font-size: 16px;
    font-family: 'BebasNeue', Kanit;
    line-height: 1.4;
    background-color: #fff;
    /* height: 800px;     */
}


.blog h1 {
    font: 28px/1.4 'Kanit', sans-serif;
    font-weight: 300;
    color: #04004F;
    font-weight: 200;
}

.blog h2 {
    font-size: 16px;
    font-weight: 300;
    color: #000
}

.blog h3 {
    font: 36px/1 'Kanit', sans-serif;
    font-weight: 300;
    color: #4E6B2F;
}

.blog h4 {
    font-size: 20px;
    font-weight: 300;
    color: #000;
}



.blog p {
    font: 16.03px/1.5 'Kanit', sans-serif;
    font-weight: 300;
    color: #979797;

}

.blog button {
    font: 16.24px/1.6 'BebasNeue', Kanit;
    font-weight: 300;
    line-height: 1.5em;

}


/* port-content */
.port-content {
    font-size: 16px;
    font-family: 'Kanit', sans-serif;
    line-height: 1.4;
    background-color: #fff;
    /* height: 800px;     */
}


.port-content h1 {
    font: 62px 'Adobe', Kanit;
    font-weight: 200;
    color: #fff;
}

.port-content hr {
 
    color: #999;
}

.port-content h2 {
    font: 20px/1.4 'Kanit', sans-serif;
    /* font-size: 16px; */
    font-weight: 200;
    color: #f1c44d;
    /* line-height: 2em; */
    /* letter-spacing: 1px; */
}

.port-content h3 {
    font: 18px/1.4 'Kanit', sans-serif;
    font-weight: 300;
    color: #fff;
}


.port-content p {
    font: 14.24px/1.6 'Kanit', sans-serif;
    font-weight: 300;
    color: #999999;
    line-height: 1.0em;

}

.port-content button {
    font: 14.24px/1.6 'BebasNeue', Kanit;
    font-weight: 300;
    color: #000;
    line-height: 1.5em;

}


.sharebutton {
    float: right;
    vertical-align: top;

}
.line-content {
    border-top: 4px solid #ef4f14;
    border-radius: 10px;
    width: 100px;
}
.line-qt {
    border-top: 4px solid #fff;
    border-radius: 10px;
    width: 200px;
}
/* ความสูงปกติ (คอมพิวเตอร์) */
.map-wrapper iframe {
    width: 100%;
    height: 450px;
    display: block;
}
/* Contact*/
.contact_container {
    font-size: 16px;
    font-family: 'Kanit', sans-serif;
    background: #4ca8e1;
}

.contact-panel {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 52px 48px 46px;
    color: #ffffff;
}

.contact-copy {
    margin-bottom: 34px;
}

.contact_container h1 {
    margin: 0;
    font: 300 38px/1.2 'Kanit', sans-serif;
    color: #fff;
}

.contact-address {
    max-width: 560px;
    margin: 16px auto 0;
    font: 300 16px/1.8 'Kanit', sans-serif;
    color: rgba(255, 255, 255, 0.94);
}

.contact-methods {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.contact-method-card {
    min-height: 184px;
    padding: 20px 16px 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    text-decoration: none !important;
    color: #ffffff !important;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    transition: transform 0.3s ease, background 0.3s ease;
}

.contact-method-card:hover {
    transform: translateY(-6px);
    background: rgba(255, 255, 255, 0.1);
}

.contact-method-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 18px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.42);
    background: rgba(255, 255, 255, 0.08);
}

.contact-method-icon i,
.contact_container i {
    color: #ffffff !important;
    font-size: 26px;
}

.contact-method-label {
    margin-bottom: 10px;
    font: 400 20px/1.4 'Kanit', sans-serif;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.86);
}

.contact-method-value {
    font: 400 19px/1.45 'Kanit', sans-serif;
    color: #ffffff;
    word-break: break-word;
}

.contact-media {
    min-height: 100%;
    height: 100%;
}

.contact-media-image {
    width: 100%;
    height: 100%;
    min-height: 420px;
    display: block;
    object-fit: cover;
}

@media (max-width: 991px) {
    .contact-panel {
        padding: 28px 20px 30px;
    }

    .contact-copy {
        margin-bottom: 22px;
    }

    .contact_container h1 {
        font-size: 30px;
    }

    .contact-address {
        margin-top: 12px;
        font-size: 15px;
        line-height: 1.7;
    }

    .contact-methods {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .contact-method-card {
        min-height: 0;
        padding: 16px 16px 18px;
        border-radius: 18px;
    }

    .contact-method-icon {
        width: 52px;
        height: 52px;
        margin-bottom: 12px;
    }

    .contact-method-icon i,
    .contact_container i {
        font-size: 22px;
    }

    .contact-method-value {
        font-size: 17px;
    }

    .contact-media-image {
        min-height: 260px;
    }
}
/* page contact */
.contact-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contact-item {
  flex: 1;
  text-align: center;
  padding: 10px 0;
}

.icon {
  width: 65px;
  height: 65px;
  margin: 0 auto 8px;
  border-radius: 50%;
  background: #ff6600;
  display: flex;
  align-items: center;
  justify-content: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;

}
.contact-item a:hover .icon {
  transform: translateY(-6px) scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.iconproduct {
  width: 65px;
  height: 65px;
  margin: 0 auto 8px;
  border-radius: 50%;
  background: #0f039d;
  display: flex;
  align-items: center;
  justify-content: center;

  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-item a:hover .iconproduct{
  transform: translateY(-6px) scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.title {
  font-size: 20px;
  font-weight: bold;
}

.value {
  font-size: 18px;
  color: #555;
}

.divider {
  width: 1px;
  height: 90px;
  background: #ddd;
}

.green-addr {
    position: relative;
    background-color: #fff;
}

.green-addr h1 {
    font: 18.48px/1 'Kanit', sans-serif;
    font-weight: 500;
    color: #624827;
}

.green-addr p {
    font: 14px/1.4 'Kanit', sans-serif;
    font-weight: 300;
    color: #624827;
}
@media (max-width: 768px) {
  .contact-bar {
    flex-direction: column;
  }

  .contact-item {
    width: 100%;
  }

  .divider {
    width: 80%;
    height: 1px;
    margin: 15px auto;
  }
  .title {
  font-size: 16px;
  font-weight: bold;
}

.value {
  font-size: 14px;
  color: #555;
}
}
/* Article */
.page-title {}


.page-title h1 {
    font: 42px/1.4 'BebasNeue', Kanit;
    font-weight: 300;
    color: #75aeb6;
}

.btn-group li{
    font: 16px/1.4 'BebasNeue', Kanit;
    font-weight: 300;
}

.btn-group  button{
    font: 16px/1.4 'BebasNeue', Kanit;
    font-weight: 300;
}


.article-contain {
    /* background: url(../images/cover/bg-page-about.png) center no-repeat;
    background-size: cover; */
    font-size: 16px;
    font-family: 'Kanit', sans-serif;
    line-height: 1.4;    
}

.article-contain hr {
    color: #b0b8b9a0 !important;
    border-top-width: 1px;
    opacity: 1;
}

.article-contain label {
    font-weight: 400;
}

.article-contain a {
    font-size: 16px;
    color: #000;
    font-family: 'Kanit', sans-serif;
    line-height: 1.4;
    text-decoration: none;   
}
.article-contain h1 {
    font: 28px/1.4 'Kanit', sans-serif;
    font-weight: 300;
    color: #012849;
}

.article-contain h2 {
    font: 14px/1.4 'BebasNeue', Kanit;
    font-weight: 300;
    color: #999;
}

.article-contain h3 {
    font: 18px/1.4 'Kanit', sans-serif;
    font-weight: 300;
}

.article-contain h4 {
    font: 16px/1.4 'BebasNeue', Kanit;
    font-weight: 300;
}

.article-contain h5 {
    font: 14.24px/1.6 'Kanit', sans-serif;
    font-weight: 300;
    color: #012849;
    line-height: 1.5em;
}

.article-contain h6 {
    font: 35px/1 '2005_iannnnnGMO';
}

.article-contain p,
.article-contain li {
    font: 16.24px/1.6 'Kanit', sans-serif;
    font-weight: 300;
    color: #666;
    line-height: 1.5em;

}

/*page portfolio*/

.portfolio-contain {
    background: url(../images/cover/portfolio-bg.png) center no-repeat;
    background-size: cover;
    font-size: 16px;
    font-family: 'Kanit', sans-serif;
    line-height: 1.4;    
}

.portfolio-contain hr {
    color: #012849 !important;
    border-top-width: 1px;
    opacity: 1;
}

.portfolio-contain label {
    font-weight: 400;
}

.portfolio-contain a {
    font-size: 16px;
    color: #000;
    font-family: 'Kanit', sans-serif;
    line-height: 1.4;
    text-decoration: none;   
}
.portfolio-contain h1 {
    font: 48px/1.4 'Adobe', Kanit;
    font-weight: 300;
    color: #012849;
}

.portfolio-contain h2 {
    font: 14px/1.4 'BebasNeue', Kanit;
    font-weight: 300;
    color: #999;
}

.portfolio-contain h3 {
    font: 18px/1.4 'Kanit', sans-serif;
    font-weight: 300;
    color: #ecc44a;
}

.portfolio-contain h4 {
    font: 18px/1.4 'Kanit', sans-serif;
    font-weight: 300;
    color: #999;

}

.portfolio-contain h5 {
    font: 14.24px/1.6 'Kanit', sans-serif;
    font-weight: 300;
    color: #012849;
    line-height: 1.5em;
}


.portfolio-contain p,
.portfolio-contain li {
    font: 14.24px/1.6 'Kanit', sans-serif;
    font-weight: 300;
    color: #666;
    line-height: 1.5em;

}


.p-contain {
    font-size: 16px;
    font-family: 'Kanit', sans-serif;
    line-height: 1.4;
    /* background: #F3F3F3; */

}

.p-contain p {
    font-size: 16px;
    font-family: 'BebasNeue', Kanit;;
    line-height: 1.4;
    /* background: #F3F3F3; */

}


.p-contain hr {
    background: #0071bd;
}

.p-contain h1 {
    font: 42px/1.4 'BebasNeue', Kanit;
    font-weight: 300;
    color: #75aeb6;

}

.p-contain h2 {
    font: 16px 'BebasNeue', Kanit;;
    color: #ff9b62;
    line-height: 1 em;
}


.p-contain a {
    font: 16px 'BebasNeue', Kanit;;
}

/* Welcome */
.welcome-contain {
    background: #fff;
}


/* Service */

.service-contain {
    /* position: relative;
    background: url(../images/cover/bg-page-about.png) center no-repeat;
    background-size: cover; */
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; */
    /* z-index: 2; */
    background-color: #F3F3F3;
    font-family: 'Kanit', sans-serif;
}
.service-contain p {
    font: 16px/1.5 'Kanit', sans-serif;
    font-weight: 200;
    color: #4b504a;
    text-decoration: none;
}

.service-contain h1 {
    font: 36px/1.2 'Kanit', sans-serif;
    font-weight: 200;
    color: #4b504a;
}

.service-contain h2 {
    font: 20px/1.4 'Kanit', sans-serif;
    font-weight: 300;
    color: #4b504a;
}

.service-contain a {
    font: 15.89px/1 'Kanit', sans-serif;
    font-weight: 300;
    line-height: 1.5em;
    color: #000;
    text-decoration: none;
}

.service-contain h3 {
    font: 28px/1.4 'Kanit', sans-serif;
    font-weight: 300;
    color: #012849;
}
.underline-green {
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
}

.underline-green::after {
  content: "";
  display: block;
  width: 120px;       /* ความยาวเส้น */
  height: 3px;       /* ความหนาเส้น */
  background: #5d7a4e;
  margin: 6px auto 0;  /* ให้เส้นอยู่ตรงกลางใต้ข้อความ */
  border-radius: 2px;  /* ทำให้ปลายเส้นโค้งนิดหน่อย */
}
@media (max-width: 992px) {
  .service-contain p {
    font: 14px/1.5 'Kanit', sans-serif;
    font-weight: 200;
    color: #4b504a;
    text-decoration: none;
    }
}

.service-container {
    /* position: relative; */
    z-index: 2;
    font-family: 'BebasNeue', Kanit;
    font: 16px/1.4 'BebasNeue', Kanit;
    background-color: #001c37;
}

.service-container p {
    font: 13.89px/1 'BebasNeue', Kanit;
    font-weight: 200;
    color: #000;
    text-decoration: none;
}


.service-container h1 {
    font: 30px/1.4 'BebasNeue', Kanit;
    font-weight: 400;
    color: #000;
}

.service-container h2 {
    font: 16px/1.4 'BebasNeue', Kanit;
    font-weight: 400;
    color: #000;
}

.service-container a {
    font: 13.89px/1 'BebasNeue', Kanit;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}
.accordion-button::after {
			display: none !important; /* ซ่อนลูกศร */
		}
		.accordion-button {
			background: #fff !important;  /* พื้นหลังขาว */
			color: #000 !important;       /* ตัวอักษรดำ */
			box-shadow: none !important;  /* เอาเงาด้านในออก */
		}
		.accordion-button:hover {
			background: #f8f9fa !important; /* hover ให้เปลี่ยนเป็นเทาอ่อน */
			color: #2566CC !important;
		}
        .accordion-button:not(.collapsed) {
            color: #2566CC;
            background-color: #eaf2ff;
            box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
        }
        .accordion-item {
            border-radius: 12px !important;
            overflow: hidden;
            border: none;
            margin-bottom: 12px;
            box-shadow: 0 2px 6px rgba(0,0,0,0.08);
        }
        .accordion-body {
            background: #ffffff;
            font-size: 0.95rem;
            line-height: 1.6em;
        }
        .accordion-body ul li a {
            text-decoration: none;
            color: #333;
            transition: color 0.2s ease;
        }
        .accordion-body ul li a:hover {
            color: #0f039d;
        }
        .fa-angle-double-right {
            margin-right: 0px;
        }
		.accordion-header a:hover {
		background: #f8f9fa;
		color: #0f039d;
	}
    .answer-row {
        display: flex;
        align-items: flex-start; /* ถ้าข้อความยาวหลายบรรทัดจะดูสวย */
        }



.imgtransparent {
    opacity: 1;
    /* ค่าความจาง */
    filter: alpha(opacity=100);
    /* สำหรับ IE8 ขึ้นไป */
}

.imgtransparent:hover {
    opacity: 0.5;

    /* ค่าความจาง */
    filter: alpha(opacity=40);
    /* สำหรับ IE8 ขึ้นไป */
}

.service-box {
    font-size: 16px;
    font-family: 'Kanit', sans-serif;
    line-height: 1.4;
    font-weight: 200;
    background-color: #001c37;
    /* height: 350px; */

}

.service-box:hover {
    font-size: 16px;
    font-family: 'Kanit', sans-serif;
    line-height: 1.4;
    font-weight: 200;
    background-color: #2d75fd;
    /* height: 350px; */

}

.service-box2 {
    font-size: 24px;
    font-family: 'Kanit', sans-serif;
    line-height: 1.4;
    font-weight: 200;
    background-color: #001c37;

}

.service-box2:hover {
    font-size: 24px;
    font-family: 'Kanit', sans-serif;
    line-height: 1.4;
    font-weight: 200;
    background-color: #2d75fd;

}

.service-box hr {
    color: #CACACA !important;
    /* border-top-width: 2px; */
    border-top: 3px dotted #8c8b8b97;
    opacity: 1;
}

.service-box label {
    font-weight: 400;
}

.service-box h1 {
    font: 30px/1.4 'Kanit', sans-serif;
    font-weight: 400;
}

.service-box h2 {
    font-size: 24px;
}

.service-box p {
    font: 14px/1.4 'Kanit', sans-serif;
    font-weight: 300;
}

.service-box-text-1 {
    font: 18px/1.4 'Kanit', sans-serif;
    font-weight: 500;
    background-color: #EEEFF3;
    height: 380px;
}

.service-box-text-2 {
    font: 18px/1.4 'Kanit', sans-serif;
    font-weight: 500;
    background-color: #679A01;
    height: 400px;

}


/* Social Link */
.social-link {
    position: relative;
}

.social-link h1 {
    font: 19px/1 'Kanit', sans-serif;
    font-weight: 500;
    color: #333;
}

.social-link h1 span {
    color: #eb2031;
}

/* Footer */


.footer_container {
    /* position: relative; */
    z-index: 2;
    font-family: 'Kanit', sans-serif;
    color: #000;
    background-color: #FFFFFF;
}

.footer_container p {
    font: 13px/1.5 'Kanit', sans-serif;
    font-weight: 100 !important;
    color: #000;
    margin-bottom: 0;
}

.footer_container h1 {
    font: 28px 'Adobe', Kanit; 
    font-weight: 200 !important;
    color: #000;

}

.footer_container h2 {
    font: 36px 'BebasNeue', Kanit; 
    font-weight: 100 !important;
    color: #000;
}

.footer_container h3 {
    font: 13px/1.5 'Kanit', sans-serif;
    font-weight: 200;
    color: #4E6B2F;
    
}

.footer_container a {
    font: 13px/1 'Kanit', sans-serif;
    font-weight: 200 !important;
    color: #B2B2B2;
    /* letter-spacing: 1px; */
}
.footer_container a:hover {
    font: 14px/1 'Kanit', sans-serif;
    font-weight: 200 !important;
    color: #4E6B2F;
    /* letter-spacing: 1px; */
}

.footer_box {
    position: relative;
    background-color: #000;

    /* padding-right: 5px; */

}
.footer_box p {
    font: 14px/1 'Kanit', sans-serif;
    color: #fff;
}


.footer_box h3 {
    font: 14px/1 'Kanit', sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer_box img.hr1 {
    margin: 4px 0;
    display: block;
}

.footer_container .box1 p {
    margin-bottom: 0;
}

.footer_container .box2 {}

.footer_container .box3 {}

.footer_container .box4 {}

.footer_container .box5 {}

.footer_container ul {
    list-style: none;
    text-align: left;
    padding-left: 0;
}

.footer_container ul li {
    display: block;
}

.footer_container ul li a {
    font: 16px 'BebasNeue', Kanit; 
    font-weight: 400;
    text-decoration: none;
    color: #fff;
}



.footer {
    position: relative;
}

.footer p {
    font: 13.79px/1 'Kanit', sans-serif;
    font-weight: 200;
}

/* Websetting */
.bg-blue-1 {
    background-color: #0071bd;
}

.bg-blue-2 {
    background-color: #0071bd;
}

.bg-soft-gray-1 {
    background-color: #f8f8f8;
}

.bg-soft-gray-2 {
    background-color: #ccc;
}

.font-color-orange {
    color: #ff9900;
}

.font-color-blue {
    color: #0071bd;
}

.font-color-gray-1 {
    color: #797979;
}

/* Simple Pager Nav */
ul.simplePagerNav {
    position: relative;
    z-index: 2;
    margin-top: 5px;
    text-align: center;
}

ul.simplePagerNav li {
    display: inline-block;
    padding: 3px;
    margin-bottom: 10px;
    font-family: georgia;
    width: 15px;
    text-align: center;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #e7e7e7;
    margin: 0 2px;
    box-sizing: content-box;
}

ul.simplePagerNav li a {
    color: #00c9e0;
    text-decoration: none;
}

ul.simplePagerNav li.currentPage {
    background: #00c9e0;
}

ul.simplePagerNav li.currentPage a {
    color: #fff;
}

#scrollUp {
    width: 52px;
    height: 52px;
    right: 22px;
    bottom: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: linear-gradient(180deg, #56afe5 0%, #3f94d3 100%);
    color: #ffffff;
    text-decoration: none !important;
    box-shadow: 0 12px 26px rgba(35, 73, 119, 0.18);
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
    z-index: 1200;
}

#scrollUp:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 30px rgba(35, 73, 119, 0.24);
    background: linear-gradient(180deg, #60b8eb 0%, #468fd0 100%);
}

#scrollUp i {
    font-size: 18px;
    line-height: 1;
}

@media (max-width: 767px) {
    #scrollUp {
        width: 46px;
        height: 46px;
        right: 16px;
        bottom: 16px;
    }

    #scrollUp i {
        font-size: 16px;
    }
}

.modal-content {
    font-family: 'Kanit', sans-serif;
}

/* Clearfix */
.clearfix {
    clear: both;
}

.social-logo {
    width: 40px;
    height: auto;
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 99;
}

.social-logo a img {
    transition: all 0.5s;
}

.social-logo a:hover img {
    transform: scale(1.2);
}

/* Img box */
.img-box-1{
	height:380px;
}
.img-box-2{
	height:160px;
}
/**/

/* Nav icon */
.menu-contain {

	font-size: 14px;
	font-family: 'Kanit', sans-serif;
	line-height: 1.4;
}

.menu-containn p {
	font-size: 12px;
	font-family: 'Kanit', sans-serif;
	line-height: 1;
	color: #fff;
}

.menu-contain button {
	font-size: 16px;
	font-family: 'Kanit', sans-serif;
	line-height: 1;
	color: #fff;
	/* width: 250px; */
	/* background-color: #BBCF44;
	height: 50px; */

}

.menu-contain a:hover {
	/* background-color: #28650A; */
	color: #7b9067;
}

/* icon right */
.fab-container {
    font-family: 'Kanit', sans-serif;
    position: fixed;
    right: 18px;
    bottom: 88px;
    z-index: 1195;
}

/* main toggle */
.fab-toggle {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(180deg, #56afe5 0%, #3f94d3 100%);
    border: 1px solid rgba(255,255,255,0.28);
    cursor: pointer;
    box-shadow: 0 12px 26px rgba(35, 73, 119, 0.16);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.fab-toggle:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 30px rgba(35, 73, 119, 0.22);
    background: linear-gradient(180deg, #60b8eb 0%, #468fd0 100%);
}

.fab-toggle i {
    color: #fff !important;
    font-size: 22px;
}

/* items */
.fab-item {
    position: absolute;
    right: 0;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid rgba(72, 130, 218, 0.14);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    box-shadow: 0 10px 22px rgba(35, 73, 119, 0.12);
    opacity: 0;
    pointer-events: none;
    transform: translateY(0);
    transition: transform 0.3s ease, opacity 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.fab-item i {
    color: #4882DA !important;
    font-size: 20px;
}

/* label */
.fab-label {
    position: absolute;
    right: 68px;
    background: rgba(255, 255, 255, 0.96);
    color: #28446a;
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid rgba(72, 130, 218, 0.18);
    box-shadow: 0 10px 22px rgba(35, 73, 119, 0.1);
    font-size: 13px;
    white-space: nowrap;
    opacity: 0;
    transition: .3s;
}

/* open state */
.fab-container.active .fab-item {
    opacity: 1;
    pointer-events: auto;
}

.fab-container.active .fab-item:nth-child(1) { transform: translateY(-72px); }
.fab-container.active .fab-item:nth-child(2) { transform: translateY(-138px); }
.fab-container.active .fab-item:nth-child(3) { transform: translateY(-204px); }
.fab-container.active .fab-item:nth-child(4) { transform: translateY(-270px); }
.fab-container.active .fab-item:nth-child(5) { transform: translateY(-336px); }
.fab-container.active .fab-item:nth-child(6) { transform: translateY(-402px); }
.fab-container.active .fab-item:nth-child(7) { transform: translateY(-468px); }

.fab-container.active .fab-label {
    opacity: 1;
}

/* hover */
.fab-item:hover {
    background: #f6fbff;
    box-shadow: 0 14px 24px rgba(35, 73, 119, 0.16);
}

@media (max-width: 767px) {
    .fab-container {
        right: 16px;
        bottom: 72px;
    }

    .fab-toggle {
        width: 50px;
        height: 50px;
    }

    .fab-toggle i {
        font-size: 20px;
    }

    .fab-item {
        width: 48px;
        height: 48px;
    }

    .fab-item i {
        font-size: 18px;
    }

    .fab-label {
        right: 60px;
        padding: 7px 11px;
        font-size: 12px;
    }

    .fab-container.active .fab-item:nth-child(1) { transform: translateY(-64px); }
    .fab-container.active .fab-item:nth-child(2) { transform: translateY(-124px); }
    .fab-container.active .fab-item:nth-child(3) { transform: translateY(-184px); }
}

@media (max-width: 991px) {
    .product-page-breadcrumb {
        display: grid;
        grid-template-columns: 1fr auto;
        align-items: end;
        gap: 6px 8px;
    }

    .product-page-back {
        grid-column: 1 / -1;
        justify-self: start;
    }

    .product-page-breadcrumb-sep {
        display: none;
        width: 0;
        height: 0;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }

    .product-page-breadcrumb-current {
        grid-column: 1 / 2;
        grid-row: 2;
        align-self: center;
        justify-self: start;
        display: block;
        font-size: 16px !important;
        line-height: 1.35 !important;
    }

    .product-page-breadcrumb-count {
        grid-column: 2 / 3;
        grid-row: 2;
        align-self: end;
        justify-self: end;
        margin-left: 0;
        font-size: 14px !important;
        line-height: 1 !important;
    }

    .product-detail-breadcrumb {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 6px 8px;
        white-space: normal;
    }

    .product-detail-breadcrumb-trail {
        display: inline-flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 6px;
        white-space: normal;
    }

    .product-detail-breadcrumb .product-page-back,
    .product-detail-breadcrumb .product-page-back span,
    .product-detail-breadcrumb-link {
        grid-column: auto;
        grid-row: auto;
        justify-self: auto;
        display: inline-flex;
        font-size: 16px !important;
        line-height: 1.35 !important;
    }

    .product-detail-breadcrumb-product {
        grid-column: auto;
        grid-row: auto;
        justify-self: auto;
        display: inline-block;
        font-size: 15px !important;
        line-height: 1.35 !important;
    }

    .product-detail-breadcrumb .product-page-breadcrumb-sep {
        display: inline-flex;
        width: auto;
        height: auto;
        overflow: visible;
        margin: 0;
        padding: 0;
    }

    .product-detail-breadcrumb .product-page-back {
        grid-column: auto;
        justify-self: auto;
    }

    .product-detail-breadcrumb .product-page-breadcrumb-current,
    .product-detail-breadcrumb .product-page-breadcrumb-count {
        grid-column: auto;
        grid-row: auto;
        margin-left: 0;
        justify-self: auto;
        align-self: center;
    }

    .product-detail-mobile-head {
        display: block;
    }

    .product-detail-mobile-product {
        font-size: 20px;
    }

    .product-detail-gallery-frame {
        min-height: 280px;
        padding: 8px 12px;
    }

    .product-detail-gallery-image {
        max-height: 260px;
    }

    .product-detail-top-row {
        --bs-gutter-x: 0;
    }

    .product-detail-title {
        font-size: 30px;
    }

    .product-detail-subtitle {
        font-size: 16px;
    }

    .product-detail-price-sale {
        font-size: 28px;
    }

    .product-detail-price-full {
        font-size: 20px;
    }

    .product-detail-promo-heading {
        font-size: 20px;
    }

    .product-detail-promo-card {
        padding: 14px 14px 12px;
        border-radius: 16px;
    }

    .product-detail-promo-name {
        font-size: 16px;
    }

    .product-detail-promo-price {
        font-size: 16px;
    }
}
