:root {
  --color-primary: #4a90e2;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.woff2") format("woff2"),
    url("../fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Light.woff2") format("woff2"),
    url("../fonts/Inter-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.woff2") format("woff2"),
    url("../fonts/Inter-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff2") format("woff2"),
    url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2"),
    url("../fonts/Inter-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  color: #1d1d1b;
  line-height: 1.5;
  overflow-x: hidden;
}
a {
  text-decoration: none;
}
.thongbaotet {
  background-color: #f9d423;
  color: #d12d2d;
  padding: 16px;
  border-radius: 12px;
}
img {
  max-width: 100%;
}
input:focus {
  outline: none;
}
.editer p {
  margin-top: 8px;
  margin-bottom: 8px;
}
.news-related {
  margin-bottom: 16px;
}
.hheader-mobile__search-form {
  position: relative;
}
#suggestions2 {
  top: 100%;
  border-radius: 4px;
}
.hheader-mobile__search-form input {
  font-size: 16px;
}
.hheader-mobile__search-form input:placeholder {
  font-size: 14px;
}
.tin-truoc-sau {
  display: flex;
  background-color: #eee;
  border-radius: 16px;
}
.halert {
  padding: 16px;
  border-radius: 12px;
}
.halert--success {
  border: 1px solid rgb(25, 135, 84);
  background-color: rgba(25, 135, 84, 0.1);
  color: rgb(25, 135, 84);
}
.halert--error {
  border: 1px solid rgb(220, 53, 69);
  background-color: rgba(220, 53, 69, 0.1);
  color: rgb(220, 53, 69);
}
.tin-truoc,
.tin-sau {
  flex: 1 1 0%;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.tin-truoc i,
.tin-sau i {
  font-size: 32px;
}
.swal__title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 12px;
}
.right-block-ratting {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.js__rating-show-button {
  padding: 6px 12px;
  background-color: #cc2338;
  border-radius: 4px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 4px;
  font-weight: 500;
  cursor: pointer;
}
.js__fixed-header.fixed,
.hheader-mobile--fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
  background: #cc2338;
  background-size: cover;
}
.hheader-mobile--fixed {
  background-color: #cc2338;
}
.js__fixed-header.fixed .hsidebar-scroll {
  display: block;
}
.hheader-desktop {
  background: #cc2338;
  background-size: cover;
}
.h-image-pd-detail img {
  aspect-ratio: 143/120;
  object-fit: contain;
}

.container {
  margin-left: auto;
  margin-right: auto;
}
.hcontainer {
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}
.content-faq {
  color: #444;
}
.hheader {
  background-color: #cc2338;
}
.hheader__top {
  display: flex;
}
.hheader__top img {
  width: 100%;
}
.hheader__top--mobile {
  display: none;
}
.hheader__middle {
  width: 100%;
  padding: 8px 0 0;
}
.hheader__middle .hcontainer {
  display: flex;
  align-items: center;
  gap: 20px;
}
.hsidebar-scroll {
  display: none;
}
.hheader__middle.is_fixed {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500000;
}
.hheader__logo {
  display: flex;
  width: 150px;
}
.hheader__right {
  flex: 1 1 0%;
  display: flex;
  align-items: center;
  gap: 16px;
}
.hheader__search {
  flex: 1 1 0%;
  display: flex;
  height: 40px;
  background-color: #fff;
  border-radius: 4px;
  position: relative;
}
.hheader__search input {
  flex: 1 1 0%;
  height: 100%;
  background-color: transparent;
  border: 0;
  padding: 0 0 0 10px;
}
.hheader__search button {
  background-color: transparent;
  border: 0;
  height: 100%;
  width: 46px;
  flex-shrink: 0;
  padding: 0;
}
.hheader__search__suggestion {
  position: absolute;
  width: 100% !important;
  left: 0 !important;
  top: 100% !important;
  border-radius: 0 0 5px 5px !important;
}
.hheader__link {
  color: #fff !important;
  text-align: center;
  line-height: 15px;
}
.hheader__link--border {
  width: 92px;
  height: 40px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  color: #fff !important;
  text-align: center;
  line-height: 15px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  position: relative;
}
.hheader__link--border b {
  position: absolute;
  right: -5px;
  top: -5px;
  min-width: 20px;
  padding: 2px 3px;
  font-size: 10px;
  font-weight: bold;
  background-color: #ff3742;
  border-radius: 10px;
  text-align: center;
  color: #fff;
}
.hheader__link:hover,
.hheader__link--border:hover {
  color: #fff;
}
.hheader__divide {
  width: 1px;
  height: 30px;
  background-color: #e1e1e1;
}
.hheader__bottom {
  display: flex;
  align-items: center;
}
.hsidebar {
  position: relative;
}
.hsidebar__header {
  width: 200px;
  display: flex;
  align-items: center;
  height: 42px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
}
.hsidebar__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  cursor: pointer;
}
.hsidebar__body {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 99999;
  width: 250px;
  background-color: #fff;
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: none;
}
.hsidebar:hover .hsidebar__body {
  display: block;
}
.hsidebar__body a {
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  color: #1d1d1b;
  padding: 0 10px;
  border-bottom: 1px solid #eee;
}
.hsidebar__body a span {
  flex: 1 1 auto;
}
.hsidebar__body ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 200%;
  min-height: 100%;
  background-color: #fff;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 99999;
  display: none;
  border-left: 1px solid #eee;
}
.hsidebar__body li:hover {
  background-color: #f1f1f1;
}
.hsidebar__body li:hover > a {
  color: #4a90e2;
}
.hsidebar__body li:hover > ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-content: start;
  grid-column-gap: 16px;
}
.hnav {
  flex: 1 1 0%;
  display: flex;
  gap: 18px;
  overflow: auto;
  padding-left: 16px;
}
.hnav-item {
  font-size: 15px;
  color: #fff !important;
  white-space: nowrap;
  padding: 10px 0;
}
.hnav-item:hover {
  color: #ff0 !important;
}
.hhero a {
  display: block;
}
.hhero img {
  width: 100%;
}
.hhero .swiper {
  width: 100%;
}
.hero-banner {
  margin-top: 24px;
}
.js__hero-banner-swiper.owl-carousel:not(.owl-loaded) {
  display: flex;
  justify-content: space-between;
}
.js__hero-banner-swiper.owl-carousel:not(.owl-loaded) a {
  width: calc(50% - 12px);
}
.js__hero-banner-swiper.owl-carousel > a:nth-child(n + 3) {
  display: none;
}
.js__hero-banner-swiper a {
  display: block;
}

.slider-bcp.owl-carousel:not(.owl-loaded) {
  display: flex;
}
.slider-bcp.owl-carousel:not(.owl-loaded) a {
  width: 100%;
}
.slider-bcp.owl-carousel > a:nth-child(n + 2) {
  display: none;
}
.slider-bcp a {
  display: block;
}

.js__hero-banner-swiper__nav-prev,
.js__hero-banner-swiper__nav-next {
  width: 48px;
  background-color: transparent;
  border: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  z-index: 9;
}
.js__hero-banner-swiper__nav-prev {
  left: 0;
  transform: translate(-50%, -50%);
}
.js__hero-banner-swiper__nav-next {
  right: 0;
  transform: translate(50%, -50%) rotate(180deg);
}
.promotion-option {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px;
  margin: 24px 0;
}
.promotion-option-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 24px;
  border-radius: 16px;
}
.promotion-option-item:nth-child(1) {
  background-color: #dceeff;
}
.promotion-option-item:nth-child(2) {
  background-color: #fef5cf;
}
.promotion-option-item:nth-child(3) {
  background-color: #ffefdb;
}
.promotion-option-item:nth-child(4) {
  background-color: #e1fecf;
}
.promotion-option-item__image {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
}
.promotion-option-item__name {
  font-size: 20px;
  line-height: 140%;
  color: #1d1d1b;
}
.flash-sale {
  background: #4a90e2;
  padding: 48px 0;
}
.flash-sale .hcontainer {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.flash-sale__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flash-sale__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  margin: 0;
}
.flash-sale__countdown {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 16px;
  color: #fff;
}
#flash-sale__countdown__time {
  display: flex;
  align-items: center;
  gap: 4px;
}
#flash-sale__countdown__time span {
  width: 32px;
  height: 32px;
  background-color: #ff4c57;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  line-height: 24px;
  position: relative;
}
#flash-sale__countdown__time b {
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #fff;
}
.product-item {
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  box-shadow: 2px 4px 60px 0px rgba(0, 0, 0, 0.1);
  padding: 10px;
}
.product-item__sale {
  position: absolute;
  left: -4px;
  top: 0;
  z-index: 9;
  width: 82px;
  height: 32px;
  background: url("../images/bg_sale.png");
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  color: #fff;
  padding: 5px 0 0 9px;
}
.product-item__image {
  border-radius: 10px;
  overflow: hidden;
}
.product-item__image img {
  width: 100%;
  transition: all 0.3s;
}
.product-item__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 16px 6px 6px 6px;
}
.product-item__price-shock {
  display: inline-flex;
  height: 20px;
}
.product-item__gift {
  display: inline-flex;
  border-radius: 20px;
  overflow: hidden;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  line-height: 20px;
  text-transform: uppercase;
  white-space: nowrap;
}
.product-item__gift img {
  position: relative;
  z-index: 3;
  width: 20px;
}
.product-item__gift span {
  background: linear-gradient(90deg, #48c6ef 0%, #6f86d6 100%);
  padding: 0 13px;
  margin-left: -10px;
}
.product-item__name {
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  color: #1d1d1b;
  line-height: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 72px;
  margin: 0;
}
.product-item__price {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.product-item__price b {
  font-size: 16px;
  font-weight: 500;
  color: #9d1010;
}
.product-item__price span {
  font-size: 13px;
  color: #4f4f4f;
  text-decoration: line-through;
}
.product-item__promotion {
  width: 100%;
  font-size: 10px;
  color: #1d1d1b;
  padding: 4px 8px;
  background-color: #f2f2f3;
}
.product-item__review {
  display: flex;
  align-items: center;
  gap: 2px;
  color: #1d1d1b;
}
.product-item__review-star {
  display: flex;
  align-items: center;
  gap: 2px;
}
.product-item:hover .product-item__image img {
  transform: scale(1.1);
}
.js__flash-sale-swiper .swiper-slide {
  padding-left: 4px;
}
.flash-sale__body {
  position: relative;
}
.flash-sale-swiper__nav-prev,
.flash-sale-swiper__nav-next {
  background-color: transparent;
  border: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.flash-sale-swiper__nav-prev {
  left: -64px;
}
.flash-sale-swiper__nav-next {
  right: -64px;
  transform: translateY(-50%) rotate(180deg);
}
.swiper--width-auto .swiper-slide {
  width: auto;
}
.home-category {
  padding: 48px 0;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.home-category__title {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 16px;
}
.home-category__title a {
  color: #1d1d1b;
}
.home-category__banner {
  margin-bottom: 16px;
}
.home-category__banner img {
  display: block;
  width: 100%;
}
.home-category__child {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 32px;
}
.home-category__child a {
  font-size: 13px;
  color: #777;
  padding: 8px 16px;
  border-radius: 5px;
  border: 1px solid #f2f2f3;
  background-color: #fff;
  transition: all 0.3s;
}
.home-category__child a:hover {
  background-color: #4a90e2;
}
.home-category__product {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 32px 10px;
  margin-bottom: 32px;
}
.product__grid {
  display: grid;
  grid-template-columns: repeat(5, calc(20% - 8px));
  grid-gap: 32px 10px;
}
.home-category__bottom {
  display: flex;
  justify-content: center;
}
.home-category__link {
  display: flex;
  gap: 10px;
  padding: 8px 16px;
  font-size: 13px;
  color: #4a90e2;
  border: 1px solid #4a90e2;
  border-radius: 5px;
  background-color: #fff;
  transition: all 0.3s;
}
.home-category__link:hover {
  background-color: #ddd;
}
.home-category__link img {
  width: 16px;
}
.home-category__link--primary {
  color: #fff;
  background-color: #4a90e2;
}
.home-category__link--primary:hover {
  background-color: #1f6ac0;
  color: #fff;
}
.home-category-featured {
  padding: 32px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, 0.05);
}
.home-category-featured__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
.home-category-featured__title {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
}
.home-category-featured__link {
  font-size: 13px;
  color: #4a90e2;
  display: flex;
  gap: 5px;
  align-items: center;
}
.home-category-featured__link img {
  width: 16px;
}
.feedback-item__right img {
  width: 60px;
}
.home-category-featured__body {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-gap: 24px;
}
.home-category-featured-item {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.home-category-featured-item__image {
  width: 64px;
  height: 64px;
  border-radius: 15px;
  background: linear-gradient(90deg, #accbee 0%, #e7f0fd 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-category-featured-item__image img {
  width: 48px;
  height: auto;
}
.home-category-featured-item__name {
  font-size: 13px;
  text-align: center;
  line-height: 20px;
  color: #1d1d1b;
  margin: 0;
  font-weight: 400;
}

.suggest-today {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px;
  margin-bottom: 32px;
}
.suggest-today-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 24px;
  border-radius: 16px;
  background-color: #f2f2f3;
}
.suggest-today-item:nth-child(1) {
  background-color: #f9bb01;
}
.suggest-today-item__image {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
}
.suggest-today-item__name {
  font-size: 20px;
  line-height: 140%;
  color: #1d1d1b;
}
.feedback {
  background-color: #f2f2f3;
  padding: 48px;
}
.htitle {
  display: block;
  font-size: 24px;
  color: #333;
  font-weight: 600;
  margin-bottom: 32px;
  text-align: center;
  text-transform: uppercase;
}
.htitle--align-left {
  text-align: left;
}
.feedback-item {
  background-color: #fff;
  border-radius: 10px;
  border-bottom: 5px solid #5697ff;
  padding: 42px 24px;
}
.feedback-item__desc {
  font-size: 16px;
  color: #7b7b7b;
  margin-bottom: 24px;
}
.feedback-item__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.feedback-item__left {
  display: flex;
  align-items: center;
  gap: 14px;
}
.feedback-item__image {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  flex-shrink: 0;
}
.feedback-item__image img {
  width: 100%;
  height: auto;
}
.feedback-item__name {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 6px;
}
.feedback-item__position {
  font-size: 12px;
  font-weight: 300;
  color: #7b7b7b;
}
.customer__body {
  position: relative;
}
.customer-swiper__nav-prev,
.customer-swiper__nav-next {
  width: 48px;
  background-color: transparent;
  border: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}
.customer-swiper__nav-prev {
  left: -64px;
}
.customer-swiper__nav-next {
  right: -64px;
  transform: translateY(-50%) rotate(180deg);
}
.about .hcontainer {
  display: flex;
  gap: 100px;
}
.about__left {
  flex: 1 1 0%;
}
.about__left img {
  width: 100%;
}
.about__right {
  flex: 1 1 0%;
}
.about__desc {
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 24px;
}
.about__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-top: 30px;
  border-top: 1px solid #f2f2f3;
}
.about-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  position: relative;
}
.about-item:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 90%;
  border-right: 1px dashed #d3d3d3;
}
.about-item:last-child:after {
  display: none;
}
.about-item__name {
  font-size: 16px;
  font-weight: 600;
}
.about-item img {
  width: 60px;
}

.media-item {
  border-radius: 10px;
  border: 1px solid #f2f2f3;
  background: #fff;
  padding: 16px;
  transition: all 0.3s;
  display: block;
}
.media-item img {
  width: 100%;
}
.media-item:hover {
  border-color: #4a90e2;
}
.guide .hcontainer {
  display: flex;
  gap: 24px;
}
.blog {
  width: calc(50% - 12px);
  background-color: #f2f2f2;
  border-radius: 10px;
  padding: 24px 16px;
}
.blog .home-category-featured__header {
  margin-bottom: 20px;
}
.blog-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.blog-item__image {
  border-radius: 5px;
  overflow: hidden;
}
.blog-item img {
  width: 100%;
}
.blog-item__name {
  font-size: 13px;
  font-weight: 400;
  margin: 0;
  color: #1d1d1b;
  line-height: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.swiper-slide img {
  width: 100%;
}
.brand__body {
  position: relative;
}
.brand-swiper__nav-prev,
.brand-swiper__nav-next {
  width: 48px;
  background-color: transparent;
  border: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.brand-swiper__nav-prev {
  left: -64px;
}
.brand-swiper__nav-next {
  right: -64px;
  transform: translateY(-50%) rotate(180deg);
}

.video__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 34px;
}
.video__title {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
}
.video__header__right {
  display: flex;
  gap: 12px;
}
.youtube__name {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  border-radius: 5px;
  border: 1px solid #f2f2f3;
  padding: 8px 16px;
}
.youtube__name img {
  width: 22px;
}
.youtube__link {
  font-size: 13px;
  font-weight: 600;
  padding: 8px 16px;
  background-color: #f00;
  border-radius: 5px;
  color: #fff;
  display: flex;
  align-items: center;
}
.youtube__link:hover {
  color: #fff;
}
.video__body {
  display: flex;
  gap: 24px;
}
.video__left {
  width: 60%;
}
.video__left a {
  display: flex;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.video__left a img {
  min-width: 100%;
  max-width: none !important;
  min-height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.video__right {
  flex: 1 1 40%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.video-item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.video-item__image {
  width: 150px;
  flex-shrink: 0;
  border-radius: 5px;
  overflow: hidden;
}
.video-item__name {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

.criteria .hcontainer {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px;
}
.criteria-item {
  background-color: #4a90e2;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
}
.criteria-item__image {
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.criteria-item__right {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.criteria-item__name {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}
.criteria-item__desc {
  font-size: 16px;
  color: #fff;
}

.showroom {
  padding-bottom: 48px;
  border-top: 1px solid #f2f2f3;
}
.h-banner {
  position: relative;
  display: none;
}
.h-banner.fixed {
  display: block;
}
.h-banner-left a,
.h-banner-right a {
  display: flex;
}
.h-banner-left img,
.h-banner-right img {
  display: block;
  width: auto !important;
  height: auto !important;
  max-width: none !important;
}
.h-banner-left {
  position: fixed;
  left: calc(((100vw - 1320px) / 2) - 100px);
  top: 50%;
  transform: translateY(-50%);
  z-index: 99999;
}
.h-banner-right {
  position: fixed;
  right: calc(((100vw - 1320px) / 2) - 100px);
  top: 50%;
  transform: translateY(-50%);
  z-index: 99999;
}
.showroom__title {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 16px;
  color: #4a90e2;
  padding-top: 24px;
  padding-bottom: 16px;
}
.showroom__title img {
  width: 48px;
}
.showroom__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px;
}
.showroom-item__name {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
  border-radius: 0px 30px 30px 0px;
  background: linear-gradient(90deg, #feada6 0%, #f5efef 100%);
}
.showroom-item__name__icon {
  width: 33px;
  height: 48px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f00;
}
.showroom-item__name span {
  font-size: 16px;
  font-weight: 600;
  padding-left: 16px;
}
.showroom-item__info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.showroom-item__row {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
}
.showroom-item__row__icon {
  width: 24px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.showroom-item__row--link {
  color: #4a90e2;
}
.newsletter {
  background-color: #fb6e2e;
  padding: 48px 0;
}
.newsletter .hcontainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 90px;
}
.newsletter__left {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 40px;
  color: #fff;
  font-weight: 500;
}
.newsletter__right {
  display: flex;
  gap: 24px;
  flex: 1 1 auto;
}
.newsletter__right input {
  flex: 1 1 0%;
  height: 32px;
  border: 0;
  border-bottom: 1px solid #fff;
  padding-left: 16px;
  background-color: transparent;
  position: relative;
  color: #fff;
  font-size: 16px;
}
.newsletter__right input::placeholder {
  color: #f2f2f3;
  font-size: 14px;
}
.newsletter__right input::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 16px;
  background-color: #fff;
}
.newsletter__right button {
  width: 128px;
  height: 32px;
  border: 0;
  background-color: #fff;
  border-radius: 10px;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
.htags {
  padding: 32px 0;
}
.htags__title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
}
.product-item__bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.product-item__sold {
  color: #1d1d1b;
}
.htags__grid {
  display: flex;
  flex-wrap: wrap;
  max-height: 75px;
  gap: 8px;
  overflow: auto;
}
.htags-item {
  padding: 6px 10px;
  border-radius: 20px;
  border: 1px solid #f2f2f3;
  background-color: #fff;
  color: #333;
  transition: all 0.3s;
  white-space: nowrap;
}
.htags-item:hover {
  border-color: #4a90e2;
  background-color: #4a90e2;
  color: #fff;
}
.hfooter {
  padding: 24px 0;
  border-top: 4px dashed #efefef;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.hfooter__top {
  display: flex;
  gap: 90px;
}
.hfooter__col {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.hfooter__row {
  font-size: 14px;
  color: #333;
}
.hfooter__row a {
  font-weight: 700;
}
.hfooter__connect {
  font-size: 16px;
}
.hfooter__social {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.hfooter__website {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.hfooter__bottom {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
}
.copyright {
  background-color: #f1f1f1;
  padding: 16px 0;
}
.copyright .hcontainer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 16px;
}
.copyright__name {
  font-size: 14px;
  font-weight: 500;
}
.copyright__desc {
  font-size: 13px;
}
.copyright__right {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
}

.hdetail__top {
  padding: 20px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
}
.hdetail__name {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin: 0;
}
.hdetail__group1 {
  width: 100%;
  display: flex;
  gap: 24px;
  margin-bottom: 32px;
}
.hdetail__group1__left {
  width: 57%;
}
.hdetail__group1__right {
  width: 38%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.hdetail__group1__left__bottom {
  display: flex;
  justify-content: center;
  gap: 24px;
}
.hdetail__group1__left__button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
}
.hdetail__group1__left__button__image {
  width: 70px;
  height: 70px;
  border-radius: 4px;
  border: 1px solid #9fa0a5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hdetail__group1__left__button__name {
  font-size: 14px;
  color: #1d1d1b;
  text-align: center;
  white-space: nowrap;
}
.hdetail__code-brand {
  display: flex;
  align-items: center;
  gap: 16px;
}
.hdetail__code {
  font-size: 15px;
  line-height: 24px;
}
.hdetail__brand {
  font-size: 15px;
  line-height: 24px;
}
.hdetail__brand a {
  color: #4a90e2;
}
.divide {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #eee;
}
.hdetail__price {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 8px;
}
.hdetail__price-new {
  font-size: 30px;
  font-weight: 600;
  color: #d12d2d;
  line-height: 32px;
}
.hdetail__price-old {
  font-size: 13px;
  line-height: 20px;
  color: #777;
  text-decoration: line-through;
}
.hdetail__price-sale-percent {
  font-size: 13px;
  line-height: 20px;
  color: #1d1d1b;
  padding: 4px 6px;
  border-radius: 4px;
  background: #fd0;
}
.hbuynow {
  flex: 1 1 auto;
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: #fb6e2e;
  padding: 8px 10px;
  cursor: pointer;
  color: #fff;
  border: 0;
  outline: none !important;
}
.hbuynow b {
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
}
.hbuynow span {
  font-size: 13px;
  line-height: 20px;
}
.hdetail__group__button__bottom {
  display: flex;
  gap: 16px;
}
.hdetail__group__button form {
  display: flex;
  gap: 8px;
}
.haddtocard {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 5px;
  border: 1px solid #4a90e2;
  padding: 8px 10px;
  background-color: #4a90e2;
  min-height: 50px;
  text-transform: uppercase;
  font-weight: 600;
}
.htragop {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  border: 1px solid var(--dmx, #4a90e2);
  padding: 8px 10px;
  color: #4a90e2;
  background-color: #fff;
  white-space: nowrap;
}
.htragop b {
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
}
.htragop span {
  font-size: 13px;
  line-height: 20px;
}
.box-km-together {
  border: 1px solid #e6e6e6;
}
.hdetail__tab {
  display: flex;
  gap: 70px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 40px;
}
.hdetail__tab-item {
  padding: 20px 0;
  font-size: 20px;
  font-weight: 600;
  color: #6f6e6c;
  line-height: 28px;
  position: relative;
}
.hdetail__tab-item:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #1d1d1b;
  position: absolute;
  left: 0;
  bottom: -1px;
  opacity: 0;
}
.hdetail__tab-item.active {
  color: #1d1d1b;
}
.hdetail__tab-item.active:after {
  opacity: 1;
}

.hdetail__hotline {
  text-align: center;
  font-size: 15px;
}
.hdetail__hotline a {
  font-weight: 600;
  color: #4a90e2;
}
.hdetail__hotline span {
  color: #7b7b7b;
}

.hdetail__tab__title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 24px;
}
.hdetail__group2__grid {
  display: flex;
  gap: 24px;
}
.hdetail__group2__left {
  flex: 1 1 67%;
}
.hdetail__group2__right {
  flex: 1 1 28%;
}
.list-customer-rat {
  font-size: 14px;
  margin-top: 16px;
}
.table-specifications {
  font-size: 14px;
  padding: 0;
}
.table-specifications table tr:nth-child(even) {
  border-radius: 5px;
  background: #f2f2f3;
}
.view-more-rat a {
  padding: 8px 20px;
  border: 1px solid #2d61a8;
  border-radius: 6px;
}
.block-vid-prod {
  padding: 0;
  border-radius: 0;
  overflow: hidden;
  display: flex;
  padding-bottom: 56.25%;
  position: relative;
}
.block-vid-prod iframe {
  border-radius: 0;
  border: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.hdetail__related {
  border-top: 1px solid #dceeff;
  margin-top: 32px;
}
.js__hdetail__related-swiper .swiper-slide {
  padding-left: 4px;
}
.hdetail__related__body {
  position: relative;
}
.hdetail__related-swiper__nav-prev,
.hdetail__related-swiper__nav-next {
  background-color: transparent;
  border: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.hdetail__related-swiper__nav-prev {
  left: -64px;
}
.hdetail__related-swiper__nav-next {
  right: -64px;
  transform: translateY(-50%) rotate(180deg);
}
.js__hdetail__related-swiper .product-item {
  box-shadow: none;
  border: 1px solid #eee;
}
.hdetail__related {
  padding: 32px 0;
}
.hdetail__related__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
.hdetail__related__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}
.hdetail__related__link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  gap: 10px;
  border-radius: 5px;
  border: 1px solid var(--dmx, #4a90e2);
  background: var(--white, #fff);
}
.hdetail__related__link img {
  width: 16px;
}
.hdetail__group2__sticky {
  position: sticky;
  top: 106px;
}
.block-support-detail {
  width: 100%;
}
.tit-km-together {
  background-color: #f2f2f3;
  border-color: #e6e6e6;
}
.item-km-together {
  border-color: #e6e6e6;
}
.tit-hlprod {
  font-size: 15px;
}
.ul-hightlight-prod > li {
  font-weight: 400;
}
.hdetail__group2__sticky .block-support-detail {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 16px;
}

.hdetail__group2__sticky .block-support-detail .block-countdown-detail {
  margin-bottom: 0;
}
.divide-vertical {
  display: block;
  width: 1px;
  height: 14px;
  background-color: #777;
}
.hdetail__top__right {
  display: flex;
}
.head-appendix {
  cursor: pointer;
}
.home-category__banner-item {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.home-category__banner-item img {
  width: 100%;
}
.myFancyBox .fancybox-thumbs {
  top: auto;
  width: auto;
  bottom: 0;
  left: 0;
  right: 0;
  height: 95px;
  padding: 10px 10px 5px 10px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.3);
}

.myFancyBox .fancybox-show-thumbs .fancybox-inner {
  right: 0;
  bottom: 95px;
}
.myFancyBox.fancybox-show-thumbs .fancybox-inner {
  right: 0 !important;
}
.myFancyBox.fancybox-show-thumbs .fancybox-thumbs {
  display: flex;
  justify-content: center;
}
.hdetail__group1__left__swiper {
  position: relative;
}
.js__pd-detail-swiper__nav-prev,
.js__pd-detail-swiper__nav-next {
  width: 48px;
  background-color: transparent;
  border: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  cursor: pointer;
}
.js__pd-detail-swiper__nav-prev {
  left: 5px;
}
.js__pd-detail-swiper__nav-next {
  right: 5px;
  transform: translateY(-50%) rotate(180deg);
}
.js__pd-detail-swiper__nav-prev.swiper-button-disabled,
.js__pd-detail-swiper__nav-next.swiper-button-disabled {
  opacity: 0;
}
.product-viewed {
  padding-top: 32px;
}
.js__product-viewed-swiper .owl-item,
.js__product-suggest-swiper .owl-item,
.js__hdetail__related-swiper .owl-item {
  padding-left: 4px;
}
.js__product-viewed-swiper .product-item,
.js__product-suggest-swiper .product-item {
  box-shadow: none;
  border: 1px solid #eee;
}
.fancybox-container {
  z-index: 999999;
}
.hheader-mobile {
  display: none;
}
.block-countdown-detail,
.box-select-color {
  margin-bottom: 0;
}
.hmenu-mobile {
  display: none;
}
.js__brand-swiper img,
.js__hero-banner-swiper img {
  border-radius: 10px;
}
.slider-mobile {
  display: none;
}
.hdetail__banner-detail {
  display: flex;
  margin-bottom: 32px;
}
.hdetail__banner-detail--mobile {
  display: none;
}
.img_chungnhan img {
  max-width: 100px;
  height: auto;
}
.optimize-image {
  max-width: 100%;
  height: auto;
}
.tit-cate-page {
  margin-bottom: 10px;
}
.video__mobile {
  display: none;
}
.hfooter__mobile {
  display: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  width: 48px;
  height: 48px;
  background-color: #e3e3e3;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  font-size: 24px;
  color: #1d1d1b;
  position: absolute;
}
.owl-carousel .owl-nav button.owl-prev {
  left: 0;
}
.owl-carousel .owl-nav button.owl-next {
  right: 0;
}
.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
  background-color: #fff;
}
.js__hero-banner-swiper.owl-carousel .owl-nav button.owl-prev,
.js__customer-swiper.owl-carousel .owl-nav button.owl-prev,
.js__brand-swiper.owl-carousel .owl-nav button.owl-prev,
.js__deal-swiper.owl-carousel .owl-nav button.owl-prev {
  top: 50%;
  transform: translate(-50%, -50%);
}
.js__product-suggest-swiper.owl-carousel .owl-nav button.owl-prev {
  top: 30%;
  transform: translate(-50%, -50%);
}
.js__product-suggest-swiper.owl-carousel .owl-nav button.owl-next {
  top: 30%;
  transform: translate(50%, -50%);
}

.js__hero-banner-swiper.owl-carousel .owl-nav button.owl-next,
.js__customer-swiper.owl-carousel .owl-nav button.owl-next,
.js__brand-swiper.owl-carousel .owl-nav button.owl-next,
.js__deal-swiper.owl-carousel .owl-nav button.owl-next,
.js__pd-detail-swiper .owl-nav button.owl-next {
  top: 50%;
  transform: translate(50%, -50%);
}
.js__pd-detail-swiper .owl-nav button.owl-prev {
  top: 50%;
  transform: translate(0, -50%);
}
.js__pd-detail-swiper .owl-nav button.owl-next {
  top: 50%;
  transform: translate(0, -50%);
}
.img-rounded {
  border-radius: 10px;
}
.js__flash-sale-swiper .owl-item > a {
  display: block;
  padding-left: 4px;
}
.filter-dmsp a:hover,
.left-foc p:hover {
  color: #ff0;
}
.block-sli-bnfl {
  position: relative;
}
.block-prod-flash-sale {
  top: 0;
  margin-bottom: 0;
  margin-top: 20px;
}
.hcart--bg {
  background-color: #f4f4f4;
}
.hcart-layout {
  display: flex;
  align-items: start;
  gap: 32px;
}
.hcart__product {
  flex: 1 1 auto;
  background-color: #fff;
  border-radius: 16px;
}
.hcart__summary {
  width: 280px;
  flex-shrink: 0;
  background-color: #fff;
  border-radius: 16px;
}
.box-support-fixed {
  z-index: 99999999;
}
.product-item__image img {
  height: auto !important;
}
.hcart__summary {
  padding: 16px;
}
.hcart__summary__row {
  padding: 8px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hcart__summary__row b {
  font-weight: bold;
}
.hcart__summary__total {
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  border-top: 1px solid #eee;
  margin-top: 8px;
}
.hcart__summary__total b {
  font-weight: bold;
}
.hcart__payment {
  padding: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  background-color: #cc2338;
  border-radius: 8px;
}
.hcart__payment:hover {
  color: #fff;
  opacity: 0.9;
}
.tit-news-rela {
  color: #111;
}
.news-related {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.news-related-item__image {
  margin-bottom: 8px;
}
.news-related-item img {
  aspect-ratio: 16/10;
  object-fit: contain;
  border-radius: 12px;
}
.news-related-item__name {
  font-weight: bold;
  margin-bottom: 8px;
}
.news-related-item__desc {
  color: #555;
}
@media screen and (max-width: 1352px) {
  .hcontainer {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 768px) {
  .h-banner {
    display: none;
  }
  .hcart-layout {
    flex-direction: column;
  }
  .hcart__summary,
  .hcart__product {
    width: 100%;
  }
  .product-item__sold {
    font-size: 10px;
  }
  .js__hero-banner-swiper.owl-carousel:not(.owl-loaded) a {
    width: 100%;
  }
  .js__hero-banner-swiper.owl-carousel > a:nth-child(n + 2) {
    display: none;
  }
  .hfooter__col--hidden-mobile {
    display: none;
  }
  .hfooter__mobile {
    display: block;
  }
  .hfooter__mobile__show {
    font-size: 16px;
    color: #1d1d1b;
    padding-bottom: 8px;
  }
  .hfooter__col {
    border-bottom: 1px solid #eee;
    padding-bottom: 16px;
  }
  .hfooter__mobile__body {
    display: none;
  }
  .hfooter__mobile__content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 16px;
    background-color: #eee;
    padding: 16px;
  }
  .video__mobile {
    display: block;
  }
  .video-item {
    flex-direction: column;
    gap: 8px;
    width: 180px;
  }
  .video-item__image {
    width: 100%;
  }
  .video-item__name {
    font-size: 13px;
    line-height: 20px;
    color: #1d1d1b;
    font-weight: 400;
  }
  .video__header {
    margin-bottom: 16px;
  }
  .flash-sale__countdown {
    display: none;
  }
  .hheader__top--desktop {
    display: none;
  }
  .hheader__top--mobile {
    display: block;
  }
  .hdetail__banner-detail--desktop {
    display: none;
  }
  .hdetail__banner-detail--mobile {
    display: block;
  }
  .slider-desktop {
    display: none;
  }
  .slider-mobile {
    display: block;
  }
  .slider-mobile img {
    width: 100%;
  }
  .hmenu-mobile {
    position: fixed;
    left: 100%;
    top: 0;
    z-index: 999999;
    width: 100%;
    max-width: 440px;
    background-color: rgba(0, 0, 0, 0.6);
    display: block;
    transition: all 0.3s;
    padding-left: 40px;
  }
  .hmenu-mobile.active {
    transform: translateX(-100%);
  }
  .hmenu-mobile__container {
    background-color: #fff;
    height: 100vh;
    overflow: auto;
    padding-bottom: 100px;
  }
  .hmenu-mobile__contact {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .hmenu-mobile__middle {
    padding: 0;
    margin: 0;
    list-style-type: none;
    border-top: 7px solid #eee;
    border-bottom: 8px solid #eee;
  }
  .hmenu-mobile__middle a {
    display: block;
    padding: 8px 16px;
    color: #1d1d1b;
  }
  .hmenu-mobile__body,
  .hmenu-mobile__body ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  .hmenu-mobile__body ul {
    display: none;
    background-color: #eee;
  }
  .hmenu-mobile__body li {
    position: relative;
  }
  .hmenu-mobile__body a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
    color: #1d1d1b;
  }
  .hmenu-mobile__body a span {
    flex: 1 1 auto;
  }
  .hmenu-mobile__body ul a {
    padding-left: 50px;
  }
  .hmenu-mobile__nav-item {
    display: flex;
    border-bottom: 1px solid #eee;
  }
  .hmenu-mobile__nav-item a {
    flex: 1 1 auto;
  }
  .hmenu-mobile__body b {
    width: 48px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  .hmenu-mobile__body b img {
    transition: all 0.3s;
  }
  .hmenu-mobile__body b.active img {
    transform: rotate(90deg);
  }
  .hmenu-mobile__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #eee;
  }
  .hmenu-mobile__header b {
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 16px;
  }
  .hmenu-mobile__close {
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  .hmenu-mobile__close img {
    width: 14px;
    height: auto;
  }
  .hmenu-mobile__header .hcontainer {
    padding-left: 16px;
    padding-right: 16px;
  }
  .hheader-desktop {
    display: none;
  }
  .hheader-mobile {
    display: block;
    height: 128px;
  }
  .hheader-mobile__top {
    display: flex;
  }
  .hheader-mobile__top img {
    width: 100%;
  }
  .hheader-mobile__middle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 16px;
  }
  .hheader-mobile__logo {
    width: 74px;
  }
  .hheader-mobile__logo img {
    width: 100%;
    height: auto;
  }
  .hheader-mobile__right {
    display: flex;
    align-items: center;
  }
  .hheader-mobile__link {
    width: 88px;
    font-size: 13px;
    color: #fff !important;
    line-height: 15px;
    padding: 0 8px;
    border-right: 1px solid #fff;
  }
  .hheader-mobile__cart {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 30px;
  }
  .hheader-mobile__cart span {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #ff3742;
    font-size: 11px;
    font-weight: 700;
    padding: 0 5px;
    border-radius: 8px;
    color: #fff;
  }
  .hheader-mobile__menu-button {
    width: 38px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 2px;
    font-size: 10px;
    font-weight: 500;
    line-height: 12px;
    color: #fff;
  }
  .hheader-mobile__search {
    padding: 0 16px;
  }
  .hheader-mobile__search-form {
    display: flex;
    width: 100%;
    height: 40px;
    background-color: #fff;
    border-radius: 5px;
  }
  .hheader-mobile__search-form input {
    flex: 1 1 auto;
    height: 100%;
    border: 0;
    background-color: transparent;
    outline: none !important;
    padding-left: 10px;
  }
  .hheader-mobile__search-form input::placeholder {
    font-size: 14px;
  }
  .hheader-mobile__search-form button {
    width: 40px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    outline: none;
    padding: 0;
  }
  .hheader-mobile__nav {
    display: flex;
    gap: 16px;
    overflow: auto;
    padding: 8px 0;
  }
  .hheader-mobile__nav-item {
    font-size: 13px;
    color: #fff !important;
    white-space: nowrap;
  }
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev {
    display: none;
  }
  .hero-banner {
    margin-top: 16px;
  }
  .promotion-option {
    border-radius: 16px;
    background: #f2f2f3;
    grid-gap: 20px;
    padding: 6px;
    margin: 16px 0;
  }
  .promotion-option-item {
    flex-direction: column;
    gap: 4px;
    padding: 0;
    background-color: transparent !important;
    position: relative;
  }
  .promotion-option-item:after {
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 1px;
    height: 90%;
    background-color: #dedede;
  }
  .promotion-option-item:last-child:after {
    display: none;
  }
  .promotion-option-item__image {
    width: 40px;
    height: 40px;
  }
  .promotion-option-item__name {
    font-size: 10px;
    text-align: center;
  }
  .flash-sale .hcontainer {
    gap: 16px;
  }
  .flash-sale__title {
    font-size: 24px;
    line-height: 32px;
  }
  .js__flash-sale-swiper .product-item {
    width: 170px;
  }
  .arr-cate {
    width: 20px;
  }
  .flash-sale__countdown > span {
    display: none;
  }
  #flash-sale__countdown__time span {
    width: 24px;
    height: 24px;
    font-size: 13px;
  }
  .product-item {
    padding: 8px;
  }
  .product-item__sale {
    font-size: 10px;
    font-weight: 400;
    width: 65px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 2px 0 0 5px;
  }
  .product-item__name {
    font-size: 13px;
    line-height: 24px;
  }
  .product-item__price b {
    font-size: 15px;
    line-height: 20px;
  }
  .product-item__price span {
    font-size: 8px;
    line-height: 10px;
  }
  .product-item__review-star img {
    width: 11px !important;
    height: auto;
  }
  .product-item__info {
    padding: 8px 0 0 0;
  }
  .home-category {
    gap: 24px;
  }
  .flash-sale,
  .home-category {
    padding: 24px 0;
  }
  .home-category__link {
    width: 100%;
    justify-content: center;
  }
  .home-category__title {
    font-size: 16px;
    line-height: 24px;
  }
  .home-category__product {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 16px;
  }
  .home-category-featured {
    padding: 24px;
  }
  .home-category-featured__header {
    margin-bottom: 16px;
  }
  .home-category-featured__title {
    font-size: 16px;
    line-height: 32px;
  }
  .home-category-featured__body {
    overflow: auto;
    grid-gap: 12px 4px;
    grid-template-columns: repeat(10, 90px);
  }
  .home-category-featured-item__image {
    width: 54px;
    height: 54px;
  }
  .home-category-featured-item__image img {
    width: 38px;
  }
  .home-category-featured-item__name {
    font-size: 12px;
    line-height: 14px;
  }
  .suggest-today {
    grid-gap: 8px;
    margin-bottom: 16px;
  }
  .suggest-today-item {
    flex-direction: column;
    gap: 4px;
    padding: 10px 5px;
  }
  .suggest-today-item__image {
    width: 32px;
    height: 32px;
  }
  .suggest-today-item__name {
    font-size: 10px;
    line-height: 13px;
    text-align: center;
  }
  .feedback {
    padding: 24px 16px;
  }
  .htitle {
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 24px;
    margin-bottom: 16px;
  }
  .customer-swiper__nav-prev {
    left: 0;
  }
  .customer-swiper__nav-next {
    right: 0;
  }
  .about .hcontainer {
    flex-direction: column;
    gap: 16px;
  }
  .guide .hcontainer {
    flex-direction: column;
    gap: 16px;
  }
  .blog {
    width: 100%;
  }
  .video__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .video__title {
    font-size: 16px;
    line-height: 32px;
  }
  .video__body {
    display: none;
  }
  .criteria .hcontainer {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 16px;
  }
  .criteria-item {
    flex-direction: column;
  }
  .criteria-item__name {
    font-size: 13px;
    text-align: center;
  }
  .criteria-item__desc {
    font-size: 13px;
    text-align: center;
  }
  .showroom__grid {
    grid-template-columns: 100%;
  }
  .newsletter {
    padding: 24px 0;
  }
  .newsletter .hcontainer {
    flex-direction: column;
    gap: 8px;
  }
  .newsletter__left {
    font-size: 28px;
    line-height: 32px;
  }
  .newsletter__left img {
    width: 30px;
  }
  .newsletter__right {
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }
  .newsletter__right input,
  .newsletter__right button {
    width: 100%;
  }
  .hfooter__top {
    flex-direction: column;
    gap: 16px;
  }
  .copyright .hcontainer {
    grid-template-columns: 100%;
  }
  .hdetail__group1 {
    flex-direction: column;
    gap: 16px;
  }
  .hdetail__group1__left,
  .hdetail__group1__right {
    width: 100%;
  }
  .hdetail__group1__left__bottom {
    gap: 4px;
  }
  .hdetail__group1__left__button {
    width: 60px;
    justify-content: flex-start;
  }
  .hdetail__group1__left__button__image {
    width: 38px;
    height: 38px;
  }
  .hdetail__group1__left__button__image img {
    width: 18px;
    height: 18px;
  }
  .hdetail__group1__left__button__name {
    white-space: initial;
    font-size: 10px;
  }
  .hdetail__name {
    font-size: 16px;
    line-height: 24px;
  }
  .hdetail__tab {
    display: none;
  }
  .hdetail__group2__left {
    width: 100%;
  }
  .hdetail__group2__right {
    display: none;
  }
  .hdetail__related__header {
    margin-bottom: 16px;
  }
  .hdetail__related__title {
    font-size: 16px;
  }
  .product__grid {
    grid-template-columns: repeat(2, calc(50% - 8px));
    grid-gap: 16px;
  }
  .brand-swiper__nav-prev,
  .brand-swiper__nav-next,
  .flash-sale-swiper__nav-prev,
  .flash-sale-swiper__nav-next {
    display: none;
  }
}
