@charset "UTF-8";
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes shake {
  0%, 100% {
    transform: rotate(0);
  }
  10%, 30%, 50% {
    transform: rotate(-10deg);
  }
  20%, 40%, 60% {
    transform: rotate(10deg);
  }
  70% {
    animation: none;
  }
}
div.ocm-effect-wrap div.ocm-effect-wrap-inner {
  margin-top: -80px;
  /* Mobile (Max width 767px) */
  /* Tablet (Width 768px - 1024px) */
}
div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-space {
  height: 200px !important;
}
div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer {
  background-color: rgba(255, 255, 255, 0.5);
}
@media only screen and (min-width: 1px) and (max-width: 999px) {
  div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer {
    padding: 0;
  }
}
div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container {
  max-width: 100%;
  padding: 0;
}
div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row .col.span_3 {
  background-color: rgb(255, 255, 255);
}
@media (max-height: 700px) {
  div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row .col.span_3 {
    height: 84px;
  }
}
@media (max-height: 550px) {
  div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row .col.span_3 {
    height: 80px;
  }
}
div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row .col.span_3 #logo {
  position: relative;
  z-index: 1;
}
@media (max-height: 700px) {
  div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row .col.span_3 #logo {
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row .col.span_3 #logo img {
    height: 50px;
  }
}
@media (max-height: 550px) {
  div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row .col.span_3 #logo {
    display: flex;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row .col.span_3 #logo img {
    height: 48px;
  }
}
div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row .col.span_3 .left-side {
  display: flex;
  align-items: center;
}
div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row .col.span_3 .left-side .hot-news-section {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 4px 10px;
  border-radius: 22px;
  background: #FEF0EB;
  margin-left: 33px;
  cursor: pointer;
}
div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row .col.span_3 .left-side .hot-news-section .hot-news-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgb(237, 28, 36);
}
div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row .col.span_3 .left-side .hot-news-section .hot-news-icon img {
  margin-bottom: 0;
  animation: shake 1s infinite;
}
div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row .col.span_3 .left-side .hot-news-section .hot-news-label {
  font-weight: 400;
  font-size: 20px;
  line-height: 23.97px;
  color: var(--var-color-palette-1-text-title, #1F1068);
  width: 240px;
  overflow-wrap: break-word;
  word-break: break-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 1px) and (max-width: 999px) {
  div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row .col.span_3 .left-side {
    display: flex !important;
  }
  div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row .col.span_3 .left-side .hot-news-section {
    position: relative;
    bottom: -60px;
    margin-left: 0;
  }
}
div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row .col.span_3 .right-side {
  right: 31px !important;
  /* Hide the ::after content for the last .menu-title-text */
}
div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row .col.span_3 .right-side ul#menu-main-menu,
div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row .col.span_3 .right-side ul#menu-main-menu-en {
  visibility: hidden;
  /** ปุ่มเปลี่ยนภาษา */
}
div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row .col.span_3 .right-side ul#menu-main-menu li > a,
div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row .col.span_3 .right-side ul#menu-main-menu-en li > a {
  padding: 0;
}
div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row .col.span_3 .right-side ul#menu-main-menu li > a span.menu-title-text,
div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row .col.span_3 .right-side ul#menu-main-menu-en li > a span.menu-title-text {
  font-size: 20px;
  font-weight: 400;
  color: var(--var-color-palette-1-text-title, #1F1068);
}
div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row .col.span_3 .right-side ul#menu-main-menu li > a span.menu-title-text::before,
div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row .col.span_3 .right-side ul#menu-main-menu-en li > a span.menu-title-text::before {
  background-color: unset;
}
div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row .col.span_3 .right-side ul#menu-main-menu li > a span.menu-title-text::after,
div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row .col.span_3 .right-side ul#menu-main-menu-en li > a span.menu-title-text::after {
  display: inline-block;
  content: "|";
  font-size: 16px;
  margin-left: 16px;
  font-weight: 400;
  color: var(--var-color-palette-1-text-title, #1F1068);
}
div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row .col.span_3 .right-side ul#menu-main-menu li.megamenu.nectar-megamenu-menu-item > a,
div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row .col.span_3 .right-side ul#menu-main-menu-en li.megamenu.nectar-megamenu-menu-item > a {
  padding: 0;
}
div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row .col.span_3 .right-side ul#menu-main-menu li.megamenu.nectar-megamenu-menu-item > a span.menu-title-text::before,
div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row .col.span_3 .right-side ul#menu-main-menu-en li.megamenu.nectar-megamenu-menu-item > a span.menu-title-text::before {
  background-color: unset;
}
div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row .col.span_3 .right-side ul#menu-main-menu li.megamenu.nectar-megamenu-menu-item > a span.menu-title-text,
div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row .col.span_3 .right-side ul#menu-main-menu-en li.megamenu.nectar-megamenu-menu-item > a span.menu-title-text {
  font-size: 20px;
  font-weight: 400;
  color: var(--var-color-palette-1-text-title, #1F1068);
}
div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row .col.span_3 .right-side ul#menu-main-menu li.megamenu.nectar-megamenu-menu-item > a span.menu-title-text::after,
div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row .col.span_3 .right-side ul#menu-main-menu-en li.megamenu.nectar-megamenu-menu-item > a span.menu-title-text::after {
  display: inline-block;
  content: "|";
  font-size: 16px;
  margin-left: 16px;
  font-weight: 400;
  color: var(--var-color-palette-1-text-title, #1F1068);
}
div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row .col.span_3 .right-side ul#menu-main-menu li#search-btn > div > a,
div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row .col.span_3 .right-side ul#menu-main-menu-en li#search-btn > div > a {
  height: 24px;
  line-height: 24px;
}
div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row .col.span_3 .right-side ul#menu-main-menu > li#menu-item-wpml-ls-12-th a span.menu-title-text::before,
div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row .col.span_3 .right-side ul#menu-main-menu > li#menu-item-wpml-ls-12-en a span.menu-title-text::before,
div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row .col.span_3 .right-side ul#menu-main-menu-en > li#menu-item-wpml-ls-12-th a span.menu-title-text::before,
div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row .col.span_3 .right-side ul#menu-main-menu-en > li#menu-item-wpml-ls-12-en a span.menu-title-text::before {
  background-color: unset;
}
div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row .col.span_3 .right-side ul#menu-main-menu > li#menu-item-wpml-ls-12-th a span.menu-title-text,
div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row .col.span_3 .right-side ul#menu-main-menu > li#menu-item-wpml-ls-12-en a span.menu-title-text,
div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row .col.span_3 .right-side ul#menu-main-menu-en > li#menu-item-wpml-ls-12-th a span.menu-title-text,
div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row .col.span_3 .right-side ul#menu-main-menu-en > li#menu-item-wpml-ls-12-en a span.menu-title-text {
  font-size: 20px;
  font-weight: 400;
  color: var(--var-color-palette-1-text-title, #1F1068);
}
div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row .col.span_3 .right-side ul#menu-main-menu > li#menu-item-wpml-ls-12-th > a .menu-title-text .wpml-ls-native,
div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row .col.span_3 .right-side ul#menu-main-menu > li#menu-item-wpml-ls-12-en > a .menu-title-text .wpml-ls-native,
div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row .col.span_3 .right-side ul#menu-main-menu-en > li#menu-item-wpml-ls-12-th > a .menu-title-text .wpml-ls-native,
div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row .col.span_3 .right-side ul#menu-main-menu-en > li#menu-item-wpml-ls-12-en > a .menu-title-text .wpml-ls-native {
  display: flex;
  align-items: center;
}
div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row .col.span_3 .right-side ul#menu-main-menu > li#menu-item-wpml-ls-12-th > a .menu-title-text .wpml-ls-native::after,
div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row .col.span_3 .right-side ul#menu-main-menu > li#menu-item-wpml-ls-12-en > a .menu-title-text .wpml-ls-native::after,
div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row .col.span_3 .right-side ul#menu-main-menu-en > li#menu-item-wpml-ls-12-th > a .menu-title-text .wpml-ls-native::after,
div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row .col.span_3 .right-side ul#menu-main-menu-en > li#menu-item-wpml-ls-12-en > a .menu-title-text .wpml-ls-native::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("/wp-content/themes/salient-child/dist/icon/angle-down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 12px;
}
div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row .col.span_3 .right-side ul#menu-main-menu > li#menu-item-wpml-ls-12-th.sfHover .sf-with-ul .menu-title-text .wpml-ls-native::after,
div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row .col.span_3 .right-side ul#menu-main-menu > li#menu-item-wpml-ls-12-en.sfHover .sf-with-ul .menu-title-text .wpml-ls-native::after,
div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row .col.span_3 .right-side ul#menu-main-menu-en > li#menu-item-wpml-ls-12-th.sfHover .sf-with-ul .menu-title-text .wpml-ls-native::after,
div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row .col.span_3 .right-side ul#menu-main-menu-en > li#menu-item-wpml-ls-12-en.sfHover .sf-with-ul .menu-title-text .wpml-ls-native::after {
  transform: rotate(0deg);
}
div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row .col.span_3 .right-side ul#menu-main-menu > li#menu-item-wpml-ls-12-th.sfHover .sub-menu,
div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row .col.span_3 .right-side ul#menu-main-menu > li#menu-item-wpml-ls-12-en.sfHover .sub-menu,
div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row .col.span_3 .right-side ul#menu-main-menu-en > li#menu-item-wpml-ls-12-th.sfHover .sub-menu,
div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row .col.span_3 .right-side ul#menu-main-menu-en > li#menu-item-wpml-ls-12-en.sfHover .sub-menu {
  width: max-content;
  top: 80px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  transform: translateY(-9999px);
  opacity: 0;
}
div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row .col.span_3 .right-side ul#menu-main-menu > li#menu-item-wpml-ls-12-th.active .sf-with-ul .menu-title-text .wpml-ls-native::after,
div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row .col.span_3 .right-side ul#menu-main-menu > li#menu-item-wpml-ls-12-en.active .sf-with-ul .menu-title-text .wpml-ls-native::after,
div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row .col.span_3 .right-side ul#menu-main-menu-en > li#menu-item-wpml-ls-12-th.active .sf-with-ul .menu-title-text .wpml-ls-native::after,
div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row .col.span_3 .right-side ul#menu-main-menu-en > li#menu-item-wpml-ls-12-en.active .sf-with-ul .menu-title-text .wpml-ls-native::after {
  transform: rotate(180deg);
}
div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row .col.span_3 .right-side ul#menu-main-menu > li#menu-item-wpml-ls-12-th.active .sub-menu,
div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row .col.span_3 .right-side ul#menu-main-menu > li#menu-item-wpml-ls-12-en.active .sub-menu,
div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row .col.span_3 .right-side ul#menu-main-menu-en > li#menu-item-wpml-ls-12-th.active .sub-menu,
div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row .col.span_3 .right-side ul#menu-main-menu-en > li#menu-item-wpml-ls-12-en.active .sub-menu {
  width: max-content;
  top: 80px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  transform: none;
  opacity: 1;
}
div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row .col.span_3 .right-side ul#menu-main-menu > li#menu-item-wpml-ls-12-th.active .sub-menu > li,
div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row .col.span_3 .right-side ul#menu-main-menu > li#menu-item-wpml-ls-12-en.active .sub-menu > li,
div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row .col.span_3 .right-side ul#menu-main-menu-en > li#menu-item-wpml-ls-12-th.active .sub-menu > li,
div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row .col.span_3 .right-side ul#menu-main-menu-en > li#menu-item-wpml-ls-12-en.active .sub-menu > li {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row .col.span_3 .right-side ul#menu-main-menu li#search-btn .icon-salient-search::before,
div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row .col.span_3 .right-side ul#menu-main-menu-en li#search-btn .icon-salient-search::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("/wp-content/themes/salient-child/dist/icon/solar_magnifer-outline.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row .col.span_3 .right-side ul#menu-main-menu li:last-child,
div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row .col.span_3 .right-side ul#menu-main-menu-en li:last-child {
  margin-left: 16px;
}
div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row .col.span_3 .right-side ul#menu-main-menu li:last-child .menu-title-text::after,
div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row .col.span_3 .right-side ul#menu-main-menu-en li:last-child .menu-title-text::after {
  display: none;
}
div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row .col.span_3 .right-side ul.buttons {
  display: none;
}
div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row .col.span_3 .right-side ul.buttons li#search-btn {
  margin-left: 0;
  margin-right: 0;
}
div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row .col.span_9.col_last nav[aria-label="Main Menu"] ul.sf-menu > li.menu-item > a {
  margin-bottom: 0 !important;
}
@media (max-height: 700px) {
  div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row .col.span_9.col_last nav[aria-label="Main Menu"] ul.sf-menu > li.menu-item > a {
    padding: 12px;
  }
}
@media (max-height: 550px) {
  div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row .col.span_9.col_last nav[aria-label="Main Menu"] ul.sf-menu > li.menu-item > a {
    padding: 10px;
  }
}
div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row .col.span_9.col_last nav[aria-label="Main Menu"] ul.sf-menu > li.menu-item > a span.menu-title-text {
  color: var(--var-color-palette-1-text-title, #1F1068);
}
@media (max-height: 700px) {
  div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row .col.span_9.col_last nav[aria-label="Main Menu"] ul.sf-menu > li.menu-item > a span.menu-title-text {
    font-size: 20px;
  }
}
@media (max-height: 550px) {
  div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row .col.span_9.col_last nav[aria-label="Main Menu"] ul.sf-menu > li.menu-item > a span.menu-title-text {
    font-size: 18px;
  }
}
div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row .col.span_9.col_last .mobile-search .nectar-icon.icon-salient-search {
  display: flex;
  height: 24px;
  width: 24px;
}
div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row .col.span_9.col_last .mobile-search .nectar-icon.icon-salient-search::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("/wp-content/themes/salient-child/dist/icon/solar_magnifer-outline.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .hot-news-mobile-row {
  display: none;
  width: 100%;
  height: 48px;
  position: absolute;
  background: #F9F9F9;
  box-shadow: 0 3px 16px 0 rgba(24, 74, 234, 0.0901960784);
}
@media only screen and (min-width: 1px) and (max-width: 999px) {
  div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .hot-news-mobile-row {
    display: flex;
  }
}
div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container::before {
  width: 100%;
  height: 15px;
  background: linear-gradient(90deg, #00A8EF -7.5%, #FCDD26 100%);
}
div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer #top nav .sf-menu > .sfHover:not([class*=current]):not(#social-in-menu) > a .menu-title-text, div.ocm-effect-wrap div.ocm-effect-wrap-inner #header-outer #top nav > ul > li:not([class*=current]) > a:hover .menu-title-text {
  color: var(--var-color-palette-1-text-title, #1F1068);
}
@media screen and (max-width: 1000px) {
  div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer {
    background-color: rgb(255, 255, 255);
  }
  div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row {
    padding: 16px;
  }
  div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row .col.span_3 a img {
    width: 120px;
    height: 40px !important;
  }
  div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row .col.span_9.col_last {
    right: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer {
    background-color: rgb(255, 255, 255);
  }
  div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row .col.span_3 a img {
    width: 120px;
    height: 40px !important;
  }
  div.ocm-effect-wrap div.ocm-effect-wrap-inner div#header-outer header#top .container .row .col.span_9.col_last {
    right: 16px;
  }
}

/** Page banner section */
div#ajax-content-wrap div.container-wrap div.container.main-content div.row .section-banner .gradient-line {
  width: 50px;
  border-radius: 6px;
  height: 5px;
  background: linear-gradient(90deg, #00A8EF 0%, #FCDD26 100%);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
}
div#ajax-content-wrap .live-stream-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: fixed;
  bottom: 84px;
  z-index: 100;
}
div#ajax-content-wrap .live-stream-wrapper .live-stream-section {
  display: flex;
  align-items: center;
  gap: 10px;
  border-top-right-radius: 22px;
  border-bottom-right-radius: 22px;
  background-color: #ffffff;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  padding: 4px 10px;
  width: 96px;
  height: 46px;
  cursor: pointer;
  position: relative;
}
div#ajax-content-wrap .live-stream-wrapper .live-stream-section .live-stream-icon {
  display: flex;
}
div#ajax-content-wrap .live-stream-wrapper .live-stream-section .live-stream-label {
  margin: 0;
  color: var(--var-color-palette-1-text-title, #1F1068);
}
div#ajax-content-wrap .live-stream-wrapper .live-stream-section .live-stream-badge {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  top: -8px;
  right: -8px;
  background: radial-gradient(45% 45% at 50% 55%, rgba(237, 28, 36, 0) 0%, rgba(237, 28, 36, 0.28) 100%);
  animation: blink 1s infinite;
}
div#ajax-content-wrap .live-stream-wrapper .live-stream-section .live-stream-badge .live-stream-dot {
  width: 12px;
  height: 12px;
  background: rgb(237, 28, 36);
  border-radius: 50%;
}

#blur-overlay {
  visibility: hidden;
  position: fixed; /* หรือ absolute ถ้าต้องการเฉพาะ section */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(6px);
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 999;
  opacity: 0;
  transition: opacity 0.5s ease-in-out 0.3s, visibility 0s linear 0.8s;
}
#blur-overlay.hover {
  visibility: visible;
  opacity: 1;
  transition: unset;
}

/** Language switcher (Mobile) */
.wpml-ls-statics-shortcode_actions {
  display: none;
  width: max-content;
  margin: auto 4px;
}
@media only screen and (min-width: 1px) and (max-width: 999px) {
  .wpml-ls-statics-shortcode_actions {
    display: inline-block;
  }
}
.wpml-ls-statics-shortcode_actions .wpml-ls-current-language > a.wpml-ls-item-toggle {
  border: none;
  padding-right: 28px;
}
.wpml-ls-statics-shortcode_actions .wpml-ls-current-language > a.wpml-ls-item-toggle .wpml-ls-native {
  font-size: 20px;
  font-weight: 400;
  color: var(--var-color-palette-1-text-title, #1F1068);
}
.wpml-ls-statics-shortcode_actions .wpml-ls-current-language > a.wpml-ls-item-toggle:focus, .wpml-ls-statics-shortcode_actions .wpml-ls-current-language > a.wpml-ls-item-toggle:hover {
  color: var(--var-color-palette-1-text-title, #1F1068);
  background: #fff;
}
.wpml-ls-statics-shortcode_actions .wpml-ls-current-language > a.wpml-ls-item-toggle::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("/wp-content/themes/salient-child/dist/icon/angle-down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 12px;
  position: absolute;
  top: 10px;
  right: 0;
  border: none;
}
.wpml-ls-statics-shortcode_actions .wpml-ls-current-language > a.wpml-ls-item-toggle.active::after {
  transform: rotate(180deg);
}
.wpml-ls-statics-shortcode_actions .wpml-ls-current-language .wpml-ls-sub-menu {
  top: 40px;
  left: auto;
  width: max-content;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #ddd;
  box-shadow: 0 6px 28px rgba(0, 0, 0, 0.08);
}
.wpml-ls-statics-shortcode_actions .wpml-ls-current-language .wpml-ls-sub-menu .wpml-ls-item a.wpml-ls-link {
  font-size: 20px;
  font-weight: 400;
  color: var(--var-color-palette-1-text-title, #1F1068);
  border: none;
  border-radius: 8px;
}

/*# sourceMappingURL=header.css.map */
