/*最新消息 圖片版*/
.story-page .section_story_items {
  color: #999;
  position: relative;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#000000)";
  /*IE 8*/
  -moz-box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.2);
  /*FF 3.5+*/
  -webkit-box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.2);
  /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.2);
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#000000);
  /*IE 5.5-7*/
  border-radius: 0.25rem;
  overflow: hidden;
}

.story-page .story-section03 .img-wrap .img-item {
  padding-top: 60%;
}

.story-page .story-section03 .story-detail-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.story-page .story-section03 .story-detail-title h3 {
  margin: 0;
}

.story-page .story-section03 .story-detail-title .portrait-img {
  border-radius: 50%;
  overflow: hidden;
}

.story-page .story-section03 .share-list {
  text-align: center;
}

.story-page .story-section03 .share-list li {
  margin-bottom: 0.5rem;
}

.story-page .story-section03 .share-list li a {
  display: block;
  font-size: initial;
  line-height: 0;
}

.story-page .story-section03 .share-list li a i {
  font-size: 32px;
  color: #666;
}

.story-page .story-section03 .share-list li a i:hover {
  color: #000;
}

/* 商品輪播放影片*/
.img-wrap .img-item iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.third_login_text {
  height: 60px;
  line-height: 60px;
  text-align: center;
}

.third_login_text .line {
  display: inline-block;
  width: 20%;
  border-top: 1px solid #ccc;
}

.third_login_text .txt {
  color: #000;
  font-weight: bold;
  vertical-align: middle;
}

.third_login .third_login_btn {
  width: 75%;
  margin: auto;
  text-align: center;
}

.third_login .fb-login,
.third_login .google-login,
.third_login .line-login {
  margin: auto;
  text-align: center;
}

.third_login .line-login img {
  width: 75%;
}

.third_login .fb-login img {
  width: 73%;
}

.third_login .google-login img {
  width: 100%;
}

.top-header .top-menu .collapse li:hover > a.line-consult-link::before {
  background: transparent;
}

/* Header LINE consultation CTA */
.header .top-header .top-menu .line-consult-link {
  border-color: #c3a368;
  color: #f3ddb1;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.header .top-header .top-menu .line-consult-link:hover,
.header .top-header .top-menu .line-consult-link:focus-visible {
  background-color: #06c755;
  border-color: #06c755;
  box-shadow: 0 6px 14px rgba(6, 199, 85, 0.28);
  color: #ffffff;
  transform: translateY(-1px);
}

.header .top-header .top-menu .line-consult-link:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 3px;
}

.header .top-header .top-menu .line-consult-link i {
  transition: transform 180ms ease;
}

.header .top-header .top-menu .line-consult-link:hover i,
.header .top-header .top-menu .line-consult-link:focus-visible i {
  transform: scale(1.08);
}

@media (prefers-reduced-motion: reduce) {
  .header .top-header .top-menu .line-consult-link,
  .header .top-header .top-menu .line-consult-link i {
    transition: none;
  }
}

/* Sticky header glass effect */
.header .top-header {
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.header.stick .top-header {
  background-color: rgba(26, 26, 26, 0.78);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(12px) saturate(125%);
  backdrop-filter: blur(12px) saturate(125%);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}

@media (min-width: 992px) {
  .header .top-header .top-menu .language-menu > .dropdown-menu {
    min-width: 150px;
    margin-top: 0;
    padding: 0;
    border: 0;
    border-radius: 0 0 5px 5px;
    background-color: #222222;
    box-shadow: 2px 2px 3px 3px rgba(0, 0, 0, 0.1);
  }

  .header .top-header .top-menu .language-menu > .dropdown-menu .dropdown-item {
    display: flex;
    align-items: center;
    min-height: 42px;
    padding: 10px;
    color: #ffffff;
    background-color: #222222;
    font-size: 16px;
    line-height: 1.2;
  }

  .header
    .top-header
    .top-menu
    .language-menu
    > .dropdown-menu
    .dropdown-item:hover,
  .header
    .top-header
    .top-menu
    .language-menu
    > .dropdown-menu
    .dropdown-item:focus {
    color: #ffffff;
    background-color: #dbbb7a;
  }

  .header .top-header .top-menu .collapse li .sec-ul {
    width: auto;
    min-width: 180px;
    max-width: 260px;
  }

  .header .top-header .top-menu .collapse li .sec-ul > li > a {
    justify-content: flex-start;
    white-space: nowrap;
  }

  .section02-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    row-gap: 30px;
  }

  .section02-grid > .col-lg-4 {
    display: flex;
    width: auto;
    max-width: none;
    margin-bottom: 0 !important;
  }

  .section02-grid .section02-item {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
  }
}

/* Footer contact layout */
.footer.footer-redesign {
  min-height: 390px;
  padding: 70px 0 0;
  background-position: center bottom;
}

.footer-redesign .footer-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(560px, 1.35fr);
  gap: 80px;
  align-items: start;
  min-height: 255px;
}

.footer-redesign .footer-brand {
  padding-top: 4px;
}

.footer-redesign .logofooter {
  display: inline-block;
  margin: 0 0 24px;
}

.footer-redesign .logofooter img {
  width: 189px;
}

.footer-redesign .footer-tagline,
.footer-redesign .footer-tagline-sub,
.footer-redesign .footer-contact-label,
.footer-redesign .footer-contact-value {
  margin: 0;
  color: #f4f4f4;
}

.footer-redesign .footer-tagline {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
}

.footer-redesign .footer-tagline-sub {
  margin-top: 2px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
}

.footer-redesign .footer-contact-us-title {
  margin: 0 0 10px;
  color: #f4f4f4;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
}

.footer-redesign .footer-contact-us-list {
  display: grid;
  gap: 4px;
  margin: 0;
  padding: 0;
  color: #f4f4f4;
  list-style: none;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
}

.footer-redesign .footer-contact-us-list li::before {
  content: "。";
  color: #d5bc7e;
}

.footer-redesign .footer-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px 60px;
}

.footer-redesign .footer-contact-item {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.footer-redesign .footer-contact-item > i {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: rgba(195, 163, 104, 0.22);
  color: #d5bc7e;
  font-size: 15px;
}

.footer-redesign .footer-contact-label {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.footer-redesign .footer-contact-value {
  margin-top: 5px;
  color: #d9d9d9;
  font-size: 16px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.footer-redesign .footer-contact-value a {
  color: inherit;
}

.footer-redesign .footer-contact-value a:hover,
.footer-redesign .footer-contact-value a:focus-visible {
  color: #d5bc7e;
}

.footer-redesign .cpyright {
  border-color: rgba(255, 255, 255, 0.3);
  padding: 17px 0 18px;
}

@media (max-width: 991px) {
  .footer.footer-redesign {
    min-height: 0;
    padding-top: 48px;
  }

  .footer-redesign .footer-main {
    grid-template-columns: 1fr;
    gap: 38px;
    min-height: 0;
    padding-bottom: 42px;
  }

  .footer-redesign .footer-contact-grid {
    gap: 24px 32px;
  }
}

@media (max-width: 575px) {
  .footer.footer-redesign {
    padding-top: 38px;
  }

  .footer-redesign .footer-contact-grid {
    grid-template-columns: 1fr;
  }

  .footer-redesign .footer-main {
    gap: 32px;
    padding-bottom: 34px;
  }

  .footer-redesign .footer-tagline {
    font-size: 16px;
  }

  .footer-redesign .footer-tagline-sub,
  .footer-redesign .footer-contact-label {
    font-size: 14px;
  }

  .footer-redesign .footer-contact-value {
    font-size: 15px;
  }
}

@media (min-width: 1360px) {
  .container {
    max-width: 1410px;
  }
}

/* About page hero */
.about-kv {
  position: relative;
  min-height: 440px;
  background-image: var(--about-kv-background);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  isolation: isolate;
}

.about-kv::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  content: "";
  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.88) 0%,
      rgba(0, 0, 0, 0.74) 30%,
      rgba(0, 0, 0, 0.34) 56%,
      rgba(0, 0, 0, 0.05) 78%,
      rgba(0, 0, 0, 0) 100%
    ),
    linear-gradient(0deg, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.02) 55%);
}

.about-kv-container {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: 440px;
}

.about-kv-content {
  max-width: 720px;
  padding: 32px 0;
}

.about-kv-content h1 {
  margin: 0;
  color: #ffffff;
  font-size: 58px;
  font-weight: 600;
  line-height: 1.22;
}

html[lang="en"] .about-kv-content h1 {
  font-size: 52px;
}

.products-inside-banner {
  min-height: 440px;
  overflow: hidden;
  isolation: isolate;
}

.products-inside-banner::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.88) 0%,
      rgba(0, 0, 0, 0.74) 30%,
      rgba(0, 0, 0, 0.34) 56%,
      rgba(0, 0, 0, 0.05) 78%,
      rgba(0, 0, 0, 0) 100%
    ),
    linear-gradient(0deg, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.02) 55%);
}

.products-inside-banner .img-wrap,
.products-inside-banner .img-wrap .img-item {
  min-height: 440px;
}

.products-inside-banner.inside-banner .img-wrap .img-item {
  padding-top: 0;
}

.products-inside-banner .img-wrap .img-item img {
  width: 100%;
  height: 100%;
  min-height: 440px;
  object-fit: cover;
}

.products-inside-banner.inside-banner .banner-title {
  z-index: 2;
  display: flex;
  align-items: center;
  max-width: 1410px;
  height: 100%;
  min-height: 440px;
  transform: translate(-50%, -50%);
}

.products-inside-banner.inside-banner .banner-title .banner-text {
  max-width: 720px;
  padding: 32px 15px;
}

.products-inside-banner.inside-banner .banner-title h2 {
  margin: 0;
  font-size: 58px;
  font-weight: 600;
  line-height: 1.22;
}

html[lang="en"] .products-inside-banner.inside-banner .banner-title h2 {
  font-size: 52px;
}

@media (max-width: 991px) {
  .about-kv,
  .about-kv-container {
    min-height: 360px;
  }

  .products-inside-banner,
  .products-inside-banner .img-wrap,
  .products-inside-banner .img-wrap .img-item,
  .products-inside-banner .img-wrap .img-item img,
  .products-inside-banner.inside-banner .banner-title {
    min-height: 360px;
  }

  .products-inside-banner .img-wrap .img-item img {
    object-position: 60% center;
  }

  .about-kv {
    background-position: 60% center;
  }

  .about-kv-content h1 {
    font-size: 48px;
  }

  .products-inside-banner.inside-banner .banner-title h2 {
    font-size: 48px;
  }

  html[lang="en"] .about-kv-content h1 {
    font-size: 44px;
  }

  html[lang="en"] .products-inside-banner.inside-banner .banner-title h2 {
    font-size: 44px;
  }
}

@media (max-width: 575px) {
  .about-kv,
  .about-kv-container {
    min-height: 300px;
  }

  .products-inside-banner,
  .products-inside-banner .img-wrap,
  .products-inside-banner .img-wrap .img-item,
  .products-inside-banner .img-wrap .img-item img,
  .products-inside-banner.inside-banner .banner-title {
    min-height: 300px;
  }

  .products-inside-banner .img-wrap .img-item img {
    object-position: 58% center;
  }

  .about-kv {
    background-position: 58% center;
  }

  .about-kv-content {
    max-width: 300px;
    padding: 24px 0;
  }

  .products-inside-banner.inside-banner .banner-title .banner-text {
    max-width: 300px;
    padding: 24px 15px;
  }

  .about-kv-content h1,
  html[lang="en"] .about-kv-content h1,
  .products-inside-banner.inside-banner .banner-title h2,
  html[lang="en"] .products-inside-banner.inside-banner .banner-title h2 {
    font-size: 36px;
    line-height: 1.28;
  }
}

/* About page values */
.ab_s2 {
  display: flex;
  align-items: center;
  min-height: 620px;
  padding: 72px 0;
  background-color: #181715;
  background-image: url(../images/s2-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ab_s2 > .container,
.ab_s2-inner {
  width: 100%;
}

.ab_s2-inner {
  padding: 0;
}

@media (min-width: 992px) {
  .ab_s2-list > .col-lg-4 {
    display: flex;
  }

  .ab_s2-card {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-height: 0;
  }

  .ab_s2-card > i {
    align-self: center;
  }

  .ab_s2-card p {
    margin-top: auto;
  }
}

@media (max-width: 991px) {
  .ab_s2 {
    display: block;
    min-height: 0;
    padding: 48px 0 24px;
    background-position: 62% center;
  }

  .ab_s2-inner {
    padding: 0 26px;
  }
}

@media (max-width: 767px) {
  .ab_s2 {
    padding: 42px 0 18px;
  }

  .ab_s2-inner {
    padding: 0 20px;
  }
}

/* Global typography */
body,
button,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
dt,
dd,
label,
a,
div {
  font-family:
    "Source Han Sans TC", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}

p {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.7px;
}

.nice-select.custom-select-ui {
  float: none;
  width: 100%;
}

.nice-select.custom-select-ui::after {
  display: none;
}

.nice-select.custom-select-ui .current {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nice-select.custom-select-ui .list {
  width: 100%;
}

.section-kv .filter-banner {
  border: 1px solid rgba(219, 187, 122, 0.22);
  background: rgba(15, 15, 15, 0.82);
  -webkit-backdrop-filter: blur(12px) saturate(120%);
  backdrop-filter: blur(12px) saturate(120%);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.3);
}

.section-kv .filter-banner-field label {
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section-kv .filter-banner-control {
  z-index: 1;
  isolation: auto;
}

.section-kv .filter-banner-col {
  position: relative;
}

.section-kv .filter-banner-col:focus-within {
  z-index: 40;
}

.section-kv .filter-banner-control > i {
  color: #dbbb7a;
}

.section-kv .filter-banner-select-control::after {
  right: 16px;
  color: #dbbb7a;
  font-size: 11px;
  transition:
    color 180ms ease,
    transform 180ms ease;
}

.section-kv .filter-banner-select-control:focus-within::after,
.section-kv .filter-banner-select-control:hover::after {
  color: #ffffff;
  transform: translateY(-50%) rotate(180deg);
}

.section-kv .filter-banner-select,
.section-kv .filter-banner-input,
.section-kv .filter-banner .nice-select.filter-banner-select {
  min-height: 48px;
  border: 1px solid rgba(219, 187, 122, 0.24);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  transition:
    border-color 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease;
}

.section-kv .filter-banner-select,
.section-kv .filter-banner .nice-select.filter-banner-select {
  padding-right: 44px;
}

.section-kv .filter-banner select.filter-banner-select {
  color: #ffffff;
  text-overflow: ellipsis;
}

.section-kv .filter-banner select.filter-banner-select option {
  color: #1f1f1f;
  background-color: #ffffff;
}

.section-kv .filter-banner-select:hover,
.section-kv .filter-banner-input:hover,
.section-kv .filter-banner .nice-select.filter-banner-select:hover {
  border-color: rgba(219, 187, 122, 0.58);
  background-color: rgba(255, 255, 255, 0.12);
}

.section-kv .filter-banner-select:focus,
.section-kv .filter-banner-input:focus,
.section-kv .filter-banner .nice-select.filter-banner-select.open,
.section-kv .filter-banner .nice-select.filter-banner-select:focus {
  border-color: #dbbb7a;
  background-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 0 0 3px rgba(219, 187, 122, 0.18);
  color: #ffffff;
}

.section-kv .filter-banner .nice-select.filter-banner-select .current {
  display: block;
  overflow: hidden;
  color: #ffffff;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.section-kv .filter-banner .nice-select.filter-banner-select .list {
  width: 100%;
  max-height: 236px;
  margin-top: 0;
  overflow-y: auto;
  border: 1px solid rgba(219, 187, 122, 0.28);
  border-radius: 0;
  background-color: #171717;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.32);
  scrollbar-color: #dbbb7a #2a2a2a;
  scrollbar-width: thin;
  top: calc(100% + 8px);
  transform: none;
  z-index: 50;
}

.section-kv .filter-banner .nice-select.filter-banner-select.open {
  z-index: 50;
}

.section-kv .filter-banner .nice-select.filter-banner-select.open .list {
  transform: none;
}

.section-kv
  .filter-banner
  .nice-select.filter-banner-select
  .list::-webkit-scrollbar {
  width: 6px;
}

.section-kv
  .filter-banner
  .nice-select.filter-banner-select
  .list::-webkit-scrollbar-track {
  background: #2a2a2a;
}

.section-kv
  .filter-banner
  .nice-select.filter-banner-select
  .list::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: #dbbb7a;
}

.section-kv
  .filter-banner
  .nice-select.filter-banner-select.has-placeholder
  .option[data-value=""] {
  display: none;
}

.section-kv .filter-banner .nice-select.filter-banner-select .option {
  min-height: 42px;
  padding-right: 16px;
  padding-left: 16px;
  color: #eeeeee;
  line-height: 42px;
}

.section-kv .filter-banner .nice-select.filter-banner-select .option:hover,
.section-kv .filter-banner .nice-select.filter-banner-select .option.focus,
.section-kv .filter-banner .nice-select.filter-banner-select .option.selected.focus {
  color: #171717;
  background-color: #dbbb7a;
}

.section-kv .filter-banner .nice-select.filter-banner-select .option.selected {
  color: #dbbb7a;
  font-weight: 600;
}

.header {
  background: transparent;
}

/* Homepage about section */
.section01 .section01-inner {
  max-width: none;
}

.section-title h5 {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.section01 .section01-services {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin: 42px 0 0;
}

.section01 .section01-services > [class*="col-"] {
  display: flex;
  width: auto;
  max-width: none;
  margin: 0 !important;
  padding: 0;
}

.section01 .section01-item {
  display: flex;
  flex: 1;
  flex-direction: column;
  /*min-height: 132px;*/
  padding: 24px;
  border-color: rgba(31, 31, 31, 0.1);
  background: rgba(245, 244, 240, 0.45);
  transition:
    transform 300ms ease,
    border-color 300ms ease,
    background-color 300ms ease,
    box-shadow 300ms ease;
  justify-content: center;
}

.section01 .section01-item:hover {
  border-color: rgba(184, 163, 106, 0.55);
  background-color: #ffffff;
  box-shadow: 0 14px 30px rgba(31, 31, 31, 0.12);
  transform: translateY(-4px);
}

.section01 .section01-item h3 {
  margin-bottom: 8px;
  color: #1f1f1f;
}

.section01 .section01-item h3 i {
  margin-bottom: 0;
  color: #b8a36a;
  font-size: 20px;
}

.section01 .section01-item p {
  color: #777777;
  font-size: 16px;
  line-height: 1.6;
}

@media (min-width: 768px) {
  .section01 .section01-services {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  .section01 .section01-media,
  .section01 .section01-content {
    min-height: 560px;
  }

  .section01 .section01-content {
    padding: 70px 86px;
  }
}

@media (max-width: 991px) {
  .section01 .section01-services {
    margin-top: 32px;
  }
}

@media (max-width: 575px) {
  .section01 .section01-item {
    min-height: 0;
    padding: 22px;
  }
}

.section02 .section02-item {
  border: 1px solid rgba(184, 163, 106, 0.35);
  background: rgba(255, 255, 255, 0.03);
}

@media (max-width: 767px) {
  .section-kv .filter-banner {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    width: auto;
    max-width: none;
    margin: 0;
    padding: 16px 15px;
    transform: none;
  }

  .section-kv .filter-banner-form {
    overflow: visible;
  }

  .section-kv .filter-banner-row {
    margin-right: -6px;
    margin-left: -6px;
    overflow: visible;
  }

  .section-kv .filter-banner-col {
    margin-bottom: 14px;
    padding-right: 6px;
    padding-left: 6px;
  }

  .section-kv .filter-banner-col:focus-within {
    z-index: 60;
  }

  .section-kv .filter-banner-field label {
    margin-bottom: 6px;
  }

  .section-kv .filter-banner-select-control:focus-within > i {
    top: 22px;
  }

  .section-kv .filter-banner-select-control:focus-within::after {
    top: 22px;
  }

  .section-kv .filter-banner-select,
  .section-kv .filter-banner-input,
  .section-kv .filter-banner .nice-select.filter-banner-select,
  .section-kv .filter-banner-submit {
    height: 44px;
    line-height: 44px;
  }

  .section-kv .filter-banner .nice-select.filter-banner-select.open {
    height: auto;
    min-height: 44px;
    padding: 0;
    line-height: normal;
  }

  .section-kv .filter-banner .nice-select.filter-banner-select.open .current {
    height: 44px;
    padding: 0 38px 0 43px;
    line-height: 44px;
  }

  .section-kv .filter-banner .nice-select.filter-banner-select.open .list {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: 100%;
    box-sizing: border-box;
    max-height: 220px;
    margin-top: 0;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .section02-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    margin: 0;
  }

  .section02-grid > [class*="col-"] {
    width: auto;
    max-width: none;
    margin: 0 !important;
    padding: 0;
  }

  .section02 .section02-item {
    padding: 24px;
  }

  .section-product .section-product-more,
  .section-product .nav.nav-tabs {
    display: none;
  }
}

/* Homepage why section */
.section03 .section03-inner {
  max-width: none;
}

.section03 .section03-features {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  margin: 42px 0 0;
}

.section03 .section03-features > [class*="col-"] {
  width: auto;
  max-width: none;
  margin: 0 !important;
  padding: 0;
}

.section03 .section03-item {
  min-height: 0;
  padding: 0 0 22px;
  border: 0;
  border-bottom: 1px solid rgba(31, 31, 31, 0.09);
  background: transparent;
}

.section03 .section03-item i {
  display: block;
  margin-bottom: 16px;
  color: #b8a36a;
  font-size: 32px;
}

.section03 .section03-item h3 {
  margin-bottom: 10px;
  color: #1f1f1f;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.section03 .section03-item p {
  color: #777777;
  font-size: 16px;
  line-height: 1.8;
}

@media (min-width: 768px) {
  .section03 .section03-features {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .section03 .section03-item {
    height: 100%;
    padding: 0 22px 0 0;
    border-right: 1px solid rgba(31, 31, 31, 0.09);
    border-bottom: 0;
  }

  .section03 .section03-features > [class*="col-"]:last-child .section03-item {
    border-right: 0;
  }
}

@media (min-width: 992px) {
  .section03 .section03-media,
  .section03 .section03-content {
    min-height: 520px;
  }

  .section03 .section03-content {
    padding: 70px 86px;
  }
}

@media (max-width: 991px) {
  .section03 .section03-features {
    margin-top: 32px;
  }
}

/* Compact mobile navigation with a clear parent/child hierarchy. */
@media (max-width: 991px) {
  .header.header_mb_style .top-header {
    padding: 7px 0;
    background: rgba(31, 31, 31, 0.96);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
  }

  .header.header_mb_style .top-header > .container {
    padding-right: 14px;
    padding-left: 14px;
  }

  .header.header_mb_style .top-header > .container > .d-flex {
    min-height: 44px;
  }

  .header.header_mb_style .logo {
    display: inline-flex;
    align-items: center;
    max-width: calc(100vw - 76px);
  }

  .header.header_mb_style .logo img {
    width: clamp(168px, 52vw, 216px);
    max-height: 36px;
    object-fit: contain;
  }

  .header.header_mb_style .top-header .top-menu nav {
    padding: 0;
  }

  .header.header_mb_style .top-header .top-menu nav .navbar-toggler {
    top: 50%;
    right: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 40px;
    height: 38px;
    padding: 0;
    border: 1px solid rgba(219, 187, 122, 0.78);
    border-radius: 4px;
    background: linear-gradient(180deg, #d9bd7c 0%, #c8a866 100%);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.22);
    transform: translateY(-50%);
  }

  .header.header_mb_style .top-header .top-menu nav .navbar-toggler span.icon-bar {
    width: 20px;
    height: 2px;
    background: #ffffff;
  }

  .header.header_mb_style
    .top-header
    .top-menu
    nav
    .navbar-toggler
    span.icon-bar
    + .icon-bar {
    margin-top: 5px;
  }

  .header.header_mb_style .top-header .top-menu nav .navbar-toggler.yes span.icon-bar:nth-child(2) {
    opacity: 0;
  }

  .header.header_mb_style .top-header .top-menu nav .navbar-collapse,
  .header.header_mb_style .top-header .top-menu nav .navbar-collapse.show {
    top: 58px;
    min-height: 0;
    height: calc(100dvh - 58px);
    padding: 12px 18px 100px;
    background: rgba(43, 38, 38, 0.98);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
  }

  .header.header_mb_style .top-header .top-menu nav .navbar-collapse .nav {
    width: 100%;
    align-items: stretch !important;
    text-align: left;
  }

  .header.header_mb_style .top-header .top-menu nav .navbar-collapse .nav > li {
    width: 100%;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  }

  .header.header_mb_style
    .top-header
    .top-menu
    nav
    .navbar-collapse
    .nav
    > li
    > a.menu-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 54px;
    padding: 15px 4px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
  }

  .header.header_mb_style
    .top-header
    .top-menu
    nav
    .navbar-collapse
    .nav
    > li
    > a.menu-link
    i {
    margin-left: 10px;
    font-size: 14px;
  }

  .header.header_mb_style
    .top-header
    .top-menu
    nav
    .navbar-collapse
    .nav
    > li
    > .sec-ul {
    position: static;
    display: block;
    width: 100%;
    margin: 0 0 8px;
    padding: 2px 0 8px;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .header.header_mb_style
    .top-header
    .top-menu
    nav
    .navbar-collapse
    .nav
    > li
    > .sec-ul
    > li {
    margin: 0;
    border: 0;
  }

  .header.header_mb_style
    .top-header
    .top-menu
    nav
    .navbar-collapse
    .nav
    > li
    > .sec-ul
    > li
    > a {
    display: block;
    min-height: 40px;
    padding: 10px 12px 10px 22px;
    border-left: 1px solid rgba(219, 187, 122, 0.65);
    color: rgba(255, 255, 255, 0.82);
    background: rgba(255, 255, 255, 0.035);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.35;
  }

  .header.header_mb_style
    .top-header
    .top-menu
    nav
    .navbar-collapse
    .nav
    > li
    > .sec-ul
    > li
    + li
    > a {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
  }
}

/* Shared category tabs for news, videos and FAQ. */
.content-tabs {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 18px 20px;
  margin: 0 0 34px;
  padding: 0;
  border: 0 !important;
}

.nav.nav-tabs.content-tabs {
  justify-content: flex-start;
  margin: 0 0 34px;
  border: 0 !important;
}

.content-tabs > .nav-link,
.content-tabs > .nav-item {
  flex: 0 0 auto;
  margin: 0 !important;
}

.content-tabs > .nav-link,
.content-tabs > .nav-item > .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 98px;
  min-height: 46px;
  margin: 0;
  padding: 7.5px 15px;
  border: 1px solid #ececea;
  border-radius: 0;
  color: #9a9a9a;
  background: #ffffff;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.35;
  transition:
    color 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease;
}

.content-tabs.nav-tabs02 > .nav-item > .nav-link {
  border: 1px solid #ececea;
  border-radius: 0;
  color: #9a9a9a;
  background: #ffffff;
  font-size: 15px;
}

.content-tabs > .nav-link:hover,
.content-tabs > .nav-link.active,
.content-tabs > .nav-item > .nav-link:hover,
.content-tabs > .nav-item > .nav-link.active {
  border-color: #171717;
  color: #dbbb7a;
  background: #171717;
}

.content-tabs.nav-tabs02 > .nav-item > .nav-link:hover,
.content-tabs.nav-tabs02 > .nav-item > .nav-link.active {
  border: 1px solid #171717;
  color: #dbbb7a;
  background: #171717;
}

@media (max-width: 767px) {
  .content-tabs {
    flex-wrap: nowrap;
    gap: 10px;
    margin-right: -15px;
    margin-bottom: 26px;
    padding: 0 15px 6px 0;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scrollbar-width: thin;
  }

  .content-tabs > .nav-link,
  .content-tabs > .nav-item {
    flex: 0 0 auto;
  }

  .content-tabs > .nav-link,
  .content-tabs > .nav-item > .nav-link {
    min-width: 92px;
    min-height: 44px;
    padding: 9px 16px;
    font-size: 14px;
    white-space: nowrap;
  }

  .content-tabs.nav-tabs02 > .nav-item > .nav-link {
    margin: 0;
    padding: 9px 16px;
    font-size: 14px;
  }
}

/* Override legacy news tab rules without affecting other nav tabs. */
.tab_rwd .content-tabs.nav.nav-tabs > .nav-link,
.news_section .content-tabs.nav.nav-tabs > .nav-link {
  margin: 0 !important;
  padding: 7.5px 15px !important;
  border: 1px solid #ececea !important;
  border-radius: 0 !important;
  color: #9a9a9a !important;
  background: #ffffff !important;
  font-size: 15px !important;
  text-align: center;
}

.tab_rwd .content-tabs.nav.nav-tabs > .nav-link:hover,
.tab_rwd .content-tabs.nav.nav-tabs > .nav-link.active,
.news_section .content-tabs.nav.nav-tabs > .nav-link:hover,
.news_section .content-tabs.nav.nav-tabs > .nav-link.active {
  border: 1px solid #171717 !important;
  color: #dbbb7a !important;
  background: #171717 !important;
}

@media (max-width: 767px) {
  .tab_rwd .content-tabs.nav.nav-tabs {
    display: none !important;
  }

  .tab_rwd .mobile-tabs {
    display: block;
    width: 100%;
    margin: 0 0 26px;
  }

  .tab_rwd .mobile-tabs .btn-outline-primary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 46px;
    padding: 10px 16px;
    border: 1px solid #171717;
    border-radius: 0;
    color: #dbbb7a;
    background: #171717;
    font-size: 15px;
    text-align: left;
  }

  .tab_rwd .mobile-tabs .btn-outline-primary:hover,
  .tab_rwd .mobile-tabs .btn-outline-primary:focus,
  .tab_rwd .mobile-tabs.show .btn-outline-primary {
    border-color: #dbbb7a;
    color: #dbbb7a;
    background: #171717;
    box-shadow: none;
  }

  .tab_rwd .mobile-tabs .dropdown-menu {
    width: 100%;
    margin: 4px 0 0;
    padding: 6px;
    border: 1px solid rgba(219, 187, 122, 0.45);
    border-radius: 0;
    background: #1f1f1f;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.2);
  }

  .tab_rwd .mobile-tabs .dropdown-item {
    padding: 11px 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: #eeeeee;
    font-size: 15px;
    text-align: left;
  }

  .tab_rwd .mobile-tabs .dropdown-item:last-child {
    border-bottom: 0;
  }

  .tab_rwd .mobile-tabs .dropdown-item:hover,
  .tab_rwd .mobile-tabs .dropdown-item:focus,
  .tab_rwd .mobile-tabs .dropdown-item.active,
  .tab_rwd .mobile-tabs .dropdown-item:active {
    color: #1f1f1f;
    background: #dbbb7a;
  }
}

/* Keep mobile breadcrumb title and path text visually consistent. */
@media (max-width: 767px) {
  .breadcrumb-area .breadcrumb,
  .breadcrumb-area .breadcrumb li,
  .breadcrumb-area .breadcrumb li a {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
  }
}

/* Products list filter: highlight selected radio options */
.products-filter .products-filter-choice-button.is-active span,
.products-filter .products-filter-choice-button input:checked + span {
  color: #c6aa67;
  background-color: #171717;
  border-color: #171717;
  font-weight: 600;
}

/* Keep completion labels and their inputs on one line. */
.products-filter .products-filter-completion-fields {
  display: flex;
  align-items: center;
  gap: 10px;
}

.products-filter .products-filter-completion-fields > label {
  flex: 0 0 auto;
  margin: 0;
  white-space: nowrap;
}

.products-filter .products-filter-completion-fields > input {
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
}

/* Products pagination theme override */
.inside-content .pagination {
  gap: 8px;
  margin-top: 18px;
}

.inside-content .pagination ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 0;
}

.inside-content .pagination li {
  margin: 0 !important;
}

.inside-content .pagination li > a,
.inside-content .pagination li > span,
.inside-content .pagination .page-item .page-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 8px 14px;
  border: 1px solid rgba(23, 23, 23, 0.16) !important;
  border-radius: 0 !important;
  color: #171717 !important;
  background: #ffffff !important;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  box-shadow: none !important;
  transition:
    color 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease;
}

.inside-content .pagination li > a:hover,
.inside-content .pagination li > a:focus,
.inside-content .pagination .page-item .page-link:hover,
.inside-content .pagination .page-item .page-link:focus {
  border-color: #171717 !important;
  color: #dbbb7a !important;
  background: #171717 !important;
  box-shadow: none !important;
}

.inside-content .pagination li.active > a,
.inside-content .pagination li.active > span,
.inside-content .pagination .page-item.active .page-link {
  border-color: #171717 !important;
  color: #dbbb7a !important;
  background: #171717 !important;
}

.inside-content .pagination li.disabled > a,
.inside-content .pagination li.disabled > span,
.inside-content .pagination .page-item.disabled .page-link {
  border-color: rgba(23, 23, 23, 0.08) !important;
  color: #b8b8b8 !important;
  background: #f4f4f4 !important;
  pointer-events: none;
}

/* Product detail request info CTA */
.inside-content .products-request-info-btn {
  border-color: #171717 !important;
  color: #dbbb7a !important;
  background: #171717 !important;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition:
    color 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.inside-content .products-request-info-btn:hover,
.inside-content .products-request-info-btn:focus-visible {
  border-color: #dbbb7a !important;
  color: #171717 !important;
  background: #dbbb7a !important;
  box-shadow: 0 10px 22px rgba(219, 187, 122, 0.32);
  transform: translateY(-2px);
}

.products-share-actions {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 14px;
}

.products-share-actions > span {
  color: #777777;
  font-size: 14px;
  font-weight: 500;
}

.products-share-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(23, 23, 23, 0.14);
  border-radius: 50%;
  color: #171717;
  background: #ffffff;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  transition:
    color 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.products-share-link:hover,
.products-share-link:focus-visible {
  border-color: #171717;
  color: #dbbb7a;
  background: #171717;
  box-shadow: 0 8px 18px rgba(23, 23, 23, 0.2);
  transform: translateY(-2px);
}

.products-share-link.products-share-whatsapp:hover,
.products-share-link.products-share-whatsapp:focus-visible {
  border-color: #25d366;
  color: #ffffff;
  background: #25d366;
}

.products-share-link.products-share-wechat:hover,
.products-share-link.products-share-wechat:focus-visible,
.products-share-actions.is-wechat-open .products-share-wechat {
  border-color: #09b83e;
  color: #ffffff;
  background: #09b83e;
}

.products-wechat-share-panel {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  z-index: 5;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 280px;
  min-height: 154px;
  padding: 18px;
  border: 1px solid rgba(219, 187, 122, 0.28);
  background: #ffffff;
  box-shadow: 0 18px 36px rgba(23, 23, 23, 0.18);
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition:
    opacity 180ms ease,
    visibility 180ms ease,
    transform 180ms ease;
}

.products-share-actions.is-wechat-open .products-wechat-share-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.products-wechat-share-panel p {
  margin: 0 26px 12px 0;
  color: #555555;
  font-size: 13px;
  line-height: 1.5;
}

.products-wechat-copy-row {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
  gap: 8px;
}

.products-wechat-share-url {
  width: 100%;
  min-width: 0;
  height: 38px;
  padding: 0 10px;
  border: 1px solid #e2dfd6;
  color: #555555;
  background: #fafafa;
  font-size: 12px;
  line-height: 38px;
}

.products-wechat-copy-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  padding: 0 12px;
  border: 0;
  color: #171717;
  background: #dbbb7a;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  transition:
    color 180ms ease,
    background-color 180ms ease;
}

.products-wechat-copy-btn:hover,
.products-wechat-copy-btn:focus-visible {
  color: #dbbb7a;
  background: #171717;
}

.products-wechat-copy-status {
  display: block;
  min-height: 18px;
  margin-top: 8px;
  color: #09b83e;
  font-size: 12px;
}

.products-wechat-share-close {
  position: absolute;
  top: 6px;
  right: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  padding: 0;
  border: 0;
  color: #777777;
  background: transparent;
  cursor: pointer;
  transition: color 180ms ease;
}

.products-wechat-share-close:hover,
.products-wechat-share-close:focus-visible {
  color: #171717;
}

@media (max-width: 991px) {
  .products-share-actions {
    justify-content: flex-start;
  }

  .products-wechat-share-panel {
    right: auto;
    left: 0;
  }
}

@media (max-width: 767px) {
  .products-details-hero .section-title {
    margin-bottom: 18px;
  }

  .products-details-hero .section-title h5 {
    margin-bottom: 16px;
    font-size: 14px;
  }

  .products-details-hero .section-title h2 {
    margin-bottom: 18px;
    font-size: 30px;
    line-height: 1.32;
  }

  .products-details-hero .section-title p {
    margin-bottom: 18px !important;
    font-size: 17px;
    line-height: 1.55;
  }

  .products-details-hero .products-details-list01 {
    display: grid;
    gap: 10px;
    margin-bottom: 0;
  }

  .products-details-hero .products-details-list01 li {
    display: flex;
    align-items: flex-start;
    margin-right: 0;
    font-size: 14px;
    line-height: 1.45;
  }

  .products-details-hero .products-details-list01 li i {
    flex: 0 0 18px;
    margin-top: 3px;
  }

  .products-details-hero-actions {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    max-width: 320px;
    margin-left: auto;
    text-align: left !important;
  }

  .products-details-hero-actions .price-item {
    margin-bottom: 18px;
    text-align: right;
    font-size: 28px;
    line-height: 1.28;
  }

  .inside-content .products-details-hero-actions .products-request-info-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 46px;
    padding: 12px 18px;
    text-align: center;
  }

  .products-details-hero-actions .products-share-actions {
    justify-content: flex-start;
    margin-top: 16px;
  }

  .products-wechat-share-panel {
    width: min(280px, calc(100vw - 30px));
  }
}

@media (max-width: 575px) {
  .products-details-hero .section-title h2 {
    font-size: 28px;
  }

  .products-details-hero-actions {
    max-width: 100%;
    margin-left: 0;
  }

  .products-details-hero-actions .price-item {
    align-self: flex-end;
    font-size: 28px;
  }

  .products-details-hero-actions .products-share-actions {
    gap: 9px;
  }
}

@media (max-width: 767px) {
  .products-unit-list {
    padding: 22px 16px 24px;
    border-color: #e7e4dc;
  }

  .products-unit-list .products-unit-list-title {
    margin-bottom: 18px;
    font-size: 24px;
    letter-spacing: 0.04em;
  }

  .products-unit-list .table-responsive {
    position: relative;
    margin-right: -16px;
    margin-left: -16px;
    padding-right: 16px;
    padding-left: 16px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }

  .products-unit-list .table-responsive::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 28px;
    content: "";
    pointer-events: none;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), #ffffff);
  }

  .products-unit-list .products-unit-table {
    min-width: 760px;
  }

  .products-unit-list .products-unit-table th,
  .products-unit-list .products-unit-table td {
    padding: 13px 14px;
    font-size: 14px;
    line-height: 1.45;
    vertical-align: middle;
    white-space: nowrap;
  }

  .products-unit-list .products-unit-table th {
    background-color: #f8f7f4;
  }

  .products-unit-list .products-unit-table th:first-child,
  .products-unit-list .products-unit-table td:first-child {
    position: sticky;
    left: 0;
    z-index: 1;
    min-width: 118px;
    white-space: normal;
    background-color: #ffffff;
    box-shadow: 10px 0 14px rgba(255, 255, 255, 0.92);
  }

  .products-unit-list .products-unit-table th:first-child {
    z-index: 2;
    background-color: #f8f7f4;
  }

  .tabs-wrap {
    border-top: 1px solid #e4e1d8;
    box-shadow: 0 5px 16px rgba(23, 23, 23, 0.08);
  }

  .tabs-wrap .container {
    padding-right: 0;
    padding-left: 0;
  }

  .tabs-wrap .nav.nav-tabs.nav-tabs03 {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    margin: 0;
    padding: 10px 14px;
    overflow-x: auto;
    border: 0;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .tabs-wrap .nav.nav-tabs.nav-tabs03::-webkit-scrollbar {
    display: none;
  }

  .tabs-wrap .nav.nav-tabs.nav-tabs03 .nav-item {
    flex: 0 0 auto;
    width: auto !important;
    margin: 0;
  }

  .tabs-wrap .nav.nav-tabs.nav-tabs03 .nav-link {
    min-height: 42px;
    padding: 10px 14px;
    border: 1px solid #ded9cc;
    border-radius: 0;
    color: #5d5d5d;
    background-color: #ffffff;
    font-size: 14px;
    line-height: 1.25;
    white-space: nowrap;
  }

  .tabs-wrap .nav.nav-tabs.nav-tabs03 .nav-link:hover,
  .tabs-wrap .nav.nav-tabs.nav-tabs03 .nav-link.active {
    border-color: #171717;
    color: #dbbb7a;
    background-color: #171717;
  }
}

@media (max-width: 767px) {
  .products-related-section {
    margin-bottom: 0 !important;
  }

  .products-related-section .section-title-center {
    margin-bottom: 26px;
    padding: 0 8px;
  }

  .products-related-section .section-title-center h3 {
    margin-bottom: 12px;
    font-size: 26px;
    line-height: 1.32;
  }

  .products-related-section .section-title-center p {
    max-width: 315px;
    margin-right: auto !important;
    margin-left: auto !important;
    font-size: 16px;
    line-height: 1.75;
  }

  .products-related-section .products-related-grid {
    margin-right: -8px;
    margin-left: -8px;
  }

  .products-related-section .products-related-grid > [class*="col-"] {
    padding-right: 8px;
    padding-left: 8px;
    margin-bottom: 18px !important;
  }

  .products-related-section .section_product_items {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    border: 1px solid #ece7dd;
    box-shadow: 0 8px 18px rgba(23, 23, 23, 0.1);
  }

  .products-related-section .section_product_items .img-wrap .img-item {
    padding-top: 72%;
    background-color: #f6f5f1;
  }

  .products-related-section .section_product_items .img-wrap .img-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .products-related-section .section_product_items .text-item {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 14px 14px 16px;
  }

  .products-related-section .section_product_items .text-item .d-flex {
    min-width: 0;
    margin-bottom: 8px !important;
  }

  .products-related-section .section_product_items .text-item .d-flex p {
    overflow: hidden;
    font-size: 14px;
    line-height: 1.45;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .products-related-section .section_product_items h5 {
    display: -webkit-box;
    min-height: 48px;
    margin-bottom: 8px !important;
    overflow: hidden;
    font-size: 18px;
    line-height: 1.34;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .products-related-section .section_product_items .over-2 {
    min-height: 42px;
    margin-bottom: 10px !important;
    font-size: 14px;
    line-height: 1.5;
  }

  .products-related-section .section_product_items .text-item .flex.justify-content-between {
    align-items: flex-start !important;
    flex-direction: column;
    gap: 4px;
    margin-top: auto;
    margin-bottom: 12px !important;
  }

  .products-related-section .section_product_items .prev-price,
  .products-related-section .section_product_items .price {
    font-size: 16px;
    line-height: 1.2;
  }

  .products-related-section .section_product_items .more-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 10px 34px 10px 18px;
    font-size: 15px;
    line-height: 1.25;
    text-align: center;
  }

  .products-related-section .section_product_items .more-arrow i {
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
  }
}

@media (max-width: 380px) {
  .products-related-section .products-related-grid {
    margin-right: -6px;
    margin-left: -6px;
  }

  .products-related-section .products-related-grid > [class*="col-"] {
    padding-right: 6px;
    padding-left: 6px;
  }

  .products-related-section .section_product_items .text-item {
    padding: 12px 12px 14px;
  }

  .products-related-section .section_product_items h5 {
    font-size: 16px;
  }

  .products-related-section .section_product_items .prev-price,
  .products-related-section .section_product_items .price {
    font-size: 15px;
  }

  .products-related-section .section_product_items .more-arrow {
    min-height: 44px;
    padding-right: 30px;
    padding-left: 14px;
    font-size: 14px;
  }
}

.products-filter .products-filter-search-submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #555;
  cursor: pointer;
  line-height: 42px;
  text-align: center;
}

.products-filter .products-filter-search-submit i {
  position: static;
  color: inherit;
  font-size: 13px;
  pointer-events: auto;
  transform: none;
}

.products-filter .products-filter-search-submit:hover,
.products-filter .products-filter-search-submit:focus {
  color: #bda05e;
  outline: 0;
}

.products-filter .products-filter-search-submit:focus-visible {
  box-shadow: inset 0 0 0 2px #bda05e;
}

.section-qa .youtube-channel-preview {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.section-qa .youtube-channel-preview::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 1;
  transition: background 0.35s ease;
}

.section-qa .youtube-channel-preview img {
  transition: transform 0.45s ease, filter 0.45s ease;
}

.section-qa .youtube-channel-preview .preview-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 96px;
  height: 96px;
  padding-left: 7px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.18);
  color: #fff;
  font-size: 3rem;
  line-height: 96px;
  text-align: center;
  z-index: 2;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}

.section-qa .youtube-channel-label {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 52px;
  padding: 12px 22px;
  background: rgba(0, 0, 0, 0.72);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  transition: background 0.35s ease, padding 0.35s ease;
}

.section-qa .youtube-channel-label i {
  color: #fff;
  font-size: 20px;
  line-height: 1;
}

.section-qa .youtube-channel-preview:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.24);
}

.section-qa .youtube-channel-preview:hover::before {
  background: rgba(0, 0, 0, 0.22);
}

.section-qa .youtube-channel-preview:hover img {
  transform: scale(1.06);
  filter: saturate(1.12) contrast(1.05);
}

.section-qa .youtube-channel-preview:hover .preview-play-icon {
  width: 108px;
  height: 108px;
  background: rgba(255, 255, 255, 0.18);
  border-color: #fff;
  color: #fff;
  font-size: 3.4rem;
  line-height: 108px;
}

.section-qa .youtube-channel-preview:hover .youtube-channel-label {
  padding-right: 28px;
  background: rgba(0, 0, 0, 0.86);
}

.section-kv .banner_slider .text-item h2,
.section-title h2,
.section-title-center h2 {
  letter-spacing: 0;
  text-wrap: balance;
}

.section-kv .banner_slider .text-item p,
.section-title p,
.section-title-center p,
.section02 p,
.section-contactus .section-title p {
  text-wrap: pretty;
}

.section-contactus .section-title h2 {
  max-width: 720px;
  line-height: 1.18;
}

.section-contactus .section-title p {
  max-width: 720px;
}

.section-contactus .more-arrow {
  border: 1px solid #dbbb7a;
  border-radius: 8px;
  color: #fff !important;
  background: rgba(0, 0, 0, 0.28);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
}

.section-contactus .more-arrow i {
  color: #dbbb7a;
}

.section-contactus .more-arrow:hover,
.section-contactus .more-arrow:focus {
  border-color: #dbbb7a;
  background: #a98d4f;
  color: #fff !important;
}

.section-contactus .more-arrow:hover i,
.section-contactus .more-arrow:focus i {
  color: #fff;
}

@media (min-width: 992px) {
  .section-contactus .col-lg-6 {
    flex: 0 0 62%;
    max-width: 62%;
  }
}

.section02 .section-title h2 {
  max-width: 680px;
  line-height: 1.2;
}

.section-qa .section-title-center h2 {
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 991px) {
  .section-contactus .section-title h2,
  .section02 .section-title h2,
  .section-qa .section-title-center h2 {
    max-width: none;
  }
}

@media (max-width: 767px) {
  .section-kv .banner_slider .text-item h2,
  .section-title h2,
  .section-title-center h2 {
    line-height: 1.22;
  }

  .section-contactus .section-title h2 {
    font-size: 34px;
  }

  .section-contactus .d-flex {
    flex-wrap: wrap;
    gap: 14px;
  }

  .section-contactus .more-arrow {
    min-width: 240px;
    margin-right: 0 !important;
    margin-bottom: 0;
  }

  .section-qa .youtube-channel-preview .preview-play-icon {
    width: 74px;
    height: 74px;
    padding-left: 5px;
    font-size: 2.35rem;
    line-height: 74px;
  }

  .section-qa .youtube-channel-preview:hover .preview-play-icon {
    width: 82px;
    height: 82px;
    font-size: 2.55rem;
    line-height: 82px;
  }

  .section-qa .youtube-channel-label {
    min-height: 44px;
    padding: 10px 14px;
    font-size: 15px;
  }
}

@media (max-width: 420px) {
  .section-contactus .section-title h2 {
    font-size: 30px;
  }

  .section-qa .youtube-channel-label {
    max-width: 88%;
    font-size: 14px;
  }
}

/* Videos - YouTube thumbnail lightbox */
.news_section .youtube-video-item {
  position: relative;
  display: block;
  overflow: hidden;
}

.news_section .youtube-video-item > .fab.fa-youtube {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  color: #ff0000;
  font-size: 28px;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
  transition: color 0.2s ease;
}

.news_section .youtube-video-item:hover > .fab.fa-youtube {
  color: #cc0000;
}

.news_section .youtube-video-item .video-responsive img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news_section .youtube-video-item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.15);
  transition: background 0.2s ease;
}

.news_section .youtube-video-item:hover::before {
  background: rgba(0, 0, 0, 0.28);
}

/* Videos - Facebook embedded player */
.news_section .facebook-video-item {
  background: #000;
}

.news_section .facebook-video-preview {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  background: linear-gradient(135deg, #1877f2 0%, #0d5dbf 100%);
}

.news_section .facebook-video-preview > .fab.fa-facebook-f {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 48px;
}

/* 影音專區 - YouTube Shorts 直向卡片 */
.news_section .videos-shorts-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px 16px;
  max-width: 1000px;
  margin: 0 auto;
}

.news_section .shorts-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: calc(50% - 8px);
  max-width: 220px;
  min-width: 0;
  flex-shrink: 0;
}

.news_section .shorts-card__media {
  border-radius: 12px;
  overflow: hidden;
  background: #0f0f0f;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.news_section .shorts-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 177.78%;
  overflow: hidden;
}

.news_section .shorts-video iframe,
.news_section .shorts-video object,
.news_section .shorts-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: none;
  border: 0;
  border-radius: 12px;
}

.news_section .shorts-card__title {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #0f0f0f;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
}

@media (min-width: 576px) {
  .news_section .shorts-card {
    width: calc(33.333% - 12px);
    max-width: 220px;
  }

  .news_section .shorts-card__title {
    font-size: 15px;
  }
}

@media (min-width: 992px) {
  .news_section .shorts-card {
    width: 200px;
    max-width: 200px;
  }

  .news_section .videos-shorts-grid {
    gap: 28px 20px;
  }
}

@media (min-width: 992px) {
  .ab_s1-row:not(.ab_s1-row--second) > [class*="col-"] {
    display: flex;
  }

  .ab_s1-row:not(.ab_s1-row--second) .ab_s1-body,
  .ab_s1-row:not(.ab_s1-row--second) .ab_s1-img {
    width: 100%;
    height: 100%;
  }

  .ab_s1-row:not(.ab_s1-row--second) .ab_s1-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

/* Google Translate widget - hide default UI */
.goog-te-banner-frame,
.skiptranslate,
#goog-gt-tt,
.goog-te-balloon-frame {
  display: none !important;
}

body {
  top: 0 !important;
}

#google_translate_element {
  display: none;
}

.goog-te-gadget {
  font-size: 0 !important;
}

