@charset "UTF-8";
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/* 	PALETTE */
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/* 	TYPOGRAPHY (small) */
body, caption, th, td, input, textarea, select, option, legend, fieldset, h1, h2, h3, h4, h5, h6 {
  font-size-adjust: 0.5;
}

/*	HEADINGS */
h1, .h1 {
  font-family: "Chonburi", serif;
  font-weight: 400;
  font-size: 1.75rem;
  line-height: 1.1;
  margin: 0 0 0.5rem 0;
  padding: 0;
  color: #151313;
}

h2, .h2 {
  font-family: "Chonburi", serif;
  font-weight: 400;
  font-size: 1.35rem;
  line-height: 1.1;
  margin: 0 0 0.5rem 0;
  padding: 0;
  color: #151313;
}

h3, .h3 {
  font-family: "Anuphan", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.1;
  margin: 0 0 0.5rem 0;
  padding: 0;
  color: #151313;
}

h4, .h4 {
  font-family: "Anuphan", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1.1;
  margin: 0 0 0.5rem 0;
  padding: 0;
  color: #151313;
}

h5, .h5 {
  font-family: "Anuphan", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.1;
  margin: 0 0 0.5rem 0;
  padding: 0;
  color: #151313;
  letter-spacing: 0.035rem;
  text-transform: uppercase;
}

h6, .h6 {
  font-family: "Anuphan", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.1;
  margin: 0;
  padding: 0;
  color: #151313;
}

/*	PARAGRAPHS */
p {
  font-family: "Anuphan", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.2;
  margin: 0 0 1.3rem 0;
  padding: 0;
  color: #4d4d4d;
}
p strong {
  font-weight: 600;
}
p.large {
  font-size: 1.2rem;
  line-height: 1.3;
  margin: 0 0 1.3rem 0;
}

/*	LISTS */
ul {
  list-style-type: disc;
  font-family: "Anuphan", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3;
  margin: 0 0 1.3rem 2.5rem;
  padding: 0;
  color: #4d4d4d;
}
ul strong {
  font-weight: 600;
}
ul ul {
  list-style-type: circle;
}

ul.button-list {
  list-style-type: none;
  margin: 1.5rem 0 0 0;
}

ol {
  font-family: "Anuphan", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3;
  margin: 0 0 1.3rem 2.5rem;
  padding: 0;
  color: #4d4d4d;
}
ol strong {
  font-weight: 600;
}
ol li::marker {
  font-weight: 600;
  content: counter(list-item) ".  ";
}

/*	HORIZONTAL RULE */
hr {
  max-width: none;
  margin: 3rem 0;
  border-bottom: 1px solid #4d4d4d;
}

/*	LINK COLOR */
h1 > a, h2 > a, h3 > a, p > a,
p > strong > a,
ul li > a, ol li > a {
  color: #28aa96;
}
h1 > a:hover, h2 > a:hover, h3 > a:hover, p > a:hover,
p > strong > a:hover,
ul li > a:hover, ol li > a:hover {
  color: #4d4d4d;
}

p > a, ul li > a, ol li > a {
  font-weight: 600;
}

/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	TYPOGRAPHY (medium) */
@media screen and (min-width: 640px) {
  h1, .h1 {
    font-size: 2.25rem;
  }
  h2, .h2 {
    font-size: 1.5rem;
  }
  h3, .h3 {
    font-size: 1.2rem;
  }
  h4, .h4 {
    font-size: 1.15rem;
  }
  h5, .h5 {
    font-size: 1.1rem;
  }
  p, ul, ol {
    font-size: 1rem;
  }
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	TYPOGRAPHY (large) */
@media screen and (min-width: 1024px) {
  h1, .h1 {
    font-size: 2.75rem;
  }
  h2, .h2 {
    font-size: 1.75rem;
  }
  h3, .h3 {
    font-size: 1.2rem;
  }
  h4, .h4 {
    font-size: 1.2rem;
  }
  h5, .h5 {
    font-size: 1.1rem;
  }
  p, ul, ol {
    font-size: 1rem;
  }
  p.large {
    font-size: 1.4rem;
  }
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	TYPOGRAPHY (xlarge) */
@media screen and (min-width: 1200px) {
  h1, .h1 {
    font-size: 3.25rem;
  }
  h2, .h2 {
    font-size: 2rem;
  }
  h3, .h3 {
    font-size: 1.3rem;
  }
  h4, .h4 {
    font-size: 1.25rem;
  }
  h5, .h5 {
    font-size: 1.2rem;
  }
  p, ul, ol {
    font-size: 1.1rem;
  }
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/* 	TYPOGRAPHY (xxlarge) */
@media screen and (min-width: 1440px) {
  h1, .h1 {
    font-size: 3.25rem;
  }
  h2, .h2 {
    font-size: 2.25rem;
  }
  h3, .h3 {
    font-size: 1.4rem;
  }
  h4, .h4 {
    font-size: 1.3rem;
  }
  h5, .h5 {
    font-size: 1.2rem;
  }
  p, ul, ol {
    font-size: 1.2rem;
  }
  p.large {
    font-size: 1.5rem;
  }
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/* 	FRAME (small) */
body {
  background: #f7f7f7;
}
body.home {
  background-color: #f7f7f7;
}

/*  ANIMATIONS */
@keyframes fadeInOnLoad {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInAndUpOnLoad {
  0% {
    opacity: 0;
    transform: translateY(80px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.media-onload {
  opacity: 0;
  animation: fadeInOnLoad 0.5s linear 1s 1 forwards;
}

.text-onload {
  opacity: 0;
  animation: fadeInAndUpOnLoad 0.5s ease-out 1s 1 forwards;
}

/*  MIXINS */
/*  WRAPPERS */
.wrapper-body {
  padding-top: 0;
}

.wrapper-page {
  padding-bottom: 3rem;
}
.wrapper-page.no-masthead {
  padding-top: 2.5rem;
  margin-top: 81px;
}
.wrapper-page.motif {
  background-image: url(../grfx/background-salmon.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 400%;
}

/*  MASTHEADS */
.masthead.home {
  position: relative;
  z-index: 1;
  width: 100%;
}
.masthead.home .masthead-overlay {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  z-index: 20;
  padding: 81px 0 0 0;
  width: 100%;
  height: 640px;
}
.masthead.home .masthead-content {
  padding: 0;
  width: 100%;
  height: inherit;
  text-align: center;
}
.masthead.home .masthead-content .cta-crisis {
  padding: 0.75rem 1rem;
  margin: 0;
  width: 100%;
  border: 1px solid #fcebd9;
  border-radius: 50px;
  background-color: white;
}
.masthead.home .masthead-content .cta-crisis p {
  margin: 0;
}
.masthead.home .masthead-content .cta-crisis p.large {
  font-size: 1rem;
}
.masthead.home .masthead-content .masthead-content-title {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  padding: 4rem 1.5rem;
  height: 100%;
}
.masthead.home .masthead-content .masthead-content-title > h1, .masthead.home .masthead-content .masthead-content-title p {
  color: white;
}
.masthead.home .masthead-content .masthead-content-title > h1 {
  margin-bottom: 1.1rem;
}
.masthead.home .masthead-content .masthead-content-title > p {
  margin-bottom: 1.2rem;
}
.masthead.home .masthead-content .masthead-content-title > p.large {
  font-weight: 300;
  line-height: 1.3;
}
.masthead.home .section-services-grid {
  position: relative;
  z-index: 20;
}
.masthead.home .masthead-background {
  position: absolute;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 680px;
}
.masthead.home .masthead-background figure {
  height: 100%;
  background-size: cover;
  background-position: top center;
}

/*  SIDEBAR */
.sidebar h3 {
  width: 100%;
  padding: 1rem 0 0.5rem 0;
  border-top: 1px solid #d9d9d9;
}

.strip {
  padding: 0;
  margin: 0;
}
.strip > .grid-container {
  padding-right: 0;
  padding-left: 0;
}
.strip .slick-carousel {
  position: relative;
  z-index: 30;
}
.strip .slick-slider {
  margin-bottom: 0;
}
.strip .slide {
  transition: all 300ms ease;
}
.strip .slick-center {
  transform: scale(1);
}

/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	FRAME (medium) */
@media screen and (min-width: 640px) {
  /*  WRAPPERS */
  .wrapper-page {
    padding-bottom: 4rem;
  }
  .wrapper-page.motif {
    background-size: 300%;
  }
  /*  MASTHEADS */
  .masthead.home .masthead-overlay {
    height: 540px;
  }
  .masthead.home .masthead-content .cta-crisis {
    padding: 1rem;
  }
  .masthead.home .masthead-content .masthead-content-title {
    padding: 5rem 0;
    margin: 0 auto;
    max-width: 460px;
  }
  .masthead.home .masthead-content .masthead-content-title > h1 {
    margin-bottom: 0.8rem;
  }
  .masthead.home .masthead-content .masthead-content-title > p {
    margin-bottom: 1.2rem;
  }
  .masthead.home .masthead-background {
    height: 580px;
  }
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	FRAME (large) */
@media screen and (min-width: 1024px) {
  /*  WRAPPERS */
  .wrapper-page {
    padding-bottom: 5rem;
    min-height: 900px;
  }
  .wrapper-page.no-masthead {
    padding-top: 4rem;
    margin-top: 97px;
  }
  .wrapper-page.motif {
    background-size: 100%;
  }
  /*  MASTHEADS */
  .masthead.home .masthead-overlay {
    padding: 103px 0 0 0;
    height: 600px;
  }
  .masthead.home .masthead-content .masthead-content-title {
    padding: 5rem 0;
    max-width: 530px;
  }
  .masthead.home .masthead-content .cta-crisis p.large {
    font-size: 1.3rem;
  }
  .masthead.home .masthead-background {
    height: 640px;
  }
  /*  SIDEBAR */
  .sidebar .sidebar-item {
    margin-bottom: 2rem;
  }
  .sidebar h3 {
    width: 100%;
    padding: 1rem 0 0.5rem 0;
    border-top: 1px solid #d9d9d9;
  }
  .sidebar .contact-address {
    margin-top: 1rem;
  }
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	FRAME (xlarge) */
@media screen and (min-width: 1200px) {
  /*  WRAPPERS */
  .wrapper-page {
    padding-bottom: 6rem;
  }
  .wrapper-page.no-masthead {
    padding-top: 6rem;
  }
  .wrapper-page.motif {
    background-size: 175%;
  }
  /*  MASTHEADS */
  .masthead.home .masthead-overlay {
    height: 720px;
  }
  .masthead.home .masthead-content .masthead-content-title {
    padding: 8rem 0;
    max-width: 630px;
  }
  .masthead.home .masthead-content .cta-crisis p.large {
    font-size: 1.4rem;
  }
  .masthead.home .masthead-background {
    height: 760px;
  }
  .strip > .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	FRAME (xxlarge) */
@media screen and (min-width: 1440px) {
  /*  WRAPPERS */
  .wrapper-page {
    padding-bottom: 7rem;
  }
  .wrapper-page.no-masthead {
    padding-top: 7rem;
  }
  .wrapper-page.motif {
    background-size: 125%;
  }
  /*  MASTHEADS */
  .masthead.home .masthead-overlay {
    padding: 107px 0 0 0;
    height: 860px;
  }
  .masthead.home .masthead-content .masthead-content-title {
    padding: 12rem 0;
    max-width: 760px;
  }
  .masthead.home .masthead-content .cta-crisis p.large {
    font-size: 1.5rem;
  }
  .masthead.home .masthead-background {
    height: 900px;
  }
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	FRAME (xxxlarge) */
@media screen and (min-width: 1920px) {
  /*  WRAPPERS */
  .wrapper-page.motif {
    background-size: 100%;
  }
  /*  MASTHEADS */
  .masthead.home .masthead-overlay {
    padding: 107px 0 0 0;
    height: 960px;
  }
  .masthead.home .masthead-content .masthead-content-title {
    padding: 12rem 0;
    max-width: 760px;
  }
  .masthead.home .masthead-content .cta-crisis p.large {
    font-size: 1.5rem;
  }
  .masthead.home .masthead-background {
    height: 1000px;
  }
  .masthead.home .masthead-background figure {
    background-position: center center;
  }
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/* 	ACCORDION (small) */
.accordion {
  border: 1px solid #d9d9d9;
  border-radius: 9px;
  background: white;
}
.accordion .accordion-item {
  border-bottom: 1px solid #d9d9d9;
}
.accordion .accordion-item a:focus {
  background-color: white;
}
.accordion .accordion-item:last-child {
  border-bottom: none;
}
.accordion .accordion-title {
  margin: 0;
  padding: 1.2rem 3rem 1.2rem 1rem;
  font-family: "Anuphan", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.1;
  color: #151313;
  border: none;
}
.accordion .accordion-title h4 {
  margin: 0;
  color: #151313;
}
.accordion .accordion-title:hover h4, .accordion .accordion-title:active h4, .accordion .accordion-title:focus h4 {
  color: #e4a031;
}
.accordion .accordion-title:hover, .accordion .accordion-title:active, .accordion .accordion-title:focus {
  background-color: transparent;
}
.accordion .accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  width: 26px;
  height: 26px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  content: "+";
  color: white;
  border-radius: 24px;
  background-color: #e4a031;
}
.accordion .accordion-title:first-child {
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}
.accordion .accordion-title:last-child {
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
}
.accordion .is-active > .accordion-title::before {
  content: "–";
}
.accordion .accordion-content {
  padding: 0.5rem 1rem 1.5rem 1rem;
  border: 0;
  background-color: transparent;
}
.accordion .accordion-content p:last-child, .accordion .accordion-content ul:last-child, .accordion .accordion-content ol:last-child {
  margin: 0;
}
.accordion .accordion-content .accordion-content-element {
  margin: 0 0 1.3rem 0;
}
.accordion .accordion-content .accordion-content-element p:last-child, .accordion .accordion-content .accordion-content-element ul:last-child, .accordion .accordion-content .accordion-content-element ol:last-child {
  margin: 0;
}

:last-child:not(.is-active) > .accordion-title {
  border-bottom: none;
  border-radius: 0 0 0 0;
}

:last-child > .accordion-content:last-child {
  border-bottom: none;
}

.accordion-label-mobile p {
  font-family: "Lato", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 2.6rem 0 1.3rem 0;
  padding: 0;
  color: white;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
}

/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	ACCORDION (medium) */
@media screen and (min-width: 640px) {
  .accordion .accordion-title {
    padding: 1.5rem 4rem 1.5rem 1rem;
  }
  .accordion .is-active > .accordion-title::before {
    content: "–";
  }
  .accordion .accordion-content {
    padding: 1rem 4rem 2rem 1.5rem;
  }
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	ACCORDION (large) */
@media screen and (min-width: 1024px) {
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	ACCORDION (xlarge) */
@media screen and (min-width: 1200px) {
  .accordion .accordion-title {
    padding: 1.7rem 5rem 1.7rem 1.7rem;
  }
  .accordion .is-active > .accordion-title::before {
    content: "–";
  }
  .accordion .accordion-content {
    padding: 1rem 5rem 2rem 1.7rem;
  }
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	ACCORDION (xxlarge) */
@media screen and (min-width: 1440px) {
  .accordion .accordion-title {
    padding: 2rem 6rem 2rem 2rem;
  }
  .accordion .is-active > .accordion-title::before {
    content: "–";
  }
  .accordion .accordion-content {
    padding: 1rem 6rem 2rem 2rem;
  }
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/* 	BUTTONS (small) */
.button {
  margin: 0;
  padding: 0.5rem 1.2rem;
  font-family: "Anuphan", sans-serif;
  font-optical-sizing: auto;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  transition: none;
  color: white;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  background-color: #151313;
}
.button:hover, .button:focus, .button:active {
  background-color: #151313;
}

.button.outline {
  border: 3px solid white;
  background-color: transparent;
}
.button.outline:hover, .button.outline:focus, .button.outline:active {
  background-color: rgba(0, 0, 0, 0.15);
}

.button.orange {
  background-color: #dd9548;
}

/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	TYPOGRAPHY (medium) */
@media screen and (min-width: 640px) {
  .button {
    padding: 0.6rem 1.4rem;
    font-size: 1.1rem;
    border-radius: 30px;
  }
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	TYPOGRAPHY (large) */
@media screen and (min-width: 1024px) {
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	TYPOGRAPHY (xlarge) */
@media screen and (min-width: 1200px) {
  .button {
    padding: 0.75rem 1.6rem;
    font-size: 1.2rem;
    border-radius: 30px;
  }
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/* 	TYPOGRAPHY (xxlarge) */
@media screen and (min-width: 1440px) {
  .button {
    padding: 0.8rem 1.75rem;
    font-size: 1.3rem;
    border-radius: 40px;
  }
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/* 	CARDS (small) */
.card.services-home {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  z-index: 20;
  aspect-ratio: 6/3.25;
  height: auto;
  margin-bottom: 3.5rem;
  text-align: center;
  overflow: visible;
  border: none;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.card.services-home.yellow {
  background-color: #e4a031;
}
.card.services-home.red {
  background-color: #da3f2e;
}
.card.services-home.black {
  margin-bottom: 0;
  background-color: #151313;
}
.card.services-home .card-icon {
  position: absolute;
  top: -40px;
  z-index: 25;
  width: 100%;
  height: 80px;
  text-align: center;
}
.card.services-home .card-icon img {
  width: 80px;
  border-radius: 40px;
}
.card.services-home .arrow-go {
  position: absolute;
  bottom: 16px;
  right: 16px;
  z-index: 40;
  padding: 0;
  width: 44px;
  height: 44px;
  border-radius: 24px;
  background-image: url(../grfx/arrow-go-sm.png);
  background-position: center;
  background-color: transparent;
}
.card.services-home .card-overlay {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  z-index: 30;
  order: 2;
  width: 100%;
  height: 100%;
  padding: 3rem 4rem 2rem 4rem;
  margin: 0;
  text-align: center;
}
.card.services-home .card-overlay h3 {
  margin: 0 0 0.3rem 0;
  padding: 0;
  width: 100%;
  font-size: 1.25rem;
  font-weight: 600;
  color: white;
}
.card.services-home .card-overlay .description {
  margin: 0;
  width: 100%;
  color: white;
}

/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	CARDS (medium) */
@media screen and (min-width: 640px) {
  .card.services-home .card-overlay {
    padding: 2rem 4rem;
  }
  .card.services-home .card-overlay h3 {
    font-size: 1.4rem;
  }
  .card.services-home .card-overlay .description {
    font-size: 1.1rem;
  }
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	CARDS (large) */
@media screen and (min-width: 1024px) {
  .card.services-home {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-end;
    align-items: flex-end;
    aspect-ratio: 6/5.5;
    margin-bottom: 0;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }
  .card.services-home .card-overlay {
    padding: 0;
  }
  .card.services-home .card-overlay h3 {
    padding: 0 4rem;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
  }
  .card.services-home .card-overlay .description {
    padding: 0 3rem;
  }
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	CARDS (xlarge) */
@media screen and (min-width: 1200px) {
  .card.services-home {
    aspect-ratio: 6/4;
  }
  .card.services-home .card-icon {
    top: -45px;
    height: 90px;
  }
  .card.services-home .card-icon img {
    width: 90px;
    border-radius: 45px;
  }
  .card.services-home .card-overlay h3 {
    padding: 0 2rem;
    font-size: 1.5rem;
  }
  .card.services-home .card-overlay .description {
    padding: 0 4rem;
  }
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	CARDS (xxlarge) */
@media screen and (min-width: 1440px) {
  .card.services-home {
    aspect-ratio: 6/3.5;
  }
  .card.services-home .card-icon {
    top: -50px;
    height: 100px;
  }
  .card.services-home .card-icon img {
    width: 100px;
    border-radius: 50px;
  }
  .card.services-home .card-overlay h3 {
    font-size: 1.6rem;
  }
  .card.services-home .card-overlay .description {
    padding: 0 5rem;
    font-size: 1.2rem;
  }
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	CARDS (xxxlarge) */
@media screen and (min-width: 1920px) {
  .card.services-home {
    aspect-ratio: 6/3.75;
  }
  .card.services-home .card-icon {
    top: -53px;
    height: 106px;
  }
  .card.services-home .card-icon img {
    width: 106px;
    border-radius: 53px;
  }
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/* 	CALLOUTS (small) */
.callout {
  border-radius: 3px;
}

.callout.success {
  border: 1px solid #87898c;
  background: white;
}
.callout.success p {
  color: black;
}

/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/* 	FORMS (small) */
.wrapper-form {
  position: relative;
  padding: 0;
  width: auto;
  font-family: "Anuphan", sans-serif;
  font-optical-sizing: auto;
  color: #4d4d4d;
  margin: 0;
}
.wrapper-form h2, .wrapper-form p {
  margin-bottom: 1.5rem;
  text-align: center;
}
.wrapper-form fieldset {
  padding: 1.5rem;
  margin: 0 0 2rem 0;
  border: 1px solid #87898c;
  min-width: 0;
  background-color: #d9d9d9;
}
.wrapper-form legend {
  display: block;
  width: auto;
  padding: 0.25rem 1.25rem;
  margin-bottom: 0;
  font-family: "Anuphan", sans-serif;
  font-optical-sizing: auto;
  font-size: 0.875rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  line-height: inherit;
  color: black;
  border-radius: 25px;
  border: 1px solid #87898c;
  background-color: white;
}
.wrapper-form h4 {
  text-align: center;
  margin: 2rem 0 1rem 0;
  padding: 1rem 0.25rem;
  text-align: center;
  color: #4d4d4d;
  background-color: #87898c;
}
.wrapper-form label {
  font-family: "Anuphan", sans-serif;
  font-optical-sizing: auto;
  font-size: 1rem;
  font-weight: 400;
  text-transform: none;
  letter-spacing: normal;
  color: #151313;
  margin: 0.7rem 0 0.2rem 0;
}
.wrapper-form input,
.wrapper-form textarea {
  width: 100%;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  font-family: "Anuphan", sans-serif;
  font-optical-sizing: auto;
  color: #4d4d4d;
  border-radius: 3px;
  border: 1px solid #d9d9d9;
  background-color: white;
}
.wrapper-form select {
  width: 100%;
  margin-bottom: 0.5rem;
  font-family: "Anuphan", sans-serif;
  font-optical-sizing: auto;
  color: #4d4d4d;
  border-radius: 3px;
  border: 1px solid #87898c;
}
.wrapper-form .inline,
.wrapper-form input[type=radio],
.wrapper-form input[type=checkbox] {
  display: inline;
  width: auto;
}
.wrapper-form input.submit, .wrapper-form [type=submit], .wrapper-form .btn-submit {
  margin: 0.7rem 0 0 0;
  width: auto;
  font-family: "Anuphan", sans-serif;
  font-optical-sizing: auto;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  padding: 0.5rem 1.2rem;
  text-align: center;
  color: white;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 25px;
  background-color: #151313;
}
.wrapper-form input.submit:hover, .wrapper-form input.submit:focus, .wrapper-form input.submit:active, .wrapper-form [type=submit]:hover, .wrapper-form [type=submit]:focus, .wrapper-form [type=submit]:active, .wrapper-form .btn-submit:hover, .wrapper-form .btn-submit:focus, .wrapper-form .btn-submit:active {
  background-color: #e4a031;
}
.wrapper-form .input-group {
  padding: 0;
}
.wrapper-form .input-group input[type=text] {
  margin: 0;
  border-radius: 0 !important;
  border-top: 1px solid #d9d9d9;
  border-right: 0;
  border-bottom: 1px solid #d9d9d9;
  border-left: 0;
}
.wrapper-form .input-group-addon {
  padding: 0.25rem 0.75rem;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  background-color: #f7f7f7;
}
.wrapper-form .errors {
  font-size: 0.9rem;
  font-style: italic;
  color: red;
}

.callout {
  border: 1px solid #87898c;
}
.callout h3, .callout p {
  margin: 0;
}
.callout .close-button, .callout .close-button:hover, .callout .close-button:focus {
  color: #4d4d4d;
  outline: none;
}

.input-group {
  padding-bottom: 10px;
}

span.required {
  color: red;
}

.card-element {
  width: 100%;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  border-radius: 3px;
  border: 1px solid #d9d9d9;
  background: #f7f7f7;
}

/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	FORMS (medium) */
@media screen and (min-width: 640px) {
  .wrapper-form fieldset {
    padding: 2rem;
  }
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	FORMS (large) */
@media screen and (min-width: 1024px) {
  .wrapper-form fieldset {
    padding: 3rem;
  }
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	FORMS (xlarge) */
@media screen and (min-width: 1200px) {
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	FORMS (xxlarge) */
@media screen and (min-width: 1440px) {
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/* 	TABS (small) */
.tabs {
  border-top: 2px solid #363638;
  border-right: 0;
  border-bottom: 2px solid #363638;
  border-left: 0;
  background-color: transparent;
}

.tabs-title {
  margin-bottom: -2px;
  margin-right: 3rem;
  width: auto;
  font-weight: 700;
}

.tabs-title > a {
  padding: 1.25rem 0;
  width: auto;
  color: #87898c;
}
.tabs-title > a p {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  color: #87898c;
}

.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: transparent;
  border-bottom: 2px solid #da3f2e;
}
.tabs-title > a:focus p, .tabs-title > a[aria-selected=true] p {
  color: white;
}

.tabs-title > a:hover {
  background: transparent;
  border-bottom: 2px solid #da3f2e;
}
.tabs-title > a:hover p {
  color: #87898c;
}

.tabs.vertical {
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  background-color: transparent;
}

.vertical .tabs-title {
  margin-bottom: 0;
  margin-right: 0;
  width: auto;
  font-weight: 700;
}

.vertical .tabs-title > a {
  padding: 1rem 0;
  width: auto;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  color: #87898c;
}
.vertical .tabs-title > a:focus, .vertical .tabs-title > a[aria-selected=true] {
  background: transparent;
  color: #da3f2e;
  border-bottom: 0;
}
.vertical .tabs-title > a:hover {
  background: transparent;
  color: #da3f2e;
  border-bottom: 0;
}

.tabs-content {
  border: 0;
  background-color: transparent;
}
.tabs-content .tabs-panel.parent {
  padding: 0;
}

.panel-image {
  margin: 0 0 2rem 0;
}

/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	TABS (medium) */
@media screen and (min-width: 640px) {
  .tabs-title > a {
    padding: 1.25rem 0;
  }
  .tabs-title > a p {
    font-size: 1rem;
  }
  .vertical .tabs-title > a {
    padding: 1rem 0;
    font-size: 1rem;
  }
  .tabs-content .tabs-panel.parent {
    padding: 4rem 6rem;
  }
  .tabs-content.vertical {
    border: 0;
  }
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	TABS (large) */
@media screen and (min-width: 1024px) {
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	TABS (xlarge) */
@media screen and (min-width: 1200px) {
  .tabs-content .tabs-panel.parent {
    padding: 6rem 8rem;
  }
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	TABS (xxlarge) */
@media screen and (min-width: 1440px) {
  .tabs-content .tabs-panel.parent {
    padding: 8rem 16rem;
  }
  .tabs-content .tabs-panel.parent.wide {
    padding: 8rem 0;
  }
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/* 	FLUID (small) */
.fluid-element {
  padding: 0 0 1.5rem 0;
}
.fluid-element.alt {
  padding: 0 0 0.5rem 0;
}
.fluid-element:first-child {
  padding-top: 0;
}
.fluid-element:last-child {
  padding-bottom: 0;
}

/*  CALLOUT */
.callout {
  padding: 1.5rem;
  margin: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 20px;
  border: 1px solid #d9d9d9;
  background-color: white;
}
.callout h2, .callout h3, .callout h4 {
  margin-bottom: 0.5rem;
  color: #e4a031;
}

/*  HEADINGS */
.page-heading {
  margin: 0 0 3rem 0;
}
.page-heading h1 {
  margin: 0;
}
.page-heading h5 {
  margin: 0 0 0.5rem 0;
  color: #4d4d4d;
}

.heading {
  margin: 0 0 0.75rem 0;
}

/*  IMAGE */
.orbit-wrapper .enlarge {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  z-index: 10;
  width: 45px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  background-color: white;
  cursor: pointer;
}
.orbit-wrapper .orbit-figure {
  position: relative;
  z-index: 5;
}
.orbit-wrapper .orbit-image {
  border-top-right-radius: 0;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 20px;
}
.orbit-wrapper .orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  margin-bottom: 0;
  text-align: center;
  font-family: "Anuphan", sans-serif;
  font-optical-sizing: auto;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: white;
  background-color: transparent;
}
.orbit-wrapper .orbit-previous, .orbit-wrapper .orbit-next {
  width: 34px;
  height: 34px;
  cursor: pointer;
  border: none;
  border-radius: 50%;
  background-color: #151313;
}
.orbit-wrapper .orbit-previous {
  left: -17px;
  background-image: url(../grfx/arrow-prev-sm.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.orbit-wrapper .orbit-next {
  right: -17px;
  background-image: url(../grfx/arrow-next-sm.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.orbit-wrapper .orbit-previous:hover, .orbit-wrapper .orbit-next:hover, .orbit-wrapper .orbit-previous:active, .orbit-wrapper .orbit-next:active, .orbit-wrapper .orbit-previous:focus, .orbit-wrapper .orbit-next:focus {
  cursor: pointer;
  background-color: #151313;
}

/*  LINK LIST */
.linklist h5 {
  padding: 0 0 0.5rem 0;
  color: #151313;
  border-bottom: 1px solid #4d4d4d;
}
.linklist ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.linklist ul li {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0.5rem;
}
.linklist ul li > img {
  margin-right: 0.75rem;
}
.linklist ul li p {
  display: inline-block;
  margin: 0;
}
.linklist ul li a {
  text-decoration: underline;
  color: #e4a031;
}
.linklist ul li a:hover {
  color: #4d4d4d;
}

/*  PANELS */
.panels .accordion {
  margin: 0;
  border-top: 1px solid #d9d9d9;
  background: white;
}
.panels .accordion .accordion-item {
  border-bottom: 1px solid #d9d9d9;
}
.panels .accordion .accordion-item a:focus {
  background-color: #ededed;
}
.panels .accordion .accordion-title {
  margin: 0;
  padding: 1.2rem 3rem 1.2rem 1rem;
  font-family: "Anuphan", sans-serif;
  font-optical-sizing: auto;
  font-size: 1rem;
  font-weight: 500;
  color: #151313;
  border: none;
}
.panels .accordion .accordion-title:hover, .panels .accordion .accordion-title:active, .panels .accordion .accordion-title:focus {
  color: #e4a031;
  background-color: transparent;
}
.panels .accordion .accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1.2rem;
  margin-top: -0.75rem;
  width: 26px;
  height: 26px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  content: "+";
  color: white;
  border-radius: 24px;
  background-color: #e4a031;
}
.panels .accordion .is-active > .accordion-title::before {
  content: "–";
}
.panels .accordion .accordion-content {
  padding: 0.5rem 1rem 1.5rem 1rem;
  border: 0;
  background-color: transparent;
}
.panels .accordion .accordion-content p:last-child, .panels .accordion .accordion-content ul:last-child, .panels .accordion .accordion-content ol:last-child {
  margin: 0;
}
.panels .accordion .accordion-content .accordion-content-element {
  margin: 0 0 1.3rem 0;
}
.panels .accordion .accordion-content .accordion-content-element p:last-child, .panels .accordion .accordion-content .accordion-content-element ul:last-child, .panels .accordion .accordion-content .accordion-content-element ol:last-child {
  margin: 0;
}
.panels :last-child:not(.is-active) > .accordion-title {
  border-bottom: none;
  border-radius: 0 0 0 0;
}
.panels :last-child > .accordion-content:last-child {
  border-bottom: none;
}

/*  PARTNERS */
.partner {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0 0 3rem 0;
  border-bottom: none;
}
.partner .partner-logo {
  margin: 0;
}
.partner .partner-info p:last-child {
  margin: 0;
}

.partner-new {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0 0 3rem 0;
  min-height: 80%;
  border-bottom: none;
}
.partner-new .partner-logo {
  margin: 0;
}
.partner-new .partner-info p:last-child {
  margin: 0;
}

/*  PERSONNEL */
.button-personnel {
  width: 100%;
  cursor: pointer;
}

.personnel {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem 1.5rem;
  margin: 0 0 1rem 0;
  width: 100%;
  min-height: 185px;
  text-align: left;
  border-bottom-right-radius: 4rem;
  border: 1px solid #d9d9d9;
  background-color: white;
}
.personnel .personnel-photo {
  width: 80px;
  min-width: 80px;
  height: 80px;
}
.personnel .personnel-photo img {
  border-radius: 40px;
}
.personnel .personnel-name-title {
  padding: 0 0 0 1rem;
}
.personnel .personnel-name-title h3 {
  font-family: "Chonburi", serif;
  font-weight: 400;
  font-size: 1.5rem;
  margin: 0 0 0.4rem 0;
  color: #151313;
}
.personnel .personnel-name-title h4 {
  font-size: 1.2rem;
  color: #4d4d4d;
}
.personnel .personnel-name-title p {
  margin: 0;
  font-style: italic;
  color: #4d4d4d;
}

.personnel-bio {
  padding: 2rem;
}
.personnel-bio .bio-photo-name {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flext-start;
  align-items: center;
  width: 100%;
  margin: 0 0 2rem 0;
}
.personnel-bio .bio-photo-name .bio-photo {
  width: 96px;
  height: 96px;
  margin: 0 1rem 0 0;
}

.reveal .close-button {
  color: #4d4d4d;
}
.reveal .close-button:hover {
  color: #e4a031;
}

/*  TABLE */
.table table.unstriped {
  margin-bottom: 0;
}
.table table.unstriped tbody {
  border: 1px solid #d9d9d9;
  background-color: white;
}
.table table.unstriped tbody tr {
  border-bottom: 1px solid #d9d9d9;
}
.table table.unstriped tbody tr.heading {
  margin: 0;
  background-color: #fff8eb;
}
.table table.unstriped tbody tr.heading th {
  font-weight: 600;
  color: #e4a031;
}
.table table.unstriped tbody th, .table table.unstriped tbody td {
  padding: 0.625rem 0.625rem 0.5rem 0.625rem;
  width: 50%;
  font-family: "Anuphan", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3;
  color: #4d4d4d;
  text-align: left;
  vertical-align: top;
}
.table table.unstriped tbody th > p:last-child, .table table.unstriped tbody th > ul:last-child, .table table.unstriped tbody th > ol:last-child, .table table.unstriped tbody td > p:last-child, .table table.unstriped tbody td > ul:last-child, .table table.unstriped tbody td > ol:last-child {
  margin-bottom: 0;
}
.table table.unstriped tbody th a, .table table.unstriped tbody td a {
  color: #28aa96;
  font-weight: 600;
  text-decoration: underline;
}
.table table.unstriped tbody th a:hover, .table table.unstriped tbody td a:hover {
  color: #4d4d4d;
}
.table table.unstriped tbody th b, .table table.unstriped tbody td b {
  font-weight: 600;
}
.table table.unstriped tbody td.col1 {
  font-weight: 600;
  padding-bottom: 0;
}
.table table.unstriped tbody td.col2 {
  padding-top: 0.25rem;
}
.table table.contact {
  margin-top: 1.5rem;
}
.table table.contact tbody th {
  width: 35%;
}
.table table.contact tbody td {
  width: 65%;
}

/*  TEXT */
.text h2 {
  margin: 2.5rem 0 0.5rem 0;
}
.text h3 {
  margin: 2.5rem 0 0.5rem 0;
}
.text h4 {
  margin: 2.5rem 0 0.25rem 0;
}
.text h2:first-child, .text h3:first-child, .text h4:first-child {
  margin-top: 0;
}
.text p:last-child, .text ul:last-child, .text ol:last-child {
  margin-bottom: 0;
}
.text p + h2, .text p + h3, .text p + h4 {
  margin-top: 0;
}
.text p > a, .text ul a, .text ol a {
  font-weight: 500;
  text-decoration: underline;
}

/*  TEXT LEAD */
.text-leadin p {
  font-size: 1.2rem;
  line-height: 1.7;
}
.text-leadin h2:first-child, .text-leadin h3:first-child, .text-leadin h4:first-child {
  margin-top: 0;
}
.text-leadin p:last-child, .text-leadin ul:last-child, .text-leadin ol:last-child {
  margin-bottom: 0;
}
.text-leadin p > a, .text-leadin ul a, .text-leadin ol a {
  font-weight: 500;
  text-decoration: underline;
}
.text-leadin hr {
  margin: 2rem 0 0 0;
}

/*  VIDEO AND EMBED */
.responsive-embed {
  margin: 0;
  border-radius: 8px;
}

/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	FLUID (medium) */
@media screen and (min-width: 640px) {
  .fluid-element {
    padding: 0 0 1.5rem 0;
  }
  /*  CALLOUT */
  .callout {
    padding: 2rem;
  }
  /*  IMAGE */
  .orbit-wrapper .orbit-image {
    border-bottom-right-radius: 40px;
    border-top-left-radius: 40px;
  }
  .orbit-wrapper .orbit-previous, .orbit-wrapper .orbit-next {
    width: 50px;
    height: 50px;
  }
  .orbit-wrapper .orbit-previous {
    left: -25px;
    background-image: url(../grfx/arrow-prev.png);
  }
  .orbit-wrapper .orbit-next {
    right: -25px;
    background-image: url(../grfx/arrow-next.png);
  }
  /*  PANELS */
  .panels .accordion .accordion-title {
    padding: 1.5rem 4rem 1.5rem 1rem;
    font-size: 1rem;
  }
  /*  PERSONNEL */
  .personnel-bio {
    padding: 3rem;
  }
  /*  TABLE */
  .table table.unstriped tbody tr.heading .head2 {
    display: inline-block;
  }
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	FLUID (large) */
@media screen and (min-width: 1024px) {
  .fluid-element {
    padding: 0 0 1.5rem 0;
  }
  /*  PARTNERS */
  .partner {
    margin: 0 0 4rem 0;
  }
  /*  TABLE */
  .table table.unstriped tbody th, .table table.unstriped tbody td {
    padding: 0.8rem 0.8rem 0.625rem 0.8rem;
    width: 50%;
  }
  .table table.unstriped tbody td.col1 {
    padding-bottom: 0.8rem;
  }
  .table table.unstriped tbody td.col2 {
    padding-top: 0.8rem;
  }
  .table table.contact {
    margin-top: 0;
  }
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	FLUID (xlarge) */
@media screen and (min-width: 1200px) {
  .fluid-element {
    padding: 0 0 2rem 0;
  }
  /*  IMAGE */
  .orbit-wrapper .enlarge {
    bottom: 1rem;
    left: 1rem;
  }
  .orbit-wrapper .orbit-image {
    border-bottom-right-radius: 60px;
    border-top-left-radius: 60px;
  }
  /*  PANELS */
  .panels .accordion .accordion-title {
    font-size: 1.4rem;
    padding: 1.7rem 5rem 1.7rem 1rem;
  }
  .panels .accordion .accordion-content {
    padding: 1rem 2rem 2.5rem 2rem;
  }
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	FLUID (xxlarge) */
@media screen and (min-width: 1440px) {
  .fluid-element {
    padding: 0 0 2.5rem 0;
  }
  /*  TABLE */
  .table table.unstriped tbody th, .table table.unstriped tbody td {
    font-size: 1.1rem;
  }
  /*  TEXT LEAD */
  .text-leadin p {
    font-size: 1.35rem;
    line-height: 1.5;
  }
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/* 	NAVIGATION (small) */
/*  SCROLLHIDE NAV */
.scrollhide-nav {
  position: fixed;
  right: 0;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: transform 1s cubic-bezier(0.86, 0, 0.07, 1);
  background-color: transparent;
}
.scrollhide-nav.hidden {
  transform: translateY(-100%);
}

.title-bar-wrapper {
  border-bottom: 1px solid #ededed;
}
.title-bar-wrapper .title-bar {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0.7rem 1.4rem;
  height: 80px;
  background-color: white;
}
.title-bar-wrapper .title-bar .title-bar-left .wordmark {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}
.title-bar-wrapper .title-bar .title-bar-left .wordmark img {
  width: 65px;
  margin-right: 0.5rem;
}
.title-bar-wrapper .title-bar .title-bar-left .wordmark h3 {
  font-family: "Chonburi", serif;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.1;
  margin: 0;
}
.title-bar-wrapper .title-bar .title-bar-left .wordmark h3 span {
  font-family: "Anuphan", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-size: 1rem;
}
.title-bar-wrapper .title-bar .title-bar-right {
  flex: 0 1 auto;
}
.title-bar-wrapper .title-bar .title-bar-right .hamburger {
  width: 38px;
  height: 34px;
  border-bottom-left-radius: 9px;
  border-top-right-radius: 9px;
  background-color: #151313;
}

/*	OFF-CANVAS */
.off-canvas-content.is-open-right.has-transition-push {
  transform: translateX(-330px);
}

.position-right {
  width: 330px;
  transform: translateX(330px);
}

.position-right.is-transition-push {
  box-shadow: none;
}

.js-off-canvas-overlay {
  background: rgba(0, 0, 0, 0.35);
}

.off-canvas {
  padding: 2rem;
  background-color: white;
}
.off-canvas .logo-mobile a {
  display: inline-block;
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}
.off-canvas .logo-mobile a h2 {
  margin: 0 0 0 1rem;
  font-size: 1.35rem;
}
.off-canvas > .menu {
  margin: 2rem 0 0 0;
  padding: 0;
}
.off-canvas > .menu > li a {
  padding: 1rem 1rem;
  margin: 0 0 0.5rem 0;
  font-size: 1.1rem;
  font-weight: 600;
  color: #151313;
  border-bottom: 1px solid #d9d9d9;
}
.off-canvas > .menu > li a.expand {
  border-radius: 6px;
  border-bottom: none;
  background-color: #fff8f1;
}
.off-canvas > .menu > [aria-expanded=true] a {
  color: #dd9548;
}
.off-canvas > .menu .nested {
  margin-bottom: 1rem;
}
.off-canvas > .menu .nested li a {
  padding: 1rem 0;
  font-size: 1rem;
  font-weight: 500;
  color: #4d4d4d;
}
.off-canvas > .menu .nested li:last-child a {
  border-bottom: none;
}
.off-canvas > .menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  border-color: #dd9548 transparent transparent;
}
.off-canvas .contact {
  list-style-type: none;
  margin: 1rem 0 0 0;
  padding: 0;
}

/*  MOBILE MENU (SIDEBAR) */
.mobile-menu .accordion-menu {
  margin: 0;
  padding: 0;
}
.mobile-menu .accordion-menu [aria-expanded=true] a {
  color: #e4a031;
}
.mobile-menu .accordion-menu > li {
  padding: 0.3rem 0;
  text-align: center;
  border-radius: 9px;
  border: 1px solid #d9d9d9;
  background-color: white;
}
.mobile-menu .accordion-menu > li > a {
  color: #4d4d4d;
}
.mobile-menu .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  border-color: #e4a031 transparent transparent;
}
.mobile-menu .accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 0;
  padding: 0 1rem;
}
.mobile-menu .accordion-menu .nested.is-accordion-submenu li {
  border-bottom: 1px solid #d9d9d9;
}
.mobile-menu .accordion-menu .nested.is-accordion-submenu li:last-child {
  border-bottom: none;
}
.mobile-menu .accordion-menu .nested.is-accordion-submenu li.menu-header {
  padding: 1.2rem 0;
  font-weight: 600;
  color: #e4a031;
}
.mobile-menu .accordion-menu .nested.is-accordion-submenu li a {
  padding: 1.2rem 0;
  font-weight: 400;
  color: #4d4d4d;
}
.mobile-menu .accordion-menu .nested.is-accordion-submenu li a.active, .mobile-menu .accordion-menu .nested.is-accordion-submenu li a.active-month {
  background-color: #fff8eb;
}
.mobile-menu .accordion-menu .nested.is-accordion-submenu li span {
  display: inline-block;
  padding: 1.2rem 0;
  font-style: italic;
  font-weight: 600;
  color: #151313;
}
.mobile-menu.top {
  margin: 0 0 2rem 0;
}
.mobile-menu.bottom {
  margin: 2rem 0 0 0;
}

.masthead-nav {
  padding: 2rem 0 1rem 0;
  text-align: left;
}
.masthead-nav h5 {
  display: none;
}
.masthead-nav .accordion-menu {
  margin: 0;
  padding: 0;
}
.masthead-nav .accordion-menu [aria-expanded=true] a {
  color: #e4a031;
}
.masthead-nav .accordion-menu > li {
  padding: 0.3rem;
  border-radius: 6px;
  border: 1px solid #d9d9d9;
}
.masthead-nav .accordion-menu > li > a {
  color: #151313;
}
.masthead-nav .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  border-color: #e4a031 transparent transparent;
}
.masthead-nav .accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 0;
  padding: 0 1rem;
}
.masthead-nav .accordion-menu .nested.is-accordion-submenu li {
  border-bottom: 1px solid #d9d9d9;
}
.masthead-nav .accordion-menu .nested.is-accordion-submenu li:last-child {
  border-bottom: none;
}
.masthead-nav .accordion-menu .nested.is-accordion-submenu li a {
  padding: 1.2rem 0;
  font-weight: 400;
  color: #151313;
}

/*  PAGINATION */
.nav-pagination {
  display: block;
  width: 100%;
  padding: 2rem 0 0 0;
}

.pagination li {
  padding: 0;
  margin: 0 0.25rem 0 0;
  font-size: 1rem;
  font-weight: 400;
}
.pagination li a {
  text-decoration: none;
  padding: 0.5rem 0.75rem 0.4rem 0.75rem;
  margin: 0;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.2;
  color: #4d4d4d;
  border-radius: 4px;
  border: none;
  background-color: #d9d9d9;
}
.pagination li a:hover, .pagination li a:focus {
  color: #e4a031;
  background-color: #d9d9d9;
}
.pagination li a.active {
  color: #ededed;
  background-color: #e4a031;
}

/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	NAVIGATION (medium) */
@media screen and (min-width: 640px) {
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	NAVIGATION (large) */
@media screen and (min-width: 1024px) {
  .top-bar-wrapper {
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #ededed;
    background-color: white;
  }
  .top-bar {
    align-items: stretch;
    height: 100%;
    padding: 0;
    background-color: transparent;
  }
  .top-bar .top-bar-left {
    margin-left: 1rem;
    padding: 1.375rem 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  .top-bar .top-bar-left .wordmark {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
  }
  .top-bar .top-bar-left .wordmark img {
    width: 75px;
    margin-right: 0.5rem;
  }
  .top-bar .top-bar-left .wordmark h3 {
    font-family: "Chonburi", serif;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.1;
    margin: 0;
  }
  .top-bar .top-bar-left .wordmark h3 span {
    font-family: "Anuphan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-size: 1.2rem;
    color: #151313;
  }
  .top-bar .top-bar-right {
    height: 100%;
  }
  .top-bar .top-bar-right .navbar {
    height: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    align-items: center;
  }
  .top-bar .top-bar-right .navbar ul {
    margin: 0 1rem 0 0;
    padding: 0;
    background-color: transparent;
  }
  .top-bar .top-bar-right .navbar ul li {
    padding: 0.875rem 0 0.875rem 0;
  }
  .top-bar .top-bar-right .navbar ul li a {
    padding: 0.5rem 0.625rem;
    font-size: 1.1rem;
    font-weight: 500;
    color: #4d4d4d;
  }
  .top-bar .top-bar-right .navbar ul li a:hover {
    color: #151313;
  }
  .top-bar .top-bar-right .navbar ul li a.has-submenu {
    padding: 0.2rem 1.6rem 0.2rem 0.8rem;
    font-size: 1.25rem;
    font-weight: 500;
    padding-right: 0.25rem;
    color: #151313;
  }
  .top-bar .top-bar-right .navbar ul li a.has-submenu:hover, .top-bar .top-bar-right .navbar ul li a.has-submenu:active, .top-bar .top-bar-right .navbar ul li a.has-submenu:focus {
    color: #151313;
  }
  .top-bar .top-bar-right .navbar ul li a.has-submenu img {
    margin-left: 0.3rem;
  }
  .top-bar .top-bar-right .navbar ul li.menu-user {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0.875rem 0 0.875rem 0;
  }
  .top-bar .top-bar-right .navbar ul li.menu-user button {
    padding: 0 0 0 0.8rem;
    cursor: pointer;
  }
  .top-bar .top-bar-right .navbar ul li.menu-user button img {
    width: 32px;
  }
  .top-bar .top-bar-right .navbar .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    display: none;
  }
  .top-bar .top-bar-right .navbar .dropdown {
    padding: 0;
    margin: 0 0.8rem 0 0;
    height: auto;
    overflow: hidden;
  }
  .top-bar .top-bar-right .navbar .dropdown .nav-button {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    padding: 0.5rem 0.5rem 0.5rem 1.2rem;
    font-family: "Anuphan", sans-serif;
    font-optical-sizing: auto;
    font-size: 1rem;
    font-weight: 600;
    color: #151313;
    border: 1px solid #ededed;
    border-radius: 30px;
    cursor: pointer;
  }
  .top-bar .top-bar-right .navbar .dropdown .nav-button img {
    margin-left: 1rem;
  }
  .top-bar .top-bar-right .navbar .dropdown:hover .nav-button {
    background-color: white;
  }
  .top-bar .top-bar-right .navbar .dropdown:hover .dropdown-content {
    display: block;
  }
  .top-bar .top-bar-right .navbar .dropdown-pane {
    width: auto;
    min-width: 140px;
    border-radius: 9px;
    border: 1px solid #ededed;
  }
  .top-bar .top-bar-right .navbar .dropdown-pane ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-left: none;
    background-color: transparent;
  }
  .top-bar .top-bar-right .navbar .dropdown-pane ul li {
    padding: 0;
  }
  .top-bar .top-bar-right .navbar .dropdown-pane ul li a {
    display: inline-block;
    width: 100%;
    padding: 0.6rem 0.5rem;
    border-radius: 6px;
    color: #4d4d4d;
    font-weight: 400;
  }
  .top-bar .top-bar-right .navbar .dropdown-pane ul li a:hover {
    color: #e4a031;
    background-color: #fff8eb;
  }
  /*  SIDEBAR */
  .sidebar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    font-weight: 400;
  }
  .sidebar ul li {
    margin-bottom: 0.5rem;
  }
  .sidebar ul a {
    display: inline-block;
    width: 100%;
    font-weight: 400;
    padding: 0.35rem 0.5rem;
    color: #4d4d4d;
    border-radius: 6px;
  }
  .sidebar ul a:hover, .sidebar ul a:focus {
    background-color: white;
  }
  .sidebar ul a.active {
    font-weight: 600;
    color: #e4a031;
    background-color: #ededed;
  }
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	NAVIGATION (xlarge) */
@media screen and (min-width: 1200px) {
  .top-bar .top-bar-left {
    margin-left: 0;
  }
  .top-bar .top-bar-right .navbar ul {
    margin-right: 0;
  }
  .top-bar .top-bar-right .dropdown-content {
    padding: 4rem 0 5rem 0;
  }
  .top-bar .top-bar-right .dropdown-content .menu-drawer .service-links li a {
    font-size: 1.2rem;
  }
  .top-bar .top-bar-right .dropdown-content .menu-drawer .menu-tile .tile-heading h3 {
    font-size: 1.3rem;
  }
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	NAVIGATION (xxlarge) */
@media screen and (min-width: 1440px) {
  .top-bar .top-bar-left {
    padding: 1.65rem 0;
  }
  .top-bar .top-bar-left .wordmark img {
    width: 85px;
  }
  .top-bar .top-bar-left .wordmark h3 {
    font-size: 1.3rem;
  }
  .top-bar .top-bar-left .wordmark h3 span {
    font-size: 1.3rem;
  }
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/* 	FOOTER (small) */
.footer {
  padding: 3.75rem 0;
  background-color: #151313;
}
.footer .copyright {
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: 1px solid #4d4d4d;
}
.footer .copyright p {
  margin: 0;
  font-size: 0.9rem;
  color: #87898c;
}

.footer-brand {
  margin-bottom: 2rem;
}
.footer-brand h3 {
  font-family: "Chonburi", serif;
  font-weight: 400;
  font-size: 1.65rem;
  line-height: 1.1;
  margin: 0;
  color: white;
}
.footer-brand h3 span {
  font-family: "Anuphan", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.16rem;
  color: #d9d9d9;
}

.footer-contact {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.footer-contact .contact-info {
  flex-grow: 2;
}
.footer-contact .contact-social {
  flex-grow: 1;
  text-align: right;
}

.footer-contact h6, .footer-location h6 {
  color: white;
  margin-bottom: 0;
}
.footer-contact ul, .footer-location ul {
  list-style-type: none;
  margin: 0 0 1rem 0;
  padding: 0;
}
.footer-contact ul li, .footer-location ul li {
  color: #d9d9d9;
}

/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	FOOTER (medium) */
@media screen and (min-width: 640px) {
  .footer .copyright {
    margin-top: 3rem;
  }
  .footer-contact {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-left: 1.5rem;
    border-left: 1px solid #4d4d4d;
  }
  .footer-contact .contact-social {
    text-align: left;
  }
  .footer-location {
    padding-left: 1.5rem;
    border-left: 1px solid #4d4d4d;
  }
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	FOOTER (large) */
@media screen and (min-width: 1024px) {
  .footer {
    padding: 4rem 0;
  }
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	FOOTER (xlarge) */
@media screen and (min-width: 1200px) {
  .footer {
    padding: 5rem 0;
  }
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	FOOTER (xxlarge) */
@media screen and (min-width: 1440px) {
  .footer {
    padding: 6rem 0;
  }
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/* 	NEWS (small) */
.news-home {
  margin-bottom: 2rem;
}

.news-card {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 1.5rem;
  border: 1px solid #d9d9d9;
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
  background-color: white;
}
.news-card .news-card-image {
  width: 100%;
}
.news-card .news-card-image figure {
  width: 100%;
  height: auto;
  aspect-ratio: 6/4;
  border-bottom-right-radius: 30px;
  background-size: cover;
  background-position: center center;
}
.news-card .news-card-heading {
  padding: 1rem;
  width: 100%;
}
.news-card .news-card-heading p.date {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}
.news-card .news-card-heading p.date a {
  font-weight: 400;
  color: #4d4d4d;
}
.news-card .news-card-heading p.date a:hover, .news-card .news-card-heading p.date a:active, .news-card .news-card-heading p.date a:focus {
  text-decoration: underline;
}
.news-card .news-card-heading h3 {
  margin-bottom: 0.5rem;
}
.news-card .news-card-heading h3 a {
  color: #151313;
}
.news-card .news-card-heading h3 a:hover {
  text-decoration: underline;
}
.news-card .news-card-heading h4 {
  margin-bottom: 0.5rem;
}
.news-card .news-card-heading h4 a {
  color: #151313;
}
.news-card .news-card-heading h4 a:hover {
  text-decoration: underline;
}
.news-card .news-card-heading .newscat {
  margin: 0;
  font-size: 0.875rem;
}
.news-card .news-card-heading .newscat a {
  font-weight: 400;
  color: #4d4d4d;
}
.news-card .news-card-heading .newscat a:hover, .news-card .news-card-heading .newscat a:active, .news-card .news-card-heading .newscat a:focus {
  text-decoration: underline;
}

.news-list-item {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 1.5rem;
  border: 1px solid #d9d9d9;
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
  background-color: white;
}
.news-list-item .news-list-image {
  width: 100%;
}
.news-list-item .news-list-image figure {
  width: 100%;
  height: auto;
  aspect-ratio: 6/4;
  border-bottom-right-radius: 45px;
  background-size: cover;
  background-position: center center;
}
.news-list-item .news-list-heading {
  padding: 1rem;
  width: 100%;
}
.news-list-item .news-list-heading p.date {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}
.news-list-item .news-list-heading p.date a {
  font-weight: 400;
  color: #4d4d4d;
}
.news-list-item .news-list-heading p.date a:hover, .news-list-item .news-list-heading p.date a:active, .news-list-item .news-list-heading p.date a:focus {
  text-decoration: underline;
}
.news-list-item .news-list-heading h3 {
  margin-bottom: 0.5rem;
}
.news-list-item .news-list-heading h3 a {
  color: #151313;
}
.news-list-item .news-list-heading h3 a:hover {
  text-decoration: underline;
}
.news-list-item .news-list-heading h4 {
  margin-bottom: 0.5rem;
}
.news-list-item .news-list-heading h4 a {
  color: #151313;
}
.news-list-item .news-list-heading h4 a:hover {
  text-decoration: underline;
}
.news-list-item .news-list-heading .newscat {
  margin: 0;
  font-size: 0.875rem;
}
.news-list-item .news-list-heading .newscat a {
  font-weight: 400;
  color: #4d4d4d;
}
.news-list-item .news-list-heading .newscat a:hover, .news-list-item .news-list-heading .newscat a:active, .news-list-item .news-list-heading .newscat a:focus {
  text-decoration: underline;
}

.section-news-latest {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 1.5rem;
  border: 1px solid #d9d9d9;
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
  background-color: white;
}
.section-news-latest .news-latest-image {
  width: 100%;
  aspect-ratio: 6/4;
  margin: 0;
}
.section-news-latest .news-latest-image figure {
  width: 100%;
  height: 100%;
  border-bottom-right-radius: 50px;
  background-size: cover;
  background-position: center center;
}
.section-news-latest .news-latest-heading {
  padding: 1rem;
}
.section-news-latest .news-latest-heading p.date {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}
.section-news-latest .news-latest-heading p.date a {
  font-weight: 400;
  color: #4d4d4d;
}
.section-news-latest .news-latest-heading p.date a:hover, .section-news-latest .news-latest-heading p.date a:active, .section-news-latest .news-latest-heading p.date a:focus {
  text-decoration: underline;
}
.section-news-latest .news-latest-heading h3 {
  margin-bottom: 0.5rem;
}
.section-news-latest .news-latest-heading h3 a {
  color: #151313;
}
.section-news-latest .news-latest-heading h3 a:hover {
  text-decoration: underline;
}
.section-news-latest .news-latest-heading p.newscat {
  margin: 0;
}
.section-news-latest .news-latest-heading p.newscat a {
  font-weight: 400;
  color: #4d4d4d;
}
.section-news-latest .news-latest-heading p.newscat a:hover, .section-news-latest .news-latest-heading p.newscat a:active, .section-news-latest .news-latest-heading p.newscat a:focus {
  text-decoration: underline;
}

/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	NEWS (medium) */
@media screen and (min-width: 640px) {
  .news-card .news-card-image figure {
    border-bottom-right-radius: 60px;
  }
  .news-card .news-card-heading {
    padding: 1.5rem;
  }
  .news-card .news-card-heading p.date {
    font-size: 1rem;
  }
  .news-card .news-card-heading h3 {
    font-size: 1.3rem;
  }
  .news-card .news-card-heading .newscat {
    font-size: 1rem;
  }
  .news-list-item {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: stretch;
    border-top-right-radius: 9px;
    border-bottom-left-radius: 40px;
  }
  .news-list-item .news-list-image {
    width: 40%;
  }
  .news-list-item .news-list-image figure {
    aspect-ratio: 6/4.5;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 40px;
  }
  .news-list-item .news-list-heading {
    width: 60%;
    margin-left: 1.5rem;
    padding-left: 0;
  }
  .news-list-item .news-list-heading p.date {
    font-size: 1rem;
  }
  .news-list-item .news-list-heading .newscat {
    font-size: 1rem;
  }
  .section-news-latest .news-latest-image figure {
    border-bottom-right-radius: 60px;
  }
  .section-news-latest .news-latest-heading {
    padding: 2rem;
  }
  .section-news-latest .news-latest-heading p.date {
    font-size: 1rem;
  }
  .section-news-latest .news-latest-heading h3 {
    font-size: 1.3rem;
  }
  .section-news-latest .news-latest-heading p.newscat {
    font-size: 1rem;
  }
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	NEWS (large) */
@media screen and (min-width: 1024px) {
  .news-card .news-card-image figure {
    border-bottom-right-radius: 30px;
  }
  .news-card .news-card-heading h3 {
    font-size: 1.2rem;
  }
  .news-list-item .news-list-image {
    width: 35%;
  }
  .news-list-item .news-list-heading {
    width: 65%;
  }
  .section-news-latest {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: stretch;
    border-top-right-radius: 9px;
    border-bottom-left-radius: 0;
  }
  .section-news-latest .news-latest-image {
    width: 50%;
    margin: 0;
  }
  .section-news-latest .news-latest-heading {
    width: 50%;
    margin: 0 0 0 1.5rem;
    padding: 1rem 1rem 1rem 0;
  }
  .section-news-latest .news-latest-heading h3 {
    font-size: 1.2rem;
  }
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	NEWS (xlarge) */
@media screen and (min-width: 1200px) {
  .news-card .news-card-image figure {
    border-bottom-right-radius: 36px;
  }
  .news-card .news-card-heading p.date {
    font-size: 1.1rem;
  }
  .news-card .news-card-heading h3 {
    font-size: 1.3rem;
  }
  .news-card .news-card-heading .newscat {
    font-size: 1.1rem;
  }
  .news-list-item .news-list-image {
    width: 30%;
  }
  .news-list-item .news-list-image figure {
    aspect-ratio: 6/4;
  }
  .news-list-item .news-list-heading {
    width: 70%;
  }
  .news-list-item .news-list-heading .newscat {
    font-size: 1.1rem;
  }
  .section-news-latest .news-latest-heading {
    padding: 2rem 2rem 2rem 0;
  }
  .section-news-latest .news-latest-heading h3 {
    font-size: 1.3rem;
  }
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	NEWS (xxlarge) */
@media screen and (min-width: 1440px) {
  .news-card .news-card-image figure {
    border-bottom-right-radius: 40px;
  }
  .news-card .news-card-heading {
    padding: 2rem;
  }
  .news-card .news-card-heading p.date {
    font-size: 1.2rem;
  }
  .news-card .news-card-heading h3 {
    font-size: 1.4rem;
  }
  .news-card .news-card-heading .newscat {
    font-size: 1.2rem;
  }
  .news-list-item .news-list-image {
    width: 30%;
  }
  .news-list-item .news-list-image figure {
    border-bottom-left-radius: 40px;
  }
  .news-list-item .news-list-heading {
    margin-left: 2rem;
  }
  .section-news-latest .news-latest-heading {
    margin: 0 0 0 2rem;
  }
  .section-news-latest .news-latest-heading h3 {
    font-size: 1.4rem;
  }
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/* 	EVENTS (small) */
.event-list {
  margin-bottom: 2rem;
}

.event-list-item {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #d9d9d9;
}
.event-list-item .event-list-date {
  width: 25%;
  text-align: center;
}
.event-list-item .event-list-date .date-wrapper {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 1/1;
  border-bottom-left-radius: 15px;
  background-color: #e4a031;
}
.event-list-item .event-list-date .date-wrapper span.day {
  display: block;
  font-family: "Anuphan", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 1.1;
  color: white;
}
.event-list-item .event-list-date .date-wrapper span.month {
  font-family: "Anuphan", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.1;
  letter-spacing: 0.085rem;
  text-transform: uppercase;
  color: white;
}
.event-list-item .event-list-heading {
  width: 75%;
  margin-left: 1rem;
}
.event-list-item .event-list-heading p {
  margin-bottom: 0.5rem;
}
.event-list-item .event-list-heading h3 {
  margin: 0;
}
.event-list-item .event-list-heading h3 a {
  color: #151313;
}
.event-list-item .event-list-heading h3 a:hover {
  color: #28aa96;
}

/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	EVENTS (medium) */
@media screen and (min-width: 640px) {
  .event-list-item {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .event-list-item .event-list-date {
    width: 20%;
  }
  .event-list-item .event-list-date .date-wrapper {
    aspect-ratio: 6/4.5;
    border-bottom-left-radius: 25px;
  }
  .event-list-item .event-list-heading {
    width: 80%;
    margin-left: 1.5rem;
  }
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	EVENTS (large) */
@media screen and (min-width: 1024px) {
  .event-list-item .event-list-date {
    width: 25%;
  }
  .event-list-item .event-list-date .date-wrapper {
    aspect-ratio: 6/4;
  }
  .event-list-item .event-list-date .date-wrapper span.day {
    font-size: 2.3rem;
  }
  .event-list-item .event-list-date .date-wrapper span.month {
    font-size: 1.2rem;
  }
  .event-list-item .event-list-heading {
    width: 75%;
  }
  .events-home .event-list-item .event-list-date {
    width: 25%;
  }
  .events-home .event-list-item .event-list-date .date-wrapper {
    aspect-ratio: 1/1;
    border-bottom-left-radius: 18px;
  }
  .events-home .event-list-item .event-list-date .date-wrapper span.day {
    font-size: 2rem;
  }
  .events-home .event-list-item .event-list-date .date-wrapper span.month {
    font-size: 1rem;
  }
  .events-home .event-list-item .event-list-heading {
    width: 75%;
    margin-left: 1.5rem;
  }
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	EVENTS (xlarge) */
@media screen and (min-width: 1200px) {
  .event-list-item .event-list-date {
    width: 20%;
  }
  .event-list-item .event-list-date .date-wrapper {
    border-bottom-left-radius: 30px;
  }
  .event-list-item .event-list-date .date-wrapper span.day {
    font-size: 2.3rem;
  }
  .event-list-item .event-list-date .date-wrapper span.month {
    font-size: 1.2rem;
  }
  .event-list-item .event-list-heading {
    width: 80%;
  }
  .events-home .event-list-item .event-list-date {
    width: 20%;
  }
  .events-home .event-list-item .event-list-date .date-wrapper {
    border-bottom-left-radius: 25px;
  }
  .events-home .event-list-item .event-list-date .date-wrapper span.day {
    font-size: 2.1rem;
  }
  .events-home .event-list-item .event-list-date .date-wrapper span.month {
    font-size: 1.1rem;
  }
  .events-home .event-list-item .event-list-heading {
    width: 80%;
  }
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	EVENTS (xxlarge) */
@media screen and (min-width: 1440px) {
  .event-list-item .event-list-date {
    width: 25%;
  }
  .event-list-item .event-list-date .date-wrapper {
    border-bottom-left-radius: 30px;
  }
  .event-list-item .event-list-date .date-wrapper span.day {
    font-size: 2.5rem;
  }
  .event-list-item .event-list-date .date-wrapper span.month {
    font-size: 1.4rem;
  }
  .event-list-item .event-list-heading {
    width: 75%;
  }
  .event-list-item .event-list-heading {
    margin-left: 2rem;
  }
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/* 	CALENDAR (small) */
/*  CALENDAR NAV */
.nav-calendar {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 2rem;
  padding: 1.5rem 0;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.nav-calendar .nav-calendar-center {
  order: 1;
  width: 100%;
  margin-top: 5px;
  text-align: center;
}
.nav-calendar .nav-calendar-center h5 {
  margin: 0;
  color: #87898c;
}
.nav-calendar .nav-calendar-center h3 {
  font-weight: 600;
  margin-bottom: 1rem;
}
.nav-calendar .nav-calendar-left {
  order: 2;
  width: 50%;
  text-align: right;
}
.nav-calendar .nav-calendar-right {
  order: 3;
  width: 50%;
  text-align: left;
}
.nav-calendar .pager {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.nav-calendar .pager .button.calendar {
  padding: 0.5rem 1.2rem;
  font-family: "Anuphan", sans-serif;
  font-optical-sizing: auto;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  border: none;
  background-color: #151313;
}
.nav-calendar .pager .button.calendar:hover, .nav-calendar .pager .button.calendar:focus, .nav-calendar .pager .button.calendar:active {
  background-color: #da3f2e;
}
.nav-calendar .pager .button.calendar.prev {
  margin: 0 0.25rem 0 0;
}
.nav-calendar .pager .button.calendar.prev img {
  margin-top: -2px;
  margin-right: 6px;
}
.nav-calendar .pager .button.calendar.next {
  margin: 0 0 0 0.25rem;
}
.nav-calendar .pager .button.calendar.next img {
  margin-top: -2px;
  margin-left: 6px;
}
.nav-calendar .pager .button.calendar span {
  display: inline-block;
  margin-top: 0.5px;
}

.calendar-instructions {
  margin: 0 0 2rem 0;
}
.calendar-instructions p {
  font-style: italic;
}

.calendar-month-menu {
  width: 100%;
}
.calendar-month-menu > li {
  width: 100%;
  padding: 0.3rem 1rem 0.3rem 0.3rem;
  border-radius: 6px;
  border: 1px solid #d9d9d9;
  background-color: white;
}
.calendar-month-menu > li a h3 {
  margin-bottom: 0;
}
.calendar-month-menu.dropdown.menu > li > a {
  padding: 0.5rem;
}
.calendar-month-menu.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  border-color: #e4a031 transparent transparent;
  right: 2px;
}
.calendar-month-menu .nested {
  min-width: 225px;
  width: 100%;
  padding: 1rem;
  margin-top: 0.25rem;
  text-align: center;
  border-radius: 6px;
  border: 1px solid #d9d9d9;
}
.calendar-month-menu .nested li a {
  font-weight: 400;
  color: #4d4d4d;
}
.calendar-month-menu .nested li a:hover {
  color: #e4a031;
  border-radius: 4px;
  background-color: #fff8eb;
}
.calendar-month-menu .nested li a.active-month {
  font-weight: 600;
  color: #e4a031;
}
.calendar-month-menu .menu-divider {
  width: 100%;
  border-bottom: 1px solid #d9d9d9;
}

/*  CALENDAR EVENTS */
.panel-calendar {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #d9d9d9;
}
.panel-calendar .panel-heading {
  width: 25%;
  text-align: center;
}
.panel-calendar .panel-heading .date-wrapper {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 1/1;
  border-bottom-left-radius: 15px;
  background-color: #e4a031;
}
.panel-calendar .panel-heading .date-wrapper span.day {
  display: block;
  font-family: "Anuphan", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 1.1;
  color: white;
}
.panel-calendar .panel-heading .date-wrapper span.month {
  font-family: "Anuphan", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.1;
  letter-spacing: 0.085rem;
  text-transform: uppercase;
  color: white;
}
.panel-calendar .panel-body {
  width: 75%;
  margin-left: 1rem;
}
.panel-calendar .panel-body .event {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.panel-calendar .panel-body .event .event-info {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
}
.panel-calendar .panel-body .event .event-info .event-time, .panel-calendar .panel-body .event .event-info .event-heading {
  width: auto;
}
.panel-calendar .panel-body .event .event-info .event-heading p {
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}
.panel-calendar .panel-body .event .event-info .event-heading h3 {
  margin-bottom: 0.5rem;
}
.panel-calendar .panel-body .event .event-info .event-heading .details {
  font-size: 0.875rem;
  margin: 0;
}
.panel-calendar .panel-body .panel-heading .date-wrapper {
  background-color: #e4a031;
}
.panel-calendar .panel-body .panel-body .event .event-info .event-heading p a {
  color: #e4a031;
}

/*  CALENDAR MINI-CAL */
.calendar-view {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 2rem 0 1rem 0;
}
.calendar-view h5 {
  padding: 1rem 0 0 0;
  margin: 0 0 1.5rem 0;
  width: 100%;
  border-top: 1px solid #d9d9d9;
}
.calendar-view span {
  width: 49%;
  margin: 0;
  padding: 0.5rem 1.2rem;
  font-family: "Anuphan", sans-serif;
  font-optical-sizing: auto;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  text-align: center;
  color: #4d4d4d;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border: 2px solid #d9d9d9;
  border-radius: 25px;
  background-color: #f7f7f7;
}
.calendar-view .button {
  width: 49%;
  padding: 0.5rem 1.2rem;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  border-radius: 25px;
  border: 2px solid #28aa96;
}
.calendar-view .button:hover, .calendar-view .button:focus, .calendar-view .button:active {
  border: 2px solid #35b7a3;
}

.mini-calendar {
  margin: 0 0 3rem 0;
}
.mini-calendar a {
  color: #28aa96;
}
.mini-calendar table {
  border: 2px solid #d9d9d9;
}
.mini-calendar table thead {
  background-color: #f7f7f7;
}
.mini-calendar table tbody tr:nth-child(even) {
  background-color: white;
}
.mini-calendar .month-heading {
  text-align: center;
}
.mini-calendar .mini_calendar_days th {
  color: #151313;
}
.mini-calendar .mini_calendar_date {
  color: #4d4d4d;
}

/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	CALENDAR (medium) */
@media screen and (min-width: 640px) {
  /*  CALENDAR NAV */
  .nav-calendar {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
  }
  .nav-calendar .nav-calendar-center {
    order: 2;
    flex-grow: 2;
    width: auto;
    margin: 0;
    text-align: center;
  }
  .nav-calendar .nav-calendar-center h3 {
    margin: 0;
  }
  .nav-calendar .nav-calendar-left {
    order: 1;
    flex-grow: 1;
    width: auto;
    text-align: left;
  }
  .nav-calendar .nav-calendar-right {
    order: 3;
    flex-grow: 1;
    width: auto;
    text-align: right;
  }
  .nav-calendar .nav-divider {
    width: 100%;
  }
  /*  CALENDAR EVENTS */
  .panel-calendar {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .panel-calendar .panel-heading {
    width: 20%;
  }
  .panel-calendar .panel-heading .date-wrapper {
    aspect-ratio: 6/4.5;
    border-bottom-left-radius: 25px;
  }
  .panel-calendar .panel-body {
    width: 80%;
    margin-left: 1.5rem;
  }
  .panel-calendar .panel-body .event .event-info .event-heading p {
    font-size: 1rem;
  }
  .panel-calendar .panel-body .event .event-info .event-heading .details {
    font-size: 1rem;
  }
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	CALENDAR (large) */
@media screen and (min-width: 1024px) {
  /*  CALENDAR EVENTS */
  .panel-calendar .panel-heading .date-wrapper {
    aspect-ratio: 6/4;
  }
  .panel-calendar .panel-heading .date-wrapper span.day {
    font-size: 2.2rem;
  }
  .panel-calendar .panel-heading .date-wrapper span.month {
    font-size: 1.1rem;
  }
  /*  CALENDAR MINI-CAL */
  .calendar-view {
    margin: 0 0 1rem 0;
  }
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	CALENDAR (xlarge) */
@media screen and (min-width: 1200px) {
  /*  CALENDAR NAV */
  .nav-calendar .pager .button.calendar {
    padding: 0.6rem 1.4rem;
    font-size: 1rem;
  }
  /*  CALENDAR EVENTS */
  .panel-calendar .panel-heading .date-wrapper span.day {
    font-size: 2.3rem;
  }
  .panel-calendar .panel-heading .date-wrapper span.month {
    font-size: 1.2rem;
  }
  .panel-calendar .panel-body .event .event-info {
    flex-flow: row nowrap;
    width: 100%;
  }
  .panel-calendar .panel-body .event .event-info .event-time {
    margin: 0 2rem 0 0;
    width: 30%;
  }
  .panel-calendar .panel-body .event .event-info .event-heading p {
    font-size: 1rem;
  }
  .panel-calendar .panel-body .event .event-info .event-heading .details {
    font-size: 1.1rem;
  }
  /*  CALENDAR VIEW */
  .calendar-view span {
    padding: 0.6rem 1.4rem;
    font-size: 1rem;
  }
  .calendar-view .button {
    padding: 0.6rem 1.4rem;
    font-size: 1rem;
  }
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	CALENDAR (xxlarge) */
@media screen and (min-width: 1440px) {
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/* 	HOME (small) */
.section-masthead {
  position: relative;
  z-index: 10;
  margin-bottom: 0;
}

.section-about {
  position: relative;
  z-index: 10;
  width: 100%;
  padding-top: 4rem;
  margin: 0;
}
.section-about .strip.tour {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 0;
}
.section-about .strip.tour .strip-overlay {
  position: relative;
  z-index: 20;
  padding: 0;
  margin-bottom: 2rem;
  text-align: center;
}
.section-about .strip.tour .strip-overlay h2 {
  font-family: "Anuphan", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.1;
  margin-bottom: 0.5rem;
}
.section-about .strip.tour .slick-tour {
  position: relative;
  z-index: 20;
  padding-bottom: 0;
}
.section-about .strip.tour .slick-tour .card.photo-tour {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  align-items: flex-end;
  aspect-ratio: 1/1;
  margin: 0 10px;
  border: none;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.section-about .strip.tour .slick-tour .card.photo-tour .card-overlay {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  align-items: flex-start;
  order: 2;
  padding: 1.5rem;
  width: 100%;
  min-height: 120px;
  height: 40%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
}
.section-about .strip.tour .slick-tour .card.photo-tour .card-overlay .overlay-text p {
  margin: 0;
  color: white;
}
.section-about .strip.tour .slick-tour .card.photo-tour .card-background {
  position: absolute;
  order: 1;
  width: 100%;
  aspect-ratio: 1/1.618;
}
.section-about .strip.tour .slick-tour .card.photo-tour .card-background figure {
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.section-about .about-heading {
  width: 100%;
  height: auto;
}
.section-about .about-slider {
  position: relative;
  width: 100%;
  height: auto;
}

.section-journey {
  padding-top: 4rem;
}
.section-journey .journey {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 2rem;
  background-image: url(../grfx/background-salmon-red.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.section-journey .journey .journey-heading {
  width: 100%;
  margin-bottom: 1rem;
}
.section-journey .journey .journey-heading h2 {
  font-family: "Anuphan", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: 1.5rem;
  color: white;
}
.section-journey .journey .journey-content {
  padding: 2rem;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: white;
}

.section-newsevents {
  position: relative;
  z-index: 10;
  padding: 4rem 0;
}
.section-newsevents .newsevents-header {
  padding: 0 0 1rem 0;
  width: 100%;
  text-align: left;
}
.section-newsevents .newsevents-header h2 {
  font-size: 1.3rem;
  text-transform: uppercase;
}
.section-newsevents .sub-section-head {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 0 0 1rem 0;
}
.section-newsevents .sub-section-head .heading {
  padding: 0.5rem 1rem 0.5rem 0;
  margin: 0;
}
.section-newsevents .sub-section-head .heading h5 {
  margin: 0;
}
.section-newsevents .sub-section-head .link {
  padding: 0.7rem 0.5rem 0.3rem 1rem;
  border-left: 1px solid #d9d9d9;
}
.section-newsevents .sub-section-head .link a {
  font-size: 1rem;
  color: #87898c;
}
.section-newsevents .sub-section-head .link a:hover {
  color: #28aa96;
}

.background-salmon {
  position: absolute;
  top: 680px;
  z-index: 1;
  width: 100%;
  height: 600px;
  background-image: url(../grfx/background-salmon.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
}

/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	HOME (medium) */
@media screen and (min-width: 640px) {
  .section-about {
    padding-top: 5rem;
  }
  .section-about .strip.tour .strip-overlay {
    padding: 0;
    margin-bottom: 2.5rem;
  }
  .section-about .strip.tour .strip-overlay h2 {
    font-size: 1.65rem;
  }
  .section-about .strip.tour .slick-tour .card.photo-tour {
    aspect-ratio: 6/4;
    border-top-left-radius: 36px;
    border-bottom-right-radius: 36px;
  }
  .section-about .strip.tour .slick-tour .card.photo-tour .card-overlay {
    min-height: 90px;
    height: 30%;
  }
  .section-about .strip.tour .slick-tour .card.photo-tour .card-background {
    aspect-ratio: 6/4;
  }
  .section-journey {
    padding-top: 5rem;
  }
  .section-journey .journey {
    padding: 3rem;
  }
  .section-journey .journey .journey-heading h2 {
    font-size: 2rem;
  }
  .section-journey .journey .journey-content {
    width: 70%;
  }
  .section-newsevents {
    padding: 5rem 0;
  }
  .section-newsevents .newsevents-header {
    padding: 0 0 1.5rem 0;
  }
  .background-salmon {
    top: 580px;
    height: 600px;
    background-size: cover;
    background-position: top center;
  }
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	HOME (large) */
@media screen and (min-width: 1024px) {
  .section-about {
    padding-top: 6rem;
  }
  .section-about .strip.tour .strip-overlay h2 {
    font-size: 1.75rem;
  }
  .section-about .strip.tour .slick-tour .card.photo-tour {
    margin: 0 30px;
  }
  .section-about .strip.tour .slick-tour .slick-arrow-prev, .section-about .strip.tour .slick-tour .slick-arrow-next {
    position: absolute;
    z-index: 30;
    top: 50%;
    margin-top: -30px;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    transform: translate(0, 0);
    cursor: pointer;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #da3f2e;
  }
  .section-about .strip.tour .slick-tour .slick-arrow-prev, .section-about .strip.tour .slick-tour [dir=rtl] .slick-arrow-prev {
    right: auto;
    left: 20.25%;
    background-image: url(../grfx/arrow-prev.png);
  }
  .section-about .strip.tour .slick-tour .slick-arrow-next, .section-about .strip.tour .slick-tour [dir=rtl] .slick-arrow-next {
    right: 20.25%;
    left: auto;
    background-image: url(../grfx/arrow-next.png);
  }
  .section-journey {
    padding-top: 6rem;
  }
  .section-journey .journey .journey-heading h2 {
    font-size: 2.5rem;
  }
  .section-journey .journey .journey-content {
    width: 60%;
  }
  .section-newsevents .sub-section-head .link {
    padding: 0.75rem 0.5rem 0.25rem 1rem;
  }
  .section-newsevents .sub-section-head .link a {
    font-size: 1.1rem;
  }
  .background-salmon {
    top: 640px;
    height: 600px;
    background-size: cover;
    background-position: top center;
  }
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	HOME (xlarge) */
@media screen and (min-width: 1200px) {
  .section-about {
    padding-top: 7rem;
  }
  .section-about .strip.tour .strip-overlay {
    margin-bottom: 3rem;
  }
  .section-about .strip.tour .slick-tour .card.photo-tour {
    aspect-ratio: 1.618/1;
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px;
  }
  .section-about .strip.tour .slick-tour .card.photo-tour .card-overlay {
    padding: 2rem;
    min-height: 120px;
    height: 25%;
  }
  .section-about .strip.tour .slick-tour .card.photo-tour .card-background {
    aspect-ratio: 1.618/1;
  }
  .section-journey {
    padding-top: 7rem;
  }
  .section-journey .journey {
    padding: 3.5rem;
  }
  .section-journey .journey .journey-heading {
    margin-bottom: 0;
  }
  .section-journey .journey .journey-heading h2 {
    font-size: 3.2rem;
    margin: 0;
  }
  .section-journey .journey .journey-content {
    padding: 3rem;
    width: 60%;
  }
  .section-journey .journey .journey-content p {
    font-size: 1.2rem;
  }
  .section-journey .journey .journey-content {
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }
  .section-newsevents {
    padding: 6rem 0;
  }
  .section-newsevents .newsevents-header {
    padding: 0 0 2rem 0;
  }
  .background-salmon {
    top: 760px;
    height: 760px;
  }
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	HOME (xxlarge) */
@media screen and (min-width: 1440px) {
  .section-about {
    padding-top: 8rem;
  }
  .section-about .strip.tour .slick-tour .card.photo-tour {
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px;
  }
  .section-about .strip.tour .slick-tour .slick-arrow-prev, .section-about .strip.tour .slick-tour [dir=rtl] .slick-arrow-prev {
    left: 26%;
  }
  .section-about .strip.tour .slick-tour .slick-arrow-next, .section-about .strip.tour .slick-tour [dir=rtl] .slick-arrow-next {
    right: 26%;
  }
  .section-journey {
    padding-top: 8rem;
  }
  .section-journey .journey {
    padding: 4rem;
  }
  .section-journey .journey .journey-heading h2 {
    font-size: 3.8rem;
  }
  .section-journey .journey .journey-content {
    padding: 3.5rem;
  }
  .section-journey .journey .journey-content p {
    font-size: 1.3rem;
  }
  .section-journey .journey .journey-content {
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }
  .section-newsevents {
    padding: 8rem 0;
  }
  .section-newsevents .newsevents-header {
    padding: 0 0 3rem 0;
  }
  .section-newsevents .sub-section-head .link {
    padding: 0.7rem 0.5rem 0.3rem 1rem;
  }
  .background-salmon {
    top: 900px;
    height: 90%;
  }
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	CARDS (xxxlarge) */
@media screen and (min-width: 1920px) {
  .section-about {
    padding-top: 9rem;
  }
  .section-about .strip.tour .slick-tour .card.photo-tour {
    margin: 0 50px;
    border-top-left-radius: 80px;
    border-bottom-right-radius: 80px;
  }
  .section-about .strip.tour .slick-tour .card.photo-tour .card-overlay {
    padding: 3rem;
  }
  .section-about .strip.tour .slick-tour .slick-arrow-prev, .section-about .strip.tour .slick-tour .slick-arrow-next {
    margin-top: -35px;
    width: 70px;
    height: 70px;
    border-radius: 35px;
  }
  .section-about .strip.tour .slick-tour .slick-arrow-prev, .section-about .strip.tour .slick-tour [dir=rtl] .slick-arrow-prev {
    left: 26.65%;
  }
  .section-about .strip.tour .slick-tour .slick-arrow-next, .section-about .strip.tour .slick-tour [dir=rtl] .slick-arrow-next {
    right: 26.65%;
  }
  .background-salmon {
    top: 1000px;
    height: 100%;
  }
  /*	*/
}/*# sourceMappingURL=custom.css.map */