.page-bg {
  background-color: var(--shop-color-bg-white);
  padding: 24px;
  border-radius: 12px; }

.wrap-heading h2 {
  font-size: 18px;
  font-weight: 700; }

.box-info-contact,
.box-send-contact {
  background: #fff;
  padding: 15px;
  border-radius: 3px; }

.box-info-contact {
  margin-bottom: 15px; }

.box-info-contact li {
  margin-bottom: 10px; }

.box-info-contact li > span {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  float: left;
  border: 1px solid #ddd;
  text-align: center;
  font-size: 15px;
  display: grid;
  place-items: center; }
  .box-info-contact li > span svg {
    width: 15px;
    height: 15px; }

.box-info-contact li p {
  width: calc(100% - 35px);
  float: left;
  padding-left: 15px;
  margin-bottom: 5px;
  color: #696969;
  font-weight: 500; }

.box-info-contact li p a {
  color: #696969; }

.box-info-contact li p strong {
  color: #000;
  margin-bottom: 5px; }

.wrapbox-contact {
  display: flex;
  display: -ms-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; }

.wrapbox-contact .infoList-contact {
  width: 50%; }

.box-send-contact h2,
.box-info-contact h2 {
  font-weight: 700;
  font-size: 22px;
  margin: 0 0 20px; }

.box-send-contact p {
  margin-bottom: 15px; }

.contact-form .input-group {
  width: 100%;
  margin-bottom: 20px; }

.contact-form .input-group input,
.contact-form .input-group textarea {
  color: #5c5c5c;
  height: 45px;
  width: 100%;
  font-weight: 500;
  padding: 8px 20px;
  background: #fff;
  border: 1px solid var(--shop-color-border);
  border-radius: 4px;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.contact-form .input-group textarea {
  width: 100%;
  height: 130px;
  padding: 20px; }

.contact-form .input-group textarea:focus {
  outline: none; }

@media (min-width: 992px) {
  .box-map-contact {
    height: 100%;
    border-radius: 4px;
    overflow: hidden; }
  .box-map-contact iframe {
    top: 30px;
    height: 100%;
    position: -webkit-sticky;
    position: sticky;
    -webkit-transition: top 400ms ease;
    -moz-transition: top 400ms ease;
    transition: top 400ms ease; } }

@media (max-width: 991px) {
  .wrapbox-contact {
    flex-direction: column;
    -ms-flex-direction: column; }
  .wrapbox-contact .infoList-contact {
    width: 100%; }
  .wrapbox-contact .infoList-contact:nth-child(2) {
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse; }
  .widthContent {
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse; }
  .wrapper-bodycontact .wrapbox-content-left {
    padding-right: 15px;
    margin-top: 15px; }
  .box-map-contact iframe {
    height: 50vh; } }

@media (max-width: 767px) {
  .wrapbox-content-right {
    padding: 0; } }

.team-features__card {
  background: #ffffff;
  border-radius: 12px;
  padding: 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  min-height: 180px; }
  .team-features__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08); }
  @media (max-width: 767px) {
    .team-features__card {
      padding: 20px;
      min-height: 160px; } }

.team-features__header {
  display: flex;
  align-items: center;
  gap: 8px; }

.team-features__icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center; }
  .team-features__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain; }

.team-features__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.2px;
  color: #1d1d1d;
  margin: 0;
  flex: 1; }
  @media (max-width: 767px) {
    .team-features__title {
      font-size: 15px;
      line-height: 22px; } }

.team-features__desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.2px;
  color: #1d1d1d;
  margin: 0; }
  @media (max-width: 767px) {
    .team-features__desc {
      font-size: 15px;
      line-height: 22px; } }

.team-members__heading {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.2px;
  color: #1d1d1d;
  text-align: left;
  margin: 0 0 24px; }
  @media (max-width: 767px) {
    .team-members__heading {
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 20px; } }

.team-members__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px; }
  @media (max-width: 1199px) {
    .team-members__grid {
      grid-template-columns: repeat(3, 1fr);
      gap: 20px; } }
  @media (max-width: 767px) {
    .team-members__grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 16px; } }

.team-member-card {
  cursor: pointer;
  transition: transform 0.3s ease; }
  .team-member-card:hover {
    transform: translateY(-4px); }
    .team-member-card:hover .team-member-card__image {
      transform: scale(1.05); }
  .team-member-card__image-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 12px;
    overflow: hidden;
    background: #d9d9d9;
    margin-bottom: 12px; }
  .team-member-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease; }
  .team-member-card__placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #e0e0e0 0%, #f5f5f5 100%); }
  .team-member-card__info {
    display: flex;
    flex-direction: column;
    gap: 4px; }
  .team-member-card__badges {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap; }
  .team-member-card__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 6px;
    border-radius: 4px;
    font-size: 10px;
    line-height: 12px;
    font-weight: 400; }
    .team-member-card__badge--role {
      background: #fbd1c1;
      color: #f05a22; }
  .team-member-card__status {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 10px;
    line-height: 12px;
    font-weight: 400; }
    .team-member-card__status--active {
      color: #1d1d1d; }
    .team-member-card__status--inactive {
      color: #a4a7ae; }
  .team-member-card__status-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    flex-shrink: 0; }
    .team-member-card__status--active .team-member-card__status-dot {
      background: #12b76a; }
    .team-member-card__status--inactive .team-member-card__status-dot {
      background: #f04438; }
  .team-member-card__name {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.2px;
    color: #1d1d1d;
    margin: 0; }
    @media (max-width: 767px) {
      .team-member-card__name {
        font-size: 16px;
        line-height: 24px; } }
  .team-member-card__position {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.2px;
    color: #1d1d1d;
    margin: 0; }
    @media (max-width: 767px) {
      .team-member-card__position {
        font-size: 14px;
        line-height: 20px; } }

.btn-load-more.loading {
  pointer-events: none; }
  .btn-load-more.loading::after {
    content: '';
    width: 16px;
    height: 16px;
    margin-left: 8px;
    border: 2px solid #1d1d1d;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin 0.6s linear infinite; }

@keyframes spin {
  to {
    transform: rotate(360deg); } }

.team-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px; }
  .team-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer; }
  .team-popup__content {
    position: relative;
    background: #ffffff;
    border-radius: 12px;
    padding: 24px;
    max-width: 800px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    z-index: 1; }
    @media (max-width: 767px) {
      .team-popup__content {
        padding: 12px;
        max-height: 95vh; } }
  .team-popup__close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    color: #757575;
    cursor: pointer;
    z-index: 2;
    transition: color 0.2s ease; }
    .team-popup__close:hover {
      color: #1d1d1d; }
  .team-popup__inner {
    display: flex;
    gap: 24px; }
    @media (max-width: 767px) {
      .team-popup__inner {
        flex-direction: column;
        gap: 20px; } }
  .team-popup__left {
    flex-shrink: 0;
    width: 270px; }
    @media (max-width: 767px) {
      .team-popup__left {
        width: 100%; } }
  .team-popup__image {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 12px;
    background: #d9d9d9; }
    .team-popup__image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .team-popup__meta {
    display: flex;
    flex-direction: column;
    gap: 4px; }
  .team-popup__badges {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 4px; }
  .team-popup__name {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.2px;
    color: #1d1d1d;
    margin: 0; }
  .team-popup__position {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.2px;
    color: #1d1d1d;
    margin: 0; }
  .team-popup__right {
    flex: 1;
    min-width: 0;
    padding: 24px; }
    @media (max-width: 767px) {
      .team-popup__right {
        padding: 0; } }
  .team-popup__section {
    margin-bottom: 24px; }
    .team-popup__section:last-child {
      margin-bottom: 0; }
  .team-popup__section-title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px; }
    .team-popup__section-title svg {
      width: 24px;
      height: 24px;
      flex-shrink: 0; }
    .team-popup__section-title span {
      font-weight: 700;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: -0.2px;
      color: #1d1d1d; }
  .team-popup__subtitle {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.2px;
    color: #1d1d1d;
    margin: 0 0 12px; }
  .team-popup__content-area {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.2px;
    color: #1d1d1d; }
    .team-popup__content-area h4 {
      font-weight: 700;
      font-size: 16px;
      line-height: 24px;
      margin: 12px 0 4px; }
    .team-popup__content-area p, .team-popup__content-area ul {
      margin: 4px 0; }
    .team-popup__content-area ul {
      padding-left: 20px; }
  .team-popup__social {
    display: flex;
    align-items: center;
    gap: 12px; }
  .team-popup__social-link {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: transform 0.2s ease; }
    .team-popup__social-link:hover {
      transform: scale(1.1); }
    .team-popup__social-link--tiktok {
      background: #000; }
    .team-popup__social-link--facebook {
      background: #1877f2; }
    .team-popup__social-link--instagram {
      background: linear-gradient(135deg, #833ab4 0%, #fd1d1d 50%, #fcb045 100%); }

.layoutPage-promotion .section-parallax {
  margin-bottom: 0; }

.promotion-nav-section {
  background: #ffffff;
  padding: 24px 0;
  z-index: 99;
  transition: all 0.3s ease; }
  .promotion-nav-section.is-sticky {
    position: fixed;
    top: var(--header-height);
    left: 0;
    width: 100%;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    animation: slideDown 0.3s ease; }
  @media (max-width: 991px) {
    .promotion-nav-section {
      padding: 12px 0;
      margin-top: 15px; }
      .promotion-nav-section.is-sticky {
        padding-top: 18px;
        margin-top: 0; } }

@keyframes slideDown {
  from {
    transform: translateY(-100%);
    opacity: 0; }
  to {
    transform: translateY(0);
    opacity: 1; } }

.promotion-nav__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap; }
  @media (max-width: 991px) {
    .promotion-nav__inner {
      gap: 16px; } }
  @media (max-width: 767px) {
    .promotion-nav__inner {
      gap: 12px; } }

.promotion-nav__item {
  display: block;
  width: 282px;
  height: 96px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid transparent;
  transition: all 0.3s ease;
  flex: 1;
  position: relative; }
  .promotion-nav__item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    border-color: var(--shop-main-color); }
  .promotion-nav__item:active {
    transform: translateY(-2px); }
  .promotion-nav__item.active {
    border-color: var(--shop-main-color);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1); }
  @media (max-width: 991px) {
    .promotion-nav__item {
      flex: 0 0 calc(50% - 8px);
      width: calc(50% - 8px);
      height: auto;
      aspect-ratio: 282 / 96; } }
  @media (max-width: 575px) {
    .promotion-nav__item {
      flex: 0 0 calc(50% - 6px);
      width: calc(50% - 6px); } }

.promotion-nav__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease; }
  .promotion-nav__item:hover .promotion-nav__img {
    transform: scale(1.05); }

.promotion-section {
  min-height: auto;
  scroll-margin-top: 50px; }
  @media (max-width: 991px) {
    .promotion-section {
      scroll-margin-top: 30px; } }

.blog-card {
  display: flex;
  flex-direction: column;
  height: 100%; }
  .blog-card__link {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    transition: all 0.3s ease; }
    .blog-card__link:hover .blog-card__image {
      transform: scale(1.05); }
    .blog-card__link:hover .blog-card__title {
      color: var(--shop-color-main); }
  .blog-card__image-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 368 / 208;
    border-radius: 4px;
    overflow: hidden;
    background: #F5F5F5;
    margin-bottom: 12px; }
  .blog-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease; }
  .blog-card__title {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #1D1D1D;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.3s ease;
    margin-bottom: 12px; }
  .blog-card__countdown {
    display: flex;
    align-items: center;
    gap: 4px; }

@media (max-width: 991px) {
  .page-bg {
    padding: 12px; }
  .wrap-heading h2 {
    font-size: 16px; }
  .blog-card__image-wrapper {
    aspect-ratio: 16/9; } }

.landing-heading {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px; }
  .landing-heading h2 {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin: 0; }

@media (min-width: 992px) {
  .layoutPage-landing .promotion-nav-section.is-sticky {
    margin-top: -1px; }
  .layoutPage-landing .promotion-nav__item {
    width: auto;
    flex: unset; } }

.layoutPage-landing .promotion-content {
  background: #000 url("https://cdn.hstatic.net/files/200001089693/file/112efa39ad7122461dd6fc77885a22e3e8c1e401__2___1_.jpg") no-repeat;
  background-size: cover; }

.layoutPage-landing #promotion-section-2 .product-loop__price {
  display: flex;
  align-items: center;
  border-top: 1px solid #D5D7DA;
  padding-top: 16px;
  margin-top: 16px; }
  .layoutPage-landing #promotion-section-2 .product-loop__price-current {
    background: #F04438;
    color: #fff;
    padding: 4px 16px;
    border-radius: 20px;
    font-size: 18px; }
  .layoutPage-landing #promotion-section-2 .product-loop__price-compare {
    font-size: 16px; }

.layoutPage-landing #promotion-section-2 .product-loop__discount {
  font-size: 16px; }

.landing-policy-section {
  background-color: var(--bg-policy);
  padding: 4px 8px;
  min-height: 80px; }
  @media (max-width: 1199px) {
    .landing-policy-section {
      min-height: auto; } }
  @media (max-width: 991px) {
    .landing-policy-section {
      padding: 8px;
      min-height: auto; } }

.landing-policy {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0; }
  @media (max-width: 1199px) {
    .landing-policy {
      gap: 12px; } }
  @media (max-width: 991px) {
    .landing-policy {
      flex-direction: column;
      gap: 8px; } }
  .landing-policy__item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 24px;
    border-right: 1px dashed #FDB022;
    flex-shrink: 0; }
    @media (max-width: 1199px) {
      .landing-policy__item {
        padding: 12px 16px;
        flex: 1 1 calc(50% - 12px);
        min-width: 250px;
        border-right: none;
        border: 1px dashed #FDB022;
        border-radius: 8px; } }
    @media (max-width: 991px) {
      .landing-policy__item {
        width: 100%;
        padding: 12px 16px;
        justify-content: center; } }
    .landing-policy__item--last {
      border-right: none; }
      @media (max-width: 1199px) {
        .landing-policy__item--last {
          border: 1px dashed #FDB022; } }
  .landing-policy__icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0; }
    .landing-policy__icon img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      display: block; }
  .landing-policy__content {
    display: flex;
    flex-direction: column;
    gap: 0;
    color: var(--color-policy); }
    @media (max-width: 991px) {
      .landing-policy__content {
        text-align: left; } }
  .landing-policy__label {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    margin: 0; }
    @media (max-width: 991px) {
      .landing-policy__label {
        font-size: 13px;
        line-height: 18px; } }
  .landing-policy__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.2px;
    margin: 0; }
    @media (max-width: 991px) {
      .landing-policy__title {
        font-size: 16px;
        line-height: 24px; } }

#promotion-section-1 {
  padding: 40px 0; }

.home-hero .hero-slide-link {
  display: block;
  border-radius: 12px;
  overflow: hidden; }

.products-tabs .col-home-banner {
  display: none !important; }

.products-tabs__nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px; }
  .products-tabs__nav-link {
    padding: 10px;
    border-radius: 20px;
    background-color: #fff;
    outline: none !important;
    border: 1px solid transparent;
    color: #000;
    transition: .3s all ease;
    height: 100%;
    max-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%; }
    .products-tabs__nav-link.active, .products-tabs__nav-link:hover {
      background-color: var(--shop-color-main);
      border-color: var(--shop-color-main);
      color: #fff; }
    .products-tabs__nav-link img {
      object-fit: contain; }

.products-tabs__pane {
  display: none; }
  .products-tabs__pane.active {
    display: block; }

.products-tabs__loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  gap: 15px; }
  .products-tabs__loading p {
    font-size: 14px;
    color: #666;
    margin: 0; }
  .products-tabs__loading .spinner {
    width: 40px;
    height: 40px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid var(--shop-color-main);
    border-radius: 50%;
    animation: spin 1s linear infinite; }

.products-tabs__empty, .products-tabs__error {
  text-align: center;
  padding: 60px 20px;
  font-size: 16px;
  color: #666; }
  @media (max-width: 767px) {
    .products-tabs__empty, .products-tabs__error {
      padding: 40px 20px;
      font-size: 14px; } }

.products-tabs__error {
  color: #d9534f; }

@media (max-width: 991px) {
  .products-tabs__nav {
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: auto hidden;
    gap: 10px; }
  .landing-heading h2 {
    font-size: 18px; }
  .landing-heading .icon img {
    width: 25px;
    height: 25px; }
  #promotion-section-1 {
    padding: 20px 0; }
  .layoutPage-landing .promotion-nav__item {
    aspect-ratio: unset;
    height: 60px; }
    .layoutPage-landing .promotion-nav__item img {
      object-fit: contain; }
  .layoutPage-landing .button {
    margin-top: 10px; }
  .layoutPage-landing #promotion-section-2 .product-loop__price {
    flex-wrap: wrap;
    gap: 4px; }
    .layoutPage-landing #promotion-section-2 .product-loop__price-current {
      padding: 4px 8px;
      font-size: 14px; }
    .layoutPage-landing #promotion-section-2 .product-loop__price-compare {
      font-size: 12px; }
  .layoutPage-landing #promotion-section-2 .product-loop__discount {
    font-size: 12px; } }
