*,
*::after,
*::before {
  margin: 0;
  padding: 0;
}

body {
  box-sizing: border-box;
  font-size: 16px;

  /* font-family: ; */

}

.header {

  position: relative;

}

.header-top {

  background: #e6b965;

}

.header-top .menu {

  display: flex;

  gap: 0 25px;

  align-items: center;

}

.header-top .menu>.menu-item {

  position: relative;

}

.header-top .menu>.menu-item>.menu-link {

  color: #fff;

  display: block;

  font-size: 12px;



  font-family: sf-pro-text-medium;

  padding: 8px 0;



}

.header-top .menu>.menu-item .content {
  z-index: 100;
  position: absolute;

  top: 100%;

  opacity: 0;

  visibility: hidden;

  transition: 0.25s all;

  background: #fff;

  padding: 10px 0;

  width: 200px;

}

.header-top .menu>.menu-item .content .menu-child {

  display: flex;

  justify-content: space-between;

  gap: 0 10px;

  align-items: center;

}

.header-top .menu>.menu-item .content .qr-code {

  margin-bottom: 10px;

}

.header-top .menu>.menu-item .content .qr-code>a>img {

  margin: 0 auto;

}

.header-top .menu>.menu-item:hover .content {

  opacity: 1;

  visibility: visible;

}

.header-bottom {
  /* 
  background: linear-gradient(170deg, #75b2fa -11.01%, #0965df 83.14%); */

  padding: 15px 0;
  box-shadow: 0px -1px 6px -1px #949494b9;
  margin-bottom: 15px;

}

.header-main .header-search {

  /* margin-bottom: 20px; */

}

.header-main .header-search form {

  width: 100%;

  position: relative;

}

.header-main .header-search form .item-name {

  width: 100%;

  background-color: #fff;

  font-size: 14px;

  height: 40px;

  padding-left: 10px;

  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

  border-radius: 6px;

}

.header-main .header-search form .item-name::placeholder {

  font-size: 14px;

}

.header-main .header-search form .action {

  background-color: #d1e1ef;

  padding: 10px 20px;

  position: absolute;

  top: 0;

  right: 0;

  height: 40px;

  font-size: 20px;

  border-radius: 6px;

  color: #237df3;

  display: flex;

  justify-content: center;

  align-items: center;

}

.header-main .menu {

  display: flex;

  align-items: center;

  gap: 0 15px;

  margin-top: 12px;

}

.header-main .menu .menu-item .menu-link {

  font-size: 12px;

  color: #fff;

  font-weight: 600;

  transition: 0.25s all;



  display: -webkit-box;

  -webkit-line-clamp: 1;

  -webkit-box-orient: vertical;

  overflow: hidden;

  text-overflow: ellipsis;

  word-break: break-word;

}

.header-main .menu .menu-item .menu-link:hover {

  color: rgba(255, 255, 255, 0.712);

}

.header-auth {

  display: flex;

  gap: 0 35px;

}

.header-auth .header-common {

  color: #fff;

  position: relative;

}

.header-auth .header-common button {

  color: #fff;

  font-weight: 600;
  border: none;
  background: none;

}

.header-common .count {

  width: 18px;

  height: 18px;

  border-radius: 100rem;

  position: absolute;

  background-color: red;

  top: -5px;

  right: 5px;

  display: flex;

  justify-content: center;

  align-items: center;
  color: #fff;

}

.header-auth .header-common button {

  font-size: 12px;

  transition: 0.25s all;

}

.header-auth .header-common button:hover {

  color: rgba(255, 255, 255, 0.712);

}

.header-auth .header-common .icon {

  width: 30px;

  height: 30px;

  background-color: rgba(245, 245, 245, 0.2);

  border-radius: 8px;

  display: flex;

  justify-content: center;

  align-items: center;

  font-size: 16px;

  color: #fff;



  margin-bottom: 5px;

}

.header-common .menu {

  display: flex;

  gap: 0 5px;

  align-items: center;

}

.header-common .menu .menu-item:nth-child(1) {

  margin-right: 5px;

}

.menu-toggle {

  display: none;

}

.menu-mobile {

  display: none;

  background-color: #fff;

}

.menu-mobile .login {

  display: flex;

  padding: 10px;

  align-items: center;

  gap: 0 15px;

  height: 50px;

  background-color: #237df3;

  position: relative;

}

.menu-mobile .login .text {

  color: #fff;

  padding: 10px 0;

}

.menu-mobile .login .next-icon {

  color: #fff;

  font-size: 20px;

  position: absolute;

  right: 15px;

}

@media screen and (max-width: 767.98px) {

  .menu-mobile {

    display: block;

    width: 300px;

    transition: 0.25s all;

    position: fixed;

    z-index: 10000000000000;

    top: 0;

    bottom: 0;

    left: 0;

    transform: translateX(-100%);

  }

  .menu-mobile.is-show {

    transform: translateX(0);

  }

  .header-top {

    display: none;

  }

  .header-auth .header-common:last-child {

    display: none;

  }

  .header-auth .header-common:first-child {

    display: block;

    /* position: fixed; */

    position: absolute;

    top: 30px;

    right: 15px;

  }

  .menu-toggle {

    display: block;

    /* position: fixed; */

    position: absolute;

    z-index: 10;

    top: 30px;

    left: 15px;

    color: #333;

    font-size: 24px;

  }

  .header-main .menu {

    display: none;

  }

  .header-logo {

    margin-bottom: 15px;

  }

  .header-logo img {

    width: 50px;

    margin: 0 auto;

  }

  .header-auth .header-common .count {

    right: -10px;

  }

  section.service_list_cate {
    background: #fff;
  }

  section.box_banner_home {
    padding-top: 0px !important;
    position: relative;
  }

  .box_lit_cate {
    align-items: flex-start;
    padding: 0 15px;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    flex: 1 1 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  a.service_cate_item {
    flex-direction: column;
    justify-content: flex-start;
    min-width: 70px;
    max-width: 70px;
    padding-right: 0;
    margin-right: 10px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex: 1 1 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
  }

  span.serv_icon {
    margin-right: 0;
    height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;


  }

  span.serv_icon img {
    display: block;
    max-width: 40px;
    max-height: 40px;
  }

  span.name_icon {
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    margin-top: 5px;
    color: #333;
  }

  .col_20 {
    width: 50% !important;
  }

}





/* flashSale */

.flashSale {

  padding: 20px 0;

}



.flashSale .container,
.section_best_deal .container {

  background-color: #fff;

  border-radius: 10px;

}

.flashSale__top {

  display: flex;

  justify-content: space-between;

  padding: 14px 20px;

  border-bottom: 1px solid #d3d3d3;

  align-items: center;

}



.flashSale__tit {

  display: flex;

}



.flashSale__tit-name {

  font-size: 18px;

  color: #fa8c16;

  font-weight: bold;

  margin-left: 5px;

}



.flashSale__all {

  font-size: 12px;

  color: #0062cc;

}



.flashSale__all a:hover {

  text-decoration: none;

  color: #0052a9;

}



.flashSale__content {

  display: block;

  background-color: #fff;

  border-radius: 4px;

  box-shadow: 0 2px 5px rgb(0 0 0 / 10%);

  margin: 15px 0;

}



.flashSale__content a {

  text-decoration: none;

}



.flashSale__img {

  position: relative;
  width: 100%;
  height: unset;
  overflow: hidden;

}



.flashSale__img img {

  width: 100%;

  aspect-ratio: 1/1;

  object-fit: cover;

  object-position: center;

  z-index: 1;

}



.flashSale__percent {

  background-image: url(../images/label-giam-gia.webp);

  position: absolute;

  top: 0;

  right: 8px;

  display: block;

  width: 40px;

  height: 41px;

  background-position: center;

  background-repeat: no-repeat;

  background-size: contain;

  text-align: center;

  line-height: 33px;

  font-size: 13px;

  color: red;

  z-index: 3;
  font-family: 'SFProText-Semibold';

}



.flashSale__info {

  height: max-content;

  padding: 0 10px;

  color: #262626;

}



.flashSale__name {

  font-size: 13px;
  font-family: 'SFProText-Semibold';

  line-height: 20px;

  min-height: 20px;

  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-line-clamp: 1;

  -webkit-box-orient: vertical;

  margin-top: 8px;

  font-weight: bold;

}



.flashSale__priceSale {

  color: #fa3d48;

  font-size: 18px;

  margin-top: 5px;

  font-weight: bold;

}



.flashSale__priceOld {

  color: #8c8c8c;

  font-size: 14px;

  text-decoration: line-through;

  height: 15px;

}



sub,
sup {

  position: relative;

  font-size: 75%;

  line-height: 0;

  vertical-align: baseline;

}



sup {

  top: -0.5em;

}



sub {

  bottom: -0.25em;

}



.flashSale__soldProgressBar {

  height: 16px;

  border-radius: 7px;

  overflow: hidden;

  background-color: #fff08f;

  position: relative;

  margin-top: 20px;

  display: flex;

  align-items: center;

  text-align: center;

}



.progress-value {

  position: absolute;

  top: 0;

  bottom: 0;

  left: 0;

  background-color: #ffc53d;

  z-index: 1;

}



.flashSale__soldProgressBar-text {

  z-index: 2;

  font-size: 12px;

  color: #613400;

  margin: auto;

}



#owlCarousel__Flashsale .owl-nav button {

  position: absolute;

  top: 50%;

  transform: translateY(-50%);

  width: 32px;

  height: 32px;

  border-radius: 50%;

  background: #fff !important;

  box-shadow: initial;

  position: absolute;

  color: #595959;

  box-shadow: 0 4px 16px rgb(0 0 0 / 10%);

}



#owlCarousel__Flashsale .owl-nav .owl-prev {

  left: -14px;

}



#owlCarousel__Flashsale .owl-nav .owl-next {

  right: -14px;

}



@media (max-width: 768px) {

  .flashSale .container {

    background: none;

  }

  .flashSale {

    background: radial-gradient(100% 100% at 2.67% 0%, #FFA940 0%, #FF4D4F 100%);

  }



  .flashSale__top {

    border: none;

  }



  .flashSale__tit-name,

  .flashSale__all a {

    color: #fff;

  }



  .hidden-xs {

    display: none !important;

  }



  .visible-xs {

    display: block !important;

  }

}



/* proCategory */

.proCategory {

  padding: 20px 0;

}

.proCategory .container {

  background-color: #fff;

  padding: 20px 0;

  border-radius: 10px;

}



.proCategory__tit-name {

  font-size: 18px;

  font-weight: bold;

  margin-left: 10px;
  font-family: SFProText-Semibold;

}



.proCategory__list {

  display: flex;

  margin: 20px 0;

}



.proCategory__list:last-child {

  margin-bottom: 0;

}



.proCategory__item {

  width: 100%;

  text-decoration: none;

  display: flex;

  flex: 1 1 auto !important;

  align-items: center;

  flex-direction: column !important;

  color: #000;

}



.proCategory__item:hover {

  text-decoration: none;

}



.proCategory__item-box {

  display: flex;

  /* justify-content: center; */

  align-items: center;

  flex-direction: column;

}



.proCategory__icon {

  width: 72px;

  height: 72px;

  display: flex;

  justify-content: center;

}



.proCategory__icon img {

  width: 72px;

  height: 72px;

  display: flex;

  justify-content: center;
  border-radius: 50%;

}



.proCategory__text {
  font-family: SFProText-Semibold;
  font-size: 14px;

  color: #595959;

  margin-top: 5px;

  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-line-clamp: 2;

  -webkit-box-orient: vertical;
  text-align: center;

}



@media (max-width: 992px) {

  .proCategory {

    display: none;

  }

}



/* proGeneralBox */

.proGeneralBox {

  padding: 20px 0;

}



.proGeneralBox .container {

  background-color: #fff;

  padding: 20px auto;

  border-radius: 10px;

}



.proGeneralBox__tit-name {

  font-size: 18px;

  font-weight: bold;
  font-family: SFProText-Semibold;

}



.proGeneralBox__body {

  padding: 10px 0;

}



.proGeneralBox .flashSale__content {

  margin: 0;

  margin-bottom: 10px;

}



.proGeneralBox .flashSale__info {

  /*height: auto;*/

}



.proGeneralBox .flashSale__all a {

  color: #337ab7;

}



.proGeneralBox__stars {

  margin-top: 5px;
  margin-bottom: 15px;

  display: flex;

  align-items: center;

}

.flashSale__content a {
  display: inline-block;
}

.dg {
  font-size: 13.5px;
  color: #363636;
  padding-right: 7px;
}

.proGeneralBox__stars .jstars-empty {

  position: relative;

  display: inline-block;

  font-size: 12px;

  line-height: 12px;

  color: rgb(221, 221, 221);

  user-select: none;

}



.proGeneralBox__stars .jstars-filled {

  top: 0px;

  left: 0px;

  position: absolute;

  display: inline-block;

  font-size: 12px;

  line-height: 12px;

  width: 82%;

  overflow: hidden;

  white-space: nowrap;

  color: #f7b500;

  user-select: none;

}



@media (max-width: 480px) {

  .proGeneralBox__stars .jstars-empty {

    font-size: 10px;

  }



  .proGeneralBox__stars .jstars-filled {

    font-size: 10px;

  }

}



.proGeneralBox__sold-count {

  font-size: 12px;

  margin-top: 2px;

  flex: 1 1 auto !important;

  text-align: right;

}





#owlCarousel__proGeneralBox-pro .owl-nav button,
.proGeneralBox .owl-nav button {

  position: absolute;

  top: 50%;

  transform: translateY(-50%);

  width: 32px;

  height: 32px;

  border-radius: 50%;

  background: #fff !important;

  box-shadow: initial;

  position: absolute;

  color: #595959;

  box-shadow: 0 4px 16px rgb(0 0 0 / 10%);

}



#owlCarousel__proGeneralBox-pro .owl-nav .owl-prev,
.proGeneralBox .owl-nav .owl-prev {

  left: -14px;

}



#owlCarousel__proGeneralBox-pro .owl-nav .owl-next,
.proGeneralBox .owl-nav .owl-next {

  right: -14px;

}





/* todySuggestion */

.todySuggestion {

  margin: 20px 0;

}



.todySuggestion .container {

  background-color: #fff;

  padding: 20px auto;

  border-radius: 10px;

}



.todySuggestion .flashSale__tit-name {

  color: #000;

  margin-left: 10px;

}



.todySuggestion .flashSale__all a {

  color: #0062cc;

}



.todySuggestion .flashSale__content {

  margin: 0;

}

.img_news img {
  height: 180px;
  width: 100%;
}

.todySuggestion .flashSale__info {

  height: auto;

}

section.box_banner_home {
  padding-top: 16px;
  position: relative;
}

.row_collapse {
  padding: 8px 8px 8px 0;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgb(0 0 0 / 10%);
  /*margin: 0 0;*/
}

.d_flex {
  display: flex;
}

.col_subrice {
  position: relative;
  /*margin-right: 8px;*/
}

.title_cate_home {
  padding: 12px 0 12px 16px;
  border-bottom: 1px solid #e8e8e8;
}

.col_subrice {
  padding: 0 5px;
}

.title_cate_home .category-title i {
  margin-right: 8px;
  background: #428eee;
  padding: 8px;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
}

.title_cate_home .category-title {
  font-family: SFProText-Semibold;
  font-size: 16px;
  margin: 0;
}

.list_cate_home {
  max-height: 246px;
  overflow: scroll;
}

.list_cate_home::-webkit-scrollbar {
  display: block;
  -webkit-appearance: none;
  width: 3px;
  height: 0;
  background-color: #e8e8e8;
}

.list_cate_home::-webkit-scrollbar-thumb {
  background-color: #237df3;
}

.root_menu {
  position: relative;
  z-index: 1;
}

.root_menu a {
  padding: 12px 12px 6px 20px;
  align-items: center;
}

span.icon_cate {
  display: inline-block;
  width: 44px;
}

span.icon_cate img {
  border-radius: 50%;
  width: 43px;
  height: 43px;
}

span.name_cate {
  margin-left: 5px;
  font-size: 18px;
  color: #595959;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.flex_fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.sub_menu_content {
  position: absolute;
  list-style-type: none;
  padding: 0px 0px;
  width: 100%;
  top: 0px;
  left: -9999px;
  z-index: -1;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transform: scale(0.7, 1);
  -ms-transform: scale(0.7, 1);
  transform: scale(0.7, 1);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-box-shadow: 0 0 2px rgb(0 0 0 / 30%);
  box-shadow: 0 0 2px rgb(0 0 0 / 30%);

}

/*.sub_menu_content {
    position: relative;
    z-index: 3;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    min-width: 250px;
}*/
.sub_menu_content li {
  display: block;
  text-decoration: none;
  color: #595959;
  font-size: 14px;
  padding: 10px 15px;
}

.root_menu:hover,
.sub_menu_content a:hover {
  background-color: rgba(0, 145, 255, .1);
}

.root_menu:hover>.sub_menu_content {
  display: block;
  z-index: 999;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  left: -webkit-calc(100%);
  left: calc(100%);
}

.box_image_banner {
  height: 300px;
  overflow: hidden;
}

.box_image_banner a img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.slide_banner_home.owl-carousel .owl-nav {
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin-top: 0px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.slide_banner_home.owl-carousel .owl-nav .owl-prev {
  left: 0;
}

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

.slide_banner_home.owl-carousel .owl-nav [class*='owl-'] {
  position: absolute;
  top: -14px;
  color: #333;
  /* font-size: 40px; */
  outline: none;
  margin: 0px;
  padding: 0px 0px;
  background: transparent;
  display: inline-block;
  cursor: pointer;
  border: 0;
  border-radius: 100px;
  opacity: 0.6;
}

.slide_banner_home button.owl-prev i,
.slide_banner_home button.owl-next i {
  font-size: 24px;
  margin: 0;
  width: 44px;
  height: 60px;
  border-radius: 5px;
  transform: translateY(-50%);
  z-index: 3;
  text-align: center;
  opacity: 1;
  background-color: rgb(0 0 0 / 64%);
  color: #fff;
  line-height: 60px;
}

.box_right_bn {
  background: #fff;
}

.title_top_flashsale {
  background: #fff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.title_top_flashsale h2 {
  font-size: 20px;
  font-weight: 700;
  padding: 15px 10px;
  text-transform: uppercase;
}

.title_top_flashsale h2 a {
  color: #212529;
  letter-spacing: 0;
  font-family: 'SFProText-Semibold';
}

span.d_ov {
  width: 1em;
  height: 13px;
  color: #212529;
  letter-spacing: 0;
  position: relative;
  display: inline-block;
  margin-left: 8px;
}

span.ringring {
  border: 3px solid #f53d2d;
  border-radius: 50%;
  height: 1pc;
  width: 1pc;
  left: -4px;
  top: -4px;
  animation: pulsate 1s ease-out;
  animation-iteration-count: infinite;
  opacity: 0;
  color: #212529;
  letter-spacing: 0;
  position: absolute;
  display: inline-block;
}

@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.2);
    opacity: 0;
  }
}

span.circle {
  color: #212529;
  letter-spacing: 0;
  width: 8px;
  height: 8px;
  background-color: #f53d2d;
  background-color: #f53d2d;
  border-radius: 50%;
  top: 0;
  left: 0;
  position: absolute;
  display: inline-block;
}

.box_new_km {
  max-height: 248px;
  overflow: auto;
  background: #fff;
}

.box_km {
  padding: 10px 0;
}

.image_bn_right {
  min-width: 100px;
  max-width: 100px;
}

.image_bn_right img {
  height: 100%;
  object-fit: cover;
  border-radius: 7px;
}

.title_km {
  padding-left: 10px;
}

.title_km .box_new_km-title {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-word;
  -webkit-line-clamp: 2;
  line-height: 21px;
  font-family: 'SFProText-Semibold';
  font-size: 14px;
}

.title_km p {
  font-size: 13px;
  font-weight: 400;
  color: #4c4c4c;
}

.box_new_km::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.box_new_km::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgb(247 148 31);
  -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 50%);
}

.box_new_km::-webkit-scrollbar {
  width: 8px;
}

.p-0 {
  padding: 0 !important
}

.p-1 {
  padding: .25rem !important
}

.p-2 {
  padding: .5rem !important
}

.p-3 {
  padding: 1rem !important
}

.p-4 {
  padding: 1.5rem !important
}

.p-5 {
  padding: 3rem !important
}

@font-face {
  font-family: 'SFProText-Semibold';
  src: url('../fonts/SFProText-Semibold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SFProText-Semibold.ttf') format('truetype'), url('../fonts/SFProText-Semibold.svg#SFProText-Semibold') format('svg');
  font-weight: normal;
  font-style: normal;
}

section.productSale {
  margin-top: 55px;
}

.section_best_deal {
  margin-bottom: 50px;
}


.section_best_deal .border-red {
  border: 2px solid #e6b965;
  border-radius: 20px;
  padding: 0 30px 50px;
  position: relative;

}

.section_best_deal .block-title {
  text-align: center;
}

.section_best_deal .block-title h2 a svg {
  width: 32px;
  height: 32px;
  margin-right: 10px;
  position: relative;
  top: -3px;
}

.section_best_deal .block-title h2 {
  font-size: 0;
  line-height: initial;
  font-weight: bold;
  margin-top: -40px;
  margin-bottom: 20px;
}

.section_best_deal .block-title h2 a {
  font-size: 34px;
  padding: 20px 35px;
  background-color: #fff;
  border-radius: 50px;
  font-family: 'SFProText-Semibold';
  box-shadow: 0px 0px 17px 8px rgb(0 0 0 / 5%);
  color: #c78d35;
  display: inline-block;
}

.section_best_deal .block-title h2 a {
  font-size: 34px;
  padding: 20px 35px;
  background-color: #fff;
  border-radius: 50px;
  font-family: 'SFProText-Semibold';
  box-shadow: 0px 0px 17px 8px rgb(0 0 0 / 5%);
  color: #c78d35;
  display: inline-block;
}

.product-block-item {
  position: relative;
  overflow: hidden;
}

.product-block-item .sale-label {
  padding: 0 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  color: #fff;
  background-color: #c78d35;
  border-radius: 10px 0;
}

.product-block-item .product-transition {
  position: relative;
  display: block;
  overflow: hidden;
  height: 170px;
}

.product-block-item .product-thumbnail {
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.5s;
}

.product-block-item .product-thumbnail {
  max-width: 100%;
  max-height: 100%;
  width: 100% !important;
  position: absolute;
  object-fit: contain;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.5s;
}

.product-block-item .action.setWishlist {
  background: #eb3e32;
}

.product-block-item .product-action {
  text-align: center;
  width: 100px;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  margin-bottom: -50px;
}

.product-block-item:hover .product-action {
  margin-bottom: 0;
}

.product-block-item .action {
  height: 40px;
  line-height: 40px;
  border: none;
  border-radius: 50%;
  padding: 0;
  width: 40px;
  box-shadow: none;
  font-size: 14px;
  color: #fff;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  justify-content: center;
  display: inline-flex;
  align-items: center;
  font-weight: 400;
  text-decoration: none;
  background: #d6a203;
  margin: 0 2px;
}

.product-block-item .action i {
  fill: #fff;
}

.product-block-item .action i {
  width: 20px;
  height: 20px;
}

.product-block-item .group-buttons {
  margin-bottom: 0;
  display: inline-block;
  margin-bottom: 0;
}

.product-block-item .action:hover {
  background: #ffb416;
}

.product-block-item .action {
  height: 40px;
  line-height: 40px;
  border: none;
  border-radius: 50%;
  padding: 0;
  width: 40px;
  box-shadow: none;
  font-size: 14px;
  color: #fff;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  justify-content: center;
  display: inline-flex;
  align-items: center;
  font-weight: 400;
  text-decoration: none;
  background: #d6a203;
  margin: 0 2px;
}

.item_product_main .product-info {
  text-align: center;
}

.product-block-item .product-info .item-product-name {
  padding-top: 7px;
  position: relative;
  width: 100%;
  color: #000;
  font-size: 15px;
  margin-bottom: 5px;
  font-family: 'SFProText-Semibold';
  height: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: bold;

}

.product-block-item .product-info .product__price {
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  font-size: 15px;
  color: #eb3e32;
  font-weight: 700;
}

.price {
  margin-bottom: 0px;
  bottom: -10px;
  display: flex;
  justify-content: space-between;
}

.price .older {
  text-decoration: line-through;
  color: #999999b4;
}

.price .current {
  color: #fa3d48;
  font-size: 18px;
  margin-top: 5px;
  font-weight: bold;
}

.product-block-item .product-info .product__price .old-price {
  text-decoration: line-through;
  font-size: 13px;
  color: #999;
  margin-left: 5px;
  font-weight: normal;
}

.slide_productSale .item:hover,
.flashSale__content:hover {
  box-shadow: 0 0px 11px rgb(0 0 0 / 40%);
}

.box_banner_pro {
  height: 100%;
  overflow: hidden;
}

.box_banner_pro a img {
  height: 100%;
  object-fit: cover;
}

.owl-carousel .owl-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  outline: 0;
  background: transparent;
  border: 0;
  zoom: 1;
  *display: inline;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.slide_banner.owl-carousel .owl-dots .owl-dot span {
  border: 3px solid rgba(255, 255, 255, 0.9);
  width: 16px;
  height: 16px;
  margin: 5px 7px;
  background: #868686;
}

.slide_banner.owl-carousel .owl-dots .owl-dot.active span,
.slide_banner.owl-carousel .owl-dots .owl-dot:hover span {
  background: #d1d3d2;
  border: 3px solid rgba(0, 0, 0, 1);
}

h2.title_head_content {
  position: relative;
  margin-bottom: 20px;
  font-family: 'SFProText-Semibold';
  color: #2b2b2b;
  font-size: 34px;
  line-height: 44px;
  margin-top: 20px;
}

.center_line {
  text-align: center;
  margin-bottom: 15px !important;
}

h2.title_head_content:before {
  content: '';
  position: absolute;
  width: 75px;
  height: 2px;
  background-color: #e6b965;
  /* left: calc(7% - 37.5px); */
  bottom: -10px;
}

.center_line::before {
  left: calc(50% - 37.5px);
}

.video_home {
  padding: 25px 0;

}

.title_top_flashsale {
  background: #fff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.title_top_flashsale .news-sale {
  font-size: 20px;
  font-weight: 700;
  padding: 15px 10px;
  text-transform: uppercase;
}

.title_top_flashsale .news-sale a {
  color: #212529;
  letter-spacing: 0;
  font-family: 'SFProText-Semibold';
}

.box_slide_sale {
  border-top: 1px solid #dee2e6;
  background: #fff;
  padding: 10px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.picture_videos {
  position: relative;
}

.video_asset {
  position: relative;
}

.video_asset:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  z-index: 1;
}

.icon_play_vd {
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 2;
  background-image: url(../images/icon_play.png);
  position: absolute;
  width: 100%;
  height: 100%;
}

.content_video_home h3 {
  font-weight: 700;
  font-size: 17px;
  margin-top: 7px;
  line-height: 23px;
  margin-bottom: 10px;
  font-family: 'SFProText-Semibold';
  padding: 0 10px;
}

.content_video_home h3 a {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-word;
  -webkit-line-clamp: 1;
  color: #000;
}

.picture_videos:hover .icon_play_vd {
  animation: play_video 1.5s ease infinite;
}

@keyframes play_video {
  0% {
    transform: scale(1);
  }

  10% {
    transform: scale(1.1);
  }

  20% {
    transform: scale(1);
  }

  30% {
    transform: scale(1.1);
  }

  40% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.flashSale__content:hover img {
  transition: 1.2s;
  transform: scale(1.2);
}

.cate_page {
  background-color: #f1f2f3;
  padding: 30px 0 80px;
}

.list_cate_detail .tit_dm {
  background: #4f97f0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  line-height: 40px;
  margin: 0;
}

.icon_dm {
  position: relative;
  float: left;
  width: 40px;
  height: 40px;
  text-align: center;
  margin-left: 10px;
}

.icon_dm span {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}

.icon_dm span:before {
  content: '';
  display: block;
  position: absolute;
  top: -6px;
  left: 20%;
  width: 60%;
  height: 1px;
  background: #fff;
  -webkit-box-shadow: 0 12px 0 #fff;
  box-shadow: 0 12px 0 #fff;
}

.box_content_cate_detail {
  padding: 10px 15px;
  background: #fff;
}

ul.as_menu_detail {
  position: relative;
  z-index: 2;
  list-style-type: none;
  padding: 0;
  margin: 0;
  background: #fff;
}

li.dropdown_dm {
  position: relative;
  z-index: 1;
  padding: 0 10px;
}

.dropdown_dm a {
  display: block;
  text-decoration: none;
  color: #333;
  font-size: 15px;
  padding: 11px 10px 7px 5px;
  border-bottom: 1px solid #e5e5e5;
}

ul.dropdown_sub {
  position: absolute;
  list-style-type: none;
  padding: 0px 0px;
  width: 100%;
  top: 0px;
  left: -9999px;
  z-index: -1;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transform: scale(0.7, 1);
  -ms-transform: scale(0.7, 1);
  transform: scale(0.7, 1);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-box-shadow: 0 0 2px rgb(0 0 0 / 30%);
  box-shadow: 0 0 2px rgb(0 0 0 / 30%);
}

li.dropdown_dm:after {
  font-family: fontAwesome;
  content: "\f105";
  font-size: 18px;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.dropdown_dm a {
  display: block;
  text-decoration: none;
  color: #333;
  font-size: 15px;
  padding: 11px 10px 7px 5px;
  border-bottom: 1px solid #e5e5e5;
  font-family: 'SFProText-Semibold';
}

.dropdown_dm:hover>.dropdown_sub {
  display: block;
  z-index: 999;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  left: -webkit-calc(100%);
  left: calc(100%);
}

.search_menuleft {
  background: #fff;
  padding: 10px;
}

.col_20 {
  width: 20%;
}

.list_cate_detail {
  margin-bottom: 20px;
}

.search_menuleft a {
  color: #000;
}

.box_check {
  border-bottom: 1px solid #ccc;
}

.box_check .checkbox {
  margin-bottom: 20px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

input.thuonghieu {
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  background: #fff;
  margin-top: 7px;
  padding-right: 10px;
}

.checkbox span {
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
  color: #333;
  font-family: 'SFProText-Semibold';
}

.bread-crumb {
  margin-top: 30px;
}

.bread-crumb .bread-crumb-heading {
  background-color: #fff;
  padding: 10px 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin-bottom: 25px;
  border-radius: 4px;
}

.bread-crumb .menu {
  display: flex;
  gap: 0 10px;
  align-items: center;
}

.bread-crumb .menu .menu-item {
  font-family: 'SFProText-Semibold';
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.bread-crumb .menu .menu-item .menu-link {
  color: #000;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  transition: 0.25s all;
  font-family: 'SFProText-Semibold';

}

.bread-crumb .menu .menu-item .menu-link:hover {
  color: #f53d2d;
}

.bread-crumb-content {
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 4px;
  padding: 20px;
}

.left-content .title {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 25px;
  font-family: 'SFProText-Semibold';
}

.content-text .status {
  font-size: 16px;
  color: #000;
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 15px;
  font-family: 'SFProText-Semibold';
}

.update-text {
  font-size: 16px;
  margin-top: 15px;
  font-family: 'SFProText-Semibold';
}

.content-text .status span {
  color: #00b907;
}

.contact {
  margin-top: 25px;
}

.contact .title {
  padding: 10px 15px;
  font-size: 32px;
  color: #f53d2d;
  font-weight: 700;
  background-color: #fafafa;
  margin-bottom: 20px;
  font-family: 'SFProText-Semibold';
}

.sale {
  padding: 16px;
  border: 1px dashed #e6b965;
  background: rgba(255, 237, 232, 0.5);
  border-radius: 12px;
}

.sale-text img {
  width: 23px;
  height: 23px;
  object-fit: cover;
}

.sale-text {
  font-family: 'SFProText-Semibold';
  color: #ff6307;
  font-weight: 700;
  font-size: 18px;
  display: flex;
  text-align: center;
  gap: 0 5px;
  justify-content: center;
  width: 185px;
  border: 1px solid #f53d2d;
  border-radius: 16px;
  height: 30px;
}

.tt_from{
  margin-bottom: 10px;
}

.khoi2{
  height: 332px;
}

.khoi1{
  border:2px solid #e6b965; padding: 20px;border-radius: 20px;box-shadow: 0px 0px 17px 8px rgb(0 0 0 / 5%);
}
.box_news{

  background: url(../images/contact-line.svg) no-repeat;
}
.card-body h2{

  font-size: 25px; 

  line-height: 40px;
}
.short_content{
  font-size: 15px; 
  line-height: 26px;
  margin-top: 25px;
}
.card-body {
  background-image: linear-gradient(to right, rgb(242, 112, 156), rgb(255, 148, 114));

    background: #e6b965;
    padding: 10px 20px 29px;
    color: #fff;
}


legend {
  margin-bottom: 0px;
}

.sale-item {
  margin-top: 15px;
  font-size: 16px;
  font-family: 'SFProText-Semibold';
}

.sale .sale-item:nth-child(2) {
  padding-bottom: 15px;
}

.sale-item .copy {
  font-family: 'SFProText-Semibold';
  margin-top: 15px;
  background-color: #ff6409;
  border: 1px solid #ff6409;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  border-radius: 16px;
  padding: 5px 8px;
  transition: 0.25s all;
}

.sale-item .copy:hover {
  background-color: #fff;
  color: #ff6409;
}

.right-heading {
  padding: 16px 16px 24px 16px;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  margin-bottom: 16px;
}

.right-heading .title {
  color: #4c4c4c;
  font-size: 15px;
  font-weight: 700;
  padding-bottom: 16px;
  border-bottom: 1px solid #dee2e6;
  font-family: 'SFProText-Semibold';
}

.right-heading .description {
  display: flex;

  align-items: center;
  gap: 0 10px;
}

.right-heading .description {
  margin-top: 8px;
}

.right-heading .description:not(:last-of-type) {
  padding-bottom: 8px;
  border-bottom: 1px solid #dee2e6;
}

.right-heading .description .desc-img img {
  width: 33px;
  height: 33px;
  object-fit: cover;
}

.right-heading .description p {
  color: #4c4c4c;
  font-size: 16px;
  font-family: 'SFProText-Semibold';
}

.support {
  background-color: #fff3cd;
  display: flex;
  gap: 0 15px;
  padding: 12px;
  border-radius: 4px;
}

.support .support-img img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}

.support .support-text .title {
  font-weight: 700;
  margin-bottom: 8px;
  color: #856404;
  font-size: 16px;
  font-family: 'SFProText-Semibold';
}

.support .support-text .phone {
  font-weight: 700;
  font-size: 22px;
  color: #f53d2d;
  transition: 0.25s all;
  text-decoration: none;
  font-family: 'SFProText-Semibold';
}

.support .support-text .phone:hover {
  color: #00b907;
}

.detail-info {
  margin: 8px 0 16px 0;
  padding: 16px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  background-color: #fff;
  border-radius: 4px;
}

.detail-info .detail-heading {
  font-family: 'SFProText-Semibold';
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 8px;
  color: #363636;
  border-bottom: 2px solid #dee2e6;
}

.detail-info .detail-update {
  margin: 16px 0;
  font-size: 16px;
  color: #4c4c4c;
  font-family: 'SFProText-Semibold';
}

.product {
  background-color: #fff;
  padding: 16px;
  font-family: 'SFProText-Semibold';
}

.product .product-title a {
  display: block;
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 700;
  color: #212529;
  font-family: 'SFProText-Semibold';
}

.product .product-list .product-item .product-img {
  overflow: hidden;
  margin-bottom: 8px;
  position: relative;
}

.product .product-list .product-item .product-img .sale-percent {
  position: absolute;
  right: 5px;
  top: 5px;
  display: inline-block;
  background-color: #d80000;
  color: #fff;
  font-size: 12px;
  padding: 3px 5px;
  border-radius: 5px;
  font-weight: 700;
}

.product .product-list .product-item .product-img img {
  transition: 0.25s all;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.product .product-list .product-item .product-img:hover img {
  transform: scale(1.05);
}

.product .product-list .product-item .product-text .product-name {
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
  color: #4c4c4c;
  font-size: 13px;
  transition: 0.25s all;
  font-family: 'SFProText-Semibold';

  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.product .product-list .product-item .product-text .product-name:hover {
  color: #f53d2d;
}

.product .product-list .product-item .product-text .product-price {
  color: #d80000;
  font-weight: 700;
  font-size: 18px;
  font-family: 'SFProText-Semibold';
}

.product .product-list .product-item .product-text .product-price span {
  color: #929292;
  font-size: 13px;
  text-decoration: line-through;
  font-family: 'SFProText-Semibold';
}

.product-list .slick-slide {
  margin: 0 8px;
}



.product-top .product-image-large {
  opacity: 0;
  width: 100%;
  visibility: hidden;
  height: 0;
  transition: 0.25s all;
  cursor: pointer;
}

.product-top .product-image-large.active {
  opacity: 1;
  height: auto;
  visibility: visible;
}

.product-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 15px;
  margin-top: 15px;
}

.product-bottom .product-image-sm {
  display: block;
  height: 75px;
  text-align: center;
}

.product-bottom .product-image-sm {
  transition: 0.25s all ease-in-out;
  border: 1px solid #e6e6e6;
}

.product-bottom .product-image-sm.active {
  border: 1px solid #1c1c1c;
}

.product-bottom .product-image-sm {
  height: 75px;
  object-fit: cover;
  padding: 2px;

}

.product-list .slick-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 0 15px;
  margin-top: 30px;
}

.product-list .slick-dots li button {
  font-size: 0;
  width: 15px;
  height: 15px;
  background: #dde0e4;
  cursor: pointer;
  border-radius: 100rem;
  transition: 0.25s all ease-in-out;
}

.product-list .slick-dots li.slick-active button {
  width: 45px;
  background: #f53838;
}

section.menu_list_cate {
  background-color: #fff;
}

.box_category_menu {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.categories_item {
  padding: 15px 0;
  font-size: 13px;
  color: #262626;
  position: relative;
}

a.item_link_cate {
  font-size: 13px;
  color: #262626;
  padding: 15px 0;
  display: flex;
  align-items: center;
}

a.item_link_cate img {
  height: 20px;
  vertical-align: middle;
  padding-right: 5px;
}

a.item_link_cate span {
  line-height: 15px;
  vertical-align: middle;
}

.categories_item:hover .expand_menu {
  display: block;
}

.list_item_sub:hover,
.sub_content ul li:hover {
  background-color: rgba(0, 145, 255, .1);
}

.list_item_sub a i {
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  color: #9b9b9b;
}

.name_cate_icon span {
  font-weight: 600;
}

a.d_flex_Box {
  display: flex !important;
}

.expand_menu ul li:hover .menu_cate_sub {
  display: block;
}

.expand_menu {
  display: none;
  position: absolute;
  top: 100%;
  background: #fff;
  z-index: 11;
  width: 320px;
  box-shadow: 0 2px 18px 0 rgb(0 0 0 / 25%);
}

.expand_menu ul li a {
  display: block;
  text-decoration: none;
  color: #333;
  padding: 10px 15px;
  position: relative;
  z-index: 1;
  font-size: 12px;
}

.expand_menu ul li a img {
  height: 20px;
  margin-right: 6px;
}

.menu_cate_sub {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  min-width: 450px;
  z-index: 2;
  width: 672px;
  border: 1px solid #ddd;
  background: #fff;
}

.sub_content {
  padding: 5px 15px;
  position: relative;
  z-index: 3;
}

.box_pro_selling {
  margin-bottom: 15px;
}

.box_pro_selling .product-item {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgb(0 0 0 / 10%);
}

.box_pro_selling .product-text {
  padding: 0 12px 12px;
}

.box_pro_selling .product-item .product-img {
  overflow: hidden;
  margin-bottom: 8px;
  position: relative;
}

.box_pro_selling .product-item .product-img .sale-percent {
  background-image: url(../images/label-giam-gia.webp);
  position: absolute;
  top: 0;
  right: 8px;
  display: block;
  width: 40px;
  height: 41px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
  line-height: 33px;
  font-size: 13px;
  color: red;
  z-index: 3;
  font-family: 'SFProText-Semibold';
}

.box_pro_selling .product-item .product-img img {
  transition: 0.25s all;
}

.box_pro_selling .product-item .product-img:hover img {
  transform: scale(1.05);
}

.box_pro_selling .product-item .product-text .product-name {
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
  color: #4c4c4c;
  font-size: 13px;
  transition: 0.25s all;
  font-family: 'SFProText-Semibold';

  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.box_pro_selling .product-item .product-text .product-name:hover {
  color: #f53d2d;
}

.box_pro_selling .product-item .product-text .product-price {
  color: #d80000;
  font-weight: 700;
  font-size: 18px;
  font-family: 'SFProText-Semibold';
}

.box_pro_selling .product-item .product-text .product-price span {
  color: #929292;
  font-size: 13px;
  text-decoration: line-through;
  font-family: 'SFProText-Semibold';
}

.box_btn {
  align-items: center;
  justify-content: space-between;
}

.box_btn button.search_add {
  background-color: #3853a4;
  color: #fff;
}

.add-cart__btn {
  margin: 15px 0 0 0;
  width: 48%;
  background-color: #bb0029;
  border-radius: 10px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: white;
  background-size: 26px;
  transition: .4s all;
  text-align: center;
  background-position: 24px;
  padding: 13px;
  border: none;
  font-family: 'SFProText-Semibold';
}

span.block.mb-2 {
  font-weight: 600;
  margin-right: 10px;
}

.add-to-cart {
  align-items: center;
}

.product_purchase {
  margin-bottom: 20px;
}

.avatar_user {
  margin-bottom: 15px;
}

.pic_info {
  border-radius: 50%;
  height: 135px;
  overflow: hidden;
  width: 135px;
  margin: 0 auto 10px;
}

.pic_info img {
  height: 100%;
  width: 100%;
}

span.name_avatar {
  font-size: 16px;
  font-weight: 600;
}

.box_right_content .table tr {
  border-bottom: 1px solid #ccc;
}

.box_right_content .table tr td {
  border: none;
  padding-bottom: 5px;
}

td.td_right.text-right {
  font-size: 15px;
  font-weight: 600;
}

.box_list_action {
  margin-bottom: 10px;
}

.title_top_action {
  font-size: 15px;
  font-weight: 600;
}

.list_menu_action {
  padding: 5px 0;
}

.list_menu_action ul li a {
  font-size: 14px;
  color: #333;
}

.list_menu_action ul li a i {
  padding-right: 5px;
  font-size: 16px;
}

.list_menu_action ul li {
  padding: 8px 0;
}

.list_menu_action ul li:hover {
  background: #ddddddb8;
}

.box_right_content p {
  font-weight: 500;
  padding: 5px 0;
}

button.btn_info {
  padding: 7px 17px;
  color: #fff;
  background: #333;
  border-radius: 5px;
}

.login_content h2 {
  margin-top: 70px;
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.2;
}

.login_content p {
  color: #6c757d;
  font-size: 16px;
  line-height: 24px;
}

form.form_login {
  margin-top: 14px;
}

.form_login {
  padding: 10px;
}

.form_groups {
  margin-bottom: 15px;
}

label.font_label {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 15px;
}

.form_inner {
  position: relative;
}

.form_inner i {
  position: absolute;
  left: 16px;
  top: 50%;
  margin-top: -7px;
  pointer-events: none;
  color: #28a745;
}

.form_inner input.form-control {
  height: 48px;
  padding-left: 42px;
}

button.btn_login {
  width: 100%;
  border: none;
  color: #fff;
  background: linear-gradient(170deg, #75b2fa -11.01%, #0965df 83.14%);
  border-color: #28a745;
  font-size: 16px;
  padding: 12px 0;
  margin-top: 20px;
  opacity: .85;
}

.d_flex.box_bot {
  display: flex;
  margin-top: 15px;
  justify-content: space-between;
}

.owl-carousel {
  position: relative;
  z-index: 0;
}

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

.creat_account a,
.box_bot a {
  color: #28a745;
  font-weight: 600;
}

.creat_account span {
  color: #6c757d;
}

.slide_business.owl-carousel .owl-dots .owl-dot.active span,
.slide_business.owl-carousel .owl-dots .owl-dot:hover span {
  background: #33b96b !important;
}

.slide_business.owl-carousel .owl-dots .owl-dot span {
  width: 58px !important;
}

.owl-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

section.login_business {
  background: #fff;
}

.modal-dialog.modal-500 {
  width: 500px;
}

.modal-500 .modal-header p {
  font-size: 14px;
  line-height: 23px;
}

.modal-500 .modal-header h4 {
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -0.5px;
  margin-bottom: 10px;
}

.modal-500 .modal-header {
  text-align: center;
  border: none;
}

.modal-500 button.close {
  margin-top: -22px !important;
  margin-right: -20px;
  background: #fff;
  opacity: 1;
  border-radius: 50px;
  padding: 5px 10px;
}

.note_bot {
  text-align: center;
}

a.register_btn {
  width: 100px;
  height: 34px;
  border-radius: 4px;
  background-color: #0871ce;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  margin: 8px auto;
}

.modal-500 .modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: center;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-500 .modal-footer p {
  margin: 0 20px 0 0;
}

a.btn_login {
  background: 0 0;
  color: #0871ce;
  border: #0871ce 1px solid;
  width: 100px;
  height: 34px;
  border-radius: 6px;
  padding: 0.375rem 0.75rem;
  line-height: 27px;
  text-align: center;
  white-space: nowrap;
}

a.btn_login:hover {
  background: #0871ce;
  color: #fff;
}

.form_groups label span {
  color: #ff0000;
}

.nenden,
.tarBar {
  display: none;
}

.img_news {
  overflow: hidden;
}

.img_news a img {
  transition: all 0.9s;
  object-fit: cover;
}

.img_news a img:hover {
  transform: scale(1.5);
}

.btn_login {
  transition: all 0.5s;
}

.btn_login:hover {
  transform: scale(1.1);
}

.header-common a {
  color: #fff;
}

.header-top .menu>.menu-item>.menu-link:hover {
  color: tomato;
}

.header-auth .header-common {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.header-auth .header-common a:hover {
  color: tomato;
}

.header-auth .header-common .menu .menu-item button:hover {
  color: tomato;
}

.button_info .text-right button:hover {
  background-color: #0062cc;

}

.register {
  background: none;
  color: #28a745;
  font-weight: 600;
}

.product-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

.nendenn.active {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 50%);
  z-index: 100000000000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nendenn .slideImg .item img {
  width: 50%;
  height: auto;
  height: 800px;
}

.nendenn .slideImg .item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.owl-nav .owl-prev span {
  background-color: rgb(0 0 0 / 50%);
  color: #fff;
  font-size: 29px;
  padding: 15px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}

.owl-nav .owl-next span {
  background-color: rgb(0 0 0 / 50%);
  color: #fff;
  font-size: 29px;
  padding: 15px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}

.fa-sign-out {
  position: absolute;
  right: 50px;
  top: 20px;
  color: red;
  font-size: 35px;
  cursor: pointer;
}

.nendenn {
  display: none;
}

.menu-item {
  display: inline-block;
}

.menu-item1 {
  display: inline-block;
  width: 100%;
  border-bottom: 1px dashed #d3d3d3e3;
  padding: 7px 0px 7px 15px;

}

.menu-item a.menu-link {
  color: #333;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 15px 15px 7px 11px;
}

.menu-link1 {
  color: #333;
}

.header-logo img {
  width: 95px;
}


.link_lh {
  color: #fe5000;
}

.slide_productSale {
  height: 290px;
}

.slide_productSale .owl-stage-outer {
  height: 100%;
  padding-top: 10px;
}

.slide_productSale .item {
  background-color: #fff;
  display: block;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
}

.red {
  color: #c78d35;
  font-weight: 600;
}

.slide_productSale .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 1px;
  left: 0;
  transform: translateY(-50%);
}

.slide_productSale .owl-nav .owl-prev {
  position: absolute;
  top: -15px;
  left: -20px;

}

.slide_productSale .owl-nav .owl-next {
  position: absolute;
  top: -15px;
  right: -20px;
}

.slide_productSale .owl-nav i {
  color: #ee4d2d;
  font-size: 35px;
}

.gia {
  display: flex;
  justify-content: space-between;
}

.box_thongtin {
  background-color: #fff;
  margin: 8px 0 16px 0;
  padding: 16px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  background-color: #fff;
  border-radius: 4px;
}

.nav-link {
  font-size: 16px;
}

.tab-pane {
  padding: 15px;
}

.kh_ud {
  color: #e6b965;
}

.product-info {
  padding: 10px;
}

.vbm_menu {
  height: 100%;
  align-items: center;
}

.top_footer_vbm {
  padding-top: 35px;
}

.icon_cart {
  display: block;
  color: #333;
}

.txt {
  padding: 10px;
}

.txt h3 {
  font-size: 13px;
  font-family: 'SFProText-Semibold';
  line-height: 20px;
  min-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 8px;
  font-weight: bold;
}

.txt h3 a {
  color: #333;
  font-weight: 600;
}

.txt h3 a:hover {
  color: #0052a9;
}

.relative {
  position: relative;
  overflow: hidden;
}

.dp-spread {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;


}

.icon-wrap {
  display: flex;
  width: 100%;
}

.icon-wrap a {
  width: 50%;
  display: flex;
  justify-content: center;
  padding: 7px 0px;
}

.add-cart {
  background-color: #dd361996;
  transition: 0.3s ease-in-out;
}

.view_product {
  background-color: #0052a983;
  transition: 0.3s ease-in-out;
}

.add-cart:hover {
  background-color: #dd3619;
}

.view_product:hover {
  background-color: #0052a9;
}

.icon_cart i {
  color: #fff;
}

.reRenderImg img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  transition: 0.3s ease-in-out;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.reRenderImg img:hover {
  transform: scale(1.1);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.phantrang {
  margin-bottom: 15px;
  justify-content: center;
}

.phantrang li {
  padding: 7px 13px;
  background-color: #5a5a5acb;
  border-right: 1px dotted #ffffff8f;
}

.phantrang li a {
  color: #fff;
}

.phantrang li.active {
  background-color: #e6b965;
}

.phantrang li.disabled {
  display: none;
}

.header-bottom .menu-toggle i {
  color: #333;
  transition: 0.3s ease-in-out;
}

.header-bottom .menu-toggle.active i {
  color: #fff;
}

.pull-left h2 a {
  color: #333 !important;
  font-weight: bold !important;
  font-size: 20px !important;
}

.menu .menu-item a {
  font-weight: 600;
  transition: 0.2s ease-in-out;
}

.menu .menu-item.active a {
  color: #fe5000;
}

.menu .menu-item a:hover {
  color: #fe5000;

}

.vbm_img img {
  height: 300px;
  object-fit: contain;
}

.home-prod {
  margin-bottom: 20px;
  box-shadow: 0px 0px 9px -2px #4e4e4e8c;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.news_left {
  border: 1px solid #bdbdbd47;
}


.click_me_news>a{
  background: #e6b965 !important;
}
.news_left h2.title {
  font-size: 18px;
  margin-top: 0;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #e6b965;
  letter-spacing: .12em;
  font-weight: bold;
  padding: 10px 0;
}

.product_list_widget li {
  list-style: inherit;
  padding: 7px 0;
  font-size: 15px;
  position: relative;

  padding-left: 5px;
}

.product_list_widget {
  padding: 15px;
}

.product_list_widget li::before {
  position: absolute;
  content: "";
  width: 0%;
  opacity: 0;
  visibility: hidden;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #fe5000;
  transition: 0.2s ease-in-out;
}

.product_list_widget li a {
  color: #333333;
  position: relative;
  z-index: 2;
}

.product_list_widget li a i {
  font-size: 12px;
}

.product_list_widget li:hover::before {
  width: 100%;
  opacity: 1;
  visibility: visible;
}

.product_list_widget li:hover a {
  color: #fff;
}

.in_newss {
  box-shadow: 0px -1px 6px -1px #949494b9;
}

.in_newss .text_news {
  padding: 0px 10px 15px 10px;
}

.lh_right,
.lh_left {
  background-color: #e6b965;
  color: #fff;
  text-align: center;
  padding: 16px 0px;
  display: inline-block;
  width: calc((100% - 10px)/2);
  font-size: 22px;
  border-radius: 9px;
  text-transform: uppercase;
  font-weight: 600;
  border: 1px solid #e6b965;
}

.lh_right:hover,
.lh_left:hover {
  background-color: #fff;
  color: #fe5000;
}

.tit_lienqn {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 600;
  color: #333;
}

.proGeneralBox__body-01 {
  height: 100%;
}

.bne_cat {
  position: relative;
}

.bne_cat img {
  width: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

.noidung_cat {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.noidung_cat-title {
  color: #fff;
  font-size: 35px;
}

.web_click {
  color: #fff;
}

.bando iframe {
  width: 100%;
  height: 120px !important;
}

.title_footer {
  text-transform: uppercase;
}

.hotline-phone-ring-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999999;
}

.hotline-phone-ring {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 110px;
  height: 110px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility .5s;
  left: 0;
  bottom: 0;
  display: block;
}

.hotline-phone-ring-circle {
  width: 85px;
  height: 85px;
  top: 10px;
  left: 10px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid #e60808;
  -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0.5;
}

.hotline-phone-ring-circle-fill {
  width: 55px;
  height: 55px;
  top: 25px;
  left: 25px;
  position: absolute;
  background-color: rgba(230, 8, 8, 0.7);
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.hotline-phone-ring-img-circle {
  background-color: #e60808;
  width: 33px;
  height: 33px;
  top: 37px;
  left: 37px;
  position: absolute;
  background-size: 20px;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hotline-phone-ring-img-circle .pps-btn-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.hotline-phone-ring-img-circle .pps-btn-img img {
  width: 20px;
  height: 20px;
}

.hotline-bar {
  position: absolute;
  background: rgba(230, 8, 8, 0.75);
  height: 40px;
  width: 180px;
  line-height: 40px;
  border-radius: 3px;
  padding: 0 10px;
  background-size: 100%;
  cursor: pointer;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  z-index: 9;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50px !important;
  /* width: 175px !important; */
  left: 33px;
  bottom: 37px;
}

.hotline-bar>a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  text-indent: 50px;
  display: block;
  letter-spacing: 1px;
  line-height: 40px;
  font-family: Arial;
}

.hotline-bar>a:hover,
.hotline-bar>a:active {
  color: #fff;
}

@-webkit-keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }

  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }

  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }

  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.6;
  }

  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }

  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }

  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }

  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}

@media (max-width: 768px) {
  .hotline-bar {
    display: none;
  }
}

@keyframes zoom {
  0% {
    transform: scale(.5);
    opacity: 0
  }

  50% {
    opacity: 1
  }

  to {
    opacity: 0;
    transform: scale(1)
  }
}

@keyframes lucidgenzalo {
  0% to {
    transform: rotate(-25deg)
  }

  50% {
    transform: rotate(25deg)
  }
}

.jscroll-to-top {
  bottom: 100px
}

.fcta-zalo-ben-trong-nut svg path {
  fill: #fff
}

.fcta-zalo-vi-tri-nut {
  position: fixed;
  bottom: 122px;
  left: 28px;
  z-index: 999;
}

.fcta-zalo-nen-nut,
div.fcta-zalo-mess {
  box-shadow: 0 1px 6px rgba(0, 0, 0, .06), 0 2px 32px rgba(0, 0, 0, .16)
}

.fcta-zalo-nen-nut {
  width: 42px;
  height: 42px;
  text-align: center;
  color: #fff;
  background: #0068ff;
  border-radius: 50%;
  position: relative
}

.fcta-zalo-nen-nut::after,
.fcta-zalo-nen-nut::before {
  content: "";
  position: absolute;
  border: 1px solid #0068ff;
  background: #0068ff80;
  z-index: -1;
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50%;
  animation: zoom 1.9s linear infinite
}

.fcta-zalo-nen-nut::after {
  animation-delay: .4s
}

.fcta-zalo-ben-trong-nut,
.fcta-zalo-ben-trong-nut i {
  transition: all 1s
}

.fcta-zalo-ben-trong-nut {
  position: absolute;
  text-align: center;
  width: 60%;
  height: 60%;
  left: 9px;
  bottom: 35px;
  line-height: 70px;
  font-size: 25px;
  opacity: 1;
}

.fcta-zalo-ben-trong-nut i {
  animation: lucidgenzalo 1s linear infinite
}

.fcta-zalo-nen-nut:hover .fcta-zalo-ben-trong-nut,
.fcta-zalo-text {
  opacity: 0
}

.fcta-zalo-nen-nut:hover i {
  transform: scale(.5);
  transition: all .5s ease-in
}

.fcta-zalo-text a {
  text-decoration: none;
  color: #fff
}

.fcta-zalo-text {
  position: absolute;
  top: 6px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  transform: scaleX(-1);
  transition: all .5s;
  line-height: 1.5
}

.fcta-zalo-nen-nut:hover .fcta-zalo-text {
  transform: scaleX(1);
  opacity: 1
}

div.fcta-zalo-mess {
  position: fixed;
  bottom: 29px;
  right: 58px;
  z-index: 99;
  background: #fff;
  padding: 7px 25px 7px 15px;
  color: #0068ff;
  border-radius: 50px 0 0 50px;
  font-weight: 700;
  font-size: 15px
}

.fcta-zalo-mess span {
  color: #0068ff !important
}

span#fcta-zalo-tracking {
  font-family: Roboto;
  line-height: 1.5
}

.fcta-zalo-text {
  font-family: Roboto
}

.fb_box {
  position: fixed;
  bottom: 200px;
  left: 28px;
}

.fb_box a i {
  font-size: 43px;
}

.nav-menu>.menu-item {
  position: relative;
}

.nav-menu>.menu-item>.nav-dropdown {
  position: absolute;
  top: 60px;
  background-color: #fff;
  z-index: 99999;
  left: 0px;
  height: max-content;
  width: 200px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out all;
}

.nav-menu>.menu-item:hover .nav-dropdown {
  opacity: 1;
  visibility: visible;
  top: 44px;
}

@media only screen and (max-width: 999px) {

  .lh_right,
  .lh_left {
    font-size: 16px;
  }

  .header-bottom {
    padding: 0;
    margin-bottom: 25px;
  }

  .slide_productSale .owl-nav .owl-prev {
    left: -23px;
    top: -61px;
  }

  .slide_productSale .owl-nav .owl-next {
    right: -27px;
    top: -63px;
  }
}

.nav-dropdown {
  box-shadow: 5px 5px 6px -4px #cbcbcb;
}

.neww_mota {
  display: -webkit-box;
  max-width: 100%;
  height: 43px;

  font-size: 12px;

  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.boloc select{
  border: 1px solid #b3b3b3;
  padding: 5px;
  width: 100px;
}
.viet_flex{
  justify-content: space-between;
  display: flex;
  align-items: center;
}
.boloc span,
.boloc select{
  font-size: 13px;
  font-weight: 600;
}
.trang_chu{
  text-transform: uppercase;
}