/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
.g-content {
  margin: 0.625rem;
  padding: 1.5rem;
}
.g-flushed .g-content {
  margin: 0;
  padding: 0;
}
body {
  font-size: 1rem;
  line-height: 1.5;
}
h1 {
  font-size: 2.25rem;
}
h2 {
  font-size: 1.9rem;
}
h3 {
  font-size: 1.5rem;
}
h4 {
  font-size: 1.15rem;
}
h5 {
  font-size: 1rem;
}
h6 {
  font-size: 0.85rem;
}
small {
  font-size: 0.875rem;
}
cite {
  font-size: 0.875rem;
}
sub, sup {
  font-size: 0.75rem;
}
code, kbd, pre, samp {
  font-size: 1rem;
  font-family: "Menlo", "Monaco", monospace;
}
textarea, select[multiple=multiple], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]) {
  border-radius: 0.1875rem;
}
/* ===== Layout ===== */
.lang-flag-only .mod-languages__list {
  display: flex;
  align-items: center;
}
.lang-flag-only .mod-languages__list > li {
  display: flex;
  align-items: center;
  list-style: none;
  line-height: 1.6;
}
/* ===== Link ===== */
.lang-flag-only a {
  display: inline-flex;
  align-items: center;
  line-height: 1.6;
  margin: 0 1px;
  transform: translateY(1px);
  /* ยกให้ตรงกับเมนู */
  text-decoration: none;
}
/* ===== Flag ===== */
.lang-flag-only a img {
  width: 28px;
  height: auto;
  vertical-align: middle;
}
/* ===== Text via ::after (ไม่แตะ HTML / PHP) ===== */
/* EN */
.lang-flag-only a[href*="/en"]::after {
  content: " EN";
  font-weight: 700;
  color: #0e163d;
  margin-left: 4px;
}
/* 中文 */
.lang-flag-only a[href*="/zh"]::after, .lang-flag-only a[href*="/zh-cn"]::after {
  content: " 中文";
  font-weight: 700;
  color: #c40000;
  margin-left: 4px;
}
/* remove background */
.lang-flag-only, .lang-flag-only * {
  background: transparent !important;
  box-shadow: none !important;
}
/* Language Switcher */
.lang-switcher img {
  width: 24px;
}
@media (max-width: 768px) {
  .g-container {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .g-logo img {
    max-width: 180px !important;
  }
  .g-header {
    padding: 10px 12px !important;
  }
  .g-block {
    margin-bottom: 20px !important;
  }
}
/*# sourceMappingURL=custom_75.css.map */