:root {
  --s-accent: #FF8900;
  --s-accent2: #002575;
  --s-accent-hover: #002575;
  --s-bg: #fff;
  --s-text: #2E2E2E;
  --s-line: #dcdfe5;
  --s-noti: #c00;
  --s-border: rgba(112, 112, 112, .28);
  --s-border-radius: 0;
  --s-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  --s-box-padding: 15px;
  --s-heading: "Chulabhorn", sans-serif;
  --s-heading-weight: 500;
  --s-heading-line-height: 1.3;
  --s-body: "Chulabhorn", sans-serif;
  --s-body-line-height: 1.625;
  --s-space: 16px;
  --s-header-height: 140px;
  --s-footer-height: 84px;
  --s-footer-line-height: 1.3;
  --s-title-size: 1.5rem;
  --s-title-height: 170px;
  --s-title-bg-blur: 20px;
  --s-title-bg-opacity: 0.7;
  --c-transition-hover: .4s ease all;
  --c-h1-size-d: 29px;
  --c-h1-size-m: 30px;
  --c-banner-height-d: 600px;
  --c-banner-height-m: 560px;
  --c-inactive-background: #D0D0D0;
  --c-card-background: #F7F7F7;
  --c-dot-color: #58595B;
  --c-title-height: 360px;
}

.site-header {
  --s-bg: #fff;
  --s-text: #222;
}

.site-header--m {
  --s-header-topmenu-height: 88px;
  --s-header-mainmenu-height: 52px;
}

.site-nav-m {
  --s-bg: #fff;
  --s-text: #002575;
  --s-submenu-text: #000;
  --s-line: #D3D3D3;
  --s-header-text: 16px;
}

.site-nav-d {
  --s-text: #fff;
  --s-submenu-text: #002575;
}

.content-headline {
  --s-bg: #000;
  --s-text: #fff;
}

.site-footer {
  --s-bg: #FF8900;
  --s-text: #fff;
  --s-text-size: 14px;
}

.text-primary {
  color: var(--s-accent);
}

.text-weight-light {
  font-weight: 300;
}

@media (min-width: 768px) {
  :root {
    --s-space: 20px;
  }
}

@media (min-width: 1025px) {
  :root {
    --s-header-height: 135px;
    --s-header-topmenu-height: 53px;
    --s-header-mainmenu-height: 82px;
    --s-header-text-size: 15px;
  }
  .main-header {
    --s-title-height: 250px;
    --c-title-height: 480px;
    --s-title-size: 2rem;
  }
  .site-footer, .site-footer-space {
    --s-footer-height: 50px;
  }
}

@media screen and (min-width: 1024px) {
  .mobile-break {
    display: none;
  }
}

.wp-block-image figure {
  margin-top: 0;
  margin-bottom: 0;
}

figure.wp-block-image {
  margin-top: 0;
  margin-bottom: 0;
}

figure.wp-block-table {
  margin-bottom: 0;
}

.line-height-0 {
  line-height: 0;
}

/* == MOBILE REBOOT == */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  margin: 1.625rem 0;
  color: inherit;
  border: 0;
  border-bottom: 1px solid var(--s-border);
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

pre,
code,
kbd,
samp {
  font-family: monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: var(--s-border);
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
  max-width: 100%;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
  max-width: 100%;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  min-height: 100vh;
  background-color: #000;
}

body {
  margin: 0;
  font-family: var(--s-body);
  font-size: 16px;
  font-weight: normal;
  line-height: var(--s-body-line-height);
  color: var(--s-text);
  text-align: left;
  background-color: var(--s-bg);
  text-rendering: optimizeLegibility;
  min-height: 100vh;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0 0 0.75rem;
  font-family: var(--s-heading);
  font-weight: var(--s-heading-weight);
  line-height: var(--s-heading-line-height);
}

h1 {
  font-size: var(--c-h1-size-m);
}

@media screen and (min-width: 1024px) {
  h1 {
    font-size: var(--c-h1-size-d);
  }
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.375em;
}

h4 {
  font-size: 1.125em;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 0.875em;
}

nav,
button,
.menu,
._heading,
.btn,
.button,
blockquote {
  font-family: var(--s-heading);
  font-weight: var(--s-heading-weight);
}

p {
  padding: 0;
  margin: 0 0 1em;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1em;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

a {
  color: var(--s-accent);
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  -webkit-transition: opacity 0.3s, color 0.3s;
  transition: opacity 0.3s, color 0.3s;
}

a:hover {
  color: var(--s-accent-hover);
}

a:active {
  opacity: 0.6;
}

/* == INI == */
ol {
  padding-left: 1.6em;
  text-indent: 0;
  margin: 0 0 1.5em;
}

ul {
  padding-left: 1.5em;
  text-indent: 0;
  margin: 0 0 1.5em;
}

body,
input,
textarea,
select,
button {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga1" on;
          font-feature-settings: "liga1" on;
}

body,
html {
  width: 100%;
  overflow-x: hidden;
}

h2 label,
h3 label,
h4 label {
  font-weight: inherit;
}

form:before, form:after,
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

form:after,
.clearfix:after {
  clear: both;
}

button:focus,
input:focus,
textarea:focus,
*:focus {
  outline: 0 !important;
}

input[type="text"],
input[type="search"],
.input,
.input-text {
  border: 1px solid var(--s-border);
  border-radius: var(--s-border-radius);
  padding: 4px 6px;
  display: block;
  width: 100%;
  -webkit-transition: 0.2s border-color ease-in-out;
  transition: 0.2s border-color ease-in-out;
  font-size: 16px;
  font-family: var(--s-heading);
  font-weight: var(--s-heading-weight);
}

input[type="text"]:focus,
input[type="search"]:focus,
.input:focus,
.input-text:focus {
  border-color: var(--s-accent-hover);
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  clip: auto !important;
  display: block;
  height: auto;
  left: 5px;
  top: 5px;
  width: auto;
  z-index: 100000;
}

blockquote {
  text-align: left;
  font-size: 1.25em;
  line-height: 1.6;
  padding: 0 0 0 23px;
  border-left: 3px solid #262828;
  margin: 1.6em 0;
}

blockquote ol:last-child,
blockquote ul:last-child,
blockquote p:last-child {
  margin-bottom: 0;
}

blockquote cite {
  font-size: 0.8em;
}

/* == BOOTSTRAP & ETC== */
.text-center {
  text-align: center;
}

@media (min-width: 1025px) {
  .text-center .-toleft {
    text-align: left;
  }
  .text-center .-toright {
    text-align: right;
  }
}

.hide,
#page .hide {
  display: none;
}

.fade.in {
  opacity: 1;
}

.table,
.wp-block-table table {
  border: 1px solid var(--s-line);
}

.table thead th,
.wp-block-table table thead th {
  background-color: var(--s-bg);
  color: var(--s-text);
}

.table th,
.table td,
.wp-block-table table th,
.wp-block-table table td {
  padding: 6px 10px;
}

/* == SEED ==*/
.s-container {
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--s-space);
  padding-left: var(--s-space);
  width: 100%;
}

@media (min-width: 1025px) {
  .s-container {
    max-width: 990px;
  }
}

@media (min-width: 1160px) {
  .s-container {
    max-width: 1160px;
  }
}

.site .s-button a,
a.s-button,
.button-primary,
input[type="submit"] {
  line-height: 1;
  min-height: 44px;
  padding: 6px 20px;
  font-family: var(--s-heading);
  font-weight: var(--s-heading-weight);
  color: var(--s-bg);
  background-color: var(--s-accent);
  border-radius: var(--s-border-radius);
  border: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}

.site .s-button a:hover,
a.s-button:hover,
.button-primary:hover,
input[type="submit"]:hover {
  background-color: var(--s-accent-hover);
}

.site .s-button a,
a.s-button,
.button-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.s-box {
  -webkit-box-shadow: var(--s-shadow);
          box-shadow: var(--s-shadow);
  border-radius: var(--s-border-radius);
  overflow: hidden;
}

.s-sec {
  padding-top: calc(var(--s-space) * 2);
  padding-bottom: calc(var(--s-space) * 2);
}

.s-title {
  text-align: center;
  margin-bottom: var(--s-space);
}

.s-grid {
  display: -ms-grid;
  display: grid;
  grid-gap: var(--s-space);
  margin-bottom: var(--s-space);
  -ms-grid-columns: minmax(0, 1fr);
      grid-template-columns: minmax(0, 1fr);
}

.s-grid.-m2 {
  -ms-grid-columns: (minmax(0, 1fr))[2];
      grid-template-columns: repeat(2, minmax(0, 1fr));
}

.s-grid.-m3 {
  -ms-grid-columns: (minmax(0, 1fr))[3];
      grid-template-columns: repeat(3, minmax(0, 1fr));
}

.s-grid::before, .s-grid::after {
  display: none;
}

.s-grid .s-grid {
  margin-bottom: 0;
}

@media (min-width: 1025px) {
  .s-grid {
    grid-gap: var(--s-space);
    margin-bottom: var(--s-space);
  }
  .s-grid.-d2 {
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .s-grid.-d3 {
    -ms-grid-columns: (minmax(0, 1fr))[3];
        grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .s-grid.-d4 {
    -ms-grid-columns: (minmax(0, 1fr))[4];
        grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .s-grid.-d5 {
    -ms-grid-columns: (minmax(0, 1fr))[5];
        grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .s-grid.-d6 {
    -ms-grid-columns: (minmax(0, 1fr))[6];
        grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

/* Keen Slider */
.slider-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slider-area .slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100%;
}

.slider-area[data-keen-slider-v] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.slider-area[data-keen-slider-v] > .slider {
  width: 100%;
}

.slider-area[data-keen-slider-moves] * {
  pointer-events: none;
}

.slider-area {
  margin: 0 calc(var(--s-space) / -2) var(--s-space);
  padding-bottom: 16px;
}

.-center-d .slider-area {
  margin-left: 0;
  margin-right: 0;
}

.slider-area .slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 calc(var(--s-space) / 2) calc(var(--s-space) / 2);
}

.slider-area .slider > article {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.slider-area .content-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.slider-area .content-item.-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider-area .content-item.-hero {
  display: -ms-grid;
  display: grid;
  margin: 0;
}

.s-slider {
  position: relative;
}

.s-slider.-large {
  margin: 0 calc(var(--s-space) * -1) var(--s-space);
}

@media (min-width: 1025px) {
  .s-slider.-large {
    margin: 0 0 var(--s-space);
  }
}

.s-slider.-full {
  margin: 0 calc(var(--s-space) * -1);
}

.s-slider.-full > .slider {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 768px) {
  .s-slider.-full {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

@media (max-width: 991px) {
  .s-slider.-center-m {
    margin-left: calc(var(--s-space) * -1);
    margin-right: calc(var(--s-space) * -1);
  }
}

.s-slider.-dots-in .slider-area {
  padding-bottom: 0;
}

.s-slider.-dots-in .slider {
  padding-bottom: 0;
}

.s-slider.-dots-in .dots {
  bottom: 10px;
}

.s-slider.-dots-in .dot {
  background-color: var(--s-bg);
}

.s-slider.-dots-in .nav > a {
  top: calc(50% - 20px);
}

.s-slider.-dots-in .nav > a:before {
  border-color: var(--s-bg);
}

.s-slider.-dots-in .prev {
  left: 10px;
}

.s-slider.-dots-in .next {
  right: 10px;
}

.s-slider .dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  line-height: 20px;
}

.s-slider .dot {
  background-color: var(--s-border);
  display: inline-block;
  margin: 0 4px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  width: 6px;
  height: 6px;
  opacity: 0.5;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.s-slider .dot.active {
  width: 18px;
  opacity: 1;
}

@media (min-width: 1025px) {
  .s-slider.-togrid .nav,
  .s-slider.-togrid .dots {
    display: none;
  }
  .s-slider.-togrid .slider-area {
    padding-bottom: 0;
  }
  .s-slider .nav {
    font-family: Arial;
    text-align: center;
  }
  .s-slider .nav > a {
    position: absolute;
    top: calc(50% - 30px);
    height: 40px;
    width: 40px;
    z-index: 10;
    cursor: pointer;
  }
  .s-slider .nav > a:before {
    content: "";
    position: absolute;
    top: calc(50% - 8px);
    left: calc(50% - 8px);
    width: 16px;
    height: 16px;
    border-top: 3px solid var(--s-border);
    border-right: 3px solid var(--s-border);
    border-radius: 2px;
  }
  .s-slider .prev {
    left: -40px;
  }
  .s-slider .prev:before {
    -webkit-transform: rotate(-135deg) skew(7deg, 7deg);
            transform: rotate(-135deg) skew(7deg, 7deg);
  }
  .s-slider .next {
    right: -40px;
  }
  .s-slider .next:before {
    -webkit-transform: rotate(45deg) skew(7deg, 7deg);
            transform: rotate(45deg) skew(7deg, 7deg);
  }
}

.s-modal {
  height: 0;
  max-height: 0;
  overflow: hidden;
  width: 94vw;
  max-width: 750px;
  background-color: rgba(229, 229, 229, 0.85);
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.9);
          transform: translate(-50%, -50%) scale(0.9);
  padding: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  z-index: 1100;
}

.s-modal.-full {
  width: 100vw;
  max-width: 100vw;
  left: 0;
  right: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.s-modal.-visible {
  opacity: 1;
  height: auto;
  max-height: 94vh;
  pointer-events: auto;
  overflow: auto;
  padding: 10px 20px 8px;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.s-modal.-visible.-full {
  height: 100vh;
  top: 0;
  max-height: 100vh;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.s-modal-trigger {
  display: inline-block;
}

.s-modal-bg {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.65);
  -webkit-transition: opacity 0.3s ease-in-out, height 0.01s 0.3s;
  transition: opacity 0.3s ease-in-out, height 0.01s 0.3s;
}

.s-modal-bg.-blacked-out {
  height: 100vh;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.s-modal-content {
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  padding: 0 16px;
}

.s-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 26px;
  text-align: center;
  padding: 10px;
  line-height: 22px;
  height: 44px;
  width: 44px;
  z-index: 10;
  color: var(--s-text);
  cursor: pointer;
}

.s-modal-close:hover {
  background-color: var(--s-accent);
  color: var(--s-bg);
}

.s-modal-login {
  max-width: 400px;
}

@media (min-width: 1025px) {
  .s-modal-login {
    max-height: 400px;
  }
}

.s-modal .search-form {
  position: absolute;
  width: 88%;
  top: 40%;
  left: 6%;
  max-width: 100%;
  border: none;
  height: 43px;
}

.s-modal .search-form .search-field {
  border: 1px solid #707070;
  border-radius: 0;
}

.s-modal .search-form button {
  color: var(--s-accent);
}

@media (min-width: 768px) {
  .s-modal-content {
    padding: 0 30px;
  }
  .s-modal.-visible {
    padding: 20px 30px 10px;
  }
  .s-modal .search-form {
    max-width: 768px;
    left: 50%;
    top: 40%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

._space {
  margin-bottom: var(--s-space) !important;
}

._space_0 {
  margin-bottom: 0 !important;
}

._space_0 .slider-area {
  margin-bottom: 0 !important;
}

._scroll {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
}

@media (max-width: 1024) {
  ._desktop {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  ._mobile {
    display: none !important;
  }
}

/*
 * Font Name: Chulabhorn
 */
@font-face {
  font-family: "Chulabhorn";
  src: url("../fonts/chulabhorn/ChulabhornLikitText-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Chulabhorn";
  src: url("../fonts/chulabhorn/ChulabhornLikitText-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Chulabhorn";
  src: url("../fonts/chulabhorn/ChulabhornLikitText-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Chulabhorn";
  src: url("../fonts/chulabhorn/ChulabhornLikitText-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/*
 * Font Name: Anuphan
 */
@font-face {
  font-family: "Anuphan";
  src: url("../fonts/anuphan/anuphan.woff2") format("woff2"), url("../fonts/anuphan/anuphan.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Anuphan";
  src: url("../fonts/anuphan/anuphan-medium.woff2") format("woff2"), url("../fonts/anuphan/anuphan-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Anuphan";
  src: url("../fonts/anuphan/anuphan-bold.woff2") format("woff2"), url("../fonts/anuphan/anuphan-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/*
 * Font Name: Maledpan
 */
@font-face {
  font-family: "Maledpan";
  src: url("../fonts/maledpan/maledpan.woff2") format("woff2"), url("../fonts/maledpan/maledpan.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Maledpan";
  src: url("../fonts/maledpan/maledpan-bold.woff2") format("woff2"), url("../fonts/maledpan/maledpan-bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/*
 * Font name: Sarabun
 */
@font-face {
  font-family: "Sarabun";
  src: local("Sarabun"), url("../fonts/sarabun/sarabun.woff2") format("woff2"), url("../fonts/sarabun/sarabun.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: "Sarabun";
  src: local("Sarabun"), url("../fonts/sarabun/sarabun-bold.woff2") format("woff2"), url("../fonts/sarabun/sarabun-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: fallback;
}

/* == GUTENBERG EDITOR == */
.alignfull,
.alignwide {
  margin-left: calc(var(--s-space) * -1);
  margin-right: calc(var(--s-space) * -1);
  max-width: 100vw;
  width: 100vw;
}

.wp-block-video video {
  max-width: 750px;
}

.wp-block-cover-text p {
  padding: 1.5em 0;
}

.wp-block-separator {
  border: none;
  border-bottom: 2px solid #8f98a1;
  margin: 1.65em auto;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px;
}

.wp-block-quote.is-large {
  border: none;
}

.wp-block-quote.is-large cite {
  display: block;
}

.wp-block-pullquote {
  border-left: none;
  border-top: 4px solid #555d66;
  border-bottom: 4px solid #555d66;
  color: #40464d;
  padding: 2em;
  text-align: center;
  margin-bottom: 20px;
}

.wp-block-pullquote blockquote {
  border-left: none;
  padding-left: 0;
  text-align: center;
  margin: 0;
  font-family: var(--s-heading);
}

.wp-block-table {
  display: block;
  overflow-x: auto;
}

.wp-block-embed.type-video > .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.wp-block-embed.type-video > .wp-block-embed__wrapper > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

p.has-drop-cap:not(:focus):first-letter {
  font-size: 5.4em;
  line-height: 0.9;
  font-family: var(--s-heading);
}

@media (min-width: 576px) {
  .alignfull,
  .alignwide {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }
}

@media screen and (min-width: 768px) {
  .wp-block-cover-text p {
    padding: 1.5em 0;
  }
}

@media screen and (min-width: 1025px) {
  .wp-block-image {
    margin-top: var(--s-space);
    margin-bottom: var(--s-space);
  }
  .main-body.-rightbar .alignfull,
  .main-body.-rightbar .alignwide, .main-body.-leftbar .alignfull,
  .main-body.-leftbar .alignwide, .main-body.-leftrightbar .alignfull,
  .main-body.-leftrightbar .alignwide {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

@media (min-width: 1110px) {
  .alignwide {
    margin-left: -180px;
    margin-right: -180px;
    max-width: 1110px;
    width: 1110px;
  }
}

/* WP */
.alignright {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em;
}

.alignleft {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
}

img.centered,
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignright {
  display: inline;
}

img.alignleft {
  display: inline;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}

.wp-caption-text {
  text-align: center;
}

.wp-caption .wp-caption-text {
  margin: 0.8em 0;
}

.sticky {
  display: block;
}

.hentry li ul,
.hentry li ol {
  margin: 0.5em 0;
}

.byline,
.updated:not(.published) {
  display: none;
}

.bypostauthor {
  background-color: #f8f5e7;
}

.single .content-area .byline {
  display: inline;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

embed,
iframe,
object {
  max-width: 100%;
}

.navigation {
  clear: both;
}

body.home .gallery,
.gallery {
  margin: 0 -10px 1.5em;
}

.gallery:after {
  display: table;
  content: "";
  clear: both;
}

.gallery-item {
  float: left;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin: 0;
  padding: 10px;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33.3333%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
  width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n + 1),
.gallery-columns-3 .gallery-item:nth-child(3n + 1),
.gallery-columns-4 .gallery-item:nth-child(4n + 1),
.gallery-columns-5 .gallery-item:nth-child(5n + 1),
.gallery-columns-6 .gallery-item:nth-child(6n + 1),
.gallery-columns-7 .gallery-item:nth-child(7n + 1),
.gallery-columns-8 .gallery-item:nth-child(8n + 1),
.gallery-columns-9 .gallery-item:nth-child(9n + 1) {
  clear: left;
}

.gallery-caption {
  display: block;
}

.edit-link a {
  position: fixed;
  bottom: 5px;
  left: 5px;
  display: block;
  width: 32px;
  height: 32px;
  line-height: 30px;
  border-radius: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  border: 2px solid #fff;
  font-size: 10px;
  overflow: hidden;
  z-index: 900;
  font-family: arial, sans-serif;
}

.fb-comments {
  clear: both;
  display: block;
}

.search-field {
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.site-main > .page-header {
  margin: 0;
  border: none;
  padding: 0;
}

/* Jetpack */
.infinite-scroll .content-pagination {
  display: none;
}

/* Comments */
.comments-area {
  clear: both;
  margin-bottom: 15px;
}

.comment-list {
  list-style: none;
  margin-bottom: 20px;
  padding: 0;
  border: 1px solid #e2e2e2;
  border-bottom: none;
}

.comment-list .comment {
  border-bottom: 1px solid #e2e2e2;
  padding: 25px;
  background-color: #f8f8f8;
}

.comment-list .vcard img.avatar {
  float: left;
  margin: 5px 12px 0 0;
}

.comment-list .vcard .says {
  display: none;
}

.comment-list .comment-metadata {
  font-size: 0.8em;
  line-height: 1.4em;
}

.comment-list .comment-metadata:after {
  content: "";
  clear: both;
  display: block;
  margin-bottom: 15px;
}

.comment-list .comment-metadata a {
  opacity: 0.8;
}

.comment-list .children {
  list-style: none;
  margin: 0;
  padding: 0;
}

.comment-list .children .comment {
  border-bottom: none;
  padding-bottom: 0;
}

.comment-respond {
  background-color: #eee;
  padding: 25px 25px 5px;
  margin-top: 20px;
}

.comment-respond label {
  display: block;
  margin: 0;
}

.comment-form-comment {
  margin-bottom: 10px;
}

.comment-form-comment textarea {
  padding: 10px;
  width: 100%;
  border: 1px solid #ccc;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
  width: 100%;
  border: 1px solid #ccc;
  padding: 3px 5px;
}

/* fitVids - https://codepen.io/chriscoyier/pen/YzXeXjK */
.fitVids-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.fitVids-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Facebook Comments */
.fb_iframe_widget_lift {
  width: 100% !important;
}

/* Search Form */
.search-form {
  width: 100%;
  height: 40px;
  max-width: 240px;
  position: relative;
}

.search-form label {
  margin-bottom: 0;
  width: 100%;
}

.search-form .search-field {
  width: 100%;
  height: 40px;
  padding-left: 6px;
}

.search-form button {
  min-height: 36px;
  width: 36px;
  border-radius: 18px;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--s-border);
  background: none;
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 1;
}

.search-form button:hover {
  background: var(--s-accent);
  color: var(--s-bg);
}

.search-form button svg {
  width: 22px;
  height: 22px;
}

/* == GENERAL == */
.site {
  position: relative;
  min-height: 100vh;
}

.home-banner {
  margin-bottom: 30px;
}

.home-banner img {
  width: 100%;
}

.page-banner img {
  width: 100%;
}

.page-banner > .widget {
  display: none;
}

.page-banner > .widget:first-of-type {
  display: block;
}

/* == HEADER == */
.show-nav ._heading {
  position: fixed;
}

.show-nav .site-nav-m.active {
  position: fixed;
}

.site-header--m .site-header--topmenu {
  position: relative;
  min-height: var(--s-header-topmenu-height);
}

.site-header--m .site-header--mainmenu {
  position: relative;
  min-height: var(--s-header-mainmenu-height);
  background-color: var(--s-accent);
}

.site-header {
  z-index: 900;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  color: var(--s-text);
  background-color: var(--s-bg);
  min-height: var(--s-header-height);
  -webkit-box-shadow: var(--s-shadow);
          box-shadow: var(--s-shadow);
}

.site-header a {
  color: #fff;
}

.site-header-space {
  min-height: var(--s-header-height);
}

.site-branding {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-branding img {
  max-height: var(--s-header-topmenu-height);
  width: auto;
  padding: 4px 0;
}

.site-logo img {
  margin: 0 10px;
}

.site-title {
  margin: 0;
  font-size: 22px;
  line-height: 1;
  padding-top: 2px;
}

.site-description {
  display: none;
}

.site-toggle {
  position: absolute;
  top: 0;
  right: var(--s-space);
  height: 50px;
  width: 56px;
  font-size: 10px;
  padding: 16px;
  cursor: pointer;
}

.site-toggle b {
  top: 50%;
  margin-top: -1px;
  z-index: 1;
}

.site-toggle b, .site-toggle b:before, .site-toggle b:after {
  pointer-events: none;
  display: block;
  content: "";
  border-radius: 2px;
  background-color: #fff;
  height: 2px;
  position: absolute;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: top 0.3s 0.15s, left 0.1s, background-color 0.3s 0.2s, -webkit-transform 0.2s;
  transition: top 0.3s 0.15s, left 0.1s, background-color 0.3s 0.2s, -webkit-transform 0.2s;
  transition: top 0.3s 0.15s, left 0.1s, background-color 0.3s 0.2s, transform 0.2s;
  transition: top 0.3s 0.15s, left 0.1s, background-color 0.3s 0.2s, transform 0.2s, -webkit-transform 0.2s;
}

.site-toggle b:before {
  left: 0;
  right: -4px;
  top: -8px;
}

.site-toggle b {
  left: 16px;
  right: 16px;
}

.site-toggle b:after {
  left: 0;
  right: 4px;
  top: 8px;
}

.site-toggle.active b {
  background-color: transparent;
}

.site-toggle.active b, .site-toggle.active b:after, .site-toggle.active b:before {
  -webkit-transition: top 0.2s, left 0.2s, background-color 0.2s, -webkit-transform 0.2s 0.15s;
  transition: top 0.2s, left 0.2s, background-color 0.2s, -webkit-transform 0.2s 0.15s;
  transition: top 0.2s, left 0.2s, background-color 0.2s, transform 0.2s 0.15s;
  transition: top 0.2s, left 0.2s, background-color 0.2s, transform 0.2s 0.15s, -webkit-transform 0.2s 0.15s;
}

.site-toggle.active b:before, .site-toggle.active b:after {
  left: 0;
  top: 0;
  right: 0;
}

.site-toggle.active b:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.site-toggle.active b:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.site-search {
  position: absolute;
  padding: 10px 16px;
  left: var(--s-space);
  top: 0;
  cursor: pointer;
  height: 50px;
  line-height: 26px;
}

.site-search svg {
  pointer-events: none;
}

.site-member {
  position: absolute;
  right: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.site-member .pic {
  line-height: 0;
}

.site-member .pic img {
  border-radius: 50px;
  width: 32px;
}

.site-member .info {
  display: none;
}

.site-nav-m {
  font-size: 17px;
  position: absolute;
  display: block;
  left: 0;
  top: var(--s-header-height);
  height: 0;
  opacity: 0;
  width: 100%;
  background: none;
  overflow: hidden;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  z-index: 1;
}

.site-nav-m ul {
  padding: 0 10px;
}

.site-nav-m ul li {
  font-size: var(--s-header-text);
}

.site-nav-m ul li .menu-sublayer a {
  font-size: calc(var(--s-header-text-size) - 2px);
  padding-left: var(--s-space);
  opacity: .7;
}

.site-nav-m ul ul {
  padding: 0;
  font-size: 0.9em;
  font-weight: normal;
}

.site-nav-m ul ul li {
  border-bottom: none;
  border-top: 1px solid var(--s-line);
  display: block;
  color: var(--s-submenu-text);
  padding: 10px 0;
}

.site-nav-m ul ul a {
  padding: 0;
  color: var(--s-submenu-text);
}

.site-nav-m li {
  list-style: none;
  padding: 0;
  position: relative;
  color: var(--s-text);
  border-bottom: 1px solid var(--s-line);
}

.site-nav-m li a {
  display: block;
  color: var(--s-text);
  padding: 10px 0;
  width: 80%;
}

.site-nav-m li a:active {
  opacity: 0.6;
}

.site-nav-m svg {
  -webkit-transition: all 0.3s, opacity 0.5s ease 0.5s;
  transition: all 0.3s, opacity 0.5s ease 0.5s;
  opacity: 0;
}

.site-nav-m.active {
  height: calc(100vh - var(--s-header-height));
  background-color: var(--s-bg);
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  opacity: 1;
}

.site-nav-m.active .menu > li {
  -webkit-transform: scale(1) translateY(0px);
          transform: scale(1) translateY(0px);
  opacity: 1;
}

.site-nav-m .menu-item-has-children {
  position: relative;
}

.site-nav-m .menu-item-has-children > svg {
  color: var(--s-accent);
  position: absolute;
  right: -10px;
  top: 5px;
  opacity: 0.8;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 45px;
  height: 45px;
  padding: 10px;
  z-index: 1;
}

.site-nav-m .menu-item-has-children.active > svg {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}

.site-nav-m .menu-item-has-children > .sub-menu {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s, opacity 0.3s;
  transition: max-height 0.5s, opacity 0.3s;
}

.site-nav-m .menu-item-has-children > .sub-menu svg {
  width: 30px;
  height: 30px;
  padding: 6px;
  right: -5px;
  top: 2px;
}

.site-nav-m .menu-item-has-children.active > .sub-menu {
  max-height: 300vh;
  opacity: 1;
  -webkit-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
}

.site-nav-m .menu > li {
  -webkit-transform: scale(1.1) translateY(-2px);
          transform: scale(1.1) translateY(-2px);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.site-nav-m .menu > li:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.site-nav-m .menu > li:nth-child(2) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.site-nav-m .menu > li:nth-child(3) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.site-nav-m .menu > li:nth-child(4) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.site-nav-m .menu > li:nth-child(5) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.site-nav-m .menu > li:nth-child(6) {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}

.site-nav-m .children {
  display: none;
}

@media (max-width: 1024px) {
  body.headbar-m .site-branding,
  body.headbar-m .site-member,
  body.headbar-m .site-toggle {
    display: none;
  }
  .site-header--d {
    display: none !important;
  }
}

/* == BODY == */
.main-header {
  position: relative;
  overflow: hidden;
  padding: var(--s-space) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-header.-large {
  min-height: var(--c-title-height);
}

.main-header.-large .subtitle {
  font-size: 20px;
}

.main-header.-large .link {
  display: inline-block;
  min-width: 300px;
  border: 1px solid var(--s-accent);
  border-radius: 50px;
  margin-top: var(--s-space);
  padding: calc(var(--s-space) / 2) var(--s-space);
  font-size: 16px;
}

.main-header.-large .bc {
  display: none;
}

.main-header.-banner {
  min-height: var(--s-title-height);
}

.main-header.-banner, .main-header.-large {
  background: #002575;
  color: #fff;
  text-align: center;
}

.main-header.-banner a, .main-header.-large a {
  color: var(--s-accent);
}

.main-header.-banner .s-container, .main-header.-large .s-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-header.-minimal {
  padding-bottom: 0;
}

.site-single .main-header.-minimal {
  margin-bottom: 0;
}

.main-header.-hidden {
  display: none;
}

.main-header.-center {
  text-align: center;
}

.main-header .bg {
  position: absolute;
  top: -50px;
  bottom: -50px;
  left: -50px;
  right: -50px;
  background-size: cover;
  opacity: var(--s-title-bg-opacity);
  -webkit-filter: blur(var(--s-title-bg-blur));
          filter: blur(var(--s-title-bg-blur));
  background-position: center center;
}

.main-header .bg.-blank {
  -webkit-filter: none;
          filter: none;
  opacity: 1;
  background: var(--s-accent);
  color: var(--s-bg);
}

.main-header .title {
  font-size: var(--s-title-size);
  margin: 0;
}

.main-header .title small {
  font-size: 0.7em;
  display: block;
  padding-top: 5px;
}

.main-header .bc {
  display: none;
  font-size: 0.875em;
  margin: 10px 0 0;
}

.main-header .bc .si-angle-right {
  padding: 0 5px;
  vertical-align: -1px;
}

/*
  #        ##   #    #  ####  
  #       #  #  ##   # #    # 
  #      #    # # #  # #      
  #      ###### #  # # #  ### 
  #      #    # #   ## #    # 
  ###### #    # #    #  ####  
*/
.custom--lang-switcher-m {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.custom--lang-switcher-m li {
  margin-right: calc(var(--s-space) / 3) !important;
  margin-left: calc(var(--s-space) / 3) !important;
  border-radius: 50%;
  border: 1px solid var(--s-border);
}

.custom--lang-switcher-m li.wpml-ls-item-th {
  float: left;
}

.custom--lang-switcher-m li.wpml-ls-current-language {
  border: 1px solid var(--s-accent);
  background-color: var(--s-accent);
}

.custom--lang-switcher-m li.wpml-ls-current-language a {
  color: #fff;
}

.custom--lang-switcher-m li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 31px;
  height: 31px;
  color: var(--s-accent);
  padding: 8px;
  font-size: 12px;
}

.site-main.-hide-title h1.entry-title,
.site-main.-hide-title h1.page-title {
  display: none;
}

/* CONTENT ITEM */
.content-item {
  position: relative;
}

.content-item .pic {
  line-height: 0;
  margin-bottom: 15px;
  overflow: hidden;
}

.content-item .pic a:hover,
.content-item .pic a:active {
  opacity: 1;
}

.content-item .pic img {
  width: 100%;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.content-item .entry-title {
  margin-bottom: 0;
  font-size: 1.25em;
}

.content-item .entry-meta {
  margin-bottom: 0;
}

.content-item .cat a {
  background: var(--s-accent);
  color: #fff;
  font-size: 0.875em;
  padding: 3px 6px;
  border-radius: var(--s-border-radius);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.content-item .cat a:hover {
  background: var(--s-accent-hover);
}

.content-item .tags-links,
.content-item .entry-footer {
  display: none;
}

.content-item .entry-summary p {
  margin-top: 8px;
  margin-bottom: 0;
}

.hide-summary .content-item .entry-summary {
  display: none;
}

.content-item:hover .pic img {
  -webkit-transform: scale(1.12);
          transform: scale(1.12);
}

.content-item.-card {
  -webkit-box-shadow: var(--s-shadow);
          box-shadow: var(--s-shadow);
  border-radius: var(--s-border-radius);
  padding: var(--s-box-padding);
  background-color: var(--s-bg);
}

.content-item.-card .pic {
  margin: calc(-1 * var(--s-box-padding)) calc(-1 * var(--s-box-padding)) var(--s-box-padding);
  border-radius: var(--s-border-radius) var(--s-border-radius) 0 0;
}

.content-item.-card .pic img {
  border-radius: var(--s-border-radius) var(--s-border-radius) 0 0;
}

.content-item.-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-shadow: var(--s-shadow);
          box-shadow: var(--s-shadow);
  border-radius: var(--s-border-radius);
  background-color: var(--s-bg);
}

.content-item.-list .pic {
  margin: 0;
  width: 36%;
}

.content-item.-list .pic a {
  display: block;
  height: 100%;
}

.content-item.-list .pic img {
  border-radius: var(--s-border-radius) 0 0 var(--s-border-radius);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.content-item.-list .info {
  width: 64%;
  padding: var(--s-box-padding) var(--s-box-padding) var(--s-box-padding) 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content-item.-list .entry-summary {
  display: none;
}

.content-item.-caption {
  position: relative;
  background-color: #000;
  border-radius: var(--s-border-radius);
  -webkit-box-shadow: var(--s-shadow);
          box-shadow: var(--s-shadow);
}

.content-item.-caption .pic {
  height: 100%;
  min-height: 150px;
  margin: 0;
  opacity: 0.8;
  -webkit-transition: 0.7s ease;
  transition: 0.7s ease;
  border-radius: var(--s-border-radius);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.content-item.-caption .pic img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--s-border-radius);
  -webkit-transition: 0.7s ease;
  transition: 0.7s ease;
}

.content-item.-caption .entry-title {
  margin-bottom: 0;
}

.content-item.-caption .entry-meta {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  margin-top: 0;
  -webkit-transition: 0.7s ease;
  transition: 0.7s ease;
  color: var(--s-bg);
}

.content-item.-caption .info {
  position: absolute;
  bottom: 0;
  z-index: 1;
  padding: 15px;
  color: var(--s-bg);
}

.content-item.-caption .info a {
  color: var(--s-bg);
}

.content-item.-caption:hover .pic {
  opacity: 0.4;
}

.content-item.-caption:hover .entry-meta {
  max-height: 42px;
  opacity: 1;
  margin-top: 8px;
}

.content-item.-hero {
  background-color: #fff;
  -webkit-box-shadow: var(--s-shadow);
          box-shadow: var(--s-shadow);
  margin: 0 calc(var(--s-space) * -1) 0;
}

@media (min-width: 768px) {
  .content-item.-hero {
    margin: 0;
    border-radius: var(--s-border-radius) 0 0 var(--s-border-radius);
  }
}

.content-item.-hero .pic img {
  width: 100%;
  max-height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.content-item.-hero .info {
  padding: 0 15px 15px;
}

.content-item .author {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  bottom: 0;
}

.content-item .author img {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  margin-right: 10px;
}

.content-item .author .name {
  color: var(--s-text);
}

.content-item .author .name h2 {
  font-size: 1.125em;
  line-height: 1;
  margin-bottom: 3px;
}

.content-item .author .name small {
  display: block;
  opacity: 0.75;
}

.content-headline {
  background: var(--s-bg);
  color: var(--s-text);
  position: relative;
}

.content-headline a {
  color: var(--s-text);
  display: block;
  height: 100%;
}

.content-headline.-bright .pic img {
  opacity: 1;
}

.content-headline.-notitle .info {
  display: none;
}

.content-headline .pic {
  height: 100%;
}

.content-headline .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 500px;
  opacity: 0.7;
}

.content-headline .info {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.content-headline .info h2 {
  margin: 0;
}

.content-headline .info h3 {
  font-size: 0.8em;
  margin: 8px 0 0;
}

@media (min-width: 768px) {
  .content-headline .info {
    font-size: 30px;
  }
}

.entry-meta {
  font-size: 0.82em;
  margin: 5px 0 var(--s-space);
  opacity: 0.8;
  color: var(--s-border);
}

.entry-meta > span {
  margin-right: 10px;
}

.entry-meta svg {
  width: 14px;
  height: 14px;
  vertical-align: -2px;
  margin-right: 2px;
}

.entry-meta a {
  color: var(--s-border);
}

.entry-meta a:hover {
  color: var(--s-accent);
}

.content-table-date {
  width: 140px;
}

body.tag .content-item .tags-links,
body.category .content-item .cat-links {
  display: none;
}

.tags-links {
  margin-top: var(--s-space);
}

.tags-links a {
  font-size: 0.875em;
  border: 1px solid var(--s-border);
  color: var(--s-border);
  border-radius: 50px;
  display: inline-block;
  padding: 2px 12px;
  margin-right: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.tags-links a:hover {
  color: var(--s-bg);
  background-color: var(--s-border);
}

.content-pagination {
  clear: both;
  margin-bottom: var(--s-space);
  text-align: center;
}

.content-pagination a,
.content-pagination span {
  display: inline-block;
  text-align: center;
  min-width: 36px;
  height: 36px;
  border-radius: 36px;
  margin: 0 -1px;
  padding: 0;
  line-height: 36px;
  font-family: var(--s-heading);
  font-weight: var(--s-heading-weight);
  margin-left: calc(var(--s-space) / 2.5);
}

.content-pagination a {
  color: var(--s-border);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.content-pagination a.page-numbers {
  background-color: var(--c-inactive-background);
  color: #fff;
}

.content-pagination a:hover {
  background-color: var(--s-accent);
}

.content-pagination a:active {
  color: var(--s-bg);
  background-color: var(--s-accent);
}

.content-pagination svg {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.content-pagination .current {
  color: var(--s-bg);
  background-color: var(--s-accent);
}

/* FORM */
body.page-template-page-form .site-content {
  background-color: #f8f9fa;
}

@media (min-width: 768px) {
  body.page-template-page-form .site-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.page-form {
  background-color: var(--s-bg);
  -webkit-box-shadow: var(--s-shadow);
          box-shadow: var(--s-shadow);
}

@media (min-width: 768px) {
  .page-form {
    margin: 0 auto;
    max-width: 680px;
    padding: 10px 20px 0;
  }
  .page-form > .main-header {
    margin-top: -15px;
    margin-left: -25px;
    margin-right: -25px;
    padding-left: 25px;
    padding-right: 25px;
  }
}

/* SINGLE */
.single-area .main-header {
  text-align: center;
}

.single-area .content-area {
  max-width: 750px;
  line-height: 1.8;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

.single-area .entry-meta {
  text-align: center;
}

/* AUTHOR PROFILE */
.entry-author {
  margin: var(--s-space) auto;
  text-align: center;
}

.entry-author .pic {
  margin: 8px;
}

.entry-author .pic img {
  border-radius: 100%;
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}

.entry-author .desc {
  font-size: 0.875em;
  margin-top: 5px;
}

.entry-author .name {
  font-size: 1.125em;
  margin-bottom: 0;
}

.entry-author.-head .entry-title {
  margin-bottom: 5px;
}

/* WIDGET AREA */
.widget-area .current-menu-item > a {
  font-weight: bold;
  color: var(--s-accent);
}

.widget-area .widget_nav_menu li {
  margin-bottom: 10px;
}

.widget-area .widget_nav_menu li:last-child {
  margin-bottom: 0;
}

.widget-area .widget_nav_menu .sub-menu {
  padding: 5px 0 0 12px;
}

.widget-area .widget_nav_menu .sub-menu li {
  margin-bottom: 5px;
  position: relative;
}

.widget-area ul {
  padding: 0;
  margin-bottom: 10px;
}

.widget-area li {
  list-style: none;
}

.widget-area a {
  color: var(s--text);
}

.widget-area a:hover {
  color: var(--s-accent-hover);
}

.widget {
  margin-bottom: var(--s-space);
}

.widget-title {
  margin-bottom: 10px;
  font-size: 1.375em;
}

/* ERROR 404 */
.error-404 {
  text-align: center;
}

.error-404 .search-form {
  margin: 0 auto 30px;
}

/* == FOOTER == */
.site-footer-space {
  height: var(--s-footer-height);
}

.site-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: var(--s-text);
  background-color: var(--s-bg);
  min-height: var(--s-footer-height);
}

.site-footer a {
  color: var(--s-text);
}

.site-info {
  font-size: var(--s-text-size);
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: var(--s-footer-line-height);
  padding: 0px var(--s-space);
}

.site-footbar .widget {
  margin-bottom: 0;
}

.site-footbar p:last-of-type {
  margin-bottom: 0;
}

/*
  #    #   ##   #####  ###### #    #  ####  ###### 
  #   #   #  #  #    # #      ##   # #    # #      
  ####   #    # #    # #####  # #  # #      #####  
  #  #   ###### #    # #      #  # # #      #      
  #   #  #    # #    # #      #   ## #    # #      
  #    # #    # #####  ###### #    #  ####  ###### 
*/
@media (max-width: 1024px) {
  .btn-global {
    padding-left: var(--s-space);
    padding-right: var(--s-space);
  }
  .btn-global .kt-btn-wrap {
    width: 100%;
  }
  .btn-global .kt-btn-wrap a.button {
    width: 100%;
    border-radius: 50px;
  }
  .kadence-video-intrinsic .kadence-video-poster {
    width: 100%;
  }
}

.column-width-55, .column-width-40 {
  max-width: 100%;
}

.fullwidth-m {
  width: 100%;
}

.fullwidth-m img {
  width: 100%;
}

.text-indent {
  text-indent: 0px;
}

/*
  ######  ####   ####  ##### ###### #####     
  #      #    # #    #   #   #      #    #    
  #####  #    # #    #   #   #####  #    #    
  #      #    # #    #   #   #      #####     
  #      #    # #    #   #   #      #   #     
  #       ####   ####    #   ###### #    #    
*/
.site-footbar {
  background-color: var(--s-accent2);
  color: #fff;
  padding: calc(var(--s-space) * 2) var(--s-space);
  text-align: center;
}

.site-footbar .widget {
  margin-bottom: calc(var(--s-space) * 2);
}

.site-footbar h3 {
  font-size: 30px;
  font-weight: 900;
}

.site-footbar .widget-related-link .-link {
  color: #fff;
  display: block;
  border: 1px solid #fff;
  border-radius: 50px;
  width: 100%;
  padding: 8px 0;
  margin-bottom: calc(var(--s-space) / 1.5);
}

.site-footbar .widget-related-link .-link:first-of-type {
  margin-top: calc(var(--s-space) * 1.5);
}

.site-footbar .widget-related-link .-link:hover {
  background-color: var(--s-accent);
  border-color: var(--s-accent);
}

.site-footbar .widget-social .icon-link {
  width: 58px;
  height: 58px;
  background-color: var(--s-accent);
  border-radius: 50%;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: calc(var(--s-space) / 2);
  margin-right: var(--s-space);
}

.site-footbar .widget-social .icon-link svg {
  max-width: 35px;
  width: 35px;
  height: 100%;
}

/*
  #    #  ####  #    # ###### #####    ##    ####  ###### 
  #    # #    # ##  ## #      #    #  #  #  #    # #      
  ###### #    # # ## # #####  #    # #    # #      #####  
  #    # #    # #    # #      #####  ###### #  ### #      
  #    # #    # #    # #      #      #    # #    # #      
  #    #  ####  #    # ###### #      #    #  ####  ###### 
*/
.homepage-banner {
  max-height: var(--c-banner-height-m);
  overflow: hidden;
}

.homepage-banner.-is--desktop {
  display: block;
}

@media (max-width: 992px) {
  .homepage-banner.-is--desktop {
    display: none;
  }
}

.homepage-banner.-is--mobile {
  display: none;
}

@media (max-width: 992px) {
  .homepage-banner.-is--mobile {
    display: block;
  }
}

.homepage-banner.s-slider.-dots-in .dots {
  bottom: 30px;
}

.homepage-banner .dots .dot {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  opacity: 1;
  margin: 0 6px;
}

.homepage-banner .dots .dot.active {
  width: 31px;
  border-radius: 50px;
  background-color: var(--s-accent);
}

.homepage-banner .-image {
  width: 100%;
  height: var(--c-banner-height-m);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.homepage-banner .-video {
  position: absolute;
  height: auto;
}

/*
###### # #      ###### ##### ###### #####  
#      # #      #        #   #      #    # 
#####  # #      #####    #   #####  #    # 
#      # #      #        #   #      #####  
#      # #      #        #   #      #   #  
#      # ###### ######   #   ###### #    # 
*/
select.filter-dropdown {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: white;
  background-image: url("data:image/svg+xml;utf8,<svg fill='%23343434' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 99%;
  background-position-y: 10px;
  border: 1px solid var(--s-border);
  border-radius: 50px;
  color: #343434;
  padding: calc(var(--s-space)/2) var(--s-space);
  width: 100%;
}

/*
    ##   #    # #    #  ####  #    # #    #  ####  ###### 
   #  #  ##   # ##   # #    # #    # ##   # #    # #      
  #    # # #  # # #  # #    # #    # # #  # #      #####  
  ###### #  # # #  # # #    # #    # #  # # #      #      
  #    # #   ## #   ## #    # #    # #   ## #    # #      
  #    # #    # #    #  ####   ####  #    #  ####  ###### 
*/
.announce-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: var(--s-space);
}

.announcement.-homepage .announce-filter-container {
  width: 100%;
}

.announcement.-homepage .announce-filter-container span {
  display: none;
}

.announcement.-homepage .announce-filter-container a {
  display: none;
}

.announcement.-homepage .announce-filter-container select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: white;
  background-image: url("data:image/svg+xml;utf8,<svg fill='%23343434' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 99%;
  background-position-y: 10px;
  border: 1px solid var(--s-border);
  border-radius: 50px;
  color: #343434;
  padding: calc(var(--s-space)/2) var(--s-space);
  width: 100%;
}

.announcement.-homepage .content-pagination {
  display: none;
}

.announcement.-announcepage .announce-filter-container {
  text-align: center;
  width: 100%;
}

.announcement.-announcepage .announce-filter-container span {
  display: block;
  margin-bottom: var(--s-space);
}

.announcement.-announcepage .announce-filter-container select {
  margin-bottom: var(--s-space);
}

.announcement.-announcepage .announce-filter-container.-faculty {
  display: none;
}

.announcement .-withslide .dots .dot {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  opacity: 1;
  margin: 0 6px;
  background-color: var(--c-dot-color);
}

.announcement .-withslide .dots .dot.active {
  width: 31px;
  border-radius: 50px;
  background-color: var(--s-accent);
}

.card-announcement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  background-color: var(--c-card-background);
  padding: var(--s-space);
  margin-bottom: var(--s-space);
  color: var(--s-text);
}

.card-announcement:hover {
  cursor: pointer;
}

.card-announcement:hover .info {
  color: var(--s-accent);
}

.card-announcement .-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.card-announcement .-mobile .date {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding: 4px var(--s-space) 4px 0;
  border-right: 1px solid var(--s-border);
  font-size: 20px;
  font-weight: 500;
}

.card-announcement .-mobile .is_lasted {
  padding: 3px calc(var(--s-space) / 1.5);
  margin-left: var(--s-space);
  margin-bottom: 0;
  background-color: var(--s-accent);
  font-size: 12px;
  color: #fff;
}

.card-announcement .info {
  word-wrap: break-word;
  padding: 4px 0;
  -webkit-transition: var(--c-transition-hover);
  transition: var(--c-transition-hover);
}

/*
  #####  #  ####  #    # # ##### #   # 
  #    # # #    # ##   # #   #    # #  
  #    # # #      # #  # #   #     #   
  #    # # #  ### #  # # #   #     #   
  #    # # #    # #   ## #   #     #   
  #####  #  ####  #    # #   #     #   
*/
.content-item.-card.card-dignity {
  margin-bottom: var(--s-space);
  background-color: var(--c-card-background);
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.content-item.-card.card-dignity .info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.content-item.-card.card-dignity .info .entry-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.content-item.-card.card-dignity .info .entry-header .entry-title {
  font-size: 16px;
  font-weight: 400;
}

.content-item.-card.card-dignity .info .entry-header .entry-title a {
  color: var(--s-text);
}

.content-item.-card.card-dignity .info .entry-header .entry-meta {
  color: #909090;
}

.content-item.-card.card-dignity .btn {
  min-width: 100px;
  background-color: var(--s-accent);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
}

.content-item.-card.card-dignity .btn span {
  font-size: 12px;
  margin-top: 8px;
}

/*
  #####  ###### #####    ##   #####  ##### #    # ###### #    # ##### 
  #    # #      #    #  #  #  #    #   #   ##  ## #      ##   #   #   
  #    # #####  #    # #    # #    #   #   # ## # #####  # #  #   #   
  #    # #      #####  ###### #####    #   #    # #      #  # #   #   
  #    # #      #      #    # #   #    #   #    # #      #   ##   #   
  #####  ###### #      #    # #    #   #   #    # ###### #    #   #   
*/
.department .block-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: calc(var(--s-space) * 2);
}

.department .block-title.-homepage {
  margin-bottom: var(--s-space);
}

.department .block-title a {
  display: none;
}

.department article.content-item.-card {
  background-color: var(--s-accent);
}

.department article.content-item.-card .info .entry-header {
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.department article.content-item.-card .info .entry-header .entry-title {
  line-height: 1.3;
  text-align: center;
}

.department article.content-item.-card .info .entry-header .entry-title a {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

.department .dots {
  bottom: -30px;
}

.department .dots .dot {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  opacity: 1;
  margin: 0 6px;
  background-color: #fff;
}

.department .dots .dot.active {
  width: 31px;
  border-radius: 50px;
  background-color: var(--s-accent);
}

/*
  #    # ###### #    #  ####  
  ##   # #      #    # #      
  # #  # #####  #    #  ####  
  #  # # #      # ## #      # 
  #   ## #      ##  ## #    # 
  #    # ###### #    #  ####  
*/
.news.-newspage .announce-filter-container {
  text-align: center;
  width: 100%;
}

.news.-newspage .announce-filter-container span {
  display: block;
  margin-bottom: var(--s-space);
}

.news.-newspage .announce-filter-container select {
  margin-bottom: var(--s-space);
}

.news.-newspage .content-item.-card.card-news {
  background-color: #fff;
  border: 1px solid var(--s-border);
}

.news.-newspage .content-item.-card.card-news .entry-meta {
  display: none;
}

.news.-homepage .filter-dropdown {
  margin-top: var(--s-space);
  margin-bottom: var(--s-space);
}

.content-item.-card.card-news {
  margin-bottom: var(--s-space);
  background-color: var(--c-card-background);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.content-item.-card.card-news .info .entry-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.content-item.-card.card-news .info .entry-header .entry-title {
  font-size: 16px;
  font-weight: 500;
  display: block;
  line-height: 1.5;
  height: 72px;
  overflow: hidden;
}

.content-item.-card.card-news .info .entry-header .entry-title a {
  color: var(--s-text);
}

.content-item.-card.card-news .info .entry-header .entry-meta {
  margin-top: var(--s-space);
  color: #909090;
}

/*
   ####   ####  #    #  ####  #        ##   #####   ####  #    # # #####  
  #      #    # #    # #    # #       #  #  #    # #      #    # # #    # 
   ####  #      ###### #    # #      #    # #    #  ####  ###### # #    # 
       # #      #    # #    # #      ###### #####       # #    # # #####  
  #    # #    # #    # #    # #      #    # #   #  #    # #    # # #      
   ####   ####  #    #  ####  ###### #    # #    #  ####  #    # # #      
*/
.scholarship .announce-filter-container {
  text-align: center;
  width: 100%;
}

.scholarship .announce-filter-container span {
  display: block;
  margin-bottom: var(--s-space);
}

.scholarship .announce-filter-container select {
  margin-bottom: var(--s-space);
}

.scholarship .content-item.-card.card-news {
  background-color: #fff;
  border: 1px solid var(--s-border);
}

.scholarship .content-item.-card.card-news .entry-meta {
  display: none;
}

.content-item.-card.card-scholarship {
  margin-bottom: var(--s-space);
  border: 1px solid var(--s-border);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.content-item.-card.card-scholarship .info .entry-header .entry-title {
  font-size: 20px;
  font-weight: 500;
}

.content-item.-card.card-scholarship .info .entry-header .entry-meta {
  margin-top: var(--s-space);
  margin-bottom: var(--s-space);
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  color: var(--s-text);
}

.content-item.-card.card-scholarship .info .entry-header .entry-meta p {
  height: 195px;
  margin-bottom: 0;
  overflow: hidden;
}

.content-item.-card.card-scholarship .info .entry-header .btn {
  padding: calc(var(--s-space) / 2) calc(var(--s-space) * 2);
  width: 100%;
  display: inline-block;
  text-align: center;
  border-radius: 50px;
  background-color: var(--s-accent);
  color: white;
  margin-bottom: var(--s-space);
}

/*
   ####  ######   ##   #####   ####  #    # 
  #      #       #  #  #    # #    # #    # 
   ####  #####  #    # #    # #      ###### 
       # #      ###### #####  #      #    # 
  #    # #      #    # #   #  #    # #    # 
   ####  ###### #    # #    #  ####  #    # 
*/
.search-page {
  margin-top: calc(var(--s-space) * 2);
  margin-bottom: calc(var(--s-space) * 2);
  padding-left: calc(var(--s-space) * 2);
  padding-right: calc(var(--s-space) * 2);
}

.search-page .search-header {
  text-align: center;
  max-width: 768px;
  margin: 0 auto;
}

.search-page .search-header h1 {
  margin-bottom: calc(var(--s-space) * 2);
}

.search-page .search-header .search-form {
  width: 100%;
  max-width: 100%;
  margin-bottom: calc(var(--s-space) * 2.5);
}

.search-page .search-header .search-form input {
  border-radius: 10px;
}

.search-page .search-header .search-form button {
  color: var(--s-accent);
}

/*
  #####   ####   ####  ##### 
  #    # #    # #        #   
  #    # #    #  ####    #   
  #####  #    #      #   #   
  #      #    # #    #   #   
  #       ####   ####    #    
*/
.post-thumbnail, .post-single {
  margin-top: calc(var(--s-space) * 2.5);
  margin-bottom: calc(var(--s-space) * 2.5);
  padding-left: var(--s-space);
  padding-right: var(--s-space);
}

.post-thumbnail .entry-header img, .post-single .entry-header img {
  width: 100%;
}

.post-thumbnail .entry-header .entry-title, .post-single .entry-header .entry-title {
  font-size: 25px;
  font-weight: 900;
  margin-top: calc(var(--s-space) * 2);
  line-height: 1.8;
}

.post-thumbnail .entry-header .entry-meta, .post-single .entry-header .entry-meta {
  text-align: left;
  font-size: 15px;
  color: #717171;
}

.post-thumbnail .entry-content, .post-single .entry-content {
  margin-top: calc(var(--s-space) * 2);
}

.post-thumbnail .seed-social, .post-single .seed-social {
  text-align: left;
}

/*
  #####   ####  #   #   ##   #      
  #    # #    #  # #   #  #  #      
  #    # #    #   #   #    # #      
  #####  #    #   #   ###### #      
  #   #  #    #   #   #    # #      
  #    #  ####    #   #    # ###### 
*/
.royal-wish {
  margin: 0 auto var(--s-space) auto;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.royal-wish::after {
  content: url("../img/line-curve.svg");
  width: 80%;
  display: block;
  margin: 0 auto;
}

.wp-block-kadence-column.c-fade {
  min-height: 350px;
}

.wp-block-kadence-column.c-fade .kt-inside-inner-col {
  opacity: 80%;
  position: relative;
}

.wp-block-kadence-column.c-fade .kt-inside-inner-col::before {
  content: '';
  background: #f8f8f8;
  background: -webkit-gradient(linear, left bottom, left top, from(#f8f8f8), color-stop(30%, rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #f8f8f8 0%, rgba(255, 255, 255, 0) 30%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f8f8f8",endColorstr="#ffffff",GradientType=1);
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 100%;
}

.wp-block-kadence-column.c-fade div {
  min-height: 350px;
}

.img-circle .kadence-info-box-image-inner-intrisic img {
  border-radius: 50%;
  width: 180px;
  height: 180px;
}

.bg-circle {
  margin: 0 auto var(--s-space) auto;
  width: 180px;
  height: 180px;
  max-width: 180px;
  max-height: 180px;
  background-color: var(--s-accent);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}

.bg-circle-200 {
  margin: 0 auto var(--s-space) auto;
  width: 205px;
  height: 205px;
  max-width: 205px;
  max-height: 205px;
  min-width: 205px !important;
  background-color: var(--s-accent);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}

/*
  #    # #  ####  #  ####  #    # 
  #    # # #      # #    # ##   # 
  #    # #  ####  # #    # # #  # 
  #    # #      # # #    # #  # # 
   #  #  # #    # # #    # #   ## 
    ##   #  ####  #  ####  #    # 
*/
.vision-item {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: var(--s-space);
}

.vision-item .character {
  background-color: var(--s-accent);
  color: #002575;
  padding: var(--s-space);
  font-size: 29px;
  font-weight: 500;
  width: 75px;
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.vision-item .text {
  margin-left: var(--s-space);
}

/* 
  #    # #  ####  #####  ####  #####  #   # 
  #    # # #        #   #    # #    #  # #  
  ###### #  ####    #   #    # #    #   #   
  #    # #      #   #   #    # #####    #   
  #    # # #    #   #   #    # #   #    #   
  #    # #  ####    #    ####  #    #   #   
*/
.history-center-m {
  margin-left: auto;
  margin-right: auto !important;
  margin-bottom: var(--s-space);
}

.history-dased {
  max-width: 100%;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.history-dased .wp-block-kadence-spacer {
  width: 55px;
}

.history-media-nomargin .kt-info-halign-center {
  margin-top: 0 !important;
}

.history-height-top > div {
  height: auto;
  background-image: none;
}

.history-height > div {
  height: 480px;
}

/*
   ####    ##   #####  #####  
  #    #  #  #  #    # #    # 
  #      #    # #    # #    # 
  #      ###### #####  #    # 
  #    # #    # #   #  #    # 
   ####  #    # #    # #####  
*/
.announcement .content-item.-card .pic, .news .content-item.-card .pic {
  height: 198px;
}

.announcement .content-item.-card .pic .-img, .news .content-item.-card .pic .-img {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.announcement .content-item.-card .pic .-img:hover, .news .content-item.-card .pic .-img:hover {
  -webkit-transform: scale(1.12);
          transform: scale(1.12);
}

.announcement .content-item.-card .pic .-img.-default, .news .content-item.-card .pic .-img.-default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F7F7F7;
}

.announcement .content-item.-card .pic .-img.-default img, .news .content-item.-card .pic .-img.-default img {
  width: 50%;
}
/*# sourceMappingURL=mobile.css.map */