:target {
  scroll-margin-top: 100px !important; /* Adjust based on your fixed header's height */
}
h1, .h1, h2, h3, .h2, .h3 {
  font-weight: 600;
}
h4, .h4 {
  line-height: 2.25rem
}
@media (max-width: 575px) {
  h1, .h1 {
    font-size: 2rem;
    line-height: 2.75rem;
    letter-spacing: -1px
  }
  h2, .h2 {
    font-size: 1.8rem;
    line-height: 2.5rem
  }
  h3, .h3 {
    font-size: 1.6rem;
    line-height: 2.25rem
  }
  h4, .h4 {
    font-size: 1.4rem;
    line-height: 2rem
  }
  h5, .h5 {
    font-size: 1.2rem;
    line-height: 1.5rem
  }
  h6, .h6 {
    font-size: 1rem;
    line-height: 1.5rem
  }
}

.imce-item-date {
  max-width: 10.8em;
}

body {
  font-family: "aktiv-grotesk-thai", sans-serif;
  font-weight: 400;
}

body.modal-open {
  position: fixed;
  width: 100%;
  height: 100%;
}

#it-main-content p, #it-main-content ul:not(.breadcrumb), #it-main-content ol:not(.breadcrumb), #it-main-content table tbody td {
  font-family: "thongterm", sans-serif; 
  line-height: 1.75rem;
}
#it-main-content table thead th {
  font-weight: 600;
}
#it-main-content table tbody td {
  font-size: 1rem;
}
.callout.callout-highlight {
  padding: 0 1.5rem;
}
.callout.callout-highlight ol {
  padding-left: 1.5rem;
}
ol.sub-list { counter-reset: item }
ol.sub-list li { display: block }
ol.sub-list li:before { content: counters(item, ".") ". "; counter-increment: item }
ol.sub-list li ol.sub-list li:before { content: counters(item, ".") " "; counter-increment: item }

p.small {
  line-height: 1.5rem;
  margin-bottom: 0.25rem;
}

@media (min-width: 576px) {
  p, ul, ol, dl {
    font-size: 1rem;
    line-height: 1.75rem;
  }
  
}
pre {
  overflow: unset;
}
ul li::marker {
  color: hsl(311.48, 93.1%, 34.12%);
}
a {
  text-decoration: none;
}
a:has(> div) {
  display: block;
}
a:has(> svg) {
  display: inline-block;
}
a.menu-link {
  color: hsl(311, 92.3076923077%, 31.2%) !important;
  font-weight: 600;
}
a.menu-link:hover {
  color: #85066e !important;
  font-weight: 600;
}
a.menu-link:after {
  font-family: bootstrap-icons !important;
  content: '\F285';
  vertical-align: middle;
  padding-left: 0.25rem;
}
a.menu-link:hover:after {
  color: #85066e;
}

.input-group .focus--mouse:not(.btn), .input-group-text:has(~ .focus--mouse:not(.btn)) {
  border-color: hsl(311, 92.3076923077%, 31.2%) !important;
  border-width: 2px;
}


.breadcrumb-container .breadcrumb {
  padding: 0;
}
.breadcrumb-item {
  font-weight: 600;
}
.breadcrumb-container .breadcrumb .breadcrumb-item.active a {
  font-weight: 600;
  pointer-events: inherit;
}
.back-to-top {
  color: #ffffff;
}

.page-banner {
  margin-bottom: 2rem;
  min-height: 260px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-banner h1 {
  margin-bottom: 0.5rem;
}
.region-title {
  padding: 3rem 0;
}
.region-title h1 {
  line-height: 4rem;
}

@media (max-width: 991px) {
  .page-banner {
    min-height: 250px;
  }
}
@media (max-width: 767px) {
  .page-banner {
    min-height: 120px;
  }
  .region-title {
    padding: 1rem 0;
  }
  .region-title h1 {
    line-height: 3rem;
  }
}

.lh-sm {
  line-height: 1.5 !important;
}
.text-dark {
  color: #475467 !important;
}
.bg-grey {
  background: #f9f9f9;
}
.bg-light {
  background: #F0EEF6 !important;
}
.bg-primary {
  background: linear-gradient(225deg, #CF07AA 0%, #A80689 100%);
}

.btn-primary {
  color: hsl(0, 0%, 100%) !important;
  background: linear-gradient(225deg, #CF07AA 0%, #A80689 100%);
}
.btn-primary:hover {
  background: linear-gradient(225deg, #A80689 0%, #74045F 100%);
}
.btn-success {
  background: linear-gradient(225deg, #04c753 0%, #1a9b4e 70%);
  
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  opacity: 0.4;
}


.messages {
  padding: 1rem 2rem;
  margin-bottom: 1rem;
  border: 1px solid #efefed;
  background: #faffe7;
}
.messages .placeholder {
  vertical-align: inherit;
}

.page-link {
  padding: 12px 6px 9px 6px;
}
.pagination .page-item .page-link[aria-current] {
  border: 1px solid hsl(311.48, 93.1%, 34.12%);
  border-radius: 50%;
  color: #ffffff;
  background: hsl(311.48, 93.1%, 34.12%);
}

/* Search Form */
.form-group {
  margin-bottom: 2rem;
}

.form-control::placeholder {
  padding-top: 1rem;
}
.form-group label {
  padding-left: 1.25rem;
}
.form-group label.active {
  transform: translateY(-80%);
}
.password-icon {
  right: 10px;
}

input[type=date], input[type=datetime-local], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], textarea {
  padding: 0.25rem 1.25rem 0.175rem 1.25rem;
  border: 1px solid hsl(210, 17%, 86%);
  border-radius: 30px;
}
.form-select {
  padding: 0.5rem 1.25rem 0.375rem 1.25rem;
  font-weight: 400;
  border: 1px solid hsl(210, 17%, 86%);
  border-radius: 30px;
}

.input-group .input-group-text {
  border: 1px solid hsl(210, 17%, 86%);
  border-radius: 30px;
  border-right: 0;
}
.input-group .form-control {
  border-left: 0;
  padding-left: 0.5rem;
}
.input-group .bi {
  margin-top: -5px;
  padding-left: 0.5rem;
}
.form-search::-webkit-search-cancel-button {
  -webkit-appearance: none;
  position:relative;
  right:5px;  
  height: 18px;
  width: 18px;
  border-radius: 10px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 24 24' fill='%23A80689' %3E%3Cg%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M5.354 4.646a.5.5 0 1 0-.708.708L7.293 8l-2.647 2.646a.5.5 0 0 0 .708.708L8 8.707l2.646 2.647a.5.5 0 0 0 .708-.708L8.707 8l2.647-2.646a.5.5 0 0 0-.708-.708L8 7.293z'/%3E%3C/g%3E%3C/svg%3E");
}

.select-wrapper select {
  height: 3rem;
  font-weight: 600;
}


.region-header-center-social {
  display: flex;
  align-items: center;
  margin-right: 1rem;
}
.it-header-center-wrapper .it-header-center-content-wrapper a.dropdown-toggle {
  padding: 0.4rem;
  text-transform: uppercase;
  font-size: 0.875rem;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.it-header-center-wrapper .it-header-center-content-wrapper a .icon {
  width: 18px;
  height: 18px;
  transition: all 0.3s;
  transform-origin: center;
}


.it-header-center-wrapper .it-header-center-content-wrapper .it-search-wrapper {
  margin-left: 4px;
}
.it-header-center-wrapper.theme-light .it-header-center-content-wrapper .it-search-wrapper a {
  background: transparent;
  color: inherit;
}
.it-header-center-wrapper.theme-light .it-header-center-content-wrapper .it-right-zone {
  color: #667085;
}
.it-header-center-wrapper.theme-light .it-header-center-content-wrapper .it-right-zone .nav-item {
  font-weight: 500;
}
.it-header-center-wrapper.theme-light .it-header-center-content-wrapper .it-search-wrapper .badge a {
  color: hsl(0, 0%, 20%);
}
.it-header-center-wrapper.theme-light .it-header-center-content-wrapper .it-right-zone a:hover {
  color: hsl(311, 92.3076923077%, 31.2%);
}

.it-header-center-wrapper.theme-light .it-header-center-content-wrapper .it-right-zone .dropdown-toggle.show {
  border: 1px solid hsl(311, 92.3076923077%, 31.2%);
  border-radius: 10px;
}

#languages-menu .link-list-wrapper ul li {
  padding: 0 4px;
}
#languages-menu .link-list-wrapper ul li a span {
  text-decoration: none;
  color: hsl(0, 0%, 20%);
}
#languages-menu  .link-list-wrapper ul li a.active span {
  color: hsl(0, 0%, 20%);
  text-decoration: none;
}
#languages-menu  .link-list-wrapper ul li a.active span:after {
  content: '\F272';
  font-family: bootstrap-icons !important;
  color: hsl(311, 92.3076923077%, 31.2%);
  vertical-align: middle;
  margin-left: 8px;
}
#languages-menu .link-list-wrapper ul li a.active, #languages-menu .link-list-wrapper ul li a:hover {
  border-radius: 10px;
  background: #f9fafb;
}
#languages-menu  .link-list-wrapper ul li a:hover span {
  color: hsl(311, 92.3076923077%, 31.2%);
}

/* Mobile Nav */
@media (max-width: 991px) {
  .it-header-slim-wrapper {
    padding: 2px;
  }

  .it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper nav {
    padding-left: 5px;
    padding-right: 5px;
  }

  .it-header-center-wrapper {
    box-shadow: 0 1px 6px 0px rgba(0, 0, 0, 0.1);
  }

  .it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a .icon {
    width: 110px;
    height: auto;
  }

  .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-heading-link-wrapper {
    padding-bottom: 8px;
    margin: 12px 0 8px;
  }
  .navbar .navbar-collapsable .navbar-nav li a.nav-link {
    border-left: 3px solid transparent;
    padding: 8px 18px;
  }
  .navbar .navbar-collapsable .dropdown-menu .link-list-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
  .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .link-list-wrapper ul.link-list li a {
    padding: 0.3rem 0.5rem !important;
    line-height: 1.5rem;
  }
  .navbar .custom-navbar-toggler {
    padding: 1px 8px;
  }

  .it-breadcrumb__wrapper {
    display: none;
  }


  .it-hero-wrapper .it-hero-text-wrapper {
    padding: 70px 16px;
  }

}

@media (min-width: 992px) {
  .it-header-slim-wrapper .it-header-slim-wrapper-content a.navbar-brand {
    padding-left: 0.5rem;
  }
  .it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a .icon {
    width: 170px;
    height: 60px;
  }
  .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-brand-wrapper.cloned-element a .icon {
    width: 112px;
    height: 40px;
    margin-right: 16px;
    flex-shrink: 0;
  }
  .it-header-center-wrapper {
    height: 86px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 4px;
  }
  

  .navbar .navbar-collapsable .navbar-nav li.nav-item a.nav-link {
    padding: 10px 20px 6px;
    font-weight: 500;
  }
  .navbar .navbar-collapsable .navbar-nav li.nav-item a.nav-link:hover {
    text-decoration: none;
    border-color: #f1cf7e
    ;
  }


  .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-heading-link-wrapper {
    margin: 12px 0 8px;
    padding-bottom: 8px;
  }
  .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .link-list-wrapper ul.link-list li a {
    padding: 0.45rem 0.5rem !important;
  }
  /*.navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-heading-link-wrapper .flex-grow-1 {
    line-height: 1.25rem;
  }
  .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-heading-link-wrapper .flex-grow-1 a {
    padding-bottom: 0.5rem;
  }*/

  .navbar .navbar-collapsable .navbar-nav li.nav-item a.nav-link.dropdown-toggle svg, .navbar .navbar-collapsable .navbar-nav li.nav-item button.nav-link.dropdown-toggle svg {
    margin-top: 0px;
  }

  .it-hero-wrapper {
    min-height: 480px;
  }
  .it-hero-wrapper .it-hero-text-wrapper {
    padding: 40px 48% 40px 26px;
  }



  /* Menu */
  .it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a .icon {
    width: 150px;
    height: auto;
  }

  .servicemenu img {
    width: 130px;
  }

  .it-header-navbar-wrapper nav a, .navbar .dropdown-menu a.it-heading-link {
    color: hsl(0, 0%, 10%);
  }
  .it-header-navbar-wrapper nav .link-list-wrapper a.is-active {
    color: #731c63;
    text-decoration: underline;
  }

  .navbar .dropdown-menu .link-list-wrapper ul li a span {
    color: hsl(0, 0%, 10%);
    font-weight: 600;
    text-decoration: none;
    line-height: 1.6rem;
  }
  .it-header-navbar-wrapper nav a:hover, .navbar .dropdown-menu .link-list-wrapper ul li a:hover span {
    color: hsl(311, 92.3076923077%, 31.2%);
  }
  



  /* White Nav */
  .it-header-center-wrapper .it-header-center-wrapper-content a.dropdown-toggle {
    padding-top: 4px;
    padding-bottom: 4px;
    text-decoration: none;
  }
  .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper {
    background: #ffffff;
    box-shadow: 0 1px 6px 2px rgba(0, 0, 0, 0.14);
  }
  .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .navbar .navbar-collapsable .menu-wrapper {
    background: #ffffff
  }
  /*.it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .navbar .navbar-collapsable .navbar-nav li.nav-item a.nav-link {
    color: hsl(311.48, 93.1%, 34.12%);
  }
  .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .navbar .navbar-collapsable .navbar-nav li.nav-item .icon {
    fill: hsl(311.48, 93.1%, 34.12%);
  }*/
  .it-header-wrapper.it-header-sticky.is-sticky .navbar .navbar-collapsable .navbar-nav li.nav-item a.nav-link.active, .it-header-wrapper.it-header-sticky.is-sticky .navbar .navbar-collapsable .navbar-nav li.nav-item button.nav-link.active {
    border-color: hsl(311.48, 93.1%, 34.12%);
  }
  .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper {
    color: hsl(311.48, 93.1%, 34.12%);
    align-self: end;
    padding: 10px 0;
  }
  .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper a.rounded-icon {
    background: #f0f0f0;
  }



  /* Im */
  .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .navbar .navbar-collapsable .navbar-nav li.nav-item a.nav-link {
    padding: 20px 20px 16px 20px;
  }
  .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .navbar .navbar-collapsable .navbar-nav li.nav-item a.nav-link,
  .it-header-wrapper.it-header-sticky.is-sticky a.search-link {
    color: rgb(71, 84, 103);
  }
  .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .navbar .navbar-collapsable .navbar-nav li.nav-item a.nav-link:hover,
  .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .navbar .navbar-collapsable .navbar-nav li.nav-item a.nav-link.is-active.show,
  .it-header-wrapper.it-header-sticky.is-sticky a.search-link:hover {
    color: hsl(311, 92.3076923077%, 31.2%);
  }
  .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .navbar .navbar-collapsable .navbar-nav li.nav-item .icon {
    fill: rgb(71, 84, 103);
  }
  .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .navbar .navbar-collapsable .navbar-nav li.nav-item a.nav-link:hover .icon,
  .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .navbar .navbar-collapsable .navbar-nav li.nav-item a.nav-link.is-active.show .icon {
    fill: hsl(311, 92.3076923077%, 31.2%);
  }
  
  .it-header-navbar-wrapper {
    background: rgb(168, 6, 137);
  }

  .it-header-wrapper .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu {
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    z-index: 30000;
  }
  .nav-item.megamenu>a.dropdown-toggle:before, .nav-item.megamenu>button.dropdown-toggle:before {
    box-shadow: 1px 1px 8px 1px rgba(163, 6, 133, 0.2);
  }

}


/* Fix nav logo & search */
@media (min-width: 992px) and (max-width: 1199px) {
  .search-label {
    display: none !important;
  }
  .it-header-sticky.is-sticky .it-header-navbar-wrapper .container {
    max-width: 1176px !important;
  }
  .navbar .navbar-collapsable .navbar-nav li.nav-item a.nav-link {
    padding: 10px 14px 6px;
  }
  .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper {
    margin-left: 14px;
  }

  .it-header-wrapper .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu {
    max-width: 1176px !important;
  }
}
.dropdown-menu.show[data-popper-placement='bottom-end'] {
  top: 0 !important;
}


/* Accessibility */
.accessibility.dropdown-menu {
  min-width: 13rem;
}

.accessibility .btn {
  font-size: 0.8rem;
  color: hsl(0, 0%, 20%);
  background: #fff !important;
  min-width: 2.25rem;
  padding: 0.4rem 0.5rem 0.5rem 0.5rem !important;
  border-radius: 50%;
}
.accessibility .btn-white:hover {
  color: #fff !important;
  background: #6c757d !important;
  border-color: #6c757d !important;
}
.accessibility .fs-current {
  font-size: 0.85rem;
  font-weight: 600;
}

.accessibility .theme-1 {
  color: hsl(311, 92.3076923077%, 31.2%);
}
.accessibility .theme-2 {
  color: #fff;
  background: #000 !important;
}
.accessibility .theme-3 {
  color: #e0d400;
  background: #000 !important;
}
.accessibility .btn-contrast:hover {
  box-shadow: 0px 0 1px 3px hsl(210deg 17% 44% / 30%);
}


/* Banner */
.it-carousel-wrapper .splide__track {
  padding-top: 0;
  padding-bottom: 10px;
}
.it-carousel-wrapper .splide__pagination button {
  width: 12px;
  height: 12px;
  background: hsl(41, 16%, 72%);
  transition: all 0.3s;
  border-radius: 50px;
  margin: 0 5px;
}
.it-carousel-wrapper .splide__pagination button.is-active {
  width: 24px;
}

.splide__arrow {
  color: hsl(0, 0%, 20%);
}
.splide__arrow:hover {
  color: hsl(311, 92.3076923077%, 31.2%);
}


/* Page Background */
.home-first-row__wrapper {
  background: url(../../../../../sites/default/files/wallpapers/wave.svg) !important;
  background-size: 130% !important;
  background-position: top left !important;
  background-repeat: no-repeat !important;  
}

.home-second-row__wrapper {
  background: #fafafa !important;
}

/* News */
.card {
  background: transparent;
}
.card .card-body {
  padding: 20px;
}
.card.card-teaser {
  padding: 16px !important;
}
.card.card-teaser .card-body .card-text {
  font-family: "thongterm", serif;
  font-size: 0.9rem;
  line-height: 1.625rem;
}
.card.card-teaser h5.card-title {
  line-height: 1.625rem;
  font-weight: 600;
  margin-bottom: 0;
}
.card .card-body .card-text {
  line-height: 1.75rem;
  padding-top: 10px !important;
}
.card a.read-more {
  bottom: 16px;
}
.card.card-bg {
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  box-shadow: 0px 1px 2px 2px rgba(16, 24, 40, 0.03), 0px 12px 16px -6px rgba(16, 24, 40, 0.08);
  padding-bottom: 0;
}
.card:after {
  margin-top: 0; 
}
.card-img-top {
  transition: all .3s;
  transform-origin: bottom;
}
.card:hover img.card-img-top {
  transform: scale(1.05);
  opacity: 0.85;
}

.card-overlay {

  text-align: center;
  margin: 0;
  background: rgba(0, 0, 0, .7);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: transform 0.2s;
}
.card-overlay:hover {
  transform: scale(1.1);
}
.card-overlay .rounded-circle {
  font-size: 1.5rem;
  width: 50px;
  height: 50px;
  padding-top: 8px;
  margin: 10px auto;
}

.view-news .img-responsive-wrapper .img-responsive, .view-news-page .img-responsive-wrapper .img-responsive {
  padding-bottom: 62%;
}

.view-news .card .card-body {
  padding: 16px;
}
.view-news .card:after {
  content: none;
  display: block;
  margin-top: 48px;
  margin-left: 24px;
}

.view-news .card .card-calendar, .view-news-page .card .card-calendar {
  max-height: 48px;
  width: 48px;
  border-radius: 0;
  background-color: hsl(41.03deg 76.32% 44.71%);
  box-shadow: 0 1px 4px 0 rgb(111 117 37), 1px 1px 4px 0 rgb(92 60 10);
  position: absolute;
  right: 10px;
  top: 0;
  color: #ffffff;
}
.view-news .card .card-calendar .card-date, .view-news-page .card .card-calendar .card-date {
  font-size: 1em;
}
.view-news .calendar {
  font-size: 0.95rem;
}

.pswp--open {
  z-index: 20000;
}
.pswp__caption__center {
  text-align: center;
}

.img-wrapper img {
  transition: all .3s;
}
.img-wrapper:hover img {
  transform: scale(1.1);
  opacity: 0.85;
}

.infographic-wrapper {
  overflow: hidden;
}
.infographic-wrapper .img-responsive {
  position: relative;
  padding-bottom: 100%;
  height: 0;
}
.infographic-wrapper .img-responsive .img-wrapper img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}
.infographic-wrapper figcaption {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.85);
  color: #ffffff;
  padding: 10px;
  font-weight: 600;
  line-height: 1.6em;
}
img.relate-news { 
  width: 96px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  img.relate-news {
    width: 80px;
  }
}


/* SaveSafeThai */
.view-savethai .card img {
  transition: all .3s;
}
.view-savethai .card:hover img {
  transform: scale(1.1);
  opacity: 0.85;
}
.view-savethai .calendar {
  font-size: 0.95rem;
}
.chip {
  line-height: 1.5;
}
.chip.chip-primary:hover {
  background: linear-gradient(225deg, #CF07AA 0%, #A80689 100%);
  border-color: #CF07AA;
}


/* SItelinks */
.sitelinks .img-responsive-wrapper .img-responsive .img-wrapper {
  padding: 15px; 
  border-radius: 8px;
  border: 1px solid #f0f0f0;
}


/* Paragraph */
.paragraph--full-width {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}

/* Attachment */
.bd-callout {
  padding: 0.35rem 0.5rem;
  margin: 0.4rem 0;
  border: 1px solid #e9ecef;
  border-radius: 0.5rem;
  line-height: 1.75rem;
}
.bd-callout .icon {
  margin-right: 0.375rem;
}
.bd-callout small {
  font-size: 0.85rem;
}


.bd-callout-danger {
  border-left-color: #d9534f;
}
.link-attachment .bd-callout {
  color: hsl(0, 0%, 20%);
}
.link-attachment:hover .bd-callout {
  background-color: #f9f9f9;
  color: hsl(311, 92.3076923077%, 31.2%);
}

.bd-callout .badge, .list-file .badge {
  visibility: hidden;
  margin-bottom: 2px;
}
.link-attachment:hover .bd-callout .badge, .list-file:hover .badge {
  visibility: visible;
}
@media (max-width: 767px) {
  .bd-callout {
    padding: 0.35rem;
  }
  .bd-callout .badge, .list-file .badge {
    display: none;
  }
  .bd-callout .icon {
    width: 26px;
    height: 26px;
  }
  .bd-callout small {
    font-size: 0.75rem;
  }

}

.link-attachment .file-desc {
  font-weight: 600;
  color: hsl(0, 0%, 20%);
  line-height: 1.625rem;
}
.link-attachment:hover .file-desc  {
  color: hsl(311, 92.3076923077%, 31.2%);
}


/* Tabs */
.nav-tabs .nav-link {
  line-height: 1.5rem;
}
.nav-tabs .nav-link:hover {
  color: #475467;
  border-bottom-color: #af8b33;
}
.nav-tabs .nav-link.active {
  border-bottom-color: #a80c8a !important;
  color: #a80c8a !important;
}

/* Pills */
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background: linear-gradient(225deg, #CF07AA 0%, #A80689 100%);
}
.nav-pills .nav-link {
  color: hsl(0, 0%, 20%);
  font-size: 0.9rem;
  font-weight: 600;
  border: 1px solid hsl(311.48, 93.1%, 34.12%);
  border-radius: 24px;
  padding: 8px 16px;
}
.nav-pills .nav-link.active:hover {
  background: linear-gradient(225deg, #A80689 0%, #74045F 100%);
  color: #ffffff;
}
.nav-pills .nav-link:hover {
  color: hsl(311, 92.3076923077%, 31.2%);
}

@media (max-width: 767px) {
  .nav-pills .nav-link {
    font-size: 0.8rem;
    padding: 5px 10px;
  }
}

/* Scrollspy */
.scroll-spy .nav-link {
  border-radius: 8px;
  color: hsl(0, 0%, 20%); 
}
.scroll-spy .nav-link:hover {
  color: hsl(311, 92.3076923077%, 31.2%);
}
.scroll-spy .nav-link.active {
  background: hsl(311.48, 93.1%, 34.12%);
  color: #ffffff; 
}

/* Accordion */
.accordion {
  border-bottom: inherit;
}
.accordion-header .accordion-button {
  border: 1px solid;
  border-left-width: 0.2rem;
  padding: 10px 14px 12px 16px;
}
.accordion-header .accordion-button:active, .accordion-header .accordion-button:hover, .accordion-header .accordion-button:focus {
  border-top-color: hsl(311, 92.3076923077%, 31.2%);
}
.accordion-item:first-of-type .accordion-button, .accordion-item:last-of-type .accordion-button {
  border-radius: 3px;
}
.accordion.accordion-background-hover .accordion-header .accordion-button:hover {
  border-radius: 3px;
}

.accordion-body {
  padding: 12px 18px 24px;
}
.accordion-body a {
  color:#000000;
}
.accordion-body a:hover {
  color:hsl(311, 92.3076923077%, 31.2%);
}

.accordion-body ul li {
  margin: 0.5rem 0;
}

@media (min-width: 992px) {
  .accordion-header .accordion-button {
    font-size: 1rem;
  }
}


/* Procurement */
.row-procurement {
  padding: 0.8rem 0;
}
.row-procurement + .row-procurement {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.row-procurement a, .block-search-form-block a {
  color: hsl(0, 0%, 20%);
}
.row-procurement a:hover, .block-search-form-block a:hover {
  color: hsl(311, 92.3076923077%, 31.2%);
}

/* Announcement */

.announce_pagination {
  position: relative !important;
  padding-left: 0 !important;
  margin-top: -50px !important; 
}

/* Sales Report */
.row-report {
  padding: 0.4rem 0 0.3rem 0;
}
.row-report + .row-report {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.row-report:last-child {
  margin-bottom: 2rem;
}
.row-report a {
  color: hsl(0, 0%, 20%);
}
.row-report a:hover {
  color: hsl(311, 92.3076923077%, 31.2%);
}

/* Download */
.download-category.active {
  background: hsl(311.48, 93.1%, 34.12%);
}
.download-category.active a {
  color: #ffffff;
}
.download-category, .row-download {
  padding: 0.5rem 1rem;
  border-radius: 8px;
}
.download-category a, .row-download a {
  color: hsl(0, 0%, 20%);
}
.download-category:not(.active) a:hover, .row-download:not(.active) a:hover {
  color: hsl(311, 92.3076923077%, 31.2%);
}


/* Splide Side Nav */
.splide-full .splide__arrow, .site .splide__arrow {
  /* background: transparent;
  border: 0;
  cursor: pointer;
  position: absolute;
  top: 50%;
  opacity: 0;
  transition: 0.2s all;
  z-index: 1; */

  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: flex;
  height: 2.5em;
  justify-content: center;
  padding: 0;
  position: absolute;
  top: calc(50% - 34px);
  transform: translateY(-50% - 34px);
  width: 2.5em;
  z-index: 1;

  opacity: 0;
}
.splide-full:hover .splide__arrow {
  opacity: 0.7;
}
.splide-full .splide__arrow:focus, .site .splide__arrow:focus {
  outline: 0;
}
.splide-full .splide__arrow:focus-visible, .site .splide__arrow:focus-visible {
  outline: 3px solid #b4e900cc;
  outline-offset: 3px;
  z-index: 1;
}
.splide-full .splide__arrow:disabled,.site .splide__arrow:disabled {
  opacity: 0.4;
}
.splide-full .splide__arrow--prev,.site .splide__arrow--prev {
  left: 0;
}
.splide-full .splide__arrow--prev,.site .splide__arrow--prev svg {
  transform: scaleX(-1);
}
.splide-full .splide__arrow--next,.site .splide__arrow--next {
  right: 0;
}
.site .splide.is-focus-in .splide__slide:focus {
  outline: 3px solid #b4e900;
  outline-offset: -3px;
}
.splide-full .splide__arrow:focus-visible {
  outline: 3px solid #0c1012;
}


/* Footer */
.it-footer-small-prints ul.it-footer-small-prints-list li {
  padding: .25rem 0;
}
@media (min-width: 768px) {
  .it-footer-small-prints ul.it-footer-small-prints-list li {
      padding: 0 .5rem;
  }
}
.it-footer-small-prints ul.it-footer-small-prints-list {
  padding: 0.7rem 0.5rem;
  font-size: 1rem;
}
.it-footer-small-prints .region-footer-credits {
  padding: 0.85rem 0;
}
.it-footer-small-prints {
  background-color: #ffffff;
  color: hsl(0, 0%, 10%);
  font-size: 0.9rem;
}
.it-footer-small-prints a {
  font-size: 0.9rem;
  color: hsl(0, 0%, 10%);
}
.it-footer-small-prints a:hover:not(.disabled) {
  font-size: 0.9rem;
  text-decoration: none;
  color: hsl(311, 92.3076923077%, 31.2%);
}


.footer-links-wrapper {
  background-color: rgb(168, 6, 137);
  text-align: center;
  min-height: 56px;
}
.footer-links-wrapper a {
  font-size: 0.95rem;
  font-weight: 500;
  color: #ffffff;
}
.footer-links-wrapper a.block-link:hover {
  text-decoration: none;
  background-color: #74045F;
}
.footer-links-wrapper .block-link {
  width: 100%;
  padding: 19px 10px 14px 10px;
}
.footer-links-wrapper .block-link {
  border-left: 1px solid #d16dbf;
}
.footer-links-wrapper .block-link:last-child {
  border-right: 1px solid #d16dbf;
}
.footer-links-wrapper .bi {
  display: none;
}

@media (max-width: 767px) {
  .footer-links-wrapper .block-links {
    flex-wrap: wrap;
  }
  .footer-links-wrapper .block-link {
    text-align: left;
    padding: 11px 20px 8px;
    border: 0;
    border-bottom: 1px solid #d16dbf;
  }
  .footer-links-wrapper .block-link:last-child {
    border: 0;
  }
  .footer-links-wrapper .bi {
    display: inline;
    float: right;
  }
}


.footer-items-wrapper .navbar-toggler[aria-expanded='false'] {
  transition: all 0.2s;
}
.footer-items-wrapper .navbar-toggler:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='%23333333' %3E%3Cg%3E%3Cpath d='M12,10.3l4.8,4.8c0.3,0.3,0.8,0.3,1.1,0c0.3-0.3,0.3-0.8,0-1c0,0,0,0,0,0l-4.8-4.8c-0.6-0.6-1.5-0.6-2.1,0L6.2,14c-0.3,0.3-0.3,0.8,0,1c0,0,0,0,0,0c0.3,0.3,0.8,0.3,1.1,0L12,10.3z'/%3E%3C/g%3E%3C/svg%3E");
}
.footer-items-wrapper .navbar-toggler[aria-expanded='true'] {
  transform: scaleY(1);
  margin-top: 4px;
}

.footer-items-wrapper .navbar-toggler[aria-expanded='false'] {
  transform: scaleY(-1);
}


.it-footer-main {
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 10%);
  font-size: 1rem;
}

.it-footer-main .link-list-wrapper ul li a {
  padding: 0;
  font-size: 0.9rem;
  line-height: 1.7rem;
  color: hsl(0, 0%, 20%);  
}

.it-footer-main .link-list-wrapper ul li a:hover:not(.disabled) {
  text-decoration: none;
  color: hsl(311, 92.3076923077%, 31.2%);
}



/* Social */
.it-header-center-wrapper .it-header-center-content-wrapper .it-right-zone .it-socials ul .icon {
  margin-left: 0;
}
a[aria-label='Facebook']:hover svg {
  fill: #0866ff !important;
}
a[aria-label='Instagram']:hover svg {
  fill: #cb1359 !important;
  filter: drop-shadow(1px 1px 1px rgba(224, 75, 56, 0.651));
}
a[aria-label='Twitter']:hover svg {
  fill: #000000 !important;
}
a[aria-label='YouTube']:hover svg {
  fill: #ff0000 !important;
}
a[aria-label='Tiktok']:hover svg {
  fill: #000000 !important;
  filter: drop-shadow(-1px -1px 1px rgba(45, 168, 129, 0.6));
}
a[aria-label='Line']:hover svg {
  fill: #04c753 !important;
}
a.text-secondary:hover, a.text-dark:hover {
  color: hsl(311, 92.3076923077%, 31.2%) !important;
}


/* Cookies Consent */
.cookie-container {
  background: hsl(0, 0%, 100%);
	z-index: 999;
	width: 800px;
  margin-left: -400px;
	padding: 20px;	
	position: fixed;
  bottom: 10px;
  left: 50%;
  display: none;
}
.cookie-container .cookie-title {
	color: hsl(0, 0%, 20%);
	font-size: 0.9rem;
  text-align: left;
}
.cookie-container .cookie-body {
	padding: 0px 0 10px 0;
	color: hsl(0, 0%, 25%);
  font-size: 0.8rem;
	margin-top: 10px;
  text-align: left;
}
.cookie-container .cookie-body a, .cookie-container .cookie-body a:hover {
  color: hsl(311, 92.3076923077%, 31.2%);
  font-size: 0.8rem;
	text-decoration: underline;
}
.cookie-footer {
  text-align: right;
}

.cookie-container .btn {
  padding: 7px 13px;
  font-size: 0.8rem;
}

#cookie-modal .modal-body {
  text-align: left;
}
#cookie-modal .modal-body p {
  font-size: 0.85rem;
}
#cookie-modal .modal-body a, #cookie-modal .modal-body a:hover {
  color: hsl(311, 92.3076923077%, 31.2%);
  font-size: 0.85rem;
  text-decoration: underline;
}

@media (max-width: 799px) {
	.cookie-container {
		margin-left: auto;
    margin-right: auto;
    left: 2%;
		width: 96% !important;
	}
}


#ext-links-track img {
  border-radius: 1em;
}

.payment-channel {
  padding: 24px;
}
.img-payment {
  max-width: 140px;
  max-height: 140px;
  border-radius: 15px;
}
.text-payment {
  padding-top: 10px;
  display: block;
}

/* Sitemap */
.sitemap ul {
  font-family: inherit !important;
}
.sitemap .level-0 {
  border-bottom: 2px solid #EDC878;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.sitemap .level-1 + .level-1 {
  margin-top: 1rem;
}
.sitemap ul.level-2 {
  list-style: none;
  line-height: 2rem !important;
  padding-left: 0;
  margin-top: 0.75rem;
}
.sitemap a {
  color: hsl(0, 0%, 10%);
}
.sitemap a:hover {
  color: hsl(311, 92.3076923077%, 31.2%);
}




/* Accordion FAQs */
.accordion.faqs .panel-title {
  margin: 0.25rem 0;
}
.accordion.faqs .accordion-button {
  border: 0;
  padding: 10px 24px 12px 14px;
  color: hsl(0, 0%, 10%);
  text-decoration: none;
}
.accordion.faqs .accordion-button[aria-expanded="true"] {
  color: hsl(311.48, 93.1%, 34.12%);
}
.accordion.faqs .accordion-button:hover {
  color: hsl(311, 92.3076923077%, 31.2%)
}
.accordion.faqs .accordion-button:after {
  font-family: bootstrap-icons !important;
  content: '\F4FA';
  float: right;
  width: 1.5rem;
  height: auto;
  line-height: .1rem;
  color: inherit;
  transition: transform .3s;
  background-image: none;
  transform: none;
  padding-left: 15px;
}
.accordion.faqs .accordion-button[aria-expanded="true"]:after {
  color: hsl(311.48, 93.1%, 34.12%);
  content: '\F2E6';
}

.accordion.faqs .accordion-item + .accordion-item {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.accordion.faqs .accordion-body {
  padding: 10px 20px 16px;
  color: hsl(0, 0%, 20%);
}



/* Search Result */
.view-search-content .views-field-field-p-title .field-content, .view-search-content .views-field-search-api-excerpt .field-content {
  font-size: 0.925rem;
  line-height: 1.75rem;
}