.slick-banner-full img {
  height: 917px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.slick-banner-full .slick-dots {
  top: 40%;
  bottom: unset;
}
.slick-banner-full .slick-arrow {
  top: 129px;
  opacity: 0;
}
.slick-banner-full .slick-arrow.slick-prev {
  left: calc((100% - 1240px) / 2 + 50px);
}
.slick-banner-full .slick-arrow.slick-next {
  right: calc((100% - 1240px) / 2 + 50px);
}
.slick-banner-full:hover .slick-arrow {
  opacity: 1;
}
.slick-banner-full:hover .slick-arrow.slick-prev {
  left: calc((100% - 1240px) / 2);
}
.slick-banner-full:hover .slick-arrow.slick-next {
  right: calc((100% - 1240px) / 2);
}

.slick-banner-top .slick-arrow {
  opacity: 0;
}
.slick-banner-top .slick-arrow.slick-prev {
  left: 50px;
}
.slick-banner-top .slick-arrow.slick-next {
  right: 50px;
}
.slick-banner-top:hover .slick-arrow {
  opacity: 1;
}
.slick-banner-top:hover .slick-arrow.slick-prev {
  left: 30px;
}
.slick-banner-top:hover .slick-arrow.slick-next {
  right: 30px;
}

.section-banner-top {
  padding: 8px;
  border-radius: 16px;
  display: flex;
  gap: 8px;
  background: #fff;
}
.section-banner-top img {
  border-radius: 10px;
}
.section-banner-top .banner-slick {
  width: calc((100% - 8px) / 3 * 2);
  border-radius: 10px;
  overflow: hidden;
}
.section-banner-top .banner-single {
  width: calc((100% - 8px) / 3);
}
.section-banner-top .banner-single img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-menu {
  display: flex;
  gap: 8px;
}
.section-menu img {
  width: 72px;
  height: 72px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.15s ease-in-out;
}
.section-menu .menu-column {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.section-menu .menu-column:nth-child(odd) {
  text-align: center;
}
.section-menu .menu-column:nth-child(odd) a {
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: center;
}
.section-menu .menu-column:nth-child(odd) img {
  width: 120px;
  height: 120px;
}
.section-menu a {
  background: #fff;
  border-radius: 16px;
  padding: 16px;
  height: 100%;
  font-weight: 600;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.09);
}
.section-menu a:hover img {
  transform: scale(1.1);
}

.section-absolute {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}

.section-banner-menu {
  margin-bottom: 72px;
}

.section-banner {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.section-banner img {
  width: 100%;
}
.section-banner .width-50 {
  width: calc((100% - 16px) / 2);
}
.section-banner .width-33 {
  width: calc((100% - 32px) / 3);
}

.section-title .section-categories a {
  color: #6b7280;
  background: #f3f4f6;
  font-weight: 500;
  font-size: 13px;
  border-radius: 100px;
  padding: 6px 12px;
  transition: 0.15s ease-in-out;
}
.section-title .section-categories a:hover {
  color: #fff;
  background: #2d52a0;
}

.section-product,
.section-viewed {
  padding: 16px;
  background: #fff;
  border-radius: 16px;
}
.section-product.section-product-other,
.section-viewed.section-product-other {
  background: none;
  padding: 0;
}
.section-product .product-item-layout,
.section-viewed .product-item-layout {
  margin: 0 8px;
}
.section-product .slick-track,
.section-viewed .slick-track {
  padding: 6px 0;
}
.section-product .slick-arrow.slick-prev,
.section-viewed .slick-arrow.slick-prev {
  left: -40px;
}
.section-product .slick-arrow.slick-next,
.section-viewed .slick-arrow.slick-next {
  right: -40px;
}
.section-product .section-content,
.section-viewed .section-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 12px;
  grid-template-areas: "item-product item-banner-0 item-banner-1 item-banner-2" "item-product item-banner-3 item-banner-3 item-banner-2";
}
.section-product .section-content .img-banner,
.section-viewed .section-content .img-banner {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-product .section-content .item-product,
.section-viewed .section-content .item-product {
  background: #fff;
  border-radius: 16px;
  grid-area: item-product;
  overflow: hidden;
}
.section-product .section-content .item-banner-0,
.section-viewed .section-content .item-banner-0 {
  grid-area: item-banner-0;
}
.section-product .section-content .item-banner-1,
.section-viewed .section-content .item-banner-1 {
  grid-area: item-banner-1;
}
.section-product .section-content .item-banner-2,
.section-viewed .section-content .item-banner-2 {
  grid-area: item-banner-2;
}
.section-product .section-content .item-banner-3,
.section-viewed .section-content .item-banner-3 {
  grid-area: item-banner-3;
}
.section-product .section-content .slick-item,
.section-viewed .section-content .slick-item {
  padding: 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.section-product .section-content .slick-item img,
.section-viewed .section-content .slick-item img {
  transition: 0.15s ease-in-out;
}
.section-product .section-content .slick-item .name,
.section-viewed .section-content .slick-item .name {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 22px;
  -webkit-line-clamp: 2;
  height: 44px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 12px;
}
.section-product .section-content .slick-item .price,
.section-viewed .section-content .slick-item .price {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
}
.section-product .section-content .slick-item .detail,
.section-viewed .section-content .slick-item .detail {
  background: #2d52a0;
  color: #fff;
  border-radius: 100px;
  padding: 8px 20px;
  font-size: 13px;
  transition: 0.15s ease-in-out;
}
.section-product .section-content .slick-item:hover img,
.section-viewed .section-content .slick-item:hover img {
  transform: scale(1.05);
}
.section-product .section-content .slick-dots,
.section-viewed .section-content .slick-dots {
  top: 20px;
  bottom: unset;
  width: 100%;
  background: none;
  padding: 0 16px;
  gap: 4px;
}
.section-product .section-content .slick-dots li,
.section-viewed .section-content .slick-dots li {
  height: 2px;
  width: 100%;
}
.section-product .section-content .slick-dots li button,
.section-viewed .section-content .slick-dots li button {
  height: 2px;
  width: 100%;
  border-radius: 4px;
  background: #e5e7eb;
}
.section-product .section-content .slick-dots li.slick-active button,
.section-viewed .section-content .slick-dots li.slick-active button {
  background: #2d52a0;
}
.section-product .section-content .slick-product-1,
.section-viewed .section-content .slick-product-1 {
  height: 100%;
}
.section-product .section-content .slick-product-1 .slick-list,
.section-viewed .section-content .slick-product-1 .slick-list {
  height: 100%;
}
.section-product .section-content .slick-product-1 .slick-track,
.section-viewed .section-content .slick-product-1 .slick-track {
  height: 100%;
  padding: 0;
}
.section-product .section-content .slick-product-1 .slick-arrow.slick-prev,
.section-viewed .section-content .slick-product-1 .slick-arrow.slick-prev {
  left: 20px;
  opacity: 0;
}
.section-product .section-content .slick-product-1 .slick-arrow.slick-next,
.section-viewed .section-content .slick-product-1 .slick-arrow.slick-next {
  right: 20px;
  opacity: 0;
}
.section-product .section-content .slick-product-1:hover .slick-arrow.slick-prev,
.section-viewed .section-content .slick-product-1:hover .slick-arrow.slick-prev {
  left: 10px;
  opacity: 1;
}
.section-product .section-content .slick-product-1:hover .slick-arrow.slick-next,
.section-viewed .section-content .slick-product-1:hover .slick-arrow.slick-next {
  right: 10px;
  opacity: 1;
}

.section-promotion {
  padding: 16px;
  border-radius: 16px;
  padding-top: 160px;
}
.section-promotion .product-item-layout {
  margin: 0 6px;
}

.section-news .news-category-item {
  border-radius: 100px;
  background: #fff;
  font-weight: 500;
  padding: 8px 16px;
  transition: 0.15s ease-in-out;
}
.section-news .news-category-item:hover, .section-news .news-category-item.active {
  color: #fff;
  background: #203a72;
}
.section-news .news-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.section-news .news-grid .news-item-layout {
  grid-template-columns: 1fr;
  gap: 12px;
}
.section-news .news-grid .news-item-layout .news-name {
  font-size: 16px;
}
.section-news .news-grid .news-item-layout .news-summary {
  display: none;
}

.section-popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-popup img {
  width: 500px;
  height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 16px;
}

@media (max-width: 1024px) {
  .section-popup img {
    width: 86vw;
    height: 80vw;
  }
  .slick-banner-full {
    height: 40vw;
    overflow: hidden;
  }
  .slick-banner-full img {
    height: 70vw;
  }
  .slick-banner-full .slick-dots {
    top: unset;
    bottom: 20px;
  }
  .section-banner-top {
    flex-wrap: wrap;
  }
  .section-banner-top .banner-slick {
    width: 100%;
  }
  .section-banner-top .banner-single {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 8px;
  }
  .section-absolute {
    position: unset;
    transform: unset;
  }
  .section-menu {
    flex-wrap: wrap;
  }
  .section-menu .menu-column {
    width: calc((100% - 16px) / 3);
  }
  .section-banner-menu {
    margin-bottom: 16px;
  }
  .section-title {
    flex-wrap: wrap;
  }
  .section-title .section-categories a {
    color: #fff;
    background: #2d52a0;
  }
  .section-banner .width-50,
  .section-banner .width-33 {
    width: 100%;
  }
  .section-product .section-content,
  .section-viewed .section-content {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "item-product item-banner-2" "item-banner-0 item-banner-1" "item-banner-3 item-banner-3";
  }
  .section-product .slick-arrow.slick-prev,
  .section-viewed .slick-arrow.slick-prev {
    left: 0;
  }
  .section-product .slick-arrow.slick-next,
  .section-viewed .slick-arrow.slick-next {
    right: 0;
  }
  .section-news .news-category-item {
    border-radius: 100px;
    background: #fff;
    font-weight: 500;
    padding: 8px 16px;
    transition: 0.15s ease-in-out;
  }
  .section-news .news-category-item:hover, .section-news .news-category-item.active {
    color: #fff;
    background: #203a72;
  }
  .section-news .news-grid {
    grid-template-columns: 1fr;
  }
  .section-news .news-grid .news-item-layout {
    grid-template-columns: 1fr 1.8fr;
    gap: 12px;
  }
  .section-news .news-grid .news-item-layout .news-name {
    font-size: 16px;
  }
  .section-news .news-grid .news-item-layout .news-summary {
    display: -webkit-box;
    -webkit-line-clamp: 2;
  }
}
@media (max-width: 500px) {
  .section-menu .menu-column {
    width: calc((100% - 16px) / 2);
  }
}
.product-card {
  width: 260px;
  padding: 10px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.product-card .product-image {
  position: relative;
}
.product-card .product-image img {
  width: 100%;
  border-radius: 10px;
}
.product-card .product-image .installment-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #e5e5e5;
  color: #666;
  font-size: 12px;
  padding: 5px 8px;
  border-radius: 15px;
}
.product-card .product-info {
  margin-top: 10px;
}
.product-card .product-info .product-title {
  font-size: 14px;
  font-weight: bold;
}
.product-card .product-info .price-section {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-top: 5px;
}
.product-card .product-info .price-section .old-price {
  text-decoration: line-through;
  color: #999;
  font-size: 13px;
}
.product-card .product-info .price-section .discount {
  color: red;
  font-size: 13px;
}
.product-card .product-info .new-price {
  font-size: 18px;
  font-weight: bold;
  color: black;
  margin-top: 5px;
}
.product-card .product-info .color-options {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-top: 10px;
}
.product-card .product-info .color-options .color {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #ddd;
  cursor: pointer;
}
.product-card .product-info .color-options .more-colors {
  font-size: 12px;
  color: #666;
}
.product-card .product-info .storage-options {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}
.product-card .product-info .storage-options button {
  border: none;
  background: #f1f1f1;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
  cursor: pointer;
}
.product-card .product-info .storage-options button.active {
  background: #007aff;
  color: white;
}
