@charset "UTF-8";
@font-face {
  font-family: "IBM Plex Sans Thai";
  src: url("../fonts/IBMPlexSansThai-ExtraLight.woff2") format("woff2"), url("../fonts/IBMPlexSansThai-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans Thai";
  src: url("../fonts/IBMPlexSansThai-Bold.woff2") format("woff2"), url("../fonts/IBMPlexSansThai-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans Thai";
  src: url("../fonts/IBMPlexSansThai-Light.woff2") format("woff2"), url("../fonts/IBMPlexSansThai-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans Thai";
  src: url("../fonts/IBMPlexSansThai-Medium.woff2") format("woff2"), url("../fonts/IBMPlexSansThai-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans Thai";
  src: url("../fonts/IBMPlexSansThai-SemiBold.woff2") format("woff2"), url("../fonts/IBMPlexSansThai-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans Thai";
  src: url("../fonts/IBMPlexSansThai-Regular.woff2") format("woff2"), url("../fonts/IBMPlexSansThai-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans Thai";
  src: url("../fonts/IBMPlexSansThai-Thin.woff2") format("woff2"), url("../fonts/IBMPlexSansThai-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans Thai Looped";
  src: url("../fonts/IBMPlexSansThaiLooped-Bold.woff2") format("woff2"), url("../fonts/IBMPlexSansThaiLooped-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans Thai Looped";
  src: url("../fonts/IBMPlexSansThaiLooped-ExtraLight.woff2") format("woff2"), url("../fonts/IBMPlexSansThaiLooped-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans Thai Looped";
  src: url("../fonts/IBMPlexSansThaiLooped-Light.woff2") format("woff2"), url("../fonts/IBMPlexSansThaiLooped-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans Thai Looped";
  src: url("../fonts/IBMPlexSansThaiLooped-Medium.woff2") format("woff2"), url("../fonts/IBMPlexSansThaiLooped-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans Thai Looped";
  src: url("../fonts/IBMPlexSansThaiLooped-Regular.woff2") format("woff2"), url("../fonts/IBMPlexSansThaiLooped-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans Thai Looped";
  src: url("../fonts/IBMPlexSansThaiLooped-Thin.woff2") format("woff2"), url("../fonts/IBMPlexSansThaiLooped-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans Thai Looped";
  src: url("../fonts/IBMPlexSansThaiLooped-SemiBold.woff2") format("woff2"), url("../fonts/IBMPlexSansThaiLooped-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}

.row-cols-auto > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.f_thin {
  font-family: "IBM Plex Sans Thai", sans-serif;
  font-weight: 300;
}

.f_reg {
  font-family: "IBM Plex Sans Thai", sans-serif;
  font-weight: 400;
}

.f_med {
  font-family: "IBM Plex Sans Thai", sans-serif;
  font-weight: 500;
}

.f_bd {
  font-family: "IBM Plex Sans Thai", sans-serif;
  font-weight: 600;
}

.f_b {
  font-family: "IBM Plex Sans Thai", sans-serif;
  font-weight: bold;
}

.se_f_thin {
  font-family: "IBM Plex Sans Thai", sans-serif;
  font-weight: 300;
}

.se_f_reg {
  font-family: "IBM Plex Sans Thai", sans-serif;
  font-weight: 400;
}

.se_f_med {
  font-family: "IBM Plex Sans Thai", sans-serif;
  font-weight: 500;
}

.se_f_bd {
  font-family: "IBM Plex Sans Thai", sans-serif;
  font-weight: 600;
}

/* ==========================================================================
Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "IBM Plex Sans Thai", sans-serif;
}

body {
  background: #ffffff;
  font-size: 16px;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
a {
  text-decoration: none;
}

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

.text-black {
  color: black;
}

.ratio-19x9 {
  aspect-ratio: 19/9;
}

.ratio-21x9 {
  aspect-ratio: 21/9;
}

.ratio-1x1 {
  aspect-ratio: 1/1;
}

.ratio-4x3 {
  aspect-ratio: 4/3;
}

.ratio-16x9 {
  aspect-ratio: 16/9;
}

b {
  font-weight: 800;
}

.bg-secondary {
  background-color: #f5f5f5;
}

.my-50px {
  margin: 50px auto;
}

.mb-30px {
  margin-bottom: 30px !important;
}

.mb-70px {
  margin-bottom: 70px !important;
}

.my-30px {
  margin: 30px auto;
}

.my-20px {
  margin: 20px auto;
}

.my-10px {
  margin: 10px auto;
}

.px-10px {
  padding: 0px 15px;
}

.mx-20px {
  margin-left: 20px;
  margin-right: 20px;
}

.mb-8px {
  margin-bottom: 8px;
}

.mt-20px {
  margin-top: 20px;
}

.mt-40px {
  margin-top: 40px;
}

.ml-10px {
  margin-left: 10px;
}

.gap-20 {
  gap: 20px;
}

img {
  max-width: 100%;
}

.side-heading {
  margin: 0px 0px 0px 16px;
  font-size: 16px;
}
.side-heading.def-reg {
  margin: 0px 16px 0px 0px;
}
.side-heading::before {
  display: block;
  content: "";
  width: 8px;
  background: #01a4a4;
  height: 18px;
  float: left;
  margin-right: 15px;
}
.side-heading.no-reg::before {
  display: none;
}

.side-heading-icon {
  width: 20px;
}

.center-heading {
  font-size: 16px;
  letter-spacing: 2px;
  text-align: center;
}
.center-heading.intersect {
  margin-bottom: -22px !important;
  position: relative;
  z-index: 2;
}
.center-heading.v2 {
  margin: 0px auto 12px;
  text-align: center;
  color: #000;
  justify-content: center;
  align-items: center;
}
.center-heading.v2::after {
  content: "";
  display: block;
  width: 58px;
  height: 3px;
  background-image: linear-gradient(to right, #ec008c 50%, #00b2ad 50%);
  margin: 15px auto 0;
}
@media (min-width: 971px) {
  .center-heading.v2::after {
    width: 110px;
    margin: 30px auto 0;
  }
}

.d-flex {
  display: flex;
}

.justify-content-center {
  justify-content: center;
}

.align-items-center {
  align-items: center;
}

strong {
  font-weight: 600;
}

header {
  height: 70px;
  background-image: linear-gradient(to right, #ec008c 10%, #00b2ad 53%, #0e385e 100%);
  z-index: 99;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
}
header nav {
  width: calc(100% - 376px);
  text-align: center;
}
header nav ul {
  padding: 0 40px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
}
header nav ul li {
  padding: 17px 20px;
  position: relative;
  letter-spacing: 1px;
  text-wrap: nowrap;
}
header nav ul li:hover ul {
  transform: scaleY(1);
}
header nav ul li.has-sub::after {
  content: "▲";
  display: block;
  position: absolute;
  right: 5px;
  color: #000000;
  top: 50%;
  transform: translateY(-50%) rotate(60deg);
  font-size: 10px;
}
header nav ul li.active a {
  border-bottom: 2px #01a4a4 solid;
}
header nav ul li a {
  text-decoration: none;
  font-size: 16px;
  color: #ffffff;
  transition: 0.2s;
}
header nav ul li a:hover {
  color: var(--primary-color);
}
header nav ul li ul {
  position: absolute;
  display: block;
  border-radius: 0px 0px 10px 10px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  left: 0;
  top: 65px;
  width: 200px;
  overflow: hidden;
  transform: scaleY(0);
  transition: transform ease-in-out 0.2s;
  transform-origin: top;
}
header nav ul li ul li {
  text-align: left;
  padding: 10px;
  border-bottom: 1px solid #cccccc;
}
header nav ul li ul li:last-child {
  border-bottom: none;
}
header nav ul li ul li a {
  text-align: left;
  font-size: 22px;
  line-height: 1;
  position: relative;
  transition: color ease-in-out 0.2s;
}
header nav ul li ul li a:after {
  transition: width ease-in-out 0.2s;
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  background: var(--primary-color);
  width: 0;
  bottom: 0;
  left: 0;
}
header nav ul li ul li a:hover {
  color: var(--primary-color);
}
header nav ul li ul li a:hover:after {
  width: 100%;
}
header .sidebar-footer {
  margin-bottom: 12px;
  margin-top: auto;
  text-align: left;
  padding: 0 40px;
}
header .sidebar-footer img {
  display: block;
}
header .sidebar-footer div {
  font-size: 12px;
  margin-top: 20px;
  color: white;
}

#logo {
  max-width: 160px;
  width: 100%;
}
#logo img {
  width: 100%;
}

.client {
  align-items: end;
  display: flex;
  justify-content: space-between;
  width: 90px;
  margin-right: 0;
}
.client.mobile {
  margin: auto;
  display: flex;
}
.client img {
  width: auto;
  height: 44px;
}

.client {
  align-items: end;
  display: flex;
  justify-content: space-between;
  width: 90px;
  margin-right: 0;
}
.client.mobile {
  margin: auto;
  display: flex;
}
.client img {
  width: auto;
  height: 44px;
}

.client-v2 {
  display: flex;
  justify-content: center;
  margin-right: 0;
}
.client-v2 :nth-child(2) {
  padding-left: 12px;
}
.client-v2 img {
  width: auto;
  height: 77px;
}
@media (min-width: 768px) {
  .client-v2 img {
    height: 50px;
  }
}

.client-v3 {
  display: flex;
  margin-right: 0;
  padding-bottom: 8px;
}
.client-v3 :nth-child(1) {
  margin-right: 10px;
}
.client-v3 :nth-child(2) {
  border-left: 0.5px #848484 solid;
  padding-left: 14px;
}
.client-v3 img {
  width: auto;
  height: 77px;
}

#right {
  display: flex;
  width: 100%;
  justify-content: end;
  max-width: 180px;
}
#right .client {
  display: none;
  justify-content: space-between;
  align-items: center;
  min-width: 80px;
  max-height: 45px;
}
#right.event-right {
  justify-content: flex-end;
}
@media (max-width: 971px) {
  #right.event-right {
    display: none;
  }
}
#right.event-right .btn {
  border-radius: 0px;
  width: 210px;
  color: #fff;
  padding: 13px;
  height: auto;
  text-align: center;
}
@media (max-width: 970px) {
  #right.event-right .btn {
    width: 50%;
    display: none;
  }
}
#right.registable {
  max-width: 300px;
  margin-top: -1px;
}

.btn {
  display: flex;
  text-decoration: none;
  border-radius: 10px;
  background: var(--primary-color);
  color: #ffffff;
  font-size: 14px;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
}
.btn span {
  transition: all ease-in-out 0.2s;
}
.btn i {
  margin-left: 10px;
  transition: all ease-in-out 0.2s;
  font-size: 14px;
}
.btn:hover i {
  transform: translateX(2px);
}
.btn:hover span {
  transform: translateX(-2px);
}

.container {
  max-width: 1156px;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

#counter-panel {
  width: 100%;
  background: var(--gradient-color);
  height: 160px;
  font-size: 24px;
  padding: 10px 0 0 0;
}

#times {
  color: #ffffff;
  font-size: 60px;
  font-weight: 700;
  max-width: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: auto;
}
#times span {
  padding: 10px 10px 0 10px;
  position: relative;
  width: 100px;
}
#times span:nth-child(even) {
  font-size: 60px;
}
#times small {
  display: block;
  font-size: 18px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100px;
}

#banner {
  text-align: center;
}
#banner img {
  display: block;
  width: 100%;
  max-width: 100%;
}
#banner .btn {
  display: none;
}

#contact {
  background: #e2e2e2;
  padding: 30px 0;
}
#contact img {
  display: block;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
}
#contact small {
  margin-top: 22px;
  display: block;
  color: #000000;
  font-size: 18px;
}
#contact .container {
  height: 100%;
}
#contact .contact-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#contact .contact-menu .menu-zone {
  line-height: 1.6;
  font-size: 16px;
  color: #000000;
  flex: 0 0 auto;
  text-align: center;
  width: 100%;
  margin-bottom: 24px;
}
#contact .contact-menu .menu-zone:last-child {
  margin-bottom: 0;
}
#contact .contact-menu .menu-zone a {
  color: black;
  transition: 0.3s;
}
#contact .contact-menu .menu-zone a:hover {
  color: #7b7b7b;
}
#contact .contact-menu .menu-zone ul {
  display: block;
  width: 100%;
  padding-left: 0px;
  text-align: center;
}
#contact .contact-menu .menu-zone ul li {
  line-height: 36px;
  list-style: none;
  margin: 5px 0;
}
#contact .contact-brand {
  max-width: 124px;
  width: 100%;
}
#contact #contact-logo {
  text-align: start;
  max-width: 200px;
  width: 100%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
#contact #contact-logo img {
  filter: brightness(0);
}
#contact .tel {
  margin: 35px auto;
  text-decoration: none;
  display: flex;
  color: #ffffff;
  width: 292px;
  height: 57px;
  flex-shrink: 0;
  border-radius: 33.5px;
  background: var(--primary-color);
  font-size: 32px;
  text-align: center;
  justify-content: center;
  align-items: center;
  transition: all ease-in-out 0.2s;
}
#contact .tel:hover {
  background: #000000;
  color: #ffffff;
}
#contact .tel i {
  font-size: 25px;
  margin-right: 10px;
}
#contact .social {
  display: flex;
  justify-content: center;
  align-items: center;
}
#contact .social a {
  display: block;
  background: #ffffff;
  text-align: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #000000;
  line-height: 46px;
  font-size: 20px;
  margin: 5px;
  transition: all ease-in-out 0.2s;
}
#contact .social a:hover {
  background: #3b3b3b;
  color: #ffffff;
}

.p5 {
  padding: 15px;
}

#slider {
  background: #ffffff;
  padding: 80px 0 85px 0;
}

#slide {
  padding: 0;
  line-height: 0;
}
#slide .slick-list {
  border-radius: 10px;
  overflow: hidden;
}
#slide img {
  width: 100%;
}
#slide .slick-dots li {
  width: auto;
  height: auto;
}
#slide .slick-dots li button:before {
  display: none;
}
#slide .slick-dots li button {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #cccccc;
  transition: all ease-in-out 0.3s;
}
#slide .slick-dots {
  bottom: -65px;
}
#slide .slick-dots li.slick-active button {
  background: var(--primary-color);
  width: 50px;
}

#report {
  padding: 80px 0;
  background: #ffffff;
  position: relative;
  color: #ffffff;
}
#report:after {
  background: var(--gradient-dark);
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-blend-mode: multiply;
}
#report:before {
  background: var(--gradient-color);
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#report h4 {
  color: #ffffff;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 32.5px;
  letter-spacing: 0.4px;
  margin: 0;
  padding: 0;
}
#report .grid-report {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  text-align: center;
  margin-bottom: 10px;
}
#report .grid-report .report {
  border: 3px solid #ffffff;
  border-radius: 30px;
  width: calc(20% - 20px);
  padding: 42px 23px;
  margin-top: 55px;
}
#report .grid-report .report img {
  display: block;
  height: 60px;
  width: auto;
  margin: 0 auto;
}
#report .grid-report .report strong {
  display: block;
  font-size: 70px;
  line-height: 1;
  letter-spacing: 4.2px;
  margin-top: 15px;
}
#report .grid-report .report small {
  display: block;
  font-size: 25px;
  line-height: 1;
}

#exhibitor h4 {
  color: #000000;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 32.5px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

#exhibitor-slider {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
#exhibitor-slider .slick-slide {
  padding: 10px;
}
@media (max-width: 767px) {
  #exhibitor-slider {
    overflow-y: hidden;
    overflow-x: scroll;
  }
}
#exhibitor-slider .ex-item {
  margin-bottom: 15px;
}
@media (min-width: 971px) {
  #exhibitor-slider .ex-item {
    margin-bottom: 24px;
  }
}
#exhibitor-slider .ex-item a {
  height: 100%;
  color: #000000;
  text-align: center;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  border: 1px solid #d9d9d9;
  background: #fff;
  height: 100%;
  padding: 15px;
}
#exhibitor-slider .ex-item a .panel {
  position: relative;
  width: 100%;
  margin-bottom: -65px;
  height: 190px;
  object-fit: cover;
  display: none;
}
#exhibitor-slider .ex-item a .panel img {
  width: 100%;
}
#exhibitor-slider .ex-item a .thumb {
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  width: 125px;
  height: 125px;
  margin: 30px auto;
  background-color: white;
}
#exhibitor-slider .ex-item a .thumb img {
  width: 100%;
  height: auto;
}
#exhibitor-slider .ex-item a .title {
  font-size: 16px;
}
#exhibitor-slider .ex-item a .company {
  font-size: 14px;
  margin-top: 10px;
}
#exhibitor-slider .ex-item a .zone {
  font-size: 14px;
  margin-top: 7px;
}
#exhibitor-slider .ex-item a .location {
  margin-top: 15px;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  background: #f2f2f2;
  padding: 6px 10px;
}
#exhibitor-slider .ex-item a .location .location-section {
  font-size: 14px;
  display: inline;
  margin-bottom: 2px;
  word-break: break-all;
}
#exhibitor-slider .ex-item a .location .location-section span:first-child {
  margin-right: 8px;
}
#exhibitor-slider .ex-item a .location .h {
  width: 70px;
  color: #000000;
  display: flex;
  justify-content: start;
  align-items: center;
}
#exhibitor-slider .ex-item a .location .t {
  font-size: 12px;
  margin-left: 10px;
  width: calc(100% - 80px);
  padding: 3px 0 4px 0;
  line-height: 0.7;
}
#exhibitor-slider .detail {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  margin: 0 auto;
  width: 100%;
}

#more-exhibitor {
  margin: 50px auto;
  border-radius: 33.5px;
  background: #000;
  flex-shrink: 0;
  color: #fff;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  line-height: 57px; /* 101.563% */
  letter-spacing: 1.6px;
  text-decoration: none;
  transition: all ease-in-out 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 123px;
  font-size: 20px;
  height: 34.42px;
  width: 123px;
  font-size: 20px;
  height: 34.42px;
}
#more-exhibitor:hover {
  background: var(--primary-color);
  color: #ffffff;
}

#map {
  margin-bottom: 100px;
}
#map img {
  width: 100%;
}

#highlight {
  padding: 40px 0 0px 0;
  background: url(../img/bg-slide-highlight.jpg) top center no-repeat;
  background-size: cover;
  margin-bottom: 50px;
}

#head-highlight {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  margin-bottom: 30px;
}
#head-highlight h4 {
  color: #000000;
  text-align: left;
  font-size: 40px;
  font-weight: 700;
  line-height: 32.5px;
  margin: 0;
  padding: 0;
}
#head-highlight a {
  text-decoration: none;
  display: block;
  width: 178px;
  height: 43px;
  flex-shrink: 0;
  border-radius: 33.5px;
  background: #e8e8e8;
  color: #000;
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 45px;
  transition: all ease-in-out 0.2s;
}
#head-highlight a:hover {
  background: #000000;
  color: #ffffff;
}

#slide-highlight {
  background-size: cover;
  padding: 0px 0 70px 0;
}
#slide-highlight .slick-dots li {
  width: auto;
  height: auto;
}
#slide-highlight .slick-dots li button:before {
  display: none;
}
#slide-highlight .slick-dots li button {
  width: 50px;
  height: 5px;
  background: #d9d9d9;
  transition: all ease-in-out 0.3s;
  overflow: hidden;
  padding: 0;
}
#slide-highlight .slick-dots {
  bottom: 20px;
}
#slide-highlight .slick-dots li.slick-active button {
  background: #000000;
}
#slide-highlight .highlight-item .container {
  display: flex;
  align-content: start;
  justify-content: space-between;
  align-items: start;
}
#slide-highlight .highlight-item .container .thumb {
  width: 50%;
  max-width: 570px;
}
#slide-highlight .highlight-item .container .thumb a {
  text-decoration: none;
}
#slide-highlight .highlight-item .container .thumb img {
  width: 100%;
  height: auto;
  max-width: 570px;
  border-radius: 30px;
}
#slide-highlight .highlight-item .container .detail {
  width: calc(50% - 60px);
  padding: 13px 0;
}
#slide-highlight .highlight-item .container .detail h5 {
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 32.5px; /* 81.25% */
  padding: 0;
  margin: 0;
}
#slide-highlight .highlight-item .container .detail p {
  color: #000;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  margin: 15px 0;
}
#slide-highlight .highlight-item .container .detail a {
  border-radius: 30px;
  display: block;
  background: var(--primary-color);
  width: 200px;
  height: 50px;
  flex-shrink: 0;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  text-decoration: none;
  margin-top: 30px;
  transition: all ease-in-out 0.2s;
}
#slide-highlight .highlight-item .container .detail a:hover {
  background: #000000;
  color: #ffffff;
}

#article {
  padding: 70px 0;
  background: #e2e2e2;
}
#article h4 {
  color: #000000;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 32.5px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

#article-list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  align-content: start;
}
#article-list a {
  width: auto;
  margin-bottom: 20px;
  text-decoration: none;
  background: #ffffff;
  overflow: hidden;
  width: calc(33.333% - 20px);
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.1));
  color: #000000;
  filter: unset;
  width: 100%;
}
#article-list a time {
  display: block;
  margin-top: 5px;
  padding: 0px 15px;
  font-size: 10px;
  color: #cccccc;
}
#article-list a .read {
  padding: 5px 15px;
  display: block;
  font-size: 16px;
  color: var(--primary-color);
  margin-bottom: 20px;
}
#article-list a strong {
  font-weight: bolder;
  font-size: 16px !important;
  margin-bottom: 5px;
  display: block;
  margin-top: 5px;
}
#article-list a p {
  padding: 0;
  font-size: 16px !important;
}
#article-list .article-item {
  width: 100%;
}
#article-list .article-item:first-child {
  width: 100%;
}

#client {
  text-align: center;
  padding: 55px 0;
}
#client h4 {
  color: #000;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 32.5px;
  letter-spacing: 0.4px;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}
#client div {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 130px;
  margin: 0 auto;
}
#client img {
  width: 50px;
  height: auto;
}

#hamburg {
  display: none;
}

#mobile-close {
  font-family: "IBM Plex Sans Thai";
  display: none;
  color: white;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #e8038c;
  padding: 15px 25px;
  letter-spacing: 1px;
}

#maps {
  -webkit-box-shadow: inset 0 -10px 20px 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 -10px 20px 0 rgba(0, 0, 0, 0.5);
  position: relative;
}
#maps::after {
  opacity: 0.3;
  content: "";
  height: 50px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
}

.form-group {
  margin-bottom: 5px;
  padding: 5px;
}

.form-control {
  font-family: "IBM Plex Sans Thai";
  border-radius: 10px;
  height: 56px;
  width: calc(100% - 40px);
  display: block;
  border: 1px solid #e1e1e1;
  font-size: 14px;
  color: #000000;
  padding: 0 15px;
  margin: 0 auto;
}
.form-control::placeholder {
  color: #717171;
}
.form-control:focus {
  border-color: #01a4a4;
  outline: none;
}

.form-textarea {
  font-family: "IBM Plex Sans Thai";
  border-radius: 10px;
  width: calc(100% - 40px);
  display: block;
  border: 1px solid #e1e1e1;
  font-size: 14px;
  color: #000000;
  padding: 15px;
  margin: 0 auto;
}
.form-textarea:focus {
  border-color: #01a4a4;
  outline: none;
}
.form-textarea::placeholder {
  color: #717171;
}

.mini-btn {
  border-radius: 10px;
  background: #000;
  width: 178px;
  height: 43px;
  flex-shrink: 0;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  line-height: 32.5px;
  border: none;
  cursor: pointer;
  margin-left: 5px;
  transition: all ease-in-out 0.2s;
}
.mini-btn:hover {
  background: var(--primary-color);
}

.sidebar-footer {
  font-family: "IBM Plex Sans Thai";
  display: none;
  margin: 4px 0px;
}

#contact-form {
  margin-top: 30px;
  margin-bottom: 30px;
}
#contact-form .form-group {
  padding: 0;
}
#contact-form .form-group .form-control {
  width: calc(100% - 30px);
  margin: auto 0px;
}
#contact-form .row .contact-row {
  width: 100%;
  margin: auto;
  max-width: 800px;
}
#contact-form .row .contact-row:first-child {
  margin-left: 8px;
}
#contact-form .row .contact-row:last-child {
  margin-left: 8px;
}
#contact-form h4 {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px; /* 83.333% */
  letter-spacing: 0.6px;
  margin-bottom: 16px;
}
#contact-form h5 {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px; /* 83.333% */
  letter-spacing: 0.6px;
  margin: 0;
  margin-bottom: 10px;
}
#contact-form .contact-info div {
  color: #000;
  font-weight: normal;
  line-height: 25px;
  margin-top: 5px;
}
@media (min-width: 768px) {
  #contact-form .contact-info div {
    font-size: 14px;
  }
}
#contact-form .contact-info div p {
  padding: 0;
  margin: 0;
  font-size: 18px;
}
#contact-form .contact-info a {
  color: #000000;
  font-size: 18px;
  display: inline-block;
  margin-left: 15px;
}

#agDisplayimg {
  transition: 0.2s;
}

.activity-group-detail-panel {
  font-size: 14px;
}
.activity-group-detail-panel .logo {
  max-width: 200px;
  height: auto;
  margin-top: 28px;
  margin-bottom: 28px;
}

.activity-group-carousel .display-panel {
  background-color: #f0f0f0;
}
.activity-group-carousel .display-panel img {
  cursor: pointer;
  aspect-ratio: 1/1;
  object-fit: contain;
  width: 100%;
}
.activity-group-carousel .detail-panel {
  margin-left: 12px;
}
.activity-group-carousel .img-list {
  overflow: hidden;
  position: relative;
  margin: 20px auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 18px;
}
.activity-group-carousel .img-list img {
  border: 2px white solid;
  display: none;
  width: calc(25% - 13px);
  aspect-ratio: 1/1;
  object-fit: cover;
  transition: 0.2s;
  cursor: pointer;
}
.activity-group-carousel .img-list img.show {
  display: block;
}
.activity-group-carousel .img-list img.active {
  border: 2px #01a4a4 solid;
}
.activity-group-carousel .img-list .prev {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  padding: 0 2px;
  background-color: rgba(0, 0, 0, 0.6549019608);
}
.activity-group-carousel .img-list .prev:before {
  color: white;
  font-size: 32px !important;
  content: "<";
  display: inline-block;
  transform: scaleX(0.5);
}
.activity-group-carousel .img-list .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  padding: 0 2px;
  background-color: rgba(0, 0, 0, 0.6549019608);
}
.activity-group-carousel .img-list .next:before {
  color: white;
  font-size: 32px !important;
  content: ">";
  display: inline-block;
  transform: scaleX(0.5);
}

@media screen and (max-width: 1024px) {
  #report .grid-report .report strong {
    font-size: 55px;
  }
}
#head-highlight a {
  position: relative;
}
#head-highlight a span {
  transform: rotate(0deg);
  transition: all 0.2s;
  display: inline-block;
  width: 10px;
}
#head-highlight a:hover span {
  transform: rotate(90deg) translateX(1px) translateY(-1px);
}

.article {
  padding-bottom: 50px;
  margin-top: 30px;
}
.article h2 {
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px; /* 83.333% */
  margin: 5px 0 5px 10px;
}
.article h2:before {
  display: block;
  content: "";
  border-radius: 2px;
  width: 5px;
  background: var(--primary-color);
  height: 16px;
  float: left;
  margin-top: 4px;
  margin-right: 10px;
}
.article .thumb img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: auto;
}
.article .content {
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.2;
}
.article .content img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.article .content p {
  margin: 10px 0px;
  padding: 0;
}
.article .content ul {
  margin: 10px 0px;
}

#imageModal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  font-family: "IBM Plex Sans Thai";
}
#imageModal.active {
  display: block;
}
#imageModal .modal-panel {
  width: 100%;
  height: 100vh;
  position: relative;
}
#imageModal .modal-panel .backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5568627451);
  z-index: 100;
}
#imageModal .modal-panel .close {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  color: white;
  font-size: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
  z-index: 120;
}
#imageModal .modal-panel .close:hover {
  color: #e8e8e8;
}
#imageModal .modal-panel .modal-content {
  z-index: 110;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 80%;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#imageModal .modal-panel .modal-content img {
  z-index: 120;
  max-height: 100%;
  max-width: 100%;
}

.activity-panel {
  text-wrap: wrap;
}

.front-breadcrumb {
  font-size: 14px;
  font-family: "IBM Plex Sans Thai";
  border-top: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
  background-color: #fff;
  position: relative;
  transition: 1s;
}
.front-breadcrumb .breadcrumb-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.front-breadcrumb .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 12px 0;
}
.front-breadcrumb a {
  color: black;
  display: inline;
  transition: 0.2s;
}
.front-breadcrumb a:hover {
  color: #5b5a5a;
}
.front-breadcrumb span {
  margin: 0 4px;
}

.map img {
  width: 100%;
  border-radius: 20px;
}

.heading-panel-bar {
  background-color: #1a1a1a;
  color: #fff;
  padding: 12px 0 0;
  margin-bottom: 30px;
  position: sticky;
}
@media (min-width: 971px) {
  .heading-panel-bar {
    padding: 12px 0;
    top: 70px;
  }
}
@media (max-width: 970px) {
  .heading-panel-bar {
    background-color: transparent;
    background-image: linear-gradient(to bottom, #000 99%, #fff 1%);
  }
}
.heading-panel-bar .heading-panel {
  margin-bottom: 0;
}
.heading-panel-bar .form-control {
  width: 100%;
  border: 1px solid #c9c9c9;
}
@media (max-width: 970px) {
  .heading-panel-bar .action-panel {
    background-color: #fff;
    margin-top: 12px;
    margin-left: -12px;
    margin-right: -12px;
    padding: 12px 12px 0;
  }
}
@media (min-width: 971px) {
  .heading-panel-bar .action-panel .action-item {
    margin-left: 12px;
  }
}
@media (max-width: 970px) {
  .heading-panel-bar .action-panel .action-item {
    margin-top: 12px;
  }
}
@media (max-width: 970px) {
  .heading-panel-bar .action-panel .action-item:first-child {
    margin-top: 0;
  }
}
@media (max-width: 970px) {
  .heading-panel-bar .action-panel label {
    color: #000;
    margin-bottom: 5px;
  }
}
@media (max-width: 970px) {
  .heading-panel-bar .filter-panel label {
    color: #000;
    margin-bottom: 10px;
  }
}
.heading-panel-bar .filter-panel .filter .filter-dropbtn {
  background-color: #fff;
  border: 1px solid #c9c9c9;
}
.heading-panel-bar .btn {
  background-color: #fff;
  color: #404040;
  border-radius: 10px;
  padding: 6px 24px;
  font-family: "IBM Plex Sans Thai";
  font-weight: 400;
  border: 1px solid #c4c4c4;
}

.section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.section-title::before, .section-title::after {
  content: "";
  display: block;
  width: 13px;
  height: 4px;
  background-color: #01a4a4;
}
.section-title::before {
  margin-right: 10px;
}
@media (min-width: 971px) {
  .section-title::before {
    width: 8px;
    height: 19px;
    position: relative;
    top: -1px;
  }
}
.section-title::after {
  margin-left: 10px;
}
@media (min-width: 971px) {
  .section-title::after {
    display: none;
  }
}

.heading-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 30px;
}
.heading-panel.center {
  justify-content: center;
}
.heading-panel .section-title {
  margin: 0;
}
.heading-panel .article {
  display: flex;
  align-items: center;
  padding: 0;
  margin-top: 0;
}
@media (max-width: 970px) {
  .heading-panel .article {
    justify-content: center;
  }
}
.heading-panel .article.v2 {
  display: flex;
  justify-content: start;
  align-items: center;
}
.heading-panel .article .rectagle {
  margin-right: 14px;
  margin-bottom: 4px;
}
.heading-panel .article img {
  margin-right: 20px;
}
.heading-panel .article h3 {
  margin: 3px 0 0;
}
.heading-panel.extra-margin {
  margin: 32px 20px;
}
.heading-panel img {
  display: inline;
}
.heading-panel .search-input {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  width: 100%;
}
.heading-panel .search-input input {
  height: 40px;
  padding-right: 56px;
}
.heading-panel .search-input .search-btn {
  cursor: pointer;
  position: absolute;
  right: 12px;
  padding: 4px;
  background: transparent;
  border: 0;
}
.heading-panel .search-input label {
  width: 100%;
}

.rectagle {
  width: 8px;
  height: 16px;
  background-color: #01a4a4;
}

.btn-more {
  font-family: "IBM Plex Sans Thai";
  background-image: linear-gradient(-113deg, #01b1ac 0%, #e8038c 100%);
  color: #fff;
  text-align: center;
  padding: 6px 25px;
  font-size: 14px;
  display: inline-block;
  margin: 0 0 0 4px;
  transition: 0.3s;
}
.btn-more.mobile {
  display: inline-block;
  margin: 32px auto 16px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.btn-more.normal {
  display: none;
}
.btn-more:hover {
  color: white;
  background-color: black;
}

.heading-panel-bg {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: end;
  height: 100px;
  margin-bottom: 40px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain;
}
.heading-panel-bg h1 {
  font-size: 24px;
  letter-spacing: 4px;
  text-align: center;
  color: white;
  margin: 16px auto;
}
.heading-panel-bg span {
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #01a4a4;
  height: 11px;
  width: 122px;
}
.heading-panel-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  filter: brightness(0.5);
}
.heading-panel-bg .element-panel {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: end;
}

.col-6 {
  width: 50%;
}

.col-md-6,
.col-md-7,
.col-md-5 {
  width: 100%;
}

.dashed-line {
  border: none;
  border-top: 1px dashed #d9d9d9;
  height: 0;
}

.visitor-card {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #f5f5f5;
  padding: 20px 20px;
  border-radius: 20px;
  font-size: 20px;
  text-wrap: wrap;
  aspect-ratio: 1/1;
}
.visitor-card .img-panel {
  margin: auto;
  max-width: 120px;
  width: 100%;
  height: 62px;
}
.visitor-card .img-panel img {
  width: 100%;
  height: auto;
  max-height: 100%;
}
.visitor-card .status {
  color: #01a4a4;
  font-size: 2.5rem;
}
.visitor-card strong {
  font-size: 12px;
}

.visitor-list {
  max-width: 400px;
  margin: 20px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.visitor-list .visitor-item {
  width: calc(50% - 20px);
  margin: 10px;
}

.social-mobile {
  display: flex !important;
}

.social-desktop {
  display: none !important;
}

.icon-social-panel {
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon-social-panel .icon-social-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: white;
  transition: 0.2s;
}
.icon-social-panel .icon-social-link:hover {
  color: black;
  background-color: white;
}
.icon-social-panel .icon-social-link i {
  font-size: 18px;
}
.icon-social-panel .icon-social-link:not(:first-child) {
  margin-left: 7px;
}

footer {
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  background: #000000;
  height: unset;
  line-height: normal;
  padding: 16px 0;
}
footer span {
  margin: 8px 0;
}
footer .bottom-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  text-align: start;
  font-weight: 300;
  font-size: 12px;
}
footer .bottom-footer .footer-zone {
  width: 100%;
  text-align: center;
}
footer .bottom-footer .footer-zone.cp {
  font-size: 10px;
}
footer .bottom-footer .icon-social-panel {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .bottom-footer .icon-social-panel .icon-social-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  background-color: black;
  border-radius: 50%;
  color: white;
  transition: 0.2s;
}
footer .bottom-footer .icon-social-panel .icon-social-link:hover {
  color: black;
  background-color: white;
}
footer .bottom-footer .icon-social-panel .icon-social-link i {
  font-size: 18px;
}
footer .bottom-footer .icon-social-panel .icon-social-link:not(:first-child) {
  margin-left: 7px;
}

section#about .content {
  margin: 30px 0;
}

section#about .container,
section#contact-form .container {
  max-width: 920px;
}
section#about .content,
section#contact-form .content {
  font-size: 12px;
  line-height: 160%;
}
section#about .content #info-fair .info-fair div,
section#contact-form .content #info-fair .info-fair div {
  line-height: normal;
}

.sponsor-section {
  padding: 40px 0 80px !important;
}

.front-section {
  padding: 25px 0;
}
.front-section.secondary-section {
  background-color: #f5f5f5;
}
.front-section.hightop {
  padding: 55px 0 55px;
}
.front-section.hl {
  margin-top: -4px;
  padding: 0 0 50px;
}

.main-slider .main-item {
  width: 100%;
  height: 215px;
}
.main-slider .main-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-slider .slick-prev {
  left: -12px !important;
  aspect-ratio: 1/1;
  padding: 0px 1px 7px 0px !important;
  background-color: #ea3b82;
  height: 25px !important;
  width: 25px !important;
}
.main-slider .slick-prev.slick-disabled {
  background-color: black;
}
.main-slider .slick-prev.slick-disabled::before {
  color: white !important;
}
.main-slider .slick-prev::before {
  color: white !important;
  font-size: 24px !important;
  opacity: 1 !important;
  transform: scaleX(0.5);
  content: "<";
}
.main-slider .slick-next {
  right: -12px !important;
  aspect-ratio: 1/1;
  padding: 0px 0px 7px 0px !important;
  background-color: #ea3b82;
  height: 25px !important;
  width: 25px !important;
}
.main-slider .slick-next.slick-disabled {
  background-color: black;
}
.main-slider .slick-next.slick-disabled::before {
  color: white !important;
}
.main-slider .slick-next::before {
  color: white !important;
  font-size: 24px !important;
  opacity: 1 !important;
  transform: scaleX(0.5);
  content: ">";
}

.stats-section {
  background-image: url(/front-assets/img/2025/bg_fair_stats.png), linear-gradient(70deg, #00b2ad 0%, #ec008c 100%), linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  background-blend-mode: soft-light;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
}
.stats-section .center-heading.v2 {
  color: #fff;
}
.stats-section .center-heading.v2::after {
  width: 30px;
  height: 2px;
  background-image: linear-gradient(to right, #fff 50%, #fff 50%);
}

.service-event-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 400px;
  margin: 60px auto;
}
.service-event-list .service-event {
  width: calc(50% - 12px);
  box-sizing: border-box;
  position: relative;
}
.service-event-list .service-event::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #ec008c;
  position: absolute;
  top: 0;
  right: 0;
}
.service-event-list .service-event::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ec008c;
  position: absolute;
  bottom: 0;
}
@media (min-width: 971px) {
  .service-event-list .service-event::before {
    display: none;
  }
}
.service-event-list .service-event:last-child::after {
  display: none;
}
@media (max-width: 970px) {
  .service-event-list .service-event:nth-child(1)::before {
    left: -12px;
  }
  .service-event-list .service-event:nth-child(1)::after {
    top: -10px;
  }
}
@media (max-width: 970px) {
  .service-event-list .service-event:nth-child(2)::before {
    left: 10px;
  }
  .service-event-list .service-event:nth-child(2)::after {
    width: 6px;
    height: 6px;
    left: -4px;
    bottom: -2px;
    top: inherit;
    transform: rotate(45deg);
  }
}
@media (max-width: 970px) {
  .service-event-list .service-event:nth-child(3)::after {
    top: 10px;
  }
}
@media (max-width: 970px) {
  .service-event-list .service-event:nth-child(3)::before, .service-event-list .service-event:nth-child(4)::before {
    display: none;
  }
}
.service-event-list .service-panel {
  flex: 1 1 232px;
  margin: auto;
  text-align: center;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 970px) {
  .service-event-list .service-panel {
    aspect-ratio: 1/1;
  }
}
.service-event-list .service-panel .num {
  font-size: 30px;
}
.service-event-list .service-panel .text {
  font-size: 10px;
  padding-bottom: 10px;
}

.our-fair-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 970px) {
  .our-fair-list .our-fair {
    width: calc(33.3333% - 30px);
  }
}
.our-fair-list .our-fair img {
  max-width: 100%;
}

.fair-info {
  margin-top: 30px;
}
@media screen and (min-width: 1400px) {
  .fair-info.long {
    position: relative;
  }
  .fair-info.long .location {
    position: absolute;
    right: 0;
    top: 40%;
    transform: translateY(-50%);
    width: max-content;
  }
}

.fair-detail {
  font-size: 14px;
  margin-bottom: 35px;
}

.activity-group-list {
  width: 100%;
  background: white;
  border-radius: 20px;
  margin-bottom: 24px;
}
.activity-group-list .slick-prev {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  left: 0px !important;
  background-color: #01a4a4 !important;
  border-radius: 50% !important;
  aspect-ratio: 1/1 !important;
  height: 20px !important;
  width: 20px !important;
  z-index: 5 !important;
  color: white !important;
}
.activity-group-list .slick-prev:before {
  display: block;
  color: white !important;
  content: "<";
  font-size: 24px !important;
  transform: scaleX(0.5);
  padding-bottom: 8px;
  padding-right: 2px;
}
.activity-group-list .slick-prev.slick-disabled {
  background-color: #d9d9d9 !important;
}
.activity-group-list .slick-prev.slick-disabled::before {
  opacity: 1;
}
.activity-group-list .slick-next {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  right: 0px !important;
  background-color: #01a4a4 !important;
  border-radius: 50% !important;
  aspect-ratio: 1/1 !important;
  height: 20px !important;
  width: 20px !important;
  z-index: 5 !important;
}
.activity-group-list .slick-next:before {
  display: block;
  color: white !important;
  content: ">" !important;
  font-size: 24px !important;
  transform: scaleX(0.5);
  padding-bottom: 8px;
  padding-left: 2px;
}
.activity-group-list .slick-next.slick-disabled {
  background-color: #d9d9d9 !important;
}
.activity-group-list .slick-next.slick-disabled::before {
  opacity: 1;
}
.activity-group-list button {
  padding: 0 !important;
}
.activity-group-list button::before {
  color: #7b7b7b !important;
}
.activity-group-list .activity-group-item {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.activity-group-list .activity-group-item a {
  margin: auto 4px;
  width: 100px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e3e3e3;
  border-radius: 30px;
  background-color: white;
  transition: 0.3s;
  color: black;
}
.activity-group-list .activity-group-item a img {
  width: 100%;
  height: auto;
  max-width: 70px;
  max-height: 30px;
  transition: 0.3s;
}
.activity-group-list .activity-group-item a:hover, .activity-group-list .activity-group-item a.active {
  color: white;
  background-color: #01a4a4;
}
.activity-group-list .activity-group-item a:hover img, .activity-group-list .activity-group-item a.active img {
  filter: invert(100%);
}
.activity-group-list .activity-group-item img {
  width: calc(100% - 48px);
}
.activity-group-list .activity-group-item .text-icon {
  font-size: 14px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.boothzones-list {
  width: 100%;
  background: white;
  padding: 32px 15px;
  margin-bottom: 36px;
  border: #e2e2e2 1px solid;
  display: flex;
}
.boothzones-list .slick-slide {
  margin: auto 6px;
}
.boothzones-list .slick-slide a {
  color: black;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.boothzones-list .slick-prev {
  padding: 0 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  left: -20px !important;
  height: 40px !important;
  width: 20px !important;
  color: white !important;
  background-color: #000000 !important;
  border-top-left-radius: 25px !important;
  border-bottom-left-radius: 25px !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.boothzones-list .slick-prev:before {
  display: block;
  content: "<";
  font-size: 24px !important;
  transform: scaleX(0.4);
  padding-bottom: 8px;
  padding-right: 2px;
}
.boothzones-list .slick-disabled {
  background-color: #7b7b7b !important;
}
.boothzones-list .slick-disabled::before {
  opacity: 1;
}
.boothzones-list .slick-next {
  padding: 0 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  right: -21px !important;
  height: 40px !important;
  width: 20px !important;
  color: white !important;
  background-color: #000000;
  border-top-right-radius: 25px !important;
  border-bottom-right-radius: 25px !important;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
.boothzones-list .slick-next:before {
  display: block;
  content: ">" !important;
  font-size: 24px !important;
  transform: scaleX(0.4);
  padding-bottom: 8px;
  padding-left: 2px;
}
.boothzones-list .slick-next.slick-disabled::before {
  opacity: 1;
}
.boothzones-list .boothzones-description {
  font-size: 10px;
  margin-top: 12px;
  line-height: 1.4;
}
.boothzones-list .boothzones-item {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 80%;
  border-radius: 50%;
  background: #f3f3f3;
  aspect-ratio: 1/1;
}
.boothzones-list .boothzones-item img {
  max-width: 80px;
  height: auto;
  width: calc(100% - 48px);
}
.boothzones-list .boothzones-item .text-icon {
  font-size: 26px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.event-item {
  transition: 0.3s;
  margin-bottom: 30px;
}
.event-item a {
  display: block;
  height: 100%;
  background-color: #fff;
  border: 1px solid #e2e2e2;
}
.event-item .card-info {
  padding: 15px;
}
.event-item .card-info .info-item:last-child {
  color: #8f8f8f;
}

.privilege-lists .privilege-item {
  overflow: hidden;
  margin-bottom: 30px;
  transition: 0.3s;
}
.privilege-lists .privilege-item .info-item {
  border-top: 1px solid #e2e2e2;
  color: #000;
  padding: 15px;
}
.privilege-lists .privilege-item .entry-title {
  margin-top: 0;
}
.privilege-lists .privilege-item a {
  display: block;
  border: 1px solid #e2e2e2;
  height: 100%;
}
.privilege-lists .privilege-item p {
  margin-top: 10px;
  font-size: 20px;
}
.privilege-lists .privilege-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.privilege-panel,
.activity-panel {
  margin-bottom: 30px;
}
.privilege-panel .title,
.activity-panel .title {
  font-size: 18px;
  margin-top: 30px;
}
@media (min-width: 971px) {
  .privilege-panel .title,
  .activity-panel .title {
    font-size: 25px;
  }
}

.privilege-panel .date {
  font-size: 14px;
}
.privilege-panel .date img {
  margin-right: 4px;
  margin-bottom: 4px;
}
.privilege-panel .term {
  font-size: 14px;
}
.privilege-panel .img-panel img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.empty-text {
  margin: 32px auto;
  text-align: center;
  font-size: 24px;
}

.info {
  list-style: none;
  color: #000;
}
.info .info-item {
  font-size: 16px;
  align-items: center;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .info .info-item {
    margin-bottom: 12px;
  }
}
.info .info-item:last-child {
  margin-bottom: 0;
}
.info .info-item svg {
  display: inline-block;
  align-items: center;
  margin-right: 12px;
}
.info .info-item div {
  width: fit-content;
  display: inline;
}

.more-inline {
  line-height: 2;
}

#activities-lists .event-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.3s;
}
#activities-lists .event-item .read-more {
  padding: 0px 24px 24px;
  margin-top: auto;
}
#activities-lists .event-item .read-more a {
  font-size: 20px;
  color: #01a4a4;
}

.activity-item {
  transition: 0.2s;
}
.activity-item .info .info-item {
  text-wrap: wrap;
  font-size: 14px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .activity-item .info .info-item {
    font-size: 14px;
  }
}
.activity-item .info .info-item:last-child {
  color: #000;
}
.activity-item .info .info-item div {
  line-height: 1.3;
}
.activity-item .col {
  flex-direction: column;
}
.activity-item .title {
  font-size: 16px;
  text-wrap: wrap;
  margin-bottom: 12px;
}
.activity-item .description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: auto;
  word-break: break-all;
}
.activity-item .thumb {
  width: 100%;
  height: auto;
}
.activity-item svg {
  height: 22px;
}

.status-panel {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.status-lists {
  border-top: 1px solid #000;
}
.status-lists .status-item {
  display: flex;
  border-bottom: 1px solid #ececec;
}
.status-lists .status-item .status-heading {
  background-color: #d9d9d9;
  color: #000;
  font-family: "IBM Plex Sans Thai";
  font-size: 14px;
  font-weight: 700;
  flex: 1;
  padding: 10px;
  text-align: center;
}
.status-lists .status-item .status-info {
  flex: 3;
  padding: 10px 20px;
}
.status-lists .status-item .status-title {
  font-weight: normal;
}

.custom-slider {
  padding: 40px 0 !important;
}

.status-icon {
  height: 44px;
}

.zone-hl-slick {
  padding: 0 12px;
}

.zone-hl-list {
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  row-gap: 24px;
  flex-wrap: wrap;
}
.zone-hl-list .zone-hl-item {
  position: relative;
  display: flex !important;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  align-self: stretch;
}
.zone-hl-list .zone-hl-item::before {
  content: "";
  display: block;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.6s;
}
.zone-hl-list .zone-hl-item .icon {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 110px;
  max-height: 110px;
  object-fit: contain;
  transform: translate(-50%, -50%);
  filter: brightness(0);
  transition: 0.6s;
}
.zone-hl-list .zone-hl-item .cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 0.6s;
}
.zone-hl-list .zone-hl-item:hover::before {
  background-color: rgba(0, 0, 0, 0.4);
}
.zone-hl-list .zone-hl-item:hover .icon {
  filter: brightness(1);
}

#article-list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
#article-list .article-item {
  width: 100%;
}
#article-list .article-item:first-child {
  width: 100%;
}

.slick-prev {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  left: 0 !important;
  padding: 0px 12px 12px 10px !important;
  border-radius: 50% !important;
  aspect-ratio: 1/1 !important;
  color: white !important;
  height: 40px !important;
  width: 40px !important;
}
.slick-prev:before {
  display: block;
  color: white !important;
  font-size: 36px !important;
  aspect-ratio: 1/1;
  opacity: 1;
}

.slick-next {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  right: 0 !important;
  padding: 0px 10px 12px 12px !important;
  border-radius: 50% !important;
  aspect-ratio: 1/1 !important;
  height: 40px !important;
  width: 40px !important;
}
.slick-next:before {
  display: block;
  color: white !important;
  aspect-ratio: 1/1;
  font-size: 36px !important;
  opacity: 1;
}

.sorting-panel,
.filter-panel {
  flex-direction: column;
  display: flex;
  justify-content: flex-end;
  font-size: 16px;
  flex-grow: 1;
}
.sorting-panel label,
.filter-panel label {
  font-weight: bolder;
  padding-right: 10px;
  min-width: fit-content !important;
}
.sorting-panel .sorting,
.sorting-panel .filter,
.filter-panel .sorting,
.filter-panel .filter {
  position: relative;
}
.sorting-panel .sorting span.text,
.sorting-panel .filter span.text,
.filter-panel .sorting span.text,
.filter-panel .filter span.text {
  padding-right: 16px;
}
.sorting-panel .sorting span.symbol,
.sorting-panel .filter span.symbol,
.filter-panel .sorting span.symbol,
.filter-panel .filter span.symbol {
  display: block;
  transform: rotate(90deg);
}
.sorting-panel .sorting select,
.sorting-panel .filter select,
.filter-panel .sorting select,
.filter-panel .filter select {
  background: #eeeeee;
  border-radius: 20px;
  padding: 4px 16px;
}
.sorting-panel .sorting .sorting-dropdown-content,
.sorting-panel .sorting .filter-dropdown-content,
.sorting-panel .filter .sorting-dropdown-content,
.sorting-panel .filter .filter-dropdown-content,
.filter-panel .sorting .sorting-dropdown-content,
.filter-panel .sorting .filter-dropdown-content,
.filter-panel .filter .sorting-dropdown-content,
.filter-panel .filter .filter-dropdown-content {
  position: absolute;
  top: 100%;
  left: 0;
  bottom: 0;
  display: none;
  justify-content: start;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  z-index: 20;
  border: 0;
  background-color: white;
  filter: drop-shadow(4px 4px 5px rgba(0, 0, 0, 0.1));
  width: 100%;
  border-radius: 10px;
  height: fit-content;
  max-height: 200px;
  overflow-y: auto;
}
.sorting-panel .sorting .sorting-dropdown-content ul,
.sorting-panel .sorting .filter-dropdown-content ul,
.sorting-panel .filter .sorting-dropdown-content ul,
.sorting-panel .filter .filter-dropdown-content ul,
.filter-panel .sorting .sorting-dropdown-content ul,
.filter-panel .sorting .filter-dropdown-content ul,
.filter-panel .filter .sorting-dropdown-content ul,
.filter-panel .filter .filter-dropdown-content ul {
  list-style: disc;
  padding: 0;
  width: 100%;
  margin: 0 auto;
}
.sorting-panel .sorting .sorting-dropdown-content ul a,
.sorting-panel .sorting .filter-dropdown-content ul a,
.sorting-panel .filter .sorting-dropdown-content ul a,
.sorting-panel .filter .filter-dropdown-content ul a,
.filter-panel .sorting .sorting-dropdown-content ul a,
.filter-panel .sorting .filter-dropdown-content ul a,
.filter-panel .filter .sorting-dropdown-content ul a,
.filter-panel .filter .filter-dropdown-content ul a {
  text-wrap: wrap;
  color: #01a4a4;
  font-size: 12px;
}
.sorting-panel .sorting .sorting-dropdown-content ul a li,
.sorting-panel .sorting .filter-dropdown-content ul a li,
.sorting-panel .filter .sorting-dropdown-content ul a li,
.sorting-panel .filter .filter-dropdown-content ul a li,
.filter-panel .sorting .sorting-dropdown-content ul a li,
.filter-panel .sorting .filter-dropdown-content ul a li,
.filter-panel .filter .sorting-dropdown-content ul a li,
.filter-panel .filter .filter-dropdown-content ul a li {
  padding: 8px 20px;
  transition: 0.2s;
  border-bottom: 1px #e3e3e3 solid;
}
.sorting-panel .sorting .sorting-dropdown-content ul a li:hover,
.sorting-panel .sorting .filter-dropdown-content ul a li:hover,
.sorting-panel .filter .sorting-dropdown-content ul a li:hover,
.sorting-panel .filter .filter-dropdown-content ul a li:hover,
.filter-panel .sorting .sorting-dropdown-content ul a li:hover,
.filter-panel .sorting .filter-dropdown-content ul a li:hover,
.filter-panel .filter .sorting-dropdown-content ul a li:hover,
.filter-panel .filter .filter-dropdown-content ul a li:hover {
  background-color: #e4e4e4;
}
.sorting-panel .sorting .filter-dropbtn,
.sorting-panel .sorting .sorting-dropbtn,
.sorting-panel .filter .filter-dropbtn,
.sorting-panel .filter .sorting-dropbtn,
.filter-panel .sorting .filter-dropbtn,
.filter-panel .sorting .sorting-dropbtn,
.filter-panel .filter .filter-dropbtn,
.filter-panel .filter .sorting-dropbtn {
  min-width: 150px;
  width: 100%;
}
.sorting-panel .sorting .sorting-dropbtn,
.sorting-panel .sorting .filter-dropbtn,
.sorting-panel .filter .sorting-dropbtn,
.sorting-panel .filter .filter-dropbtn,
.filter-panel .sorting .sorting-dropbtn,
.filter-panel .sorting .filter-dropbtn,
.filter-panel .filter .sorting-dropbtn,
.filter-panel .filter .filter-dropbtn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #eeeeee;
  border-radius: 10px;
  padding: 10px 16px;
  transition: 0.3s;
  cursor: pointer;
}
@media (max-width: 970px) {
  .sorting-panel .sorting .sorting-dropbtn,
  .sorting-panel .sorting .filter-dropbtn,
  .sorting-panel .filter .sorting-dropbtn,
  .sorting-panel .filter .filter-dropbtn,
  .filter-panel .sorting .sorting-dropbtn,
  .filter-panel .sorting .filter-dropbtn,
  .filter-panel .filter .sorting-dropbtn,
  .filter-panel .filter .filter-dropbtn {
    border: 1px solid #c9c9c9;
    background-color: #fff;
    border-radius: 5px;
  }
}
.sorting-panel .sorting .sorting-dropbtn .text,
.sorting-panel .sorting .filter-dropbtn .text,
.sorting-panel .filter .sorting-dropbtn .text,
.sorting-panel .filter .filter-dropbtn .text,
.filter-panel .sorting .sorting-dropbtn .text,
.filter-panel .sorting .filter-dropbtn .text,
.filter-panel .filter .sorting-dropbtn .text,
.filter-panel .filter .filter-dropbtn .text {
  font-size: 14px;
}
.sorting-panel .sorting .sorting-dropbtn img,
.sorting-panel .sorting .filter-dropbtn img,
.sorting-panel .filter .sorting-dropbtn img,
.sorting-panel .filter .filter-dropbtn img,
.filter-panel .sorting .sorting-dropbtn img,
.filter-panel .sorting .filter-dropbtn img,
.filter-panel .filter .sorting-dropbtn img,
.filter-panel .filter .filter-dropbtn img {
  width: 7px;
}
.sorting-panel .sorting .sorting-dropbtn:hover,
.sorting-panel .sorting .filter-dropbtn:hover,
.sorting-panel .filter .sorting-dropbtn:hover,
.sorting-panel .filter .filter-dropbtn:hover,
.filter-panel .sorting .sorting-dropbtn:hover,
.filter-panel .sorting .filter-dropbtn:hover,
.filter-panel .filter .sorting-dropbtn:hover,
.filter-panel .filter .filter-dropbtn:hover {
  background: #b4b4b4;
}

.hl-container {
  overflow: hidden;
}

.chips-title {
  font-size: 28px;
  font-weight: bolder;
  text-align: center;
  margin-bottom: 30px;
}

.chips-panel {
  width: 100%;
  padding: 8px 0 32px;
  text-align: center;
  overflow-x: scroll;
  text-wrap: nowrap;
  box-sizing: border-box;
}

.chip-item {
  display: inline;
  width: fit-content;
  border-radius: 10px;
  color: #a8a8a8;
  background-color: #f0f0f0;
  font-size: 14px;
  padding: 4px 16px;
  margin: auto 4px;
  cursor: pointer;
  text-wrap: nowrap;
}
.chip-item.active {
  color: white;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.1));
  background-color: #01a4a4;
}

.pagination-panel {
  text-align: center;
  padding: 24px 0;
  font-size: 14px;
  font-family: "IBM Plex Sans Thai";
}
.pagination-panel .pagination {
  padding-left: 0;
  display: inline !important;
  list-style: none;
}
.pagination-panel .pagination .page-item {
  display: inline;
  margin: 8px 6px;
}
.pagination-panel .pagination .page-item.disabled {
  border: none;
}
.pagination-panel .pagination .page-item.disabled:first-child, .pagination-panel .pagination .page-item.disabled:last-child {
  display: none;
}
.pagination-panel .pagination .page-item.active {
  border-bottom: 1px #5b5a5a solid;
}
.pagination-panel .pagination .page-item a {
  color: black;
  line-height: 3;
}
.pagination-panel .pagination .page-item a[rel=prev] {
  color: white;
}
.pagination-panel .pagination .page-item a[rel=prev]::after {
  color: black;
  content: " Prev";
}
.pagination-panel .pagination .page-item a[rel=next] {
  color: white;
}
.pagination-panel .pagination .page-item a[rel=next]::before {
  color: black;
  content: "Next ";
}

.max-read {
  max-width: 910px;
  margin: auto;
}

.highlight-item {
  border: 0;
  border-radius: 0 !important;
  box-shadow: none;
  margin-bottom: 0;
  padding: 48px 0px;
  border-top: 1px #d9d9d9 dashed;
}
.highlight-item .container {
  align-items: center !important;
}
.highlight-item .container .thumb {
  display: flex;
  justify-content: center;
  align-items: center;
}
.highlight-item .container .thumb img {
  width: 100% !important;
  max-width: 184px !important;
}
.highlight-item .container .detail a {
  color: #01a4a4 !important;
}

.sponsor-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  border: #e2e2e2 1px solid;
  border-radius: 20px;
  width: 100%;
  padding-top: 36px;
  padding-bottom: 36px;
}
.sponsor-list .sponsor-item {
  width: 50%;
  text-align: center;
}
.sponsor-list .sponsor-item img {
  width: 100%;
  max-width: 100px;
}

#slide-highlight {
  width: 100%;
  margin: auto;
  max-width: 1000px;
}

.card-hover {
  transition: 0.2s !important;
}

.v-divider {
  width: 1px;
  height: 20px;
  background-color: white;
  font-weight: 300;
  color: transparent;
  margin-left: 12px;
  margin-right: 10px;
}
.v-divider.v-black {
  background-color: black;
}

.contact-grid {
  font-size: 12px;
  display: grid;
  gap: 20px;
  grid-template-areas: "div1 div3" "div2 div4";
}
.contact-grid .div1 {
  grid-area: div1;
}
.contact-grid .div2 {
  grid-area: div2;
}
.contact-grid .div3 {
  grid-area: div3;
}
.contact-grid .div4 {
  grid-area: div4;
}

#form-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: flex-start;
}
#form-contact .col-md-6 {
  width: calc(100% - 8px);
}
#form-contact .form-group {
  width: 100%;
}
#form-contact .form-textarea {
  width: calc(100% - 30px);
}

.previous-fair-section .btn-more.mobile {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 970px) {
  .previous-fair-section .heading-panel .article {
    justify-content: center;
  }
}

.news-event-section {
  background-image: linear-gradient(-68deg, #ec008c, #00b2ad);
}
@media (max-width: 970px) {
  .news-event-section .heading-panel .article {
    justify-content: center;
  }
}
.news-event-section .side-heading {
  color: #fff;
  margin-left: 0;
}
@media (max-width: 970px) {
  .news-event-section .side-heading {
    display: flex;
    flex-direction: column-reverse;
    margin: auto;
    align-items: center;
  }
}
.news-event-section .side-heading::before {
  background-color: #ec008c;
}
@media (max-width: 970px) {
  .news-event-section .side-heading::before {
    height: 3px;
    width: 30px;
    margin-right: 0;
    margin-top: 20px;
    margin-bottom: 15px;
  }
}
.news-event-section .btn-more {
  background: #01b1ac;
}
.news-event-section .btn-more.mobile {
  transform: translateX(-50%);
  position: relative;
  left: 50%;
}
.news-event-section .post-card .entry-title {
  color: #fff;
}
.news-event-section .post-card .excerpt {
  color: #fff;
  height: 42px;
  overflow-y: hidden;
}
@media (max-width: 970px) {
  .news-event-section .post-card .excerpt {
    height: unset;
    overflow-y: unset;
  }
}
.news-event-section .post-card .info-set {
  overflow-y: hidden;
  height: 45px;
}
@media (max-width: 970px) {
  .news-event-section .post-card .info-set {
    height: unset;
    overflow-y: unset;
  }
}

.post-card {
  font-family: "IBM Plex Sans Thai", sans-serif;
  display: block;
  margin-bottom: 30px;
}
@media (min-width: 971px) {
  .post-card.v-change {
    display: flex;
  }
}
@media (min-width: 971px) {
  .post-card.v-change .thumb {
    flex: 1;
  }
}
@media (min-width: 971px) {
  .post-card.v-change .detail {
    flex: 1;
    padding-left: 15px;
  }
}
@media (min-width: 971px) {
  .post-card.v-change .entry-title {
    margin-top: 0;
  }
}
.post-card .entry-title {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 15px;
  margin-left: 0;
}
.post-card .excerpt {
  color: #000;
  font-weight: 400;
  margin-top: 0;
}

@media screen and (max-width: 970px) {
  header nav ul li.active a {
    border-bottom: 0;
  }
  header nav ul li a {
    text-decoration: none;
    font-size: 20px;
    letter-spacing: 2px;
    color: #000000;
  }
  header nav ul li a:hover {
    color: var(--primary-color);
  }
  header .sidebar-footer {
    display: block;
    text-align: center;
    padding: 0;
  }
  header .sidebar-footer img {
    display: block;
  }
  header .sidebar-footer div {
    font-size: 10px;
    margin-top: 20px;
    color: white;
    letter-spacing: 1px;
  }
  header .sidebar-footer .client-v3 {
    justify-content: center;
  }
  header .sidebar-footer .client-v3 :nth-child(1) {
    margin-right: 0;
  }
  #mobile-close {
    display: block;
    z-index: 100;
    font-size: 14px;
  }
  header .container {
    justify-content: space-between;
  }
  header nav {
    position: fixed;
    top: 0px;
    left: 100vw;
    background: #181818;
    color: white;
    z-index: 99;
    width: 100%;
    height: 100dvh;
    overflow: hidden;
    transition: left 0.3s;
    display: flex;
    flex-direction: column;
  }
  header nav.active {
    left: 0;
  }
  header nav ul {
    padding: 0;
    display: block;
    margin: 70px auto 30px;
    padding: 0 30px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  header nav ul.sub-menu a {
    color: #8d8d8d;
  }
  header nav ul li {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }
  header nav ul li a {
    color: white;
  }
  header nav ul li:last-child {
    border-bottom: none;
  }
  header nav ul li.has-sub:after {
    right: 0;
    top: 35px;
  }
  header nav ul li ul {
    position: unset;
    transform: scaleY(1);
    margin-top: 0;
    background: none;
    box-shadow: none;
    width: 100%;
  }
  #right {
    text-align: right;
  }
  #right a {
    display: none;
  }
  #hamburg {
    display: block;
    width: 30px;
    height: 20px;
    cursor: pointer;
    margin-left: auto;
  }
  #hamburg span {
    display: block;
    height: 2px;
    background: #fff;
    margin-bottom: 5px;
    border-radius: 2px;
  }
  #hamburg span:last-child {
    margin-bottom: 0;
  }
  #hero {
    width: 100%;
  }
  #hero .video-container {
    height: 80vh;
  }
  #hero iframe {
    height: 90vh;
    width: 200vw;
  }
  #hero .overlay {
    height: 80vh;
  }
  #hero .bg-overlay {
    width: 60vw;
    height: 80vh;
  }
  #banner .btn {
    font-size: 16px;
    display: block;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    line-height: 40px;
    border-radius: 0;
  }
  .chips-panel {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .chips-panel::-webkit-scrollbar {
    display: none;
  }
}
.has-shadow {
  position: relative;
}
.has-shadow::after {
  opacity: 0.3;
  content: "";
  height: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  top: -30px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
}

.mobile {
  display: none;
}

.desktop {
  display: block;
}

#info-fair {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 20px;
}
#info-fair .info-fair {
  width: 50%;
  margin-bottom: 20px;
}
#info-fair .info-fair svg {
  width: 15px;
  margin-right: 5px;
}
#info-fair .info-fair div {
  display: flex;
  align-items: center;
  line-height: 1;
}

@media screen and (max-width: 850px) {
  #exhibitor-slider .ex-item .detail {
    margin: 0 auto;
  }
  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }
  #report .grid-report {
    flex-wrap: wrap;
  }
  #report .grid-report .report {
    width: calc(50% - 60px);
  }
  #sub-header h1 {
    font-size: 40px;
    text-align: center;
    line-height: 0.8;
  }
  #sub-header h1:after {
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  #sub-header h1 {
    font-size: 25px !important;
    line-height: 0.8 !important;
    text-align: center !important;
  }
  #counter-panel {
    height: 100px;
  }
  #times {
    font-size: 30px;
  }
  #times span {
    padding: 5px 5px 0 5px;
    position: relative;
    width: 100px;
  }
  #times span:nth-child(even) {
    font-size: 30px;
  }
  #times small {
    display: block;
    font-size: 16px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 50px;
  }
  #report .grid-report .report {
    width: calc(50% - 40px);
  }
  #slider {
    background: #ffffff;
    padding: 40px 0 40px 0;
  }
  #slider .slick-dots {
    bottom: -45px;
  }
  #report {
    padding: 40px 0;
  }
  #report h4 {
    font-size: 30px;
  }
  #report .grid-report .report {
    border: 2px solid #ffffff;
    border-radius: 15px;
    padding: 20px 15px;
    margin-top: 30px;
  }
  #report .grid-report .report strong {
    font-size: 30px;
  }
  #report .grid-report .report small {
    font-size: 18px;
  }
  #hero .video-container {
    height: 450px;
  }
  #hero iframe {
    height: 450px;
    width: 250vw;
  }
  #hero .overlay {
    height: 450px;
  }
  #hero .bg-overlay {
    height: 450px;
  }
  #highlight {
    padding: 30px 0 0 0;
  }
  #head-highlight {
    padding-bottom: 0;
    margin-bottom: 0;
    display: block;
  }
  #head-highlight h4 {
    font-size: 30px;
    text-align: center;
  }
  #head-highlight a {
    display: none;
  }
  #slide-highlight {
    padding: 20px 0 0 0;
  }
  #slide-highlight .slick-next,
  #slide-highlight .slick-prev {
    right: 5px;
    background: #f3f3f3;
    color: #000000;
    width: 40px;
    height: 40px;
    top: 120px;
    line-height: 40px;
    padding: 0;
    display: block;
    z-index: 9;
  }
  #slide-highlight .slick-next:hover,
  #slide-highlight .slick-prev:hover {
    background: #000000;
  }
  #slide-highlight .slick-next:hover:before,
  #slide-highlight .slick-prev:hover:before {
    color: #ffffff;
  }
  #slide-highlight .slick-prev {
    left: 5px;
    right: auto;
  }
  #slide-highlight .slick-prev:before {
    font-size: 25px;
    line-height: 33px;
    color: black;
    opacity: 1;
    content: "<" !important;
  }
  #slide-highlight .slick-next:before {
    font-size: 25px;
    line-height: 33px;
    color: black;
    opacity: 1;
    content: ">" !important;
  }
  #slide-highlight .highlight-item .container {
    display: block;
  }
  #slide-highlight .highlight-item .container .thumb {
    width: auto;
    max-width: 100%;
  }
  #slide-highlight .highlight-item .container .detail {
    width: auto;
  }
  #slide-highlight .highlight-item .container .detail h5 {
    font-size: 30px;
    line-height: 1;
  }
  #slide-highlight .highlight-item .container .detail p {
    font-size: 20px;
    line-height: 1;
  }
  #slide-highlight .highlight-item .container .detail a {
    padding: 0;
    background: none;
    color: var(--primary-color);
    font-size: 18px;
    text-align: left;
    margin: 0;
  }
  #exhibitor h4 {
    font-size: 30px;
  }
  #exhibitor-slider .ex-item .panel {
    margin-bottom: -70px;
    height: 170px;
  }
  #exhibitor-slider .ex-item .thumb {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
  }
  #exhibitor-slider .ex-item .thumb img {
    width: 100%;
  }
  #exhibitor-slider a {
    flex: 0 0 auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    height: 100%;
  }
  #map {
    margin-bottom: 30px;
  }
  #article {
    padding: 30px 0;
  }
  #article h4 {
    font-size: 30px;
  }
  #contact img {
    width: 80%;
  }
  #contact-form .row {
    flex-wrap: wrap;
  }
  #contact-form .row .col-6 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  #contact-form .row .form-group .row {
    flex-direction: column;
  }
  #contact-form .row .form-group .row .col-6 {
    margin-bottom: 10px;
  }
  #contact-form .row .form-group .row .col-6:last-child {
    margin-bottom: 0;
  }
  .article .row {
    flex-direction: column;
  }
  .article .row .col-6 {
    width: auto;
    margin: 0;
  }
  #counter-panel {
    height: 100px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 400px) {
  #exhibitor-slider a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #exhibitor-slider .ex-item {
    text-align: center;
  }
}
@media screen and (min-width: 576px) {
  .sponsor-list .sponsor-item {
    width: 50%;
  }
  .activity-group-list .activity-group-item a img {
    transition: 0.3s;
  }
  .boothzones-list .boothzones-item a img {
    width: 90px;
    transition: 0.3s;
  }
}
@media screen and (min-width: 601px) {
  .highlight-item:first-child {
    border-top: 0;
    padding: 0 0 32px;
  }
  .highlight-item .thumb {
    justify-content: start !important;
    width: 25% !important;
  }
  .highlight-item .detail {
    padding-left: 16px !important;
    width: 75% !important;
  }
}
@media screen and (min-width: 768px) {
  .client-v2 {
    justify-content: start;
  }
  .front-section {
    padding: 50px 0;
  }
  .main-slider .slick-slide {
    margin: 0 6px;
  }
  .main-slider .main-item {
    height: 300px;
  }
  .main-slider .slick-prev {
    left: -12px !important;
    aspect-ratio: 1/1;
    padding: 0px 1px 7px 0px !important;
    background-color: #ea3b82;
    height: 25px !important;
    width: 25px !important;
  }
  .main-slider .slick-prev.slick-disabled {
    background-color: black;
  }
  .main-slider .slick-prev.slick-disabled::before {
    color: white !important;
  }
  .main-slider .slick-prev::before {
    color: white !important;
    font-size: 24px !important;
    opacity: 1 !important;
    transform: scaleX(0.5);
    content: "<";
  }
  .main-slider .slick-next {
    right: -12px !important;
    aspect-ratio: 1/1;
    padding: 0px 0px 7px 0px !important;
    background-color: #ea3b82;
    height: 25px !important;
    width: 25px !important;
  }
  .main-slider .slick-next.slick-disabled {
    background-color: black;
  }
  .main-slider .slick-next.slick-disabled::before {
    color: white !important;
  }
  .main-slider .slick-next::before {
    color: white !important;
    font-size: 24px !important;
    opacity: 1 !important;
    transform: scaleX(0.5);
    content: ">";
  }
  .boothzones-list .boothzones-description {
    font-size: 14px;
  }
  #exhibitor-slider {
    margin-left: -10px;
    margin-right: -10px;
  }
  #exhibitor-slider .slick-slide {
    padding: 10px;
  }
  #exhibitor-slider .detail {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    margin: 0 auto;
  }
  #exhibitor-slider a .title {
    font-size: 16px;
  }
  #exhibitor-slider a .company {
    font-size: 16px;
  }
  #exhibitor-slider a .zone {
    font-size: 16px;
    font-weight: 700;
  }
  #exhibitor-slider a .location .location-section {
    font-size: 14px;
  }
  #exhibitor-slider a .location .t {
    font-size: 14px;
  }
  .fair-detail {
    font-size: 16px;
  }
  .form-control,
  .form-textarea {
    font-size: 16px;
  }
  section#about .content,
  section#contact-form .content {
    font-size: 16px;
  }
  section#about h4,
  section#about h5,
  section#contact-form h4,
  section#contact-form h5 {
    font-size: 20px;
  }
  section#about .contact-grid,
  section#contact-form .contact-grid {
    line-height: 25px;
    letter-spacing: 2%;
    font-size: 16px;
  }
  .heading-panel-bg {
    height: 180px;
  }
  .heading-panel-bg h1 {
    font-size: 34px;
  }
  .side-heading {
    font-size: 22px;
  }
  .side-heading::before {
    display: block;
    content: "";
    width: 8px;
    background: #01a4a4;
    height: 18px;
    float: left;
    margin-right: 15px;
    margin-top: 4px;
  }
  .side-heading-icon {
    width: 28px;
  }
  .center-heading {
    font-size: 22px;
  }
  .center-heading.intersect {
    margin-bottom: -22px !important;
    position: relative;
    z-index: 2;
  }
  .social-mobile {
    display: none !important;
  }
  .social-desktop {
    display: flex !important;
  }
  #contact {
    padding: 50px 0px;
  }
  .activity-group-detail-panel {
    font-size: 16px;
    margin-left: 16px;
  }
  .activity-group-detail-panel .logo {
    margin-top: 0px;
    margin-bottom: 28px;
  }
  .hl-container {
    margin: 0 auto;
    padding: 0 20px;
  }
  .col-md-5 {
    width: 41.67%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33%;
  }
  #form-contact .col-md-6 {
    width: calc(50% - 8px);
  }
  .filter-panel {
    width: 100%;
  }
  .activity-group-list .activity-group-item a {
    width: 190px;
    height: 60px;
  }
  .activity-group-list .activity-group-item a img {
    max-width: 100px;
    max-height: 55px;
    transition: 0.3s;
  }
  .activity-group-list .text-icon {
    font-size: 16px;
  }
  .activity-group-list .slick-next,
  .activity-group-list .slick-prev {
    width: 32px !important;
    height: 32px !important;
  }
  .activity-group-list .slick-next::before,
  .activity-group-list .slick-prev::before {
    padding-bottom: 10px;
    font-size: 32px !important;
  }
  .boothzone-list .boothzone-item a img {
    width: 105px;
    transition: 0.3s;
  }
  .sponsor-list .sponsor-item {
    width: 25%;
  }
  .status-panel {
    max-width: 730px;
  }
  #contact .contact-brand {
    max-width: 124px;
    width: 100%;
    margin-left: 0;
  }
  #contact #contact-logo {
    text-align: start;
    max-width: 200px;
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
  }
  #contact .contact-menu {
    display: flex;
    flex-wrap: wrap;
  }
  #contact .contact-menu .menu-zone {
    margin-top: 0;
    margin-bottom: 0;
    text-align: start;
    flex: 0 0 auto;
    width: calc(33.33% - 9px);
  }
  #contact .contact-menu .menu-zone:last-child {
    margin-left: 8px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  #contact .contact-menu .menu-zone:last-child div {
    width: fit-content;
  }
  #contact .contact-menu .menu-zone:nth-last-child(2) {
    position: relative;
  }
  #contact .contact-menu .menu-zone:nth-last-child(2) ul {
    display: flex;
    text-align: start;
    width: fit-content;
    margin: 0px auto;
    padding-left: 20px;
    align-items: start;
    flex-direction: column;
    height: 100%;
  }
  #contact .contact-menu .menu-zone:nth-last-child(2) ul li {
    list-style-type: disc;
  }
  #contact .contact-menu .menu-zone:nth-last-child(2)::before {
    position: absolute;
    top: 0;
    left: 20px;
    content: "";
    height: 100%;
    width: 0.5px;
    background-color: #b4b4b4;
  }
  #contact .contact-menu .menu-zone:nth-last-child(2)::after {
    position: absolute;
    top: 0;
    left: calc(100% - 20px);
    content: "";
    height: 100%;
    width: 0.5px;
    background-color: #b4b4b4;
  }
  footer .bottom-footer .footer-zone {
    width: 50%;
    text-align: start;
  }
  footer .bottom-footer .footer-zone.cp {
    font-size: 10px;
  }
  footer .bottom-footer .footer-zone:last-child {
    justify-content: flex-end;
  }
  .service-event-list .service-event {
    width: 50%;
  }
  .service-event-list .text {
    font-size: 14px !important;
  }
  .contact-grid {
    grid-template-areas: "div1 div2" "divider5 divider5" "div3 div4";
  }
  .contact-grid .divider5 {
    height: 1px;
    width: 100%;
    grid-area: divider5;
    border-top: 1px dashed #d9d9d9;
  }
  .div1,
  .div2,
  .div3,
  .div4 {
    display: flex;
  }
}
@media screen and (min-width: 971px) {
  .btn-more.mobile {
    display: none;
  }
  .btn-more.normal {
    display: inline-block;
  }
  .sorting-panel,
  .filter-panel {
    flex-direction: row;
  }
  .sorting-panel.end,
  .filter-panel.end {
    justify-content: end;
  }
  .heading-panel {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .heading-panel .action-panel {
    display: flex;
  }
  .heading-panel .action-panel .search-input {
    min-width: 260px;
    max-width: 320px;
    align-items: center;
  }
  .heading-panel .action-panel .search-input input {
    width: 100%;
  }
  .heading-panel .action-panel .filter-panel,
  .heading-panel .action-panel .sorting-panel {
    align-items: center;
    width: 100%;
  }
  #article-list .article-item:first-child {
    width: calc(50% - 20px);
  }
  #article-list .article-item:first-child a .thumb {
    height: unset;
    aspect-ratio: 16/9;
  }
  #article-list .article-item.sublist {
    width: 50%;
    row-gap: 20px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  #article-list .article-item.sublist .article-item {
    width: 100%;
  }
  #article-list .article-item.sublist .article-item a {
    display: flex;
    height: 100%;
  }
  #article-list .article-item.sublist .article-item a .thumb {
    height: 174px;
    min-width: calc(60% - 20px);
  }
  #article-list .article-item.sublist .article-item a .detail p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: auto;
  }
  #all-event-lists,
  #activities-lists {
    justify-content: flex-start;
  }
  .client.mobile {
    display: none;
  }
  #right .client {
    display: flex;
    align-items: center;
    width: 105px;
  }
}
@media screen and (min-width: 1024px) {
  .sponsor-list .sponsor-item {
    width: 14.28%;
  }
  .main-slider .main-item {
    width: 100%;
    height: 380px;
  }
  .main-slider .main-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .main-slider .slick-prev {
    height: 35px !important;
    width: 35px !important;
  }
  .main-slider .slick-next {
    height: 35px !important;
    width: 35px !important;
  }
  .service-event-list {
    max-width: unset;
  }
  .service-event-list .service-panel .num {
    font-size: 40px;
  }
  .service-event-list .service-panel .text {
    font-size: 14px !important;
  }
  .service-event-list .service-event {
    width: 25%;
  }
  #contact .contact-menu .menu-zone:last-child .pad {
    padding-left: 16px;
  }
  .visitor-list {
    margin: 40px auto 0;
  }
  .visitor-list .visitor-item {
    width: calc(25% - 20px);
  }
  .visitor-card .status {
    color: #01a4a4;
    font-size: 3.5rem;
  }
  .visitor-card strong {
    font-size: 14px;
  }
  .visitor-list {
    max-width: unset;
  }
  .visitor-list .visitor-item {
    width: calc(25% - 20px);
    margin: 10px;
  }
  .new-highlight-slick .slick-track {
    flex-direction: column !important;
  }
  .new-highlight-slick .slick-dots {
    transform: rotate(90deg);
    position: absolute !important;
    bottom: 50% !important;
    right: -46% !important;
  }
}
@media screen and (min-width: 1260px) {
  .hl-container {
    margin: 0 auto;
    padding: 0px 0px;
    width: 100%;
    max-width: 1156px;
  }
  .main-slider .slick-slide {
    margin: 0 12px;
  }
  .main-slider .slick-prev {
    left: -50px !important;
    padding: 0px 2px 10px 0px !important;
    background-color: transparent;
    height: 50px !important;
    width: 50px !important;
    border: 1px black solid;
    transition: 0.2s;
  }
  .main-slider .slick-prev:hover {
    border: 1px #ec008c solid;
  }
  .main-slider .slick-prev:hover::before {
    color: #ec008c !important;
  }
  .main-slider .slick-prev.slick-disabled {
    border: 1px black solid;
  }
  .main-slider .slick-prev.slick-disabled {
    background-color: transparent;
  }
  .main-slider .slick-prev.slick-disabled::before {
    color: black !important;
  }
  .main-slider .slick-prev::before {
    color: black !important;
    font-size: 40px !important;
    opacity: 1 !important;
  }
  .main-slider .slick-next {
    right: -50px !important;
    padding: 0px 0px 10px 2px !important;
    background-color: transparent;
    height: 50px !important;
    width: 50px !important;
    border: 1px black solid;
    transition: 0.2s;
  }
  .main-slider .slick-next:hover {
    border: 1px #ec008c solid;
  }
  .main-slider .slick-next:hover::before {
    color: #ec008c !important;
  }
  .main-slider .slick-next.slick-disabled {
    border: 1px black solid;
  }
  .main-slider .slick-next.slick-disabled {
    background-color: transparent;
  }
  .main-slider .slick-next.slick-disabled::before {
    color: black !important;
  }
  .main-slider .slick-next::before {
    color: black !important;
    font-size: 40px !important;
    opacity: 1 !important;
  }
  .heading-panel .search-input .search-btn {
    right: 20px;
  }
  #contact .contact-menu .menu-zone:last-child .pad {
    padding-left: 48px;
  }
  #highlight-lists .slick-prev,
  #highlight-lists .slick-next,
  #exhibitor-slider .slick-prev,
  #exhibitor-slider .slick-next {
    top: 45% !important;
    transform: scaleX(0.5);
  }
  #highlight-lists .slick-prev:before,
  #highlight-lists .slick-next:before,
  #exhibitor-slider .slick-prev:before,
  #exhibitor-slider .slick-next:before {
    font-size: 48px !important;
  }
  #highlight-lists .slick-prev,
  #exhibitor-slider .slick-prev {
    left: -35px !important;
    margin-bottom: 24px;
  }
  #highlight-lists .slick-prev::before,
  #exhibitor-slider .slick-prev::before {
    content: "<" !important;
  }
  #highlight-lists .slick-next,
  #exhibitor-slider .slick-next {
    right: -35px !important;
  }
  #highlight-lists .slick-next::before,
  #exhibitor-slider .slick-next::before {
    font-size: 48px !important;
    content: ">" !important;
  }
  #event-lists .slick-prev {
    left: -35px !important;
  }
  #event-lists .slick-next {
    right: -35px !important;
  }
  #exhibitor-slider a .location .location-section {
    word-break: break-word;
  }
}
@media screen and (min-width: 1440px) {
  .main-slider .slick-prev {
    left: -70px !important;
  }
  .main-slider .slick-next {
    right: -70px !important;
  }
}
.new-highlight-slick {
  position: relative !important;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.new-highlight-slick .new-highlight-item img {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.new-highlight-slick .slick-track {
  display: flex !important;
}
.new-highlight-slick .slick-slide {
  height: auto !important;
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
  overflow: hidden;
}
.new-highlight-slick .slick-dots {
  position: absolute;
  bottom: 5px;
}
.new-highlight-slick .slick-dots li.slick-active button {
  background: #ec008c;
}
.new-highlight-slick .slick-dots li button {
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.highlight-slider {
  width: 80%;
  margin: 20px auto;
  position: relative;
}
@media (max-width: 970px) {
  .highlight-slider {
    width: 100%;
    margin: auto;
  }
}
.highlight-slider .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.highlight-slider .slick-dots {
  position: absolute !important;
  bottom: 0;
}
@media (min-width: 971px) {
  .highlight-slider .slick-dots {
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.highlight-slider .slick-dots li {
  width: 16px;
  height: 16px;
  margin: 0 0 10px 0;
}
@media (max-width: 970px) {
  .highlight-slider .slick-dots li {
    margin: 0 10px 10px 0;
  }
}
.highlight-slider .slick-dots li:last-child {
  margin: 0;
}
@media (max-width: 970px) {
  .highlight-slider .slick-dots li:last-child {
    margin: 0 0 10px 0;
  }
}
.highlight-slider .slick-dots li button {
  width: 16px;
  height: 16px;
  background-color: #d9d9d9;
  border-radius: 50%;
}
.highlight-slider .slick-dots li button::before {
  color: transparent;
}
.highlight-slider .slick-dots li.slick-active button {
  background-color: #ec008c;
}
.highlight-slider .btn-scroll-down {
  position: absolute;
  left: 50%;
  bottom: 60px;
  color: #fff;
  text-align: center;
  font-family: "IBM Plex Sans Thai", sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition: 0.2s;
}
@media (max-width: 970px) {
  .highlight-slider .btn-scroll-down {
    display: none;
  }
}
.highlight-slider .btn-scroll-down .icon-scroll-down {
  width: 68px;
  height: 68px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 30px;
  margin: 10px auto 0;
  transition: 0.2s;
}
.highlight-slider .btn-scroll-down .icon-scroll-down svg {
  width: 30px;
  height: 30px;
}
.highlight-slider .btn-scroll-down:hover, .highlight-slider .btn-scroll-down:hover .icon-scroll-down,
.highlight-slider .btn-scroll-down .icon-scroll-down:hover, .icon-scroll-down:hover ~ .highlight-slider .btn-scroll-down {
  color: #ea3b82;
}
.highlight-slider .btn-scroll-down:hover .icon-scroll-down, .highlight-slider .btn-scroll-down:hover .icon-scroll-down .icon-scroll-down,
.highlight-slider .btn-scroll-down .icon-scroll-down:hover .icon-scroll-down, .icon-scroll-down:hover ~ .highlight-slider .btn-scroll-down .icon-scroll-down {
  border: 1px solid #ea3b82;
  color: #ea3b82;
}

.boothzones-section {
  overflow: hidden;
}
@media (min-width: 971px) {
  .boothzones-section .section-title {
    background-image: linear-gradient(to left, #00b2ad 0%, #e7048d 100%);
    display: inline-flex;
    color: #fff;
    padding: 6px 25px;
    position: relative;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
    margin-bottom: 0;
    z-index: 1;
  }
}
@media (min-width: 971px) {
  .boothzones-section .section-title::before {
    display: none;
  }
}

.quick-menu {
  font-family: "IBM Plex Sans Thai";
  text-transform: uppercase;
  color: #fff;
  background-image: linear-gradient(to left, #02b1ad 0%, #e4068d 75%);
  text-align: center;
  display: flex;
  position: fixed;
}
@media (min-width: 971px) {
  .quick-menu {
    flex-direction: column;
    background-image: url(/front-assets/img/2025/icon_ame.svg), linear-gradient(to bottom, #02b1ad 0%, #e4068d 100%);
    background-repeat: no-repeat;
    background-position: center calc(100% + 50px), center center;
    background-size: 200px, 100%;
    background-blend-mode: soft-light, normal;
    padding: 15px 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    top: 36%;
    right: 0;
    z-index: 4;
  }
}
@media (max-width: 970px) {
  .quick-menu {
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }
}
.quick-menu .quick-item {
  flex: 1;
  color: #fff;
  padding: 10px 5px;
}
@media (min-width: 971px) {
  .quick-menu .quick-item:hover .quick-icon svg {
    fill: #e1098e;
  }
}
.quick-menu .quick-item.back-event {
  background-color: #000;
}
@media (min-width: 971px) {
  .quick-menu .quick-item.back-event {
    order: 5;
    background-color: #06aeac;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-top: 10px;
    margin-bottom: -24px;
    position: relative;
    left: 5px;
  }
  .quick-menu .quick-item.back-event::after {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    background-color: #015756;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    position: absolute;
    bottom: 0;
    left: -9px;
    z-index: -1;
  }
}
@media (min-width: 971px) {
  .quick-menu .quick-item.back-event .quick-icon {
    background-color: transparent;
    width: initial;
    height: initial;
  }
}
@media (min-width: 971px) {
  .quick-menu .quick-item.back-event .quick-icon svg {
    fill: #fff;
  }
}
.quick-menu .quick-item .quick-icon {
  width: 29px;
  height: 29px;
  margin: 0 auto;
}
@media (min-width: 971px) {
  .quick-menu .quick-item .quick-icon {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
  }
}
.quick-menu .quick-item .quick-icon svg {
  fill: #fff;
  transition: 0.3s;
}
@media (min-width: 971px) {
  .quick-menu .quick-item .quick-icon svg {
    fill: #000;
  }
}
.quick-menu .quick-item .menu-item {
  font-size: 9px;
  font-weight: 700;
}
@media (min-width: 971px) {
  .quick-menu .quick-item .menu-item {
    font-size: 11px;
    font-weight: 600;
  }
}
.quick-menu .title-head {
  font-weight: 700;
}
@media (max-width: 970px) {
  .quick-menu .title-head {
    display: none;
  }
}
.quick-menu .title-head span {
  font-weight: 400;
}

@media (min-width: 669.9px) {
  .zone-highlight-section .section-title::before {
    display: none;
  }
}

.contact-item {
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #d9d9d9;
  padding: 25px;
}
@media (min-width: 669.9px) {
  .contact-item:nth-child(odd) {
    border-right: 1px dashed #d9d9d9;
  }
}
@media (min-width: 966.9px) {
  .contact-item:nth-child(3) {
    border-bottom: none;
  }
}
.contact-item:nth-child(4) {
  border-bottom: none;
}
.contact-item .contact-icon {
  width: 30%;
  text-align: center;
}
@media (max-width: 970px) {
  .contact-item .contact-icon {
    padding-left: 15px;
  }
}
.contact-item .contact-icon img {
  max-width: 65px;
}
@media (min-width: 971px) {
  .contact-item .contact-icon img {
    max-width: 75px;
  }
}
.contact-item .contact-info {
  width: 70%;
  padding-left: 15px;
  font-family: "IBM Plex Sans Thai";
  font-size: 14px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .contact-item .contact-info {
    font-size: 16px;
  }
}
.contact-item .contact-info strong {
  font-weight: 700;
}

.brand-logo-section {
  background-image: url(/images/icon_ame.svg), linear-gradient(70deg, #00b2ad 0%, #ec008c 100%);
  background-repeat: no-repeat;
  background-position: center 140px, center center;
  background-size: 200px, 100%;
  background-blend-mode: soft-light, normal;
}
@media (min-width: 971px) {
  .brand-logo-section {
    background-size: 385px, 100%;
    background-position: calc(100% + 100px) center, center center;
  }
}

.contact-group-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 970px) {
  .contact-group-logo {
    width: 80%;
    margin: 0 auto;
    padding: 50px 0;
  }
}
.contact-group-logo .brand-logo-item {
  padding: 40px;
}
@media (max-width: 970px) {
  .contact-group-logo .brand-logo-item {
    padding: 15px;
    width: 50%;
    text-align: center;
  }
}
.contact-group-logo .brand-logo-item img {
  height: 75px;
}
@media (min-width: 971px) {
  .contact-group-logo .brand-logo-item img {
    height: 100px;
  }
}

.stats-fair-section {
  background-image: url(/front-assets/img/2025/icon_ame.svg), linear-gradient(-60deg, #ec008c 0%, #00b2ad 100%);
  background-repeat: no-repeat;
  background-position: center 140px, center center;
  background-size: 278px, 100%;
  background-blend-mode: soft-light, normal;
  color: #fff;
  text-align: center;
}
@media (min-width: 971px) {
  .stats-fair-section {
    background-image: url(/front-assets/img/2025/icon_ame.svg), linear-gradient(-81deg, #ec008c 0%, #00b2ad 100%);
    background-position: right 30px, center center;
  }
}
.stats-fair-section .stats-group {
  display: inline-block;
}
@media (min-width: 971px) {
  .stats-fair-section .stats-group {
    display: flex;
  }
}
.stats-fair-section .stat-item {
  text-transform: uppercase;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-family: "IBM Plex Sans Thai";
  font-weight: 700;
}
.stats-fair-section .stat-item:last-child {
  border-bottom: initial;
}
@media (min-width: 971px) {
  .stats-fair-section .stat-item {
    flex: 1;
    padding: 0 15px;
    border-bottom: initial;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
  }
  .stats-fair-section .stat-item:last-child {
    border-right: initial;
  }
}
.stats-fair-section .stat-item .number {
  font-size: 40px;
}
@media (min-width: 971px) {
  .stats-fair-section .stat-item .number {
    font-size: 50px;
  }
}
.stats-fair-section .stat-item .text {
  font-size: 16px;
}
@media (min-width: 971px) {
  .stats-fair-section .stat-item .text {
    font-size: 20px;
  }
}

.our-fair-section {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 60%), url(/front-assets/img/2025/bg_ourfair.png), linear-gradient(-56deg, #ec008c 0%, #00b2ad 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-blend-mode: multiply, soft-light, normal;
  color: #fff;
}
@media (min-width: 971px) {
  .our-fair-section {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.9) 100%), url(/front-assets/img/2025/bg_ourfair.png), linear-gradient(-56deg, #ec008c 0%, #00b2ad 100%);
  }
}
.our-fair-section .center-heading {
  color: #fff;
}
.our-fair-section .center-heading.v2::after {
  width: 56px;
  background-image: initial;
  background-color: #ec018c;
}

@media (min-width: 971px) {
  .row-our-fair {
    background-image: url(/front-assets/img/2025/gp_curve.svg);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media (max-width: 970px) {
  .row-our-fair .fair-logo {
    text-align: center;
    margin-bottom: 30px;
  }
}
.row-our-fair .fair-logo img {
  filter: invert(1);
}
.row-our-fair .fair-item {
  margin-bottom: 30px;
}
@media (min-width: 971px) {
  .row-our-fair .fair-item {
    display: flex;
  }
}
@media (max-width: 970px) {
  .row-our-fair .fair-item {
    text-align: center;
  }
}
.row-our-fair .sub-fair-logo {
  background-color: rgba(236, 1, 140, 0.8);
  border-radius: 40px;
  padding: 10px;
  text-align: center;
  max-width: 200px;
  aspect-ratio: 19/9;
  margin: 0 auto;
  position: relative;
  height: 135px;
}
@media (min-width: 971px) {
  .row-our-fair .sub-fair-logo {
    flex: 1;
  }
}
.row-our-fair .sub-fair-logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.row-our-fair .fair-info {
  font-family: "IBM Plex Sans Thai";
  margin-top: 20px;
}
@media (min-width: 971px) {
  .row-our-fair .fair-info {
    width: 125px;
  }
}
@media (min-width: 1400px) {
  .row-our-fair .fair-info {
    min-width: 110px;
    width: fit-content;
  }
}
@media (min-width: 971px) {
  .row-our-fair .fair-info span {
    display: block;
    text-align: center;
  }
}
.row-our-fair .fair-info .mount {
  font-size: 20px;
  font-weight: 700;
}
.row-our-fair .fair-info .location {
  padding: 6px 24px;
  word-break: break-all;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 970px) {
  .row-our-fair .fair-info .location {
    margin-left: 5px;
    font-size: 12px;
  }
}
.row-our-fair .fair-info .location::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url(/front-assets/img/2025/icon_location.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 5px;
  filter: invert(1);
}
@media (min-width: 971px) {
  .row-our-fair .column-bs {
    display: flex;
    flex-direction: row-reverse;
  }
}
@media (max-width: 970px) {
  .row-our-fair .column-bs {
    margin-bottom: 30px;
  }
}
@media (min-width: 971px) {
  .row-our-fair .column-bs .fair-item {
    flex-direction: row-reverse;
  }
}
@media (min-width: 971px) {
  .row-our-fair .column-bs .sub-fair-logo {
    margin: 0 auto 0 20px;
  }
}
@media (min-width: 971px) {
  .row-our-fair .column-bs .fair-logo {
    position: relative;
  }
}
@media (min-width: 971px) {
  .row-our-fair .column-bs .fair-logo img {
    position: relative;
    top: 6%;
    right: 0%;
    width: 150px;
  }
}
@media (min-width: 971px) {
  .row-our-fair .column-bs .fair-list {
    flex: auto;
  }
}
@media (min-width: 971px) {
  .row-our-fair .column-abk {
    display: flex;
    align-items: center;
    position: relative;
  }
}
@media (min-width: 971px) {
  .row-our-fair .column-abk .sub-fair-logo {
    margin: 0 20px 0 auto;
  }
}
@media (min-width: 971px) {
  .row-our-fair .column-abk .fair-logo img {
    position: absolute;
    bottom: 14%;
    width: 150px;
  }
}
@media (min-width: 971px) {
  .row-our-fair .column-abk .fair-list {
    flex: auto;
  }
}

.network-section {
  padding-bottom: 0px;
}
@media (max-width: 970px) {
  .network-section {
    display: none;
  }
}

#clients {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
  margin-bottom: 100px;
  margin-top: 40px;
}
#clients div {
  width: 20%;
  text-align: center;
  padding: 20px 10px;
  border-right: 1px solid #e0e0e0;
  line-height: 120px;
  border-bottom: 1px solid #e0e0e0;
}
#clients div:nth-child(5), #clients div:nth-child(10), #clients div:nth-child(15) {
  border-right: none;
}
#clients div:nth-child(16), #clients div:nth-child(17), #clients div:nth-child(18) {
  border-bottom: none;
}
#clients div:nth-child(16) {
  border-left: 1px solid #e0e0e0;
}
#clients div:last-child {
  border-bottom: none;
}
#clients div img {
  max-width: 120px;
  max-height: 80px;
  width: 100%;
  transition: opacity 0.2s;
}

@media (min-width: 971px) {
  #news-event-lists {
    max-width: 90%;
  }
}

header.sticky-top {
  position: sticky;
  top: 0;
  transition: 0.5s;
}

.page-title {
  text-align: center;
  margin: 0;
  font-size: 18px;
  padding: 15px 0;
}
@media (min-width: 971px) {
  .page-title {
    margin: 20px auto;
    font-size: 30px;
  }
}
.page-title::after {
  content: "";
  display: block;
  width: 56px;
  height: 4px;
  background-color: #e52b2c;
  margin: 20px auto 0;
}
.page-title.half-underline::after {
  content: "";
  background-image: linear-gradient(to right, #ec008c 50%, #00b2ad 50%);
}

.page-fair .filter-dropdown-content {
  z-index: 999;
}
@media (min-width: 971px) {
  .page-fair .site-header.sticky-top {
    top: initial;
  }
}
@media (min-width: 971px) {
  .page-fair .sticky-top + .front-breadcrumb {
    position: sticky;
    top: 70px;
    z-index: 11;
  }
}
.page-fair .sticky-top + .front-breadcrumb + .page-title {
  position: sticky;
  top: 70px;
  background-color: #fff;
  z-index: 2;
}
@media (min-width: 971px) {
  .page-fair .sticky-top + .front-breadcrumb + .page-title {
    top: 0;
  }
}
@media (min-width: 971px) {
  .page-fair .sticky-top + .front-breadcrumb + .page-title + .heading-panel-bar {
    position: sticky;
    top: 115px;
    z-index: 3;
  }
}
.page-fair .sticky-top + .front-breadcrumb + #hero + .page-title {
  position: sticky;
  top: 70px;
  background-color: #fff;
  z-index: 1;
}
@media (min-width: 971px) {
  .page-fair .sticky-top + .front-breadcrumb + #hero + .page-title {
    top: 0;
    z-index: 2;
  }
}
@media (max-width: 970px) {
  .page-fair .page-title::after {
    display: none;
  }
}

.sidebar-cp {
  padding: 6px 0 4px;
  border-top: 1px white solid;
  border-bottom: 1px white solid;
}

.nav-brand {
  display: none;
}
.nav-brand img {
  height: 62px;
  margin: 0 8px;
}
@media (max-width: 970px) {
  .nav-brand {
    display: block;
  }
}

.bottom-footer-pad {
  height: 60px;
  width: 100%;
  display: none;
}
@media (max-width: 970px) {
  .bottom-footer-pad {
    display: block;
  }
}