@charset "UTF-8";
/*!
Theme Name: Portal Institucional da Associação Nacional de Municípios Portugueses
Author: Skillmind S.A.
Author URI: http://skillmind.pt/
Description: Tema para criação de um portal institucional para a Associação Nacional de Municípios Portugueses
Version: 1.0
Tags: 
Text Domain: gsk-portal-institucional
*/
@font-face {
  font-family: "Sarabun-Bold";
  src: url("fonts/Sarabun/Sarabun-Bold.woff") format("woff"), url("fonts/Sarabun/Sarabun-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Sarabun-BoldItalic";
  src: url("fonts/Sarabun/Sarabun-BoldItalic.woff") format("woff"), url("fonts/Sarabun/Sarabun-BoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Sarabun-ExtraBold";
  src: url("fonts/Sarabun/Sarabun-ExtraBold.woff") format("woff"), url("fonts/Sarabun/Sarabun-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "Sarabun-ExtraBoldItalic";
  src: url("fonts/Sarabun/Sarabun-ExtraBoldItalic.woff") format("woff"), url("fonts/Sarabun/Sarabun-ExtraBoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Sarabun-Light";
  src: url("fonts/Sarabun/Sarabun-Light.woff") format("woff"), url("fonts/Sarabun/Sarabun-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Sarabun-Medium";
  src: url("fonts/Sarabun/Sarabun-Medium.woff") format("woff"), url("fonts/Sarabun/Sarabun-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Sarabun-MediumItalic";
  src: url("fonts/Sarabun/Sarabun-MediumItalic.woff") format("woff"), url("fonts/Sarabun/Sarabun-MediumItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Sarabun-Regular";
  src: url("fonts/Sarabun/Sarabun-Regular.woff") format("woff"), url("fonts/Sarabun/Sarabun-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Sarabun-SemiBold";
  src: url("fonts/Sarabun/Sarabun-SemiBold.woff") format("woff"), url("fonts/Sarabun/Sarabun-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Sarabun-SemiBoldItalic";
  src: url("fonts/Sarabun/Sarabun-SemiBoldItalic.woff") format("woff"), url("fonts/Sarabun/Sarabun-SemiBoldItalic.ttf") format("truetype");
}
/*
Placeholder
*/
/*
* Dotted Border - A SASS mixin to help you increase spacing between the dots of border-style:dotted.
* By @florbraz
* Documentation and examples - github.com/florbraz/Dotted-Border-w-custom-spacing-SCSS-Mixin
* V1.0
*/
/*
* Function to effect of newsletter message box
*/
@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  to {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  to {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  to {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  to {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
/**
 * Mixin for animation e Keyframes
 */
/**
 * Gradients
 */
/**
 * COMO UTILIZAR
 *
 * background-image: icon(heart, transparent, red, 2);
 */
/*variable*/
#cookie-notice {
  background-color: rgb(12, 12, 12) !important;
  opacity: 0.8;
  margin-top: 80px;
  display: block;
  z-index: 9996;
}
#cookie-notice .cookie-notice-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#cookie-notice .cookie-notice-container #cn-notice-text {
  color: rgb(255, 255, 255);
  font-family: "Sarabun-Regular", sans-serif;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 1.5em;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
#cookie-notice .cookie-notice-container #cn-accept-cookie {
  padding: 0;
  width: 0;
  background-color: transparent;
  color: transparent;
  position: relative;
  font-size: 0px;
  border: none;
  margin-right: 0;
  height: 0;
  line-height: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: none;
  background-color: transparent;
  border: none;
  box-shadow: none;
  text-shadow: none;
  border-color: transparent;
  border-radius: 0px;
}
#cookie-notice .cookie-notice-container #cn-accept-cookie:before {
  content: "";
  position: absolute;
  background: url("img/general/close.svg") no-repeat;
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
}

#hu-cookies-notice-message {
  display: none;
}

#hu-top {
  display: none;
}

#hu-cookies-notice-message {
  display: none;
}

#hu #hu-cookies-notice #hu-cookies-notice-consent {
  display: none !important;
}

#hu .hu-links {
  display: none;
}

#hu-policy-links {
  display: flex !important;
}

/* Medium and up */
/* Large and up */
@media only screen and (min-width: 1024px) {
  #cookie-notice {
    margin-top: 0px;
  }
}
/* XLarge and up */
/* XXLarge and up */
footer {
  position: relative;
  display: inline-block;
  font-size: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.4);
}
footer .footer-contacts {
  position: relative;
  display: inline-block;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: rgba(255, 255, 255, 0.4);
}
footer .footer-contacts .inner {
  text-align: center;
  position: relative;
  display: inline-block;
  width: 100%;
}
footer .footer-contacts .inner .footer-sede {
  position: relative;
  display: inline-block;
  margin-bottom: 16px;
  float: left;
}
footer .footer-contacts .inner .footer-sede .footer-sede-inner .title-label {
  font-family: "Sarabun-Bold", sans-serif;
  color: rgb(225, 9, 21);
  text-transform: lowercase;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.5em;
  text-align: left;
  margin-bottom: 8px;
}
footer .footer-contacts .inner .footer-sede .footer-sede-inner .adress-label {
  position: relative;
  display: inline-block;
  margin-bottom: 8px;
}
footer .footer-contacts .inner .footer-sede .footer-sede-inner .adress-label .contact-content {
  float: left;
  text-align: left;
  color: rgb(57, 57, 57);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.5em;
  font-family: "Sarabun-Regular", sans-serif;
}
footer .footer-contacts .inner .footer-sede .footer-sede-inner .adress-label .contact-content a {
  text-decoration: none;
  color: rgb(57, 57, 57);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.5em;
  font-family: "Sarabun-Regular", sans-serif;
  cursor: pointer;
  -webkit-transition: color 250ms ease-out;
  -moz-transition: color 250ms ease-out;
  -ms-transition: color 250ms ease-out;
  -o-transition: color 250ms ease-out;
  transition: color 250ms ease-out;
}
footer .footer-contacts .inner .footer-sede .footer-sede-inner .adress-label .contact-content a:hover {
  color: rgb(73, 96, 19);
}
footer .footer-contacts .inner .footer-sede .footer-sede-inner .adress-label .contact-content a.open-on-map {
  text-decoration: underline;
  text-transform: lowercase;
  margin-top: 14px;
}
footer .footer-contacts .inner .footer-sede .footer-sede-inner .telephone-label {
  position: relative;
  display: inline-block;
  margin-bottom: 8px;
}
footer .footer-contacts .inner .footer-sede .footer-sede-inner .telephone-label .contact-label {
  float: left;
  font-size: 14px;
  color: rgb(57, 57, 57);
  letter-spacing: 0;
  line-height: 1.5em;
}
footer .footer-contacts .inner .footer-sede .footer-sede-inner .telephone-label a {
  float: left;
  text-decoration: underline;
  color: rgb(57, 57, 57);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.5em;
  font-family: "Sarabun-Regular", sans-serif;
  cursor: pointer;
  -webkit-transition: color 250ms ease-out;
  -moz-transition: color 250ms ease-out;
  -ms-transition: color 250ms ease-out;
  -o-transition: color 250ms ease-out;
  transition: color 250ms ease-out;
  display: block;
}
footer .footer-contacts .inner .footer-sede .footer-sede-inner .telephone-label a:hover {
  color: rgb(73, 96, 19);
}
footer .footer-contacts .inner .footer-sede .footer-sede-inner .telephone-label a.open-on-map {
  text-decoration: underline;
  text-transform: lowercase;
  margin-top: 14px;
}
footer .footer-contacts .inner .footer-sede .footer-sede-inner .fax-label {
  position: relative;
  display: inline-block;
  margin-bottom: 8px;
}
footer .footer-contacts .inner .footer-sede .footer-sede-inner .fax-label .contact-label {
  float: left;
  font-size: 14px;
  color: rgb(57, 57, 57);
  letter-spacing: 0;
  line-height: 1.5em;
}
footer .footer-contacts .inner .footer-sede .footer-sede-inner .fax-label .contact-content {
  float: left;
  color: rgb(57, 57, 57);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.5em;
  font-family: "Sarabun-Regular", sans-serif;
}
footer .footer-contacts .inner .footer-sede .footer-sede-inner .email-label {
  position: relative;
  display: inline-block;
}
footer .footer-contacts .inner .footer-sede .footer-sede-inner .email-label .contact-label {
  float: left;
  font-size: 14px;
  color: rgb(57, 57, 57);
  letter-spacing: 0;
  line-height: 1.5em;
}
footer .footer-contacts .inner .footer-sede .footer-sede-inner .email-label a {
  float: left;
  text-decoration: underline;
  color: rgb(57, 57, 57);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.5em;
  font-family: "Sarabun-Regular", sans-serif;
  cursor: pointer;
  -webkit-transition: color 250ms ease-out;
  -moz-transition: color 250ms ease-out;
  -ms-transition: color 250ms ease-out;
  -o-transition: color 250ms ease-out;
  transition: color 250ms ease-out;
  display: block;
}
footer .footer-contacts .inner .footer-sede .footer-sede-inner .email-label a:hover {
  color: rgb(73, 96, 19);
}
footer .footer-contacts .inner .footer-sede .footer-sede-inner .email-label a.open-on-map {
  text-decoration: underline;
  text-transform: lowercase;
  margin-top: 14px;
}
footer .footer-contacts .inner .footer-delegacao {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  float: left;
}
footer .footer-contacts .inner .footer-delegacao .footer-delegacao-inner .title-label {
  font-family: "Sarabun-Bold", sans-serif;
  color: rgb(225, 9, 21);
  text-transform: lowercase;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.5em;
  text-align: left;
  margin-bottom: 8px;
}
footer .footer-contacts .inner .footer-delegacao .footer-delegacao-inner .adress-label {
  position: relative;
  display: inline-block;
  margin-bottom: 8px;
}
footer .footer-contacts .inner .footer-delegacao .footer-delegacao-inner .adress-label .contact-content {
  float: left;
  text-align: left;
  color: rgb(57, 57, 57);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.5em;
  font-family: "Sarabun-Regular", sans-serif;
}
footer .footer-contacts .inner .footer-delegacao .footer-delegacao-inner .adress-label .contact-content a {
  text-decoration: none;
  color: rgb(57, 57, 57);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.5em;
  font-family: "Sarabun-Regular", sans-serif;
  cursor: pointer;
  -webkit-transition: color 250ms ease-out;
  -moz-transition: color 250ms ease-out;
  -ms-transition: color 250ms ease-out;
  -o-transition: color 250ms ease-out;
  transition: color 250ms ease-out;
}
footer .footer-contacts .inner .footer-delegacao .footer-delegacao-inner .adress-label .contact-content a:hover {
  color: rgb(73, 96, 19);
}
footer .footer-contacts .inner .footer-delegacao .footer-delegacao-inner .adress-label .contact-content a.open-on-map {
  text-decoration: underline;
  text-transform: lowercase;
  margin-top: 14px;
}
footer .footer-contacts .inner .footer-delegacao .footer-delegacao-inner .telephone-label {
  position: relative;
  display: inline-block;
  margin-bottom: 8px;
}
footer .footer-contacts .inner .footer-delegacao .footer-delegacao-inner .telephone-label .contact-label {
  float: left;
  font-size: 14px;
  color: rgb(57, 57, 57);
  letter-spacing: 0;
  line-height: 1.5em;
}
footer .footer-contacts .inner .footer-delegacao .footer-delegacao-inner .telephone-label a {
  float: left;
  text-decoration: underline;
  color: rgb(57, 57, 57);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.5em;
  font-family: "Sarabun-Regular", sans-serif;
  cursor: pointer;
  -webkit-transition: color 250ms ease-out;
  -moz-transition: color 250ms ease-out;
  -ms-transition: color 250ms ease-out;
  -o-transition: color 250ms ease-out;
  transition: color 250ms ease-out;
  display: block;
}
footer .footer-contacts .inner .footer-delegacao .footer-delegacao-inner .telephone-label a:hover {
  color: rgb(73, 96, 19);
}
footer .footer-contacts .inner .footer-delegacao .footer-delegacao-inner .fax-label {
  position: relative;
  display: inline-block;
  margin-bottom: 8px;
}
footer .footer-contacts .inner .footer-delegacao .footer-delegacao-inner .fax-label .contact-label {
  float: left;
  font-size: 14px;
  color: rgb(57, 57, 57);
  letter-spacing: 0;
  line-height: 1.5em;
}
footer .footer-contacts .inner .footer-delegacao .footer-delegacao-inner .fax-label .contact-content {
  float: left;
  color: rgb(57, 57, 57);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.5em;
  font-family: "Sarabun-Regular", sans-serif;
}
footer .footer-contacts .inner .footer-delegacao .footer-delegacao-inner .email-label {
  position: relative;
  display: inline-block;
}
footer .footer-contacts .inner .footer-delegacao .footer-delegacao-inner .email-label .contact-label {
  float: left;
  font-size: 14px;
  color: rgb(57, 57, 57);
  letter-spacing: 0;
  line-height: 1.5em;
}
footer .footer-contacts .inner .footer-delegacao .footer-delegacao-inner .email-label a {
  float: left;
  text-decoration: underline;
  color: rgb(57, 57, 57);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.5em;
  font-family: "Sarabun-Regular", sans-serif;
  cursor: pointer;
  -webkit-transition: color 250ms ease-out;
  -moz-transition: color 250ms ease-out;
  -ms-transition: color 250ms ease-out;
  -o-transition: color 250ms ease-out;
  transition: color 250ms ease-out;
  display: block;
}
footer .footer-contacts .inner .footer-delegacao .footer-delegacao-inner .email-label a:hover {
  color: rgb(73, 96, 19);
}
footer .footer-contacts .inner .footer-links {
  position: relative;
  display: inline-block;
  float: left;
}
footer .footer-contacts .inner .footer-links .footer-links-inner .footer-links-item {
  height: 20px;
  display: block;
  margin-top: 8px;
  text-align: left;
}
footer .footer-contacts .inner .footer-links .footer-links-inner .footer-links-item a {
  text-decoration: underline;
  color: rgb(73, 96, 19);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.5em;
  font-family: "Sarabun-Regular", sans-serif;
  cursor: pointer;
  -webkit-transition: color 250ms ease-out;
  -moz-transition: color 250ms ease-out;
  -ms-transition: color 250ms ease-out;
  -o-transition: color 250ms ease-out;
  transition: color 250ms ease-out;
}
footer .footer-contacts .inner .footer-links .footer-links-inner .footer-links-item a:hover {
  color: rgb(73, 96, 19);
}
footer .footer-contacts .inner .footer-links .footer-links-inner .footer-links-item a:first-child {
  margin-top: 0;
}
footer .footer-logos {
  display: inline-block;
  position: relative;
  padding: 8px 0 8px 0;
  float: left !important;
  background-color: rgba(255, 255, 255, 0.4);
}
footer .footer-logos nav.footer-social-network {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 50px;
  text-align: center;
}
footer .footer-logos nav.footer-social-network > ul {
  display: inline-block;
  position: relative;
}
footer .footer-logos nav.footer-social-network > ul > li {
  display: inline-block;
  position: relative;
}
footer .footer-logos nav.footer-social-network > ul > li a {
  display: inline-block;
  position: relative;
  margin: 0 8px;
}
footer .footer-logos nav.footer-social-network > ul > li a .foo-mod-social-networks_link {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 26px;
  background-color: rgb(73, 96, 19);
  border-radius: 50%;
  text-align: center;
  -webkit-transition: background-color 250ms ease-out;
  -moz-transition: background-color 250ms ease-out;
  -ms-transition: background-color 250ms ease-out;
  -o-transition: background-color 250ms ease-out;
  transition: background-color 250ms ease-out;
}
footer .footer-logos nav.footer-social-network > ul > li a .foo-mod-social-networks_link svg {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  -webkit-transform: translateX(0) translateY(-50%);
  -moz-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  -o-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  top: 50%;
  width: 16px;
  height: 16px;
}
footer .footer-logos nav.footer-social-network > ul > li a .foo-mod-social-networks_link svg g g, footer .footer-logos nav.footer-social-network > ul > li a .foo-mod-social-networks_link svg g, footer .footer-logos nav.footer-social-network > ul > li a .foo-mod-social-networks_link svg g path {
  fill: rgb(248, 249, 240);
}
footer .footer-logos nav.footer-social-network > ul > li a .foo-mod-social-networks_link:hover {
  -webkit-transition: background-color 250ms ease-in;
  -moz-transition: background-color 250ms ease-in;
  -ms-transition: background-color 250ms ease-in;
  -o-transition: background-color 250ms ease-in;
  transition: background-color 250ms ease-in;
  background-color: rgb(44, 58, 12);
}
footer .footer-logos .footer-logos-inner {
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}
footer .footer-logos .footer-logos-inner > a {
  position: relative;
  display: inline-block;
  text-align: center;
  height: 100%;
  margin-bottom: 10px;
  padding-right: 10px;
}
footer .footer-logos .footer-logos-inner > a:last-child {
  padding-right: 0;
}
footer .footer-logos .footer-logos-inner > a img {
  display: inline-block;
  position: relative;
  max-width: 90px;
  max-height: 140px;
  padding: 10px;
  height: auto;
}

.interiorFooter {
  background-color: rgba(255, 255, 255, 0.4);
}

/* Medium and up */
@media only screen and (min-width: 640px) {
  footer .footer-contacts .inner .footer-sede {
    margin-bottom: 0px;
  }
  footer .footer-contacts .inner .footer-delegacao {
    margin-bottom: 0;
  }
  footer .footer-contacts .inner .footer-links .footer-links-inner .footer-links-item {
    text-align: right;
  }
}
/* Large and up */
@media only screen and (min-width: 1024px) {
  footer {
    background-color: rgba(244, 244, 244, 0.8);
  }
  footer .footer-logos {
    display: flex;
    justify-content: space-between;
  }
  footer .footer-logos nav.footer-social-network {
    text-align: left;
  }
  footer .footer-logos nav.footer-social-network > ul {
    margin-left: 2.7777763889%;
  }
  footer .footer-logos .footer-logos-inner {
    text-align: right;
  }
}
/* XLarge and up */
/* XXLarge and up */
/*variables*/
/**
 * Accessibility
 */
.accessibility-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.alignleft {
  float: left;
  margin: 20px 20px 20px 0;
}

.alignright {
  float: right;
  margin: 20px 0 20px 20px;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

/**
 * Remove blue outline (Chrome)
 */
*:focus {
  outline: none;
}

::selection {
  background-color: rgb(99, 99, 99);
  color: rgb(255, 255, 255);
}

::-moz-selection {
  background-color: rgb(99, 99, 99);
  color: rgb(255, 255, 255);
}

.row {
  max-width: 82.5rem;
}

.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.column, .columns {
  padding-left: 10px;
  padding-right: 10px;
}

.no-padding {
  padding: 0;
}

.table {
  display: table;
  height: 100%;
  width: 100%;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 100%;
}

h1 {
  color: rgb(104, 137, 25);
  font-family: "Sarabun-Bold", sans-serif;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 1.5em;
}

h2 {
  color: rgb(104, 137, 25);
  font-family: "Sarabun-ExtraBold", sans-serif;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 1.5em;
}

h3 {
  color: rgb(73, 96, 19);
  font-family: "Sarabun-Bold", sans-serif;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.5em;
}

h4 {
  color: rgb(73, 96, 19);
  font-family: "Sarabun-SemiBold", sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.5em;
}

h5 {
  color: rgb(104, 137, 25);
  font-family: "Sarabun-ExtraBold", sans-serif;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1.5em;
}

h6 {
  color: rgb(104, 137, 25);
  font-family: "Sarabun-Bold", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.5em;
}

/* Change the white to any color ;) */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

/* Remove "x" (clear) on IE */
input::-ms-clear {
  display: none;
}

/* Change cursor of background magnific popup */
.mfp-wrap {
  cursor: default;
}
.mfp-wrap .mfp-container .mfp-content {
  max-width: 80%;
}

.mfp-close {
  cursor: pointer;
}

.mfp-bg {
  opacity: 0.9;
  filter: alpha(opacity=90);
  background: rgb(68, 5, 5);
}

.mfp-bottom-bar {
  display: none;
}

.mfp-arrow-left:before {
  border-left: 0px;
  border-right: 0px;
}

.mfp-arrow-right:before {
  border-left: 0px;
  border-right: 0px;
}

/* WP Carousel */
.fancybox-bg {
  opacity: 0.9;
  filter: alpha(opacity=90);
  background: rgb(68, 5, 5);
}

.wpcp-carousel-section .swiper-wrapper {
  height: auto;
}

.wpcp-carousel-wrapper {
  margin: 16px 0;
}

html {
  overflow-x: hidden;
}

html.hidden {
  overflow-y: hidden;
  height: 100%;
}

body {
  width: 100%;
  font-size: 12px;
}

.main-content {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 0;
  background-color: rgb(255, 255, 255);
}

#breadcrumbs {
  color: rgb(99, 99, 99);
  font-family: "Sarabun-Regular", sans-serif;
  font-size: 12px;
  max-height: 26px;
  line-height: 1.6em;
  margin-bottom: 28px;
}
#breadcrumbs a {
  font-family: "Sarabun-Regular", sans-serif;
  color: rgb(57, 57, 57);
}

table {
  border-collapse: separate;
  border-spacing: 0 4px;
  table-layout: fixed;
}
table thead {
  background-color: rgb(73, 96, 19);
  color: rgb(255, 255, 255);
}
table tbody tr {
  background-color: rgb(255, 255, 255);
}
table tbody tr:nth-child(even) {
  background-color: rgb(255, 255, 255);
}

.general-warning {
  position: absolute;
  left: 0;
  bottom: -50px;
  height: 50px;
  width: 100%;
  background-color: rgb(99, 99, 99);
  text-align: center;
  -webkit-transition: bottom 250ms ease-out;
  -moz-transition: bottom 250ms ease-out;
  -ms-transition: bottom 250ms ease-out;
  -o-transition: bottom 250ms ease-out;
  transition: bottom 250ms ease-out;
  display: none;
}
.general-warning .general-warning__message {
  color: rgb(255, 255, 255);
  font-family: "Sarabun-Regular", sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 0 20px;
}

.menu-left-content-right-general-warning--visible {
  bottom: 0 !important;
  display: block !important;
}

#breadcrumbs {
  color: rgb(99, 99, 99);
  font-family: "Sarabun-Regular", sans-serif;
  font-size: 12px;
  max-height: 26px;
  line-height: 1.6em;
  margin-bottom: 20px;
  float: left;
}
#breadcrumbs a {
  font-family: "Sarabun-Regular", sans-serif;
  color: rgb(57, 57, 57);
}
#breadcrumbs::after {
  display: block;
  content: "";
  position: relative;
  height: 2px;
  margin-top: 10px;
  background-color: transparent;
}
#breadcrumbs::before {
  margin-top: 10px;
}

#content-full #breadcrumbs {
  margin-top: 34px;
  text-align: left;
}

#content-left-aside-right #breadcrumbs {
  text-align: left;
}

.search-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(68, 5, 5);
  z-index: 9999;
  opacity: 1;
  -webkit-transition: opacity 250ms ease-out;
  -moz-transition: opacity 250ms ease-out;
  -ms-transition: opacity 250ms ease-out;
  -o-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
}
.search-wrap.search-wrap--hidden {
  z-index: -1;
  opacity: 0;
}

#breadcrumbs {
  display: none;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer;
}

.mfp-wrap {
  cursor: pointer;
}

img.mfp-img {
  cursor: default;
}

.site-video {
  height: auto;
  width: 100%;
}

.youtube-video {
  height: 210px;
}

.facebook-video {
  border: none;
  height: 290px;
}

.ellipsisDotsOneLine {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsisDotsTwoLines {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsisDotsThreeLines {
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsisDotsFourLines {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsisDotsFiveLines {
  display: -webkit-box !important;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/******************************* Medium and up *******************************/
@media only screen and (min-width: 640px) {
  #breadcrumbs {
    display: none;
  }
  .youtube-video, .facebook-video {
    height: 290px;
  }
  .general-warning {
    bottom: -65px;
    display: none;
  }
}
/******************************* Large and up *******************************/
@media only screen and (min-width: 1024px) {
  .youtube-video, .facebook-video {
    height: 310px;
  }
  #breadcrumbs {
    display: inline-block;
  }
}
/******************************* XLarge and up *******************************/
/******************************* XXLarge and up *******************************/
@media only screen and (min-width: 1440px) {
  #breadcrumbs {
    margin-bottom: 44px;
  }
  #content-full #breadcrumbs {
    margin-top: 44px;
  }
  .youtube-video, .facebook-video {
    height: 310px;
  }
}
header {
  display: block;
  width: 100%;
  position: fixed;
  z-index: 1040;
}

.loader-screen {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
}
.loader-screen .imageFile img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}

@keyframes layer1 {
  0%, 65% {
    fill: rgba(250, 203, 0, 0.2);
  }
  75%, 82% {
    fill: rgb(250, 203, 0);
  }
  92%, 100% {
    fill: rgba(250, 203, 0, 0.2);
  }
}
@keyframes layer2 {
  0%, 40% {
    fill: rgba(250, 203, 0, 0.2);
  }
  50%, 86% {
    fill: rgb(250, 203, 0);
  }
  96%, 100% {
    fill: rgba(250, 203, 0, 0.2);
  }
}
@keyframes layer3 {
  0%, 15% {
    fill: rgba(250, 203, 0, 0.2);
  }
  25%, 90% {
    fill: rgb(250, 203, 0);
  }
  100% {
    fill: rgba(250, 203, 0, 0.2);
  }
}
.loader-screen svg path {
  fill: rgba(250, 203, 0, 0.2);
  animation: 2.5s linear infinite;
}
.loader-screen svg path:nth-child(2) {
  animation-name: layer1;
}
.loader-screen svg path:nth-child(1) {
  animation-name: layer2;
}
.loader-screen svg path:nth-child(3) {
  animation-name: layer3;
}

.titleHeader {
  display: none;
}

.gsk-header-menu-dropdown-box {
  display: inline-block;
  position: absolute;
  top: 130px;
  height: 30px;
  left: 8.3333%;
  width: 83.3333%;
  box-shadow: 0 40px 50px -50px rgb(0, 0, 0);
  z-index: 1;
}

.gsk-header-menu-dropdown-background {
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.gsk-header-menu-dropdown-background--visible {
  width: 100vw;
  height: 100vw;
}

.language-chooser > li > a {
  font-size: 12px;
}

.gsk-header-section {
  background-color: rgb(255, 255, 255);
}
.gsk-header-section .gsk-header-section-menu {
  position: relative;
  display: block;
  height: 100px;
  background-color: rgb(255, 255, 255);
}
.gsk-header-section .gsk-header-section-menu .gsk-button-home {
  display: none;
}
.gsk-header-section .gsk-header-section-menu .gsk-header-wrapper__logo {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 100%;
  text-align: left;
  padding-left: 0px;
}
.gsk-header-section .gsk-header-section-menu .gsk-header-wrapper__logo > div > div {
  text-align: left;
}
.gsk-header-section .gsk-header-section-menu .gsk-header-wrapper__logo > div > div .logo {
  display: inline-block;
  position: relative;
  height: 100%;
  width: 100%;
}
.gsk-header-section .gsk-header-section-menu .gsk-header-wrapper__logo > div > div .logo > .inner {
  display: inline-block;
  position: relative;
  height: 100%;
  width: 100%;
}
.gsk-header-section .gsk-header-section-menu .gsk-header-wrapper__logo > div > div .logo > .inner > .subInner {
  display: inline-block;
  position: relative;
  height: 100%;
  width: 100%;
}
.gsk-header-section .gsk-header-section-menu .gsk-header-wrapper__logo > div > div .logo > .inner > .subInner img {
  display: inline-block;
  position: relative;
  height: 100%;
  width: 100%;
}
.gsk-header-section .gsk-header-section-menu .gsk-header-wrapper__menu {
  display: inline-block;
  position: relative;
  height: 100%;
  width: 66%;
  text-align: right;
}
.gsk-header-section .gsk-header-section-menu .gsk-header-wrapper__menu > div {
  position: relative;
  display: inline-block;
  height: 100%;
}
.gsk-header-section .gsk-header-section-menu .gsk-header-wrapper__menu > div > div {
  height: 100%;
  text-align: center;
}
.gsk-header-section .gsk-header-section-menu .gsk-header-wrapper__menu > div > div .gsk-header-menu-large-outer {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
}
.gsk-header-section .gsk-header-section-menu .gsk-header-wrapper__menu > div > div .gsk-header-menu-large-outer .gsk-header-wrapper__menu-language {
  text-align: right;
  float: right;
  margin: 0;
  list-style-type: none;
  height: 100%;
}
.gsk-header-section .gsk-header-section-menu .gsk-header-wrapper__menu > div > div .gsk-header-menu-large-outer .gsk-header-wrapper__menu-language .main-menu {
  text-align: right;
  float: right;
  margin: 0;
  list-style-type: none;
  height: 100%;
}
.gsk-header-section .gsk-header-section-menu .gsk-header-wrapper__menu > div > div .gsk-header-menu-large-outer .gsk-header-wrapper__menu-language .main-menu > li {
  float: left;
  position: relative;
  margin: auto 12px auto 0px;
}
.gsk-header-section .gsk-header-section-menu .gsk-header-wrapper__menu > div > div .gsk-header-menu-large-outer .gsk-header-wrapper__menu-language .main-menu > li span > a {
  padding: 0;
}
.gsk-header-section .gsk-header-section-menu .gsk-header-wrapper__menu > div > div .gsk-header-menu-large-outer .gsk-header-wrapper__menu-language .main-menu > li > a {
  color: rgb(12, 12, 12);
  font-family: "Sarabun-SemiBold", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.5em;
  padding: 0;
  text-align: right;
  -webkit-transition: color 250ms ease-in-out;
  -moz-transition: color 250ms ease-in-out;
  -ms-transition: color 250ms ease-in-out;
  -o-transition: color 250ms ease-in-out;
  transition: color 250ms ease-in-out;
}
.gsk-header-section .gsk-header-section-menu .gsk-header-wrapper__menu > div > div .gsk-header-menu-large-outer .gsk-header-wrapper__menu-language .main-menu > li > a > .main-menu-top-bar {
  background-color: transparent;
  padding: 0;
  display: inline-block;
  width: 100%;
}
.gsk-header-section .gsk-header-section-menu .gsk-header-wrapper__menu > div > div .gsk-header-menu-large-outer .gsk-header-wrapper__menu-language .main-menu > li > a > .main-menu-top-bar .main-menu-top-bar-left {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: left;
  height: 1.6em;
}
.gsk-header-section .gsk-header-section-menu .gsk-header-wrapper__menu > div > div .gsk-header-menu-large-outer .gsk-header-wrapper__menu-language .main-menu > li > a:after {
  display: none;
}
.gsk-header-section .gsk-header-section-menu .gsk-header-wrapper__menu > div > div .gsk-header-menu-large-outer .gsk-header-wrapper__menu-language .main-menu > li > .first-sub {
  position: fixed;
  top: 130px;
  left: 0;
  width: 100%;
  margin: 0;
  min-height: 348px;
  padding: 28px 0;
  border: none;
  background-color: rgb(255, 255, 255);
}
.gsk-header-section .gsk-header-section-menu .gsk-header-wrapper__menu > div > div .gsk-header-menu-large-outer .gsk-header-wrapper__menu-language .main-menu > li > .first-sub > .menu-item {
  position: relative;
  width: 33.3333%;
  z-index: 3;
  padding-bottom: 8px;
  list-style-type: none;
}
.gsk-header-section .gsk-header-section-menu .gsk-header-wrapper__menu > div > div .gsk-header-menu-large-outer .gsk-header-wrapper__menu-language .main-menu > li > .first-sub > .menu-item > a {
  color: rgb(12, 12, 12);
  font-family: "Sarabun-SemiBold", sans-serif;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1.5em;
  text-align: right;
  padding: 0 0 0 8.3333%;
  -webkit-transition: color 250ms ease-in-out;
  -moz-transition: color 250ms ease-in-out;
  -ms-transition: color 250ms ease-in-out;
  -o-transition: color 250ms ease-in-out;
  transition: color 250ms ease-in-out;
}
.gsk-header-section .gsk-header-section-menu .gsk-header-wrapper__menu > div > div .gsk-header-menu-large-outer .gsk-header-wrapper__menu-language .main-menu > li > .first-sub > .menu-item > a > .main-menu-top-bar {
  padding: 0;
  text-align: left;
}
.gsk-header-section .gsk-header-section-menu .gsk-header-wrapper__menu > div > div .gsk-header-menu-large-outer .gsk-header-wrapper__menu-language .main-menu > li > .first-sub > .menu-item > a:after {
  display: none;
}
.gsk-header-section .gsk-header-section-menu .gsk-header-wrapper__menu > div > div .gsk-header-menu-large-outer .gsk-header-wrapper__menu-language .main-menu > li > .first-sub > .menu-item > .sub-menu {
  position: fixed;
  top: 160px;
  left: 36.111%;
  width: 55.5557%;
  height: 100%;
  background: none;
  border: none;
  list-style: none;
  padding: 0;
  margin: 0;
}
.gsk-header-section .gsk-header-section-menu .gsk-header-wrapper__menu > div > div .gsk-header-menu-large-outer .gsk-header-wrapper__menu-language .main-menu > li > .first-sub > .menu-item > .sub-menu > .menu-item {
  display: inline-block;
  position: relative;
  width: 50%;
  float: left;
}
.gsk-header-section .gsk-header-section-menu .gsk-header-wrapper__menu > div > div .gsk-header-menu-large-outer .gsk-header-wrapper__menu-language .main-menu > li > .first-sub > .menu-item > .sub-menu > .menu-item > a {
  color: rgb(12, 12, 12);
  font-family: "Sarabun-Regular", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.5em;
  padding: 4px 8.3333%;
  margin: 0;
}
.gsk-header-section .gsk-header-section-menu .gsk-header-wrapper__menu > div > div .gsk-header-menu-large-outer .gsk-header-wrapper__menu-language .main-menu > li > .first-sub > .menu-item > .sub-menu > .menu-item > a > .main-menu-top-bar {
  text-align: left;
  padding: 0;
}
.gsk-header-section .gsk-header-section-menu .gsk-header-wrapper__menu > div > div .gsk-header-menu-large-outer .gsk-header-wrapper__menu-language .main-menu > li > .first-sub > .menu-item > .sub-menu > .menu-item:hover a {
  color: rgb(73, 96, 19);
}
.gsk-header-section .gsk-header-section-menu .gsk-header-wrapper__menu > div > div .gsk-header-menu-large-outer .gsk-header-wrapper__menu-language .main-menu > li > .first-sub > .menu-item:hover a {
  color: rgb(73, 96, 19);
}
.gsk-header-section .gsk-header-section-menu .gsk-header-wrapper__menu > div > div .gsk-header-menu-large-outer .gsk-header-wrapper__menu-language .main-menu > li > .first-sub:before {
  content: "";
  width: 33.3333%;
  z-index: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgb(244, 244, 244);
}
.gsk-header-section .gsk-header-section-menu .gsk-header-wrapper__menu > div > div .gsk-header-menu-large-outer .gsk-header-wrapper__menu-language .main-menu > li > .first-sub:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 130px;
  /* background-color: red; */
  box-shadow: inset 0px 80px 110px -100px rgba(0, 0, 0, 0.6);
}
.gsk-header-section .gsk-header-section-menu .gsk-header-wrapper__menu > div > div .gsk-header-menu-large-outer .gsk-header-wrapper__menu-language .main-menu > li:hover a {
  color: rgb(73, 96, 19);
}
.gsk-header-section .gsk-header-section-menu .gsk-header-wrapper__menu > div > div .gsk-header-menu-large-outer .gsk-header-wrapper__menu-language .main-menu > li.current-menu-item a {
  color: rgb(73, 96, 19);
}
.gsk-header-section .gsk-header-section-menu .gsk-header-wrapper__menu > div > div .gsk-header-menu-large-outer .gsk-header-wrapper__menu-language .main-menu > li.current-menu-item:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.gsk-header-section .gsk-header-section-menu .gsk-header-wrapper__menu > div > div .gsk-header-menu-large-outer .gsk-header-wrapper__menu-language .main-menu > li.current-page-ancestor a {
  color: rgb(73, 96, 19);
}
.gsk-header-section .gsk-header-section-menu .gsk-header-wrapper__menu > div > div .gsk-header-menu-large-outer .gsk-header-wrapper__menu-language .main-menu > li.current-page-ancestor:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.gsk-header-section .gsk-header-section-menu .gsk-header-wrapper__menu > div > div .gsk-header-menu-large-outer .gsk-header-wrapper__menu-language .main-menu > li:after {
  position: absolute;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 60px 10px;
  width: 100%;
  height: 10px;
  left: 0;
  right: 0;
  bottom: -10px;
  backface-visibility: hidden;
  -webkit-transition: opacity 250ms ease-out;
  -moz-transition: opacity 250ms ease-out;
  -ms-transition: opacity 250ms ease-out;
  -o-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.gsk-header-section .gsk-header-section-menu .gsk-header-wrapper__menu > div > div .gsk-header-menu-large-outer .gsk-header-wrapper__menu-language .main-menu li:last-child {
  margin-right: 0;
}
.gsk-header-section .gsk-header-section-menu .gsk-header-profile-search-menu-mobile-outer {
  display: inline-block;
  position: relative;
  float: right;
  height: 100%;
}
.gsk-header-section .gsk-header-section-menu .gsk-header-profile-search-menu-mobile-outer .gsk-header-user-profile {
  display: inline-block;
  position: relative;
  text-align: center;
  height: 100%;
  width: 20px;
  margin-right: 14px;
}
.gsk-header-section .gsk-header-section-menu .gsk-header-profile-search-menu-mobile-outer .gsk-header-user-profile .user-profile-background {
  display: inline-block;
  position: absolute;
  height: 28px;
  width: 28px;
  top: 39%;
  left: 50%;
  border-radius: 14px;
  background-color: transparent;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 0;
}
.gsk-header-section .gsk-header-section-menu .gsk-header-profile-search-menu-mobile-outer .gsk-header-user-profile .user-profile-background .user-profile {
  position: relative;
  background-image: url("img/header/user-icon.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
}
.gsk-header-section .gsk-header-section-menu .gsk-header-profile-search-menu-mobile-outer .gsk-header-user-profile .user-profile-background--logged {
  background-color: rgb(224, 234, 194);
}
.gsk-header-section .gsk-header-section-menu .gsk-header-profile-search-menu-mobile-outer .gsk-header-translate {
  display: inline-block;
  position: relative;
  text-align: center;
  height: 100%;
  width: 20px;
  margin-right: 14px;
}
.gsk-header-section .gsk-header-section-menu .gsk-header-profile-search-menu-mobile-outer .gsk-header-translate .header-translate {
  background-image: url("img/menu/globe-black.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  width: 100%;
  height: 100%;
}
.gsk-header-section .gsk-header-section-menu .gsk-header-profile-search-menu-mobile-outer .gsk-header-translate .header-translate select {
  cursor: pointer;
  position: absolute;
  height: auto;
  margin: 0;
  border: 0px;
  background-color: transparent;
  color: rgb(255, 255, 255);
  background-image: none;
  background-size: none;
  font-family: "Sarabun-Medium", sans-serif;
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  box-shadow: none;
  border: none;
  left: 0;
  top: 0;
  height: 80px;
  width: 100%;
}
.gsk-header-section .gsk-header-section-menu .gsk-header-profile-search-menu-mobile-outer .gsk-header-translate .header-translate select > option {
  background-color: transparent;
  color: rgb(12, 12, 12);
}
.gsk-header-section .gsk-header-section-menu .gsk-header-profile-search-menu-mobile-outer .gsk-header-mobile-search {
  display: inline-block;
  position: relative;
  height: 100%;
  width: 20px;
  margin-right: 32px;
  cursor: pointer;
}
.gsk-header-section .gsk-header-section-menu .gsk-header-profile-search-menu-mobile-outer .gsk-header-mobile-search .search-icon {
  background-image: url("img/header/search-icon.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 20px;
  width: 100%;
  height: 100%;
}
.gsk-header-section .gsk-header-section-menu-desktop-open {
  height: 348px;
  width: 100%;
  background-color: rgb(255, 255, 255);
}
.gsk-header-section .gsk-header-section-menu-desktop-open .gsk-header-section-menu-desktop-open-inner {
  height: 100%;
  width: 33.3333%;
  background-color: rgb(244, 244, 244);
}

.background-interior {
  z-index: 10;
  position: relative;
  background-color: rgb(255, 255, 255) !important;
}

/* Medium and up */
/* Large and up */
@media only screen and (min-width: 1024px) {
  .gsk-header-section {
    background-color: rgba(244, 244, 244, 0.8);
  }
  .gsk-header-section .gsk-header-section-menu .gsk-button-home {
    display: inline-block;
    position: fixed;
    left: 0px;
    background: rgb(57, 57, 57);
    cursor: pointer;
    -webkit-transition: background-color 250ms ease-out;
    -moz-transition: background-color 250ms ease-out;
    -ms-transition: background-color 250ms ease-out;
    -o-transition: background-color 250ms ease-out;
    transition: background-color 250ms ease-out;
  }
  .gsk-header-section .gsk-header-section-menu .gsk-button-home .button-home {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 50px;
    padding-bottom: 46px;
  }
  .gsk-header-section .gsk-header-section-menu .gsk-button-home .button-home > svg > g > path {
    fill: rgb(248, 249, 240);
    -webkit-transition: fill 250ms ease-out;
    -moz-transition: fill 250ms ease-out;
    -ms-transition: fill 250ms ease-out;
    -o-transition: fill 250ms ease-out;
    transition: fill 250ms ease-out;
  }
  .gsk-header-section .gsk-header-section-menu .gsk-button-home:hover {
    background-color: rgb(12, 12, 12);
    -webkit-transition: background-color 250ms ease-in;
    -moz-transition: background-color 250ms ease-in;
    -ms-transition: background-color 250ms ease-in;
    -o-transition: background-color 250ms ease-in;
    transition: background-color 250ms ease-in;
  }
  .gsk-header-section .gsk-header-section-menu .gsk-button-home:hover .button-home > svg > g > path {
    fill: rgb(248, 249, 240);
    -webkit-transition: fill 250ms ease-out;
    -moz-transition: fill 250ms ease-out;
    -ms-transition: fill 250ms ease-out;
    -o-transition: fill 250ms ease-out;
    transition: fill 250ms ease-out;
  }
  .gsk-header-section .gsk-header-section-menu {
    height: 130px;
  }
  .gsk-header-section .gsk-header-section-menu .gsk-header-wrapper__logo {
    width: 120px;
    margin-left: 35px;
    margin-right: 14px;
  }
  .gsk-header-section .gsk-header-section-menu .gsk-header-profile-search-menu-mobile-outer {
    margin-right: 35px;
  }
  .gsk-header-section .gsk-header-section-menu .gsk-header-profile-search-menu-mobile-outer .gsk-header-user-profile {
    margin-right: 14px;
  }
  .gsk-header-section .gsk-header-section-menu .gsk-header-profile-search-menu-mobile-outer .gsk-header-user-profile .user-profile {
    -webkit-transition: background-image 250ms ease-in;
    -moz-transition: background-image 250ms ease-in;
    -ms-transition: background-image 250ms ease-in;
    -o-transition: background-image 250ms ease-in;
    transition: background-image 250ms ease-in;
  }
  .gsk-header-section .gsk-header-section-menu .gsk-header-profile-search-menu-mobile-outer .gsk-header-user-profile .user-profile:hover {
    background-image: url("img/header/user-icon-hover.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px auto;
    width: 100%;
    height: 100%;
    -webkit-transition: background-image 250ms ease-in;
    -moz-transition: background-image 250ms ease-in;
    -ms-transition: background-image 250ms ease-in;
    -o-transition: background-image 250ms ease-in;
    transition: background-image 250ms ease-in;
  }
  .gsk-header-section .gsk-header-section-menu .gsk-header-profile-search-menu-mobile-outer .gsk-header-mobile-search {
    margin-right: 9px;
  }
  .gsk-header-section .gsk-header-section-menu .gsk-header-profile-search-menu-mobile-outer .gsk-header-translate {
    cursor: pointer;
  }
  .gsk-header-section .gsk-header-section-menu .gsk-header-profile-search-menu-mobile-outer .gsk-header-translate .header-translate {
    -webkit-transition: background-image 250ms ease-in;
    -moz-transition: background-image 250ms ease-in;
    -ms-transition: background-image 250ms ease-in;
    -o-transition: background-image 250ms ease-in;
    transition: background-image 250ms ease-in;
  }
  .gsk-header-section .gsk-header-section-menu .gsk-header-profile-search-menu-mobile-outer .gsk-header-translate .header-translate:hover {
    background-image: url("img/header/globe-black-hover.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 20px;
    -webkit-transition: background-image 250ms ease-in;
    -moz-transition: background-image 250ms ease-in;
    -ms-transition: background-image 250ms ease-in;
    -o-transition: background-image 250ms ease-in;
    transition: background-image 250ms ease-in;
  }
  .gsk-header-section .gsk-header-section-menu .gsk-header-profile-search-menu-mobile-outer .search-icon:hover {
    background-image: url("img/header/search-icon-hover.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 20px;
    -webkit-transition: background-image 250ms ease-in;
    -moz-transition: background-image 250ms ease-in;
    -ms-transition: background-image 250ms ease-in;
    -o-transition: background-image 250ms ease-in;
    transition: background-image 250ms ease-in;
  }
}
/* XLarge and up */
@media only screen and (min-width: 1200px) {
  .gsk-header-section .gsk-header-section-menu .gsk-header-wrapper__logo {
    margin-right: 136px;
  }
  .gsk-header-section .gsk-header-section-menu .gsk-header-wrapper__menu {
    width: 54%;
  }
  .gsk-header-section .gsk-header-section-menu .gsk-header-profile-search-menu-mobile-outer {
    margin-right: 0;
  }
  .gsk-header-section .gsk-header-section-menu .gsk-header-profile-search-menu-mobile-outer .gsk-header-translate {
    margin-right: 18px;
  }
  .gsk-header-section .gsk-header-section-menu .gsk-header-profile-search-menu-mobile-outer .gsk-header-user-profile {
    margin-right: 18px;
  }
  .gsk-header-section .gsk-header-section-menu .gsk-header-profile-search-menu-mobile-outer .gsk-header-mobile-search {
    margin-right: 30px;
  }
}
/* XXLarge and up */
@media only screen and (min-width: 1440px) {
  .gsk-header-section .gsk-header-section-menu .gsk-header-wrapper__logo {
    margin-right: 100px;
  }
  .gsk-header-section .gsk-header-section-menu .gsk-header-wrapper__menu > div > div > .gsk-header-menu-large-frontpage .gsk-header-wrapper__menu-language .main-menu > li > .first-sub > .menu-item > .sub-menu {
    left: 38.8888%;
    width: 44.4446%;
  }
}
.main-content .accessibility-date {
  font-size: 11px;
  font-family: "Sarabun-Light", sans-serif;
}
.main-content {
  /**
  * highlights
  */
}
.main-content .section-highlights {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-top: 100px;
}
.main-content .section-highlights .highlights {
  display: inline-block;
  position: relative;
}
.main-content .section-highlights .highlights .highlights-accessibility-date {
  position: absolute;
  height: 40px;
  top: 0;
  left: 0;
  padding: 12px 10px;
  background-color: rgba(0, 0, 0, 0.5);
  color: rgb(255, 255, 255);
  z-index: 2;
}
.main-content {
  /**
  * news events
  */
}
.main-content .section-highlights-news-events {
  margin-top: 40px;
}
.main-content {
  /**
  * project
  */
}
.main-content .section-project {
  display: inline-block;
  position: relative;
  width: 100%;
}
.main-content .section-project .project {
  display: inline-block;
  position: relative;
  background-color: rgb(255, 255, 255);
}
.main-content {
  /**
  * highlights (news && events)
  */
}
.main-content .highlightsEventsNews {
  display: inline-block;
  position: relative;
}
.main-content .highlightsEventsNews .highlightsEventsNews-top {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 40px;
  top: 0;
  left: 0;
}
.main-content .highlightsEventsNews .highlightsEventsNews-top .highlights-title {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.main-content .highlightsEventsNews .highlightsEventsNews-top .highlightsEventsNews-accessibility-date {
  display: inline-block;
  position: relative;
  height: 40px;
  padding: 12px 10px;
  vertical-align: top;
  background-color: rgba(0, 0, 0, 0.5);
  color: rgb(255, 255, 255);
  z-index: 2;
}
.main-content .highlightsEventsNews div.box-011:nth-of-type(3) {
  background: rgb(225, 9, 21);
}
.main-content .highlightsEventsNews div.box-011:nth-of-type(4) {
  background: rgb(166, 0, 11);
  float: left;
}
.main-content {
  /**
  * logos
  */
}
.main-content .section-logos .logos {
  position: relative;
  background-color: rgba(255, 255, 255, 0.4);
}
.main-content .section-logos .logos .support-accessibility-date {
  display: inline-block;
  position: absolute;
  bottom: 60px;
  left: 20px;
  height: 40px;
  line-height: 40px;
}
.main-content .section-logos .logos .support-accessibility-date > div {
  display: inline-block;
  vertical-align: middle;
}
.main-content {
  /**
  * meetings
  */
}
.main-content .section-meeting {
  display: inline-block;
  position: relative;
  width: 100%;
}
.main-content .section-meeting .meeting {
  display: inline-block;
  position: relative;
  background-color: rgb(255, 255, 255);
}
.main-content .section-meeting .meeting .meeting-top {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 40px;
  top: 1px;
  left: 0;
}
.main-content .section-meeting .meeting .meeting-top .meeting-title {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.main-content .section-meeting .meeting .meeting-top .meeting-button {
  display: inline-block;
  position: relative;
}
.main-content .section-meeting .meeting .meeting-top .meeting-button .meeting-button-inner > .button-005 {
  z-index: 2;
}
.main-content .section-meeting .meeting .meeting-top .metting-accessibility-date {
  display: inline-block;
  position: relative;
  height: 40px;
  padding: 12px 10px;
  vertical-align: top;
  background-color: rgb(255, 255, 255);
  z-index: 2;
}
.main-content .section-meeting .meeting .meeting-slider-024 {
  display: inline-block;
  position: relative;
  width: 100%;
}
.main-content .section-meeting .meeting .meeting-slider-025 {
  display: inline-block;
  position: relative;
  width: 100%;
}
.main-content {
  /**
  * news
  */
}
.main-content .section-news {
  position: relative;
  display: inline-block;
  width: 100%;
}
.main-content .section-news .news {
  display: inline-block;
  position: relative;
  background-color: rgb(99, 99, 99);
}
.main-content .section-news .news .news-top {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 40px;
  top: 0;
  left: 0;
}
.main-content .section-news .news .news-top .news-title {
  display: inline-block;
  z-index: 2;
}
.main-content .section-news .news .news-top .news-button {
  display: inline-block;
  position: relative;
}
.main-content .section-news .news .news-top .news-button .button-005 {
  z-index: 2;
}
.main-content .section-news .news .news-top .news-button .button-005 .button-005__content-button > div > div > .button-005__content-button-text {
  color: rgb(255, 255, 255);
}
.main-content .section-news .news .news-top .news-accessibility-date {
  display: inline-block;
  position: relative;
  height: 40px;
  padding: 12px 10px;
  vertical-align: top;
  background-color: rgba(0, 0, 0, 0.5);
  color: rgb(255, 255, 255);
  z-index: 2;
}
.main-content .section-news .news .news-boxes {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  position: relative;
  width: 100%;
}
.main-content .section-news .news .news-boxes .news-single-box {
  display: inline-block;
  position: relative;
}
.main-content .section-news .news .news-boxes .news-single-box .box-012:nth-child(even) {
  float: right;
}
.main-content .section-news .news .news-boxes .news-single-box:nth-child(4) .box-012 .box-012-inner > a .box-012-title {
  bottom: 34px;
}
.main-content {
  /**
  * quick-acesses
  */
}
.main-content .section-quick-acesses {
  position: relative;
  display: inline-block;
  width: 100%;
}
.main-content .section-quick-acesses .quickAcess {
  position: relative;
  display: inline-block;
  margin-bottom: 34px;
  background-color: rgb(99, 99, 99);
}
.main-content .section-quick-acesses .quickAcess .quickAcess-top {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 40px;
  top: 0;
  left: 0;
}
.main-content .section-quick-acesses .quickAcess .quickAcess-top .highlights-title {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.main-content .section-quick-acesses .quickAcess .quickAcess-top .quickAcess-button {
  display: inline-block;
  position: relative;
}
.main-content .section-quick-acesses .quickAcess .quickAcess-top .quickAcess-button .quickAcess-button-inner > .button-005 {
  z-index: 2;
}
.main-content .section-quick-acesses .quickAcess .quickAcess-top .access-accessibility-date {
  display: inline-block;
  position: relative;
  height: 40px;
  padding: 12px 10px;
  vertical-align: top;
  background-color: rgb(255, 255, 255);
  z-index: 2;
}
.main-content .section-quick-acesses .quickAcess .quickAcessOne {
  position: relative;
  display: inline-block;
  background-color: rgb(255, 255, 255);
  padding-bottom: 52px;
  vertical-align: top;
}
.main-content .section-quick-acesses .quickAcess .quickAcessTwo {
  position: relative;
  display: inline-block;
  background-color: rgb(73, 96, 19);
  padding-bottom: 52px;
  vertical-align: top;
}
.main-content .section-quick-acesses .quickAcess .quickAcessTwo .box-013 a .box-013-title {
  color: rgb(255, 255, 255);
}
.main-content .section-quick-acesses .quickAcess .quickAcessTwo .box-013 a .box-013-divider {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.main-content .section-quick-acesses .quickAcess .quickAcessThree {
  position: relative;
  display: inline-block;
  background-color: rgb(44, 58, 12);
  padding-bottom: 52px;
  vertical-align: top;
}
.main-content .section-quick-acesses .quickAcess .quickAcessThree .box-013 a .box-013-title {
  color: rgb(255, 255, 255);
}
.main-content .section-quick-acesses .quickAcess .quickAcessThree .box-013 a .box-013-divider {
  opacity: 0.3;
  filter: alpha(opacity=30);
}

/* Medium and up */
@media only screen and (min-width: 640px) {
  .main-content {
    /**
    * news
    */
  }
  .main-content .section-news .news > .news-boxes .news-single-box:nth-child(3) .box-012 .box-012-inner > a .box-012-title, .main-content .section-news .news > .news-boxes .news-single-box:nth-child(4) .box-012 .box-012-inner > a .box-012-title {
    bottom: 30px;
  }
}
/* Large and up */
@media only screen and (min-width: 1024px) {
  .main-content .section-highlights {
    padding-top: 130px;
  }
  .main-content {
    /**
    * highlights (news && events)
    */
  }
  .main-content .highlightsEventsNews div.box-011:nth-of-type(4) {
    top: 250px;
  }
  .main-content {
    /**
    * meetings
    */
    /**
    * news
    */
  }
  .main-content .section-news {
    margin-bottom: 0;
  }
  .main-content .section-news .news {
    margin-bottom: 0;
  }
  .main-content .section-news .news > .news-boxes .news-single-box:nth-child(3) .box-012 .box-012-inner > a .box-012-title, .main-content .section-news .news > .news-boxes .news-single-box:nth-child(4) .box-012 .box-012-inner > a .box-012-title {
    bottom: 34px;
  }
  .main-content .section-news .news .news-button .button-005:hover .button-005__content-button > div > div > .button-005__content-button-text {
    color: rgb(255, 255, 255);
  }
  .main-content {
    /**
    * quick-acesses
    */
  }
}
/* XLarge and up */
@media only screen and (min-width: 1440px) {
  .main-content .highlightsEventsNews div.box-011:nth-of-type(4) {
    top: 300px;
  }
}
/* XXLarge and up */
@media only screen and (min-width: 1920px) {
  .main-content .highlightsEventsNews div.box-011:nth-of-type(4) {
    top: 350px;
  }
}
.menu-mobile-hamburguer {
  display: inline-block;
  position: relative;
  float: right;
  background: url("img/header/hamburger-icon.svg") no-repeat;
  background-size: auto 16px;
  height: 100%;
  width: 20px;
  background-position: center center;
}

.gsk-header-wrapper__menu-mobile {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 320px;
  height: 100%;
  z-index: 22;
  overflow: hidden;
  will-change: transform;
  -webkit-transform: translate3d(320px, 0px, 0px);
  -moz-transform: translate3d(320px, 0px, 0px);
  -ms-transform: translate3d(320px, 0px, 0px);
  -o-transform: translate3d(320px, 0px, 0px);
  transform: translate3d(320px, 0px, 0px);
  -webkit-transition: transform 300ms ease-out;
  -moz-transition: transform 300ms ease-out;
  -ms-transition: transform 300ms ease-out;
  -o-transition: transform 300ms ease-out;
  transition: transform 300ms ease-out;
}
.gsk-header-wrapper__menu-mobile .backButtonMobile {
  font-family: "Sarabun-Regular", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  color: rgb(255, 255, 255);
  line-height: 1.5em;
  cursor: pointer;
}
.gsk-header-wrapper__menu-mobile .js-drilldown-back {
  margin-bottom: 14px;
  margin-top: 0;
  text-align: center;
}
.gsk-header-wrapper__menu-mobile > .inner {
  height: 100%;
}
.gsk-header-wrapper__menu-mobile > .inner > .menu-mobile {
  height: 100%;
}
.gsk-header-wrapper__menu-mobile > .inner > .menu-mobile .is-drilldown-submenu {
  background-color: rgb(68, 5, 5);
  margin-left: 0;
}
.gsk-header-wrapper__menu-mobile > .inner > .menu-mobile .is-drilldown-submenu .nameForControl {
  border-bottom: 1px solid rgb(225, 9, 21);
  margin-left: 2px;
  width: 100%;
  padding-bottom: 14px;
}
.gsk-header-wrapper__menu-mobile > .inner > .menu-mobile .is-drilldown-submenu .nameForControl > a {
  padding: 14px 0 14px 0;
  color: rgb(255, 255, 255);
  font-family: "Sarabun-Regular", sans-serif;
  font-size: 15px;
  letter-spacing: 0;
}
.gsk-header-wrapper__menu-mobile > .inner > .menu-mobile > .menu-mobile-items {
  position: absolute;
  top: 0;
  left: 0;
  width: 320px;
  min-height: 100%;
  background-color: rgb(68, 5, 5);
}
.gsk-header-wrapper__menu-mobile > .inner > .menu-mobile > .menu-mobile-items > .menu-mobile-items__left {
  position: absolute;
  padding: 0 30px 0 30px;
  left: 0;
  width: 320px;
  height: 100%;
  overflow-y: scroll;
}
.gsk-header-wrapper__menu-mobile > .inner > .menu-mobile > .menu-mobile-items > .menu-mobile-items__left li > a {
  padding: 0;
  background: transparent;
}
.gsk-header-wrapper__menu-mobile > .inner > .menu-mobile > .menu-mobile-items > .menu-mobile-items__left > .menu-mobile-close-button {
  position: relative;
  background: url("img/menu/close.svg") no-repeat;
  background-size: 24px 24px;
  background-position: center center;
  width: 100%;
  height: 24px;
  margin-top: 38px;
  margin-bottom: 34px;
}
.gsk-header-wrapper__menu-mobile > .inner > .menu-mobile > .menu-mobile-items > .menu-mobile-items__left .main-menu-mobile {
  list-style: none;
  margin-left: 0;
  width: 100%;
}
.gsk-header-wrapper__menu-mobile > .inner > .menu-mobile > .menu-mobile-items > .menu-mobile-items__left .main-menu-mobile .submenu .menu-item {
  opacity: 1;
  filter: alpha(opacity=100);
}
.gsk-header-wrapper__menu-mobile > .inner > .menu-mobile > .menu-mobile-items > .menu-mobile-items__left .main-menu-mobile .submenu .menu-item:last-child {
  border-bottom: 1px solid rgb(225, 9, 21);
}
.gsk-header-wrapper__menu-mobile > .inner > .menu-mobile > .menu-mobile-items > .menu-mobile-items__left .main-menu-mobile .menu-item {
  color: rgb(255, 255, 255);
  font-family: "Sarabun-Regular", sans-serif;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1.5em;
  text-align: left;
  text-transform: lowercase;
  width: 100%;
  padding: 14px 0 14px 0;
  border-bottom: 1px solid rgb(225, 9, 21);
  opacity: 1;
  display: table;
}
.gsk-header-wrapper__menu-mobile > .inner > .menu-mobile > .menu-mobile-items > .menu-mobile-items__left .main-menu-mobile .menu-item > .parent-item {
  display: block;
  position: relative;
  width: 80%;
  padding-left: 12px;
}
.gsk-header-wrapper__menu-mobile > .inner > .menu-mobile > .menu-mobile-items > .menu-mobile-items__left .main-menu-mobile .menu-item > .parent-item > a {
  color: rgb(255, 255, 255);
  font-family: "Sarabun-Regular", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.5em;
  text-decoration: none;
  width: 156px;
  text-transform: lowercase;
  display: table-cell;
  vertical-align: middle;
  background: transparent;
  padding: 0;
}
.gsk-header-wrapper__menu-mobile > .inner > .menu-mobile > .menu-mobile-items > .menu-mobile-items__left .main-menu-mobile .menu-item > a {
  color: rgb(255, 255, 255);
  font-family: "Sarabun-Regular", sans-serif;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1.5em;
  text-align: left;
  text-transform: lowercase;
  width: 100%;
  padding: 14px 0 14px 0;
  display: table-cell;
  vertical-align: middle;
  padding-left: 12px;
  padding-right: 24px;
}
.gsk-header-wrapper__menu-mobile > .inner > .menu-mobile > .menu-mobile-items > .menu-mobile-items__left .main-menu-mobile .menu-item .nameForControl a {
  font-family: "Sarabun-ExtraBold", sans-serif !important;
  font-size: 15px;
}
.gsk-header-wrapper__menu-mobile > .inner > .menu-mobile > .menu-mobile-items > .menu-mobile-items__left .main-menu-mobile .menu-item.is-submenu-item a {
  font-family: "Sarabun-Regular", sans-serif;
}
.gsk-header-wrapper__menu-mobile > .inner > .menu-mobile > .menu-mobile-items > .menu-mobile-items__left .main-menu-mobile .is-submenu-item {
  margin-left: 12px;
  width: calc(100% - 12px);
}
.gsk-header-wrapper__menu-mobile > .inner > .menu-mobile > .menu-mobile-items > .menu-mobile-items__left .main-menu-mobile li.menu-item-has-children > a {
  position: relative;
}
.gsk-header-wrapper__menu-mobile > .inner > .menu-mobile > .menu-mobile-items > .menu-mobile-items__left .main-menu-mobile li.menu-item-has-children > a:after {
  content: "";
  background: url("img/menu/arrow.svg") no-repeat;
  border: none;
  position: absolute;
  top: 50%;
  right: 8px;
  width: 6px;
  height: 10px;
  margin-top: -6px;
  background-size: 6px 10px;
  background-position: center center;
}

.gsk-header-wrapper__menu-mobile--open {
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.gsk-header-wrapper__menu-mobile .socials {
  padding: 0;
  text-align: center;
}
.gsk-header-wrapper__menu-mobile .socials > a {
  position: relative;
  text-align: right;
  display: inline-block;
}
.gsk-header-wrapper__menu-mobile .socials > a svg path {
  fill: rgb(255, 255, 255);
}
.gsk-header-wrapper__menu-mobile .socials > a svg rect {
  fill: rgb(255, 255, 255);
}
.gsk-header-wrapper__menu-mobile .socials > a svg polygon {
  fill: rgb(255, 255, 255);
}
.gsk-header-wrapper__menu-mobile #qtranxs_select_mobile-chooser {
  border: 1px solid rgb(225, 9, 21);
  color: rgb(255, 255, 255);
  font-family: "Sarabun-Regular", sans-serif;
  font-size: 15px;
  letter-spacing: 0;
  text-transform: lowercase;
  margin-top: 30px;
  background-color: transparent;
  background-image: url("img/socialNetworks/arrow.svg");
  background-repeat: no-repeat;
  background-size: 6px 10px;
  background-origin: content-box;
}
.gsk-header-wrapper__menu-mobile #qtranxs_select_mobile-chooser > option {
  color: rgb(255, 255, 255);
  font-size: 15px;
  text-transform: lowercase;
  font-family: "Sarabun-Regular", sans-serif;
  letter-spacing: 0;
}
.gsk-header-wrapper__menu-mobile #qtranxs_select_mobile-chooser:focus {
  box-shadow: none;
}
.gsk-header-wrapper__menu-mobile .poweredBy {
  position: relative;
  display: inline-block;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
  background: url("img/socialNetworks/smartgov_white.png") no-repeat;
  background-size: cover;
  height: 50px;
  width: 100%;
  background-position: center center;
}

/*************************** Medium and up ***************************/
/*************************** Large and up ***************************/
@media only screen and (min-width: 1024px) {
  .gsk-header-wrapper__menu-mobile {
    display: none;
  }
  .menu-mobile-hamburguer {
    display: none;
  }
}
/*************************** XLarge and up ***************************/
/*************************** XXLarge and up ***************************/
/*Variables*/
#page-not-found {
  display: inline-block;
  position: relative;
  min-height: calc(100vh - 801px);
  width: 100%;
  margin-top: 80px;
  background-color: rgba(244, 244, 244, 0.8);
  text-align: center;
  font-size: 0;
}
#page-not-found .inner {
  display: inline-block;
  height: 262px;
  margin-top: 190px;
  margin-bottom: 210px;
  border: solid 1px rgb(255, 255, 255);
}
#page-not-found .page-not-found__title {
  color: rgb(57, 57, 57);
  font-family: "Sarabun-Bold", sans-serif;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 1.625em;
  margin: 0 10px;
  text-transform: uppercase;
}
#page-not-found .page-not-found__content {
  color: rgb(99, 99, 99);
  font-family: "Sarabun-Regular", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.5em;
  margin: 14px 10px 0 10px;
}

@media only screen and (min-width: 640px) {
  #page-not-found {
    min-height: calc(100vh - 450px);
  }
  #page-not-found .inner .page-not-found__title {
    margin: 0 20px;
  }
  #page-not-found .inner .page-not-found__content {
    margin: 14px 20px 0 0px;
  }
}
/* Large and up */
@media only screen and (min-width: 1024px) {
  #page-not-found {
    min-height: calc(100vh - 460px);
  }
  #page-not-found .inner {
    margin-top: 140px;
  }
  #page-not-found .inner .page-not-found__title {
    margin: 0 30px;
  }
  #page-not-found .inner .page-not-found__content {
    margin: 14px 30px 0 30px;
  }
}
/* XLarge and up */
/* XXLarge and up */
@media print, screen and (min-width: 1200px) {
  .xlarge-1 {
    width: 8.33333%;
  }
  .xlarge-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .xlarge-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .xlarge-offset-0 {
    margin-left: 0%;
  }
  .xlarge-2 {
    width: 16.66667%;
  }
  .xlarge-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .xlarge-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .xlarge-offset-1 {
    margin-left: 8.33333%;
  }
  .xlarge-3 {
    width: 25%;
  }
  .xlarge-push-3 {
    position: relative;
    left: 25%;
  }
  .xlarge-pull-3 {
    position: relative;
    left: -25%;
  }
  .xlarge-offset-2 {
    margin-left: 16.66667%;
  }
  .xlarge-4 {
    width: 33.33333%;
  }
  .xlarge-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .xlarge-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .xlarge-offset-3 {
    margin-left: 25%;
  }
  .xlarge-5 {
    width: 41.66667%;
  }
  .xlarge-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .xlarge-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .xlarge-offset-4 {
    margin-left: 33.33333%;
  }
  .xlarge-6 {
    width: 50%;
  }
  .xlarge-push-6 {
    position: relative;
    left: 50%;
  }
  .xlarge-pull-6 {
    position: relative;
    left: -50%;
  }
  .xlarge-offset-5 {
    margin-left: 41.66667%;
  }
  .xlarge-7 {
    width: 58.33333%;
  }
  .xlarge-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .xlarge-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .xlarge-offset-6 {
    margin-left: 50%;
  }
  .xlarge-8 {
    width: 66.66667%;
  }
  .xlarge-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .xlarge-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .xlarge-offset-7 {
    margin-left: 58.33333%;
  }
  .xlarge-9 {
    width: 75%;
  }
  .xlarge-push-9 {
    position: relative;
    left: 75%;
  }
  .xlarge-pull-9 {
    position: relative;
    left: -75%;
  }
  .xlarge-offset-8 {
    margin-left: 66.66667%;
  }
  .xlarge-10 {
    width: 83.33333%;
  }
  .xlarge-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .xlarge-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .xlarge-offset-9 {
    margin-left: 75%;
  }
  .xlarge-11 {
    width: 91.66667%;
  }
  .xlarge-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .xlarge-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  .xlarge-offset-10 {
    margin-left: 83.33333%;
  }
  .xlarge-12 {
    width: 100%;
  }
  .xlarge-offset-11 {
    margin-left: 91.66667%;
  }
  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .xlarge-up-1 > .column:nth-of-type(1n), .xlarge-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-1 > .column:nth-of-type(1n+1), .xlarge-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .xlarge-up-1 > .column:last-child, .xlarge-up-1 > .columns:last-child {
    float: left;
  }
  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .xlarge-up-2 > .column:nth-of-type(1n), .xlarge-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-2 > .column:nth-of-type(2n+1), .xlarge-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .xlarge-up-2 > .column:last-child, .xlarge-up-2 > .columns:last-child {
    float: left;
  }
  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    float: left;
    width: 33.33333%;
  }
  .xlarge-up-3 > .column:nth-of-type(1n), .xlarge-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-3 > .column:nth-of-type(3n+1), .xlarge-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .xlarge-up-3 > .column:last-child, .xlarge-up-3 > .columns:last-child {
    float: left;
  }
  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .xlarge-up-4 > .column:nth-of-type(1n), .xlarge-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-4 > .column:nth-of-type(4n+1), .xlarge-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .xlarge-up-4 > .column:last-child, .xlarge-up-4 > .columns:last-child {
    float: left;
  }
  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .xlarge-up-5 > .column:nth-of-type(1n), .xlarge-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-5 > .column:nth-of-type(5n+1), .xlarge-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .xlarge-up-5 > .column:last-child, .xlarge-up-5 > .columns:last-child {
    float: left;
  }
  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    float: left;
    width: 16.66667%;
  }
  .xlarge-up-6 > .column:nth-of-type(1n), .xlarge-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-6 > .column:nth-of-type(6n+1), .xlarge-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .xlarge-up-6 > .column:last-child, .xlarge-up-6 > .columns:last-child {
    float: left;
  }
  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    float: left;
    width: 14.28571%;
  }
  .xlarge-up-7 > .column:nth-of-type(1n), .xlarge-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-7 > .column:nth-of-type(7n+1), .xlarge-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .xlarge-up-7 > .column:last-child, .xlarge-up-7 > .columns:last-child {
    float: left;
  }
  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .xlarge-up-8 > .column:nth-of-type(1n), .xlarge-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-8 > .column:nth-of-type(8n+1), .xlarge-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .xlarge-up-8 > .column:last-child, .xlarge-up-8 > .columns:last-child {
    float: left;
  }
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .xlarge-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .xlarge-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .xlarge-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .xlarge-centered, .xlarge-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .xlarge-uncentered,
  .xlarge-push-0,
  .xlarge-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 74.9375em) {
  .xlarge-text-left {
    text-align: left;
  }
  .xlarge-text-right {
    text-align: right;
  }
  .xlarge-text-center {
    text-align: center;
  }
  .xlarge-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 1440px) {
  .xxlarge-1 {
    width: 8.33333%;
  }
  .xxlarge-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .xxlarge-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .xxlarge-offset-0 {
    margin-left: 0%;
  }
  .xxlarge-2 {
    width: 16.66667%;
  }
  .xxlarge-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .xxlarge-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .xxlarge-offset-1 {
    margin-left: 8.33333%;
  }
  .xxlarge-3 {
    width: 25%;
  }
  .xxlarge-push-3 {
    position: relative;
    left: 25%;
  }
  .xxlarge-pull-3 {
    position: relative;
    left: -25%;
  }
  .xxlarge-offset-2 {
    margin-left: 16.66667%;
  }
  .xxlarge-4 {
    width: 33.33333%;
  }
  .xxlarge-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .xxlarge-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .xxlarge-offset-3 {
    margin-left: 25%;
  }
  .xxlarge-5 {
    width: 41.66667%;
  }
  .xxlarge-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .xxlarge-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .xxlarge-offset-4 {
    margin-left: 33.33333%;
  }
  .xxlarge-6 {
    width: 50%;
  }
  .xxlarge-push-6 {
    position: relative;
    left: 50%;
  }
  .xxlarge-pull-6 {
    position: relative;
    left: -50%;
  }
  .xxlarge-offset-5 {
    margin-left: 41.66667%;
  }
  .xxlarge-7 {
    width: 58.33333%;
  }
  .xxlarge-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .xxlarge-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .xxlarge-offset-6 {
    margin-left: 50%;
  }
  .xxlarge-8 {
    width: 66.66667%;
  }
  .xxlarge-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .xxlarge-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .xxlarge-offset-7 {
    margin-left: 58.33333%;
  }
  .xxlarge-9 {
    width: 75%;
  }
  .xxlarge-push-9 {
    position: relative;
    left: 75%;
  }
  .xxlarge-pull-9 {
    position: relative;
    left: -75%;
  }
  .xxlarge-offset-8 {
    margin-left: 66.66667%;
  }
  .xxlarge-10 {
    width: 83.33333%;
  }
  .xxlarge-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .xxlarge-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .xxlarge-offset-9 {
    margin-left: 75%;
  }
  .xxlarge-11 {
    width: 91.66667%;
  }
  .xxlarge-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .xxlarge-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  .xxlarge-offset-10 {
    margin-left: 83.33333%;
  }
  .xxlarge-12 {
    width: 100%;
  }
  .xxlarge-offset-11 {
    margin-left: 91.66667%;
  }
  .xxlarge-up-1 > .column, .xxlarge-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .xxlarge-up-1 > .column:nth-of-type(1n), .xxlarge-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-1 > .column:nth-of-type(1n+1), .xxlarge-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .xxlarge-up-1 > .column:last-child, .xxlarge-up-1 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-2 > .column, .xxlarge-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .xxlarge-up-2 > .column:nth-of-type(1n), .xxlarge-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-2 > .column:nth-of-type(2n+1), .xxlarge-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .xxlarge-up-2 > .column:last-child, .xxlarge-up-2 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-3 > .column, .xxlarge-up-3 > .columns {
    float: left;
    width: 33.33333%;
  }
  .xxlarge-up-3 > .column:nth-of-type(1n), .xxlarge-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-3 > .column:nth-of-type(3n+1), .xxlarge-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .xxlarge-up-3 > .column:last-child, .xxlarge-up-3 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-4 > .column, .xxlarge-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .xxlarge-up-4 > .column:nth-of-type(1n), .xxlarge-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-4 > .column:nth-of-type(4n+1), .xxlarge-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .xxlarge-up-4 > .column:last-child, .xxlarge-up-4 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-5 > .column, .xxlarge-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .xxlarge-up-5 > .column:nth-of-type(1n), .xxlarge-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-5 > .column:nth-of-type(5n+1), .xxlarge-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .xxlarge-up-5 > .column:last-child, .xxlarge-up-5 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-6 > .column, .xxlarge-up-6 > .columns {
    float: left;
    width: 16.66667%;
  }
  .xxlarge-up-6 > .column:nth-of-type(1n), .xxlarge-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-6 > .column:nth-of-type(6n+1), .xxlarge-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .xxlarge-up-6 > .column:last-child, .xxlarge-up-6 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-7 > .column, .xxlarge-up-7 > .columns {
    float: left;
    width: 14.28571%;
  }
  .xxlarge-up-7 > .column:nth-of-type(1n), .xxlarge-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-7 > .column:nth-of-type(7n+1), .xxlarge-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .xxlarge-up-7 > .column:last-child, .xxlarge-up-7 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-8 > .column, .xxlarge-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .xxlarge-up-8 > .column:nth-of-type(1n), .xxlarge-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-8 > .column:nth-of-type(8n+1), .xxlarge-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .xxlarge-up-8 > .column:last-child, .xxlarge-up-8 > .columns:last-child {
    float: left;
  }
  .xxlarge-collapse > .column, .xxlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .xxlarge-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .xxlarge-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .xxlarge-uncollapse > .column, .xxlarge-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .xxlarge-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .xxlarge-centered, .xxlarge-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .xxlarge-uncentered,
  .xxlarge-push-0,
  .xxlarge-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 1440px) {
  .xxlarge-text-left {
    text-align: left;
  }
  .xxlarge-text-right {
    text-align: right;
  }
  .xxlarge-text-center {
    text-align: center;
  }
  .xxlarge-text-justify {
    text-align: justify;
  }
}
/*variables*/
.title-008 {
  display: inline-block;
  position: relative;
  height: 40px;
  padding: 0 30px;
  background-color: rgb(225, 9, 21);
  z-index: 1;
}
.title-008 > div > div {
  text-align: center;
}
.title-008 > div > div .title-008-text {
  display: block;
  position: relative;
  color: rgb(255, 255, 255);
  font-family: "Sarabun-ExtraBold", sans-serif;
  font-size: 13px;
  letter-spacing: 0px;
  line-height: 1.7em;
}

/* Medium and up */
/* Large and up */
/* XLarge and up */
/* XXLarge and up */
/*variables*/
.slider-023 {
  display: inline-block;
  position: relative;
  width: 100%;
}
.slider-023 > .slider-023__slider {
  position: relative;
  width: 100%;
  height: 428px;
}
.slider-023 > .slider-023__slider .slick-list {
  height: 100% !important;
}
.slider-023 > .slider-023__slider .slick-list .slick-track {
  height: 100% !important;
}
.slider-023 > .slider-023__slider .slider-023__slider-item {
  display: inline-block;
  position: relative;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.4);
}
.slider-023 > .slider-023__slider .slider-023__slider-item > a {
  display: flex;
  position: relative;
  height: 100%;
  width: 100%;
  pointer-events: all;
}
.slider-023 > .slider-023__slider .slider-023__slider-item img, .slider-023 > .slider-023__slider .slider-023__slider-item video {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  left: 50%;
  top: 50%;
  -webkit-transform: scale(1) rotate(0) translateX(-50%) translateY(-50%) skewX(0) skewY(0);
  -moz-transform: scale(1) rotate(0) translateX(-50%) translateY(-50%) skewX(0) skewY(0);
  -ms-transform: scale(1) rotate(0) translateX(-50%) translateY(-50%) skewX(0) skewY(0);
  -o-transform: scale(1) rotate(0) translateX(-50%) translateY(-50%) skewX(0) skewY(0);
  transform: scale(1) rotate(0) translateX(-50%) translateY(-50%) skewX(0) skewY(0);
}
.slider-023 > .slider-023__slider .slider-023__slider-item iframe {
  width: 100%;
  height: 100%;
  pointer-events: all;
}
.slider-023 > .slider-023__slider .slider-023__slider-item .slider-023__slider-item-fog {
  display: inline-block;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: 180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%; /* Old browsers */
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%); /* FF3.6+ */
  background: -webkit-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%); /* IE10+ */
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.slider-023 > .slider-023__slider .slider-023__slider-item .slider-023__slider-item-texts {
  display: flex;
  position: absolute;
  bottom: 0;
  height: 200px;
  align-content: flex-start;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-bottom: 58px;
  margin: 100px 30px 30px 30px;
  z-index: 2;
}
.slider-023 > .slider-023__slider .slider-023__slider-item .slider-023__slider-item-texts .slider-023__slider-item-texts-title {
  display: inline-block;
  position: relative;
  width: 100%;
  color: rgb(255, 255, 255);
  font-family: "Sarabun-SemiBold", sans-serif;
  font-size: 32px;
  letter-spacing: 0px;
  line-height: 1em;
  max-height: 2em;
  margin-bottom: 16px;
}
.slider-023 > .slider-023__slider .slider-023__slider-item .slider-023__slider-item-texts .slider-023__slider-item-texts-description {
  display: inline-block;
  position: relative;
  width: calc(100% - 108px);
  color: rgb(255, 255, 255);
  font-family: "Sarabun-SemiBold", sans-serif;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 1.5em;
  max-height: 3em;
}
.slider-023 > .slider-023__slider .slider-023__slider-item .slider-023__slider-item-buttons {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  position: absolute;
  z-index: 1;
  bottom: 30px;
  left: 30px;
  z-index: 3;
}
.slider-023 > .slider-023__slider .slider-023__slider-item .slider-023__slider-item-buttons .slider-023__slider-item-button {
  display: inline-block;
  position: relative;
  height: 48px;
  min-width: 100px;
  text-align: center;
  pointer-events: auto;
  margin-right: 10px;
}
.slider-023 > .slider-023__slider .slider-023__slider-item .slider-023__slider-item-buttons .slider-023__slider-item-button > div {
  background-color: rgb(73, 96, 19);
  -webkit-transition: background-color 250ms ease-out;
  -moz-transition: background-color 250ms ease-out;
  -ms-transition: background-color 250ms ease-out;
  -o-transition: background-color 250ms ease-out;
  transition: background-color 250ms ease-out;
}
.slider-023 > .slider-023__slider .slider-023__slider-item .slider-023__slider-item-buttons .slider-023__slider-item-button > div > div .slider-023__slider-item-button-title {
  display: inline-block;
  position: relative;
  color: rgb(255, 255, 255);
  font-family: "Sarabun-SemiBold", sans-serif;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 1em;
  height: 1em;
  text-transform: lowercase;
}
.slider-023 > .slider-023__slider .slider-023__slider-item:not(:has(.slider-023__slider-item-buttons)) .slider-023__slider-item-texts {
  height: 100px;
  bottom: 30px;
}
.slider-023 > .slider-023__slider .image {
  pointer-events: auto;
}
.slider-023 > .slider-023__slider .text_image {
  pointer-events: auto;
}
.slider-023 .slider-23__slider-arrows {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 8.333333%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slider-023 .slider-23__slider-arrows .slick-arrow {
  display: inline-block !important;
  position: relative;
  cursor: pointer;
}
.slider-023 .slider-23__slider-arrows .slick-arrow > svg {
  height: 40px;
  width: 40px;
}
.slider-023 .slider-23__slider-arrows .slick-arrow > svg > g > g > g > circle {
  -webkit-transition: opacity 250ms ease-out;
  -moz-transition: opacity 250ms ease-out;
  -ms-transition: opacity 250ms ease-out;
  -o-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
}
.slider-023 .slider-23__slider-arrow-next {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  margin-left: 10px;
}

/* Medium and up */
@media only screen and (min-width: 640px) {
  .slider-023 .slider-023__slider .slider-023__slider-item .slider-023__slider-item-buttons .slider-023__slider-item-button {
    min-width: 200px;
  }
  .slider-023 .slider-23__slider-arrows {
    width: 100%;
    left: 0;
  }
  .slider-023 .slider-23__slider-arrows .slick-arrow {
    position: absolute;
  }
  .slider-023 .slider-23__slider-arrows .slick-arrow > svg {
    height: 28px;
    width: 28px;
  }
  .slider-023 .slider-23__slider-arrows .slider-23__slider-arrow-prev {
    left: 10px;
  }
  .slider-023 .slider-23__slider-arrows .slider-23__slider-arrow-next {
    right: 10px;
  }
}
/* Large and up */
@media only screen and (min-width: 1024px) {
  .slider-023 .slider-023__slider {
    height: unset;
    aspect-ratio: 1350/428;
  }
  .slider-023 .slider-023__slider img, .slider-023 .slider-023__slider video {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .slider-023 .slider-023__slider .slider-023__slider-item .slider-023__slider-item-buttons {
    bottom: 30px;
  }
  .slider-023 .slider-023__slider .slider-023__slider-item .slider-023__slider-item-buttons .slider-023__slider-item-button:hover > div {
    background-color: rgb(44, 58, 12);
  }
  .slider-023 .slider-23__slider-arrows .slick-arrow:hover > svg > g > g > g > circle {
    opacity: 0.7;
  }
  .slider-023 .slider-23__slider-arrows .slider-23__slider-arrow-prev {
    left: 20px;
  }
  .slider-023 .slider-23__slider-arrows .slider-23__slider-arrow-next {
    right: 20px;
  }
}
/* XLarge and up */
/* XXLarge and up */
/* XXLarge and up */
/*variables*/
.box-008 {
  display: inline-block;
  position: relative;
}
.box-008 .box-008__content-outer {
  display: inline-block;
  position: relative;
}
.box-008 .box-008__content-outer .box-008__content {
  display: inline-block;
  position: relative;
  margin-top: 20px;
}
.box-008 .box-008__content-outer .box-008__content .box-008__content-label {
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
  color: rgb(73, 96, 19);
  font-family: "Sarabun-ExtraBold", sans-serif;
  font-size: 13px;
  letter-spacing: 0px;
  line-height: 1.8em;
  height: 1.8em;
  width: 100%;
}
.box-008 .box-008__content-outer .box-008__content .box-008__content-title {
  display: inline-block;
  position: relative;
  margin-bottom: 16px;
  color: rgb(12, 12, 12);
  font-family: "Sarabun-Bold", sans-serif;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 1.5em;
  height: 2.8em;
  width: 100%;
}
.box-008 .box-008__content-outer .box-008__content .box-008__content-description {
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
  color: rgb(57, 57, 57);
  font-family: "Sarabun-Regular", sans-serif;
  font-size: 13px;
  letter-spacing: 0px;
  line-height: 1.8em;
  height: 10.8em;
  width: 100%;
}
.box-008 .box-008__content-outer .box-008__content .box-008__accessibility_date {
  display: inline-block;
  position: relative;
  margin-bottom: 26px;
  color: rgb(100, 100, 100);
  font-family: "Sarabun-Light", sans-serif;
  font-size: 11px;
  letter-spacing: 0px;
  line-height: 1.8em;
  width: 100%;
}
.box-008 .box-008__content-outer .box-008__content-button {
  display: inline-block;
  position: relative;
  float: right;
  height: 44px;
  padding: 0 10px 0 10px;
  background-color: rgb(73, 96, 19);
}
.box-008 .box-008__content-outer .box-008__content-button > div > div > .box-008__content-button-text {
  display: inline-block;
  position: relative;
  color: rgb(255, 255, 255);
  font-family: "Sarabun-SemiBold", sans-serif;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 1.5em;
  height: 1.4em;
  -webkit-transition: color 250ms ease-out;
  -moz-transition: color 250ms ease-out;
  -ms-transition: color 250ms ease-out;
  -o-transition: color 250ms ease-out;
  transition: color 250ms ease-out;
}
.box-008 .box-008__image {
  display: inline-block;
  position: relative;
  height: 240px;
  float: right;
  vertical-align: top;
  overflow: hidden;
}
.box-008 .box-008__image .box-008__image-img {
  position: absolute;
  max-width: none;
  min-width: 100%;
  min-height: 100%;
  height: auto;
  left: 50%;
  top: 50%;
  backface-visibility: hidden;
  transform-origin: 50% 50%;
  -webkit-transform: scale(1) rotate(0) translateX(-50%) translateY(-50%) skewX(0) skewY(0);
  -moz-transform: scale(1) rotate(0) translateX(-50%) translateY(-50%) skewX(0) skewY(0);
  -ms-transform: scale(1) rotate(0) translateX(-50%) translateY(-50%) skewX(0) skewY(0);
  -o-transform: scale(1) rotate(0) translateX(-50%) translateY(-50%) skewX(0) skewY(0);
  transform: scale(1) rotate(0) translateX(-50%) translateY(-50%) skewX(0) skewY(0);
}
.box-008 .box-008__image .box-008__image-img-fog {
  display: inline-block;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: 194deg, rgba(0, 0, 0, 0) 68%, rgba(0, 0, 0, 0.5) 100%; /* Old browsers */
  background: -moz-linear-gradient(194deg, rgba(0, 0, 0, 0) 68%, rgba(0, 0, 0, 0.5) 100%); /* FF3.6+ */
  background: -webkit-gradient(194deg, rgba(0, 0, 0, 0) 68%, rgba(0, 0, 0, 0.5) 100%); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(194deg, rgba(0, 0, 0, 0) 68%, rgba(0, 0, 0, 0.5) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(194deg, rgba(0, 0, 0, 0) 68%, rgba(0, 0, 0, 0.5) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(194deg, rgba(0, 0, 0, 0) 68%, rgba(0, 0, 0, 0.5) 100%); /* IE10+ */
  background: linear-gradient(194deg, rgba(0, 0, 0, 0) 68%, rgba(0, 0, 0, 0.5) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

/* Medium and up */
@media only screen and (min-width: 640px) {
  .box-008 .box-008__content-outer {
    height: 336px;
  }
  .box-008 .box-008__content-outer .box-008__content .box-008__content-description {
    height: 9em;
  }
  .box-008 .box-008__image {
    height: 336px;
  }
}
/* Large and up */
@media only screen and (min-width: 1024px) {
  .box-008 .box-008__content-outer {
    height: 340px;
  }
  .box-008 .box-008__content-outer .box-008__content .box-008__content-title {
    margin-bottom: 14px;
    font-size: 24px;
    line-height: 1.2em;
    height: 2.4em;
  }
  .box-008 .box-008__content-outer .box-008__content .box-008__accessibility_date {
    margin-bottom: 25px;
  }
  .box-008 .box-008__content-outer .box-008__content-button:hover {
    background-color: rgb(44, 58, 12);
  }
  .box-008 .box-008__content-outer .box-008__content-button:hover .box-008__content-button-text {
    color: rgb(255, 255, 255);
  }
  .box-008 .box-008__image {
    height: 340px;
  }
}
/* XLarge and up */
@media only screen and (min-width: 1200px) {
  .box-008 .box-008__content-outer {
    height: 340px;
  }
  .box-008 .box-008__content-outer .box-008__content .box-008__content-description {
    height: 9em;
  }
  .box-008 .box-008__image {
    height: 340px;
  }
}
/* XXLarge and up */
@media only screen and (min-width: 1440px) {
  .box-008 .box-008__content-outer .box-008__content .box-008__content-description {
    height: 9em;
  }
}
/*variables*/
.box-009 {
  position: relative;
  padding-left: 20px;
}
.box-009 .box-009-content {
  display: inline-block;
  position: relative;
}
.box-009 .box-009-content .box-009__total {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 4px;
  color: rgb(99, 99, 99);
  font-family: "Sarabun-Medium", sans-serif;
  font-size: 12px;
  letter-spacing: 0px;
  line-height: 1.7em;
  height: 1.7em;
}
.box-009 .box-009-content .box-009__date {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 14px;
  margin-top: 30px;
  color: rgb(12, 12, 12);
  font-family: "Sarabun-SemiBold", sans-serif;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 1.5em;
}
.box-009 .box-009-content .box-009__hour {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 8px;
  color: rgb(73, 96, 19);
  font-family: "Sarabun-Bold", sans-serif;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 1.5em;
  height: 1.5em;
}
.box-009 .box-009-content .box-009__title {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  color: rgb(57, 57, 57);
  font-family: "Sarabun-Regular", sans-serif;
  font-size: 13px;
  letter-spacing: 0px;
  line-height: 1.5em;
  height: 5.6em;
}
.box-009 .box-009-content .box-009__button {
  -webkit-transition: background-color 250ms ease-out;
  -moz-transition: background-color 250ms ease-out;
  -ms-transition: background-color 250ms ease-out;
  -o-transition: background-color 250ms ease-out;
  transition: background-color 250ms ease-out;
  background: rgb(57, 57, 57);
  display: inline-block;
  position: relative;
  height: 44px;
  text-align: center;
}
.box-009 .box-009-content .box-009__button .box-009__content-button {
  display: inline-block;
  position: relative;
  height: 100%;
  width: 100%;
}
.box-009 .box-009-content .box-009__button .box-009__content-button > div > div {
  -webkit-transition: background-color 250ms ease-out;
  -moz-transition: background-color 250ms ease-out;
  -ms-transition: background-color 250ms ease-out;
  -o-transition: background-color 250ms ease-out;
  transition: background-color 250ms ease-out;
  display: inline-block;
  position: relative;
  color: rgb(248, 249, 240);
  font-family: "Sarabun-Regular", sans-serif;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 1.5em;
  height: 5.6em;
  font-weight: 600;
  padding-top: 11px;
}
.box-009 .box-009-content .box-009__button_box {
  height: 44px;
  width: 155px;
  margin-bottom: 72px;
}

/* Medium and up */
@media only screen and (min-width: 640px) {
  .box-009 .box-009-content .box-009__date {
    height: 3em;
  }
  .box-009 .box-009-content .box-009__title {
    height: 7.4em;
  }
}
/* Large and up */
@media only screen and (min-width: 1024px) {
  .box-009 {
    border-right: 1px solid #d5d5d5;
    border-top: 1px solid #d5d5d5;
  }
  .box-009 .box-009-content .box-009__date {
    margin-top: 60px;
  }
  .box-009 .box-009-content .box-009__button {
    margin-bottom: 72px;
  }
  .box-009 .box-009-content .box-009__button:hover {
    -webkit-transition: background-color 250ms ease-in;
    -moz-transition: background-color 250ms ease-in;
    -ms-transition: background-color 250ms ease-in;
    -o-transition: background-color 250ms ease-in;
    transition: background-color 250ms ease-in;
    background-color: rgb(12, 12, 12);
  }
}
/* XLarge and up */
/* XXLarge and up */
.slider-024 {
  display: inline-block;
  position: relative;
  width: 100%;
}
.slider-024 .slider-024__slider {
  display: inline-block;
  position: relative;
  width: 100%;
}
.slider-024 .slider-024__slider .slider-024__slider-item-A {
  display: inline-block;
  position: relative;
}
.slider-024 .slider-024__slider .slider-024__slider-item-A .slider-024__slider-item-A-inner {
  display: inline-block;
  position: relative;
}
.slider-024 .slider-024__slider .slider-024__slider-item-A .slider-024__slider-item-A-inner .box-009 .box-009__title {
  height: 2.8em;
}
.slider-024 .slider-024__slider .three-itemsA-or-less .slider-024__slider-item-A-inner .box-009 {
  border-bottom: 2px solid rgb(213, 213, 213);
}
.slider-024 .slider-024__slider .three-itemsA-or-less .slider-024__slider-item-A-inner .box-009 .box-009__title {
  height: unset;
}
.slider-024 .slider-024__slider .three-itemsA-or-less .slider-024__slider-item-A-inner:last-child .box-009 {
  border-bottom: none;
}
.slider-024 .slider-024__slider .four-itemsA .slider-024__slider-item-A-inner .box-009 {
  height: 170px;
}
.slider-024 .slider-024__slider .four-itemsA .slider-024__slider-item-A-inner:nth-child(odd) {
  border-right: 2px solid rgb(213, 213, 213);
}
.slider-024 .slider-024__slider .four-itemsA .slider-024__slider-item-A-inner:nth-child(-n+2) {
  border-bottom: 2px solid rgb(213, 213, 213);
}
.slider-024 .slider-024__slider .five-itemsA .slider-024__slider-item-A-inner .box-009 {
  height: 170px;
  border-bottom: 2px solid rgb(213, 213, 213);
}
.slider-024 .slider-024__slider .five-itemsA .slider-024__slider-item-A-inner:last-child .box-009 {
  border-bottom: none;
}
.slider-024 .slider-024__slider .seven-itemsA .slider-024__slider-item-A-inner .box-009 {
  height: 255px;
}
.slider-024 .slider-024__slider .seven-itemsA .slider-024__slider-item-A-inner:nth-child(odd) {
  border-right: 2px solid rgb(213, 213, 213);
}
.slider-024 .slider-024__slider .seven-itemsA .slider-024__slider-item-A-inner:nth-child(-n+2) {
  border-bottom: 2px solid rgb(213, 213, 213);
}
.slider-024 .slider-024__slider .eight-itemsA .slider-024__slider-item-A-inner .box-009 {
  height: 170px;
}
.slider-024 .slider-024__slider .eight-itemsA .slider-024__slider-item-A-inner:nth-child(odd) {
  border-right: 2px solid rgb(213, 213, 213);
}
.slider-024 .slider-024__slider .eight-itemsA .slider-024__slider-item-A-inner:nth-child(-n+2) {
  border-bottom: 2px solid rgb(213, 213, 213);
}
.slider-024 .slider-024__slider .slider-024__slider-item-B {
  display: inline-block;
  vertical-align: middle;
}
.slider-024 .slider-024__slider .slider-024__slider-item-B .slider-024__slider-item-B-inner {
  display: inline-block;
  position: relative;
}
.slider-024 .slider-024__slider .two-itemsB .slider-024__slider-item-B-inner .box-009 {
  height: 255px;
  border-bottom: 2px solid rgb(213, 213, 213);
}
.slider-024 .slider-024__slider .two-itemsB .slider-024__slider-item-B-inner .box-009 .box-009__title {
  height: 2.8em;
}
.slider-024 .slider-024__slider .two-itemsB .slider-024__slider-item-B-inner:last-child .box-009 {
  border-bottom: none;
}
.slider-024 .slider-024__slider .three-itemsB .slider-024__slider-item-B-inner .box-009 {
  height: 170px;
  border-bottom: 2px solid rgb(213, 213, 213);
}
.slider-024 .slider-024__slider .three-itemsB .slider-024__slider-item-B-inner .box-009 .box-009__title {
  height: 2.8em;
}
.slider-024 .slider-024__slider .three-itemsB .slider-024__slider-item-B-inner:last-child .box-009 {
  border-bottom: none;
}
.slider-024 .slider-024__slider .four-itemsB .slider-024__slider-item-B-inner .box-009 {
  height: 170px;
}
.slider-024 .slider-024__slider .four-itemsB .slider-024__slider-item-B-inner .box-009 .box-009__title {
  height: 2.8em;
}
.slider-024 .slider-024__slider .four-itemsB .slider-024__slider-item-B-inner:nth-child(odd) {
  border-right: 2px solid rgb(213, 213, 213);
}
.slider-024 .slider-024__slider .four-itemsB .slider-024__slider-item-B-inner:nth-child(-n+2) {
  border-bottom: 2px solid rgb(213, 213, 213);
}
.slider-024 .slider-024__slider-arrows {
  display: inline-block;
  position: absolute;
  top: -14px;
  right: 0;
}
.slider-024 .slider-024__slider-arrows .slider-024__slider-arrow-next {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  margin-right: 10px;
  margin-left: 10px;
}
.slider-024 .slider-024__slider-arrows .slick-arrow > svg > g > g {
  -webkit-transition: fill 250ms ease-out;
  -moz-transition: fill 250ms ease-out;
  -ms-transition: fill 250ms ease-out;
  -o-transition: fill 250ms ease-out;
  transition: fill 250ms ease-out;
  fill: rgb(57, 57, 57);
}
.slider-024 .slider-024__slider-arrows .slick-disabled > svg > g > g {
  -webkit-transition: fill 250ms ease-out;
  -moz-transition: fill 250ms ease-out;
  -ms-transition: fill 250ms ease-out;
  -o-transition: fill 250ms ease-out;
  transition: fill 250ms ease-out;
  fill: rgb(213, 213, 213);
}

/* Medium and up */
/* Large and up */
/* XLarge and up */
/* XXLarge and up */
.slider-025 {
  display: inline-block;
  position: relative;
  width: 100%;
}
.slider-025 .slider-025__large-up {
  display: inline-block;
  position: relative;
  width: 100%;
}
.slider-025 .slider-025__large-down {
  display: inline-block;
  position: relative;
  width: 100%;
}
.slider-025 .slider-025__slider {
  display: block;
  position: relative;
  width: 100%;
}
.slider-025 .slider-025__slider-item {
  display: inline-block;
  position: relative;
  height: 100%;
}
.slider-025 .slider-025__slider-item:last-child .box-009 {
  border-bottom: none;
}
.slider-025 .slider-025__slider-item-large-down {
  margin-top: 50px;
}
.slider-025 .slider-025__slider-arrows-large-up, .slider-025 .slider-025__slider-arrows-large-down {
  display: inline-block;
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 0;
}
.slider-025 .slider-025__slider-arrows-large-up .slider-025__slider-arrow-next, .slider-025 .slider-025__slider-arrows-large-down .slider-025__slider-arrow-next {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  margin-right: 10px;
  margin-left: 10px;
}
.slider-025 .slider-025__slider-arrows-large-up .slick-arrow, .slider-025 .slider-025__slider-arrows-large-down .slick-arrow {
  cursor: pointer;
}
.slider-025 .slider-025__slider-arrows-large-up .slick-arrow > svg > g > g, .slider-025 .slider-025__slider-arrows-large-down .slick-arrow > svg > g > g {
  -webkit-transition: fill 250ms ease-out;
  -moz-transition: fill 250ms ease-out;
  -ms-transition: fill 250ms ease-out;
  -o-transition: fill 250ms ease-out;
  transition: fill 250ms ease-out;
  fill: rgb(57, 57, 57);
}
.slider-025 .slider-025__slider-arrows-large-up .slick-disabled > svg > g > g, .slider-025 .slider-025__slider-arrows-large-down .slick-disabled > svg > g > g {
  -webkit-transition: fill 250ms ease-out;
  -moz-transition: fill 250ms ease-out;
  -ms-transition: fill 250ms ease-out;
  -o-transition: fill 250ms ease-out;
  transition: fill 250ms ease-out;
  fill: rgb(213, 213, 213);
}
.slider-025 .slider-025__slider-arrows-large-down {
  margin: 10px 0px 50px 0px;
}
.slider-025 .slider-025__slider-arrows-large-up {
  bottom: 20px;
}

/* Medium and up */
/* Large and up */
@media only screen and (min-width: 1024px) {
  .slider-025 .slider-025__slider-arrows-large-up .slider-025__slider-arrow-next, .slider-025 .slider-025__slider-arrows-large-down .slider-025__slider-arrow-next {
    margin-right: 20px;
  }
  .slider-025 .slick-track .slick-active + .slick-active + .slick-active + .slick-active .slider-025__slider-item .box-009 {
    border-color: #FFF;
    -webkit-transition: border-color 0.5s ease-in-out;
    -moz-transition: border-color 0.5s ease-in-out;
    -ms-transition: border-color 0.5s ease-in-out;
    -o-transition: border-color 0.5s ease-in-out;
    transition: border-color 0.5s ease-in-out;
  }
}
/* XLarge and up */
@media only screen and (min-width: 1200px) {
  .slider-025 .slick-track .slick-active .slider-025__slider-item .box-009 > div > div .box-009-content .box-009__title {
    margin-bottom: 116px;
  }
  .slider-025 .slick-track .slick-active + .slick-active + .slick-active + .slick-active .slider-025__slider-item .box-009 {
    border-right: 2px solid #d5d5d5;
  }
  .slider-025 .slick-track .slick-active + .slick-active + .slick-active + .slick-active + .slick-active .slider-025__slider-item .box-009 {
    border-color: #FFF;
    -webkit-transition: border-color 0.5s ease-in-out;
    -moz-transition: border-color 0.5s ease-in-out;
    -ms-transition: border-color 0.5s ease-in-out;
    -o-transition: border-color 0.5s ease-in-out;
    transition: border-color 0.5s ease-in-out;
  }
}
/* XXLarge and up */
.button-005 {
  display: inline-block;
  position: relative;
  height: 40px;
  width: 120px;
  text-align: center;
  background-color: rgb(73, 96, 19);
  -webkit-transition: background-color 250ms ease-out;
  -moz-transition: background-color 250ms ease-out;
  -ms-transition: background-color 250ms ease-out;
  -o-transition: background-color 250ms ease-out;
  transition: background-color 250ms ease-out;
}
.button-005 .button-005__content-button {
  display: inline-block;
  position: relative;
  height: 100%;
  width: 100%;
}
.button-005 .button-005__content-button > div > div > .button-005__content-button-text {
  display: inline-block;
  position: relative;
  color: rgb(255, 255, 255);
  font-family: "Sarabun-Regular", sans-serif;
  font-size: 11px;
  letter-spacing: 0px;
  line-height: 1.5em;
  height: 1.4em;
}

/* Medium and up */
/* Large and up */
@media only screen and (min-width: 1024px) {
  .button-005:hover {
    background-color: rgb(44, 58, 12);
    -webkit-transition: background-color 250ms ease-out;
    -moz-transition: background-color 250ms ease-out;
    -ms-transition: background-color 250ms ease-out;
    -o-transition: background-color 250ms ease-out;
    transition: background-color 250ms ease-out;
  }
  .button-005:hover .button-005__content-button .button-005__content-button-text {
    color: rgb(255, 255, 255);
  }
}
/* XLarge and up */
/* XXLarge and up */
.slider-026 {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-top: 40px;
}
.slider-026 .inner {
  position: relative;
  display: inline-block;
  height: 100%;
}
.slider-026 .inner .slider-026__slider {
  position: relative;
  display: inline-block;
  height: 100%;
  width: 100%;
}
.slider-026 .inner .slider-026__slider .slide-item {
  display: inline-block;
  position: relative;
  width: 160px;
  height: 100%;
  padding: 14px;
  -webkit-transition: border-color 250ms ease-out;
  -moz-transition: border-color 250ms ease-out;
  -ms-transition: border-color 250ms ease-out;
  -o-transition: border-color 250ms ease-out;
  transition: border-color 250ms ease-out;
}
.slider-026 .inner .slider-026__slider .slide-item a {
  display: inline-block;
  position: relative;
  padding: 20px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  width: 100%;
  border: 1px solid rgb(213, 213, 213);
}
.slider-026 .inner .slider-026__slider .slide-item a .slide-item-inner .slide-item-img {
  height: 150px;
  overflow: hidden;
  margin-bottom: 10px;
}
.slider-026 .inner .slider-026__slider .slide-item a .slide-item-inner .slide-item-img img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  object-fit: contain;
}
.slider-026 .inner .slider-026__slider .slide-item a .slide-item-inner .slide-item-info {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 72px;
}
.slider-026 .inner .slider-026__slider .slide-item a .slide-item-inner .slide-item-info .slide-item-title {
  max-height: 30px;
  position: relative;
  margin: 0 auto;
  display: inline-block;
  width: 100%;
}
.slider-026 .inner .slider-026__slider .slide-item a .slide-item-inner .slide-item-info .slide-item-title > div > div > .title {
  text-align: center;
  position: relative;
  display: inline-block;
  width: 100%;
}
.slider-026 .inner .slider-026__slider .slide-item a .slide-item-inner .slide-item-info .slide-item-title > div > div > .title .title-inner {
  font-family: "Sarabun-Medium", sans-serif;
  font-size: 12px;
  color: rgb(57, 57, 57);
  line-height: 1.5em;
  letter-spacing: 0;
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0 20px;
  max-height: 3.2em;
  height: 3.2em;
}
.slider-026 .inner .slider-026__slider .slide-item a .slide-item-inner .slide-item-info .slide-item-content {
  max-height: 34px;
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-top: 8px;
}
.slider-026 .inner .slider-026__slider .slide-item a .slide-item-inner .slide-item-info .slide-item-content .slide-item-content-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.slider-026 .inner .slider-026__slider .slide-item a .slide-item-inner .slide-item-info .slide-item-content .slide-item-content-inner .content {
  text-align: center;
  position: relative;
  display: inline-block;
  width: 100%;
  word-break: break-all;
}
.slider-026 .inner .slider-026__slider .slide-item a .slide-item-inner .slide-item-info .slide-item-content .slide-item-content-inner .content .content-inner {
  font-family: "Sarabun-Regular", sans-serif;
  font-size: 12px;
  color: rgb(57, 57, 57);
  line-height: 1.5em;
  letter-spacing: 0;
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 6px 20px 0 20px;
  max-height: 32px;
}
.slider-026 .slider-026--1__slider-arrows, .slider-026 .slider-026--2__slider-arrows {
  display: inline-block;
  position: relative;
  width: 100%;
  margin: 20px 0px 50px 0px;
  text-align: center;
}
.slider-026 .slider-026--1__slider-arrows .slider-026--1__slider-arrow-next, .slider-026 .slider-026--1__slider-arrows .slider-026--2__slider-arrow-next, .slider-026 .slider-026--2__slider-arrows .slider-026--1__slider-arrow-next, .slider-026 .slider-026--2__slider-arrows .slider-026--2__slider-arrow-next {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  margin-right: 10px;
  margin-left: 10px;
}
.slider-026 .slider-026--1__slider-arrows .slick-arrow, .slider-026 .slider-026--2__slider-arrows .slick-arrow {
  cursor: pointer;
  -webkit-transition: opacity 250ms ease-out;
  -moz-transition: opacity 250ms ease-out;
  -ms-transition: opacity 250ms ease-out;
  -o-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
}
.slider-026 .slider-026--1__slider-arrows .slick-arrow > svg > g > g, .slider-026 .slider-026--2__slider-arrows .slick-arrow > svg > g > g {
  -webkit-transition: fill 250ms ease-out;
  -moz-transition: fill 250ms ease-out;
  -ms-transition: fill 250ms ease-out;
  -o-transition: fill 250ms ease-out;
  transition: fill 250ms ease-out;
  fill: rgb(57, 57, 57);
}
.slider-026 .slider-026--1__slider-arrows .slider-026--1__slider-arrow-next, .slider-026 .slider-026--1__slider-arrows .slider-026--2__slider-arrow-next, .slider-026 .slider-026--2__slider-arrows .slider-026--1__slider-arrow-next, .slider-026 .slider-026--2__slider-arrows .slider-026--2__slider-arrow-next {
  margin-left: 16px;
}
.slider-026 .slider-026--1__slider-arrows .slick-disabled > svg > g > g, .slider-026 .slider-026--2__slider-arrows .slick-disabled > svg > g > g {
  -webkit-transition: fill 250ms ease-out;
  -moz-transition: fill 250ms ease-out;
  -ms-transition: fill 250ms ease-out;
  -o-transition: fill 250ms ease-out;
  transition: fill 250ms ease-out;
  fill: rgb(213, 213, 213);
}

/* Medium and up */
@media only screen and (min-width: 640px) {
  .slider-026 .inner .slider-026__slider .slide-item a .slide-item-inner .slide-item-title {
    margin-bottom: 20px;
  }
}
/* Large and up */
@media only screen and (min-width: 1024px) {
  .slider-026 .inner .slider-026__slider .slide-item:hover a {
    -webkit-transition: border-color 250ms ease-in;
    -moz-transition: border-color 250ms ease-in;
    -ms-transition: border-color 250ms ease-in;
    -o-transition: border-color 250ms ease-in;
    transition: border-color 250ms ease-in;
    background-color: transparent;
    border-color: rgb(73, 96, 19);
  }
  .slider-026 .slider-026--1__slider-arrows .slick-arrow:hover, .slider-026 .slider-026--2__slider-arrows .slick-arrow:hover {
    opacity: 0.6;
    -webkit-transition: opacity 250ms ease-in;
    -moz-transition: opacity 250ms ease-in;
    -ms-transition: opacity 250ms ease-in;
    -o-transition: opacity 250ms ease-in;
    transition: opacity 250ms ease-in;
  }
}
/* XLarge and up */
/* XXLarge and up */
.box-012 {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.box-012 .box-012-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: rgb(99, 99, 99);
}
.box-012 .box-012-inner > a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.box-012 .box-012-inner > a .box-012-image {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}
.box-012 .box-012-inner > a .box-012-image img {
  height: 100%;
  min-height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -ms-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.box-012 .box-012-inner > a .box-012-image-fog {
  display: inline-block;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: 180deg, transparent 30%, rgba(0, 0, 0, 0.9) 100%; /* Old browsers */
  background: -moz-linear-gradient(180deg, transparent 30%, rgba(0, 0, 0, 0.9) 100%); /* FF3.6+ */
  background: -webkit-gradient(180deg, transparent 30%, rgba(0, 0, 0, 0.9) 100%); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(180deg, transparent 30%, rgba(0, 0, 0, 0.9) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(180deg, transparent 30%, rgba(0, 0, 0, 0.9) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, transparent 30%, rgba(0, 0, 0, 0.9) 100%); /* IE10+ */
  background: linear-gradient(180deg, transparent 30%, rgba(0, 0, 0, 0.9) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.box-012 .box-012-inner > a .box-012-title {
  padding-left: 14px;
  position: absolute;
  bottom: 14px;
  z-index: 2;
}
.box-012 .box-012-inner > a .box-012-title .table .table-cell {
  vertical-align: bottom;
}
.box-012 .box-012-inner > a .box-012-title .table .table-cell .box-012-title-inner {
  font-family: "Sarabun-SemiBold", sans-serif;
  font-size: 18px;
  color: rgb(255, 255, 255);
  letter-spacing: 0;
  line-height: 1.6em;
}

/* Medium and up */
/* Large and up */
@media only screen and (min-width: 1024px) {
  .box-012 .box-012-inner a .box-012-title {
    bottom: 26px;
  }
  .box-012 .box-012-inner a .box-012-image img {
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -ms-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
  }
  .box-012 .box-012-inner:hover a .box-012-image img {
    -webkit-transform: scale(1.08) rotate(0) translateX(0) translateY(0) skewX(0) skewY(0);
    -moz-transform: scale(1.08) rotate(0) translateX(0) translateY(0) skewX(0) skewY(0);
    -ms-transform: scale(1.08) rotate(0) translateX(0) translateY(0) skewX(0) skewY(0);
    -o-transform: scale(1.08) rotate(0) translateX(0) translateY(0) skewX(0) skewY(0);
    transform: scale(1.08) rotate(0) translateX(0) translateY(0) skewX(0) skewY(0);
  }
}
/* XLarge and up */
/* XXLarge and up */
@media only screen and (min-width: 1440px) {
  .box-012 .box-012-inner a .box-012-title {
    bottom: 30px;
  }
}
.button-008 {
  margin-top: -36px;
}
.button-008 .button-008__content-button {
  display: inline-block;
  position: relative;
  float: right;
  height: 22px;
  margin-right: 10px;
}
.button-008 .button-008__content-button > .button-008__content-button-text {
  display: inline-block;
  position: relative;
  color: rgb(255, 255, 255);
  font-family: "Sarabun-SemiBold", sans-serif;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 1.5em;
  height: 1.4em;
  -webkit-transition: color 250ms ease-out;
  -moz-transition: color 250ms ease-out;
  -ms-transition: color 250ms ease-out;
  -o-transition: color 250ms ease-out;
  transition: color 250ms ease-out;
}

/* Medium and up */
/* Large and up */
@media only screen and (min-width: 1024px) {
  .button-008 .button-008__content-button:hover .button-008__content-button-text {
    color: rgba(255, 255, 255, 0.5);
  }
}
/* XLarge and up */
/* XXLarge and up */
.box-010 {
  position: relative;
  display: inline-block;
  height: 460px;
  background-color: rgba(0, 0, 0, 0.4);
}
.box-010 a {
  width: 100%;
  height: 100%;
}
.box-010 a .box-010-image {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.box-010 a .box-010-image img {
  position: absolute;
  max-width: none;
  min-width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  top: 50%;
  left: 50%;
  backface-visibility: hidden;
  transform-origin: 50% 50%;
  z-index: 0;
  -webkit-transform: scale(1) rotate(0) translateX(-50%) translateY(-50%) skewX(0) skewY(0);
  -moz-transform: scale(1) rotate(0) translateX(-50%) translateY(-50%) skewX(0) skewY(0);
  -ms-transform: scale(1) rotate(0) translateX(-50%) translateY(-50%) skewX(0) skewY(0);
  -o-transform: scale(1) rotate(0) translateX(-50%) translateY(-50%) skewX(0) skewY(0);
  transform: scale(1) rotate(0) translateX(-50%) translateY(-50%) skewX(0) skewY(0);
}
.box-010 a .box-010-image-fog {
  display: inline-block;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: 180deg, rgba(0, 0, 0, 0) 36%, rgba(0, 0, 0, 0.5) 100%; /* Old browsers */
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 36%, rgba(0, 0, 0, 0.5) 100%); /* FF3.6+ */
  background: -webkit-gradient(180deg, rgba(0, 0, 0, 0) 36%, rgba(0, 0, 0, 0.5) 100%); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 36%, rgba(0, 0, 0, 0.5) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(180deg, rgba(0, 0, 0, 0) 36%, rgba(0, 0, 0, 0.5) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, rgba(0, 0, 0, 0) 36%, rgba(0, 0, 0, 0.5) 100%); /* IE10+ */
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 36%, rgba(0, 0, 0, 0.5) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.box-010 a .box-010-text-container {
  display: block;
  bottom: 0;
  position: absolute;
}
.box-010 a .box-010-text-container .box-010-type {
  position: relative;
  font-family: "Sarabun-SemiBold", sans-serif;
  font-size: 16px;
  color: rgb(255, 255, 255);
  letter-spacing: 0;
  line-height: 1.5em;
  padding-left: 30px;
  z-index: 2;
  margin-bottom: 8px;
}
.box-010 a .box-010-text-container .box-010-title {
  position: relative;
  font-family: "Sarabun-SemiBold", sans-serif;
  font-size: 22px;
  color: rgb(255, 255, 255);
  letter-spacing: 0;
  line-height: 1.5em;
  padding-left: 30px;
  z-index: 2;
  margin-bottom: 30px;
}
.box-010 a .box-010-text-container .box-010-description {
  position: relative;
  font-family: "Sarabun-SemiBold", sans-serif;
  font-size: 14px;
  color: rgb(255, 255, 255);
  letter-spacing: 0;
  line-height: 1.5em;
  padding-left: 30px;
  z-index: 2;
  margin-bottom: 0;
}

/* Medium and up */
@media only screen and (min-width: 640px) {
  .box-010 {
    height: 300px;
  }
  .box-010 a .box-010-image {
    height: 300px;
  }
  .box-010 a .box-010-type {
    padding-left: 20px;
  }
  .box-010 a .box-010-title {
    padding-left: 20px;
  }
}
/* Large and up */
@media only screen and (min-width: 1024px) {
  .box-010 {
    height: 500px;
  }
  .box-010 a .box-010-image {
    height: 500px;
  }
  .box-010 a .box-010-image img {
    max-width: none;
    min-width: 100%;
    width: 100%;
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -ms-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
  }
  .box-010 a .box-010-type {
    padding-left: 18px;
  }
  .box-010 a .box-010-title {
    padding-left: 18px;
  }
  .box-010:hover a .box-010-image img {
    -webkit-transform: scale(1.08) rotate(0) translateX(-47%) translateY(-47%) skewX(0) skewY(0);
    -moz-transform: scale(1.08) rotate(0) translateX(-47%) translateY(-47%) skewX(0) skewY(0);
    -ms-transform: scale(1.08) rotate(0) translateX(-47%) translateY(-47%) skewX(0) skewY(0);
    -o-transform: scale(1.08) rotate(0) translateX(-47%) translateY(-47%) skewX(0) skewY(0);
    transform: scale(1.08) rotate(0) translateX(-47%) translateY(-47%) skewX(0) skewY(0);
  }
}
/* XLarge and up */
@media only screen and (min-width: 1200px) {
  .box-010 a .box-010-type {
    padding-left: 18px;
  }
  .box-010 a .box-010-title {
    font-size: 22px;
    padding-left: 18px;
  }
}
/* XXLarge and up */
@media only screen and (min-width: 1440px) {
  .box-010 {
    height: 600px;
  }
  .box-010 a .box-010-image {
    height: 600px;
  }
}
/* XXLarge and up */
@media only screen and (min-width: 1920px) {
  .box-010 {
    height: 700px;
  }
  .box-010 a .box-010-image {
    height: 700px;
  }
}
.box-011 {
  position: relative;
  display: inline-block;
  height: 218px;
}
.box-011 a {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.box-011 a .box-011-type {
  position: relative;
  font-family: "Sarabun-SemiBold", sans-serif;
  font-size: 16px;
  color: rgb(255, 255, 255);
  letter-spacing: 0;
  line-height: 1.5em;
  padding-left: 30px;
  margin-top: 30px;
}
.box-011 a .box-011-title-wrapper {
  display: flex;
  align-items: flex-end;
  position: absolute;
  bottom: 0;
  left: 0;
  min-height: 120px;
  padding-bottom: 50px;
}
.box-011 a .box-011-title-wrapper .box-011-title {
  position: relative;
  font-family: "Sarabun-SemiBold", sans-serif;
  font-size: 22px;
  color: rgb(255, 255, 255);
  letter-spacing: 0;
  line-height: 1.6em;
  padding-left: 30px;
  margin-top: 6px;
}
.box-011 a .box-011-date {
  position: absolute;
  font-family: "Sarabun-Regular", sans-serif;
  font-size: 14px;
  color: rgb(255, 255, 255);
  letter-spacing: 0;
  line-height: 1.5em;
  padding-left: 30px;
  bottom: 30px;
}

/* Medium and up */
/* Large and up */
@media only screen and (min-width: 1024px) {
  .box-011 {
    position: absolute;
    display: inline-block;
    height: 250px;
  }
  .box-011 a .box-011-title-wrapper {
    min-height: 150px;
  }
  .box-011 a .box-011-title-wrapper .box-011-title {
    opacity: 1;
    -webkit-transition: opacity 250ms ease-out;
    -moz-transition: opacity 250ms ease-out;
    -ms-transition: opacity 250ms ease-out;
    -o-transition: opacity 250ms ease-out;
    transition: opacity 250ms ease-out;
  }
  .box-011:hover > a .box-011-title {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  div.box-011:nth-of-type(1) {
    background: rgb(225, 9, 21);
  }
  div.box-011:nth-of-type(2) {
    background: rgb(166, 0, 11);
  }
}
/* XLarge and up */
@media only screen and (min-width: 1200px) {
  .box-011 a .box-011-title-wrapper {
    min-height: 190px;
  }
  .box-011 a .box-011-title-wrapper .box-011-title {
    margin-top: 12px;
  }
}
/* XXLarge and up */
@media only screen and (min-width: 1440px) {
  .box-011 {
    height: 300px;
  }
  .box-011 a .box-011-title-wrapper {
    min-height: 240px;
  }
}
/* XXLarge and up */
@media only screen and (min-width: 1920px) {
  .box-011 {
    height: 350px;
  }
}
.popup-002 {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(180deg, #587516 0%, rgb(137, 181, 30) 100%);
  z-index: 10000;
}
.popup-002 .popup-002-logo {
  margin-top: 12px;
  text-align: center;
}
.popup-002 .popup-002-logo img {
  height: 44px;
}
.popup-002 .popup-002-translate {
  position: absolute;
  display: inline-block;
  right: 32px;
  top: 32px;
  width: auto;
}
.popup-002 .popup-002-translate .popup-002-translate__globe {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-top: 9px;
}
.popup-002 .popup-002-translate .popup-002-translate__globe svg {
  width: 100%;
  height: 100%;
}
.popup-002 .popup-002-translate .popup-002-translate__lang {
  position: relative;
  display: inline-block;
  float: right;
  width: auto;
  display: none;
}
.popup-002 .popup-002-translate .popup-002-translate__lang select {
  height: auto;
  margin: 0;
  border: 0px;
  background-color: transparent;
  color: rgb(255, 255, 255);
  background-image: url("img/header/arrow.svg");
  background-size: 10px 10px;
  font-family: "Sarabun-Medium", sans-serif;
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5em;
  letter-spacing: normal;
  box-shadow: none;
  border: none;
}
.popup-002 .popup-002-translate .popup-002-translate__lang select > option {
  background-color: transparent;
  color: rgb(12, 12, 12);
}
.popup-002 .popup-002-translate .popup-002-translate__lang--mobile {
  position: relative;
  display: inline-block;
  float: right;
  width: auto;
}
.popup-002 .popup-002-translate .popup-002-translate__lang--mobile select {
  height: auto;
  margin: 0;
  border: 0px;
  background-color: transparent;
  color: rgb(255, 255, 255);
  background-image: url("img/header/arrow.svg");
  background-size: 10px 10px;
  font-family: "Sarabun-Medium", sans-serif;
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5em;
  letter-spacing: normal;
  box-shadow: none;
  border: none;
}
.popup-002 .popup-002-translate .popup-002-translate__lang--mobile select > option {
  background-color: transparent;
  color: rgb(12, 12, 12);
}
.popup-002 .popup-002-inner {
  text-align: center;
}
.popup-002 .popup-002-inner .popup-002-info-container {
  float: right;
}
.popup-002 .popup-002-inner .popup-002-info-container .popup-002-title .popup-002-title-inner {
  font-family: "Sarabun-ExtraBold", sans-serif;
  font-size: 16px;
  color: rgb(255, 255, 255);
  letter-spacing: 0;
  text-align: center;
  line-height: 1.25em;
  margin-top: 20px;
}
.popup-002 .popup-002-inner .popup-002-info-container .popup-002-subtitle .popup-002-subtitle-inner {
  font-family: "Sarabun-Regular", sans-serif;
  font-size: 16px;
  color: rgb(255, 255, 255);
  letter-spacing: 0;
  text-align: center;
  line-height: 1.5em;
  margin-top: 10px;
}
.popup-002 .popup-002-inner .popup-002-map {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  height: -webkit-calc(-webkit-calc(50 * var(--vh)));
  height: calc(50 * var(--vh));
}
.popup-002 .popup-002-inner .popup-002-map .popup-002-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.popup-002 .popup-002-inner .popup-002-map .popup-002-inner svg {
  height: 100%;
  width: 100%;
}
.popup-002 .popup-002-inner .popup-002-map .popup-002-inner svg #mapas > g {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 250ms ease-out;
  -moz-transition: opacity 250ms ease-out;
  -ms-transition: opacity 250ms ease-out;
  -o-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
  pointer-events: none;
}
.popup-002 .popup-002-inner .popup-002-map .popup-002-inner svg #mapas > g.selected {
  opacity: 1;
  filter: alpha(opacity=100);
  pointer-events: all;
}
.popup-002 .popup-002-inner .popup-002-map .administrative-regions-map-large-description {
  display: none;
  position: absolute;
  pointer-events: none;
  padding: 6px 30px;
  white-space: nowrap;
  background-color: rgb(44, 58, 12);
  color: rgb(255, 255, 255);
  font-family: "Sarabun-SemiBold", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.5em;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.popup-002 .popup-002-inner .popup-002-map .administrative-regions-map-large-description:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  height: 0;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid rgb(44, 58, 12);
  text-align: center;
}
.popup-002 .popup-002-inner .popup-002-map .administrative-regions-map-large-description--show {
  display: inline-block;
}
.popup-002 .popup-002-inner .popup-002-buttons {
  float: right;
}
.popup-002 .popup-002-inner .popup-002-button {
  margin-top: 16px;
}

/* Medium and up */
@media only screen and (min-width: 640px) {
  .popup-002 .popup-002-logo {
    margin-top: 30px;
    text-align: center;
  }
  .popup-002 .popup-002-logo img {
    height: 62px;
  }
  .popup-002 .popup-002-translate .popup-002-translate__lang {
    display: inline-block;
  }
  .popup-002 .popup-002-translate .popup-002-translate__lang--mobile {
    display: none;
  }
  .popup-002 .popup-002-translate #qtranxs_select_qtranslate-chooser option:nth-child(5) {
    display: none;
  }
  .popup-002 .popup-002-translate #qtranxs_select_qtranslate-chooser option:nth-child(6) {
    display: none;
  }
  .popup-002 .popup-002-translate #qtranxs_select_qtranslate-chooser option:nth-child(7) {
    display: none;
  }
  .popup-002 .popup-002-translate #qtranxs_select_qtranslate-chooser option:nth-child(8) {
    display: none;
  }
  .popup-002 .popup-002-translate #qtranxs_select_qtranslate-chooser:nth-child(2) {
    display: none;
  }
  .popup-002 .popup-002-inner {
    text-align: center;
  }
  .popup-002 .popup-002-inner .popup-002-info-container .popup-002-title .popup-002-title-inner {
    font-family: "Sarabun-ExtraBold", sans-serif;
    font-size: 16px;
    color: rgb(255, 255, 255);
    letter-spacing: 0;
    text-align: center;
    line-height: 1.25em;
    margin-top: 20px;
  }
  .popup-002 .popup-002-inner .popup-002-map {
    position: relative;
    display: inline-block;
    margin-top: 10px;
    height: -webkit-calc(-webkit-calc(60 * var(--vh)));
    height: calc(60 * var(--vh));
  }
  .popup-002 .popup-002-inner .popup-002-map svg {
    height: 522px;
  }
  .popup-002 .popup-002-inner .popup-002-map svg #mapas > g {
    display: none;
    -webkit-transition: opacity 250ms ease-out;
    -moz-transition: opacity 250ms ease-out;
    -ms-transition: opacity 250ms ease-out;
    -o-transition: opacity 250ms ease-out;
    transition: opacity 250ms ease-out;
  }
  .popup-002 .popup-002-inner .popup-002-map svg #mapas > g.selected {
    display: inline-block;
  }
  .popup-002 .popup-002-inner .popup-002-buttons {
    float: right;
  }
}
/* Large and up */
@media only screen and (min-width: 1024px) {
  .popup-002 .popup-002-logo {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: left;
    padding-top: 30px;
    padding-left: 40px;
    margin: 0;
  }
  .popup-002 .popup-002-logo img {
    height: 100px;
  }
  .popup-002 .popup-002-translate {
    right: 22px;
    top: 20px;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
  }
  .popup-002 .popup-002-translate #qtranxs_select_qtranslate-chooser {
    cursor: pointer;
  }
  .popup-002 .popup-002-translate:hover {
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
  }
  .popup-002 .popup-002-translate:hover .popup-002-translate__globe svg > path {
    fill: rgb(191, 212, 133);
    stroke: rgb(191, 212, 133);
  }
  .popup-002 .popup-002-translate:hover #qtranxs_select_qtranslate-chooser {
    color: rgb(191, 212, 133);
    background-image: url("img/header/arrow-hover.svg");
  }
  .popup-002 .popup-002-inner {
    text-align: center;
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(100vh - 238px);
    text-align: center;
  }
  .popup-002 .popup-002-inner .popup-002-info-container .popup-002-title {
    position: relative;
    display: inline-block;
    float: right;
    margin-top: 28px;
  }
  .popup-002 .popup-002-inner .popup-002-info-container .popup-002-title .popup-002-title-inner {
    font-family: "Sarabun-ExtraBold", sans-serif;
    text-align: center;
    margin-top: 0px;
    font-size: 30px;
    line-height: 1.25em;
  }
  .popup-002 .popup-002-inner .popup-002-info-container .popup-002-subtitle {
    position: relative;
    display: inline-block;
    float: right;
    margin-top: 20px;
  }
  .popup-002 .popup-002-inner .popup-002-info-container .popup-002-subtitle .popup-002-subtitle-inner {
    font-family: "Sarabun-Regular", sans-serif;
    text-align: center;
    margin-top: 0px;
    font-size: 16px;
  }
  .popup-002 .popup-002-inner .popup-002-title--hidden {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 250ms ease-out;
    -moz-transition: opacity 250ms ease-out;
    -ms-transition: opacity 250ms ease-out;
    -o-transition: opacity 250ms ease-out;
    transition: opacity 250ms ease-out;
  }
  .popup-002 .popup-002-inner .popup-002-map {
    position: relative;
    display: inline-block;
    left: 0;
    margin: 0;
    float: left;
    height: -webkit-calc(-webkit-calc(100 * var(--vh)) - 270px);
    height: calc(100 * var(--vh) - 270px);
  }
  .popup-002 .popup-002-inner .popup-002-map .popup-002-inner svg {
    cursor: pointer;
  }
  .popup-002 .popup-002-inner .popup-002-map .popup-002-inner svg path {
    stroke: rgb(73, 96, 19);
    stroke-width: 0.5;
  }
  .popup-002 .popup-002-inner .popup-002-map .popup-002-inner svg .backgroundColorSvg-hover {
    fill: rgb(191, 212, 133);
  }
  .popup-002 .popup-002-inner .popup-002-map .popup-002-inner svg .backgroundColorSvgClick {
    fill: rgb(191, 212, 133);
  }
  .popup-002 .popup-002-inner .popup-002-map .popup-002-info-box {
    text-align: center;
    margin-top: 10px;
  }
  .popup-002 .popup-002-inner .popup-002-map .popup-002-info-box .popup-002-info-box__inner {
    width: auto;
    height: 26px;
    font-family: "Sarabun-Regular", sans-serif;
    font-size: 22px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5em;
    letter-spacing: normal;
    text-align: center;
    color: rgb(255, 255, 255);
  }
  .popup-002 .popup-002-inner .popup-002-button {
    position: relative;
    display: inline-block;
    margin: 0;
    margin-top: 50px;
    -webkit-transition: opacity 250ms ease-out;
    -moz-transition: opacity 250ms ease-out;
    -ms-transition: opacity 250ms ease-out;
    -o-transition: opacity 250ms ease-out;
    transition: opacity 250ms ease-out;
  }
  .popup-002 .popup-002-inner .popup-002-button--hidden {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 250ms ease-out;
    -moz-transition: opacity 250ms ease-out;
    -ms-transition: opacity 250ms ease-out;
    -o-transition: opacity 250ms ease-out;
    transition: opacity 250ms ease-out;
  }
  .popup-002 .popup-002-inner .popup-002-buttons {
    position: relative;
    display: inline-block;
    margin-top: 40px;
  }
}
/* XLarge and up */
@media only screen and (min-width: 1200px) {
  .popup-002 .popup-002-translate {
    right: 32px;
    top: 32px;
  }
  .popup-002 .popup-002-inner {
    height: calc(100vh - 130px);
  }
  .popup-002 .popup-002-inner .popup-002-map svg {
    height: 744px;
  }
}
/* XXLarge and up */
@media only screen and (min-width: 1440px) {
  .popup-002 .popup-002-inner {
    height: calc(100vh - 130px - 40px);
    height: -webkit-calc(-webkit-calc(100 * var(--vh)) - 130px - 40px);
  }
}
@media only screen and (max-height: 600px) {
  .popup-002 .popup-002-inner .popup-002-map {
    height: -webkit-calc(-webkit-calc(50 * var(--vh)));
    height: calc(50 * var(--vh));
  }
}
@media only screen and (max-height: 750px) {
  .popup-002 .popup-002-inner .popup-002-info-container .popup-002-title {
    margin-top: 0;
  }
  .popup-002 .popup-002-inner .popup-002-info-container .popup-002-title .popup-002-title-inner {
    font-size: 20px;
    line-height: 1.25em;
  }
  .popup-002 .popup-002-inner .popup-002-info-container .popup-002-subtitle {
    margin-top: 10px;
  }
  .popup-002 .popup-002-inner .popup-002-info-container .popup-002-subtitle .popup-002-subtitle-inner {
    font-size: 14px;
  }
  .popup-002 .popup-002-inner .popup-002-buttons {
    margin-top: 10px;
  }
  .popup-002 .popup-002-inner .popup-002-buttons .button-006__content-button-text {
    font-size: 12px;
  }
  .popup-002 .popup-002-inner .popup-002-buttons .popup-002-button {
    margin-top: 30px;
  }
  .popup-002 .popup-002-inner .popup-002-buttons .button-006:nth-of-type(2) {
    height: 40px;
  }
  .popup-002 .popup-002-inner .popup-002-button {
    margin-top: 25px;
    margin-bottom: 60px;
  }
}
.select-box-001 {
  position: relative;
  display: inline-block;
  margin-top: 14px;
  width: 100%;
}
.select-box-001 #select-inner {
  height: 36px;
  margin: 0;
  appearance: none;
  border: none;
  border-radius: 18px;
  background-color: rgb(73, 96, 19);
  background-size: 16px 8px;
  line-height: 1.5em;
  background-image: url("img/select-box/arrow.svg");
  transition: none;
  font-family: "Sarabun-SemiBold", sans-serif;
  font-size: 14px;
  color: rgb(255, 255, 255);
  letter-spacing: 0;
  padding: 8px 40px 8px 14px;
  width: 100%;
}
.select-box-001 #select-inner > option {
  width: 200px;
}

.button-006 {
  background-color: rgb(73, 96, 19);
  margin-bottom: 10px;
  height: 40px;
  cursor: pointer;
  -webkit-transition: background-color 250ms ease-out;
  -moz-transition: background-color 250ms ease-out;
  -ms-transition: background-color 250ms ease-out;
  -o-transition: background-color 250ms ease-out;
  transition: background-color 250ms ease-out;
}
.button-006 .button-006__content-button-text {
  font-family: "Sarabun-SemiBold", sans-serif;
  font-size: 16px;
  color: rgb(255, 255, 255);
  letter-spacing: 0;
  text-align: center;
  line-height: 1.5em;
  padding: 10px 14px;
}
.button-006:nth-of-type(2) {
  height: 60px;
}

/* Medium and up */
/* Large and up */
@media only screen and (min-width: 1024px) {
  .button-006 {
    -webkit-transition: background-color 250ms ease-in;
    -moz-transition: background-color 250ms ease-in;
    -ms-transition: background-color 250ms ease-in;
    -o-transition: background-color 250ms ease-in;
    transition: background-color 250ms ease-in;
  }
  .button-006:hover {
    background-color: rgb(44, 58, 12);
    -webkit-transition: background-color 250ms ease-in;
    -moz-transition: background-color 250ms ease-in;
    -ms-transition: background-color 250ms ease-in;
    -o-transition: background-color 250ms ease-in;
    transition: background-color 250ms ease-in;
  }
  .button-006__content-button.backgroundColor--active {
    background-color: rgb(44, 58, 12);
  }
}
/* XLarge and up */
@media only screen and (min-width: 1200px) {
  .button-006:nth-of-type(2) {
    height: auto;
    min-height: 40px;
  }
}
/* XXLarge and up */
.button-007 {
  background-color: rgb(225, 9, 21);
  height: 36px;
  cursor: pointer;
}
.button-007 .button-007__content-button-text {
  font-family: "Sarabun-ExtraBold", sans-serif;
  font-size: 13px;
  color: rgb(255, 255, 255);
  letter-spacing: 0;
  text-align: center;
  line-height: 1.5em;
  padding-top: 8px;
}

/* Medium and up */
@media only screen and (min-width: 640px) {
  .button-007 .button-007__content-button-text {
    padding: 8px 44px;
  }
}
/* Large and up */
@media only screen and (min-width: 1024px) {
  .button-007 {
    -webkit-transition: background-color 250ms ease-in;
    -moz-transition: background-color 250ms ease-in;
    -ms-transition: background-color 250ms ease-in;
    -o-transition: background-color 250ms ease-in;
    transition: background-color 250ms ease-in;
  }
  .button-007 .button-007__content-button-text {
    padding: 8px 24px;
  }
  .button-007:hover {
    background-color: rgba(225, 9, 21, 0.8);
    -webkit-transition: background-color 250ms ease-in;
    -moz-transition: background-color 250ms ease-in;
    -ms-transition: background-color 250ms ease-in;
    -o-transition: background-color 250ms ease-in;
    transition: background-color 250ms ease-in;
  }
}
/* XLarge and up */
@media only screen and (min-width: 1200px) {
  .button-007 .button-007__content-button-text {
    padding: 8px 24px;
  }
}
/* XXLarge and up */
.popup-003 {
  position: relative;
  display: inline-block;
  padding: 20px;
}
.popup-003 .hidden {
  display: none !important;
}
.popup-003 .popup-003__close {
  background-image: url("img/popup-003/close.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  float: right;
  cursor: pointer;
  -webkit-transition: background-image 250ms ease-out;
  -moz-transition: background-image 250ms ease-out;
  -ms-transition: background-image 250ms ease-out;
  -o-transition: background-image 250ms ease-out;
  transition: background-image 250ms ease-out;
}
.popup-003 .popup-003__title {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 30px;
}
.popup-003 .popup-003__title .popup-003__title-inner {
  font-family: "Sarabun-Regular", sans-serif;
  font-size: 22px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5em;
  letter-spacing: normal;
  text-align: center;
  color: rgb(12, 12, 12);
}
.popup-003 .popup-003__description {
  display: block;
  position: relative;
  max-height: 72px;
  margin-top: 30px;
  overflow: hidden;
}
.popup-003 .popup-003__description .popup-003__description-inner {
  font-family: "Sarabun-Regular", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: normal;
  color: rgb(12, 12, 12);
  height: 72px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.popup-003 .popup-003__population-label-inner, .popup-003 .popup-003__area-label-inner, .popup-003 .popup-003__densidade-label-inner, .popup-003 .popup-003__counties-label-inner, .popup-003 .popup-003__ciamDataMunicipios-label-inner, .popup-003 .popup-003__president-label-inner, .popup-003 .popup-003__municipiosComunidade-label-inner {
  position: relative;
  display: block;
  font-family: "Sarabun-SemiBold", sans-serif;
  font-size: 15px;
  line-height: 1.5em;
  color: rgb(12, 12, 12);
  margin-top: 16px;
}
.popup-003 .popup-003__population-inner, .popup-003 .popup-003__area-inner, .popup-003 .popup-003__densidade-inner, .popup-003 .popup-003__counties-inner, .popup-003 .popup-003__ciamDataMunicipios-inner, .popup-003 .popup-003__president-inner, .popup-003 .popup-003__municipiosComunidade-inner {
  position: relative;
  display: block;
  font-family: "Sarabun-Regular", sans-serif;
  font-size: 18px;
  line-height: 1.6em;
  color: rgb(12, 12, 12);
}
.popup-003 .popup-003__error-inner {
  font-family: "Sarabun-Regular", sans-serif;
  font-size: 22px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5em;
  letter-spacing: normal;
  text-align: center;
  color: rgb(12, 12, 12);
}

.popup-003__button {
  position: relative;
  display: block;
  margin-top: 50px;
  margin-bottom: 20px;
  text-align: center;
}
.popup-003__button > a {
  display: inline-block;
}
.popup-003__button > a .popup-003__button__inner {
  height: 36px;
  background-color: rgb(225, 9, 21);
  padding: 0 20px;
}
.popup-003__button > a .popup-003__button__inner .popup-003__button__inner-text {
  font-family: "Sarabun-ExtraBold", sans-serif;
  font-size: 13px;
  line-height: 1.6em;
  text-align: center;
  color: rgb(255, 255, 255);
}

/* Large and up */
@media only screen and (min-width: 1024px) {
  .popup-003 .popup-003__close:hover {
    -webkit-transition: opacity 250ms ease-in;
    -moz-transition: opacity 250ms ease-in;
    -ms-transition: opacity 250ms ease-in;
    -o-transition: opacity 250ms ease-in;
    transition: opacity 250ms ease-in;
    opacity: 0.3;
  }
}
.box-013 a .box-013-title {
  font-family: "Sarabun-Medium", sans-serif;
  font-size: 15px;
  color: rgb(57, 57, 57);
  letter-spacing: 0;
  line-height: 1.3em;
  margin-top: 14px;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -ms-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.box-013 a .box-013-divider {
  margin-top: 14px;
  background-color: rgb(213, 213, 213);
  height: 2px;
}
.box-013 a:nth-of-type(1) .box-013-title {
  margin-top: 20px;
}
.box-013 a:last-of-type .box-013-divider {
  margin-bottom: 20px;
}

/* Medium and up */
/* Large and up */
@media only screen and (min-width: 1024px) {
  .box-013 a .box-013-title {
    font-family: "Sarabun-Medium", sans-serif;
    font-size: 15px;
    color: rgb(57, 57, 57);
    letter-spacing: 0;
    line-height: 1.3em;
    margin-top: 12px;
    height: 1.3em;
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -ms-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
  }
  .box-013 a .box-013-title:hover {
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -ms-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  .box-013 a .box-013-divider {
    margin-top: 12px;
    background-color: rgb(213, 213, 213);
    height: 2px;
  }
  .box-013 a:nth-of-type(1) .box-013-title {
    margin-top: 60px;
  }
}
/* XLarge and up */
/* XXLarge and up */
.user-001 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(104, 137, 25);
  z-index: 1041;
  opacity: 1;
  -webkit-transition: opacity 250ms ease-out;
  -moz-transition: opacity 250ms ease-out;
  -ms-transition: opacity 250ms ease-out;
  -o-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
}
.user-001 .user-001-loading {
  display: inline-block;
  position: absolute;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.user-001 .user-001-loading > .user-001-loading-image {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.user-001 .user-001-loading--hidden {
  display: none !important;
}
.user-001 .user-001-inner {
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.user-001 .user-001-inner .user-001__close-outer {
  display: block;
  position: relative;
  width: 100%;
  height: 24px;
  margin-bottom: 40px;
}
.user-001 .user-001-inner .user-001__close-outer .user-001__close {
  display: block;
  position: relative;
  float: right;
  background-image: url("img/search/close.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.user-001 .user-001-inner .user-001__close-outer--hidden {
  display: none;
}
.user-001 .user-001-inner .user-001__form-title {
  display: block;
  position: relative;
  margin-bottom: 40px;
  text-align: center;
  color: rgb(248, 249, 240);
  font-family: "Sarabun-SemiBold", sans-serif;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 1.5em;
}
.user-001 .user-001-inner .user-001__form-title--hidden {
  display: none;
}
.user-001 .user-001-inner .user-001__form {
  display: block;
  position: relative;
  text-align: center;
}
.user-001 .user-001-inner .user-001__form .user-001__form-login-label {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 8px;
  text-align: left;
  color: rgb(248, 249, 240);
  font-family: "Sarabun-SemiBold", sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.5em;
}
.user-001 .user-001-inner .user-001__form .user-001__form-login-input {
  display: block;
  position: relative;
  height: 34px;
  border: none;
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 20px;
  background-color: rgb(255, 255, 255);
  color: rgb(57, 57, 57);
  font-family: "Sarabun-Regular", sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.5em;
}
.user-001 .user-001-inner .user-001__form .user-001__form-login-link {
  display: block;
  position: relative;
  width: 100%;
  margin-top: -6px;
  margin-bottom: 30px;
  text-align: center;
  cursor: pointer;
  color: rgb(224, 234, 194);
  font-family: "Sarabun-Regular", sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.5em;
}
.user-001 .user-001-inner .user-001__form .user-001__form-login-submit {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 36px;
  margin-top: -6px;
  margin-bottom: 30px;
  text-align: center;
  background-color: rgb(156, 191, 71);
  color: rgb(248, 249, 240);
  font-family: "Sarabun-Bold", sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.5em;
  border: none;
  box-shadow: none;
  border-radius: 0;
}
.user-001 .user-001-inner .user-001__form .user-001__form-login-error {
  display: block;
  position: relative;
  height: 40px;
  color: rgb(201, 21, 23);
  font-family: "Sarabun-SemiBoldItalic", sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.5em;
}
.user-001 .user-001-inner .user-001__form .user-001__form-login-error > a {
  display: block;
  position: relative;
  color: rgb(224, 234, 194);
  font-family: "Sarabun-Regular", sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.5em;
}
.user-001 .user-001-inner .user-001__form--hidden {
  display: none;
}
.user-001 .user-001-inner .user-001__form-login-sucess {
  display: none;
  position: relative;
  text-align: center;
  color: rgb(248, 249, 240);
  font-family: "Sarabun-SemiBold", sans-serif;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 1.5em;
}
.user-001 .user-001-inner .user-001__form-login-sucess .user-001__form-login-close {
  position: relative;
  float: right;
  margin-bottom: 40px;
  background-image: url("img/search/close.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.user-001 .user-001-inner .user-001__form-login-sucess .user-001__form-login-message {
  display: inline-block;
  position: relative;
  margin-top: 40px;
  cursor: pointer;
  color: rgb(224, 234, 194);
  font-family: "Sarabun-Regular", sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.5em;
}
.user-001 .user-001-inner .user-001__form-login-sucess #user-001__form-login-sucess-message {
  color: rgb(248, 249, 240);
  font-family: "Sarabun-SemiBold", sans-serif;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 1.5em;
}
.user-001 .user-001-inner .user-001__form-login-sucess .user-001__form-login-message--hidden {
  display: none;
}
.user-001 .user-001-inner .user-001__form-login-sucess--visible {
  display: block;
}

.user-001--visible {
  display: inline-block;
}

/* Medium and up */
/* Large and up */
@media only screen and (min-width: 1024px) {
  .user-001 .user-001-inner .user-001__form .user-001__form-login-link {
    -webkit-transition: color 250ms ease-out;
    -moz-transition: color 250ms ease-out;
    -ms-transition: color 250ms ease-out;
    -o-transition: color 250ms ease-out;
    transition: color 250ms ease-out;
  }
  .user-001 .user-001-inner .user-001__form .user-001__form-login-link:hover {
    color: rgb(191, 212, 133);
  }
  .user-001 .user-001-inner .user-001__form .user-001__form-login-submit {
    -webkit-transition: background-color 250ms ease-out;
    -moz-transition: background-color 250ms ease-out;
    -ms-transition: background-color 250ms ease-out;
    -o-transition: background-color 250ms ease-out;
    transition: background-color 250ms ease-out;
  }
  .user-001 .user-001-inner .user-001__form .user-001__form-login-submit:hover {
    background-color: rgb(73, 96, 19);
  }
  .user-001 .user-001-inner .user-001__form .user-001__form-login-error > a {
    -webkit-transition: color 250ms ease-out;
    -moz-transition: color 250ms ease-out;
    -ms-transition: color 250ms ease-out;
    -o-transition: color 250ms ease-out;
    transition: color 250ms ease-out;
  }
  .user-001 .user-001-inner .user-001__form .user-001__form-login-error > a:hover {
    color: rgb(191, 212, 133);
  }
}
/* XLarge and up */
/* XXLarge and up */
.user-002 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(104, 137, 25);
  z-index: 1041;
  opacity: 1;
  -webkit-transition: opacity 250ms ease-out;
  -moz-transition: opacity 250ms ease-out;
  -ms-transition: opacity 250ms ease-out;
  -o-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
}
.user-002 .user-002-loading {
  display: inline-block;
  position: absolute;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.user-002 .user-002-loading > .user-002-loading-image {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.user-002 .user-002-loading--hidden {
  display: none;
}
.user-002 .user-002-inner {
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.user-002 .user-002-inner .user-002__close-outer {
  display: block;
  position: relative;
  width: 100%;
  height: 24px;
  margin-bottom: 40px;
}
.user-002 .user-002-inner .user-002__close-outer .user-002__close {
  display: block;
  position: relative;
  float: right;
  background-image: url("img/search/close.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.user-002 .user-002-inner .user-002__form-title {
  display: block;
  position: relative;
  margin-bottom: 40px;
  text-align: center;
  color: rgb(248, 249, 240);
  font-family: "Sarabun-SemiBold", sans-serif;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 1.5em;
}
.user-002 .user-002-inner .user-002__form-title--hidden {
  display: none;
}
.user-002 .user-002-inner .user-002__form {
  display: block;
  position: relative;
  text-align: center;
}
.user-002 .user-002-inner .user-002__form .user-002-title {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 8px;
  text-align: left;
  color: rgb(248, 249, 240);
  font-family: "Sarabun-SemiBold", sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.5em;
}
.user-002 .user-002-inner .user-002__form .user-002-input {
  display: block;
  position: relative;
  height: 34px;
  border: none;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
  background-color: rgb(255, 255, 255);
  color: rgb(57, 57, 57);
  font-family: "Sarabun-Regular", sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.5em;
}
.user-002 .user-002-inner .user-002__form .user-002-privacy {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: left;
}
.user-002 .user-002-inner .user-002__form .user-002-privacy > input[type=checkbox] {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: -1px 12px 0 0;
  vertical-align: middle;
  border: 1px solid rgb(224, 234, 194);
  -moz-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  background-color: transparent;
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -ms-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  transition: all 250ms linear;
  -webkit-appearance: none;
}
.user-002 .user-002-inner .user-002__form .user-002-privacy > input[type=checkbox]:checked {
  border-color: rgb(73, 96, 19);
  background-color: rgb(73, 96, 19);
}
.user-002 .user-002-inner .user-002__form .user-002-privacy > a {
  display: inline-block;
  position: relative;
  cursor: pointer;
  color: rgb(224, 234, 194);
  font-family: "Sarabun-Regular", sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.5em;
}
.user-002 .user-002-inner .user-002__form .user-002-success-error-message {
  display: block;
  position: relative;
  height: 20px;
  color: rgb(201, 21, 23);
  font-family: "Sarabun-SemiBoldItalic", sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.5em;
}
.user-002 .user-002-inner .user-002__form .user-002-success-error-message #user-002-sucess {
  color: rgb(248, 249, 240);
  font-family: "Sarabun-SemiBold", sans-serif;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 1.5em;
}
.user-002 .user-002-inner .user-002__form .user-002-link {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: left;
  cursor: pointer;
  color: rgb(224, 234, 194);
  font-family: "Sarabun-Regular", sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.5em;
}
.user-002 .user-002-inner .user-002__form .user-002-submit {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 36px;
  margin-bottom: 30px;
  text-align: center;
  cursor: pointer;
  background-color: rgb(156, 191, 71);
  color: rgb(248, 249, 240);
  font-family: "Sarabun-Bold", sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.5em;
  border: none;
  box-shadow: none;
  border-radius: 0;
}
.user-002 .user-002-inner .user-002__form .user-002-error {
  display: block;
  position: relative;
  color: rgb(201, 21, 23);
  font-family: "Sarabun-SemiBoldItalic", sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.5em;
}
.user-002 .user-002-inner .user-002__form .user-002-error > a {
  color: rgb(224, 234, 194);
  font-family: "Sarabun-Regular", sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.5em;
}
.user-002 .user-002-inner .user-002__form--hidden {
  display: none;
}
.user-002 .user-002-inner .user-002-submission-message {
  display: block;
  position: relative;
}
.user-002 .user-002-inner .user-002-submission-message .user-002-text {
  display: block;
  position: relative;
  margin-bottom: 40px;
  text-align: center;
  color: rgb(248, 249, 240);
  font-family: "Sarabun-SemiBold", sans-serif;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 1.5em;
}

.user-002--visible {
  display: block;
}

/* Medium and up */
/* Large and up */
@media only screen and (min-width: 1024px) {
  .user-002 .user-002-inner .user-002__form .user-002-privacy > a {
    -webkit-transition: color 250ms ease-out;
    -moz-transition: color 250ms ease-out;
    -ms-transition: color 250ms ease-out;
    -o-transition: color 250ms ease-out;
    transition: color 250ms ease-out;
  }
  .user-002 .user-002-inner .user-002__form .user-002-privacy > a:hover {
    color: rgb(191, 212, 133);
  }
  .user-002 .user-002-inner .user-002__form .user-002-link > a {
    -webkit-transition: color 250ms ease-out;
    -moz-transition: color 250ms ease-out;
    -ms-transition: color 250ms ease-out;
    -o-transition: color 250ms ease-out;
    transition: color 250ms ease-out;
  }
  .user-002 .user-002-inner .user-002__form .user-002-link > a:hover {
    color: rgb(191, 212, 133);
  }
  .user-002 .user-002-inner .user-002__form .user-002-submit {
    -webkit-transition: background-color 250ms ease-out;
    -moz-transition: background-color 250ms ease-out;
    -ms-transition: background-color 250ms ease-out;
    -o-transition: background-color 250ms ease-out;
    transition: background-color 250ms ease-out;
  }
  .user-002 .user-002-inner .user-002__form .user-002-submit:hover {
    background-color: rgb(73, 96, 19);
  }
  .user-002 .user-002-inner .user-002-error > a {
    -webkit-transition: color 250ms ease-out;
    -moz-transition: color 250ms ease-out;
    -ms-transition: color 250ms ease-out;
    -o-transition: color 250ms ease-out;
    transition: color 250ms ease-out;
  }
  .user-002 .user-002-inner .user-002-error > a:hover {
    color: rgb(191, 212, 133);
  }
}
/* XLarge and up */
/* XXLarge and up */
.box-001 {
  overflow: hidden;
  height: 100%;
}
.box-001 a > .box-001-inner {
  height: 100%;
  border: 1px solid rgb(216, 216, 216);
  -webkit-transition: border 250ms ease-out;
  -moz-transition: border 250ms ease-out;
  -ms-transition: border 250ms ease-out;
  -o-transition: border 250ms ease-out;
  transition: border 250ms ease-out;
}
.box-001 a > .box-001-inner > .box-001-inner-cover {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  min-height: 160px;
  max-height: 220px;
}
.box-001 a > .box-001-inner > .box-001-inner-cover img {
  position: relative;
  width: 100%;
  backface-visibility: hidden;
  min-height: 220px;
}
.box-001 a > .box-001-inner > .box-001-inner-content {
  height: 118px;
  padding: 14px 10px 12px 10px;
}
.box-001 a > .box-001-inner > .box-001-inner-content > .box-001-inner-text > .box-001-inner-text-inner {
  color: rgb(57, 57, 57);
  font-family: "Sarabun-Bold", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.5em;
  max-height: 4.8em;
  height: 4.8em;
  text-align: center;
  height: 60px;
}
.box-001 a > .box-001-inner > .box-001-inner-content > .box-001-inner-date > .box-001-inner-date-inner {
  color: rgb(57, 57, 57);
  font-family: "Sarabun-Light", sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.7em;
  text-transform: lowercase;
  text-align: center;
  margin-top: 10px;
}

/* Medium and up */
/* Large and up */
@media only screen and (min-width: 1024px) {
  .box-001:hover a > .box-001-inner {
    border: 1px solid rgb(244, 210, 31);
  }
}
/* XLarge and up */
/* XXLarge and up */
/*variable*/
.box-002 {
  display: inline-block;
  position: relative;
  width: 100%;
}
.box-002 .box-002__title {
  text-align: left;
  height: 50px;
  padding: 0 20px;
  background-color: rgb(166, 0, 11);
}
.box-002 .box-002__title .box-002__title-text {
  color: rgb(255, 255, 255);
  font-family: "Sarabun-ExtraBold", sans-serif;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 1.5em;
  max-height: 42px;
  display: inline-block;
  width: 100%;
}
.box-002 .box-002__content {
  padding: 20px 0 20px 0;
  background-color: rgb(255, 255, 255);
}
.box-002 .box-002__content > .box-002__content-photo .box-002__content-photo-img {
  height: auto;
}
.box-002 .box-002__content > .box-002__content-photo .box-002__content-photo-img img {
  height: auto;
}
.box-002 .box-002__content > .box-002__content-photo .box-002__content-photo-img .box-002__content-photo__fake {
  height: 100%;
  padding: 75px 0;
  border: 1px solid transparent;
  background-color: rgb(224, 234, 194);
}
.box-002 .box-002__content > .box-002__content-photo .box-002__content-photo-img .box-002__content-photo__fake .box-002__content-photo__fake-icon {
  width: 80px;
  height: 80px;
  margin: auto;
}
.box-002 .box-002__content > .box-002__content-photo .box-002__content-photo-img .box-002__content-photo__fake .box-002__content-photo__fake-icon > svg {
  width: 100%;
  height: 100%;
}
.box-002 .box-002__content > .box-002__content-photo .box-002__content-photo-img .box-002__content-photo__fake .box-002__content-photo__fake-icon > svg > g > path {
  fill: rgb(137, 181, 30);
}
.box-002 .box-002__content > .box-002__content-data {
  float: left;
}
.box-002 .box-002__content > .box-002__content-data .box-002__content-data-items {
  margin-top: 20px;
}
.box-002 .box-002__content > .box-002__content-data .box-002__content-data-items .box-002__content-data-item {
  margin-top: 10px;
}
.box-002 .box-002__content > .box-002__content-data .box-002__content-data-items .box-002__content-data-item:first-of-type {
  margin-top: 0;
}
.box-002 .box-002__content > .box-002__content-data .box-002__content-data-items .box-002__content-data-item .box-002__content-data-item-label {
  color: rgb(12, 12, 12);
  font-family: "Sarabun-ExtraBold", sans-serif;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 1.5em;
}
.box-002 .box-002__content > .box-002__content-data .box-002__content-data-items .box-002__content-data-item .box-002__content-data-item-value {
  text-align: left;
  margin-top: 6px;
  color: rgb(57, 57, 57);
  font-family: "Sarabun-Regular", sans-serif;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 1.5em;
}
.box-002 .box-002__content > .box-002__content-data .box-002__content-data-items .box-002__content-data-item .box-002__content-data-item-value a {
  color: rgb(57, 57, 57);
  font-family: "Sarabun-Light", sans-serif;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 1.5em;
}
.box-002 .box-002__content > .box-002__content-data .box-002__content-data-items .box-002__content-data-item .box-002__content-data-item-value b, .box-002 .box-002__content > .box-002__content-data .box-002__content-data-items .box-002__content-data-item .box-002__content-data-item-value strong {
  font-weight: normal;
  font-family: "Sarabun-Bold", sans-serif;
}
.box-002 .box-002__content > .box-002__content-data .box-002__content-data-items .box-002__content-data-item .box-002__content-data-item-value em {
  font-weight: normal;
  font-family: "Sarabun-MediumItalic", sans-serif;
}
.box-002 .box-002__content > .box-002__content-data .box-002__content-data-items .box-002__content-substitute-title {
  margin-top: 20px;
  color: rgb(57, 57, 57);
  font-family: "Sarabun-Bold", sans-serif;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 1.5em;
}
.box-002 .box-002__content > .box-002__content-data .box-002__content-data-items .box-002__content-separator {
  height: 1px;
  margin: 16px 0 10px 0;
  background-color: rgb(137, 181, 30);
}
.box-002 .box-002__content > .box-002__content-data .box-002__content-data-items .box-002__content-attachment {
  display: inline-block;
  position: relative;
}
.box-002 .box-002__content > .box-002__content-data .box-002__content-data-items .box-002__content-attachment .box-002__content-attachment-title {
  display: inline-block;
  position: relative;
  color: rgb(57, 57, 57);
  font-family: "Sarabun-Regular", sans-serif;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 1.5em;
}
.box-002 .box-002__content > .box-002__content-data .box-002__content-data-items .box-002__content-attachment .box-002__content-attachment-title .box-002__content-attachment-download {
  display: inline-block;
  position: relative;
  color: rgb(57, 57, 57);
  font-family: "Sarabun-Regular", sans-serif;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 1.5em;
}

/* Medium and up */
@media only screen and (min-width: 640px) {
  .box-002 .box-002__content {
    padding: 10px 0 20px 0;
  }
  .box-002 .box-002__content > .box-002__content-photo .box-002__content-photo-img .box-002__content-photo__fake {
    padding: 50px 0;
  }
  .box-002 .box-002__content .box-002__content-data .box-002__content-data-items {
    margin-top: 0;
  }
}
/* Large and up */
/* XLarge and up */
/* XXLarge and up */
.box-003 {
  position: relative;
  float: left !important;
}
.box-003 a {
  position: relative;
  text-decoration: none;
}
.box-003 a .box-003__image {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.box-003 a .box-003__image img {
  color: rgb(57, 57, 57);
  font-family: "Sarabun-SemiBold", sans-serif;
  font-size: 14px;
  text-align: center;
  position: absolute;
  max-width: none;
  min-width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  backface-visibility: hidden;
  transform-origin: 50% 50%;
  -webkit-transform: scale(1) rotate(0) translateX(-50%) translateY(-50%) skewX(0) skewY(0);
  -moz-transform: scale(1) rotate(0) translateX(-50%) translateY(-50%) skewX(0) skewY(0);
  -ms-transform: scale(1) rotate(0) translateX(-50%) translateY(-50%) skewX(0) skewY(0);
  -o-transform: scale(1) rotate(0) translateX(-50%) translateY(-50%) skewX(0) skewY(0);
  transform: scale(1) rotate(0) translateX(-50%) translateY(-50%) skewX(0) skewY(0);
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -ms-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.box-003 a .box-003__image .photo__fake {
  width: 100%;
  height: 100%;
  background-color: rgb(224, 234, 194);
}
.box-003 a .box-003__image .photo__fake .icon {
  width: 80px;
  height: calc(100% - 24px);
  margin: auto;
}
.box-003 a .box-003__image .photo__fake .icon > svg {
  width: 100%;
  height: 100%;
}
.box-003 a .box-003__image .photo__fake .icon > svg > path {
  fill: rgb(137, 181, 30);
}
.box-003 a .box-003__image-arrow {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 26px;
  text-align: right;
  background-color: rgb(255, 255, 255);
  padding-right: 10px;
}
.box-003 a .box-003__image-arrow > div > div > .box-003__image-arrow-inner {
  height: 18px;
}
.box-003 a .box-003__image-arrow > div > div > .box-003__image-arrow-inner > svg {
  height: 14px;
  width: 18px;
}
.box-003 a .box-003__image-arrow > div > div > .box-003__image-arrow-inner > svg > path {
  fill: rgb(104, 137, 25);
}
.box-003 a .box-003__title {
  position: relative;
  color: rgb(57, 57, 57);
  font-family: "Sarabun-SemiBold", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.6em;
  max-height: 4em;
  padding-top: 10px;
}

/* Medium and up */
@media only screen and (min-width: 640px) {
  .box-003 .box-003__image img {
    min-width: auto;
    height: 100%;
  }
}
/* Large and up */
@media only screen and (min-width: 1024px) {
  .box-003 a .box-003__image img {
    max-width: none;
    transform-origin: 56% 56%;
    -webkit-transform: scale(1.12) rotate(0) translateX(-44%) translateY(-44%) skewX(0) skewY(0);
    -moz-transform: scale(1.12) rotate(0) translateX(-44%) translateY(-44%) skewX(0) skewY(0);
    -ms-transform: scale(1.12) rotate(0) translateX(-44%) translateY(-44%) skewX(0) skewY(0);
    -o-transform: scale(1.12) rotate(0) translateX(-44%) translateY(-44%) skewX(0) skewY(0);
    transform: scale(1.12) rotate(0) translateX(-44%) translateY(-44%) skewX(0) skewY(0);
  }
  .box-003:hover .box-003__image img {
    transform-origin: 50% 50%;
    -webkit-transform: scale(1) rotate(0) translateX(-50%) translateY(-50%) skewX(0) skewY(0);
    -moz-transform: scale(1) rotate(0) translateX(-50%) translateY(-50%) skewX(0) skewY(0);
    -ms-transform: scale(1) rotate(0) translateX(-50%) translateY(-50%) skewX(0) skewY(0);
    -o-transform: scale(1) rotate(0) translateX(-50%) translateY(-50%) skewX(0) skewY(0);
    transform: scale(1) rotate(0) translateX(-50%) translateY(-50%) skewX(0) skewY(0);
  }
}
/* XLarge and up */
/* XXLarge and up */
.box-007 {
  position: relative;
  float: left !important;
  margin-bottom: 30px;
  cursor: pointer;
}
.box-007 .box-007__image {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.box-007 .box-007__image img {
  position: absolute;
  color: rgb(104, 137, 25);
  font-family: "Sarabun-Regular", sans-serif;
  font-size: 12px;
  text-align: center;
  max-width: none;
  min-width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  backface-visibility: hidden;
  transform-origin: 50% 50%;
  -webkit-transform: scale(1) rotate(0) translateX(-50%) translateY(-50%) skewX(0) skewY(0);
  -moz-transform: scale(1) rotate(0) translateX(-50%) translateY(-50%) skewX(0) skewY(0);
  -ms-transform: scale(1) rotate(0) translateX(-50%) translateY(-50%) skewX(0) skewY(0);
  -o-transform: scale(1) rotate(0) translateX(-50%) translateY(-50%) skewX(0) skewY(0);
  transform: scale(1) rotate(0) translateX(-50%) translateY(-50%) skewX(0) skewY(0);
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -ms-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.box-007 .box-007__image .photo__fake {
  width: 100%;
  height: 100%;
  background-color: rgb(224, 234, 194);
}
.box-007 .box-007__image .photo__fake .icon {
  width: 80px;
  height: 100%;
  margin: auto;
}
.box-007 .box-007__image .photo__fake .icon > svg {
  width: 100%;
  height: 100%;
}
.box-007 .box-007__image .photo__fake .icon > svg > path {
  fill: rgb(137, 181, 30);
}
.box-007 .box-007__image .gallery {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.box-007 .box-007__image-arrow {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 26px;
  text-align: right;
  background-color: rgb(255, 255, 255);
  padding-right: 10px;
}
.box-007 .box-007__image-arrow > div > div > .box-007__image-arrow-inner {
  height: 18px;
}
.box-007 .box-007__image-arrow > div > div > .box-007__image-arrow-inner > svg {
  height: 14px;
  width: 18px;
}
.box-007 .box-007__image-arrow > div > div > .box-007__image-arrow-inner > svg > path {
  fill: rgb(104, 137, 25);
}
.box-007 .box-007__title {
  position: relative;
  color: rgb(57, 57, 57);
  font-family: "Sarabun-SemiBold", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.6em;
  max-height: 4em;
  padding-top: 10px;
}

/* Medium and up */
@media only screen and (min-width: 640px) {
  .box-007 .box-007__image img {
    min-width: auto;
    height: 100%;
  }
}
/* Large and up */
@media only screen and (min-width: 1024px) {
  .box-007 .box-007__image img {
    max-width: none;
    transform-origin: 56% 56%;
    -webkit-transform: scale(1.12) rotate(0) translateX(-44%) translateY(-44%) skewX(0) skewY(0);
    -moz-transform: scale(1.12) rotate(0) translateX(-44%) translateY(-44%) skewX(0) skewY(0);
    -ms-transform: scale(1.12) rotate(0) translateX(-44%) translateY(-44%) skewX(0) skewY(0);
    -o-transform: scale(1.12) rotate(0) translateX(-44%) translateY(-44%) skewX(0) skewY(0);
    transform: scale(1.12) rotate(0) translateX(-44%) translateY(-44%) skewX(0) skewY(0);
  }
  .box-007:hover .box-007__image img {
    transform-origin: 50% 50%;
    -webkit-transform: scale(1) rotate(0) translateX(-50%) translateY(-50%) skewX(0) skewY(0);
    -moz-transform: scale(1) rotate(0) translateX(-50%) translateY(-50%) skewX(0) skewY(0);
    -ms-transform: scale(1) rotate(0) translateX(-50%) translateY(-50%) skewX(0) skewY(0);
    -o-transform: scale(1) rotate(0) translateX(-50%) translateY(-50%) skewX(0) skewY(0);
    transform: scale(1) rotate(0) translateX(-50%) translateY(-50%) skewX(0) skewY(0);
  }
}
/* XLarge and up */
/* XXLarge and up */
/*variables*/
.box-015 {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 220px;
  background-color: rgb(255, 255, 255);
}
.box-015 .box-015__inner {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
}
.box-015 .box-015__inner .box-015__inner-top-bar {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 30px;
  background-color: rgb(156, 191, 71);
}
.box-015 .box-015__inner .box-015__inner-top-bar .box-015_inner-top-bar-icon {
  height: 100%;
  float: right;
  text-align: center;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 6px;
  display: none;
}
.box-015 .box-015__inner .box-015__inner-top-bar .box-015_inner-top-bar-icon > div > div > svg {
  width: 14px;
  height: 18px;
}
.box-015 .box-015__inner .box-015__inner-top-bar .box-015_inner-top-bar-icon > div > div > svg > g {
  fill: rgb(248, 249, 240);
}
.box-015 .box-015__inner .box-015__inner-top-bar .box-015_inner-top-bar-icon.locked {
  display: inline-block;
}
.box-015 .box-015__inner .item-title {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 10px 12px;
}
.box-015 .box-015__inner .item-title .box-015__inner-title {
  display: inline-block;
  position: relative;
  width: 100%;
  margin: 0;
  text-align: left;
  color: rgb(12, 12, 12);
  font-family: "Sarabun-SemiBold", sans-serif;
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 1.3em;
  max-height: 5em;
}
.box-015 .box-015__inner .item-content {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0px 12px 10px 12px;
}
.box-015 .box-015__inner .item-content .box-015__inner-content {
  display: inline-block;
  position: relative;
  width: 100%;
  float: left;
  color: rgb(57, 57, 57);
  font-family: "Sarabun-Regular", sans-serif;
  font-size: 12px;
  letter-spacing: 0px;
  line-height: 1.3em;
  height: 4em;
}
.box-015 .box-015__inner .item-subtitle {
  display: inline-block;
  position: absolute;
  width: 100%;
  padding: 0 12px 12px 12px;
  bottom: 0;
  left: 0;
}
.box-015 .box-015__inner .item-subtitle .box-015__inner-subtitle {
  display: inline-block;
  position: relative;
  width: 100%;
  float: left;
  color: rgb(73, 96, 19);
  font-family: "Sarabun-ExtraBold", sans-serif;
  font-size: 13px;
  letter-spacing: 0px;
  line-height: 1.5em;
  height: 1.5em;
}

/* Medium and up */
@media only screen and (min-width: 640px) {
  .box-015 .box-015__inner .box-015__inner-title {
    max-height: 5em;
  }
}
/* Large and up */
@media only screen and (min-width: 1024px) {
  .box-015 .box-015__inner .box-015__inner-title {
    max-height: 5em;
  }
}
/* XLarge and up */
@media only screen and (min-width: 1200px) {
  .box-015 .box-015__inner .box-015__inner-title {
    max-height: 5em;
  }
}
/* XXLarge and up */
.box-018 {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}
.box-018 > a {
  display: inline-block;
  position: relative;
  width: 100%;
}
.box-018 > a .box-018-image {
  display: inline-block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.box-018 > a .box-018-image > img {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 0;
  -webkit-transform: scale(1) rotate(0) translateX(-50%) translateY(-50%) skewX(0) skewY(0);
  -moz-transform: scale(1) rotate(0) translateX(-50%) translateY(-50%) skewX(0) skewY(0);
  -ms-transform: scale(1) rotate(0) translateX(-50%) translateY(-50%) skewX(0) skewY(0);
  -o-transform: scale(1) rotate(0) translateX(-50%) translateY(-50%) skewX(0) skewY(0);
  transform: scale(1) rotate(0) translateX(-50%) translateY(-50%) skewX(0) skewY(0);
}
.box-018 > a .box-018-image::after {
  content: "";
  display: inline-block;
  width: 100%;
  padding-bottom: 80.625%;
}
.box-018 > a .box-018-image::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 95%), linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
  background-size: 100%;
  z-index: 1;
}
.box-018 > a .box-018-title {
  display: flex;
  align-items: flex-end;
  justify-content: left;
  position: absolute;
  height: 72px;
  bottom: 0;
  left: 0;
  width: calc(100% - 40px);
  margin: 0 20px 44px 20px;
  float: right;
  text-align: left;
  overflow: hidden;
  z-index: 2;
  font-family: "Sarabun-SemiBold", sans-serif;
  font-size: 18px;
  color: rgb(255, 255, 255);
  letter-spacing: 0;
  line-height: 1.4em;
}

/* Medium and up */
@media only screen and (min-width: 640px) {
  .box-018 > a .box-018-title {
    margin: 0 20px 52px 20px;
  }
}
/* Large and up */
@media only screen and (min-width: 1024px) {
  .box-018 {
    width: 58.333333%;
    padding-right: 16px;
    margin-bottom: 0;
  }
  .box-018 > a .box-018-image > img {
    display: inline-block;
    position: relative;
    top: unset;
    left: unset;
    width: 100%;
    height: 384px;
    object-fit: cover;
    -webkit-transform: scale(1) rotate(0) translateX(0) translateY(0) skewX(0) skewY(0);
    -moz-transform: scale(1) rotate(0) translateX(0) translateY(0) skewX(0) skewY(0);
    -ms-transform: scale(1) rotate(0) translateX(0) translateY(0) skewX(0) skewY(0);
    -o-transform: scale(1) rotate(0) translateX(0) translateY(0) skewX(0) skewY(0);
    transform: scale(1) rotate(0) translateX(0) translateY(0) skewX(0) skewY(0);
    -webkit-transition: transform 250ms ease-out;
    -moz-transition: transform 250ms ease-out;
    -ms-transition: transform 250ms ease-out;
    -o-transition: transform 250ms ease-out;
    transition: transform 250ms ease-out;
  }
  .box-018 > a .box-018-image::after {
    content: none;
  }
  .box-018 > a:hover .box-018-image > img {
    -webkit-transform: scale(1.08) rotate(0) translateX(0) translateY(0) skewX(0) skewY(0);
    -moz-transform: scale(1.08) rotate(0) translateX(0) translateY(0) skewX(0) skewY(0);
    -ms-transform: scale(1.08) rotate(0) translateX(0) translateY(0) skewX(0) skewY(0);
    -o-transform: scale(1.08) rotate(0) translateX(0) translateY(0) skewX(0) skewY(0);
    transform: scale(1.08) rotate(0) translateX(0) translateY(0) skewX(0) skewY(0);
    -webkit-transition: transform 250ms ease-in;
    -moz-transition: transform 250ms ease-in;
    -ms-transition: transform 250ms ease-in;
    -o-transition: transform 250ms ease-in;
    transition: transform 250ms ease-in;
  }
  .box-018:first-child {
    float: left;
  }
  .box-018:first-child > a .box-018-title {
    width: calc(100% - 60px);
    margin: 0 30px 30px 30px;
  }
  .box-018:nth-child(n+2) {
    width: 41.66666%;
    padding-right: 0;
    padding-bottom: 8px;
  }
  .box-018:nth-child(n+2) > a .box-018-image {
    height: 184px;
  }
  .box-018:nth-child(n+2) > a .box-018-title {
    margin: 0 20px 20px 20px;
  }
  .box-018:nth-child(3) {
    padding-bottom: 0;
    padding-top: 0;
  }
}
/* XLarge and up */
@media only screen and (min-width: 1200px) {
  .box-018 > a .box-018-image > img {
    height: 448px;
  }
  .box-018:nth-child(n+2) > a .box-018-image {
    height: 216px;
  }
}
/* XXLarge and up */
@media only screen and (min-width: 1440px) {
  .box-018 > a .box-018-image > img {
    height: 536px;
  }
  .box-018:nth-child(n+2) > a .box-018-image {
    height: 260px;
  }
}
.box-019 {
  display: inline-block;
  position: relative;
  margin-bottom: 24px;
  overflow: visible;
  padding: 0 4px;
}
.box-019 > a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: var(--neutrals-01-fill);
  -webkit-transition: background-color 250ms ease-out;
  -moz-transition: background-color 250ms ease-out;
  -ms-transition: background-color 250ms ease-out;
  -o-transition: background-color 250ms ease-out;
  transition: background-color 250ms ease-out;
}
.box-019 > a .box-019-image {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 180px;
  overflow: hidden;
}
.box-019 > a .box-019-image > img {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  object-fit: cover;
  object-position: center center;
}
.box-019 > a .box-019-all-content {
  display: inline-block;
  position: relative;
  padding: 16px 14px 16px 14px;
  width: 100%;
  height: 170px;
  background-color: rgb(255, 255, 255);
}
.box-019 > a .box-019-all-content .box-019-all-content-inner {
  display: inline-block;
  position: relative;
  width: 100%;
}
.box-019 > a .box-019-all-content .box-019-all-content-inner .box-019-title {
  position: relative;
  width: 100%;
  height: 3rem;
  -webkit-transition: color 250ms ease-in;
  -moz-transition: color 250ms ease-in;
  -ms-transition: color 250ms ease-in;
  -o-transition: color 250ms ease-in;
  transition: color 250ms ease-in;
  font-family: "Sarabun-SemiBold", sans-serif;
  font-size: 16px;
  color: rgb(12, 12, 12);
  letter-spacing: 0;
  line-height: 1.4em;
  text-align: left;
}
.box-019 > a .box-019-all-content .box-019-all-content-inner .box-019-content {
  position: relative;
  width: 100%;
  text-align: left;
  margin-bottom: 0;
  -webkit-transition: color 250ms ease-in;
  -moz-transition: color 250ms ease-in;
  -ms-transition: color 250ms ease-in;
  -o-transition: color 250ms ease-in;
  transition: color 250ms ease-in;
  font-family: "Sarabun-Regular", sans-serif;
  font-size: 14px;
  color: rgb(12, 12, 12);
  letter-spacing: 0;
  line-height: 1.8em;
  height: 4em;
}
.box-019 > a .box-019-all-content .box-019-all-content-inner .box-019__info {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 18px;
  text-align: left;
}
.box-019 > a .box-019-all-content .box-019-all-content-inner .box-019__info > span {
  -webkit-transition: color 250ms ease-in;
  -moz-transition: color 250ms ease-in;
  -ms-transition: color 250ms ease-in;
  -o-transition: color 250ms ease-in;
  transition: color 250ms ease-in;
}
.box-019 > a .box-019-all-content .box-019-all-content-inner .box-019__info .box-019__date {
  text-transform: lowercase;
  font-family: "Sarabun-Regular", sans-serif;
  font-size: 13px;
  color: rgb(12, 12, 12);
  letter-spacing: 0;
  line-height: 1.8em;
  height: 2em;
}

/* Medium and up */
@media only screen and (min-width: 640px) {
  .box-019.medium-6:nth-child(odd) {
    padding-right: 0.5rem;
    float: left;
  }
  .box-019.medium-6:nth-child(even) {
    padding-left: 0.5rem;
    float: right;
  }
  .box-019.medium-4 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .box-019.medium-4:first-child {
    padding-left: 0;
  }
  .box-019.medium-4:last-child {
    padding-right: 0;
  }
}
/* Large and up */
@media only screen and (min-width: 1024px) {
  .box-019 > a .box-019-image {
    height: 194px;
  }
  .box-019 > a:hover {
    background-color: var(--palette-06-fill);
    -webkit-transition: background-color 250ms ease-in;
    -moz-transition: background-color 250ms ease-in;
    -ms-transition: background-color 250ms ease-in;
    -o-transition: background-color 250ms ease-in;
    transition: background-color 250ms ease-in;
  }
  .box-019 > a:hover .box-019-all-content .box-019-all-content-inner .box-019-title,
  .box-019 > a:hover .box-019-all-content .box-019-all-content-inner .box-019-content,
  .box-019 > a:hover .box-019-all-content .box-019-all-content-inner .box-019__info > span {
    color: rgb(73, 96, 19);
    -webkit-transition: color 250ms ease-in;
    -moz-transition: color 250ms ease-in;
    -ms-transition: color 250ms ease-in;
    -o-transition: color 250ms ease-in;
    transition: color 250ms ease-in;
  }
}
/* XLarge and up */
/* XXLarge and up */
.box-020 {
  display: inline-block;
  position: relative;
  padding: 12px 0 20px 12px;
  text-align: left;
  border-top: 2px solid rgb(99, 99, 99);
  -webkit-transition: border-top 250ms ease-out;
  -moz-transition: border-top 250ms ease-out;
  -ms-transition: border-top 250ms ease-out;
  -o-transition: border-top 250ms ease-out;
  transition: border-top 250ms ease-out;
}
.box-020 > a {
  display: inline-block;
  position: relative;
  width: 100%;
}
.box-020 > a .box-020-content {
  display: inline-block;
  position: relative;
  width: 100%;
}
.box-020 > a .box-020-content .box-020-content-title {
  position: relative;
  width: 100%;
  height: 72px;
  margin-bottom: 20px;
  -webkit-transition: color 250ms ease-out;
  -moz-transition: color 250ms ease-out;
  -ms-transition: color 250ms ease-out;
  -o-transition: color 250ms ease-out;
  transition: color 250ms ease-out;
  font-family: "Sarabun-SemiBold", sans-serif;
  font-size: 16px;
  color: rgb(12, 12, 12);
  letter-spacing: 0;
  line-height: 1.4em;
  text-align: left;
}
.box-020 > a .box-020-content .box-020-content-date {
  display: inline-block;
  position: relative;
  width: 100%;
  text-transform: lowercase;
  font-family: "Sarabun-Regular", sans-serif;
  font-size: 13px;
  color: rgb(12, 12, 12);
  letter-spacing: 0;
  line-height: 1.8em;
  height: 2em;
}

/* Medium and up */
/* Large and up */
@media only screen and (min-width: 1024px) {
  .box-020:hover > a .box-020-content .box-020-content-title {
    color: rgb(73, 96, 19);
    -webkit-transition: color 250ms ease-out;
    -moz-transition: color 250ms ease-out;
    -ms-transition: color 250ms ease-out;
    -o-transition: color 250ms ease-out;
    transition: color 250ms ease-out;
  }
  .box-020:hover {
    border-top: 2px solid rgb(73, 96, 19);
    -webkit-transition: border-top 250ms ease-out;
    -moz-transition: border-top 250ms ease-out;
    -ms-transition: border-top 250ms ease-out;
    -o-transition: border-top 250ms ease-out;
    transition: border-top 250ms ease-out;
  }
}
/* XLarge and up */
/* XXLarge and up */
.box-021 {
  display: inline-block;
  position: relative;
  text-align: left;
  padding: 4px 2px;
}
.box-021 > a {
  display: block;
  position: relative;
  width: 100%;
  height: 130px;
  background-color: rgb(255, 255, 255);
  -webkit-transition: background-color 250ms ease-out;
  -moz-transition: background-color 250ms ease-out;
  -ms-transition: background-color 250ms ease-out;
  -o-transition: background-color 250ms ease-out;
  transition: background-color 250ms ease-out;
}
.box-021 > a .box-021-image {
  display: inline-block;
  position: relative;
  width: 130px;
  height: 100%;
  float: left;
}
.box-021 > a .box-021-image img {
  height: 100%;
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  max-height: 100%;
}
.box-021 > a div.box-021-content {
  display: inline-block;
  position: relative;
  width: calc(100% - 130px - 16px);
  margin-top: 24px;
  padding-left: 16px;
}
.box-021 > a div.box-021-content .box-021-content-title {
  position: relative;
  width: 100%;
  height: 48px;
  margin-bottom: 16px;
  font-family: "Sarabun-SemiBold", sans-serif;
  font-size: 16px;
  color: rgb(12, 12, 12);
  letter-spacing: 0;
  line-height: 1.4em;
  text-align: left;
}
.box-021 > a div.box-021-content .box-021-content-date {
  display: inline-block;
  position: relative;
  width: 100%;
  text-transform: lowercase;
  font-family: "Sarabun-Regular", sans-serif;
  font-size: 13px;
  color: rgb(12, 12, 12);
  letter-spacing: 0;
  line-height: 1.8em;
  height: 2em;
}

/* Medium and up */
/* Large and up */
@media only screen and (min-width: 1024px) {
  .box-021:hover > a div.box-021-content .box-021-content-title {
    color: rgb(73, 96, 19);
    -webkit-transition: color 250ms ease-out;
    -moz-transition: color 250ms ease-out;
    -ms-transition: color 250ms ease-out;
    -o-transition: color 250ms ease-out;
    transition: color 250ms ease-out;
  }
}
/* XLarge and up */
/* XXLarge and up */
.box-030 {
  height: 100%;
  min-height: 150px;
  margin-bottom: 12px;
  padding: 0 8px;
}
.box-030 a {
  display: inline-block;
  min-height: 150px;
  height: 100%;
  width: 100%;
}
.box-030:not(.menu-item) .box-030__container {
  position: relative;
  display: block;
  padding: 8px;
  background-color: rgb(156, 191, 71);
  height: 100%;
  min-height: 150px;
}
.box-030:not(.menu-item) .box-030__icon {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 24px;
  height: 24px;
  z-index: 2;
  background-color: rgb(73, 96, 19);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 250ms ease-in-out;
  -moz-transition: opacity 250ms ease-in-out;
  -ms-transition: opacity 250ms ease-in-out;
  -o-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out;
}
.box-030:not(.menu-item) .box-030__icon svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 14px;
  height: 14px;
}
.box-030:not(.menu-item) .box-030__image {
  position: relative;
  height: 100%;
  background-color: rgb(255, 255, 255);
}
.box-030:not(.menu-item) .box-030__image img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.box-030:not(.menu-item) .box-030__image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  background-image: -webkit-gradient(linear, left top, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(0, 0, 0, 0)', endColorStr='rgba(0, 0, 0, 0.7)');
  z-index: 1;
}
.box-030:not(.menu-item) .box-030__image::after {
  content: "";
  display: block;
  padding-bottom: 93.3%;
}
.box-030:not(.menu-item) .box-030__content {
  position: absolute;
  left: 12px;
  right: 16px;
  bottom: 24px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.box-030:not(.menu-item) .box-030__caption {
  margin: 0 0 8px 4px;
}
.box-030:not(.menu-item) .box-030__title {
  margin: 0 0 10px -4px;
  padding: 0 4px;
}
.box-030:not(.menu-item) .box-030__title > h2 {
  color: rgb(104, 137, 25);
  font-family: "Sarabun-ExtraBold", sans-serif;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1.5em;
  background-color: rgb(156, 191, 71);
  -webkit-box-shadow: 4px 0 0px 0px rgb(156, 191, 71), -4px 0 0px 0px rgb(156, 191, 71);
  -moz-box-shadow: 4px 0 0px 0px rgb(156, 191, 71), -4px 0 0px 0px rgb(156, 191, 71);
  box-shadow: 4px 0 0px 0px rgb(156, 191, 71), -4px 0 0px 0px rgb(156, 191, 71);
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 2px 0;
  -webkit-transition-property: "background-color, box-shadow, color";
  transition-property: "background-color, box-shadow, color";
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.box-030:not(.menu-item) .box-030__title--main {
  margin: 0 -4px 8px -4px;
}
.box-030:not(.menu-item) .box-030__title--main > h2 {
  color: rgb(104, 137, 25);
  font-family: "Sarabun-ExtraBold", sans-serif;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1.5em;
  padding: 2px 0;
}
.box-030:not(.menu-item) .box-030__subtitle {
  margin: 0 -4px;
  padding: 0 4px;
}
.box-030:not(.menu-item) .box-030__subtitle span {
  background-color: rgb(156, 191, 71);
  -webkit-box-shadow: 4px 0 0px 0px rgb(156, 191, 71), -4px 0 0px 0px rgb(156, 191, 71);
  -moz-box-shadow: 4px 0 0px 0px rgb(156, 191, 71), -4px 0 0px 0px rgb(156, 191, 71);
  box-shadow: 4px 0 0px 0px rgb(156, 191, 71), -4px 0 0px 0px rgb(156, 191, 71);
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 1px 0;
  -webkit-transition-property: "background-color, box-shadow, color";
  transition-property: "background-color, box-shadow, color";
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.box-030:not(.menu-item) .box-030__subtitle--main {
  margin: 0 -4px 8px -4px;
}
.box-030:not(.menu-item) .box-030__subtitle--main span {
  padding: 2px 0;
}
.box-030__container {
  position: relative;
  display: block;
  padding: 8px;
  background-color: rgb(12, 12, 12);
  height: 100%;
  min-height: 150px;
  overflow: hidden;
  -webkit-transition: background-color 250ms ease-in-out;
  -moz-transition: background-color 250ms ease-in-out;
  -ms-transition: background-color 250ms ease-in-out;
  -o-transition: background-color 250ms ease-in-out;
  transition: background-color 250ms ease-in-out;
}
.box-030__icon {
  position: absolute;
  right: 7px;
  top: 7px;
  width: 32px;
  height: 32px;
  z-index: 2;
  background-color: rgb(12, 12, 12);
  -webkit-transition: background-color 250ms ease-in-out;
  -moz-transition: background-color 250ms ease-in-out;
  -ms-transition: background-color 250ms ease-in-out;
  -o-transition: background-color 250ms ease-in-out;
  transition: background-color 250ms ease-in-out;
}
.box-030__icon svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 28px;
  height: 28px;
}
.box-030__icon svg path {
  fill: rgb(255, 255, 255);
}
.box-030__image {
  position: relative;
  height: 100%;
  background-color: rgb(255, 255, 255);
  min-height: 150px;
}
.box-030__image img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.box-030__image::after {
  content: "";
  display: block;
  padding-bottom: 65%;
  background-color: rgb(255, 255, 255);
}
.box-030__content {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 8px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.box-030__caption {
  margin: 0 0 8px 4px;
}
.box-030__title {
  width: 100%;
  margin: 0;
  padding-bottom: 6px;
}
.box-030__title > h2 {
  color: rgb(12, 12, 12);
  font-family: "Sarabun-SemiBold", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.5em;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 16px 0 0px 0px transparent, -16px 0 0px 0px transparent;
  -moz-box-shadow: 16px 0 0px 0px transparent, -16px 0 0px 0px transparent;
  box-shadow: 16px 0 0px 0px transparent, -16px 0 0px 0px transparent;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  -webkit-transition-property: "background-color, box-shadow, color";
  transition-property: "background-color, box-shadow, color";
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  margin-bottom: 0;
}
.box-030__subtitle {
  display: none;
}

/* Medium and up */
@media only screen and (min-width: 640px) {
  .box-030__image::after {
    padding-bottom: 90.8%;
  }
  .box-030__title--main {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .box-030__title--sub {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .box-030__title--sub span {
    padding: 2px 0;
  }
  .box-030__subtitle--main {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .box-030__subtitle--sub {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .box-030__subtitle--sub span {
    padding: 2px 0;
  }
}
/* Large and up */
@media only screen and (min-width: 1024px) {
  .box-030__image::after {
    padding-bottom: 65%;
  }
  .box-030__title--main {
    display: -webkit-box;
    -webkit-line-clamp: unset;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .box-030__title--sub {
    display: -webkit-box;
    -webkit-line-clamp: unset;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .box-030__subtitle--main {
    display: -webkit-box;
    -webkit-line-clamp: unset;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .box-030__subtitle--sub {
    display: -webkit-box;
    -webkit-line-clamp: unset;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .box-030:not(.menu-item) .box-030:hover .box-030__icon {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .box-030:not(.menu-item) .box-030:hover .box-030__title > h2 {
    background-color: rgb(73, 96, 19);
    -webkit-box-shadow: 4px 0 0px 0px rgb(73, 96, 19), -4px 0 0px 0px rgb(73, 96, 19);
    -moz-box-shadow: 4px 0 0px 0px rgb(73, 96, 19), -4px 0 0px 0px rgb(73, 96, 19);
    box-shadow: 4px 0 0px 0px rgb(73, 96, 19), -4px 0 0px 0px rgb(73, 96, 19);
    color: rgb(12, 12, 12);
  }
  .box-030:not(.menu-item) .box-030:hover .box-030__subtitle span {
    background-color: rgb(73, 96, 19);
    -webkit-box-shadow: 4px 0 0px 0px rgb(73, 96, 19), -4px 0 0px 0px rgb(73, 96, 19);
    -moz-box-shadow: 4px 0 0px 0px rgb(73, 96, 19), -4px 0 0px 0px rgb(73, 96, 19);
    box-shadow: 4px 0 0px 0px rgb(73, 96, 19), -4px 0 0px 0px rgb(73, 96, 19);
    color: rgb(12, 12, 12);
  }
  .box-030:hover .box-030__container, .box-030:hover .box-030__icon {
    background-color: rgb(73, 96, 19);
    -webkit-transition: background-color 250ms ease-in-out;
    -moz-transition: background-color 250ms ease-in-out;
    -ms-transition: background-color 250ms ease-in-out;
    -o-transition: background-color 250ms ease-in-out;
    transition: background-color 250ms ease-in-out;
  }
}
/* XXLarge and up */
.new-mod-002 {
  display: inline-block;
  position: relative;
  width: 100%;
}
.new-mod-002 .new-mod-002__slider {
  display: inline-block;
  position: relative;
  width: 100%;
}
.new-mod-002 .new-mod-002__slider:after {
  content: "flickity";
  display: none;
}
.new-mod-002 .new-mod-002__slider .flickity-page-dots {
  bottom: 16px;
}

/* Medium and up */
/* Large and up */
@media only screen and (min-width: 1024px) {
  .new-mod-002 .new-mod-002__slider > .box-018 {
    width: 50%;
    opacity: 1 !important;
  }
  .new-mod-002 .new-mod-002__slider:after {
    content: "";
  }
}
/* XLarge and up */
/* XXLarge and up */
.new-mod-003 {
  display: inline-block;
  position: relative;
  width: 100%;
}
.new-mod-003 .new-mod-003__section-B {
  display: inline-block;
  position: relative;
}
.new-mod-003 .new-mod-003__section-C {
  display: inline-block;
  position: relative;
  padding-left: 1.3rem;
  float: right;
}

/* Medium and up */
/* Large and up */
/* XLarge and up */
/* XXLarge and up */
.button-001 {
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: center;
}
.button-001 button {
  width: 100%;
  height: 44px;
  background-color: rgb(57, 57, 57);
  cursor: pointer;
  color: rgb(213, 213, 213);
  font-family: "Sarabun-ExtraBold", sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.5em;
  text-transform: lowercase;
  -webkit-transition: background-color 250ms ease-out;
  -moz-transition: background-color 250ms ease-out;
  -ms-transition: background-color 250ms ease-out;
  -o-transition: background-color 250ms ease-out;
  transition: background-color 250ms ease-out;
}
.button-001 .button-001__progress-bar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: rgb(255, 255, 255);
  -webkit-transition: width 250ms ease-out;
  -moz-transition: width 250ms ease-out;
  -ms-transition: width 250ms ease-out;
  -o-transition: width 250ms ease-out;
  transition: width 250ms ease-out;
}

.button-001--hidden {
  display: none;
}

/* Medium and up */
/* Large and up */
@media only screen and (min-width: 1024px) {
  .button-001:hover button {
    color: rgb(248, 249, 240);
    background-color: rgb(12, 12, 12);
  }
}
/* XLarge and up */
/* XXLarge and up */
.button-010 {
  display: inline-block;
  position: relative;
  width: 220px;
  height: 56px;
  background-color: rgb(255, 255, 255);
  padding: 10px 10px;
  margin: 0 10px 10px 0;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background-color 250ms ease-out;
  -moz-transition: background-color 250ms ease-out;
  -ms-transition: background-color 250ms ease-out;
  -o-transition: background-color 250ms ease-out;
  transition: background-color 250ms ease-out;
}
.button-010 > div > div .button-010__text {
  display: inline-block;
  position: relative;
  width: 100%;
  color: rgb(99, 99, 99);
  font-family: "Sarabun-SemiBold", sans-serif;
  font-size: 13px;
  letter-spacing: 0px;
  line-height: 1.5em;
  cursor: pointer;
  -webkit-transition: color 250ms ease-out;
  -moz-transition: color 250ms ease-out;
  -ms-transition: color 250ms ease-out;
  -o-transition: color 250ms ease-out;
  transition: color 250ms ease-out;
}

.button-010:hover {
  background-color: rgb(224, 234, 194);
}

.button-010--selected {
  background-color: rgb(137, 181, 30);
}
.button-010--selected > div > div .button-010__text {
  color: rgb(248, 249, 240);
}

.checkbox-001 {
  display: none;
}

.checkbox-001 + label span {
  width: 18px;
  height: 18px;
  margin: 0;
  margin-right: 12px;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid rgb(216, 216, 216);
  background-color: transparent;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: background-color 250ms ease-out;
  -moz-transition: background-color 250ms ease-out;
  -ms-transition: background-color 250ms ease-out;
  -o-transition: background-color 250ms ease-out;
  transition: background-color 250ms ease-out;
}

.checkbox-001:checked + label span {
  border-color: rgb(137, 181, 30);
  background-color: rgb(137, 181, 30);
}

/* Medium and up */
/* Large and up */
/* XLarge and up */
/* XXLarge and up */
/*Variables*/
.contact-001-bar {
  display: inline-block;
  width: 100%;
  cursor: pointer;
}
.contact-001-bar > .inner {
  width: 100%;
  height: 60px;
  background-color: rgb(255, 255, 255);
  display: inline-block;
  margin-bottom: 10px;
}
.contact-001-bar > .inner > .title {
  height: 100%;
  padding-left: 10px;
  text-align: left;
}
.contact-001-bar > .inner > .title > div > div > .inner {
  text-transform: lowercase;
  height: 1.5em;
  width: 100%;
  display: inline-block;
  color: rgb(12, 12, 12);
  font-family: "Sarabun-Regular", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.5em;
}
.contact-001-bar > .inner > .arrow {
  height: 100%;
  text-align: right;
}
.contact-001-bar > .inner > .arrow > div {
  float: right;
  padding: 0 10px 0 10px;
}
.contact-001-bar > .inner > .arrow .img {
  display: inline-block;
  position: relative;
  height: 10px;
  width: 16px;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.contact-001-bar > .inner > .arrow .img > svg {
  height: 10px;
  width: 16px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: transform 250ms ease-out;
  -moz-transition: transform 250ms ease-out;
  -ms-transition: transform 250ms ease-out;
  -o-transition: transform 250ms ease-out;
  transition: transform 250ms ease-out;
}
.contact-001-bar > .inner > .arrow .img > svg > polyline {
  fill: rgb(12, 12, 12);
}

.ui-accordion-header-active > .inner > .arrow .img > svg {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}

.ui-accordion-header-collapsed {
  margin-bottom: 0;
}
.ui-accordion-header-collapsed > .inner {
  margin-bottom: 10px;
}

.ui-accordion-header-collapsed:last-child {
  margin-bottom: 0;
}

.contact-001-content {
  width: 100%;
  background-color: transparent;
}
.contact-001-content > .inner {
  height: 100%;
  text-align: left;
  padding: 14px 0 30px 10px;
}
.contact-001-content > .inner > .container .item {
  padding-bottom: 10px;
}
.contact-001-content > .inner > .container .item > .labelStr {
  display: inline-block;
  color: rgb(156, 191, 71);
  font-family: "Sarabun-ExtraBold", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.5em;
}
.contact-001-content > .inner > .container .item > .value {
  display: inline-block;
  color: rgb(57, 57, 57);
  font-family: "Sarabun-Light", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.6em;
  margin-left: 11px;
}
.contact-001-content > .inner > .container .item > .value a {
  display: inline-block;
  color: rgb(57, 57, 57);
  font-family: "Sarabun-Light", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.6em;
  text-decoration: underline;
}
.contact-001-content > .inner > .container .item:last-child {
  padding-bottom: 0;
}
.contact-001-content > .inner > .container .general-content > .value {
  margin-left: 0;
}
.contact-001-content > .inner > .container .general-content > .value > p {
  line-height: 1.5em;
  margin-bottom: 0;
}
.contact-001-content > .inner > .container > .content {
  padding-bottom: 10px;
  color: rgb(57, 57, 57);
  font-family: "Sarabun-Light", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.6em;
}
.contact-001-content > .inner > .container > .map {
  padding-bottom: 20px;
  color: rgb(57, 57, 57);
  font-family: "Sarabun-Light", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.6em;
}
.contact-001-content > .inner > .container > .map > a {
  color: rgb(57, 57, 57);
  font-family: "Sarabun-ExtraBold", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.5em;
  white-space: nowrap;
  text-decoration: underline;
}
.contact-001-content > .inner > .container > .map a:hover {
  color: rgb(104, 137, 25);
}
.contact-001-content:last-child > .inner {
  padding-bottom: 0;
}

.contact-001-content:last-child {
  margin-bottom: 0;
}

/* Medium and up */
@media only screen and (min-width: 640px) {
  .contact-001-content > .inner {
    padding: 20px 0 30px 20px;
  }
}
/* Large and up */
/* XLarge and up */
/* XXLarge and up */
/* Variables*/
.contact-002 > .contact-002__title {
  padding-top: 18px;
  padding-bottom: 4px;
  color: rgb(57, 57, 57);
  font-family: "Sarabun-ExtraBold", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.5em;
  text-transform: uppercase;
  text-align: left;
}
.contact-002 > .contact-002__title:first-of-type {
  padding-top: 20px;
}
.contact-002 > .contact-002__item {
  padding-top: 4px;
  padding-bottom: 4px;
  color: rgb(57, 57, 57);
  font-family: "Sarabun-Regular", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.6em;
}
.contact-002 > .contact-002__item > a {
  text-decoration: underline;
  color: rgb(57, 57, 57);
}
.contact-002 .contact-002__button {
  width: 100%;
  height: 44px;
  margin-top: 8px;
  background-color: rgb(57, 57, 57);
  color: rgb(248, 249, 240);
  font-family: "Sarabun-ExtraBold", sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.5em;
  text-align: center;
}
.contact-002 .contact-002__button a {
  text-decoration: none;
  color: rgb(248, 249, 240);
}
.contact-002 .contact-002__button:first-of-type {
  margin-top: 26px;
}

/* Medium and up */
/* Large and up */
@media only screen and (min-width: 1024px) {
  .contact-002 > .contact-002__item > a {
    -webkit-transition: color 250ms ease-out;
    -moz-transition: color 250ms ease-out;
    -ms-transition: color 250ms ease-out;
    -o-transition: color 250ms ease-out;
    transition: color 250ms ease-out;
  }
  .contact-002 > .contact-002__item > a:hover {
    color: rgb(104, 137, 25);
  }
  .contact-002 .contact-002__button {
    -webkit-transition: background-color 250ms ease-out;
    -moz-transition: background-color 250ms ease-out;
    -ms-transition: background-color 250ms ease-out;
    -o-transition: background-color 250ms ease-out;
    transition: background-color 250ms ease-out;
  }
  .contact-002 .contact-002__button a:hover {
    color: rgb(248, 249, 240);
  }
  .contact-002 .contact-002__button:hover {
    color: rgb(248, 249, 240);
    background-color: rgb(12, 12, 12);
  }
}
/* XLarge and up */
/* XXLarge and up */
.content-001 {
  display: inline-block;
  position: relative;
  width: 100%;
}
.content-001 .title {
  position: relative;
  display: inline-block;
  text-align: left;
  width: 100%;
  color: rgb(104, 137, 25);
  font-family: "Sarabun-Bold", sans-serif;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
}
.content-001 .updated-date {
  position: relative;
  display: inline-block;
  text-align: left;
  width: 100%;
  color: rgb(99, 99, 99);
  font-family: "Sarabun-Light", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.5em;
  margin: 6px 0 0 0;
  padding: 0;
}
.content-001 .content {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: left;
  margin-top: 30px;
}
.content-001 .content > .inner {
  position: relative;
  display: inline-block;
  width: 100%;
  color: rgb(57, 57, 57);
  font-family: "Sarabun-Regular", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.5em;
  margin-bottom: 10px;
  overflow-wrap: break-word;
}
.content-001 .content > .inner > p:last-child {
  margin-bottom: 0;
}
.content-001 .content > .inner a {
  color: rgb(104, 137, 25);
  text-decoration: underline;
}
.content-001 .content > .inner a img {
  opacity: 1;
  -webkit-transition: opacity 250ms ease-out;
  -moz-transition: opacity 250ms ease-out;
  -ms-transition: opacity 250ms ease-out;
  -o-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
}
.content-001 .content > .inner strong {
  font-family: "Sarabun-Bold", sans-serif;
}
.content-001 .content > .inner b {
  font-family: "Sarabun-Bold", sans-serif;
}

/* Medium and up */
@media only screen and (min-width: 640px) {
  .content-001 .content > .inner {
    font-size: 20px;
    line-height: 1.875em;
  }
}
/* Large and up */
@media only screen and (min-width: 1024px) {
  .content-001 .content {
    margin-top: 14px;
  }
  .content-001 .content > .inner {
    font-size: 16px;
    line-height: 1.5em;
  }
  .content-001 .content > .inner a:hover img {
    -webkit-transition: opacity 250ms ease-in;
    -moz-transition: opacity 250ms ease-in;
    -ms-transition: opacity 250ms ease-in;
    -o-transition: opacity 250ms ease-in;
    transition: opacity 250ms ease-in;
    opacity: 0.8;
  }
}
/* XLarge and up */
@media only screen and (min-width: 1200px) {
  .content-001 .content > .inner {
    font-size: 17px;
    line-height: 1.625em;
  }
}
/* XXLarge and up */
@media only screen and (min-width: 1440px) {
  .content-001 .content > .inner {
    font-size: 19px;
    line-height: 1.875em;
  }
}
.content-002 {
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: left;
  line-height: 1.5em;
  color: rgb(57, 57, 57);
  font-family: "Sarabun-Regular", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.5em;
}
.content-002 > p {
  margin-bottom: 15px;
}
.content-002 > p:last-child {
  margin-bottom: 0;
}
.content-002 strong {
  font-family: "Sarabun-Bold", sans-serif;
}
.content-002 b {
  font-family: "Sarabun-Bold", sans-serif;
}
.content-002 a {
  color: rgb(104, 137, 25);
  text-decoration: underline;
}
.content-002 a img {
  opacity: 1;
  -webkit-transition: opacity 250ms ease-out;
  -moz-transition: opacity 250ms ease-out;
  -ms-transition: opacity 250ms ease-out;
  -o-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
}

/* Medium and up */
@media only screen and (min-width: 640px) {
  .content-002 {
    font-size: 20px;
    line-height: 1.875em;
  }
}
/* Large and up */
@media only screen and (min-width: 1024px) {
  .content-002 {
    font-size: 16px;
    line-height: 1.5em;
  }
  .content-002 a:hover img {
    -webkit-transition: opacity 250ms ease-in;
    -moz-transition: opacity 250ms ease-in;
    -ms-transition: opacity 250ms ease-in;
    -o-transition: opacity 250ms ease-in;
    transition: opacity 250ms ease-in;
    opacity: 0.8;
  }
}
/* XLarge and up */
@media only screen and (min-width: 1200px) {
  .content-002 {
    font-size: 17px;
    line-height: 1.625em;
  }
}
/* XXLarge and up */
@media only screen and (min-width: 1440px) {
  .content-002 {
    font-size: 19px;
    line-height: 1.875em;
  }
}
.content-003 > .content-003__text {
  color: rgb(57, 57, 57);
  font-family: "Sarabun-Regular", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.5em;
}
.content-003 > .content-003__text p {
  margin-top: 10px;
  margin-bottom: 0;
}
.content-003 > .content-003__text p:first-of-type {
  margin-top: 0;
}
.content-003 > .content-003__text strong {
  font-family: "Sarabun-Bold", sans-serif;
}
.content-003 > .content-003__text b {
  font-family: "Sarabun-Bold", sans-serif;
}
.content-003 > .content-003__text a {
  text-decoration: none;
  color: rgb(104, 137, 25);
  text-decoration: underline;
}
.content-003 > .content-003__text a img {
  opacity: 1;
  -webkit-transition: opacity 250ms ease-out;
  -moz-transition: opacity 250ms ease-out;
  -ms-transition: opacity 250ms ease-out;
  -o-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
}
.content-003 > .content-003__text ul {
  list-style: none;
  padding: 0;
  margin-left: 0;
}
.content-003 > .content-003__text ul li {
  padding-left: 1em;
}
.content-003 > .content-003__text ul li:before {
  content: "::";
  font-family: "Sarabun-Regular", sans-serif;
  display: inline-block;
  margin-left: -1em;
  width: 1em;
}

/* Medium and up */
@media only screen and (min-width: 640px) {
  .content-003 > .content-003__text {
    font-size: 20px;
    line-height: 1.875em;
  }
  .content-003 > .content-003__text a:hover img {
    -webkit-transition: opacity 250ms ease-in;
    -moz-transition: opacity 250ms ease-in;
    -ms-transition: opacity 250ms ease-in;
    -o-transition: opacity 250ms ease-in;
    transition: opacity 250ms ease-in;
    opacity: 0.8;
  }
}
/* Large and up */
@media only screen and (min-width: 1024px) {
  .content-003 > .content-003__text {
    font-size: 16px;
    line-height: 1.5em;
  }
}
/* XLarge and up */
@media only screen and (min-width: 1200px) {
  .content-003 > .content-003__text {
    font-size: 17px;
    line-height: 1.625em;
  }
}
/* XXLarge and up */
@media only screen and (min-width: 1440px) {
  .content-003 > .content-003__text {
    font-size: 19px;
    line-height: 1.875em;
  }
}
.content-004 {
  margin-bottom: 30px;
}
.content-004 .title {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  text-align: left;
  width: 100%;
}
.content-004 .title > .inner {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 22px;
  font-family: "Sarabun-Bold", sans-serif;
  color: rgb(104, 137, 25);
  margin: 0;
  padding: 0;
}
.content-004 .title > .inner h1 {
  font-size: 22px;
  font-family: "Sarabun-Bold", sans-serif;
  color: rgb(104, 137, 25);
  margin: 0;
  padding: 0;
}
.content-004 .content {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: left;
}
.content-004 .content > .inner {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 14px;
  font-family: "Sarabun-Regular", sans-serif;
  color: rgb(57, 57, 57);
  line-height: 1.5em;
}
.content-004 .content > .inner > p {
  margin-bottom: 10px;
}
.content-004 .content > .inner > p:last-child {
  margin-bottom: 0;
}
.content-004 .content > .inner a {
  color: rgb(57, 57, 57);
  text-decoration: underline;
}
.content-004 .content > .inner a img {
  opacity: 1;
  -webkit-transition: opacity 250ms ease-out;
  -moz-transition: opacity 250ms ease-out;
  -ms-transition: opacity 250ms ease-out;
  -o-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
}
.content-004 .content > .inner .iframeLink {
  margin-top: 40px;
  width: 100%;
  min-height: 500px;
  max-height: none;
  border: none;
}
.content-004 .content > .inner .iframeLink iframe {
  width: 100%;
  min-height: 500px;
  max-height: none;
  border: none;
}
.content-004 .content > .inner .iframeLinkMob {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 44px;
  margin-top: 16px;
  cursor: pointer;
  text-align: center;
  background-color: rgb(104, 137, 25);
}
.content-004 .content > .inner .iframeLinkMob a {
  text-decoration: none;
  font-size: 14px;
  font-family: "Sarabun-Regular", sans-serif;
  color: rgb(255, 255, 255);
  line-height: 1.5em;
}
.content-004 .content ul {
  list-style: none;
  padding: 0;
  margin-left: 0;
}
.content-004 .content ul li {
  padding-left: 1em;
}
.content-004 .content ul li:before {
  content: "::";
  font-family: "Sarabun-Regular", sans-serif;
  display: inline-block;
  margin-left: -1em;
  width: 1em;
}

@media only screen and (max-width: 40em) {
  .content-004 {
    margin-bottom: 28px;
  }
  .content-004 .title {
    margin-bottom: 4px;
    font-size: 18px;
  }
  .content-004 .content {
    margin-bottom: 0;
  }
} /* max-width 640px, mobile-only styles, use when QAing mobile issues */
/* min-width 641px, medium screens */
@media only screen and (min-width: 40.063em) and (max-width: 63.938em) {
  .content-004 {
    margin-bottom: 25px;
  }
  .content-004 .title {
    font-size: 18px;
  }
  .content-004 .content {
    margin-bottom: 0;
  }
  .content-004 .content a:hover img {
    -webkit-transition: opacity 250ms ease-in;
    -moz-transition: opacity 250ms ease-in;
    -ms-transition: opacity 250ms ease-in;
    -o-transition: opacity 250ms ease-in;
    transition: opacity 250ms ease-in;
    opacity: 0.8;
  }
} /* min-width 641px and max-width 1023px, use when QAing tablet-only issues */
/* min-width 1023px, use when QAing tablet-only issues */
/* min-width 1024px, large screens */
/* min-width 1024px and max-width 1440px, use when QAing large screen-only issues */
/* min-width 1441px, xlarge screens */
/* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */
/* min-width 1921px, xxlarge screens */
.content-005 {
  display: inline-block;
  position: relative;
  margin-top: 30px;
  text-align: left;
}
.content-005 .content-005__arms {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 190px;
  margin-bottom: 30px;
  text-align: center;
}
.content-005 .content-005__arms > img {
  display: inline-block;
  position: relative;
  width: auto;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.content-005 .content-005__title {
  display: inline-block;
  position: relative;
  text-align: left;
  width: 100%;
  color: rgb(12, 12, 12);
  font-family: "Sarabun-Bold", sans-serif;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 1.5em;
}
.content-005 .content-005__description {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-top: 14px;
  margin-bottom: 6px;
  color: rgb(57, 57, 57);
  font-family: "Sarabun-Regular", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.6em;
}
.content-005 .content-005__info {
  display: inline-block;
  position: relative;
  width: 100%;
}
.content-005 .content-005__info .content-005__info-label {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-top: 16px;
  color: rgb(104, 137, 25);
  font-family: "Sarabun-ExtraBold", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.5em;
}
.content-005 .content-005__info .content-005__info-text {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-top: 6px;
  color: rgb(57, 57, 57);
  font-family: "Sarabun-Regular", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.5em;
}
.content-005 .content-005__info .content-005__infoFreg-label {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-top: 16px;
  font-family: "Sarabun-ExtraBold", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.5em;
}
.content-005 .accordion {
  background: transparent;
  margin-top: 6px;
}

.date-001 {
  position: relative;
  display: inline-block;
  width: 100%;
}
.date-001 > .inner {
  position: relative;
  display: inline-block;
  text-align: left;
  width: 100%;
  height: 1.9em;
  font-family: "Sarabun-Regular", sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.9em;
  color: rgb(99, 99, 99);
}

/* Medium and up */
/* Large and up */
/* XLarge and up */
/* XXLarge and up */
.event-001 {
  font-size: 12px;
  height: 290px;
  margin-bottom: 10px;
}
.event-001 a > .event-001-inner {
  height: 100%;
  border: 1px solid rgb(216, 216, 216);
  -webkit-transition: border 250ms ease-out;
  -moz-transition: border 250ms ease-out;
  -ms-transition: border 250ms ease-out;
  -o-transition: border 250ms ease-out;
  transition: border 250ms ease-out;
}
.event-001 a > .event-001-inner > .event-001-inner-cover {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  min-height: 160px;
  max-height: 220px;
}
.event-001 a > .event-001-inner > .event-001-inner-cover img {
  position: relative;
  width: 100%;
  backface-visibility: hidden;
  height: 160px;
  object-fit: cover;
  object-position: center top;
}
.event-001 a > .event-001-inner > .event-001-inner-content {
  height: 120px;
  padding: 10px 10px 20px 10px;
}
.event-001 a > .event-001-inner > .event-001-inner-content > .event-001-inner-cover_date {
  height: 22px;
}
.event-001 a > .event-001-inner > .event-001-inner-content > .event-001-inner-date > .event-001-inner-date-inner {
  color: rgb(57, 57, 57);
  font-family: "Sarabun-Light", sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.7em;
  text-transform: lowercase;
  text-align: center;
}
.event-001 a > .event-001-inner > .event-001-inner-content > .event-001-inner-text > .event-001-inner-text-inner {
  color: rgb(57, 57, 57);
  font-family: "Sarabun-Bold", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.5em;
  max-height: 4.8em;
  text-align: center;
  margin-top: 6px;
}

/* Medium and up */
@media only screen and (min-width: 640px) {
  .event-001 {
    height: 250px;
  }
}
/* Large and up */
/* XLarge and up */
/* XXLarge and up */
.filter-001 {
  display: inline-block;
  position: relative;
  width: 100%;
}
.filter-001 .search-filter-001-text {
  display: inline-block;
  position: relative;
}
.filter-001 .search-filter-001-text > input,
.filter-001 .search-filter-001-text > input:focus {
  height: 44px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
  background-color: rgb(255, 255, 255);
  color: rgb(12, 12, 12);
  font-family: "Sarabun-SemiBold", sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.5em;
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: none;
}
.filter-001 .search-filter-001-text > input::-webkit-input-placeholder, .filter-001 .search-filter-001-text > input:focus::-webkit-input-placeholder {
  color: rgb(99, 99, 99);
}

.filter-001 .search-filter-001-text > input:-moz-placeholder, .filter-001 .search-filter-001-text > input:focus:-moz-placeholder {
  opacity: 1;
  color: rgb(99, 99, 99);
}

.filter-001 .search-filter-001-text > input::-moz-placeholder, .filter-001 .search-filter-001-text > input:focus::-moz-placeholder {
  opacity: 1;
  color: rgb(99, 99, 99);
}

.filter-001 .search-filter-001-text > input:-ms-input-placeholder, .filter-001 .search-filter-001-text > input:focus:-ms-input-placeholder {
  color: rgb(99, 99, 99);
}

.filter-001 .search-filter-001-year,
.filter-001 .search-filter-001-month {
  display: inline-block;
  position: relative;
}
.filter-001 .search-filter-001-year > select,
.filter-001 .search-filter-001-month > select {
  height: 44px;
  margin-bottom: 10px;
  background-color: rgb(255, 255, 255);
  border: 1px solid transparent;
  border-radius: 0;
  color: rgb(99, 99, 99);
  font-family: "Sarabun-SemiBold", sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.5em;
  box-shadow: none;
  background-image: none;
}
.filter-001 .search-filter-001-year > select > option,
.filter-001 .search-filter-001-month > select > option {
  color: rgb(12, 12, 12);
}
.filter-001 .search-filter-001-year > select > option:first-child,
.filter-001 .search-filter-001-month > select > option:first-child {
  color: rgb(99, 99, 99);
}
.filter-001 .arrow-select {
  right: 0;
  position: absolute;
  padding-right: 20px;
  bottom: 28px;
  pointer-events: none;
}
.filter-001 .arrow-select-1 {
  right: 0;
  position: absolute;
  padding-right: 20px;
  bottom: 38px;
  pointer-events: none;
}
.filter-001 .search-filter-001-month > select {
  margin-bottom: 20px;
}
.filter-001 .search-filter-001-button {
  display: inline-block;
  position: relative;
}
.filter-001 .search-filter-001-button > button {
  width: 100%;
  height: 44px;
  background-color: rgb(73, 96, 19);
  color: rgb(255, 255, 255);
  font-family: "Sarabun-Bold", sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.5em;
  border-radius: 0;
  cursor: pointer;
  -webkit-transition: background-color 250ms ease-out;
  -moz-transition: background-color 250ms ease-out;
  -ms-transition: background-color 250ms ease-out;
  -o-transition: background-color 250ms ease-out;
  transition: background-color 250ms ease-out;
}

/* Medium and up */
@media only screen and (min-width: 640px) {
  .filter-001 .search-filter-001-year {
    padding-right: 10px;
    float: left;
  }
  .filter-001 .search-filter-001-year > select {
    margin-bottom: 0;
  }
  .filter-001 .search-filter-001-month {
    padding: 0 10px;
    float: left;
  }
  .filter-001 .search-filter-001-month > select {
    margin-bottom: 0;
  }
  .filter-001 .search-filter-001-button {
    padding-left: 10px;
    float: right;
  }
  .filter-001 .arrow-select {
    right: 0;
    position: absolute;
    padding-right: 20px;
    bottom: 12px;
  }
  .filter-001 .arrow-select-1 {
    right: 0;
    position: absolute;
    padding-right: 20px;
    bottom: 12px;
  }
}
/* Large and up */
@media only screen and (min-width: 1024px) {
  .filter-001 .search-filter-001-text > input,
  .filter-001 .search-filter-001-text > input:focus {
    margin-bottom: 14px !important;
  }
  .filter-001 .search-filter-001-button > button:hover {
    background-color: rgb(44, 58, 12);
  }
}
/* XLarge and up */
/* XXLarge and up */
/*variables*/
.filter-002 {
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: left;
}
.filter-002 .columns:last-child:not(:first-child) {
  float: none;
}
.filter-002 .arrow-select {
  right: 0;
  position: absolute;
  padding-right: 22px;
  bottom: 14px;
  pointer-events: none;
}
.filter-002 .search-filter-002-text {
  display: inline-block;
  position: relative;
}
.filter-002 .search-filter-002-text > input,
.filter-002 .search-filter-002-text > input:focus {
  height: 44px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
  background-color: rgb(255, 255, 255);
  color: rgb(12, 12, 12);
  font-family: "Sarabun-SemiBold", sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.5em;
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: none;
}
.filter-002 .search-filter-002-text > input::-webkit-input-placeholder, .filter-002 .search-filter-002-text > input:focus::-webkit-input-placeholder {
  color: rgb(99, 99, 99);
}

.filter-002 .search-filter-002-text > input:-moz-placeholder, .filter-002 .search-filter-002-text > input:focus:-moz-placeholder {
  opacity: 1;
  color: rgb(99, 99, 99);
}

.filter-002 .search-filter-002-text > input::-moz-placeholder, .filter-002 .search-filter-002-text > input:focus::-moz-placeholder {
  opacity: 1;
  color: rgb(99, 99, 99);
}

.filter-002 .search-filter-002-text > input:-ms-input-placeholder, .filter-002 .search-filter-002-text > input:focus:-ms-input-placeholder {
  color: rgb(99, 99, 99);
}

.filter-002 .search-filter-002-cat,
.filter-002 .search-filter-002-month {
  display: inline-block;
  position: relative;
}
.filter-002 .search-filter-002-cat > select,
.filter-002 .search-filter-002-month > select {
  height: 44px;
  margin-bottom: 10px;
  background-color: rgb(255, 255, 255);
  border: 1px solid transparent;
  border-radius: 0;
  color: rgb(99, 99, 99);
  font-family: "Sarabun-SemiBold", sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.5em;
  box-shadow: none;
  background-image: none;
}
.filter-002 .search-filter-002-cat > select > option,
.filter-002 .search-filter-002-month > select > option {
  color: rgb(12, 12, 12);
}
.filter-002 .search-filter-002-cat > select > option:first-child,
.filter-002 .search-filter-002-month > select > option:first-child {
  color: rgb(99, 99, 99);
}
.filter-002 .arrow-select {
  right: 0;
  position: absolute;
  padding-right: 20px;
  bottom: 22px;
  pointer-events: none;
  -webkit-transition: fill 250ms ease-out;
  -moz-transition: fill 250ms ease-out;
  -ms-transition: fill 250ms ease-out;
  -o-transition: fill 250ms ease-out;
  transition: fill 250ms ease-out;
}
.filter-002 .arrow-select:hover svg polyline {
  fill: rgb(99, 99, 99);
}
.filter-002 .arrow-select-1 {
  pointer-events: none;
  right: 0;
  position: absolute;
  padding-right: 20px;
  bottom: 34px;
  pointer-events: none;
  -webkit-transition: fill 250ms ease-out;
  -moz-transition: fill 250ms ease-out;
  -ms-transition: fill 250ms ease-out;
  -o-transition: fill 250ms ease-out;
  transition: fill 250ms ease-out;
}
.filter-002 .arrow-select-1:hover svg polyline {
  fill: rgb(99, 99, 99);
}
.filter-002 .search-filter-002-month > select {
  margin-bottom: 20px;
}
.filter-002 .search-filter-002-button {
  display: inline-block;
  position: relative;
}
.filter-002 .search-filter-002-button > button {
  width: 100%;
  height: 44px;
  background-color: rgb(73, 96, 19);
  color: rgb(248, 249, 240);
  font-family: "Sarabun-Bold", sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.5em;
  border-radius: 0;
  cursor: pointer;
  -webkit-transition: background-color 250ms ease-out;
  -moz-transition: background-color 250ms ease-out;
  -ms-transition: background-color 250ms ease-out;
  -o-transition: background-color 250ms ease-out;
  transition: background-color 250ms ease-out;
}

/* Medium and up */
@media only screen and (min-width: 640px) {
  .filter-002 .search-filter-002-cat {
    float: left;
    padding-right: 10px;
  }
  .filter-002 .search-filter-002-cat > select {
    margin-bottom: 0;
  }
  .filter-002 .search-filter-002-month {
    float: left;
    padding-right: 10px;
  }
  .filter-002 .search-filter-002-month > select {
    margin-bottom: 0;
  }
  .filter-002 .search-filter-002-button {
    float: right;
  }
  .filter-002 .arrow-select {
    right: 0;
    position: absolute;
    padding-right: 20px;
    bottom: 12px;
  }
  .filter-002 .arrow-select-1 {
    right: 0;
    position: absolute;
    padding-right: 20px;
    bottom: 12px;
  }
}
/* Large and up */
@media only screen and (min-width: 1024px) {
  .filter-002 .search-filter-002-text {
    margin-bottom: 10px;
  }
  .filter-002 .search-filter-002-text > input,
  .filter-002 .search-filter-002-text > input:focus {
    margin-bottom: 0;
  }
  .filter-002 .search-filter-002-button > button:hover {
    background-color: rgb(44, 58, 12);
  }
  .filter-002 .arrow-select {
    right: 0;
    position: absolute;
    padding-right: 20px;
  }
  .filter-002 .arrow-select-1 {
    right: 0;
    position: absolute;
    padding-right: 20px;
  }
}
/* XLarge and up */
/* XXLarge and up */
/*variables*/
.filter-003 {
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: left;
}
.filter-003 .columns:last-child:not(:first-child) {
  float: none;
}
.filter-003 .arrow-select {
  right: 0;
  position: absolute;
  padding-right: 22px;
  bottom: 14px;
}
.filter-003 .search-filter-003-text {
  display: inline-block;
  position: relative;
}
.filter-003 .search-filter-003-text > input,
.filter-003 .search-filter-003-text > input:focus {
  height: 36px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
  background-color: rgb(255, 255, 255);
  color: rgb(12, 12, 12);
  font-family: "Sarabun-SemiBold", sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.5em;
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: none;
}
.filter-003 .search-filter-003-text > input::-webkit-input-placeholder, .filter-003 .search-filter-003-text > input:focus::-webkit-input-placeholder {
  color: rgb(99, 99, 99);
}

.filter-003 .search-filter-003-text > input:-moz-placeholder, .filter-003 .search-filter-003-text > input:focus:-moz-placeholder {
  opacity: 1;
  color: rgb(99, 99, 99);
}

.filter-003 .search-filter-003-text > input::-moz-placeholder, .filter-003 .search-filter-003-text > input:focus::-moz-placeholder {
  opacity: 1;
  color: rgb(99, 99, 99);
}

.filter-003 .search-filter-003-text > input:-ms-input-placeholder, .filter-003 .search-filter-003-text > input:focus:-ms-input-placeholder {
  color: rgb(99, 99, 99);
}

.filter-003 .search-filter-003-category {
  display: inline-block;
  position: relative;
}
.filter-003 .search-filter-003-category > select {
  height: 36px;
  margin-bottom: 10px;
  background-color: rgb(255, 255, 255);
  border: 1px solid transparent;
  border-radius: 0;
  color: rgb(99, 99, 99);
  font-family: "Sarabun-SemiBold", sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.5em;
  box-shadow: none;
  background-image: none;
}
.filter-003 .search-filter-003-category > select > option {
  color: rgb(12, 12, 12);
}
.filter-003 .search-filter-003-category > select > option:first-child {
  color: rgb(99, 99, 99);
}
.filter-003 .arrow-select {
  right: 0;
  position: absolute;
  padding-right: 20px;
  bottom: 22px;
  pointer-events: none;
  -webkit-transition: fill 250ms ease-out;
  -moz-transition: fill 250ms ease-out;
  -ms-transition: fill 250ms ease-out;
  -o-transition: fill 250ms ease-out;
  transition: fill 250ms ease-out;
}
.filter-003 .arrow-select:hover svg polyline {
  fill: rgb(99, 99, 99);
}
.filter-003 .search-filter-003-button {
  display: inline-block;
  position: relative;
}
.filter-003 .search-filter-003-button > button {
  width: 100%;
  height: 36px;
  background-color: rgb(137, 181, 30);
  color: rgb(255, 255, 255);
  font-family: "Sarabun-Bold", sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.5em;
  border-radius: 0;
  cursor: pointer;
  -webkit-transition: background-color 250ms ease-out;
  -moz-transition: background-color 250ms ease-out;
  -ms-transition: background-color 250ms ease-out;
  -o-transition: background-color 250ms ease-out;
  transition: background-color 250ms ease-out;
}

/* Medium and up */
@media only screen and (min-width: 640px) {
  .filter-003 .search-filter-003-category {
    padding: 0 10px;
  }
  .filter-003 .search-filter-003-category > select {
    margin-bottom: 0;
  }
  .filter-003 .search-filter-003-button {
    float: right;
  }
  .filter-003 .arrow-select {
    right: 0;
    position: absolute;
    padding-right: 20px;
    bottom: 12px;
  }
  .filter-003 .arrow-select-1 {
    right: 0;
    position: absolute;
    padding-right: 20px;
    bottom: 12px;
  }
}
/* Large and up */
@media only screen and (min-width: 1024px) {
  .filter-003 .search-filter-003-text {
    margin-bottom: 10px;
  }
  .filter-003 .search-filter-003-text > input,
  .filter-003 .search-filter-003-text > input:focus {
    margin-bottom: 0;
  }
  .filter-003 .search-filter-003-button > button:hover {
    background-color: rgb(104, 137, 25);
  }
  .filter-003 .arrow-select {
    right: 0;
    position: absolute;
    padding-right: 20px;
  }
  .filter-003 .arrow-select-1 {
    right: 0;
    position: absolute;
    padding-right: 20px;
  }
}
/* XLarge and up */
/* XXLarge and up */
/*variables*/
.filter-005 {
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: left;
  margin-top: 40px;
  font-size: 0;
}
.filter-005 .columns:last-child:not(:first-child) {
  float: none;
}
.filter-005 .arrow-select {
  right: 0;
  position: absolute;
  padding-right: 22px;
  bottom: 14px;
  pointer-events: none;
}
.filter-005 .search-filter-005-text {
  display: inline-block;
  position: relative;
}
.filter-005 .search-filter-005-text > input,
.filter-005 .search-filter-005-text > input:focus {
  height: 44px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
  background-color: rgb(255, 255, 255);
  color: rgb(12, 12, 12);
  font-family: "Sarabun-SemiBold", sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.5em;
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: none;
}
.filter-005 .search-filter-005-text > input::-webkit-input-placeholder, .filter-005 .search-filter-005-text > input:focus::-webkit-input-placeholder {
  color: rgb(99, 99, 99);
}

.filter-005 .search-filter-005-text > input:-moz-placeholder, .filter-005 .search-filter-005-text > input:focus:-moz-placeholder {
  opacity: 1;
  color: rgb(99, 99, 99);
}

.filter-005 .search-filter-005-text > input::-moz-placeholder, .filter-005 .search-filter-005-text > input:focus::-moz-placeholder {
  opacity: 1;
  color: rgb(99, 99, 99);
}

.filter-005 .search-filter-005-text > input:-ms-input-placeholder, .filter-005 .search-filter-005-text > input:focus:-ms-input-placeholder {
  color: rgb(99, 99, 99);
}

.filter-005 .search-filter-005-year,
.filter-005 .search-filter-005-month {
  display: inline-block;
  position: relative;
}
.filter-005 .search-filter-005-year > select,
.filter-005 .search-filter-005-month > select {
  height: 44px;
  margin-bottom: 10px;
  background-color: rgb(255, 255, 255);
  border: 1px solid transparent;
  border-radius: 0;
  color: rgb(99, 99, 99);
  font-family: "Sarabun-SemiBold", sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.5em;
  box-shadow: none;
  background-image: none;
}
.filter-005 .search-filter-005-year > select > option,
.filter-005 .search-filter-005-month > select > option {
  color: rgb(12, 12, 12);
}
.filter-005 .search-filter-005-year > select > option:first-child,
.filter-005 .search-filter-005-month > select > option:first-child {
  color: rgb(99, 99, 99);
}
.filter-005 .arrow-select {
  right: 0;
  position: absolute;
  padding-right: 20px;
  bottom: 22px;
  -webkit-transition: fill 250ms ease-out;
  -moz-transition: fill 250ms ease-out;
  -ms-transition: fill 250ms ease-out;
  -o-transition: fill 250ms ease-out;
  transition: fill 250ms ease-out;
}
.filter-005 .arrow-select:hover svg polyline {
  fill: rgb(99, 99, 99);
}
.filter-005 .arrow-select-1 {
  right: 0;
  position: absolute;
  padding-right: 20px;
  bottom: 34px;
  pointer-events: none;
  -webkit-transition: fill 250ms ease-out;
  -moz-transition: fill 250ms ease-out;
  -ms-transition: fill 250ms ease-out;
  -o-transition: fill 250ms ease-out;
  transition: fill 250ms ease-out;
}
.filter-005 .arrow-select-1:hover svg polyline {
  fill: rgb(99, 99, 99);
}
.filter-005 .search-filter-005-month > select {
  margin-bottom: 20px;
}
.filter-005 .search-filter-005-button {
  display: inline-block;
  position: relative;
}
.filter-005 .search-filter-005-button > button {
  width: 100%;
  height: 44px;
  background-color: rgb(73, 96, 19);
  color: rgb(248, 249, 240);
  font-family: "Sarabun-Bold", sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.5em;
  border-radius: 0;
  cursor: pointer;
  -webkit-transition: background-color 250ms ease-out;
  -moz-transition: background-color 250ms ease-out;
  -ms-transition: background-color 250ms ease-out;
  -o-transition: background-color 250ms ease-out;
  transition: background-color 250ms ease-out;
}

/* Medium and up */
@media only screen and (min-width: 640px) {
  .filter-005 {
    margin-top: 24px;
  }
  .filter-005 .search-filter-005-text {
    padding-right: 10px;
  }
  .filter-005 .search-filter-005-month {
    padding-right: 10px;
  }
  .filter-005 .search-filter-005-month > select {
    margin-bottom: 0;
  }
  .filter-005 .search-filter-005-button {
    float: right;
  }
  .filter-005 .arrow-select {
    right: 0;
    position: absolute;
    padding-right: 20px;
    bottom: 12px;
  }
  .filter-005 .arrow-select-1 {
    right: 0;
    position: absolute;
    padding-right: 20px;
    bottom: 12px;
  }
}
/* Large and up */
@media only screen and (min-width: 1024px) {
  .filter-005 {
    margin-top: 40px;
  }
  .filter-005 .search-filter-005-text {
    margin-bottom: 10px;
  }
  .filter-005 .search-filter-005-text > input,
  .filter-005 .search-filter-005-text > input:focus {
    margin-bottom: 0;
  }
  .filter-005 .search-filter-005-button > button:hover {
    background-color: rgb(44, 58, 12);
  }
  .filter-005 .arrow-select {
    right: 0;
    position: absolute;
    padding-right: 20px;
  }
  .filter-005 .arrow-select-1 {
    right: 0;
    position: absolute;
    padding-right: 20px;
  }
}
/* XLarge and up */
/* XXLarge and up */
/*variables*/
.filter-006 {
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: left;
  margin-top: 40px;
}
.filter-006 .columns:last-child:not(:first-child) {
  float: none;
}
.filter-006 .arrow-select {
  right: 0;
  position: absolute;
  padding-right: 22px;
  bottom: 12px;
  pointer-events: none;
}
.filter-006 .search-filter-006-text {
  display: inline-block;
  position: relative;
}
.filter-006 .search-filter-006-text > input,
.filter-006 .search-filter-006-text > input:focus {
  height: 44px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
  background-color: rgb(255, 255, 255);
  color: rgb(12, 12, 12);
  font-family: "Sarabun-SemiBold", sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.5em;
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: none;
}
.filter-006 .search-filter-006-text > input::-webkit-input-placeholder, .filter-006 .search-filter-006-text > input:focus::-webkit-input-placeholder {
  color: rgb(99, 99, 99);
}

.filter-006 .search-filter-006-text > input:-moz-placeholder, .filter-006 .search-filter-006-text > input:focus:-moz-placeholder {
  opacity: 1;
  color: rgb(99, 99, 99);
}

.filter-006 .search-filter-006-text > input::-moz-placeholder, .filter-006 .search-filter-006-text > input:focus::-moz-placeholder {
  opacity: 1;
  color: rgb(99, 99, 99);
}

.filter-006 .search-filter-006-text > input:-ms-input-placeholder, .filter-006 .search-filter-006-text > input:focus:-ms-input-placeholder {
  color: rgb(99, 99, 99);
}

.filter-006 .search-filter-006-button {
  display: inline-block;
  position: relative;
}
.filter-006 .search-filter-006-button > button {
  width: 100%;
  height: 44px;
  background-color: rgb(73, 96, 19);
  color: rgb(255, 255, 255);
  font-family: "Sarabun-Bold", sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.5em;
  border-radius: 0;
  cursor: pointer;
  -webkit-transition: background-color 250ms ease-out;
  -moz-transition: background-color 250ms ease-out;
  -ms-transition: background-color 250ms ease-out;
  -o-transition: background-color 250ms ease-out;
  transition: background-color 250ms ease-out;
}

/* Medium and up */
@media only screen and (min-width: 640px) {
  .filter-006 {
    margin-top: 24px;
  }
  .filter-006 .search-filter-006-text {
    padding-right: 10px;
  }
  .filter-006 .search-filter-006-button {
    float: right;
  }
}
/* Large and up */
@media only screen and (min-width: 1024px) {
  .filter-006 {
    margin-top: 40px;
  }
  .filter-006 .search-filter-006-text {
    margin-bottom: 10px;
  }
  .filter-006 .search-filter-006-text > input,
  .filter-006 .search-filter-006-text > input:focus {
    margin-bottom: 0;
  }
  .filter-006 .search-filter-006-button > button:hover {
    background-color: rgb(44, 58, 12);
  }
}
/* XLarge and up */
/* XXLarge and up */
.gsk-gallery-001 {
  text-align: left;
  overflow: hidden;
  -ms-overflow-style: none;
}
.gsk-gallery-001 .photo-gallery-outer {
  margin: 12px -4px 24px -4px;
  overflow: auto;
}
.gsk-gallery-001 .photo-gallery-outer .photo-gallery-item-box {
  padding: 4px;
}
.gsk-gallery-001 .photo-gallery-outer .photo-gallery-item-box .photo-gallery-item {
  padding-top: 76%;
  position: relative;
  overflow: hidden;
}
.gsk-gallery-001 .photo-gallery-outer .photo-gallery-item-box .photo-gallery-item img {
  min-width: 100%;
  max-width: none;
  width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.gsk-gallery-001 .photo-gallery-outer .photo-gallery-item-box .photo-gallery-item .photo-gallery-gradient-filter {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.65);
  display: none;
}
.gsk-gallery-001 .photo-gallery-outer .photo-gallery-item-box .photo-gallery-item .photo-gallery-gradient-filter .photo-gallery-gradient-filter-total {
  font-family: "Sarabun-ExtraBold", sans-serif;
  color: rgb(255, 255, 255);
  font-size: 18px;
}
.gsk-gallery-001 .photo-gallery-outer .photo-gallery-item-box:nth-of-type(1n+4) {
  display: none;
}
.gsk-gallery-001 .photo-gallery-outer .photo-gallery-item-box:nth-of-type(3) .photo-gallery-gradient-filter {
  display: initial;
}
.gsk-gallery-001 .photo-gallery-outer .gallery-hide-me {
  display: none !important;
}

/* Medium and up */
@media only screen and (min-width: 640px) {
  .gsk-gallery-001 .photo-gallery-outer .photo-gallery-item-box:nth-of-type(1n+4) {
    display: inline-block;
  }
  .gsk-gallery-001 .photo-gallery-outer .photo-gallery-item-box:nth-of-type(3) .photo-gallery-gradient-filter {
    display: none;
  }
  .gsk-gallery-001 .photo-gallery-outer .photo-gallery-item-box:nth-of-type(1n+5) {
    display: none;
  }
  .gsk-gallery-001 .photo-gallery-outer .photo-gallery-item-box:nth-of-type(4) .photo-gallery-gradient-filter {
    display: initial;
  }
}
/* Large and up */
/* XLarge and up */
/* XXLarge and up */
.link-002 {
  position: relative;
  display: inline-block;
  width: 100%;
  color: rgb(57, 57, 57);
  font-family: "Sarabun-Bold", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.5em;
  margin-bottom: 10px;
}
.link-002 > span {
  margin-right: 3px;
}
.link-002 > a {
  text-decoration: none;
  white-space: nowrap;
  width: 100%;
  color: rgb(12, 12, 12);
  font-family: "Sarabun-Bold", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.5em;
  text-decoration: underline;
}
.link-002 .link-002-item-icon-lock {
  height: 100%;
  display: none;
  vertical-align: middle;
}
.link-002 .link-002-item-icon-lock > svg {
  width: 16px;
  height: 19px;
}
.link-002 .link-002-item-icon-lock > svg > path {
  fill: rgb(216, 216, 216);
}
.link-002 .link-002-item-icon-lock.locked {
  display: inline-block;
}
.link-002 .link-002-item-date {
  color: rgb(73, 96, 19);
  font-family: "Sarabun-SemiBoldItalic", sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.33em;
  padding-top: 10px;
}
.link-002 .description {
  font-family: "Sarabun-Regular", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.5em;
  color: rgb(12, 12, 12);
  margin-top: 5px;
}
.link-002 .description a {
  font-family: "Sarabun-Regular", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.5em;
  color: rgb(12, 12, 12);
  text-decoration: underline;
}

.link-002:last-child {
  margin-bottom: 0;
}

/* Medium and up */
/* Large and up */
@media only screen and (min-width: 1024px) {
  .link-002 a {
    -webkit-transition: color 250ms ease-out;
    -moz-transition: color 250ms ease-out;
    -ms-transition: color 250ms ease-out;
    -o-transition: color 250ms ease-out;
    transition: color 250ms ease-out;
  }
  .link-002 a:hover {
    color: rgb(104, 137, 25);
  }
}
/* XLarge and up */
/* XXLarge and up */
/*variables*/
.link-003 {
  padding: 12px 0;
  background-color: rgb(255, 255, 255);
  width: 100%;
  float: left;
  position: relative;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  margin-bottom: 8px;
  -webkit-transition: border-bottom 250ms ease-out;
  -moz-transition: border-bottom 250ms ease-out;
  -ms-transition: border-bottom 250ms ease-out;
  -o-transition: border-bottom 250ms ease-out;
  transition: border-bottom 250ms ease-out;
}
.link-003 .link-003-file-icon {
  float: left;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}
.link-003 .link-003-file-icon > div > div > svg {
  width: 21px;
  height: 24px;
}
.link-003 .link-003-file-icon > div > div > svg > path {
  fill: rgb(137, 181, 30);
}
.link-003 .link-003-lock-icon {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  float: right;
  text-align: center;
  display: none;
}
.link-003 .link-003-lock-icon > div > div > svg {
  width: 21px;
  height: 24px;
}
.link-003 .link-003-lock-icon > div > div > svg > path {
  fill: rgb(137, 181, 30);
}
.link-003 .link-003-lock-icon.locked {
  display: inline-block;
}
.link-003 .link-003-title {
  display: inline-block;
  position: relative;
  padding: 0 10px 0 7px;
  float: left;
  color: rgb(12, 12, 12);
  font-family: "Sarabun-SemiBold", sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.5em;
  text-align: left;
  height: 100%;
}
.link-003 .link-003-title a {
  color: rgb(12, 12, 12);
  font-family: "Sarabun-SemiBold", sans-serif;
  font-size: 13px;
  text-decoration: none;
}
.link-003 .link-003-title .link-003-description-text {
  font-size: 12px;
  opacity: 0.8;
  margin-top: 5px;
  line-height: 1.4em;
  font-family: "Sarabun-Regular", sans-serif;
}
.link-003 .link-003-title .link-003-description-text p {
  margin: 0;
  padding: 0;
  line-height: 1.4em;
  font-size: 12px;
}
.link-003 .link-003-title .link-003-description-text a {
  color: rgb(12, 12, 12);
  font-family: "Sarabun-Regular", sans-serif;
  font-size: 12px;
  text-decoration: underline;
}
.link-003 .link-003-title .link-003-item-date {
  color: rgb(73, 96, 19);
  font-family: "Sarabun-SemiBoldItalic", sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.33em;
  padding-top: 6px;
}

.related-item {
  background-color: transparent;
  border-bottom: solid 1px rgb(213, 213, 213);
}

/* Medium and up */
@media only screen and (min-width: 640px) {
  .link-003 a .link-003-title {
    padding: 0 10px 0 6px;
  }
}
/* Large and up */
@media only screen and (min-width: 1024px) {
  .link-003 .link-003-title .link-003-title-text {
    cursor: pointer;
    -webkit-transition: color 250ms ease;
    -moz-transition: color 250ms ease;
    -ms-transition: color 250ms ease;
    -o-transition: color 250ms ease;
    transition: color 250ms ease;
  }
  .link-003 .link-003-title .link-003-title-text:hover {
    color: rgb(73, 96, 19);
  }
  .link-003 .link-003-title .link-003-description-text a {
    cursor: pointer;
    -webkit-transition: color 250ms ease;
    -moz-transition: color 250ms ease;
    -ms-transition: color 250ms ease;
    -o-transition: color 250ms ease;
    transition: color 250ms ease;
  }
  .link-003 .link-003-title .link-003-description-text a:hover {
    color: rgb(73, 96, 19);
  }
}
/* XLarge and up */
/* XXLarge and up */
/*Variables*/
.link-005 {
  width: 100%;
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.link-005 > .link-005-item {
  text-align: left;
  display: flex;
  position: relative;
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid rgb(213, 213, 213);
}
.link-005 > .link-005-item .link-005-item-container {
  vertical-align: middle;
  position: relative;
  display: inline-block;
  width: 85%;
}
.link-005 > .link-005-item .link-005-item-container .link-005-item-title {
  padding: 0 10px;
  color: rgb(57, 57, 57);
  font-family: "Sarabun-SemiBold", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.5em;
}
.link-005 > .link-005-item .link-005-item-container .link-005-item-title a {
  color: rgb(57, 57, 57);
  -webkit-transition: color 250ms ease;
  -moz-transition: color 250ms ease;
  -ms-transition: color 250ms ease;
  -o-transition: color 250ms ease;
  transition: color 250ms ease;
}
.link-005 > .link-005-item .link-005-item-container .link-005-item-description {
  padding: 0 10px;
  color: rgb(57, 57, 57);
  font-family: "Sarabun-Regular", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.5em;
  opacity: 0.8;
}
.link-005 > .link-005-item .link-005-item-container .link-005-item-description a {
  color: rgb(57, 57, 57);
  text-decoration: underline;
}
.link-005 > .link-005-item .link-005-item-container .link-005-item-description p {
  margin: 0;
  padding: 0;
  line-height: 1.5em;
}
.link-005 > .link-005-item .link-005-item-container .link-005-item-date {
  color: rgb(73, 96, 19);
  font-family: "Sarabun-SemiBoldItalic", sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.33em;
  padding: 0 10px;
  padding-top: 6px;
}
.link-005 > .link-005-item > .link-005-item-icon {
  vertical-align: middle;
  position: relative;
  display: inline-block;
  width: 5%;
  text-align: right;
  padding-right: 10px;
}
.link-005 > .link-005-item > .link-005-item-icon > svg > g > g {
  -webkit-transition: fill 250ms linear;
  -moz-transition: fill 250ms linear;
  -ms-transition: fill 250ms linear;
  -o-transition: fill 250ms linear;
  transition: fill 250ms linear;
  fill: rgb(216, 216, 216);
}
.link-005 > .link-005-item > .link-005-item-icon-lock {
  height: 100%;
  vertical-align: middle;
  text-align: center;
  display: none;
}
.link-005 > .link-005-item > .link-005-item-icon-lock > svg {
  width: 21px;
  height: 24px;
}
.link-005 > .link-005-item > .link-005-item-icon-lock > svg > path {
  fill: rgb(137, 181, 30);
}
.link-005 > .link-005-item > .link-005-item-icon-lock.locked {
  display: inline-block;
}
.link-005 > .link-005-item:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* Medium and up */
@media only screen and (min-width: 640px) {
  .link-005 > .link-005-item > .link-005-item-icon {
    width: 10%;
  }
}
/* Large and up */
@media only screen and (min-width: 1024px) {
  .link-005 > .link-005-item {
    -webkit-transition: border-bottom 250ms ease-out;
    -moz-transition: border-bottom 250ms ease-out;
    -ms-transition: border-bottom 250ms ease-out;
    -o-transition: border-bottom 250ms ease-out;
    transition: border-bottom 250ms ease-out;
  }
  .link-005 > .link-005-item .link-005-item-container .link-005-item-title:hover a {
    color: rgb(73, 96, 19);
  }
  .link-005 > .link-005-item .link-005-item-container .link-005-item-description a {
    cursor: pointer;
    -webkit-transition: color 250ms ease;
    -moz-transition: color 250ms ease;
    -ms-transition: color 250ms ease;
    -o-transition: color 250ms ease;
    transition: color 250ms ease;
  }
  .link-005 > .link-005-item .link-005-item-container .link-005-item-description a:hover {
    color: rgb(73, 96, 19);
  }
  .link-005:hover > .link-005-item .link-005-item-icon > svg > g > g {
    fill: rgb(104, 137, 25);
  }
}
/* XLarge and up */
/* XXLarge and up */
.list-001 {
  position: relative;
  display: inline-block;
  text-align: left;
  width: 100%;
  margin-top: 20px;
}
.list-001 > .title {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 14px 0 16px 0;
  color: rgb(57, 57, 57);
  font-family: "Sarabun-Bold", sans-serif;
  font-size: 14px;
  text-transform: lowercase;
  line-height: 1.5em;
  background-position: top;
  background-image: linear-gradient(to right, rgb(99, 99, 99) 90%, rgba(255, 255, 255, 0) 0%);
  background-size: 24px 1px;
  background-repeat: repeat-x;
}
.ie9 .list-001 > .title {
  border-top: 1px dotted rgb(99, 99, 99);
}
.list-001 > .items {
  position: relative;
  display: inline-block;
  width: 100%;
}
.list-001 > .items .item {
  position: relative;
  width: 100%;
  padding: 10px 0 17px 0;
  background-position: top;
  background-image: linear-gradient(to right, rgb(99, 99, 99) 90%, rgba(255, 255, 255, 0) 0%);
  background-size: 24px 1px;
  background-repeat: repeat-x;
}
.ie9 .list-001 > .items .item {
  border-top: 1px dotted rgb(99, 99, 99);
}
.list-001 > .items .item > .inner > .otherInner {
  color: rgb(57, 57, 57);
  font-family: "Sarabun-Regular", sans-serif;
  font-size: 14px;
  line-height: 1.6em;
}

/* Medium and up */
/* Large and up */
@media only screen and (min-width: 1024px) {
  .list-001 {
    margin-top: 0;
  }
}
/* XLarge and up */
/* XXLarge and up */
.event-details {
  background-position: top;
  background-image: linear-gradient(to right, rgb(99, 99, 99) 90%, rgba(255, 255, 255, 0) 0%);
  background-size: 24px 1px;
  background-repeat: repeat-x;
}
.ie9 .event-details {
  border-top: 1px dotted rgb(99, 99, 99);
}
.event-details > .detail {
  width: 100%;
  padding: 10px 0 20px 0;
  background-position: bottom;
  background-image: linear-gradient(to right, rgb(99, 99, 99) 90%, rgba(255, 255, 255, 0) 0%);
  background-size: 24px 1px;
  background-repeat: repeat-x;
}
.ie9 .event-details > .detail {
  border-bottom: 1px dotted rgb(99, 99, 99);
}
.event-details > .detail {
  text-align: left;
}
.event-details > .detail > .labelTitle {
  color: rgb(57, 57, 57);
  font-family: "Sarabun-ExtraBold", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.5em;
  text-transform: lowercase;
  margin-bottom: 6px;
}
.event-details > .detail > .value {
  color: rgb(57, 57, 57);
  font-family: "Sarabun-Regular", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.6em;
  text-transform: lowercase;
}
.event-details > .detail > .value > a {
  text-decoration: none;
  color: rgb(57, 57, 57);
}

/* Medium and up */
/* Large and up */
/* XLarge and up */
/* XXLarge and up */
.list-005-items {
  display: inline-block;
  position: relative;
  width: 100%;
}

/* Medium and up */
/* Large and up */
@media only screen and (min-width: 1024px) {
  .list-005-items {
    padding-bottom: 20px;
  }
  .noarrow {
    display: none !important;
    padding-bottom: 0;
  }
}
/* XLarge and up */
/* XXLarge and up */
.loaders-svg-001 {
  text-align: center;
  height: 0;
}
.loaders-svg-001 svg {
  width: 100px;
}
.loaders-svg-001 svg circle {
  fill: rgb(137, 181, 30);
}

/* Medium and up */
/* Large and up */
/* XLarge and up */
/* XXLarge and up */
.nf-error.field-wrap .nf-field-element:after {
  display: none;
}

.nf-pass.field-wrap .nf-field-element:after {
  display: none;
}

.nf-form-content .list-select-wrap .nf-field-element > div {
  display: none;
}

.nf-form-content > .listselect-wrap > .nf-field-element div,
.nf-form-content > select.ninja-forms-field {
  height: 36px !important;
}

.nf-form-cont {
  margin: 10px 0;
  display: inline-block;
  position: relative;
  width: 100%;
}
.nf-form-cont ::-webkit-scrollbar {
  width: 4px;
}
.nf-form-cont {
  /* Track */
}
.nf-form-cont ::-webkit-scrollbar-track {
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.nf-form-cont {
  /* Handle */
}
.nf-form-cont ::-webkit-scrollbar-thumb {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: rgb(104, 137, 25);
}
.nf-form-cont #nf-field-86 {
  display: none !important;
}
.nf-form-cont .nf-response-msg {
  color: rgb(57, 57, 57);
  font-family: "Sarabun-Regular", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.6em;
  padding-top: 4px;
  padding-bottom: 4px;
}
.nf-form-cont .nf-error-msg {
  color: rgb(201, 21, 23) !important;
  font-family: "Sarabun-SemiBoldItalic", sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.6em;
  padding-top: 4px;
}
.nf-form-cont .ninja-forms-req-symbol {
  color: rgb(201, 21, 23);
}
.nf-form-cont .nf-form-title {
  display: none;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-before-form-content {
  color: rgb(156, 191, 71);
  font-family: "Sarabun-SemiBoldItalic", sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.6em;
  margin-bottom: 30px;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content nf-field .nf-field-container .nf-field .field-wrap .nf-field-label {
  margin-bottom: 24px;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content nf-field .nf-field-container .nf-field .field-wrap .nf-field-label label {
  color: rgb(57, 57, 57);
  font-family: "Sarabun-Bold", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.5em;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content nf-field .nf-field-container .nf-field .field-wrap .nf-field-element {
  color: rgb(57, 57, 57);
  font-family: "Sarabun-Regular", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.6em;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content nf-field .nf-field-container .nf-field .field-wrap .nf-field-element input {
  background-color: rgb(255, 255, 255);
  color: rgb(57, 57, 57);
  font-family: "Sarabun-Regular", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.6em;
  height: 44px;
  border: none;
  box-shadow: none;
  border-radius: 0;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content nf-field .nf-field-container .nf-field .field-wrap .nf-field-element select {
  background-color: rgb(255, 255, 255);
  color: rgb(57, 57, 57);
  font-family: "Sarabun-Regular", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.6em;
  height: 44px;
  padding-top: 2px;
  padding-bottom: 2px;
  border: none;
  box-shadow: none;
  border-radius: 0;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content nf-field .nf-field-container .nf-field .field-wrap .nf-field-element select option {
  color: rgb(57, 57, 57);
  font-family: "Sarabun-Regular", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.6em;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content nf-field .nf-field-container .nf-field .field-wrap .nf-field-element textarea {
  background-color: rgb(255, 255, 255);
  color: rgb(57, 57, 57);
  font-family: "Sarabun-Regular", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.6em;
  height: 140px;
  border: none;
  box-shadow: none;
  border-radius: 0;
  resize: none;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content nf-field .nf-field-container .nf-field .field-wrap .nf-field-element input[type=text],
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content nf-field .nf-field-container .nf-field .field-wrap .nf-field-element input[type=email] {
  line-height: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content nf-field .nf-field-container .nf-field .field-wrap .nf-field-element input[type=button] {
  background-color: rgb(73, 96, 19);
  color: rgb(248, 249, 240);
  font-family: "Sarabun-Bold", sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.5em;
  height: 44px !important;
  min-width: 180px;
  padding: 10px 6px 9px 6px;
  border: none;
  box-shadow: none;
  border-radius: 0;
  cursor: pointer;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content nf-field .nf-field-container .nf-field .field-wrap .nf-field-element .nf-fu-fileinput-button {
  background-color: rgb(216, 216, 216);
  color: rgb(57, 57, 57);
  font-family: "Sarabun-Bold", sans-serif;
  font-size: 13px;
  line-height: 1.5em;
  width: 180px;
  height: 44px;
  padding: 10px 6px 9px 6px;
  border: none;
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 0;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content nf-field .nf-field-container .nf-field .field-wrap .nf-field-element .nf-fu-progress {
  border-radius: 0;
  box-shadow: none;
  border: none;
  margin-bottom: 2px;
  width: 180px;
  height: 3px;
  background-color: transparent;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content nf-field .nf-field-container .nf-field .field-wrap .nf-field-element .nf-fu-progress .nf-fu-progress-bar {
  border: none;
  box-shadow: none;
  background-color: rgb(104, 137, 25);
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content nf-field .nf-field-container .nf-field .field-wrap .nf-field-element .files_uploaded p {
  color: rgb(57, 57, 57);
  font-family: "Sarabun-Regular", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.6em;
  margin-bottom: 0;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content nf-field .nf-field-container .nf-field .field-wrap .nf-field-element .files_uploaded p a {
  color: rgb(99, 99, 99);
  text-decoration: underline;
  text-transform: lowercase;
  margin-left: 12px;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content nf-field .nf-field-container .nf-field .field-wrap .nf-field-element .files_uploaded:after {
  display: none;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content nf-field .nf-field-container .nf-field .field-wrap .nf-field-description {
  color: rgb(57, 57, 57);
  font-family: "Sarabun-Regular", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.6em;
  margin-bottom: 12px;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content nf-field .nf-field-container .nf-field .field-wrap.listradio-wrap .nf-field-element ul li input[type=radio] {
  display: none;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content nf-field .nf-field-container .nf-field .field-wrap.listradio-wrap .nf-field-element ul li input[type=radio] + label {
  color: rgb(57, 57, 57);
  font-family: "Sarabun-Regular", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.6em;
  font-weight: normal;
  margin-left: 0;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content nf-field .nf-field-container .nf-field .field-wrap.listradio-wrap .nf-field-element ul li input[type=radio] + label:before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -1px 12px 0 0;
  vertical-align: middle;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid rgb(213, 213, 213);
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content nf-field .nf-field-container .nf-field .field-wrap.listradio-wrap .nf-field-element ul li input[type=radio] + label:after {
  display: none;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content nf-field .nf-field-container .nf-field .field-wrap.listradio-wrap .nf-field-element ul li input[type=radio]:checked + label:before {
  background-color: rgb(104, 137, 25);
  border: 1px solid rgb(104, 137, 25);
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content nf-field .nf-field-container .nf-field .field-wrap.listcheckbox-wrap .nf-field-element ul li input[type=checkbox] {
  display: none;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content nf-field .nf-field-container .nf-field .field-wrap.listcheckbox-wrap .nf-field-element ul li input[type=checkbox] + label {
  color: rgb(57, 57, 57);
  font-family: "Sarabun-Regular", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.6em;
  font-weight: normal;
  margin-left: 0;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content nf-field .nf-field-container .nf-field .field-wrap.listcheckbox-wrap .nf-field-element ul li input[type=checkbox] + label:before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -1px 12px 0 0;
  vertical-align: middle;
  -moz-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid rgb(213, 213, 213);
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content nf-field .nf-field-container .nf-field .field-wrap.listcheckbox-wrap .nf-field-element ul li input[type=checkbox] + label:after {
  display: none;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content nf-field .nf-field-container .nf-field .field-wrap.listcheckbox-wrap .nf-field-element ul li input[type=checkbox]:checked + label:before {
  background-color: rgb(104, 137, 25);
  border: 1px solid rgb(104, 137, 25);
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content nf-field .nf-field-container .nf-field .field-wrap.checkbox-wrap .nf-field-label {
  padding: 0;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content nf-field .nf-field-container .nf-field .field-wrap.checkbox-wrap .nf-field-label label {
  color: rgb(57, 57, 57);
  font-family: "Sarabun-Regular", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.6em;
  font-weight: normal;
  cursor: pointer;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content nf-field .nf-field-container .nf-field .field-wrap.checkbox-wrap .nf-field-label label:before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -1px 12px 0 0;
  vertical-align: middle;
  -moz-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid rgb(213, 213, 213);
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content nf-field .nf-field-container .nf-field .field-wrap.checkbox-wrap .nf-field-label label:after {
  display: none;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content nf-field .nf-field-container .nf-field .field-wrap.checkbox-wrap .nf-field-label label.nf-checked-label:before {
  background-color: rgb(104, 137, 25);
  border: 1px solid rgb(104, 137, 25);
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content nf-field .nf-field-container .nf-field .field-wrap.checkbox-wrap .nf-field-label label.nf-checked-label:after {
  display: none;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content nf-field .nf-field-container .nf-field .field-wrap.checkbox-wrap .nf-field-element {
  display: none;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content nf-field .nf-field-container .nf-field .field-wrap.checkbox-wrap .nf-field-element input[type=checkbox] {
  display: none;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content nf-field .nf-field-container .nf-field .field-wrap.listmultiselect-wrap select {
  height: auto;
  padding: 5px 2px;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(255, 255, 255);
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content nf-field .nf-field-container .nf-field .field-wrap.listmultiselect-wrap select option {
  padding: 4px 10px;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content nf-field .nf-field-container .nf-field .field-wrap.listmultiselect-wrap select option:checked {
  background-color: rgb(104, 137, 25) !important;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content nf-field:first-of-type .nf-field-container {
  margin-top: 20px;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-after-field .nf-input-limit {
  color: rgb(57, 57, 57);
  font-family: "Sarabun-Regular", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.6em;
  display: none;
}

.pika-single .pika-lendar .pika-title .pika-label {
  color: rgb(156, 191, 71);
  font-family: "Sarabun-Bold", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.6em;
  font-weight: normal;
}
.pika-single .pika-lendar .pika-title .pika-prev {
  width: 10px;
  height: 16px;
  background-image: url("img/templates-components/component-form/arrow-icon.svg");
  background-size: 100% 100%;
  background-position: center center;
  margin-top: 6px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 1;
}
.pika-single .pika-lendar .pika-title .pika-next {
  width: 10px;
  height: 16px;
  background-image: url("img/templates-components/component-form/arrow-icon.svg");
  background-size: 100% 100%;
  background-position: center center;
  margin-top: 6px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  opacity: 1;
}
.pika-single .pika-lendar .pika-table thead {
  border: none;
  background-color: rgb(255, 255, 255);
  border-bottom: 4px solid transparent;
}
.pika-single .pika-lendar .pika-table thead abbr {
  color: rgb(57, 57, 57);
  font-family: "Sarabun-Bold", sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.5em;
  text-decoration: none;
}
.pika-single .pika-lendar .pika-table tbody {
  border: none;
  background: rgb(255, 255, 255);
}
.pika-single .pika-lendar .pika-table tbody tr {
  background: rgb(255, 255, 255);
}
.pika-single .pika-lendar .pika-table tbody tr td .pika-button {
  background-color: transparent;
  color: rgb(99, 99, 99);
  font-family: "Sarabun-Light", sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.5em;
  font-weight: normal;
}
.pika-single .pika-lendar .pika-table tbody tr td .pika-button:hover {
  border-radius: 0;
  color: rgb(255, 255, 255);
  background-color: rgb(191, 212, 133);
}
.pika-single .pika-lendar .pika-table tbody tr td.is-today .pika-button {
  color: rgb(104, 137, 25);
  font-family: "Sarabun-SemiBold", sans-serif;
}
.pika-single .pika-lendar .pika-table tbody tr td.is-today .pika-button:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(191, 212, 133);
}
.pika-single .pika-lendar .pika-table tbody tr td.is-selected .pika-button {
  background-color: rgb(137, 181, 30);
  color: rgb(255, 255, 255);
  font-family: "Sarabun-SemiBold", sans-serif;
  box-shadow: none;
  border: none;
  border-radius: 0;
}
.pika-single .pika-lendar .pika-table tbody tr td.is-selected .pika-button:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(191, 212, 133);
}

/* Medium and up */
/* Large and up */
@media only screen and (min-width: 1024px) {
  .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content nf-field .nf-field-container .nf-field .field-wrap .nf-field-element .nf-fu-fileinput-button {
    -webkit-transition: background-color 250ms ease-out;
    -moz-transition: background-color 250ms ease-out;
    -ms-transition: background-color 250ms ease-out;
    -o-transition: background-color 250ms ease-out;
    transition: background-color 250ms ease-out;
  }
  .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content nf-field .nf-field-container .nf-field .field-wrap .nf-field-element .nf-fu-fileinput-button:hover {
    color: rgb(248, 249, 240);
    background-color: rgb(141, 141, 141);
  }
  .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content nf-field .nf-field-container .nf-field .field-wrap .nf-field-element input[type=button] {
    -webkit-transition: background-color 250ms ease-out;
    -moz-transition: background-color 250ms ease-out;
    -ms-transition: background-color 250ms ease-out;
    -o-transition: background-color 250ms ease-out;
    transition: background-color 250ms ease-out;
  }
  .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content nf-field .nf-field-container .nf-field .field-wrap .nf-field-element input[type=button]:hover {
    background-color: rgb(44, 58, 12);
  }
}
/* XLarge and up */
/* XXLarge and up */
/*variables*/
.post-password-form {
  position: relative;
  display: inline-block;
  width: 100%;
  color: rgb(57, 57, 57);
  font-family: "Sarabun-Regular", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.5em;
}
.post-password-form label {
  position: relative;
  display: inline-block;
  text-align: left;
  float: left;
  width: 50%;
  color: rgb(57, 57, 57);
  font-family: "Sarabun-SemiBold", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.5em;
}
.post-password-form input[type=password] {
  position: relative;
  display: inline-block;
  width: 100%;
  float: left;
  height: 30px;
  margin-bottom: 0;
  margin-top: 10px;
  border: none;
  box-shadow: none;
  border-radius: 0;
}
.post-password-form input[type=submit] {
  position: absolute;
  display: inline-block;
  right: 0;
  width: 45%;
  float: right;
  height: 30px;
  vertical-align: bottom;
  background-color: rgb(137, 181, 30);
  bottom: 0;
  border: none;
  box-shadow: none;
  border-radius: 0;
  color: rgb(255, 255, 255);
}

/* Medium and up */
/* Large and up */
/* XLarge and up */
@media only screen and (min-width: 1200px) {
  .post-password-form input[type=submit]:hover {
    background-color: rgb(104, 137, 25);
  }
}
/* XXLarge and up */
.search-001 {
  margin-top: 140px;
}
.search-001 .search-001__close {
  position: relative;
  float: right;
  margin: 0 0 40px 0;
  background-image: url("img/search/close.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.search-001 .search-001__form {
  display: inline-block;
  position: relative;
  width: 100%;
}
.search-001 .search-001__form > form {
  margin: auto;
}
.search-001 .search-001__form > form > div {
  position: relative;
}
.search-001 .search-001__form > form .search-001__form-input input[type=text] {
  height: 36px;
  padding: 0 0 0 10px;
  margin: 0;
  background-color: rgb(255, 255, 255);
  color: rgb(12, 12, 12);
  font-family: "Sarabun-SemiBold", sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.5em;
  border: none;
  border-radius: 0;
  outline: none;
  box-shadow: none;
}
.search-001 .search-001__form > form .search-001__form-input input[type=text]::-webkit-input-placeholder {
  color: rgb(99, 99, 99);
}

.search-001 .search-001__form > form .search-001__form-input input[type=text]:-moz-placeholder {
  opacity: 1;
  color: rgb(99, 99, 99);
}

.search-001 .search-001__form > form .search-001__form-input input[type=text]::-moz-placeholder {
  opacity: 1;
  color: rgb(99, 99, 99);
}

.search-001 .search-001__form > form .search-001__form-input input[type=text]:-ms-input-placeholder {
  color: rgb(99, 99, 99);
}

.search-001 .search-001__form > form .search-001__form-submit {
  float: unset;
  background-color: rgb(99, 99, 99);
  -webkit-transition: background-color 250ms ease-out;
  -moz-transition: background-color 250ms ease-out;
  -ms-transition: background-color 250ms ease-out;
  -o-transition: background-color 250ms ease-out;
  transition: background-color 250ms ease-out;
}
.search-001 .search-001__form > form .search-001__form-submit input[type=submit] {
  width: 100%;
  height: 36px;
  color: rgb(255, 255, 255);
  font-family: "Sarabun-ExtraBold", sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.5em;
  text-transform: lowercase;
  border: none;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  background: none;
  position: relative;
  top: 0;
  right: 0;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -ms-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.search-001 .search-001__form > form .search-001__form-submit input[type=submit].hidden {
  display: none;
}
.search-001 .search-001__form.with-content > form .search-001__form-input input[type=text] {
  color: rgb(12, 12, 12);
}
.search-001 .search-001__form.with-content > form .search-001__form-submit {
  background-color: rgb(249, 124, 109);
}

/******************************* Medium and up *******************************/
@media only screen and (min-width: 640px) {
  .search-001 {
    margin-top: 352px;
  }
  .search-001 .search-001__form > form .search-001__form-input {
    float: left;
  }
  .search-001 .search-001__form > form .search-001__form-submit {
    float: right;
    padding-left: 0;
  }
}
/******************************* Large and up *******************************/
@media only screen and (min-width: 1024px) {
  .search-001 .search-001__form.with-content > form .search-001__form-submit {
    -webkit-transition: background-color 250ms ease-out;
    -moz-transition: background-color 250ms ease-out;
    -ms-transition: background-color 250ms ease-out;
    -o-transition: background-color 250ms ease-out;
    transition: background-color 250ms ease-out;
  }
  .search-001 .search-001__form.with-content > form .search-001__form-submit:hover {
    background-color: rgb(225, 9, 21);
  }
}
/******************************* XLarge and up *******************************/
/******************************* XXLarge and up *******************************/
@media only screen and (min-width: 1440px) {
  .search-001 {
    margin-top: 330px;
  }
}
.slider-006 {
  position: relative;
  display: inline-block;
  width: 100%;
}
.slider-006 .slider-006__slider {
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.slider-006 .slider-006__slider .item {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
.slider-006 .slider-006__slider .item img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  object-fit: cover;
}
.slider-006 .slider-006__slider .item:before {
  content: "";
  display: block;
  padding-bottom: 60%;
}
.slider-006 .slider-006__slider-arrows {
  display: none;
  cursor: pointer;
}
.slider-006 .slider-006__slider-arrows .slider-006__slider-arrow-prev {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  left: 14px;
}
.slider-006 .slider-006__slider-arrows .slider-006__slider-arrow-next {
  right: 14px;
}
.slider-006 .slider-006__slider-arrows > .slider-006__slider-arrow-prev, .slider-006 .slider-006__slider-arrows .slider-006__slider-arrow-next {
  position: absolute;
  top: 45%;
}
.slider-006 .slider-006__slider-arrows > .slider-006__slider-arrow-prev > svg, .slider-006 .slider-006__slider-arrows .slider-006__slider-arrow-next > svg {
  cursor: pointer;
}
.slider-006 .slider-006__slider-arrows > .slider-006__slider-arrow-prev > svg > g > rect, .slider-006 .slider-006__slider-arrows .slider-006__slider-arrow-next > svg > g > rect {
  -webkit-transition: opacity 250ms ease-out;
  -moz-transition: opacity 250ms ease-out;
  -ms-transition: opacity 250ms ease-out;
  -o-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
  opacity: 0.2;
}
.slider-006 .slider-006__slider-arrows > .slider-006__slider-arrow-prev > svg > g > polyline, .slider-006 .slider-006__slider-arrows .slider-006__slider-arrow-next > svg > g > polyline {
  -webkit-transition: opacity 250ms ease-out;
  -moz-transition: opacity 250ms ease-out;
  -ms-transition: opacity 250ms ease-out;
  -o-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
  fill: rgb(255, 255, 255);
  opacity: 0.6;
}

/* Medium and up */
/* Large and up */
@media only screen and (min-width: 1024px) {
  .slider-006 .slider-006__slider-arrows {
    display: block;
  }
  .slider-006 .slider-006__slider-arrows .slider-006__slider-arrow-prev:hover > svg > g > rect, .slider-006 .slider-006__slider-arrows .slider-006__slider-arrow-next:hover > svg > g > rect {
    opacity: 0.5;
  }
  .slider-006 .slider-006__slider-arrows .slider-006__slider-arrow-prev:hover > svg > g > polyline, .slider-006 .slider-006__slider-arrows .slider-006__slider-arrow-next:hover > svg > g > polyline {
    opacity: 1;
  }
}
/* XLarge and up */
/* XXLarge and up */
.slider-007 {
  position: relative;
  display: inline-block;
  width: 100%;
}
.slider-007 .slider-007__slider {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
.slider-007 .slider-007__slider .slick-list .slick-track > .item {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  max-height: 550px;
  overflow: hidden;
}
.slider-007 .slider-007__slider .slick-list .slick-track > .item::after {
  content: "";
  display: block;
  padding-bottom: 60%;
}
.slider-007 .slider-007__slider .slick-list .slick-track > .item img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: 50% 50%;
}
.slider-007 .slider-007__slider-arrows {
  display: none;
  cursor: pointer;
}
.slider-007 .slider-007__slider-arrows .slider-007__slider-arrow-prev {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  left: 14px;
}
.slider-007 .slider-007__slider-arrows .slider-007__slider-arrow-next {
  right: 14px;
}
.slider-007 .slider-007__slider-arrows > .slider-007__slider-arrow-prev, .slider-007 .slider-007__slider-arrows .slider-007__slider-arrow-next {
  position: absolute;
  top: 48%;
}
.slider-007 .slider-007__slider-arrows > .slider-007__slider-arrow-prev > svg, .slider-007 .slider-007__slider-arrows .slider-007__slider-arrow-next > svg {
  cursor: pointer;
}
.slider-007 .slider-007__slider-arrows > .slider-007__slider-arrow-prev > svg > g > rect, .slider-007 .slider-007__slider-arrows .slider-007__slider-arrow-next > svg > g > rect {
  -webkit-transition: opacity 250ms ease-out;
  -moz-transition: opacity 250ms ease-out;
  -ms-transition: opacity 250ms ease-out;
  -o-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
  opacity: 0.2;
}
.slider-007 .slider-007__slider-arrows > .slider-007__slider-arrow-prev > svg > g > polyline, .slider-007 .slider-007__slider-arrows .slider-007__slider-arrow-next > svg > g > polyline {
  -webkit-transition: opacity 250ms ease-out;
  -moz-transition: opacity 250ms ease-out;
  -ms-transition: opacity 250ms ease-out;
  -o-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
  fill: rgb(255, 255, 255);
  opacity: 0.6;
}

/* Medium and up */
/* Large and up */
@media only screen and (min-width: 1024px) {
  .slider-007 .slider-007__slider-arrows {
    display: block;
  }
  .slider-007 .slider-007__slider-arrows .slider-007__slider-arrow-prev:hover > svg > g > rect, .slider-007 .slider-007__slider-arrows .slider-007__slider-arrow-next:hover > svg > g > rect {
    opacity: 0.5;
  }
  .slider-007 .slider-007__slider-arrows .slider-007__slider-arrow-prev:hover > svg > g > polyline, .slider-007 .slider-007__slider-arrows .slider-007__slider-arrow-next:hover > svg > g > polyline {
    opacity: 1;
  }
}
/* XLarge and up */
/* XXLarge and up */
.slider-027 {
  position: relative;
  display: inline-block;
}
.slider-027 .slider-027__slider {
  position: relative;
  display: inline-block;
  width: 100%;
}
.slider-027 .slider-027__slider > .item {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.slider-027 .slider-027__slider > .item::after {
  content: "";
  display: block;
  padding-bottom: 60%;
}
.slider-027 .slider-027__slider > .item img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: 50% 50%;
}
.slider-027 .slider-027__slider-arrows {
  display: none;
  cursor: pointer;
}
.slider-027 .slider-027__slider-arrows .slider-027__slider-arrow-prev {
  left: 14px;
}
.slider-027 .slider-027__slider-arrows .slider-027__slider-arrow-next {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  right: 14px;
}
.slider-027 .slider-027__slider-arrows > .slider-027__slider-arrow-prev, .slider-027 .slider-027__slider-arrows .slider-027__slider-arrow-next {
  position: absolute;
  top: 48%;
  overflow: hidden;
  border-radius: 20px;
}
.slider-027 .slider-027__slider-arrows > .slider-027__slider-arrow-prev > svg, .slider-027 .slider-027__slider-arrows .slider-027__slider-arrow-next > svg {
  cursor: pointer;
}
.slider-027 .slider-027__slider-arrows > .slider-027__slider-arrow-prev > svg > g > rect, .slider-027 .slider-027__slider-arrows .slider-027__slider-arrow-next > svg > g > rect {
  -webkit-transition: opacity 250ms ease-out;
  -moz-transition: opacity 250ms ease-out;
  -ms-transition: opacity 250ms ease-out;
  -o-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
  opacity: 0.2;
}
.slider-027 .slider-027__slider-arrows > .slider-027__slider-arrow-prev > svg > g > polyline, .slider-027 .slider-027__slider-arrows .slider-027__slider-arrow-next > svg > g > polyline {
  -webkit-transition: opacity 250ms ease-out;
  -moz-transition: opacity 250ms ease-out;
  -ms-transition: opacity 250ms ease-out;
  -o-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
  fill: rgb(255, 255, 255);
  opacity: 0.6;
}

/* Medium and up */
/* Large and up */
@media only screen and (min-width: 1024px) {
  .slider-027 .slider-027__slider-arrows {
    display: block;
  }
  .slider-027 .slider-027__slider-arrows .slider-027__slider-arrow-prev:hover > svg > g > rect, .slider-027 .slider-027__slider-arrows .slider-027__slider-arrow-next:hover > svg > g > rect {
    opacity: 0.5;
  }
  .slider-027 .slider-027__slider-arrows .slider-027__slider-arrow-prev:hover > svg > g > polyline, .slider-027 .slider-027__slider-arrows .slider-027__slider-arrow-next:hover > svg > g > polyline {
    opacity: 1;
  }
}
/* XLarge and up */
/* XXLarge and up */
.social-share-001 {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: left;
}
.social-share-001 .share-icon, .social-share-001 > .share-showMore {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
  cursor: pointer;
  -webkit-transition: opacity 250ms ease-out;
  -moz-transition: opacity 250ms ease-out;
  -ms-transition: opacity 250ms ease-out;
  -o-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
}
.social-share-001 .share-icon > svg, .social-share-001 > .share-showMore > svg {
  width: 40px;
  height: 40px;
}
.social-share-001 .share-icon > svg path, .social-share-001 > .share-showMore > svg path {
  fill: rgb(104, 137, 25);
}
.social-share-001 > .share-showMore > .share-showMore-container {
  max-height: 0;
  opacity: 1;
  overflow: hidden;
  width: 280px;
  position: absolute;
  z-index: 1;
  box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.3s 0.2s;
  left: 0;
  cursor: default;
}
.social-share-001 > .share-showMore > .share-showMore-container .share-showMore-inner {
  max-width: 100%;
  position: relative;
  padding: 20px;
  margin-top: 16px;
  background: rgb(255, 255, 255);
}
.social-share-001 > .share-showMore > .share-showMore-container .share-showMore-inner > .share-tool-container {
  margin-bottom: 20px;
}
.social-share-001 > .share-showMore > .share-showMore-container .share-showMore-inner > .share-tool-container > .share-text {
  display: inline-block;
  height: 16px;
  font-family: "Sarabun-Medium", sans-serif;
  font-size: 15px;
  color: rgb(12, 12, 12);
  vertical-align: middle;
}
.social-share-001 > .share-showMore > .share-showMore-container .share-showMore-inner input {
  border: solid 1px rgb(216, 216, 216);
}
.social-share-001 > .share-showMore > .share-showMore-container .share-showMore-inner .social-share_copyLink {
  background-color: rgb(137, 181, 30);
  height: 40px;
}
.social-share-001 > .share-showMore > .share-showMore-container .share-showMore-inner .social-share_copyLink .social-share_copyLink-text {
  width: 240px;
  height: 22px;
  font-family: "Sarabun-ExtraBold", sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.69;
  text-align: center;
  color: rgb(248, 249, 240);
  top: 10px;
  position: relative;
}
.social-share-001 > .share-showMore > .share-showMore-container .share-showMore-inner .social-share_copyLink:hover {
  cursor: pointer;
  background-color: rgb(156, 191, 71);
}
.social-share-001 > .share-showMore > .share-showMore-container .share-showMore-inner::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 172px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px;
  border-color: transparent;
  border-bottom-color: rgb(255, 255, 255);
}
.social-share-001 > .share-showMore > .share-showMore-container .share-showMore-inner::before:hover {
  max-height: unset;
}
.social-share-001 > .share-showMore > .share-showMore-container:hover {
  max-height: unset;
}
.social-share-001 > .share-showMore:hover > .share-showMore-container {
  max-height: unset;
}

/* Medium and up */
/* Large and up */
@media only screen and (min-width: 1024px) {
  .social-share-001 .share-icon:hover, .social-share-001 .share-tool-container:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    cursor: pointer;
  }
}
/* XLarge and up */
/* XXLarge and up */
/*Variables*/
.tab-001 {
  height: 60px;
  width: 100%;
  background-color: rgb(255, 255, 255);
  margin-bottom: 0;
  margin-top: 10px;
}
.tab-001:first-of-type {
  margin-top: 0;
}
.tab-001 .tab-001__icon {
  height: 100%;
}
.tab-001 .tab-001__icon .icon {
  width: 22px;
  height: 16px;
  margin: auto;
}
.tab-001 .tab-001__icon .icon > svg {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
.tab-001 .tab-001__icon .icon > svg > g > g {
  fill: rgb(73, 96, 19);
}
.tab-001 .tab-001__title {
  height: 100%;
}
.tab-001 .tab-001__title > div > div > .title {
  float: left;
  color: rgb(57, 57, 57);
  font-family: "Sarabun-SemiBold", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.5em;
  max-height: 40px;
  padding-right: 10px;
}
.tab-001 .tab-001__arrow {
  height: 100%;
}
.tab-001 .tab-001__arrow > div > div > .arrow > svg {
  width: 13px;
  height: 8px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: transform 250ms ease-out;
  -moz-transition: transform 250ms ease-out;
  -ms-transition: transform 250ms ease-out;
  -o-transition: transform 250ms ease-out;
  transition: transform 250ms ease-out;
}
.tab-001 .tab-001__arrow > div > div > .arrow > svg > polyline {
  fill: rgb(73, 96, 19);
}
.tab-001 .tab-001__arrow .noarrow > svg > polyline {
  fill: transparent !important;
}
.tab-001.ui-accordion-header-collapsed {
  margin-bottom: 0 !important;
}
.tab-001.ui-accordion-header-active .tab-001__arrow > div > div > .arrow > svg {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}

/* Medium and up */
/* Large and up */
/* XLarge and up */
/* XXLarge and up */
/* Variables*/
.text-001-bar {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 60px;
  cursor: pointer;
  background-color: rgb(255, 255, 255);
}
.text-001-bar.ui-accordion-header-active {
  background-color: rgb(224, 234, 194);
}
.text-001-bar > .inner {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.text-001-bar > .inner > .title {
  height: 100%;
  padding-left: 10px;
  text-align: left;
  color: rgb(12, 12, 12);
  font-family: "Sarabun-Regular", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.5em;
}
.text-001-bar > .inner > .title > div > div > .inner {
  height: 1.6em;
  width: 100%;
  display: inline-block;
}
.text-001-bar > .inner > .title > div > div > .inner .text-001-bar_date {
  color: rgb(73, 96, 19);
  font-family: "Sarabun-SemiBoldItalic", sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.33em;
}
.text-001-bar > .inner > .arrow {
  height: 100%;
  text-align: right;
  padding-right: 10px;
}
.text-001-bar > .inner > .arrow > div > div > .img > svg {
  width: 13px;
  height: 13px;
}
.text-001-bar > .inner > .arrow > div > div > .img > svg > polyline {
  fill: rgb(57, 57, 57);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -ms-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  transform-origin: 50% 50%;
}
.text-001-bar > .inner > .arrow > div > div > .img > svg:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.text-001-bar.ui-accordion-header-active > .inner > .arrow .img > svg > polyline {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.text-001-bar.ui-accordion-header-collapsed {
  margin-bottom: 0;
}

.text-001-bar:nth-last-child(2) {
  margin-bottom: 0;
}

.text-001-content {
  width: 100%;
  padding: 0px 20px;
  background-color: transparent;
}
.text-001-content > .inner {
  width: 100%;
  text-align: left;
  padding: 20px 10px 20px 10px;
  color: rgb(57, 57, 57);
  font-family: "Sarabun-Regular", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.6em;
  margin-bottom: 20px;
  background-color: rgb(255, 255, 255);
}
.text-001-content > .inner img {
  width: 100%;
  height: auto;
}
.text-001-content > .inner > .container {
  display: inline-block;
  position: relative;
  width: 100%;
}
.text-001-content > .inner > .container > p {
  margin-bottom: 7px;
}
.text-001-content > .inner > .container strong {
  font-family: "Sarabun-Bold", sans-serif;
}
.text-001-content > .inner > .container b {
  font-family: "Sarabun-Bold", sans-serif;
}
.text-001-content > .inner > .container a {
  text-decoration: none;
  width: 100%;
  color: rgb(104, 137, 25);
  font-family: "Sarabun-Regular", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.6em;
  text-decoration: underline;
}
.text-001-content > .inner > .separator {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: rgb(137, 181, 30);
}
.text-001-content > .inner > .links {
  position: relative;
  display: inline-block;
  margin-top: 20px;
}
.text-001-content > .inner .text-001-content__moreinfo-label {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-top: 16px;
  color: rgb(104, 137, 25);
  font-family: "Sarabun-ExtraBold", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.5em;
}
.text-001-content > .inner .text-001-content__moreinfo-text {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-top: 6px;
  color: rgb(57, 57, 57);
  font-family: "Sarabun-Regular", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.5em;
}
.text-001-content > .inner .comments {
  margin-top: 30px;
  padding-top: 10px;
  border-top: 2px solid rgb(137, 181, 30);
}
.text-001-content > .inner .comments ~ .comments {
  margin-top: 10px;
  padding-top: 0;
  border-top: none;
}
.text-001-content > .inner > .comment-respond {
  margin: 30px 20px;
}
.text-001-content > .inner > .comment-respond .comment-reply-title {
  color: rgb(156, 191, 71);
  font-family: "Sarabun-SemiBoldItalic", sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.6em;
}
.text-001-content > .inner > .comment-respond .comment-reply-title > small > a {
  color: rgb(201, 21, 23) !important;
  font-family: "Sarabun-SemiBoldItalic", sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.6em;
}
.text-001-content > .inner > .comment-respond .comment-form .logged-in-as > a {
  color: rgb(156, 191, 71);
  font-family: "Sarabun-SemiBoldItalic", sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.6em;
}
.text-001-content > .inner > .comment-respond .comment-form .comment-notes {
  color: rgb(156, 191, 71);
  font-family: "Sarabun-Bold", sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.5em;
}
.text-001-content > .inner > .comment-respond .comment-form .comment-form-comment > label, .text-001-content > .inner > .comment-respond .comment-form .comment-form-author > label, .text-001-content > .inner > .comment-respond .comment-form .comment-form-email > label {
  color: rgb(57, 57, 57);
  font-family: "Sarabun-Bold", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.5em;
  margin-bottom: 4px;
}
.text-001-content > .inner > .comment-respond .comment-form .comment-form-comment > textarea, .text-001-content > .inner > .comment-respond .comment-form .comment-form-comment > input[type=text], .text-001-content > .inner > .comment-respond .comment-form .comment-form-author > textarea, .text-001-content > .inner > .comment-respond .comment-form .comment-form-author > input[type=text], .text-001-content > .inner > .comment-respond .comment-form .comment-form-email > textarea, .text-001-content > .inner > .comment-respond .comment-form .comment-form-email > input[type=text] {
  background-color: rgba(244, 244, 244, 0.8);
  color: rgb(57, 57, 57);
  font-family: "Sarabun-Regular", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.6em;
  height: 140px;
  border: none;
  box-shadow: none;
  border-radius: 0;
  resize: none;
}
.text-001-content > .inner > .comment-respond .comment-form .comment-form-comment > textarea > input[type=text], .text-001-content > .inner > .comment-respond .comment-form .comment-form-comment > input[type=text] > input[type=text], .text-001-content > .inner > .comment-respond .comment-form .comment-form-author > textarea > input[type=text], .text-001-content > .inner > .comment-respond .comment-form .comment-form-author > input[type=text] > input[type=text], .text-001-content > .inner > .comment-respond .comment-form .comment-form-email > textarea > input[type=text], .text-001-content > .inner > .comment-respond .comment-form .comment-form-email > input[type=text] > input[type=text] {
  height: 50px;
}
.text-001-content > .inner > .comment-respond .comment-form .comment-form-author > input[type=text], .text-001-content > .inner > .comment-respond .comment-form .comment-form-email > input[type=text] {
  height: 44px;
}
.text-001-content > .inner > .comment-respond .comment-form .form-submit input[type=submit] {
  background-color: rgb(73, 96, 19);
  color: rgb(248, 249, 240);
  font-family: "Sarabun-Bold", sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.5em;
  height: 44px !important;
  min-width: 180px;
  padding: 10px 6px 9px 6px;
  border: none;
  box-shadow: none;
  border-radius: 0;
  cursor: pointer;
}

.text-001-content:last-child {
  margin-bottom: 0;
}

.text-001-content > .inner > .container > p:last-child {
  margin-bottom: 0;
}

.text-002 {
  width: 100%;
}
.text-002 .text-002__top {
  color: rgb(12, 12, 12);
  font-family: "Sarabun-Bold", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.5em;
}
.text-002 .text-002__bottom {
  color: rgb(99, 99, 99);
  font-family: "Sarabun-Regular", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.5em;
  margin-top: 6px;
}

/* Medium and up */
/* Large and up */
/* XLarge and up */
/* XXLarge and up */
/* Variables*/
.title-001 {
  position: relative;
  display: inline-block;
  width: 100%;
}
.title-001 .title {
  position: relative;
  display: inline-block;
  width: 100%;
  color: rgb(104, 137, 25);
  font-family: "Sarabun-Bold", sans-serif;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 1.5em;
  max-height: 3em;
}
.title-001 .updated-date {
  position: relative;
  display: inline-block;
  text-align: left;
  width: 100%;
  color: rgb(99, 99, 99);
  font-family: "Sarabun-Light", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.5em;
  margin: 6px 0 0 0;
  padding: 0;
}

/* Medium and up */
/* Large and up */
/* XLarge and up */
/* XXLarge and up */
/*variables*/
.title-007 {
  color: rgb(57, 57, 57);
  font-family: "Sarabun-Bold", sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.5em;
  height: 32px;
  width: 100%;
  text-align: left;
  background-position: bottom;
  background-image: linear-gradient(to right, rgb(57, 57, 57) 67%, rgba(255, 255, 255, 0) 0%);
  background-size: 16px 1px;
  background-repeat: repeat-x;
}

/**
* Grid 004
*/
.gsk-grid-004 {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.gsk-grid-004 table {
  text-align: center;
  font-size: 14px;
  font-family: "Sarabun-Regular", sans-serif;
  display: none;
  margin-top: 1rem;
}
.gsk-grid-004 table.is-shown {
  display: table;
}
.gsk-grid-004 table .name-party {
  width: 40%;
}
.gsk-grid-004 table .number-votes, .gsk-grid-004 table .perc-votes, .gsk-grid-004 table .number-mandates {
  width: 20%;
}
.gsk-grid-004 .button.button-filter-year {
  display: inline-block;
  vertical-align: middle;
  font-family: "Sarabun-SemiBold", sans-serif;
  margin: 8px 18px 0px 0px;
  padding: 0px 10px;
  -webkit-appearance: none;
  border: 0px solid transparent;
  border-radius: 0px;
  -webkit-transition: all 250ms "ease-out";
  -moz-transition: all 250ms "ease-out";
  -ms-transition: all 250ms "ease-out";
  -o-transition: all 250ms "ease-out";
  transition: all 250ms "ease-out";
  font-size: 13px;
  line-height: 1.5em;
  text-align: center;
  cursor: pointer;
  background-color: rgb(255, 255, 255);
  color: rgb(57, 57, 57);
  height: 36px;
  min-width: 90px;
}
.gsk-grid-004 .button.button-filter-year:hover {
  background-color: rgb(216, 216, 216);
  color: rgb(57, 57, 57);
}
.gsk-grid-004 .button.button-filter-year.is-checked {
  color: rgb(248, 249, 240);
  background-color: rgb(73, 96, 19);
}

/**
* Grid 004
*/
.gsk-grid-007 .button-filter-option {
  display: inline-block;
  vertical-align: middle;
  font-family: "Sarabun-SemiBold", sans-serif;
  margin: 8px 9px 0px 9px;
  padding: 0px 10px;
  -webkit-appearance: none;
  border: 0px solid transparent;
  border-radius: 0px;
  -webkit-transition: all 250ms "ease-out";
  -moz-transition: all 250ms "ease-out";
  -ms-transition: all 250ms "ease-out";
  -o-transition: all 250ms "ease-out";
  transition: all 250ms "ease-out";
  font-size: 13px;
  line-height: 1.5em;
  text-align: center;
  cursor: pointer;
  background-color: rgb(255, 255, 255);
  color: rgb(57, 57, 57);
  height: 36px;
  min-width: 90px;
}
.gsk-grid-007 .button-filter-option:hover {
  background-color: rgb(216, 216, 216);
  color: rgb(57, 57, 57);
}
.gsk-grid-007 .button-filter-option.is-checked {
  color: rgb(248, 249, 240);
  background-color: rgb(73, 96, 19);
}
.gsk-grid-007 .button-filter-option:first-of-type {
  margin: 8px 9px 0px 0px;
}

.box-014 {
  position: relative !important;
  display: inline-block;
  width: 100%;
  height: auto;
  background-color: rgb(255, 255, 255);
  margin-top: 14px;
  border-left: 3px solid rgb(156, 191, 71);
  top: 0 !important;
  text-align: left;
}
.box-014 .box-014__inner {
  position: relative;
  display: inline-block;
  padding: 20px 20px 20px 18px;
}
.box-014 .box-014__inner .box-014__inner-date {
  font-family: "Sarabun-SemiBold", sans-serif;
  font-size: 14px;
  color: rgb(12, 12, 12);
  letter-spacing: 0;
  line-height: 1.5em;
}
.box-014 .box-014__inner .box-014__inner-hour {
  font-family: "Sarabun-Bold", sans-serif;
  font-size: 14px;
  color: rgb(73, 96, 19);
  letter-spacing: 0;
  line-height: 1.5em;
  margin-top: 12px;
}
.box-014 .box-014__inner .box-014__inner-description {
  font-family: "Sarabun-Regular", sans-serif;
  font-size: 13px;
  color: rgb(57, 57, 57);
  letter-spacing: 0;
  line-height: 1.5em;
  margin-top: 4px;
}
.box-014 > a {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}

@media only screen and (min-width: 1024px) {
  .box-014 > a {
    top: -130px;
  }
}
.button.button-filter-year {
  display: inline-block;
  vertical-align: middle;
  font-family: "Sarabun-SemiBold", sans-serif;
  margin: 8px 18px 0px 0px;
  padding: 0px 10px;
  -webkit-appearance: none;
  border: 0px solid transparent;
  border-radius: 0px;
  -webkit-transition: all 250ms "ease-out";
  -moz-transition: all 250ms "ease-out";
  -ms-transition: all 250ms "ease-out";
  -o-transition: all 250ms "ease-out";
  transition: all 250ms "ease-out";
  font-size: 13px;
  line-height: 1.5em;
  text-align: center;
  cursor: pointer;
  background-color: rgb(57, 57, 57);
  color: rgb(248, 249, 240);
  height: 44px;
  min-width: 90px;
}
.button.button-filter-year:hover {
  background-color: rgb(12, 12, 12);
  color: rgb(248, 249, 240);
  -webkit-transition: all 250ms "ease-out";
  -moz-transition: all 250ms "ease-out";
  -ms-transition: all 250ms "ease-out";
  -o-transition: all 250ms "ease-out";
  transition: all 250ms "ease-out";
}
.button.button-filter-year.is-checked {
  color: rgb(248, 249, 240);
  background-color: rgb(73, 96, 19);
  -webkit-transition: all 250ms "ease-out";
  -moz-transition: all 250ms "ease-out";
  -ms-transition: all 250ms "ease-out";
  -o-transition: all 250ms "ease-out";
  transition: all 250ms "ease-out";
}

.select-box-002 {
  position: relative;
  display: inline-block;
  margin-top: 14px;
  width: 100%;
}
.select-box-002 #select-box-002-inner {
  position: relative;
  height: 36px;
  margin: 0;
  appearance: none;
  border: none;
  border-radius: 0px;
  background-color: rgb(255, 255, 255);
  background-size: 16px 8px;
  background-image: url("img/select-box/arrow-schedule.svg");
  transition: none;
  font-family: "Sarabun-SemiBold", sans-serif;
  font-size: 14px;
  color: rgb(141, 141, 141);
  letter-spacing: 0;
  line-height: 1.5em;
  padding: 8px 40px 8px 14px;
  width: 100%;
}
.select-box-002 #select-box-002-inner > option {
  width: 200px;
}

.select-box-003 {
  display: inline-block;
  position: relative;
  width: 100%;
}
.select-box-003 > select {
  display: inline-block;
  position: relative;
  height: 44px;
  background-color: rgb(255, 255, 255);
  border: none;
  color: rgb(12, 12, 12);
  font-family: "Sarabun-SemiBold", sans-serif;
  font-size: 13px;
  letter-spacing: 0px;
  line-height: 1.5em;
}
.select-box-003 > select > option {
  color: rgb(12, 12, 12);
  font-family: "Sarabun-SemiBold", sans-serif;
  font-size: 13px;
  letter-spacing: 0px;
  line-height: 1.5em;
}
.select-box-003 > select > .selectOption {
  color: rgb(141, 141, 141);
  font-family: "Sarabun-SemiBold", sans-serif;
  font-size: 13px;
  letter-spacing: 0px;
  line-height: 1.5em;
}
.select-box-003 > .select-box-003--hide {
  display: none;
}

#component-contact-list-layout1 {
  display: inline-block;
  position: relative;
  width: 100%;
}
#component-contact-list-layout1 > .inner {
  width: 100%;
}
#component-contact-list-layout1 > .inner > .contacts-box {
  position: relative;
  display: inline-block;
  margin-top: 24px;
  width: 100%;
}
#component-contact-list-layout1 > .inner > .contacts-box .contacts-box__loading {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 30px;
  display: none;
}
#component-contact-list-layout1 > .inner > .contacts-box .contacts-box__no-results {
  display: none;
  text-align: left;
  padding-left: 10px;
}
#component-contact-list-layout1 > .inner > .contacts-box .contacts-box__no-results--visible {
  display: block;
}
#component-contact-list-layout1 > .inner > .contacts-box > .accordion {
  position: relative;
  display: inline-block;
  width: 100%;
  background-color: transparent;
  padding-top: 30px;
}
#component-contact-list-layout1 > .inner .button-001 {
  margin-top: 30px;
}
#component-contact-list-layout1 > .inner > .contacts-box.loading .accordion, #component-contact-list-layout1 > .inner > .contacts-box.loading .contacts-box__no-results {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -ms-filter: blur(2px);
  -o-filter: blur(2px);
  filter: blur(2px);
  pointer-events: none;
}
#component-contact-list-layout1 > .inner > .contacts-box.loading .contacts-box__loading {
  display: block;
}

/* Medium and up */
@media only screen and (min-width: 640px) {
  #component-contact-list-layout1 > .inner > .accordion {
    padding-top: 72px;
  }
}
/* Large and up */
/* XLarge and up */
/* XXLarge and up */
#component-contact-list-layout2 > .inner {
  width: 100%;
}
#component-contact-list-layout2 > .inner > .contacts-box {
  position: relative;
  display: inline-block;
  margin-top: 24px;
  width: 100%;
}
#component-contact-list-layout2 > .inner > .contacts-box .contacts-box__loading {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 30px;
  display: none;
}
#component-contact-list-layout2 > .inner > .contacts-box .contacts-box__no-results {
  display: none;
  text-align: left;
  padding-left: 10px;
}
#component-contact-list-layout2 > .inner > .contacts-box .contacts-box__no-results--visible {
  display: block;
}
#component-contact-list-layout2 > .inner > .contacts-box > .accordion {
  position: relative;
  display: inline-block;
  background-color: transparent;
  width: 100%;
}
#component-contact-list-layout2 > .inner .button-001 {
  margin-top: 18px;
}
#component-contact-list-layout2 > .inner > .contacts-box.loading .accordion, #component-contact-list-layout2 > .inner > .contacts-box.loading .contacts-box__no-results {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -ms-filter: blur(2px);
  -o-filter: blur(2px);
  filter: blur(2px);
  pointer-events: none;
}
#component-contact-list-layout2 > .inner > .contacts-box.loading .contacts-box__loading {
  display: block;
}

/* Medium and up */
/* Large and up */
/* XLarge and up */
/* XXLarge and up */
.event > .slider-007 {
  padding-top: 20px;
}
.event > .event-content {
  padding-top: 14px;
}
.event > .event-content > .content-002 {
  padding-top: 20px;
}
.event > .docslist {
  margin-top: 30px;
}
.event > .docslist > .docslist-title {
  margin-bottom: 14px;
}
.event > .docslist > .docslist-list > div {
  margin-top: 10px;
}
.event > .docslist > .docslist-list > div:first-child {
  margin-top: 0;
}
.event > .linkslist {
  margin-top: 30px;
  display: inline-block;
}
.event > .linkslist > .linkslist-title {
  margin-bottom: 14px;
}
.event > .linkslist > .linkslist-list > div {
  margin-top: 10px;
}
.event > .linkslist > .linkslist-list > div:first-child {
  margin-top: 0;
}
.event > .event-form {
  margin-top: 50px;
}
.event > .event-form > .event-form-title {
  margin-bottom: 14px;
}

/* Medium and up */
@media only screen and (min-width: 640px) {
  .event > .slider-007 {
    padding-top: 30px;
  }
  .event > .event-content {
    padding-top: 20px;
  }
  .event > .event-content > .content-002 {
    padding-top: 22px;
  }
  .event > .docslist {
    margin-top: 50px;
  }
  .event > .linkslist {
    margin-top: 50px;
  }
}
/* Large and up */
@media only screen and (min-width: 1024px) {
  .event > .slider-007 {
    padding-top: 20px;
  }
  .event > .event-content {
    padding-top: 20px;
  }
  .event > .event-content > .content-002 {
    padding-top: 30px;
  }
}
/* XLarge and up */
/* XXLarge and up */
#component-event-list-layout1 > .CEL-L1-inner {
  display: inline-block;
  position: relative;
  width: 100%;
}
#component-event-list-layout1 > .CEL-L1-inner > .title {
  text-align: left;
}
#component-event-list-layout1 > .CEL-L1-inner > .filter-002 {
  margin-top: 56px;
}
#component-event-list-layout1 > .CEL-L1-inner > .filters_items-boxes {
  height: 64px;
}
#component-event-list-layout1 > .CEL-L1-inner > .columns {
  padding-left: 10px;
  padding-right: 10px;
}
#component-event-list-layout1 > .CEL-L1-inner > .events-box {
  position: relative;
  display: inline-block;
  margin-top: 40px;
}
#component-event-list-layout1 > .CEL-L1-inner > .events-box > .columns {
  padding-left: 20px;
  padding-right: 20px;
}
#component-event-list-layout1 > .CEL-L1-inner > .events-box .events-box__list {
  position: relative;
}
#component-event-list-layout1 > .CEL-L1-inner > .events-box .events-box__list > div {
  float: left;
}
#component-event-list-layout1 > .CEL-L1-inner > .events-box .events-box__list > div:nth-child(1) {
  margin-top: 0;
}
#component-event-list-layout1 > .CEL-L1-inner > .events-box .events-box__list .column-block {
  margin-bottom: auto;
}
#component-event-list-layout1 > .CEL-L1-inner > .events-box .events-box__loading {
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: 30px;
  display: none;
}
#component-event-list-layout1 > .CEL-L1-inner > .events-box .events-box__no-results {
  display: none;
  margin-top: -24px;
  text-align: left;
  padding-left: 10px;
}
#component-event-list-layout1 > .CEL-L1-inner > .events-box .events-box__no-results--visible {
  display: block;
}
#component-event-list-layout1 > .CEL-L1-inner > .events-box.loading .events-box__list {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -ms-filter: blur(2px);
  -o-filter: blur(2px);
  filter: blur(2px);
  pointer-events: none;
}
#component-event-list-layout1 > .CEL-L1-inner > .events-box.loading .events-box__loading {
  display: block;
}
#component-event-list-layout1 > .CEL-L1-inner > div:last-child .button-001 {
  margin-top: 50px;
}

/* Medium and up */
@media only screen and (min-width: 640px) {
  #component-event-list-layout1 > .CEL-L1-inner > .events-box .events-box__list > div:nth-child(odd) {
    padding-right: 10px;
  }
  #component-event-list-layout1 > .CEL-L1-inner > .events-box .events-box__list > div:nth-child(1) {
    margin-top: 0;
  }
  #component-event-list-layout1 > .CEL-L1-inner > .events-box .events-box__list > div:nth-child(2) {
    margin-top: 0;
  }
}
/* Large and up */
@media only screen and (min-width: 1024px) {
  #component-event-list-layout1 > .CEL-L1-inner > .events-box {
    margin-top: 40px;
  }
  #component-event-list-layout1 > .CEL-L1-inner > .events-box .events-box__list > div {
    padding-right: 10px;
  }
  #component-event-list-layout1 > .CEL-L1-inner > .events-box .events-box__list > div:nth-child(odd) {
    padding-right: 10px;
  }
  #component-event-list-layout1 > .CEL-L1-inner > .events-box .events-box__list > div:nth-child(1) {
    margin-top: 0;
  }
  #component-event-list-layout1 > .CEL-L1-inner > .events-box .events-box__list > div:nth-child(2) {
    margin-top: 0;
  }
}
/* XLarge and up */
/* XXLarge and up */
@media only screen and (min-width: 1440px) {
  #component-event-list-layout1 > .CEL-L1-inner > .events-box {
    margin-top: 40px;
  }
  #component-event-list-layout1 > .CEL-L1-inner > .events-box .events-box__list > div {
    padding-right: 10px;
  }
  #component-event-list-layout1 > .CEL-L1-inner > .events-box .events-box__list > div:nth-child(odd) {
    padding-right: 10px;
  }
  #component-event-list-layout1 > .CEL-L1-inner > .events-box .events-box__list > div:nth-child(1) {
    margin-top: 0;
  }
  #component-event-list-layout1 > .CEL-L1-inner > .events-box .events-box__list > div:nth-child(2) {
    margin-top: 0;
  }
}
#component-file-gallery-layout1 .inner section.content-001 {
  margin-bottom: 30px;
}
#component-file-gallery-layout1 .inner section.filter-001 {
  margin-bottom: 50px;
}
#component-file-gallery-layout1 .inner section.links-list {
  position: relative;
}
#component-file-gallery-layout1 .inner section.links-list .links-list__list > div {
  margin-top: 10px;
}
#component-file-gallery-layout1 .inner section.links-list .links-list__list > div:first-child {
  margin-top: 0;
}
#component-file-gallery-layout1 .inner section.links-list .links-list__loading {
  position: absolute;
  top: 74px;
  left: 0;
  width: 100%;
  height: 30px;
  display: none;
}
#component-file-gallery-layout1 .inner section.links-list .links-list__no-results {
  display: none;
}
#component-file-gallery-layout1 .inner section.links-list .links-list__no-results--visible {
  display: block;
}
#component-file-gallery-layout1 .inner section.links-list.loading .links-list__list {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -ms-filter: blur(2px);
  -o-filter: blur(2px);
  filter: blur(2px);
  pointer-events: none;
}
#component-file-gallery-layout1 .inner section.links-list.loading .links-list__loading {
  display: block;
}
#component-file-gallery-layout1 .inner .button-001 {
  margin-top: 30px;
}

/* Medium and up */
@media only screen and (min-width: 640px) {
  #component-file-gallery-layout1 .inner section.content-001 {
    margin-bottom: 50px;
  }
  #component-file-gallery-layout1 .inner section.content-001 {
    margin-bottom: 50px;
  }
}
/* Large and up */
@media only screen and (min-width: 1024px) {
  #component-file-gallery-layout1 .inner section.content-001 {
    margin-bottom: 40px;
  }
}
/* XLarge and up */
/* XXLarge and up */
#component-file-gallery-layout2 {
  width: 100%;
}
#component-file-gallery-layout2 .accordion {
  background: transparent;
  margin-top: 50px;
}
#component-file-gallery-layout2 .docs-list-box {
  position: relative;
}
#component-file-gallery-layout2 .docs-list-box__loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  display: none;
}
#component-file-gallery-layout2 .docs-list-box__no-results {
  display: none;
}
#component-file-gallery-layout2 .docs-list-box__no-results--visible {
  display: block;
}
#component-file-gallery-layout2 .docs-list-box.loading section.accordion {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -ms-filter: blur(2px);
  -o-filter: blur(2px);
  filter: blur(2px);
  pointer-events: none;
}
#component-file-gallery-layout2 .docs-list-box.loading .docs-list-box__loading {
  display: block;
}

/* Medium and up */
/* Large and up */
@media only screen and (min-width: 1024px) {
  #component-file-gallery-layout2 .accordion {
    margin-top: 40px;
  }
}
/* XLarge and up */
/* XXLarge and up */
#component-file-gallery-layout3 {
  display: inline-block;
  position: relative;
  width: 100%;
}
#component-file-gallery-layout3 .component-file-gallery-layout3-title-and-date > .date-001 {
  padding-top: 10px;
}
#component-file-gallery-layout3 > .slider-006 {
  padding-top: 20px;
}
#component-file-gallery-layout3 > .component-file-gallery-layout3-social-share-content-video > .social-share-001 {
  padding-top: 14px;
}
#component-file-gallery-layout3 > .component-file-gallery-layout3-social-share-content-video > .content-002 {
  padding-top: 20px;
}
#component-file-gallery-layout3 .inner section.accordion {
  display: inline-block;
  width: 100%;
  background-color: transparent;
  margin-top: 30px;
}
#component-file-gallery-layout3 .inner section.accordion ul {
  list-style: none;
  background-color: transparent;
  width: 100%;
  margin: 0 !important;
}
#component-file-gallery-layout3 .inner section.accordion > ul {
  position: relative;
  display: inline-block;
}
#component-file-gallery-layout3 .inner section.accordion > ul li {
  position: relative;
  display: inline-block;
  width: 100%;
}
#component-file-gallery-layout3 .inner section.accordion > ul li.accordion-directory[aria-expanded=true] > a > .tab-001 > .tab-001__arrow > div > div > .arrow > svg {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
#component-file-gallery-layout3 .inner section.accordion > ul li.accordion-directory {
  margin-top: 10px;
}
#component-file-gallery-layout3 .inner section.accordion > ul li.accordion-document--last > .link-005 > .link-005__item {
  border: none;
}
#component-file-gallery-layout3 .inner section.accordion > ul li > a:after {
  display: none;
}
#component-file-gallery-layout3 .inner section.accordion > ul > li > a .tab-001 .tab-001 .tab-001__icon .icon svg path {
  fill: rgb(73, 96, 19) !important;
}
#component-file-gallery-layout3 .inner section.accordion > ul > li > ul > li > a .tab-001 .tab-001__icon .icon svg path {
  fill: rgb(104, 137, 25) !important;
}
#component-file-gallery-layout3 .inner section.accordion > ul > li > ul > li > ul > li > a .tab-001 .tab-001__icon .icon svg path {
  fill: rgb(137, 181, 30) !important;
}
#component-file-gallery-layout3 .inner section.accordion > ul > li > ul > li > ul > li > ul > li > a .tab-001 .tab-001__icon .icon svg path {
  fill: rgb(156, 191, 71) !important;
}
#component-file-gallery-layout3 .inner section.accordion > ul > li > ul > li > ul > li > ul > li > ul > li > a .tab-001 .tab-001__icon .icon svg path {
  fill: rgb(156, 191, 71) !important;
}
#component-file-gallery-layout3 .inner section.accordion > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > a .tab-001 .tab-001__icon .icon svg path {
  fill: rgb(156, 191, 71) !important;
}
#component-file-gallery-layout3 .inner section.accordion .accordion-ul > li:first-of-type {
  margin-top: 0;
}
#component-file-gallery-layout3 .docs-list-box {
  position: relative;
}
#component-file-gallery-layout3 .docs-list-box__loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  display: none;
}
#component-file-gallery-layout3 .docs-list-box__no-results {
  display: none;
}
#component-file-gallery-layout3 .docs-list-box__no-results--visible {
  display: block;
}
#component-file-gallery-layout3 .docs-list-box.loading section.accordion {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -ms-filter: blur(2px);
  -o-filter: blur(2px);
  filter: blur(2px);
  pointer-events: none;
}
#component-file-gallery-layout3 .docs-list-box.loading .docs-list-box__loading {
  display: block;
}

/* Medium and up */
@media only screen and (min-width: 640px) {
  #component-file-gallery-layout3 > .inner > section.accordion {
    margin-top: 50px;
  }
}
/* Large and up */
@media only screen and (min-width: 1024px) {
  #component-file-gallery-layout3 .inner section.accordion > ul li {
    display: table;
  }
  #component-file-gallery-layout3 .inner section.accordion > ul li.accordion-document--last > .link-005 > .link-005__item {
    border-bottom: 1px solid rgb(213, 213, 213);
    margin-bottom: 20px;
  }
  #component-file-gallery-layout3 .inner section.accordion > ul li.accordion-document--last > .link-005:hover > .link-005__item {
    border-bottom: 1px solid rgb(73, 96, 19);
  }
  #component-file-gallery-layout3 .inner section.accordion > ul > li > ul {
    width: calc(100% - 12px);
    float: right;
  }
  #component-file-gallery-layout3 .inner section.accordion > ul > li > ul > li > ul {
    width: calc(100% - 24px);
    float: right;
  }
  #component-file-gallery-layout3 .inner section.accordion > ul > li > ul > li > ul > li > ul {
    width: calc(100% - 32px);
    float: right;
  }
  #component-file-gallery-layout3 .inner section.accordion > ul > li > ul > li > ul > li > ul > li > ul {
    width: calc(100% - 44px);
    float: right;
  }
  #component-file-gallery-layout3 .inner section.accordion > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
    width: calc(100% - 56px);
    float: right;
  }
  #component-file-gallery-layout3 .inner section.accordion > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
    width: calc(100% - 68px);
    float: right;
  }
}
/* XLarge and up */
/* XXLarge and up */
@media only screen and (min-width: 1440px) {
  #component-file-gallery-layout3 .inner section.accordion > ul > li > ul {
    width: calc(100% - 16px);
    float: right;
  }
  #component-file-gallery-layout3 .inner section.accordion > ul > li > ul > li > ul {
    width: calc(100% - 32px);
    float: right;
  }
  #component-file-gallery-layout3 .inner section.accordion > ul > li > ul > li > ul > li > ul {
    width: calc(100% - 48px);
    float: right;
  }
  #component-file-gallery-layout3 .inner section.accordion > ul > li > ul > li > ul > li > ul > li > ul {
    width: calc(100% - 64px);
    float: right;
  }
  #component-file-gallery-layout3 .inner section.accordion > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
    width: calc(100% - 80px);
    float: right;
  }
  #component-file-gallery-layout3 .inner section.accordion > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
    width: calc(100% - 96px);
    float: right;
  }
}
#component-file-gallery-layout4 {
  text-align: left;
}
#component-file-gallery-layout4 .inner > .filter-001,
#component-file-gallery-layout4 .inner > .filter-003 {
  margin-top: 14px;
}
#component-file-gallery-layout4 .inner section.items-list {
  display: inline-block;
  position: relative;
  margin-top: 40px;
  width: 100%;
}
#component-file-gallery-layout4 .inner section.items-list .items-list__list {
  display: inline-block;
  position: relative;
  width: 100%;
}
#component-file-gallery-layout4 .inner section.items-list .items-list__list > div {
  display: inline-block;
  position: relative;
  margin-top: 10px;
}
#component-file-gallery-layout4 .inner section.items-list .items-list__loading {
  position: absolute;
  top: 190px;
  left: 0;
  width: 100%;
  height: 30px;
  display: none;
}
#component-file-gallery-layout4 .inner section.items-list .items-list__no-results {
  display: none;
}
#component-file-gallery-layout4 .inner section.items-list .items-list__no-results--visible {
  display: block;
}
#component-file-gallery-layout4 .inner section.items-list.loading .items-list__list {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -ms-filter: blur(2px);
  -o-filter: blur(2px);
  filter: blur(2px);
  pointer-events: none;
}
#component-file-gallery-layout4 .inner section.items-list.loading .items-list__loading {
  display: block;
}

/* Medium and up */
@media only screen and (min-width: 640px) {
  #component-file-gallery-layout4 .inner section.items-list .items-list__loading {
    top: 110px;
  }
}
/* Large and up */
@media only screen and (min-width: 1024px) {
  #component-file-gallery-layout4 .inner section.items-list .items-list__loading {
    top: 146px;
  }
}
/* XLarge and up */
/* XXLarge and up */
@media only screen and (min-width: 1440px) {
  #component-file-gallery-layout4 .inner section.items-list .items-list__loading {
    top: 170px;
  }
}
#component-link-list-layout1 {
  width: 100%;
}
#component-link-list-layout1 .CLL-L1-inner {
  width: 100%;
  font-size: 0px;
}
#component-link-list-layout1 .CLL-L1-inner .CLL-L1-inner__links {
  margin-top: 30px;
}
#component-link-list-layout1 .CLL-L1-inner .CLL-L1-inner__links .link-003 {
  margin-top: 10px;
}
#component-link-list-layout1 .CLL-L1-inner .CLL-L1-inner__links .link-003:first-of-type {
  margin-top: 0 !important;
}
#component-link-list-layout1 .CLL-L1-inner .button-001 {
  margin-top: 30px;
}

/* Medium and up */
@media only screen and (min-width: 640px) {
  #component-link-list-layout1 .CLL-L1-inner .CLL-L1-inner__links {
    margin-top: 50px;
  }
}
/* Large and up */
/* XLarge and up */
/* XXLarge and up */
#component-member-list-layout1 {
  display: inline-block;
  position: relative;
  width: 100%;
}
#component-member-list-layout1 .box-002 {
  margin-top: 30px;
}
#component-member-list-layout1 .box-002__section-title {
  margin-top: 12px;
  color: rgb(12, 12, 12);
  font-family: "Sarabun-Bold", sans-serif;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 1.6em;
}

/* Medium and up */
/* Large and up */
/* XLarge and up */
/* XXLarge and up */
.component-menu-layout1 {
  position: relative;
  display: inline-block;
  text-align: left;
}
.component-menu-layout1 > .inner {
  position: relative;
  display: inline-block;
  width: 100%;
}
.component-menu-layout1 > .inner > .component-menu-layout1-title {
  margin-bottom: 34px;
}
.component-menu-layout1 > .inner > ul {
  margin-left: auto !important;
}
.component-menu-layout1 > .inner ul {
  position: relative;
  list-style: none;
  margin-left: 0;
}
.component-menu-layout1 > .inner ul li {
  position: relative;
}
.component-menu-layout1 > .inner ul li a,
.component-menu-layout1 > .inner ul li a:focus,
.component-menu-layout1 > .inner ul li a:visited {
  position: relative;
  text-decoration: none;
  background-color: rgb(73, 96, 19);
  color: rgb(255, 255, 255);
  font-family: "Sarabun-ExtraBold", sans-serif;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1.5em;
  width: 100%;
  height: 100%;
  position: relative;
  display: inline-block;
  line-height: 1.5em;
  padding-right: 14px !important;
  margin-top: 4px;
  border-bottom: 1px solid rgb(104, 137, 25);
}
.component-menu-layout1 > .inner ul li.menu-item-has-children > a {
  cursor: pointer;
}
.component-menu-layout1 > .inner ul li.menu-item-has-children > a:hover {
  background-color: rgb(44, 58, 12);
}
.component-menu-layout1 > .inner > ul > li {
  text-transform: capitalize;
}
.component-menu-layout1 > .inner > ul > li > a {
  background-color: rgb(73, 96, 19);
  border-bottom: none;
  padding: 15px 12px 15px 10px;
}
.component-menu-layout1 > .inner > ul > li > ul > li {
  overflow-x: hidden;
}
.component-menu-layout1 > .inner > ul > li > ul > li a,
.component-menu-layout1 > .inner > ul > li > ul > li a:focus,
.component-menu-layout1 > .inner > ul > li > ul > li a:visited {
  background-color: rgb(191, 212, 133);
  color: rgb(12, 12, 12);
  font-family: "Sarabun-SemiBold", sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.5em;
  text-transform: lowercase;
  margin-left: 10px;
  padding: 15px 12px 15px 10px;
  border-bottom: none;
}
.component-menu-layout1 > .inner > ul > li > ul > li a:hover,
.component-menu-layout1 > .inner > ul > li > ul > li a:focus:hover,
.component-menu-layout1 > .inner > ul > li > ul > li a:visited:hover {
  background-color: rgb(44, 58, 12);
  color: rgb(255, 255, 255);
}
.component-menu-layout1 > .inner > ul > li > ul > li > ul > li {
  margin-left: 20px;
  overflow-x: hidden;
}
.component-menu-layout1 > .inner > ul > li > ul > li > ul > li > a,
.component-menu-layout1 > .inner > ul > li > ul > li > ul > li a:focus,
.component-menu-layout1 > .inner > ul > li > ul > li > ul > li a:visited {
  background-color: rgb(224, 234, 194);
  color: rgb(12, 12, 12);
  font-family: "Sarabun-SemiBold", sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.5em;
  padding: 15px 12px 15px 10px;
}
.component-menu-layout1 > .inner > ul > li > ul > li > ul > li > a:hover,
.component-menu-layout1 > .inner > ul > li > ul > li > ul > li a:focus:hover,
.component-menu-layout1 > .inner > ul > li > ul > li > ul > li a:visited:hover {
  background-color: rgb(44, 58, 12);
  color: rgb(255, 255, 255);
}
.component-menu-layout1 > .inner > ul > li > ul > li > ul > li > ul > li {
  margin-left: 20px;
  overflow-x: hidden;
}
.component-menu-layout1 > .inner > ul > li > ul > li > ul > li > ul > li > a,
.component-menu-layout1 > .inner > ul > li > ul > li > ul > li > ul > li a:focus,
.component-menu-layout1 > .inner > ul > li > ul > li > ul > li > ul > li a:visited {
  background-color: rgb(248, 249, 240);
  color: rgb(44, 58, 12);
  font-family: "Sarabun-SemiBold", sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.5em;
  padding: 15px 12px 15px 10px;
}
.component-menu-layout1 > .inner > ul > li > ul > li > ul > li > ul > li > a:hover,
.component-menu-layout1 > .inner > ul > li > ul > li > ul > li > ul > li a:focus:hover,
.component-menu-layout1 > .inner > ul > li > ul > li > ul > li > ul > li a:visited:hover {
  background-color: rgb(73, 96, 19);
  color: rgb(255, 255, 255);
}
.component-menu-layout1 > .inner > ul > li > ul > li > ul > li > ul > li > ul > li {
  margin-left: 20px;
  overflow-x: hidden;
}
.component-menu-layout1 > .inner > ul > li > ul > li > ul > li > ul > li > ul > li > a,
.component-menu-layout1 > .inner > ul > li > ul > li > ul > li > ul > li > ul > li a:focus,
.component-menu-layout1 > .inner > ul > li > ul > li > ul > li > ul > li > ul > li a:visited {
  background-color: transparent;
  color: rgb(44, 58, 12);
  font-family: "Sarabun-Light", sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.5em;
  padding: 15px 12px 15px 10px;
}
.component-menu-layout1 > .inner > ul > li > ul > li > ul > li > ul > li > ul > li > a:hover,
.component-menu-layout1 > .inner > ul > li > ul > li > ul > li > ul > li > ul > li a:focus:hover,
.component-menu-layout1 > .inner > ul > li > ul > li > ul > li > ul > li > ul > li a:visited:hover {
  background-color: rgb(73, 96, 19);
  color: rgb(255, 255, 255);
}

/* Medium and up */
@media only screen and (min-width: 640px) {
  .component-menu-layout1 > .inner > .component-menu-layout1-title {
    margin-bottom: 56px;
  }
}
/* Large and up */
@media only screen and (min-width: 1024px) {
  .component-menu-layout1 {
    padding-top: 60px;
  }
  .component-menu-layout1 > .inner > ul > li > ul li:not(.menu-item-has-children) > a {
    -webkit-transition: color 250ms ease-out;
    -moz-transition: color 250ms ease-out;
    -ms-transition: color 250ms ease-out;
    -o-transition: color 250ms ease-out;
    transition: color 250ms ease-out;
  }
  .component-menu-layout1 > .inner > ul > li > ul li:not(.menu-item-has-children) > a:hover {
    color: rgb(255, 255, 255);
  }
  .component-menu-layout1 > .inner > ul > li:not(.menu-item-has-children) > a {
    -webkit-transition: background-color 250ms ease-out;
    -moz-transition: background-color 250ms ease-out;
    -ms-transition: background-color 250ms ease-out;
    -o-transition: background-color 250ms ease-out;
    transition: background-color 250ms ease-out;
  }
  .component-menu-layout1 > .inner > ul > li:not(.menu-item-has-children) > a:hover {
    background-color: rgb(44, 58, 12);
  }
}
/* XLarge and up */
/* XXLarge and up */
.component-miscellaneous-layout1__title {
  margin-bottom: 64px;
}
.component-miscellaneous-layout1__subtitle {
  margin-top: 64px;
  margin-bottom: 10px;
  text-align: left;
}
.component-miscellaneous-layout1__section--text {
  display: inline-block;
  width: 100%;
}
.component-miscellaneous-layout1__section--text > div > .text-004 {
  padding-top: 30px;
}
.component-miscellaneous-layout1__section--gallery > div > .sli-004 {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-top: 30px;
}
.component-miscellaneous-layout1__section--membros {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}
.component-miscellaneous-layout1__section--membros .component-miscellaneous-layout1__box-003 > .column-block {
  float: left !important;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.component-miscellaneous-layout1__section--contactos .search-filter, .component-miscellaneous-layout1__section--locais .search-filter {
  padding: 0;
}
.component-miscellaneous-layout1__section--contactos .search-filter > .filter-006, .component-miscellaneous-layout1__section--locais .search-filter > .filter-006 {
  margin-top: 0;
}
.component-miscellaneous-layout1__boxes {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 32px;
}
.component-miscellaneous-layout1__boxes--gallery, .component-miscellaneous-layout1__boxes--locais {
  width: calc(100% + 20px);
  margin-left: -10px;
}
.component-miscellaneous-layout1__loading {
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  display: none;
}
.component-miscellaneous-layout1__load_more_button--hidden {
  display: none;
}
.component-miscellaneous-layout1__message {
  display: inline-block;
  width: 100%;
  padding: 8px;
}
.component-miscellaneous-layout1__message--hidden {
  display: none;
}
.component-miscellaneous-layout1__container--loading .component-miscellaneous-layout1__loading {
  display: block;
  bottom: -60px;
  top: unset;
}
.component-miscellaneous-layout1__container--search .component-miscellaneous-layout1__content, .component-miscellaneous-layout1__container--search .component-miscellaneous-layout1__message {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -ms-filter: blur(2px);
  -o-filter: blur(2px);
  filter: blur(2px);
  pointer-events: none;
}
.component-miscellaneous-layout1__container--search .component-miscellaneous-layout1__loading {
  display: block;
}
.component-miscellaneous-layout1__container--post {
  margin-top: 30px;
}
.component-miscellaneous-layout1__container--post > .button-001 {
  margin-top: 32px;
}
.component-miscellaneous-layout1__container--eventos {
  margin-top: 8px;
}
.component-miscellaneous-layout1__content.accordion {
  position: relative;
  display: inline-block;
  background-color: transparent;
  width: 100%;
}
.component-miscellaneous-layout1__content.accordion > .contact-001-bar {
  margin-left: 0.75rem;
}
.component-miscellaneous-layout1__content--post {
  position: relative;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
  width: -webkit-fill-available;
}
.component-miscellaneous-layout1__content--post > div {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  float: left;
  margin-top: 16px;
}
.component-miscellaneous-layout1__content--post > div:first-child {
  margin-top: 0;
}
.component-miscellaneous-layout1__content--eventos {
  position: relative;
  display: inline-block;
  width: -webkit-fill-available;
  margin: 0 -10px 32px -10px;
}
.component-miscellaneous-layout1__content--eventos > div {
  margin-bottom: auto;
  float: left;
  margin-top: 16px;
  padding-left: 10px;
  padding-right: 10px;
}
.component-miscellaneous-layout1__content--locais {
  display: inline-block;
  margin-top: 20px;
  width: calc(100% + 16px);
  margin-left: -8px;
}
.component-miscellaneous-layout1__content--locais > .column-block {
  float: left !important;
  padding-left: 10px;
  padding-right: 10px;
}
.component-miscellaneous-layout1__content--contactos {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: 20px;
}
.component-miscellaneous-layout1__content--links {
  text-align: left;
}
.component-miscellaneous-layout1__content--links > .link-002 {
  padding-top: 10px;
}
.component-miscellaneous-layout1__content--listas_ficheiros {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}
.component-miscellaneous-layout1__content--listas_ficheiros > .link-002 {
  margin-top: 10px;
}

/* Medium and up */
@media only screen and (min-width: 640px) {
  .component-miscellaneous-layout1__content--post > div:nth-child(-n+2) {
    margin-top: 0;
  }
  .component-miscellaneous-layout1--no-menu .component-miscellaneous-layout1__content--post > div:nth-child(-n+4) {
    margin-top: 0;
  }
}
/* XXLarge and up */
.component-news-layout1 .component-news-layout1-title-and-date > .date-001 {
  padding-top: 10px;
}
.component-news-layout1 > .slider-007 {
  padding-top: 20px;
}
.component-news-layout1 > .component-news-layout1-social-share-content-video > .social-share-001 {
  padding-top: 14px;
}
.component-news-layout1 > .component-news-layout1-social-share-content-video > .content-002 {
  padding-top: 20px;
}
.component-news-layout1 > .docslist {
  margin-top: 30px;
}
.component-news-layout1 > .docslist > .docslist-title {
  margin-bottom: 14px;
}
.component-news-layout1 > .docslist > .docslist-list > div {
  margin-top: 10px;
}
.component-news-layout1 > .docslist > .docslist-list > div:first-child {
  margin-top: 0;
}
.component-news-layout1 > .linkslist {
  margin-top: 30px;
  display: inline-block;
}
.component-news-layout1 > .linkslist > .linkslist-title {
  margin-bottom: 14px;
}
.component-news-layout1 > .linkslist > .linkslist-list > div {
  margin-top: 10px;
}
.component-news-layout1 > .linkslist > .linkslist-list > div:first-child {
  margin-top: 0;
}

/* Medium and up */
@media only screen and (min-width: 640px) {
  .component-news-layout1 > .slider-007 {
    padding-top: 30px;
  }
  .component-news-layout1 > .component-news-layout1-social-share-content-video > .social-share-001 {
    padding-top: 20px;
  }
  .component-news-layout1 > .component-news-layout1-social-share-content-video > .content-002 {
    padding-top: 22px;
  }
  .component-news-layout1 > .docslist {
    margin-top: 50px;
  }
  .component-news-layout1 > .linkslist {
    margin-top: 50px;
  }
  .component-news-layout1 > .secundary-photo-gallery {
    margin-top: 50px;
  }
}
/* Large and up */
@media only screen and (min-width: 1024px) {
  .component-news-layout1 > .slider-007 {
    padding-top: 30px;
  }
  .component-news-layout1 > .component-news-layout1-social-share-content-video > .social-share-001 {
    padding-top: 20px;
  }
  .component-news-layout1 > .component-news-layout1-social-share-content-video > .content-002 {
    padding-top: 30px;
  }
}
/* XLarge and up */
/* XXLarge and up */
#component-newsletter-subscription-confirmation-layout1 {
  padding-bottom: 60px;
}

/* Medium and up */
@media only screen and (min-width: 640px) {
  #component-newsletter-subscription-confirmation-layout1 {
    padding-bottom: 0;
  }
}
/* Large and up */
@media only screen and (min-width: 1024px) {
  #component-newsletter-subscription-confirmation-layout1 {
    padding-top: 60px;
  }
}
/* XLarge and up */
/* XXLarge and up */
#component-newsletter-unsubscribe-layout1 {
  padding-bottom: 60px;
}

/* Medium and up */
@media only screen and (min-width: 640px) {
  #component-newsletter-unsubscribe-layout1 {
    padding-bottom: 0;
  }
}
/* Large and up */
@media only screen and (min-width: 1024px) {
  #component-newsletter-unsubscribe-layout1 {
    padding-top: 60px;
  }
}
/* XLarge and up */
/* XXLarge and up */
#component-newsletter-subscription-settings-layout1 {
  text-align: left;
}
#component-newsletter-subscription-settings-layout1 > form {
  margin-top: 30px;
}
#component-newsletter-subscription-settings-layout1 > form > .mailpoet_margin_sk {
  margin-bottom: 30px;
}
#component-newsletter-subscription-settings-layout1 > form > .mailpoet_title_sk {
  color: rgb(57, 57, 57);
  font-family: "Sarabun-Bold", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.5em;
  margin-bottom: 10px;
}
#component-newsletter-subscription-settings-layout1 > form > fieldset > .mailpoet_checkbox_label {
  color: rgb(57, 57, 57);
  font-family: "Sarabun-Light", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.6em;
}
#component-newsletter-subscription-settings-layout1 > form > fieldset > .mailpoet_checkbox_label > input[type=checkbox] {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -1px 12px 0 0;
  vertical-align: middle;
  -moz-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid rgb(57, 57, 57);
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  -webkit-appearance: none;
}
#component-newsletter-subscription-settings-layout1 > form > fieldset > .mailpoet_checkbox_label > input[type=checkbox]:checked {
  background-color: rgb(104, 137, 25);
  border: 1px solid rgb(104, 137, 25);
}
#component-newsletter-subscription-settings-layout1 > form > span {
  color: rgb(57, 57, 57);
  font-family: "Sarabun-Light", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.5em;
  margin-bottom: 30px;
}
#component-newsletter-subscription-settings-layout1 > form > p {
  margin-bottom: 30px;
}
#component-newsletter-subscription-settings-layout1 > form > p > label {
  color: rgb(57, 57, 57);
  font-family: "Sarabun-Bold", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.5em;
  margin-bottom: 10px;
}
#component-newsletter-subscription-settings-layout1 > form > p > label > .mailpoet_required {
  color: rgb(201, 21, 23);
}
#component-newsletter-subscription-settings-layout1 > form > p > label > strong {
  color: rgb(57, 57, 57);
  font-family: "Sarabun-Light", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.6em;
  font-weight: unset;
  margin-left: 10px;
}
#component-newsletter-subscription-settings-layout1 > form > p > input[type=text] {
  background-color: rgb(255, 255, 255);
  color: rgb(57, 57, 57);
  font-family: "Sarabun-Light", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.5em;
  height: 44px;
  border: none;
  box-shadow: none;
  border-radius: 0;
}
#component-newsletter-subscription-settings-layout1 > form > p > select {
  background-color: rgb(255, 255, 255);
  color: rgb(57, 57, 57);
  font-family: "Sarabun-Light", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.6em;
  height: 44px;
  padding-top: 2px;
  padding-bottom: 2px;
  border: none;
  box-shadow: none;
  border-radius: 0;
}
#component-newsletter-subscription-settings-layout1 > form > p > .mailpoet_checkbox_label {
  color: rgb(57, 57, 57);
  font-family: "Sarabun-Light", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.6em;
}
#component-newsletter-subscription-settings-layout1 > form > p > .mailpoet_checkbox_label > input[type=checkbox] {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -1px 12px 0 0;
  vertical-align: middle;
  -moz-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid rgb(57, 57, 57);
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  -webkit-appearance: none;
}
#component-newsletter-subscription-settings-layout1 > form > p > .mailpoet_checkbox_label > input[type=checkbox]:checked {
  background-color: rgb(104, 137, 25);
  border: 1px solid rgb(104, 137, 25);
}
#component-newsletter-subscription-settings-layout1 > form > p > input[type=submit] {
  background-color: rgb(104, 137, 25);
  color: rgb(255, 255, 255);
  font-family: "Sarabun-Bold", sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.5em;
  height: 44px;
  margin-top: 20px;
  min-width: 180px;
  padding: 10px 6px 9px 6px;
  border: none;
  box-shadow: none;
  border-radius: 0;
  cursor: pointer;
  -webkit-transition: background-color 250ms ease-out;
  -moz-transition: background-color 250ms ease-out;
  -ms-transition: background-color 250ms ease-out;
  -o-transition: background-color 250ms ease-out;
  transition: background-color 250ms ease-out;
}
#component-newsletter-subscription-settings-layout1 > form > p:first-of-type label {
  margin-bottom: 0px;
  line-height: 1.6em;
}

/* Medium and up */
/* Large and up */
@media only screen and (min-width: 1024px) {
  #component-newsletter-subscription-settings-layout1 {
    padding-top: 60px;
  }
  #component-newsletter-subscription-settings-layout1 form {
    margin-top: 16px;
  }
  #component-newsletter-subscription-settings-layout1 form > p > input[type=submit]:hover {
    background-color: rgb(73, 96, 19);
  }
}
/* XLarge and up */
/* XXLarge and up */
#component-newspaper-layout1 > .inner {
  display: inline-block;
  position: relative;
  width: 100%;
}
#component-newspaper-layout1 > .inner > .title {
  text-align: left;
}
#component-newspaper-layout1 > .inner > .filter-002 {
  margin-top: 56px;
}
#component-newspaper-layout1 > .inner > .filters_items-boxes {
  height: 64px;
}
#component-newspaper-layout1 > .inner > .columns {
  padding-left: 10px;
  padding-right: 10px;
}
#component-newspaper-layout1 > .inner > .items-boxes {
  position: relative;
  display: inline-block;
  margin-top: 40px;
}
#component-newspaper-layout1 > .inner > .items-boxes > .columns {
  padding-left: 20px;
  padding-right: 20px;
}
#component-newspaper-layout1 > .inner > .items-boxes .items-boxes__list {
  position: relative;
}
#component-newspaper-layout1 > .inner > .items-boxes .items-boxes__list > div {
  margin-top: 16px;
  float: left;
}
#component-newspaper-layout1 > .inner > .items-boxes .items-boxes__list > div:nth-child(1) {
  margin-top: 0;
}
#component-newspaper-layout1 > .inner > .items-boxes .items-boxes__list .column-block {
  margin-bottom: auto;
}
#component-newspaper-layout1 > .inner > .items-boxes .items-boxes__loading {
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  height: 30px;
  display: none;
}
#component-newspaper-layout1 > .inner > .items-boxes .items-boxes__no-results {
  display: none;
  margin-top: -24px;
  text-align: left;
  padding-left: 10px;
}
#component-newspaper-layout1 > .inner > .items-boxes .items-boxes__no-results--visible {
  display: block;
}
#component-newspaper-layout1 > .inner > .items-boxes.loading .items-boxes__list {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -ms-filter: blur(2px);
  -o-filter: blur(2px);
  filter: blur(2px);
  pointer-events: none;
}
#component-newspaper-layout1 > .inner > .items-boxes.loading .items-boxes__loading {
  display: block;
}
#component-newspaper-layout1 > .inner > div:last-child .button-001 {
  margin-top: 50px;
}

/* Medium and up */
@media only screen and (min-width: 640px) {
  #component-newspaper-layout1 > .inner > .items-boxes .items-boxes__list > div {
    margin-bottom: 12px;
  }
  #component-newspaper-layout1 > .inner > .items-boxes .items-boxes__list > div:nth-child(odd) {
    padding-right: 8px;
  }
  #component-newspaper-layout1 > .inner > .items-boxes .items-boxes__list > div:nth-child(1) {
    margin-top: 0;
  }
  #component-newspaper-layout1 > .inner > .items-boxes .items-boxes__list > div:nth-child(2) {
    margin-top: 0;
  }
}
/* Large and up */
@media only screen and (min-width: 1024px) {
  #component-newspaper-layout1 > .inner > .items-boxes {
    margin-top: 40px;
  }
  #component-newspaper-layout1 > .inner > .items-boxes .items-boxes__list > div {
    margin-top: 0;
    padding-right: 8px;
  }
  #component-newspaper-layout1 > .inner > .items-boxes .items-boxes__list > div:nth-child(even) {
    padding-right: 8px;
  }
  #component-newspaper-layout1 > .inner > .items-boxes .items-boxes__list > div:nth-child(1) {
    margin-top: 0;
  }
  #component-newspaper-layout1 > .inner > .items-boxes .items-boxes__list > div:nth-child(2) {
    margin-top: 0;
  }
}
/* XLarge and up */
/* XXLarge and up */
@media only screen and (min-width: 1440px) {
  #component-newspaper-layout1 > .inner > .items-boxes {
    margin-top: 40px;
  }
  #component-newspaper-layout1 > .inner > .items-boxes .items-boxes__list > div {
    padding-right: 10px;
  }
  #component-newspaper-layout1 > .inner > .items-boxes .items-boxes__list > div:nth-child(odd) {
    padding-right: 10px;
  }
}
#component-newspaper-layout2:not(.component-newspaper__no-menu) {
  display: inline-block;
  position: relative;
  width: 100%;
}
#component-newspaper-layout2 > .inner:not(.component-newspaper__no-menu) {
  display: inline-block;
  position: relative;
  width: 100%;
}
#component-newspaper-layout2 > .inner > .title {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-bottom: 30px;
}
#component-newspaper-layout2 > .inner section.items-boxes-top {
  display: inline-block;
  position: relative;
}
#component-newspaper-layout2 > .inner section.items-boxes-top .items-boxes-top__list {
  display: inline-block;
  position: relative;
}
#component-newspaper-layout2 > .inner section.items-boxes-top .list-section-A {
  margin-bottom: 40px;
}
#component-newspaper-layout2 > .inner section.component-newspaper-layout2__items-boxes {
  display: inline-block;
  position: relative;
}
#component-newspaper-layout2 > .inner section.component-newspaper-layout2__items-boxes .component-newspaper-layout2__archive-title {
  display: inline-block;
  position: relative;
  text-align: left;
}
#component-newspaper-layout2 > .inner section.component-newspaper-layout2__items-boxes .component-newspaper-layout2__archive-title > .filter-002 {
  margin-bottom: 12px;
}

.wpp-no-data {
  display: none;
}

/* Medium and up */
/* Large and up */
/* XLarge and up */
/* XXLarge and up */
#component-photo-gallery-list-layout1 {
  display: inline-block;
  position: relative;
  width: 100%;
}
#component-photo-gallery-list-layout1 .inner .items {
  position: relative;
  display: inline-block;
  margin-top: 40px;
}
#component-photo-gallery-list-layout1 .inner .items .galleries-box__list {
  width: 100%;
  margin-left: 0;
  margin-top: 16px;
}
#component-photo-gallery-list-layout1 .inner .items .galleries-box__loading {
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: 30px;
  display: none;
}
#component-photo-gallery-list-layout1 .inner .items .galleries-box__no-results {
  display: none;
  margin-top: -24px;
  text-align: left;
  padding-left: 10px;
}
#component-photo-gallery-list-layout1 .inner .items .galleries-box__no-results--visible {
  display: block;
}
#component-photo-gallery-list-layout1 .inner > section.items.loading .galleries-box__list {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -ms-filter: blur(2px);
  -o-filter: blur(2px);
  filter: blur(2px);
  pointer-events: none;
}
#component-photo-gallery-list-layout1 .inner > section.items.loading .galleries-box__loading {
  display: block;
}
#component-photo-gallery-list-layout1 .inner .button-001 {
  margin-top: 10px;
  margin-right: 0;
  width: 100%;
}

.page-template-component-photo-gallery-list-layout1 .mfp-bottom-bar {
  display: inline-block;
}
.page-template-component-photo-gallery-list-layout1 .mfp-bottom-bar .mfp-title {
  padding-right: 0;
  font-family: "Sarabun-Regular", sans-serif;
  font-size: 14px;
  color: rgb(255, 255, 255);
  margin-top: 6px;
}
.page-template-component-photo-gallery-list-layout1 .mfp-bottom-bar .mfp-counter {
  display: none;
}

/* Medium and up */
@media only screen and (min-width: 640px) {
  #component-photo-gallery-list-layout1 .inner .items .galleries-box__list {
    width: calc(100% + 16px);
    margin-left: -8px;
  }
}
/* Large and up */
/* XLarge and up */
/* XXLarge and up */
#component-place-layout1 {
  display: inline-block;
  position: relative;
  width: 100%;
}
#component-place-layout1 > .inner {
  display: inline-block;
  position: relative;
  width: 100%;
}
#component-place-layout1 > .inner > .slider-006 {
  margin-top: 20px;
}
#component-place-layout1 > .inner > .place-info {
  display: inline-block;
  position: relative;
}
#component-place-layout1 > .inner > .place-info > .place-info__content {
  padding-top: 40px;
}
#component-place-layout1 > .inner > .place-info > .place-info__content > .content-separator {
  width: 100%;
  height: 2px;
  background-color: rgb(137, 181, 30);
  margin: 10px 0 20px 0;
}

/* Medium and up */
@media only screen and (min-width: 640px) {
  #component-place-layout1 > .inner > .place-info {
    margin-top: 30px;
  }
}
/* Large and up */
@media only screen and (min-width: 1024px) {
  #component-place-layout1 > .inner > .slider-006 {
    margin-top: 14px;
  }
  #component-place-layout1 > .inner > .place-info > .place-info__content {
    padding-top: 0;
  }
}
/* XLarge and up */
/* XXLarge and up */
#component-place-list-layout1 {
  display: inline-block;
  position: relative;
  width: 100%;
}
#component-place-list-layout1 .inner .content-001 {
  margin-bottom: 30px;
}
#component-place-list-layout1 .inner .items {
  width: 100%;
}
#component-place-list-layout1 .inner .button-001 {
  margin-top: 40px;
}

/* Medium and up */
@media only screen and (min-width: 640px) {
  #component-place-list-layout1 .inner .content-001 {
    margin-bottom: 50px;
  }
  #component-place-list-layout1 .inner .items {
    width: calc(100% + 16px);
    margin-left: -8px;
  }
  #component-place-list-layout1 .inner .button-001 {
    margin-top: 50px;
  }
}
/* Large and up */
@media only screen and (min-width: 1024px) {
  #component-place-list-layout1 .inner .content-001 {
    margin-bottom: 40px;
  }
  #component-place-list-layout1 .inner .button-001 {
    margin-top: 40px;
  }
}
/* XLarge and up */
/* XXLarge and up */
#component-place-list-layout2 {
  display: inline-block;
  position: relative;
  width: 100%;
}
#component-place-list-layout2 .inner .content-001 {
  margin-bottom: 30px;
}
#component-place-list-layout2 .inner .items {
  width: 100%;
}
#component-place-list-layout2 .inner .button-001 {
  margin-top: 40px;
}

/* Medium and up */
@media only screen and (min-width: 640px) {
  #component-place-list-layout2 .inner .content-001 {
    margin-bottom: 50px;
  }
  #component-place-list-layout2 .inner .items {
    width: calc(100% + 16px);
    margin-left: -8px;
  }
  #component-place-list-layout2 .inner .button-001 {
    margin-top: 50px;
  }
}
/* Large and up */
@media only screen and (min-width: 1024px) {
  #component-place-list-layout2 .inner .content-001 {
    margin-bottom: 40px;
  }
  #component-place-list-layout2 .inner .button-001 {
    margin-top: 40px;
  }
}
/* XLarge and up */
/* XXLarge and up */
#component-place-list-layout3 {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 30px;
}
#component-place-list-layout3 .inner {
  position: relative;
  width: 100%;
  height: auto;
}
#component-place-list-layout3 .inner .component-place-list-layout3__menu {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
  margin-top: 30px;
}
#component-place-list-layout3 .inner .component-place-list-layout3__menu .places-menu {
  position: relative;
  margin-bottom: 6px;
  padding: 0;
}
#component-place-list-layout3 .inner .component-place-list-layout3__menu .places-menu .places-menu__label {
  display: none;
  font-family: "Sarabun-Regular", sans-serif;
  font-size: 13px;
  line-height: 1.5em;
  color: rgb(102, 102, 102);
  margin-bottom: 10px;
}
#component-place-list-layout3 .inner .component-place-list-layout3__menu .places-menu .places-menu__selector {
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 44px;
  border: 1px solid rgb(156, 191, 71);
  padding: 0 10px;
  overflow: hidden;
}
#component-place-list-layout3 .inner .component-place-list-layout3__menu .places-menu .places-menu__selector .selector-name {
  font-family: "Sarabun-SemiBold", sans-serif;
  font-size: 12px;
  color: rgb(68, 5, 5);
  text-transform: lowercase;
  padding-right: 20px;
  width: 100%;
  max-height: 28px;
  line-height: 1.7em;
}
#component-place-list-layout3 .inner .component-place-list-layout3__menu .places-menu .places-menu__selector .selector-arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -4px;
  font-size: 0;
}
#component-place-list-layout3 .inner .component-place-list-layout3__menu .places-menu .places-menu__selector .selector-arrow svg polyline {
  fill: rgb(68, 5, 5);
}
#component-place-list-layout3 .inner .component-place-list-layout3__menu .places-menu.places-menu--disabled .places-menu__selector {
  border: 1px solid rgb(99, 99, 99);
}
#component-place-list-layout3 .inner .component-place-list-layout3__menu .places-menu.places-menu--disabled .places-menu__selector .selector-name {
  color: rgb(99, 99, 99);
}
#component-place-list-layout3 .inner .component-place-list-layout3__menu .places-menu.places-menu--disabled .places-menu__selector .selector-arrow svg polyline {
  fill: rgb(99, 99, 99);
}
#component-place-list-layout3 .inner .component-place-list-layout3__menu .places-menu:last-child {
  margin-bottom: 0;
}
#component-place-list-layout3 .inner .component-place-list-layout3__map {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 30px;
  height: 408px;
}
#component-place-list-layout3 .inner .component-place-list-layout3__map #map {
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -50vw;
}
#component-place-list-layout3 .inner .component-place-list-layout3__map .map-search {
  display: none;
  position: absolute;
  top: 10px;
  padding: 0;
  height: 44px;
  width: 90vw;
  left: 50%;
  margin-left: -45vw;
  z-index: 2222222;
}
#component-place-list-layout3 .inner .component-place-list-layout3__map .map-search input {
  width: 100%;
  height: 100%;
  padding-right: 40px;
  font-family: "Sarabun-SemiBold", sans-serif;
  font-size: 12px;
  color: rgb(57, 57, 57);
  border: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 1.7;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  z-index: 122;
  position: absolute;
}
#component-place-list-layout3 .inner .component-place-list-layout3__map .map-search input::-webkit-input-placeholder {
  color: rgb(149, 149, 149);
  font-family: "Sarabun-SemiBold", sans-serif;
  font-size: 12px;
}

#component-place-list-layout3 .inner .component-place-list-layout3__map .map-search input:-moz-placeholder {
  opacity: 1;
  color: rgb(149, 149, 149);
  font-family: "Sarabun-SemiBold", sans-serif;
  font-size: 12px;
}

#component-place-list-layout3 .inner .component-place-list-layout3__map .map-search input::-moz-placeholder {
  opacity: 1;
  color: rgb(149, 149, 149);
  font-family: "Sarabun-SemiBold", sans-serif;
  font-size: 12px;
}

#component-place-list-layout3 .inner .component-place-list-layout3__map .map-search input:-ms-input-placeholder {
  color: rgb(149, 149, 149);
  font-family: "Sarabun-SemiBold", sans-serif;
  font-size: 12px;
}

#component-place-list-layout3 .inner .component-place-list-layout3__map .map-search .map-search__search,
#component-place-list-layout3 .inner .component-place-list-layout3__map .map-search .map-search__clean {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  background-size: 14px 14px;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
  z-index: 444444;
  -webkit-transition: opacity 250ms ease-out;
  -moz-transition: opacity 250ms ease-out;
  -ms-transition: opacity 250ms ease-out;
  -o-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
}
#component-place-list-layout3 .inner .component-place-list-layout3__map .map-search .map-search__search.hidden,
#component-place-list-layout3 .inner .component-place-list-layout3__map .map-search .map-search__clean.hidden {
  opacity: 0;
  z-index: 0;
}
#component-place-list-layout3 .inner .component-place-list-layout3__map .map-search .map-search__search {
  background-image: url("img/templates-components/component-place-list/lupa.svg");
}
#component-place-list-layout3 .inner .component-place-list-layout3__map .map-search .map-search__clean {
  display: block;
  background-image: url("img/templates-components/component-place-list/clean_input.svg");
}
#component-place-list-layout3 .inner .component-place-list-layout3__map .map-noresults {
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -50vw;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -ms-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}
#component-place-list-layout3 .inner .component-place-list-layout3__map .map-noresults > .map-noresults__inner {
  position: relative;
  padding: 16px 20px;
  text-align: center;
}
#component-place-list-layout3 .inner .component-place-list-layout3__map .map-noresults > .map-noresults__inner > .message {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-family: "Sarabun-SemiBold", sans-serif;
  font-size: 18px;
  line-height: 1.5em;
  color: rgb(255, 255, 255);
}
#component-place-list-layout3 .inner .component-place-list-layout3__map .map-noresults > .map-noresults__inner > .message p {
  margin: 0;
  padding: 0;
}
#component-place-list-layout3 .inner .component-place-list-layout3__map .map-noresults > .map-noresults__inner > .close {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background-image: url("img/templates-components/component-place-list/clean_input_white.svg");
  width: 40px;
  height: 40px;
  background-size: 14px 14px;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 444444;
  cursor: pointer;
}
#component-place-list-layout3 .inner .component-place-list-layout3__map .map-noresults.map-noresults--show {
  opacity: 1;
  z-index: 444444;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#component-place-list-layout3 .inner .component-place-list-layout3__map .tooltip_templates {
  display: none;
}
#component-place-list-layout3 .inner .component-place-list-layout3__map .map-info-box-btn {
  position: absolute;
  bottom: 20px;
  right: calc(-100vw + 118%);
  width: 20px;
  height: 20px;
  background-image: url("img/templates-components/component-place-list/info.svg");
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  border-radius: 50%;
  z-index: 2222222;
}

.tooltipster-sidetip .tooltipster-content {
  padding: 10px 14px;
}

#map-info-box .map-info-box__item {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}
#map-info-box .map-info-box__item .item-icon {
  display: table-cell;
  vertical-align: top;
  width: 12px;
}
#map-info-box .map-info-box__item .item-icon .item-icon__icon {
  background-position: center center;
  background-size: 100% 100%;
  width: 100%;
  height: 16px;
}
#map-info-box .map-info-box__item .item-name {
  display: table-cell;
  vertical-align: top;
  font-size: 12px;
  font-family: "Sarabun-SemiBold", sans-serif;
  line-height: 1.5em;
  padding-left: 10px;
  color: rgb(57, 57, 57);
}
#map-info-box .map-info-box__item:last-of-type {
  margin-bottom: 0;
}

.__places-menu__box {
  position: relative;
  width: 100%;
  height: 100%;
}
.__places-menu__box .__grid {
  position: relative;
  width: 83.33333%;
  margin: auto;
}
.__places-menu__box .__grid .box-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  background-image: url("img/templates-components/component-place-list/clean_input_selector_mobile.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 1;
}
.__places-menu__box .__grid .box-title {
  position: relative;
  width: 100%;
  font-family: "Sarabun-SemiBold", sans-serif;
  font-size: 16px;
  color: rgb(216, 216, 216);
  line-height: 1.5em;
  text-align: left;
  padding-top: 24px;
  padding-bottom: 6px;
  margin-bottom: 24px;
  border-bottom: 1px solid #98A5B8;
}
.__places-menu__box .__grid .box-list {
  margin: 0;
  list-style: none;
  text-align: left;
  max-height: none;
}
.__places-menu__box .__grid .box-list .item {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}
.__places-menu__box .__grid .box-list .item input {
  display: table-cell;
  vertical-align: top;
  width: 16px;
  height: 16px;
  padding: 3px 0 0 0;
  border-radius: 0;
  border: 0;
  border-color: transparent;
  background: transparent;
  outline: none;
  line-height: 1.5em;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.__places-menu__box .__grid .box-list .item input:before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  background: transparent;
  border: 1px solid rgb(216, 216, 216);
  -webkit-transition: background-color 250ms ease-out;
  -moz-transition: background-color 250ms ease-out;
  -ms-transition: background-color 250ms ease-out;
  -o-transition: background-color 250ms ease-out;
  transition: background-color 250ms ease-out;
}
.__places-menu__box .__grid .box-list .item input:checked:before {
  border: 1px solid rgb(104, 137, 25);
  background: rgb(104, 137, 25);
}
.__places-menu__box .__grid .box-list .item input:checked + label {
  color: rgb(68, 5, 5);
}
.__places-menu__box .__grid .box-list .item label {
  display: table-cell;
  vertical-align: top;
  width: 100%;
  padding: 0 10px;
  text-transform: lowercase;
  color: rgb(99, 99, 99);
  font-family: "Sarabun-SemiBold", sans-serif;
  font-size: 18px;
  line-height: 1.5em;
  -webkit-transition: color 250ms ease-out;
  -moz-transition: color 250ms ease-out;
  -ms-transition: color 250ms ease-out;
  -o-transition: color 250ms ease-out;
  transition: color 250ms ease-out;
}
.__places-menu__box .__grid .box-list .sub-list {
  float: left;
  margin: 0;
  width: 100%;
}
.__places-menu__box.__places-menu__box--hidden {
  display: none;
}

.gm-style-iw {
  width: 220px !important;
  height: 134px !important;
  top: 25px !important;
  left: 26px !important;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.6);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.6);
  border: none;
}

.sk-map-infowindow {
  padding: 0;
  margin: 0;
  width: 220px;
  height: auto;
}
.sk-map-infowindow .sk-map-infowindow__image {
  position: relative;
  width: 100%;
  height: 100px;
  overflow: hidden;
}
.sk-map-infowindow .sk-map-infowindow__image img {
  width: 100%;
  height: auto;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.sk-map-infowindow .sk-map-infowindow__image .image-fog {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.sk-map-infowindow .sk-map-infowindow__image .image-title {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Sarabun-Bold", sans-serif;
  font-size: 12px;
  max-height: 48px;
  line-height: 1.5em;
  color: rgb(255, 255, 255);
  padding: 16px 16px 0 14px;
}
.sk-map-infowindow .sk-map-infowindow__links {
  position: relative;
  width: 100%;
  height: 44px;
  overflow: hidden;
}
.sk-map-infowindow .sk-map-infowindow__links > .sk-map-infowindow__links-inner {
  display: table;
  width: 100%;
  height: 100%;
}
.sk-map-infowindow .sk-map-infowindow__links > .sk-map-infowindow__links-inner .links-directions {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  text-align: center;
}
.sk-map-infowindow .sk-map-infowindow__links > .sk-map-infowindow__links-inner .links-directions .links-directions__link {
  font-family: "Sarabun-SemiBold", sans-serif;
  font-size: 12px;
  text-decoration: none;
  line-height: 1.5em;
  color: rgb(57, 57, 57);
  text-transform: lowercase;
  -webkit-transition: color 250ms ease-out;
  -moz-transition: color 250ms ease-out;
  -ms-transition: color 250ms ease-out;
  -o-transition: color 250ms ease-out;
  transition: color 250ms ease-out;
}
.sk-map-infowindow .sk-map-infowindow__links > .sk-map-infowindow__links-inner .links-separator {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  text-align: center;
}
.sk-map-infowindow .sk-map-infowindow__links > .sk-map-infowindow__links-inner .links-separator > .links-separator__pipe {
  width: 1px;
  height: 16px;
  background-color: rgb(57, 57, 57);
}
.sk-map-infowindow .sk-map-infowindow__links > .sk-map-infowindow__links-inner .links-more-info {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  text-align: center;
}
.sk-map-infowindow .sk-map-infowindow__links > .sk-map-infowindow__links-inner .links-more-info .links-more-info__link {
  font-family: "Sarabun-SemiBold", sans-serif;
  font-size: 12px;
  text-decoration: none;
  line-height: 1.5em;
  color: rgb(57, 57, 57);
  text-transform: lowercase;
  -webkit-transition: color 250ms ease-out;
  -moz-transition: color 250ms ease-out;
  -ms-transition: color 250ms ease-out;
  -o-transition: color 250ms ease-out;
  transition: color 250ms ease-out;
}

/* Medium and up */
@media only screen and (min-width: 640px) {
  #component-place-list-layout3 .inner .component-place-list-layout3__menu {
    width: calc(100% + 10px);
    margin-left: -5px;
  }
  #component-place-list-layout3 .inner .component-place-list-layout3__menu .places-menu {
    padding: 0 5px;
  }
  #component-place-list-layout3 .inner .component-place-list-layout3__menu .places-menu .places-menu__label {
    display: block;
  }
  #component-place-list-layout3 .inner .component-place-list-layout3__map .map-search {
    display: inline-block;
    width: 100%;
    left: 0;
    margin-left: 0;
    z-index: 2222222;
  }
  #component-place-list-layout3 .inner .component-place-list-layout3__map .map-noresults > .map-noresults__inner {
    width: 100%;
    height: 100%;
  }
  #component-place-list-layout3 .inner .component-place-list-layout3__map .map-noresults > .map-noresults__inner > .message {
    display: table;
    width: 100%;
    height: 100%;
  }
  #component-place-list-layout3 .inner .component-place-list-layout3__map .map-noresults > .map-noresults__inner > .message p {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
  }
  #component-place-list-layout3 .inner .component-place-list-layout3__map .map-noresults > .map-noresults__inner > .close {
    position: absolute;
    top: 18px;
    right: 26px;
  }
  #component-place-list-layout3 .inner .component-place-list-layout3__map .map-info-box-btn {
    right: calc(-100vw + 133%);
  }
  .__places-menu__box .__grid {
    width: 66.66667%;
  }
  .__places-menu__box .__grid .box-list .sub-list {
    width: 50%;
  }
  .__places-menu__box .__grid .box-list .sub-list:last-child label {
    padding-right: 0;
  }
}
/* Large and up */
@media only screen and (min-width: 1024px) {
  #component-place-list-layout3 .inner .component-place-list-layout3__map {
    height: 472px;
  }
  #component-place-list-layout3 .inner .component-place-list-layout3__map #map {
    position: relative;
    margin: 0;
    left: 0;
    height: inherit;
    width: inherit;
  }
  #component-place-list-layout3 .inner .component-place-list-layout3__map .map-search {
    width: 355px;
    margin-left: 10px;
    position: absolute;
    z-index: 1026;
  }
  #component-place-list-layout3 .inner .component-place-list-layout3__map .map-search .map-search__search {
    opacity: 1 !important;
  }
  #component-place-list-layout3 .inner .component-place-list-layout3__map .map-search .map-search__clean {
    display: none;
  }
  #component-place-list-layout3 .inner .component-place-list-layout3__map .map-noresults {
    left: 0;
    margin: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
  }
  #component-place-list-layout3 .inner .component-place-list-layout3__map .map-noresults > .map-noresults__inner > .close {
    position: absolute;
    top: 22px;
    right: 16px;
  }
  #component-place-list-layout3 .inner .component-place-list-layout3__map .map-info-box-btn {
    position: absolute;
    right: 14px;
    z-index: 444444;
  }
  .__places-menu__box {
    max-height: 420px;
    max-width: 75%;
    margin: 0;
    list-style: none;
    padding: 0;
    position: absolute;
    z-index: 1;
    top: 12px;
    background-color: transparent;
  }
  .__places-menu__box .__grid {
    display: inline-block;
    width: none;
  }
  .__places-menu__box .__grid:before {
    content: "";
    position: absolute;
    top: -5px;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: rgb(255, 255, 255);
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-box-shadow: 3px -3px 4px -1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 3px -3px 4px -1px rgba(0, 0, 0, 0.1);
    box-shadow: 3px -3px 4px -1px rgba(0, 0, 0, 0.1);
  }
  .__places-menu__box .__grid .box-close {
    display: none;
  }
  .__places-menu__box .__grid .box-title {
    display: none;
  }
  .__places-menu__box .__grid .box-list {
    max-height: 420px;
    overflow-y: auto;
    position: relative;
    display: inline-block;
    padding: 10px 10px 0 10px;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.1);
  }
  .__places-menu__box .__grid .box-list::-webkit-scrollbar {
    display: none;
  }
  .__places-menu__box .__grid .box-list .item input {
    padding-top: 2px;
  }
  .__places-menu__box .__grid .box-list .item input:before {
    width: 12px;
    height: 12px;
  }
  .__places-menu__box .__grid .box-list .item label {
    font-size: 13px;
  }
  .__places-menu__box .__grid .box-list .sub-list {
    width: none;
  }
  .__places-menu__box .__grid .box-list .sub-list:last-child label {
    padding-right: 0;
  }
  .__places-menu__box .__grid .gradient-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 24px;
    pointer-events: none;
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgb(255, 255, 255)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
    opacity: 1;
    -webkit-transition: opacity 250ms ease-out;
    -moz-transition: opacity 250ms ease-out;
    -ms-transition: opacity 250ms ease-out;
    -o-transition: opacity 250ms ease-out;
    transition: opacity 250ms ease-out;
  }
  .__places-menu__box .__grid .gradient-bottom.hidden {
    opacity: 0;
  }
  .__places-menu__box[data-level="1"] {
    left: 8.3333%;
    z-index: 44444;
  }
  .__places-menu__box[data-level="1"] .__grid:before {
    left: 40px;
  }
  .__places-menu__box[data-level="2"] {
    left: 50%;
    z-index: 44444;
    -webkit-transform: scale(1) rotate(0) translateX(-50%) translateY(0) skewX(0) skewY(0);
    -moz-transform: scale(1) rotate(0) translateX(-50%) translateY(0) skewX(0) skewY(0);
    -ms-transform: scale(1) rotate(0) translateX(-50%) translateY(0) skewX(0) skewY(0);
    -o-transform: scale(1) rotate(0) translateX(-50%) translateY(0) skewX(0) skewY(0);
    transform: scale(1) rotate(0) translateX(-50%) translateY(0) skewX(0) skewY(0);
  }
  .__places-menu__box[data-level="2"] .__grid {
    left: 50%;
    -webkit-transform: scale(1) rotate(0) translateX(-50%) translateY(0) skewX(0) skewY(0);
    -moz-transform: scale(1) rotate(0) translateX(-50%) translateY(0) skewX(0) skewY(0);
    -ms-transform: scale(1) rotate(0) translateX(-50%) translateY(0) skewX(0) skewY(0);
    -o-transform: scale(1) rotate(0) translateX(-50%) translateY(0) skewX(0) skewY(0);
    transform: scale(1) rotate(0) translateX(-50%) translateY(0) skewX(0) skewY(0);
  }
  .__places-menu__box[data-level="2"] .__grid:before {
    left: 50%;
    margin-left: -3px;
  }
  .__places-menu__box[data-level="3"] {
    right: 8.3333%;
    z-index: 44444;
  }
  .__places-menu__box[data-level="3"] .__grid {
    float: right;
  }
  .__places-menu__box[data-level="3"] .__grid:before {
    right: 40px;
    left: inherit;
  }
  .sk-map-infowindow .sk-map-infowindow__links > .sk-map-infowindow__links-inner .links-directions a:hover {
    color: rgb(166, 0, 11);
  }
  .sk-map-infowindow .sk-map-infowindow__links > .sk-map-infowindow__links-inner .links-more-info a:hover {
    color: rgb(166, 0, 11);
  }
}
/* XLarge and up */
/* XXLarge and up */
@media only screen and (min-width: 1440px) {
  #component-place-list-layout3 .inner .component-place-list-layout3__menu {
    width: calc(100% + 14px);
    margin-left: -7px;
  }
  #component-place-list-layout3 .inner .component-place-list-layout3__menu .places-menu {
    padding: 0 7px;
  }
  #component-place-list-layout3 .inner .component-place-list-layout3__map {
    height: 608px;
  }
  #component-place-list-layout3 .inner .component-place-list-layout3__map .map-search {
    width: 220px;
  }
}
@keyframes mapMoveBottom {
  0% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -o-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0.1;
    filter: alpha(opacity=10);
  }
}
@keyframes mapMoveTop {
  0% {
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -o-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0.1;
    filter: alpha(opacity=10);
  }
  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
#component-place-list-layout4 {
  display: inline-block;
  position: relative;
}
#component-place-list-layout4 > .inner {
  display: inline-block;
  position: relative;
  width: 100%;
}
#component-place-list-layout4 > .inner > .filter-buttons-small {
  margin-top: 14px;
}
#component-place-list-layout4 > .inner > .filter-buttons-large {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  margin-top: 14px;
}
#component-place-list-layout4 > .inner .filter-select {
  padding-top: 20px;
  margin-bottom: 40px;
}
#component-place-list-layout4 > .inner .select-box-003-A {
  display: none;
}
#component-place-list-layout4 > .inner > .administrative-regions-map {
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: center;
}
#component-place-list-layout4 > .inner > .administrative-regions-map .administrative-regions-map-large, #component-place-list-layout4 > .inner > .administrative-regions-map .administrative-regions-map-small {
  animation-name: mapMoveTop;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-duration: 250ms;
  animation-fill-mode: forwards;
}
#component-place-list-layout4 > .inner > .administrative-regions-map .administrative-regions-map-large > svg, #component-place-list-layout4 > .inner > .administrative-regions-map .administrative-regions-map-small > svg {
  cursor: pointer;
  width: 80%;
  height: auto;
}
#component-place-list-layout4 > .inner > .administrative-regions-map .administrative-regions-map-large > svg > g .administrative-regions-map-svg-path--hover, #component-place-list-layout4 > .inner > .administrative-regions-map .administrative-regions-map-small > svg > g .administrative-regions-map-svg-path--hover {
  fill: rgb(191, 212, 133);
  stroke: rgb(73, 96, 19);
  stroke-width: 0.4px;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -ms-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
#component-place-list-layout4 > .inner > .administrative-regions-map .administrative-regions-map-large > svg > g .administrative-regions-map-svg-path--selected, #component-place-list-layout4 > .inner > .administrative-regions-map .administrative-regions-map-small > svg > g .administrative-regions-map-svg-path--selected {
  fill: rgb(191, 212, 133);
  stroke: rgb(73, 96, 19);
  stroke-width: 0.4px;
}
#component-place-list-layout4 > .inner > .administrative-regions-map .administrative-regions-map-large .administrative-regions-map-large-description, #component-place-list-layout4 > .inner > .administrative-regions-map .administrative-regions-map-small .administrative-regions-map-large-description {
  display: none;
  position: absolute;
  pointer-events: none;
  padding: 6px 30px;
  white-space: nowrap;
  background-color: rgb(44, 58, 12);
  color: rgb(255, 255, 255);
  font-family: "Sarabun-SemiBold", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.5em;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#component-place-list-layout4 > .inner > .administrative-regions-map .administrative-regions-map-large .administrative-regions-map-large-description:after, #component-place-list-layout4 > .inner > .administrative-regions-map .administrative-regions-map-small .administrative-regions-map-large-description:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 90%;
  width: 0;
  height: 0;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid rgb(44, 58, 12);
  text-align: center;
}
#component-place-list-layout4 > .inner > .administrative-regions-map .administrative-regions-map-large .administrative-regions-map-large-description--show, #component-place-list-layout4 > .inner > .administrative-regions-map .administrative-regions-map-small .administrative-regions-map-large-description--show {
  display: inline-block;
}
#component-place-list-layout4 > .inner > .administrative-regions-map .administrative-regions-map--transition {
  animation-name: mapMoveBottom;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-duration: 250ms;
  animation-fill-mode: forwards;
}
#component-place-list-layout4 > .inner .administrative-regions-info-loading {
  display: none;
  position: relative;
  width: 100%;
  margin-top: 50px;
  height: 30px;
}
#component-place-list-layout4 > .inner .administrative-regions-info-loading--show {
  display: inline-block;
}
#component-place-list-layout4 > .inner > .administrative-regions-info {
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: center;
}

.search-filter-name {
  margin-top: 20px;
}
.search-filter-name input {
  height: 44px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
  background-color: #fff;
  color: #0c0c0c;
  font-family: "Sarabun-SemiBold", sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.5em;
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: none;
}

.ui-autocomplete {
  max-height: 200px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
}

@keyframes mapMoveBottom {
  0% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -o-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0.1;
    filter: alpha(opacity=10);
  }
}
@keyframes mapMoveTop {
  0% {
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -o-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0.1;
    filter: alpha(opacity=10);
  }
  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
#component-place-list-layout5 {
  display: inline-block;
  position: relative;
}
#component-place-list-layout5 > .inner {
  display: inline-block;
  position: relative;
  width: 100%;
}
#component-place-list-layout5 > .inner > .popup-map {
  margin-top: 50px;
}
#component-place-list-layout5 > .inner > .popup-map > .popup-002 {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  background-image: none;
  z-index: inherit;
}
#component-place-list-layout5 > .inner > .popup-map > .popup-002 > .popup-002-logo {
  display: none;
}
#component-place-list-layout5 > .inner > .popup-map > .popup-002 > .popup-002-translate {
  display: none;
}
#component-place-list-layout5 > .inner > .popup-map > .popup-002 > div {
  width: 100%;
}
#component-place-list-layout5 > .inner > .popup-map > .popup-002 > div .popup-002-inner {
  display: block;
}
#component-place-list-layout5 > .inner > .popup-map > .popup-002 > div .popup-002-inner .popup-002-info-container {
  display: none;
}
#component-place-list-layout5 > .inner > .popup-map > .popup-002 > div .popup-002-inner .popup-002-map {
  display: inline-block;
  height: auto;
}
#component-place-list-layout5 > .inner > .popup-map > .popup-002 > div .popup-002-inner .popup-002-map .popup-002-info-box {
  display: block;
  height: 50px;
  width: 100%;
}
#component-place-list-layout5 > .inner > .popup-map > .popup-002 > div .popup-002-inner .popup-002-map .popup-002-info-box .popup-002-info-box__inner {
  color: rgb(73, 96, 19);
}
#component-place-list-layout5 > .inner > .popup-map > .popup-002 > div .popup-002-inner > .popup-002-button {
  display: none;
}
#component-place-list-layout5 > .inner > .popup-map > .popup-002 > div .popup-002-inner > .popup-002-buttons > div > div > .popup-002-buttons_inner > div > div > .button-006 {
  height: auto;
}

@keyframes popupVisible {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes popupInvisible {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
.popup-map-info {
  position: absolute;
  display: none;
  left: 50%;
  top: 100px;
  background-color: rgb(255, 255, 255);
  text-align: center;
  border: 1px solid rgb(44, 58, 12);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.popup-map-info--visible {
  z-index: 555555;
  display: inline-block;
  animation-name: popupVisible;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-duration: 250ms;
  animation-fill-mode: forwards;
}

.popup-map-info--invisible {
  z-index: 555555;
  display: none;
  animation-name: popupInvisible;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-duration: 250ms;
  animation-fill-mode: forwards;
}

/*variable*/
#component-search-results-layout1 {
  position: relative;
  width: 100%;
}
#component-search-results-layout1 .component-search-results-layout1__input-and-results-number {
  position: relative;
}
#component-search-results-layout1 .component-search-results-layout1__input-and-results-number .component-search-results-layout1__input-text {
  display: inline-block;
  position: relative;
  background-color: rgb(255, 255, 255);
  height: 44px;
}
#component-search-results-layout1 .component-search-results-layout1__input-and-results-number .component-search-results-layout1__input-text > input[type=text] {
  height: 100%;
  width: 100%;
  padding: 0;
  background-color: transparent;
  color: rgb(12, 12, 12);
  font-family: "Sarabun-SemiBold", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.5em;
  border: none;
  outline: none;
  box-shadow: none;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -ms-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
#component-search-results-layout1 .component-search-results-layout1__input-and-results-number .component-search-results-layout1__input-text > input[type=text]::-webkit-input-placeholder {
  color: rgb(99, 99, 99);
}

#component-search-results-layout1 .component-search-results-layout1__input-and-results-number .component-search-results-layout1__input-text > input[type=text]:-moz-placeholder {
  opacity: 1;
  color: rgb(99, 99, 99);
}

#component-search-results-layout1 .component-search-results-layout1__input-and-results-number .component-search-results-layout1__input-text > input[type=text]::-moz-placeholder {
  opacity: 1;
  color: rgb(99, 99, 99);
}

#component-search-results-layout1 .component-search-results-layout1__input-and-results-number .component-search-results-layout1__input-text > input[type=text]:-ms-input-placeholder {
  color: rgb(99, 99, 99);
}

#component-search-results-layout1 .component-search-results-layout1__input-and-results-number .component-search-results-layout1__input-text-submit {
  display: inline-block;
  position: relative;
  height: 44px;
  background-color: rgb(213, 213, 213);
  -webkit-transition: background-color 250ms ease-out;
  -moz-transition: background-color 250ms ease-out;
  -ms-transition: background-color 250ms ease-out;
  -o-transition: background-color 250ms ease-out;
  transition: background-color 250ms ease-out;
}
#component-search-results-layout1 .component-search-results-layout1__input-and-results-number .component-search-results-layout1__input-text-submit > input[type=submit] {
  height: 100%;
  width: 100%;
  background-color: transparent;
  color: rgb(248, 249, 240);
  font-family: "Sarabun-ExtraBold", sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.5em;
  text-transform: lowercase;
  border: none;
  outline: none;
  box-shadow: none;
  cursor: default;
  -webkit-transition: color 250ms ease-out;
  -moz-transition: color 250ms ease-out;
  -ms-transition: color 250ms ease-out;
  -o-transition: color 250ms ease-out;
  transition: color 250ms ease-out;
}
#component-search-results-layout1 .component-search-results-layout1__input-and-results-number .component-search-results-layout1__input-text-submit > input[type=submit].hidden {
  display: none;
}
#component-search-results-layout1 .component-search-results-layout1__input-and-results-number .component-search-results-layout1__results-number {
  position: relative;
  display: inline-block;
  color: rgb(57, 57, 57);
  font-family: "Sarabun-Regular", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.5em;
  text-align: right;
  margin-top: 10px;
}
#component-search-results-layout1 .component-search-results-layout1__input-and-results-number.with-content .component-search-results-layout1__input-text-submit {
  background-color: rgb(57, 57, 57);
  color: rgb(57, 57, 57);
}
#component-search-results-layout1 .component-search-results-layout1__input-and-results-number.with-content .component-search-results-layout1__input-text-submit > input[type=submit] {
  cursor: pointer;
}
#component-search-results-layout1 .component-search-results-layout1__filters {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-top: 20px;
}
#component-search-results-layout1 .component-search-results-layout1__filters .filters-box {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 26px 0 0 30px;
  background-color: rgb(255, 255, 255);
  border-bottom: 2px solid rgb(137, 181, 30);
}
#component-search-results-layout1 .component-search-results-layout1__filters .filters-box .filters-box__items {
  position: relative;
  padding: 10px 30px 30px 0;
}
#component-search-results-layout1 .component-search-results-layout1__filters .filters-box .filters-box__items .filters-box__title {
  position: relative;
  color: rgb(57, 57, 57);
  font-family: "Sarabun-ExtraBold", sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.5em;
  margin-bottom: 0;
}
#component-search-results-layout1 .component-search-results-layout1__filters .filters-box .filters-box__items .filter {
  position: relative;
  color: rgb(57, 57, 57);
  font-family: "Sarabun-Regular", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.5em;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  margin-right: 22px;
  padding-top: 8px;
}
#component-search-results-layout1 .component-search-results-layout1__filters .filters-box .filters-box__items .filter label {
  display: inline-block;
  vertical-align: middle;
  color: rgb(57, 57, 57);
  font-family: "Sarabun-Regular", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.5em;
  margin: 0;
}
#component-search-results-layout1 .component-search-results-layout1__filters .filters-box .filters-box__items .filter:last-of-type {
  margin: 0;
}
#component-search-results-layout1 .component-search-results-layout1__filters .filters-box .filters-box__button {
  float: right;
  height: 44px;
  background-color: rgb(213, 213, 213);
  color: rgb(57, 57, 57);
  font-family: "Sarabun-ExtraBold", sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.5em;
  vertical-align: middle;
  text-align: center;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -ms-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
#component-search-results-layout1 .component-search-results-layout1__filters .filters-box .filters-box__button > input[type=submit] {
  height: 100%;
  width: 100%;
  background-color: transparent;
  color: rgb(248, 249, 240);
  font-family: "Sarabun-ExtraBold", sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.5em;
  text-transform: lowercase;
  border: none;
  outline: none;
  box-shadow: none;
  cursor: default;
  -webkit-transition: color 250ms ease-out;
  -moz-transition: color 250ms ease-out;
  -ms-transition: color 250ms ease-out;
  -o-transition: color 250ms ease-out;
  transition: color 250ms ease-out;
}
#component-search-results-layout1 .component-search-results-layout1__filters .filters-box .filters-box__button > input[type=submit].hidden {
  display: none;
}
#component-search-results-layout1 .component-search-results-layout1__filters.with-content .filters-box__button {
  -webkit-transition: background-color 250ms ease-out;
  -moz-transition: background-color 250ms ease-out;
  -ms-transition: background-color 250ms ease-out;
  -o-transition: background-color 250ms ease-out;
  transition: background-color 250ms ease-out;
  background-color: rgb(73, 96, 19);
}
#component-search-results-layout1 .component-search-results-layout1__filters.with-content .filters-box__button > input[type=submit] {
  cursor: pointer;
}

/**************************** Medium and up ****************************/
@media only screen and (min-width: 640px) {
  #component-search-results-layout1 .component-search-results-layout1__filters {
    padding: 0 10px;
    float: left;
  }
  #component-search-results-layout1 .component-search-results-layout1__filters .filters-box {
    padding: 24px 0 0 20px;
  }
}
/**************************** Large and up ****************************/
@media only screen and (min-width: 1024px) {
  #component-search-results-layout1 .component-search-results-layout1__input-and-results-number.with-content .component-search-results-layout1__input-text-submit:hover {
    background-color: rgb(12, 12, 12);
  }
  #component-search-results-layout1 .component-search-results-layout1__input-and-results-number .component-search-results-layout1__results-number {
    text-align: left;
    margin-top: 20px;
  }
  #component-search-results-layout1 .component-search-results-layout1__filters {
    margin-top: 0;
  }
  #component-search-results-layout1 .component-search-results-layout1__filters .filters-box {
    padding: 20px 0 0 20px;
  }
  #component-search-results-layout1 .component-search-results-layout1__filters .filters-box .filters-box__items {
    padding: 18px 20px 30px 0;
  }
  #component-search-results-layout1 .component-search-results-layout1__filters .filters-box .filters-box__items .filter {
    display: block;
  }
  #component-search-results-layout1 .component-search-results-layout1__filters.with-content .filters-box .filters-box__button:hover {
    background-color: rgb(44, 58, 12);
    color: rgb(248, 249, 240);
  }
}
/**************************** XLarge and up ****************************/
/**************************** XXLarge and up ****************************/
#component-text-layout1 {
  position: relative;
  display: inline-block;
  width: 100%;
}
#component-text-layout1 > .inner {
  position: relative;
  display: inline-block;
  width: 100%;
}
#component-text-layout1 > .inner > .slider-006 {
  margin-bottom: 34px;
}
#component-text-layout1 > .inner > .docslist {
  width: 100%;
  margin-top: 30px;
}
#component-text-layout1 > .inner > .docslist > .docslist-title {
  margin-bottom: 14px;
}
#component-text-layout1 > .inner > .docslist > .docslist-list > div {
  margin-top: 10px;
}
#component-text-layout1 > .inner > .docslist > .docslist-list > div:first-child {
  margin-top: 0;
}
#component-text-layout1 > .inner > .linkslist {
  width: 100%;
  margin-top: 30px;
  display: inline-block;
}
#component-text-layout1 > .inner > .linkslist > .linkslist-title {
  margin-bottom: 14px;
}
#component-text-layout1 > .inner > .linkslist > .linkslist-list > div {
  margin-top: 10px;
}
#component-text-layout1 > .inner > .linkslist > .linkslist-list > div:first-child {
  margin-top: 0;
}
#component-text-layout1 > .inner > .secundary-photo-gallery {
  width: 100%;
  margin-top: 30px;
}
#component-text-layout1 > .inner > .secundary-photo-gallery > .secundary-photo-gallery-title {
  margin-bottom: 14px;
}

/* Medium and up */
@media only screen and (min-width: 640px) {
  #component-text-layout1 > .inner > .docslist {
    margin-top: 50px;
  }
  #component-text-layout1 > .inner > .linkslist {
    margin-top: 50px;
  }
  #component-text-layout1 > .inner > .secundary-photo-gallery {
    margin-top: 50px;
  }
}
/* Large and up */
/* XLarge and up */
/* XXLarge and up */
#component-generic-layout1 {
  position: relative;
  display: inline-block;
}
#component-generic-layout1 > .inner {
  position: relative;
  display: inline-block;
  width: 100%;
}
#component-generic-layout1 > .inner > .slider-006 {
  margin-bottom: 34px;
}
#component-generic-layout1 > .inner > .docslist {
  width: 100%;
  margin-top: 30px;
}
#component-generic-layout1 > .inner > .docslist > .docslist-title {
  margin-bottom: 14px;
}
#component-generic-layout1 > .inner > .docslist > .docslist-list > div {
  margin-top: 10px;
}
#component-generic-layout1 > .inner > .docslist > .docslist-list > div:first-child {
  margin-top: 0;
}
#component-generic-layout1 > .inner > .linkslist {
  width: 100%;
  margin-top: 30px;
  display: inline-block;
}
#component-generic-layout1 > .inner > .linkslist > .linkslist-title {
  margin-bottom: 14px;
}
#component-generic-layout1 > .inner > .linkslist > .linkslist-list > div {
  margin-top: 10px;
}
#component-generic-layout1 > .inner > .linkslist > .linkslist-list > div:first-child {
  margin-top: 0;
}
#component-generic-layout1 > .inner > .secundary-photo-gallery {
  width: 100%;
  margin-top: 30px;
}
#component-generic-layout1 > .inner > .secundary-photo-gallery > .secundary-photo-gallery-title {
  margin-bottom: 14px;
}

/* Medium and up */
@media only screen and (min-width: 640px) {
  #component-generic-layout1 > .inner > .docslist {
    margin-top: 50px;
  }
  #component-generic-layout1 > .inner > .linkslist {
    margin-top: 50px;
  }
  #component-generic-layout1 > .inner > .secundary-photo-gallery {
    margin-top: 50px;
  }
}
/* Large and up */
@media only screen and (min-width: 1024px) {
  #component-generic-layout1 {
    padding-top: 80px;
  }
}
/* XLarge and up */
/* XXLarge and up */
/*variables*/
.content-full-inner-breadcrumbs {
  display: none;
}

.component-header {
  position: relative;
  top: -20px;
  margin-bottom: 10px;
  background-color: rgb(42, 39, 96);
}
.component-header img {
  height: 110px;
}

#component-inteligent-mun-layout1 {
  position: relative;
  display: inline-block;
  float: left;
  text-align: left;
}
#component-inteligent-mun-layout1 .inner {
  position: relative;
  display: inline-block;
  width: 100%;
}
#component-inteligent-mun-layout1 .inner .tab-buttons .slick-list .slick-track .slick-slide {
  margin-right: 10px;
}
#component-inteligent-mun-layout1 .inner .tab-buttons .slick-list .slick-track .slick-slide .tab-button {
  display: inline-block;
  position: relative;
  float: left;
  min-width: 100px;
  height: 38px;
  border-radius: 25px;
  margin-right: 10px;
  background-color: rgb(192, 192, 192);
  -webkit-transition: background-color 250ms ease-out;
  -moz-transition: background-color 250ms ease-out;
  -ms-transition: background-color 250ms ease-out;
  -o-transition: background-color 250ms ease-out;
  transition: background-color 250ms ease-out;
  cursor: pointer;
}
#component-inteligent-mun-layout1 .inner .tab-buttons .slick-list .slick-track .slick-slide .tab-button .table .table-cell .tab-title {
  color: rgb(255, 255, 255);
  font-family: "Sarabun-Bold", sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  height: 20px;
  text-align: center;
  padding: 0 10px;
}
#component-inteligent-mun-layout1 .inner .tab-buttons .slick-list .slick-track .slick-slide .showContent {
  background-color: rgb(137, 181, 30);
}
#component-inteligent-mun-layout1 .inner .content {
  position: relative;
  display: inline-block;
  width: 100%;
}
#component-inteligent-mun-layout1 .inner .content .content__title {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 24px;
}
#component-inteligent-mun-layout1 .inner .content .content__title .content__title-inner {
  font-family: "Sarabun-Bold", sans-serif;
  font-size: 28px;
  line-height: 2.125em;
  letter-spacing: 0;
  color: rgb(12, 12, 12);
}
#component-inteligent-mun-layout1 .inner .content .content__description {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 12px;
}
#component-inteligent-mun-layout1 .inner .content .content__description .content__description-inner {
  font-family: "Sarabun-Bold", sans-serif;
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: 0;
  color: rgb(12, 12, 12);
}
#component-inteligent-mun-layout1 .inner .content .content__text {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 40px;
}
#component-inteligent-mun-layout1 .inner .content .content__text .content__text-inner {
  font-family: "Sarabun-Regular", sans-serif;
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: 0;
  color: rgb(12, 12, 12);
}
#component-inteligent-mun-layout1 .inner .content .content__img {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  margin-bottom: 40px;
}
#component-inteligent-mun-layout1 .inner .content .content__img > a {
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: center;
}
#component-inteligent-mun-layout1 .inner .content .content__img > a .content__img-inner {
  background-color: rgba(0, 0, 0, 0.2);
  display: inline-block;
  position: relative;
  max-width: 100%;
  object-fit: cover;
  object-position: 100% 100%;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -ms-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
#component-inteligent-mun-layout1 .inner .content .news-content {
  display: inline-block;
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 40px;
}
#component-inteligent-mun-layout1 .inner .content .news-content .content_news__img {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 180px;
  overflow: hidden;
  margin-bottom: 4px;
}
#component-inteligent-mun-layout1 .inner .content .news-content .content_news__img .content_news__img-inner {
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  max-width: none;
  min-width: 100%;
  min-height: 100%;
  backface-visibility: hidden;
  left: 50%;
  top: 50%;
  transform-origin: 50% 50%;
  -webkit-transform: scale(1) rotate(0) translateX(-50%) translateY(-50%) skewX(0) skewY(0);
  -moz-transform: scale(1) rotate(0) translateX(-50%) translateY(-50%) skewX(0) skewY(0);
  -ms-transform: scale(1) rotate(0) translateX(-50%) translateY(-50%) skewX(0) skewY(0);
  -o-transform: scale(1) rotate(0) translateX(-50%) translateY(-50%) skewX(0) skewY(0);
  transform: scale(1) rotate(0) translateX(-50%) translateY(-50%) skewX(0) skewY(0);
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -ms-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
#component-inteligent-mun-layout1 .inner .content .news-content .content_news__date {
  height: 18px;
  font-family: "Sarabun-Regular", sans-serif;
  font-size: 13px;
  line-height: 1.5em;
  letter-spacing: 0;
  color: rgb(130, 130, 130);
  margin-bottom: 10px;
}
#component-inteligent-mun-layout1 .inner .content .news-content .content_news__content {
  height: 48px;
  font-family: "Sarabun-Regular", sans-serif;
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: 0;
  color: rgb(12, 12, 12);
}
#component-inteligent-mun-layout1 .inner .content .documents {
  display: inline-block;
  position: relative;
  margin-bottom: 40px;
  width: 100%;
}
#component-inteligent-mun-layout1 .inner .content .documents .documents-content {
  display: inline-block;
  position: relative;
  float: left;
  margin-bottom: 14px;
}
#component-inteligent-mun-layout1 .inner .content .documents .documents-content a .documents-content__inner {
  display: inline-block;
  position: relative;
  width: 100%;
  background-color: rgb(255, 255, 255);
}
#component-inteligent-mun-layout1 .inner .content .documents .documents-content a .documents-content__inner .documents-content__inner-top-bar {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 30px;
  background-color: rgb(156, 191, 71);
  -webkit-transition: background-color 250ms ease-out;
  -moz-transition: background-color 250ms ease-out;
  -ms-transition: background-color 250ms ease-out;
  -o-transition: background-color 250ms ease-out;
  transition: background-color 250ms ease-out;
}
#component-inteligent-mun-layout1 .inner .content .documents .documents-content a .documents-content__inner .content_documents__title {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 80px;
  padding: 10px 12px;
  color: rgb(12, 12, 12);
  font-family: "Sarabun-Bold", sans-serif;
  font-size: 14px;
  line-height: 1.5em;
  max-height: 7em;
}
#component-inteligent-mun-layout1 .inner .content .links {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}
#component-inteligent-mun-layout1 .inner .content .links a .links-icon {
  position: absolute;
  background-image: url("img/templates-components/component-inteligent-mun/link.svg");
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  z-index: 1;
  left: 12px;
  top: 18px;
}
#component-inteligent-mun-layout1 .inner .content .links a .links-content {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 62px;
  background-color: rgb(255, 255, 255);
  padding-left: 52px;
  margin-bottom: 8px;
  border-bottom: 4px solid rgb(255, 255, 255);
  -webkit-transition: border-bottom 250ms ease-out;
  -moz-transition: border-bottom 250ms ease-out;
  -ms-transition: border-bottom 250ms ease-out;
  -o-transition: border-bottom 250ms ease-out;
  transition: border-bottom 250ms ease-out;
}
#component-inteligent-mun-layout1 .inner .content .links a .links-content .content_links__title {
  height: 24px;
  font-family: "Sarabun-Regular", sans-serif;
  font-size: 15px;
  line-height: 1.5em;
  color: rgb(12, 12, 12);
}
#component-inteligent-mun-layout1 .inner .content > div:last-child {
  margin-bottom: 0;
}

.ellipsisDotsOneLine {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsisDotsTwoLines {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsisDotsThreeLines {
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Medium and up */
@media only screen and (min-width: 640px) {
  .component-header {
    top: -30px;
    margin-bottom: 0;
  }
  #component-inteligent-mun-layout1 .inner .content .documents .documents-content:nth-child(odd) {
    padding-right: 6px;
  }
  #component-inteligent-mun-layout1 .inner .content .documents .documents-content:nth-child(even) {
    padding-left: 6px;
  }
}
/* Large and up */
@media only screen and (min-width: 1024px) {
  .component-header img {
    height: 220px;
  }
  #component-inteligent-mun-layout1 {
    position: relative;
    display: inline-block;
  }
  #component-inteligent-mun-layout1 .inner {
    position: relative;
    display: inline-block;
    width: 100%;
  }
  #component-inteligent-mun-layout1 .inner .tab-buttons .slick-list .slick-track .slick-slide {
    margin-right: 10px;
  }
  #component-inteligent-mun-layout1 .inner .tab-buttons .slick-list .slick-track .slick-slide .tab-button:hover {
    background-color: rgb(130, 130, 130);
    -webkit-transition: background-color 250ms ease-in;
    -moz-transition: background-color 250ms ease-in;
    -ms-transition: background-color 250ms ease-in;
    -o-transition: background-color 250ms ease-in;
    transition: background-color 250ms ease-in;
  }
  #component-inteligent-mun-layout1 .inner .tab-buttons .slick-list .slick-track .slick-slide .showContent:hover {
    background-color: rgb(137, 181, 30);
    -webkit-transition: background-color 250ms ease-in;
    -moz-transition: background-color 250ms ease-in;
    -ms-transition: background-color 250ms ease-in;
    -o-transition: background-color 250ms ease-in;
    transition: background-color 250ms ease-in;
  }
  #component-inteligent-mun-layout1 .inner .content {
    padding-top: 50px;
  }
  #component-inteligent-mun-layout1 .inner .content .content__description-text {
    margin-bottom: 60px;
  }
  #component-inteligent-mun-layout1 .inner .content .content__img {
    margin-bottom: 60px;
  }
  #component-inteligent-mun-layout1 .inner .content .news-content {
    margin-bottom: 60px;
  }
  #component-inteligent-mun-layout1 .inner .content .documents {
    margin-bottom: 60px;
  }
  #component-inteligent-mun-layout1 .inner .content .documents .documents-content a .documents-content__inner:hover .documents-content__inner-top-bar {
    background-color: rgb(104, 137, 25);
    -webkit-transition: background-color 250ms ease-in;
    -moz-transition: background-color 250ms ease-in;
    -ms-transition: background-color 250ms ease-in;
    -o-transition: background-color 250ms ease-in;
    transition: background-color 250ms ease-in;
  }
  #component-inteligent-mun-layout1 .inner .content .links {
    margin-bottom: 60px;
  }
  #component-inteligent-mun-layout1 .inner .content .links .links-content:hover {
    border-bottom: 4px solid rgb(137, 181, 30);
    -webkit-transition: border-bottom 250ms ease-in;
    -moz-transition: border-bottom 250ms ease-in;
    -ms-transition: border-bottom 250ms ease-in;
    -o-transition: border-bottom 250ms ease-in;
    transition: border-bottom 250ms ease-in;
  }
}
#menu-inteligent-mun .menu-inteligent-mun-inner__menu .accordion {
  background-color: rgb(248, 249, 240);
  text-align: left;
  vertical-align: middle;
  margin-bottom: 30px;
}
#menu-inteligent-mun .menu-inteligent-mun-inner__menu .accordion .menu-bar {
  height: 50px;
  background-color: rgb(137, 181, 30);
  color: rgb(248, 249, 240);
}
#menu-inteligent-mun .menu-inteligent-mun-inner__menu .accordion .menu-bar .title {
  font-size: 18px;
  padding-left: 20px;
  padding-top: 13px;
  padding-bottom: 13px;
}
#menu-inteligent-mun .menu-inteligent-mun-inner__menu .accordion .menu-bar .arrow {
  padding-top: 18px;
  padding-bottom: 18px;
  padding-right: 14px;
  color: rgb(248, 249, 240);
}
#menu-inteligent-mun .menu-inteligent-mun-inner__menu .accordion .menu-bar .arrow svg {
  width: 14px;
  height: 14px;
  float: right;
}
#menu-inteligent-mun .menu-inteligent-mun-inner__menu .accordion .content {
  display: inline-block;
}
#menu-inteligent-mun .menu-inteligent-mun-inner__menu .accordion .content .li {
  height: 50px;
}

#component-text-list-layout1 {
  display: inline-block;
  position: relative;
  width: 100%;
}
#component-text-list-layout1 > .inner {
  width: 100%;
}
#component-text-list-layout1 > .inner > .text-list-box {
  position: relative;
  display: inline-block;
  margin-top: 24px;
  width: 100%;
}
#component-text-list-layout1 > .inner > .text-list-box > .accordion {
  position: relative;
  display: inline-block;
  background-color: transparent;
  margin-top: 30px;
  width: 100%;
}
#component-text-list-layout1 > .inner > .text-list-box .text-list-box__loading {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 30px;
  display: none;
}
#component-text-list-layout1 > .inner > .text-list-box .text-list-box__no-results {
  display: none;
  text-align: left;
  padding-left: 10px;
}
#component-text-list-layout1 > .inner > .text-list-box .text-list-box__no-results--visible {
  display: block;
}
#component-text-list-layout1 > .inner > .text-list-box .button-001 {
  margin-top: 36px;
}
#component-text-list-layout1 > .inner > .text-list-box.loading .accordion, #component-text-list-layout1 > .inner > .text-list-box.loading .text-list-box__no-results {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -ms-filter: blur(2px);
  -o-filter: blur(2px);
  filter: blur(2px);
  pointer-events: none;
}
#component-text-list-layout1 > .inner > .text-list-box.loading .text-list-box__loading {
  display: block;
}

/* Medium and up */
@media only screen and (min-width: 640px) {
  #component-text-list-layout1 > .inner > .text-list-box {
    margin-top: 50px;
  }
}
/* Large and up */
/* XLarge and up */
/* XXLarge and up */
#component-text-list-layout2 {
  display: inline-block;
  position: relative;
  width: 100%;
  font-size: 0;
}
#component-text-list-layout2 > .inner {
  width: 100%;
}
#component-text-list-layout2 > .inner > .text-list-box {
  position: relative;
  display: inline-block;
  margin-top: 24px;
  width: 100%;
}
#component-text-list-layout2 > .inner > .text-list-box > .accordion {
  position: relative;
  display: inline-block;
  width: 100%;
  background-color: transparent;
  margin-top: 30px;
}
#component-text-list-layout2 > .inner > .text-list-box .text-list-box__loading {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 30px;
  display: none;
}
#component-text-list-layout2 > .inner > .text-list-box .text-list-box__no-results {
  display: none;
  text-align: left;
  padding-left: 10px;
}
#component-text-list-layout2 > .inner > .text-list-box .text-list-box__no-results--visible {
  display: block;
}
#component-text-list-layout2 > .inner > .text-list-box > .button-001 {
  margin-top: 36px;
}
#component-text-list-layout2 > .inner > .text-list-box.loading .accordion, #component-text-list-layout2 > .inner > .text-list-box.loading .text-list-box__no-results {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -ms-filter: blur(2px);
  -o-filter: blur(2px);
  filter: blur(2px);
  pointer-events: none;
}
#component-text-list-layout2 > .inner > .text-list-box.loading .text-list-box__loading {
  display: block;
}
#component-text-list-layout2 .accordion {
  background-color: transparent;
}

/* Medium and up */
@media only screen and (min-width: 640px) {
  #component-text-list-layout2 > .inner > .accordion {
    margin-top: 50px;
  }
}
/* Large and up */
/* XLarge and up */
/* XXLarge and up */
.component-text-list-layout3 {
  position: relative;
}
.component-text-list-layout3 .component-text-list-layout3__init .content-001 {
  margin-bottom: 0;
}
.component-text-list-layout3 .component-text-list-layout3__svg-image svg {
  width: 100%;
  height: auto;
}
.component-text-list-layout3 .component-text-list-layout3__svg-image svg path {
  pointer-events: none;
  cursor: pointer;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -ms-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.component-text-list-layout3 .component-text-list-layout3__svg-image svg path.tooltip {
  pointer-events: all;
}
.component-text-list-layout3 .component-text-list-layout3__svg-image svg path.tooltip:hover {
  fill: rgb(188, 159, 72);
}
.component-text-list-layout3 .component-text-list-layout3__info {
  position: relative;
  width: 100%;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 250ms ease-out;
  -moz-transition: opacity 250ms ease-out;
  -ms-transition: opacity 250ms ease-out;
  -o-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
}
.component-text-list-layout3 .component-text-list-layout3__info .info-close {
  background-image: url("img/templates-components/component-text-list/close.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  top: -62px;
  right: 0;
  cursor: pointer;
}
.component-text-list-layout3.with-item .component-text-list-layout3__init {
  display: none;
  opacity: 0;
}
.component-text-list-layout3.with-item .component-text-list-layout3__info {
  display: block;
  opacity: 1;
}

.tooltipster-base {
  max-width: 200px !important;
  height: auto !important;
  position: absolute;
}
.tooltipster-base .tooltipster-box {
  background-color: rgb(26, 26, 26);
  border-color: rgb(26, 26, 26);
}
.tooltipster-base .tooltipster-box .tooltipster-content {
  font-family: "Sarabun-Bold", sans-serif;
  font-size: 12px;
  line-height: 1.5em;
  color: rgb(255, 255, 255);
  padding: 6px 10px;
}
.tooltipster-base .tooltipster-arrow .tooltipster-arrow-uncropped .tooltipster-arrow-border {
  border-top-color: rgb(26, 26, 26);
}
.tooltipster-base .tooltipster-arrow .tooltipster-arrow-uncropped .tooltipster-arrow-background {
  border-top-color: rgb(26, 26, 26);
}

/* Define mobile styles */
@media only screen and (max-width: 40em) {
  .component-text-list-layout3 .component-text-list-layout3__info {
    padding-top: 36px;
  }
  .component-text-list-layout3 .component-text-list-layout3__info .info-close {
    top: 0;
  }
} /* max-width 640px, mobile-only styles, use when QAing mobile issues */
/* min-width 641px, medium screens */
@media only screen and (min-width: 40.063em) and (max-width: 63.938em) {
  .component-text-list-layout3 .component-text-list-layout3__info {
    padding-top: 24px;
  }
  .component-text-list-layout3 .component-text-list-layout3__info .info-close {
    top: -12px;
  }
} /* min-width 641px and max-width 1023px, use when QAing tablet-only issues */
/* min-width 1024px, large screens */
/* min-width 1024px and max-width 1440px, use when QAing large screen-only issues */
@media only screen and (min-width: 90.063em) {
  .component-text-list-layout3 .component-text-list-layout3__init .content-001 {
    margin-bottom: 10px;
  }
} /* min-width 1441px, xlarge screens */
/* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */
/* min-width 1921px, xxlarge screens */
.validate-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 300px;
  background-color: rgba(137, 181, 30, 0.7);
}
.validate-file .inner {
  position: relative;
  display: inline-block;
  width: 100%;
}
.validate-file .inner .icon-lock {
  position: relative;
  display: block;
  width: 100%;
  background: url("img/templates-components/component-text/lock-icon.svg");
  background-repeat: no-repeat;
  background-size: auto 40px;
  height: 40px;
  margin-top: 50px;
  background-position: center center;
}
.validate-file .inner .form {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  font-size: 14px;
  padding: 0 80px;
  text-align: center;
  line-height: 1.5em;
  color: #0c0c0c;
  font-family: "Sarabun-SemiBold", sans-serif;
}
.validate-file .inner .form form {
  font-size: 13px;
}
.validate-file .logo {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 40px;
}

.aside-event-info {
  float: none;
  margin: 0 auto;
  text-align: left;
  margin-top: 40px;
}

/* Medium and up */
/* Large and up */
@media only screen and (min-width: 1024px) {
  .aside-event-info {
    margin-top: 125px;
  }
}
/* XLarge and up */
/* XXLarge and up */
#aside-menu-left {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: left;
}
#aside-menu-left ul {
  display: inline-block;
  position: relative;
  list-style: none;
  margin-left: 0;
  width: 100%;
}
#aside-menu-left ul li {
  display: inline-block;
  position: relative;
  backface-visibility: hidden;
}
#aside-menu-left ul li > .parent-item {
  box-sizing: unset;
  display: none;
}
#aside-menu-left ul li a,
#aside-menu-left ul li a:focus,
#aside-menu-left ul li a:visited {
  display: inline-block;
  position: relative;
  text-decoration: none;
  width: 100%;
  padding-left: 20px;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
#aside-menu-left ul li a:hover,
#aside-menu-left ul li a:focus:hover,
#aside-menu-left ul li a:visited:hover {
  color: rgb(73, 96, 19);
}
#aside-menu-left ul li a:before,
#aside-menu-left ul li a:after {
  content: "";
}
#aside-menu-left ul li.menu-item-has-children > a {
  padding-right: 34px !important;
  padding-left: 20px;
}
#aside-menu-left ul li.menu-item-has-children > a:before, #aside-menu-left ul li.menu-item-has-children > a:after {
  content: "";
  width: 14px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: 0;
  border: none;
  transform-origin: 50% 0;
  -webkit-transition: transform 250ms ease;
  -moz-transition: transform 250ms ease;
  -ms-transition: transform 250ms ease;
  -o-transition: transform 250ms ease;
  transition: transform 250ms ease;
  -webkit-transform: scale(1) rotate(0) translateX(0) translateY(-50%) skewX(0) skewY(0);
  -moz-transform: scale(1) rotate(0) translateX(0) translateY(-50%) skewX(0) skewY(0);
  -ms-transform: scale(1) rotate(0) translateX(0) translateY(-50%) skewX(0) skewY(0);
  -o-transform: scale(1) rotate(0) translateX(0) translateY(-50%) skewX(0) skewY(0);
  transform: scale(1) rotate(0) translateX(0) translateY(-50%) skewX(0) skewY(0);
  background-color: rgb(12, 12, 12);
}
#aside-menu-left ul li.menu-item-has-children > a:after {
  -webkit-transform: scale(1) rotate(90deg) translateX(0) translateY(-50%) skewX(0) skewY(0);
  -moz-transform: scale(1) rotate(90deg) translateX(0) translateY(-50%) skewX(0) skewY(0);
  -ms-transform: scale(1) rotate(90deg) translateX(0) translateY(-50%) skewX(0) skewY(0);
  -o-transform: scale(1) rotate(90deg) translateX(0) translateY(-50%) skewX(0) skewY(0);
  transform: scale(1) rotate(90deg) translateX(0) translateY(-50%) skewX(0) skewY(0);
}
#aside-menu-left ul li.menu-item-has-children > button:before,
#aside-menu-left ul li.menu-item-has-children > button:after {
  content: "";
  width: 14px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: 0;
  border: none;
  transform-origin: 50% 0;
  -webkit-transition: transform 250ms ease;
  -moz-transition: transform 250ms ease;
  -ms-transition: transform 250ms ease;
  -o-transition: transform 250ms ease;
  transition: transform 250ms ease;
  -webkit-transform: scale(1) rotate(0) translateX(0) translateY(-50%) skewX(0) skewY(0);
  -moz-transform: scale(1) rotate(0) translateX(0) translateY(-50%) skewX(0) skewY(0);
  -ms-transform: scale(1) rotate(0) translateX(0) translateY(-50%) skewX(0) skewY(0);
  -o-transform: scale(1) rotate(0) translateX(0) translateY(-50%) skewX(0) skewY(0);
  transform: scale(1) rotate(0) translateX(0) translateY(-50%) skewX(0) skewY(0);
  background-color: rgb(12, 12, 12);
}
#aside-menu-left ul li.menu-item-has-children > button:after {
  -webkit-transform: scale(1) rotate(90deg) translateX(0) translateY(-50%) skewX(0) skewY(0);
  -moz-transform: scale(1) rotate(90deg) translateX(0) translateY(-50%) skewX(0) skewY(0);
  -ms-transform: scale(1) rotate(90deg) translateX(0) translateY(-50%) skewX(0) skewY(0);
  -o-transform: scale(1) rotate(90deg) translateX(0) translateY(-50%) skewX(0) skewY(0);
  transform: scale(1) rotate(90deg) translateX(0) translateY(-50%) skewX(0) skewY(0);
}
#aside-menu-left ul li.menu-item-has-children[aria-expanded=true] > a:before {
  -webkit-transform: scale(1) rotate(180deg) translateX(0) translateY(-50%) skewX(0) skewY(0);
  -moz-transform: scale(1) rotate(180deg) translateX(0) translateY(-50%) skewX(0) skewY(0);
  -ms-transform: scale(1) rotate(180deg) translateX(0) translateY(-50%) skewX(0) skewY(0);
  -o-transform: scale(1) rotate(180deg) translateX(0) translateY(-50%) skewX(0) skewY(0);
  transform: scale(1) rotate(180deg) translateX(0) translateY(-50%) skewX(0) skewY(0);
}
#aside-menu-left ul li.menu-item-has-children[aria-expanded=true] > a:after {
  -webkit-transform: scale(1) rotate(180deg) translateX(0) translateY(-50%) skewX(0) skewY(0);
  -moz-transform: scale(1) rotate(180deg) translateX(0) translateY(-50%) skewX(0) skewY(0);
  -ms-transform: scale(1) rotate(180deg) translateX(0) translateY(-50%) skewX(0) skewY(0);
  -o-transform: scale(1) rotate(180deg) translateX(0) translateY(-50%) skewX(0) skewY(0);
  transform: scale(1) rotate(180deg) translateX(0) translateY(-50%) skewX(0) skewY(0);
}
#aside-menu-left ul li.menu-item-has-children:has(button) > .submenu-toggle[aria-expanded=true]:before {
  -webkit-transform: scale(1) rotate(180deg) translateX(0) translateY(-50%) skewX(0) skewY(0);
  -moz-transform: scale(1) rotate(180deg) translateX(0) translateY(-50%) skewX(0) skewY(0);
  -ms-transform: scale(1) rotate(180deg) translateX(0) translateY(-50%) skewX(0) skewY(0);
  -o-transform: scale(1) rotate(180deg) translateX(0) translateY(-50%) skewX(0) skewY(0);
  transform: scale(1) rotate(180deg) translateX(0) translateY(-50%) skewX(0) skewY(0);
}
#aside-menu-left ul li.menu-item-has-children:has(button) > .submenu-toggle[aria-expanded=true]:after {
  -webkit-transform: scale(1) rotate(180deg) translateX(0) translateY(-50%) skewX(0) skewY(0);
  -moz-transform: scale(1) rotate(180deg) translateX(0) translateY(-50%) skewX(0) skewY(0);
  -ms-transform: scale(1) rotate(180deg) translateX(0) translateY(-50%) skewX(0) skewY(0);
  -o-transform: scale(1) rotate(180deg) translateX(0) translateY(-50%) skewX(0) skewY(0);
  transform: scale(1) rotate(180deg) translateX(0) translateY(-50%) skewX(0) skewY(0);
}
#aside-menu-left ul li.menu-item-has-children:has(button) > a:before {
  content: none;
}
#aside-menu-left ul li.menu-item-has-children:has(button) > a:after {
  content: none;
}
#aside-menu-left > ul > .current-menu-item.page_item > a {
  background-color: rgb(137, 181, 30);
  color: rgb(44, 58, 12);
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -ms-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
#aside-menu-left > ul > .current-menu-item.page_item > a:hover {
  color: rgb(12, 12, 12);
}
#aside-menu-left > ul > .current-menu-ancestor.menu-item-has-children > a {
  background-color: rgb(255, 255, 255);
}
#aside-menu-left > ul > .current-menu-ancestor.menu-item-has-children > a:before, #aside-menu-left > ul > .current-menu-ancestor.menu-item-has-children > a:after {
  background-color: rgb(73, 96, 19);
}
#aside-menu-left > ul > li {
  margin-bottom: 6px;
  background-color: rgb(255, 255, 255);
}
#aside-menu-left > ul > li[aria-expanded=false] > a:before, #aside-menu-left > ul > li[aria-expanded=false] > a:after {
  background-color: rgb(73, 96, 19);
}
#aside-menu-left > ul > li[aria-expanded=true] > a {
  background-color: rgb(255, 255, 255);
  color: rgb(12, 12, 12);
}
#aside-menu-left > ul > li[aria-expanded=true] > a:before, #aside-menu-left > ul > li[aria-expanded=true] > a:after {
  background-color: rgb(73, 96, 19);
}
#aside-menu-left > ul > li > a {
  color: rgb(12, 12, 12);
  font-family: "Sarabun-Bold", sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.6em;
}
#aside-menu-left > ul > li > ul > .current-menu-item.is-submenu-item > a {
  background-color: rgb(137, 181, 30);
  color: rgb(44, 58, 12);
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -ms-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
#aside-menu-left > ul > li > ul > .current-menu-item.is-submenu-item > a:hover {
  color: rgb(12, 12, 12);
}
#aside-menu-left > ul > li > ul > .current-menu-ancestor.menu-item-has-children > a {
  background-color: rgb(224, 234, 194);
  color: rgb(12, 12, 12);
}
#aside-menu-left > ul > li > ul > .current-menu-ancestor.menu-item-has-children > a:before, #aside-menu-left > ul > li > ul > .current-menu-ancestor.menu-item-has-children > a:after {
  background-color: rgb(73, 96, 19);
}
#aside-menu-left > ul > li > ul > li {
  background-color: rgb(224, 234, 194);
}
#aside-menu-left > ul > li > ul > li[aria-expanded=false] > a:before, #aside-menu-left > ul > li > ul > li[aria-expanded=false] > a:after {
  background-color: rgb(73, 96, 19);
}
#aside-menu-left > ul > li > ul > li[aria-expanded=true] > a {
  background-color: rgb(224, 234, 194);
  color: rgb(12, 12, 12);
}
#aside-menu-left > ul > li > ul > li[aria-expanded=true] > a:before, #aside-menu-left > ul > li > ul > li[aria-expanded=true] > a:after {
  background-color: rgb(73, 96, 19);
}
#aside-menu-left > ul > li > ul > li > a {
  color: rgb(12, 12, 12);
  font-family: "Sarabun-SemiBold", sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.5em;
}
#aside-menu-left > ul > li > ul > li a:hover,
#aside-menu-left > ul > li > ul > li a:focus:hover,
#aside-menu-left > ul > li > ul > li a:visited:hover {
  color: rgb(73, 96, 19);
}
#aside-menu-left > ul > li > ul > li > ul > .current-menu-item.is-submenu-item > a {
  background-color: rgb(137, 181, 30);
  color: rgb(44, 58, 12);
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -ms-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
#aside-menu-left > ul > li > ul > li > ul > .current-menu-item.is-submenu-item > a:hover {
  color: rgb(12, 12, 12);
}
#aside-menu-left > ul > li > ul > li > ul > .current-menu-ancestor.menu-item-has-children > a {
  background-color: rgb(191, 212, 133);
}
#aside-menu-left > ul > li > ul > li > ul > .current-menu-ancestor.menu-item-has-children > a:before, #aside-menu-left > ul > li > ul > li > ul > .current-menu-ancestor.menu-item-has-children > a:after {
  background-color: rgb(73, 96, 19);
}
#aside-menu-left > ul > li > ul > li > ul > li {
  background-color: rgb(191, 212, 133);
}
#aside-menu-left > ul > li > ul > li > ul > li[aria-expanded=false] > a:before, #aside-menu-left > ul > li > ul > li > ul > li[aria-expanded=false] > a:after {
  background-color: rgb(73, 96, 19);
}
#aside-menu-left > ul > li > ul > li > ul > li[aria-expanded=true] > a {
  background-color: rgb(191, 212, 133);
  color: rgb(12, 12, 12);
}
#aside-menu-left > ul > li > ul > li > ul > li[aria-expanded=true] > a:before, #aside-menu-left > ul > li > ul > li > ul > li[aria-expanded=true] > a:after {
  background-color: rgb(73, 96, 19);
}
#aside-menu-left > ul > li > ul > li > ul > li > a {
  color: rgb(12, 12, 12);
  font-size: 11px;
  font-family: "Sarabun-Regular", sans-serif;
  letter-spacing: 0;
  line-height: 1.6em;
}
#aside-menu-left > ul > li > ul > li > ul > li > a > span:first-child:before {
  content: "- ";
}
#aside-menu-left > ul > li > ul > li > ul > li a:hover,
#aside-menu-left > ul > li > ul > li > ul > li a:focus:hover,
#aside-menu-left > ul > li > ul > li > ul > li a:visited:hover {
  color: rgb(73, 96, 19);
}
#aside-menu-left > ul > li > ul > li > ul > li > ul > .current-menu-item > a {
  background-color: rgb(137, 181, 30);
  color: rgb(12, 12, 12);
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -ms-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
#aside-menu-left > ul > li > ul > li > ul > li > ul > .current-menu-item > a:hover {
  color: rgb(12, 12, 12);
}
#aside-menu-left > ul > li > ul > li > ul > li > ul > li {
  background-color: rgb(156, 191, 71);
}
#aside-menu-left > ul > li > ul > li > ul > li > ul > li[aria-expanded=true] > a {
  background-color: rgb(156, 191, 71);
  color: rgb(12, 12, 12);
}
#aside-menu-left > ul > li > ul > li > ul > li > ul > li > a {
  font-family: "Sarabun-Bold", sans-serif;
  color: rgb(12, 12, 12);
  font-size: 11px;
  letter-spacing: 0;
  line-height: 1.5em;
}
#aside-menu-left > ul > li > ul > li > ul > li > ul > li > a > span:first-child:before {
  content: "-- ";
}
#aside-menu-left > ul > li > ul > li > ul > li > ul > li a:hover,
#aside-menu-left > ul > li > ul > li > ul > li > ul > li a:focus:hover,
#aside-menu-left > ul > li > ul > li > ul > li > ul > li a:visited:hover {
  color: rgb(73, 96, 19);
}
#aside-menu-left > ul > li > ul > li > ul > li > ul > li > ul {
  display: none !important;
}
#aside-menu-left > ul > li > ul > li > ul > li > ul > li > ul ul {
  display: none !important;
}
#aside-menu-left > ul > li:last-of-type {
  margin-bottom: 0;
}

/* Medium and up */
/* Large and up */
@media only screen and (min-width: 1024px) {
  #aside-menu-left > ul > li > ul > li > a {
    padding-left: 34px !important;
  }
  #aside-menu-left > ul > li > ul > li > ul > li > a {
    padding-left: 42px !important;
  }
  #aside-menu-left > ul > li > ul > li > ul > li > ul > li > a {
    padding-left: 56px !important;
  }
  #aside-menu-left > ul > li > ul > li > ul > li > ul > li > ul > li > a {
    padding-left: 56px !important;
  }
  #aside-menu-left > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > a {
    padding-left: 56px !important;
  }
}
/* XLarge and up */
/* XXLarge and up */
#aside-menu-inteligent-mun {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: left;
}
#aside-menu-inteligent-mun ul {
  display: inline-block;
  position: relative;
  list-style: none;
  margin-left: 0;
  width: 100%;
}
#aside-menu-inteligent-mun ul li {
  display: inline-block;
  position: relative;
  backface-visibility: hidden;
  margin-bottom: 6px;
}
#aside-menu-inteligent-mun ul li > .parent-item {
  box-sizing: unset;
  display: none;
}
#aside-menu-inteligent-mun ul li a,
#aside-menu-inteligent-mun ul li a:focus,
#aside-menu-inteligent-mun ul li a:visited {
  display: inline-block;
  position: relative;
  text-decoration: none;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
#aside-menu-inteligent-mun ul li a:hover,
#aside-menu-inteligent-mun ul li a:focus:hover,
#aside-menu-inteligent-mun ul li a:visited:hover {
  color: rgb(73, 96, 19);
}
#aside-menu-inteligent-mun ul li a:before,
#aside-menu-inteligent-mun ul li a:after {
  content: "";
}
#aside-menu-inteligent-mun ul li.menu-item-has-children > a {
  padding-right: 34px !important;
  padding-left: 20px;
}
#aside-menu-inteligent-mun ul li.menu-item-has-children > a:before,
#aside-menu-inteligent-mun ul li.menu-item-has-children > a:after {
  content: "";
  width: 14px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: 0;
  border: none;
  transform-origin: 50% 0;
  -webkit-transition: transform 250ms ease;
  -moz-transition: transform 250ms ease;
  -ms-transition: transform 250ms ease;
  -o-transition: transform 250ms ease;
  transition: transform 250ms ease;
  -webkit-transform: scale(1) rotate(0) translateX(0) translateY(-50%) skewX(0) skewY(0);
  -moz-transform: scale(1) rotate(0) translateX(0) translateY(-50%) skewX(0) skewY(0);
  -ms-transform: scale(1) rotate(0) translateX(0) translateY(-50%) skewX(0) skewY(0);
  -o-transform: scale(1) rotate(0) translateX(0) translateY(-50%) skewX(0) skewY(0);
  transform: scale(1) rotate(0) translateX(0) translateY(-50%) skewX(0) skewY(0);
}
#aside-menu-inteligent-mun ul li.menu-item-has-children > a:after {
  -webkit-transform: scale(1) rotate(90deg) translateX(0) translateY(-50%) skewX(0) skewY(0);
  -moz-transform: scale(1) rotate(90deg) translateX(0) translateY(-50%) skewX(0) skewY(0);
  -ms-transform: scale(1) rotate(90deg) translateX(0) translateY(-50%) skewX(0) skewY(0);
  -o-transform: scale(1) rotate(90deg) translateX(0) translateY(-50%) skewX(0) skewY(0);
  transform: scale(1) rotate(90deg) translateX(0) translateY(-50%) skewX(0) skewY(0);
}
#aside-menu-inteligent-mun ul li.menu-item-has-children[aria-expanded=true] > a:before {
  -webkit-transform: scale(1) rotate(180deg) translateX(0) translateY(-50%) skewX(0) skewY(0);
  -moz-transform: scale(1) rotate(180deg) translateX(0) translateY(-50%) skewX(0) skewY(0);
  -ms-transform: scale(1) rotate(180deg) translateX(0) translateY(-50%) skewX(0) skewY(0);
  -o-transform: scale(1) rotate(180deg) translateX(0) translateY(-50%) skewX(0) skewY(0);
  transform: scale(1) rotate(180deg) translateX(0) translateY(-50%) skewX(0) skewY(0);
}
#aside-menu-inteligent-mun ul li.menu-item-has-children[aria-expanded=true] > a:after {
  -webkit-transform: scale(1) rotate(180deg) translateX(0) translateY(-50%) skewX(0) skewY(0);
  -moz-transform: scale(1) rotate(180deg) translateX(0) translateY(-50%) skewX(0) skewY(0);
  -ms-transform: scale(1) rotate(180deg) translateX(0) translateY(-50%) skewX(0) skewY(0);
  -o-transform: scale(1) rotate(180deg) translateX(0) translateY(-50%) skewX(0) skewY(0);
  transform: scale(1) rotate(180deg) translateX(0) translateY(-50%) skewX(0) skewY(0);
}
#aside-menu-inteligent-mun > ul > .current-menu-item.page_item > a {
  background-color: rgb(137, 181, 30);
  color: rgb(44, 58, 12);
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -ms-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
#aside-menu-inteligent-mun > ul > .current-menu-item.page_item > a:hover {
  color: rgb(12, 12, 12);
}
#aside-menu-inteligent-mun > ul > .current-menu-ancestor.menu-item-has-children > a {
  background-color: rgb(255, 255, 255);
}
#aside-menu-inteligent-mun > ul > .current-menu-ancestor.menu-item-has-children > a:before, #aside-menu-inteligent-mun > ul > .current-menu-ancestor.menu-item-has-children > a:after {
  background-color: rgb(73, 96, 19);
}
#aside-menu-inteligent-mun > ul > li {
  background-color: rgb(255, 255, 255);
}
#aside-menu-inteligent-mun > ul > li[aria-expanded=false] > a:before, #aside-menu-inteligent-mun > ul > li[aria-expanded=false] > a:after {
  background-color: rgb(73, 96, 19);
}
#aside-menu-inteligent-mun > ul > li[aria-expanded=true] > a {
  background-color: rgb(255, 255, 255);
  color: rgb(12, 12, 12);
}
#aside-menu-inteligent-mun > ul > li[aria-expanded=true] > a:before, #aside-menu-inteligent-mun > ul > li[aria-expanded=true] > a:after {
  background-color: rgb(73, 96, 19);
}
#aside-menu-inteligent-mun > ul > li > a {
  color: rgb(12, 12, 12);
  font-family: "Sarabun-Bold", sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.6em;
}
#aside-menu-inteligent-mun > ul > li > ul > .current-menu-item.is-submenu-item > a {
  background-color: rgb(137, 181, 30);
  color: rgb(44, 58, 12);
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -ms-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
#aside-menu-inteligent-mun > ul > li > ul > .current-menu-item.is-submenu-item > a:hover {
  color: rgb(12, 12, 12);
}
#aside-menu-inteligent-mun > ul > li > ul > .current-menu-ancestor.menu-item-has-children > a {
  background-color: rgb(224, 234, 194);
  color: rgb(12, 12, 12);
}
#aside-menu-inteligent-mun > ul > li > ul > .current-menu-ancestor.menu-item-has-children > a:before, #aside-menu-inteligent-mun > ul > li > ul > .current-menu-ancestor.menu-item-has-children > a:after {
  background-color: rgb(73, 96, 19);
}
#aside-menu-inteligent-mun > ul > li > ul > li {
  background-color: rgb(224, 234, 194);
  margin-bottom: 0;
}
#aside-menu-inteligent-mun > ul > li > ul > li[aria-expanded=false] > a:before, #aside-menu-inteligent-mun > ul > li > ul > li[aria-expanded=false] > a:after {
  background-color: rgb(73, 96, 19);
}
#aside-menu-inteligent-mun > ul > li > ul > li[aria-expanded=true] > a {
  background-color: rgb(224, 234, 194);
  color: rgb(12, 12, 12);
}
#aside-menu-inteligent-mun > ul > li > ul > li[aria-expanded=true] > a:before, #aside-menu-inteligent-mun > ul > li > ul > li[aria-expanded=true] > a:after {
  background-color: rgb(73, 96, 19);
}
#aside-menu-inteligent-mun > ul > li > ul > li > a {
  color: rgb(12, 12, 12);
  font-family: "Sarabun-SemiBold", sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.5em;
}
#aside-menu-inteligent-mun > ul > li > ul > li a:hover,
#aside-menu-inteligent-mun > ul > li > ul > li a:focus:hover,
#aside-menu-inteligent-mun > ul > li > ul > li a:visited:hover {
  color: rgb(73, 96, 19);
}
#aside-menu-inteligent-mun > ul > li > ul > li > ul > .current-menu-item.is-submenu-item > a {
  background-color: rgb(137, 181, 30);
  color: rgb(44, 58, 12);
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -ms-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
#aside-menu-inteligent-mun > ul > li > ul > li > ul > .current-menu-item.is-submenu-item > a:hover {
  color: rgb(12, 12, 12);
}
#aside-menu-inteligent-mun > ul > li > ul > li > ul > .current-menu-ancestor.menu-item-has-children > a {
  background-color: rgb(191, 212, 133);
}
#aside-menu-inteligent-mun > ul > li > ul > li > ul > .current-menu-ancestor.menu-item-has-children > a:before, #aside-menu-inteligent-mun > ul > li > ul > li > ul > .current-menu-ancestor.menu-item-has-children > a:after {
  background-color: rgb(73, 96, 19);
}
#aside-menu-inteligent-mun > ul > li > ul > li > ul > li {
  background-color: rgb(191, 212, 133);
  margin-bottom: 0;
}
#aside-menu-inteligent-mun > ul > li > ul > li > ul > li[aria-expanded=false] > a:before, #aside-menu-inteligent-mun > ul > li > ul > li > ul > li[aria-expanded=false] > a:after {
  background-color: rgb(73, 96, 19);
}
#aside-menu-inteligent-mun > ul > li > ul > li > ul > li[aria-expanded=true] > a {
  background-color: rgb(191, 212, 133);
  color: rgb(12, 12, 12);
}
#aside-menu-inteligent-mun > ul > li > ul > li > ul > li[aria-expanded=true] > a:before, #aside-menu-inteligent-mun > ul > li > ul > li > ul > li[aria-expanded=true] > a:after {
  background-color: rgb(73, 96, 19);
}
#aside-menu-inteligent-mun > ul > li > ul > li > ul > li > a {
  color: rgb(12, 12, 12);
  font-size: 11px;
  font-family: "Sarabun-Regular", sans-serif;
  letter-spacing: 0;
  line-height: 1.6em;
}
#aside-menu-inteligent-mun > ul > li > ul > li > ul > li > a > span:first-child:before {
  content: "- ";
}
#aside-menu-inteligent-mun > ul > li > ul > li > ul > li a:hover,
#aside-menu-inteligent-mun > ul > li > ul > li > ul > li a:focus:hover,
#aside-menu-inteligent-mun > ul > li > ul > li > ul > li a:visited:hover {
  color: rgb(73, 96, 19);
}
#aside-menu-inteligent-mun > ul > li > ul > li > ul > li > ul > .current-menu-item > a {
  background-color: rgb(137, 181, 30);
  color: rgb(12, 12, 12);
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -ms-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
#aside-menu-inteligent-mun > ul > li > ul > li > ul > li > ul > .current-menu-item > a:hover {
  color: rgb(12, 12, 12);
}
#aside-menu-inteligent-mun > ul > li > ul > li > ul > li > ul > li {
  background-color: rgb(156, 191, 71);
  margin-bottom: 0;
}
#aside-menu-inteligent-mun > ul > li > ul > li > ul > li > ul > li[aria-expanded=true] > a {
  background-color: rgb(156, 191, 71);
  color: rgb(12, 12, 12);
}
#aside-menu-inteligent-mun > ul > li > ul > li > ul > li > ul > li > a {
  font-family: "Sarabun-Bold", sans-serif;
  color: rgb(12, 12, 12);
  font-size: 11px;
  letter-spacing: 0;
  line-height: 1.5em;
}
#aside-menu-inteligent-mun > ul > li > ul > li > ul > li > ul > li > a > span:first-child:before {
  content: "-- ";
}
#aside-menu-inteligent-mun > ul > li > ul > li > ul > li > ul > li a:hover,
#aside-menu-inteligent-mun > ul > li > ul > li > ul > li > ul > li a:focus:hover,
#aside-menu-inteligent-mun > ul > li > ul > li > ul > li > ul > li a:visited:hover {
  color: rgb(73, 96, 19);
}
#aside-menu-inteligent-mun > ul > li > ul > li > ul > li > ul > li > ul {
  display: none !important;
}
#aside-menu-inteligent-mun > ul > li > ul > li > ul > li > ul > li > ul ul {
  display: none !important;
}
#aside-menu-inteligent-mun > ul > li:last-of-type {
  margin-bottom: 0;
}

/* Medium and up */
/* Large and up */
@media only screen and (min-width: 1024px) {
  #aside-menu-inteligent-mun > ul > li > ul > li > a {
    padding-left: 34px !important;
  }
  #aside-menu-inteligent-mun > ul > li > ul > li > ul > li > a {
    padding-left: 42px !important;
  }
  #aside-menu-inteligent-mun > ul > li > ul > li > ul > li > ul > li > a {
    padding-left: 56px !important;
  }
  #aside-menu-inteligent-mun > ul > li > ul > li > ul > li > ul > li > ul > li > a {
    padding-left: 56px !important;
  }
  #aside-menu-inteligent-mun > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > a {
    padding-left: 56px !important;
  }
}
/* XLarge and up */
/* XXLarge and up */
.aside-news-last {
  float: none;
  margin: 0 auto;
  text-align: left;
  margin-top: 40px;
}

/* Medium and up */
/* Large and up */
@media only screen and (min-width: 1024px) {
  .aside-news-last {
    margin-top: 125px;
  }
}
/* XLarge and up */
/* XXLarge and up */
.page-submenu {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-bottom: 80px;
}
.page-submenu--after {
  margin-top: 100px;
}
.page-submenu .menu-main-menu-container ul {
  margin: 0 -8px;
}
.page-submenu .menu-main-menu-container ul li {
  padding: 0 12px;
  margin-bottom: 16px;
}
.page-submenu .menu-main-menu-container ul li a {
  position: relative;
  display: block;
  width: 100%;
  padding: 16px 40px 0 0;
  -webkit-transition-property: "color, border-color";
  transition-property: "color, border-color";
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.page-submenu .menu-main-menu-container ul li a::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 25px;
  right: 0;
  top: 16px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: rgb(12, 12, 12);
  mask-image: url("img/templates-components/menu/arrow-icon.svg");
  -webkit-mask-image: url("img/templates-components/menu/arrow-icon.svg");
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease-in-out;
  -moz-transition: background-color 250ms ease-in-out;
  -ms-transition: background-color 250ms ease-in-out;
  -o-transition: background-color 250ms ease-in-out;
  transition: background-color 250ms ease-in-out;
}
.page-submenu .menu-main-menu-container ul li:last-child {
  margin-bottom: 0;
}

.submenu-box__loading {
  display: none;
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
}

.submenu-box__loading--show {
  display: block;
}

/* Large and up */
@media only screen and (min-width: 1024px) {
  #page-submenu .menu-main-menu-container ul li {
    margin-bottom: 24px;
  }
  #page-submenu .menu-main-menu-container ul li:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
  #page-submenu .menu-main-menu-container ul li a:hover {
    color: rgb(12, 12, 12);
    border-color: rgb(156, 191, 71);
    -webkit-transition-property: "color, border-color";
    transition-property: "color, border-color";
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }
  #page-submenu .menu-main-menu-container ul li a:hover::after {
    background-color: rgb(156, 191, 71);
    -webkit-transition: background-color 250ms ease-in-out;
    -moz-transition: background-color 250ms ease-in-out;
    -ms-transition: background-color 250ms ease-in-out;
    -o-transition: background-color 250ms ease-in-out;
    transition: background-color 250ms ease-in-out;
  }
}
/**
* Component geminacoes
*/
/*variables*/
.filter-004 {
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: left;
  margin-top: 14px;
}
.filter-004 .columns:last-child:not(:first-child) {
  float: none;
}
.filter-004 .arrow-select {
  right: 0;
  position: absolute;
  padding-right: 22px;
  bottom: 14px;
  pointer-events: none;
}
.filter-004 .search-filter-004-text {
  display: inline-block;
  position: relative;
}
.filter-004 .search-filter-004-text > input,
.filter-004 .search-filter-004-text > input:focus {
  height: 44px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
  background-color: rgb(255, 255, 255);
  color: rgb(12, 12, 12);
  font-family: "Sarabun-SemiBold", sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.5em;
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: none;
}
.filter-004 .search-filter-004-text > input::-webkit-input-placeholder, .filter-004 .search-filter-004-text > input:focus::-webkit-input-placeholder {
  color: rgb(99, 99, 99);
}

.filter-004 .search-filter-004-text > input:-moz-placeholder, .filter-004 .search-filter-004-text > input:focus:-moz-placeholder {
  opacity: 1;
  color: rgb(99, 99, 99);
}

.filter-004 .search-filter-004-text > input::-moz-placeholder, .filter-004 .search-filter-004-text > input:focus::-moz-placeholder {
  opacity: 1;
  color: rgb(99, 99, 99);
}

.filter-004 .search-filter-004-text > input:-ms-input-placeholder, .filter-004 .search-filter-004-text > input:focus:-ms-input-placeholder {
  color: rgb(99, 99, 99);
}

.filter-004 .search-filter-004-category {
  display: inline-block;
  position: relative;
}
.filter-004 .search-filter-004-category > select {
  height: 44px;
  margin-bottom: 10px;
  background-color: rgb(255, 255, 255);
  border: 1px solid transparent;
  border-radius: 0;
  color: rgb(99, 99, 99);
  font-family: "Sarabun-SemiBold", sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.5em;
  box-shadow: none;
  background-image: none;
}
.filter-004 .search-filter-004-category > select[disabled] {
  color: rgb(216, 216, 216);
}
.filter-004 .search-filter-004-category > select > option {
  color: rgb(12, 12, 12);
}
.filter-004 .search-filter-004-category > select > option:first-child {
  color: rgb(99, 99, 99);
}
.filter-004 .search-filter-004-category:hover svg polyline {
  fill: rgb(99, 99, 99);
}
.filter-004 .search-filter-004-button {
  display: inline-block;
  position: relative;
}
.filter-004 .search-filter-004-button > button {
  width: 100%;
  height: 44px;
  background-color: rgb(216, 216, 216);
  color: rgb(57, 57, 57);
  font-family: "Sarabun-Bold", sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.5em;
  border-radius: 0;
  cursor: pointer;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -ms-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}

/* Medium and up */
@media only screen and (min-width: 640px) {
  .filter-004 .search-filter-004-category {
    padding-right: 10px;
  }
  .filter-004 .search-filter-004-category > select {
    margin-bottom: 0;
  }
  .filter-004 .search-filter-004-button {
    float: right;
  }
  .filter-004 .arrow-select {
    right: 0;
    position: absolute;
    padding-right: 20px;
    bottom: 12px;
  }
  .filter-004 .arrow-select-1 {
    right: 0;
    position: absolute;
    padding-right: 20px;
    bottom: 12px;
  }
}
/* Large and up */
@media only screen and (min-width: 1024px) {
  .filter-004 .search-filter-004-text {
    margin-bottom: 10px;
  }
  .filter-004 .search-filter-004-text > input,
  .filter-004 .search-filter-004-text > input:focus {
    margin-bottom: 0;
  }
  .filter-004 .search-filter-004-button > button:hover {
    background-color: rgb(141, 141, 141);
    color: rgb(248, 249, 240);
  }
  .filter-004 .arrow-select {
    right: 0;
    position: absolute;
    padding-right: 20px;
  }
  .filter-004 .arrow-select-1 {
    right: 0;
    position: absolute;
    padding-right: 20px;
  }
}
/* XLarge and up */
/* XXLarge and up */
#component-geminacoes-layout1 .component-geminacoes-layout1-inner {
  color: rgb(57, 57, 57);
  font-family: "Sarabun-Regular", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.6em;
}
#component-geminacoes-layout1 .component-geminacoes-layout1-inner > .container {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-top: 14px;
}
#component-geminacoes-layout1 .component-geminacoes-layout1-inner > .container > p {
  margin-bottom: 7px;
}
#component-geminacoes-layout1 .component-geminacoes-layout1-inner > .container strong {
  font-family: "Sarabun-Bold", sans-serif;
}
#component-geminacoes-layout1 .component-geminacoes-layout1-inner > .container b {
  font-family: "Sarabun-Bold", sans-serif;
}
#component-geminacoes-layout1 .component-geminacoes-layout1-inner > .container a {
  text-decoration: none;
  width: 100%;
  color: rgb(104, 137, 25);
  font-family: "Sarabun-Regular", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.6em;
  text-decoration: underline;
}
#component-geminacoes-layout1 .component-geminacoes-layout1-inner .geminacoes-info-loading {
  display: none;
  position: relative;
  width: 100%;
  margin-top: 50px;
  height: 30px;
}
#component-geminacoes-layout1 .component-geminacoes-layout1-inner .geminacoes-info-loading--show {
  display: inline-block;
}
#component-geminacoes-layout1 .component-geminacoes-layout1-inner .table-section-geminacoes table {
  font-size: 14px;
  font-family: "Sarabun-Regular", sans-serif;
  margin-top: 1rem;
}
#component-geminacoes-layout1 .component-geminacoes-layout1-inner .table-section-geminacoes table .two-main.main-column {
  width: 40%;
}
#component-geminacoes-layout1 .component-geminacoes-layout1-inner .table-section-geminacoes table .main-column {
  width: 60%;
}
#component-geminacoes-layout1 .component-geminacoes-layout1-inner .table-section-geminacoes table .secondary-column {
  width: 20%;
}

#component-photo-gallery-layout1 {
  display: inline-block;
  position: relative;
  width: 100%;
}
#component-photo-gallery-layout1 .items {
  position: relative;
  display: inline-block;
  margin-top: 40px;
}
#component-photo-gallery-layout1 .items .galleries-box__list {
  width: 100%;
  margin-left: 0;
  margin-top: 16px;
}
#component-photo-gallery-layout1 .items .galleries-box__list .box-007 {
  margin-bottom: 12px;
}
#component-photo-gallery-layout1 .items .galleries-box__loading {
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: 30px;
  display: none;
}
#component-photo-gallery-layout1 .items .galleries-box__no-results {
  display: none;
  margin-top: -24px;
  text-align: left;
  padding-left: 10px;
}
#component-photo-gallery-layout1 .items .galleries-box__no-results--visible {
  display: block;
}
#component-photo-gallery-layout1 > section.items.loading .galleries-box__list {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -ms-filter: blur(2px);
  -o-filter: blur(2px);
  filter: blur(2px);
  pointer-events: none;
}
#component-photo-gallery-layout1 > section.items.loading .galleries-box__loading {
  display: block;
}
#component-photo-gallery-layout1 .button-001 {
  margin-top: 10px;
  margin-right: 0;
  width: 100%;
}

.page-template-component-photo-gallery-list-layout1 .mfp-bottom-bar {
  display: inline-block;
}
.page-template-component-photo-gallery-list-layout1 .mfp-bottom-bar .mfp-title {
  padding-right: 0;
  font-family: "Sarabun-Regular", sans-serif;
  font-size: 14px;
  color: rgb(255, 255, 255);
  margin-top: 6px;
}
.page-template-component-photo-gallery-list-layout1 .mfp-bottom-bar .mfp-counter {
  display: none;
}

/* Medium and up */
@media only screen and (min-width: 640px) {
  #component-photo-gallery-layout1 .inner .items .galleries-box__list {
    width: calc(100% + 16px);
    margin-left: -8px;
  }
}
/* Large and up */
/* XLarge and up */
/* XXLarge and up */
#component-schedule-layout1 .filter-001 {
  margin-top: 30px;
}
#component-schedule-layout1 .meetings-list {
  position: relative;
  display: inline-block;
  width: 100%;
}
#component-schedule-layout1 .meetings-list .meetings-list__list {
  overflow: hidden;
  pointer-events: none;
}
#component-schedule-layout1 #filters {
  display: none;
}

/* Medium and up */
/* Large and up */
@media only screen and (min-width: 1024px) {
  #component-schedule-layout1 #filters {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: left;
  }
}
#menu-left-content-right {
  position: relative;
  display: inline-block;
  padding-top: 120px;
  padding-bottom: 60px;
  width: 100%;
  text-align: center;
  background-color: rgba(244, 244, 244, 0.8);
  z-index: 0;
}
#menu-left-content-right .menu-left-content-right-inner {
  position: relative;
  display: inline-block;
  width: 100%;
}
#menu-left-content-right .menu-left-content-right-inner .component-header {
  position: relative;
  top: -20px;
  margin-bottom: 10px;
  background-color: rgb(42, 39, 96);
}
#menu-left-content-right .menu-left-content-right-inner .component-header img {
  height: 110px;
}
#menu-left-content-right .menu-left-content-right-inner .menu-left-content-right-inner__menu {
  min-height: 1px;
  font-size: 0px;
}
#menu-left-content-right .menu-left-content-right-inner .menu-left-content-right-inner__content {
  float: left;
  text-align: center;
}
#menu-left-content-right .menu-left-content-right-inner .menu-left-content-right-inner__content .menu-left-content-right-inner__content-inner {
  display: inline-block;
  position: relative;
  width: 100%;
  margin: auto;
  text-align: left;
}
#menu-left-content-right .menu-left-content-right-inner .menu-left-content-right-inner__content .menu-left-content-right-inner__content-inner .maintenance-mode .maintenance-mode__box {
  height: 400px;
  background-color: rgb(216, 216, 216);
  border: 1px solid transparent;
  text-align: center;
}
#menu-left-content-right .menu-left-content-right-inner .menu-left-content-right-inner__content .menu-left-content-right-inner__content-inner .maintenance-mode .maintenance-mode__box .box-title {
  color: rgb(57, 57, 57);
  font-family: "Sarabun-Bold", sans-serif;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 1.6em;
  margin-bottom: 10px;
}
#menu-left-content-right .menu-left-content-right-inner .menu-left-content-right-inner__content .menu-left-content-right-inner__content-inner .maintenance-mode .maintenance-mode__box .box-content {
  color: rgb(57, 57, 57);
  font-family: "Sarabun-Regular", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.5em;
}

/* Medium and up */
@media only screen and (min-width: 640px) {
  #menu-left-content-right {
    padding-top: 130px;
    padding-bottom: 80px;
  }
  #menu-left-content-right .menu-left-content-right-inner .component-header {
    top: -30px;
    margin-bottom: 0;
  }
}
/* Large and up */
@media only screen and (min-width: 1024px) {
  #menu-left-content-right {
    padding-top: 190px;
    padding-bottom: 110px;
  }
  #menu-left-content-right .menu-left-content-right-inner {
    min-height: calc(100vh - 720px);
    top: -30px;
  }
  #menu-left-content-right .menu-left-content-right-inner .component-header img {
    height: 220px;
  }
}
/* XLarge and up */
/* XXLarge and up */
#menu-inteligent-mun {
  position: relative;
  display: inline-block;
  padding-top: 120px;
  padding-bottom: 60px;
  width: 100%;
  text-align: center;
  background-color: rgba(244, 244, 244, 0.8);
  z-index: 0;
}
#menu-inteligent-mun .menu-inteligent-mun-inner {
  position: relative;
  display: inline-block;
  width: 100%;
}
#menu-inteligent-mun .menu-inteligent-mun-inner .component-header {
  position: relative;
  top: -20px;
  margin-bottom: 10px;
  background-color: rgb(42, 39, 96);
}
#menu-inteligent-mun .menu-inteligent-mun-inner .component-header img {
  height: 110px;
}
#menu-inteligent-mun .menu-inteligent-mun-inner .menu-inteligent-mun-inner__menu {
  min-height: 1px;
  font-size: 0px;
}
#menu-inteligent-mun .menu-inteligent-mun-inner .menu-inteligent-mun-inner__content {
  float: left;
  text-align: center;
}
#menu-inteligent-mun .menu-inteligent-mun-inner .menu-inteligent-mun-inner__content .menu-inteligent-mun-inner__content-inner {
  display: inline-block;
  position: relative;
  width: 100%;
  margin: auto;
  text-align: left;
}
#menu-inteligent-mun .menu-inteligent-mun-inner .menu-inteligent-mun-inner__content .menu-inteligent-mun-inner__content-inner .maintenance-mode .maintenance-mode__box {
  height: 400px;
  background-color: rgb(216, 216, 216);
  border: 1px solid transparent;
  text-align: center;
}
#menu-inteligent-mun .menu-inteligent-mun-inner .menu-inteligent-mun-inner__content .menu-inteligent-mun-inner__content-inner .maintenance-mode .maintenance-mode__box .box-title {
  color: rgb(57, 57, 57);
  font-family: "Sarabun-Bold", sans-serif;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 1.6em;
  margin-bottom: 10px;
}
#menu-inteligent-mun .menu-inteligent-mun-inner .menu-inteligent-mun-inner__content .menu-inteligent-mun-inner__content-inner .maintenance-mode .maintenance-mode__box .box-content {
  color: rgb(99, 99, 99);
  font-family: "Sarabun-Regular", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.5em;
}

/* Medium and up */
@media only screen and (min-width: 640px) {
  #menu-inteligent-mun {
    padding-top: 130px;
    padding-bottom: 80px;
  }
  #menu-inteligent-mun .menu-inteligent-mun-inner .component-header {
    top: -30px;
    margin-bottom: 0;
  }
}
/* Large and up */
@media only screen and (min-width: 1024px) {
  #menu-inteligent-mun {
    padding-top: 190px;
    padding-bottom: 110px;
  }
  #menu-inteligent-mun .menu-inteligent-mun-inner {
    min-height: calc(100vh - 720px);
    top: -30px;
  }
  #menu-inteligent-mun .menu-inteligent-mun-inner .component-header img {
    height: 220px;
  }
}
/* XLarge and up */
/* XXLarge and up */
#content-left-aside-right {
  display: inline-block;
  position: relative;
  padding-top: 120px;
  padding-bottom: 60px;
  width: 100%;
  text-align: left;
  background-color: rgba(244, 244, 244, 0.8);
}
#content-left-aside-right .content-left-aside-right__content {
  display: inline-block;
  position: relative;
}
#content-left-aside-right .content-left-aside-right__aside {
  display: inline-block;
  position: relative;
}

/* Medium and up */
@media only screen and (min-width: 640px) {
  #content-left-aside-right {
    padding-top: 130px;
    padding-bottom: 80px;
  }
}
/* Large and up */
@media only screen and (min-width: 1024px) {
  #content-left-aside-right {
    padding-top: 190px;
    padding-bottom: 110px;
  }
  #content-left-aside-right .content-left-aside-right__content {
    float: left;
  }
}
/* XLarge and up */
/* XXLarge and up */
#content-full {
  position: relative;
  display: inline-block;
  background-color: rgba(244, 244, 244, 0.8);
  width: 100%;
  font-size: 0px;
  text-align: center;
  padding-top: 120px;
  padding-bottom: 60px;
}
#content-full.content-full-app {
  padding: 0;
}
#content-full .content-full-inner {
  position: relative;
  display: inline-block;
  width: 100%;
}
#content-full .content-full-inner.content-full-inner-app {
  width: 80%;
  min-height: 100vh;
  padding: 100px 0;
}
#content-full .content-full-inner .content-full-inner-content {
  display: inline-block;
  position: relative;
  float: left;
  width: 100%;
}
#content-full .content-full-inner .content-full-inner-content-margin {
  margin-top: 30px;
  width: 83.33333%;
}

/* Medium and up */
@media only screen and (min-width: 640px) {
  #content-full {
    padding-top: 130px;
    padding-bottom: 80px;
  }
}
/* Large and up */
@media only screen and (min-width: 1024px) {
  #content-full {
    padding-top: 130px;
    padding-bottom: 110px;
  }
  #content-full .content-full-inner .content-full-inner-content-margin {
    margin-top: 46px;
    width: 66.66667%;
  }
}
/* XLarge and up */
/* XXLarge and up */
/*variable*/
#global-search-page {
  display: inline-block;
  position: relative;
  width: 100%;
  background-color: rgba(244, 244, 244, 0.8);
  padding-top: 120px;
  padding-bottom: 60px;
}

.global-search-page-inner {
  position: relative;
  display: inline-block;
  width: 100%;
}
.global-search-page-inner .global-search-breadcrumbs {
  display: inline-block;
  position: relative;
  float: left;
  padding-left: 10px;
}
.global-search-page-inner .form-elements {
  display: inline-block;
  position: relative;
  width: 100%;
}

.form-results {
  display: inline-block;
  position: relative;
  text-align: left;
  float: left;
  padding: 0 10px;
  margin-top: 50px;
}
.form-results a {
  position: relative;
  text-decoration: none;
  -webkit-transition: opacity 250ms ease-out;
  -moz-transition: opacity 250ms ease-out;
  -ms-transition: opacity 250ms ease-out;
  -o-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
}
.form-results a .form-results__item {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid rgb(216, 216, 216);
  margin-top: 20px;
}
.form-results a .form-results__item .item-title {
  color: rgb(57, 57, 57);
  font-family: "Sarabun-Light", sans-serif;
  font-size: 14px;
  max-height: 4.6em;
  line-height: 1.5em;
}
.form-results a .form-results__item .item-details {
  color: rgb(156, 191, 71);
  font-family: "Sarabun-SemiBoldItalic", sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.6em;
  margin-top: 6px;
}
.form-results a .form-results__item .item-details .item-details__post-type {
  text-transform: capitalize;
  display: inline-block;
  vertical-align: middle;
}
.form-results a .form-results__item .item-details .item-details__separator {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
}
.form-results a .form-results__item .item-details .item-details__date {
  text-transform: lowercase;
  display: inline-block;
  vertical-align: middle;
}
.form-results a:first-of-type .form-results__item {
  margin-top: 0;
}

.search-results-button-load-more {
  display: inline-block;
  position: relative;
  margin-top: 30px;
}

/* Medium and up */
@media only screen and (min-width: 640px) {
  #global-search-page {
    padding-top: 130px;
    padding-bottom: 80px;
  }
  .form-results {
    margin-top: 66px;
  }
}
/* Large and up */
@media only screen and (min-width: 1024px) {
  #global-search-page {
    padding-top: 190px;
    padding-bottom: 110px;
  }
  .global-search-page-inner .global-search-breadcrumbs {
    padding-top: 60px;
  }
  .form-results {
    margin-top: -178px;
  }
  .search-results-button-load-more {
    margin-top: 40px;
  }
}
/* XLarge and up */
@media only screen and (min-width: 1200px) {
  .global-search-page-inner .global-search-breadcrumbs {
    padding-top: 80px;
  }
}
/* XXLarge and up */
@media only screen and (min-width: 1440px) {
  .global-search-page-inner .global-search-breadcrumbs {
    padding-top: 60px;
  }
}

/*# sourceMappingURL=style.css.map */
