@charset "utf-8";
/* CSS Document */
.standard-new-box .technology-detail-img-wrap {
  margin-top: 0;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
}
.standard-new-box .technology-detail-img {
  width: 350px;
  height: 350px;
}
.st-new-dt-wrap iframe {max-width: 100%;margin: 0 auto;display: block;
  padding: 35px 0 50px 0;}
.st-new-dt-wrap img {max-width: 100%;margin: 0 auto;display: block;}

/* กำหนดคุณสมบัติร่วมของเส้นที่จะประกอบเป็นเครื่องหมาย + */
.pd-with-standard .product-dropdown::before,
.pd-with-standard .product-dropdown::after {
display: block;
  content: '';
  margin-top: unset;
  border-bottom: unset;
  border-right: unset;
  position: absolute;
  background-color: #828282;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
/* เส้นแนวนอน */
.pd-with-standard .product-dropdown::before {
  width: 20px;
  height: 1px;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}
/* เส้นแนวตั้ง */
.pd-with-standard .product-dropdown::after {
  width: 1px;
  height: 20px;
  top: 50%;
  right: 20px;
  transform: rotate(0deg) translate(-9px, -50%);
}
/* =========================================
   สเตตัสเมื่อคลิกเปิด (Active State)
   ========================================= */
/* หมุนเส้นแนวตั้งมานอนราบ 90 องศา เพื่อทับกับเส้นแนวนอน (กลายเป็นเครื่องหมายลบ) */
.pd-with-standard .product-dropdown-active::before {
  opacity: 0;
}
/* หมุนเส้นแนวนอนตามไปเพื่อความเนียนตา */
.pd-with-standard .product-dropdown-active::after {
  transform: rotate(90deg) translate(-50%, 0px) !important;
}
.filter-new-title {font-size: 32px;
  font-weight: 500;
  padding-bottom: 15px;}
.menu-product-list.filter-pd-all .product-dropdown::before,
.menu-product-list.filter-pd-all .product-dropdown::after  {
  display: none!important;
}
.menu-product-list.filter-pd-all a {
  width: 100%;
  display: block;
}
.pd-with-standard .menugroup-list-wrap li {
  background: url(../images/icon/menugroup-list-check.svg) no-repeat left center !important;
}
.pd-with-standard .menugroup-list-wrap li.menugroup-active {
  background: url(../images/icon/menugroup-list-check-active.svg) no-repeat left center !important;
}
.pd-with-standard .form-check-input[type="checkbox"] {appearance: none;
  -webkit-appearance: none;
  background-image: url('../images/icon/menugroup-list-check.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 18px;box-shadow: unset;
  border-radius: 5px;}
.pd-with-standard .form-check-input:checked[type="checkbox"] {
  background-image: url('../images/icon/menugroup-list-check-active.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 18px;}
.pd-with-standard .form-check,.pd-with-standard .content-checkbox-wrap .form-check {
  margin-bottom: 5px!important;
}
.standard-logo-list-wrap {display: flex;
  flex-wrap: wrap;}
.standard-logo-list {width: 12.5%;
  padding-bottom: 15px;padding-right: 10px}
.standard-logo-list a {box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;outline: 2px solid rgba(255, 255, 255, 0) !important;}
.standard-logo-list a:hover {
  outline: 2px solid #509F0B !important;
}
.standard-logo-list-cover-wrap {display: flex;
  flex-wrap: wrap;padding-top: 10px;width: 104%;}
.standard-logo-list-cover {width: 25%;
  padding-bottom: 10px;padding-right: 10px}
.standard-logo-list-box {box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;outline: 2px solid rgba(255, 255, 255, 0) !important;padding: 0;overflow: hidden;}
.standard-logo-list-box:hover {
  outline: 2px solid #509F0B !important;
}
.product-list-cover-wrap {position: relative;
  border-radius: 20px;
  background: #fff;
  padding: 10px 15px 30px 15px;
  z-index: 2;
  height: 100%;
  display: block;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;}
.pd-more-link-btn {
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 50%;
  transform: translate(-50%, 0);
}
.pd-more-link-btn a {
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  color: #fff!important;
  background: #0F804A;
  border-radius: 20px;
  padding: 7px 15px;
  width: 100%;
}
.product-list-img a {
  position: relative;
  border-radius: unset;
  background: unset;
  padding: 0;
  z-index: 2;
  height: unset;
  display: block;
  box-shadow: unset;
}
.filter-pd-all .product-dropdown-active {
  border-radius: 50px !important;
}









@media only screen and (max-width: 1600px) {
.pd-more-link-btn {
  width: 75%;
}
.pd-more-link-btn a {
  font-size: 14px;
}
}

@media only screen and (max-width: 1536px) {
.pd-with-standard .form-check label, .pd-with-standard .content-checkbox-wrap .form-check label {
  font-size: 14px;
}
}

@media only screen and (max-width: 1540px) {
}

@media only screen and (max-width: 1470px) {
.pd-with-standard .product-dropdown::before {
  width: 15px;
}
.pd-with-standard .product-dropdown::after {
  height: 15px;
  transform: rotate(0deg) translate(-7px, -50%);
}
.pd-with-standard .product-dropdown::after,.pd-with-standard .product-dropdown::before {
  right: 15px;
}
.product-dropdown, .product-dropdown-check {
    padding: 13px 30px 10px 17px;
}

}

@media only screen and (max-width: 1440px) {

.product-dropdown, .product-dropdown-check {
    font-size: 13px;
}
.pd-with-standard .form-check label, .pd-with-standard .content-checkbox-wrap .form-check label {
  font-size: 12px;
}
}

@media only screen and (max-width: 1415px) {

}


@media only screen and (max-width: 1366px) {
}

@media only screen and (max-width: 1280px) {
.product-dropdown, .product-dropdown-check {
    font-size: 12px;
  }
}

@media only screen and (max-width: 1080px) {
.pd-with-standard .product-dropdown, .pd-with-standard .product-dropdown-check {
  font-size: 14px;
  padding: 10px 35px 8px 17px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 9px;
}
.pd-with-standard .form-check label {
  font-size: 12px;
}
.pd-with-standard .menugroup-list-wrap, .pd-with-standard .pd-check-group {
  padding-left: 15px;
}
.pd-with-standard .form-check-input[type="checkbox"] {
  background-size: 16px 16px;
}
.pd-with-standard .menu-product-list {
  margin: 5px 5px 10px 5px;
}
/* ปุ่มสำหรับกดเปิดเมนู */
        .togglefilter-btn {
            background-color: #0f804a;
            color: white;
            border: none;
            padding: 10px 20px;
            font-size: 16px;
            border-radius: 10px;
            cursor: pointer;
            transition: background-color 0.3s;width: 100%;margin-bottom: 35px;
        }
        .togglefilter-btn img {max-width: 50px;}
        .togglefilter-btn span {padding-left: 5px}
        .togglefilter-btn:hover {
            background-color: #4d990a;
        }

        /* -------------------------------------
           สไตล์ของ Sidebar (ส่วนที่ซ่อนอยู่)
           ------------------------------------- */
        #filterSidebar {
            position: fixed;
            top: 0;
            right: -400px; /* ซ่อนไว้ทางขวา (ปรับค่าตามความกว้างของ sidebar) */
            width: 350px;
            height: 100vh;
            background-color: #f8f9f8;
            box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
            transition: right 0.4s ease-in-out; /* อนิเมชั่นตอนสไลด์ */
            z-index: 1000;
            overflow-y: auto;
            padding: 20px;
            box-sizing: border-box;
        }

        /* เมื่อเติม class 'active' จะทำการสไลด์เข้ามา */
        #filterSidebar.active {
            right: 0;
        }

        /* ปุ่มปิดใน Sidebar */
        .close-btn-filter {
            background: none;
            border: none;
            font-size: 24px;
            font-weight: bold;
            color: #666;
            cursor: pointer;
            float: right;
        }

        /* แบ็คกราวนด์ดำๆ เวลาเปิดเมนู (Overlay) */
        .overlay-filter {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            opacity: 0;
            visibility: hidden;
            transition: 0.4s;
            z-index: 999;
        }
        .overlay-filter.active {
            opacity: 1;
            visibility: visible;
        }

}

@media only screen and (max-width: 1024px) {

}


@media only screen and (max-width: 980px) {
.pd-more-link-btn {
    width: 70%;
  }
.pd-more-link-btn a {
    font-size: 14px;
  }
.standard-logo-list-cover {
  width: 25%;
  padding-right: 5px;
  padding-bottom: 5px;
}
.standard-logo-list-box {
  border-radius: 3px;
}
}

@media only screen and (max-width: 820px) {
.standard-new-box .technology-detail-img {
  width: 150px;
  height: 150px;
}
}

@media only screen and (max-width: 810px) {

}

@media only screen and (max-width: 768px) {

}

@media only screen and (max-width: 686px) {

}

@media only screen and (max-width: 576px) {

}

@media only screen and (max-width:568px) {
.product-list-cover-wrap {
  padding: 10px 10px 30px 10px;border-radius: 10px;
}
}

@media only screen and (max-width: 490px) {
.standard-logo-list {
  width: 20%;
}
}

@media only screen and (max-width: 440px) {

}

@media only screen and (max-width:430px) {

}

@media only screen and (max-width:390px) {

}

@media only screen and (max-width: 375px) {
 #filterSidebar {width: 100%;}
 .pd-more-link-btn {
  width: 80%;
}
.pd-more-link-btn a {
  font-size: 12px;
}
}

@media only screen and (max-width: 360px) {

}

@media only screen and (max-width: 320px) {

}