@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700&family=Sarabun:wght@400;700&display=swap");
@import 'bootstrap.min.css';
@import 'all.min.css';
@import 'aos.css';
@import 'swiper.min.css';
@font-face {
  font-family: "Anuphan";
  src: url("../webfonts/anuphan/anuphan-bold-webfont.woff2") format("woff2"), url("../webfonts/anuphan/anuphan-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Anuphan";
  src: url("../webfonts/anuphan/anuphan-regular-webfont.woff2") format("woff2"), url("../webfonts/anuphan/anuphan-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
/* ===== Style for Mobile ===== */
body {
  font-family: "Poppins", "Sarabun";
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", "Anuphan";
}

img {
  max-width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
}

/* Toggle Menu */
.toggle-menu {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 16px;
  padding-right: 0;
  cursor: pointer;
  -webkit-transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.toggle-menu i {
  display: block;
  width: 32px;
  height: 2px;
  border-radius: 100px;
  background: #333;
  -webkit-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}
.toggle-menu i + i {
  margin-top: 4px;
}
.toggle-menu.active i:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(4px, 2px);
      -ms-transform: rotate(45deg) translate(4px, 2px);
          transform: rotate(45deg) translate(4px, 2px);
  margin: 0;
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.toggle-menu.active i:nth-child(2) {
  opacity: 0;
  -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
          transform: translateX(-10px);
}
.toggle-menu.active i:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(4px, -2px);
      -ms-transform: rotate(-45deg) translate(4px, -2px);
          transform: rotate(-45deg) translate(4px, -2px);
  margin: 0;
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

/* Side Nav */
.side-nav {
  width: 75vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 9998;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.side-nav .mobile-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.side-nav .mobile-menu > li {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.side-nav .mobile-menu > li > a {
  color: #FFF;
  font: 700 normal 1.5rem "Poppins", "Sarabun";
}
.side-nav .mobile-menu > li:nth-child(1) {
  -webkit-transition-duration: 0.75 s;
       -o-transition-duration: 0.75 s;
          transition-duration: 0.75 s;
}
.side-nav .mobile-menu > li:nth-child(2) {
  -webkit-transition-duration: 1.5 s;
       -o-transition-duration: 1.5 s;
          transition-duration: 1.5 s;
}
.side-nav .mobile-menu > li:nth-child(3) {
  -webkit-transition-duration: 2.25 s;
       -o-transition-duration: 2.25 s;
          transition-duration: 2.25 s;
}
.side-nav .mobile-menu > li:nth-child(4) {
  -webkit-transition-duration: 3 s;
       -o-transition-duration: 3 s;
          transition-duration: 3 s;
}
.side-nav .mobile-menu > li:nth-child(5) {
  -webkit-transition-duration: 3.75 s;
       -o-transition-duration: 3.75 s;
          transition-duration: 3.75 s;
}
.side-nav .mobile-menu > li:nth-child(6) {
  -webkit-transition-duration: 4.5 s;
       -o-transition-duration: 4.5 s;
          transition-duration: 4.5 s;
}
.side-nav .mobile-menu > li:nth-child(7) {
  -webkit-transition-duration: 5.25 s;
       -o-transition-duration: 5.25 s;
          transition-duration: 5.25 s;
}
.side-nav .mobile-menu > li:nth-child(8) {
  -webkit-transition-duration: 6 s;
       -o-transition-duration: 6 s;
          transition-duration: 6 s;
}
.side-nav .mobile-menu > li:nth-child(9) {
  -webkit-transition-duration: 6.75 s;
       -o-transition-duration: 6.75 s;
          transition-duration: 6.75 s;
}
.side-nav .mobile-menu > li:nth-child(10) {
  -webkit-transition-duration: 7.5 s;
       -o-transition-duration: 7.5 s;
          transition-duration: 7.5 s;
}
.side-nav .mobile-menu > li.menu-item-has-children .sub-menu > li {
  color: #FFF;
}
.side-nav .mobile-menu > li.menu-item-has-children .sub-menu > li > a {
  color: #FFF;
}
.side-nav.active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-box-shadow: 0 0 32px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 32px rgba(0, 0, 0, 0.2);
}
.side-nav.active .mobile-menu > li {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}

/* Top Bar */
.top-bar .topbar-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top-bar .topbar-content .top-info {
  display: none;
}
.top-bar .topbar-content .topbar-action {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top-bar .topbar-content .social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.top-bar .topbar-content .social-icon .icon {
  font-size: 1rem;
}
.top-bar .topbar-content .social-icon .icon + .icon {
  margin-left: 1rem;
}
.top-bar .topbar-content .search-toggle {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 0.75rem 1.5rem;
  margin-left: 1rem;
  margin-right: -15px;
  cursor: pointer;
}
.top-bar .topbar-content .search-toggle:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.search-wrapper {
  background-color: rgba(255, 255, 255, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
  width: 100vw;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
.search-wrapper .search-box {
  text-align: center;
  padding: 1rem;
}
.search-wrapper .search-box .search-form span {
  display: none;
}
.search-wrapper .search-box .search-form .search-field {
  border: solid 1px #333;
  font: 400 normal 1.25rem "Poppins", "Sarabun";
  padding: 0.5rem 1rem;
  background: none;
  width: 100%;
}
.search-wrapper .search-box .search-form .search-field:focus {
  outline: none;
}
.search-wrapper .search-box .search-form .search-submit {
  background: #333;
  color: #FFF;
  font: 400 normal 1.25rem "Poppins", "Sarabun";
  padding: 0.5rem 1rem;
  border: none;
  border: solid 1px #333;
}
.search-wrapper .search-box .close {
  font-size: 2rem;
  float: none;
}
.search-wrapper.active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

/* Main Header */
.main-header {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0.5rem 0;
  z-index: 9997;
  position: absolute;
}
.main-header.active {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
}
.main-header .header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main-header .header-content .main-logo img {
  max-height: 2rem;
  width: auto;
}
.main-header .header-content .main-nav {
  display: none;
}
.main-header .header-content .top-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-header .header-content .top-action .cart-item,
.main-header .header-content .top-action .my-account {
  margin-right: 1rem;
}
.main-header .header-content .top-action .cart-item a,
.main-header .header-content .top-action .my-account a {
  color: #333;
}
.main-header .header-content .top-action a + a {
  margin-left: 1rem;
}

/* Home Slide */
.homeslide-wrapper {
  overflow: hidden;
  position: relative;
}
.homeslide-wrapper .home-slide .swiper-button-next,
.homeslide-wrapper .home-slide .swiper-button-prev {
  color: #FFF;
}
.homeslide-wrapper .swiper-slide {
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.homeslide-wrapper .swiper-slide:before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.6);
}
.homeslide-wrapper .swiper-slide .slide-title {
  color: #FFF;
  padding: 2rem;
}
.homeslide-wrapper .swiper-slide .slide-title .title {
  font-size: 2rem;
  font-weight: 700;
  margin: 1rem 0;
}
.homeslide-wrapper .swiper-slide .slide-title .button {
  margin-top: 1rem;
}
.homeslide-wrapper .swiper-slide .slide-title .button .btn + .btn {
  margin-left: 1rem;
}

/* Home About */
.home-about-section {
  padding: 1rem 0;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.home-about-section #particles-js {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  top: 0;
  left: 0;
}
.home-about-section .about-figure {
  position: relative;
  z-index: 0;
  /* &:before {
      display: block;
      content: '';
      position: absolute;
      width: 40%;
      padding-bottom: 40%;
      background-color: rgba(0, 0, 0, .2);
      z-index: -1;
      top: -10%;
      right: -10%;
  }

  &:after {
      display: block;
      content: '';
      position: absolute;
      width: 40%;
      padding-bottom: 40%;
      background-color: rgba(255, 255, 255, .25);
      z-index: -1;
      bottom: -10%;
      left: -10%;
  } */
}
.home-about-section .about-figure img {
  width: 100%;
  height: auto;
}
.home-about-section .home-about-content .about-content .title {
  font-size: 2rem;
  font-weight: 700;
}
.home-about-section .home-about-content .about-content .content {
  font-size: 16px;
}
.home-about-section .home-about-content .about-content .button {
  margin-top: 1rem;
}

/* Service */
.home-service-section {
  padding: 3rem 0;
  background-size: cover;
}

.home-service {
  margin-top: 1rem;
}
.home-service .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #333;
  color: #CCC;
  margin-bottom: 1rem;
  -webkit-transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
  text-decoration: none;
}
.home-service .item .thumb {
  width: 50%;
  margin: 0;
  overflow: hidden;
}
.home-service .item .thumb img {
  width: 100%;
  height: auto;
  -webkit-transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.home-service .item .caption {
  padding: 1rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}
.home-service .item .caption .title {
  font-size: 1rem;
  font-weight: 700;
}
.home-service .item .caption .desc {
  font-size: 12px;
}
.home-service .item .caption .desc p {
  margin-bottom: 0;
}
.home-service .item:hover .thumb img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

/* Catalog */
.home-catalog-section {
  padding: 3rem 0;
}

.home-catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.home-catalog .item {
  border: solid 1px #DDD;
  margin-bottom: 1rem;
  width: calc((100% - 1rem) / 2);
}
.home-catalog .item:not(:nth-child(2n)) {
  margin-right: 1rem;
}
.home-catalog .item .thumb {
  margin-bottom: 0;
  overflow: hidden;
}
.home-catalog .item .thumb img {
  -webkit-transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.home-catalog .item .caption {
  padding: 1rem;
}
.home-catalog .item .caption .cat a {
  font-size: 12px;
}
.home-catalog .item .caption .title {
  font-size: 1rem;
  font-weight: 700;
}
.home-catalog .item .caption .desc {
  font-size: 14px;
}
.home-catalog .item:hover .thumb img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

/* Call to Action */
.call-to-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.call-to-action .figure {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 0;
}
.call-to-action .figure img {
  width: 100%;
  height: auto;
}
.call-to-action .content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 2rem;
}
.call-to-action .content .title {
  font-weight: 700;
}
.call-to-action .content .desc {
  font-size: 16px;
}
.call-to-action .content .button {
  margin-top: 1rem;
}

/* News */
.home-news-section {
  padding: 3rem 0;
  background-color: #EEE;
}

/* Post */
.post-display .item {
  display: block;
  margin-bottom: 2rem;
  -webkit-transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
  text-decoration: none;
  -webkit-box-shadow: 8px 8px 50px rgba(0, 0, 0, 0.25);
          box-shadow: 8px 8px 50px rgba(0, 0, 0, 0.25);
  color: #333;
}
.post-display .item .thumb {
  margin-bottom: 0;
  overflow: hidden;
}
.post-display .item .thumb img {
  -webkit-transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.post-display .item .caption {
  padding: 2rem;
}
.post-display .item .caption .cat a {
  font-size: 12px;
  letter-spacing: 2px;
}
.post-display .item .caption .title {
  font-size: 1.75rem;
  font-weight: 700;
}
.post-display .item .caption .desc {
  font-size: 14px;
}
.post-display .item:hover .thumb img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

/* Footer */
.main-footer {
  padding: 2rem 0;
}
.main-footer .footer-logo {
  margin-bottom: 2rem;
}
.main-footer .footer-logo img {
  max-height: 48px;
  width: auto;
}
.main-footer .footer-info .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.main-footer .footer-info .item .icon {
  margin-right: 1rem;
}
.main-footer .footer-info .item .info {
  font-size: 14px;
}
.main-footer .footer-info .item + .item {
  margin-top: 2rem;
}
.main-footer .footer-content .title {
  font-size: 1.5rem;
  font-weight: 700;
}
.main-footer .footer-content .desc {
  font-size: 12px;
  margin-bottom: 1rem;
}
.main-footer .footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 2;
}
.main-footer .footer-menu .sub-menu {
  display: none;
}

.copyright-bar {
  padding: 0.5rem 0;
  text-align: center;
  font-size: 14px;
  letter-spacing: 2px;
}

.page-title {
  padding: 5rem 0;
  position: relative;
  z-index: 0;
  background-size: cover;
}
.page-title:before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.6);
}
.page-title .title {
  color: #FFF;
  border-left-width: 8px;
  border-left-style: solid;
  font-weight: 700;
  padding-left: 2rem;
}

.content-area {
  padding: 1rem 0;
}

.pagination .wp-pagenavi a:hover,
.pagination .wp-pagenavi span.current {
  border: none;
  padding: 3px 12px;
}
.pagination .wp-pagenavi a, .pagination .wp-pagenavi span {
  border: none;
  padding: 3px 12px;
  background-color: #DDD;
  color: #333;
  text-decoration: none;
}

/* Section */
.section-header {
  margin-bottom: 1rem;
}
.section-header .section-title {
  display: inline-block;
  padding-bottom: 1rem;
  font-size: 1rem;
}
.section-header .title {
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 1rem;
}

/* Woocommerce */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: #333;
  font-weight: 700;
}
.woocommerce ul.products li.product .price {
  color: #666;
}
.woocommerce ul.products li.product .added_to_cart {
  margin-left: 0.5rem;
  font-size: 14px;
  color: #666;
}
.woocommerce div.product .product_title {
  font-weight: 700;
}
.woocommerce div.product .price {
  color: #666 !important;
}
.woocommerce div.product .woocommerce-product-details__short-description {
  font-size: 14px;
}
.woocommerce div.product .qty {
  height: 35.75px !important;
}
.woocommerce div.product .product_meta {
  font-size: 14px;
}
.woocommerce .related.products {
  clear: both;
}
.woocommerce #customer_details {
  padding: 15px 0;
  border: solid 1px #DDD;
  margin-bottom: 1rem;
}
.woocommerce .input-text {
  padding: 0.5rem;
  border-radius: 0;
  border: solid 1px #DDD;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #333;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #000;
}

.woocommerce-billing-fields .form-row,
.woocommerce-shipping-fields .form-row,
.woocommerce form .form-row {
  display: block;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  max-width: unset;
}

@media only screen and (min-width: 1200px) {
  /* ===== Style for Desktop ===== */
  /* Hide Mobile Nav */
  .toggle-menu,
.side-nav {
    display: none;
  }

  /* Top Bar */
  .top-bar {
    padding: 0;
  }
  .top-bar .topbar-content .top-info {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .top-bar .topbar-content .top-info .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1rem;
  }
  .top-bar .topbar-content .top-info .item + .item {
    border-left: solid 1px rgba(255, 255, 255, 0.2);
  }
  .top-bar .topbar-content .top-info .item:first-child {
    padding-left: 0;
  }
  .top-bar .topbar-content .top-info .item .icon {
    margin-right: 1rem;
  }
  .top-bar .topbar-content .top-info .item .info {
    font: 400 normal 12px/1.25 "Poppins", "Sarabun";
  }
  .top-bar .topbar-content .topbar-action {
    width: auto;
  }
  .top-bar .topbar-content .search-toggle {
    padding: 1.25rem 1.5rem;
    margin-right: 0;
  }

  /* Main Header */
  .main-header {
    padding: 0;
  }
  .main-header .header-content .main-logo img {
    max-height: 2.5rem;
    width: auto;
  }
  .main-header .header-content .main-nav {
    display: block;
  }
  .main-header .header-content .main-nav .main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .main-header .header-content .main-nav .main-menu > li {
    position: relative;
  }
  .main-header .header-content .main-nav .main-menu > li > a {
    display: block;
    padding: 0 1.5rem;
    font: 400 normal 14px/5rem "Poppins", "Sarabun";
    border-bottom: solid 6px #DDD;
    -webkit-transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
    -o-transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
    transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
    text-decoration: none;
    color: #333;
  }
  .main-header .header-content .main-nav .main-menu > li.current-menu-item a {
    font-weight: 700;
  }
  .main-header .header-content .main-nav .main-menu > li:hover a {
    border-color: #999;
  }
  .main-header .header-content .main-nav .main-menu > li.menu-item-has-children:after {
    content: "";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-60%);
        -ms-transform: translateY(-60%);
            transform: translateY(-60%);
  }
  .main-header .header-content .main-nav .main-menu > li.menu-item-has-children .sub-menu {
    display: none;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
    -o-transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
    transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
    -webkit-transform: translateY(24px);
        -ms-transform: translateY(24px);
            transform: translateY(24px);
  }
  .main-header .header-content .main-nav .main-menu > li.menu-item-has-children .sub-menu li.menu-item-has-children {
    position: relative;
  }
  .main-header .header-content .main-nav .main-menu > li.menu-item-has-children .sub-menu li.menu-item-has-children:after {
    content: "";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-60%);
        -ms-transform: translateY(-60%);
            transform: translateY(-60%);
    color: #FFF;
  }
  .main-header .header-content .main-nav .main-menu > li.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu {
    top: 0;
    left: 100%;
    display: none;
    -webkit-box-shadow: inset 4px 0 8px rgba(0, 0, 0, 0.25);
            box-shadow: inset 4px 0 8px rgba(0, 0, 0, 0.25);
  }
  .main-header .header-content .main-nav .main-menu > li.menu-item-has-children .sub-menu li.menu-item-has-children:hover .sub-menu {
    display: block;
  }
  .main-header .header-content .main-nav .main-menu > li.menu-item-has-children.current-menu-item .sub-menu > li > a {
    color: #FFF !important;
    font-weight: 400;
  }
  .main-header .header-content .main-nav .main-menu > li.menu-item-has-children:hover .sub-menu {
    display: block;
    min-width: 100%;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: 99;
  }
  .main-header .header-content .main-nav .main-menu > li.menu-item-has-children:hover .sub-menu > li > a {
    display: block;
    padding: 8px 16px;
    white-space: nowrap;
    color: #FFF !important;
    font-size: 14px;
    letter-spacing: 2px;
    text-decoration: none;
    -webkit-transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
    -o-transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
    transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .main-header .header-content .main-nav .main-menu > li.menu-item-has-children:hover .sub-menu > li:hover > a {
    background-color: rgba(0, 0, 0, 0.25);
  }
  .main-header .header-content .main-nav .main-menu > li.menu-item-has-children:last-child .sub-menu {
    right: 0 !important;
  }

  /* Home Slide */
  .homeslide-wrapper .home-slide .swiper-slide:before {
    background: black;
    background: -webkit-gradient(linear, left top, right top, from(black), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(left, black 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 100%);
  }
  .homeslide-wrapper .home-slide .swiper-slide .slide-title {
    max-width: 75%;
    padding: 0 0 0 5rem;
    border-left-width: 8px;
    border-left-style: solid;
  }
  .homeslide-wrapper .home-slide .swiper-slide .slide-title .title {
    font-size: 2.5rem;
  }
  .homeslide-wrapper .home-slide .swiper-slide .slide-title .subtitle {
    font-size: 1.15rem;
  }

  /* Home About */
  .home-about-section {
    padding: 5rem 0;
  }
  .home-about-section .home-about-content .about-content .title {
    font-size: 2.5rem;
  }
  .home-about-section .home-about-content .about-content .button {
    margin-top: 1rem;
  }

  /* Service */
  .home-service-section {
    padding: 5rem 0;
  }

  .home-service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-bottom: 5rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .home-service .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc((100% - 2px) / 3);
  }
  .home-service .item:not(:nth-child(3n)) {
    margin-right: 1px;
  }
  .home-service .item .thumb {
    width: 100%;
  }
  .home-service .item .caption {
    padding: 2rem;
  }
  .home-service .item .caption .title {
    font-size: 1.5rem;
  }
  .home-service .item .caption .desc {
    font-size: 0.9rem;
  }

  /* Catalog */
  .home-catalog-section {
    padding: 5rem;
  }

  .home-catalog .item {
    width: calc((100% - 6rem) / 4);
    margin-bottom: 2rem;
  }
  .home-catalog .item:not(:nth-child(4n)) {
    margin-right: 2rem;
  }
  .home-catalog .item .caption .title {
    font-size: 1.25rem;
  }

  /* Call to Action */
  .call-to-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .call-to-action .content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 50%;
    padding: 4rem;
  }
  .call-to-action .content .title {
    font-size: 2.5rem;
  }
  .call-to-action .figure {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 50%;
  }

  /* News */
  .home-news-section {
    padding: 5rem 0;
  }

  /* Post */
  .post-display {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .post-display .item {
    width: calc((100% - 4rem) / 3);
  }
  .post-display .item:not(:nth-child(3n)) {
    margin-right: 2rem;
  }

  .content-area {
    padding: 5rem 0;
  }

  /* Footer */
  .main-footer {
    padding: 5rem 0;
  }

  /* Section */
  .section-header .title {
    font-size: 3rem;
  }
}
/*# sourceMappingURL=style.css.map */