/* XET CSS v2.1.4 2026-09-21 for supported in all modern browsers By xetemplate(https://xetemplate.com) */
.xet-layout .lnb {
  position: relative;
}
.xet-layout .lnb .lnb-fade {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 48px;
  pointer-events: none;
  z-index: 2;
  transition: opacity 0.2s;
}
.xet-layout .lnb .lnb-fade.is-hidden {
  opacity: 0;
}
.xet-layout .lnb .lnb-fade.lnb-fade--left {
  left: 0;
  background: linear-gradient(to right, #232225 30%, transparent);
}
.xet-layout .lnb .lnb-fade.lnb-fade--right {
  right: 0;
  background: linear-gradient(to left, #232225 30%, transparent);
}
.xet-layout .lnb .lnb__list {
  display: flex;
  align-items: center;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.xet-layout .lnb .lnb__list::-webkit-scrollbar {
  display: none;
}
.xet-layout .lnb .lnb__list > li {
  position: relative;
  flex-shrink: 0;
}
.xet-layout .lnb .lnb__list > li a {
  position: relative;
  display: flex;
  align-items: center;
  white-space: nowrap;
  height: 4rem;
  padding-inline: 1rem;
  color: inherit;
  transition: all 0.3s ease-out 0s;
}
.xet-layout .lnb .lnb__list > li a::after {
  z-index: 1;
  position: absolute;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  right: 0;
  width: 0;
  transition: all 0.3s ease-out 0s;
  background: var(--xet-theme-color);
}
.xet-layout .lnb .lnb__list > li a img {
  vertical-align: middle;
}
.xet-layout .lnb .lnb__list > li.is-active a {
  font-weight: 700;
  color: var(--xet-theme-color);
}
.xet-layout .lnb .lnb__list > li.is-active a::after {
  width: 100%;
}
@media (min-width: 1024px) {
  .xet-layout .lnb .lnb__list > li {
    flex: 1;
  }
  .xet-layout .lnb .lnb__list > li a {
    justify-content: center;
  }
  .xet-layout .lnb .lnb__list > li.is-active a {
    background-color: var(--xet-theme-color);
    color: var(--xet-theme-dark-text-strong-color);
  }
}
/*# sourceMappingURL=aed6b58f5c8a3bf85ceff8ee4daad8e80b586d87.lnb.scss.map */
