.elementor-12733 .elementor-element.elementor-element-5258481{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--overlay-opacity:0.5;--margin-top:-132px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:180px;--padding-bottom:200px;--padding-left:200px;--padding-right:200px;}.elementor-12733 .elementor-element.elementor-element-5258481::before, .elementor-12733 .elementor-element.elementor-element-5258481 > .elementor-background-video-container::before, .elementor-12733 .elementor-element.elementor-element-5258481 > .e-con-inner > .elementor-background-video-container::before, .elementor-12733 .elementor-element.elementor-element-5258481 > .elementor-background-slideshow::before, .elementor-12733 .elementor-element.elementor-element-5258481 > .e-con-inner > .elementor-background-slideshow::before, .elementor-12733 .elementor-element.elementor-element-5258481 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--background-overlay:'';}.elementor-12733 .elementor-element.elementor-element-9ae9da7{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:15px 0px 0px 0px;text-align:center;}.elementor-12733 .elementor-element.elementor-element-9ae9da7 .elementor-heading-title{font-family:"Oxanium", Sans-serif;font-size:70px;font-weight:600;text-transform:uppercase;text-decoration:none;line-height:1.1em;color:var( --e-global-color-secondary );}.elementor-12733 .elementor-element.elementor-element-96d7e8b{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-12733 .elementor-element.elementor-element-3de78e6{--display:flex;--min-height:500px;}.elementor-12733 .elementor-element.elementor-element-f0af34b img{box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);}.elementor-12733 .elementor-element.elementor-element-8eb4548 img{box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);}.elementor-12733 .elementor-element.elementor-element-fbbedd0 img{box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);}.elementor-12733 .elementor-element.elementor-element-b1e4af8{--display:flex;}@media(max-width:1024px){.elementor-12733 .elementor-element.elementor-element-5258481{--padding-top:160px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-12733 .elementor-element.elementor-element-9ae9da7 .elementor-heading-title{font-size:80px;line-height:1.1em;}}@media(max-width:767px){.elementor-12733 .elementor-element.elementor-element-5258481{--margin-top:40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-12733 .elementor-element.elementor-element-9ae9da7{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + -10px) 0px;padding:0px 0px 0px 20px;text-align:left;}.elementor-12733 .elementor-element.elementor-element-9ae9da7 .elementor-heading-title{font-size:65px;line-height:1.1em;}.elementor-12733 .elementor-element.elementor-element-f0af34b img{border-radius:0px 0px 0px 0px;}.elementor-12733 .elementor-element.elementor-element-8eb4548 img{border-radius:0px 0px 0px 0px;}.elementor-12733 .elementor-element.elementor-element-fbbedd0 img{border-radius:0px 0px 0px 0px;}}/* Start custom CSS for shortcode, class: .elementor-element-5e34fc2 *//* Theme color (แก้ค่านี้ให้ตรงกับปุ่ม CONTACT US ถ้าใช้สีอื่น) */
:root{ --ican-accent: #272727; }  /* ถ้าปุ่มออกชมพูเข้ม ให้ใส่ค่าสีนั้นแทน */

/* หัวตาราง */
.tablepress-id-5 thead th{
  background: var(--ican-accent) !important;
  color:#fff !important;
  border-color: var(--ican-accent) !important;
}

/* คุมตอนคลิกเรียงคอลัมน์ */
.tablepress-id-5 thead th.sorting,
.tablepress-id-5 thead th.sorting_asc,
.tablepress-id-5 thead th.sorting_desc{
  background: var(--ican-accent) !important;
  color:#fff !important;
}

/* ลูกศรเรียงลำดับให้ดูชัด */
.tablepress-id-5 table.dataTable thead th:after{
  color:#fff !important; opacity:.5;
}

/*------------------*/

/* เพิ่มช่องว่างใต้กล่อง Search ก่อนเข้าตาราง (DataTables v2) */
#tablepress-5_wrapper .dt-search{
  margin-bottom: 14px;           /* desktop */
}

@media (max-width: 768px){
  #tablepress-5_wrapper .dt-search{
    width: 100%;
    margin-bottom: 16px;         /* มือถือ - เว้นห่างมากขึ้นหน่อย */
  }
  #tablepress-5_wrapper .dt-search input{
    width: 100% !important;
    box-sizing: border-box;
  }
}

/*------------------*/

/* ===== Desktop / Tablet: จัดตำแหน่ง Search ให้สวยและเว้นห่างหัวตาราง ===== */
@media (min-width: 769px){
  #tablepress-5_wrapper .dt-layout-row:first-child{
    display:flex;
    justify-content:flex-end;    /* ดัน Search ไปขวา */
  }
  #tablepress-5_wrapper .dt-layout-end{
    width:100%;
    display:flex;
    justify-content:flex-end;
  }
  #tablepress-5_wrapper .dt-search{
    margin-bottom: 16px;
  }
  #tablepress-5_wrapper .dt-search input{
    width: 380px;
    max-width: 90vw;
    padding: 10px 14px;
    border-radius: 14px;
    box-sizing: border-box;
  }
}

/* ขนาดแท็บเล็ตแนวนอน/จอเล็กลงหน่อย */
@media (min-width: 769px) and (max-width: 1200px){
  #tablepress-5_wrapper .dt-search input{
    width: 320px;
  }
}/* End custom CSS */