._heading, h1, h2, h3, h4, h5, h6, .head-h1 div, .head-h2 div, .head-h3 div, .head-h1 span, .head-h2 span, .head-h3 span,
.head-h1, .head-h2, .head-h3{
  font-family: "DM Sans", "IBM Plex Sans Thai",  sans-serif !important;
}
body,
th,th,
.head-span{
  font-family: "DM Sans", "IBM Plex Sans Thai",  sans-serif !important;
}
._heading, .btn, .button, .menu, blockquote, legend, fieldset, table, button, input, select
, textarea, nav,label,span.jet-headline__label, span.jet-headline__part,span.elementor-icon-list-text,
.elementor-post-navigation__link span, span.timeline-label, time, span.head_tab, span.ha-tab__title-text, ul.menu_setting li span,
.text, .error, .success, .tab-post li, .ha-advanced-heading-wrap span, span.elementor-post-date, .breadcrumb-label, li,
ul li span, .elementor-text-editor.elementor-clearfix, .td-paragraph-padding-0, span.elementor-button-text, a,span.custom-select-trigger,
.elementor-image-box-title, .elementor-widget-container, .content-pagination span.text-number_page, .content-pagination a.last-number_page, .elementor-heading-title{
    font-family: "DM Sans", "IBM Plex Sans Thai",  sans-serif !important;
}
p, strong , .elementor-nav-menu a, span.jet-custom-item-label, .jet-menu-name span.jet-menu-label
a,figcaption,.custom-options span, span.woocommerce-Price-amount.amount, span.woocommerce-Price-amount.amount{
    font-family: "DM Sans", "IBM Plex Sans Thai",  sans-serif !important;
}

.yp-product-loop .elementor-loop-container.elementor-grid {
    justify-content: center;
    align-items: center;
    display: flex !important;
    flex-wrap: wrap;
}
.yp-product-loop .elementor-loop-container.elementor-grid .e-loop-item {
  width:calc(25% - 15px) !important;
}
#wpadminbar .ab-icon {
    font: normal 20px/1 dashicons !important;
}
#wpadminbar * {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif !important;
}
  ::selection {
    background: #7E684F;
    color: #fff;
  }
  ::-moz-selection {
    background: #7E684F;
    color: #fff;
  }
  h1, h2, h3, h4, h5, h6{
    margin: 0;
  }
  button{
      cursor: pointer;
  }
  p {
    margin: 0;
    transition: all ease-in-out 250ms !important;
    -webkit-transition: all ease-in-out 250ms !important;
    -o-transition: all ease-in-out 250ms !important;
    -moz-transition: all ease-in-out 250ms !important;
    text-decoration: unset;
    /*line-height: 1.6em;*/
  }
  .single-post .entry-content p{
    margin: 0;
  }
  button, input, textarea, span.jet-menu-label, input[type="submit"], i{
     transition: all ease-in-out 250ms !important;
     -webkit-transition: all ease-in-out 250ms !important;
     -o-transition: all ease-in-out 250ms !important;
     -moz-transition: all ease-in-out 250ms !important;
     text-decoration: unset;
  }
  a{
    color: #000;
    font-weight: 500;
    /* text-decoration: underline;
    text-decoration-color: #f1c40f; */
  }
  a:hover{
    color: #f1c40f;
    /* text-decoration: underline;
    text-decoration-color: #f1c40f; */
  }
  body {
    margin: 0;
  }
body.admin-bar .site-header {
    top: 0;
}
  @keyframes slidein {
    from {
      right: 0;
      transform: translateX(600px);
    }
    to {
      transform: translateX(0);
    }
  }
  @keyframes slideup {
    from {
      right: 0;
      transform: translateY(-600px);
    }
    to {
      transform: translateY(0);
    }
  }
  @keyframes slideout {
    from {
      transform: translateX(0);
    }
    to {
      right: 0;
      transform: translateX(600px);
    }
  }
  .btn-home a.elementor-button span.elementor-button-content-wrapper {
    display: flex;
    align-items: center;
}
div#sticky-bar_top.active {
  position: fixed;
  top: 46px;
  z-index: 999999;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1280px !important;
  box-shadow: 8px 5px 22px #36363614;
}
.de-none{
  display: none !important;
}
.callback-button {
  background-color: #80685B !important;  /* Brown color similar to the image */
  color: white !important;
  padding: 10px 25px;
  border-radius: 8px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  font-family: Arial, sans-serif;
  font-size: 15px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.callback-button:hover {
  background-color: #6F5B45;  /* Darker shade for hover effect */
}
.callback-button svg{
  height: 18px;
  width: 18px;
  transform: rotate(-45deg);
  position: relative;
  top: 8px;
}
.phone-icon {
  margin-left: 10px;
  transform: rotate(90deg);  /* Rotate phone icon to match design */
}
.trigger-box {
  position: relative;
  overflow: hidden;
}
.trigger-box .elementor-widget-container {
  display: grid;
  grid-gap: 10px;
  position: relative;
  height: 120px!important;
  overflow: hidden;
  transition: all ease-in-out 600ms;
}
.trigger-box.highlighted .elementor-widget-container {
height: 30vh !important;
overflow-y: scroll !important;
}
#up-down.highlighted span.elementor-button-icon {
  position: relative;
  transform: rotate(180deg);
  top: -3px;
}
/* Styling for the table with specific ID */
#financialTable {
  width: 100%;
  max-width: 1000px;
  margin: 20px auto;
  border-collapse: collapse;
  background-color: #e6f0fa; /* Light blue background */
  font-family: Arial, sans-serif;
}
/* Styling for table headers with class */
.tableHeader {
  padding: 10px;
  text-align: center;
  font-weight: 400;
  background: #103658;
  color: #fff;
}
/* Styling for table data cells with class */
.tableCell {
  padding: 10px;
  text-align: center;
  border: 1px solid #ccc; /* Light gray border for cells */
  background: #fff;
  color: #000;
}
/* Styling for rows with class */
.dataRow:hover {
  background-color: #d3e4f3; /* Slightly darker blue on hover */
}
/* Specific styling for the metric column with class */
.metricColumn {
  font-weight: bold;
}
/* Specific styling for the value column with class */
.valueColumn {
  color: #000; /* Darker color for values */
}
/* Specific styling for the status column with class */
.statusColumn {
  font-style: italic;
}
.tableCell img {
  height: 70px !important;
  width: 70px;
  display: flex;
  justify-content: center;
  margin: 0 auto 0;
}
.c-icon span.elementor-icon {
  background: #102633;
  border-radius: 50px;
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-icon span.elementor-icon svg {
  fill: #fff;
}
.card-product_qh {
  position: relative;
  display: block;
  overflow: hidden;
}
.card-product_qh .cp-row {
  position: relative;
  display: flex;
  flex-direction: column;
}
.card-product_qh .cp-row .bg-thumbnail {
  display: block;
  position: relative;
}
.card-product_qh .cp-row .bg-thumbnail a {
  display: block;
  line-height: 0;
}
.card-product_qh .cp-row .bg-thumbnail img {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  object-fit: cover;
  min-height: 100%;
  margin: 0 auto;
  transition: all ease-in-out 600ms;
  transform-style: preserve-3d;
  object-position: center;
}
.card-product_qh {
  position: relative;
  display: block;
  overflow: hidden;
}
.card-product_qh .cp-row {
  position: relative;
  display: flex;
  flex-direction: column;
}
.card-product_qh .cp-row .bg-thumbnail {
  display: block;
  position: relative;
}
.card-product_qh .cp-row .bg-thumbnail img {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  object-fit: cover;
  min-height: 100%;
  margin: 0 auto;
  transition: all ease-in-out 600ms;
  transform-style: preserve-3d;
  object-position: center;
}
.card-product_qh .cp-row .bg-thumbnail a {
  padding-bottom: calc(1.4 * 100%);
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 0;
}
.card-product_qh .cp-row .cp-info {
  background: #000000bd;
  position: absolute;
  top: 500%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  padding: 15px;
  transition: all ease-in-out 400ms;
}
.card-product_qh .cp-row .cp-info h3 {
  color: #fff;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
  overflow: hidden;
}
.card-product_qh .cp-row .cp-info .cp-title:before {
  content: '';
  height: 1px;
  width: 100%;
  display: block;
  max-width: 30px;
  background: #fff;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}
.card-product_qh .cp-row .cp-info .cp-title {
  position: relative;
  display: block;
}
.card-product_qh .cp-row .cp-info .cp-info_box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
}
.card-product_qh .cp-row .cp-info .cp-info_box .cp-button {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.card-product_qh .cp-row .cp-info .cp-info_box .cp-button a.cp-btn.cp-btn-link {
  background: #103658;
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 14px;
}
.card-product_qh .cp-row .cp-info .cp-detail {
  color: #fff;
  min-height: 100%;
  height: 115px;
  overflow: hidden;
  position: relative;
}
.card-product_qh .cp-row .cp-info .cp-detail p{
  line-height: 23px;
}
.card-product_qh:hover .cp-row .cp-info {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  display: flex;
  align-items: center;
}
.short-name .name-t {
    font-size: 21px;
    color: #fff;
    padding-top: 20px;
    display: block;
    line-height: 1.3;
    text-align: center;
    padding-bottom: 20px;
}
.cc-icon figure.elementor-image-box-img img {
  height: 140px;
  width: 140px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  object-fit: cover;
  /* border: 1px solid #ebebeb; */
  box-shadow: 3px 0 10px #44444417;
}
/*CARD POST*/
/*card post*/
.card-post_content .b-thumbnail img {
  border-radius: 10px;
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  object-fit: cover;
  min-height: 100%;
  margin: 0 auto;
  transition: all ease-in-out 600ms;
  transform-style: preserve-3d;
  object-position: center;
}
.card-post_content .b-thumbnail a {
  padding-bottom: calc(0.65 * 100%);
  display: block;
  position: relative;
  overflow: hidden;
}
.card-post_content .b-date {
  font-size: 11px;
  color: #000;
  opacity: 0.5;
  line-height: 1.3;
  text-transform: uppercase;
}
.card-post_content .head-h3.vc-title a {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: #000;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
  overflow: hidden;
  min-height: auto;
  height: 100%;
  padding-top: 5px;
  margin-top: -6px;
  margin-bottom: -3px;
}
.card-post_content .b-post {
  display: grid;
  grid-gap: 15px;
}
.card-post_content .b-post .b-info {
  display: grid;
  grid-gap: 10px;
}
.card-post_content .b-info_detail p {
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  opacity: 0.5;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  position: relative;
  overflow: hidden;
  min-height: 57px;
  height: 100%;
}
.card-post_content .b-post .head-h3.vc-title a:hover {
  color: var(--ac-color);
}
.recent-blogspost {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.recent-blogspost .card-post_content {
    flex-basis: calc(33.3333% - 20px);
}
.main-project {
    padding: 5em 0em;

}
.blog .wd-content-layout {
    padding: 0;
}
.woocommerce-page .product-tabs-wrapper {
    border: 0;
    margin: 0 !important;
    padding: 0;
}
.woocommerce-page .wd-accordion-item {
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}
div#tab-description {
    padding: 0;
}
.single-product .wd-builder-off {
        --wd-single-spacing: 20px !important;
        padding-block: 20px !important;
        padding: 0 !important;
}
.single-post_sn {
  grid-column: span 12;
}
@media (min-width: 768px) {
.whb-main-header .whb-column.whb-col-right {
    display: flex;
    justify-content: center;
    align-items: end;
    flex-direction: column;
        gap: 10px;
}
}

.whb-general-header-inner {
    align-items: center;
}

.polylang_slink {
  font-weight: 500;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 0;
  background: #e8e8e8;
}
.polylang_slink a {
  color: #222;
width: 34px;
    height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}
.wd-page-wrapper.website-wrapper .polylang_slink a {
  font-size: 13px!important;
}
.polylang_slink a:hover{
  opacity: 0.65;
}
.polylang_slink a.languages__item.languages__item--current {
  background: #cdae82;
  color: #FFF;
}
.polylang_slink img {
  width: 19px !important;
  height: auto !important;
}
.polylang_slink .vflag {
  display: flex;
}

.polylang_slink_mobile_menu{
  display: block;
  text-align: right;
    margin: 0;
        /* margin-bottom: -5px !important; */
}

.mobile-menu-widget {
    margin: 0 !important;
    border-bottom: 0 !important;
    padding: 0 !important;
}
.polylang_slink_mobile_menu .polylang_slink {
    display: inline-flex;
}
.widgetarea-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
        padding: 20px 12px;
}
.widgetarea-mobile .elementor-widget-container {
    margin-top: 0 !important;
}
/*destop medium*/
@media (max-width: 1600px){
}
/*laptop*/
@media (max-width: 1280px){
}
/*ipad (tablet)*/
@media (max-width: 1024px) {
  .cc-icon figure.elementor-image-box-img img {
    height: 85px;
    width: 85px;
  }
  .main-project {
    padding: 2em 2em;
  }
  .woocommerce-page .wd-accordion-item {
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  div#tab-description {
    padding: 0;
  }
  .single-product .wd-builder-off {
    --wd-single-spacing: 20px !important;
    padding-block: 20px !important;
    padding: 0 !important;
  }
}
/*iphone5 (small smartphone)*/
@media (max-width: 767px) {
  .yp-product-loop .elementor-loop-container.elementor-grid .e-loop-item {
  width:100% !important;
}
.yp-product-loop .e-con.e-flex>.e-con-inner {
    flex-direction: row;
    width: 100%;
}
.yp-product-loop .e-con.e-flex>.e-con-inner > .elementor-element{
  width:100%;
}
  div#sticky-bar_top.active {
    position: unset !important;
    top: unset !important;
    z-index: unset !important;
    left: unset !important;
    transform: unset !important;
    width: unset !important;
    max-width: unset !important;
    box-shadow: unset !important;
  }
  .de-none{
    display: unset !important;
  }
  .card-product_qh .cp-row .bg-thumbnail a {
    padding-bottom: calc(1 * 100%);
  }
  .cc-icon figure.elementor-image-box-img img {
    height: 95px;
    width: 95px;
  }
  .recent-blogspost .card-post_content {
    flex-basis: 100%;
}
.recent-blogspost {
    gap: 20px;
}
.main-project {
    padding: 2em 1.5em;
}
.woocommerce-page .wd-accordion-item {
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}
div#tab-description {
    padding: 0;
}
.single-product .wd-builder-off {
  --wd-single-spacing: 20px !important;
  padding-block: 20px !important;
  padding: 0 !important;
}
}