@charset "UTF-8";
.new-frontend {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #000000;
  background: #f6f6f6;
}
.new-frontend #header {
  position: relative;
  z-index: 4;
}
.new-frontend #contentOverlay {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}

@media (min-width: 992px) {
  .d-lg-grid {
    display: grid !important;
  }
  .col-lg-20 {
    flex: 0 0 20%;
    max-width: 20%;
    padding-inline: 8px;
  }
}
@media (min-width: 1200px) {
  .d-xl-grid {
    display: grid !important;
  }
  .col-xl-20 {
    flex: 0 0 20%;
    max-width: 20%;
    padding-inline: 8px;
  }
}
@media (max-width: 991px) {
  .new-frontend {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    background: #ffffff;
  }
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1200px;
  }
}
.new-frontend .header__pc {
  z-index: 99;
  left: 0;
  right: 0;
}
.new-frontend .header__pc #overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: none;
}
.new-frontend .header__pc .header--top {
  background: #F8B300;
  padding-block: 4px;
}
.new-frontend .header__pc .header--top .header--button {
  display: inline-flex;
  padding-block: 2px;
  padding-inline: 10px;
  border-radius: 80px;
  background: linear-gradient(90deg, rgb(35, 167, 75) 0%, rgb(0, 194, 255) 80%);
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  color: #ffffff;
  margin-right: 13px;
}
.new-frontend .header__pc .header--top .header--button .button-icon {
  width: 18px;
  height: 17px !important;
}
.new-frontend .header__pc .header--top span.hamburger-icon {
  display: inline-block;
}
.new-frontend .header__pc .header--top span.hamburger-icon img {
  width: 13px;
  height: 18px !important;
}
.new-frontend .header__pc .header--top span.hamburger-icon {
  margin-right: 5px;
  padding-left: 14px;
  border-left: 1px solid #ffffff;
}
.new-frontend .header__pc .header--top .blog-link {
  color: #fff;
  font-size: 13.319px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.new-frontend .header__pc .header--middle {
  padding-top: 13px;
  padding-bottom: 5px;
  background: #272425;
}
.new-frontend .header__pc .header--middle .header__left {
  position: relative;
}
.new-frontend .header__pc .header--middle .header__left .header__left--button {
  margin-top: 8px;
  display: flex;
  font-size: 13px;
  color: #ffffff;
  font-weight: 600;
  padding: 10px 13px;
  background: #F8B300;
  border-radius: 25px;
}
.new-frontend .header__pc .header--middle .header__left .header__left--button i {
  font-size: 16px;
}
.new-frontend .header__pc .header--middle .header__left .header__left--button span {
  margin: 0 8px;
}
.new-frontend .header__pc .header--middle .header__left .main-menu {
  display: none;
}
.new-frontend .header__pc .header--middle .header__left .main-menu .menu-items {
  position: absolute;
  z-index: 2;
  border-radius: 8.325px;
  background: #fff;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.26);
  padding: 0;
  list-style: none;
  margin-top: 5px;
}
.new-frontend .header__pc .header--middle .header__left .main-menu .menu-items .menu-item.active, .new-frontend .header__pc .header--middle .header__left .main-menu .menu-items .menu-item:hover {
  background: #F8B300;
}
.new-frontend .header__pc .header--middle .header__left .main-menu .menu-items .menu-item.active .menu-item__icon img, .new-frontend .header__pc .header--middle .header__left .main-menu .menu-items .menu-item:hover .menu-item__icon img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
.new-frontend .header__pc .header--middle .header__left .main-menu .menu-items .menu-item.active .menu-item__text, .new-frontend .header__pc .header--middle .header__left .main-menu .menu-items .menu-item:hover .menu-item__text {
  color: #fff;
}
.new-frontend .header__pc .header--middle .header__left .main-menu .menu-items .menu-item:hover .sub-menu {
  transform: translate(0);
  opacity: 1;
  visibility: visible;
}
.new-frontend .header__pc .header--middle .header__left .main-menu .menu-items .menu-item a {
  display: flex;
  align-items: center;
  padding: 13px 18px;
}
.new-frontend .header__pc .header--middle .header__left .main-menu .menu-items .menu-item a .menu-item__icon {
  display: flex;
  margin-right: 16px;
}
.new-frontend .header__pc .header--middle .header__left .main-menu .menu-items .menu-item a .menu-item__icon img {
  width: 20px;
  height: 20px !important;
}
.new-frontend .header__pc .header--middle .header__left .main-menu .menu-items .menu-item a .menu-item__text {
  color: #000;
  font-size: 13.319px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}
.new-frontend .header__pc .header--middle .header__left .main-menu .menu-items .menu-item a .menu-item__text .arrow {
  transform: rotate(-90deg);
}
.new-frontend .header__pc .header--middle .header__left .main-menu .menu-items .menu-item .sub-menu {
  position: absolute;
  width: 897.5px;
  height: 100%;
  background: #fff;
  left: 100%;
  top: 0;
  z-index: 1;
  transform: translate(20px);
  opacity: 0;
  visibility: hidden;
  transition: all linear 0.25s;
  padding: 10px;
  border: solid 1px #dedede;
}
.new-frontend .header__pc .header--middle .header__left .main-menu .menu-items .menu-item .sub-menu .subs-item {
  position: relative;
  width: 30%;
}
.new-frontend .header__pc .header--middle .header__left .main-menu .menu-items .menu-item .sub-menu .subs-item:hover .sub-navs {
  display: block;
}
.new-frontend .header__pc .header--middle .header__left .main-menu .menu-items .menu-item .sub-menu .subs-item .sub-item-title {
  font-size: 13px;
  line-height: 2;
  position: relative;
}
.new-frontend .header__pc .header--middle .header__left .main-menu .menu-items .menu-item .sub-menu .subs-item .sub-item-title a {
  color: #000;
  padding: 0;
}
.new-frontend .header__pc .header--middle .header__left .main-menu .menu-items .menu-item .sub-menu .subs-item .sub-item-title .arrow {
  transform: rotate(-90deg);
  font-size: 10px;
}
.new-frontend .header__pc .header--middle .header__left .main-menu .menu-items .menu-item .sub-menu .sub-navs {
  position: absolute;
  display: none;
  top: -8px;
  left: 50%;
  width: 210px;
  background: #fff;
  box-shadow: 0 0 4px 0 #b5b5b5;
  margin-left: 10px;
  padding: 5px 10px;
  z-index: 9;
  border-radius: 3px;
}
.new-frontend .header__pc .header--middle .header__left .main-menu .menu-items .menu-item .sub-menu .sub-navs:before {
  content: "";
  position: absolute;
  width: 0;
  border: solid 5px transparent;
  border-right-color: #d2d2d2;
  left: -11px;
  top: 16px;
}
.new-frontend .header__pc .header--middle .header__left .main-menu .menu-items .menu-item .sub-menu .sub-navs:after {
  content: "";
  position: absolute;
  width: 0;
  border: solid 5px transparent;
  border-right-color: #ffffff;
  left: -10px;
  top: 16px;
}
.new-frontend .header__pc .header--middle .header__left .main-menu .menu-items .menu-item .sub-menu .sub-navs li {
  list-style: none;
}
.new-frontend .header__pc .header--middle .header__left .main-menu .menu-items .menu-item .sub-menu .sub-navs li a {
  font-size: 13px;
  line-height: 2;
  padding: 0;
  color: #000;
}
.new-frontend .header__pc .header--middle .header__middle .header__middle--top {
  justify-content: space-between;
}
.new-frontend .header__pc .header--middle .header__middle .header__middle--top .top-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.new-frontend .header__pc .header--middle .header__middle .header__middle--top .top-item .top-item--icon {
  width: 18px;
  height: 16px !important;
  margin-right: 8px;
  filter: brightness(0) invert(1);
}
.new-frontend .header__pc .header--middle .header__middle .header__middle--top .top-item .top-item--text {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
}
.new-frontend .header__pc .header--middle .header__middle .header__middle--center {
  position: relative;
  margin-top: 10px;
}
.new-frontend .header__pc .header--middle .header__middle .header__middle--center .most-keywords {
  padding-top: 10px;
  position: absolute;
  z-index: 2000;
  display: none;
}
.new-frontend .header__pc .header--middle .header__middle .header__middle--center .most-keywords .keywords {
  background: #fff;
  border-radius: 10px;
  position: relative;
  padding: 15px 20px;
}
.new-frontend .header__pc .header--middle .header__middle .header__middle--center .most-keywords .keywords::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
  position: absolute;
  left: 20px;
  top: -7px;
  display: table;
}
.new-frontend .header__pc .header--middle .header__middle .header__middle--center .most-keywords .keywords::after {
  clear: both;
  content: " ";
  display: table;
}
.new-frontend .header__pc .header--middle .header__middle .header__middle--center .most-keywords .tit {
  font-size: 16px;
  color: #f72f35;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.new-frontend .header__pc .header--middle .header__middle .header__middle--center .most-keywords .item-key {
  float: left;
  width: 50%;
  padding: 5px 10px;
}
.new-frontend .header__pc .header--middle .header__middle .header__middle--center .most-keywords .item-key a {
  color: #000;
}
.new-frontend .header__pc .header--middle .header__middle .header__middle--center .button-search {
  position: absolute;
  outline: 0;
  border: none;
  background: transparent;
  top: 4.5px;
  left: 10.5px;
}
.new-frontend .header__pc .header--middle .header__middle .header__middle--center .button-search .search-icon {
  width: 25px;
}
.new-frontend .header__pc .header--middle .header__middle .header__middle--center .search {
  width: 100%;
  height: 33px;
  border-radius: 25px;
  background: #f3f3f3;
  border: none;
  color: #000;
  font-size: 13.319px;
  font-weight: 400;
  line-height: normal;
  padding-left: 63px;
  padding-right: 10px;
}
.new-frontend .header__pc .header--middle .header__middle .header__middle--bottom {
  justify-content: space-between;
}
.new-frontend .header__pc .header--middle .header__middle .header__middle--bottom .top-keyword {
  color: #000;
  font-size: 11.654px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 5px 14px;
  border-radius: 4px;
  background: #ebebeb;
  cursor: pointer;
  margin-top: 10px;
}
.new-frontend .header__pc .header--middle .header__right .header__right--top {
  color: #F8B300;
  text-align: right;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.new-frontend .header__pc .header--middle .header__right .header__right--bottom {
  margin-top: 16px;
  display: flex;
  justify-content: flex-end;
}
.new-frontend .header__pc .header--middle .header__right .header__right--bottom .hotline {
  display: flex;
  align-items: center;
}
.new-frontend .header__pc .header--middle .header__right .header__right--bottom .hotline a {
  align-items: center;
  color: #000;
  font-size: 13.319px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
}
.new-frontend .header__pc .header--middle .header__right .header__right--bottom .hotline .hotline--icon {
  width: 29px;
  height: 27px !important;
  margin-right: 6px;
}
.new-frontend .header__pc .header--middle .header__right .header__right--bottom .cart {
  display: flex;
  align-items: center;
  position: relative;
}
.new-frontend .header__pc .header--middle .header__right .header__right--bottom .cart .cart--icon {
  width: 29px;
  height: 27px !important;
  margin-right: 6px;
  filter: brightness(0) invert(1);
}
.new-frontend .header__pc .header--middle .header__right .header__right--bottom .cart span {
  color: #fff;
  font-size: 13.319px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
}
.new-frontend .header__pc .header--middle .header__right .header__right--bottom .cart .cart--quantity {
  width: 14px;
  height: 14px;
  border-radius: 7px;
  background: #F8B300;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 9.989px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: absolute;
  left: 18px;
  top: 0;
}
.new-frontend .header__pc .header--bottom {
  background: #ffffff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}
.new-frontend .header__pc .header--bottom__btn {
  font-size: 13px;
  color: #ffffff;
  font-weight: 600;
  padding: 8px 13px;
  background: #F8B300;
  border-radius: 0px;
  margin-right: 15px;
}
.new-frontend .header__pc .header--bottom__btn:focus {
  outline: 0;
  box-shadow: none;
}
.new-frontend .header__pc .header--bottom__btn i {
  font-size: 16px;
}
.new-frontend .header__pc .header--bottom__btn span {
  margin: 0 8px;
}
.new-frontend .header__pc .header--bottom .main-menu {
  display: none;
}
.new-frontend .header__pc .header--bottom .main-menu .menu-items {
  position: absolute;
  z-index: 2;
  border-radius: 8.325px;
  background: #fff;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.26);
  padding: 0;
  list-style: none;
  left: 0;
  top: 100%;
  width: 209.5px;
}
.new-frontend .header__pc .header--bottom .main-menu .menu-items .menu-item {
  position: relative;
}
.new-frontend .header__pc .header--bottom .main-menu .menu-items .menu-item.active, .new-frontend .header__pc .header--bottom .main-menu .menu-items .menu-item:hover {
  background: #F8B300;
}
.new-frontend .header__pc .header--bottom .main-menu .menu-items .menu-item.active .menu-item__icon img, .new-frontend .header__pc .header--bottom .main-menu .menu-items .menu-item:hover .menu-item__icon img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
.new-frontend .header__pc .header--bottom .main-menu .menu-items .menu-item.active .menu-item__text, .new-frontend .header__pc .header--bottom .main-menu .menu-items .menu-item:hover .menu-item__text {
  color: #fff;
}
.new-frontend .header__pc .header--bottom .main-menu .menu-items .menu-item:hover .sub-menu {
  transform: translate(0);
  opacity: 1;
  visibility: visible;
}
.new-frontend .header__pc .header--bottom .main-menu .menu-items .menu-item a {
  display: flex;
  align-items: center;
  padding: 13px 18px;
}
.new-frontend .header__pc .header--bottom .main-menu .menu-items .menu-item a .menu-item__icon {
  display: flex;
  margin-right: 16px;
}
.new-frontend .header__pc .header--bottom .main-menu .menu-items .menu-item a .menu-item__icon img {
  width: 20px;
  height: 20px !important;
}
.new-frontend .header__pc .header--bottom .main-menu .menu-items .menu-item a .menu-item__text {
  color: #000;
  font-size: 13.319px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}
.new-frontend .header__pc .header--bottom .main-menu .menu-items .menu-item a .menu-item__text .arrow {
  transform: rotate(-90deg);
}
.new-frontend .header__pc .header--bottom .main-menu .menu-items .menu-item .sub-menu {
  position: absolute;
  width: max-content;
  height: max-content;
  background: #fff;
  left: 100%;
  top: 0;
  z-index: 1;
  transform: translate(20px);
  opacity: 0;
  visibility: hidden;
  transition: all linear 0.25s;
  border: solid 1px #dedede;
}
.new-frontend .header__pc .header--bottom .main-menu .menu-items .menu-item .sub-menu .subs-item {
  position: relative;
  width: 100%;
  padding-block: 10px;
  padding-inline: 20px;
  border-bottom: 1px solid #ebebeb;
}
.new-frontend .header__pc .header--bottom .main-menu .menu-items .menu-item .sub-menu .subs-item:hover .sub-navs {
  display: block;
}
.new-frontend .header__pc .header--bottom .main-menu .menu-items .menu-item .sub-menu .subs-item .sub-item-title {
  font-size: 13px;
  line-height: 2;
  position: relative;
  min-width: 150px;
}
.new-frontend .header__pc .header--bottom .main-menu .menu-items .menu-item .sub-menu .subs-item .sub-item-title a {
  color: #000;
  padding: 0;
  justify-content: space-between;
}
.new-frontend .header__pc .header--bottom .main-menu .menu-items .menu-item .sub-menu .subs-item .sub-item-title .arrow {
  transform: rotate(-90deg);
  font-size: 10px;
}
.new-frontend .header__pc .header--bottom .main-menu .menu-items .menu-item .sub-menu .sub-navs {
  position: absolute;
  display: none;
  top: 0;
  left: calc(100% - 10px);
  width: 210px;
  background: #fff;
  box-shadow: 0 0 4px 0 #b5b5b5;
  margin-left: 10px;
  padding: 5px 10px;
  z-index: 9;
  border-radius: 3px;
}
.new-frontend .header__pc .header--bottom .main-menu .menu-items .menu-item .sub-menu .sub-navs:before {
  content: "";
  position: absolute;
  width: 0;
  border: solid 5px transparent;
  border-right-color: #d2d2d2;
  left: -11px;
  top: 16px;
}
.new-frontend .header__pc .header--bottom .main-menu .menu-items .menu-item .sub-menu .sub-navs:after {
  content: "";
  position: absolute;
  width: 0;
  border: solid 5px transparent;
  border-right-color: #ffffff;
  left: -10px;
  top: 16px;
}
.new-frontend .header__pc .header--bottom .main-menu .menu-items .menu-item .sub-menu .sub-navs li {
  list-style: none;
}
.new-frontend .header__pc .header--bottom .main-menu .menu-items .menu-item .sub-menu .sub-navs li a {
  font-size: 13px;
  line-height: 2;
  padding: 0;
  color: #000;
}
.new-frontend .header__pc .header--bottom__top-keyword {
  flex: 1;
}
.new-frontend .header__pc .header--bottom__top-keyword .top-keyword {
  color: #000;
  font-size: 11.654px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 5px 14px;
  border-radius: 4px;
  background: #ebebeb;
  cursor: pointer;
}
.new-frontend .header__mobile {
  background: #272425;
  padding-block: 10px;
}
.new-frontend .header__mobile .menu__button img {
  width: 20px;
  height: 20px;
}
.new-frontend .header__mobile .menu__button span {
  color: #fff;
  font-size: 5.988px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.new-frontend .header__mobile .logo {
  width: 126px;
  height: 27px !important;
}
.new-frontend .header__mobile .cart img {
  width: 22px;
  height: 22px !important;
}
.new-frontend .header__mobile .cart .cart_quantity {
  background: #fff;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  display: flex;
  top: 0;
  right: 0;
}
.new-frontend .header__mobile--search .search-input {
  padding-block: 12px;
}
.new-frontend .header__mobile--search .search-input .search {
  width: 100%;
  padding: 8px 54px 8px 18px;
  border-radius: 37.821px;
  border: 1px solid #d1d1d1;
  color: #000;
  font-size: 15.129px;
  font-weight: 300;
  line-height: normal;
}
.new-frontend .header__mobile--search .search-input .button-search {
  position: absolute;
  top: calc(50% - 15px);
  right: 20px;
  background: transparent;
  border: none;
  outline: none;
}
.new-frontend .header__mobile--search .search-input .button-search .search-icon {
  width: 20px;
  height: 20px !important;
}
.new-frontend .header__mobile--search .search-input .mobile-keywords {
  display: none;
  position: absolute;
  background-color: #fff;
  z-index: 99;
  width: 92%;
  padding: 10px;
  border-radius: 8px;
  top: 61px;
}
.new-frontend .header__mobile--search .search-input .mobile-keywords:after {
  content: "";
  border: 15px solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  left: 15%;
  top: -30px;
}
.new-frontend .header__mobile--search .search-input .mobile-keywords .mobile-suggest-keyword .suggest a {
  display: flex;
  align-items: center;
  color: #000;
  padding-block: 5px;
  line-height: 19px;
}
.new-frontend .header__mobile--search .search-input .mobile-keywords .mobile-suggest-keyword .suggest a img {
  width: 50px;
  height: auto;
}
.new-frontend .header__mobile--search .search-input .mobile-keywords .mobile-suggest-keyword .suggest a .info {
  padding-left: 12px;
}
.new-frontend .header__mobile--search .search-input .mobile-keywords .mobile-suggest-keyword .suggest a .info .name {
  margin-bottom: 0;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  word-wrap: break-word;
}
.new-frontend .header__mobile--search .search-input .mobile-keywords .mobile-suggest-keyword .suggest a .info .price {
  padding-left: 15px;
  font-weight: 700;
  white-space: nowrap;
  color: #eb4432;
}
.new-frontend .header__mobile--search .search-input .mobile-keywords .mobile-suggest-keyword .suggest a .info .list-price {
  white-space: nowrap;
  font-size: 13px;
  text-decoration: line-through;
}
.new-frontend .header__mobile--search .search-input .mobile-keywords .mobile-suggest-keyword .suggest a .info .percent {
  white-space: nowrap;
  font-size: 12px;
  background-color: #f8b300;
  border-radius: 12px;
  padding: 4px 4px 3px;
  color: #fff;
  font-weight: 700;
}
.new-frontend .header__mobile--search .search-input .mobile-keywords .mobile-trending-keywords .title {
  font-weight: 600;
  color: #f72f35;
}
.new-frontend .header__mobile--search .search-input .mobile-keywords .mobile-trending-keywords a {
  color: #000;
}

.section-top {
  margin-top: 8px;
}
.section-top .banner-menu .main-menu {
  display: flex;
  z-index: 2;
}
.section-top .banner-menu .main-menu .menu-items {
  border-radius: 8.325px;
  background: #FFF;
  box-shadow: -1.6649016142px 1.6649016142px 1.6649016142px 0px rgba(0, 0, 0, 0.1);
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  margin: 0;
  flex: 1;
  position: relative;
}
.section-top .banner-menu .main-menu .menu-items .menu-item {
  position: relative;
}
.section-top .banner-menu .main-menu .menu-items .menu-item::after {
  content: "";
  position: absolute;
  right: -20px;
  height: 40px;
  width: 40px;
}
.section-top .banner-menu .main-menu .menu-items .menu-item:hover {
  background: #F8B300;
}
.section-top .banner-menu .main-menu .menu-items .menu-item:hover .menu-item__icon img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
.section-top .banner-menu .main-menu .menu-items .menu-item:hover .menu-item__text {
  color: #fff;
}
.section-top .banner-menu .main-menu .menu-items .menu-item:hover .sub-menu {
  transform: translate(0);
  opacity: 1;
  visibility: visible;
}
.section-top .banner-menu .main-menu .menu-items .menu-item a {
  display: flex;
  align-items: center;
  padding: 10.3px 18px;
}
.section-top .banner-menu .main-menu .menu-items .menu-item a .menu-item__icon {
  display: flex;
  margin-right: 16px;
}
.section-top .banner-menu .main-menu .menu-items .menu-item a .menu-item__icon img {
  width: 20px;
  height: 20px !important;
}
.section-top .banner-menu .main-menu .menu-items .menu-item a .menu-item__text {
  color: #000;
  font-size: 13.319px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}
.section-top .banner-menu .main-menu .menu-items .menu-item a .menu-item__text .arrow {
  transform: rotate(-90deg);
}
.section-top .banner-menu .main-menu .menu-items .menu-item .sub-menu {
  position: absolute;
  width: max-content;
  height: max-content;
  background: #fff;
  left: 100%;
  top: 0;
  z-index: 1;
  transform: translate(20px);
  opacity: 0;
  visibility: hidden;
  transition: all linear 0.25s;
  border: solid 1px #dedede;
}
.section-top .banner-menu .main-menu .menu-items .menu-item .sub-menu .subs-item {
  position: relative;
  width: 100%;
  padding-block: 7px;
  padding-inline: 20px;
  border-bottom: 1px solid #ebebeb;
}
.section-top .banner-menu .main-menu .menu-items .menu-item .sub-menu .subs-item:hover .sub-navs {
  display: block;
}
.section-top .banner-menu .main-menu .menu-items .menu-item .sub-menu .subs-item .sub-item-title {
  font-size: 13px;
  line-height: 2;
  position: relative;
  min-width: 200px;
}
.section-top .banner-menu .main-menu .menu-items .menu-item .sub-menu .subs-item .sub-item-title a {
  color: #000;
  padding: 0;
  justify-content: space-between;
}
.section-top .banner-menu .main-menu .menu-items .menu-item .sub-menu .subs-item .sub-item-title .arrow {
  transform: rotate(-90deg);
  font-size: 10px;
}
.section-top .banner-menu .main-menu .menu-items .menu-item .sub-menu .sub-navs {
  position: absolute;
  display: none;
  top: 0;
  left: calc(100% - 10px);
  width: 210px;
  background: #fff;
  box-shadow: 0 0 4px 0 #b5b5b5;
  margin-left: 10px;
  padding: 5px 10px;
  z-index: 9;
  border-radius: 3px;
}
.section-top .banner-menu .main-menu .menu-items .menu-item .sub-menu .sub-navs:before {
  content: "";
  position: absolute;
  width: 0;
  border: solid 5px transparent;
  border-right-color: #d2d2d2;
  left: -11px;
  top: 16px;
}
.section-top .banner-menu .main-menu .menu-items .menu-item .sub-menu .sub-navs:after {
  content: "";
  position: absolute;
  width: 0;
  border: solid 5px transparent;
  border-right-color: #ffffff;
  left: -10px;
  top: 16px;
}
.section-top .banner-menu .main-menu .menu-items .menu-item .sub-menu .sub-navs li {
  list-style: none;
}
.section-top .banner-menu .main-menu .menu-items .menu-item .sub-menu .sub-navs li a {
  font-size: 13px;
  line-height: 2;
  padding: 0;
  color: #000;
}
.section-top .banner-menu .main-banner .banner-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 193.3333333333px;
  grid-template-areas: "banner1 banner1 banner2" "banner1 banner1 banner3" "banner4 banner5 banner6";
  margin-left: -15px;
  column-gap: 14px;
  row-gap: 14px;
}
.section-top .banner-menu .main-banner .banner-items .banner-item.banner-1 {
  grid-area: banner1;
}
.section-top .banner-menu .main-banner .banner-items .banner-item.banner-2 {
  grid-area: banner2;
}
.section-top .banner-menu .main-banner .banner-items .banner-item.banner-3 {
  grid-area: banner3;
}
.section-top .banner-menu .main-banner .banner-items .banner-item.banner-4 {
  grid-area: banner4;
}
.section-top .banner-menu .main-banner .banner-items .banner-item.banner-5 {
  grid-area: banner5;
}
.section-top .banner-menu .main-banner .banner-items .banner-item.banner-6 {
  grid-area: banner6;
}
.section-top .banner-menu .main-banner .banner-items .banner-item img {
  width: 100%;
  height: 100% !important;
  border-radius: 8px;
}
.section-top .banner-bottom .banner-bottom--items {
  margin-top: 14px;
  display: flex;
  justify-content: space-between;
}
.section-top .banner-bottom .banner-bottom--items .banner-bottom--item img {
  width: 284px;
  height: 194px !important;
  border-radius: 8px;
}

.section-flashsale {
  margin-top: 30px;
}
.section-flashsale .count-down {
  color: #FFF;
  text-align: center;
  font-size: 19.128px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: inline-block;
  padding: 16px;
  border-radius: 0px 0px 13.663px 13.663px;
  background: #000;
  margin-bottom: 10px;
}
.section-flashsale .flashsale-container {
  background: linear-gradient(90deg, #ffc100 0%, #ff8a08 80%);
  padding: 0 40px 22px 40px;
  border-radius: 24px;
}
.section-flashsale .flashsale-container .flashsale-title--container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-flashsale .flashsale-container .flashsale-title--container .flashsale-title {
  color: #FFF;
  text-align: center;
  font-size: 60.731px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.section-flashsale .flashsale-container .flashsale-title--container .see-more {
  color: #FFF;
  text-align: right;
  font-size: 18.314px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: absolute;
  right: 57px;
}
@media (max-width: 991px) {
  .section-flashsale .flashsale-container {
    padding: 20px 8px;
    border-radius: 14px;
  }
  .section-flashsale .flashsale-container .flashsale-title--container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .section-flashsale .flashsale-container .flashsale-title--container .flashsale-title {
    color: #FFF;
    font-size: 39.934px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .section-flashsale .flashsale-container .flashsale-title--container .see-more {
    display: none;
  }
}

.section-best-selling {
  margin-top: 30px;
}
.section-best-selling .best-selling-container {
  background: #FFEEC6;
  padding: 22px 40px;
  border-radius: 24px;
}
.section-best-selling .best-selling-container .best-selling-products-wrap {
  margin-top: 12px;
}
.section-best-selling .best-selling-container .best-selling-title--container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-best-selling .best-selling-container .best-selling-title--container .best-selling-title {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.section-best-selling .best-selling-container .best-selling-title--container .see-more {
  color: #8D8D8D;
  text-align: right;
  font-size: 18.314px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 991px) {
  .section-best-selling .best-selling-container {
    background: #FFEEC6;
    padding: 22px 8px;
    border-radius: 14px;
  }
  .section-best-selling .best-selling-container .best-selling-products-wrap {
    margin-top: 20px;
  }
  .section-best-selling .best-selling-container .best-selling-title--container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .section-best-selling .best-selling-container .best-selling-title--container .best-selling-title {
    font-size: 20px;
    margin-bottom: 0;
  }
  .section-best-selling .best-selling-container .best-selling-title--container .see-more {
    font-size: 12px;
  }
}

.section-pc-gaming,
.section-laptop-gaming,
.section-laptop-new,
.home-section {
  margin-top: 30px;
}
.section-pc-gaming .pc-gaming-title--container,
.section-pc-gaming .laptop-gaming-title--container,
.section-pc-gaming .laptop-new-title--container,
.section-pc-gaming .title-container,
.section-laptop-gaming .pc-gaming-title--container,
.section-laptop-gaming .laptop-gaming-title--container,
.section-laptop-gaming .laptop-new-title--container,
.section-laptop-gaming .title-container,
.section-laptop-new .pc-gaming-title--container,
.section-laptop-new .laptop-gaming-title--container,
.section-laptop-new .laptop-new-title--container,
.section-laptop-new .title-container,
.home-section .pc-gaming-title--container,
.home-section .laptop-gaming-title--container,
.home-section .laptop-new-title--container,
.home-section .title-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: 40px;
  flex-wrap: wrap;
}
.section-pc-gaming .pc-gaming-title--container .pc-gaming-title,
.section-pc-gaming .pc-gaming-title--container .laptop-new-title,
.section-pc-gaming .pc-gaming-title--container .laptop-gaming-title,
.section-pc-gaming .pc-gaming-title--container .cate-title,
.section-pc-gaming .laptop-gaming-title--container .pc-gaming-title,
.section-pc-gaming .laptop-gaming-title--container .laptop-new-title,
.section-pc-gaming .laptop-gaming-title--container .laptop-gaming-title,
.section-pc-gaming .laptop-gaming-title--container .cate-title,
.section-pc-gaming .laptop-new-title--container .pc-gaming-title,
.section-pc-gaming .laptop-new-title--container .laptop-new-title,
.section-pc-gaming .laptop-new-title--container .laptop-gaming-title,
.section-pc-gaming .laptop-new-title--container .cate-title,
.section-pc-gaming .title-container .pc-gaming-title,
.section-pc-gaming .title-container .laptop-new-title,
.section-pc-gaming .title-container .laptop-gaming-title,
.section-pc-gaming .title-container .cate-title,
.section-laptop-gaming .pc-gaming-title--container .pc-gaming-title,
.section-laptop-gaming .pc-gaming-title--container .laptop-new-title,
.section-laptop-gaming .pc-gaming-title--container .laptop-gaming-title,
.section-laptop-gaming .pc-gaming-title--container .cate-title,
.section-laptop-gaming .laptop-gaming-title--container .pc-gaming-title,
.section-laptop-gaming .laptop-gaming-title--container .laptop-new-title,
.section-laptop-gaming .laptop-gaming-title--container .laptop-gaming-title,
.section-laptop-gaming .laptop-gaming-title--container .cate-title,
.section-laptop-gaming .laptop-new-title--container .pc-gaming-title,
.section-laptop-gaming .laptop-new-title--container .laptop-new-title,
.section-laptop-gaming .laptop-new-title--container .laptop-gaming-title,
.section-laptop-gaming .laptop-new-title--container .cate-title,
.section-laptop-gaming .title-container .pc-gaming-title,
.section-laptop-gaming .title-container .laptop-new-title,
.section-laptop-gaming .title-container .laptop-gaming-title,
.section-laptop-gaming .title-container .cate-title,
.section-laptop-new .pc-gaming-title--container .pc-gaming-title,
.section-laptop-new .pc-gaming-title--container .laptop-new-title,
.section-laptop-new .pc-gaming-title--container .laptop-gaming-title,
.section-laptop-new .pc-gaming-title--container .cate-title,
.section-laptop-new .laptop-gaming-title--container .pc-gaming-title,
.section-laptop-new .laptop-gaming-title--container .laptop-new-title,
.section-laptop-new .laptop-gaming-title--container .laptop-gaming-title,
.section-laptop-new .laptop-gaming-title--container .cate-title,
.section-laptop-new .laptop-new-title--container .pc-gaming-title,
.section-laptop-new .laptop-new-title--container .laptop-new-title,
.section-laptop-new .laptop-new-title--container .laptop-gaming-title,
.section-laptop-new .laptop-new-title--container .cate-title,
.section-laptop-new .title-container .pc-gaming-title,
.section-laptop-new .title-container .laptop-new-title,
.section-laptop-new .title-container .laptop-gaming-title,
.section-laptop-new .title-container .cate-title,
.home-section .pc-gaming-title--container .pc-gaming-title,
.home-section .pc-gaming-title--container .laptop-new-title,
.home-section .pc-gaming-title--container .laptop-gaming-title,
.home-section .pc-gaming-title--container .cate-title,
.home-section .laptop-gaming-title--container .pc-gaming-title,
.home-section .laptop-gaming-title--container .laptop-new-title,
.home-section .laptop-gaming-title--container .laptop-gaming-title,
.home-section .laptop-gaming-title--container .cate-title,
.home-section .laptop-new-title--container .pc-gaming-title,
.home-section .laptop-new-title--container .laptop-new-title,
.home-section .laptop-new-title--container .laptop-gaming-title,
.home-section .laptop-new-title--container .cate-title,
.home-section .title-container .pc-gaming-title,
.home-section .title-container .laptop-new-title,
.home-section .title-container .laptop-gaming-title,
.home-section .title-container .cate-title {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}
.section-pc-gaming .pc-gaming-title--container .list-child-cate,
.section-pc-gaming .laptop-gaming-title--container .list-child-cate,
.section-pc-gaming .laptop-new-title--container .list-child-cate,
.section-pc-gaming .title-container .list-child-cate,
.section-laptop-gaming .pc-gaming-title--container .list-child-cate,
.section-laptop-gaming .laptop-gaming-title--container .list-child-cate,
.section-laptop-gaming .laptop-new-title--container .list-child-cate,
.section-laptop-gaming .title-container .list-child-cate,
.section-laptop-new .pc-gaming-title--container .list-child-cate,
.section-laptop-new .laptop-gaming-title--container .list-child-cate,
.section-laptop-new .laptop-new-title--container .list-child-cate,
.section-laptop-new .title-container .list-child-cate,
.home-section .pc-gaming-title--container .list-child-cate,
.home-section .laptop-gaming-title--container .list-child-cate,
.home-section .laptop-new-title--container .list-child-cate,
.home-section .title-container .list-child-cate {
  margin-bottom: 10px;
  margin-left: auto;
}
.section-pc-gaming .pc-gaming-title--container .list-child-cate .child-cate-item,
.section-pc-gaming .laptop-gaming-title--container .list-child-cate .child-cate-item,
.section-pc-gaming .laptop-new-title--container .list-child-cate .child-cate-item,
.section-pc-gaming .title-container .list-child-cate .child-cate-item,
.section-laptop-gaming .pc-gaming-title--container .list-child-cate .child-cate-item,
.section-laptop-gaming .laptop-gaming-title--container .list-child-cate .child-cate-item,
.section-laptop-gaming .laptop-new-title--container .list-child-cate .child-cate-item,
.section-laptop-gaming .title-container .list-child-cate .child-cate-item,
.section-laptop-new .pc-gaming-title--container .list-child-cate .child-cate-item,
.section-laptop-new .laptop-gaming-title--container .list-child-cate .child-cate-item,
.section-laptop-new .laptop-new-title--container .list-child-cate .child-cate-item,
.section-laptop-new .title-container .list-child-cate .child-cate-item,
.home-section .pc-gaming-title--container .list-child-cate .child-cate-item,
.home-section .laptop-gaming-title--container .list-child-cate .child-cate-item,
.home-section .laptop-new-title--container .list-child-cate .child-cate-item,
.home-section .title-container .list-child-cate .child-cate-item {
  background: #ebebeb;
  border-radius: 15px;
  padding: 10px 20px;
  margin-right: 10px;
  color: #000;
}
.section-pc-gaming .pc-gaming-title--container .see-more,
.section-pc-gaming .laptop-gaming-title--container .see-more,
.section-pc-gaming .laptop-new-title--container .see-more,
.section-pc-gaming .title-container .see-more,
.section-laptop-gaming .pc-gaming-title--container .see-more,
.section-laptop-gaming .laptop-gaming-title--container .see-more,
.section-laptop-gaming .laptop-new-title--container .see-more,
.section-laptop-gaming .title-container .see-more,
.section-laptop-new .pc-gaming-title--container .see-more,
.section-laptop-new .laptop-gaming-title--container .see-more,
.section-laptop-new .laptop-new-title--container .see-more,
.section-laptop-new .title-container .see-more,
.home-section .pc-gaming-title--container .see-more,
.home-section .laptop-gaming-title--container .see-more,
.home-section .laptop-new-title--container .see-more,
.home-section .title-container .see-more {
  color: #8D8D8D;
  text-align: right;
  font-size: 18.314px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.section-pc-gaming .pc-gaming-container,
.section-pc-gaming .laptop-new-container,
.section-pc-gaming .laptop-gaming-container,
.section-pc-gaming .product-slide-container,
.section-laptop-gaming .pc-gaming-container,
.section-laptop-gaming .laptop-new-container,
.section-laptop-gaming .laptop-gaming-container,
.section-laptop-gaming .product-slide-container,
.section-laptop-new .pc-gaming-container,
.section-laptop-new .laptop-new-container,
.section-laptop-new .laptop-gaming-container,
.section-laptop-new .product-slide-container,
.home-section .pc-gaming-container,
.home-section .laptop-new-container,
.home-section .laptop-gaming-container,
.home-section .product-slide-container {
  background: #FFF;
  padding: 22px 40px;
  border-radius: 24px;
}
.section-pc-gaming .pc-gaming-container .pc-gaming-products-wrap,
.section-pc-gaming .pc-gaming-container .laptop-gaming-products-wrap,
.section-pc-gaming .pc-gaming-container .laptop-new-products-wrap,
.section-pc-gaming .pc-gaming-container .product-wrapper,
.section-pc-gaming .laptop-new-container .pc-gaming-products-wrap,
.section-pc-gaming .laptop-new-container .laptop-gaming-products-wrap,
.section-pc-gaming .laptop-new-container .laptop-new-products-wrap,
.section-pc-gaming .laptop-new-container .product-wrapper,
.section-pc-gaming .laptop-gaming-container .pc-gaming-products-wrap,
.section-pc-gaming .laptop-gaming-container .laptop-gaming-products-wrap,
.section-pc-gaming .laptop-gaming-container .laptop-new-products-wrap,
.section-pc-gaming .laptop-gaming-container .product-wrapper,
.section-pc-gaming .product-slide-container .pc-gaming-products-wrap,
.section-pc-gaming .product-slide-container .laptop-gaming-products-wrap,
.section-pc-gaming .product-slide-container .laptop-new-products-wrap,
.section-pc-gaming .product-slide-container .product-wrapper,
.section-laptop-gaming .pc-gaming-container .pc-gaming-products-wrap,
.section-laptop-gaming .pc-gaming-container .laptop-gaming-products-wrap,
.section-laptop-gaming .pc-gaming-container .laptop-new-products-wrap,
.section-laptop-gaming .pc-gaming-container .product-wrapper,
.section-laptop-gaming .laptop-new-container .pc-gaming-products-wrap,
.section-laptop-gaming .laptop-new-container .laptop-gaming-products-wrap,
.section-laptop-gaming .laptop-new-container .laptop-new-products-wrap,
.section-laptop-gaming .laptop-new-container .product-wrapper,
.section-laptop-gaming .laptop-gaming-container .pc-gaming-products-wrap,
.section-laptop-gaming .laptop-gaming-container .laptop-gaming-products-wrap,
.section-laptop-gaming .laptop-gaming-container .laptop-new-products-wrap,
.section-laptop-gaming .laptop-gaming-container .product-wrapper,
.section-laptop-gaming .product-slide-container .pc-gaming-products-wrap,
.section-laptop-gaming .product-slide-container .laptop-gaming-products-wrap,
.section-laptop-gaming .product-slide-container .laptop-new-products-wrap,
.section-laptop-gaming .product-slide-container .product-wrapper,
.section-laptop-new .pc-gaming-container .pc-gaming-products-wrap,
.section-laptop-new .pc-gaming-container .laptop-gaming-products-wrap,
.section-laptop-new .pc-gaming-container .laptop-new-products-wrap,
.section-laptop-new .pc-gaming-container .product-wrapper,
.section-laptop-new .laptop-new-container .pc-gaming-products-wrap,
.section-laptop-new .laptop-new-container .laptop-gaming-products-wrap,
.section-laptop-new .laptop-new-container .laptop-new-products-wrap,
.section-laptop-new .laptop-new-container .product-wrapper,
.section-laptop-new .laptop-gaming-container .pc-gaming-products-wrap,
.section-laptop-new .laptop-gaming-container .laptop-gaming-products-wrap,
.section-laptop-new .laptop-gaming-container .laptop-new-products-wrap,
.section-laptop-new .laptop-gaming-container .product-wrapper,
.section-laptop-new .product-slide-container .pc-gaming-products-wrap,
.section-laptop-new .product-slide-container .laptop-gaming-products-wrap,
.section-laptop-new .product-slide-container .laptop-new-products-wrap,
.section-laptop-new .product-slide-container .product-wrapper,
.home-section .pc-gaming-container .pc-gaming-products-wrap,
.home-section .pc-gaming-container .laptop-gaming-products-wrap,
.home-section .pc-gaming-container .laptop-new-products-wrap,
.home-section .pc-gaming-container .product-wrapper,
.home-section .laptop-new-container .pc-gaming-products-wrap,
.home-section .laptop-new-container .laptop-gaming-products-wrap,
.home-section .laptop-new-container .laptop-new-products-wrap,
.home-section .laptop-new-container .product-wrapper,
.home-section .laptop-gaming-container .pc-gaming-products-wrap,
.home-section .laptop-gaming-container .laptop-gaming-products-wrap,
.home-section .laptop-gaming-container .laptop-new-products-wrap,
.home-section .laptop-gaming-container .product-wrapper,
.home-section .product-slide-container .pc-gaming-products-wrap,
.home-section .product-slide-container .laptop-gaming-products-wrap,
.home-section .product-slide-container .laptop-new-products-wrap,
.home-section .product-slide-container .product-wrapper {
  margin-top: 12px;
}
@media (max-width: 991px) {
  .section-pc-gaming .pc-gaming-title--container,
  .section-pc-gaming .laptop-gaming-title--container,
  .section-pc-gaming .laptop-new-title--container,
  .section-pc-gaming .title-container,
  .section-laptop-gaming .pc-gaming-title--container,
  .section-laptop-gaming .laptop-gaming-title--container,
  .section-laptop-gaming .laptop-new-title--container,
  .section-laptop-gaming .title-container,
  .section-laptop-new .pc-gaming-title--container,
  .section-laptop-new .laptop-gaming-title--container,
  .section-laptop-new .laptop-new-title--container,
  .section-laptop-new .title-container,
  .home-section .pc-gaming-title--container,
  .home-section .laptop-gaming-title--container,
  .home-section .laptop-new-title--container,
  .home-section .title-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2px;
    padding: 0px;
  }
  .section-pc-gaming .pc-gaming-title--container .pc-gaming-title,
  .section-pc-gaming .pc-gaming-title--container .laptop-new-title,
  .section-pc-gaming .pc-gaming-title--container .laptop-gaming-title,
  .section-pc-gaming .pc-gaming-title--container .cate-title,
  .section-pc-gaming .laptop-gaming-title--container .pc-gaming-title,
  .section-pc-gaming .laptop-gaming-title--container .laptop-new-title,
  .section-pc-gaming .laptop-gaming-title--container .laptop-gaming-title,
  .section-pc-gaming .laptop-gaming-title--container .cate-title,
  .section-pc-gaming .laptop-new-title--container .pc-gaming-title,
  .section-pc-gaming .laptop-new-title--container .laptop-new-title,
  .section-pc-gaming .laptop-new-title--container .laptop-gaming-title,
  .section-pc-gaming .laptop-new-title--container .cate-title,
  .section-pc-gaming .title-container .pc-gaming-title,
  .section-pc-gaming .title-container .laptop-new-title,
  .section-pc-gaming .title-container .laptop-gaming-title,
  .section-pc-gaming .title-container .cate-title,
  .section-laptop-gaming .pc-gaming-title--container .pc-gaming-title,
  .section-laptop-gaming .pc-gaming-title--container .laptop-new-title,
  .section-laptop-gaming .pc-gaming-title--container .laptop-gaming-title,
  .section-laptop-gaming .pc-gaming-title--container .cate-title,
  .section-laptop-gaming .laptop-gaming-title--container .pc-gaming-title,
  .section-laptop-gaming .laptop-gaming-title--container .laptop-new-title,
  .section-laptop-gaming .laptop-gaming-title--container .laptop-gaming-title,
  .section-laptop-gaming .laptop-gaming-title--container .cate-title,
  .section-laptop-gaming .laptop-new-title--container .pc-gaming-title,
  .section-laptop-gaming .laptop-new-title--container .laptop-new-title,
  .section-laptop-gaming .laptop-new-title--container .laptop-gaming-title,
  .section-laptop-gaming .laptop-new-title--container .cate-title,
  .section-laptop-gaming .title-container .pc-gaming-title,
  .section-laptop-gaming .title-container .laptop-new-title,
  .section-laptop-gaming .title-container .laptop-gaming-title,
  .section-laptop-gaming .title-container .cate-title,
  .section-laptop-new .pc-gaming-title--container .pc-gaming-title,
  .section-laptop-new .pc-gaming-title--container .laptop-new-title,
  .section-laptop-new .pc-gaming-title--container .laptop-gaming-title,
  .section-laptop-new .pc-gaming-title--container .cate-title,
  .section-laptop-new .laptop-gaming-title--container .pc-gaming-title,
  .section-laptop-new .laptop-gaming-title--container .laptop-new-title,
  .section-laptop-new .laptop-gaming-title--container .laptop-gaming-title,
  .section-laptop-new .laptop-gaming-title--container .cate-title,
  .section-laptop-new .laptop-new-title--container .pc-gaming-title,
  .section-laptop-new .laptop-new-title--container .laptop-new-title,
  .section-laptop-new .laptop-new-title--container .laptop-gaming-title,
  .section-laptop-new .laptop-new-title--container .cate-title,
  .section-laptop-new .title-container .pc-gaming-title,
  .section-laptop-new .title-container .laptop-new-title,
  .section-laptop-new .title-container .laptop-gaming-title,
  .section-laptop-new .title-container .cate-title,
  .home-section .pc-gaming-title--container .pc-gaming-title,
  .home-section .pc-gaming-title--container .laptop-new-title,
  .home-section .pc-gaming-title--container .laptop-gaming-title,
  .home-section .pc-gaming-title--container .cate-title,
  .home-section .laptop-gaming-title--container .pc-gaming-title,
  .home-section .laptop-gaming-title--container .laptop-new-title,
  .home-section .laptop-gaming-title--container .laptop-gaming-title,
  .home-section .laptop-gaming-title--container .cate-title,
  .home-section .laptop-new-title--container .pc-gaming-title,
  .home-section .laptop-new-title--container .laptop-new-title,
  .home-section .laptop-new-title--container .laptop-gaming-title,
  .home-section .laptop-new-title--container .cate-title,
  .home-section .title-container .pc-gaming-title,
  .home-section .title-container .laptop-new-title,
  .home-section .title-container .laptop-gaming-title,
  .home-section .title-container .cate-title {
    font-size: 20px;
    margin-bottom: 0;
  }
  .section-pc-gaming .pc-gaming-title--container .see-more,
  .section-pc-gaming .laptop-gaming-title--container .see-more,
  .section-pc-gaming .laptop-new-title--container .see-more,
  .section-pc-gaming .title-container .see-more,
  .section-laptop-gaming .pc-gaming-title--container .see-more,
  .section-laptop-gaming .laptop-gaming-title--container .see-more,
  .section-laptop-gaming .laptop-new-title--container .see-more,
  .section-laptop-gaming .title-container .see-more,
  .section-laptop-new .pc-gaming-title--container .see-more,
  .section-laptop-new .laptop-gaming-title--container .see-more,
  .section-laptop-new .laptop-new-title--container .see-more,
  .section-laptop-new .title-container .see-more,
  .home-section .pc-gaming-title--container .see-more,
  .home-section .laptop-gaming-title--container .see-more,
  .home-section .laptop-new-title--container .see-more,
  .home-section .title-container .see-more {
    font-size: 12px;
  }
  .section-pc-gaming .list-child-cate,
  .section-laptop-gaming .list-child-cate,
  .section-laptop-new .list-child-cate,
  .home-section .list-child-cate {
    margin-left: 0;
    margin-right: auto;
    overflow-x: auto;
    width: 100%;
    margin-top: 8px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    white-space: nowrap;
  }
  .section-pc-gaming .list-child-cate::-webkit-scrollbar,
  .section-laptop-gaming .list-child-cate::-webkit-scrollbar,
  .section-laptop-new .list-child-cate::-webkit-scrollbar,
  .home-section .list-child-cate::-webkit-scrollbar {
    display: none;
  }
  .section-pc-gaming .list-child-cate .child-cate-item,
  .section-laptop-gaming .list-child-cate .child-cate-item,
  .section-laptop-new .list-child-cate .child-cate-item,
  .home-section .list-child-cate .child-cate-item {
    display: inline-block;
    background-color: #f3f4f6;
    border-radius: 10px;
    color: #444;
    font-size: 13px;
    padding: 5px 10px;
  }
  .section-pc-gaming .list-child-cate .child-cate-item:not(:last-child),
  .section-laptop-gaming .list-child-cate .child-cate-item:not(:last-child),
  .section-laptop-new .list-child-cate .child-cate-item:not(:last-child),
  .home-section .list-child-cate .child-cate-item:not(:last-child) {
    margin-right: 10px;
  }
  .section-pc-gaming .pc-gaming-container,
  .section-pc-gaming .laptop-new-container,
  .section-pc-gaming .laptop-gaming-container,
  .section-pc-gaming .product-slide-container,
  .section-laptop-gaming .pc-gaming-container,
  .section-laptop-gaming .laptop-new-container,
  .section-laptop-gaming .laptop-gaming-container,
  .section-laptop-gaming .product-slide-container,
  .section-laptop-new .pc-gaming-container,
  .section-laptop-new .laptop-new-container,
  .section-laptop-new .laptop-gaming-container,
  .section-laptop-new .product-slide-container,
  .home-section .pc-gaming-container,
  .home-section .laptop-new-container,
  .home-section .laptop-gaming-container,
  .home-section .product-slide-container {
    background: #FFF;
    padding: 12px 0px;
    border-radius: 0px;
  }
  .section-pc-gaming .pc-gaming-container .pc-gaming-products-wrap,
  .section-pc-gaming .pc-gaming-container .laptop-gaming-products-wrap,
  .section-pc-gaming .pc-gaming-container .laptop-new-products-wrap,
  .section-pc-gaming .pc-gaming-container .product-wrapper,
  .section-pc-gaming .laptop-new-container .pc-gaming-products-wrap,
  .section-pc-gaming .laptop-new-container .laptop-gaming-products-wrap,
  .section-pc-gaming .laptop-new-container .laptop-new-products-wrap,
  .section-pc-gaming .laptop-new-container .product-wrapper,
  .section-pc-gaming .laptop-gaming-container .pc-gaming-products-wrap,
  .section-pc-gaming .laptop-gaming-container .laptop-gaming-products-wrap,
  .section-pc-gaming .laptop-gaming-container .laptop-new-products-wrap,
  .section-pc-gaming .laptop-gaming-container .product-wrapper,
  .section-pc-gaming .product-slide-container .pc-gaming-products-wrap,
  .section-pc-gaming .product-slide-container .laptop-gaming-products-wrap,
  .section-pc-gaming .product-slide-container .laptop-new-products-wrap,
  .section-pc-gaming .product-slide-container .product-wrapper,
  .section-laptop-gaming .pc-gaming-container .pc-gaming-products-wrap,
  .section-laptop-gaming .pc-gaming-container .laptop-gaming-products-wrap,
  .section-laptop-gaming .pc-gaming-container .laptop-new-products-wrap,
  .section-laptop-gaming .pc-gaming-container .product-wrapper,
  .section-laptop-gaming .laptop-new-container .pc-gaming-products-wrap,
  .section-laptop-gaming .laptop-new-container .laptop-gaming-products-wrap,
  .section-laptop-gaming .laptop-new-container .laptop-new-products-wrap,
  .section-laptop-gaming .laptop-new-container .product-wrapper,
  .section-laptop-gaming .laptop-gaming-container .pc-gaming-products-wrap,
  .section-laptop-gaming .laptop-gaming-container .laptop-gaming-products-wrap,
  .section-laptop-gaming .laptop-gaming-container .laptop-new-products-wrap,
  .section-laptop-gaming .laptop-gaming-container .product-wrapper,
  .section-laptop-gaming .product-slide-container .pc-gaming-products-wrap,
  .section-laptop-gaming .product-slide-container .laptop-gaming-products-wrap,
  .section-laptop-gaming .product-slide-container .laptop-new-products-wrap,
  .section-laptop-gaming .product-slide-container .product-wrapper,
  .section-laptop-new .pc-gaming-container .pc-gaming-products-wrap,
  .section-laptop-new .pc-gaming-container .laptop-gaming-products-wrap,
  .section-laptop-new .pc-gaming-container .laptop-new-products-wrap,
  .section-laptop-new .pc-gaming-container .product-wrapper,
  .section-laptop-new .laptop-new-container .pc-gaming-products-wrap,
  .section-laptop-new .laptop-new-container .laptop-gaming-products-wrap,
  .section-laptop-new .laptop-new-container .laptop-new-products-wrap,
  .section-laptop-new .laptop-new-container .product-wrapper,
  .section-laptop-new .laptop-gaming-container .pc-gaming-products-wrap,
  .section-laptop-new .laptop-gaming-container .laptop-gaming-products-wrap,
  .section-laptop-new .laptop-gaming-container .laptop-new-products-wrap,
  .section-laptop-new .laptop-gaming-container .product-wrapper,
  .section-laptop-new .product-slide-container .pc-gaming-products-wrap,
  .section-laptop-new .product-slide-container .laptop-gaming-products-wrap,
  .section-laptop-new .product-slide-container .laptop-new-products-wrap,
  .section-laptop-new .product-slide-container .product-wrapper,
  .home-section .pc-gaming-container .pc-gaming-products-wrap,
  .home-section .pc-gaming-container .laptop-gaming-products-wrap,
  .home-section .pc-gaming-container .laptop-new-products-wrap,
  .home-section .pc-gaming-container .product-wrapper,
  .home-section .laptop-new-container .pc-gaming-products-wrap,
  .home-section .laptop-new-container .laptop-gaming-products-wrap,
  .home-section .laptop-new-container .laptop-new-products-wrap,
  .home-section .laptop-new-container .product-wrapper,
  .home-section .laptop-gaming-container .pc-gaming-products-wrap,
  .home-section .laptop-gaming-container .laptop-gaming-products-wrap,
  .home-section .laptop-gaming-container .laptop-new-products-wrap,
  .home-section .laptop-gaming-container .product-wrapper,
  .home-section .product-slide-container .pc-gaming-products-wrap,
  .home-section .product-slide-container .laptop-gaming-products-wrap,
  .home-section .product-slide-container .laptop-new-products-wrap,
  .home-section .product-slide-container .product-wrapper {
    margin-top: 0px;
  }
}

.section-blog {
  margin-top: 30px;
}
.section-blog .blog-title--container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding-inline: 40px;
}
.section-blog .blog-title--container .blog-category {
  flex: 1;
  text-align: center;
}
.section-blog .blog-title--container .blog-category a.cate-name {
  border-radius: 26.695px;
  border: 0.667px solid #000;
  padding: 9px 25px;
  color: #000;
  font-size: 20.021px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 16px;
  display: inline-block;
}
.section-blog .blog-title--container .blog-title {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.section-blog .blog-title--container .see-more {
  color: #8D8D8D;
  text-align: right;
  font-size: 18.314px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.section-blog .blog-container {
  background: transparent;
  padding: 10px 40px;
  border-radius: 24px;
}
.section-blog .blog-container .blog-item {
  border-radius: 15px;
  border: 0.5px solid #B6B6B6;
  padding: 11px;
}
.section-blog .blog-container .blog-item .blog-image {
  border-radius: 15px;
}
.section-blog .blog-container .blog-item .blog-created-at {
  margin-top: 15px;
  color: #B6B6B6;
  font-size: 14.955px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.section-blog .blog-container .blog-item .blog-title {
  margin-top: 15px;
  color: #8D8D8D;
  font-size: 19.94px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.section-blog .blog-mobile .blog-title--container {
  padding-inline: 0;
  padding-bottom: 15px;
  border-bottom: 0.5px solid #000000;
}
.section-blog .blog-mobile .blog-title--container .blog-title {
  margin: 0;
  font-size: 20px;
}
.section-blog .blog-mobile .see-more {
  color: #8D8D8D;
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
  margin-top: 16px;
}
.section-blog .blog-mobile .blog-container {
  padding: 24px 0;
}
.section-blog .blog-mobile .blog-container .blog-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 17px;
  row-gap: 32px;
}
.section-blog .blog-mobile .blog-container .blog-wrap .blog-item {
  border-radius: 10px;
  padding: 7px;
}
.section-blog .blog-mobile .blog-container .blog-wrap .blog-item .blog-image {
  border-radius: 10px;
}
.section-blog .blog-mobile .blog-container .blog-wrap .blog-item .blog-created-at {
  font-size: 10px;
}
.section-blog .blog-mobile .blog-container .blog-wrap .blog-item .blog-title {
  font-size: 12px;
}

.section-top-mobile .top-banner__slider .banner-image img {
  width: 100%;
  height: 222px !important;
}

.section-category-mobile {
  margin-top: 24px;
}
.section-category-mobile .cate-mobile__item {
  margin-bottom: 12px;
  width: 78px;
  height: 78px;
  background: #F8B300;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4px;
}
.section-category-mobile .cate-mobile__item .cate-item__icon {
  width: 32px;
  height: 32px;
}
.section-category-mobile .cate-mobile__item .cate-item__text {
  color: #000;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18.33px; /* 131.944% */
  flex: 1;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  outline: 0;
  width: 0;
  height: 0;
  background: #f1c249;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  border: none;
  top: 50%;
  z-index: 10;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.owl-carousel .owl-nav button.owl-next:before, .owl-carousel .owl-nav button.owl-prev:before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  border-top: 2px solid #888888;
  border-right: 2px solid #888888;
}

.owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span {
  display: none;
  color: transparent;
}

.owl-carousel .owl-nav button.owl-next.disabled, .owl-carousel .owl-nav button.owl-prev.disabled {
  background: #fff;
  cursor: not-allowed;
}

.owl-carousel .owl-nav button.owl-next.disabled:before, .owl-carousel .owl-nav button.owl-prev.disabled:before {
  border-top-color: #888888;
  border-right-color: #888888;
}

.owl-carousel .owl-nav button.owl-prev {
  left: -15px;
}

.owl-carousel .owl-nav button.owl-prev:before {
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.owl-carousel .owl-nav button.owl-next {
  right: 0;
}

.owl-carousel .owl-nav button.owl-next:before {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.owl-nav-custom button.owl-next-custom, .owl-nav-custom button.owl-prev-custom {
  outline: 0;
  width: 45px;
  height: 45px;
  background: #f1c249;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  border: none;
  -moz-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  z-index: 10;
}

.owl-nav-custom button.owl-next-custom:before, .owl-nav-custom button.owl-prev-custom:before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  margin-left: -3px;
}

.owl-nav-custom button.owl-prev-custom:before {
  margin-left: 3px;
}

.owl-nav-custom button.owl-next-custom span, .owl-nav-custom button.owl-prev-custom span {
  display: none;
  color: transparent;
}

.owl-nav-custom button.owl-next-custom.disabled, .owl-nav-custom button.owl-prev-custom.disabled {
  background: #fff;
  cursor: not-allowed;
}

.owl-nav-custom button.owl-next-custom.disabled:before, .owl-nav-custom button.owl-prev-custom.disabled:before {
  border-top-color: #d3d3d3;
  border-right-color: #d3d3d3;
}

.owl-nav-custom button.owl-prev-custom {
  left: -63px;
}

@media only screen and (min-width: 768px) {
  .owl-nav-custom button.owl-prev-custom {
    left: -20px;
  }
}
@media only screen and (min-width: 1200px) {
  .owl-nav-custom button.owl-prev-custom {
    left: -63px;
  }
}
@media only screen and (max-width: 767px) {
  .owl-nav-custom button.owl-prev-custom {
    left: 0;
  }
}
.owl-nav-custom button.owl-prev-custom:before {
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.owl-nav-custom button.owl-next-custom {
  right: -63px;
}

@media only screen and (min-width: 768px) {
  .owl-nav-custom button.owl-next-custom {
    right: -20px;
  }
}
@media only screen and (min-width: 1200px) {
  .owl-nav-custom button.owl-next-custom {
    right: -63px;
  }
}
@media only screen and (max-width: 767px) {
  .owl-nav-custom button.owl-next-custom {
    right: 0;
  }
}
.owl-nav-custom button.owl-next-custom:before {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  width: 7.5px;
  height: 7.5px;
  border-radius: 7px;
  background: #B6B6B6;
  margin-inline: 5px;
}

.owl-carousel .owl-dots {
  text-align: center;
}

.owl-carousel button.owl-dot.active {
  background: #ffffff;
}

.section-pc-gaming .owl-carousel button.owl-dot.active,
.section-laptop-gaming .owl-carousel button.owl-dot.active,
.section-laptop-new .owl-carousel button.owl-dot.active,
.section-blog .owl-carousel button.owl-dot.active,
.section-category-mobile .owl-carousel button.owl-dot.active {
  background: #000000;
}

.flashsale-slider .owl-stage,
.best-selling-slider .owl-stage,
.pc-gaming-slider .owl-stage,
.blog-slider .owl-stage,
.services-slider .owl-stage {
  display: flex;
}
.flashsale-slider .owl-stage .owl-item,
.best-selling-slider .owl-stage .owl-item,
.pc-gaming-slider .owl-stage .owl-item,
.blog-slider .owl-stage .owl-item,
.services-slider .owl-stage .owl-item {
  display: flex;
}

.has-shadow .owl-stage {
  padding-bottom: 10px;
  display: flex;
}

.banner-slide {
  height: 100%;
}
.banner-slide .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 10px;
}
.banner-slide .owl-stage-outer {
  height: 100%;
}
.banner-slide .owl-stage-outer .owl-stage {
  height: 100%;
}
.banner-slide .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}

.owl-carousel:has(.product-item) .owl-stage-outer {
  margin: -8px;
  padding: 8px;
  width: calc(100% + 14px);
}
.owl-carousel:has(.product-item) .owl-stage {
  display: flex;
}

.product-fs-item {
  background: #ffffff;
  border-radius: 8px;
}
.product-fs-item .pro-info {
  padding: 12px;
}
.product-fs-item .pro-info .pro-img {
  margin-bottom: 9.5px;
}
.product-fs-item .pro-info .pro-save {
  padding: 6px;
  border-radius: 5px;
  background: #F8B300;
  color: #fff;
  font-size: 12.615px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: max-content;
  box-shadow: 3px -3px #b6b6b6;
}
.product-fs-item .pro-info .pro-name {
  line-height: 0.7;
}
.product-fs-item .pro-info .pro-name a {
  color: #000;
  font-size: 14.421px;
  font-style: normal;
  font-weight: 400;
  margin-top: 6.5px;
}
.product-fs-item .pro-info .pro-price {
  width: max-content;
  margin: 20px auto 0;
}
.product-fs-item .pro-info .pro-price .promotion-price {
  color: #fe8f00;
  text-align: justify;
  font-size: 23.488px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.product-fs-item .pro-info .pro-price .product-percent {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-fs-item .pro-info .pro-price .product-percent .regular-price {
  color: #b6b6b6;
  text-align: justify;
  font-size: 15.667px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.product-fs-item .pro-info .pro-price .product-percent .percent {
  color: #F8B300;
  text-align: justify;
  font-size: 15.667px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 991px) {
  .product-fs-item .pro-info {
    padding: 8px;
  }
  .product-fs-item .pro-info .pro-img {
    margin-bottom: 9.5px;
  }
  .product-fs-item .pro-info .pro-save {
    padding: 4px;
    border-radius: 4px;
    background: #F8B300;
    font-size: 12px;
    width: max-content;
    box-shadow: 3px -3px #b6b6b6;
  }
  .product-fs-item .pro-info .pro-name {
    line-height: 0.7;
  }
  .product-fs-item .pro-info .pro-name a {
    font-size: 12px;
  }
  .product-fs-item .pro-info .pro-price {
    width: max-content;
    margin: 8px auto 0;
  }
  .product-fs-item .pro-info .pro-price .promotion-price {
    font-size: 18px;
  }
  .product-fs-item .pro-info .pro-price .product-percent {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .product-fs-item .pro-info .pro-price .product-percent .regular-price {
    font-size: 12px;
  }
  .product-fs-item .pro-info .pro-price .product-percent .percent {
    font-size: 12px;
  }
}

.product-item {
  display: flex;
  flex: 1;
  border: none;
  border-radius: 8.038px;
  background: #fff;
  box-shadow: 0px 3.21529px 8.03823px 0px rgba(0, 0, 0, 0.15);
  padding: 10px;
  justify-content: center;
}
.product-item:hover {
  box-shadow: none;
}
.product-item .pro-info {
  padding-bottom: 10px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.product-item .pro-info .pro-img {
  margin-bottom: 9.5px;
}
.product-item .pro-info .product-item__bottom {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.product-item .pro-info .product-item__bottom .pro-save {
  padding: 6px;
  border-radius: 5px;
  background: #F8B300;
  color: #fff;
  font-size: 12.615px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: max-content;
  box-shadow: 3px -3px #b6b6b6;
  height: 26.5px;
}
.product-item .pro-info .product-item__bottom .pro-name {
  line-height: 0.7;
  display: -webkit-box;
  max-width: 100%;
  height: 68px;
  margin: 0 auto;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-item .pro-info .product-item__bottom .pro-name a {
  color: #000;
  font-size: 13.871px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 6.5px;
}
.product-item .pro-info .product-item__bottom .pro-spec {
  height: 110px;
  margin-top: 13px;
  overflow: hidden;
}
.product-item .pro-info .product-item__bottom .pro-spec .spec-item {
  margin-top: 13px;
}
.product-item .pro-info .product-item__bottom .pro-spec .spec-item:first-child {
  margin-top: 0;
}
.product-item .pro-info .product-item__bottom .pro-spec .spec-item .item-name {
  color: #808080;
  font-size: 12.33px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.product-item .pro-info .product-item__bottom .pro-spec .spec-item .item-value {
  color: #808080;
  font-size: 12.33px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.product-item .pro-info .product-item__bottom .pro-price {
  width: max-content;
  margin: 20px auto 0;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.product-item .pro-info .product-item__bottom .pro-price .promotion-price {
  color: #fff;
  text-align: justify;
  font-size: 16.713px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 2px 18px;
  border-radius: 13px;
  background: #fe8f00;
  margin-top: 4px;
}
.product-item .pro-info .product-item__bottom .pro-price .product-percent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 17.5px;
}
.product-item .pro-info .product-item__bottom .pro-price .product-percent .regular-price {
  color: #686868;
  text-align: justify;
  font-size: 15.08px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.product-item .pro-info .product-item__bottom .pro-price .product-percent .percent {
  color: #23a74b;
  text-align: justify;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 991px) {
  .product-item {
    background: #fff;
    display: flex;
  }
  .product-item .pro-info {
    display: flex;
  }
  .product-item .pro-info .pro-img {
    margin-bottom: 8px;
  }
  .product-item .pro-info .product-item__bottom {
    display: flex;
  }
  .product-item .pro-info .product-item__bottom .pro-save {
    padding: 4px;
    border-radius: 4px;
    width: max-content;
    box-shadow: 3px -3px #b6b6b6;
    height: 22.25px;
  }
  .product-item .pro-info .product-item__bottom .pro-name {
    line-height: 0.7;
    margin-top: 7px;
    height: 52px;
  }
  .product-item .pro-info .product-item__bottom .pro-name a {
    font-size: 12px;
  }
  .product-item .pro-info .product-item__bottom .pro-spec {
    height: 80px;
    margin-top: 10px;
    overflow: hidden;
  }
  .product-item .pro-info .product-item__bottom .pro-spec .spec-item {
    margin-top: 10px;
  }
  .product-item .pro-info .product-item__bottom .pro-spec .spec-item:first-child {
    margin-top: 0;
  }
  .product-item .pro-info .product-item__bottom .pro-spec .spec-item .item-name {
    font-size: 9px;
  }
  .product-item .pro-info .product-item__bottom .pro-spec .spec-item .item-value {
    font-size: 9px;
  }
  .product-item .pro-info .product-item__bottom .pro-price {
    width: max-content;
    margin: 18px auto 0;
    padding: 0;
  }
  .product-item .pro-info .product-item__bottom .pro-price .promotion-price {
    font-size: 14.713px;
    margin-right: 0;
  }
  .product-item .pro-info .product-item__bottom .pro-price .product-percent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 14px;
  }
  .product-item .pro-info .product-item__bottom .pro-price .product-percent .regular-price {
    font-size: 12px;
  }
  .product-item .pro-info .product-item__bottom .pro-price .product-percent .percent {
    font-size: 12px;
    color: #F8B300;
  }
}

@media (max-width: 991px) {
  .product-item {
    border-radius: 8px;
    padding: 8px;
  }
  .has-shadow .product-item {
    box-shadow: 0px 3px 10px 0px #c7c4c4;
  }
}
.section-product-page {
  padding: 0;
  margin-bottom: 68px;
}
.section-product-page .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
}
.section-product-page .banner-category {
  margin-top: 12px;
}
.section-product-page .banner-category img {
  width: 100%;
}
.section-product-page .category-title {
  margin-top: 27px;
}
.section-product-page .category-title h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
.section-product-page #highlighted-product-box {
  background-color: #f8b300;
  margin-block: 25px 35px;
  border-radius: 10px;
  padding: 0 15px 20px;
}
.section-product-page #highlighted-product-box .title {
  color: #fff;
  font-size: 30px;
  text-align: center;
  padding-block: 25px 15px;
  font-weight: 700;
}
.section-product-page #highlighted-product-box .prod-items .prod-item {
  margin-bottom: 1rem !important;
}
.section-product-page .criteria {
  border-radius: 10px;
}
.section-product-page .criteria .title {
  display: inline;
  font-weight: 600;
  font-size: 20px;
}
.section-product-page .criteria .category__sub-cate .category__sub-cate-item {
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  padding: 9px 10px;
  width: max-content;
  margin-top: 10px;
  margin-right: 15px;
  display: inline-block;
  color: #000;
  background-color: #e3e3e3;
  line-height: 17px;
}
.section-product-page .criteria .category__sub-cate .category__sub-cate-item:last-child {
  margin-right: 0 !important;
}
.section-product-page .criteria .category__sub-cate .category__sub-cate-item span {
  font-size: 16px;
}
.section-product-page .criteria .category__sub-cate .category__sub-cate-item img {
  height: 30px !important;
}
.section-product-page .main-product {
  margin-bottom: 67px;
}
.section-product-page .main-product .product-sort {
  padding-block: 18px 26px;
}
.section-product-page .main-product .product-sort .total-product {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.section-product-page .main-product .product-sort .sortby #sortby {
  color: #000;
  font-size: 16.074px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 5px;
  border: 0.5px solid #b6b6b6;
  padding: 9px 12px;
  background: transparent;
}
.section-product-page .main-product .products-list {
  margin-bottom: 0;
}
.section-product-page .main-product .product-bottom a {
  display: block;
  overflow: hidden;
  position: relative;
  line-height: 40px;
  font-size: 14px;
  color: #333;
  text-align: center;
  border-radius: 4px;
  margin: 10px auto;
  width: 340px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
}
.section-product-page .main-product .product-bottom a::after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #333;
  content: "";
  position: relative;
  right: -5px;
  top: 11px;
}
.section-product-page .main-product .product-bottom a:hover {
  background-color: #F8B300;
  color: #fff;
  border: 1px solid #F8B300;
}
.section-product-page .main-product .product-bottom a:hover::after {
  border-top: 5px solid #fff;
}
.section-product-page .cate-info-content {
  background: #fff;
  border-radius: 12px;
  padding: 60px 226px;
  height: 363px;
  overflow: hidden;
  position: relative;
}
.section-product-page .cate-info-content.full-content {
  height: auto;
}
.section-product-page .cate-info-content .see-more {
  position: absolute;
  bottom: 0;
  text-align: center;
  left: 0;
  right: 0;
  padding-block: 68px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 8.21%, #fff 48.06%);
  color: #F8B300;
  font-size: 18.2px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 142.857% */
  cursor: pointer;
}
.section-product-page .cate-info-content .see-more::before {
  content: "Xem thêm ";
}
.section-product-page .cate-info-content .see-more.see-less {
  background: transparent;
  position: relative;
  padding-top: 36px;
  padding-bottom: 0;
}
.section-product-page .cate-info-content .see-more.see-less::before {
  content: "Thu gọn ";
}
.section-product-page .cate-info-content .see-more.see-less i {
  transform: rotate(180deg);
}
.section-product-page .cate-info-content .menu-content {
  margin-bottom: 57px;
}
.section-product-page .cate-info-content .menu-content .menu {
  display: block;
  background: #e9f9ff;
  border: 0.5px solid #b6b6b6;
  border-radius: 20px;
  width: 100%;
  padding: 32px 47px;
  margin: 0;
}
.section-product-page .cate-info-content .menu-content .menu .see-quick {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
  text-transform: uppercase;
}
.section-product-page .cate-info-content .menu-content .menu ul {
  list-style: none;
  padding-left: 10px;
  margin-bottom: 0;
}
.section-product-page .cate-info-content .menu-content .menu li {
  margin-top: 10px;
}
.section-product-page .cate-info-content .menu-content .menu li a {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
}
.section-product-page .cate-info-content .menu-content .menu .level2 {
  margin-left: 0;
}
.section-product-page .cate-info-content .menu-content .menu .short-menu {
  max-height: 0;
  overflow: hidden;
}
.section-product-page .banner-category-mobile img {
  width: 100%;
}

@media (max-width: 991px) {
  .section-product-page {
    margin-bottom: 20px;
  }
  .section-product-page .banner-category-mobile {
    padding-inline: 15px;
  }
  .section-product-page .category-title {
    margin-top: 15px;
  }
  .section-product-page .category-title h2 {
    font-size: 20px;
  }
  .section-product-page #highlighted-product-box {
    margin-block: 10px;
  }
  .section-product-page #highlighted-product-box .title {
    font-size: 20px;
    padding-block: 10px 0;
  }
  .section-product-page .criteria .title {
    font-size: 14px;
  }
  .section-product-page .criteria .category__sub-cate {
    overflow-x: scroll;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none;
  }
  .section-product-page .criteria .category__sub-cate::-webkit-scrollbar {
    display: none;
  }
  .section-product-page .criteria .category__sub-cate .category__sub-cate-items {
    width: max-content;
  }
  .section-product-page .criteria .category__sub-cate .category__sub-cate-items .category__sub-cate-item {
    border-radius: 5px;
    padding: 6px 7px;
    margin-top: 7px;
    margin-right: 7px;
    font-size: 11.5px;
  }
  .section-product-page .criteria .category__sub-cate .category__sub-cate-items .category__sub-cate-item span {
    font-size: 11px;
  }
  .section-product-page .main-product {
    margin-bottom: 16px;
  }
  .section-product-page .main-product .product-sort {
    padding: 11px 0;
  }
  .section-product-page .main-product .product-sort .total-product {
    font-size: 14px;
  }
  .section-product-page .main-product .product-sort .sortby #sortby {
    border-radius: 3px;
    padding: 6px 8px;
    color: #000;
    font-size: 11px;
  }
  .section-product-page .main-product .products-list {
    margin-bottom: 0;
  }
  .section-product-page #product-box .product-item {
    border-radius: 6.051px;
  }
  .section-product-page #product-box .prod-items {
    margin-right: -4px;
    margin-left: -4px;
  }
  .section-product-page #product-box .prod-items .prod-item {
    padding-inline: 4px;
  }
  .section-product-page .cate-info-content {
    border-radius: 0;
    padding: 0;
  }
  .section-product-page .cate-info-content .menu-content {
    margin-bottom: 28px;
  }
  .section-product-page .cate-info-content .menu-content .menu {
    display: block;
    background: #e9f9ff;
    border-radius: 8px;
    padding: 12px 18px;
  }
  .section-product-page .cate-info-content .menu-content .menu .see-quick {
    font-size: 12px;
  }
  .section-product-page .cate-info-content .menu-content .menu ul {
    list-style: none;
    padding-left: 5px;
    margin-bottom: 0;
  }
  .section-product-page .cate-info-content .menu-content .menu li {
    margin-top: 10px;
  }
  .section-product-page .cate-info-content .menu-content .menu li a {
    font-size: 12px;
    line-height: 10px;
  }
  .section-product-page .cate-info-content .menu-content .menu .level2 {
    margin-left: 0;
  }
  .section-product-page .cate-info-content .menu-content .menu .short-menu {
    max-height: 0;
    overflow: hidden;
  }
}
@media (max-width: 575.98px) {
  .category-title #searchPhase {
    display: block;
  }
}
.section-product-detail .card {
  border-radius: 13px;
  border: none;
  padding: 16px;
}
.section-product-detail .card .card__title {
  color: #000;
  font-size: 21.432px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-bottom: 1px solid #b6b6b6;
  padding-bottom: 8px;
  margin-bottom: 10px;
}
.section-product-detail .product-detail-info .card-title {
  border-bottom: 1px solid #b6b6b6;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .section-product-detail .product-detail-info .card-title .comments-views {
    display: none;
  }
}
.section-product-detail .product-detail-info .product-title {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 0;
}
.section-product-detail .product-detail-info .products-image, .section-product-detail .product-detail-info .products-info, .section-product-detail .product-detail-info .product-meta-info {
  margin-top: 10px;
}
.section-product-detail .product-detail-info .products-image .images-view {
  margin-bottom: 10px;
}
.section-product-detail .product-detail-info .products-image .images-view img {
  width: 100%;
}
.section-product-detail .product-detail-info .products-info .comments-views {
  color: #000;
  font-size: 12.056px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.section-product-detail .product-detail-info .products-info .comments-views strong {
  color: #F8B300;
}
@media (max-width: 991px) {
  .section-product-detail .product-detail-info .products-info .comments-views {
    display: none;
  }
}
.section-product-detail .product-detail-info .products-info .product-specifications {
  margin-top: 14px;
  color: #000;
  font-size: 12.056px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.section-product-detail .product-detail-info .products-info .product-specifications p {
  margin: 0;
}
.section-product-detail .product-detail-info .products-info .product-specifications .product-specs {
  margin-top: 10px;
  padding-left: 20px;
}
.section-product-detail .product-detail-info .products-info .product-specifications .product-specs .spec-item {
  font-weight: 400;
  line-height: 20.093px; /* 166.667% */
}
.section-product-detail .product-detail-info .products-info .product-price {
  margin-top: 13px;
  padding: 10px 15px;
  border-radius: 13.395px;
  border: 1.34px dashed #8d8d8d;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-product-detail .product-detail-info .products-info .product-price .promotion-price {
  color: #F8B300;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.section-product-detail .product-detail-info .products-info .product-price .regular-price {
  color: #b6b6b6;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: line-through;
}
.section-product-detail .product-detail-info .products-info .product-price .save-price {
  color: #F8B300;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.section-product-detail .product-detail-info .products-info .product-gift {
  border-radius: 13.395px;
  border: 0.402px solid #f8b300;
  margin-top: 13px;
}
.section-product-detail .product-detail-info .products-info .product-gift .product-gift__title {
  color: #fff;
  font-size: 15.07px;
  font-style: normal;
  font-weight: 600;
  line-height: 25.116px; /* 166.667% */
  background: #F8B300;
  border-top-left-radius: 13.395px;
  border-top-right-radius: 13.395px;
  padding: 10px;
}
.section-product-detail .product-detail-info .products-info .product-gift .product-gift__title .icon {
  margin-right: 10px;
}
.section-product-detail .product-detail-info .products-info .product-gift .product-gift__content {
  padding: 8px 10px;
}
.section-product-detail .product-detail-info .products-info .product-gift .product-gift__content p {
  margin-bottom: 10px;
}
.section-product-detail .product-detail-info .products-info .product-preorder {
  border-radius: 13.395px;
  border: 0.402px solid #f8b300;
  margin-top: 13px;
  height: 298.4px;
  display: flex;
  flex-direction: column;
}
.section-product-detail .product-detail-info .products-info .product-preorder .product-preorder__title {
  font-size: 17.07px;
  font-style: normal;
  font-weight: 600;
  line-height: 25.116px; /* 166.667% */
  background: #F8B300;
  border-top-left-radius: 13.395px;
  border-top-right-radius: 13.395px;
  padding: 7px;
  text-align: center;
}
.section-product-detail .product-detail-info .products-info .product-preorder .product-preorder__content {
  padding: 8px 10px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.section-product-detail .product-detail-info .products-info .product-preorder .product-preorder__content .title {
  text-align: center;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.section-product-detail .product-detail-info .products-info .product-preorder .product-preorder__content #preorderForm .form-line {
  display: flex;
  margin-bottom: 0.5rem;
  justify-content: space-between;
  align-items: center;
}
.section-product-detail .product-detail-info .products-info .product-preorder .product-preorder__content #preorderForm .form-line label {
  margin-bottom: 0;
}
.section-product-detail .product-detail-info .products-info .product-preorder .product-preorder__content #preorderForm .form-line span {
  color: #cb1c22;
}
.section-product-detail .product-detail-info .products-info .product-preorder .product-preorder__content #preorderForm .form-line input {
  width: 70%;
}
.section-product-detail .product-detail-info .products-info .product-preorder .product-preorder__content #preorderForm .form-line input.required.error-alert {
  border: 1px solid #cb1c22;
}
.section-product-detail .product-detail-info .products-info .product-preorder .product-preorder__content #preorderForm #preorderSubmitBtn {
  color: #fff;
  background-color: #f8b300;
  margin-block: 12px 10px;
  padding: 8px 25px 5px;
  border-radius: 5px;
  border: none;
  font-weight: 600;
}
.section-product-detail .product-detail-info .products-info .product-preorder .product-preorder__content #preorderForm #preorderSubmitBtn:disabled {
  opacity: 0.6;
}
.section-product-detail .product-detail-info .products-info .product-action .product-action-wrap {
  margin-inline: -5px;
}
.section-product-detail .product-detail-info .products-info .product-action .action-btn {
  padding-inline: 5px;
}
.section-product-detail .product-detail-info .products-info .product-action .action-btn .btn-callmeback {
  font-size: 25px;
  color: #23a74b;
  background: transparent;
  border: 1px solid #23a74b;
}
.section-product-detail .product-detail-info .products-info .product-action .btn {
  margin-top: 10px;
  padding: 8px;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 25.116px;
  border-radius: 14px;
  display: block;
}
.section-product-detail .product-detail-info .products-info .product-action .btn span {
  display: block;
  font-size: 13.395px;
  font-weight: 400;
}
.section-product-detail .product-detail-info .products-info .product-action .btn-add-to-cart {
  background: #23a74b;
}
.section-product-detail .product-detail-info .products-info .product-action .btn-installment, .section-product-detail .product-detail-info .products-info .product-action .btn-callmeback {
  background: #000;
}
.section-product-detail .product-detail-info .card-title .comments-views, .section-product-detail .product-detail-info .products-info .comments-views {
  color: #000;
  font-size: 12.056px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.section-product-detail .product-detail-info .card-title .comments-views strong, .section-product-detail .product-detail-info .products-info .comments-views strong {
  color: #F8B300;
}
.section-product-detail .product-detail-info .product-meta-info .box {
  border-radius: 13.395px;
  border: 0.402px solid #f8b300;
}
.section-product-detail .product-detail-info .product-meta-info .box:not(:last-child) {
  margin-bottom: 10px;
}
.section-product-detail .product-detail-info .product-meta-info .box .box__title {
  color: #000;
  font-size: 13.395px;
  font-style: normal;
  font-weight: 600;
  line-height: 25.116px; /* 187.5% */
  padding: 5px 15px;
  background: #F8B300;
  border-top-left-radius: 13.395px;
  border-top-right-radius: 13.395px;
}
.section-product-detail .product-detail-info .product-meta-info .box .box__content {
  padding: 10px 15px;
  color: #000;
  font-size: 13.395px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.116px; /* 187.5% */
}
.section-product-detail .product-detail-info .product-meta-info .box--showroom .box__content {
  font-size: 12px;
  margin-bottom: 10px;
}
.section-product-detail .product-detail-info .product-meta-info .box--showroom .box__content .count-showroom strong {
  color: #F8B300;
}
.section-product-detail .product-detail-info .product-meta-info .box--showroom .box__content p {
  margin-bottom: 0;
}
.section-product-detail .product-detail-info .product-meta-info .box--showroom .phone a {
  color: #000;
}
.section-product-detail .product-detail-info .product-meta-info .box--showroom .address {
  color: #0077e4;
}
.section-product-detail .product-detail-info .product-meta-info .box--showroom .note {
  color: #000;
  font-size: 13.395px;
  font-style: italic;
  font-weight: 400;
  line-height: 20px; /* 149.307% */
}
.section-product-detail .product-detail-info .product-meta-info .box--showroom .note span {
  color: #fe8f00;
}
.section-product-detail .product-detail-info .product-meta-info .box--contact .box__content .showroom--name {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 25.116px; /* 209.3% */
  padding-inline: 10px;
}
.section-product-detail .product-detail-info .product-meta-info .box--contact .box__content .showroom--phone {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.116px; /* 209.3% */
  padding-inline: 10px;
}
.section-product-detail .product-detail-info .product-meta-info .box--contact .box__content .showroom--phone a {
  color: #000;
}
.section-product-detail .product-detail-info .product-meta-info .box--policy p {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.section-product-detail .product-detail-info .product-meta-info .box--policy p .icon {
  margin-right: 14px;
}
.section-product-detail .products-detail-description .description-content .product-specs table th:nth-child(1) {
  width: 36px;
}
.section-product-detail .products-detail-description .description-content .product-specs table th:nth-child(2) {
  width: 94px;
}
.section-product-detail .products-detail-description .description-content .product-specs table tr {
  vertical-align: baseline;
}
.section-product-detail .products-detail-description .description-content .product-specs table tr td {
  padding-block: 4px;
}
.section-product-detail .products-detail-description .card__comment .card__title {
  border-bottom: none;
}
.section-product-detail .products-detail-description .content-container {
  position: relative;
  height: 342px;
  overflow: hidden;
}
.section-product-detail .products-detail-description .content-container .description-content .product-specs table {
  text-align: center;
  font-weight: 600;
}
.section-product-detail .products-detail-description .content-container .description-content .product-specs table th:nth-child(1) {
  width: 15%;
}
.section-product-detail .products-detail-description .content-container .description-content .product-specs table th:nth-child(2) {
  width: 30%;
}
.section-product-detail .products-detail-description .content-container .description-content .product-specs table th, .section-product-detail .products-detail-description .content-container .description-content .product-specs table td {
  padding: 10px;
}
.section-product-detail .products-detail-description .content-container .description-content .product-specs table tr:nth-child(odd) {
  background-color: #f5f8fd;
}
.section-product-detail .products-detail-description .content-container.full-content {
  height: auto;
}
.section-product-detail .products-detail-description .content-container .see-more {
  position: absolute;
  bottom: 0;
  text-align: center;
  left: 0;
  right: 0;
  padding-bottom: 17px;
  padding-top: 40px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 8.21%, #FFF 48.06%);
  color: #F8B300;
  font-size: 18.2px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 142.857% */
  cursor: pointer;
}
.section-product-detail .products-detail-description .content-container .see-more::before {
  content: "Xem thêm ";
}
.section-product-detail .products-detail-description .content-container .see-more.see-less {
  background: transparent;
  position: relative;
  padding-top: 17px;
  padding-bottom: 0;
}
.section-product-detail .products-detail-description .content-container .see-more.see-less::before {
  content: "Thu gọn ";
}
.section-product-detail .products-detail-description .content-container .see-more.see-less i {
  transform: rotate(180deg);
}
.section-product-detail .products-detail-description .products-detail-comment textarea {
  border-radius: 13.395px;
  border: 1.34px solid #dedede;
  background: #fff;
  width: 100%;
  height: 88px;
  padding: 16px 18px;
}
.section-product-detail .products-detail-description .products-detail-comment .comment-action {
  margin-top: 25px;
}
.section-product-detail .products-detail-description .products-detail-comment .comment-action .send-comment {
  border-radius: 6.698px;
  background: #f8b300;
  padding: 10px 40px;
  color: #fff;
  font-size: 16.074px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.section-product-detail .products-detail-description .products-detail-comment .comment-total {
  padding: 12px 0 10px;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  font-weight: bold;
  text-transform: capitalize;
}
.section-product-detail .products-detail-description .products-detail-comment .comment-list {
  border-top: 1px solid #dadada;
  padding: 20px 0;
  margin-top: 20px;
}
.section-product-detail .products-detail-description .products-detail-comment .comment-list .comment-item {
  margin-top: 10px;
}
.section-product-detail .products-detail-description .products-detail-comment .comment-list .comment-item .comment-reply .comment-time {
  font-size: 13px;
  color: #999;
}
.section-product-detail .products-detail-description .products-detail-comment .comment-list .comment-item .comment-child {
  margin: 5px 0 0 0;
  padding: 10px 15px;
  font-size: 14px;
  color: #333;
  background: #f8f8f8;
  border: 1px solid #dfdfdf;
  position: relative;
}
.section-product-detail .products-detail-description .products-detail-comment .comment-list .comment-item .comment-child .comment-child-item {
  border-bottom: 1px solid #dfdfdf;
}
.section-product-detail .products-detail-description .products-detail-comment .comment-list .comment-item .comment-child .comment-child-item:last-child {
  border-bottom: none;
}
.section-product-detail .products-detail-description .products-detail-comment .comment-list .comment-item .comment-child:after, .section-product-detail .products-detail-description .products-detail-comment .comment-list .comment-item .comment-child:before {
  top: -20px;
  left: 18px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.section-product-detail .products-detail-description .products-detail-comment .comment-list .comment-item .comment-child:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #dfdfdf;
  border-width: 10px;
  margin-left: -10px;
}
.section-product-detail .products-detail-description .products-detail-comment .comment-list .comment-item .comment-child:before {
  border-color: rgba(238, 238, 238, 0);
  border-bottom-color: #f8f8f8;
  border-width: 11px;
  margin-left: -11px;
  z-index: 1;
}
@media (max-width: 991px) {
  .section-product-detail .card {
    padding: 0;
  }
  .section-product-detail .product-detail-info .product-title {
    font-size: 16px;
    line-height: 1.5;
  }
}

@media (min-width: 992px) {
  .row__product-info {
    margin-left: -8px !important;
    margin-right: -8px !important;
  }
  .col__product-info {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}
@media (min-width: 767px) {
  .section-product-detail .product-detail-info .products-info .product-price {
    padding-left: 10px;
    padding-right: 10px;
  }
  .section-product-detail .product-detail-info .products-info .product-price .promotion-price {
    font-size: 20px;
    margin-right: 12px;
  }
  .section-product-detail .product-detail-info .products-info .product-price .regular-price {
    font-size: 12px;
    margin-right: 12px;
  }
  .section-product-detail .product-detail-info .products-info .product-price .save-price {
    font-size: 12px;
  }
  .section-product-detail .product-detail-info .products-image .images-list {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }
}
@media (max-width: 376px) {
  .section-product-detail .product-detail-info .products-info .product-price .promotion-price {
    font-size: 14px;
    margin-right: 3px;
  }
  .section-product-detail .product-detail-info .products-info .product-price .regular-price {
    font-size: 11px;
    margin-right: 3px;
  }
  .section-product-detail .product-detail-info .products-info .product-price .save-price {
    font-size: 11px;
  }
}
footer .footer-top {
  background: #F8B300;
  padding-block: 44px;
}
footer .footer-top .footer-top__items {
  display: flex;
  justify-content: space-between;
}
footer .footer-top .footer-top__items .footer-top__item {
  display: flex;
  align-items: center;
}
footer .footer-top .footer-top__items .footer-top__item .item-icon {
  margin-right: 10px;
  width: 42px;
  height: 42px;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
footer .footer-top .footer-top__items .footer-top__item .main-text {
  color: #FFF;
  font-size: 20.934px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
footer .footer-top .footer-top__items .footer-top__item .sub-text {
  color: #FFF;
  font-size: 13.956px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
footer .footer-middle {
  padding-block: 45px;
}
footer .footer-middle .footer-middle__title {
  color: #000;
  font-size: 33.298px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 45px;
  text-align: center;
}
footer .footer-middle .showroom-items {
  grid-template-columns: repeat(3, 1fr);
  column-gap: 17px;
  row-gap: 65px;
}
footer .footer-middle .showroom-items .name {
  padding: 10px 10px 10px 46px;
  background: #F8B300;
  color: #FFF;
  font-size: 14.984px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  position: relative;
  width: max-content;
  border-radius: 12px;
  margin-bottom: 14px;
}
footer .footer-middle .showroom-items .name .stt {
  position: absolute;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: #8D8D8D;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
}
footer .footer-middle .showroom-items .info {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
footer .footer-middle .showroom-items .info .icon {
  width: 20px;
  height: 20px;
  margin-right: 14px;
}
footer .footer-middle .showroom-items .info span {
  color: #000;
  font-size: 14.032px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
footer .footer-middle .showroom-items .info a {
  color: #000;
}
footer .footer-bottom {
  background: #272425;
  padding-block: 20px;
}
footer .footer-bottom .logo {
  width: 266px;
  height: 44px;
  margin-bottom: 14px;
}
footer .footer-bottom .footer-bottom__container {
  display: flex;
  justify-content: space-between;
}
footer .footer-bottom .footer-bottom__container .hotline .links li {
  margin-bottom: 8px;
}
footer .footer-bottom .copyright {
  width: 280px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.822px; /* 156.333% */
  margin-bottom: 9px;
}
footer .footer-bottom .social {
  margin-bottom: 9px;
}
footer .footer-bottom .social a {
  margin-right: 8px;
  display: inline-block;
}
footer .footer-bottom .company {
  color: #fff;
  font-size: 13.292px;
  font-style: normal;
  font-weight: 600;
  line-height: 16.615px; /* 125% */
}
footer .footer-bottom .title {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20.811px; /* 129.931% */
  margin-bottom: 4px;
}
footer .footer-bottom .links {
  padding: 0;
  list-style: none;
}
footer .footer-bottom .links li {
  margin-bottom: 4px;
}
footer .footer-bottom .links li a, footer .footer-bottom .links li span {
  color: #fff;
  font-size: 13.319px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.811px; /* 156.25% */
}
footer .footer-bottom .links li a strong, footer .footer-bottom .links li span strong {
  color: #F8B300;
}
@media (max-width: 991px) {
  footer .footer-top {
    padding-block: 22px;
  }
  footer .footer-top .footer-top__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
  }
  footer .footer-top .footer-top__items .footer-top__item {
    display: block;
    text-align: center;
  }
  footer .footer-top .footer-top__items .footer-top__item .item-icon {
    display: inline;
  }
  footer .footer-top .footer-top__items .footer-top__item .item-icon {
    width: 32px;
    height: 32px;
  }
  footer .footer-top .footer-top__items .footer-top__item .main-text {
    font-size: 16px;
    margin-top: 13px;
  }
  footer .footer-top .footer-top__items .footer-top__item .sub-text {
    font-size: 12px;
  }
  footer .footer-middle {
    padding-block: 42px;
  }
  footer .footer-middle .footer-middle__title {
    font-size: 20px;
    text-align: left;
    margin-bottom: 5px;
  }
  footer .footer-middle .showroom-items__mobile a {
    margin-top: 18px;
    display: block;
  }
  footer .footer-middle .showroom-items__mobile .name {
    color: #FFF;
    font-size: 14px;
    position: relative;
    border-radius: 10px;
    margin-bottom: 0;
    width: 100%;
  }
  footer .footer-middle .showroom-items__mobile .name .stt {
    border-radius: 10px;
    width: 36px;
    height: 100%;
  }
  footer .footer-middle .showroom-items__mobile .map {
    margin-bottom: 6px;
  }
  footer .footer-middle .showroom-items__mobile .info {
    margin-top: 12px;
    display: flex;
    align-items: center;
    padding-inline: 14px;
  }
  footer .footer-middle .showroom-items__mobile .info .icon {
    width: 20px;
    height: 20px;
    margin-right: 14px;
  }
  footer .footer-middle .showroom-items__mobile .info span {
    color: #000;
    font-size: 14.032px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  footer .footer-bottom {
    background: #272425;
    padding-block: 20px;
  }
  footer .footer-bottom .logo {
    width: 192px;
    height: 34px;
    margin-bottom: 18px;
  }
  footer .footer-bottom .footer-bottom__container {
    flex-wrap: wrap;
  }
  footer .footer-bottom .footer-bottom__container .info,
  footer .footer-bottom .footer-bottom__container .support,
  footer .footer-bottom .footer-bottom__container .about,
  footer .footer-bottom .footer-bottom__container .hotline {
    width: 100%;
  }
  footer .footer-bottom .copyright {
    width: 80%;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20.822px; /* 156.333% */
    margin-bottom: 9px;
  }
  footer .footer-bottom .social {
    margin-bottom: 9px;
  }
  footer .footer-bottom .social a {
    margin-right: 8px;
  }
  footer .footer-bottom .company {
    color: #fff;
    font-size: 13.292px;
    font-style: normal;
    font-weight: 600;
    line-height: 16.615px; /* 125% */
  }
  footer .footer-bottom .title {
    color: #fff;
    font-size: 16.017px;
    font-style: normal;
    font-weight: 600;
    line-height: 20.811px; /* 129.931% */
    margin-bottom: 4px;
  }
  footer .footer-bottom .links {
    padding: 0;
    list-style: none;
  }
  footer .footer-bottom .links li {
    margin-bottom: 4px;
  }
  footer .footer-bottom .links li a, footer .footer-bottom .links li span {
    color: #fff;
    font-size: 13.319px;
    font-style: normal;
    font-weight: 400;
    line-height: 20.811px; /* 156.25% */
  }
  footer .footer-bottom .links li a strong, footer .footer-bottom .links li span strong {
    color: #F8B300;
  }
  footer .footer-bottom .sc-container {
    padding-top: 25px;
    border-top: 0.5px solid #fff;
  }
}

#breadcrumbs {
  padding-block: 12px 8px;
}
#breadcrumbs .topic-path {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 0;
}
#breadcrumbs .topic-path li {
  display: inline;
  position: relative;
  color: #8D8D8D;
  font-size: 13.8px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#breadcrumbs .topic-path li a {
  color: #8D8D8D;
}
#breadcrumbs .topic-path li:not(:last-child) {
  padding-right: 30px;
}
#breadcrumbs .topic-path li:not(:last-child):after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #3a3a39;
  border-right: 1px solid #3a3a39;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 5px;
  right: 14px;
}

@media (max-width: 991px) {
  #breadcrumbs .topic-path li {
    font-size: 12px;
  }
  #breadcrumbs .topic-path li:not(:last-child) {
    padding-right: 20px;
  }
  #breadcrumbs .topic-path li:not(:last-child):after {
    width: 4px;
    height: 4px;
    top: 5px;
    right: 8px;
  }
}
.filter-wrap {
  margin-top: 20px;
}
.filter-wrap .filter-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.filter-wrap .filter-items {
  display: flex;
  flex-wrap: wrap;
}
.filter-wrap .filter-items .filter-item {
  display: flex;
  align-items: center;
  padding: 9px 10px;
  border-radius: 5px;
  border: 0.5px solid #B6B6B6;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.filter-wrap .filter-items .filter-item.active {
  border-color: #F8B300;
}
.filter-wrap .filter-items .filter-item .filter-qty {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: #F8B300;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: absolute;
  top: -10px;
  right: 10px;
}
.filter-wrap .filter-items .filter-item__name {
  color: #000;
  font-size: 16.074px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.filter-wrap .filter-items .filter-item__icon {
  width: 10px;
  height: 10px !important;
  margin-left: 5px;
}
.filter-wrap .filter-items .filter-item__icon.icon-filter {
  width: 16px;
  height: 16px !important;
  margin-right: 4px;
  margin-left: 0;
}
.filter-wrap .filter-items .filter-content {
  display: flex;
  flex-wrap: wrap;
}
.filter-wrap .filter-items .filter-content .filter-selected {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.filter-wrap .filter-items .filter-content .filter-selected strong {
  margin-right: 14px;
}
.filter-wrap .filter-items .filter-content .filter-content-item-inside {
  width: 33.3333333333%;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-top: 32px;
}
.filter-wrap .filter-items .filter-content .filter-content-item-inside .filter-item__name {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 6px;
}
.filter-wrap .filter-items .filter-content .filter-content-item-inside .filter-item__item {
  display: flex;
  flex-wrap: wrap;
}
.filter-wrap .filter-items .filter-content .line {
  width: 100%;
  border: 0.5px solid #B6B6B6;
}
.filter-wrap .filter-items .filter-content .item-filter {
  border-radius: 5px;
  border: 0.5px solid #B6B6B6;
  padding: 7px 10px;
  color: #000;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 14px;
  margin-bottom: 14px;
  cursor: pointer;
}
.filter-wrap .filter-items .filter-content .item-filter.active {
  border-color: #F8B300;
}
.filter-wrap .filter-items .filter-footer {
  display: flex;
  justify-content: center;
  padding-bottom: 14px;
}
.filter-wrap .filter-items .filter-footer .filter-btn {
  width: 164px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-inline: 5px;
  cursor: pointer;
}
.filter-wrap .filter-items .filter-footer .filter-btn.discard {
  border: 0.624px solid #FF4040;
  color: #FF4040;
}
.filter-wrap .filter-items .filter-footer .filter-btn.submit {
  background: #F8B300;
  color: #ffffff;
}
@media (max-width: 991px) {
  .filter-wrap .filter-items .filter-item {
    display: flex;
    align-items: center;
    padding: 6px 7px;
    border-radius: 4px;
    border: 0.3px solid #B6B6B6;
    margin-right: 7px;
    margin-bottom: 7px;
  }
  .filter-wrap .filter-items .filter-item .filter-qty {
    width: 14px;
    height: 14px;
    border-radius: 7px;
    font-size: 9px;
    top: -7px;
    right: 7px;
  }
  .filter-wrap .filter-items .filter-item__name {
    font-size: 11px;
  }
  .filter-wrap .filter-items .filter-item__icon {
    width: 7px;
    height: 7px !important;
    margin-left: 4px;
  }
  .filter-wrap .filter-items .filter-item__icon.icon-filter {
    width: 11px;
    height: 11px !important;
    margin-right: 3px;
  }
  .filter-wrap .filter-items .filter-content .filter-content-item-inside {
    width: 50%;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-top: 16px;
  }
  .filter-wrap .filter-items .filter-content .filter-content-item-inside .filter-item__name {
    font-size: 13px;
    margin-bottom: 12px;
  }
  .filter-wrap .filter-items .filter-content .line {
    display: none;
  }
  .filter-wrap .filter-items .filter-content .item-filter {
    border-radius: 5px;
    border: 0.5px solid #B6B6B6;
    padding: 6px 7px;
    font-size: 13px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .filter-wrap .filter-items .filter-footer .filter-btn {
    width: 118px;
    height: 28px;
    border-radius: 4px;
    font-size: 11px;
    margin-inline: 4px;
  }
}

.tooltip-wrap {
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  border-radius: 5.816px;
  background: #FFF;
  padding: 14px 14px 0 14px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
  max-width: 478px;
  z-index: 3;
}
.tooltip-wrap.large {
  width: 915px;
  max-width: 100%;
  padding: 22px;
}
.tooltip-wrap[data-show] {
  opacity: 1;
  visibility: visible;
}

.tooltip-arrow,
.tooltip-arrow::before {
  position: absolute;
  width: 8px;
  height: 8px;
  background: inherit;
}

.tooltip-arrow {
  visibility: hidden;
}

.tooltip-arrow::before {
  visibility: visible;
  content: "";
  transform: rotate(45deg);
}

.tooltip-wrap[data-popper-placement^=top] > .tooltip-arrow {
  bottom: -4px;
}

.tooltip-wrap[data-popper-placement^=bottom] > .tooltip-arrow {
  top: -4px;
}

.tooltip-wrap[data-popper-placement^=left] > .tooltip-arrow {
  right: -4px;
}

.tooltip-wrap[data-popper-placement^=right] > .tooltip-arrow {
  left: -4px;
}

.ico {
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 0;
  display: inline-block;
}
.ico-cart {
  background-image: url(/public/v2/images/default/ico_cart.svg);
  width: 12px;
  height: 14px;
}
.ico-search {
  width: 15px;
  height: 15px;
  background-image: url(/public/v2/images/default/ico_search.svg);
}
.ico-flashsale {
  background-image: url(/public/v2/images/default/ico_flashsale.png);
  width: 30px;
  height: 30px;
}
.ico-installment {
  background-image: url(/public/v2/images/default/ico_installment.png);
  width: 30px;
  height: 30px;
}
.ico-shipping {
  background-image: url(/public/v2/images/default/ico_shipping.png);
  width: 37px;
  height: 22px;
}
.ico-service {
  background-image: url(/public/v2/images/default/ico_service.png);
  width: 28px;
  height: 28px;
}
.ico-laptop {
  background-image: url(/public/v2/images/default/ico_laptop.png);
  width: 24px;
  height: 16px;
}
.ico-workstation {
  background-image: url(/public/v2/images/default/ico_workstation.png);
  width: 17px;
  height: 26px;
}
.ico-headphone {
  background-image: url(/public/v2/images/default/ico_headphone.png);
  width: 25px;
  height: 23px;
}
.ico-accessories {
  background-image: url(/public/v2/images/default/ico_accessories.png);
  width: 19px;
  height: 29px;
}
.ico-history {
  background-image: url(/public/v2/images/default/ico_time_redo.svg);
  width: 22px;
  height: 20px;
}
.ico-grid {
  background-image: url(/public/v2/images/default/ico_grid.svg);
  width: 14px;
  height: 14px;
}
.ico-envelop {
  background-image: url(/public/v2/images/default/ico_envelop.svg);
  width: 59px;
  height: 45px;
}
.ico-filter {
  background-image: url(/public/v2/images/default/ico_filter.svg);
  width: 18px;
  height: 18px;
}
.ico-double-arrow {
  background-image: url(/public/v2/images/default/ico_double_arrow.svg);
  width: 10px;
  height: 10px;
}
.ico-gift {
  background-image: url(/public/v2/images/default/ico_gift.svg);
  width: 17px;
  height: 17px;
}
.ico-gift.white {
  background-image: url(/public/v2/images/default/ico_gift_w.svg);
}
.ico-phone {
  background-image: url(/public/v2/images/default/ico_phone.svg);
  width: 22px;
  height: 22px;
}
.ico-free-delivery {
  background-image: url(/public/v2/images/default/ico_free_shipping.svg);
  width: 23px;
  height: 16px;
}
.ico-delivery {
  background-image: url(/public/v2/images/default/ico_shipping.svg);
  width: 24px;
  height: 14px;
}
.ico-best-quality {
  background-image: url(/public/v2/images/default/ico_best_quality.svg);
  width: 17px;
  height: 24px;
}
.ico-grid-view {
  background-image: url(/public/v2/images/default/ico_grid_view.svg);
  width: 16px;
  height: 16px;
}
.ico-list-view {
  background-image: url(/public/v2/images/default/ico_list_view.svg);
  width: 16px;
  height: 16px;
}
.ico-star {
  background-image: url(/public/v3/icons/star.png);
  width: 14px;
  height: 14px;
}
.ico-call.red {
  background-image: url(/public/v3/icons/call-r.png);
  width: 8px;
  height: 8px;
}
.ico-location.blue {
  background-image: url(/public/v3/icons/location-blue.png);
  width: 12px;
  height: 12px;
}
.ico-like {
  background-image: url(/public/v3/icons/like.png);
  width: 17px;
  height: 17px;
}
.ico-arrow-right.main {
  background-image: url(/public/v3/icons/ion_arrow-right.png);
  width: 13px;
  height: 13px;
}

.blog__category {
  background: #F8B300;
  margin-bottom: 15.3px;
}
.blog__category .cate-name {
  color: #FFF;
  text-align: center;
  font-size: 17.334px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-inline: 30.6px;
  padding-block: 9.9px;
  display: inline-block;
}
.blog__category .cate-name.active {
  background: #FFD465;
}

.blog-page .section-outstanding-post {
  margin-bottom: 51.3px;
}
.blog-page .section-outstanding-post .o-first-post {
  position: relative;
}
.blog-page .section-outstanding-post .o-first-post img {
  width: 100%;
  height: 437px !important;
  border-radius: 14px;
}
.blog-page .section-outstanding-post .o-first-post__info {
  position: absolute;
  top: 44px;
  left: 40px;
  width: 390px;
}
.blog-page .section-outstanding-post .o-first-post__name {
  color: #FFF;
  font-size: 31px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.blog-page .section-outstanding-post .o-first-post__created_at {
  color: var(--b-6-b-6-b-6, #B6B6B6);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 23px;
}
.blog-page .section-outstanding-post .o-first-post__goto-detail {
  padding: 9px 27px;
  border-radius: 27px;
  background: rgba(255, 255, 255, 0.6);
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 23px;
}
.blog-page .section-outstanding-post .section-title {
  margin-bottom: 18px;
}
.blog-page .section-outstanding-post .section-title-text span {
  color: #000;
  text-align: justify;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: inline-block;
}
.blog-page .section-outstanding-post .section-title-line {
  border-bottom: 1.3px solid #B6B6B6;
}
.blog-page .section-outstanding-post .o-post {
  margin-bottom: 18px;
}
.blog-page .section-outstanding-post .o-post__image {
  width: 100%;
  height: 85px !important;
  border-radius: 9px;
}
.blog-page .section-outstanding-post .o-post__name {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 9px;
}
.blog-page .section-outstanding-post .o-post__created_at {
  color: #B6B6B6;
  font-size: 9px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 5px;
}
.blog-page .section-post.post-second {
  margin-bottom: 27px;
}
.blog-page .section-post .post-row {
  margin-right: -8px;
  margin-left: -8px;
}
.blog-page .section-post .post-col {
  padding-right: 8px;
  padding-left: 8px;
}
.blog-page .section-post .section-title {
  margin-bottom: 22px;
}
.blog-page .section-post .section-title .section-title-text {
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-right: 18px;
}
.blog-page .section-post .section-title .section-title-line {
  flex: 1;
  border-bottom: 1.3px solid #B6B6B6;
}
.blog-page .section-post .post--item {
  margin-bottom: 40px;
}
.blog-page .section-post .post--item .post--img {
  width: 100%;
  height: 227px !important;
}
.blog-page .section-post .post--item .post_created-at {
  color: #B6B6B6;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 9px;
}
.blog-page .section-post .post--item .post_name {
  margin-top: 4px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
}
.blog-page .section-post .post-items.post-left .post {
  border-radius: 13px;
  background: #FFF;
  margin-bottom: 16px;
}
.blog-page .section-post .post-items.post-left .post .post__image {
  border-radius: 13px;
  width: 100%;
  height: 186px !important;
}
.blog-page .section-post .post-items.post-left .post .badge-cate {
  padding: 3px 11px;
  background: #F8B300;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 48px;
}
.blog-page .section-post .post-items.post-left .post .post_created-at {
  color: #B6B6B6;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.blog-page .section-post .post-items.post-left .post .post-name {
  margin-top: 18px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
}
.blog-page .section-post .post-items.post-left .post .post-intro {
  margin-top: 9px;
  color: #8D8D8D;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  display: block;
  display: -webkit-box;
  max-width: 100%;
  height: 35px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-page .section-post .post-items.post-left .post .post-button {
  margin-top: 14px;
  display: flex;
  align-items: center;
}
.blog-page .section-post .post-items.post-left .post .post-button span {
  color: #F8B300;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-right: 4px;
}
.blog-page .section-post .new-posts {
  border-radius: 13px;
  background: #FFF;
  padding: 21px;
}
.blog-page .section-post .new-posts .new-post-title {
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 9px;
}
.blog-page .section-post .new-posts .new-post--item {
  margin-bottom: 36px;
}
.blog-page .section-post .new-posts .new-post--item:last-child {
  margin-bottom: 14px;
}
.blog-page .section-post .new-posts .new-post--item .new-post--img {
  width: 100%;
  height: 200px !important;
}
.blog-page .section-post .new-posts .new-post--item .new-post_created-at {
  color: #B6B6B6;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 9px;
}
.blog-page .section-post .new-posts .new-post--item .new-post_name {
  margin-top: 3px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
}

.blog-category-page .page-title {
  display: flex;
  margin-bottom: 22px;
}
.blog-category-page .page-title .page-title-text {
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-right: 18px;
}
.blog-category-page .page-title .page-title-line {
  flex: 1;
  border-bottom: 1.3px solid #B6B6B6;
}
.blog-category-page .post-row {
  margin-right: -8px;
  margin-left: -8px;
}
.blog-category-page .post-col {
  padding-right: 8px;
  padding-left: 8px;
}
.blog-category-page .post--item {
  margin-bottom: 42px;
}
.blog-category-page .post--item .post--img {
  width: 100%;
  height: 226px !important;
}
.blog-category-page .post--item .post_created-at {
  color: #B6B6B6;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 9px;
}
.blog-category-page .post--item .post_name {
  margin-top: 3px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
}
.blog-category-page .blog-bottom a {
  display: block;
  overflow: hidden;
  position: relative;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  text-align: center;
  border-radius: 3px;
  margin: 9px auto;
  width: 306px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
}
.blog-category-page .blog-bottom a::after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #333;
  content: "";
  position: relative;
  right: -4px;
  top: 10px;
}
.blog-category-page .blog-bottom a:hover {
  background-color: #F8B300;
  color: #fff;
  border: 1px solid #F8B300;
}
.blog-category-page .blog-bottom a:hover::after {
  border-top: 4px solid #fff;
}

.blog-detail-page .blog-category .cate-name {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: inline-block;
  margin: 13px 28px 4px 0;
}
.blog-detail-page .blog-category .cate-name.active {
  color: #F8B300;
  text-decoration-line: underline;
}
.blog-detail-page .blog-detail {
  background: #fff;
  padding-top: 32px;
}
.blog-detail-page .blog-detail .blog-title {
  color: #000;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px; /* 128.5714% */
}
.blog-detail-page .blog-detail .blog-created-at {
  color: #8D8D8D;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.blog-detail-page .blog-detail .section-flashsale .flashsale-container {
  position: relative;
  padding: 0 20px 18px;
  border-radius: 20px;
}
.blog-detail-page .blog-detail .section-flashsale .flashsale-container .flashsale-title--container {
  justify-content: space-between;
}
.blog-detail-page .blog-detail .section-flashsale .flashsale-container .flashsale-title--container #countdown-flashsales {
  font-size: 16px;
}
.blog-detail-page .blog-detail .section-flashsale .flashsale-container .flashsale-title--container .link {
  text-align: center;
}
.blog-detail-page .blog-detail .section-flashsale .flashsale-container .flashsale-title--container .link .see-more {
  font-size: 15px;
  position: relative;
  right: unset;
  z-index: 2;
}
.blog-detail-page .blog-detail .section-flashsale .flashsale-container .flashsale-title {
  font-size: 40px;
  position: absolute;
  top: 5px;
  color: #fff;
  width: calc(100% - 30px);
  text-align: center;
  font-weight: 700;
  z-index: 1;
}
@media (min-width: 767px) and (max-width: 1200px) {
  .blog-detail-page .blog-detail .section-flashsale .flashsale-container .flashsale-title span {
    margin-left: 2rem;
  }
}
.blog-detail-page .blog-detail .section-flashsale .flashsale-container .flashsale-products-wrap .product-fs-item .pro-info .pro-name a {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 36px;
}
@supports (-webkit-line-clamp: 2) {
  .blog-detail-page .blog-detail .section-flashsale .flashsale-container .flashsale-products-wrap .product-fs-item .pro-info .pro-name a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 18px;
  }
}
.blog-detail-page .blog-detail .section-flashsale .flashsale-container .flashsale-products-wrap .product-fs-item .pro-info .pro-price {
  margin-top: 10px;
}
.blog-detail-page .blog-detail .section-flashsale .flashsale-container .flashsale-products-wrap .product-fs-item .pro-info .pro-price .promotion-price {
  font-size: 20px;
}
.blog-detail-page .blog-detail .section-flashsale .flashsale-container .flashsale-products-wrap .product-fs-item .pro-info .pro-price .product-percent > * {
  font-size: 13px;
}
.blog-detail-page .blog-detail .section-flashsale .flashsale-container .flashsale-products-wrap .product-fs-item .pro-info .pro-price .product-percent .regular-price {
  text-decoration: line-through;
}
@media (max-width: 767px) {
  .blog-detail-page .blog-detail .section-flashsale .flashsale-container .flashsale-title--container {
    justify-content: center;
  }
  .blog-detail-page .blog-detail .section-flashsale .flashsale-container .flashsale-title--container .count-down {
    margin-bottom: unset;
  }
  .blog-detail-page .blog-detail .section-flashsale .flashsale-container .flashsale-title--container .link {
    display: none;
  }
  .blog-detail-page .blog-detail .section-flashsale .flashsale-container .flashsale-title {
    position: relative;
    font-size: 36px;
    width: unset;
  }
}
.blog-detail-page .blog-detail .menu-content {
  margin-top: 32px;
}
.blog-detail-page .blog-detail .menu-content .menu {
  display: block;
  background: #e9f9ff;
  border: 0.5px solid #B6B6B6;
  border-radius: 18px;
  width: 100%;
  padding: 28px 40px;
  margin: 0;
}
.blog-detail-page .blog-detail .menu-content .menu .see-quick {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
  text-transform: uppercase;
}
.blog-detail-page .blog-detail .menu-content .menu ul {
  list-style: none;
  padding-left: 9px;
  margin-bottom: 0;
}
.blog-detail-page .blog-detail .menu-content .menu li {
  margin-top: 9px;
}
.blog-detail-page .blog-detail .menu-content .menu li a {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 156.25% */
}
.blog-detail-page .blog-detail .menu-content .menu .level2 {
  margin-left: 0;
}
.blog-detail-page .blog-detail .menu-content .menu .short-menu {
  max-height: 0;
  overflow: hidden;
}
.blog-detail-page .blog-detail .blog-editor {
  margin-top: 50px;
}
.blog-detail-page .blog-detail .relate-block-title {
  color: #000;
  text-align: justify;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
  padding-top: 48px;
  border-top: 1px solid #B6B6B6;
  margin-top: 36px;
}
.blog-detail-page .blog-detail .block-flash-sales {
  border-radius: 9px;
  background: #F9F9F9;
  padding: 13px;
}
.blog-detail-page .blog-detail .block-flash-sales .flash-sale-block-title {
  color: #FFF;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: #F8B300;
  border-radius: 27px;
  padding: 9px 18px;
  display: inline-block;
  margin-bottom: 18px;
}
.blog-detail-page .blog-detail .block-flash-sales .product-item {
  background: #fff;
  border-radius: 4px;
  margin-bottom: 16px;
  display: flex;
}
.blog-detail-page .blog-detail .block-flash-sales .product-item .product-img {
  width: 72px;
  height: 72px;
}
.blog-detail-page .blog-detail .block-flash-sales .product-item .product-img img {
  width: 100%;
}
.blog-detail-page .blog-detail .block-flash-sales .product-item .product-info {
  margin-left: 18px;
  flex: 1;
}
.blog-detail-page .blog-detail .block-flash-sales .product-item .product-info .product-name {
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  display: block;
  display: -webkit-box;
  max-width: 100%;
  height: 30px;
  margin: 0 auto;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-detail-page .blog-detail .block-flash-sales .product-item .product-info .product-percent .regular-price {
  color: #686868;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: line-through;
  margin-right: 9px;
}
.blog-detail-page .blog-detail .block-flash-sales .product-item .product-info .product-percent .percent {
  color: #23A74B;
  text-align: justify;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.blog-detail-page .blog-detail .block-flash-sales .product-item .product-info .product-promotion-price {
  color: #FFF;
  text-align: justify;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: #F8B300;
  padding-inline: 12px;
  border-radius: 16px;
  display: inline-block;
}
.blog-detail-page .post-row {
  margin-right: -8px;
  margin-left: -8px;
}
.blog-detail-page .post-col {
  padding-right: 8px;
  padding-left: 8px;
}
.blog-detail-page .post--item {
  margin-bottom: 40px;
}
.blog-detail-page .post--item .post--img {
  width: 100%;
  height: 226px !important;
}
.blog-detail-page .post--item .post_created-at {
  color: #B6B6B6;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 9px;
}
.blog-detail-page .post--item .post_name {
  margin-top: 3px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
}

.build-pc-page .blog-container {
  position: relative;
  height: 342px;
  overflow: hidden;
}
.build-pc-page .blog-container.full-content {
  height: auto;
}
.build-pc-page .blog-container .see-more {
  position: absolute;
  bottom: 0;
  text-align: center;
  left: 0;
  right: 0;
  padding-bottom: 17px;
  padding-top: 40px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 8.21%, #FFF 48.06%);
  color: #F8B300;
  font-size: 18.2px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 142.857% */
  cursor: pointer;
}
.build-pc-page .blog-container .see-more::before {
  content: "Xem thêm ";
}
.build-pc-page .blog-container .see-more.see-less {
  background: transparent;
  position: relative;
  padding-top: 36px;
  padding-bottom: 0;
}
.build-pc-page .blog-container .see-more.see-less::before {
  content: "Thu gọn ";
}
.build-pc-page .blog-container .see-more.see-less i {
  transform: rotate(180deg);
}

@media (max-width: 991px) {
  .blog__category {
    background: transparent;
    margin-bottom: 17px;
  }
  .blog__category .cate-name {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    padding-inline: 8px;
    padding-block: 8px 0;
  }
  .blog__category .cate-name.active {
    color: #F8B300;
    background: transparent;
  }
  .blog-page .section-outstanding-post {
    margin-bottom: 37px;
  }
  .blog-page .section-outstanding-post .o-first-post {
    position: relative;
    margin-bottom: 26px;
  }
  .blog-page .section-outstanding-post .o-first-post img {
    height: 200px !important;
    border-radius: 6px;
  }
  .blog-page .section-outstanding-post .o-first-post__info {
    position: absolute;
    top: 19px;
    left: 18px;
    width: 171px;
  }
  .blog-page .section-outstanding-post .o-first-post__name {
    color: #FFF;
    font-size: 14.165px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .blog-page .section-outstanding-post .o-first-post__created_at {
    font-size: 10px;
    margin-top: 6px;
  }
  .blog-page .section-outstanding-post .o-first-post__goto-detail {
    padding: 5px 15px;
    border-radius: 30px;
    font-size: 12.294px;
    margin-top: 16px;
  }
  .blog-page .section-outstanding-post .section-title {
    margin-bottom: 13px;
  }
  .blog-page .section-outstanding-post .section-title-text span {
    font-size: 16px;
  }
  .blog-page .section-outstanding-post .section-title-line {
    border-bottom: 1.3px solid #B6B6B6;
  }
  .blog-page .section-outstanding-post .o-post {
    margin-bottom: 17px;
    margin-inline: -4px;
  }
  .blog-page .section-outstanding-post .o-post-image, .blog-page .section-outstanding-post .o-post-info {
    padding-inline: 4px;
  }
  .blog-page .section-outstanding-post .o-post__image {
    height: 75px !important;
    border-radius: 8px;
  }
  .blog-page .section-outstanding-post .o-post__name {
    font-size: 12.042px;
  }
  .blog-page .section-outstanding-post .o-post__created_at {
    color: #B6B6B6;
    font-size: 10.028px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 6px;
  }
  .blog-page .section-post {
    margin-bottom: 47px;
  }
  .blog-page .section-post.post-second {
    margin-bottom: 30px;
  }
  .blog-page .section-post .post-row {
    margin-right: -9px;
    margin-left: -9px;
  }
  .blog-page .section-post .post-col {
    padding-right: 9px;
    padding-left: 9px;
  }
  .blog-page .section-post .section-title {
    margin-bottom: 14px;
  }
  .blog-page .section-post .section-title .section-title-text {
    font-size: 16px;
  }
  .blog-page .section-post .section-title .section-title-line {
    flex: 1;
    border-bottom: 1.3px solid #B6B6B6;
  }
  .blog-page .section-post .post--item {
    margin-bottom: 17px;
  }
  .blog-page .section-post .post--item a {
    margin-inline: -4px;
  }
  .blog-page .section-post .post--item .post--image,
  .blog-page .section-post .post--item .post--info {
    padding-inline: 4px;
  }
  .blog-page .section-post .post--item .post--img {
    width: 100%;
    height: 75px !important;
    border-radius: 8px;
  }
  .blog-page .section-post .post--item .post_name {
    margin-top: 0px;
    color: #000;
    font-size: 12.182px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .blog-page .section-post .post--item .post_created-at {
    margin-top: 6px;
  }
  .blog-page .section-post .post-items.post-left .post {
    border-radius: 15px;
    background: #FFF;
    margin-bottom: 18px;
  }
  .blog-page .section-post .post-items.post-left .post .post--item {
    margin-inline: -4px;
  }
  .blog-page .section-post .post-items.post-left .post .post--item .post--image,
  .blog-page .section-post .post-items.post-left .post .post--item .post--info {
    padding-inline: 4px;
  }
  .blog-page .section-post .post-items.post-left .post .post__image {
    border-radius: 8px;
    height: 75px !important;
  }
  .blog-page .section-post .post-items.post-left .post .post_created-at {
    font-size: 10px;
    margin-top: 6px;
  }
  .blog-page .section-post .post-items.post-left .post .post-name {
    margin-top: 0px;
    font-size: 12px;
  }
  .blog-page .section-post .post-items.post-left .post .post-intro {
    margin-top: 10px;
    color: #8D8D8D;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 27px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .blog-page .section-post .post-items.post-left .post .post-button {
    margin-top: 15px;
    display: flex;
    align-items: center;
  }
  .blog-page .section-post .post-items.post-left .post .post-button span {
    color: #F8B300;
    font-size: 13.665px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-right: 5px;
  }
  .blog-page .section-post .new-posts {
    border-radius: 15px;
    background: #FFF;
    padding: 24px;
  }
  .blog-page .section-post .new-posts .new-post-title {
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
  }
  .blog-page .section-post .new-posts .new-post--item {
    margin-bottom: 40px;
  }
  .blog-page .section-post .new-posts .new-post--item:last-child {
    margin-bottom: 16px;
  }
  .blog-page .section-post .new-posts .new-post--item .new-post--img {
    width: 100%;
    height: 223px !important;
  }
  .blog-page .section-post .new-posts .new-post--item .new-post_created-at {
    color: #B6B6B6;
    font-size: 9.029px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 10px;
  }
  .blog-page .section-post .new-posts .new-post--item .new-post_name {
    margin-top: 4px;
    color: #000;
    font-size: 12.581px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .blog-category-page .page-title {
    display: flex;
    margin-bottom: 18px;
  }
  .blog-category-page .page-title .page-title-text {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-right: 20px;
  }
  .blog-category-page .page-title .page-title-line {
    flex: 1;
    border-bottom: 1.3px solid #B6B6B6;
  }
  .blog-category-page .post-row {
    margin-right: -9px;
    margin-left: -9px;
  }
  .blog-category-page .post-col {
    padding-right: 9px;
    padding-left: 9px;
  }
  .blog-category-page .post--item {
    margin-bottom: 18px;
  }
  .blog-category-page .post--item .post--img {
    width: 100%;
    height: 205px !important;
  }
  .blog-category-page .post--item .post_created-at {
    color: #B6B6B6;
    font-size: 8.178px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 8px;
  }
  .blog-category-page .post--item .post_name {
    margin-top: 4px;
    color: #000;
    font-size: 11.182px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .blog-detail-page .blog-category .cate-name {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: inline-block;
    margin: 15px 32px 5px 0;
  }
  .blog-detail-page .blog-category .cate-name.active {
    color: #F8B300;
    text-decoration-line: underline;
  }
  .blog-detail-page .blog-detail {
    background: #fff;
    padding-top: 36px;
  }
  .blog-detail-page .blog-detail .blog-title {
    color: #000;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; /* 142.857% */
  }
  .blog-detail-page .blog-detail .blog-created-at {
    color: #8D8D8D;
    font-size: 12.063px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .blog-detail-page .blog-detail .menu-content {
    margin-top: 24px;
  }
  .blog-detail-page .blog-detail .menu-content .menu {
    display: block;
    background: #e9f9ff;
    border-radius: 8px;
    padding: 12px 18px;
  }
  .blog-detail-page .blog-detail .menu-content .menu .see-quick {
    font-size: 12px;
  }
  .blog-detail-page .blog-detail .menu-content .menu ul {
    list-style: none;
    padding-left: 5px;
    margin-bottom: 0;
  }
  .blog-detail-page .blog-detail .menu-content .menu li {
    margin-top: 10px;
  }
  .blog-detail-page .blog-detail .menu-content .menu li a {
    font-size: 12px;
    line-height: 10px;
  }
  .blog-detail-page .blog-detail .menu-content .menu .level2 {
    margin-left: 0;
  }
  .blog-detail-page .blog-detail .menu-content .menu .short-menu {
    max-height: 0;
    overflow: hidden;
  }
  .blog-detail-page .blog-detail .blog-editor {
    margin-top: 28px;
  }
  .blog-detail-page .blog-detail .relate-block-title {
    color: #000;
    text-align: justify;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 18px;
    padding-top: 40px;
    border-top: 1px solid #B6B6B6;
    margin-top: 40px;
  }
  .blog-detail-page .blog-detail .block-flash-sales {
    border-radius: 10px;
    background: #F9F9F9;
    padding: 14px;
  }
  .blog-detail-page .blog-detail .block-flash-sales .flash-sale-block-title {
    color: #FFF;
    font-size: 15.104px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: #F8B300;
    border-radius: 30px;
    padding: 10px 20px;
    display: inline-block;
    margin-bottom: 20px;
  }
  .blog-detail-page .blog-detail .block-flash-sales .product-item {
    background: #fff;
    border-radius: 5px;
    margin-bottom: 30px;
    display: flex;
  }
  .blog-detail-page .blog-detail .block-flash-sales .product-item .product-img {
    width: 81px;
    height: 81px;
  }
  .blog-detail-page .blog-detail .block-flash-sales .product-item .product-img img {
    width: 100%;
  }
  .blog-detail-page .blog-detail .block-flash-sales .product-item .product-info {
    margin-left: 20px;
    flex: 1;
  }
  .blog-detail-page .blog-detail .block-flash-sales .product-item .product-info .product-name {
    color: #000;
    font-size: 12.789px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 32px;
    margin: 0 auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .blog-detail-page .blog-detail .block-flash-sales .product-item .product-info .product-percent .regular-price {
    color: #686868;
    font-size: 12.011px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: line-through;
    margin-right: 10px;
  }
  .blog-detail-page .blog-detail .block-flash-sales .product-item .product-info .product-percent .percent {
    color: #23A74B;
    text-align: justify;
    font-size: 12.011px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .blog-detail-page .blog-detail .block-flash-sales .product-item .product-info .product-promotion-price {
    color: #FFF;
    text-align: justify;
    font-size: 13.311px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: #F8B300;
    padding-inline: 13px;
    border-radius: 18px;
    display: inline-block;
  }
  .blog-detail-page .post-row {
    margin-right: -9px;
    margin-left: -9px;
  }
  .blog-detail-page .post-col {
    padding-right: 9px;
    padding-left: 9px;
  }
  .blog-detail-page .post--item {
    margin-bottom: 18px;
  }
  .blog-detail-page .post--item .post-item {
    margin-inline: -4px;
  }
  .blog-detail-page .post--item .post-item .post--image,
  .blog-detail-page .post--item .post-item .post--info {
    padding-inline: 4px;
  }
  .blog-detail-page .post--item .post--img {
    width: 100%;
    height: 75px !important;
    border-radius: 8px;
  }
  .blog-detail-page .post--item .post_created-at {
    color: #B6B6B6;
    font-size: 10.178px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 6px;
  }
  .blog-detail-page .post--item .post_name {
    margin-top: 0px;
    color: #000;
    font-size: 12.182px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .build-pc-page .blog-container {
    position: relative;
  }
  .build-pc-page .blog-container .see-more {
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
    padding-bottom: 17px;
    padding-top: 40px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 8.21%, #FFF 48.06%);
    color: #F8B300;
    font-size: 18.2px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; /* 142.857% */
    cursor: pointer;
  }
  .build-pc-page .blog-container .see-more::before {
    content: "Xem thêm ";
  }
  .build-pc-page .blog-container .see-more.see-less {
    background: transparent;
    position: relative;
    padding-top: 36px;
    padding-bottom: 0;
  }
  .build-pc-page .blog-container .see-more.see-less::before {
    content: "Thu gọn ";
  }
  .build-pc-page .blog-container .see-more.see-less i {
    transform: rotate(180deg);
  }
}
.popup {
  background: #fff;
  border-radius: 20px;
  width: 100%;
  max-width: 760px;
  position: relative;
  padding: 0;
  padding-top: 47px;
}
.popup .header {
  padding: 10px;
  color: #FFF;
  text-align: center;
  font-size: 22.51px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 3;
  background: #F8B300;
  border-radius: 20px 20px 0px 0px;
}
.popup .content {
  width: 100%;
  max-width: 1000px;
  overflow: scroll;
  max-height: 74vh;
  padding: 30px;
}
.popup .showroom-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 50px;
}
.popup .showroom-items .showroom-item .name {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.popup .showroom-items .showroom-item .info {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 12.431px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.popup .showroom-items .showroom-item .info img {
  margin-right: 12px;
}
.popup .showroom-items .showroom-item .info:not(:last-child) {
  margin-bottom: 13px;
}
.popup .showroom-items .showroom-item a {
  color: #000;
}
.popup .support-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.popup .support-items .support-item {
  padding-left: 126px;
}
.popup .support-items .support-item .name {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 9px;
}
.popup .support-items .support-item .detail-item {
  display: flex;
  align-items: center;
}
.popup .support-items .support-item .detail-item:not(:last-child) {
  margin-bottom: 9px;
}
.popup .support-items .support-item .detail-item a {
  color: #2F88FF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  margin-right: 10px;
}
.popup .support-items .support-item .detail-item .detail-item-name {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.popup .support-items .support-item .detail-item.hotline {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: block;
}
.popup .support-items .support-item.hotline {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.popup .support-items .support-item.hotline .detail-item {
  display: block;
}
.popup .support-items .support-item.hotline .detail-item .detail-item-name {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.kv-loading {
  text-align: center;
  width: 100%;
  height: 40px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 1;
}
.kv-loading span {
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 7px;
  margin: 25px 3px;
  background: #fff;
  border-radius: 49px;
  animation: kb-loading-black 1.5s infinite alternate;
}
.kv-loading #kv-loading_2 {
  animation-delay: 0.45s;
}
.kv-loading #kv-loading_3 {
  animation-delay: 0.9s;
}

@keyframes kb-loading-black {
  0% {
    width: 7px;
    height: 7px;
    background-color: #fff;
    transform: translateY(0);
  }
  100% {
    width: 17px;
    height: 17px;
    background-color: #333;
    transform: translateY(-20px);
  }
}
#cart input[type=radio],
#cart input[type=checkbox] {
  accent-color: #F8B300 !important;
}
#cart .cart-page button:focus {
  outline: none !important;
}
#cart .cart-page * {
  outline-color: #F8B300 !important;
}
#cart .cart-page .company-logo img {
  height: 50px !important;
}
#cart .cart-page .bank-logo img {
  height: 100% !important;
}

/*# sourceMappingURL=styles.css.map */
