._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: 'Noto Sans Thai', sans-serif !important;
}
body,
th,th,
.head-span{
  font-family: 'Noto 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{
    font-family: 'Noto 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: 'Noto Sans Thai', sans-serif !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;
}
  ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  ::-webkit-scrollbar-thumb {
    background: #848484;
    border-radius: 60px;
  }
  ::-webkit-scrollbar-track {
    background: #c5c5c5;
    border-radius: 60px;
  }
  ::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; */
  }
  /* [class*="wd-section-stretch"] {
    position: relative;
    min-width: 100%;
    width: 100%;
    left: 0;
} */
  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-fullwidth a{
    width: 100%;
  }
  /*header*/
/*pagination*/
.content-pagination {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 2em 0;
}
.content-pagination .current {
    color: #ffffff;
    border: 2px solid #0074bc;
    background: #0074bc;
    width: 40px;
    height: 40px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif !important;
    display: grid;
    justify-content: center;
    align-items: center;
}
.content-pagination a {
    color: #0074bc;
    border: 2px solid #0074bc;
    width: 40px;
    height: 40px;
    font-size: 16px;
    padding: 7px 8px;
    display: grid;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}
.content-pagination a.last-number_page {
    width: auto;
    padding: 7px 8px;
    height: auto;
    font-size: 16px;
    margin: 0 8px;
    height: 40px;
}
.content-pagination span.text-number_page {
    font-size: 16px;
    margin-right: 10px;
    font-family: 'Poppins', sans-serif !important;
    display: grid;
    justify-content: center;
    align-items: center;
    height: 40px;
}
.content-pagination a:hover {
    background: #7E684F;
    border-color: #7E684F;
    color: #fff;
}
.content-pagination a:hover i {
    color: #fff;
}
.archive .content-pagination, .blog .content-pagination {
    grid-column: span 3;
    padding-top: 0;
}
.content-pagination a:focus {
    color: #ffffff;
    background: #7E684F;
    border-color: #7E684F;
}
.content-pagination .current {
  color: #ffffff;
  border: 2px solid #7E684F;
  background: #7E684F;
  width: 40px;
  height: 40px;
  font-size: 16px;
  font-family: 'Noto Sans Thai', sans-serif !important;
}
.content-pagination a svg {
  transition: all ease-in-out 250ms;
}
.content-pagination span.page-numbers.dots {
  min-width: 20px;
}
/*pagination*/
/*single*/
/* .single h1{
  font-size: 29px;
  font-weight: 500;
  line-height: 1.6;
}
.single h2{
  font-size: 23px;
  font-weight: 500;
  line-height: 1.6;
}
.single h3{
  font-size: 21px;
  font-weight: 500;
  line-height: 1.6;
}
.single h4{
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}
.single h5{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}
.single h6{
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}
.single p{
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
} */
.img-square img {
    object-fit: cover;
    margin-bottom: 0;
    display: block;
    -webkit-transition: -webkit-filter .3s;
    transition: -webkit-filter .3s;
    -o-transition: filter .3s;
    transition: filter .3s;
    transition: filter .3s,-webkit-filter .3s;
    height: 100%;
    width: 100%;
    position: absolute;
    top: calc(50%);
    left: calc(50%);
    -webkit-transform: scale(1) translate(-50%,-50%);
    -ms-transform: scale(1) translate(-50%,-50%);
    transform: scale(1) translate(-50%,-50%);
    object-fit: cover;
    min-height: 100%;
}
.img-square .elementor-widget-container {
    padding-bottom: calc(1 * 100%);
    position: relative;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    overflow: hidden;
    object-fit: cover;
}
.elementor-page .site-content {
  margin: 0;
}
.elementor-page .wd-prefooter {
  padding: 0;
}
.whb-full-width .whb-row>.container, .whb-full-width+.whb-clone .whb-row>.container {
  max-width: 1280px !important;
  width: 100%;
  margin: 0 auto;
}
header.whb-header.whb-full-width.whb-sticky-shadow.whb-scroll-stick.whb-sticky-real.whb-hide-on-scroll.whb-sticky-prepared {
  padding: 0 !important;
}
.card-review a.elementor-post__read-more {
  border: 1px solid #000 !important;
  padding: 8px 20px;
  line-height: 1;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  max-width: 150px;
}
.card-review .elementor-post__text {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 10px;
}
article h3 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  position: relative;
  overflow: hidden;
  line-height: 1.2 !important;
}
.card-review a.elementor-post__read-more:hover {
  background: black;
  color: #fff !important;
}
.wd-sub-menu li>a {
  font-size: 20px;
}
.text-gold .elementor-heading-title, .span-gold span {
  color: #D5AD6D;
  background: -webkit-linear-gradient(transparent, transparent), -webkit-linear-gradient(right, rgba(213,173,109,1) 0%, rgba(213,173,109,1) 26%, rgba(226,186,120,1) 35%, rgba(163,126,67,1) 45%, rgba(145,112,59,1) 61%, rgba(213,173,109,1) 100%);
  background: -o-linear-gradient(transparent, transparent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.whb-general-header {
  background-color: transparent !important;
}
.website-wrapper {
  position: relative;
  background-color: #f0eae5;
}
.line-x svg path {
  transform: scale(1);
}
.line-x svg {
    width: 40px !important;
    height: 40px !important;
}
.line-x a.elementor-button span.elementor-button-content-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.gold-svg svg {
  stroke: #FFFEFF;
}
.gold-svg svg path {
  fill: #FFFEFF;
}
.gold-svg .elementor-icon-box-wrapper {
    width: 100%;
}
.gold-svg .elementor-icon-box-wrapper span.elementor-icon.elementor-animation- {
    background: var(--gold);
    padding: 30px;
    border-radius: 50%;
    background-image: linear-gradient(130deg, #e4c28d 40%, #91703B 73%);
}
.whb-sticky-prepared.whb-sticked .whb-main-header {
  background: #FFF;
}
.copyrights-wrapper {
  background: var(--bg-color);
}
.wd-nav[class*="wd-style-"]>li>a {
  font-size: 16px;
}
/* .wall_left .layer-1:before {
    transform:rotate(300deg);
    -webkit-transform: rotate(45deg);
    height: 300%;
    width: 300%;
    position: absolute;
    top: -1500px;
    content: '';
    background-image: url(https://horosri.ifbpage.com/wp-content/uploads/2023/12/Main-Logo-W.png);
    background-position: center;
    background-size: 165px;
    background-repeat: repeat;
    left: 0;
    opacity: 0.3;
} */
.wall_left .layer-1 {
    position: relative;
    overflow: hidden;
}
/*destop medium*/
@media (max-width: 1600px){
}
/*laptop*/
@media (max-width: 1280px){
}
/*ipad (tablet)*/
@media (max-width: 1024px) {
  /*pagination*/
  .box-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .content-pagination a {
    width: 32px;
    height: 32px;
    font-size: 13px;
    min-width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .content-pagination .current {
    width: 32px;
    min-width: 32px;
    height: 32px;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .content-pagination a.last-number_page {
    font-size: 14px;
    margin: 0;
    padding: 7px 16px;
    margin-left: 9px;
  }
  .content-pagination a.next.page-numbers {
    margin: 0;
  }
  .content-pagination .box-pagination span.page-numbers.current{
    border-radius: 50px;
  }
  .content-pagination span.text-number_page {
    font-size: 14px;
    margin-right: 10px;
  }
  /*end pagination*/
  /*single*/
  /* .single h1{
    font-size: 21px;
  }
  .single h2{
    font-size: 21px;
  }
  .single p{
    font-size: 14px;
  } */
/*end pagination*/
.fixed-class {
  position: fixed;
  bottom: 0;
  z-index: 99;
  padding: 12px 0px 9px;
}
}
/*iphone5 (small smartphone)*/
@media (max-width: 767px) {
 
}