/* Theme */
.theme-page {
  background-color: #E5E5E5;
}

.theme-section-highlight {
  padding: 1.25rem;
}

.theme-section-highlight.margin-top {
  margin-top: 1.5rem;
}

.theme-section-highlight .section-header {
  font-size: 2.5rem;
  line-height: 1.125;
  letter-spacing: 1px;
  margin: 0;
  margin-bottom: 0.375rem;
}

/* Line */
.theme-line {
  height: 0.75rem;
  width: 100%;
  background-color: var(--theme-primary-color);
}

/* Layout */
.theme-page.page-wrapper {
  padding-top: 1.25rem;
  padding-bottom: 2.875rem;
}

.articles-page .article-wrapper {
  /* padding: 0 9.4375rem; */
}

.articles-page .section-opinion {
  padding-left: 0;
  padding-right: 0;
}

/* Section */
.section-business-today {
  padding: 1.25rem;
  /* padding-bottom: 2.125rem; */
}

.section-business-today .row {
  margin: 0;
}

.section-business-today>.row .col {
  padding-left: 0;
  padding-right: 0;
}

.section-business-today>.row .col:last-child {
  border-right: none;
}

.section-business-today .section-title {
  font-size: 1.25rem;
  margin: 0;
  margin-bottom: 0.625rem;
}

.section-leadership-highlight .program-leadership {
  margin: 0 -1.125rem;
  margin-top: 1.375rem;
}

.section-leadership-highlight .program-leadership .col {
  border-right: 1px solid #707070;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  margin-bottom: 1.125rem;
}

.section-leadership-highlight .program-leadership .col:nth-child(even),
.section-leadership-highlight .program-leadership .col:last-child {
  border-right: none;
}

.section-business-highlight .program-business {
  margin: 0 -1.375rem;
  margin-top: 2rem;
}

.section-business-highlight .program-business .col {
  /* border-right: 1px solid var(--border-gray-color); */
  padding-left: 1.375rem;
  padding-right: 1.375rem;
  padding-bottom: 1rem;
}

.section-business-highlight .program-business .col:last-child {
  border-right: none;
}

.section-world-today-highlight {
  background-color: var(--theme-secondary-color);
  padding-bottom: 2.5rem;
}

.section-world-today-highlight::after,
.section-world-today-highlight::before {
  display: none;

  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 15%;
}

.section-world-today-highlight::after {
  left: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0) 100%);
}

.section-world-today-highlight::before {
  right: 0;
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0) 100%);
}

.section-world-today-highlight .program-world-today {
  margin-top: 2rem;
  padding-bottom: 1rem;
}

.section-world-today-highlight .program-world-today .splide__arrow {
  display: none;

  background: none;
  opacity: 1;
  width: fit-content;
  height: fit-content;
  top: 40%;
}

.section-world-today-highlight .program-world-today .splide__arrow img {
  height: 70px;
}

.section-world-today-highlight .program-world-today .splide__pagination {
  bottom: -1em;
}

.section-world-today-highlight .program-world-today .splide__pagination .splide__pagination__page {
  background: white;
}

.section-world-today-highlight .program-world-today .splide__pagination .splide__pagination__page.is-active {
  background: var(--theme-primary-color);
}

.section-subscribe {
  padding: 1.875rem 1.25rem;
}

.section-subscribe .section-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.875rem;
}

.section-subscribe .section-body .section-content {
  flex: 1;
  width: 100%;
}

.section-subscribe .section-body .section-content .section-title {
  font-size: 2.125rem;
  line-height: 1.30;
  margin: 0;
}

.section-subscribe .section-body .section-content .section-brief {
  font-size: 1.125rem;
  line-height: 1.67;
  margin: 0;
  margin-top: 0.875rem;
}

.section-subscribe .section-body .section-content .section-input form {
  display: flex;
  margin-top: 3.125rem;
}

.section-subscribe .section-body .section-content .section-input form input {
  font-size: 1.125rem;
  flex: 1;
  border: none;
  border-radius: 0;
  height: 50px;
  padding: 0 0.875rem;
}

.section-subscribe .section-body .section-content .section-input form input:focus-visible {
  outline: none;
}

.section-subscribe .section-body .section-content .section-input form button {
  font-size: 1.25rem;
  line-height: normal;
  /* padding: 0 1.875rem; */
  border-radius: 0;
  background-color: var(--theme-secondary-color);
}

.section-subscribe .section-body .section-content .section-input form button:hover {
  background-color: #fff3e0;
  transition: 0.5s;
}

.section-subscribe .section-body .section-ad img {
  width: 304px;
  max-width: 100%;
  height: 362px;
  object-fit: cover;
  display: block;
}

.section-opinion .splide-opinion .section-content .section-wrapper {
  /* width: 100%; */
  text-align: center;
  /* margin: 0 auto; */
}

.section-opinion .splide-opinion .section-content .section-wrapper .section-title {
  font-size: 1.5rem;
  line-height: 1.5;
  /* height: 180px; */
  margin: 18px 0;

  @media (min-width: 576px) {
    font-size: 1.75rem;
  }

  @media (min-width: 768px) {
    font-size: 1.75rem;
    margin: 18px 0;
  }

  @media (min-width: 992px) {
    font-size: 1.75rem;
    margin: 20px 0;
  }

  @media (min-width: 1200px) {
    font-size: 1.75rem;
    margin: 20px 0;
  }

  @media (min-width: 1400px) {
    font-size: 1.875rem;
    margin: 20px 0;
  }
}

.section-opinion .splide-opinion .section-content .section-wrapper .section-author,
.section-opinion .splide-opinion .section-content .section-wrapper .section-position {
  font-size: 1.125rem;
  line-height: 1.33;
  color: #808080;
  margin: 0;
}

.section-opinion .splide-opinion .section-content .section-wrapper .section-position {
  font-size: 1rem;
}

.section-opinion .splide-opinion .section-content .section-wrapper .section-author {
  font-weight: 600;
  margin-top: 2rem;
}

.section-opinion .splide-opinion .section-image img {
  display: block;
  /* width: 462px; */
  height: auto;
  aspect-ratio: 230 / 255;
  object-fit: contain;
  object-position: bottom center;
  max-width: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.section-opinion {
  .splide-opinion {
    padding-top: 36px;

    @media (min-width: 992px) {
      padding-top: 0;
    }

    @media (min-width: 1200px) {
      padding: 38px 0;
    }

    @media (min-width: 1400px) {
      padding: 42px 0;
    }

    /*  */
    .splide__arrows {
      .splide__arrow {
        width: 2.75em;
        height: 2.75em;
        background: transparent;

        @media (min-width: 576px) {
          width: 3.125em;
          height: 3.125em;
        }

        @media (min-width: 768px) {
          width: 3.375em;
          height: 3.375em;
        }

        @media (min-width: 992px) {
          width: 3.375em;
          height: 3.375em;
        }

        @media (min-width: 1200px) {
          width: 3.5em;
          height: 3.5em;
        }

        @media (min-width: 1400px) {
          width: 3.75em;
          height: 3.75em;
        }

        svg {
          width: 100%;
          height: 100%;

          .st0 {
            fill: none;
            stroke: var(--theme-primary-color);
            stroke-width: 2;
            stroke-linecap: round;
            stroke-linejoin: round;
            stroke-miterlimit: 10;
          }
        }
      }
    }

    .splide__track {
      @media (min-width: 1200px) {
        overflow: visible;
      }
    }

    .row {
      height: 100%;

      .section-content {
        .section-wrapper {
          width: 100%;
          max-width: 100%;
          position: relative;

          @media (min-width: 576px) {
            width: 350px;
            margin: 0 auto;
          }

          @media (min-width: 768px) {
            width: 400px;
          }

          @media (min-width: 992px) {
            width: 350px;
            top: 50%;
            transform: translateY(-50%);
            margin-left: auto;
            margin-right: 16px;
          }

          @media (min-width: 1200px) {
            width: 350px;
          }

          @media (min-width: 1400px) {
            width: 400px;
          }

          img {
            width: 50px;
            height: 50px;
            object-fit: contain;
          }
        }
      }

      .section-image {
        display: flex;
        align-items: flex-end;
        /* margin-top: 20px; */

        @media (min-width: 768px) {
          /* margin-top: 30px; */
        }

        @media (min-width: 992px) {
          margin-top: 0;
        }

        /*  */

        img {
          width: 100%;

          @media (min-width: 576px) {
            width: 300px;
          }

          @media (min-width: 768px) {
            width: 350px;
          }

          @media (min-width: 992px) {
            width: 400px;
          }

          @media (min-width: 1200px) {
            width: 450px;
            position: absolute;
            left: 0;
            bottom: -38px;
            transform: unset;
          }

          @media (min-width: 1400px) {
            width: 450px;
            bottom: -42px;
          }
        }
      }
    }
  }
}

.section-article-highlight {
  padding: 1.875rem 0;
  background-color: var(--theme-tertiary-color);
}

.section-article-highlight .section-header {
  font-size: 2.5rem;
  line-height: 1.125;
  letter-spacing: 1px;
  margin: 0;
}

.section-articles .program-articles {
  padding: 2.375rem 0;
  padding-bottom: 0;
}

.section-article-detail {
  padding-bottom: 6.125rem;
}

.section-article-detail .article-banner {
  width: 100%;
  height: auto;
  max-width: 100%;
  /* max-height: 700px; */
  object-fit: cover;
  display: block;
  aspect-ratio: 1440 / 773;
}

.section-article-detail .article-title {
  font-size: 1.5rem;
  line-height: 1.406;
  margin: 0;
  margin-top: 2.25rem;
  width: 90%;
}

.section-article-detail .article-date,
.section-article-detail .article-editor {
  color: var(--gray-color);
}

.section-article-detail .article-date {
  font-size: 0.875rem;
  line-height: 1.785;
  margin: 0;
  margin-top: 2.125rem;
}

.section-article-detail .article-editor {
  font-size: 1.125rem;
  line-height: 1.388;
  margin: 0;
}

.section-article-detail .article-detail {
  font-family: "FC Iconic", sans-serif !important;
  font-size: 1.125rem;
  line-height: 1.67;
  width: 90%;
  margin: 0 auto;
  margin-top: 3.875rem;
  overflow: hidden;
}

.section-article-detail .article-detail a,
.section-article-detail .article-detail a * {
  color: #0D6EFD !important;
}

.section-article-detail .article-detail h2,
.section-article-detail .article-detail h2 * {
  font-size: 1.5rem;
}

.section-article-detail .article-detail h3,
.section-article-detail .article-detail h3 * {
  font-size: 1.125rem;
}

.section-article-detail .article-detail h4,
.section-article-detail .article-detail h4 * {
  font-size: 1rem;
}

.section-article-detail .article-detail img {
  max-width: 100%;
  object-fit: contain;
}

.section-article-detail .article-gallery {
  width: 90%;
  margin: 0 auto;
  margin-top: 3.125rem;
}

.section-article-detail .article-gallery .splide .splide__arrows .splide__arrow {
  height: 100%;
  width: fit-content;
  background: transparent;
  border-radius: 0;
  padding: 0 14px;

  @media (min-width: 576px) {
    padding: 0 24px;
  }

  @media (min-width: 768px) {
    padding: 0 30px;
  }

  @media (min-width: 992px) {
    padding: 0 34px;
  }

  @media (min-width: 1200px) {
    padding: 0 36px;
  }

  @media (min-width: 1400px) {
    padding: 0 38px;
  }

  @media (min-width: 1600px) {
    padding: 0 40px;
  }

  /*  */
}

.section-article-detail .article-gallery .splide .splide__arrows .splide__arrow img {
  width: 24px;
  height: auto;

  @media (min-width: 576px) {
    width: 30px;
  }

  @media (min-width: 768px) {
    width: 36px;
  }

  @media (min-width: 992px) {
    width: 40px;
  }

  @media (min-width: 1200px) {
    width: 44px;
  }

  @media (min-width: 1400px) {
    width: 48px;
  }

  @media (min-width: 1600px) {
    width: 50px;
  }

  /*  */
}

.section-article-detail .article-gallery .splide .splide__arrows .splide__arrow--prev {
  left: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 100%);
}

.section-article-detail .article-gallery .splide .splide__arrows .splide__arrow--next {
  right: 0;
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 100%);
}

.section-article-detail .article-video {
  margin-top: 3.125rem;
  position: relative;
  padding: 2.5rem 0;
}

.section-article-detail .article-video .article-video-overlay {
  position: absolute;
  inset: 0;
  background: var(--theme-primary-color);
  opacity: 0.15;
}

.section-article-detail .article-video .article-video-wrapper {
  width: 90%;
  margin: 0 auto;
  position: relative;
}

.section-article-detail .article-video .video-other .card-video-other {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: black;
  cursor: pointer;
}

.section-article-detail .article-video .video-other .card-video-other img {
  width: 100%;
  height: 100px;
  object-position: center;
  object-fit: cover;
  transition: all .8s;
  -webkit-transition: all .8s;
  -moz-transition: all .8s;
  -o-transition: all .8s;

  @media (min-width: 576px) {
    height: 125px;
  }

  @media (min-width: 768px) {
    height: 170px;
  }

  @media (min-width: 992px) {
    height: 215px;
  }

  @media (min-width: 1200px) {
    height: 170px;
  }

  @media (min-width: 1400px) {
    height: 200px;
  }

  @media (min-width: 1600px) {
    height: 220px;
  }

  /*  */
}

.section-article-detail .article-video .video-other .card-video-other:hover img {
  transform: scale(1.15);
}

.section-article-detail .article-video .video-other .card-video-other .icon-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--theme-primary-color);
  font-size: 2.125rem;
  z-index: 2;
  opacity: 0.85;
  transition: all .8s;
  -webkit-transition: all .8s;
  -moz-transition: all .8s;
  -o-transition: all .8s;

  @media (min-width: 576px) {
    font-size: 2.75rem;
  }

  @media (min-width: 768px) {
    font-size: 3.25rem;
  }

  @media (min-width: 992px) {
    font-size: 3.375rem;
  }

  @media (min-width: 1200px) {
    font-size: 2.875rem;
  }

  @media (min-width: 1400px) {
    font-size: 3.25rem;
  }

  @media (min-width: 1600px) {
    font-size: 3.75rem;
  }

  /*  */
}

.section-article-detail .article-video .video-other .card-video-other:hover .icon-play {
  opacity: 1;
}

.section-article-detail .article-gallery .splide__pagination {
  bottom: 1.25em;
}

.section-article-detail .article-video .splide__pagination {
  bottom: -1.875em;
  /* position: relative;
  bottom: unset;
  margin-top: 1rem; */
}

.section-article-detail .article-gallery .splide__pagination .splide__pagination__page.is-active {
  background: var(--theme-primary-color);
}

.section-article-detail .article-video .splide__pagination .splide__pagination__page.is-active {
  background: var(--theme-primary-color);
  opacity: 1;
}

.section-article-detail .article-tags {
  width: 90%;
  margin: 0 auto;
  margin-top: 3.875rem;
}

.section-article-detail .article-tags .tags-title {
  font-size: calc(1.275rem + .3vw);
  margin-top: 0;
  margin-bottom: .5rem;
  line-height: 1.2;

  @media (min-width: 1200px) {
    font-size: 1.5rem;
  }
}

.section-article-detail .article-tags .tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.875rem;
}

.section-article-detail .article-tags .tags-list .tags-item {
  display: block;
  padding: 0.25rem 1.125rem;
  color: white;
  background-color: var(--theme-primary-color);
}

.section-article-detail .article-author {
  width: 90%;
  margin: 0 auto;
  border-top: 1px solid #212529;
  margin-top: 20px;
  margin-bottom: -40px;
  padding-top: 20px;

  .author-list {
    .author-item {
      .author-image {
        width: 75px;
        height: 75px;
        border-radius: 100%;
      }

      .author-body {
        .author-position {
          font-size: 0.875rem;
        }
      }
    }
  }
}

.section-contact-us {
  padding: 1.25rem;
  padding-top: 0;

  @media (min-width: 768px) {
    padding: 1.625rem 1.875rem;
    padding-top: 0;
  }

  @media (min-width: 992px) {
    padding: 2.5rem 2.25rem 2.875rem;
    margin-left: 8.375rem;
  }

  @media (min-width: 1200px) {
    padding: 2.5rem 2.25rem 3.125rem;
    margin-left: 8.375rem;
  }

  @media (min-width: 1400px) {
    padding: 4rem 3.375rem 5.125rem;
    margin-left: 8.375rem;
  }

  .row {
    margin-left: 0;
    margin-right: 0;

    @media (min-width: 992px) {
      margin-left: -2.5rem;
      margin-right: -2.5rem;
    }
  }

  .row>* {
    padding-left: 0;
    padding-right: 0;

    @media (min-width: 992px) {
      padding-left: 2.5rem;
      padding-right: 2.5rem;
    }
  }

  .card-address {
    position: relative;
    padding: 1.5rem 1.25rem;
    height: 100%;
    margin: 0 -1.25rem;

    @media (min-width: 768px) {
      padding: 1.625rem 1.875rem;
      margin: 0 -1.875rem;
    }

    @media (min-width: 992px) {
      margin-left: -10.625rem;
      padding: 1.875rem 2.25rem;
    }

    @media (min-width: 1200px) {
      margin-left: -10.625rem;
      padding: 1.875rem 2.25rem;
    }

    @media (min-width: 1400px) {
      margin-left: -11.75rem;
      padding: 3.75rem;
    }

    .card-title {
      font-size: 2.5rem;
      margin: 0;
      margin-bottom: 0.5rem;

      @media (min-width: 768px) {}

      @media (min-width: 992px) {
        font-size: 2.5rem;
      }

      @media (min-width: 1200px) {}

      @media (min-width: 1400px) {
        font-size: 3.125rem;
      }
    }

    ul.contact-list {
      list-style-type: none;
      padding-left: 0;
      margin-bottom: 0;

      li {
        padding: 0.875rem 0;
        border-bottom: 2px dashed #707070;

        .card-icon {
          display: flex;
          align-items: center;
          gap: 1.875rem;

          i {
            width: 26px;
            font-size: 1.875rem;
            color: var(--theme-primary-color);

            @media (min-width: 768px) {
              width: 28px;
              font-size: 2.125rem;
            }

            @media (min-width: 992px) {
              width: 24px;
              font-size: 2rem;
            }

            @media (min-width: 1200px) {
              width: 30px;
              font-size: 2.25rem;
            }

            @media (min-width: 1400px) {
              width: 42px;
              font-size: 2.5rem;
            }
          }

          p {
            font-size: 1.125rem;
            line-height: 1.33;
            margin: 0;
            flex: 1;
          }
        }
      }

      li:last-child {
        border-bottom: none;
      }
    }

    .icon-chatting {
      position: absolute;
      right: -1.625rem;
      bottom: -2.6875rem;
      width: 120px;

      @media (min-width: 768px) {
        right: -1.375rem;
        bottom: -2.25rem;
        width: 100px;
      }

      @media (min-width: 992px) {
        right: -1.25rem;
        bottom: -2.0625rem;
        width: 90px;
      }

      @media (min-width: 1200px) {
        right: -1.625rem;
        bottom: -2.6875rem;
        width: 120px;
      }
    }
  }

  .card-send-msg {
    margin-top: 2rem;

    @media (min-width: 768px) {
      margin-top: 1.5rem;
    }

    @media (min-width: 992px) {
      margin-top: 0;
    }

    .card-title {
      font-size: 2.125rem;
      margin: 0;
      margin-bottom: 1rem;

      @media (min-width: 768px) {
        font-size: 2.125rem;
      }

      @media (min-width: 1200px) {
        font-size: 2.125rem;
      }

      @media (min-width: 1400px) {
        font-size: 2.5rem;
      }
    }

    .form-send-msg {
      .row>* {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
      }

      .row {
        margin-left: -1.25rem;
        margin-right: -1.25rem;

        .input-field {
          margin-bottom: 1.875rem;

          input,
          textarea {
            font-size: 1.125rem;
            color: black;
            background-color: var(--theme-primary-color);
            border: none;
            border-radius: 0;
            font-weight: 400;
            padding: 0.5rem .75rem;
          }

          input::placeholder,
          textarea::placeholder {
            color: black;
            opacity: 1;
          }

          input:focus,
          input:focus-visible,
          textarea:focus {
            outline: none;
            box-shadow: none;
            -webkit-shadow: none;
          }
        }

        .btn-submit {
          font-size: 1.375rem;
          color: black;
          line-height: normal;
          background-color: var(--theme-secondary-color);
          border-radius: 0;
          padding: 0.625rem 1.375rem;
        }

        .btn-submit:hover {
          background-color: #fff3e0;
          transition: 0.5s;
        }
      }
    }
  }
}

.section-about-us {
  padding: 1.875rem 1.25rem;

  @media (min-width: 768px) {
    padding: 2.5rem 1.875rem;
  }

  @media (min-width: 992px) {
    padding: 2.5rem 2.25rem;
  }

  @media (min-width: 1200px) {}

  @media (min-width: 1400px) {
    padding: 3.75rem 4.375rem;
  }

  .row {
    margin: 0;

    @media (min-width: 992px) {
      margin: 0 -3.75rem;
    }
  }

  .row>* {
    padding-left: 0;
    padding-right: 0;

    @media (min-width: 992px) {
      padding-left: 3.75rem;
      padding-right: 3.75rem;
    }
  }

  .card-about {
    .section-title {
      font-size: 2.5rem;
      margin: 0;

      @media (min-width: 768px) {
        font-size: 3rem;
      }

      @media (min-width: 992px) {}

      @media (min-width: 1200px) {
        font-size: 3.125rem;
      }
    }

    .card-content {
      font-size: 1.125rem;
    }
  }

  .card-service {
    .what-we-do-lists {
      padding-left: 0;
      margin-top: 1.5rem;
      margin-bottom: 0;

      .item {
        display: flex;
        gap: 2.25rem;
        margin-bottom: 2.125rem;

        .item-icon {
          height: fit-content;
          /* font-size: 3.125rem;
          color: var(--theme-primary-color); */
        }

        .item-content {
          .item-title {
            font-size: 1.125rem;
          }
        }
      }

      .item:last-child {
        margin-bottom: 0;
      }
    }
  }
}

.section-personal-information {
  padding: 1.875rem 1.25rem;

  @media (min-width: 768px) {
    padding: 1.625rem 1.875rem;
  }

  @media (min-width: 992px) {
    padding: 2.875rem 2.25rem;
  }

  @media (min-width: 1200px) {
    padding: 2.875rem 2.25rem;
  }

  @media (min-width: 1400px) {
    padding: 3.75rem 4.375rem;
  }

  .section-title {
    font-size: 2rem;
    color: var(--theme-primary-color);
    text-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px;

    @media (min-width: 768px) {
      font-size: 2.25rem;
    }

    @media (min-width: 992px) {
      font-size: 2.5rem;
    }

    @media (min-width: 1200px) {
      font-size: 3.125rem;
    }

    @media (min-width: 1400px) {
      font-size: 3.75rem;
    }

    .fs-big {
      font-size: 2.5rem;

      @media (min-width: 768px) {
        font-size: 3rem;
      }

      @media (min-width: 992px) {
        font-size: 3.375rem;
      }

      @media (min-width: 1200px) {
        font-size: 4.125rem;
      }

      @media (min-width: 1400px) {
        font-size: 5rem;
      }
    }
  }

  .section-brief {
    font-size: 1.25rem;
    line-height: 1.2;

    @media (min-width: 768px) {
      font-size: 1.375rem;
    }

    @media (min-width: 992px) {
      font-size: 1.375rem;
    }

    @media (min-width: 1200px) {
      font-size: 1.5rem;
    }

    @media (min-width: 1400px) {
      font-size: 1.75rem;
    }
  }

  .section-content {
    margin-top: 2.25rem;

    @media (min-width: 768px) {
      margin-top: 2.5rem;
    }

    @media (min-width: 992px) {
      margin-top: 3.125rem;
    }

    @media (min-width: 1200px) {
      margin-top: 3.375rem;
    }

    @media (min-width: 1400px) {
      margin-top: 4rem;
    }

    .row>* {
      padding-left: 0;
      padding-right: 0;

      @media (min-width: 768px) {}

      @media (min-width: 992px) {
        padding-left: 1.875rem;
        padding-right: 1.875rem;
      }
    }

    .row {
      margin-left: 0;
      margin-right: 0;

      @media (min-width: 768px) {}

      @media (min-width: 992px) {
        margin-left: -1.875rem;
        margin-right: -1.875rem;
      }

      .col {
        border-right: none;

        @media (min-width: 768px) {}

        @media (min-width: 992px) {
          border-right: 3px solid #EDEBEB;
        }
      }

      .col:last-child {
        border-right: none;
      }
    }

    .section-profile {
      position: relative;
      height: 130px;
      background-color: var(--theme-primary-color);
      margin-bottom: 2.5rem;
      margin-left: -1.25rem;
      margin-right: -1.25rem;
      margin-top: 260px;

      @media (min-width: 768px) {
        margin-left: -1.875rem;
        margin-right: -1.875rem;
      }

      @media (min-width: 992px) {
        margin-left: -2rem;
        margin-right: -2.25rem;
        margin-top: 0;
      }

      @media (min-width: 1200px) {
        height: 158px;
        margin-left: -2rem;
        margin-right: -2.25rem;
        margin-top: 0;
      }

      @media (min-width: 1400px) {
        height: 158px;
        margin-left: -2rem;
        margin-right: -4.375rem;
        margin-top: 0;
      }

      img {
        width: 246px;
        height: 355px;
        max-width: 100%;
        object-fit: cover;
        position: absolute;
        bottom: 30%;
        left: 50%;
        transform: translateX(-50%);
        box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
        -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;

        @media (min-width: 768px) {}

        @media (min-width: 992px) {
          width: 207px;
          height: 300px;
        }

        @media (min-width: 1200px) {
          width: 242px;
          height: 350px;
          bottom: 25%;
        }

        @media (min-width: 1400px) {
          width: 287px;
          height: 415px;
          bottom: 25%;
        }
      }
    }

    .section-article-detail-1,
    .section-article-detail-2 {
      font-size: 1.125rem;
      line-height: 1.56;

      @media (min-width: 768px) {}

      @media (min-width: 992px) {}

      @media (min-width: 1200px) {
        font-size: 1.25rem;
        line-height: 1.6;
      }

      p {
        margin-bottom: 0;
      }

      strong {
        font-weight: 600;
      }

      br {
        display: none;

        @media (min-width: 768px) {
          display: block;
        }

        @media (min-width: 992px) {}
      }

      ul {
        li {
          margin-bottom: 0.25rem;
        }

        li:last-child {
          margin-bottom: 0;
        }
      }

      img {
        max-width: 100%;
        object-fit: contain;
      }
    }
  }
}

/* Card */
.card-business-today-highlight {
  display: block;
  /* margin-bottom: 2rem; */
  height: 100%;
  transition: 0.6s;
}

.card-business-today-highlight .card-image {
  width: 100%;
  height: auto;
  /* max-height: 179px; */
}

.card-business-today-highlight .card-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  aspect-ratio: 581 / 219;
}

.card-business-today-highlight .card-body {
  margin-top: 1.5rem;
  padding: 0.625rem;
  padding-top: 0;
}

.card-business-today-highlight .card-body .card-title {
  font-size: 1.375rem;
  line-height: 1.25;
  margin: 0;
}

.card-business-today-highlight .card-body .card-brief,
.card-business-today-highlight .card-body .card-editor {
  color: #747474;
}

.card-business-today-highlight .card-body .card-brief {
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  margin-top: 1.25rem;
}

.card-business-today-highlight .card-body .card-editor {
  font-size: 1rem;
  margin: 0;
  margin-top: 1rem;
}

.card-business-today-highlight:hover {
  background-color: var(--theme-primary-color);
}

.card-business-today-highlight:hover,
.card-business-today-highlight:hover .card-body .card-brief,
.card-business-today-highlight:hover .card-body .card-editor {
  color: black;
}

.card-ceo-thought-highlight .dialogbox .body {
  position: relative;
  height: auto;
  min-height: 346px;
  padding: 1.25rem;
  background-color: var(--theme-primary-color);
  border-radius: 5px;
  /* color: white; */
  /* overflow: hidden; */
}

.card-ceo-thought-highlight .dialogbox .tip {
  width: 0px;
  height: 0px;
  position: absolute;
  background: transparent;
  border: 30px solid var(--theme-primary-color);
}

.card-ceo-thought-highlight .dialogbox .body .tip-down {
  top: 100%;
  left: 46px;
  border-right-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
}

.card-ceo-thought-highlight .dialogbox .body .message {
  font-size: 1.25rem;
  font-style: italic;
  line-height: 1.5;
  margin: 0;
}

.card-ceo-thought-highlight .dialogbox .body .author {
  font-size: 1.125rem;
  margin: 0;
  margin-top: 2.25rem;
}

.card-ceo-thought-highlight .dialogbox .body .position {
  font-size: 0.875rem;
  font-style: italic;
  margin: 0;
}

.card-ceo-thought-highlight .card-image {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 1.875rem;
}

.card-leadership-highlight {
  display: block;
  padding-bottom: 1rem;
}

.card-leadership-highlight .card-image {
  display: block;
  overflow: hidden;
}

.card-leadership-highlight .card-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 78 / 49;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;

  /* @media (min-width: 576px) {
    height: 140px;
  } */
}

.card-leadership-highlight:hover .card-image img,
.card-leadership-highlight:focus .card-image img {
  transform: scale(1.15);
  transition: all 1s;
}

.card-leadership-highlight .card-title {
  font-size: 1rem;
  /* line-height: 1.07; */
  color: var(--theme-primary-color);
  margin: 0;
  margin-top: 1rem;
  margin-bottom: 0.375rem;
  padding-top: 0.375rem;
}

.card-leadership-highlight .card-company {
  font-size: 0.875rem;
  line-height: 1.67;
  color: var(--theme-primary-color);
  margin: 0;
  margin-bottom: 1rem;
}

.card-leadership-highlight .card-brief {
  font-size: 0.875rem;
  line-height: 1.428;
  color: white;
  margin: 0;
}

.card-business-highlight {
  display: block;
  border-bottom: 1px solid var(--border-gray-color);
  padding-bottom: 1rem;
}

.program-business .col:last-child .card-business-highlight {
  border-bottom: none;
  padding-bottom: 0;
}

.card-business-highlight .card-title {
  font-size: 1.375rem;
  line-height: 1.384;
  margin: 0;
}

.card-business-highlight .card-image {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  overflow: hidden;
}

.card-business-highlight .card-image img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  /* max-height: 255px; */
  aspect-ratio: 78 / 49;
  object-fit: cover;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.card-business-highlight:hover .card-image img,
.card-business-highlight:focus .card-image img {
  transform: scale(1.15);
  transition: all 1s;
}

.card-business-highlight.highlight .card-image {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.card-business-highlight.highlight .card-image img {

  /* height: auto; */
  @media (min-width: 992px) {
    aspect-ratio: 581 / 219;
  }
}

.card-business-highlight .card-body .card-date,
.card-business-highlight .card-body .card-editor {
  color: var(--gray-color);
  margin: 0;
}

.card-business-highlight .card-body .card-date {
  font-size: 0.875rem;
}

.card-business-highlight .card-body .card-editor {
  font-size: 1rem;
}

.card-business-highlight .card-body .card-brief {
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  margin-top: 1.125rem;
}

.card-business-highlight.highlight .card-body .card-brief {
  margin-top: 1.125rem;
}

.card-world-today-highlight {
  width: 100%;
}

.card-world-today-highlight .card-image {
  width: 100%;
  height: auto;
  max-width: 100%;
  /* max-height: 540px; */
  object-fit: cover;
  display: block;
  aspect-ratio: 22 / 25;
}

.card-world-today-highlight .card-title {
  font-size: 1.375rem;
  line-height: 1.384;
  margin: 0;
  margin-top: 1rem;
  text-align: center;
}

.card-article-highlight .card-image {
  width: 100%;
  height: auto;
  /* max-height: 194px; */
  max-width: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 581 / 219;
}

.card-article-highlight .card-body {
  margin-top: 1.25rem;
}

.card-article-highlight .card-body .card-title {
  font-size: 1.375rem;
  line-height: 1.25;
  margin: 0;
}

.card-article-highlight .card-body .card-brief {
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 auto;
  margin-top: 1.25rem;
}

.card-article-highlight .card-body .card-editor {
  font-size: 1rem;
  color: var(--gray-color);
  margin: 0;
  margin-top: 1.5rem;
}

.card-article {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  padding: 1.875rem 0;
  border-bottom: 1px solid var(--border-gray-color);
}

.card-article:last-child {
  border-bottom: 0;
}

.card-article .card-image {
  width: 100%;
  height: auto;
  max-width: 100%;
  /* max-height: 324px; */
  object-fit: cover;
  display: block;
  aspect-ratio: 78 / 49;
}

.card-article .card-body {
  flex: 1;
  width: 100%;
}

.card-article .card-body .card-title {
  font-size: 1.375rem;
  line-height: 1.384;
  margin: 0;
}

.card-article .card-body .card-date,
.card-article .card-body .card-editor {
  color: var(--gray-color);
}

.card-article .card-body .card-date {
  font-size: 0.875rem;
  line-height: 1.785;
  margin: 0;
  margin-top: 1rem;
}

.card-article .card-body .card-editor {
  font-size: 1rem;
  line-height: 1.33;
  margin: 0;
}

.card-article .card-body .card-brief {
  font-size: 1rem;
  line-height: 1.67;
  margin: 0;
  margin-top: 1rem;
}

/* Pages */
.home-page {
  .section-nav {
    margin-top: -10px;
    margin-bottom: 10px;

    @media (min-width: 992px) {
      margin-top: -4px;
      margin-bottom: 1rem;
    }

    .nav-tag-highlight {
      font-size: 0.875rem;

      @media (min-width: 768px) {
        font-size: 1rem;
      }

      /*  */

      .nav-items {
        margin: 0 -10px;

        /*  */

        .nav-item {
          padding: 0 10px;
          position: relative;
        }

        .nav-item::before {
          content: '';
          height: 60%;
          position: absolute;
          top: 50%;
          right: 0;
          transform: translateY(-50%);
          border-right: 1px solid black;
        }

        .nav-item:last-child::before {
          display: none;
        }
      }
    }
  }

  .section-business-today {
    .article-highlight-box-1 {
      padding-bottom: 4rem;

      .article-highlight {
        .splide__pagination {
          bottom: -2em;

          .splide__pagination__page.is-active {
            opacity: 1;
            background: var(--theme-primary-color);
          }
        }
      }
    }

    .article-highlight-box-2 {
      /* height: 788px; */
      overflow: hidden;

      @media (min-width: 992px) {
        height: 715px;
      }

      @media (min-width: 1200px) {
        height: 680px;
      }

      @media (min-width: 1400px) {
        height: 740px;
      }

      @media (min-width: 1600px) {
        height: 788px;
      }

      /*  */

      .card-article-highlight-box-2 {
        display: block;
        margin-bottom: 1.125rem;

        .card-image {
          width: 100%;
          height: auto;
          /* max-height: 320px; */
          overflow: hidden;

          /* @media (min-width: 576px) {
            max-height: unset;
            height: 300px;
          }

          @media (min-width: 768px) {
            height: 412px;
          }

          @media (min-width: 992px) {
            height: 174px;
          }

          @media (min-width: 1200px) {
            height: 144px;
          }

          @media (min-width: 1400px) {
            height: 172px;
          }

          @media (min-width: 1600px) {
            height: 195px;
          } */

          /*  */

          img {
            width: 100%;
            height: auto;
            max-width: 100%;
            object-fit: cover;
            display: block;
            aspect-ratio: 78 / 49;
          }
        }

        .card-body {
          padding-top: 1rem;

          .card-title {
            font-size: 1.375rem;
            line-height: 1.27;
            height: 3.5rem;
            margin-bottom: 0.5rem;
            -webkit-line-clamp: 2;
          }
        }

        .card-brief,
        .card-editor {
          color: #747474;
        }

        .card-brief {
          margin-bottom: 0.5rem;
          -webkit-line-clamp: 3;
        }

        .card-editor {
          font-size: 0.875rem;
          text-align: right;
        }
      }

      .card-article-highlight-box-2:nth-child(n+3) {
        display: none;

        @media (min-width: 992px) {
          display: block;
        }

        /*  */
      }
    }
  }

  .section-thaimade-thaiuse {
    .row {
      --bs-gutter-x: 1.125rem;
      --bs-gutter-y: 1.125rem;

      @media (min-width: 576px) {
        --bs-gutter-x: 1.25rem;
        --bs-gutter-y: 1.25rem;
      }

      @media (min-width: 768px) {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 1.5rem;
      }

      /*  */

      .card-product {
        overflow: hidden;

        .card-image {
          max-width: 100%;
          /* min-height: 130px; */
          aspect-ratio: 1 / 1;
          object-fit: cover;
          transition: all 0.6s;
          -webkit-transition: all 0.6s;
          -moz-transition: all 0.6s;
          -o-transition: all 0.6s;
        }
      }

      .card-product:hover {
        .card-image {
          transform: scale(1.15);
        }
      }
    }
  }

  .section-ads {
    /* margin-top: 20px;
    margin-bottom: -20px; */
    margin: 20px 0;

    .ads-banner {

      .ads-link,
      img {
        width: 100%;
        height: auto;
        max-width: 100%;
        /* min-height: 250px; */
        aspect-ratio: 6 / 5;
        max-height: 460px;

        @media (min-width: 576px) {
          /* min-height: 150px; */
          aspect-ratio: 38 / 5;
          max-height: 190px;
        }

        /*  */
      }
    }
  }
}

.articles-page {
  .section-article-others {
    padding: 28px 0;

    .program-articles {
      padding: 12px 0;
      border-top: 1px solid var(--border-gray-color);
      border-bottom: 1px solid var(--border-gray-color);

      .row-program-articles {
        margin: calc(var(--bs-gutter-x) * -.5) 0;

        @media (min-width: 768px) {
          /*  */
        }

        @media (min-width: 992px) {
          margin: 0 calc(var(--bs-gutter-x) * -.5);
        }

        @media (min-width: 1200px) {
          /*  */
        }

        @media (min-width: 1400px) {
          /*  */
        }

        @media (min-width: 1600px) {
          margin: 0 calc(var(--bs-gutter-x) * -.5);
        }
      }

      .row-program-articles>* {
        padding: calc(var(--bs-gutter-x) * .5) 0;

        @media (min-width: 768px) {
          /*  */
        }

        @media (min-width: 992px) {
          padding: 0 calc(var(--bs-gutter-x) * .5);
        }

        @media (min-width: 1200px) {
          /*  */
        }

        @media (min-width: 1400px) {
          /*  */
        }

        @media (min-width: 1600px) {
          padding: 0 calc(var(--bs-gutter-x) * .5);
        }
      }

      .row-program-articles>*:first-child {
        border-bottom: 1px solid var(--border-gray-color);

        @media (min-width: 768px) {
          /*  */
        }

        @media (min-width: 992px) {
          border: none;
          border-right: 1px solid var(--border-gray-color);
        }

        @media (min-width: 1200px) {
          /*  */
        }

        @media (min-width: 1400px) {
          /*  */
        }

        @media (min-width: 1600px) {
          border: none;
          border-right: 1px solid var(--border-gray-color);
        }
      }

      .article-primary {
        .row {
          margin: calc(var(--bs-gutter-x) * -.5) 0;

          @media (min-width: 768px) {
            margin: 0 calc(var(--bs-gutter-x) * -.5);
          }

          @media (min-width: 992px) {
            /*  */
          }

          @media (min-width: 1200px) {
            /*  */
          }

          @media (min-width: 1400px) {
            /*  */
          }

          @media (min-width: 1600px) {
            margin: 0 calc(var(--bs-gutter-x) * -.5);
          }
        }

        .row>* {
          padding: calc(var(--bs-gutter-x) * .5) 0;

          @media (min-width: 768px) {
            padding: 0 calc(var(--bs-gutter-x) * .5);
          }

          @media (min-width: 992px) {
            /*  */
          }

          @media (min-width: 1200px) {
            /*  */
          }

          @media (min-width: 1400px) {
            /*  */
          }

          @media (min-width: 1600px) {
            padding: 0 calc(var(--bs-gutter-x) * .5);
          }
        }

        .row>*:first-child {
          border-bottom: 1px solid var(--border-gray-color);

          @media (min-width: 768px) {
            border: none;
            border-right: 1px solid var(--border-gray-color);
          }

          @media (min-width: 992px) {
            /*  */
          }

          @media (min-width: 1200px) {
            /*  */
          }

          @media (min-width: 1400px) {
            /*  */
          }

          @media (min-width: 1600px) {
            border: none;
            border-right: 1px solid var(--border-gray-color);
          }
        }

        .card-article-other {
          width: 100%;

          .card-image {
            width: 100%;
            height: auto;
            /* max-height: 324px; */
            overflow: hidden;

            /* @media (min-width: 576px) {
              max-height: unset;
              height: 324px;
            }

            @media (min-width: 768px) {
              height: 210px;
            }

            @media (min-width: 992px) {
              height: 135px;
            }

            @media (min-width: 1200px) {
              height: 164px;
            }

            @media (min-width: 1400px) {
              height: 148px;
            }

            @media (min-width: 1600px) {
              height: 170px;
            } */
            img {
              width: 100%;
              height: auto;
              max-width: 100%;
              object-fit: cover;
              display: block;
              aspect-ratio: 78 / 49;
            }

            /*  */
          }
        }

        .card-body {
          padding: 12px 0;

          .card-title {
            font-size: 1.25rem;
            margin: 0;
            display: block;
            display: -webkit-box;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;

            @media (min-width: 768px) {
              font-size: 1.25rem;
              -webkit-line-clamp: 3;
            }

            @media (min-width: 992px) {
              font-size: 1.25rem;
              -webkit-line-clamp: 4;
            }

            @media (min-width: 1200px) {
              font-size: 1.375rem;
              -webkit-line-clamp: 5;
            }

            @media (min-width: 1400px) {
              font-size: 1.375rem;
              -webkit-line-clamp: 5;
            }

            @media (min-width: 1600px) {
              font-size: 1.5rem;
              -webkit-line-clamp: 6;
            }

            /*  */
          }
        }
      }
    }

    .article-secondary {
      .row {
        margin: -12px 0;
      }

      .row>* {
        border-bottom: 1px solid var(--border-gray-color);
        padding: 12px 0;
      }

      .row>*:last-child {
        border-bottom: none;
        margin-bottom: 0;
      }

      .card-article-other {
        .card-image {
          width: 130px;
          height: 82px;
          overflow: hidden;

          @media (min-width: 425px) {
            width: 150px;
            height: 94px;
          }

          @media (min-width: 576px) {
            width: 170px;
            height: 106px;
          }

          @media (min-width: 768px) {
            width: 190px;
            height: 120px;
          }

          @media (min-width: 992px) {
            width: 150px;
            height: 94px;
          }

          @media (min-width: 1200px) {
            width: 180px;
            height: 114px;
          }

          @media (min-width: 1400px) {
            width: 180px;
            height: 114px;
          }

          @media (min-width: 1600px) {
            width: 200px;
            height: 126px;
          }

          /*  */
        }

        .card-body {
          flex: 1;

          .card-title {
            font-size: 1rem;
            margin: 0;

            @media (min-width: 768px) {
              font-size: 1.125rem;
            }

            @media (min-width: 992px) {
              font-size: 1.125rem;
            }

            @media (min-width: 1200px) {
              font-size: 1.125rem;
            }

            @media (min-width: 1400px) {
              font-size: 1.25rem;
            }

            @media (min-width: 1600px) {
              font-size: 1.25rem;
            }

            /*  */
          }
        }
      }
    }
  }

  .section-pagination {
    .pagination-group {
      .pagination-item {
        display: block;
        width: 14px;
        height: 14px;
        background-color: var(--theme-primary-color);
        border-radius: 50%;
        cursor: pointer;
      }

      .pagination-item.active {
        width: 16px;
        height: 16px;
        background-color: black;
      }
    }
  }
}

.about-us-page {
  .section-news-latest {
    margin-top: 1.5rem;

    @media (min-width: 992px) {
      margin-top: 1.625rem;
    }

    @media (min-width: 1200px) {
      margin-top: 1.75rem;
    }

    @media (min-width: 1400px) {
      margin-top: 2.5rem;
    }

    .article-wrapper {
      padding: 0 1.25rem;

      @media (min-width: 768px) {
        padding: 0 1.875rem;
      }

      @media (min-width: 992px) {
        padding: 0 1.625rem;
      }

      @media (min-width: 1200px) {
        padding: 0 2rem;
      }

      @media (min-width: 1400px) {
        padding: 0 2.75rem;
      }
    }
  }
}

.member-profile-page {
  .section-profile {
    .form-profile {
      max-width: 800px;
      margin: 0 auto;

      .profile-avatar {
        width: fit-content;
        height: fit-content;

        img {
          width: 130px;
          /* height: 130px; */
          max-width: 100%;
          aspect-ratio: 1 / 1;
        }

        .btn-upload {
          position: absolute;
          bottom: 6px;
          right: 6px;
          font-size: 0.75rem;
          width: 26px;
          height: 26px;
          padding: 0;
        }
      }

      .card-form {
        .card-header {
          font-size: 1.25rem;
          margin-bottom: 12px;
        }

        .card-body {
          .form-label {
            margin-bottom: 0.125rem;
            font-weight: 500;
            color: #6C757D;
          }
        }
      }
    }
  }
}

.royal-page.queen-sirikit-page {
  font-size: 1.125rem;
  /* color: #172456; */

  @media (min-width: 576px) {}

  .text-indent {
    text-indent: 2.5em;

    @media (min-width: 1200px) {
      text-indent: 3.5em;
    }
  }

  .biography-img-set-1 {
    img {
      max-width: 450px;

      @media (min-width: 992px) {
        max-width: none;
      }
    }
  }

  .biography-img-set-2 {
    img {
      max-width: 450px;

      @media (min-width: 768px) {
        max-width: none;
        height: 100%;
      }

      @media (min-width: 992px) {
        height: 100%;
      }

      @media (min-width: 1400px) {
        max-width: none;
        height: 800px;
      }
    }
  }

  .biography-img-set-3 {
    .card-item {
      max-width: 450px;

      @media (min-width: 992px) {
        max-width: none;
      }
    }
  }

  .biography-img-set-4 {
    .card-item {
      width: 100%;
      max-width: 450px;

      @media (min-width: 992px) {
        max-width: none;
      }

      @media (min-width: 1400px) {
        max-width: 800px;
      }

      img {
        width: 100%;
        height: auto;

        @media (min-width: 992px) {
          height: 560px;
        }

        @media (min-width: 1200px) {
          height: 675px;
        }

        @media (min-width: 1400px) {
          height: 690px;
        }
      }
    }
  }

  .biography-img-set-5 {
    .card-item {
      max-width: 450px;

      @media (min-width: 992px) {
        max-width: none;
      }
    }
  }

  .biography-img-set-6 {
    img {
      max-width: 450px;

      @media (min-width: 768px) {
        max-width: none;
      }
    }
  }
}

.royal-page.bajrakitiyabha-page {
  --theme-bg-color: #FFF2E0;
  --theme-text-title-color: #D65201;
  --theme-text-base-color: #6D5B4D;

  .theme-bg-color {
    background-color: var(--theme-bg-color);
  }

  .theme-title-color {
    color: var(--theme-text-title-color);
  }

  .theme-text-color {
    color: var(--theme-text-base-color);
  }

  .section-content {
    font-size: 1.125rem;
    padding: 36px 0;
    overflow: hidden;

    @media (min-width: 576px) {
      font-size: 1.125rem;
      padding: 50px 0;
    }

    @media (min-width: 768px) {
      font-size: 1.125rem;
      padding: 54px 0;
    }

    @media (min-width: 992px) {
      font-size: 1.125rem;
      padding: 56px 0;
    }

    @media (min-width: 1200px) {
      font-size: 1.25rem;
      padding: 60px 0;
    }

    @media (min-width: 1400px) {
      font-size: 1.25rem;
      padding: 60px 0;
    }

    .section-column {
      position: relative;
      z-index: 2;
      gap: 50px;

      @media (min-width: 768px) {
        gap: 54px;
      }

      @media (min-width: 1400px) {
        gap: 100px;
      }

      .section-item {
        flex: 1;
      }
    }

    .section-gallery {
      --bs-gutter-x: 1.125rem;
      --bs-gutter-y: 1.125rem;
    }

    .section-header {
      position: relative;
      margin-top: 30px;
      margin-bottom: 60px;

      @media (min-width: 768px) {
        margin-bottom: 64px;
      }

      @media (min-width: 1400px) {
        margin-bottom: 70px;
      }

      .section-title {
        font-size: 2.25rem;
      }
    }

    .section-header::after {
      content: '';
      position: absolute;
      left: 50%;
      top: 45%;
      transform: translate(-50%, -50%);
      background-image: url('/public/img/content/royal/princess-bajrakitiyabha/element-text-box.svg');
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      width: 100%;
      height: 260%;
    }
  }

  .section-biography {
    .section-gallery {
      img {
        aspect-ratio: 512 / 415;
      }
    }

    p {
      text-indent: 2.5em;

      @media (min-width: 768px) {
        text-indent: 3.125em;
      }

      @media (min-width: 1400px) {
        text-indent: 4em;
      }
    }

    .element-flower {
      position: absolute;
      top: 1%;
      left: -2%;
      width: 200px;
      height: 200px;
      object-fit: contain;
      opacity: 0.85;
      z-index: 1;

      @media (min-width: 768px) {
        top: 3%;
        width: 220px;
        height: 220px;
      }

      @media (min-width: 1400px) {
        top: 5%;
        width: 300px;
        height: 300px;
      }
    }
  }

  .section-educational-history {
    .education-list {
      li {
        margin-bottom: 18px;
      }

      li:last-child {
        margin-bottom: 0;
      }
    }

    .section-gallery {
      img.gallery-item-1 {
        height: fit-content;

        @media (min-width: 576px) {
          height: 100%;
        }

        @media (min-width: 1400px) {
          height: 100%;
        }
      }

      img.gallery-item-2 {
        height: fit-content;

        @media (min-width: 576px) {
          height: 100%;
        }

        @media (min-width: 1400px) {
          height: 100%;
        }
      }

      img.gallery-item-3 {
        height: fit-content;

        @media (min-width: 576px) {
          height: 100%;
        }

        @media (min-width: 992px) {
          max-height: 560px;
        }

        @media (min-width: 1400px) {
          max-height: unset;
          height: 400px;
        }
      }
    }

    .element-flower {
      position: absolute;
      top: 25%;
      right: -40%;
      transform: translateY(-50%);
      width: 350px;
      height: 350px;
      object-fit: contain;
      opacity: 0.1;
      z-index: 1;

      @media (min-width: 768px) {
        top: 25%;
        right: -10%;
        width: 350px;
        height: 350px;
      }

      @media (min-width: 1400px) {
        top: 50%;
        right: -10%;
        width: 450px;
        height: 450px;
      }
    }
  }

  .section-work-history {
    .work-list {
      list-style: none;

      li {
        margin-bottom: 30px;

        .list-title {
          position: relative;
        }

        .list-title::before {
          content: '';
          position: absolute;
          right: calc(100% + 14px);
          top: 50%;
          transform: translateY(-50%);
          background-image: url('/public/img/content/royal/princess-bajrakitiyabha/element-flower.svg');
          background-repeat: no-repeat;
          background-size: contain;
          background-position: center;
          width: 34px;
          height: 34px;

          @media (min-width: 768px) {
            width: 36px;
            height: 36px;
          }

          @media (min-width: 1400px) {
            width: 40px;
            height: 40px;
            right: calc(100% + 20px);
          }
        }
      }

      li:last-child {
        margin-bottom: 0;
      }
    }

    .section-gallery {
      img.gallery-item-1 {
        height: fit-content;

        @media (min-width: 576px) {
          height: 100%;
        }

        @media (min-width: 1400px) {
          height: 100%;
        }
      }

      img.gallery-item-2 {
        height: fit-content;

        @media (min-width: 576px) {
          height: 100%;
        }

        @media (min-width: 1400px) {
          height: 100%;
        }
      }

      img.gallery-item-3 {
        height: 380px;
        object-position: top;

        @media (min-width: 576px) {
          height: 100%;
        }

        @media (min-width: 1400px) {
          height: 100%;
        }
      }
    }

    .element-flower {
      position: absolute;
      top: -10%;
      right: -10%;
      width: 150px;
      height: 150px;
      object-fit: contain;
      opacity: 0.1;
      z-index: 1;

      @media (min-width: 768px) {
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        width: 150px;
        height: 150px;
      }

      @media (min-width: 1400px) {
        top: 50%;
        right: -10%;
        transform: translateY(-50%);
        width: 180px;
        height: 180px;
      }
    }
  }

  .section-important-dutie {
    .important-dutie-list {
      li {
        margin-bottom: 18px;
      }

      li:last-child {
        margin-bottom: 0;
      }
    }

    .section-gallery {
      margin-bottom: var(--bs-gutter-y);

      img {
        height: fit-content;

        @media (min-width: 576px) {
          height: 100%;
        }

        @media (min-width: 1400px) {
          height: 100%;
        }
      }
    }

    .element-flower {
      position: absolute;
      top: 1%;
      left: 10%;
      transform: translateX(-50%);
      width: 270px;
      height: 270px;
      object-fit: contain;
      opacity: 0.1;
      z-index: 1;

      @media (min-width: 768px) {
        top: 2%;
        left: 12%;
        width: 280px;
        height: 280px;
      }

      @media (min-width: 1400px) {
        top: 5%;
        left: 55%;
        width: 300px;
        height: 300px;
      }
    }
  }
}

/* Components */
.section-courses-recommend {
  /* padding: 60px 0; */

  .section-header {
    .section-title {
      font-size: 2.5rem;
      margin-bottom: 0.375rem;
    }
  }

  .splide {
    .splide__track {
      padding: 0.9375rem !important;
      margin: -0.9375rem !important;

      .splide__list {
        .splide__slide {
          /*  */
        }
      }
    }

    /* .splide__arrows {
      @media (min-width: 1600px) {
        .splide__arrow--prev {
          left: unset;
          right: calc(100% + 1.5rem);
        }

        .splide__arrow--next {
          right: unset;
          left: calc(100% + 1.5rem);
        }
      }
    } */

    .splide__pagination {
      bottom: unset;
      top: calc(100% + 0.5rem);

      .splide__pagination__page.is-active {
        background: var(--theme-primary-color);
        opacity: 1;
      }
    }
  }

  .card-courses-recommend {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    transition: all 0.5s;

    .card-image {
      width: 100%;
      height: auto;
      /* max-height: 200px; */

      /* @media (min-width: 426px) {
        max-height: 135px;
      }

      @media (min-width: 576px) {
        max-height: unset;
        height: 125px;
      }

      @media (min-width: 768px) {
        height: 168px;
      }

      @media (min-width: 992px) {
        height: 148px;
      }

      @media (min-width: 1200px) {
        height: 130px;
      }

      @media (min-width: 1400px) {
        height: 152px;
      }

      @media (min-width: 1600px) {
        height: 170px;
      } */

      img {
        width: 100%;
        height: auto;
        max-width: 100%;
        object-fit: cover;
        display: block;
        aspect-ratio: 2 / 1;
      }

      /*  */
    }

    .card-body {
      padding: 1rem;

      .card-title {
        font-size: 1.125rem;
        padding: 0.25rem 0;
        line-height: 1.33;
        height: 3.25rem;
      }

      .card-instructor {
        font-size: 0.875rem;
        color: #757575;
        margin: 0;
        margin-top: 0.375rem;
      }

      .card-brief {
        font-size: 0.9375rem;
        margin: 0;
        margin-top: 0.375rem;
      }
    }
  }

  .card-courses-recommend:hover {
    @media (min-width: 1200px) {
      transform: scale(1.015);
      box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
      -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    }

    /*  */
  }
}

.section-ads {
  .ads-banner {
    img {
      display: block;
      width: fit-content;
      max-width: 100%;
      height: auto;
      margin: auto;
      object-fit: contain;
    }
  }
}

.modal-dialog-alert.show {
  background-color: rgba(0, 0, 0, 0.7) !important;
}