/*==================================================
    Main brand font — Opun Mai (self-hosted, Thai + Latin)
    All 9 weights (100–900) × normal + italic. Normal width only.
    ponytail: OTF is fine; convert to woff2 if font payload matters.
    ponytail: skipped Condensed/SemiCondensed/Oblique — site has no
    font-stretch usage to select them; add when a design needs them.
==================================================*/
@font-face { font-family: "Opun Mai"; src: url("/fonts/opun-mai/OpunMai-Thin.otf") format("opentype"); font-weight: 100; font-style: normal; font-display: swap; }
@font-face { font-family: "Opun Mai"; src: url("/fonts/opun-mai/OpunMai-ExtraLight.otf") format("opentype"); font-weight: 200; font-style: normal; font-display: swap; }
@font-face { font-family: "Opun Mai"; src: url("/fonts/opun-mai/OpunMai-Light.otf") format("opentype"); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: "Opun Mai"; src: url("/fonts/opun-mai/OpunMai-Regular.otf") format("opentype"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Opun Mai"; src: url("/fonts/opun-mai/OpunMai-Medium.otf") format("opentype"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Opun Mai"; src: url("/fonts/opun-mai/OpunMai-SemiBold.otf") format("opentype"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "Opun Mai"; src: url("/fonts/opun-mai/OpunMai-Bold.otf") format("opentype"); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: "Opun Mai"; src: url("/fonts/opun-mai/OpunMai-ExtraBold.otf") format("opentype"); font-weight: 800; font-style: normal; font-display: swap; }
@font-face { font-family: "Opun Mai"; src: url("/fonts/opun-mai/OpunMai-Black.otf") format("opentype"); font-weight: 900; font-style: normal; font-display: swap; }
@font-face { font-family: "Opun Mai"; src: url("/fonts/opun-mai/OpunMai-ThinItalic.otf") format("opentype"); font-weight: 100; font-style: italic; font-display: swap; }
@font-face { font-family: "Opun Mai"; src: url("/fonts/opun-mai/OpunMai-ExtraLightItalic.otf") format("opentype"); font-weight: 200; font-style: italic; font-display: swap; }
@font-face { font-family: "Opun Mai"; src: url("/fonts/opun-mai/OpunMai-LightItalic.otf") format("opentype"); font-weight: 300; font-style: italic; font-display: swap; }
@font-face { font-family: "Opun Mai"; src: url("/fonts/opun-mai/OpunMai-Italic.otf") format("opentype"); font-weight: 400; font-style: italic; font-display: swap; }
@font-face { font-family: "Opun Mai"; src: url("/fonts/opun-mai/OpunMai-MediumItalic.otf") format("opentype"); font-weight: 500; font-style: italic; font-display: swap; }
@font-face { font-family: "Opun Mai"; src: url("/fonts/opun-mai/OpunMai-SemiBoldItalic.otf") format("opentype"); font-weight: 600; font-style: italic; font-display: swap; }
@font-face { font-family: "Opun Mai"; src: url("/fonts/opun-mai/OpunMai-BoldItalic.otf") format("opentype"); font-weight: 700; font-style: italic; font-display: swap; }
@font-face { font-family: "Opun Mai"; src: url("/fonts/opun-mai/OpunMai-ExtraBoldItalic.otf") format("opentype"); font-weight: 800; font-style: italic; font-display: swap; }
@font-face { font-family: "Opun Mai"; src: url("/fonts/opun-mai/OpunMai-BlackItalic.otf") format("opentype"); font-weight: 900; font-style: italic; font-display: swap; }

/*==================================================
    General
==================================================*/

html,
body {
  padding: 0;
  margin: 0;
  height: 100%;
  scroll-behavior: unset !important;
}

body {
  margin: 0;
  padding: 0;

  position: relative;
  overflow-x: hidden;
  background: var(--bs-body-bg);

  /* overscroll-behavior:unset !important; */
}

:root {
  --bs-body-color: var(--body);
  --bs-body-bg: #fff;
  --bs-body-text-align: left;
  --bs-body-font-weight: var(--fw-400);
  --bs-body-line-height: 1.45;
  --bs-body-font-size: var(--body);
  --bs-body-font-family: "Opun Mai", sans-serif;
  --bs-link-hover-color: inherit;

  --fs-36: 36px;
  --fs-30: 30px;
  --fs-24: 24px;
  --fs-20: 20px;
  --fs-18: 18px;
  --fs-16: 16px;
  --fs-14: 14px;

  --h1: var(--fs-36);
  --h2: var(--fs-30);
  --h3: var(--fs-24);
  --h4: var(--fs-20);
  --h5: var(--fs-18);

  --main-yellow: var(--brand-primary);  /* existing yellow, now the gold/primary role */
  --blue: var(--brand-secondary);       /* legacy name → Team Sky (no direct uses) */
  --blue-2: var(--brand-text);          /* slate text → Warm Ink */
  --light-blue: var(--brand-secondary); /* → Team Sky */
  --brown: #99520e;
  --brown-2: #b86a20;
  --red: #de2021;
  --error: #de2021;
  --green: #269783;
  --yellow: #f3b52e;
  --gray: #b6b6b6;

  --title: #242424;
  --body: #58585b;
  --medium-gray: #a3a3a3;
  --light-gray: #dbdbdb;

  --animation-primary: 0.4s cubic-bezier(0.75, 0, 0.25, 1);
  --animation-navigation-fade: 0.3s ease-in-out;

  --navbar-brand: 300px;
  --header-height: 180px;
  --header-height-scroll: 120px;

  /* --fw-200:200;
  --fw-300:200;
  --fw-400:300;
  --fw-500:400;
  --fw-600:500; 
  --fw-700:600;
  --fw-800:700;
  --fw-900:800;   */

  --fw-200: 200;
  --fw-300: 300;
  --fw-400: 400;
  --fw-500: 500;
  --fw-600: 600;
  --fw-700: 700;
  --fw-800: 800;
  --fw-900: 900;
}

@media (max-width: 1330px) {
  :root {
    --header-height: 120px;
    --navbar-brand: 220px;
  }
}

@media (max-width: 1199px) {
  :root {
    --fs-30: 26px;
    --fs-24: 20px;
  }
}

@media (max-width: 991.98px) {
  :root {
    --navbar-brand: 120px;
    --header-height: 90px;
    --header-height-scroll: var(--header-height);
  }
}

@media (max-width: 767px) {
  :root {
    --header-height: 80px;
    --navbar-brand: 100px;
  }
}
@media (max-width: 575px) {
  :root {
    --fs-30: 24px;
    --header-height: 70px;
  }
}

.modal-open {
  touch-action: none;
  overscroll-behavior: contain;
}

.modal-backdrop {
  overscroll-behavior: contain;
  --bs-backdrop-opacity: 0.6;
  --bs-backdrop-zindex: 1051;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
a:hover {
  text-decoration: none;
}
.form-control,
.form-select {
  --input-h: 48px;
  -webkit-appearance: none;
  padding: 0 12px;
  font-size: var(--body);
  font-weight: var(--fw-400);
  border: 1px solid rgba(79, 91, 118, 0.1);
  height: var(--input-h);
  line-height: calc(var(--input-h) - 0px);
  background-color: var(--brand-surface-soft);
  border-radius: 12px;

  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.form-control:focus,
.form-select:focus {
  background-color: var(--brand-surface-soft);
}

textarea.form-control {
  height: 110px;
  line-height: normal;
  border-radius: 12px;
}

input[type="text"]::placeholder {
  opacity: 0.5;
  color: inherit;
}

input[type="text"]:-ms-input-placeholder {
  opacity: 0.5;
  color: inherit;
}

input[type="text"]::-ms-input-placeholder {
  opacity: 0.5;
  color: inherit;
}

.form-control.disabled,
.form-control:disabled,
.form-control[readonly],
.form-select.disabled,
.form-select:disabled,
.form-select[readonly] {
  background-color: #ededed !important;
  border-color: #ededed;
  color: #bdbdbd;
}

.form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%238F8F8F' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");

  background-size: 12px;
  background-position: 10px 0.35rem center;
  padding-right: 25px;
}

.form-check {
  position: relative;
  padding-left: 0;
  display: flex;
  gap: 10px;
}
.form-check-input {
  --bs-form-check-bg: transparent;
  width: 18px;
  height: 18px;
  border-width: 1.5px;
  position: relative;
  margin: 3px 0 0;
  margin-left: 0 !important;
  flex-shrink: 0;
  border-color: #63b5e5;
  box-shadow: none !important;
  border-radius: 2px;
}
.form-check-input[type="checkbox"],
.form-check-input[type="radio"].square {
  border-radius: 4px;
}
.form-check-input[type="radio"],
.form-check-input[type="checkbox"].circle {
  border-radius: 50%;
}

.form-check-input[type="radio"]:checked,
.form-check-input[type="checkbox"].circle:checked {
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2.8' fill='%239EEB47'/%3e%3c/svg%3e");
  border-color: #c4c4c4;
}

.form-check label {
  margin-bottom: 0;
  font-weight: var(--fw-400);
  font-size: 14px;
  color: #2b351a;
  padding-top: 1px;
}
.form-check-input:checked[type="checkbox"],
.form-check-input.rounded:checked[type="radio"] {
  background-color: transparent;
}

.form-check-input:checked[type="checkbox"],
.form-check-input:checked[type="radio"].square {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
  background-size: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--light);
  border-color: var(--light);
}

.form-check-input:checked + .text-active-black {
  color: #1b204c;
  font-weight: var(--fw-500);
}
.form-check label strong {
  font-weight: var(--fw-500);
}

label.title {
  padding-bottom: 0;
  font-size: inherit;
  font-weight: var(--fw-600);
  font-family: var(--bs-body-font-family);
  display: block;
  margin-bottom: 5px;
}

.form-group .group {
  position: relative;
  display: block;
}
.form-group .icons.left,
.form-group .icons.right {
  position: absolute;
  top: 0 !important;
  right: 11px;
  height: 50px;
  width: 18px;

  transition: none;
  z-index: 1;
}

.form-group .icons.left {
  left: 14px;
  right: auto;
}

.form-group .icons.left + .form-control {
  padding-left: 45px;
}
.form-group .icons.right + .form-control {
  padding-right: 40px;
}

.form-group .error[style] + .icons {
  bottom: 0 !important;
}

.btn {
  --btn-h: 44px;
  position: relative;
  padding: 0 26px 0;
  height: var(--btn-h);
  line-height: calc(var(--btn-h) - 0px);
  transition: all 0.25s ease-in-out;
  font-weight: var(--fw-500);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--body);
  gap: 8px;
  max-width: var(--max-width);
  --max-width: none;
  --bs-btn-border-width: 0;
  --bs-btn-border-radius: 100px;

  --bs-btn-color: #ffffff;
  --bs-btn-bg: var(--blue-2);                     /* neutral: ink + white (choice ก) */
  --bs-btn-hover-color: var(--brand-on-primary);  /* ink — never white on gold */
  --bs-btn-hover-bg: var(--brand-primary);        /* lights up gold = "go" */

  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: var(--bs-btn-hover-bg);
  --bs-btn-active-border-color: var(--bs-btn-hover-border-color);

  --bs-btn-icon-color: var(--bs-btn-color);
  --bs-btn-hover-icon-color: var(--bs-btn-hover-color);
}

/*==================================================
    Brand button roles (§12) — gold = "go", ink text always.
    ponytail: CSS-only; rides existing .btn-* classes (141 buttons).
==================================================*/
.btn-primary {
  --bs-btn-color: var(--brand-on-primary);
  --bs-btn-bg: var(--brand-primary);
  --bs-btn-hover-color: var(--brand-on-primary);
  --bs-btn-hover-bg: var(--brand-amber);
  --bs-btn-active-color: var(--brand-on-primary);
  --bs-btn-active-bg: var(--brand-amber);
}
.btn-secondary {
  --bs-btn-color: var(--brand-ink);
  --bs-btn-bg: var(--brand-secondary);
  --bs-btn-hover-color: var(--brand-ink);
  --bs-btn-hover-bg: var(--brand-primary);
  --bs-btn-active-color: var(--brand-ink);
  --bs-btn-active-bg: var(--brand-primary);
}
.btn-outline-primary {
  --bs-btn-border-width: 2px;
  --bs-btn-bg: transparent;
  --bs-btn-color: var(--brand-accent);           /* deep amber — readable on white */
  --bs-btn-border-color: var(--brand-primary);
  --bs-btn-hover-color: var(--brand-on-primary);
  --bs-btn-hover-bg: var(--brand-primary);
  --bs-btn-hover-border-color: var(--brand-primary);
}
.btn-outline-secondary {
  --bs-btn-border-width: 2px;
  --bs-btn-bg: transparent;
  --bs-btn-color: var(--brand-ink);
  --bs-btn-border-color: var(--brand-secondary);
  --bs-btn-hover-color: var(--brand-ink);
  --bs-btn-hover-bg: var(--brand-secondary);
  --bs-btn-hover-border-color: var(--brand-secondary);
}
/* Semantic buttons — functional, not brand palette. Use existing :root tokens. */
.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--green);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: color-mix(in srgb, var(--green) 85%, #000);
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: color-mix(in srgb, var(--green) 85%, #000);
}
.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--red);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: color-mix(in srgb, var(--red) 85%, #000);
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: color-mix(in srgb, var(--red) 85%, #000);
}

.btn path[fill] {
  fill: var(--bs-btn-icon-color) !important;
}
.btn path[stroke] {
  stroke: var(--bs-btn-icon-color) !important;
}
.btn line[stroke] {
  stroke: var(--bs-btn-icon-color) !important;
}

.btn:hover path[fill],
.btn.active path[fill],
.btn:active path[fill] {
  fill: var(--bs-btn-hover-icon-color) !important;
}

.btn:hover path[stroke],
.btn.active path[stroke],
.btn:active path[stroke] {
  stroke: var(--bs-btn-hover-icon-color) !important;
}

.btn:hover line[stroke],
.btn.active line[stroke],
.btn:active line[stroke] {
  stroke: var(--bs-btn-hover-icon-color) !important;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn span,
.btn .icons {
  position: relative;
  z-index: auto;
}
.btn svg,
.btn img {
  position: relative;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn.disabled,
.btn:disabled {
  pointer-events: none;
}

.btn-special {
  --btn-h: 50px;
  font-size: var(--fs-18);
  font-weight: 800;
  gap: 10px;
  padding: 0 26px 0 30px;
  min-width: 210px;
}
.btn-special .icons {
  --size: 26px;
  left: 0;
  background-image: url(../img/icons/icon-view-more.svg);
}
.btn-special:hover .icons {
  left: 10px;
}
.btn-special .icon-cart {
  --size: 24px;
  left: 0 !important;
  background-image: url(../img/icons/icon-basket.svg);
}
.button-special {
  display: inline-flex;
  border-radius: 100px;
  background-color: #fff;
  padding: 10px;
  border: 2px dashed var(--brand-secondary);
  transition: all 0.25s;
  margin: 30px auto;
}
.button-special:hover {
  border-color: var(--main-yellow);
}
.buttons {
  display: flex;
  text-align: center;
  justify-content: center;
  gap: 15px;
  padding: 20px 0 0;
}

.buttons.flex-column {
  align-items: center;
  gap: 10px;
}
svg path,
svg rect,
svg line,
svg circle,
svg polygon {
  transition: all 0.2s ease-in-out;
}

@media (max-width: 767px) {
  :root {
    --fs-36: 30px;
  }
}

@media (max-width: 575px) {
  :root {
    --fs-36: 24px;
  }
  .button-special {
    padding: 6px;
    margin-top: 20px;
  }
  .btn-special {
    --btn-h: 46px;
  }
  .btn-special .icons {
    --size: 24px;
  }
}

/*==================================================
    Icon Setup
==================================================*/

.icons {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.2s ease-in-out;
  opacity: 1;

  --size: 24px;
  flex-shrink: 0;
  width: var(--size);
  height: var(--size);
}
.icons.before:before,
.icons.before:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.35s ease-in-out;
  opacity: 0;
}
.btn .icons.before:before {
  opacity: 1;
}
.btn .icons.before:after {
  opacity: 0;
}
.pc .btn:hover .icons.before:before {
  opacity: 0;
}
.pc .btn:hover .icons.before:after {
  opacity: 1;
}

img.icons,
svg.icons {
  object-fit: contain;
  object-position: center;
  flex-shrink: 0;
}
.icons.w-16 {
  --size: 16px;
}
.icons.w-18 {
  --size: 18px;
}
.icons.w-20 {
  --size: 20px;
}
.icons.w-60 {
  --size: 60px;
}
.icons.w-45 {
  --size: 45px;
}
.container-fluid {
  --padding-x: 30px;
  max-width: 100%;
  padding-left: var(--padding-x);
  padding-right: var(--padding-x);
  position: relative;
  z-index: 9;
}

.container {
  --padding-x: 80px;
  max-width: calc(1440px + (var(--padding-x) * 2));
  padding-left: var(--padding-x);
  padding-right: var(--padding-x);
  position: relative;
  z-index: 9;
}

.section {
  display: block;
  position: relative;
  flex: 1 1 auto;
  --padding-top: 30px;
  --padding-bottom: 60px;

  padding: var(--padding-top) 0 var(--padding-bottom);
}

.compensate-for-scrollbar {
  margin-right: 0 !important;
}
.compensate-for-scrollbar .header {
  right: 0;
}
body.fancybox-active {
  overflow: visible !important;
  padding-right: 0 !important;
}

@media (max-width: 1366px) {
  .container {
    --padding-x: 80px;
  }
}
@media (max-width: 1280px) {
  .section {
    --padding-bottom: 40px;
  }
  .container-fluid,
  .container {
    --padding-x: 50px;
  }
}

@media (max-width: 1024px) {
  .container,
  .container-fluid {
    --padding-x: 30px;
  }
}

@media (max-width: 670px) {
  .container,
  .container-fluid {
    --padding-x: 20px;
  }
  .section {
    --padding-top: 20px;
    --padding-bottom: 40px;
  }
}

@media (max-width: 575px) {
  .container,
  .container-fluid {
    --padding-x: 15px;
  }
}

/*==================================================
    Header Setup
==================================================*/
.fw-light {
  font-weight: var(--fw-300) !important;
}
.fw-400 {
  font-weight: var(--fw-400) !important;
}
.fw-500 {
  font-weight: var(--fw-500) !important;
}
.fw-600 {
  font-weight: var(--fw-600) !important;
}
.fw-700 {
  font-weight: var(--fw-700) !important;
}

.link-white {
  color: #fff;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
a.link-hover-white:hover {
  color: #fff;
}
p a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

b,
strong {
  font-weight: var(--fw-600);
  font-family: inherit;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: var(--fw-600);
  font-style: normal;
  line-height: 1.55;
  position: relative;
  color: var(--title);
}

.h1,
h1 {
  font-size: var(--h1);
}
.h2,
h2 {
  font-size: var(--h2);
}
.h3,
h3 {
  font-size: var(--h3);
}
.h4,
h4 {
  font-size: var(--h4);
}
.h5,
h5 {
  font-size: var(--h5);
}

.text-underline {
  text-decoration: underline;
}
.nowrap {
  white-space: nowrap;
}

.header,
.navbar-brand,
.navbar-brand img {
  transition: all 0.3s;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1020;
  display: block;
  padding: 0;
  height: var(--header-height);
  transform: translateY(0);
  transition: transform 0.35s ease;
  pointer-events: none;
}
.header-hidden .header {
  transform: translateY(-100%);
}

.header .container,
.header .container-fluid {
  display: flex;
  align-items: center;
  z-index: 400;
  position: relative;
  height: 100%;
}
.navbar-brand {
  padding: 0;
  flex-shrink: 0;
  z-index: 200;
  width: var(--navbar-brand);
  margin: auto 0;
  position: relative;
  display: block;
  pointer-events: all;
}

.navbar-brand a {
  display: block;
}
.navbar-brand img,
.navbar-brand svg {
  height: auto;
  width: 100%;
  margin: 0;
}

.dropdown [data-bs-toggle] {
  display: flex;
  align-items: center;
  gap: 5px;
}
.dropdown [data-bs-toggle]:after {
  content: "";
  width: 16px;
  height: 16px;
  margin-left: 3px;

  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23111111' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.dropdown .text-white[data-bs-toggle]:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  transition: all 0.25s;
}

.dropdown:hover .text-white[data-bs-toggle]:after,
.dropdown .text-white[data-bs-toggle].show:after {
  transform: rotate(-180deg);
}

.dropdown-menu {
  --bs-dropdown-border-radius: 0;
  --bs-dropdown-menu-border-radius: 0;
  --bs-dropdown-border-width: 0px;
  --bs-dropdown-bg: #fff;
  --bs-dropdown-color: var(--silver);
  --bs-dropdown-padding-x: 20px;
  --bs-dropdown-padding-y: 6px;
  --bs-dropdown-spacer: 0;
  --bs-dropdown-min-width: 100%;
  --bs-dropdown-link-hover-bg: transparent;
  --bs-dropdown-border-width: 0;

  opacity: 0;
  border: 0;
  display: block;
  pointer-events: none;
  transition: all 0.35s;

  box-shadow: none;
  top: 100%;
  width: auto;
}
.dropdown-menu.right {
  left: auto;
  right: 0;
}
.dropdown-menu li {
  cursor: pointer;
}

.dropdown:hover > .dropdown-menu,
.dropdown > .dropdown-menu.show {
  opacity: 1;
  top: 100%;
  pointer-events: all;
}
.dropdown .dropdown-menu.onclick {
  opacity: 0;
  pointer-events: none;
  --bs-dropdown-spacer: 2px;
}
.dropdown .dropdown-menu.onclick.show,
.form-select .dropdown-menu.onclick.show {
  opacity: 1;
  pointer-events: all;
}
.dropdown-menu > li {
  position: relative;
  z-index: 10;
  margin: 2px 0;
}

.dropdown-menu > li > a {
  display: block;
  position: relative;
  padding: 7px 0;
  display: flex;
  gap: 10px;
  align-items: center;
  white-space: nowrap;
}

.dropdown-menu > li.active > a,
.dropdown-menu > li > a:hover {
  background-color: #f1f1f1;
}

.avatar {
  --avatar-size: 40px;
  width: var(--avatar-size);
  height: var(--avatar-size);
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}

.avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.btn-menu {
  --bs-btn-bg: var(--blue-2);
  --bs-btn-hover-bg: var(--brand-amber);
  --bs-btn-border-width: 2px;
  --bs-btn-border-color: var(--brand-amber);
  --btn-h: 40px;
  width: var(--btn-h);
  padding: 0 !important;
  z-index: 1060;
  border-radius: 50%;
  overflow: visible;
  margin: auto;
  margin-right: 0;
  margin-left: 0;
  pointer-events: all;
}

.btn-menu .icons {
  background-image: url(../img/icons/icon-menu.svg);
}

.scrolling .header {
  height: var(--header-height-scroll);
}

.nav-menu {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 500px;
  align-items: center;
  transition: all 0.25s;
  flex-shrink: 1;
  flex-wrap: nowrap;
}

.nav-menu > li > a {
  display: block;
  height: auto;
  font-size: var(--fs-16);
  color: var(--blue-2);
  font-weight: var(--fw-500);
  padding: 4px 2px;
}

.nav-menu > li > a > span {
  display: flex;
  height: 32px;
  gap: 6px;
  border-radius: 50px;
  padding: 0 24px;
  align-items: center;
  justify-content: center;
  line-height: normal;
  transition: all 0.25s;
  white-space: nowrap;
}
.nav-menu > li.dropdown > a[data-bs-toggle]:after {
  display: none;
}
.nav-menu > li.dropdown > a[data-bs-toggle] > span:after {
  content: "";
  width: 10px;
  height: 10px;
  margin-right: -5px;
  margin-top: 2px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%234F5B76' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.nav-menu > li.active > a > span,
.nav-menu > li:hover > a > span {
  background-color: #fff;
}

.nav-menu .dropdown-menu {
  background-color: rgba(255, 255, 255, 0.95);
  border: 2px solid var(--brand-secondary);
  border-radius: 10px;
  box-shadow: none;
  padding: 10px 0;
  min-width: 200px;
}
.nav-menu .dropdown-menu a {
  display: block;
  line-height: normal;
  padding: 8px 15px;
  color: var(--blue-2);
}

@media (min-width: 992px) {
  .navnbar-menu {
    display: flex;
    justify-content: space-between;
    border-radius: 24px;
    height: 70px;
    background-color: rgba(255, 255, 255, 0.6);
    border: 2px solid var(--brand-secondary);
    width: 100%;
    padding: 0 25px;
    transition: all 0.25s;
    pointer-events: all;
  }
  .scrolling .navnbar-menu {
    background-color: rgba(255, 255, 255, 0.8);
  }
}

@media (min-width: 1331px) {
  .navnbar-menu .navbar-brand {
    margin-top: -45px;
  }
  .scrolling .header .navbar-brand {
    width: 220px;
    margin-top: -32px;
  }
  /* .scrolling .nav-menu{ max-width: calc(50% - 80px);} */
}

@media (max-width: 1330px) {
  .navnbar-menu {
    height: 60px;
    padding: 0 20px;
  }
  .header .navbar-brand {
    margin-top: -35px;
  }
  .nav-menu {
    max-width: 450px;
  }
}

@media (max-width: 1199px) {
  .nav-menu > li > a > span {
    padding: 0 8px;
    font-size: 13px;
  }
  .nav-menu {
    max-width: 380px;
    gap: 0;
  }
}

@media (max-width: 991.98px) {
  .header {
    background-color: rgba(255, 255, 255, 0.8);
    border-bottom: 2px solid var(--brand-secondary);
  }
  .scrolling .header {
    background-color: rgba(255, 255, 255, 0.95);
  }
  .navnbar-menu {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    padding: 0;
    pointer-events: all;
  }
  .header .nav-menu {
    display: none;
  }
  .header .navbar-brand {
    margin: 5px 0 0 -15px;
  }
}
@media (max-width: 670px) {
}
/*==================================================
   Menu Slider
==================================================*/

.navbar-slider {
  position: fixed;
  top: 0;
  left: auto;
  right: -450px;
  bottom: 0;
  width: 450px;

  display: flex;
  flex-direction: column;
  background: var(--bg);
  z-index: 1030;
  transition: all 0.6s;
  border-radius: 0;
  padding: 0 25px;

  overflow: hidden;
  overflow-y: auto;
  pointer-events: none;
  opacity: 1;

  --bg: #adcffd;
}

.page-blocker {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1020;
  display: block;
  background-color: rgba(20, 32, 63, 0.8);
  transition: all 0.25s;
  opacity: 0;
  pointer-events: none;
}
.nav-opened .navbar-slider {
  right: 0;
  opacity: 1;
  pointer-events: all;
}
.nav-opened .page-blocker {
  opacity: 1;
  pointer-events: all;
}
.navbar-slider .btn-menu {
  margin: 0 0 0 auto;

  position: absolute;
  top: 20px;
  right: 25px;
}
.navbar-slider .btn-menu .icons {
  background-image: url(../img/icons/icon-menu-close.svg);
}

.nav-slider {
  flex-direction: column;
  gap: 0;
  padding: 30px 0 40px;
  margin: 0 auto;
  width: 100%;
  font-family: "Opun Mai";
}

.navbar-slider .hgroup {
  display: flex;
  align-items: center;
  height: var(--header-height);
  flex-shrink: 0;
}
.nav-slider > li {
  border-bottom: 1.5px solid #bbd8ff;
}
.nav-slider > li > a {
  display: flex;
  align-items: center;
  font-weight: var(--fw-600);
  color: var(--brand-text);
  font-size: 22px;
  padding: 15px 20px;
  height: auto;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
}

.nav-slider > li.active > a {
  color: var(--main-blue);
  background-color: var(--main-yellow);
}

.nav-slider > li > a[data-bs-toggle]:before {
  content: "";
  position: absolute;
  right: 25px;
  width: 18px;
  height: 18px;
  transition: all 0.25s;

  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%234F5B76' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.nav-slider > li > a[data-bs-toggle][aria-expanded="true"]:before {
  transform: rotate(-180deg);
}
.nav-slider > li > a:hover {
  color: var(--brown);
}
.nav-slider .nav {
  flex-direction: column;
  padding-left: 15px;
  padding-bottom: 20px;
}
.nav-slider .nav a {
  display: block;
  padding: 6px 0;
  font-weight: 400;
}

.nav-slider .accordion-body {
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.6) !important;
  border: 2px solid var(--brand-secondary) !important;
  margin-bottom: 20px;
}
.nav-slider .accordion-body .nav {
  background-color: transparent;
  margin: 0;
  padding: 15px 0;
}
.nav-slider .accordion-body .nav li a {
  display: block;
  font-size: 18px;
  font-weight: 500;
  padding: 5px 20px;
  color: var(--brand-text);
}
.nav-slider > li > a:hover,
.nav-slider .accordion-body .nav li a:hover {
  color: var(--brown);
}

@media (max-width: 575px) {
  .navbar-slider {
    position: fixed;
    top: 0;
    left: auto;
    right: -100%;
    bottom: 0;
    width: 100%;
  }

  .nav-slider > li > a {
    font-size: 20px;
    padding: 14px 20px;
  }
  .nav-slider > li > a[data-bs-toggle]:before {
    width: 15px;
    height: 15px;
  }
}
/*==================================================
   Section
==================================================*/
.page {
  display: flex;
  flex-direction: column;
  /* padding-top: var(--header-height); */
  padding-top: 0;
  min-height: 100%;
  background: var(--bs-body-bg);
  overflow: hidden;
}

.preload {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--bs-body-bg);
  z-index: 1090;
  display: flex;
}

.preload-hidden {
  display: none !important;
}

.loader {
  width: 34px;
  height: 34px;
  margin: auto;
  display: block;
  border-top: 3px solid var(--yellow);
  border-right: 3px solid rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
  border-left: 3px solid rgba(0, 0, 0, 0.2);
  border-radius: 100px;
  animation: spin 1s infinite linear;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.section-full {
  min-height: 100vh;
  min-height: calc(var(--vhs, 1vh) * 100) !important;
  display: flex;
}

.background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.background.top-center {
  background-position: top center;
}
.background-color {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background: var(--bg);
  --bg: transparent;
}
.section {
  position: relative;
}

.card {
  position: relative;
  --bs-card-border-width: 0;
}
.card-photo {
  position: relative;
  overflow: hidden;
  display: block;
}
.card-photo .photo {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.35s ease 0s;
}
.card-photo img {
  width: 100%;
}

.card-database .card-photo .photo {
  background-size: contain;
}

.card-body {
  color: inherit;
}

.card-link {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 100;
  z-index: 40 !important;
}

.section-body {
  flex: 1 1 auto;
}
.section-body.full-h {
  display: flex;
}

.textrow {
  position: relative;
  overflow: hidden;
  display: block;
}
.textrow > span {
  display: inline-block;
}

/*==================================================
   Home
==================================================*/
.hgroup {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  padding-bottom: 30px;
}

.hgroup h2 {
  font-family: "Opun Mai";
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 auto;
  background: linear-gradient(106.81deg, #fd6728 0%, #fdbb3e 99.96%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.hgroup h2:after {
  content: attr(data-text);
  position: absolute;
  -webkit-text-stroke: 10px #fff;
  left: 0;
  z-index: -2;
  font-size: inherit;
}
.hgroup h2:before {
  content: attr(data-text);
  position: absolute;
  left: 0;
  z-index: -3;
  text-shadow: 0px 0px 12px rgba(1, 35, 80, 0.8);
}
.hgroup h2.text-blue {
  background: var(--blue-2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.hgroup h2.fs-54 {
  font-size: 54px;
}
.hgroup h4 {
  font-family: "Opun Mai";
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
}
.boxed {
  margin: 0 auto;
  width: 100%;
  max-width: var(--width);
  --width: 970px;
}

.card-news {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 50px;
  position: relative;
  padding: 30px;
  transition: all 0.25s;
  height: 100%;
}
.card-news:before {
  content: "";
  position: absolute;
  --space: 14px;
  top: var(--space);
  left: var(--space);
  right: var(--space);
  bottom: var(--space);
  /* border:3px dashed #F9DB9A; */
  /* border-radius:36px; */

  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='35' ry='35' stroke='%23F9DB9A' stroke-width='5' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  background-position: center;
  background-size: auto;
  border-radius: 35px;
}
.card-news .card-photo {
  border-radius: 20px 20px 0 0;
  background-color: #ccc;
}
.card-news .card-body {
  border-radius: 0 0 20px 20px;
  background-color: #fffaf2;
  padding: 15px 20px;
  display: flex;
  flex-direction: column;
}
.card-news h3,
.card-news p,
.card-news .card-body {
  transition: all 0.25s;
  margin: 0;
}
.card-news h3 {
  font-size: var(--fs-24);
  color: var(--brown-2);
  margin-bottom: 10px;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.card-news p.readmore {
  color: var(--yellow);
  font-size: var(--fs-18);
  padding-top: 15px;
  margin-top: auto;
}
.card-news:hover {
  box-shadow: 0px 0px 20px rgba(211, 208, 202, 0.5);
}
.card-news:hover .card-body {
  background-color: var(--yellow);
}
.card-news:hover p.readmore {
  color: #fff;
  text-decoration: underline;
}
.card-news:hover .photo {
  transform: scale(1.1);
}
.card-news-list {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 20px;
}

@media (max-width: 1366px) {
  .hgroup h4 {
    font-size: 30px;
  }
  .hgroup h2 {
    font-size: 50px;
  }
  .hgroup h2.fs-54 {
    font-size: 48px;
  }
  .card-news h3 {
    font-size: var(--fs-20);
    margin-bottom: 5px;
  }
  .card-news p.readmore {
    font-size: var(--fs-16);
  }
}

@media (max-width: 1199px) {
  .hgroup h2 {
    font-size: 40px;
  }
  .hgroup h4 {
    font-size: 25px;
  }
  .card-news {
    padding: 24px;
  }
  .card-news:before {
    --space: 10px;
  }
  .card-news .card-body {
    padding: 15px;
  }

  .card-news h3 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .hgroup h2.fs-54 {
    font-size: 40px;
  }
  .card-news p {
    font-size: 14px;
  }
  .card-news p.readmore {
    font-size: 14px;
    padding-top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .card-news {
    border-radius: 30px;
    padding: 16px;
  }
  .card-news:before {
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='25' ry='25' stroke='%23F9DB9A' stroke-width='5' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
    border-radius: 25px;
    --space: 6px;
  }

  .card-news-list {
    --bs-gutter-x: 10px;
  }
  .card-news h3 {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .section-banner.main {
    height: 60vw;
  }
  .section-banner.main img {
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}

@media (max-width: 767px) {
  .card-news-list {
    --bs-gutter-x: 10px;
    --bs-gutter-y: 20px;
  }
  .card-news-list.bg-white {
    --bs-gutter-y: 10px;
  }
}

@media (max-width: 670px) {
  .hgroup {
    padding-bottom: 20px;
  }
  .hgroup h2 {
    font-size: 40px;
  }
  .hgroup h4 {
    font-size: 24px;
  }
  .hgroup h2.fs-54 {
    font-size: 38px;
  }
}

@media (max-width: 575px) {
  .hgroup h2 {
    font-size: 34px;
  }
  .hgroup h4 {
    font-size: 20px;
  }
  .hgroup h2.fs-54 {
    font-size: 30px;
  }

  .card-news-list {
    --bs-gutter-x: 10px;
    --bs-gutter-y: 15px;
  }
  .card-news-list.bg-white {
    --bs-gutter-y: 5px;
  }
  .card-news {
    border-radius: 35px;
  }
}

.video-banner {
  position: relative;
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 0px 30px rgba(1, 35, 80, 0.5);
  border-radius: 40px;
  padding: 20px;
}
.video-banner .img {
  border-radius: 20px;
}

.video-banner .btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: calc(-1 * var(--btn-h) / 2);
  margin-left: calc(-1 * var(--btn-h) / 2);
}
.btn-play {
  --btn-h: 92px;
  --bs-btn-bg: transparent;
  --bs-btn-hover-bg: transparent;
  width: var(--btn-h);
  padding: 0;
}
.btn-play .icons {
  width: 100%;
  height: 100%;
  background-image: url(../img/icons/icon-video-play.svg);
}
.btn-play .button-outer-circle {
  background: rgba(255, 255, 255, 1);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.has-scale-animation {
  -webkit-animation: smallScale 3s infinite;
  animation: smallScale 3s infinite;
}
.has-delay-short {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
@-webkit-keyframes smallScale {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes smallScale {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(1.5);
    opacity: 0;
  }
}

@media (max-width: 1199px) {
  .video-banner {
    padding: 10px;
    border-radius: 30px;
  }
  .video-banner .img {
    border-radius: 15px;
  }
}
@media (max-width: 991.98px) {
  .video-banner .btn-play {
    --btn-h: 70px;
  }
}

@media (max-width: 575px) {
  .fancybox-slide {
    padding: 15px;
  }
  .video-banner {
    border-radius: 20px;
    padding: 6px;
  }
  .video-banner .btn-play {
    --btn-h: 50px;
  }
}
.swiper-overflow {
  position: relative;
}
.swiper-overflow.howto {
  margin-bottom: 70px;
}
.swiper-howto {
  background-color: #a0aac3;
  border-radius: 60px;
  padding: 40px;
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden !important;
}
.swiper-howto .swiper-slide a {
  display: block;
  outline: none;
}
.swiper-howto .swiper-slide img {
  border-radius: 50px;
}

.swiper-button::before,
.swiper-button::after {
  display: none;
}
.swiper-button {
  width: var(--button-size);
  height: var(--button-size);
  --button-size: 64px;
}
.swiper-button .icons {
  --size: var(--button-size);
}
.swiper-button .icons:before,
.swiper-button .icons:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/icons/icon-arrow-slide.svg);
  transition: all 0.25s;
}
.swiper-button .icons:after {
  opacity: 0;
  background-image: url(../img/icons/icon-arrow-slide-hover.svg);
}
.swiper-button:hover .icons:before {
  opacity: 0;
}
.swiper-button:hover .icons:after {
  opacity: 1;
}
.swiper-button-prev .icons {
  transform: rotate(180deg);
}
.swiper-button-disabled .icons:before {
  opacity: 1 !important;
}
.swiper-button-disabled .icons:after {
  opacity: 0 !important;
}

.swiper-button-prev {
  left: 30px;
}
.swiper-button-next {
  right: 30px;
}

.swiper-button-disabled {
  opacity: 0.5 !important;
}

.swiper-pagination {
  position: relative;
  padding-top: 20px;
  --swiper-pagination-color: var(--yellow);
}

.background.wave {
  background-image: url(../img/thumb/bg-wave.jpg);
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: auto;
}

@media (max-width: 1550px) {
  .swiper-overflow.howto {
    padding: 0 100px;
  }

  .swiper-button-prev {
    left: 0;
  }
  .swiper-button-next {
    right: 0;
  }
}

@media (max-width: 1366px) {
  .swiper-button {
    --button-size: 55px;
  }
  .swiper-overflow.howto {
    padding: 0 80px;
    margin-bottom: 50px;
  }
  .swiper-howto {
    padding: 30px;
    border-radius: 50px;
  }
  .swiper-howto .swiper-slide img {
    border-radius: 34px;
  }
  .background.wave {
    background-size: 1250px;
  }
}

@media (max-width: 1199px) {
  .swiper-howto {
    padding: 20px;
    border-radius: 40px;
  }
  .swiper-howto .swiper-slide img {
    border-radius: 24px;
  }
}

@media (max-width: 991.98px) {
  .swiper-overflow.howto {
    padding: 0;
    margin-bottom: 30px;
  }
  .swiper-overflow.howto .swiper-button {
    display: none;
  }

  .background.wave {
    background-size: 1000px;
  }
}
@media (max-width: 670px) {
  .swiper-overflow.howto {
    margin-bottom: 0;
  }
  .background.wave {
    background-size: 600px;
  }
}

@media (max-width: 575px) {
  .swiper-howto {
    padding: 15px;
  }
}

.new-highlight-boxed {
  border-radius: 30px;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.6);
  overflow: hidden;
  position: relative;
}
.new-highlight-boxed .row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 20px;
}
.card-article {
  display: flex;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  flex-wrap: wrap;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.card-article .card-photo {
  width: 39%;
  background-color: #ccc;
  flex-shrink: 0;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.card-article .card-photo .photo {
  height: 100%;
  width: 100%;
}
.card-article .card-body {
  padding: 15px;
  color: var(--title);
  width: 61%;
}
.card-article h3 {
  font-size: var(--fs-20);
  font-weight: 700;
  transition: all 0.25s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.card-article p {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.card-article.large {
  flex-direction: column;
  height: 100%;
  border-radius: 20px;
}
.card-article.large .card-photo,
.card-article.large .card-body {
  width: 100%;
}

.card-article:hover .photo {
  transform: scale(1.1);
}
.card-article:hover h3 {
  color: var(--yellow);
}

@media (max-width: 1280px) {
  .card-article h3 {
    font-size: var(--fs-18);
  }
  .card-article p {
    font-size: 15px;
  }

  .new-highlight-boxed .row {
    --bs-gutter-x: 15px;
    --bs-gutter-y: 15px;
  }
}

@media (max-width: 991.98px) {
  .card-article.large .card-body {
    padding: 25px;
  }

  .card-article .card-photo {
    width: 140px;
  }
  .card-article .card-body {
    width: calc(100% - 140px);
  }
}

@media (max-width: 767px) {
  .new-highlight-boxed {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .new-highlight-boxed {
    padding: 15px;
    border-radius: 20px;
    padding-bottom: 25px;
  }
  .new-highlight-boxed .row {
    --bs-gutter-x: 10px;
    --bs-gutter-y: 10px;
  }
  .card-article.large {
    border-radius: 15px;
  }
  .card-article.large .card-body {
    padding: 20px;
  }
  .card-article .card-photo {
    width: 100px;
  }
  .card-article .card-body {
    width: calc(100% - 100px);
  }

  .card-article h3 {
    font-size: 16px;
  }
  .card-article p {
    font-size: 14px;
  }
}
/*==================================================
   section - toppage
==================================================*/
.breadcrumb {
  margin: 0;
  --bs-breadcrumb-font-size: var(--fs-18);
  --bs-breadcrumb-item-active-color: var(--brand-text-muted);
  --bs-breadcrumb-divider-color: var(--brand-text-muted);
  font-weight: var(--fw-600);
  justify-content: center;
  z-index: 101;
  position: relative;
}
.breadcrumb a {
  color: var(--brand-text-muted);
}
.breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "" !important;

  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%237D9DC5' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  transform: rotate(-90deg);
  margin-right: 8px;
  margin-top: 5px;
}

.section-toppage {
  position: relative;
  padding: 210px 0 60px;
  text-align: center;
  overflow: hidden;
}
.section-toppage .background {
  background-image: url(../img/thumb/photo-1920x350--1.jpg);
}

/* Compact variant: just enough for top menu + small spacing */
.section-toppage--compact,
.section-toppage--compact.section-toppage {
  padding: calc(var(--header-height) + 10px) 0 0 !important;
}
@media (max-width: 991px) {
  .section-toppage--compact,
  .section-toppage--compact.section-toppage {
    padding: var(--header-height) 0 0 !important;
  }
}
.section-toppage h1 {
  color: var(--blue-2);
  font-weight: 700;
  font-family: "Opun Mai";
}

.section-toppage .bg-left,
.section-toppage .bg-right {
  position: absolute;
  bottom: 0;
  width: 480px;
  z-index: 100;
  pointer-events: none;
}
.section-toppage .bg-left {
  left: 20px;
  bottom: -150px;
}
.section-toppage .bg-right {
  right: 20px;
  bottom: -130px;
}

.card-game {
  display: flex;
  flex-direction: column;
  text-align: center;
  position: relative;
}
.card-game .card-photo {
  overflow: visible;
}
.card-game .card-photo img {
  border-radius: 12px;
  border: 2px solid #dde0f5;
  filter: drop-shadow(0px 0px 20px rgba(92, 128, 190, 0.7));
}
.card-game .card-body {
  padding: 20px 0 0;
}
.card-game h3 {
  color: var(--blue-2);
  font-weight: 700;
  margin-bottom: 5px;
}
.card-game .game-type {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 34px;
  background-color: #d7e9ff;
  border-radius: 50px;
  padding: 0 20px;
  margin-bottom: 10px;
  color: var(--brand-text-muted);
}

.card-game-list {
  --bs-gutter-x: 25px;
  --bs-gutter-y: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.card-game-list > div {
  width: 20%;
  flex: 0 0 auto;
}
.card-game-list .card-photo img {
  box-shadow: none;
  filter: none;
}

@media (max-width: 1440px) {
  .section-toppage .bg-left,
  .section-toppage .bg-right {
    width: 380px;
  }
  .section-toppage .bg-left {
    bottom: -120px;
  }
  .section-toppage .bg-right {
    bottom: -100px;
  }
}

@media (max-width: 1280px) {
  .breadcrumb {
    --bs-breadcrumb-font-size: var(--fs-16);
  }
  .section-toppage {
    padding: 130px 0 40px;
  }

  .card-game-list {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
  }

  .section-toppage .bg-left,
  .section-toppage .bg-right {
    width: 280px;
  }
  .section-toppage .bg-left {
    bottom: -80px;
  }
  .section-toppage .bg-right {
    bottom: -80px;
  }
}

@media (max-width: 1199px) {
  .card-game .game-type {
    height: 30px;
    font-size: 14px;
    padding: 0 16px;
    gap: 5px;
  }
  .card-game .game-type .icons {
    --size: 22px;
  }
}

@media (max-width: 991.98px) {
  .card-game-list > div {
    width: 25%;
  }

  .section-toppage .bg-left,
  .section-toppage .bg-right {
    width: 200px;
    bottom: -50px;
  }
}

@media (max-width: 767px) {
  .card-game {
    max-width: 240px;
    margin: 0 auto;
  }

  .card-game-list {
    --bs-gutter-x: 15px;
    --bs-gutter-y: 15px;
  }

  .section-toppage .bg-left {
    left: -20px;
  }
  .section-toppage .bg-right {
    right: -20px;
  }
}

@media (max-width: 670px) {
  .card-game-list > div {
    width: 33.33%;
  }

  .section-toppage {
    padding-bottom: 60px;
    padding-top: 100px;
  }

  .section-toppage .bg-left,
  .section-toppage .bg-right {
    width: 160px;
    bottom: -50px;
  }
}

@media (max-width: 575px) {
  .breadcrumb {
    --bs-breadcrumb-font-size: 14px;
  }
  .breadcrumb-item + .breadcrumb-item::before {
    width: 10px;
    height: 10px;
  }
  .card-game {
    max-width: 280px;
  }

  .card-game h3 {
    font-size: 24px;
    margin-bottom: 4px;
  }

  .bg-cartoon {
    position: absolute;
    display: flex;
    justify-content: center;
    bottom: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
  }
  .section-toppage {
    padding-bottom: 80px;
  }
  .section-toppage .bg-left,
  .section-toppage .bg-right {
    width: 120px;
    position: relative;
    bottom: -40px;
  }

  .section-toppage .bg-left {
    left: auto;
    margin-right: -10px;
  }
  .section-toppage .bg-right {
    right: auto;
    margin-left: -10px;
  }
}

@media (max-width: 440px) {
  .card-game-list > div {
    width: 50%;
  }
}
.starting-game-boxed {
  width: 100%;
  max-width: 1196px;
  margin: 0 auto;
  border-radius: 60px;
  background-color: var(--brand-surface-soft);
  padding: 50px;
}
.starting-game-boxed .inner {
  background: #ffffff;
  border: 5px dashed var(--brand-secondary);
  border-radius: 40px;
  padding: 20px 45px;
}

.starting-game-boxed .hgroup {
  padding: 20px 0;
}

.starting-game-boxed .row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 30px;
  padding-bottom: 30px;
}
.card-starting-game {
  display: flex;
  flex-direction: column;
  position: relative;
}
.card-starting-game .number {
  border-radius: 50%;
  background-color: var(--yellow);
  color: var(--blue-2);
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 900;

  position: absolute;
  top: 25px;
  left: -15px;
  z-index: 10;
}
.card-starting-game .card-photo {
  overflow: visible;
  max-width: 88%;
  margin: 0 auto;
}
.card-starting-game .card-photo img {
  border-radius: 50px;
  width: 100%;
}
.card-starting-game .card-body {
  padding: 15px 0;
  text-align: center;
}
.card-starting-game .card-body p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1280px) {
  .starting-game-boxed {
    padding: 30px;
  }
  .starting-game-boxed .row {
    --bs-gutter-x: 20px;
  }
}

@media (max-width: 991.98px) {
  .starting-game-boxed {
    padding: 24px;
  }
  .starting-game-boxed .inner {
    border-width: 4px;
  }

  .starting-game-boxed .inner {
    padding-left: 25px;
    padding-right: 25px;
  }
  .starting-game-boxed .row {
    --bs-gutter-x: 10px;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .card-starting-game .number {
    width: 32px;
    height: 32px;
    top: 10px;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .card-starting-game .card-photo {
    max-width: 320px;
  }
  .starting-game-boxed .row {
    padding-bottom: 10px;
  }
}

@media (max-width: 575px) {
  .starting-game-boxed {
    border-radius: 32px;
    padding: 15px;
  }
  .starting-game-boxed .inner {
    border-radius: 24px;
    border-width: 3px;
  }

  .card-starting-game .number {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto;
  }
}

.title {
  font-family: "Opun Mai";
  font-weight: bold;
  color: var(--blue-2);
}

.keyword-list {
  padding: 15px 0 20px;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.keyword-list li {
  margin: 0 !important;
}

.keyword-list .btn {
  --btn-h: 32px;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: var(--light-blue);
  --bs-btn-color: var(--blue-2);
  --bs-btn-bg: #fff;
  --bs-btn-hover-color: var(--blue-2);
  --bs-btn-hover-bg: var(--light-blue);
  padding: 0 20px;
  font-size: 16px;
}

.keyword-list .btn.btn-fill {
  --bs-btn-border-width: 0px;
  --bs-btn-bg: var(--blue-2);
  --bs-btn-color: #ffffff;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--yellow);
  padding: 0 15px;
  border-radius: 4px;
  font-weight: 700;
}

.keyword-list .btn.btn-fill:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--bs-btn-color);
}
.keyword-list .btn.btn-fill:hover:before {
  background-color: var(--bs-btn-hover-color);
}
.pagination {
  --bs-pagination-padding-x: 0;
  --bs-pagination-padding-y: 0;
  --bs-pagination-border-width: 0;
  --bs-pagination-bg: #ffefd2;
  --bs-pagination-color: #b86a20;
  --bs-pagination-border-width: 0;
  --bs-pagination-hover-color: #fff;
  --bs-pagination-hover-bg: #f3b52e;
  --bs-pagination-active-bg: #f3b52e;

  gap: 10px;
  justify-content: center;
  margin: 25px 0;
  align-items: center;
}
.pagination .page-item:first-child {
  margin-right: 15px;
}
.pagination .page-item:last-child {
  margin-left: 15px;
}
.pagination .page-link {
  width: 30px;
  height: 30px;
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  box-shadow: none !important;
}
.pagination .page-link.arrow {
  background-color: transparent;
}
.pagination .icon-arrow {
  --size: 28px;
  background-image: url(../img/icons/icon-page-arrow.svg);
}
.pagination .page-link:hover .icon-arrow {
  background-image: url(../img/icons/icon-page-arrow-hover.svg);
}
.pagination .disabled .icon-arrow {
  opacity: 0;
}
.pagination .prev .icon-arrow {
  transform: rotate(-180deg);
}
@media (max-width: 575px) {
  .keyword-list {
    gap: 5px;
  }
  .keyword-list .btn {
    font-size: 15px;
    padding: 0 15px;
  }
}

.news-detail-boxed,
.news-relaed-boxed {
  display: block;
  max-width: 1196px;
  width: 100%;
  margin: 0 auto;
}

.news-detail-boxed h2,
.news-detail-boxed h3,
.news-detail-boxed h4 {
  font-family: "Opun Mai";
  font-weight: bold;
  color: var(--blue-2);
}
.news-detail-boxed .date {
  margin: 0;
  display: flex;
  align-items: center;
  color: var(--medium-gray);
  gap: 6px;
}
.news-detail-boxed .date .icons {
  --size: 18px;
  top: -1px;
  background-image: url(../img/icons/icon-clock-time.svg);
}

.news-detail-boxed img {
  max-width: 100%;
  border-radius: 20px;
  display: block;
  margin: 30px auto 30px;
}

.news-relaed-boxed {
  padding-top: 40px;
}

.gallery-list .card-photo {
  border-radius: 8px;
}

@media (max-width: 575px) {
  .news-detail-boxed h2 {
    font-size: 20px;
  }
  .news-detail-boxed .date .icons {
    top: 0px;
  }

  .news-detail-boxed img {
    margin: 25px 0;
  }
}

/*==================================================
   Product
==================================================*/

.card-product {
  display: flex;
  flex-direction: column;
  text-align: center;
  height: 100%;
}
.card-product .card-photo {
  border-radius: 16px;
  box-shadow: 0px 0px 15px rgba(211, 208, 202, 0.6);
}
.card-product .card-body {
  padding: 20px 0 0;
  display: flex;
  flex-direction: column;
}
.card-product .btn {
  min-width: 141px;
  font-size: 18px;
  margin: auto auto 0;
}
.card-product h3 {
  font-weight: 700;
  color: var(--blue-2);
  margin-bottom: 4px;
}
.card-product .price {
  font-size: var(--fs-20);
  font-weight: 700;
  color: var(--yellow);
  margin-bottom: 20px;
}
.card-product:hover .photo {
  transform: scale(1.1);
}
.card-product:hover .btn {
  --bs-btn-bg: var(--yellow);
  --bs-btn-color: #ffffff;
}
.card-product-list {
  --bs-gutter-x: 35px;
  --bs-gutter-y: 45px;

  padding-bottom: 25px;
}

@media (max-width: 1440px) {
  .card-product-list {
    --bs-gutter-x: 25px;
    --bs-gutter-y: 45px;
  }
  .card-product h3 {
    font-size: 20px;
  }
  .card-product .price {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

@media (max-width: 991.98px) {
  .card-product h3 {
    font-size: 18px;
  }
  .card-product .price {
    font-size: 16px;
  }

  .card-product .btn {
    font-size: 15px;
    min-width: 120px;
    padding: 0;
    --btn-h: 36px;
  }
}

@media (min-width: 641px) and (max-width: 767px) {
  .card-product-list {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 35px;
  }
  .card-product-list > div {
    width: 33.33%;
  }
}
@media (max-width: 640px) {
  .card-product-list {
    --bs-gutter-x: 15px;
    --bs-gutter-y: 35px;
  }

  .card-product h3 {
    font-size: 16px;
    line-height: 1.2;
  }
  .card-product .price {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .card-product .btn {
    font-size: 14px;
    min-width: 100px;
    --btn-h: 32px;
  }
}

.table-details {
  width: 100%;
}
.table-details th {
  color: var(--title);
  font-weight: 800;
  font-size: 20px;
  width: 200px;
}
.table-details th,
.table-details td {
  border-bottom: 1.5px dashed var(--brand-secondary);
  padding: 17px 0;
}
.table-details strong {
  font-weight: 800;
}
.table-details p:last-child,
.table-details ul:last-child {
  margin-bottom: 0;
}
.table-details ul {
  padding-left: 17px;
}
.table-details ul > li {
  margin-top: 4px;
  margin-bottom: 4px;
}
.table-details ul > li::marker {
  color: #f3b52e;
}
.table-details ul.checklist > li {
  padding: 0 0 0 5px;
  position: relative;
  list-style-type: none;
}
.table-details ul.checklist > li:before {
  content: "";
  position: absolute;
  top: 4px;
  left: -17px;
  width: 15px;
  height: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/icons/icon-check.svg);
}
.table-details hr {
  opacity: 1;
  border-top-color: var(--brand-secondary);
}
.text-yellow {
  color: var(--yellow);
}
.fs-18 {
  font-size: 18px;
}

.table-details-boxed {
  background-color: #f1f5ff;
  border: 1px solid var(--brand-secondary);
  position: relative;
  border-radius: 20px;
  padding: 15px 20px;
}
.table-details-boxed table tr:last-child th,
.table-details-boxed table tr:last-child td {
  border-bottom: 0;
}
.swiper-overflow.gallery {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--brand-secondary);
  border-radius: 16px;
}
.swiper-gallery {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-gallery .swiper-slide img {
  height: 100%;
  display: block;
  margin: auto;
}

.swiper-overflow.thumb {
  margin: 20px auto;
  width: 460px;
}

.swiper-gallery-thumb .swiper-slide {
  border: 1px solid rgba(190, 203, 235, 0.5);
  border-radius: 8px;
  overflow: hidden;
  height: 100px;
  cursor: pointer;
  transition: all 0.24s;
}
.swiper-gallery-thumb .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.swiper-gallery-thumb .swiper-slide:hover,
.swiper-gallery-thumb .swiper-slide-thumb-active {
  border: 1px solid rgba(190, 203, 235, 1);
}

.swiper-button.thumb {
  --button-size: 34px;
}

.thumb.swiper-button {
  margin-top: calc(0px - (var(--button-size) / 2));
}
.thumb.swiper-button-prev {
  left: -50px;
}
.thumb.swiper-button-next {
  right: -50px;
}
@media (max-width: 1280px) {
  .table-details th {
    font-size: 18px;
    width: 170px;
  }

  .swiper-overflow.thumb {
    width: 80%;
  }

  .swiper-gallery-thumb .swiper-slide {
    height: 8vw;
  }
}

@media (max-width: 991.98px) {
  .product-gallery {
    width: 680px;
    margin: 0 auto;
  }
  .swiper-gallery-thumb .swiper-slide {
    height: 100px;
  }
}

@media (max-width: 767px) {
  .product-gallery {
    width: 100%;
  }
  .swiper-gallery-thumb .swiper-slide {
    height: 15vw;
  }
}

@media (max-width: 670px) {
  .table-details {
    font-size: 15px;
  }
  .table-details th {
    font-size: 16px;
    width: auto;
    white-space: nowrap;
    padding-right: 20px;
  }
  .table-details th,
  .table-details td {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (max-width: 575px) {
  .table-details th,
  .table-details td {
    width: 100%;
    display: block;
  }
  .table-details th {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .table-details td {
    padding-top: 5px;
  }
  .swiper-overflow.thumb {
    margin-top: 10px;
  }
  .swiper-button.thumb {
    --button-size: 24px;
  }
  .thumb.swiper-button-prev {
    left: -30px;
  }
  .thumb.swiper-button-next {
    right: -30px;
  }
}

/*==================================================
   Faq
==================================================*/
.accordion {
  --bs-accordion-btn-padding-x: 20px;
  --bs-accordion-btn-padding-y: 20px;
  --bs-accordion-border-color: var(--brand-secondary);
  --bs-accordion-border-radius: 20px;
  --bs-accordion-active-color: var(--blue-2);
  --bs-accordion-btn-icon-width: 22px;
}
.accordion-faq {
  padding-top: 15px;
}
.accordion-item {
  border-radius: var(--bs-accordion-border-radius) !important;
  box-shadow: none;
  margin-bottom: 20px;
  border: 1px solid var(--bs-accordion-border-color) !important;
  position: relative;
  overflow: hidden;
}
.accordion-button {
  background-color: transparent !important;
  box-shadow: none !important;
  font-size: var(--fs-24);
  color: var(--blue-2);
  font-weight: 700;
  line-height: 1.35;
}
.accordion-button[aria-expanded="true"] {
  background-color: var(--brand-surface-soft) !important;
}
.accordion-button,
.accordion-collapse,
.accordion-collapse.collapsing {
  transition: all 0.25s;
}
.accordion-faq .accordion-collapse.collapsing,
.accordion-faq .accordion-collapse.show {
  background-color: var(--brand-surface-soft) !important;
}
.accordion-button:hover {
  background-color: var(--brand-surface-soft) !important;
}

.accordion-button::after {
  background-image: url(../img/icons/icon-arrow-down.svg);
  background-size: contain;
}
.accordion-button:not(.collapsed)::after {
  background-image: url(../img/icons/icon-arrow-down.svg);
}
.accordion-body {
  padding-top: 0;
}

.accordion-body p:last-child {
  margin-bottom: 5px;
}

@media (max-width: 670px) {
  .accordion {
    --bs-accordion-btn-padding-x: 15px;
    --bs-accordion-btn-padding-y: 15px;
    --bs-accordion-border-radius: 14px;
    --bs-accordion-body-padding-x: 15px;
    --bs-accordion-body-padding-y: 15px;

    --bs-accordion-btn-icon-width: 18px;
  }
  .accordion-button {
    font-size: 18px;
  }
  .accordion-item {
    margin-bottom: 10px;
  }
}

/*==================================================
   Card Detail
==================================================*/

.card-detail-boxed .card-photo {
  max-width: 470px;
  margin: 0 auto;
}
.card-detail-boxed .card-photo img {
  box-shadow: none !important;
  filter: none;
}
.card-info-row {
  align-items: center;
  max-width: 550px;
}
.card-info-row h3 {
  font-weight: 700;
  font-size: var(--fs-20);
}

.star-list {
  display: flex;
  align-items: center;
}
.star-list .icons {
  --size: 30px;
}

@media (max-width: 1366px) {
  .card-detail-boxed .card-photo {
    margin-left: 0;
    max-width: 94%;
  }
}

@media (max-width: 991.98px) {
  .card-detail-boxed .card-photo {
    margin-left: auto;
    margin-bottom: 30px;
    max-width: 320px;
  }
}

@media (max-width: 670px) {
  .card-info-row h3 {
    font-size: 18px;
  }
  .star-list .icons {
    --size: 24px;
  }
}

.card-search-filter {
  display: block;
  padding: 30px;
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(125, 144, 179, 0.25);
  border-radius: 20px;
  margin-bottom: 20px;
}
.card-search-filter .row {
  --bs-gutter-x: 15px;
  --bs-gutter-y: 20px;
}

.card-search-filter .btn {
  --btn-h: 50px;
  margin-top: auto;
}

@media (max-width: 1280px) {
  .card-search-filter {
    padding: 20px;
  }

  .card-search-filter .form-control,
  .card-search-filter .form-select {
    --input-h: 42px;
    border-radius: 10px;
  }
  .card-search-filter .btn {
    --btn-h: 42px;
  }
}

@media (max-width: 575px) {
  .card-search-filter .row {
    --bs-gutter-x: 15px;
    --bs-gutter-y: 15px;
  }

  .card-search-filter .btn {
    --btn-h: 50px;
    margin-top: 20px;
    width: 100%;
  }
}

/*==================================================
   Home - service center
==================================================*/
.star {
  color: var(--red);
}
.section-service-center {
  background-color: #29bbb6;
  padding: 0;
}
.section-service-center .container {
  position: static;
}
.section-service-center .googlemap {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 50%;
}
.googlemap iframe {
  width: 100%;
  height: 100%;
}
.shop-location-boxed {
  padding: 25px 0;
}
.shop-location-boxed > .row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
}
.shop-location-boxed h2 {
  font-size: var(--fs-36);
  color: #fff;
  margin-bottom: 5px;
}
.shop-location-boxed h3 {
  font-size: var(--fs-30);
  margin-bottom: 20px;
}

.shop-location-boxed .text-result {
  font-size: 14px;
}
.shop-location-boxed .text-result strong {
  font-size: 18px;
  font-weight: var(--fw-600);
}

.shop-location-boxed .form-select {
  --input-h: 44px;
  color: var(--title);
  border-color: var(--blue-2);
  background-color: #fff;
  padding-left: 15px;
  margin-bottom: 20px;
}

.shop-location-boxed .scrollbar-inner {
  height: 432px;
}

.shop-location-boxed .scroll-scrolly_visible.scroll-content {
  padding-right: 25px;
}

.shop-location-boxed .scrollbar-inner > .scroll-element.scroll-y {
  width: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.shop-location-boxed .scrollbar-inner > .scroll-element .scroll-element_track {
  border-radius: 10px;
  opacity: 1;
  background-color: #f2f2f2;
}
.shop-location-boxed .scrollbar-inner > .scroll-element .scroll-bar {
  border-radius: 10px;
  background-color: #b9bcbf;
  border: 2px solid #f2f2f2;
  width: 100%;
  box-sizing: border-box;
}
.shop-location-infos {
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid var(--blue-2);
  padding: 15px 20px 12px;
  display: flex;
  justify-content: space-between;
  transition: all 0.25s;
  margin-bottom: 20px;
}

.shop-location-infos .hgroup {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 8px;
  padding-bottom: 0;
}
.shop-location-infos .hgroup > .icons {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: var(--blue-2);
  display: flex;
}
.shop-location-infos .hgroup > .icons {
  top: 2px;
}
.shop-location-infos .hgroup .icons img,
.shop-location-infos .hgroup .icons svg {
  width: 24px;
  height: 24px;
  margin: auto;
}
.shop-location-infos .hgroup .icons svg path {
  fill: #fff;
}
.shop-location-infos .hgroup h4 {
  font-size: 18px;
  transition: all 0.25s;
  line-height: 1.2;
  text-align: left;
  margin-bottom: 0;
  color: var(--blue-2);
}
.shop-location-infos .hgroup p {
  font-size: 14px;
  margin: 0;
}
.shop-location-infos p {
  margin: 0;
  font-size: var(--fs-16);
}
.shop-location-infos p strong {
  font-weight: var(--fw-500);
}
.shop-location-infos p a {
  color: var(--blue-2);
}
.shop-location-infos .right {
  display: flex;
}
.shop-location-infos .buttons {
  padding: 0;
  gap: 0;
  justify-content: space-between;
  text-align: center;
  width: 120px;
  flex-shrink: 0;
  margin: auto 0;
}

.shop-location-infos .buttons > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  color: var(--blue-2);
}
.shop-location-infos .buttons .icons {
  --size: 44px;
  border-radius: 50%;
  background-color: var(--yellow);
  display: flex;
  align-items: center;
  justify-content: center;
}
.shop-location-infos .buttons .icons img {
  width: 24px;
}
.shop-location-infos .buttons a p {
  font-size: inherit;
}

.shop-location-infos .buttons a:hover .icons {
  background-color: var(--main-yellow);
}
.shop-location-infos p a:hover {
  text-decoration: underline;
}

.shop-location-infos:hover,
.shop-location-infos.active {
  background-color: #fffaf1;
}

.shop-location-boxed .googlemap {
  height: 100%;
}

@media (max-width: 1550px) {
  .shop-location-infos .buttons {
    width: auto;
    gap: 15px;
    font-size: 14px;
  }
  .shop-location-infos .buttons .icons {
    --size: 38px;
  }
  .shop-location-infos .buttons .icons img {
    width: 20px;
  }
  .shop-location-infos .buttons > a {
    gap: 6px;
  }
}

@media (max-width: 1440px) {
  .shop-location-infos p {
    font-size: 14px;
  }
  .shop-location-infos .buttons {
    gap: 5px;
  }
  .shop-location-infos .buttons .icons {
    --size: 30px;
  }
  .shop-location-infos .buttons a p {
    font-size: 13px;
  }
}

@media (max-width: 1280px) {
  .shop-location-boxed div.col-xl-4.left,
  .shop-location-boxed div.col-xl-8.right {
    width: 100%;
  }
  .shop-location-boxed div.col-xl-8.right {
    padding: 0;
  }
  .shop-location-infos {
    margin-bottom: 15px;
  }
  .shop-location-infos p {
    font-size: 14px;
  }
  .shop-location-boxed .scrollbar-inner {
    height: 412px;
  }

  .shop-location-infos .hgroup > .icons {
    width: 30px;
    height: 30px;
  }
  .shop-location-infos .hgroup .icons img,
  .shop-location-infos .hgroup .icons svg {
    width: 20px;
    height: 20px;
  }

  .shop-location-boxed .googlemap {
    height: 50vw;
    margin: 30px -30px 0;
  }
  .shop-location-infos .buttons {
    gap: 20px;
  }
}

@media (max-width: 991.98px) {
  .section-service-center .googlemap {
    position: relative;
    left: 0;
    width: auto;
    height: 50vw;
    margin: 0 -30px;
  }
  .shop-location-boxed {
    padding-right: 0;
  }
}

@media (max-width: 670px) {
  .shop-location-boxed .form-select {
    font-size: 16px;
    --input-h: 48px;
  }

  .shop-location-boxed .scrollbar-inner {
    height: 390px;
  }
  .shop-location-infos {
    margin-bottom: 15px;
    padding: 15px 15px 10px 15px;
  }
  .shop-location-boxed h2 {
    font-size: 24px;
  }
  .shop-location-infos .hgroup {
    align-items: flex-start;
  }
  .shop-location-infos .hgroup h4 {
    font-size: 16px;
  }
  .shop-location-boxed .form-select {
    padding-left: 15px;
  }

  .section-service-center .googlemap {
    height: 320px;
  }

  .shop-location-boxed .googlemap {
    margin-top: 25px;
    height: 320px;
  }

  .shop-location-boxed {
    padding-top: 10px;
  }
}

@media (max-width: 575px) {
  .shop-location-infos {
    flex-direction: column;
  }

  .shop-location-infos .buttons {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(79, 91, 118, 0.5);
    width: 100%;
  }
  .shop-location-infos .buttons a {
    flex-direction: row;
  }

  .shop-location-infos .buttons .icons {
    --size: 30px;
  }
  .shop-location-infos .buttons .icons img {
    width: 16px;
  }

  .shop-location-boxed .scrollbar-inner {
    height: 545px;
  }
}

.card-attack-direction {
  position: relative;
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 60px;
  height: 60px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/thumb/attack-directions-plate.svg);
}
.card-attack-direction li {
  position: absolute;
  width: 9px;
  height: 9px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icons/icon-arrow-light.svg);
}

.card-attack-direction li.active {
  background-image: url(../img/icons/icon-arrow-red.svg);
}
.card-attack-direction li.top {
  top: -4px;
}
.card-attack-direction li.left {
  left: 0;
}
.card-attack-direction li.center {
  left: 50%;
  margin-left: -5px;
}
.card-attack-direction li.right {
  right: 0;
}

.card-attack-direction li.bottom {
  bottom: -4px;
}
.card-attack-direction li.middle {
  top: 50%;
  margin-top: -5px;
}

.card-attack-direction li.top.left {
  transform: rotate(-90deg);
}
.card-attack-direction li.top.center {
  transform: rotate(-45deg);
  top: -3px;
}

.card-attack-direction li.middle.left {
  transform: rotate(-135deg);
}
.card-attack-direction li.middle.right {
  transform: rotate(45deg);
}

.card-attack-direction li.bottom.left {
  transform: rotate(-180deg);
}

.card-attack-direction li.bottom.right {
  transform: rotate(90deg);
}
.card-attack-direction li.bottom.center {
  transform: rotate(135deg);
  bottom: -3px;
}
.article h2,
.article h3,
.article h4,
.article h5 {
  font-weight: 700;
}
.article h3 {
  margin-bottom: 5px;
  font-size: var(--h4);
}

/*==================================================
   Footer
==================================================*/

.section-group {
  position: relative;
  display: block;
}
.footer {
  text-align: center;
  font-size: 14px;
  color: var(--title);
  padding: 30px 0;
  position: relative;
}
.footer .logo {
  width: 300px;
  margin: 0 auto;
}

.footer h2 {
  font-size: 36px;
  font-weight: 700;
  font-family: "Opun Mai";
  margin-top: -15px;
}
.footer p {
  margin: 0;
}
.footer .vr {
  margin: 10px 10px;
  opacity: 1;
}

.footer .copyright {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer a:hover {
  text-decoration: underline;
}

.followus {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 20px 0 25px;
}
.followus .icon-circle {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: var(--blue-2);
  transition: all 0.25s;
  display: flex;
}
.followus .icon-circle:hover {
  background-color: var(--main-yellow);
}
.followus .icons {
  --size: 30px;
  margin: auto;
}
.followus .icon-facebook {
  background-image: url(../img/icons/icon-facebook.svg);
}
.followus .icon-youtube {
  background-image: url(../img/icons/icon-youtube.svg);
}
.followus .icon-line {
  background-image: url(../img/icons/icon-line.svg);
}
.followus .icon-discord {
  background-image: url(../img/icons/icon-discord.svg);
}
.followus .icon-telegram {
  background-image: url(../img/icons/icon-telegram.svg);
}

.footer .bg-left,
.footer .bg-right {
  width: 650px;
  position: absolute;
  height: auto;
  bottom: -120px;
  z-index: 100;
  pointer-events: none;
}
.footer .bg-left {
  left: 0;
  bottom: -90px;
}
.footer .bg-right {
  right: 0;
  bottom: -120px;
}
@media (max-width: 1550px) {
  .footer .bg-left,
  .footer .bg-right {
    width: 35vw;
  }
  .footer .bg-left {
    bottom: -5vw;
  }
  .footer .bg-right {
    bottom: -5vw;
  }
}

@media (max-width: 991.98px) {
  .footer {
    padding-bottom: 140px;
  }
  .footer h2 {
    font-size: 30px;
  }
  .footer .logo {
    width: 200px;
  }

  .footer .bg-cartoon {
    position: absolute;
    left: 0;
    bottom: -25px;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 100;
    pointer-events: none;
  }
  .footer .bg-cartoon > img {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: 180px;
  }
}
@media (max-width: 670px) {
  .footer {
    padding-bottom: 110px;
    padding-top: 10px;
  }
  .footer .bg-cartoon {
    bottom: -25px;
    width: 100%;
  }
  .footer .bg-cartoon > img {
    width: 150px;
  }
}

@media (max-width: 576px) {
  .footer h2 {
    font-size: 24px;
    margin-top: -5px;
  }
  .followus {
    gap: 15px;
  }
  .followus .icon-circle {
    width: 40px;
    height: 40px;
  }
  .followus .icons {
    --size: 24px;
  }
}

@media (max-width: 440px) {
  .footer {
    font-size: 12px;
  }
  .footer .bg-left,
  .footer .bg-right {
    width: 130px;
  }
}

/*==================================================
   Rich Text Content (TipTap Editor Output)
==================================================*/

.content img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}

.content img[data-display="block-left"] {
  display: block;
  margin-left: 0;
  margin-right: auto;
}

.content img[data-display="block-center"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.content img[data-display="block-right"] {
  display: block;
  margin-left: auto;
  margin-right: 0;
}

.content img[data-display="float-left"] {
  float: left;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
  margin-top: 0.25rem;
}

.content img[data-display="float-right"] {
  float: right;
  margin-left: 1rem;
  margin-bottom: 0.5rem;
  margin-top: 0.25rem;
}

/* Clear floats at the container level, not per-paragraph */
.content::after {
  content: "";
  display: table;
  clear: both;
}

/* Headings and horizontal rules clear floats to start fresh sections */
.content h1,
.content h2,
.content h3,
.content hr {
  clear: both;
}

/* Decorative horizontal rule */
.content hr {
  width: 40%;
  margin: 0.75rem auto;
  border: none;
  border-top: 3px solid #f59e0b;
  border-radius: 2px;
}

.content h1,
.content h2,
.content h3 {
  font-family: "Opun Mai";
  font-weight: bold;
  color: var(--blue-2);
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

.content h1 {
  font-size: 2rem;
}
.content h2 {
  font-size: 1.5rem;
}
.content h3 {
  font-size: 1.25rem;
}

.content p {
  margin-bottom: 0.75rem;
  line-height: 1.7;
}

/* Preserve empty lines from rich text editor (empty <p> or <p><br></p> tags) */
.content p:empty,
.content p:has(> br:only-child) {
  min-height: 1em;
}

.content ul,
.content ol {
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
}

.content blockquote {
  border-left: 4px solid var(--blue-2);
  padding-left: 1rem;
  margin-left: 0;
  margin-bottom: 0.75rem;
  color: #6b7280;
  font-style: italic;
}

.content a {
  color: var(--blue-2);
  text-decoration: underline;
}

.content pre {
  background: #f3f4f6;
  padding: 1rem;
  border-radius: 6px;
  overflow-x: auto;
  margin-bottom: 0.75rem;
}

.content code {
  background: #f3f4f6;
  padding: 0.15rem 0.4rem;
  border-radius: 4px;
  font-size: 0.9em;
}

.content pre code {
  background: none;
  padding: 0;
}

/*==================================================
    Social Share
==================================================*/

.social-share {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.social-share__label {
  font-size: var(--fs-14);
  font-weight: var(--fw-600);
  color: var(--blue-2);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.social-share__buttons {
  display: flex;
  gap: 8px;
}

.social-share__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  color: #fff;
}

.social-share__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  color: #fff;
}

.social-share__btn:active {
  transform: translateY(0);
}

.social-share__btn--facebook {
  background: #1877f2;
}

.social-share__btn--facebook:hover {
  background: #0d6efd;
}

.social-share__btn--x {
  background: #000;
}

.social-share__btn--x:hover {
  background: #333;
}

.social-share__btn--line {
  background: #06c755;
}

.social-share__btn--line:hover {
  background: #05b04a;
}

.social-share__btn--copy {
  background: #6c757d;
}

.social-share__btn--copy:hover {
  background: #5a6268;
}

.social-share__btn--copied {
  background: #198754 !important;
}

@media (max-width: 575.98px) {
  .social-share {
    gap: 10px;
  }
  .social-share__btn {
    width: 36px;
    height: 36px;
  }
}
