.footer-home {
  position: relative;
  background: #fff;
}
.footer-main {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.footer-home .footer-main .wrap-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0 110px;
}
.footer-home .footer-grid {
  display: grid;
  grid-template-columns: 409px 389px 322px;
  justify-content: space-between;
  align-items: start;
  gap: 40px;
}
.footer-company {
  width: 100%;
  justify-self: start;
  text-align: center;
  /* padding: 0 0 0 54px; */
}
.footer-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.footer-logo img {
  width: auto;
  max-width: 156px;
  max-height: 132px;
  object-fit: contain;
}
.footer-company-label {
  margin: 0 0 8px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  color: #111827;
  text-align: center;
  text-transform: uppercase;
}
.footer-company-name {
  margin: 0 0 18px;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  color: #101828;
  text-align: center;
  text-transform: uppercase;
}
.footer-company-desc {
  max-width: 320px;
  margin: 0 auto 22px;
  font-size: 13px;
  line-height: 1.85;
  color: #667085;
  text-align: left;
}
.footer-social {
  display: flex;
  justify-content: center;
  gap: 12px;
}
.footer-social li {
  margin: 0;
}
.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #d0d5dd;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.06);
  transition: 0.35s ease;
}
.footer-social a:hover {
  transform: translateY(-3px) rotate(360deg);
  border-color: #01327e;
}
.footer-social a img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}
.footer-meta {
  max-width: 360px;
  justify-self: center;
  display: grid;
  gap: 28px;
  padding: 0 0 0 50px;
}
.footer-fanpage {
  max-width: 340px;
  justify-self: end;
}
.footer-fanpage-card,
.footer-map-card {
  overflow: hidden;
  width: 300px;
  max-width: 100%;
  border-radius: 14px;
  background: linear-gradient(180deg, #f7f9ff 0, #edf3ff 100%);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}
.footer-fanpage-card .fb-page,
.footer-fanpage-card iframe,
.footer-fanpage-card > div {
  width: 100% !important;
  max-width: 100% !important;
}
.footer-heading {
  position: relative;
  margin: 0 0 20px;
  padding-bottom: 16px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.3;
  color: #101828;
  text-transform: uppercase;
}
.footer-heading::before {
  content: "";
  position: absolute;
  left: 45px;
  bottom: 0;
  width: 42px;
  border-bottom: 3px dotted rgba(16, 24, 40, 0.55);
}
.footer-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 48px;
  height: 3px;
  border-radius: 999px 0 0 999px;
  background: #101828;
}
.footer-heading-sm {
  margin-top: 18px;
  font-size: 14px;
}
.footer-contact-editor {
  margin-bottom: 20px;
  color: #667085;
  font-size: 14px;
  line-height: 1.75;
}
.footer-contact-editor * {
  color: inherit;
}
.footer-contact-editor p:last-child {
  margin-bottom: 0;
}
.footer-contact-editor p {
  margin: 0 0 10px;
}
.footer-contact-editor a {
  color: #667085;
  text-decoration: none;
  transition: 0.2s;
}
.footer-contact-editor a:hover {
  color: #01327e;
}
.footer-contact-editor ul {
  margin: 0;
  padding-left: 18px;
}
.footer-contact-editor li {
  margin: 0 0 8px;
  color: #667085;
}
.footer-contact-list,
.footer-policy-list {
  display: grid;
  gap: 10px;
}
.footer-contact-list li,
.footer-policy-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #667085;
  font-size: 14px;
  line-height: 1.7;
}
.footer-contact-list li i {
  margin-top: 4px;
  color: #6b7280;
  font-size: 13px;
}
.footer-contact-list a,
.footer-map-link,
.footer-policy-list a {
  color: #667085;
  text-decoration: none;
  transition: 0.2s;
}
.footer-contact-list a:hover,
.footer-map-link:hover,
.footer-policy-list a:hover {
  color: #01327e;
}
.footer-map-card {
  margin-top: 18px;
  padding: 16px;
}
.footer-map-embed iframe {
  width: 100% !important;
  min-height: 220px;
  border: 0;
  border-radius: 8px;
}
.footer-map-link-wrap {
  padding-top: 14px;
  text-align: center;
}
.footer-map-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  min-height: 44px;
  border-radius: 999px;
  background: #01327e;
  color: #fff;
  font-weight: 700;
}
.footer-map-link:hover {
  color: #fff;
  opacity: 0.92;
}
.footer-wave {
  position: relative;
  width: 100%;
  min-height: 160px;
  margin-top: -56px;
  padding: 92px 0 18px;
  overflow: hidden;
  z-index: 1;
}
.footer-wave::after,
.footer-wave::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: bottom center;
}
.footer-wave::before {
  height: 155px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1920 156' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3ClinearGradient id='g1' x1='0' y1='0' x2='1' y2='0'%3E%3Cstop stop-color='%23003178'/%3E%3Cstop offset='.55' stop-color='%234364F7'/%3E%3Cstop offset='1' stop-color='%236FB1FC'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill='url(%23g1)' opacity='.55' d='M0 68 C190 38 260 18 460 50 C620 75 690 95 890 52 C1060 15 1160 8 1340 45 C1500 78 1610 88 1760 50 C1840 30 1900 38 1920 42 L1920 156 L0 156 Z'/%3E%3C/svg%3E");
}
.footer-wave::after {
  height: 158px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1920 159' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3ClinearGradient id='g2' x1='0' y1='0' x2='1' y2='0'%3E%3Cstop stop-color='%23003178'/%3E%3Cstop offset='.5' stop-color='%234364F7'/%3E%3Cstop offset='1' stop-color='%236FB1FC'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill='url(%23g2)' opacity='.9' d='M0 92 C160 60 330 50 500 82 C720 125 840 75 1040 92 C1210 105 1330 58 1490 78 C1620 95 1710 60 1920 75 L1920 159 L0 159 Z'/%3E%3Cpath fill='url(%23g2)' d='M0 110 C230 55 380 130 610 95 C780 70 880 75 1040 100 C1210 125 1320 85 1460 92 C1640 100 1740 88 1920 102 L1920 159 L0 159 Z'/%3E%3C/svg%3E");
}
.footer-wave .wrap-content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
}
.footer-copyright {
  position: relative;
  color: rgba(255, 255, 255, 0.95);
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
  padding-top: 20px;
}
.footer-copyright::before {
  content: "";
  display: block;
  width: 100%;
  max-width: 570px;
  height: 1px;
  margin: 0 auto 12px;
  background: rgba(255, 255, 255, 0.35);
}
@media (max-width: 1199px) {
  .footer-home .footer-main .wrap-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer-home .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 34px;
  }
  .footer-fanpage {
    grid-column: 1/-1;
    justify-self: center;
    padding-left: 0;
    border-left: 0;
  }
}
@media (max-width: 767px) {
  .footer-home .footer-main .wrap-content {
    padding-top: 40px;
    padding-bottom: 92px;
  }
  .footer-home .footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    text-align: center;
  }
  .footer-company,
  .footer-fanpage,
  .footer-meta {
    max-width: 100%;
    justify-self: center;
  }
  .footer-company-desc {
    text-align: center;
  }
  .footer-contact-list li,
  .footer-policy-list li {
    justify-content: center;
  }
  .footer-heading::before {
    left: 50%;
  }
  .footer-heading::after {
    left: 50%;
    transform: translateX(-58px);
  }
  .footer-wave {
    min-height: 120px;
    margin-top: -38px;
    padding-top: 72px;
  }
}
.service-card {
  padding: 32px 20px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #eef2f7;
  transition: 0.3s;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.service-icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin: 0 auto 20px;
  background: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.service-icon::before {
  content: "";
  width: 12px;
  height: 12px;
  background: orange;
  border-radius: 50%;
  position: absolute;
  left: 8px;
  bottom: 18px;
}

.service-icon::after {
  content: "";
  width: 12px;
  height: 12px;
  background: green;
  border-radius: 50%;
  position: absolute;
  right: 8px;
  top: 18px;
}

.service-icon img {
  max-width: 45px;
}

.service-icon i {
  font-size: 32px;
  color: #ff5a1f;
}

.service-card h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 18px;
  color: #071126;
  min-height: 50px;
}

.btn-service {
  background: linear-gradient(90deg, #ff4d16, #ff9d1b);
  color: #fff;
  padding: 10px 20px;
  border-radius: 999px;
  font-weight: 600;
  display: inline-block;
}
@media (max-width: 1216px) {
  .menu-wrapper {
    padding: 0px;
    left: -3px;
  }
}
@media (max-width: 1199px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer-fanpage,
  .footer-meta {
    padding-left: 24px;
  }
  .footer-fanpage {
    grid-column: 1/-1;
    max-width: 420px;
  }
}
@media (max-width: 767px) {
  .product-filter__ul {
    display: flex;
    flex-wrap: nowrap;
    width: max-content;
  }

  .product-filter__item {
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: max-content !important;
    white-space: nowrap;
  }

  .product-filter__link {
    width: auto !important;
    white-space: nowrap;
  }
  .footer-main .wrap-content {
    padding-top: 42px;
    padding-bottom: 88px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .footer-fanpage,
  .footer-meta {
    padding-left: 0;
    border-left: 0;
  }
  .footer-company-name {
    font-size: 30px;
  }
  .footer-heading {
    margin-bottom: 16px;
  }

  .footer-wave {
    min-height: 120px;
    margin-top: -38px;
    padding-top: 72px;
  }
}
.d-title-choose-list {
  padding: 16px 28px 16px 28px;
  gap: 10px;
  background: #01327e;
  width: 1200px;
  height: 66px;
}
.wrap-partner {
  position: relative;
  margin-bottom: 0;
  background: #fff;
}
.wrap-partner .control-partner {
  display: none;
}
.wrap-partner .wrap-content::before {
  content: "ĐỐI TÁC CỦA CHÚNG TÔI";
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 176px;
  min-height: 42px;
  padding: 10px 24px;
  border-radius: 999px;
  background: #01327e;
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  box-shadow: 0 10px 24px rgba(1, 50, 126, 0.18);
  z-index: 2;
}
.wrap-partner .owl-stage-outer {
  margin: 0;
}
.wrap-partner .owl-stage {
  display: flex;
  align-items: center;
}
.wrap-partner .owl-item {
  display: flex;
  align-items: center;
  padding: 0;
}
.wrap-partner .owl-item > div {
  width: 100%;
  display: flex;
  justify-content: center;
}
.wrap-partner .wrap-content::before {
  top: 0;
  min-width: 232px;
  min-height: 44px;
  padding: 10px 30px;
  font-size: 17px;
}
.wrap-partner .owl-page.owl-carousel {
  border-radius: 24px;
  padding: 40px 26px 28px;
}
.wrap-partner .partner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 90px;
  max-width: 160px;
  margin: 0;
  padding: 12px;
  border: 0;
  border-radius: 16px;
  box-sizing: border-box;
  background: 0 0;
  opacity: 1;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background-color 0.25s ease,
    opacity 0.25s ease;
}
.wrap-partner .partner img {
  width: 100% !important;
  max-width: 126px;
  max-height: 54px;
  object-fit: contain;
  object-position: center;
  filter: grayscale(1) brightness(0.42);
  opacity: 1;
  transition:
    transform 0.25s ease,
    filter 0.25s ease,
    opacity 0.25s ease;
}
.wrap-partner .partner:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.48);
  box-shadow: 0 14px 30px rgba(1, 50, 126, 0.08);
  opacity: 1;
}
.wrap-partner .partner:hover img {
  transform: scale(1.04);
  filter: grayscale(0) brightness(1);
  opacity: 1;
}
.control-partner {
  display: none;
}
.wrap-partner .partner {
  padding: 20px 28px;
}
.wrap-partner .partner img {
  max-width: 148px;
  max-height: 62px;
}
@media (max-width: 991px) {
  .wrap-partner .wrap-content {
    padding: 28px 70px 0;
  }
  .wrap-partner .owl-page.owl-carousel {
    padding: 24px 24px;
  }
  .wrap-partner .partner {
    width: 156px;
    height: 88px;
    max-width: 156px;
    padding: 18px 24px;
  }
  .wrap-partner .partner img {
    max-width: 132px;
    max-height: 56px;
  }
}
@media (max-width: 767px) {
  .wrap-partner {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .wrap-partner .wrap-content {
    padding: 24px 14px 0;
  }
  .wrap-partner .wrap-content::before {
    min-width: 0;
    max-width: calc(100% - 28px);
    padding: 10px 18px;
    font-size: 13px;
  }
  .wrap-partner .owl-page.owl-carousel {
    border-radius: 16px;
    padding: 18px 14px;
  }
  .wrap-partner .partner {
    width: 146px;
    height: 84px;
    max-width: 146px;
    padding: 16px 18px;
  }
  .wrap-partner .partner img {
    max-width: 118px;
    max-height: 50px;
  }
}
.title-product h2 {
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  margin: 0;
}
.product-title-cat {
  min-width: 0;
  width: max-content;
  max-width: 100%;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  height: auto;
  margin-bottom: 10px;
}
.product-title-cat__text {
  height: 29px;
  line-height: 100%;
  font-weight: 700;
  font-size: 24px;
  overflow: hidden;
  letter-spacing: 0;
  color: #01327e;
  margin: 0;
  display: inline-block;
}
.product-title-cat__line {
  display: block;
  width: 100%;
  height: 3px;
  background: #01327e;
}
.choose_list {
  display: flex;
  gap: 10px;
  overflow-x: auto;
}
.wp_sp_index {
  width: 100%;
}
.choose_list .product-filter__ul li.product-filter__item {
  min-width: 123px;
  height: 34px;
  padding: 6px 16px;
  border-radius: 12px;
  border: 1px solid #d0d5dd;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  background: #fff;
  margin-right: 10px;
}
.choose_list .product-filter__ul li.product-filter__item a {
  min-width: 91px;
  height: 19px;
  font-style: SemiBold;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0;
  color: #01327e;
}
.head {
  background-color: #fff;
}
.head .head-top {
  color: #fff;
  background-color: #01327e;
  height: 48px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-weight: 500;
}
.head .head-top .wrap-content {
  min-height: 40px;
  gap: 12px;
}
.text-cty {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 302px;
  height: 97px;
  margin-right: 170px;
}
.category-menu {
  width: 270px;
  height: 441px;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  padding-top: 12px;
  background: #fff;
  border: 1px solid #e5e7eb;
  z-index: 10000;
  scrollbar-width: thin;
  scrollbar-color: #94a3b8 #f1f5f9;
}

.category-menu::-webkit-scrollbar {
  width: 7px;
}

.category-menu::-webkit-scrollbar-track {
  background: #f1f5f9;
}

.category-menu::-webkit-scrollbar-thumb {
  background: #94a3b8;
  border-radius: 999px;
}

.category-menu::-webkit-scrollbar-thumb:hover {
  background: #01327e;
}

.menu-item {
  position: relative;
  background: #fff;
}

.menu-item-inner {
  padding: 14px 16px;
  background: #fff;
  transition: all 0.25s ease;
}

.menu-link {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: all 0.25s ease;
}

.menu-item-inner i,
.menu-item-inner .bi {
  color: #111827;
  font-size: 18px;
  transition: all 0.25s ease;
}

.menu-item:hover .menu-item-inner {
  background: #dbeafe;
}

.menu-item:hover .menu-link {
  color: #01327e;
  font-weight: 600;
}

.menu-item:hover .menu-item-inner i,
.menu-item:hover .menu-item-inner .bi {
  transform: translateX(5px);
  color: #01327e;
}
.menu-wrapper {
  position: relative;
  z-index: 30;
}
.submenu-container {
  position: absolute;
  top: 0;
  left: 100%;
  width: 270px;
  height: 100%;
  pointer-events: none;
  z-index: 999999;
}
.menu-item::after {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  width: 20px;
  height: 100%;
}

.submenu {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 270px;
  max-height: 441px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #d1d5db;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.12);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.16s ease,
    visibility 0s linear 0.16s;
  z-index: 999999;
}
.submenu.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}
.submenu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}
.submenu-toggle i {
  transition: transform 0.2s ease;
}

@media (min-width: 992px) {
  .menu-wrapper .category-menu > .menu-item > .submenu {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .menu-wrapper {
    width: 100%;
  }

  .menu-wrapper .category-menu {
    width: 100%;
    max-height: none;
    height: auto;
    overflow: visible;
  }

  .menu-wrapper .submenu-container {
    display: none;
  }

  .menu-wrapper .category-menu > .menu-item > .submenu {
    position: static !important;
    display: none;
    width: 100% !important;
    max-height: none;
    overflow: visible;
    box-shadow: none;
    border-right: 0;
    border-left: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }

  .menu-wrapper .category-menu > .menu-item.is-open > .submenu {
    display: block;
  }

  .menu-wrapper .menu-item::after {
    display: none;
  }

  .menu-wrapper .menu-item.is-open .submenu-toggle i {
    transform: rotate(90deg);
  }
}

.submenu::-webkit-scrollbar {
  width: 7px;
}

.submenu::-webkit-scrollbar-track {
  background: #f1f5f9;
}

.submenu::-webkit-scrollbar-thumb {
  background: #94a3b8;
  border-radius: 999px;
}

.submenu .list-group-item {
  padding: 14px 16px;
  background: #fff;
  border-color: #e5e7eb;
}

.submenu a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  display: block;
}

.submenu .list-group-item:hover {
  background: #dbeafe;
}

.submenu .list-group-item:hover a {
  color: #01327e;
  font-weight: 600;
}

.home-hero .col-lg-3 {
  position: relative;
  z-index: 10000;
}

.home-hero .col-lg-9 {
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .category-menu {
    width: 100%;
    height: auto;
    max-height: 360px;
  }
}
/* 
.category-title {
  width: 270px;
  height: 48px;
  padding: 12px 24px;
  background: #01327e;
  color: #fff;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  font-size: 16px;
  font-weight: 600;
  gap: 10px;
  text-align: center;
}
 
.category-title {
  width: 270px;
  height: 48px;
  padding: 12px 24px;
  background: #01327e;
  color: #fff;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  font-size: 16px;
  font-weight: 600;
  gap: 10px;
  text-align: center;
}

.category-menu {
  width: 270px;
  height: 441px;
  overflow-y: auto;
  overflow-x: visible;
  position: relative;
  padding-top: 12px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  z-index: 10000;
} */

.category-menu::-webkit-scrollbar {
  display: none;
}
.top-section {
  border-bottom: 1px solid #e5e7eb;
  height: 48px;
}
.menu-item {
  position: relative;
}
.menu-item:hover {
  z-index: 999;
}
.menu-item-inner {
  padding: 14px 16px;
  background: #fff;
  transition: all 0.25s ease;
}
.menu-link {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: all 0.25s ease;
}
.arrow i {
  color: #6b7280;
  font-size: 14px;
  transition: all 0.25s ease;
}
.menu-item:hover .menu-item-inner {
  background: #dbeafe;
}
.menu-item:hover .menu-link {
  color: #01327e;
  font-weight: 600;
}
.menu-item:hover .arrow i {
  transform: translateX(5px);
  color: #01327e;
}
.menu-item.active .menu-item-inner {
  background: #dbeafe;
}
.list-group-item.active {
  background-color: transparent; /* ✅ đúng */
  color: inherit; /* giữ màu chữ */
  border-color: transparent; /* optional */
}
.menu-item.active .menu-link {
  color: #1d4ed8;
  font-weight: 600;
}
.submenu {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 270px;
  max-height: 441px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.12);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: none;
  transition:
    opacity 0.16s ease,
    visibility 0s linear 0.16s;
  z-index: 999999;
}
.submenu.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
  transition-delay: 0s;
}
.submenu a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  display: block;
}
.submenu .list-group-item:hover {
  background: #dbeafe;
}
.submenu .list-group-item:hover a {
  color: #1d4ed8;
  font-weight: 600;
}
.product-sidebar-wrap {
  position: sticky;
  top: 24px;
  width: 100%;
  margin-top: 10px;
  overflow: hidden;
  overflow-x: hidden;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
}
.product-sidebar-wrap .category-title {
  width: 100%;
  min-height: auto;
  padding: 13px 16px;
  border-radius: 0;
  background: #01327e;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.03em;
  text-align: center;
  text-transform: uppercase;
}
.product-sidebar-wrap .category-menu,
.product-sidebar-wrap .category-submenu {
  width: 100%;
  height: auto;
  max-height: none;
  margin: 0;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  list-style: none;
}
.product-sidebar-wrap .menu-item {
  position: relative;
  border-bottom: 1px solid #f1f5f9;
  background: #fff;
}
.product-sidebar-wrap .menu-item:last-child {
  border-bottom: 0;
}
.product-sidebar-wrap .menu-item-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-height: 0;
  padding: 12px 14px;
  background: #fff;
  transition: background-color 0.25s ease;
}
.product-sidebar-wrap .menu-link {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  color: #111827;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
  transition:
    color 0.25s ease,
    font-weight 0.25s ease;
}
.product-sidebar-wrap .menu-item:hover > .menu-item-inner {
  background: #f0f9ff;
}
.product-sidebar-wrap .menu-item:hover > .menu-item-inner .menu-link {
  color: #0284c7;
}
.product-sidebar-wrap .menu-item.active > .menu-item-inner,
.product-sidebar-wrap .menu-item.is-current > .menu-item-inner {
  border-left: 3px solid #0284c7;
  background: #e0f2fe;
}
.product-sidebar-wrap .menu-item.active > .menu-item-inner .menu-link,
.product-sidebar-wrap .menu-item.is-current > .menu-item-inner .menu-link {
  color: #0369a1;
  font-weight: 700;
}
.product-sidebar-wrap .arrow,
.product-sidebar-wrap .submenu-arrow {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #64748b;
  transition:
    transform 0.25s ease,
    color 0.25s ease;
}
.product-sidebar-wrap .arrow i,
.product-sidebar-wrap .submenu-arrow i {
  color: inherit;
  font-size: 14px;
  line-height: 1;
  transition: inherit;
}
.product-sidebar-wrap .menu-item:hover > .menu-item-inner .arrow,
.product-sidebar-wrap .menu-item.active > .menu-item-inner .arrow,
.product-sidebar-wrap .menu-item.is-current > .menu-item-inner .arrow {
  color: #0284c7;
  transform: rotate(90deg);
}
.product-sidebar-wrap .submenu {
  position: static;
  top: auto;
  left: auto;
  display: block;
  width: 100%;
  max-height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  overflow-y: hidden;
  border: 0;
  box-shadow: none;
  opacity: 0;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(-4px);
  transition:
    max-height 0.3s ease,
    opacity 0.25s ease,
    transform 0.25s ease;
}
.product-sidebar-wrap .menu-item:hover > .submenu,
.product-sidebar-wrap .submenu-item.has-children:hover > .submenu,
.product-sidebar-wrap .menu-item.is-current > .submenu,
.product-sidebar-wrap .submenu-item.is-current > .submenu,
.product-sidebar-wrap .submenu-item.active > .submenu {
  max-height: 1000px;
  opacity: 1;
  transform: translateY(0);
}
.product-sidebar-wrap .category-submenu--cat {
  border-top: 1px solid #eef2f7;
  background: #f8fafc;
}
.product-sidebar-wrap .category-submenu--item {
  background: #fff;
}
.product-sidebar-wrap .category-submenu--sub {
  background: #fbfdff;
}
.product-sidebar-wrap .submenu-item {
  border: 0;
  border-bottom: 1px solid #f1f5f9;
  background: transparent;
}
.product-sidebar-wrap .submenu-item:last-child {
  border-bottom: 0;
}
.product-sidebar-wrap .submenu-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 0;
  transition: background-color 0.25s ease;
}
.product-sidebar-wrap .category-submenu--cat .submenu-row {
  padding-left: 18px;
}
.product-sidebar-wrap .category-submenu--item .submenu-row {
  padding-left: 30px;
}
.product-sidebar-wrap .submenu-link {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  padding: 10px 14px;
  color: #374151;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  text-decoration: none;
  transition:
    color 0.25s ease,
    font-weight 0.25s ease;
}
.product-sidebar-wrap .category-submenu--sub .submenu-link {
  padding-left: 42px;
  background: transparent;
}
/* .product-sidebar-wrap .submenu-item:hover > .submenu-row,
.product-sidebar-wrap .submenu-item--sub:hover {
  background: #eef6ff;
} */
.product-sidebar-wrap .submenu-item.active > .submenu-row,
.product-sidebar-wrap .submenu-item.is-current > .submenu-row,
.product-sidebar-wrap .submenu-item--sub.active {
  background: #e0f2fe;
}
.product-sidebar-wrap .submenu-item:hover > .submenu-row > .submenu-link,
.product-sidebar-wrap .submenu-item.active > .submenu-row > .submenu-link,
.product-sidebar-wrap .submenu-item.is-current > .submenu-row > .submenu-link,
.product-sidebar-wrap .submenu-item--sub:hover > .submenu-link,
.product-sidebar-wrap .submenu-item--sub.active > .submenu-link {
  color: #0369a1;
  font-weight: 700;
}
.product-sidebar-wrap .submenu-item:hover > .submenu-row > .submenu-arrow,
.product-sidebar-wrap .submenu-item.active > .submenu-row > .submenu-arrow,
.product-sidebar-wrap .submenu-item.is-current > .submenu-row > .submenu-arrow {
  color: #0284c7;
  transform: rotate(180deg);
}
.product-page-layout .col-20 {
  display: flex;
}
.product-page-layout .box-product {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  padding: 12px;
  border: 1px solid #dbe5f1;
  border-radius: 16px;
  background: #fff;
  color: #101828;
}
.product-page-layout .pic-product {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  margin-bottom: 12px;
  border-radius: 12px;
  overflow: hidden;
  background: #f8fafc;
}
.product-page-layout .pic-product img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-page-layout .info-product {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 7px;
}
.product-page-layout .product-category {
  min-height: 13px;
  color: #667085;
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}
.product-page-layout .product-name,
.product-page-layout .product-name a {
  color: #101828;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}
.product-page-layout .product-name a {
  display: -webkit-box;
  min-height: 40px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.product-page-layout .price-product {
  min-height: 34px;
  gap: 8px;
  /* margin: auto 0 0; */
}
.product-page-layout .price-left {
  min-width: 0;
}
.product-page-layout .price-new {
  color: #d92020;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
}
.product-page-layout .price-old {
  color: #98a2b3;
  font-size: 13px;
}
.product-page-layout .price-per {
  top: 12px;
  right: 12px;
}
.product-page-layout .price-zalo {
  flex: 0 0 auto;
  min-height: 30px;
  padding: 6px 9px;
  border: 0;
  border-radius: 8px !important;
  background: #01327e !important;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}
.product-page-layout .price-zalo:hover {
  color: #fff;
  opacity: 0.9;
}
@media (max-width: 991px) {
  .product-page-layout {
    margin-top: 4px;
  }
  .product-page-layout .product-sidebar-wrap {
    display: none;
  }
  .product-page-layout .product-name,
  .product-page-layout .product-name a {
    font-size: 14px;
  }
  .product-page-layout .price-product {
    align-items: flex-start !important;
    flex-direction: column;
  }
  .product-page-layout .price-zalo {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .product-sidebar-wrap .category-title {
    padding: 11px 14px;
    font-size: 14px;
  }
  .product-sidebar-wrap .menu-item-inner {
    padding: 10px 12px;
  }
  .product-sidebar-wrap .menu-link {
    font-size: 14px;
  }
  .product-sidebar-wrap .submenu-link {
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 13px;
  }
  .product-sidebar-wrap .category-submenu--cat .submenu-row {
    padding-left: 14px;
  }
  .product-sidebar-wrap .category-submenu--item .submenu-row {
    padding-left: 24px;
  }
  .product-sidebar-wrap .category-submenu--sub .submenu-link {
    padding-left: 34px;
  }
}
@media (max-width: 359px) {
  .product-page-layout .row-cols-2 > .col-20 {
    width: 100%;
  }
}
.main-menu {
  width: 880px;
  margin-left: 0;
}
.banner-head {
  display: block;
  width: 896px;
  max-width: 100%;
  height: 418px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.banner-head img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.slideshow {
  position: relative;
  padding-top: 20px;
}
.slideshow .owl-item,
.slideshow .owl-stage,
.slideshow .owl-stage-outer,
.slideshow-card,
.slideshow-item {
  height: 100%;
}
/* .slideshow-card {
  position: relative;
  min-height: 418px;
  border-radius: 18px;
  overflow: hidden;
  background: #0a2d65;
  box-shadow: 0 18px 40px rgba(1, 50, 126, 0.16);
} */
.slideshow-card.has-link {
  cursor: pointer;
}
.slideshow-image {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 418px;
  z-index: 1;
}

.slideshow-image img,
.slideshow-image picture {
  display: block;
  width: 100%;
  height: 100%;
}
.slideshow-image img {
  object-fit: cover;
}
.slideshow-content {
  position: absolute;
  top: 50%;
  left: 48px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  width: min(377px, calc(100% - 96px));
  transform: translateY(-50%);
  color: #fff;
  pointer-events: auto;
}
.slideshow-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 6px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff9e1a, #ff7b00);
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 10px 18px rgba(255, 123, 0, 0.22);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    opacity 0.25s ease;
}
.slideshow-kicker:hover {
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 14px 22px rgba(255, 123, 0, 0.28);
}
.slideshow-title {
  margin: 0;
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}
.slideshow-desc {
  max-width: 360px;
  color: rgba(255, 255, 255, 0.9);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
}
.slideshow-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 192px;
  min-height: 54px;
  padding: 12px 28px;
  border-radius: 12px;
  background: #fff;
  color: #01327e;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 14px 28px rgba(2, 21, 55, 0.22);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background-color 0.25s ease;
  position: relative;
  z-index: 4;
  pointer-events: auto;
}
.slideshow-cta:hover {
  color: #01327e;
  background: #f3f7ff;
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(2, 21, 55, 0.24);
}
.control-slideshow {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 4;
}
@media (max-width: 991px) {
  .slideshow-card,
  .slideshow-image {
    min-height: 360px;
  }
  .slideshow-content {
    left: 32px;
    width: min(330px, calc(100% - 64px));
    gap: 16px;
  }
  .slideshow-title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .slideshow-card,
  .slideshow-image {
    min-height: 300px;
    border-radius: 14px;
  }
  .slideshow-content {
    left: 22px;
    width: calc(100% - 44px);
    gap: 12px;
  }
  .slideshow-kicker {
    min-height: 24px;
    padding: 5px 12px;
    font-size: 11px;
  }
  .slideshow-title {
    font-size: 26px;
  }
  .slideshow-desc {
    font-size: 14px;
  }
  .slideshow-cta {
    min-width: 160px;
    min-height: 46px;
    padding: 10px 22px;
    font-size: 14px;
  }
}
.menu-custom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 880px;
  height: 16px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.menu-custom .nav-item {
  margin: 0;
  height: 16px;
}
.menu-custom .nav-link {
  display: flex;
  align-items: center;
  height: 16px;
  gap: 6px;
  font-family: SVN-Gilroy, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  color: #333;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.25s ease;
}
.menu-custom .nav-link.active {
  color: #1f3c88;
}
.menu-custom .nav-link svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  position: relative;
  top: 1px;
}
.menu-custom .nav-link:hover {
  color: #1f3c88;
}
.menu-custom .nav-link.active {
  color: #1f3c88;
}
.menu-custom .nav-link svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  display: inline-block;
  transform: translateY(0.5px);
}
.slogan-cty {
  font-size: 14px;
  color: #666;
  margin: 0;
}
.box-product {
  width: 223px;
  min-height: 330px;
  padding: 12px;
  border: 1px solid #eaecf0;
  border-radius: 20px;
  background: #fff;
  gap: 19px;
  box-sizing: border-box;
  color: #f8f8f8;
}
.pic-product {
  width: 199px;
  height: 200px;
  border-radius: 12px;
}
.info-product {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.info-product .product-category {
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 11px;
  line-height: 100%;
  letter-spacing: 0;
  color: #667085;
  width: 199px;
  height: 13px;
  opacity: 1;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
.product-name a {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.price-product {
  gap: 10px;
  height: 20px;
}
.price-new {
  color: #d92020;
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}
.price-zalo {
  background: #01327e !important;
  border: none;
  padding: 2px 8px;
  border-radius: 8px;
}
.price-zalo .zalo-text {
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  color: #fff;
}
.price-zalo svg {
  flex-shrink: 0;
}
.price-zalo:hover {
  opacity: 0.85;
}
.price-unit {
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  color: #6b7280;
  margin-left: 2px;
  vertical-align: middle;
}
.btn_sp {
  width: 372px;
  height: 62px;
  margin: 20px auto 0;
  background-color: #01327e;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn_sp a.btn-view-category,
.btn_sp a.btn-view-more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  color: #fdfffa;
  text-transform: uppercase;
  text-decoration: none;
  background: 0 0;
}

.section-product-home .d-title-choose-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap !important;
  overflow: hidden;
  width: 100%;
  min-height: 62px;
  height: auto;
  margin-bottom: 24px;
  padding: 12px 16px;
  background: #01327e;
  box-shadow: 0 10px 24px rgba(1, 50, 126, 0.12);
  gap: 16px;
}
.section-product-home .title-product {
  display: flex;
  align-items: center;
  height: auto;
  margin-right: 0;
  gap: 14px;
  flex: 0 0 auto;
  min-width: fit-content;
}

/* .section-product-home .product-filter__list,
.section-product-home .product-filter__ul {
  justify-content: flex-end !important;
} */
.section-product-home .title-product h2 {
  margin: 0;
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}
.section-product-home .title-product::before {
  content: "";
  display: block;
  width: 4px;
  height: 28px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
}
.title-product__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.section-product-home .product-filter {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1 1 0;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  margin-left: auto;
  padding: 0;
}
.section-product-home .product-filter.has-overflow {
  justify-content: flex-start;
  padding-right: 50px;
}
.section-product-home .product-filter.has-overflow::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 64px;
  height: calc(100% - 6px);
  pointer-events: none;
  background: linear-gradient(
    to right,
    rgba(1, 50, 126, 0) 0,
    rgba(1, 50, 126, 0.82) 46%,
    #01327e 100%
  );
}
.section-product-home .product-filter__nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  box-shadow: 0 8px 18px rgba(1, 50, 126, 0.12);
  transition:
    opacity 0.25s ease,
    transform 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease;
  transform: translateY(-50%);
  opacity: 0;
  pointer-events: none;
}
.section-product-home .product-filter.has-overflow .product-filter__nav {
  opacity: 1;
  pointer-events: auto;
}
.section-product-home .product-filter__nav--prev {
  left: 4px;
}
.section-product-home .product-filter__nav--next {
  right: 4px;
}
.section-product-home .product-filter__nav:hover {
  background: rgba(255, 255, 255, 0.24);
  border-color: rgba(255, 255, 255, 0.42);
  transform: translateY(-50%) scale(1.04);
}
.section-product-home .product-filter__nav.is-disabled {
  opacity: 0;
  cursor: default;
  pointer-events: none;
  transform: translateY(-50%) scale(0.92);
}
.section-product-home .product-filter__list {
  display: flex;
  width: 100%;
  max-width: 100%;
  justify-content: flex-start;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 2px 6px 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-behavior: smooth;
  overscroll-behavior-x: contain;
  mask-image: none;
  cursor: grab;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x;
}
.section-product-home .product-filter:not(.has-overflow) .product-filter__list {
  justify-content: flex-end;
  overflow-x: hidden;
}
.section-product-home .product-filter__list.is-dragging {
  cursor: grabbing;
  user-select: none;
}
.section-product-home .product-filter__ul {
  flex-wrap: nowrap;
  gap: 8px;
  min-width: max-content;
  padding: 0;
  margin: 0;
  scroll-snap-type: x proximity;
}
.section-product-home .product-filter:not(.has-overflow) .product-filter__ul {
  margin-left: auto;
  justify-content: flex-end;
}
.section-product-home .product-filter.has-overflow .product-filter__ul {
  margin-left: 0;
}
.section-product-home .product-filter__list::-webkit-scrollbar {
  display: none;
}
.section-product-home .choose_list .product-filter__ul li.product-filter__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: auto;
  min-width: unset;
  height: 36px;
  padding: 0 16px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid transparent;
  white-space: nowrap;
}
.section-product-home .product-filter.is-overflow-start .product-filter__list {
  mask-image: linear-gradient(to right, transparent 0, #000 18px, #000 100%);
}
.section-product-home .product-filter.is-overflow-end .product-filter__list {
  mask-image: linear-gradient(
    to right,
    #000 0,
    #000 calc(100% - 18px),
    transparent 100%
  );
}
.section-product-home
  .product-filter.is-overflow-start.is-overflow-end
  .product-filter__list {
  mask-image: linear-gradient(
    to right,
    transparent 0,
    #000 18px,
    #000 calc(100% - 18px),
    transparent 100%
  );
}
.section-product-home .product-filter__item.is-active,
.section-product-home .product-filter__item:hover {
  transform: translateY(-2px) scale(1.02);
  border-color: rgba(1, 50, 126, 0.18);
  box-shadow: 0 12px 24px rgba(1, 50, 126, 0.14);
}
.section-product-home .product-filter__item.is-active {
  background: #f2f6ff;
  border-color: rgba(1, 50, 126, 0.22);
}
.section-product-home .product-filter__item.is-active::before,
.section-product-home .product-filter__item:hover::before {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
.section-product-home
  .choose_list
  .product-filter__ul
  li.product-filter__item
  a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: unset;
  white-space: nowrap;
  overflow: visible;
  text-overflow: unset;
}
.section-product-home .product-filter__item.is-active .product-filter__link,
.section-product-home .product-filter__item:hover .product-filter__link {
  color: #01327e;
}
.section-product-home .section-cat {
  margin-bottom: 30px;
  scroll-margin-top: 120px;
}
.section-product-home .product-title-cat {
  min-width: 0;
  width: max-content;
  max-width: 100%;
  margin-left: auto;
  height: auto;
  margin-bottom: 20px;
  text-align: right;
  align-items: flex-end;
}
.section-product-home .product-title-cat__line {
  width: 100%;
  max-width: none;
}
.section-product-home .product-content {
  min-height: 220px;
}
.section-product-home .btn_sp {
  width: 240px;
  height: 52px;
  margin-top: 18px;
  box-shadow: 0 14px 28px rgba(1, 50, 126, 0.16);
}
.section-product-home .btn_sp a.btn-view-category,
.section-product-home .btn_sp a.btn-view-more {
  font-size: 18px;
}
.box-product {
  position: relative;
  overflow: hidden;
  border: 1px solid #e7edf7;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}
.box-product::before {
  content: "";
  position: absolute;
  top: -30%;
  left: -70%;
  width: 44%;
  height: 180%;
  background: linear-gradient(
    115deg,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.18) 38%,
    rgba(255, 255, 255, 0.75) 50%,
    rgba(255, 255, 255, 0.18) 62%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-22deg);
  opacity: 0;
  z-index: 2;
  pointer-events: none;
}
.box-product:hover {
  transform: translateY(-8px);
  border-color: #2b72e5;
  box-shadow: 0 20px 42px rgba(10, 88, 202, 0.16);
}
.box-product:hover::before {
  left: 140%;
  opacity: 1;
  transition:
    left 0.85s ease,
    opacity 0.2s ease;
}
.box-product .pic-product {
  overflow: hidden;
  border-radius: 14px;
}
.box-product .pic-product img {
  transition: transform 0.35s ease;
}
.box-product:hover .pic-product img {
  transform: scale(1.04);
}
.box-product .price-new,
.box-product .product-category,
.box-product .product-name a {
  position: relative;
  z-index: 3;
}
@media (max-width: 991px) {
  .section-product-home .d-title-choose-list {
    gap: 14px;
    padding: 14px;
  }
  .section-product-home .title-product {
    margin-right: 0;
    min-width: fit-content;
  }
  .section-product-home .product-filter {
    flex: 1 1 auto;
    width: auto;
    max-width: none;
    margin-left: auto;
    padding: 0;
  }
  .section-product-home .product-filter__list {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .section-product-home
    .choose_list
    .product-filter__ul
    li.product-filter__item {
    flex-basis: 132px;
    width: 132px;
    min-width: 132px;
  }
  .section-product-home .product-title-cat__text {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .section-product-home .d-title-choose-list {
    flex-wrap: nowrap !important;
    overflow: hidden;
  }
  .section-product-home .d-title-choose-list {
    padding: 12px;
  }
  .section-product-home .title-product h2 {
    font-size: 20px;
  }
  .title-product__badge {
    font-size: 11px;
  }
  .section-product-home .product-title-cat__text {
    font-size: 22px;
  }
  .section-product-home
    .choose_list
    .product-filter__ul
    li.product-filter__item {
    flex-basis: 126px;
    width: 126px;
    min-width: 126px;
    height: 34px;
  }
  .section-product-home
    .choose_list
    .product-filter__ul
    li.product-filter__item
    a {
    font-size: 14px;
    padding: 0 14px 0 28px;
  }
  .section-product-home .product-filter {
    flex: 1 1 auto;
    width: auto;
    max-width: none;
    margin-left: auto;
    padding: 0;
  }
  .section-product-home .product-filter__list {
    padding-left: 0;
    mask-image: none;
  }
  .section-product-home .product-filter__nav {
    width: 32px;
    height: 32px;
  }
  .section-product-home .btn_sp {
    width: 210px;
    height: 48px;
  }
  .section-product-home .btn_sp a.btn-view-category,
  .section-product-home .btn_sp a.btn-view-more {
    font-size: 16px;
  }
}

.head .head-bottom .wrap-content {
  display: flex;
  align-items: center;
  gap: 12px;
}
.search-head {
  margin-left: auto;
  flex-shrink: 0;
}
.social-head li {
  width: 30px;
}
.logo-head {
  flex-shrink: 0;
  margin-right: 10px;
}
.text-cty {
  width: 302px;
  height: 97px;
  flex-shrink: 0;
  margin: 0;
}
.text-cty svg {
  width: 100%;
  height: auto;
  display: block;
}
.text-cty img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.search-head form {
  position: relative;
  width: 400px;
  height: 46px;
  border: 1px solid #d0d5dd;
  border-radius: 12px;
  background: #fff;
  padding: 0;
  overflow: hidden;
}
.search-head input {
  width: 100%;
  height: 100%;
  border: none;
  outline: 0;
  padding: 0 48px 0 16px;
  font-size: 14px;
  color: #344054;
  background: 0 0;
}
.search-head input::placeholder {
  color: #98a2b3;
}
.btn-search {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: none;
  background: 0 0;
  font-size: 18px;
  line-height: 1;
  color: #667085;
  cursor: pointer;
  padding: 0;
}
@media (max-width: 991px) {
  .head .head-bottom .wrap-content {
    flex-wrap: wrap;
    justify-content: center;
    padding: 12px 0;
  }
  .search-head {
    width: 100%;
    margin-left: 0;
  }
  .search-head form {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .text-cty {
    width: 220px;
    height: auto;
  }
  .search-head form {
    height: 42px;
  }
}
.main-menu {
  flex: 1;
}
.menu-custom {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.partner-box {
  max-width: 1200px;
  min-height: 170px;
  margin: 0 auto;
  padding: 40px 120px !important;
  border-radius: 24px;
  border: 1px solid #e5e7eb;
  background: #eef4ff;
}
.partner-box .owl-stage {
  display: flex;
  align-items: center;
}
.partner-box .owl-item {
  display: flex;
  justify-content: center;
}
.partner {
  width: 160px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partner img {
  max-width: 140px;
  max-height: 65px;
  object-fit: contain;
  filter: grayscale(1) opacity(0.75);
  transition: 0.3s;
}
.partner:hover img {
  filter: none;
  transform: scale(1.05);
}

@media (min-width: 992px) {
  .w-menu .menu-res {
    display: none !important;
  }

  .head .head-top {
    min-height: 48px;
    background: #01327e;
  }

  .head .head-top .wrap-content,
  .head .head-bottom .wrap-content,
  .w-menu .top-section .wrap-content,
  .home-hero.wrap-content,
  .section-product-home .wrap-content {
    max-width: 1200px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .head .head-bottom {
    background: #fff;
  }

  .head .head-bottom .wrap-content {
    min-height: 128px;
    gap: 24px;
  }

  .w-menu {
    position: relative;
    z-index: 20;
    background: #fff;
  }

  .w-menu .top-section {
    display: block;
    height: 48px;
    border-bottom: 1px solid #e5e7eb;
    background: #fff;
  }

  .w-menu .top-section .wrap-content {
    height: 48px;
    gap: 24px !important;
  }

  .w-menu .category-title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 270px;
    width: 270px;
    height: 48px;
    margin: 0;
    padding: 0 24px;
    border-radius: 16px 16px 0 0;
    background: #01327e;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
  }

  .w-menu .main-menu {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    margin-left: 0;
  }

  .w-menu .menu-custom {
    width: 100%;
    height: 48px;
    justify-content: space-between;
  }

  .w-menu .menu-custom .nav-item,
  .w-menu .menu-custom .nav-link {
    height: 48px;
  }

  .home-hero {
    padding-top: 0;
    padding-bottom: 46px;
  }

  .home-hero .home-hero__row {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 24px;
    margin-right: 0;
    margin-left: 0;
  }

  .home-hero .home-hero__sidebar {
    flex: 0 0 270px;
    width: 270px;
    max-width: 270px;
    padding-right: 0;
    padding-left: 0;
  }

  .home-hero .home-hero__banner {
    flex: 1 1 0;
    max-width: calc(100% - 294px);
    padding-right: 0;
    padding-left: 0;
  }

  .home-hero .category-menu {
    width: 270px;
    height: 418px;
    max-height: 418px;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #e5e7eb;
    border-top: 0;
    border-radius: 0 0 16px 16px;
    background: #fff;
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.08);
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .home-hero .category-menu::-webkit-scrollbar {
    display: none;
  }

  .home-hero .category-menu .menu-item {
    border: 0;
    border-bottom: 1px solid #eef2f7;
  }

  .home-hero .category-menu .menu-item:last-child {
    border-bottom: 0;
  }

  .home-hero .category-menu .menu-item-inner {
    min-height: 49px;
    padding: 13px 16px;
    background: #fff;
  }

  .home-hero .category-menu .menu-link {
    color: #101828;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
    text-decoration: none;
  }

  .home-hero .category-menu .menu-item:hover > .menu-item-inner {
    background: #eff6ff;
  }

  .home-hero .category-menu .menu-item:hover > .menu-item-inner .menu-link,
  .home-hero .category-menu .menu-item:hover > .menu-item-inner i {
    color: #01327e;
  }

  .home-hero .menu-wrapper .submenu {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 270px;
    max-height: 418px;
    overflow-y: auto;
    border: 1px solid #e5e7eb;
    background: #fff;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.12);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: none;
    transition:
      opacity 0.16s ease,
      visibility 0s linear 0.16s;
    z-index: 999999;
  }

  .home-hero .menu-wrapper .submenu.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    transition-delay: 0s;
  }

  .home-hero .menu-wrapper .submenu .list-group-item {
    padding: 0;
    border: 0;
    border-bottom: 1px solid #eef2f7;
    background: transparent;
  }

  .home-hero .menu-wrapper .submenu .list-group-item:last-child {
    border-bottom: 0;
  }

  .home-hero .menu-wrapper .submenu a {
    display: block;
    padding: 11px 16px 11px 28px;
    color: #475467;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.35;
    text-decoration: none;
  }

  .home-hero .menu-wrapper .submenu .list-group-item:hover {
    background: #f0f6ff;
  }

  .home-hero .menu-wrapper .submenu .list-group-item:hover a {
    color: #01327e;
    font-weight: 600;
  }

  .home-hero .slideshow {
    width: 100%;
    padding-top: 0;
  }

  .home-hero .slideshow-card,
  .home-hero .slideshow-image {
    min-height: 418px;
    height: 418px;
    border-radius: 16px;
  }

  .home-hero .slideshow .owl-stage-outer,
  .home-hero .slideshow .owl-stage,
  .home-hero .slideshow .owl-item,
  .home-hero .slideshow-item {
    height: 418px;
  }

  .wrap-home {
    padding-top: 0;
  }

  .wrap-home .wrap-brand {
    padding-top: 10px;
  }

  .wrap-home .title-main {
    margin-top: 28px;
    text-align: center;
  }

  .wrap-home .title-main span {
    color: #101828;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: uppercase;
  }

  .section-product-home {
    padding-top: 26px;
    padding-bottom: 48px;
  }

  .section-product-home .d-title-choose-list {
    margin-bottom: 28px;
  }
}

@media (max-width: 991px) {
  .w-menu .top-section {
    display: none;
  }

  .w-menu .menu-res {
    display: block !important;
  }

  .home-hero {
    padding: 16px 15px 24px;
  }

  .home-hero .home-hero__row {
    margin-right: 0;
    margin-left: 0;
  }

  .home-hero .home-hero__sidebar {
    display: none !important;
  }

  .home-hero .home-hero__sidebar,
  .home-hero .home-hero__banner {
    padding-right: 0;
    padding-left: 0;
  }

  .home-hero .home-hero__banner {
    width: 100%;
    max-width: 100%;
  }

  .home-hero .slideshow {
    margin-top: 0;
    padding-top: 0;
  }

  .home-hero .slideshow-card,
  .home-hero .slideshow-image {
    min-height: auto;
    border-radius: 12px;
  }

  .home-hero .slideshow-image,
  .home-hero .slideshow-image picture,
  .home-hero .slideshow-image img {
    overflow: hidden;
    border-radius: 12px;
  }

  .section-product-home {
    margin-top: 20px;
    padding-top: 0;
  }
}

.menu-wrapper {
  position: relative;
  z-index: 30;
}

.menu-wrapper .category-menu {
  width: 270px;
  /* height: auto; */
  max-height: 438px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #fff;
  border: 1px solid #e5e7eb;
}

.menu-wrapper .submenu-container {
  display: block;
  position: absolute;
  top: 0;
  left: 92%;
  width: 270px;
  z-index: 99999;
  pointer-events: none;
}

.menu-wrapper .submenu-container .submenu {
  display: block;
  position: absolute;
  left: 0;
  width: 270px;
  max-height: 418px;
  overflow-y: auto;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.menu-wrapper .submenu-container .submenu.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media (max-width: 991px) {
  .menu-wrapper .category-menu {
    width: 100%;
    max-height: none;
    height: auto;
    overflow: visible;
  }

  .menu-wrapper .submenu-container {
    display: none;
  }

  .menu-wrapper .category-menu > .menu-item > .submenu {
    position: static !important;
    display: none;
    width: 100% !important;
    max-height: none;
    overflow: visible;
    box-shadow: none;
    border-right: 0;
    border-left: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }

  .menu-wrapper .category-menu > .menu-item.is-open > .submenu {
    display: block;
  }
}

@media (max-width: 992px) {
  .menu-wrapper {
    position: relative;
    z-index: 30;
    padding: 0px;
    left: -4px;
  }

  .menu-wrapper .category-menu {
    width: 270px;
    /* height: auto; */
    max-height: 438px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    border: 1px solid #e5e7eb;
  }

  .menu-wrapper .submenu-container {
    display: block;
    position: absolute;
    top: 0;
    left: 98%;
    width: 270px;
    z-index: 99999;
    pointer-events: none;
  }

  .menu-wrapper .submenu-container .submenu {
    display: block;
    position: absolute;
    left: 0;
    width: 270px;
    max-height: 418px;
    overflow-y: auto;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .menu-wrapper .submenu-container .submenu.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

@media (max-width: 991px) {
  html,
  body {
    overflow-x: hidden;
  }

  .home-hero .menu-wrapper,
  .home-hero .category-menu,
  .home-hero .category-title,
  .home-hero .submenu,
  .home-hero .submenu-container {
    display: none !important;
  }

  .home-hero__row {
    display: block !important;
  }

  .home-hero__banner,
  .slideshow,
  .slideshow-card,
  .col-lg-9 {
    width: 100% !important;
    max-width: 100% !important;
  }
}

.box-product {
  display: flex;
  flex-direction: column;
}

.box-product .info-product {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 128px;
}

.box-product .product-name,
.box-product .product-name a {
  margin-bottom: 0px;
  min-height: 40px;
}

.box-product .price-product {
  height: auto;
  min-height: 34px;
}

@media (max-width: 991px) {
  .product-sidebar-wrap,
  .menu-wrapper,
  .menu-wrapper .category-title,
  .menu-wrapper .category-menu,
  .menu-wrapper .submenu,
  .menu-wrapper .submenu-container,
  .home-hero .home-hero__sidebar,
  .home-hero .menu-wrapper,
  .home-hero .category-title,
  .home-hero .category-menu,
  .home-hero .submenu,
  .home-hero .submenu-container {
    display: none !important;
  }

  .box-product .info-product {
    min-height: 120px;
  }
}

.show_padding .row div.col {
  height: 390px;
}
.product-page-layout .row div.col-20 {
  height: 370px;
}
.product-sidebar-wrap > .category-title {
  display: none !important;
}

@media (max-width: 575px) {
  .head .head-top {
    height: auto;
    min-height: 0;
    overflow: visible;
    padding: 8px 0;
  }

  .head .head-top .wrap-content {
    align-items: flex-start !important;
    flex-direction: column;
    justify-content: center !important;
    min-height: 0;
    gap: 6px;
  }

  .head .head-top .slogan-head,
  .head .head-top .hotline-head {
    width: 100%;
    min-width: 0;
    font-size: 14px;
    line-height: 1.3;
    white-space: normal;
  }

  .head .head-top .slogan-head svg,
  .head .head-top .hotline-head svg {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
  }
  .product-page-layout,
  .section-product-home,
  .wp_sp_index,
  .show_padding {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .product-page-layout .row,
  .show_padding .row {
    --bs-gutter-x: 12px;
    --bs-gutter-y: 14px;
  }

  .show_padding .row div.col,
  .product-page-layout .row div.col-20 {
    height: auto;
    min-height: 0;
  }

  .show_padding .box-product,
  .product-page-layout .box-product {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 100%;
    padding: 8px;
    border-radius: 14px;
    gap: 10px;
  }

  .show_padding .pic-product,
  .product-page-layout .pic-product {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    margin-bottom: 8px;
    border-radius: 12px;
  }

  .show_padding .pic-product img,
  .product-page-layout .pic-product img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .show_padding .info-product,
  .product-page-layout .info-product,
  .box-product .info-product {
    min-width: 0;
    min-height: 116px;
    gap: 6px;
  }

  .show_padding .info-product .product-category,
  .product-page-layout .product-category {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 13px;
    overflow: hidden;
    font-size: 10px;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .show_padding .product-name,
  .product-page-layout .product-name {
    margin-bottom: 0;
  }

  .show_padding .product-name a,
  .product-page-layout .product-name a,
  .box-product .product-name a {
    min-height: 38px;
    font-size: 14px;
    line-height: 1.35;
  }

  .show_padding .price-product,
  .product-page-layout .price-product,
  .box-product .price-product {
    align-items: stretch !important;
    flex-direction: column;
    width: 100%;
    min-height: 66px;
    gap: 8px;
  }

  .show_padding .price-left,
  .product-page-layout .price-left {
    width: 100%;
    min-width: 0;
  }

  .show_padding .price-new,
  .product-page-layout .price-new {
    font-size: 15px;
    white-space: normal;
  }

  .show_padding .price-zalo,
  .product-page-layout .price-zalo {
    width: 100%;
    min-height: 30px;
    justify-content: center;
    padding: 6px 8px;
    font-size: 12px;
  }
}

@media (max-width: 390px) {
  .show_padding .row,
  .product-page-layout .row {
    --bs-gutter-x: 10px;
  }

  .show_padding .box-product,
  .product-page-layout .box-product {
    padding: 7px;
  }

  .show_padding .product-name a,
  .product-page-layout .product-name a,
  .box-product .product-name a {
    font-size: 13px;
  }
}
/* ===== CARD ===== */
.product-root-category-card {
  background: #fff;
  border-radius: 18px;
  border: 1px solid #edf0f4;
  padding: 30px 20px;
  transition: all 0.3s ease;
  position: relative;
}

.product-root-category-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  border-color: #e0e6ed;
}

/* ===== ICON THẬT ===== */
.product-root-category-icon {
  margin: 0 auto 20px;
  background: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

/* ===== TITLE ===== */
.product-root-category-title {
  font-size: 18px;
  font-weight: 700;
  color: #071126;
  margin-bottom: 18px;
  line-height: 1.4;
  min-height: 50px;
}

/* ===== BUTTON ===== */
.product-root-category-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;

  background: #01327e;
  box-shadow: 0 6px 14px rgba(1, 50, 126, 0.25);

  transition: all 0.3s ease;
}

.product-root-category-card:hover .product-root-category-btn {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(1, 50, 126, 0.35);
}

/* ===== GRID ===== */
.row.g-4 {
  margin-top: 20px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .product-root-category-card {
    padding: 22px 14px;
  }

  .product-root-category-title {
    font-size: 16px;
  }

  .product-root-category-btn {
    height: 40px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .footer,
  .footer .container,
  .footer .row,
  .footer [class*="col-"] {
    text-align: center;
  }

  .footer [class*="col-"] {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 28px;
  }

  .footer-logo,
  .footer img {
    margin-left: auto;
    margin-right: auto;
  }

  .footer ul,
  .footer-menu,
  .footer-policy,
  .footer-contact {
    padding-left: 0;
    margin-left: 0;
    list-style: none;
  }

  .footer li,
  .footer-contact li,
  .footer-policy li {
    justify-content: center;
    text-align: center;
  }

  .footer .d-flex {
    justify-content: center;
  }

  .footer-social {
    justify-content: center;
  }

  .footer-title,
  .footer h3,
  .footer h4 {
    text-align: center;
  }

  .footer-title::after,
  .footer h3::after,
  .footer h4::after {
    left: 50%;
    transform: translateX(-50%);
  }
}

/* Product category menu and root category card fixes */
.home-hero,
.home-hero.wrap-content,
.home-hero .wrap-content,
.home-hero .container,
.home-hero .row,
.home-hero .col-lg-3,
.home-hero .menu-wrapper,
.menu-wrapper,
.submenu-container {
  overflow: visible !important;
}

.home-hero .menu-wrapper,
.menu-wrapper {
  position: relative;
  z-index: 9999 !important;
}

.home-hero .home-hero__sidebar,
.home-hero .col-lg-3 {
  position: relative;
  z-index: 9999 !important;
}

.home-hero .home-hero__banner,
.home-hero .col-lg-9,
.home-hero .slideshow,
.home-hero .slideshow-card,
.home-hero .slideshow-image,
.home-hero .slideshow .owl-stage-outer {
  position: relative;
  z-index: 1 !important;
}

.menu-wrapper .submenu-container {
  position: absolute;
  top: 0;
  left: calc(100% - 34px);
  width: 270px;
  height: auto;
  min-height: 100%;
  pointer-events: none;
  z-index: 10000 !important;
}

.menu-wrapper .submenu-container .submenu,
.home-hero .menu-wrapper .submenu,
.submenu.list-group {
  overflow: visible !important;
  z-index: 10000 !important;
}

.submenu .list-group-item {
  position: relative;
}

.submenu .list-group-item.has-children {
  padding-right: 18px;
}

.submenu .list-group-item.has-children::after {
  content: "";
  position: absolute;
  top: 0;
  right: -14px;
  width: 14px;
  height: 100%;
}

.submenu .list-group-item.has-children > .submenu-child {
  position: absolute;
  top: 0;
  left: calc(100% - 1px);
  min-width: 260px;
  max-width: 320px;
  max-height: 360px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 12px;
  box-shadow: 0 14px 40px rgba(15, 23, 42, 0.16);
  padding: 8px;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateX(8px);
  pointer-events: none;
  z-index: 10001 !important;
  transition:
    opacity 0.2s ease,
    visibility 0.2s ease,
    transform 0.2s ease;
}

.submenu .list-group-item.has-children:hover > .submenu-child {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  pointer-events: auto;
}

.submenu-child li {
  list-style: none;
}

.submenu-child a,
.home-hero .menu-wrapper .submenu .submenu-child a {
  display: block;
  padding: 10px 14px;
  color: #0f172a;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  text-decoration: none;
  border-radius: 8px;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    padding-left 0.2s ease;
}

.submenu .list-group-item.has-children:hover > .submenu-child a,
.home-hero
  .menu-wrapper
  .submenu
  .list-group-item.has-children:hover
  > .submenu-child
  a {
  color: #0f172a;
  font-weight: 500;
}

.submenu-child a:hover,
.submenu .list-group-item.has-children:hover > .submenu-child a:hover,
.home-hero .menu-wrapper .submenu .submenu-child a:hover,
.home-hero
  .menu-wrapper
  .submenu
  .list-group-item.has-children:hover
  > .submenu-child
  a:hover {
  background: rgba(13, 71, 161, 0.08);
  color: #0d47a1;
  padding-left: 18px;
}

.submenu .list-group-item.has-children:hover > a {
  color: #0d47a1;
  font-weight: 600;
}

.product-root-category-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 280px;
  background: #fff;
  border: 1px solid #edf0f4;
  border-radius: 18px;
  padding: 20px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.product-root-category-card:hover {
  transform: translateY(-4px);
  border-color: rgba(13, 71, 161, 0.22);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.1);
}

.product-root-category-icon,
.product-root-category-card .category-image,
.product-root-category-card .pic-product,
.product-root-category-card .thumb,
.product-root-category-card figure {
  width: 100%;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 150px;
  margin: 0 0 16px;
  overflow: hidden;
  background: #fff;
}

.product-root-category-card img,
.product-root-category-icon img {
  width: auto !important;
  height: auto !important;
  max-width: 90%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

.product-root-category-title,
.product-root-category-card .category-title,
.product-root-category-card h3,
.product-root-category-card h4 {
  min-height: 44px;
  margin: 0 0 16px;
  color: #0f172a;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-root-category-btn,
.product-root-category-card .btn,
.product-root-category-card .view-detail {
  margin-top: auto;
}

@media (max-width: 575px) {
  .product-root-category-card {
    min-height: 240px;
    padding: 14px;
    border-radius: 14px;
  }

  .product-root-category-icon,
  .product-root-category-card .category-image,
  .product-root-category-card .pic-product,
  .product-root-category-card .thumb,
  .product-root-category-card figure {
    height: 120px;
    flex-basis: 120px;
  }

  .product-root-category-title,
  .product-root-category-card .category-title,
  .product-root-category-card h3,
  .product-root-category-card h4 {
    min-height: 38px;
    font-size: 14px;
  }
}
/* Item có submenu */
.submenu .list-group-item.has-children > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;

  padding-right: 40px;
}

/* Icon arrow */
.submenu .list-group-item.has-children > a::after {
  content: "\203A";

  position: absolute;
  right: 16px;
  top: 50%;

  transform: translateY(-50%);

  color: #6b7280;

  font-size: 20px;
  font-weight: 400;
  line-height: 1;

  transition:
    transform 0.2s ease,
    color 0.2s ease;
}

/* Hover */
.submenu .list-group-item.has-children:hover > a::after {
  color: #0d47a1;
  transform: translateY(-50%) translateX(3px);
}

/* Hover item */
.submenu .list-group-item.has-children:hover > a {
  background: #dbeafe;
  color: #0d47a1;
}
