﻿h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
header nav,
body,
input,
textarea,
button,
select {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
}
.banner:before {
  border-color: var(--mainColor) transparent transparent;
}
.banner::after {
  border-color: transparent transparent var(--mainColor);
}
.relative.product-image-block > .large-image {
  border: 1px solid var(--mainColor);
}
.large-image + div .item a {
  display: block;
  border: 1px solid #ddd;
}
.large-image + div .item a.active {
  border-color: var(--mainColor);
}
.large-image+div .item a {
  display: flex;
  border: 1px solid #ddd;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.large-image+div .item a.active {
  border-color: var(--mainColor);
}
.large-image+div .item a img {
  max-width: 100%;
  max-height: 100%;
}
.dots-bottom .tns-outer .tns-controls button[data-controls="next"] {
  right: 10px;
}
.dots-bottom .tns-outer .tns-controls button[data-controls="prev"] {
  left: 10px;
}
.owl-carousel {
  position: relative;
  overflow: hidden;
}
.owl-carousel .swiper-button-next,
.owl-carousel .swiper-button-prev {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--mainColor);
}
.owl-carousel .swiper-button-next::after,
.owl-carousel .swiper-button-prev::after {
  font-size: 16px;
  color: #fff;
}
.owl-carousel .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.owl-carousel.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 2px;
}
.owl-carousel.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--mainColor);
}
header .header-main .main-nav.main-nav-desktop {
  display: flex !important;
  text-align: center;
  flex: inherit;
  position: static !important;
  margin: 0 25px;
}
header .header-main .main-nav.main-nav-desktop.overflow .navigation-arrows {
  display: flex;
}
.header,
.body_index .header {
  position: relative;
}
.btn-primary-border {
  border: 2px solid var(--mainColor);
  border-radius: 4px;
  color: var(--mainColor) !important;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 34px;
  font-weight: 700;
}
.btn-primary-border.btn-color-white {
  color: #fff !important;
  border-color: #636363;
}
.btn-primary-border.btn-color-white:hover {
  background-color: #fff;
  border-color: #fff;
  color: #333 !important;
}
.btn-primary-border:hover {
  background: var(--mainColor);
  color: #fff !important;
}
a:hover {
  color: var(--mainColor);
}
.space-20 {
  margin-bottom: 20px;
}
.space-30 {
  margin-bottom: 30px;
}
.space-40 {
  margin-bottom: 40px;
}
.space-50 {
  margin-bottom: 50px;
}
.space-top-40 {
  margin-top: 40px;
}
.pd-tb-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.pd-tb-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.pd-tb-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.pd-tb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.m-0 {
  margin: 0px !important;
}
.p-0 {
  padding: 0px !important;
}
.btn.btn-primary,
input.btn-primary[type="submit"] {
  background: var(--mainColor);
}
.wrap-home-banner .item {
  background: #fff;
  padding: 8px;
  border-radius: 5px;
}
.wrap-home-banner .item img {
  border-radius: 5px;
}
@media (min-width: 1500px) {
  .container-full {
    width: calc(100% - 60px);
  }
}
.jas-sale-pop::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 3px;
  background: var(--mainColor);
  position: absolute;
  left: 0px;
  bottom: 0px;
  transition: width 10s;
}
.jas-sale-pop.slideUp::after {
  width: 0px;
}
.btn-orange {
  background: var(--mainColor);
  border-radius: 30px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 38px;
  height: 40px;
  font-size: 14px;
  color: #fff;
  min-width: 140px;
}
.btn-orange:hover {
  opacity: 0.8;
  color: #fff;
}
.btn-orange.btn-white-border {
  background: none;
  border: 1px solid #fff;
}
.btn-orange.btn-white-border:hover {
  background: var(--mainColor);
  border-color: var(--mainColor);
  opacity: 1;
}
.btn.btn-primary {
  font-weight: 400;
}
.header .search {
  position: fixed;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  left: 0px;
  top: 0 !important;
  display: flex;
  z-index: 99999;
  justify-content: center;
}
.header .search.active {
  visibility: visible;
}
button.btn.icon-fallback-text {
  position: absolute;
  right: 0;
  top: 0;
  background: none;
  padding: 0 10px;
  display: flex;
  align-items: center;
}
.search .header-search {
  height: 100px;
  width: 100%;
  padding: 0 15px;
  background: rgba(111, 66, 137, 0.85);
  z-index: 9;
  display: flex;
  justify-content: center;
  transform: translateY(-100%);
  align-items: center;
  transition: all 0.3s;
  box-shadow: 0 0px 5px 1px rgba(0, 0, 0, 0.4);
}
.search.active .header-search {
  transform: translateY(0);
}
.search-smart {
  max-width: 100%;
}
.search-smart .input-group .input-group-field {
  border: none;
  border-radius: 3px;
}
.search-smart .search-bar {
  margin: 0;
  width: 600px;
  max-width: 100%;
}
@media (max-width:767px){
    .search-smart .search-bar{
        width:300px;
    }
}
.search-smart .search-bar .voice-icon{
  position: absolute;
  top:calc(50% + 5px);
  transform: translateY(-50%);
  right: 5px;
}
.section-brand {
  position: relative;
}
.wrap-home-banner {
  display: flex;
  gap: 15px;
  white-space: nowrap;
  overflow-x: auto;
}
.header_search .input-group .search-text {
  background: none;
}
.header_search {
  width: calc(100% - 40px);
  max-width: 1140px;
  text-align: center;
  opacity: 0;
  transform: translateY(-80px);
  transition: all 0.3s ease 0s;
}
.header_search.active {
  opacity: 1;
  transform: translateY(0);
}
.sidebar .khuyen-mai .title {
  background: var(--mainColor);
  color: #fff;
  padding: 0 10px;
  border-radius: 5px 5px 0 0;
  display: flex;
  gap: 10px;
  align-items: center;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  height: 40px;
}
.sidebar .khuyen-mai .title img {
  max-width: 25px;
}
.sidebar .khuyen-mai .content {
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #dedede;
}
.sidebar .khuyen-mai .content i{
  color:var(--mainColor)
}
.header {
  z-index: 99;
  background: var(--mainColor);
  border: none;
  min-height: 77.25px;
}
.header.active {
  z-index: 9999;
}
.search-suggest {
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 99999;
  background: #fff;
  border-radius: 3px;
  display: none;
  position: absolute;
  top: 42px;
  overflow-y: auto;
  box-shadow: 0px 4px 20px rgba(183, 221, 228, 0.47);
}
.search-suggest.open {
  display: block;
  z-index: 99999;
  padding: 10px;
}
.search-suggest .smart-search-title {
  margin-bottom: 10px;
}
.search-suggest .smart-search-title li {
  display: inline-block;
}
.search-suggest .smart-search-title li a {
  padding: 5px 10px;
  display: block;
  border: 1px solid var(--mainColor);
  color: var(--mainColor);
  background: #fff;
  border-radius: 5px;
  opacity: 0.8;
}
.search-suggest .smart-search-title li a:hover {
  background: var(--mainColor);
  color: #fff;
}
.search-suggest .smart-search-title li.active a {
  background: var(--mainColor);
  color: #fff;
}
.search-suggest .title-search {
  font-weight: 700;
  color: var(--mainColor);
  margin-bottom: 10px;
  text-align: left;
}
.search-suggest .scroll-auto {
  overflow: auto;
  max-height: 380px;
}
.list-search-style .see-more {
  color: var(--mainColor);
  padding: 5px 25px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin-top: 15px;
  border: 1px solid var(--mainColor);
  border-radius: 8px;
}
.list-search-style .see-more:hover {
  background: var(--mainColor);
  color: #fff;
}
.list-search-suggest .list-search-style {
  display: none;
  text-align: center;
}
.list-search-suggest .list-search-style.active {
  display: block;
}
.list-search-style .product-smart,
.list-search-style .art-smart {
  display: inline-block;
  padding: 0px 0px 8px;
  border-bottom: 1px solid #ededed;
  background: #fff;
  position: relative;
  width: 100%;
  text-align: center;
}
.list-search-style .product-smart .image_thumb,
.list-search-style .art-smart .image_thumb {
  display: inline-block;
  float: left;
  width: 80px;
}
.list-search-style .product-smart .product-info,
.list-search-style .art-smart .product-info {
  display: block;
  float: left;
  width: calc(100% - 80px);
  padding-left: 10px;
  text-align: left;
}
.list-search-style .product-smart .product-info h3,
.list-search-style .art-smart .product-info h3 {
  padding: 0;
  text-overflow: ellipsis;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 3px;
  padding-bottom: 3px;
  text-transform: capitalize;
}
.list-search-style .product-smart .product-info h3 a,
.list-search-style .art-smart .product-info h3 a {
  color: #1f1f1f;
}
.list-search-style .product-smart .product-info h3 a:hover,
.list-search-style .art-smart .product-info h3 a:hover {
  color: var(--mainColor);
}
.list-search-style .product-smart .product-info .price,
.list-search-style .art-smart .product-info .price {
  font-weight: 700;
  color: var(--mainColor);
}
.list-search-style .product-smart .product-info .compare-price,
.list-search-style .art-smart .product-info .compare-price {
  margin-left: 10px;
  color: #666;
  font-weight: 700;
  text-decoration: line-through;
}
.list-search-style .art-smart .product-info h3 {
  margin-top: -2px;
}
.list-search-style .art-smart .product-info p {
  line-height: 18px;
  margin: 0;
}
.site-header__compare {
  position: fixed;
  right: 0;
  top: calc(20% + 45px) !important;
  z-index: 9;
  background-color: var(--mainColor);
  padding: 0px;
  border-radius: 5px 0 0 5px;
  box-shadow: rgba(60, 64, 67, 0.1) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  transition: all ease 0.3s;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-header__compare .compareCount {
  font-size: 12px;
  display: inline-block;
  color: #fff;
  position: absolute;
  top: -1px;
  font-weight: 700;
  right: 8px;
}
.site-header__compare svg {
  width: 17px;
}
.site-header__compare svg path {
  fill: #fff;
}
.popup_video {
  top: 0 !important;
  left: 0;
  visibility: hidden;
  z-index: 0;
  opacity: 0;
  transition: all 0.5s;
  pointer-events: none;
  height: 100%;
  width: 100%;
  position: fixed;
  align-items: center;
  justify-content: center;
  display: flex;
}
.popup_video .max-100 {
  position: relative;
  max-width: 100%;
}
.popup_video .close_video {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  z-index: 2;
  padding: 0px;
  right: -6px;
  top: -12px;
  transition: all 0.3s;
  position: absolute;
}
.popup_video .b_video {
  width: 640px;
  max-width: calc(100% - 10px);
}
.popup_video.open {
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.header_compare form.search-bar {
  margin: 0;
  width: 100%;
  display: block;
}
.header_compare form.search-bar input {
  height: 40px;
  line-height: 40px;
  padding-right: 54px;
  min-height: initial;
  padding-left: 15px;
  z-index: 9;
  position: relative;
  background: #fff;
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  width: 100%;
  margin: 0 auto;
  transition: all 0.2s 0.2s ease-in;
}
.header_compare form.search-bar .icon-fallback-text {
  width: 32px;
  height: 32px;
  line-height: 32px;
  position: absolute;
  top: 4px;
  right: 4px;
  padding: 0px;
  z-index: 9;
  background: none;
  border-radius: 8px;
}
.header_compare .compare-suggest {
  position: relative;
  width: 100%;
  height: 400px;
  overflow-y: scroll;
}
.null-table {
  text-align: center;
  margin: 80px 0;
}
.null-table p.img-empty i {
  font-size: 80px;
  color: var(--mainColor);
}
.null-table p {
  font-weight: 700;
  color: var(--mainColor);
}
#pageCompare .content-page table tr td {
  vertical-align: middle;
  border: 1px solid #dddddd;
  padding: 10px;
  width: calc(90% / 3);
  min-width: 120px;
  font-size: 13px;
  align-items: center;
  text-align: left;
  white-space: inherit;
}
#pageCompare .content-page table tr td:first-child {
  width: 10% !important;
  vertical-align: middle;
  font-weight: 700;
}
#pageCompare .content-page table tr.title h3 {
  font-size: 14px;
  margin: 0;
}
#pageCompare .content-page table tr.title h3 a {
  font-weight: 700;
}
#pageCompare .content-page table tr.price td:not(:first-child) {
  font-size: 12px;
  color: red;
  font-weight: 700;
}
#pageCompare a.remove-item {
  background: var(--mainColor);
  color: #fff;
  font-weight: 700;
  padding: 6px 20px;
  border-radius: 5px;
  margin-top: 10px;
  display: inline-block;
}
#pageCompare a.remove-item:hover {
  opacity: 0.7;
}
#pageCompare .description ul {
  width: 100%;
  padding-left: 13px;
}
#pageCompare .description ul li {
  list-style: disc outside;
  margin-bottom: 8px;
}
.product-tab ul.tabs.tabs-title {
  border: none;
  margin: 0;
}
.product-tab {
  position: relative;
  padding-bottom: 10px;
}
.product-tab::before {
  content: "";
  display: block;
  width: 100%;
  top: 42px;
  position: absolute;
  bottom: 0;
  border: 1px solid #d9d9d9;
  z-index: -1;
}
.tab-content {
  padding: 0 15px;
}
.product-tab .tab-link.current h3 {
  background: #ffffff;
  color: var(--mainColor);
  border-bottom: 0px;
  position: relative;
  z-index: 1;
  border-top-color: var(--mainColor);
}
#sapo-product-reviews-noitem {
  border: none;
}
.product-tab ul.tabs.tabs-title li.current:before {
  display: none;
}
.product-tab ul.tabs.tabs-title li {
  margin-right: 5px;
}
.product-tab .tab-link h3 {
  border: 1px solid #d9d9d9;
  border-top: 3px solid #808080;
  border-bottom: 0px;
  float: left;
  margin: 0px;
  padding: 0px 10px;
  background: #ededed;
  text-align: center;
  font-weight: 700;
  color: #333334;
  line-height: 40px;
}
.list-compare {
  padding-right: 5px;
}
.list-compare .product-smart {
  display: inline-block;
  padding: 0px 0px 8px 10px;
  border: 1px solid #ededed;
  background: #fff;
  position: relative;
  width: 100%;
}
.list-compare .product-smart:first-child {
  margin-top: 5px;
}
.list-compare .product-smart .image_thumb {
  display: inline-block;
  float: left;
  width: 100%;
  width: 80px;
  padding-top: 10px;
}
.list-compare .product-smart .product-info {
  display: block;
  float: left;
  width: calc(100% - 80px);
  padding-left: 10px;
  margin: 5px 0 5px;
  position: relative;
}
.list-compare .product-smart .product-info .price-box {
  display: flex;
  gap: 8px;
}
.list-compare .product-smart .product-info .price-box span {
  font-weight: 700;
}
.list-compare .product-smart .product-info .price-box .price {
  color: var(--mainColor);
}
.list-compare .product-smart .product-info .price-box .compare-price {
  text-decoration: line-through;
}
.list-compare .product-smart .product-info .js-compare-product-add {
  color: #2f80ed;
  font-size: 14px;
  line-height: 16px;
}
.list-compare
  .product-smart
  .product-info
  .js-compare-product-add.active::after {
  content: " Đã so sánh";
}
.list-compare .product-smart .product-info .js-compare-product-add::after {
  content: " So sánh";
}
.list-compare .product-smart .product-info h3 {
  padding: 0;
  text-overflow: ellipsis;
  text-decoration: none;
  font-size: 14px;
  margin: 0 0 3px;
  padding-bottom: 3px;
  line-height: 20px;
  text-transform: capitalize;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: initial;
  font-weight: 700;
}
.list-compare .product-smart .product-info h3 a {
  color: #333;
}
.list-compare .product-smart .product-info h3 a:hover {
  color: var(--mainColor);
}
.m_white_bg_module {
  background: #fff;
  padding: 1rem;
  margin: auto !important;
  border-radius: 10px;
}
.sidebarAllMainCompare {
  position: fixed;
  left: 0;
  right: 0;
  top: auto !important;
  bottom: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
  transform: translateY(100%);
}
.sidebarAllMainCompare.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  z-index: 100000;
}
.sidebarAllMainCompare .sidebarAllHeader .title {
  position: relative;
}
.sidebarAllMainCompare .sidebarAllHeader .closeSidebar {
  position: absolute;
  right: -10px;
  top: -40px;
  cursor: pointer;
  width: 105px;
  height: 30px;
  background-color: var(--mainColor);
  padding: 3px 0px;
  text-align: center;
  border-radius: 8px 8px 0 0;
  color: #fff;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.12);
  display: flex;
  justify-content: center;
  align-items: center;
}
.sidebarAllMainCompare .sidebarAllHeader .closeSidebar svg {
  width: 12px;
  margin-left: 3px;
}
.sidebarAllMainCompare .sidebarAllHeader .closeSidebar svg path {
  fill: #fff;
}
.sidebarAllMainCompare .box_sidebar_compare {
  background-color: #fff;
  padding: 10px;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.12);
}
.sidebarAllMainCompare .sidebarAllBody {
  display: flex;
  flex-wrap: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
  margin: 0 -10px;
}
.sidebarAllMainCompare .sidebarAllBody .itemMainCompareNone {
  width: calc(100% / 3);
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
}
.sidebarAllMainCompare .sidebarAllBody .itemMainCompareNone p {
  display: block;
  font-size: 12px;
  text-align: center;
  margin: 7px auto 0;
}
.sidebarAllMainCompare .sidebarAllBody .itemMainCompareNone .item-compare-wrap {
  background: #fff;
  padding: 7px;
  border: 1px solid var(--mainColor);
  border-radius: 5px;
}
.sidebarAllMainCompare .sidebarAllBody .itemMainCompareNone .icImageCompareNew {
  background: url(../../../../../423/358/themes/921281/assets/add_compare.png)
    no-repeat center center;
  background-size: 48px;
  width: 48px;
  height: 48px;
  display: block;
  margin: 0 auto;
}
.sidebarAllMainCompare .sidebarAllBody .itemMainCompare {
  width: calc(100% / 3);
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
}
.sidebarAllMainCompare .sidebarAllBody .itemMainCompare .item-compare-wrap {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 7px;
  border: 1px solid var(--mainColor);
  border-radius: 5px;
}
.sidebarAllMainCompare
  .sidebarAllBody
  .itemMainCompare
  .item-compare-wrap
  .product-thumbnail
  img {
  max-height: 75px;
  min-height: 75px;
  object-fit: contain;
}
.sidebarAllMainCompare .sidebarAllBody .itemMainCompare .product-info {
  width: calc(100% - 75px);
  text-align: left;
  padding-left: 20px;
}
.sidebarAllMainCompare
  .sidebarAllBody
  .itemMainCompare
  .product-info
  .removeItem {
  font-weight: 700;
  cursor: pointer;
}
.sidebarAllMainCompare
  .sidebarAllBody
  .itemMainCompare
  .product-info
  .price-box {
  display: flex;
  gap: 6px;
}
.sidebarAllMainCompare
  .sidebarAllBody
  .itemMainCompare
  .product-info
  .old-price {
  text-decoration: line-through;
}
.sidebarAllMainCompare
  .sidebarAllBody
  .itemMainCompare
  .product-info
  .special-price
  .price {
  color: var(--mainColor);
}
.sidebarAllMainCompare .sidebarAllBody .itemMainCompare .product-name {
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin: 0 0 0px 0;
  font-size: 16px;
  font-weight: 700;
}
.sidebarAllMainCompare .sidebarAllBody .itemMainCompare .image_thumb {
  position: relative;
  width: 75px;
  overflow: hidden;
  display: block;
}
.chinhsach-pro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  margin-top: 30px;
  float: left;
  gap: 20px;
}
.chinhsach-pro li {
  display: flex;
  gap: 10px;
  line-height: 1.1;
  align-items: center;
}
.close-search {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
.close-search i {
  font-size: 30px;
}
.topbar .right .icon-click-search i {
  line-height: 0;
  font-size: 18px;
  vertical-align: 0px;
  color: #fff;
}
.icon-click-search {
  width: 40px;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-right: 0;
  position: relative;
  color: #fff;
  font-size: 18px;
}
.icon-click-search img {
  width: 20px;
}
.icon-click-search:hover i {
  color: var(--mainColor) !important;
}
.icon-click-search::before {
  display: none;
}
.topbar ul.list-inline li + li:before {
  background: #fff;
}
.topbar a {
  color: #fff;
  font-family: "Quicksand";
}
.topbar a.link-tell {
  margin-right: 0px;
}
.topbar a i {
  vertical-align: 0px;
}
.topbar .hotline-head {
  display: flex;
}
.topbar .hotline-head a {
  margin-left: 6px;
  margin-top: 5px;
}
.topbar .hotline-head a:hover span:nth-child(1) {
  color: #fff;
}
.topbar .hotline-head a:hover span:nth-child(2) {
  color: #000;
}
.topbar .hotline-head a span {
  display: block;
  line-height: 1;
  font-size: 12px;
  color: #fff;
}
.topbar .hotline-head a span:nth-child(2) {
  font: 700 20px/22px "Quicksand";
  color: var(--mainColor);
}
.position-relative {
  position: relative;
}
.d-flex {
  display: flex;
  flex-wrap: wrap;
}
.history-about .item {
  display: flex;
  padding: 30px 0;
  position: relative;
}
.history-about .item .images img {
  border-radius: 20px;
}
.history-about .item .text {
  display: flex;
}
.history-about .item .text > span {
  color: var(--mainColor);
  font: 700 30px/33px "Quicksand";
  min-width: 150px;
  position: relative;
  display: inline-block;
}
.history-about .item .text > span::before {
  content: "";
  display: inline-block;
  width: 30px;
  left: -37px;
  top: 17px;
  height: 1px;
  position: absolute;
  background: var(--mainColor);
}
.history-about .item .text > span::after {
  content: "";
  display: inline-block;
  left: -54px;
  top: 14px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--mainColor);
  position: absolute;
}
.history-about .item .text h3 {
  margin-top: 0px;
  font: 700 30px/33px "Quicksand";
}
.history-about .item::before {
  content: "";
  display: inline-block;
  width: 1px;
  background: var(--mainColor);
  height: 100%;
  position: absolute;
  right: 50%;
  top: 0;
}
.history-about .item > div {
  flex: 1;
}
.history-about .item > div:nth-child(1) {
  padding-right: 50px;
}
.history-about .item > div:nth-child(2) {
  padding-left: 50px;
}
.history-about .item:nth-child(2n + 1) {
  flex-direction: row-reverse;
}
.history-about .item:nth-child(2n + 1) .text {
  flex-direction: row-reverse;
}
.history-about .item:nth-child(2n + 1) .text > span {
  text-align: right;
}
.history-about .item:nth-child(2n + 1) .text > span::before {
  left: inherit;
  right: -37px;
}
.history-about .item:nth-child(2n + 1) .text > span::after {
  right: -54px;
  left: inherit;
}
.history-about .item:nth-child(2n + 1) > div:nth-child(1) {
  padding-right: 0px;
  padding-left: 50px;
}
.history-about .item:nth-child(2n + 1) > div:nth-child(2) {
  padding-left: 0px;
  padding-right: 50px;
}
.bg-cover {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  position: relative;
}
.bg-cover > div {
  z-index: 2;
  position: relative;
}
.bg-cover:after {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
header {
  background: none;
}
.w-20 {
  width: 20px;
}
.row-flex-detail {
  display: flex;
}
.sticky-aside {
  position: sticky;
  top: 100px;
  overflow: hidden;
}
.title-home {
  text-align: center;
  margin-bottom: 30px;
}
.title-home h3 {
  margin: 0 0 5px;
  font-weight: 900;
  font-size: 30px;
  text-transform: uppercase;
}
.title-home p {
  margin: 0px;
  color: #fec200;
  font-family: "Dancing Script";
  font-size: 28px;
}
.topbar {
  height: auto;
  padding: 0;
  font-family: "Quicksand";
  font-size: 14px;
  border-bottom: none;
  background: var(--bgHead);
  line-height: 30px;
}
.topbar p {
  margin: 0;
  padding: 5px 0;
  color: #fff;
  font-weight: 400;
}
.topbar .border-rote {
  position: relative;
  padding-right: 20px;
  margin-right: 20px;
}
.topbar .border-rote:before {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  width: 1px;
  height: 20px;
  background-color: #fff;
}
.topbar .d-flex {
  align-items: center;
  justify-content: space-between;
}
.topbar a:hover {
  color: var(--hoverColor);
}
.topbar a:hover i {
  color: var(--hoverColor);
}
.topbar i {
  color: #fff;
  margin-right: 5px;
}
.topbar .social {
  background: var(--mainColor);
  position: relative;
}
.topbar .social::after {
  content: "";
  position: absolute;
  left: -20px;
  top: -6px;
  width: 1000%;
  height: 51px;
  background-color: var(--mainColor);
  z-index: -1;
  transform: skew(-20deg);
}
.topbar .social a {
  color: #fff;
  border: 1px solid #fff;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.topbar .social a i {
  color: #fff;
}
.topbar .social a:hover {
  opacity: 0.7;
}
.topbar .right {
  display: flex;
}
.topbar .right > span {
  margin: 0 10px;
}
.topbar .right i {
  font-size: 14px;
  vertical-align: 0px;
  margin-right: 0px;
  color: #fff;
}
.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 0;
}
.header-main .icon-click-search svg path {
  fill: #fff;
}
.header-main .icon-click-search:hover svg path {
  fill: var(--hoverColor);
}
.header-main .icon-acc i {
  color: #fff;
  font-size: 20px;
  line-height: 20px;
}
.header-main .icon-acc:hover i {
  color: var(--hoverColor);
}
.header-main .icon-acc:hover svg path {
  fill: var(--hoverColor);
}
.header-main .flex {
  display: flex;
}
.header-main .align-center {
  align-items: center;
}
.header-main .d-flex-desktop {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.header-main .d-flex-desktop nav > ul > li {
  display: inline-block;
}
.header-main .d-flex-desktop nav > ul > li > a {
  font-weight: 700;
  font-size: 15px;
}
.header-main .d-flex-desktop nav > ul > li > a:hover {
  background: none;
}
.header-main .d-flex-desktop .has-mega {
  position: static;
}
.header-main .d-flex-desktop .mega-content {
  position: absolute;
  left: 0;
  top: 55px;
  width: 100%;
  background: #fff;
}
.header-main .d-flex-desktop .has-dropdown:hover .mega-content {
  display: block;
}
.header-main .d-flex-desktop .has-dropdown:hover .dropdown-menu {
  display: block !important;
}
.header-main .d-flex-desktop .dropdown-menu {
  position: absolute;
  left: 0;
  top: 100%;
}
.header-main .d-flex-desktop .nav-mobile {
  margin: 0;
}
.header-main .d-flex-desktop .header-right {
  display: flex;
  align-items: center;
}
.header-main .icon-acc {
  margin-right: 10px;
  position: relative;
}
.header-main .icon-acc svg path {
  fill: #fff;
}
.header-main .icon-acc.icon-header-heart {
  margin-left: 6px;
  height: 20px;
}
.header-main .icon-acc .js-wishlist-count,
.header-main .icon-acc .js-compare-count {
  position: absolute;
  top: -8px;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  color: var(--mainColor);
  line-height: 16px;
  font-size: 12px;
  font-weight: 700;
  left: 12px;
  text-align: center;
}
.header-main .search {
  max-width: 400px;
}
.header-main .logo {
  position: static;
  transform: translate(0, 0);
  margin: 0;
  max-height: inherit;
}
.header-main .logo img {
  max-width: 120px;
  filter: brightness(0) invert(1);
}
.header-main .right {
  position: static;
  display: flex;
  align-items: center;
}
.header-main .heading-cart {
  border-radius: 0px;
  background: transparent;
}
.header-main .heading-cart > a {
  color: #fff;
  position: relative;
  display: inline-block;
  width: 40px;
}
.header-main .heading-cart > a:hover i {
  color: var(--hoverColor);
}
.header-main .heading-cart > a i {
  font-size: 18px;
  vertical-align: -1px;
}
.header-main .heading-cart #cart-total {
  position: absolute;
  top: -10px;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  color: var(--mainColor);
  line-height: 16px;
  font-size: 12px;
  font-weight: 700;
  left: 20px;
}
.header-main .open-day {
  display: flex;
}
.header-main .open-day p {
  margin: 0px;
}
.mega-content {
  display: none;
}
.header-main + .ovelay-menu {
  display: none !important;
}
.section-banner-three .inner-flex {
  display: flex;
  justify-content: space-between;
}
.header_search .input-group-btn button {
  background: var(--mainColor);
  color: #fff;
  font-size: 22px;
  height: 50px;
  width: 50px;
}
.header_search .input-group-btn button:hover {
  background: var(--hoverColor);
}
.header_search .input-group .search-text {
  padding: 0 0px 10px 0px;
  border-radius: 0px;
  font-size: 22px;
  color: #fff;
  border: none;
  text-align: center;
  border-bottom: 1px solid #fff;
  font-weight: 300;
}
.header_search .input-group .search-text::placeholder {
  color: #999;
}
.header_search button {
  background: none;
  font-size: 22px;
  border: none;
  color: #fff;
  transition: all 0.3s ease 0s;
}
.header_search button:hover {
  color: #999;
}
.search .input-group-btn {
  position: absolute;
  right: 0;
  top: 0px;
}
header .main-nav.sticky {
  padding: 0px;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: none;
}
header .main-nav.sticky > .full-width {
  width: 1170px;
  margin: 0 auto;
  max-width: 100%;
  max-height: calc(100vh - 65px);
  overflow-y: auto;
}
header .main-nav {
  background: transparent;
  display: inline-flex;
  flex: 1;
  padding-right: 0px;
}
.header .middle-header {
  top: inherit !important;
  border: none;
  padding: 10px 0;
  position: relative;
  z-index: 9;
}
.body_index .header .middle-header {
  background: none;
}
header .main-nav {
  transition: all 0s;
}
.main-nav nav .nav-item > a {
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
}
.main-nav nav .nav-item > a:hover {
  background: none;
  color: #fff;
}
.main-nav nav .nav-item:first-child > a {
  padding-left: 0px;
}
.main-nav nav .nav-item.active > a {
  background: none;
}
.tns-outer {
  position: relative;
  padding-bottom: 0px !important;
}
.tns-outer.dots-hidden .tns-nav {
  display: none;
}
@media (min-width: 1200px) {
  .tns-outer .tns-controls {
    opacity: 0;
  }
  .tns-outer:hover .tns-controls {
    opacity: 1;
  }
}
.tns-outer .tns-controls button {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  box-shadow: none;
  font-size: 0px;
  background: rgba(111, 66, 137, 0.8);
  outline: none;
  display: inline-block;
  width: 46px;
  height: 46px;
  z-index: 9;
  color: #fff;
  border-radius: 50%;
}
.tns-outer .tns-controls button:before {
  font-size: 25px;
  display: inline-flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-family: "FontAwesome";
  content: "\f104";
}
.tns-outer .tns-controls button[data-controls="next"] {
  background: rgba(111, 66, 137, 0.8);
  left: inherit;
  right: 1px;
}
.tns-outer .tns-controls button[data-controls="next"]:before {
  content: "\f105";
}
.tns-outer .tns-controls button:focus {
  outline: none;
  box-shadow: none;
  border: none;
}
.tns-outer .tns-nav {
  position: absolute;
  bottom: 0px;
  text-align: center;
  display: block;
  width: 100%;
  left: 0px;
  z-index: 9;
  line-height: 0;
  display: none;
}
.tns-outer .tns-nav button {
  box-shadow: none;
  border: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
  margin: 0 2px;
  display: inline-block;
  padding: 0px;
}
.tns-outer .tns-nav button.tns-nav-active {
  background: var(--mainColor);
}
.tns-inner .product-thumbnail {
  max-height: 280px;
}
.tns-inner .product-thumbnail img {
  max-height: 280px;
}
.slider-product .tns-item {
  padding: 0px;
}
.slider-product .tns-item > .product-box {
  border: 1px solid #e5e5e5;
  border-radius: 15px;
  width: calc(100% - 2px);
}
.slider-product .inner-item {
  padding: 15px 15px 20px;
}
.slider-product .inner-item .box-shadow {
  box-shadow: 0px 0px 20px 0px #ddd;
  border-radius: 10px;
}
.slider-product .text {
  text-align: left;
  padding: 0 15px;
}
.slider-product .text h3 {
  font: 700 16px/22px "Quicksand";
  color: var(--mainColor);
  height: 44px;
}
.slider-product .action-bottom {
  padding: 0 15px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.slider-product .action-bottom p {
  margin: 0px;
  color: var(--mainColor);
  font: 700 20px/24px "Quicksand";
}
.slider-product .action-bottom p.price-old {
  text-decoration: line-through;
  color: #999;
  font-size: 16px;
  margin: 0;
}
.aside-item .list-blogs {
  border: 1px solid #ddd;
  padding: 0 10px;
  border-top: none;
  margin-top: -5px;
}
.product-box .tag-km {
  position: absolute;
  bottom: 10px;
  transition: all 0.5s ease 0s;
  opacity: 1;
  left: 10px;
  z-index: 9;
  display: flex;
  gap: 5px;
}
.product-box .tag-km span {
  font-weight: 700;
  color: #fff;
  padding: 2px 5px 2px 5px;
  border-radius: 3px;
  margin-top: 5px;
  display: flex;
  gap: 5px;
  background: #dd0115;
}
.product-box .tag-km span img {
  height: 20px;
  width: auto;
  display: inline-block !important;
  margin: 0 !important;
}
.product-box .tag-km span:nth-child(2) {
  background: #ffb416;
}
.product-box .product-info .form-nut-grid button i {
  margin: 0 8px 0 0;
  vertical-align: -5px;
  margin:0 auto;
}
.product-box .product-thumbnail .image_thumb {
  min-height: 155px;
}
.product-box .product-thumbnail .quick-view {
  border-radius: 0px;
  width: 33px;
  line-height: 31px;
  left: inherit;
  right: 9px;
  background: var(--mainColor);
  opacity: 1;
  color: #fff;
  z-index: 99;
  visibility: visible;
  top: 30px;
  margin: 0;
  opacity: 0;
  transform: translateX(20px);
  transition: all 0.3s ease 0s;
}
.products-view-grid .product-box {
  border: none;
}
.list-product-slidebar .list-item .product-info-text h3 {
  text-overflow: ellipsis;
  max-height: 42px;
  height: 42px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.btn-icon-whishlist {
  position: absolute;
  right: 20px;
  top: 5px;
  font-size: 16px;
  color: var(--mainColor) !important;
  z-index: 9;
}
.alert span b {
  font-weight: 700;
}
.alert {
  max-width: 330px;
}
.alert a {
  color: var(--mainColor);
  text-decoration: underline !important;
}
.list-favorite-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  min-height: 120px;
}
.list-favorite-list::after,
.list-favorite-list::before {
  display: none;
}
.list-favorite-main {
  position: relative;
}
.list-favorite-main-top-error {
  width: 100%;
  position: absolute;
}
.list-favorite-main-top-error > .alert {
  max-width: inherit;
  width: 100%;
}
.product-box .product-info {
  padding: 15px 15px 12px;
  position: static;
  text-align: center !important;
}
.product-box .product-info .form-nut-grid {
  margin: 0;
  position: absolute;
  top: 64px;
  right: 10px;
  bottom: inherit;
  opacity: 0;
  transform: translateX(20px);
  transition: all 0.3s ease 0s;
}
.product-box .product-info .form-nut-grid button {
  width: 33px;
  background: var(--mainColor);
  text-transform: uppercase;
}
.product-box .product-info .form-nut-grid button:hover {
  background: var(--mainColor);
  color: #fff;
  opacity: 0.7;
}
.product-box .product-info .product-name {
  margin-top: 0px;
  width: 100%;
}
.product-box .product-info .price-box {
  width: 100%;
}
.product-box:hover .product-info .form-nut-grid,
.product-box:hover .product-thumbnail .quick-view {
  opacity: 1;
  transform: translateX(0);
}
.product-box .product-action .btn-cart {
  font-size: 0px;
  padding: 0px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease 0s;
  justify-content: center;
  border-radius: 0px;
  background: var(--mainColor);
  opacity: 1;
  transform: translateX(0px);
  width: 33px;
  height: 32px;
}
.product-box .product-action .btn-cart span{
  display:flex;
  align-items: center;
}
.product-box .product-action .btn-cart img {
  max-width: 14px;
  display: inline-block;
  filter: brightness(0) invert(1);
}
.product-box .product-action .btn-cart i {
  font-size: 14px;
  margin: 0px;
  color: #fff;
}
.product-box .product-action .btn-compare {
  position: absolute;
  top: 98px;
  right: 10px;
  transition: all 0.3s;
  transform: translateX(20px);
  visibility: hidden;
}
.product-box .product-action .btn-compare:hover {
  opacity: 0.7;
}
.product-box .product-action .btn-compare.active {
  opacity: 0.5 !important;
}
.product-box:hover .product-action .btn-compare {
  transform: translateX(0);
  visibility: visible;
}
.product-box .product-info .price-box .special-price .price {
  color: var(--mainColor);
  font-weight: 900;
  font-size: 14px;
}
.product-box .product-thumbnail .quick-view:hover {
  opacity: 0.5;
}
.products-view-list .product-box .product-info {
  border: none;
  width: 100%;
  padding: 0;
}
@media (max-width: 767px) {
  .products-view-list .product-box .product-info {
    padding-top: 10px;
  }
}
.cong-dung-noi-bat {
  background: #f6f6f4;
  margin-bottom: 0px;
  border-radius: 5px;
  border-right: 2px solid var(--mainColor);
  padding: 15px 15px 10px;
  margin-top: 0px;
  float: left;
  width: 100%;
  max-height: 150px;
  overflow: auto;
}

/* width */
.cong-dung-noi-bat::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.cong-dung-noi-bat::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.cong-dung-noi-bat::-webkit-scrollbar-thumb {
  background: var(--mainColor);
}

/* Handle on hover */
.cong-dung-noi-bat::-webkit-scrollbar-thumb:hover {
  background: var(--mainColor);
}


.cong-dung-noi-bat h3,
.cong-dung-noi-bat h4,
.cong-dung-noi-bat h5,
.cong-dung-noi-bat h6{
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 14px;
  color: var(--mainColor);
  margin-top:0;
}
.cong-dung-noi-bat .title {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 14px;
  color: var(--mainColor);
}
.cong-dung-noi-bat .content ul {
  list-style: disc outside;
  margin-left: 15px;
}
.cong-dung-noi-bat .content ul li {
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 16px;
}
.wrap-coupon_item {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-bottom: 20px;
}
.coupon_item {
  position: relative;
  background: #fff;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.15));
  padding: 10px;
  display: flex;
  min-height: 120px;
  border-radius: 5px;
  min-height: 100px;
  flex: 1;
}
.coupon_item::before {
  content: "";
  position: absolute;
  top: 0;
  left: -3px;
  height: 100%;
  width: 10px;
  color: #fff;
  background-clip: padding-box;
  background: repeating-linear-gradient(
        #e5e5e5,
        #e5e5e5 5px,
        transparent 0,
        transparent 9px,
        #e5e5e5 0,
        #e5e5e5 10px
      )
      0/1px 100% no-repeat,
    radial-gradient(
        circle at 0 7px,
        transparent,
        transparent 2px,
        #e5e5e5ee 0,
        #e5e5e5 3px,
        currentColor 0
      )
      1px 0/100% 10px repeat-y;
}
.coupon_item .coupon_body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 5px;
  width: 100%;
}
.coupon_item .coupon_title {
  font-size: 14px;
  margin-top: 0;
  color: var(--mainColor);
  font-weight: bold;
  margin-bottom: 3px;
}
.coupon_item .coupon_desc {
  font-size: 13px;
  line-height: 1.2;
  color: #727272;
  padding-bottom: 7px;
}
.coupon_item button {
  background: var(--mainColor);
  color: #fff;
  height: 30px;
  line-height: 29px;
  padding: 0 10px;
}
.coupon_item button:hover {
  color: var(--mainColor);
  background:#fff;
  border:1px solid var(--mainColor);
}
.coupon_item .coupon_info_toggle {
  color: var(--mainColor);
  font-size: 12px;
  cursor: pointer;
}
.coupon_item .coupon_info_toggle:hover {
  text-decoration: underline;
}
.aside-title h2 {
  background: var(--mainColor);
  padding: 8px 15px;
  color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: none;
}
.categories-box,
.aside-filter .filter-container {
  border: 1px solid #cdcdcd;
  border-top: none;
  padding: 10px;
}
.aside-title h2:before {
  display: none;
}
.title-text {
  margin-bottom: 30px;
}
.title-text a {
  color: #63584c;
}
.title-text a:hover {
  color: var(--mainColor);
}
.title-text h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 40px;
}
.title-text p {
  color: #999;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}
@media (max-width: 991px) {
  .title-text h3 {
    font-size: 30px;
    margin-bottom: 0;
    margin-top: 0;
  }
  .title-text p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .title-text h3 {
    font-size: 24px;
  }
}
.section-home-bestseller {
  padding: 80px 0;
}
.section-home-bestseller > .container {
  text-align: center;
}
.wrap-bestseller-home {
  gap: 30px;
  margin: 0 auto;
  display: inline-flex;
  justify-content: center;
  text-align: left;
}
.wrap-bestseller-home > div {
  flex: 0 0 calc(33.33% - 20px);
}
.wrap-bestseller-home .bestseller-left {
  text-align: right;
  color: var(--textColor);
  max-width: 410px;
}
.wrap-bestseller-home .bestseller-left .title {
  position: relative;
  height: 70px;
}
.wrap-bestseller-home .bestseller-left .title::after {
  content: "";
  display: block;
  width: calc(100% - 40px);
  height: 2px;
  background: var(--mainColor);
  position: absolute;
  right: 0px;
  bottom: 32px;
}
.wrap-bestseller-home .bestseller-left .title h3 {
  font: 400 22px/24px "Dancing Script";
  color: var(--mainColor);
  margin-top: 0;
}
.wrap-bestseller-home .bestseller-left .title img {
  position: absolute;
  left: 0;
  bottom: 0;
}
.wrap-bestseller-home .bestseller-right {
  color: var(--mainColor);
  max-width: 410px;
}
.wrap-bestseller-home .bestseller-right li {
  padding-left: 25px;
  margin-bottom: 10px;
  position: relative;
  font-size: 15px;
}
.wrap-bestseller-home .bestseller-right li i {
  position: absolute;
  left: 0;
  top: 6px;
}
.breadcrumb-container {
  position: relative;
}
.breadcrumb-container .title-page {
  z-index: 9;
  text-transform: uppercase;
}
.breadcrumb-container:before {
  display: none;
}
.breadcrumb li span {
  color: var(--mainColor);
}
.breadcrumb {
  z-index: 9;
  position: relative;
}
.breadcrumb li > a > span {
  color: #111;
}
.form-dang-ky-bao-hiem form {
  margin-bottom: 0px;
}
.form-dang-ky-bao-hiem p {
  margin-bottom: 5px;
}
.form-dang-ky-bao-hiem h4 {
  color: var(--mainColor);
  font: 700 16px/20px "Quicksand";
}
.form-dang-ky-bao-hiem h4 b {
  font-weight: 700;
}
.form-dang-ky-bao-hiem p {
  font-size: 14px;
  line-height: 18px;
}
.form-dang-ky-bao-hiem p.text-uppercase {
  margin-bottom: 8px;
}
.form-dang-ky-bao-hiem input,
.form-dang-ky-bao-hiem textarea {
  background: #e5edf8;
  border-radius: 25px;
  border: none;
  box-shadow: none;
  margin-bottom: 15px;
  height: 40px;
  padding: 0px 20px;
}
.form-dang-ky-bao-hiem input:focus,
.form-dang-ky-bao-hiem textarea:focus {
  box-shadow: none;
  border: none;
  outline: none;
}
.form-dang-ky-bao-hiem textarea {
  padding: 15px 20px;
}
.form-dang-ky-bao-hiem label input {
  margin-bottom: 0px;
  height: 20px;
  vertical-align: top;
  float: left;
  width: 12px;
  display: inline-block;
}
.form-dang-ky-bao-hiem label {
  font: 400 13px/20px "Quicksand";
}
.form-dang-ky-bao-hiem label:hover {
  cursor: pointer;
}
.form-dang-ky-bao-hiem label span {
  display: inline-block;
  margin-left: 10px;
  vertical-align: top;
  width: calc(100% - 25px);
}
.form-dang-ky-bao-hiem .btn {
  border-radius: 3px;
}
.form-dang-ky-bao-hiem .wrap-radio {
  margin-bottom: 20px;
}
.form-dang-ky-bao-hiem .wrap-radio label {
  display: inline-block;
  width: auto;
  margin-right: 10px;
}
.form-dang-ky-bao-hiem .wrap-radio label span {
  display: inline-block;
  width: auto;
  padding: 0 20px;
  margin-left: 0px;
  border-radius: 20px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 35px;
  background: #efefef;
  min-width: 86px;
  text-align: center;
}
.form-dang-ky-bao-hiem .wrap-radio label span:hover {
  background: #cdcdcd;
}
.form-dang-ky-bao-hiem .wrap-radio label span:before {
  display: inline-block;
  content: "\f056";
  margin-right: 5px;
  font: normal normal normal 14px/1 FontAwesome;
}
.form-dang-ky-bao-hiem .wrap-radio label:nth-child(2) {
  margin-right: 0px;
}
.form-dang-ky-bao-hiem .wrap-radio label input {
  display: none;
}
.form-dang-ky-bao-hiem .wrap-radio label input:checked + span {
  background: var(--mainColor);
  color: #fff;
}
.form-dang-ky-bao-hiem .wrap-radio label input:checked + span:before {
  content: "\f055";
}
.form-dang-ky-bao-hiem .btn-yellow {
  color: var(--mainColor);
  background: yellow;
  font-weight: 700;
  font-size: 14px;
  box-shadow: none;
}
.wrap-date {
  position: relative;
}
.wrap-date i {
  position: absolute;
  right: 15px;
  top: 12px;
  color: #999;
}
.slider-product .tns-nav {
  display: none;
}
.section-home-count,
.section-home-flash-sale {
  padding: 80px 0;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.section-home-count::before,
.section-home-flash-sale::before {
  content: "";
  display: block;
  left: 0;
  top: 0;
  right: 0;
  position: absolute;
  bottom: 0;
  background: rgba(111, 66, 137, 0.7);
}
.home-item-count {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 10px 0 16px;
  border: 1px dashed #5b3671;
  background: rgba(255, 255, 255, 0.1);
  width: calc(100% - 1px);
}
.home-item-count h3,
.home-item-count p {
  margin: 0;
  color: #fff;
}
.home-item-count h3 {
  font-weight: 700;
  font-size: 50px;
  line-height: 1;
  margin: 10px 0 -5px;
}
.home-item-count p {
  font-size: 18px;
  font-weight: 700;
  margin-top: -10px;
}
.product-box .product-info .price-box .old-price .price {
  font-weight: 700;
  font-size: 14px;
}
@keyframes progress_bar_fill {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
.product-box .productcount {
  width: 100%;
  display: inline-block;
  margin-top: 16px;
  min-height: 27px;
}
.product-box .productcount .countitem {
  width: 100%;
  height: 10px;
  border-radius: 7px;
  position: relative;
  z-index: 1;
  background: rgba(111, 66, 137, 0.3);
}
.product-box .productcount .countdown {
  height: 10px;
  position: absolute;
  border-radius: 7px;
  background-color: var(--mainColor);
  z-index: 2;
  left: 0;
  top: 0;
  background-size: 40px 40px;
  animation: progress_bar_fill 2s linear infinite;
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.25) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.25) 50%,
    rgba(255, 255, 255, 0.25) 75%,
    transparent 75%,
    transparent
  );
}
.product-box .productcount span {
  font-size: 14px;
  z-index: 4;
  color: #333;
}
.product-box .productcount span b {
  font-weight: 700;
}
.wrapcountdown {
  display: flex;
  gap: 6px;
}
.wrapcountdown .item {
  display: flex;
  flex-direction: column;
  font-size: 20px;
  text-transform: uppercase;
  border: 1px solid #fff;
  min-width: 60px;
  font-weight: 700;
}
.wrapcountdown .item .text {
  font-size: 14px;
  width: 100%;
  background: #fff;
  color: var(--mainColor);
}
.bread-crumb.background-cover {
  position: relative;
}
.bread-crumb.background-cover::before {
  background-color: var(--bgBreadcrumb);
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.product-detail-flash-sale {
  background: var(--mainColor);
  padding: 5px 5px 5px 10px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  color: #fff;
  align-items: center;
  text-align: center;
  border-radius: 3px;
  height: 52.8px;
}
.product-detail-flash-sale h3 {
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
}
.product-detail-flash-sale h3 svg path {
  fill: #fff;
}
.product-detail-flash-sale .wrapcountdown .item {
  font-size: 14px;
  min-width: 46px;
}
.product-detail-flash-sale .wrapcountdown .item .text {
  font-size: 10px;
}
.section-home-flash-sale .d-flex {
  width: 100%;
  gap: 30px;
}
.section-home-flash-sale .d-flex > div:nth-child(2) {
  flex: 1;
}
.section-home-flash-sale .title-page {
  position: relative;
  z-index: 9;
}
.section-home-flash-sale .wrapcountdown {
  min-height: 60px;
}
.wrap-home-flash-sale .product-box .product-thumbnail {
  border: none;
}
.wrap-home-flash-sale .product-box .product-thumbnail .quick-view {
  right: 10px;
}
.wrap-home-flash-sale .product-box .product-info {
  text-align: left !important;
}
.home-new-product {
  background: #fff;
}
.home-new-product .item {
  background: #f9f9f9;
}
.body_index footer {
  margin-top: 0px;
}
footer .list-menu li .company i.fa {
  color: #fff;
}
footer {
  padding-top: 80px;
  margin-top: 0;
  background: #454545;
}
footer::before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: var(--footerBgColor);
  opacity: 0.95;
  position: absolute;
  bottom: 0;
  left: 0;
}
footer .copyright {
  background: none;
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
footer .logo-footer {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}
footer .logo-footer img {
  max-width: 180px;
}
footer .logo-footer > a {
  position: relative;
  background: #181818;
  display: inline-block;
  z-index: 9;
  padding: 0 10px;
}
footer .logo-footer::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0.5px;
  background: #ddd;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}
.height-400 {
  height: 400px;
}
.height-360 {
  height: 360px;
}
.quick-view-product .thumbs_list_quickview .owl-stage {
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.quick-view-product .owl-nav.disabled {
  display: none;
}
.bg-gray-700 {
  background: #f5f2eb;
  padding: 30px 0 50px;
}
.wrap-newsletter {
  position: relative;
  z-index: 9;
  padding: 10px 0 80px;
}
.wrap-newsletter form {
  flex: 1;
  display: flex;
  position: relative;
  box-shadow: 0 5px 16px 0 rgba(111, 66, 137, 0.32);
  margin: 0 auto;
  max-width: 600px;
}
.wrap-newsletter form input {
  margin: 0;
  border: none;
  width: 100%;
  font-weight: 400;
  height: 50px;
  font-size: 16px;
  padding-right: 20px;
  color: #111;
}
.wrap-newsletter form input::placeholder {
  color: #999;
}
.wrap-newsletter form button {
  position: static;
  height: 50px;
  background: var(--mainColor);
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}
.wrap-newsletter form button:hover {
  color: #fff;
  background:var(--hoverColor);
}
.wrap-newsletter .box-text {
  width: 40%;
  padding: 0 30px 0 0;
}
.wrap-newsletter .box-text h3 {
  text-transform: uppercase !important;
  color: #fff;
  font-weight: 700;
  font-size: 26px;
  margin-top: 0;
}
.wrap-newsletter .box-text p {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}
.wrap-newsletter .title-page p {
  text-align: center;
}
@media (max-width: 991px) {
  .wrap-newsletter .box-text {
    padding: 0 30px;
  }
}
@media (max-width: 991px) {
  .wrap-newsletter .box-text {
    padding: 0 10px 30px;
    width: 60%;
  }
}
.border-radius-50 {
  border-radius: 50%;
  overflow: hidden;
}
.halu-item-card {
  padding: 0 10px;
}
.halu-item-card h3 {
  font-weight: 500;
  color: #63584c;
  margin: 10px 0 5px;
  font-size: 18px;
  line-height: 22px;
}
.halu-item-card p {
  font-weight: 300;
}
.halu-item-card a:hover {
  color: var(--mainColor);
}
.halu-item-card a:hover h3 {
  color: var(--mainColor);
}
@media (max-width: 767px) {
  .bg-gray-700 {
    padding: 20px 0 30px;
  }
}
.click-popup-youtube {
  position: relative;
  z-index: 9;
  max-width: 60px;
}
.content-center {
  justify-content: center;
}
.halu-banner {
  display: flex;
}
.halu-banner > div {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 639px) {
  .halu-banner {
    flex-direction: column;
  }
}
.background-cover {
  background-size: cover;
  background-repeat: no-repeat;
}
.section-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 20px;
}
.section-text {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--textColor);
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.8);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.1);
    opacity: 0;
  }
}
.section-team-company {
  padding: 100px 0 50px;
}
.team-company .item {
  display: flex;
  gap: 30px;
  padding-bottom: 50px;
}
.team-company .images {
  position: relative;
}
.team-company .images .img-responsive {
  max-width: 250px;
  border-radius: 50%;
}
.team-company .images .border {
  position: absolute;
  right: -50px;
  bottom: -50px;
  transform: rotateY(-180deg);
}
.team-company .text {
  color: var(--mainColor);
  padding-top: 20px;
}
.team-company .text .start .fa {
  color: #fec42d;
}
.team-company .text .bottom {
  font-size: 16px;
  color: #777;
}
.team-company .text .bottom b {
  font-weight: 700;
  font-size: 20px;
  color: var(--mainColor);
}
.team-company .tns-outer .tns-controls {
  opacity: 1;
}
.team-company .tns-outer .tns-controls button {
  opacity: 1;
  bottom: 20px;
  top: inherit;
  background: none;
  color: var(--mainColor);
}
.team-company .tns-outer .tns-controls button::before {
  font-size: 36px;
}
.team-company .tns-outer .tns-controls button[data-controls="prev"] {
  right: 40px;
  left: inherit;
}
.main-widget {
  position: fixed;
  right: 10px;
  bottom: 70px;
  z-index: 1000;
  top: auto !important;
}
.main-widget svg path,
.main-widget svg rect {
  fill: #fff;
}
.unsee {
  opacity: 0;
  transform: scale(0);
}
.def-content {
  position: absolute;
  bottom: 55px;
  right: 0;
  background: #fff;
  border-radius: 8px;
  transition: 0.2s all;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 300px;
  z-index: 1;
}
.def-content .def-header {
  background: var(--mainColor);
  padding: 10px;
  border-radius: 8px 8px 0 0px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  position: relative;
}
.def-content .def-header .close-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 10px;
  top: 10px;
  left: initial;
  padding: 0;
  margin: 0;
  border: 0 none;
  background: none;
  line-height: 1;
  width: 26px;
  height: 26px;
  cursor: pointer;
  color: #fff;
  text-align: center;
}
.def-content .item > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 8px 10px;
  transition: 0.3s linear all;
  text-decoration: none !important;
}
.def-content .item > a:hover {
  background: #f1f1f1;
}
.def-content .item > a .img {
  flex-grow: 0;
  flex: none;
  height: 34px;
  width: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  border-radius: 50%;
  color: #fff !important;
}
.def-content .item > a .img svg {
  height: 20px;
  width: 20px;
}
.def-content .item > a .detail {
  flex-grow: 1;
  line-height: normal;
  text-align: left;
}
.def-content .item.phone > a .img {
  background: #4eb625;
}
.def-content .item.zalo > a .img {
  background: #0165f8;
}
.def-content .item.mess > a .img {
  background: #31adff;
}
.def-content .item.map > a .img {
  background: #d94234;
}
.out-circle {
  overflow: hidden;
  border-radius: 50%;
  border-bottom-right-radius: 4px;
  background: var(--mainColor);
  width: 54px;
  height: 54px;
  box-shadow: 0 0 11px #ffffff7f;
}
.out-circle .main-icon {
  line-height: 0;
  color: #fff;
  width: 100%;
  height: 32px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  font-size: 10px;
  transform: translate(-50%, -50%);
}
.out-circle .main-icon p {
  font-weight: 700;
  margin: 3px 0 0;
  letter-spacing: -0.5px;
}
.out-circle .main-icon svg {
  width: 20px;
  height: 20px;
  fill: #fff;
  margin-bottom: 5px;
  animation: iconSkew 1s infinite ease-out;
  transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out,
    -webkit-transform 0.35s ease-in-out;
}
.out-circle .close-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  font-size: 25px;
  top: 0;
  padding: 10px;
  left: 0;
  width: 54px;
  height: 54px;
  line-height: 1;
  text-align: center;
  color: #fff;
  background: var(--mainColor);
  border-radius: 50%;
  transition: 0.2s all;
  transform: rotate(0);
  cursor: pointer;
}
.out-circle .close-icon svg {
  width: 25px;
  height: 25px;
}
.out-circle .close-icon.unsee {
  transform: rotate(180deg);
}
.author-info {
  border-right: 2px solid #d1d1d1;
}
.author-info .about-image {
  overflow: hidden;
  margin-right: 10px;
}
.author-info .about-image img {
  width: 68px;
  height: 68px;
  object-fit: cover;
  border-radius: 100%;
}
.author-info .about-content h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0;
}
.author-info .about-content p {
  color: #787878;
  font-size: 16px;
}
.progress {
  box-shadow: none;
  background: #e9ecef;
}
.progress-bar {
  background: var(--mainColor);
}
footer .back-to-top {
  background: var(--mainColor);
  box-shadow: none;
  color: #fff;
  height: 50px;
  width: 50px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  border-radius: 50%;
  border-bottom-right-radius: 4px;
  transition: all 0.3s ease 0s;
  padding-top: 4px;
  font-weight: 700;
  box-shadow: 0 0 11px #ffffff7f;
}
footer .back-to-top span {
  width: 100%;
  display: block;
  font-size: 16px;
}
footer .back-to-top:hover {
  opacity: 0.6;
}
.title-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  width:100%
}
.title-page.color-white .icon-title img {
  filter: brightness(0) invert(1);
}
.title-page.color-white * {
  color: #fff;
}
.title-page .icon-title {
  position: relative;
  display: inline-block;
}
.title-page .icon-title .ic-right,
.title-page .icon-title .ic-left {
  display: inline-block;
  position: absolute;
  left: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
  width: 55px;
}
.title-page .icon-title .ic-right img,
.title-page .icon-title .ic-left img {
  width: 55px;
  height: 20px;
}
.title-page .icon-title .ic-left {
  left: inherit;
  right: calc(100% + 10px);
}
.title-page p {
  font: 400 22px/24px "Dancing Script";
  color: var(--textColor);
}
.section-home-category {
  padding: 80px 0;
  position: relative;
}
.section-home-category .title-page {
  z-index: 2;
  position: relative;
}
.section-home-category .bg1,
.section-home-category .bg2 {
  position: absolute;
  right: 40%;
  top: 80px;
  z-index: 0;
}
.section-home-category .bg2 {
  left: inherit;
  right: 10%;
}
.section-home-banner {
  padding: 80px 0;
  background: var(--mainColor);
  position: relative;
}
.section-home-banner .bg1,
.section-home-banner .bg2 {
  position: absolute;
  top: 100px;
  left: 10%;
}
.section-home-banner .bg2 {
  left: inherit;
  right: 10%;
}
.home-category-slider {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 15px;
  overflow-x: auto;
}
.home-category-slider > a {
  flex: 1;
}
.home-category-slider .images {
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.home-category-slider .images span {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
}
.home-category-slider .images::after {
  content: "";
  position: absolute;
  background: rgba(111, 66, 137, 0.6);
  border-radius: 50%;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  transition: all 0.3s linear;
  opacity: 0;
}
.home-category-slider h3 {
  text-align: center;
  font-size: 22px;
  color: var(--textColor);
  font-weight: 700;
}
.home-category-slider h3:hover{
    color:var(--hoverColor);
}
.home-category-slider .item .images::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 50%;
  transition: all 0.3s linear 0s;
  box-shadow: 75px 0 #ffffff03 inset, 0 75px #ffffff03 inset,
    -75px 0 #ffffff03 inset, 0 -75px #ffffff03 inset;
}
.home-category-slider .item:hover .images:before {
  box-shadow: 0 0 #5b3671 inset, 0 0 var(--mainColor) inset, 0 0 #5b3671 inset,
    0 0 #5b3671 inset;
}
.home-category-slider .item:hover .images::after {
  opacity: 1;
}
.home-category-slider .item:hover .images span {
  opacity: 1;
  z-index: 9;
}
.title-page h2 {
  color: var(--titleColor);
  display: inline-block;
  position: relative;
  padding-bottom: 0px;
  margin-bottom: 15px;
  font: 700 30px/33px "Quicksand";
  text-transform: capitalize;
}
.title-page h2 a {
  color: var(--mainColor);
}
.title-page h2 a:hover {
  color: var(--hoverColor);
}
.coupon_info_toggle + .tooltip > .tooltip-inner {
  background-color: var(--mainColor);
}
.owl-carousel .product-box {
  width: calc(100% - 1px);
}
.product-box {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.product-box .product-thumbnail {
  position: relative;
  border: 1px solid var(--mainColor);
  border-radius: 10px;
  overflow: hidden;
}
.product-box .product-thumbnail::before {
  display: none;
}
.product-box .product-thumbnail img {
  transition: all 0.3s ease 0s;
  object-fit: contain;
}
.product-box:hover .product-thumbnail::before {
  display: none;
}
.product-box:hover .product-thumbnail img {
  transform: scale(1);
}
.product-box .product-info .product-name a {
  font-weight: 900;
}
.section-slide-new .product-box .product-thumbnail {
  max-height: 270px;
}
.section-slide-new .product-box .product-thumbnail img {
  max-height: 270px;
}
.sale-flash {
  position: absolute;
  background: var(--labelColor);
  color: #fff;
  left: 10px;
  top: 10px;
  padding: 0 10px;
}
.product-thumbnail {
  position: relative;
}
.btn-primary {
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 700;
}
.btn-primary i {
  margin-left: 5px;
}
.style-page-search {
  position: relative;
}
.style-page-search input {
  padding-right: 33px !important;
}
.style-page-search button {
  position: absolute;
  right: 6px;
  top: 0px;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
}
#box-video-youtube {
  top: 0px !important;
  align-items: center;
}
#box-video-youtube.modal .modal-dialog {
  top: 50%;
  width: auto;
  margin: 0 auto !important;
  transform: translateY(-50%);
}
@media (min-width: 992px) {
  #box-video-youtube.modal .modal-dialog {
    width: 950px;
  }
}
#box-video-youtube .modal-content {
  background: none;
  border-radius: 0px;
  padding: 0 10px;
}
#box-video-youtube .modal-content iframe {
  border: none !important;
  width: 100% !important;
}
.header.posintion-fixed .middle-header {
  position: fixed;
  top: 0 !important;
  left: 0;
  width: 100%;
  padding: 0;
  background: var(--mainColor);
  box-shadow: 0 3px 3px -1px rgba(111, 66, 137, 0.5);
}
.header.posintion-fixed .middle-header .header-main {
  padding: 5px 0;
}
.section_blogs {
  background: none;
  overflow: hidden;
  position: relative;
  padding: 60px 0;
  background: var(--mainColor);
}
.section_blogs .bg1 {
  position: absolute;
  left: 30%;
  top: 50px;
}
.section_blogs .tns-slider > .tns-item {
  opacity: 0;
}
.section_blogs .tns-slider > .tns-item.tns-slide-active {
  opacity: 1;
}
.section_blogs .list-blogs-link {
  margin: 0 -15px;
}
.section_blogs .list-blogs-link,
.section_blogs .title-text {
  position: relative;
  z-index: 9;
}
.section_blogs .bg-left,
.section_blogs .bg-right {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.section_blogs .bg-right {
  left: inherit;
  right: 0;
}
.section_blogs .item {
  padding: 0 10px 10px;
}
.section_blogs img {
  max-width: 100%;
}
.section_blogs .content__ {
  padding: 0 15px 5px;
  min-height: 140px;
}
.section_blogs .item_wrap_blog h3 a {
  font-size: 16px;
  min-height: 43px;
  font-weight: 600;
  color: var(--mainColor);
}
.section_blogs .item_wrap_blog h3 a:hover {
  color: var(--hoverColor);
}
.section_blogs .item_wrap_blog p {
  font-weight: 300;
  color: var(--mainColor);
}
.section_blogs .item_wrap_blog {
  padding: 0;
  background: #fff;
}
.list-blogs-link .tns-ovh {
  padding: 0 10px;
}
.d-grid-col-4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
.blog-inner > a {
  display: inline-block;
  width: 100%;
  margin-left: 0;
  margin-top: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.blog-inner > a .time_post {
  display: flex;
  align-items: center;
  bottom: 10px;
  left: 10px;
  background-color: #fff;
  padding: 0px;
  color: var(--mainColor);
  font-weight: 700;
  position: absolute;
  gap: 6px;
  padding-right: 10px;
  box-shadow: 0 3px 3px -1px rgba(111, 66, 137, 0.5);
}
.blog-inner > a .time_post i {
  background: var(--mainColor);
  width: 30px;
  height: 30px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-inner > a img {
  border-radius: 5px 5px 0 0;
  width: 100% !important;
  height: 200px !important;
  object-fit: cover;
}
@keyframes iconSkew {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
.popup-sapo {
  position: fixed;
  bottom: 50px;
  left: 17px;
  margin: 0;
  z-index: 1000;
  top: auto !important;
}
.popup-sapo .icon {
  position: relative;
  z-index: 4;
  height: 48px;
  width: 48px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  cursor: pointer;
  background: var(--mainColor);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  cursor: pointer;
}
.popup-sapo .icon svg {
  fill: #ffffff;
  width: 20px;
  height: 20px;
  transition: opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out,
    -webkit-transform 0.35s ease-in-out;
  animation: iconSkew 1s infinite ease-out;
  min-height: -webkit-fill-available;
}
.popup-sapo .icon svg path {
  fill: #fff;
}
.popup-sapo.active .content {
  transition-delay: 0.1s;
  transform: scale(1);
}
.popup-sapo .content {
  background: var(--mainColor);
  color: #fff;
  padding: 15px 10px 25px;
  border-radius: 10px;
  width: 300px;
  position: absolute;
  bottom: 27px;
  left: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  transform-origin: 0 bottom;
  transform: scale(0);
  transition: -webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.popup-sapo .content .title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
.popup-sapo .content .ghichu {
  font-style: italic;
  font-size: 14px;
  line-height: 20px;
}
.popup-sapo .content li svg path {
  fill: #fff;
}
.popup-sapo .content ul {
  margin-bottom: 10px;
}
.popup-sapo .content ul li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.popup-sapo .content ul li a {
  color: #fff;
  font-size: 15px;
}
.popup-sapo .content .close-popup-sapo {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}
.popup-sapo .content .close-popup-sapo svg {
  width: 15px;
  height: 15px;
}
.popup-sapo .content .close-popup-sapo svg path {
  fill: #fff;
}
.pos-rel {
  position: relative;
}
.dots-bottom {
  position: relative;
}
.dots-bottom .tns-nav {
  position: absolute;
  bottom: 30px;
  left: 0px;
  display: block;
}
.dots-bottom .tns-nav button.tns-nav-active {
  background: var(--mainColor);
}
.bg-slider-opcity {
  background: #000;
}
.bg-slider-opcity .opcity-8 {
  opacity: 0.8;
  min-height: 220px;
  object-fit: cover;
}
.bg-slider-opcity .item {
  position: relative;
}
.bg-slider-opcity .item .text-slider {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 999;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 0 50px;
}
.bg-slider-opcity .item h3,
.bg-slider-opcity .item p {
  color: #fff;
  margin: 0px;
}
.bg-slider-opcity .item p {
  font-weight: 300;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .bg-slider-opcity .item h3 {
    font-size: 16px;
  }
  .bg-slider-opcity .item p {
    font-size: 12px;
    line-height: 16px;
  }
}
@media (max-width: 767px) {
  .bg-slider-opcity.dots-bottom .tns-nav {
    bottom: 10px;
  }
}
img.max-height-350 {
  max-height: 350px;
  margin: 0 auto;
}
.title-page2 {
  text-align: center;
}
.title-page2 h2 {
  color: #2c2d3f;
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 0px;
  display: block;
  text-align: center;
  text-transform: capitalize;
}
.title-page2 h2 + img {
  margin: 0 auto 30px;
}
.working {
  box-shadow: 0px 0px 20px 0px #dddddda6;
  max-width: calc(100% - 70px);
  padding: 20px 20px 10px;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .working {
    margin-bottom: 50px;
    max-width: calc(100% - 30px);
  }
}
@media (max-width: 639px) {
  .working {
    max-width: calc(100%);
    margin-bottom: 20px;
  }
}
.working .title span {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  vertical-align: -3px;
}
.working .title img {
  max-width: 30px;
}
.working .content p {
  margin-bottom: 0px;
  font-size: 14px;
  border-bottom: 1px dashed #ccc;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
}
.working .content p:last-child {
  border-bottom: none;
}
.site-footer {
  margin-bottom: 0px;
}
footer .list-menu a,
footer .list-menu.infomation li > div,
footer .copyright p {
  font-weight: 400;
}
footer .copyright p {
  font-size: 16px;
}
footer .list-menu.list-link li > a {
  font-size: 16px;
}
footer .list-menu.list-link li > a::before {
  content: "\f105";
  font: normal normal normal 16px/1 FontAwesome;
  margin-right: 10px;
}
footer .list-menu li a:hover {
  text-decoration: none !important;
  color:var(--hoverColor);
}
.section-newsletter {
  margin-top: -160px;
  background: #fff;
  box-shadow: 0px 0px 20px 0px #ddddddab;
  margin-bottom: 80px;
  padding: 30px 60px;
  border-radius: 10px;
  display: inline-block;
  width: 100%;
  float: left;
}
.section-newsletter .d-inner-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.section-newsletter form {
  margin: 0px;
  position: relative;
  border: 1px solid var(--mainColor);
  border-radius: 14px;
  width: 380px;
  max-width: 100%;
}
.section-newsletter form input {
  margin: 0;
  border-radius: 15px;
  border-color: transparent !important;
  padding-right: 100px;
  height: 60px;
  width: 100%;
  font-size: 16px;
}
.section-newsletter form button {
  position: absolute;
  right: 5px !important;
  top: 5px;
  border-radius: 0 10px 10px 0px;
  border: none;
  background: var(--mainColor);
  color: #fff;
  text-transform: uppercase;
  height: 50px;
  font: 700 15px/25px "Quicksand";
  transition: all 0.3s ease 0s;
  padding: 0 30px;
}
.section-newsletter form button:hover {
  color: #fff;
  opacity: 0.8;
}
.section-newsletter h2 {
  font: 700 30px/32px "Quicksand";
  text-transform: capitalize;
  margin-bottom: 15px;
}
.section-newsletter .title_block {
  max-width: 400px;
}
.btn-primary-light {
  background: var(--mainColor);
  color: #fff;
  font-weight: 700;
  border-radius: 5px;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
}
.btn-primary-light:hover {
  background: #004fda;
  color: #fff;
}
footer .site-footer h4 {
  font-weight: 700;
  font-size: 1.5em;
  text-transform: capitalize;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
footer .site-footer h4::after {
  content: "";
  height: 4px;
  width: 15px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 10px;
  border: none;
}
footer .site-footer h4::before {
  content: "";
  height: 4px;
  width: 34px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 21px;
  border-radius: 10px;
  border: none;
}
footer .copyright a {
  font-weight: 500;
}
.main-nav nav .nav-item:hover > a {
  color: var(--mainColor);
}
.main-nav nav .nav-item:hover > .dropdown-menu,
.main-nav nav .nav-item li.dropdown-submenu:hover > .dropdown-menu {
  background: #fff;
  border-radius: 5px;
  border-left: 3px solid var(--mainColor);
  visibility: visible;
  opacity: 1;
  display: block !important;
  position: absolute;
  transform: translateY(0px);
}
.main-nav nav .nav-item .nav-item-lv2,
.main-nav nav .nav-item .nav-item-lv2 a {
  color: #333;
  transition: all 0.3s ease 0s;
}
.icon-menu-mobile {
  display: none;
}
.main-nav nav .nav-item .nav-item-lv2 a:hover {
  background: none;
  color: var(--mainColor);
}
.main-nav nav .nav-item > .dropdown-menu,
.main-nav nav .nav-item li.dropdown-submenu .dropdown-menu {
  display: block;
  visibility: hidden;
  transition: all 0.3s ease 0s;
  opacity: 0;
  background: #fff;
  transform: translateY(20px);
}
.item_wrap_blog {
  width: calc(100% - 1px);
}
.item_wrap_blog .time_post {
  font-size: 13px;
  font-weight: 400;
  color: #999;
  font-style: normal;
}
.item_wrap_blog .bottom {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border: none;
}
.btn-read-more2 {
  padding: 0px;
  font-weight: 700;
  font-size: 14px;
  color: var(--mainColor);
}
.w-100 {
  width: 100%;
}
.fixed-dat-lich {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 40px;
  background: var(--mainColor);
  border-radius: 5px;
  box-shadow: 0px 0px 14px 0px var(--mainColor);
  position: fixed;
  right: 10px;
  bottom: 110px;
  color: #ffff;
  padding: 0 12px;
  text-transform: uppercase;
  font-weight: 700;
  z-index: 999;
}
.fixed-dat-lich:hover {
  color: #fff;
  opacity: 0.8;
}
.fixed-dat-lich img {
  margin-right: 5px;
  filter: brightness(0) invert(1);
  max-width: 20px;
}
@keyframes play0 {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
img.effect-doctor-1 {
  animation: play0 1.5s ease infinite;
}
@media (min-width: 992px) {
  .icon-menu-mobile {
    display: none !important;
  }
  .main-nav nav .nav-item > a {
    padding: 10px 12px;
  }
  header .main-nav.sticky nav .nav-item > a {
    padding: 15px;
  }
  .main-nav nav .nav,
  .main-nav nav,
  header .main-nav {
    position: static;
  }
}
.menu-header-mobile {
  display: none;
}
@media (max-width:767px){
  .menu-header-mobile img{
    filter: brightness(0) invert(1);
  }
}
svg.color-white path {
  fill: #fff;
}
svg.color-white:hover path {
  fill: var(--mainColor);
}
@media (min-width: 1200px) {
  .section-home-category {
    min-height: 664px;
  }
  .list-favorite-main .product-box .product-thumbnail {
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 1199px) {
  .section-slide-new .product-box .product-thumbnail img {
    max-height: 218px;
  }
  .home-category-slider > a,
  .wrap-home-banner > a {
    min-width: 260px;
  }
  .product-box .product-thumbnail .image_thumb {
    min-height: 125px;
  }
  .product-box .product-info .form-nut-grid{
    opacity: 1;
  }
  .product-box:hover .product-info .form-nut-grid, .product-box:hover .product-thumbnail .quick-view,
  .product-box .product-info .form-nut-grid{
    transform: none;
  }
  .product-box .product-action .btn-compare{
    visibility: visible;
    transform: none;
  } 
}
@media (max-width:767px){
  .product-box .product-action .btn-compare{
    display:none
  }
}
.icon-menu-mobile {
  display: inline-flex;
  align-items: center;
  margin-right: 0px;
  margin-left: 5px;
  cursor: pointer;
}
.icon-menu-mobile svg path {
  stroke: #fff;
  fill: transparent;
}
.icon-menu-mobile:hover svg path {
  stroke: var(--hoverColor);
}
.icon-menu-mobile i {
  font-size: 20px;
  color: var(--mainColor);
}
.menu-header-mobile {
  display: flex;
  background: var(--mainColor);
  width: 100%;
  justify-content: space-between;
  padding: 10px;
  align-items: center;
}
.menu-header-mobile .close-menu {
  color: var(--mainColor);
}
.menu-header-mobile .close-menu svg path {
  fill: #fff;
}
.menu-header-mobile .logo img {
  max-width: 150px;
}
.menu-header-mobile i {
  font-size: 20px;
}
header .main-nav.sticky {
  width: auto !important;
}
.main-nav nav .nav-item {
  border-color: #ccc;
}
.nav-mobile .open-close2 {
  font-size: 18px;
  height: 44px;
  line-height: 44px;
}
.main-nav nav .nav-item .sub-menu-1,
.main-nav nav .nav-item .sub-menu-1 .sub-menu-2,
.main-nav nav .nav {
  border-color: #ccc;
}
.main-nav nav .nav-item .sub-menu-1 .sub-menu-2 .nav-item-lv3 {
  background: #fff;
  border: none;
}
.main-nav nav .nav-item .sub-menu-1 .nav-item-lv2 a {
  padding: 10px;
}
.main-nav nav .nav-item:hover > a,
.main-nav nav .nav-item.active > a {
  color: var(--hoverColor);
  font-weight: 700;
}
.main-nav nav .nav-item .sub-menu-1 .nav-item-lv2 {
  background: #eee;
  border-color: #ccc;
}
.main-nav nav .nav-item .sub-menu-1 .nav-item-lv2 > a {
  color: #333;
}
.main-nav nav .nav-item .sub-menu-1 .nav-item-lv2 > a + .open-close2 {
  color: #333;
}
.main-nav nav .nav {
  overflow: inherit;
  background: #f2f2f2;
  max-height: inherit;
  margin: 0;
}
.main-nav nav .nav-item > a {
  font: 700 14px/20px "Quicksand";
  text-transform: uppercase;
  padding: 12px 10px !important;
}
.nav-mobile {
  display: block;
}
.main-nav nav .nav-item.active > a {
  color: var(--hoverColor);
}
.section-slide-new.slider-product {
  padding: 60px 0;
  background: #fff;
  background-repeat: no-repeat;
  background-position: bottom right;
}
.section-slide-new.slider-product hr {
  margin: 50px 0;
  border-color: #e4e6e7;
}
.body_index .header {
  position: relative;
  top: 0px;
  left: 0;
  width: 100%;
  background: var(--mainColor);
}
.body_index .header .bg-cover:after {
  display: none;
}
.body_index .quick-view-product .header {
  position: static;
}
.main-nav nav .mega-content .level1.item a {
  font-weight: 400;
}
.main-nav nav .mega-content .level1.item h2 a {
  font-weight: 700;
}
.ovelay-menu {
  position: fixed;
  background: #000;
  opacity: 0.5;
  top: 0px !important;
  display: block;
  z-index: 9991;
  width: 100%;
  height: 100%;
  right: 0;
  left: inherit;
  overflow: hidden;
  transition: all 0.3s ease 0s;
  opacity: 0;
  transform: translateX(2000px);
}
.ovelay-menu.active {
  opacity: 0.7;
  transform: translateX(0px);
}
.main-nav nav .nav-item {
  display: inline-block;
  width: auto;
  border: none;
}
header nav .nav-item .dropdown-menu {
  display: none !important;
  position: static;
  border: none;
}
header .main-nav,
header .main-nav.sticky {
  position: relative !important;
  height: auto;
  background: none;
  width: auto !important;
  left: inherit !important;
  display: block;
}
header .header-main .main-nav {
  display: none !important;
}
.main-nav nav .nav {
  background: none;
  text-align: left;
}
.nav-mobile .open-close2 {
  display: none;
}
@media (max-width: 991px) {
  .row-flex-detail {
    flex-direction: column;
  }
  .main-nav nav .nav-item .nav-item-lv2 a,
  .main-nav nav .nav-item .nav-item-lv2 li.nav-item-lv3 a {
    padding-left: 15px !important;
  }
  .main-nav nav .nav-item .nav-item-lv2 > a {
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 6px;
  }
  .main-nav nav .nav-item li.dropdown-submenu.nav-item-lv2 .dropdown-menu {
    border: none !important;
    padding-top: 0 !important;
    padding-left: 0 !important;
  }
  .main-nav nav .nav-item .nav-item-lv2 .open-close2 {
    display: none;
  }
  .wrap-bestseller-home .bestseller-left,
  .wrap-bestseller-home .bestseller-right {
    max-width: inherit;
    text-align: left;
  }
  .wrap-bestseller-home .bestseller-left .title {
    transform: rotateX(-180deg);
  }
  .wrap-bestseller-home .bestseller-left .title h3 {
    transform: rotateX(-180deg);
    padding-bottom: 40px;
    padding-left: 50px;
  }
  .list-favorite-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .header {
    min-height: 77.25px;
  }
  .wrap-bestseller-home {
    gap: 10px;
    flex-direction: column;
  }
  .wrap-bestseller-home .bestseller-left .title h3 {
    font-size: 18px;
  }
  .section-home-flash-sale .title-page {
    margin: 0 auto 20px;
  }
  .wrap-bestseller-home > div {
    flex: 0 0 calc(33.33% - 7px);
  }
  header .header-main .main-nav.main-nav-desktop {
    display: none !important;
  }
  .wrap-newsletter {
    padding: 30px 0;
  }
  .section-title {
    font-size: 26px;
    line-height: 30px;
  }
  .section-text {
    font-size: 14px;
  }
  .title-text h2 {
    font-size: 26px;
    line-height: 30px;
  }
  .heading-cart {
    padding: 0;
    margin: 0;
  }
  .header-main {
    z-index: 99991;
  }
  header .header-main .main-nav {
    display: block !important;
  }
  header .header-main .main-nav .full-width {
    overflow-y: auto;
    max-height: calc(100vh - 58px);
  }
  header .main-nav,
  header .main-nav.sticky {
    position: fixed !important;
    padding: 0px;
    display: block !important;
    width: 320px !important;
    left: inherit !important;
    right: -330px !important;
    top: 0px;
    background: #f5f2eb;
    z-index: 9999;
    height: 100vh;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  header .main-nav.active,
  header .main-nav.sticky.active {
    left: inherit !important;
    right: 0px !important;
  }
  .main-nav nav .nav-item > a,
  .main-nav nav .nav-item.active > a {
    color: #333;
  }
  .main-nav nav .nav-item {
    width: 100%;
    border-bottom: 1px solid #ccc;
  }
  .main-nav nav .nav-item {
    width: 100%;
    border-bottom: 1px solid #ccc;
  }
  .history-about .item .text > span {
    min-width: 100px;
  }
  .history-about .item {
    padding: 0 0 30px 30px;
  }
  footer .logo-footer img {
    max-width: 120px;
  }
  footer {
    padding-top: 50px;
  }
  .topbar {
    padding: 0px;
  }
  .topbar .right {
    padding-left: 20%;
  }
  .topbar .list-inline a {
    font-size: 13px;
  }
  .topbar .hotline-head img {
    width: 30px;
  }
  .header-main .logo img {
    max-width: 120px;
  }
  .topbar .hotline-head a span {
    font-size: 10px;
  }
  .topbar .hotline-head a span:nth-child(2) {
    font-size: 16px;
    line-height: 20px;
  }
  .topbar .hotline-head a {
    margin-top: 7px;
  }
  .container.space-top-40 {
    margin-top: 0px;
  }
  .footer .col-sm-12 .footer-widget {
    width: 50%;
    float: left;
  }
  .section-newsletter {
    padding: 20px;
    margin-bottom: 50px;
  }
  .section-newsletter h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .section-newsletter p {
    font-size: 12px;
  }
  .site-footer {
    margin-bottom: 0px;
  }
  .section-newsletter .title_block {
    max-width: 240px;
  }
  .section_blogs {
    padding-bottom: 10px;
    margin-top: 0px;
  }
  .header-main .logo {
    display: flex;
    margin-top: 0px;
    line-height: 0;
    top: -38px;
  }
  .header-main .menu-header-mobile .logo {
    position: static;
    transform: translateY(0);
  }
  .header-main .menu-header-mobile .logo img {
    max-width: 70px;
  }
  .main-nav nav .nav-item:hover > .dropdown-menu,
  .main-nav nav .nav-item:hover > .mega-content {
    display: none !important;
  }
  .main-nav nav .nav-item .dropdown-menu.active {
    display: block !important;
    opacity: 1;
    transform: translate(0, 0);
    visibility: visible;
    position: static;
    width: 100%;
    box-shadow: none;
    border-radius: 0;
    border: none;
  }
  .main-nav nav .mega-content .level0-wrapper2 {
    padding: 0;
  }
  .main-nav nav .nav-item .mega-content.active {
    display: block !important;
    position: static;
    box-shadow: none;
  }
  .main-nav nav .mega-content .level1.item {
    width: 100%;
  }
  .main-nav nav .nav-item a i,
  .main-nav .banner-mega-content {
    display: none;
  }
  .main-nav nav .nav-item.has-mega {
    position: relative;
  }
  .main-nav nav .mega-content .level1.item h2 a {
    font-size: 14px;
  }
  .main-nav nav .mega-content .level1.item h2 {
    margin: 0;
  }
  .nav-mobile .open-close2 {
    display: inline-block;
  }
}
footer .list-menu.social-media-footer a {
  border-radius: 5px;
}
.rte.description {
  word-break: break-word;
}
.owl-carousel:not(.tns-slider) > a:nth-child(n + 2),
.owl-carousel:not(.tns-slider) > div:nth-child(n + 2) {
  display: none !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  section.products-view.products-view-grid .col-xs-6.col-lg-3 {
    width: 33.33%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  section.products-view.products-view-grid
    .col-xs-6.col-lg-3:nth-child(3n + 1) {
    clear: both;
  }
  .category-products .product-box .product-thumbnail,
  .list-favorite-main .product-box .product-thumbnail {
    height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  footer .list-menu {
    display: block !important;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .product-detail-flash-sale {
    margin-top: 30px;
  }
  .product-detail-flash-sale h3 {
    font-size: 14px;
  }
  .section-home-category:before,
  .wrap-home-banner::before {
    content: "";
    display: block;
    bottom: 30px;
    right: 0px;
    position: absolute;
    width: 50px;
    height: 305px;
    background: linear-gradient(-90deg, #fff, transparent);
    z-index: 2;
  }
  .wrap-home-banner:before {
    height: 260px;
    right: 15px;
  }
 
  .owl-carousel .swiper-button-next,
  .owl-carousel .swiper-button-prev {
    width: 30px;
    height: 30px;
  }
  .owl-carousel .swiper-button-next::after,
  .owl-carousel .swiper-button-prev::after {
    font-size: 10px;
  }
  .product-box .tag-km span img {
    height: 12px;
  }
  .product-box .tag-km span {
    font-size: 10px;
  }
  .product-tab .tab-link h3 {
    width: 100%;
  }
  .header .middle-header {
    padding: 0;
  }
  .sidebarAllMainCompare .sidebarAllBody .itemMainCompare,
  .sidebarAllMainCompare .sidebarAllBody .itemMainCompareNone {
    min-width: 300px;
  }
  #pageCompare .content-page table {
    width: 180%;
    max-width: inherit;
  }
  .list-favorite-list {
    grid-template-columns: 1fr 1fr;
  }
  .row-flex-detail {
    flex-direction: column;
  }
  .section-home-flash-sale .d-flex {
    flex-direction: column;
  }
  .header {
    min-height: 60px;
  }
  .min-height-200 {
    min-height: 200px;
  }
  .title-page {
    margin-bottom: 10px;
  }
  .team-company .images .img-responsive {
    max-width: 180px;
  }
  .team-company .images .border {
    right: inherit;
    bottom: -20px;
    max-width: 130px;
    left: 88px;
  }
  .section-team-company {
    padding: 50px 0 10px;
  }
  .section-home-flash-sale .d-flex > .tns-outer{
    max-width: 100%;
  }
  .section-home-flash-sale .title-page {
    margin-bottom: 0;
  }
  .section-home-category,
  .section-home-banner,
  .section-home-flash-sale,
  .section-home-bestseller {
    padding: 30px 0;
  }
  .wrap-bestseller-home .bestseller-right li {
    font-size: 14px;
  }
  .section-home-category .title-page {
    margin-bottom: 10px;
  }
  .title-page h2 {
    font-size: 18px;
    line-height: 22px;
    margin: 10px 0;
  }
  .title-page .icon-title .ic-left {
    right: 100%;
  }
  .title-page .icon-title .ic-right {
    left: 100%;
  }
  .title-page .icon-title img {
    max-width: 36px;
  }
  .title-page p {
    font-size: 16px;
    line-height: 18px;
  }
  .team-company .item {
    flex-direction: column;
    gap: 10px;
  }
  .home-category-slider h3 {
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 18px;
  }
  .tns-outer .tns-controls button {
    width: 30px;
    height: 30px;
  }
  .tns-outer .tns-controls button::before {
    font-size: 18px;
  }
  .wrap-brand {
    margin: 30px 0 0;
  }
  .products-view.products-view-grid > .row {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
  }
  .products-view.products-view-grid > .row .product-box {
    margin-bottom: 0;
    height: 100%;
  }
  .list-blogs-link .tns-outer .tns-controls button[data-controls="prev"] {
    left: 20px;
  }
  .list-blogs-link .tns-outer .tns-controls button[data-controls="next"] {
    right: 20px;
  }
  .halu-card-hori .col-item {
    flex-direction: column;
  }
  .wrap-newsletter form {
    width: 100%;
  }
  .wrap-newsletter {
    padding: 50px 0;
  }
  .wrap-newsletter .box-text {
    width: 100%;
    padding: 0 0 10px 0;
  }
  .section_blogs {
    padding-top: 30px;
  }
  .section-slide-new.slider-product {
    padding: 40px 0;
  }
  .section-slide-new.slider-product hr {
    margin: 30px 0;
  }
  .btn-primary-border {
    font-size: 14px;
  }
  .close-search svg {
    width: 20px;
  }
  .header-main .d-flex-desktop .header-right {
    transform: scale(0.8) translateX(25px);
  }
  .topbar {
    display: none;
  }
  .owl-carousel.height-162 {
    min-height: 162px;
    overflow: hidden;
  }
  .owl-carousel.height-340 {
    height: 340px;
    overflow: hidden;
  }
  .owl-carousel.height-220 {
    min-height: 220px;
    overflow: hidden;
  }
  .owl-carousel.height-570 {
    height: 570px;
    overflow: hidden;
  }
  .product-box .product-thumbnail {
    overflow: hidden;
  }
  .product-box .product-thumbnail img {
    max-height: 130px !important;
  }
  .products-view .product-box .product-thumbnail img {
    max-height: 130px;
  }
  .body_index .header .middle-header {
    padding: 0;
  }
  .btn-orange {
    line-height: 34px;
    height: 36px;
    min-width: 120px;
  }
  .tns-inner .product-thumbnail img {
    max-height: 160px;
  }
  .product-tab ul.tabs.tabs-title li {
    border-bottom: 1px solid #eee;
  }
  .product-tab ul.tabs.tabs-title li:last-child {
    border-bottom: none;
  }
  .product-box .product-thumbnail {
    height: 130px;
  }
  .product-box .product-info .product-name {
    font-size: 12px;
    -webkit-line-clamp: 2;
    max-height: 34px;
  }
  .history-about .item .text h3 {
    font: 700 22px/25px "Quicksand";
  }
  .history-about .item .text > span {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .history-about .item:before {
    left: 0px;
  }
  .history-about .item:nth-child(odd) .text > span {
    text-align: left;
  }
  .history-about .item:nth-child(odd) .text > span:before,
  .history-about .item .text > span:before {
    left: -22px;
    right: inherit;
    width: 15px;
  }
  .history-about .item .text > span {
    font-size: 22px;
  }
  .history-about .item > div:first-child {
    padding: 0px;
  }
  .history-about .item:nth-child(odd) .text > span:after,
  .history-about .item .text > span:after {
    left: -33px;
    right: inherit;
  }
  .history-about .item:nth-child(odd) > div:nth-child(2),
  .history-about .item > div:nth-child(2),
  .history-about .item:nth-child(odd) > div:first-child {
    padding: 0;
  }
  .history-about .item:nth-child(odd),
  .history-about .item:nth-child(odd) .text,
  .history-about .item,
  .history-about .item .text {
    flex-direction: column;
  }
  .title-home p {
    font-size: 16px;
  }
  .title-home h3 {
    font-size: 18px;
  }
  .wrap-shipping > .item {
    margin: 0 7px 10px;
  }
  .topbar .list-inline a {
    font-size: 0px;
  }
  .topbar .list-inline a i {
    font-size: 14px;
  }
  .topbar .hotline-head a span:nth-child(n) {
    font-size: 0px;
  }
  .breadcrumb li {
    font-size: 12px;
  }
  .breadcrumb-container {
    padding: 25px 10px;
  }
  .breadcrumb-container .title-page {
    font-size: 18px;
  }
  .product-box .product-action .btn-cart {
    font-size: 0px;
    height: 30px;
    line-height: 30px;
  }
  .products-view.products-view-grid > .row {
    margin: 0px -5px;
  }
  .products-view.products-view-grid > .row > .col-xs-6 {
    padding: 0 5px;
  }
  .products-view.products-view-grid > .row > .col-xs-6:nth-child(2n + 1) {
    clear: both;
  }
  .product-box .product-info .form-nut-grid button i {
    vertical-align: -5px;
    font-size: 14px;
    margin:0 auto
  }
  .product-box .product-thumbnail .image_thumb {
    min-height: inherit;
  }
  .header-main .logo img {
    max-height: 40px;
  }
  .header-main {
    padding: 10px 0;
  }
  .header-main .right .topbar__right .heading-cart {
    padding: 0px;
    margin-top: -2px;
  }
  .heading-cart .w-36 {
    width: 30px;
  }
  .topbar .d-flex {
    line-height: 0;
    min-height: 40px;
  }
  .topbar ul.list-inline li + li:before {
    top: 3px;
  }
  .topbar a {
    font-size: 12px;
  }
  .topbar a i {
    font-size: 12px;
  }
  .slider-product .text h3 {
    margin-top: 10px;
    font: 700 14px/20px "Quicksand";
    height: auto;
  }
  .slider-product .action-bottom .btn-primary {
    font-size: 14px;
    padding: 0 10px;
  }
  .slider-product .action-bottom p.price-old {
    font-size: 12px;
  }
  .slider-product .action-bottom p {
    font: 700 16px/20px "Quicksand";
  }
  .icon-click-search:before {
    display: none;
  }
  .icon-click-search {
    height: 30px;
    justify-content: flex-start;
    margin: 0px;
  }
  .title-home {
    margin-bottom: 15px;
  }
  .popup-sapo .content {
    transform: scale(0.9);
  }
  .popup-sapo.active .content {
    transform: scale(0);
  }
}
#thumblist_quickview .owl-item li > a img {
  border: 1px solid transparent;
}
#thumblist_quickview .owl-item li.active > a img {
  border: 1px solid var(--mainColor);
}
@media (max-width: 639px) {
  .product-detail-flash-sale {
    flex-direction: column;
    gap: 6px;
    height: inherit;
  }
  .title-text h2 {
    font-size: 20px;
    line-height: 28px;
  }
  .product-box .product-info .price-box .special-price .price {
    font-size: 14px;
  }
  .product-box .product-info .price-box .old-price .price {
    font-size: 12px;
  }
  .section-newsletter form input {
    font-size: 14px;
    height: 50px;
  }
  .section-newsletter form button {
    font-size: 12px;
    padding: 0 20px;
    height: 40px;
  }
  .section-newsletter .d-inner-flex {
    flex-direction: column;
  }
  .section-newsletter .title_block {
    max-width: 100%;
  }
  .section-newsletter h2 {
    margin-top: 5px;
  }
  .footer .col-sm-12 .footer-widget {
    width: 100%;
  }
  .height-500-mobile {
    height: 500px !important;
  }
  .header_search .input-group .search-text {
    font-size: 14px;
    padding: 0px;
  }
  .header_search button {
    font-size: 16px;
  }
}
@media (max-width: 460px) {
  .product-box .product-thumbnail {
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .product-box .product-info .price-box .special-price .price {
    font-size: 12px;
  }
  .product-box .product-info {
    padding: 12px 5px 12px;
  }
}
@media (max-width: 480px) {
  .bg-slider-opcity .opcity-8 {
    height: inherit;
  }
  .bg-slider-opcity {
    height: inherit;
    overflow: hidden;
  }
}
@media (min-width: 481px) {
  .owl-carousel.tns-slider {
    height: auto !important;
  }
}
@media (max-width: 543px) {
  .section_blogs .item_wrap_blog h3 a {
    min-height: inherit;
  }
  .chinhsach-pro {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1199px) {
  .wrap-bestseller-home .bestseller-left .title h3 {
    font-size: 16px;
  }
  .main-nav nav .nav-item li.dropdown-submenu.nav-item-lv2 .dropdown-menu {
    position: static;
    display: block !important;
    visibility: visible;
    border-left: none;
    opacity: 1;
    transform: translate(0px, 0px);
    width: 100%;
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .main-nav nav .nav-item .nav-item-lv2 li.nav-item-lv3 {
    border: none;
  }
  .main-nav nav .nav-item .nav-item-lv2 li.nav-item-lv3 a {
    padding: 5px 10px;
  }
  .main-nav nav .nav-item li.dropdown-submenu i.fa-angle-right:before {
    content: "\f107";
  }
}
.img-auto {
  width: auto !important;
  height: auto !important;
}
.img-full {
  width: 100% !important;
  height: auto !important;
}
.body_index .swatch .header {
  position: static;
}
.body_index .copyright b {
  display: none;
}
.body_index .copyright a {
  display: inline-block;
}
.copyright a {
  display: none;
}
.color-main,
.quickview-info .vendor a {
  color: var(--mainColor);
}
.round-full {
  border-radius: 100%;
}
.bg-white {
  background: #fff;
}
.navigation-arrows {
  display: none;
}
@media (min-width: 992px) {
  .main-nav nav .nav-item li.dropdown-submenu .dropdown-menu,
  .main-nav nav .nav-item li.dropdown-submenu:hover > .dropdown-menu {
    top: 0px !important;
    left: 100% !important;
    position: absolute;
  }
  .main-nav nav .nav-item .nav-item-lv2,
  .main-nav nav .nav-item .nav-item-lv3 {
    border-bottom: 1px dashed #ccc;
  }
  .main-nav nav .nav-item .nav-item-lv2:last-child,
  .main-nav nav .nav-item .nav-item-lv3:last-child {
    border-bottom: none;
  }
  header .header-main .main-nav.main-nav-desktop {
    height: 44px;
    margin-top: 9px;
    overflow: hidden;
  }
  .header-main .d-flex-desktop nav > ul > li > a {
    transition: inherit;
  }
  .header-main .d-flex-desktop nav > ul > li {
    position: static;
    float: left;
  }
  .header-main .d-flex-desktop .has-dropdown:hover .dropdown-menu {
    left: inherit;
    top: 52px;
  }
  header .header-main .main-nav.main-nav-desktop.overflow .navigation-arrows {
    align-items: center;
    gap: 8px;
    color: #fff;
  }
  header
    .header-main
    .main-nav.main-nav-desktop.overflow
    .navigation-arrows
    .fa {
    cursor: pointer;
  }
  header
    .header-main
    .main-nav.main-nav-desktop.overflow
    .navigation-arrows
    .disabled {
    opacity: 0.5;
  }
}
.section_flashsale .product-flash-swiper {
  margin-bottom: 20px;
}
.section_flashsale .group_title_index_flash {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  .section_flashsale .group_title_index_flash {
    flex-direction: column;
    align-items: center;
  }
}
.section_flashsale .group_title_index_flash .title {
  margin-bottom: 0;
  padding:0;
}
@media (max-width: 767px) {
  .section_flashsale .group_title_index_flash .title {
    line-height: 20px;
  }
}
.section_flashsale .group_title_index_flash .title .title-name {
  margin-bottom: 0;
  position: relative;
  font-size: 26px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 767px) {
  .section_flashsale .group_title_index_flash .title .title-name {
    font-size: 20px;
    margin-bottom: 5px;
    display: block;
  }
}
.section_flashsale .group_title_index_flash .title .title-name img {
  height: 35px;
  width: auto;
  animation: 0.8s linear 0s infinite normal none running pulseSmall;
}
@-webkit-keyframes pulseSmall {
  50% {
    opacity: 0.3;
    transform: scale(1.3);
  }
}
.section_flashsale .group_title_index_flash .title a:hover {
  color: var(--mainColor);
}
.section_flashsale .count-down {
  display: inline-block;
  font-size: 14px;
  padding: 0;
  text-align: right;
  background: transparent;
}
.section_flashsale .count-down .timer-view {
  display: inline;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.section_flashsale .count-down .timer-view .block-timer {
  width: 50px;
  height: 50px;
  display: inline-flex;
  color: #fff;
  justify-content: center;
  align-items: center;
  background: var(--mainColor);
  border:1px solid #fff;
  margin: 5px;
  border-radius: 5px;
  margin-bottom: 0;
}
@media (max-width: 374px) {
  .section_flashsale .count-down .timer-view .block-timer {
    width: 35px;
    height: 35px;
    margin: 2px;
    margin-bottom: 0;
  }
}
.section_flashsale .count-down .timer-view .block-timer p {
  margin-bottom: 0;
  font-size: 16px;
}
@media (max-width: 374px) {
  .section_flashsale .count-down .timer-view .block-timer p {
    font-size: 11px;
  }
}
.section_flashsale .count-down .timer-view .block-timer p b {
  display: block;
  font-size: 20px;
  line-height: 20px;
}
@media (max-width: 374px) {
  .section_flashsale .count-down .timer-view .block-timer p b {
    font-size: 14px;
  }
}
.section_flashsale .count-down .timer-view .block-timer:first-child {
  margin-left: 0;
}
.section_flashsale .count-down .timer-view > span {
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
  position: relative;
  top: 11px;
  color: #fff;
}
.section_flashsale .elio-productcount .countdown .line {
  height: 8px;
  background: #dfdfdf;
  border-radius: 5px;
}
.section_flashsale .elio-productcount .countdown .line span {
  width: 62%;
  display: block;
  height: 8px;
  border-radius: 5px;
  background-color: var(--subColor);
  -webkit-animation: progress_bar_fill 2s linear infinite;
  animation: progress_bar_fill 2s linear infinite;
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 40px 40px;
}
.section_flashsale .elio-productcount .countdown .title {
  font-weight: 700;
  margin-top: 2px;
  display: block;
}
@keyframes progress_bar_fill {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 40px 0;
  }
}
.section_flashsale .thumb-flasale {
  padding: 10px;
  border-radius: 5px;
}
.section_flashsale .text-banner-slider {
  color: #fff;
  margin-bottom: 10px;
  font-size: 16px;
  text-align: center;
}
.section_flashsale .text-banner-slider a {
  color: #fff;
}
.section_flashsale .text-banner-slider a:hover {
  color: var(--mainColor);
}
.section_flashsale .text-banner-slider .swiper-wrapper {
  transition-timing-function: linear;
  align-items: center;
}
.section_flashsale .see-more-flash {
  text-align: center;
  margin-top: 20px;
  position: relative
}
.section_flashsale .see-more-flash a {
  display: inline-block;
  padding: 5px 15px;
  font-size: 16px;
  border: 2px solid #fff;
  border-radius: 5px;
  color: #fff;
}
.section_flashsale .see-more-flash a:hover {
  background: var(--mainColor);
  color: #fff;
  border: 2px solid var(--mainColor);
}
.section_flashsale .product-action .product-info {
  min-height: 160px;
}
.section_flashsale .product-action .btn-views {
  bottom: 55px;
}
.section_flashsale .product-action .btn-views:hover {
  bottom: 60px;
}