/**
 * NukeViet Content Management System
 * @version 4.x
 * @author VINADES.,JSC <contact@vinades.vn>
 * @copyright (C) 2009-2021 VINADES.,JSC. All rights reserved
 * @license GNU/GPL version 2 or any later version
 * @see https://github.com/nukeviet The NukeViet CMS GitHub project
 */

:root {
	--mainColor: #37bee3;
	--hoverColor: #0282a5;
	--textColor: #1b2830;
	--priceColor: #ff4440;
	--gradient1: #0282a5;
	--gradient2: #37bee3;
}

html::-webkit-scrollbar {
  width:8px;
  background-color:#f5f5f5;
}

html::-webkit-scrollbar-track {
  -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
  background-color:#f5f5f5;
}

html::-webkit-scrollbar-thumb {
  -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
  background:var(--mainColor);
}

body {
  font-size:14px;
  font-family:Roboto,sans-serif;
}

svg {
  width:24px;
  height:24px;
}

body.activedestop {
  margin-top:225px;
  transition:all .5s ease;
}

@media (min-width:1366px) {
  .container {
    max-width:1266px;
  }
}

.row.row-75Gutter {
  margin-left:-7.5px;
  margin-right:-7.5px;
}

.row.row-75Gutter>[class*="col-"] {
  padding-left:7.5px;
  padding-right:7.5px;
}

a {
  color:var(--textColor);
  transition:all .3s;
}

a:hover {
  color:var(--mainColor);
}

ul,
ol {
  margin:0;
  padding:0;
  list-style:none;
}

.relative {
  position:relative;
}

.alert {
  position:relative;
  padding:.75rem 1.25rem;
  margin-bottom:1rem;
  border:1px solid transparent;
  border-radius:.25rem;
}

.swiper-button-prev {
  background:none;
}

.swiper-button-next {
  background:none;
}

.alert-heading {
  color:inherit;
}

.alert-link {
  font-weight:700;
}

.alert-dismissible .close {
  position:absolute;
  top:0;
  right:0;
  padding:10px;
  color:inherit;
  border:initial;
  background:initial;
}

.alert-primary {
  color:#004085;
  background-color:#cce5ff;
  border-color:#b8daff;
}

.alert-primary hr {
  border-top-color:#9fcdff;
}

.alert-primary .alert-link {
  color:#002752;
}

.alert-secondary {
  color:#383d41;
  background-color:#e2e3e5;
  border-color:#d6d8db;
}

.alert-secondary hr {
  border-top-color:#c8cbcf;
}

.alert-secondary .alert-link {
  color:#202326;
}

.alert-success {
  color:#155724;
  background-color:#d4edda;
  border-color:#c3e6cb;
}

.alert-success hr {
  border-top-color:#b1dfbb;
}

.alert-success .alert-link {
  color:#0b2e13;
}

.alert-info {
  color:#0c5460;
  background-color:#d1ecf1;
  border-color:#bee5eb;
}

.alert-info hr {
  border-top-color:#abdde5;
}

.alert-info .alert-link {
  color:#062c33;
}

.alert-warning {
  color:#856404;
  background-color:#fff3cd;
  border-color:#ffeeba;
}

.alert-warning hr {
  border-top-color:#ffe8a1;
}

.alert-warning .alert-link {
  color:#533f03;
}

.alert-danger {
  color:#721c24;
  background-color:#f8d7da;
  border-color:#f5c6cb;
}

.alert-danger hr {
  border-top-color:#f1b0b7;
}

.alert-danger .alert-link {
  color:#491217;
}

.alert-light {
  color:#818182;
  background-color:#fefefe;
  border-color:#fdfdfe;
}

.alert-light hr {
  border-top-color:#ececf6;
}

.alert-light .alert-link {
  color:#686868;
}

.alert-dark {
  color:#1b1e21;
  background-color:#d6d8d9;
  border-color:#c6c8ca;
}

.alert-dark hr {
  border-top-color:#b9bbbe;
}

.alert-dark .alert-link {
  color:#040505;
}

.alert-dismissible .close {
  position:absolute;
  top:0;
  right:0;
  padding:.75rem 1.25rem;
  color:inherit;
  border:initial;
  background:initial;
}

figcaption {
  text-align:center;
  margin:10px 0;
}

.close {
  float:right;
  font-size:21px;
  font-weight:bold;
  line-height:1;
  color:#000;
  text-shadow:0 1px 0 #fff;
  opacity:0.2;
  filter:alpha(opacity=20);
}

button.close {
  padding:0;
  cursor:pointer;
  background:transparent;
  border:0;
  -webkit-appearance:none;
}

.mrb-8 {
  margin-bottom:8px;
}

.mrb-10 {
  margin-bottom:10px;
}

.mrb-20 {
  margin-bottom:20px;
}

.mrb-30 {
  margin-bottom:30px;
}

.mrb-50 {
  margin-bottom:50px;
}

.mrt-20 {
  margin-top:20px;
}

.mrt-30 {
  margin-top:30px;
}

.pdt-30 {
  padding-top:30px;
}

@media (min-width:1200px) {
  .col-xl-custom {
    -ms-flex:0 0 20%;
    flex:0 0 20%;
    max-width:20%;
  }
}

.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
  width:40px;
  height:40px;
  display:flex;
  justify-content:center;
  align-items:center;
  top:50%;
  transform:translateY(calc(-50% - 0));
  margin:0;
  transition:.3s;
  outline:none;
  background:#F5F7F8;
  border-radius:50%;
}

.swiper-container .swiper-button-next:after,
.swiper-container .swiper-button-prev:after {
  font-size:14px;
  font-weight:bold;
  color:var(--textColor);
}

.swiper-container .swiper-button-next:hover,
.swiper-container .swiper-button-prev:hover {
  background-color:var(--mainColor);
}

.swiper-container .swiper-button-next:hover:after,
.swiper-container .swiper-button-prev:hover:after {
  color:#fff;
}

.swiper-pagination .swiper-pagination-bullet {
  height:11px;
  width:11px;
  opacity:.5;
  margin:0 3px;
  transition:all .3s;
  vertical-align:middle;
  background-color:#D9D9D9;
}

.swiper-pagination .swiper-pagination-bullet-active {
  opacity:1;
  background-color:var(--mainColor);
}

.line-clamp {
  display:block;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  position:relative;
  line-height:1.4 !important;
  overflow:hidden;
  text-overflow:ellipsis;
  padding:0 !important;
}

.line-clamp:after {
  content:'';
  text-align:right;
  bottom:0;
  right:0;
  width:25%;
  display:block;
  position:absolute;
  height:calc(1em * 1.4);
  background:linear-gradient(to right,rgba(255,255,255,0),#fff 75%);
}

@supports (-webkit-line-clamp:1) {
  .line-clamp:after {
  display:none !important;
}
}

.line-clamp-1 {
  -webkit-line-clamp:1;
  height:calc(1em * 1.4 * 1);
}

.line-clamp-2 {
  -webkit-line-clamp:2;
  height:calc(1em * 1.4 * 2);
}

.line-clamp-3 {
  -webkit-line-clamp:3;
  height:calc(1em * 1.4 * 3);
}

.text-center {
  text-align:center;
}

.btn-view {
  color:#fff;
  font-size:16px;
  font-weight:bold;
  display:inline-block;
  padding:12px 35px;
  border-radius:30px;
  background-color:var(--mainColor);
  border:1px solid var(--mainColor);
}

.btn-view:hover {
  color:var(--mainColor);
  background-color:#fff;
}

.block-title {
  text-align:center;
  margin-bottom:20px;
}

.block-title h2 {
  color:var(--textColor);
  font-size:30px;
  margin-bottom:0;
  line-height:1.2;
  font-weight:500;
  position:relative;
}

.block-title h2 a {
  color:var(--textColor);
}

.block-title h2 a:hover {
  color:var(--mainColor);
}

.top-bar {
  color:#fff;
  font-size:14px;
  padding:8px 0;
  background-color:var(--hoverColor);
}

.top-bar .top-address {
  display:flex;
  align-items:center;
}

.top-bar .top-address .icon {
  width:18px;
  margin-right:6px;
  height:18px;
}

.top-bar .top-address .icon svg {
  width:18px;
  height:18px;
}

.top-bar .top-address .content {
  width: auto;
  margin-right: 20px;
}

.top-bar .top-email {
  display:flex;
  align-items:center;
  justify-content:flex-end;
}

.top-bar .top-email li {
  display:flex;
  align-items:center;
  position:relative;
}

.top-bar .top-email li a {
  color:#fff;
  font-size:14px;
  position:relative;
}

.top-bar .top-email li a:hover {
  opacity:.7;
}

.top-bar .top-email .email {
  display:flex;
  align-items:center;
  position:relative;
}

.top-bar .top-email .email .icon {
  width:18px;
  margin-right:6px;
}

.top-bar .top-email .email .icon svg {
  width:18px;
  height:18px;
}

.top-bar .top-email .email .content {
  width:calc(100% - 25px);
}

.top-bar .top-email .header-wish .icon {
  position:relative;
  margin-right:6px;
}

.top-bar .top-email .header-wish .icon .count-item {
  width:13px;
  height:13px;
  line-height:13px;
  background-color:var(--mainColor);
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:4px;
  font-size:11px;
  font-weight:500;
  color:#fff;
  position:absolute;
  right:-5px;
  top:-5px;
}

.top-bar .top-email .header-line {
  padding-left:10px;
  margin-left:10px;
}

.top-bar .top-email .header-line:before {
  content:'';
  position:absolute;
  left:0;
  top:4px;
  width:1px;
  height:14px;
  background-color:#fff;
}

.top-bar .top-email .header-line svg {
  width:18px;
  height:18px;
}

#header {
  position:relative;
}

#header .header-middle {
  padding:10px 0;
}

@media (max-width:991px) {
  #header .header-middle .col-menu {
    order:1;
  }
}

#header .header-middle .menu-bar .iconmenu {
  display:inline-block;
  vertical-align:bottom;
  text-transform:uppercase;
  color:var(--mainColor);
}

#header .header-middle .menu-bar .iconmenu span {
  text-align:left;
  display:block;
  width:23px;
  height:2px;
  background:var(--mainColor);
  margin-bottom:6px;
}

#header .header-middle .menu-bar .iconmenu span:nth-child(2) {
  width:12px;
}

#header .header-middle .menu-bar .iconmenu span:nth-child(3) {
  width:17px;
}

@media (max-width:991px) {
  #header .header-logo {
    text-align:center;
    display:flex;
    align-items:center;
    justify-content:space-between;
  }
}

#header .header-logo .logo img {
  max-height:57px;
  width:auto;
}

@media (max-width:991px) {
  #header .header-logo .logo img {
    max-height:50px;
  }
}

#header .header-control {
  text-align:left;
}

#header .header-control .ul-control {
  display:inline-flex;
  align-items:center;
  gap:15px;
  width:100%;
}

#header .header-control .ul-control .control-item {
  display:flex;
  align-items:center;
  width:50%;
}

#header .header-control .ul-control .control-item .icon {
  width:45px;
  margin-right:10px;
}

#header .header-control .ul-control .control-item .icon img {
  width:45px;
  height:45px;
}

#header .header-control .ul-control .control-item .text {
  width:calc(100% - 55px);
}

#header .header-control .ul-control .control-item .text .title {
  color:var(--textColor);
  display:block;
  font-size:14px;
  font-style:normal;
  font-weight:400;
}

#header .header-control .ul-control .control-item .text .desc {
  color:var(--textColor);
  display:block;
  font-size:14px;
  font-style:normal;
  font-weight:400;
}
#header .header-control .ul-control .control-item .text .desc p{
    margin: 0;
}
#header .header-control .ul-control .control-item .text .desc strong {
  color:#D19E90;
  font-weight:600;
}

#header .header-control .ul-control .menu-bar {
  width:40px;
  height:40px;
  align-items:center;
  justify-content:center;
  margin-left:7px;
}

#header .header-control .ul-control .menu-bar svg {
  width:25px;
}

@media (max-width:991px) {
  #header .header-control .ul-control .menu-bar {
    display:inline-flex !important;
  }
}

@media (max-width:767px) {
  #header .header-control .ul-control .menu-bar {
    width:31px;
    height:31px;
  }
}

@media (max-width:991px) {
  #header .header-control .ul-control {
    display:flex;
    justify-content:space-between;
  }
}

@media (max-width:991px) {
  #header .header-control {
    margin-top:15px;
  }
}

.item_product_main {
  height:100%;
  position:relative;
  background-color:#fff;
  overflow:hidden;
  padding:10px;
  border:1px solid #F2F2F2;
}

.item_product_main:hover {
  border-color:var(--mainColor);
}

.item_product_main .product-thumbnail {
  position:relative;
  overflow:hidden;
  transition:all .35s ease-in-out;
}

.item_product_main .product-thumbnail .image_thumb {
  position:relative;
  overflow:hidden;
  width:100%;
  display:flex;
  -o-justify-content:center;
  -moz-justify-content:center;
  -webkit-justify-content:center;
  -os-justify-content:center;
  -o-display:flex;
  -moz-display:flex;
  -webkit-display:flex;
  -os-display:flex;
  align-items:center;
  position:relative;
  height:auto !important;
  padding-bottom:100%;
}

.item_product_main .product-thumbnail .image_thumb img {
  width:auto !important;
  max-height:100%;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
  will-change:opacify;
  transform:scale(1);
  transition:all 0.5s ease;
}

.item_product_main .product-thumbnail .btn-compare {
  position:absolute;
  top:10px;
  right:10px;
  width:auto;
  height:auto;
  display:block;
  background-color:transparent;
}

.item_product_main .product-thumbnail .btn-compare svg {
  fill:var(--priceColor);
}

.item_product_main .product-thumbnail .smart {
  position:absolute;
  top:10px;
  left:10px;
  z-index:9;
  font-size:12px;
  font-weight:bold;
  line-height:18px;
  color:#fff;
  padding:5px 10px;
  text-align:center;
  display:inline-block;
  border-radius:4px;
  background:var(--mainColor);
}

.item_product_main .product-info {
  z-index:1;
  position:relative;
  margin-top:24px;
  text-align:center;
}

.item_product_main .product-info .product-name {
  margin:0 0 10px;
}

.item_product_main .product-info .product-name a {
  display:block;
  display:-webkit-box;
  -webkit-line-clamp:1;
  -webkit-box-orient:vertical;
  white-space:initial;
  font-size:18px;
  font-weight:bold;
  overflow:hidden;
  color:var(--textColor);
}

.item_product_main .product-info .product-name a:hover {
  color:var(--mainColor);
}

.item_product_main .product-info .price-box {
  font-weight:600;
  font-size:18px;
  color:var(--priceColor);
  position:relative;
  margin-bottom:10px;
}

.item_product_main .product-info .price-box .price {
  display:inline-block;
  line-height:20px;
}

.item_product_main .product-info .price-box .compare-price {
  font-size:13px;
  color:#BDBDBD;
  font-weight:400;
  display:inline-block;
  margin-right:3px;
  text-decoration:line-through;
}

@media (max-width:767px) {
  .item_product_main .product-info .price-box {
    margin-bottom:0;
  }
}

.item_product_main .product-info .product-item-cta {
  position:relative;
  margin-bottom:0;
}

.item_product_main .product-info .product-item-cta .product-item-btn {
  width:45px;
  height:45px;
  font-size:14px;
  color:#5F666A;
  font-weight:bold;
  text-transform:uppercase;
  border-radius:99px;
  background-color:#fff;
  border:1px solid #5F666A;
  line-height: 58px;
}

.item_product_main .product-info .product-item-cta .product-item-btn.sold_out {
  color:#BDBDBD;
  font-size:12px;
  box-shadow:initial;
  width:auto;
  height:auto;
  padding:2px 5px;
  background-color:transparent;
}

.item_product_main .product-info .product-item-cta .product-item-btn:hover {
  color:#fff;
  border-color:var(--mainColor);
  background-color:var(--mainColor);
}

.item_product_main .product-info .product-item-cta .product-item-btn:hover svg {
  fill:#fff;
}

.item_product_main .product-info .product-item-cta .product-item-btn:hover svg path {
  fill:#fff;
}

.item_product_main .product-info .product-item-cta .product-item-btn:hover.sold_out {
  background-color:transparent;
}

@media (max-width:991px) {
  .item_product_main .product-info .product-item-cta .product-item-btn {
    display:none;
  }
}

@media (max-width:991px) {
  .item_product_main .product-info .product-item-cta {
    padding-right:0;
  }
}

.item_product_main .product-info .product-item-cta .group-action {
  display:flex;
  gap:15px;
  align-items:center;
  justify-content:center;
}

.item_product_main .product-info .product-promo-tag {
  color:#5F666A;
  font-size:14px;
  line-height:20px;
  font-weight:normal;
}

.item_product_main .product-info .product-promo-tag.product-promo-tag--specific {
  margin-bottom:5px;
}

@media (max-width:500px) {
  .item_product_main .product-info .product-promo-tag {
    font-size:12px;
  }
}

.item_product_main .product-info .mb-break {
  color:#5F666A;
  font-size:14px;
  line-height:20px;
  font-weight:normal;
  margin-bottom: 20px;
}

.item_product_main .btn-views {
  background:#fff;
  width:40px;
  height:40px;
  display:flex;
  align-items:center;
  justify-content:center;
  transition:all .22s ease-out;
}

.item_product_main:hover .image_thumb img {
  transform:scale(1.05);
}

.item_product_main .sapo-product-reviews-badge {
  margin-top:10px;
}

.item_product_main .sapo-product-reviews-badge .sapo-product-reviews-star i {
  font-size:14px;
}

@media (min-width:1200px) {
  .item_product_main:hover .product-thumbnail .image_thumb {
    background:transparent;
  }
  .item_product_main:hover .product-thumbnail .image_thumb:before {
    opacity:1;
    z-index:9;
  }
  .item_product_main:hover .product-thumbnail .image_thumb .product-image.second-image {
    opacity:1;
  }
}

.item_product_main .ctas_sold_out {
  padding-top:7px;
}

.item_product_main .ctas_sold_out .product-item-btn {
  width:100%;
  border:none;
  padding:8px 15px;
  color:#fff;
  font-size:13px;
  border-radius:4px;
  background-color:var(--mainColor);
}

.item_product_main .ctas_sold_out .product-item-btn:hover {
  background-color:var(--gradient1);
}

.item_product_main .ctas_sold_out .sold_out_desc {
  display:block;
  color:#4F4F4F;
  font-size:12px;
  margin-top:6px;
  text-align:center;
}

.product-content {
  padding:0 0 60px;
  position:relative;
}

.product-content .no-mrg {
  margin:0;
}

.product-content .no-pad {
  padding:0;
}

@media (min-width:992px) {
  .product-content .col-20 {
    -ms-flex:0 0 20%;
    flex:0 0 20%;
    max-width:20%;
  }
}

@media (max-width:991px) and (min-width:768px) {
  .product-content .col-20:nth-child(10) {
    display:none;
  }
}

.product-content .block-banner {
  margin-top:70px;
}

.backtop {
  position:fixed;
  top:auto !important;
  bottom:180px;
  right:13px;
  background:var(--mainColor);
  height:40px;
  width:40px;
  text-align:center;
  border-radius:3px;
  z-index:9;
  opacity:0;
  line-height:36px;
}

.backtop:hover {
  background:var(--hover);
}

.backtop svg {
  width:25px;
  height:25px;
  color:#fff;
}

.backtop.show {
  opacity:1;
}

.header-bottom {
  position:relative;
  background-color:#fff;
  border-top:1px solid #DEEEFF;
}

.header-bottom .header-menu-right .menu-control {
  display:flex;
  align-items:center;
  gap:15px;
  height:100%;
  justify-content:flex-end;
}

.header-bottom .header-menu-right .menu-control .header-box {
  height:100%;
  position:relative;
}

.header-bottom .header-menu-right .menu-control .header-box>a {
  color:var(--textColor);
  font-size:16px;
  font-weight:500;
  display:flex;
  align-items:center;
  height:100%;
}

.header-bottom .header-menu-right .menu-control .header-box>a .icon {
  position:relative;
  margin-right:10px;
}

.header-bottom .header-menu-right .menu-control .header-box>a .icon svg path {
  transition:all .3s;
}

.header-bottom .header-menu-right .menu-control .header-box>a .icon .count-item {
  width:18px;
  height:18px;
  background-color:var(--priceColor);
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50px;
  font-size:12px;
  font-weight:500;
  color:#fff;
  position:absolute;
  right:-10px;
  top:-5px;
}

@media (max-width:1366px) {
  .header-bottom .header-menu-right .menu-control .header-box>a .info {
    display:none;
  }
}

.header-bottom .header-menu-right .menu-control .header-phone {
  height:100%;
  background-color:var(--priceColor);
}

.header-bottom .header-menu-right .menu-control .header-phone a {
  color:#fff;
  font-size:16px;
  padding:10px 10px;
  display:flex;
  align-items:center;
  gap:15px;
  height:100%;
}

.header-bottom .header-menu-right .menu-control .header-phone a .icon {
  width:24px;
  margin-right:0;
}

.header-bottom .header-menu-right .menu-control .header-phone a .icon svg {
  width:24px;
  height:24px;
}

.header-bottom .header-menu-right .menu-control .header-phone a .info {
  display:block;
  width:calc(100% - 40px);
}

.header-bottom .header-menu-right .menu-control .header-phone a:hover {
  color:#fff;
  opacity:.8;
}

.header-bottom .header-menu-right .menu-control .header-cart>a:hover {
  color:var(--mainColor);
}

.header-bottom .header-menu-right .menu-control .header-cart>a:hover svg path {
  fill:var(--mainColor);
}

.header-bottom .header-menu-right .menu-control .header-account>a:hover {
  color:var(--mainColor);
}

.header-bottom .header-menu-right .menu-control .header-account>a:hover svg path {
  fill:var(--mainColor);
}

.header-bottom .header-menu-right .menu-control .header-account:hover .drop-account {
  opacity:1;
  visibility:visible;
}

.header-bottom .header-menu-right .menu-control .header-account .drop-account {
  width:130px;
  position:absolute;
  top:calc(100% + 15px);
  box-shadow:0 1px 5px 2px rgba(0,0,0,0.1);
  right:0;
  background:#fff;
  text-align:left;
  z-index:99;
  transition-duration:0s;
  transition-delay:.1s;
  opacity:0;
  visibility:hidden;
}

@media (max-width:767px) {
  .header-bottom .header-menu-right .menu-control .header-account .drop-account {
    right:-3px;
  }
}

.header-bottom .header-menu-right .menu-control .header-account .drop-account:before {
  content:"";
  width:0;
  height:0;
  border-style:solid;
  border-width:0 7.5px 10px 7.5px;
  border-color:transparent transparent #fff transparent;
  position:absolute;
  top:-10px;
  margin-left:-1px;
  right:-4px;
  transform:translateX(-50%);
  -webkit-transform:translateX(-50%);
  -moz-transform:translateX(-50%);
  -o-transform:translateX(-50%);
  -os-transform:translateX(-50%);
}

.header-bottom .header-menu-right .menu-control .header-account .drop-account:after {
  content:"";
  position:absolute;
  width:100px;
  height:15px;
  top:-15px;
  right:3px;
}

.header-bottom .header-menu-right .menu-control .header-account .drop-account a {
  display:block;
  text-decoration:none;
  line-height:30px;
  padding:0 10px;
  font-weight:normal;
  font-size:14px;
}

.header-bottom .header-menu-right .menu-control .header-account .drop-account a:first-child {
  border-bottom:solid 1px #ebebeb;
}

.header-bottom .header-menu-right .menu-control .header-account .drop-account a:hover {
  color:var(--mainColor);
}

@media (max-width:1199px) {
  .header-bottom .header-menu-right .menu-control {
    gap:10px;
  }
}

.footer {
  position:relative;
  background-color:var(--gradient1);
  background-image:url(//bizweb.dktcdn.net/100/533/545/themes/971699/assets/bg-footer.png?1741100662052);
  background-repeat:no-repeat;
  background-position:center bottom;
  background-size:100%;
}

.footer .top-footer {
  padding:40px 0;
  border-bottom:1px solid rgba(255,255,255,0.2);
}

.footer .top-footer .logo-footer img {
  width:auto;
  max-height:65px;
}

.footer .top-footer .mailchimp .newsletter-form {
  position:relative;
  overflow:hidden;
  border-radius:100px;
  margin-bottom:0;
}

.footer .top-footer .mailchimp .newsletter-form input {
  border:0;
  width:100%;
  height:48px;
  color:#697077;
  border-radius:100px;
  background-color:#fff;
  padding:12px 135px 12px 20px;
}

.footer .top-footer .mailchimp .newsletter-form .btn {
  color:#fff;
  font-size:16px;
  font-weight:bold;
  position:absolute;
  right:0;
  top:0;
  height:48px;
  padding:0 28px;
  border:4px solid #fff;
  background:var(--gradient1);
  border-radius:100px;
}

.footer .top-footer .mailchimp .newsletter-form .btn:hover {
  background-color:var(--mainColor);
}

.footer .top-footer .mailchimp .mailchimp-alerts {
  color:#fff;
}

.footer .top-footer .mailchimp .mailchimp-success {
  color:#fff;
  margin-top:10px;
}

@media (max-width:767px) {
  .footer .top-footer .mailchimp {
    margin-top:15px;
  }
}

.footer .mid-footer {
  position:relative;
  padding:50px 0;
}

.footer .mid-footer .tax_code {
  color:#fff;
  line-height:22px;
  margin-bottom:10px;
}

.footer .mid-footer .title-menu {
  font-size:18px;
  color:#fff;
  position:relative;
  margin-bottom:20px;
  font-weight:bold;
}

.footer .mid-footer .contact-footer .item {
  color:#fff;
  display:flex;
  align-items:center;
  gap:10px;
  font-size:14px;
  margin-bottom:10px;
  position:relative;
}

.footer .mid-footer .contact-footer .item .icon svg {
  width:18px;
  height:18px;
}

.footer .mid-footer .contact-footer .item a {
  color:#fff;
  display:block;
}

.footer .mid-footer .contact-footer .item a:hover {
  opacity:.7;
}

.footer .mid-footer .list-menu a {
  color:#fff;
  display:block;
  font-size:14px;
  font-weight:400;
  line-height:24px;
  margin-bottom:10px;
}

.footer .mid-footer .list-menu a:hover {
  opacity:.7;
}

.footer .mid-footer .list-social {
  display:flex;
  align-items:center;
  margin:10px 0;
}

.footer .mid-footer .list-social .social-button {
  margin-right:15px;
}

.footer .mid-footer .list-social .social-button img {
  width:24px;
  height:24px;
}

.footer .mid-footer .list-social .social-button img:hover {
  opacity:0.6;
}

@media (max-width:767px) {
  .footer .mid-footer .list-social {
    margin-bottom:20px;
  }
}

.footer .mid-footer .product-trustbadge {
  margin-bottom:20px;
}

.footer .mid-footer .product-trustbadge ul {
  display:flex;
  gap:10px;
  align-items:center;
}

.footer .mid-footer .product-trustbadge ul li img {
  max-height:50px;
  width:auto;
  border-radius:8px;
}

@media (max-width:991px) {
  .footer .mid-footer .product-trustbadge {
    margin-top:10px;
  }
  .footer .mid-footer .product-trustbadge ul {
    justify-content:center;
  }
}

.footer #copyright {
  font-size:14px;
  color:#fff;
  padding:0 0 40px 0;
}

.footer #copyright .opacity1 a {
  color:#fff;
  font-weight:700;
}

.footer #copyright .opacity1 a:hover {
  opacity:.7;
}

@media (max-width:767px) {
  .footer #copyright .opacity1 {
    display:block;
  }
}

@media (max-width:991px) {
  .footer #copyright {
    margin-bottom:50px;
  }
}

@media (max-width:767px) {
  .footer #copyright {
    text-align:center;
  }
}

@media (max-width:424px) {
  .footer #copyright {
    font-size:16px;
  }
  .footer #copyright .center {
    display:none;
  }
}

.footer .logo-bct {
  text-align:right;
}

.footer .logo-bct img {
  width:auto;
  max-height:55px;
}

@media (min-width:992px) {
  .navigation-horizontal .lofi-categories {
    position:absolute;
    width:100%;
    left:0;
    top:auto;
    padding:0 10px;
    z-index:99;
    visibility:hidden;
    opacity:0;
    transition-property:opacity,visibility;
    transition-duration:0.4s;
    transition-delay:0.2;
    transition-timing-function:ease;
  }
  .navigation-horizontal .lofi-categories.show {
    visibility:visible;
    opacity:1;
  }
  .navigation-horizontal .lofi-categories .menu_mega {
    border-radius:0;
  }
  .navigation-horizontal .lofi-categories .menu_mega .ul_menu .nav-item.dropdown.active .ul_content_right_1 {
    display:block;
  }
  .navigation-horizontal .lofi-categories .menu_mega .ul_menu .nav-item.dropdown.active>a {
    background-color:rgba(55,190,227,0.15);
  }
  .navigation-horizontal .lofi-categories .backdrop-lofi-categories {
    background-color:#363636;
    position:fixed;
    width:100%;
    height:100%;
    top:0 !important;
    left:0 !important;
    opacity:0.5;
  }
}

@media (min-width:992px) {
  .header-bottom .header-menu {
    position:static;
    z-index:9;
    display:flex;
    align-items:center;
  }
  .header-bottom .header-menu .header-menu-des {
    flex:1;
    display:block;
    overflow-x:hidden;
    overflow-y:hidden;
  }
  .header-bottom .header-menu .header-menu-des .header-nav {
    flex:1;
    display:block;
    overflow-x:hidden;
  }
  .header-bottom .header-menu .header-menu-des .header-nav>ul.item_big {
    white-space:nowrap;
    display:inline-block;
  }
  .header-bottom .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item {
    display:inline-block;
    position:static;
    border-radius:10px;
  }
  .header-bottom .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item>a {
    display:block;
    text-align:left;
    padding:13px 10px;
    font-size:15px;
    font-weight:500;
    position:relative;
    color:var(--textColor);
  }
  .header-bottom .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item>a.caret-down:after {
    content:"";
    position:relative;
    width:0;
    height:0;
    border-style:solid;
    border-width:5px 5px 0 5px;
    border-color:var(--textColor) transparent transparent transparent;
    display:inline-block;
    top:-2px;
    margin-left:2px;
    margin-top:-6px;
    transition:0.5s;
  }
  .header-bottom .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item:hover>a {
    color:var(--mainColor);
  }
  .header-bottom .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item:hover>a.caret-down:after {
    transform:rotate(180deg);
    border-color:var(--mainColor) transparent transparent transparent;
  }
  .header-bottom .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item:hover>ul {
    overflow:visible;
    max-height:3000px;
    max-width:3000px;
    opacity:1;
    -webkit-transform:perspective(600px) rotateX(0deg);
    -moz-transform:perspective(600px) rotateX(0deg);
    -ms-transform:perspective(600px) rotateX(0deg);
    -o-transform:perspective(600px) rotateX(0deg);
    transform:perspective(600px) rotateX(0deg);
    -webkit-transition:-webkit-transform 0.5s ease,opacity 0.2s ease,max-height 0s step-end,max-width 0s step-end,padding 0s step-end;
    -o-transition:-o-transform 0.5s ease,opacity 0.2s ease,max-height 0s step-end,max-width 0s step-end,padding 0s step-end;
    transition:transform 0.5s ease,opacity 0.2s ease,max-height 0s step-end,max-width 0s step-end,padding 0s step-end;
  }
  .header-bottom .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item .fa-caret-down {
    visibility:hidden;
    display:none;
  }
  .header-bottom .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item .item_small {
    overflow:hidden;
    display:block;
    max-height:0;
    max-width:0;
    opacity:0;
    -webkit-transform:perspective(600px) rotateX(-90deg);
    -moz-transform:perspective(600px) rotateX(-90deg);
    -ms-transform:perspective(600px) rotateX(-90deg);
    -o-transform:perspective(600px) rotateX(-90deg);
    transform:perspective(600px) rotateX(-90deg);
    -webkit-transition:-webkit-transform 0.5s ease,opacity 0.6s ease,max-height 0.6s step-end,max-width 0.6s step-end,padding 0.6s step-end;
    -o-transition:-o-transform 0.5s ease,opacity 0.6s ease,max-height 0.6s step-end,max-width 0.6s step-end,padding 0.6s step-end;
    transition:transform 0.5s ease,opacity 0.6s ease,max-height 0.6s step-end,max-width 0.6s step-end,padding 0.6s step-end;
    position:absolute;
    top:100%;
    left:auto;
    width:220px;
    padding:0;
    background-color:#fff;
    box-shadow:0 1px 2px 2px rgba(0,0,0,0.04);
    -webkit-transform-origin:0% 0%;
    -moz-transform-origin:0% 0%;
    -ms-transform-origin:0% 0%;
    -o-transform-origin:0% 0%;
    transform-origin:0% 0%;
    z-index:99;
    white-space:normal;
    border-radius:5px;
  }
  .header-bottom .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item>ul li {
    float:none;
    padding:0 0;
  }
  .header-bottom .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item>ul li:last-child>a {
    border-bottom:0;
  }
  .header-bottom .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item>ul li:hover>ul {
    display:block;
    position:absolute;
    width:250px;
    padding:0;
    background-color:#fff;
    z-index:99;
    box-shadow:0 1px 2px 2px rgba(0,0,0,0.04);
    white-space:normal;
    border-radius:5px;
  }
}

@media (min-width:992px) and (max-width:1500px) and (min-width:992px) {
  .header-bottom .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item>ul li:hover>ul {
    position:relative;
    left:0;
    width:100%;
    padding-left:0;
    box-shadow:0 1px 2px 2px rgba(0,0,0,0.04);
  }
  .header-bottom .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item>ul li:hover>ul li a {
    padding-left:25px;
  }
}

@media (min-width:992px) {
  .header-bottom .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item>ul li a {
    font-weight:400;
    font-size:14px;
    line-height:24px;
    display:block;
    padding:6px 20px 6px 10px;
    color:var(--textColor);
    position:relative;
    text-align:left;
  }
  .header-bottom .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item>ul li a.caret-down:before {
    content:"";
    position:absolute;
    width:0;
    height:0;
    border-style:solid;
    border-width:5px 5px 0 5px;
    border-color:#000 transparent transparent transparent;
    display:inline-block;
    top:50%;
    left:100%;
    margin-left:-15px;
    margin-top:-2px;
    transition:0.5s;
    transform:rotate(270deg);
  }
  .header-bottom .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item>ul li ul {
    display:none;
    left:100%;
    top:-2px;
  }
  .header-bottom .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item>ul>li {
    color:#333;
  }
  .header-bottom .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item>ul>li:hover>a {
    color:var(--mainColor);
  }
  .header-bottom .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item>ul>li:hover>a.caret-down:before {
    border-color:var(--mainColor) transparent transparent transparent;
  }
  .header-bottom .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item>ul>li ul li:hover>a {
    color:var(--mainColor);
  }
  .header-bottom .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item.has-mega {
    position:static;
  }
  .header-bottom .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item.has-mega .mega-content {
    background:#fff none repeat scroll 0 0;
    display:none;
    margin:0;
    padding:10px;
    position:absolute;
    top:100%;
    left:0;
    z-index:999;
    width:100%;
    -webkit-box-shadow:0 2px 6px 0 rgba(50,50,50,0.33);
    -moz-box-shadow:0 2px 6px 0 rgba(50,50,50,0.33);
    box-shadow:0 2px 6px 0 rgba(50,50,50,0.33);
    max-height:600px;
    overflow-y:auto;
    border:0;
    white-space:normal;
    display:block;
    opacity:0;
    filter:alpha(opacity=0);
    visibility:hidden;
    -moz-transition:.2s ease-out;
    -o-transition:.2s ease-out;
    -webkit-transition:.2s ease-out;
    -ms-transition:.2s ease-out;
    transition:.2s ease-out;
    -moz-transform:translateY(20px);
    -o-transform:translateY(20px);
    -ms-transform:translateY(20px);
    -webkit-transform:translateY(20px);
    transform:translateY(20px);
  }
  .header-bottom .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item.has-mega .mega-content::-webkit-scrollbar-track {
    -webkit-box-shadow:inset 0 0 2px rgba(0,0,0,0.3);
    -moz-box-shadow:inset 0 0 2px rgba(0,0,0,0.3);
    border-radius:5px;
    background-color:#F5F5F5;
  }
  .header-bottom .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item.has-mega .mega-content::-webkit-scrollbar {
    width:5px;
    background-color:#F5F5F5;
  }
  .header-bottom .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item.has-mega .mega-content::-webkit-scrollbar-thumb {
    border-radius:5px;
    -webkit-box-shadow:inset 0 0 2px rgba(0,0,0,0.3);
    -moz-box-shadow:inset 0 0 2px rgba(0,0,0,0.3);
    background-color:#e5e5e5;
  }
  .header-bottom .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item.has-mega .mega-content .level1.parent a.hmega {
    color:var(--textColor) !important;
    font-weight:bold;
    margin-bottom:10px;
    display:inline-block;
    font-size:15px;
    text-transform:capitalize;
  }
  .header-bottom .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item.has-mega .mega-content .level1.parent a.hmega:hover,
  .header-bottom .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item.has-mega .mega-content .level1.parent a.hmega:focus {
    color:var(--mainColor) !important;
  }
}

@media (min-width:992px) and (min-width:992px) {
  .header-bottom .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item.has-mega .mega-content .level1.parent a.hmega {
    display:block;
  }
}

@media (min-width:992px) {
  .header-bottom .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item.has-mega .mega-content .level1.parent ul.level1 li {
    line-height:25px;
  }
  .header-bottom .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item.has-mega .mega-content .level1.parent ul.level1 li a {
    font-weight:400;
  }
  .header-bottom .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item.has-mega .mega-content .level1.parent ul.level1 li+li {
    padding-top:5px;
  }
  .header-bottom .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item.has-mega .mega-content .level1.item {
    float:left;
    width:calc(100%/4);
    padding:10px;
    text-align:left;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .header-bottom .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item.has-mega .mega-content .level1.item {
    width:calc(100%/5);
  }
}

@media (min-width:992px) {
  .header-bottom .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item.has-mega .mega-content .level1.item>a {
    color:#fff !important;
    font-weight:600;
    margin-bottom:10px;
    display:inline-block;
  }
  .header-bottom .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item.has-mega .mega-content .level1.item>a:hover,
  .header-bottom .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item.has-mega .mega-content .level1.item>a:focus {
    color:var(--mainColor) !important;
  }
  .header-bottom .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item.has-mega .mega-content .level1.item h2 {
    font-size:14px;
    margin-top:0;
  }
  .header-bottom .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item.has-mega .mega-content .level1.item ul.level1 {
    margin-bottom:15px;
  }
  .header-bottom .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item.has-mega .mega-content .level1.item ul.level1 li a {
    color:var(--textColor);
    font-size:15px;
  }
  .header-bottom .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item.has-mega .mega-content .level1.item ul.level1 li a:hover,
  .header-bottom .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item.has-mega .mega-content .level1.item ul.level1 li a:focus {
    text-decoration:none;
    color:var(--mainColor);
  }
  .header-bottom .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item.has-mega .mega-content .level0 {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
  }
  .header-bottom .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item.has-mega .title-mega {
    text-align:left;
    font-size:18px;
    color:#fda121;
    margin-top:10px;
    margin-bottom:10px;
    font-weight:600;
  }
  .header-bottom .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item.has-mega .image-mega {
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-right:-15px;
    margin-left:-15px;
    padding:15px 0;
  }
  .header-bottom .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item.has-mega .image-mega li {
    -ms-flex:0 0 calc(100%/2);
    flex:0 0 calc(100%/2);
    max-width:calc(100%/2);
    position:relative;
    width:100%;
    padding-right:15px;
    padding-left:15px;
  }
  .header-bottom .header-menu .header-menu-des .header-nav>ul.item_big>li.nav-item.has-mega:hover .mega-content {
    display:block;
    opacity:1;
    filter:alpha(opacity=100);
    visibility:visible;
    -moz-transition:.3s ease-in;
    -o-transition:.3s ease-in;
    -webkit-transition:.3s ease-in;
    -ms-transition:.3s ease-in;
    transition:.3s ease-in;
    -moz-transform:translateY(0px);
    -o-transform:translateY(0px);
    -ms-transform:translateY(0px);
    -webkit-transform:translateY(0px);
    transform:translateY(0px);
  }
  .header-bottom .header-menu .header-menu-des .header-nav>ul.item_big>li.active>a {
    color:var(--mainColor);
  }
  .header-bottom .header-menu .header-menu-des .header-nav>ul.item_big>li.active>a span>i.icon-down {
    border-color:#fff transparent transparent transparent;
  }
  .header-bottom .header-menu .header-menu-des .header-nav>ul.item_big>li.active>a.caret-down:after {
    border-color:#fff  transparent transparent transparent;
  }
  .header-bottom .header-menu .header-menu-des .header-nav ul li ul a.text2line:hover {
    color:var(--mainColor) !important;
    background:transparent !important;
  }
  .header-bottom .header-menu .header-menu-des .header-nav li li {
    position:relative;
  }
  .header-bottom .control-menu {
    display:none;
  }
  .header-bottom .control-menu a svg {
    width:15px;
    height:15px;
  }
  .header-bottom .control-menu a svg path {
    fill:var(--textColor);
  }
  .header-bottom .control-menu a:hover svg path {
    opacity:.8;
  }
  .header-bottom .control-menu.active {
    display:block;
  }
  .header-bottom .control-menu #prev svg,
  .header-bottom .control-menu #next svg {
    width:12px;
    height:12px;
    margin-top:-5px;
  }
}

@media (min-width:992px) and (max-width:991px) {
  .header-bottom {
    order:1;
  }
}

@media (min-width:992px) {
  .header-bottom .navigation-horizontal.overflow .control-menu {
    display:flex;
    align-items:center;
    padding-left:5px;
    justify-content:center;
  }
  .header-bottom .header-category {
    color:#fff;
    padding:12px 12px 12px 8px;
    font-size:16px;
    font-weight:500;
    cursor:pointer;
    display:flex;
    align-items:center;
    background-color:var(--mainColor);
    border-radius:0;
    margin-top: 1px;
  }
  .header-bottom .header-category .icon {
    position:relative;
    margin-right:7px;
  }
  .header-bottom .header-category .icon svg {
    width:24px;
    height:18px;
  }
}

@media (min-width:992px) {
  .lofi-categories .menu_mega {
    width:100%;
    height:100%;
    position:relative;
    padding:0;
    z-index:8;
    background-color:#fff;
    border-radius:0 0 8px 8px;
  }
  .lofi-categories .menu_mega .aside-cate {
    z-index:99;
    padding:0;
    height:100%;
  }
  .lofi-categories .menu_mega .block_content {
    position:relative;
  }
  .lofi-categories .menu_mega .block_content .list_menu_header {
    border-top:0;
    width:100%;
    padding:10px 0;
    box-shadow:0 3px 8px #edf0f3;
    border-radius:0 0 8px 8px;
  }
  .lofi-categories .menu_mega .ul_menu {
    padding:0;
    display:block;
    overflow-y:auto;
    position:initial;
    height:100%;
  }
  .lofi-categories .menu_mega .ul_menu .nav-item {
    position:unset;
    transition:0s all;
  }
  .lofi-categories .menu_mega .ul_menu .nav-item>a {
    color:var(--textColor);
    font-size:16px;
    display:flex;
    align-items:center;
    position:relative;
    text-transform:none;
    padding:10px 15px;
    padding-right:35px;
    transition:0s all;
    word-break:break-word;
    margin-right:10px;
    border-radius:0 30px 30px 0;
  }
  .lofi-categories .menu_mega .ul_menu .nav-item>a span {
    display:block;
    line-height:24px;
  }
  .lofi-categories .menu_mega .ul_menu .nav-item>a img {
    width:24px;
    height:24px;
    margin-right:8px;
  }
  .lofi-categories .menu_mega .ul_menu .nav-item:hover>a {
    color:var(--textColor);
    background-color:rgba(55,190,227,0.15);
  }
  .lofi-categories .menu_mega .ul_menu .nav-item:hover>a svg {
    fill:var(--textColor);
  }
  .lofi-categories .menu_mega .ul_menu .nav-item svg {
    line-height:44px;
    position:absolute;
    right:15px;
    top:50%;
    text-align:center;
    transform:translate(0,-50%);
    width:12px;
    height:12px;
  }
  .lofi-categories .menu_mega .ul_menu .nav-item.nav-index:hover .ul_content_right_1 {
    display:block;
  }
  .lofi-categories .menu_mega .ul_menu .ul_content_right_1 {
    position:absolute;
    left:100%;
    height:100%;
    width:100%;
    top:0;
    padding-left:0;
    margin-left:0;
    background:#edf0f3;
    padding:15px 15px 7px 15px;
    display:none;
    overflow-y:auto;
  }
  .lofi-categories .menu_mega .ul_menu .ul_content_right_1::-webkit-scrollbar {
    width:3px;
  }
  .lofi-categories .menu_mega .ul_menu .ul_content_right_1::-webkit-scrollbar-thumb {
    background-color:var(--mainColor);
    outline:1px solid var(--mainColor);
  }
  .lofi-categories .menu_mega .ul_menu .ul_content_right_1 .nav_item {
    display:block;
    border:none;
  }
  .lofi-categories .menu_mega .ul_menu .ul_content_right_1 .nav_item>a {
    font-size:14px;
    line-height:24px;
    display:block;
    padding:15px 10px;
    position:relative;
    color:var(--textColor);
    background-color:#fff;
    border-radius:12px;
    display:flex;
    align-items:center;
    gap:7px;
    font-weight:500;
    margin-bottom:10px;
    margin-right:0;
  }
  .lofi-categories .menu_mega .ul_menu .ul_content_right_1 .nav_item>a img {
    max-height:45px;
    width:auto;
    object-fit:contain;
  }
  .lofi-categories .menu_mega .ul_menu .ul_content_right_1 .nav_item>a span {
    line-height:24px;
  }
  .lofi-categories .menu_mega .ul_menu .ul_content_right_1 .nav_item>a:hover {
    color:var(--mainColor);
  }
  .lofi-categories .menu_mega .ul_menu .ul_content_right_1 .nav_item.more-item {
    display:none;
  }
  .lofi-categories .menu_mega .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 {
    width:100%;
    padding-left:0;
    margin-left:0;
    background:#fff;
    margin-bottom:25px;
    border-radius:5px;
    padding:8px;
  }
  .lofi-categories .menu_mega .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item {
    width:100%;
    display:block;
    padding:0;
  }
  .lofi-categories .menu_mega .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item a {
    font-weight:400;
    font-size:14px;
    line-height:22px;
    display:block;
    padding:3px 0 3px 0;
    color:#898989;
    position:relative;
    text-transform:initial;
    border-bottom:none;
    margin-bottom:0;
    border-radius:none;
  }
  .lofi-categories .menu_mega .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item a:hover {
    color:var(--mainColor);
  }
  .lofi-categories .menu_mega .ul_menu::-webkit-scrollbar-thumb {
    background-color:var(--mainColor);
    outline:1px solid var(--mainColor);
  }
  .lofi-categories .menu_mega .ul_menu::-webkit-scrollbar {
    width:3px;
  }
  .lofi-categories .menu_mega .menu-mobile {
    display:none;
  }
}

@media (min-width:992px) {
  .lofi-categories .menu_mega .ul_menu .ul_content_right_1 {
    width:calc(300% + 60px);
  }
}

@media (min-width:767px) {
  .footer .mid-footer .title-menu svg,
  .footer .mid-footer .title-menu .Collapsible__Plus {
    display:none;
  }
}

@media (max-width:991px) {
  .header-nav {
    background-color:#fff;
    width:70%;
    position:fixed;
    top:0 !important;
    left:0;
    z-index:9999;
    transform:translateX(-100%);
    visibility:hidden;
    transition:transform 0.5s cubic-bezier(0.645,0.045,0.355,1),visibility 0.5s cubic-bezier(0.645,0.045,0.355,1);
    box-shadow:none;
    touch-action:manipulation;
  }
  .header-nav.current {
    visibility:visible;
    transform:translateX(0);
  }
  .header-nav .user-menu {
    color:#fff;
    padding:10px 15px;
    display:flex;
    align-items:center;
    background-color:var(--mainColor);
    margin-bottom:5px;
  }
  .header-nav .user-menu .user-icon {
    margin-right:15px;
  }
  .header-nav .user-menu .user-icon img {
    width:25px;
  }
  .header-nav .user-menu .user-account a {
    color:#fff;
    display:block;
  }
  .header-nav .item_big {
    overflow-y:auto;
    max-height:100vh;
    height:100vh;
  }
  .header-nav .item_big .nav-item {
    position:relative;
    margin-bottom:5px;
  }
  .header-nav .item_big .nav-item a {
    padding:0 30px 0 10px !important;
    color:#000;
    height:unset;
    line-height:30px;
    display:block;
    font-size:14px;
    font-weight:bold;
  }
  .header-nav .item_big .nav-item .fa-caret-down {
    visibility:visible;
    position:absolute;
    right:5px;
    top:0;
    width:30px;
    height:35px;
    line-height:35px;
    text-align:center;
    display:inline-block;
  }
  .header-nav .item_big .nav-item .fa-caret-down:before,
  .header-nav .item_big .nav-item .fa-caret-down:after {
    position:absolute;
    content:'';
    top:50%;
    left:50%;
    transform:translate(-50%,-50%) rotate(-90deg);
    background-color:#000;
    transition:transform 0.4s ease-in-out,opacity 0.4s ease-in-out;
  }
  .header-nav .item_big .nav-item .fa-caret-down:before {
    width:11px;
    height:1px;
    opacity:1;
  }
  .header-nav .item_big .nav-item .fa-caret-down:after {
    width:1px;
    height:11px;
  }
  .header-nav .item_big .nav-item .item_small {
    padding-left:10px;
  }
  .header-nav .item_big .nav-item .item_small li {
    position:relative;
  }
  .header-nav .item_big .nav-item .item_small ul {
    padding-left:10px;
  }
  .header-nav .item_big .nav-item .item_small ul li {
    position:relative;
  }
  .header-nav .item_big .nav-item .item_small ul li .fa-caret-down {
    visibility:visible;
    position:absolute;
    right:5px;
    top:0;
    width:30px;
    height:35px;
    line-height:35px;
    text-align:center;
    display:inline-block;
  }
  .header-nav .item_big .nav-item .item_small ul li .fa-caret-down:before {
    content:"";
    position:absolute;
    width:0;
    height:0;
    border-style:solid;
    border-width:5px 5px 0 5px;
    border-color:#333 transparent transparent transparent;
    display:inline-block;
    top:60%;
    transform:translateY(-50%);
    right:10px;
    transition:0.5s;
    margin-top:-3px;
  }
  .header-nav .item_big .account-mobile {
    padding:5px;
  }
  .header-nav .item_big .account-mobile ul {
    display:-ms-flexbox;
    display:flex !important;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-right:-5px;
    margin-left:-5px;
    text-align:center;
  }
  .header-nav .item_big .account-mobile ul li {
    -ms-flex:0 0 50%;
    flex:0 0 50%;
    max-width:50%;
    position:relative;
    width:100%;
    padding-right:5px;
    padding-left:5px;
  }
  .header-nav .item_big .account-mobile ul li a {
    display:block;
    background:var(--mainColor);
    color:#fff;
    padding:8px 5px;
    border-radius:5px;
    font-weight:600;
  }
  .header-nav .item_big .title-danhmuc {
    padding:5px;
  }
  .header-nav .item_big .title-danhmuc span {
    font-size:14px;
    font-weight:bold;
    color:#fff;
    display:block;
    position:relative;
    padding-left:10px;
    padding-right:10px;
    text-transform:uppercase;
    background:var(--mainColor);
    border-radius:5px;
    text-align:center;
    line-height:35px;
  }
  .header-nav .item_big .item-mb {
    padding:10px;
    border-top:1px solid var(--mainColor);
  }
  .header-nav .item_big .item-mb a {
    display:block;
    margin-bottom:0;
    color:#000;
    font-weight:bold;
    font-size:14px;
  }
  .header-nav li>ul {
    display:none !important;
  }
  .header-nav li.current>a {
    color:var(--mainColor) !important;
  }
  .header-nav li.current>ul {
    display:block !important;
  }
  .header-nav li.current .fa.current:before,
  .header-nav li.current .fa.current:after {
    background-color:var(--mainColor);
    transform:translate(-50%,-50%) rotate(90deg);
  }
  .header-nav li.current .fa.current:before {
    opacity:0;
  }
  .opacity_menu {
    background:rgba(0,0,0,0.8);
    position:fixed;
    top:0 !important;
    left:0;
    height:100%;
    width:100%;
    z-index:999;
    display:none;
  }
  .opacity_menu.current {
    display:block;
  }
  .lofi-categories .menu_mega {
    background-color:#fff;
    width:70%;
    position:fixed;
    top:0 !important;
    left:0;
    z-index:99999;
    transform:translateX(-100%);
    visibility:hidden;
    transition:transform 0.5s cubic-bezier(0.645,0.045,0.355,1),visibility 0.5s cubic-bezier(0.645,0.045,0.355,1);
    box-shadow:none;
    touch-action:manipulation;
    overflow-y:auto;
    height:100vh;
    padding-bottom:10px;
  }
  .lofi-categories .menu_mega.current {
    visibility:visible;
    transform:translateX(0);
  }
  .lofi-categories .menu_mega .title_menu {
    color:#fff;
    padding:10px 13px;
    font-size:16px;
    background:var(--mainColor);
    display:block;
    margin-bottom:7px;
  }
  .lofi-categories .menu_mega .title_menu svg path {
    fill:#fff;
  }
  .lofi-categories .menu_mega .aside-cate {
    display:none;
  }
  .lofi-categories .menu_mega #menu-mobile {
    overflow-y:auto;
  }
  .lofi-categories .menu_mega #menu-mobile .nav-item {
    position:relative;
    padding-left:10px;
  }
  .lofi-categories .menu_mega #menu-mobile .nav-item .nav-link {
    color:var(--textColor);
    font-size:15px;
    font-weight:500;
    word-break:break-word;
    position:relative;
    display:block;
    line-height:30px;
    padding:5px 40px 5px 0;
  }
  .lofi-categories .menu_mega #menu-mobile .nav-item .nav-link img {
    width:25px;
    height:25px;
    display:inline-block;
    vertical-align:middle;
    margin-right:5px;
  }
  .lofi-categories .menu_mega #menu-mobile .nav-item .down_icon {
    width:40px;
    height:40px;
    top:0;
    right:0;
    transition:0.5s all;
    cursor:pointer;
    position:absolute;
    display:flex;
    justify-content:center;
    align-items:center;
  }
  .lofi-categories .menu_mega #menu-mobile .nav-item .down_icon:before,
  .lofi-categories .menu_mega #menu-mobile .nav-item .down_icon:after {
    position:absolute;
    content:'';
    top:50%;
    left:50%;
    transform:translate(-50%,-50%) rotate(-90deg);
    background-color:#000;
    transition:transform 0.4s ease-in-out,opacity 0.4s ease-in-out;
  }
  .lofi-categories .menu_mega #menu-mobile .nav-item .down_icon:before {
    width:11px;
    height:1.5px;
    opacity:1;
  }
  .lofi-categories .menu_mega #menu-mobile .nav-item .down_icon:after {
    width:1.5px;
    height:11px;
  }
  .lofi-categories .menu_mega #menu-mobile .nav-item .down_icon.current:before {
    opacity:0;
  }
  .lofi-categories .menu_mega #menu-mobile .nav-item .down_icon.current:after {
    -webkit-transform:translate(-50%,-50%) rotate(90deg);
    transform:translate(-50%,-50%) rotate(90deg);
  }
  .lofi-categories .menu_mega #menu-mobile .nav-item.current .down_icon.current:before,
  .lofi-categories .menu_mega #menu-mobile .nav-item.current .down_icon.current:after {
    background-color:var(--mainColor);
  }
  .lofi-categories .menu_mega #menu-mobile .nav-item.current>.menu_down {
    display:block;
  }
  .lofi-categories .menu_mega #menu-mobile .nav-item.current .nav-link {
    color:var(--mainColor);
  }
  .lofi-categories .menu_mega #menu-mobile .nav-item .menu_down {
    padding-left:0;
    display:none;
  }
  .lofi-categories .menu_mega #menu-mobile .nav-item .menu_down .nav-item-lv2 {
    position:relative;
  }
  .lofi-categories .menu_mega #menu-mobile .nav-item .menu_down .nav-item-lv2 a {
    color:var(--textColor);
    height:unset;
    line-height:30px;
    display:block;
    font-size:14px;
    font-weight:500;
    padding:5px 40px 5px 5px !important;
  }
  .lofi-categories .menu_mega #menu-mobile .nav-item .menu_down .nav-item-lv2.current>ul {
    display:block;
  }
  .lofi-categories .menu_mega #menu-mobile .nav-item .menu_down .nav-item-lv2.current>.nav-link-2 {
    color:var(--mainColor);
  }
  .lofi-categories .menu_mega #menu-mobile .nav-item .menu_down .menu_down .nav-item-lv3 {
    position:relative;
  }
  .lofi-categories .menu_mega #menu-mobile .nav-item .menu_down .menu_down .nav-item-lv3>a {
    padding:5px 40px 5px 15px !important;
  }
  .lofi-categories .menu_mega #menu-mobile .nav-item .menu_down .menu_down .nav-item-lv3.current>ul {
    display:block;
  }
  .lofi-categories .menu_mega #menu-mobile .nav-item .menu_down .menu_down .nav-item-lv3.current>.nav-link-3 {
    color:var(--mainColor);
  }
  .lofi-categories .menu_mega #menu-mobile .nav-item .menu_down .menu_down .menu_down .nav-item-lv4 {
    position:relative;
  }
  .lofi-categories .menu_mega #menu-mobile .nav-item .menu_down .menu_down .menu_down .nav-item-lv4 a {
    padding:5px 40px 5px 25px !important;
  }
  .lofi-categories .menu_mega #menu-mobile .nav-item .menu_down .menu_down .menu_down .nav-item-lv4.current>.nav-link-4 {
    color:var(--mainColor);
  }
  .header-bottom .navigation-horizontal .control-menu {
    display:none;
  }
}

@media (max-width:991px) and (min-width:767px) {
  .footer .mid-footer .col-footer {
    margin-bottom:20px;
  }
}

@media (max-width:767px) {
  .footer .mid-footer .title-menu {
    margin-bottom:10px;
  }
  .footer .mid-footer .title-menu .Collapsible__Plus {
    position:absolute;
    top:0;
    width:20px;
    height:20px;
    right:0;
  }
  .footer .mid-footer .title-menu .Collapsible__Plus::before,
  .footer .mid-footer .title-menu .Collapsible__Plus::after {
    position:absolute;
    content:'';
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%) rotate(-90deg);
    transform:translate(-50%,-50%) rotate(-90deg);
    background-color:#fff;
    -webkit-transition:opacity 0.4s ease-in-out,-webkit-transform 0.4s ease-in-out;
    transition:opacity 0.4s ease-in-out,-webkit-transform 0.4s ease-in-out;
    transition:transform 0.4s ease-in-out,opacity 0.4s ease-in-out;
    transition:transform 0.4s ease-in-out,opacity 0.4s ease-in-out,-webkit-transform 0.4s ease-in-out;
  }
  .footer .mid-footer .title-menu .Collapsible__Plus::before {
    width:11px;
    height:1px;
    opacity:1;
  }
  .footer .mid-footer .title-menu .Collapsible__Plus::after {
    width:1px;
    height:11px;
  }
  .footer .mid-footer .title-menu.current .Collapsible__Plus::after {
    -webkit-transform:translate(-50%,-50%) rotate(90deg);
    transform:translate(-50%,-50%) rotate(90deg);
  }
  .footer .mid-footer .title-menu.current .Collapsible__Plus::before {
    opacity:0;
  }
  .footer .mid-footer .hidden-mobile {
    display:none;
  }
  .footer .mid-footer .hidden-mobile.current {
    display:block;
    margin-top:20px;
  }
  .footer .mid-footer .mailchim .newsletter-form {
    margin-top:15px;
  }
  .footer .mid-footer .link-social {
    margin-top:10px;
  }
  .footer .col-footer {
    margin-bottom:20px;
  }
  .footer .col-footer:last-child {
    margin-bottom:0;
  }
}

.header-search .search-smart {
  position:relative;
}

.header-search .search-smart .header-search-form {
  position:relative;
  width: 100%;
}

.header-search .search-smart .header-search-form input {
  width:100%;
  padding:10px 24px;
  padding-right:115px;
  border:2px solid var(--mainColor);
  border-radius:50px;
  line-height:24px;
  height: auto;
  z-index: 1;
}

.header-search .search-smart .header-search-form button {
  color:#fff;
  position:absolute;
  top:0;
  right:0;
  border:0;
  height:100%;
  padding:0 12px;
  display:flex;
  align-items:center;
  justify-content:center;
  letter-spacing:0;
  border-radius:50px;
  background-color:var(--mainColor);
  z-index: 2;
}

.header-search .search-smart .header-search-form button:hover {
  background-color:var(--hoverColor);
}

.header-search .search-smart .header-search-form button .text {
  margin-left:7px;
}

.header-search .search-suggest {
  position:absolute;
  left:0;
  width:100%;
  z-index:99999;
  background:#fff;
  border:solid 1px #dfe3e8;
  display:none;
  top:100%;
  border-radius:8px;
  max-height:550px;
  overflow-y:auto;
}

@media (max-width:767px) {
  .header-search .search-suggest {
    max-height:430px;
  }
}

.header-search .search-suggest::-webkit-scrollbar-thumb {
  background-color:var(--mainColor);
  outline:1px solid var(--mainColor);
}

.header-search .search-suggest::-webkit-scrollbar {
  width:3px;
}

.header-search .search-suggest.open {
  display:block;
  z-index:9999;
  padding:10px;
  margin-top:10px;
}

.header-search .search-suggest.open .title {
  display:inline-block;
  color:#000;
}

.header-search .list-search-style {
  text-align:left;
  margin-bottom:0;
}

.header-search .list-search-style .title-search {
  text-align:left;
}

.header-search .list-search-style .title-search span {
  font-size:20px;
  font-weight:700;
  margin-bottom:20px;
  position:relative;
  display:inline-block;
}

.header-search .list-search-style .title-search span:before {
  background:var(--mainColor);
  content:'';
  right:0;
  left:0;
  position:absolute;
  bottom:-5px;
  height:3px;
  display:block;
  z-index:1;
  width:40%;
}

.header-search .list-search-style .see-more {
  color:#fff;
  padding:8px 30px;
  display:inline-block;
  border-radius:5px;
  font-size:16px;
  font-weight:500;
  margin-top:15px;
  margin-bottom:15px;
  background:#000;
}

.header-search .list-search-style .see-more:hover {
  background:var(--mainColor);
}

@media (max-width:1199px) and (min-width:992px) {
  .header-search .list-search-style .see-more {
    padding:8px 15px;
    font-size:14px;
  }
}

.header-search .list-search-style .product-smart,
.header-search .list-search-style .art-smart {
  display:inline-block;
  padding:0 0 8px;
  border-bottom:1px solid #ededed;
  background:#fff;
  position:relative;
  width:100%;
  text-align:left;
}

.header-search .list-search-style .product-smart:first-child,
.header-search .list-search-style .art-smart:first-child {
  margin-top:5px;
}

.header-search .list-search-style .product-smart:last-child,
.header-search .list-search-style .art-smart:last-child {
  border-bottom:none;
}

.header-search .list-search-style .product-smart .image_thumb,
.header-search .list-search-style .art-smart .image_thumb {
  display:inline-block;
  float:left;
  width:60px;
}

.header-search .list-search-style .product-smart .image_thumb img,
.header-search .list-search-style .art-smart .image_thumb img {
  object-fit:scale-down;
}

.header-search .list-search-style .product-smart .product-info,
.header-search .list-search-style .art-smart .product-info {
  display:block;
  float:left;
  width:calc(100% - 60px);
  -o-width:calc(100% - 60px);
  -moz-width:calc(100% - 60px);
  -webkit-width:calc(100% - 60px);
  padding-left:10px;
}

.header-search .list-search-style .product-smart .product-info,
.header-search .list-search-style .art-smart .product-info {
  margin:0;
  position:relative;
}

.header-search .list-search-style .product-smart .product-info h3,
.header-search .list-search-style .art-smart .product-info h3 {
  padding:0;
  text-overflow:ellipsis;
  color:#000;
  text-decoration:none;
  font-size:14px;
  font-weight:500;
  margin:0 0 3px;
  padding-bottom:3px;
  text-transform:capitalize;
}

@media (max-width:1199px) {
  .header-search .list-search-style .product-smart .product-info h3,
  .header-search .list-search-style .art-smart .product-info h3 {
    font-size:14px;
  }
}

.header-search .list-search-style .product-smart .product-info h3:hover,
.header-search .list-search-style .art-smart .product-info h3:hover {
  color:var(--mainColor);
}

.header-search .list-search-style .product-smart .product-info h3 a,
.header-search .list-search-style .art-smart .product-info h3 a {
  font-weight:500;
  color:#000;
}

.header-search .list-search-style .product-smart .product-info h3 a:hover,
.header-search .list-search-style .art-smart .product-info h3 a:hover {
  color:var(--mainColor);
}

.header-search .list-search-style .product-smart .product-info .price-box,
.header-search .list-search-style .art-smart .product-info .price-box {
  color:var(--priceColor);
  line-height:23px;
  display:block;
  font-size:14px;
  font-weight:500;
}

.header-search .list-search-style .product-smart .product-info .price-box .price,
.header-search .list-search-style .art-smart .product-info .price-box .price {
  padding-right:5px;
}

.header-search .list-search-style .product-smart .product-info .price-box .compare-price,
.header-search .list-search-style .art-smart .product-info .price-box .compare-price {
  text-decoration:line-through;
  font-size:12px;
  color:#969696;
  line-height:24px;
  font-weight:300;
}

@media (max-width:991px) {
  .header-search {
    order:1;
    margin-top:15px;
  }
}

.image_hover {
  position:relative;
  display:block;
  text-align:center;
}

.image_hover:before {
  position:absolute;
  content:'';
  width:100%;
  height:100%;
  top:0;
  left:0;
  z-index:1;
  -webkit-transition:all 0.5s ease-in-out;
  transition:all 0.5s ease-in-out;
  -moz-transition:all 0.5s ease-in-out;
  -ms-transition:all 0.5s ease-in-out;
  -o-transition:all 0.5s ease-in-out;
}

.image_hover:after {
  position:absolute;
  content:'';
  width:100%;
  height:100%;
  top:0;
  left:0;
  -webkit-transition:all 0.5s ease-in-out;
  transition:all 0.5s ease-in-out;
  -moz-transition:all 0.5s ease-in-out;
  -ms-transition:all 0.5s ease-in-out;
  -o-transition:all 0.5s ease-in-out;
}

.image_hover:hover:before {
  right:50%;
  left:50%;
  width:0;
  background:rgba(255,255,255,0.3);
}

.image_hover:hover:after {
  height:0;
  top:50%;
  bottom:50%;
  background:rgba(255,255,255,0.3);
}

.sidebarAllMainCompare {
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  z-index:999;
  background:#fff;
  visibility:hidden;
  opacity:0;
  transition:all .5s;
  transform:translateY(100%);
}

.sidebarAllMainCompare.active {
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}

.sidebarAllMainCompare .sidebarAllHeader {
  background:var(--mainColor);
  padding:10px;
  margin-bottom:20px;
}

.sidebarAllMainCompare .sidebarAllHeader span {
  font-size:20px;
  font-weight:700;
  margin:0;
  color:#fff;
}

.sidebarAllMainCompare .sidebarAllHeader .title {
  position:relative;
}

.sidebarAllMainCompare .sidebarAllHeader .title a {
  padding-right:30px;
  display:block;
}

.sidebarAllMainCompare .sidebarAllHeader .title a:hover {
  opacity:0.6;
}

@media (max-width:767px) {
  .sidebarAllMainCompare .sidebarAllHeader .title span {
    font-size:16px;
  }
}

.sidebarAllMainCompare .sidebarAllHeader .title .closeSidebar {
  position:absolute;
  right:0;
  top:0;
  cursor:pointer;
}

.sidebarAllMainCompare .sidebarAllHeader .title .closeSidebar svg {
  width:15px;
}

.sidebarAllMainCompare .sidebarAllHeader .title .closeSidebar svg path {
  stroke:#fff;
}

.sidebarAllMainCompare .sidebarAllBody {
  display:flex;
  flex-wrap:nowrap;
  overflow-y:hidden;
  overflow-x:auto;
  padding-bottom:20px;
  margin:0 -10px;
}

.sidebarAllMainCompare .sidebarAllBody .note {
  padding:0 10px;
}

.sidebarAllMainCompare .sidebarAllBody .itemMainCompare {
  width:calc(100%/3);
  margin:0;
  padding-left:10px;
  padding-right:10px;
}

@media (max-width:768px) {
  .sidebarAllMainCompare .sidebarAllBody .itemMainCompare {
    min-width:300px;
    justify-content:center;
  }
}

.sidebarAllMainCompare .sidebarAllBody .itemMainCompare .item-compare-wrap {
  background:#fff;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
  padding:15px 10px;
  border:1px solid var(--mainColor);
  border-radius:5px;
}

.sidebarAllMainCompare .sidebarAllBody .itemMainCompare .image_thumb {
  position:relative;
  width:30%;
  overflow:hidden;
  display:block;
}

.sidebarAllMainCompare .sidebarAllBody .itemMainCompare .product-info {
  width:70%;
  text-align:left;
  padding-left:20px;
}

.sidebarAllMainCompare .sidebarAllBody .itemMainCompare .product-info .product-name {
  margin:0 0 10px 0;
  font-size:15px;
  overflow:hidden;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  display:-webkit-box;
  min-height:42px;
}

.sidebarAllMainCompare .sidebarAllBody .itemMainCompare .product-info .price-box {
  color:var(--mainColor);
}

.sidebarAllMainCompare .sidebarAllBody .itemMainCompare .product-info .removeItem {
  cursor:pointer;
}

.sidebarAllMainCompare .sidebarAllBody .itemMainCompare .product-info .removeItem:hover {
  color:var(--gradient1);
}

.sidebarAllMainCompare .sidebarAllBody .itemMainCompare .product-info .compare-price {
  font-weight:300;
  margin-left:5px;
  color:#bbbbbb;
  font-size:12px;
  text-decoration:line-through;
}

.sidebarAllMainCompare .sidebarAllFooter {
  margin:20px;
}

.sidebarAllMainCompare .sidebarAllFooter .mainCompareButton {
  display:block;
  cursor:pointer;
  background:#146cda;
  width:100%;
  text-align:center;
  margin:10px 0;
  padding:10px;
  color:#ffffff;
  text-transform:uppercase;
  font-weight:500;
}

.overplayAll {
  opacity:0;
  visibility:hidden;
  position:fixed;
  background:rgba(40,40,40,0.3);
  width:100%;
  height:100%;
  top:0;
  left:0;
  transition:all 0.2s;
  z-index:99;
}

.overplayAll.active {
  opacity:1;
  visibility:visible;
}

.icon-ss-mb {
  position:fixed;
  bottom:70px;
  right:10px;
  background:var(--mainColor);
  height:44px;
  width:44px;
  text-align:center;
  border-radius:30px;
  z-index:99;
}

.icon-ss-mb svg {
  margin-top:11px;
}

.icon-ss-mb svg path {
  fill:#fff;
}

.compare-product__qv {
  display:none;
  position:fixed;
  bottom:15px;
  left:0;
  width:100%;
  z-index:9999;
}

@media (max-width:991px) {
  .compare-product__qv {
    bottom:65px;
  }
}

@media (max-width:767px) {
  .compare-product__qv {
    bottom:0;
  }
}

.compare-product__qv.is-show {
  display:block;
}

.compare-product__qv .position-relative {
  display:flex;
  max-width:375px;
  background:linear-gradient(180deg,var(--gradient1) 0%,var(--gradient2) 100%);
  padding:16px 16px 12px;
  border-radius:10px;
  margin:auto;
}

@media (max-width:767px) {
  .compare-product__qv .position-relative {
    display:block;
    border-radius:0;
    padding-top:20px;
  }
}

.compare-product__qv-row {
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
}

.compare-product__qv-item,
.compare-product__qv-show {
  padding:15px;
}

.compare-product__qv-item {
  position:relative;
  text-align:center;
  border-radius:4px;
  background:#fff;
  margin:0 5px;
  padding:5px;
}

.compare-product__qv-item img {
  max-width:60px;
}

.compare-product__qv-item h3 {
  margin:0;
  font-size:13px;
  font-weight:normal;
  display:none;
}

.compare-product__qv-show {
  margin-left:15px;
  text-align:center;
}

.compare-product__qv-show a {
  color:#fff;
  display:block;
}

.compare-product__qv-show a.btn-main {
  font-weight:bold;
}

@media (max-width:767px) {
  .compare-product__qv-show {
    margin-left:0;
    padding-bottom:0;
  }
}

.compare-product__qv-remove {
  position:absolute;
  top:-10px;
  right:-5px;
  font-size:10px;
  font-weight:bold;
  width:20px;
  height:20px;
  line-height:20px;
  text-align:center;
  cursor:pointer;
  border-radius:100%;
  background:linear-gradient(180deg,var(--gradient3) 0%,var(--gradient4) 78.65%);
  color:#fff;
  z-index:999999999;
}

@media (max-width:767px) {
  .compare-product__qv-remove {
    top:-15px;
  }
}

.compare-product__qv-hide {
  color:#fff;
  display:block;
}

.compare-product__qv-hide .icon {
  position:absolute;
  right:10px;
  top:15px;
  width:12px;
  height:12px;
}

.col-xs-11.col-sm-4.alert.alert-success.animated.fadeInDown {
  width:270px;
}

.col-xs-11.col-sm-4.alert.alert-success.animated.fadeInDown button.close {
  border:initial;
  background:initial;
}

.col-xs-11.col-sm-4.alert.alert-warning.animated.bounceInDown {
  width:270px;
}

.col-xs-11.col-sm-4.alert.alert-warning.animated.bounceInDown button.close {
  border:initial;
  background:initial;
}

.col-xs-11.col-sm-4.alert.alert-info.animated.bounceInDown {
  width:270px;
}

.col-xs-11.col-sm-4.alert.alert-info.animated.bounceInDown button.close {
  border:initial;
  background:initial;
}

ul.tabs li {
  background:none;
  display:inline-block;
  cursor:pointer;
}

ul.tabs li.current {
  color:var(--mainColor);
}

.aside-content-menu {
  overflow:hidden;
  margin-bottom:30px;
}

.aside-content-menu .title-head {
  position:relative;
}

.aside-content-menu .title-head h2 {
  color:var(--textColor);
  font-size:18px;
  font-weight:bold;
  line-height:initial;
  position:relative;
  margin:0;
}

.aside-content-menu .nav-category ul {
  padding:0;
  margin:0;
  list-style:none;
}

.aside-content-menu .nav-category ul .nav-item .nav-link {
  display:block;
  padding:6px 0;
  font-size:15px;
  color:var(--textColor);
  font-weight:400;
  padding-right:30px;
}

.aside-content-menu .nav-category ul .nav-item.active>.nav-link,
.aside-content-menu .nav-category ul .nav-item:hover>.nav-link {
  color:var(--mainColor);
}

.aside-content-menu .nav-category ul .nav-item.active>.down_icon:after,
.aside-content-menu .nav-category ul .nav-item.active>.down_icon:before,
.aside-content-menu .nav-category ul .nav-item:hover>.down_icon:after,
.aside-content-menu .nav-category ul .nav-item:hover>.down_icon:before {
  background-color:var(--mainColor);
}

.aside-content-menu .nav-category ul .menu_down {
  padding-left:10px !important;
}

.aside-content-menu .nav-category ul .down_icon {
  height:20px !important;
  width:20px !important;
  position:absolute;
  right:7.5px;
  top:19px;
  transform:translate(0,-50%);
  cursor:pointer;
}

.aside-content-menu .nav-category ul .down_icon:after,
.aside-content-menu .nav-category ul .down_icon:before {
  position:absolute;
  content:'';
  top:50%;
  left:50%;
  transform:translate(-50%,-50%) rotate(-90deg);
  background-color:#000;
  transition:transform 0.4s ease-in-out,opacity 0.4s ease-in-out;
}

.aside-content-menu .nav-category ul .down_icon:before {
  width:11px;
  height:1px;
  opacity:1;
}

.aside-content-menu .nav-category ul .down_icon:after {
  width:1px;
  height:11px;
}

.aside-content-menu .nav-category ul .down_icon.active:after,
.aside-content-menu .nav-category ul .down_icon.active:before {
  background-color:var(--mainColor);
  transform:translate(-50%,-50%) rotate(90deg);
}

.aside-content-menu .nav-category ul .down_icon.active:before {
  opacity:0;
}

.image-effect {
  display:block;
  position:relative;
  overflow:hidden;
}

.image-effect:before {
  right:0;
  opacity:0.2;
  top:0;
}

.image-effect:after {
  bottom:0;
  opacity:0.2;
  left:0;
}

.image-effect:before,
.image-effect:after {
  content:"";
  background:#fff;
  height:0;
  width:0;
  z-index:1;
  position:absolute;
  -webkit-transition-duration:0.5s !important;
  -o-transition-duration:0.5s;
  transition-duration:0.5s !important;
}

.image-effect:hover:before,
.image-effect:hover:after {
  height:100%;
  opacity:0;
  width:100%;
}

.fb_dialog_advanced.fb_customer_chat_bubble_animated_no_badge {
  right:12px !important;
}

.addThis_listSharing {
  width:275px;
  padding:0;
  position:fixed;
  right:0;
  bottom:0;
  z-index:990;
  background-color:transparent;
  display:none;
  opacity:0;
  visibility:hidden;
  transition:all 0.3s cubic-bezier(0.645,0.045,0.355,1);
  top:auto !important;
}

.addThis_listSharing .listSharing_action {
  position:absolute;
  bottom:135px;
  border-radius:12px;
  right:25px;
  max-width:300px;
  background-color:#f5f6fa;
  box-shadow:0 4px 20px rgba(0,0,0,0.2);
  -webkit-transform-origin:100% bottom;
  transform-origin:100% bottom;
  transform:scale(0);
  -webkit-transform:scale(0);
  -moz-transform:scale(0);
  -ms-transform:scale(0);
  -o-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);
  -moz-transition:transform 0.35s cubic-bezier(0.165,0.84,0.44,1);
  -ms-transition:transform 0.35s cubic-bezier(0.165,0.84,0.44,1);
  -o-transition:transform 0.35s cubic-bezier(0.165,0.84,0.44,1);
  top:auto !important;
}

.addThis_listSharing.active {
  opacity:1;
  visibility:visible;
}

.addThis_listSharing.active .listSharing_action {
  -ms-transition-delay:0.1s;
  -webkit-transition-delay:0.15s;
  transition-delay:0.1s;
  transform:scale(1);
  -webkit-transform:scale(1);
  -moz-transform:scale(1);
  -ms-transform:scale(1);
  -o-transform:scale(1);
}

.addThis_listSharing.active+.addThis_iconContact .svgico .svgico--close {
  opacity:1;
  visibility:visible;
  -webkit-transform:scale(1);
  transform:scale(1);
}

.addThis_listSharing.active+.addThis_iconContact .svgico>svg {
  opacity:0;
  visibility:hidden;
  transform:scale(0.3);
}

.addThis_listSharing.active+.addThis_iconContact .item-livestream {
  opacity:0;
  visibility:hidden;
}

.addThis_listSharing .addThis_close {
  position:absolute;
  z-index:10;
  right:0;
  top:0;
  border:0;
  outline:none;
  padding:6px;
  background:transparent;
}

.addThis_listSharing .addThis_close svg {
  opacity:0.6;
  width:24px;
  height:24px;
  display:block;
  margin:auto;
}

.addThis_listing {
  padding:0;
}

.addThis_listing .addThis_item {
  margin:0;
  padding:10px 15px;
}

.addThis_listing .addThis_item:not(:last-of-type) {
  border-bottom:1px solid #ecedf1;
  box-shadow:0 1px 0 0 #fff;
}

.addThis_listing .addThis_item .addThis_item--icon {
  width:100%;
  height:auto;
  border-radius:0;
  box-shadow:none;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-align-items:center;
  align-items:center;
}

.addThis_listing .addThis_item .addThis_item--icon svg {
  display:block;
  border-radius:50%;
  width:32px;
  height:32px;
  box-shadow:0 2px 5px 0 rgba(0,0,0,0.11);
}

.addThis_listing .addThis_item .addThis_item--icon .tooltip-text {
  opacity:1;
  visibility:visible;
  position:initial;
  width:calc(100% - 30px);
  padding-left:15px;
  text-align:left;
  background:transparent;
  color:#1d243e;
  font-size:13px;
  font-weight:400;
}

.addThis_listing .addThis_item .addThis_item--icon:hover .tooltip-text {
  color:var(--mainColor);
}

.addThis_listing .addThis_item .addThis_item__fbchat {
  display:block;
}

.addThis_iconContact {
  position:fixed;
  bottom:120px;
  right:10px;
  margin:0;
  z-index:9;
  cursor:pointer;
  top:auto !important;
}

.addThis_iconContact .svgico svg {
  fill:#ffffff;
  width:30px;
  height:46px;
  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;
}

.addThis_iconContact .svgico .svgico--close {
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  opacity:0;
  visibility:hidden;
  transform:scale(0.3);
  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;
}

.addThis_iconContact .svgico .svgico--close svg {
  fill:#ffffff;
  width:17px;
  height:46px;
}

.addThis_iconContact .box-item {
  position:relative;
}

.addThis_iconContact .box-item+.box-item {
  margin-top:18px;
}

.addThis_iconContact .box-item .svgico {
  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;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  animation:pulse 2s infinite;
  animation:pulse 2s infinite;
}

.addThis_iconContact .box-item .svgico>svg {
  animation:iconSkew 1s infinite ease-out;
  min-height:-webkit-fill-available;
}

.addThis_iconContact .box-item:before,
.addThis_iconContact .box-item:after {
  position:absolute;
  content:'';
  height:48px;
  width:48px;
  left:0;
  top:0;
  background:var(--mainColor);
  border-radius:50%;
}

.addThis_iconContact .box-item:before {
  animation:euiBeaconPulseSmall 2s infinite ease-out;
}

.addThis_iconContact .box-item:after {
  animation:euiBeaconPulseSmall 2s infinite ease-out 0.4s;
}

@media (max-width:991px) {
  .addThis_iconContact {
    right:10px;
  }
}

@keyframes euiBeaconPulseSmall {
  0% {
    -webkit-transform:scale(0);
    transform:scale(0);
    opacity:1;
  }
  50% {
    opacity:0.6;
  }
  100% {
    -webkit-transform:scale(1.6);
    transform:scale(1.4);
    opacity:0;
  }
}

@media (max-width:991px) {
  .addThis_listSharing .listSharing_action {
    bottom:140px;
    left:14px;
    right:14px;
    max-width:100%;
  }
  .addThis_listing .addThis_item .addThis_item--icon svg {
    width:28px;
    height:28px;
  }
  .addThis_listing .addThis_item.addThis_item__fbchat {
    display:block;
  }
  .addThis_listSharing.active .listSharing_overlay {
    display:block;
    opacity:1;
    visibility:visible;
    pointer-events:auto;
  }
}

.popup-sapo {
  position:fixed;
  bottom:130px;
  left:17px;
  margin:0;
  z-index:9;
  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;
  -moz-box-sizing:border-box;
  -webkit-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 .content {
  background:var(--mainColor);
  color:#fff;
  padding:20px 10px 40px;
  border-radius:10px;
  width:300px;
  position:absolute;
  bottom:27px;
  left:20px;
  box-shadow:0 4px 20px rgba(0,0,0,0.2);
  -webkit-transform-origin:100% bottom;
  transform-origin:0 bottom;
  transform:scale(0);
  -webkit-transform:scale(0);
  -moz-transform:scale(0);
  -ms-transform:scale(0);
  -o-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:20px;
}

@media (max-width:320px) {
  .popup-sapo .content .title {
    font-size:16px;
  }
}

.popup-sapo .content ul {
  margin-bottom:20px;
}

.popup-sapo .content ul li {
  margin-bottom:10px;
}

.popup-sapo .content ul li svg {
  margin-right:10px;
}

.popup-sapo .content ul li svg path {
  fill:#fff;
}

.popup-sapo .content ul li a {
  color:#fff;
}

.popup-sapo .content ul li a:hover {
  opacity:0.6;
}

.popup-sapo .content .ghichu {
  font-style:italic;
  font-size:14px;
}

.popup-sapo .content .close-popup-sapo {
  position:absolute;
  right:5px;
  top:5px;
  cursor:pointer;
}

.popup-sapo .content .close-popup-sapo svg {
  width:15px;
  height:15px;
}

.popup-sapo .content .close-popup-sapo svg path {
  fill:#fff;
}

@media (max-width:320px) {
  .popup-sapo .content {
    width:250px;
  }
}

.popup-sapo.active .content {
  -ms-transition-delay:0.1s;
  -webkit-transition-delay:0.15s;
  transition-delay:0.1s;
  transform:scale(1);
  -webkit-transform:scale(1);
  -moz-transform:scale(1);
  -ms-transform:scale(1);
  -o-transform:scale(1);
}

@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);
  }
}

.jas-sale-pop {
  background:#fff;
  bottom:-100%;
  left:20px;
  right:20px;
  padding:10px 30px 10px 10px;
  box-shadow:0 0 20px rgba(0,0,0,0.1);
  border-radius:3px;
  opacity:0;
  visibility:hidden;
  transition:all 2s;
  z-index:99999;
  position:fixed;
  right:auto;
  overflow:hidden;
  border:1px solid var(--mainColor);
  border-radius:5px;
}

@media (max-width:480px) {
  .jas-sale-pop {
    left:10px;
    right:10px;
    max-width:290px;
    display:none !important;
  }
  .jas-sale-pop .jas-sale-pop-content {
    overflow:hidden;
    max-width:180px;
  }
}

.jas-sale-pop a img {
  max-width:65px;
}

@media (max-width:321px) {
  .jas-sale-pop {
    left:10px;
    right:10px;
    max-width:220px;
  }
  .jas-sale-pop .jas-sale-pop-content {
    max-width:180px;
  }
}

.jas-sale-pop .mr__20 {
  margin-right:10px;
}

.jas-sale-pop h4 {
  color:var(--mainColor);
  margin:0;
  font-size:14px;
  font-weight:normal;
  margin-bottom:5px;
}

.jas-sale-pop h3 {
  margin:0;
  font-size:14px;
  max-width:255px;
  line-height:20px;
  text-transform:capitalize;
  max-height:40px;
  overflow:hidden;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
}

.jas-sale-pop h3 a {
  color:#222;
  margin:0;
  font-size:14px;
}

.jas-sale-pop h3 a:hover {
  color:var(--mainColor);
}

.jas-sale-pop .jas-sale-pop-timeago {
  color:#878787;
  font-size:12px;
}

.jas-sale-pop .pe-7s-close {
  right:5px;
  top:5px;
  cursor:pointer;
  position:absolute;
  display:inline-block;
  width:10px;
  height:10px;
  background:url(//bizweb.dktcdn.net/100/533/545/themes/971699/assets/close.svg?1741100662052);
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
}

.jas-sale-pop.slideUp {
  bottom:20px;
  opacity:1;
  visibility:visible;
}

.jas-sale-pop.middle-xs {
  -webkit-box-align:center;
  -ms-flex-align:center;
}

.jas-sale-pop.flex {
  box-sizing:border-box;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}

.jas-sale-pop.flex {
  z-index:10;
  top:auto !important;
}

#modal-newsletter {
  position:fixed;
  z-index:10;
  top:0;
  left:0;
  opacity:1;
  visibility:visible;
  margin:auto;
  height:100%;
  width:100%;
  transition:all linear .3s;
}

#modal-newsletter .newsletter-row {
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  padding:0;
  max-height:80vh;
  max-width:100%;
  width:50%;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  transition:all linear .3s;
  z-index:1050;
  background-size:cover;
  background-position:center;
  background-color:#fff;
  overflow-y:auto;
}

#modal-newsletter .newsletter-row .modal-newsletter-promo {
  flex:1 1 300px;
  width:50%;
  margin:0;
  padding:30px;
}

#modal-newsletter .newsletter-row .modal-newsletter-promo .modal-body {
  position:relative;
  width:100%;
  text-align:center;
  padding:0;
}

#modal-newsletter .newsletter-row .modal-newsletter-promo .modal-body .title {
  color:var(--textColor);
  font-size:32px;
  font-weight:bold;
  margin-bottom:25px;
  margin-top:0;
  text-transform:uppercase;
}

@media (max-width:500px) {
  #modal-newsletter .newsletter-row .modal-newsletter-promo .modal-body .title {
    font-size:26px;
    margin-bottom:15px;
  }
}

@media (max-width:320px) {
  #modal-newsletter .newsletter-row .modal-newsletter-promo .modal-body .title {
    font-size:20px;
  }
}

#modal-newsletter .newsletter-row .modal-newsletter-promo .modal-body .sub-title {
  color:var(--textColor);
  font-size:15px;
  margin-bottom:25px;
}

@media (max-width:500px) {
  #modal-newsletter .newsletter-row .modal-newsletter-promo .modal-body .sub-title {
    font-size:14px;
    margin-bottom:15px;
  }
}

#modal-newsletter .newsletter-row .modal-newsletter-promo .modal-body #mc-form {
  position:relative;
}

#modal-newsletter .newsletter-row .modal-newsletter-promo .modal-body #mc-form .form-control {
  width:100%;
  height:45px;
  padding:5px 25px;
  font-size:16px;
  border:1px solid var(--textColor);
  padding-right:115px;
}

@media (max-width:420px) {
  #modal-newsletter .newsletter-row .modal-newsletter-promo .modal-body #mc-form .form-control {
    padding-right:25px;
  }
}

#modal-newsletter .newsletter-row .modal-newsletter-promo .modal-body #mc-form .btn {
  color:#fff;
  font-size:14px;
  display:inline-flex;
  justify-content:center;
  align-items:center;
  position:absolute;
  right:0;
  top:0;
  border:none;
  height:100%;
  padding:0 15px;
  font-weight:500;
  text-transform:uppercase;
  background-color:var(--textColor);
}

#modal-newsletter .newsletter-row .modal-newsletter-promo .modal-body #mc-form .btn:hover {
  background-color:var(--mainColor);
}

@media (max-width:420px) {
  #modal-newsletter .newsletter-row .modal-newsletter-promo .modal-body #mc-form .btn {
    position:static;
    width:100%;
    height:45px;
    display:block;
    margin-top:10px;
    padding:5px 15px;
  }
}

#modal-newsletter .newsletter-row .modal-newsletter-promo .modalnewsletter-close {
  height:30px;
  width:30px;
  position:absolute;
  text-align:center;
  top:5px;
  right:5px;
  color:#fff;
  opacity:1;
  font-weight:normal;
  text-shadow:none;
  padding:0;
  display:flex;
  justify-content:center;
  align-items:center;
  float:none;
  background-color:var(--mainColor);
}

#modal-newsletter .newsletter-row .modal-newsletter-promo .modalnewsletter-close svg {
  width:20px;
  height:20px;
}

#modal-newsletter .newsletter-row .newsletter-img {
  flex:1 1 300px;
  width:50%;
  margin:0;
  object-fit:cover;
}

@media (max-width:1600px) {
  #modal-newsletter .newsletter-row {
    width:70%;
  }
}

@media (max-width:1199px) {
  #modal-newsletter .newsletter-row {
    width:80%;
  }
}

@media (max-width:767px) {
  #modal-newsletter .newsletter-row {
    width:90%;
  }
}

#modal-newsletter .modalnewsletter-overlay {
  position:fixed;
  top:0 !important;
  left:0;
  z-index:1040;
  width:100vw;
  height:100vh;
  background-color:#000;
  opacity:.8;
}

#modal-newsletter .check-close {
  display:flex;
  align-items:center;
  color:#fff;
  justify-content:center;
  margin-top:12px;
  font-size:15px;
  font-weight:bold;
}

#modal-newsletter .check-close input {
  display:inline-block;
  background:#fff;
  width:20px;
  height:20px;
  opacity:1;
  position:relative;
  top:inherit;
  left:inherit;
  margin-right:8px;
  cursor:pointer;
}

#modal-newsletter .check-close label {
  color:var(--textColor);
  margin:0;
}

@media (max-width:320px) {
  #modal-newsletter .check-close label {
    font-size:14px;
  }
}

.livechat-mes {
  display:inline-block;
  position:fixed;
  top:auto !important;
  bottom:64px;
  right:12px;
  z-index:990;
}

.livechat-mes img {
  width:42px;
  height:42px;
}

.fixed-mobile-navigate {
  position:fixed;
  bottom:0;
  top:auto !important;
  z-index:99;
  background:#fff;
  width:100%;
  box-shadow:0 0 9px rgba(0,0,0,0.12);
  height:54px;
}

.fixed-mobile-navigate ul {
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  padding:8px 0;
}

.fixed-mobile-navigate ul li {
  -ms-flex:0 0 20%;
  flex:0 0 20%;
  max-width:20%;
  position:relative;
  width:100%;
  padding-right:2px;
  padding-left:2px;
  text-align:center;
  line-height:1;
}

.fixed-mobile-navigate ul li a {
  display:inline-block;
  position:relative;
}

.fixed-mobile-navigate ul li a img {
  max-height:24px;
  max-width:24px;
  display:block;
  margin:auto;
}

@media (max-width:320px) {
  .fixed-mobile-navigate ul li a img {
    max-height:20px;
    max-width:20px;
  }
}

.fixed-mobile-navigate ul li a span {
  margin-top:5px;
  font-weight:700;
  font-size:12px;
}

@media (max-width:320px) {
  .fixed-mobile-navigate ul li a span {
    font-size:11px;
  }
}

.fixed-mobile-navigate ul li a .count-item {
  font-size:9px;
  text-decoration:none;
  background-color:var(--mainColor);
  border-radius:50%;
  color:#fff;
  padding:0 2px;
  line-height:15px;
  position:absolute;
  top:-4px;
  right:10px;
  width:16px;
  height:16px;
  margin-top:0;
  display:block;
}

.pagenav {
  position:relative;
  width:100%;
  margin-top:20px;
}

.pagenav span {
  display:inline-block;
  float:left;
  margin-right:10px;
  line-height:30px;
  font-weight:700;
}

.nav_pagi {
  display:inline-block;
  width:100%;
}

.nav_pagi .pagination {
  position:relative;
  z-index:1;
  padding:0 0;
  margin:0;
  display:flex;
  align-items:center;
  justify-content:center;
  list-style:none;
}

@media (max-width:768px) {
  .nav_pagi .pagination {
    padding:0 0;
  }
}

.nav_pagi .pagination .page-link {
  font-weight:400;
  float:left;
  margin:0 2.5px;
  width:35px;
  background:transparent;
  border:solid 1px #000;
  text-align:center;
  height:35px;
  font-size:14px;
  padding:0;
  color:#000;
  text-decoration:none;
  border-radius:8px;
  display:flex;
  align-items:center;
  justify-content:center;
}

@media (max-width:375px) {
  .nav_pagi .pagination .page-link {
    width:27px;
    height:27px;
    line-height:27px;
  }
}

.nav_pagi .pagination .page-link.page-db {
  width:auto;
  padding:0 20px;
}

.nav_pagi .pagination .page-link:hover {
  background-color:var(--mainColor);
  color:#fff;
  font-weight:bold;
  border-color:var(--mainColor);
}

.nav_pagi .pagination .page-link svg {
  width:14px;
  height:14px;
  margin-top:1px;
}

.nav_pagi .pagination .page-item.disabled .page-link {
  border:0;
  display:none;
}

.nav_pagi .pagination .page-item.active .page-link {
  background-color:var(--mainColor);
  border-color:var(--mainColor);
  color:#fff;
  display:flex;
  font-weight:bold;
}

.bread-crumb {
  padding:10px 0;
  display:flex;
  align-items:center;
  position:relative;
  z-index:7;
  background-color:#EBF5FF;
  margin-bottom: 20px;
}

.bread-crumb .breadcrumb {
  margin:0;
  font-size:14px;
  border-radius:0;
  font-weight:normal;
  line-height:24px;
  width:100%;
  position:relative;
  z-index:8;
    padding: 0;
    background: transparent;
}

.bread-crumb .breadcrumb li {
  display:inline-block;
  vertical-align:middle;
}

.bread-crumb .breadcrumb li>a {
  color:var(--textColor);
  display:inline-block;
  vertical-align:middle;
}

.bread-crumb .breadcrumb li>a .icon {
  margin-right:10px;
  margin-top:-2px;
}

.bread-crumb .breadcrumb li>a>span {
  color:var(--textColor);
}

.bread-crumb .breadcrumb li span {
  display:inline;
  color:var(--textColor);
}

.bread-crumb .breadcrumb li .mr_lr {
  padding:0 3px;
  color:var(--textColor);
}

.bread-crumb .breadcrumb li .mr_lr svg {
  width:16px;
  height:16px;
  margin-top:-2px;
}

.bread-crumb .breadcrumb li a:hover,
.bread-crumb .breadcrumb li.active,
.bread-crumb .breadcrumb li strong {
  color:var(--mainColor);
  font-weight:normal;
}

.bread-crumb .breadcrumb li a:hover span,
.bread-crumb .breadcrumb li.active span,
.bread-crumb .breadcrumb li strong span {
  color:var(--mainColor);
  font-weight:normal;
}

.page {
  padding:30px 0;
}

.page .title-head {
  font-size:32px;
  color:var(--textColor);
  font-weight:600;
  text-decoration:none;
  margin-bottom:20px;
}

.pg_page .content-page {
  min-height:400px;
  font-size:15px;
}

.content-page {
  min-height:400px;
  font-size:15px;
}

.content-page ul,
.content-page ol {
  padding-left:20px;
  list-style:disc;
  margin-bottom:20px;
}

.content-page h2 {
  font-size:22px;
}

.content-page h3 {
  font-size:20px;
}

.content-page h4 {
  font-size:18px;
}

.content-page h5 {
  font-size:16px;
}

.content-page p {
  margin-bottom:10px;
  font-size:15px;
}

.main-area {
  background-color:#F2F4F7;
}

.about-row {
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  background:#fff;
}

.about-row .main,
.about-row .image {
  width:50%;
}

.about-row .main {
  padding:34px 30px;
  line-height:1.5;
}

.about-row .main .title {
  color:var(--textColor);
  font-size:48px;
  font-weight:bold;
  line-height:1.6;
  margin-bottom:10px;
}

.about-row .btn-ctas {
  margin-top:17px;
}

.about-row .btn-ctas a {
  display:inline-flex;
  align-items:center;
  color:var(--textColor);
  font-size:14px;
  font-weight:bold;
  padding:11px 30px;
  border:1px solid var(--textColor);
}

.about-row .btn-ctas a:hover {
  color:#fff;
  border-color:var(--mainColor);
  background-color:var(--mainColor);
}

@media (min-width:991px) {
  #list-favorite .list-favorite-list .col-20 {
    -ms-flex:0 0 20%;
    flex:0 0 20%;
    max-width:20%;
  }
}

.page-about .container {
  padding:0 10px;
}

.page-about .row {
  margin:0 -10px;
}

.page-about .pd-15 {
  padding:0 10px;
}

.page-about .block-title {
  margin-bottom:40px;
}

.page-about .block-title h2 {
  font-size:32px;
}

.page-about .about-us-page {
  padding:60px 0;
  position:relative;
}

.page-about .about-us-page .about-us-content p {
  line-height:22px;
  text-align:justify;
  margin-bottom:0;
}

@media (max-width:767px) {
  .page-about .about-us-page .about-us-content {
    margin-bottom:15px;
  }
}

.page-about .about-our-shop .block-title {
  text-align:center;
}

.page-about .about-our-shop .column-title {
  margin-bottom:25px;
}

.page-about .about-our-shop .column-title h3 {
  color:var(--textColor);
  font-size:22px;
}

.page-about .about-our-shop .column-content p {
  line-height:22px;
  text-align:justify;
  margin-bottom:0;
}

@media (max-width:767px) {
  .page-about .about-our-shop .column-content {
    margin-bottom:15px;
  }
}

.page-about .about-our-shop .abt-shp-column-right {
  text-align:right;
}

.page-about .about-our-shop .row-reverse {
  margin-top:50px;
  flex-direction:row-reverse;
}

.page-about .about-our-shop .row-reverse .abt-shp-column-right {
  text-align:left;
}

.page-about .about-us-services {
  padding:60px 0;
  position:relative;
}

.page-about .about-us-services .block-title {
  text-align:center;
}

.page-about .about-us-services .block-title p {
  color:var(--textColor);
  font-size:14px;
  line-height:22px;
  max-width:50%;
  width:100%;
  margin:24px auto auto;
}

@media (max-width:767px) {
  .page-about .about-us-services .block-title p {
    max-width:100%;
  }
}

.page-about .about-us-services .about-us-box {
  padding:20px 18px;
  border:1px solid var(--textColor);
  position:relative;
  border-radius:10px;
}

.page-about .about-us-services .about-us-box .icon {
  width:24px;
  height:24px;
  position:absolute;
  right:15px;
}

.page-about .about-us-services .about-us-box h3 {
  color:var(--textColor);
  font-size:24px;
  margin-bottom:15px;
  max-width:90%;
  width:100%;
}

.page-about .about-us-services .about-us-box p {
  color:var(--textColor);
  font-size:14px;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  margin:0;
}

@media (max-width:767px) {
  .page-about .about-us-services .about-us-box {
    margin-bottom:10px;
  }
}

.page-services {
  padding:95px 0 315px;
  position:relative;
  background-color:#F5F2F0;
  background-repeat:no-repeat;
  background-position:bottom center;
  background-size:contain;
  background-image:url(//bizweb.dktcdn.net/100/533/545/themes/971699/assets/bg-services.png?1741099928117);
}

.page-services .block-title {
  text-align:center;
  margin-bottom:40px;
}

.page-services .block-title h2 {
  color:var(--textColor);
  font-size:36px;
}

.page-services .block-title p {
  color:var(--textColor);
  font-size:16px;
  line-height:24px;
}

.page-services .section-info {
  position:relative;
  padding-bottom:70px;
}

.page-services .section-info .block-title {
  max-width:610px;
  margin:0 auto;
  text-align:center;
  margin-bottom:54px;
}

.page-services .section-info .block-title h2 {
  margin-bottom:24px;
}

.page-services .section-info .block-title p {
  margin-bottom:0;
}

.page-services .section-info .block-content {
  max-width:960px;
  margin:0 auto;
}

.page-services .section-services {
  position:relative;
  padding-bottom:70px;
}

.page-services .section-services .container {
  padding:0 15px;
}

.page-services .section-services .container .row {
  margin:0 -15px;
}

.page-services .section-services .container .row .col-pd {
  padding:0 15px;
}

@media (max-width:991px) {
  .page-services .section-services .container .row .col-pd {
    margin-bottom:30px;
  }
}

.page-services .section-services .item {
  height:100%;
  padding:40px;
  text-align:center;
  border-radius:8px;
  background-color:#fff;
  box-shadow:0 10px 25px 0 rgba(0,0,0,0.03);
}

@media (max-width:1199px) and (min-width:992px) {
  .page-services .section-services .item {
    padding:20px;
  }
}

.page-services .section-services .item .icon {
  width:95px;
  height:95px;
  margin:0 auto;
  margin-bottom:30px;
}

.page-services .section-services .item .title {
  color:var(--textColor);
  font-size:18px;
  font-weight:bold;
}

.page-services .gift-styles {
  position:relative;
}

.page-services .gift-styles .block-content {
  max-width:960px;
  margin:0 auto;
}

.page-services .gift-styles .container {
  padding:0 15px;
}

.page-services .gift-styles .container .row {
  margin:0 -15px;
}

.page-services .gift-styles .container .row .col-pd {
  padding:0 15px;
}

.page-services .gift-styles .item img {
  border-radius:8px;
}

@media (max-width:767px) {
  .page-services .gift-styles .item {
    margin-bottom:30px;
  }
}

.layout-contact {
  padding:30px 0;
}

.layout-contact .block-title {
  margin-bottom:20px;
  text-align:left;
}

.layout-contact .block-title .content-form {
  color:var(--textColor);
  font-size:15px;
  font-weight:400;
  display:block;
  margin-top:10px;
  margin-bottom:0;
}

.layout-contact .contact {
  margin-bottom:35px;
}

.layout-contact .contact h4 {
  color:var(--textColor);
  font-size:20px;
  font-weight:bold;
  margin:0;
  margin-bottom:10px;
}

.layout-contact .contact .logo-contact {
  margin-bottom:20px;
}

.layout-contact .contact .item {
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:10px;
}

.layout-contact .contact .item .icon {
  width:20px;
  flex:0 0 20px;
}

.layout-contact .form-contact h4 {
  color:var(--textColor);
  font-size:20px;
  font-weight:bold;
  margin:0;
  margin-bottom:10px;
}

.layout-contact .form-contact .group_contact {
  display:flex;
  flex-direction:column;
  gap:20px;
}

.layout-contact .form-contact .group_contact input,
.layout-contact .form-contact .group_contact textarea {
  font-size:15px;
  border:solid 1px #ebebeb;
  width:100%;
  outline:none;
  border-radius:5px;
}

@media (max-width:767px) {
  .layout-contact .form-contact .group_contact input,
  .layout-contact .form-contact .group_contact textarea {
    grid-column:1 / 4;
  }
}

.layout-contact .form-contact .group_contact input {
  padding:10px 20px;
}

.layout-contact .form-contact .group_contact textarea {
  grid-column:1 / 4;
  padding:10px 20px;
}

.layout-contact .form-contact .group_contact .btn-lienhe {
  background:var(--mainColor);
  color:#fff;
  border:initial;
  padding:10px 20px;
  line-height:28px;
  font-size:15px;
  font-weight:500;
  border-radius:5px;
}

.layout-contact .form-contact .group_contact .btn-lienhe:hover {
  background:var(--gradient1);
}

@media (max-width:767px) {
  .layout-contact .form-contact .group_contact .btn-lienhe {
    grid-column:1 / 4;
  }
}

.layout-contact #contact_map iframe {
  width:100%;
  height:580px;
}

@media (max-width:991px) {
  .layout-contact #contact_map {
    margin-top:20px;
  }
}
.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}
img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
    height: auto;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xs-24, .col-sm-24, .col-md-24, .col-lg-24 {
    padding-left: 10px;
    padding-right: 10px;
}
.row{
    margin-left: -10px;
    margin-right: -10px;
}
.container{
    padding-left: 10px;
    padding-right: 10px;
}
.footer #copyright a{
    font-weight: bold;
    color: #fff;
}
.alert-warning {
  color:#856404;
  background-color:#fff3cd;
  border-color:#ffeeba;
}

.bg-home {
  position:relative;
}

.bg-index {
  position:absolute;
  top:0;
  left:0;
  right:0;
  width:100%;
  height:130vh;
  background:linear-gradient(180deg,var(--mainColor) 0%,#fff 100%);
}

.section_slider {
  position:relative;
  padding:0;
}

.section_slider .home-slider {
  margin-bottom:20px;
}

.section_slider .home-slider .swiper-wrapper {
  margin-top:20px;
}

.section_slider .home-slider img {
  border-radius:8px;
  width: 100%;
}

.section_two_banner {
  position:relative;
  padding:20px 0;
}

.section_two_banner img {
  border-radius:8px;
}

@media (max-width:767px) {
  .section_two_banner .banner-right {
    margin-top:20px;
  }
}

.section_flash_sale {
  position:relative;
  margin-bottom: 60px;
}

.section_flash_sale .flash-sale-bg {
  position:relative;
  padding:15px 30px 0;
  border-radius:8px;
  background-image:linear-gradient(270deg,var(--gradient1) 0%,var(--gradient2) 100%);
}

.section_flash_sale .flash-sale-bg:before {
  content:' ';
  display:block;
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  opacity:0.2;
  background-image:url(//bizweb.dktcdn.net/100/533/545/themes/971699/assets/bg-flash-sale.png?1741100907474);
  background-repeat:no-repeat;
  background-position:center bottom;
  background-size:contain;
}

@media (max-width:767px) {
  .section_flash_sale .flash-sale-bg {
    padding:15px 20px 0;
  }
}

.section_flash_sale .block-title {
  position:relative;
  z-index:6;
  display:flex;
  align-items:center;
  justify-content:space-between;
}

@media (max-width:991px) {
  .section_flash_sale .block-title {
    display:block;
  }
}

.section_flash_sale .block-title .head {
  display:flex;
  align-items:center;
}

.section_flash_sale .block-title .head h2 {
  margin-bottom:0;
  color:#fff;
  font-size:24px;
  font-weight:bold;
  text-transform:uppercase;
}

.section_flash_sale .block-title .head h2 a {
  color:#fff;
}

.section_flash_sale .block-title .head p {
  color:#fff;
  font-size:16px;
  margin-bottom:0;
}

@media (max-width:767px) {
  .section_flash_sale .block-title .head p {
    margin-bottom:10px;
  }
}

.section_flash_sale .block-title .head .icon {
  display:block;
  margin-right:25px;
}

.section_flash_sale .block-title .head .icon img {
  height:80px;
}

@media (max-width:991px) {
  .section_flash_sale .block-title .head {
    justify-content:center;
    margin-bottom:20px;
  }
}

@media (max-width:767px) {
  .section_flash_sale .block-title .head {
    display:block;
  }
  .section_flash_sale .block-title .head .icon {
    margin-right:0;
    margin-bottom:15px;
  }
}

.section_flash_sale .timer {
  position:relative;
  z-index:9;
}

.section_flash_sale .timer .time {
  display:flex;
  align-items:center;
  gap:10px;
  justify-content:center;
}

.section_flash_sale .timer .time .block-timer {
  color:#fff;
  text-align:center;
  padding:11px 10px;
  font-weight:500;
  border-radius:8px;
  background:rgba(255,255,255,0.2);
}

.section_flash_sale .timer .time .block-timer p {
  color:#fff;
  font-size:30px;
  display:block;
  margin:0;
}

.section_flash_sale .timer .time .block-timer span {
  display:block;
  font-size:12px;
  font-weight:normal;
}

@media (max-width:767px) {
  .section_flash_sale .timer .time .block-timer {
    padding:7px;
  }
  .section_flash_sale .timer .time .block-timer p {
    font-size:26px;
  }
}

.section_flash_sale .timer .time .doted-timer {
  color:#fff;
  font-size:30px;
  font-weight:500;
  padding:0 2px;
  margin-top:0;
  position:relative;
  text-shadow:0 1px 1px rgba(0,0,0,0.5);
}

@media (max-width:991px) {
  .section_flash_sale .timer {
    margin-bottom:30px;
  }
}

.section_flash_sale .thumb-flasale {
  position:relative;
  z-index:9;
}

.section_flash_sale .item_product_main {
  border:none;
}

.section_flash_sale .item_product_main .product-promo-tag--best {
  position:absolute;
  top:18px;
  right:-30px;
  margin:0;
  width:130px;
  height:25px;
  z-index:9;
  display:flex;
  align-items:center;
  justify-content:center;
  transform:rotate(45deg);
  background-color:var(--mainColor);
  box-shadow:0 4px 4px 0 rgba(0,0,0,0.1);
}

@media (max-width:991px) {
  .section_flash_sale .item_product_main .product-promo-tag--best {
    top:5px;
    width:90px;
  }
}

.section_flash_sale .item_product_main .product-promo-tag--best img {
  transform:rotate(-45deg);
}

.section_flash_sale .item_product_main .product-promo-tag--best .text {
  color:#fff;
  font-size:10px;
  text-align:center;
  text-transform:uppercase;
}

@media (max-width:991px) {
  .section_flash_sale .item_product_main .product-promo-tag--best .text {
    display:none;
  }
}

.section_flash_sale .item_product_main:hover {
  border-color:transparent;
}

.section_flash_sale .item_product_main .product-action {
  display:flex;
  gap:20px;
  align-items:center;
}

.section_flash_sale .item_product_main .product-action .product-thumbnail {
  width:265px;
}

@media (max-width:1199px) and (min-width:992px) {
  .section_flash_sale .item_product_main .product-action .product-thumbnail {
    width:140px;
  }
}

@media (max-width:991px) and (min-width:768px) {
  .section_flash_sale .item_product_main .product-action .product-thumbnail {
    width:110px;
  }
}

@media (max-width:767px) {
  .section_flash_sale .item_product_main .product-action .product-thumbnail {
    width:100%;
  }
}

.section_flash_sale .item_product_main .product-action .product-info {
  width:calc(100% - 300px);
  text-align:left;
  margin-top:0;
}

@media (max-width:991px) {
  .section_flash_sale .item_product_main .product-action .product-info .price-box {
    font-size:15px;
  }
  .section_flash_sale .item_product_main .product-action .product-info .price-box .compare-price {
    font-size:12px;
  }
}

.section_flash_sale .item_product_main .product-action .product-info .product-promo-tag.product-promo-tag--best {
  text-align:center;
}

@media (max-width:991px) {
  .section_flash_sale .item_product_main .product-action .product-info .product-promo-tag.product-promo-tag--best {
    margin-bottom:5px;
  }
}

.section_flash_sale .item_product_main .product-action .product-info .product-item-cta .product-item-btn {
  width:auto;
  height:auto;
  color:#fff;
  padding:8px 20px;
  border-radius:30px;
  border:none;
  background-color:var(--mainColor);
}

.section_flash_sale .item_product_main .product-action .product-info .product-item-cta .product-item-btn:hover {
  background-color:var(--hoverColor);
}

@media (max-width:1199px) and (min-width:992px) {
  .section_flash_sale .item_product_main .product-action .product-info .product-item-cta .product-item-btn {
    padding:8px 15px;
    font-size:13px;
  }
}

@media (max-width:767px) {
  .section_flash_sale .item_product_main .product-action .product-info .product-item-cta {
    margin-bottom:5px;
  }
}

@media (max-width:1199px) and (min-width:992px) {
  .section_flash_sale .item_product_main .product-action .product-info {
    width:calc(100% - 210px);
  }
}

@media (max-width:991px) and (min-width:768px) {
  .section_flash_sale .item_product_main .product-action .product-info {
    width:calc(100% - 120px);
  }
  .section_flash_sale .item_product_main .product-action .product-info .product-name {
    margin-bottom:5px;
  }
  .section_flash_sale .item_product_main .product-action .product-info .product-name a {
    font-size:14px;
  }
  .section_flash_sale .item_product_main .product-action .product-info .product-item-cta {
    margin-bottom:5px;
  }
  .section_flash_sale .item_product_main .product-action .product-info .mb-break {
    margin-bottom:5px;
  }
}

@media (max-width:767px) {
  .section_flash_sale .item_product_main .product-action .product-info {
    width:100%;
    text-align:center;
    margin-top:15px;
  }
}

@media (max-width:991px) and (min-width:768px) {
  .section_flash_sale .item_product_main .product-action {
    gap:10px;
  }
}

@media (max-width:767px) {
  .section_flash_sale .item_product_main .product-action {
    display:block;
  }
}

.section_flash_sale .btn-view {
  color:var(--mainColor);
  font-size:16px;
  font-weight:bold;
  border:none;
  background-color:#fff;
}

.section_flash_sale .btn-view:hover {
  color:#fff;
  background-color:var(--mainColor);
}

@media (max-width:767px) {
  .section_flash_sale {
    padding:40px 0;
  }
}

.section_flash_sale .flash-sale-swiper {
  padding-bottom:40px;
}

.section_flash_sale .swiper-pagination {
  position:absolute;
  margin-top:0;
  bottom:-15px;
  width:auto;
  transform:translateX(-50%) translateY(-50%);
  -webkit-transform:translateX(-50%) translateY(0%);
  left:50%;
  padding:8px 20px;
  display:flex;
  align-items:center;
  justify-content:center;
  background-color:#fff;
  border-radius:100px;
  box-shadow:0 4px 4px 0 rgba(0,0,0,0.1);
}

.section_flash_sale .swiper-button-disabled {
  display:none;
}

@media (max-width:1199px) {
  .section_flash_sale .thumb-image {
    margin-bottom:20px;
  }
}

.flashsale__bottom {
  display:flex;
  flex-wrap:wrap-reverse;
  margin-bottom:10px;
}

.flashsale__bottom .flashsale__label {
  color:var(--textColor);
  font-size:14px;
  font-weight:bold;
  padding:7px 10px;
  border-radius:4px;
  background-color:#F0F7FF;
}

.flashsale__bottom .flashsale__label .flashsale__sold-qty {
  color:var(--priceColor);
}

.flashsale__bottom .flashsale__progressbar {
  display:block;
  width:100%;
  height:16px;
  background:#F2C5E8;
  margin-bottom:3px;
  border-radius:9999px;
  position:relative;
  overflow:hidden;
}

.flashsale__bottom .flashsale__progressbar.style2 {
  height:18px;
  margin-bottom:0;
}

.flashsale__bottom .flashsale__progressbar.style2 .flashsale__label {
  color:#fff;
  font-size:12px;
  position:relative;
  left:0;
  z-index:2;
  text-align:center;
  margin:auto;
}

.flashsale__bottom .flashsale___percent {
  width:0%;
  height:100%;
  background:linear-gradient(270deg,var(--gradient1) .46%,var(--gradient2) 98.15%);
  border-radius:99px;
  position:absolute;
  top:0;
  z-index:1;
}

@media (max-width:767px) {
  .flashsale__bottom {
    justify-content:center;
  }
}

.section_categories {
  padding:60px 0;
  position:relative;
}

.section_categories .col-20 {
  -ms-flex:0 0 20%;
  flex:0 0 20%;
  max-width:20%;
}

.section_categories .item {
  text-align:center;
}

.section_categories .item .image {
  width:100px;
  height:100px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto;
  margin-bottom:10px;
  border:2px solid var(--mainColor);
  border-radius:100px;
}

.section_categories .item .image img {
  width:50px;
}

.section_categories .item h3 {
  margin-bottom:0;
}

.section_categories .item h3 a {
  color:var(--textColor);
  font-size:16px;
  font-weight:500;
  line-height:24px;
  min-height:48px;
  display:block;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  white-space:initial;
}

.section_categories .item h3 a:hover {
  color:var(--mainColor);
}

.section_product_list .item_product_main .product-action {
  display:flex;
  align-items:center;
  justify-content:center;
}

@media (max-width:767px) {
  .section_product_list .item_product_main .product-action {
    flex-direction:column;
  }
}

.section_product_list .item_product_main .product-action .product-thumbnail {
  width:150px;
  margin-right:15px;
}

@media (max-width:767px) {
  .section_product_list .item_product_main .product-action .product-thumbnail {
    width:100%;
    margin-right:0;
  }
}

.section_product_list .item_product_main .product-action .product-info {
  width:calc(100% - 165px);
  text-align:left;
  margin-top:0;
}

.section_product_list .item_product_main .product-action .product-info .product-item-cta .group-action {
  display:none;
}

@media (max-width:767px) {
  .section_product_list .item_product_main .product-action .product-info {
    width:100%;
    z-index:1;
    position:relative;
    margin-top:24px;
    text-align:center;
  }
}

.section_blogs {
  padding:0 0 30px 0;
  position:relative;
}

.section_blogs .item-blog {
  position:relative;
  display:flex;
  align-items:center;
  margin-bottom:20px;
}

.section_blogs .item-blog .blog-thumb {
  position:relative;
  width:120px;
  margin-right:15px;
}

.section_blogs .item-blog .blog-thumb .thumb {
  cursor:pointer;
  overflow:hidden;
  width:100%;
  display:flex;
  -o-justify-content:center;
  -moz-justify-content:center;
  -webkit-justify-content:center;
  -os-justify-content:center;
  -o-display:flex;
  -moz-display:flex;
  -webkit-display:flex;
  -os-display:flex;
  align-items:center;
  position:relative;
  height:auto !important;
  padding-bottom:80%;
}

.section_blogs .item-blog .blog-thumb .thumb img {
  width:auto !important;
  max-height:100%;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
  will-change:opacify;
  transform:scale(1);
  transition:all 0.5sease;
  object-fit:cover;
}

.section_blogs .item-blog .blog-content {
  width:calc(100% - 135px);
}

.section_blogs .item-blog .blog-content h3 {
  font-size:16px;
  margin-bottom:10px;
}

.section_blogs .item-blog .blog-content h3 a {
  color:var(--textColor);
  font-size:16px;
  font-weight:500;
}

.section_blogs .item-blog .blog-content h3 a:hover {
  color:var(--mainColor);
}

.section_blogs .item-blog .blog-content .article-content {
  color:#5F666A;
  font-size:14px;
  line-height:20px;
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  white-space:initial;
  overflow:hidden;
}

.section_blogs .item-blog .blog-content .time-post {
  color:#5F666A;
  font-size:12px;
  margin-bottom:10px;
  line-height:16px;
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.section_blogs .item-blog .blog-content .time-post .date {
  display:flex;
  align-items:center;
}

.section_blogs .item-blog .blog-content .time-post .date img {
  margin-right:4px;
}

.section_blogs .item-blog .blog-content .time-post .blog-ctas a {
  width:30px;
  height:30px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  box-shadow:0 4px 12px rgba(0,0,0,0.05);
}

.section_blogs .item-blog .blog-content .time-post .blog-ctas a svg {
  width:10px;
  height:13px;
}

.section_blogs .item-blog .blog-content .time-post .blog-ctas a:hover {
  background-color:var(--mainColor);
}

.section_blogs .item-blog .blog-content .time-post .blog-ctas a:hover svg path {
  fill:#fff;
}

.section_brands {
  padding-bottom:60px;
  position:relative;
}

.section_brands .swiper-wrapper {
  align-items:center;
  justify-content:space-between;
}

.section_brands .swiper-wrapper .thumb-image {
  text-align:center;
  background-color:#fff;
}

.section_brands .swiper-wrapper .thumb-image:hover img {
  opacity:.7;
}
.line-clamp-1{
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
    white-space: initial;
}
@media (min-width: 992px) {
    .col-md-20 {
        width: 20%;
    }
}
.alert-warning {
  color:#856404;
  background-color:#fff3cd;
  border-color:#ffeeba;
}

@media (max-width:767px) {
  .article-content-wrap iframe {
    width:100%;
  }
}

.article-content-wrap ul {
  list-style:disc;
  padding-left:30px;
  margin-bottom:15px;
}

.aside-blog {
  position:sticky;
  top:0;
  margin-bottom:0;
  padding:15px 15px 15px 0;
  border-top:4px solid var(--mainColor);
}

.layout-blog {
  padding:30px 0;
}

.layout-blog .col-fix {
  margin-bottom:20px;
}

.layout-blog .list-blogs .item-blog {
  display:flex;
  flex-wrap:wrap;
  position:relative;
}

.layout-blog .list-blogs .item-blog .blog-thumb {
  width:280px;
  margin-right:20px;
}

.layout-blog .list-blogs .item-blog .blog-thumb .thumb {
  display:block;
  position:relative;
}

@media (max-width:767px) {
  .layout-blog .list-blogs .item-blog .blog-thumb {
    width:150px;
    margin-right:10px;
  }
}

.layout-blog .list-blogs .item-blog .blog-content {
  width:calc(100% - 300px);
  position:relative;
}

@media (max-width:767px) {
  .layout-blog .list-blogs .item-blog .blog-content {
    width:calc(100% - 160px);
  }
}

.layout-blog .list-blogs .item-blog .blog-content h3 {
  margin-bottom:10px;
  line-height:1.3;
}

.layout-blog .list-blogs .item-blog .blog-content h3 a {
  font-size:20px;
  font-weight:bold;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  white-space:initial;
  overflow:hidden;
  line-height:1.3;
  color:var(--textColor);
}

.layout-blog .list-blogs .item-blog .blog-content h3 a:hover {
  color:var(--mainColor);
}

@media (max-width:767px) {
  .layout-blog .list-blogs .item-blog .blog-content h3 a {
    font-size:15px;
  }
}

.layout-blog .list-blogs .item-blog .blog-content .time-post {
  display:flex;
  gap:15px;
  align-items:center;
  justify-content:space-between;
  font-size:14px;
  color:var(--textColor);
  margin:10px 0 0;
}

@media (max-width:767px) {
  .layout-blog .list-blogs .item-blog .blog-content .time-post {
    font-size:13px;
  }
}

.layout-blog .list-blogs .item-blog .blog-content .time-post svg {
  width:15px;
  height:15px;
  margin-top:-3px;
  margin-right:2px;
}

.layout-blog .list-blogs .item-blog .blog-content .article-content {
  color:#535353;
  font-size:15px;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  white-space:initial;
  overflow:hidden;
}

@media (max-width:767px) {
  .layout-blog .list-blogs .item-blog .blog-content .article-content {
    font-size:13px;
  }
}

.title-page {
  font-size:24px;
  color:var(--textColor);
  font-weight:bold;
  text-decoration:none;
  margin-bottom:20px;
}

.title-page img {
  display:block;
  margin:auto;
}

.title-page span,
.title-page a {
  position:relative;
  padding-bottom:10px;
  display:inline-block;
  font-weight:600;
  font-size:24px;
  text-transform:uppercase;
  font-weight:700;
  color:var(--textColor);
}

@media (max-width:767px) {
  .title-page span,
  .title-page a {
    font-size:20px;
  }
}

.title-page a:hover {
  color:var(--mainColor);
}

.article-details h1 {
  font-size:24px;
  font-weight:bold;
}

.article-details .article-image {
  text-align:center;
}

.blog_noibat {
  overflow:hidden;
  margin-bottom:0;
}

.blog_noibat .title-head {
  position:relative;
}

.blog_noibat .title-head h2 {
  color:var(--textColor);
  font-size:18px;
  font-weight:500;
  line-height:initial;
  position:relative;
  margin:0;
}

.blog_noibat .blog_content {
  padding:20px 0 0;
  border-bottom:1px solid #f1f1f1;
}

.blog_noibat .blog_content .item {
  display:flex;
  flex-wrap:wrap;
  margin-bottom:20px;
}

.blog_noibat .blog_content .item .post-thumb {
  width:80px;
  margin-right:10px;
}

.blog_noibat .blog_content .item .post-thumb img {
  min-height:65px;
  object-fit:cover;
}

.blog_noibat .blog_content .item .contentright {
  width:calc(100% - 100px);
}

.blog_noibat .blog_content .item .contentright h3 {
  margin:0;
}

.blog_noibat .blog_content .item .contentright h3 a {
  display:block;
  color:var(--textColor);
  font-size:15px;
  font-weight:bold;
  overflow:hidden;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  min-height:42px;
  overflow:hidden;
}

.blog_noibat .blog_content .item .contentright h3 a:hover {
  color:var(--mainColor);
}

.blog_noibat .blog_content .item:last-child {
  border:initial;
  margin:0;
  padding:0;
}

.blog_noibat .blog_content:last-child {
  border-bottom:none;
}

.blogpage {
  padding:30px 0;
}

.article-main .posts {
  font-weight:500;
  margin:10px 0;
  padding:10px;
  background-color:#f9f9f9;
}

.article-main .posts .time-post {
  font-size:14px;
  color:#000;
  display:inline-block;
  margin-right:10px;
}

.article-main .posts .time-post svg {
  width:15px;
  height:15px;
  margin-top:-5px;
  margin-right:2px;
}

.article-main .posts .time-post svg path {
  fill:var(--mainColor);
}

.article-main .article-image {
  margin-bottom:20px;
}

.article-main .article-title {
  margin-top:0;
  margin-bottom:15px;
  font-size:24px;
  font-weight:700;
  color:#000;
  line-height:initial;
}

.article-main .rte {
  font-size:15px;
}

.article-main .rte h2 {
  font-size:22px;
  margin-bottom:10px;
}

.article-main .rte h3 {
  font-size:20px;
  margin-bottom:10px;
}

.article-main .rte h4 {
  font-size:18px;
  margin-bottom:10px;
}

.article-main .rte ul,
.article-main .rte p {
  margin-bottom:10px;
}

@media (max-width:767px) {
  .article-main .rte iframe {
    width:100%;
  }
}

.article-main .rte img {
  width:auto !important;
  max-width:100% !important;
  height:auto !important;
}

.article-main .js-toc-content ul {
  list-style:initial;
  padding-left:20px;
}

.article-main #article_comments {
  display:block;
  margin-top:20px;
  margin-bottom:30px;
}

.article-main #article_comments label {
  display:block;
  margin-bottom:4px;
  font-weight:700;
}

.article-main #article_comments label .required {
  color:#ff0000;
}

.article-main #article_comments input {
  height:40px;
}

.article-main .form-group input {
  width:100%;
  margin-bottom:15px;
  outline:none;
  font-size:14px;
  padding:5px 20px;
  border:1px solid #e6e6e6;
}

.article-main .form-group input::placeholder {
  color:#7c7c7c;
}

.article-main .form-group input:-ms-input-placeholder {
  color:#7c7c7c;
}

.article-main .form-group input::-ms-input-placeholder {
  color:#7c7c7c;
}

.article-main .form-group textarea {
  width:100%;
  margin-bottom:15px;
  outline:none;
  font-size:14px;
  padding:5px 20px;
  border:1px solid #e6e6e6;
}

.article-main .form-group textarea::placeholder {
  color:#7c7c7c;
  opacity:1;
}

.article-main .form-group textarea:-ms-input-placeholder {
  color:#7c7c7c;
}

.article-main .form-group textarea::-ms-input-placeholder {
  color:#7c7c7c;
}

.article-main .button_45 {
  height:40px;
  line-height:38px;
  padding:0 25px;
  background:var(--mainColor);
  font-size:15px;
  font-weight:500;
  color:#fff;
  border-radius:6px;
  border:none;
  margin-top:10px;
}

.article-main .button_45:hover {
  background:var(--cateColor);
  border-color:var(--cateColor);
  color:#fff;
}

.article-main .title-form-coment {
  font-size:18px;
  margin-top:0;
  margin-bottom:5px;
  padding-bottom:15px;
  color:#000;
  font-weight:bold;
}

#article-comments .article-comment {
  margin-bottom:30px;
  padding-bottom:20px;
  border-bottom:1px dotted #c9c8c5;
}

#article-comments .article-comment:last-child {
  padding-bottom:30px;
}

#article-comments .article-comment-user-image {
  margin:0;
  float:left;
  width:80px;
  margin-right:12px;
  height:80px;
  border-radius:0;
  display:block;
}

#article-comments .article-comment-user-comment {
  display:block;
  float:left;
  width:calc(100% - 95px);
  -webkit-width:calc(100% - 95px);
  -moz-width:calc(100% - 95px);
  -o-width:calc(100% - 95px);
  -os-width:calc(100% - 95px);
  padding-left:10px;
  word-break:break-word;
  font-size:em(14px);
}

#article-comments .user-name-comment {
  margin:0;
  font-size:14px;
  line-height:1;
  font-weight:700;
}

#article-comments .user-name-comment strong {
  font-weight:700;
}

#article-comments .article-comment-date-bull {
  padding:5px 0;
  display:block;
  color:#b0b0b0;
  font-size:12px;
}

#article-comments .cm {
  font-size:14px;
  color:#000;
}

.social-sharing {
  border-top:solid 1px #e4e4e4;
  padding:20px 0;
  margin-bottom:10px;
  border-bottom:1px solid #e4e4e4;
  display:flex;
  align-items:center;
}

.social-sharing span {
  margin-right:10px;
}

.social-sharing .addthis_inline_share_toolbox {
  margin-top:3px;
}

.blog_lienquan {
  margin-top:30px;
}

.blog_lienquan .item-blog {
  position:relative;
  height:100%;
}

.blog_lienquan .item-blog .blog-thumb {
  overflow:hidden;
  position:relative;
  margin-bottom:10px;
}

.blog_lienquan .item-blog .blog-thumb .thumb {
  cursor:pointer;
  overflow:hidden;
  width:100%;
  display:flex;
  -o-justify-content:center;
  -moz-justify-content:center;
  -webkit-justify-content:center;
  -os-justify-content:center;
  -o-display:flex;
  -moz-display:flex;
  -webkit-display:flex;
  -os-display:flex;
  align-items:center;
  position:relative;
  height:auto !important;
  padding-bottom:75%;
}

.blog_lienquan .item-blog .blog-thumb .thumb img {
  width:auto !important;
  max-height:100%;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
  will-change:opacify;
  transform:scale(1);
  transition:all 0.5s ease;
}

.blog_lienquan .item-blog .blog-content h3 {
  margin:0;
  font-size:16px;
  position:relative;
  margin-bottom:10px;
  min-height:45px;
}

.blog_lienquan .item-blog .blog-content h3 a {
  color:var(--textColor);
  font-weight:bold;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  line-height:1.4;
}

.blog_lienquan .item-blog .blog-content h3 a:hover {
  color:var(--mainColor);
}

.blog_lienquan .item-blog .blog-content .time-post {
  display:flex;
  gap:15px;
  align-items:center;
  font-size:14px;
  color:var(--textColor);
  margin:10px 0 0;
}

.blog_lienquan .item-blog .blog-content .time-post img {
  width:16px;
  height:16px;
}

.blog_lienquan .item-blog .blog-content .time-post .blog-ctas a {
  width:30px;
  height:30px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  box-shadow:0 4px 12px rgba(0,0,0,0.05);
}

.blog_lienquan .item-blog .blog-content .time-post .blog-ctas a svg {
  width:10px;
  height:13px;
}

.blog_lienquan .item-blog .blog-content .time-post .blog-ctas a:hover {
  background-color:var(--mainColor);
}

.blog_lienquan .item-blog .blog-content .time-post .blog-ctas a:hover svg path {
  fill:#fff;
}

.blog_lienquan .item-blog .blog-content .article-content {
  color:#535353;
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  white-space:initial;
  overflow:hidden;
}

@media (max-width:991px) {
  .aside-content-blog {
    margin-top:30px;
  }
  .right-content {
    order:-1;
    margin-bottom:30px;
  }
}

.social-sharing {
  border-top:solid 1px #e4e4e4;
  padding:20px 0;
  margin-bottom:10px;
  border-bottom:1px solid #e4e4e4;
  display:flex;
  align-items:center;
}

.social-sharing .addthis_toolbox a {
  margin-bottom:0;
}

.social-sharing span {
  margin-right:10px;
}

.social-sharing .addthis_inline_share_toolbox {
  margin-top:3px;
}

.blog-lienquan {
  margin-top:50px;
}

.art-pro {
  margin-top:15px;
  margin-bottom:15px;
}

.search-blog {
  border:2px solid #ec2154;
  border-radius:10px;
  padding:5px;
}

@media (max-width:991px) {
  .search-blog {
    margin-top:30px;
  }
}

.search-blog .title-head {
  font-size:14px;
  font-weight:bold;
  color:#fff;
  display:block;
  position:relative;
  padding-left:10px;
  padding-right:10px;
  text-transform:uppercase;
  background:#ec2154;
  border-radius:10px;
  text-align:center;
  line-height:45px;
}

.search-blog .title-head a {
  color:#fff;
}

.search-blog .title-head a:hover {
  opacity:0.7;
}

.search-blog .thump-searh {
  padding:10px 0;
}

.thump-comment {
  background:#fff;
  border-radius:5px;
  padding:10px;
  margin-top:20px;
}

.blog-lienquan .title-module {
  margin-bottom:45px;
}

.blog-lienquan .related-blogs .item-blog .block-content h3 {
  font-size:17px;
  font-weight:700;
  height:50px;
  overflow:hidden;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

.blog-lienquan .related-blogs .item-blog .block-content .article-content {
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

.grid-article .article-inner {
  margin-bottom:50px;
}

.grid-article .article-inner .item-blog {
  display:flex;
  align-items:center;
  justify-content:center;
}

.grid-article .article-inner .item-blog .block-thumb {
  flex:1 0 50%;
  max-width:50%;
  position:relative;
  text-align:center;
}

@media (max-width:770px) {
  .grid-article .article-inner .item-blog .block-thumb {
    flex-basis:100%;
    max-width:100%;
    width:100%;
  }
}

.grid-article .article-inner .item-blog .block-content {
  flex:1 0 50%;
  max-width:50%;
  position:relative;
  z-index:1;
  padding:25px;
  border-radius:18px;
  background-color:#fff;
  text-align:center;
  margin-left:-15px;
  box-shadow:0 0 4px rgba(0,0,0,0.12);
  transition:box-shadow .6s ease;
}

.grid-article .article-inner .item-blog .block-content h3 {
  font-size:24px;
}

.grid-article .article-inner .item-blog .block-content h3:before {
  left:50%;
  transform:translateX(-50%) translateY(0%);
}

.grid-article .article-inner .item-blog .block-content .read-more {
  margin-top:20px;
}

.grid-article .article-inner .item-blog .block-content .read-more .btn-read-more {
  color:var(--mainColor);
  font-size:13px;
  font-weight:bold;
  display:inline-block;
  text-transform:uppercase;
  position:relative;
}

.grid-article .article-inner .item-blog .block-content .read-more .btn-read-more:after {
  position:absolute;
  bottom:7px;
  left:100%;
  display:inline-block;
  margin-left:5px;
  height:5px;
  font-weight:600;
  font-size:14px;
  line-height:5px;
  opacity:0;
  transition:opacity .35s ease;
  content:"...";
}

.grid-article .article-inner .item-blog .block-content .read-more .btn-read-more:hover:after {
  opacity:1;
  animation:wd-ShakeNext 1s ease infinite;
}

@media (max-width:770px) {
  .grid-article .article-inner .item-blog .block-content {
    flex-basis:100%;
    max-width:100%;
    width:100%;
    margin-left:0;
    padding-left:15px;
    padding-right:15px;
    border-top-left-radius:0;
    border-top-right-radius:0;
  }
}

@media (max-width:770px) {
  .grid-article .article-inner .item-blog {
    flex-wrap:wrap;
  }
}

.grid-article .article-inner:nth-child(2n) .item-blog {
  flex-direction:row-reverse;
}

.grid-article .article-inner:nth-child(2n) .item-blog .block-content {
  margin-left:0;
  margin-right:-15px;
}

@media (max-width:770px) {
  .grid-article .article-inner:nth-child(2n) .item-blog {
    flex-direction:column;
  }
  .grid-article .article-inner:nth-child(2n) .item-blog .block-content {
    margin-left:0;
    margin-right:0;
  }
}

.grid-article .view-more {
  text-align:center;
}

.grid-article .view-more a {
  color:#fff;
  display:inline-block;
  padding:15px 30px;
  border-radius:10px;
  background-color:var(--mainColor);
}

.grid-article .view-more a:hover {
  background-color:var(--textColor);
}

@keyframes wd-ShakeNext {
  25% {
    transform:translate3d(0,0,0);
  }
  50% {
    transform:translate3d(-3px,0,0);
  }
  75% {
    transform:translate3d(3px,0,0);
  }
}

.product-article {
  margin:30px 0;
}

.product-article .title {
  font-size:24px;
  font-weight:600;
  margin-bottom:15px;
  line-height:1;
  color:var(--mainColor);
}

.product-article .mb-break {
  color:#5F666A;
  font-size:14px;
  line-height:20px;
  font-weight:normal;
}

.product-article .mb-break .title {
  color:#5F666A;
  font-size:14px;
  line-height:20px;
  font-weight:normal;
}

.toc-wrapper {
  display:block;
  width:100%;
  padding:15px;
  font-size:16px;
  margin-bottom:15px;
  background:rgba(243,243,243,0.95);
}

.toc-wrapper .toc-title {
  position:relative;
  display:block;
  overflow:hidden;
  text-align:left;
  cursor:pointer;
  font-weight:bold;
  margin-bottom:0;
  padding:0;
  font-size:20px;
}

.toc-wrapper .toc-title:before {
  background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAOCAYAAAA45qw5AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwwAADsMBx2+oZAAAAi9JREFUOE+tk01rE0EYx7MbMbZePIlR8SsIQhFE8eBZJOKhUqwearKE5BDMoQpihB4UL0Igb6BSSimtFbF+AcVLoeDJDyBoYw9CDyHFhLz4e2aeXZUkZn35we48859n5z/PzKzjed61Xq/3KGJ5UKvVHmv8X0mlUnma+X6/36a97SSTyV2CQzIoOI6zHI/H5wqFwjeV/olcLjfRbDafEk5bxXjsurzWtG9gRTP1ev1NOp0+otJfk8lkjmL6ljAwFfBYcyuViof5gmo+pzudzha7cUr7fwwLn2q321uEU1Yx9PG6x3F6jgpyBldZiWzJAasY9nhukPjcdsPBvZmWuXgmVBL2XNedpdAX0nGNBNVqdYWB84RfrGKY5FllogKTBIscheSwSwtc1pWfTanyE3Of9U2Fgcmy2ezxVqv1ivCXbebjdSa7TvWyCwPk8/mDjUZjiZyESga+24xGo4lSqbSjkmFoFax6kg8WmeSKSj7vY7HYpWKx+Fn7BvJPkL9B/kmVfJbIv0l+S/sBI7ePSRzO/T7hXatYMNhh2xLlcnlT+lyiM91u9yX5h00CkNOjucPxPbTKIGPPTS4KZ/aMMLh0TCwVzNHuY6xKvN8MWBroM5i+1v5QxhoL8mvwe8m5x60yHAw/8lzkEn1QaSShjAUqP0Z1G4RD/20M37Hdl7l8X1X6LcHvNA6q2KY5h8G6VX6A9gTTC2FNhdAV+8ilo/p5wlvE25iWOc+KHQ1LJPIdi+3i7AUil8gAAAAASUVORK5CYII=);
  height:7px;
  width:15px;
  display:inline-block;
  content:" ";
  float:right;
  background-size:contain;
  margin:10px 0 0 0;
  cursor:pointer;
  transform:rotate(-90deg);
}

.toc-wrapper .toc-title.open {
  margin-bottom:0;
}

.toc-wrapper .toc-title.open:before {
  background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAOCAYAAAA45qw5AAAABGdBTUEAALGPC/xhBQAAAiRJREFUOBGtk01LW0EUhjO3t6kY0lUXGhX8AW40KV0Use6E0iBYxU0QFfIFgW5Ku9FCoZhFXSXkqxuRFl2Imp24EoUumkRw4w8Qv/AHaBNC0mcgEybWG+PHhbnnzDvnvO+ZOTPCdo8vEAgEq9VqSAjRRfpiKpWK4lfvQiXuEuz3+58ikER0Vs8DWwObymQylzrezG9ZGNEXCKwjMGhBuG8Yhpfdn1isN8BGw8xiEgwG+xDNNRGVmQOVSiUXDodfWtA0wLcK0893EP5GtFfLLLG7aYrxMYoa3lkul3cpdFLDbnSbCiP6iaxNhlNlI3RhmuYwR7qUTqd/UsAbsHO1jm2j0BVa85ViLVt540IkEnlWLBZ/QOLTCG0IHEDm5RId6Tjx3cRnwQZ0nHjLS/ffjulRR6lU2oHguuiG0+l8fV1UCsVisWPMoBSSc/VR5Hv8PVmYwpRt2DG96Sc4y+hRATX7jWOdg7jpWyVPhEKhLxz1PHk69xktGaU9fxRvfRHRMRKWWWivLwpxhdgMCasKa8XS33Hilhh1Lvy/kosNrODbnsgfl2ieahO4djmvfadcopFkMrmtgFZtoVA4dLvdW8S/ZTyv5ZnYMY/HY+bz+R1BdSmAQG1RmZzdbh+Nx+OnCriPlfeF5yVfxSs9n51nDH4TOoi/6nA4hh4qKjkTicS5y+WSz+2XrsHpTsgdTwEusCiPOUoPvutBj+Wj8wGuz5KPi/bxH4WvzTLEXb1kAAAAAElFTkSuQmCC);
  transform:rotate(180deg);
}

.toc-wrapper .js-toc {
  margin-top:5px;
}

.toc-wrapper .js-toc>.toc-list {
  padding:0;
}

.toc-wrapper .js-toc>.toc-list .toc-list-item {
  color:var(--textColor);
}

.toc-wrapper .js-toc>.toc-list .toc-list-item a {
  padding:5px 0;
  position:relative;
  display:block;
  font-size:16px;
}

.toc-wrapper .js-toc>.toc-list .toc-list-item a:hover {
  color:var(--mainColor);
}

.toc-wrapper .js-toc>.toc-list .toc-link.node-name--H2 {
  font-weight:bold;
}

.toc-wrapper .js-toc>.toc-list .toc-link.node-name--H3 {
  font-weight:normal;
}

.toc-wrapper .js-toc>.toc-list .toc-link.node-name--H4 {
  font-weight:normal;
}

.toc-wrapper .js-toc>.toc-list .toc-link:before {
  display:none;
}

.fixed-toc {
  position:fixed;
  right:0;
  top:50% !important;
  transform:translateY(-50%);
  z-index:1000;
  display:none;
}

.fixed-toc .toc-toggle-btn {
  cursor:pointer;
}

.fixed-toc .toc-toggle-btn svg {
  width:20px;
  height:20px;
}

.fixed-toc button.btn.toc-toggle-btn {
  border:1px solid;
  padding:5px;
  width:40px;
  height:40px;
  line-height:1;
  margin-right:10px;
  background:white;
  opacity:0.6;
}

.fixed-toc .fixed-toc-content {
  width:300px;
  background:#fff;
  position:absolute;
  top:0 !important;
  z-index:9999;
  padding:15px;
  border:1px solid;
  border-radius:5px;
  font-size:14px;
  max-height:75vh;
  overflow-y:auto;
  transform:translateY(-50%) translateX(100%);
  transition:transform .3s ease-out;
}

.fixed-toc .fixed-toc-content .toc-title {
  position:relative;
  display:block;
  overflow:hidden;
  text-align:left;
  cursor:pointer;
  font-weight:bold;
  -moz-user-select:none;
  -webkit-user-select:none;
  -ms-user-select:none;
  line-height:28px;
  font-size:16px;
}

.fixed-toc .fixed-toc-content .toc-list {
  padding:0;
}

.fixed-toc .fixed-toc-content .toc-list .toc-list-item {
  color:var(--textColor);
}

.fixed-toc .fixed-toc-content .toc-list .toc-list-item a {
  padding:4px 0;
  position:relative;
  display:block;
  font-size:13px;
  color:var(--textColor);
}

.fixed-toc .fixed-toc-content .toc-list .toc-list-item a:hover {
  color:var(--mainColor);
}

.fixed-toc .fixed-toc-content .toc-list .toc-link.node-name--H2 {
  font-weight:bold;
}

.fixed-toc .fixed-toc-content .toc-list .toc-link.node-name--H3 {
  font-weight:normal;
}

.fixed-toc .fixed-toc-content .toc-list .toc-link.node-name--H4 {
  font-weight:normal;
}

.fixed-toc .fixed-toc-content .toc-list .toc-link:before {
  display:none;
}

.fixed-toc .fixed-toc-content .toc-toggle-btn {
  right:15px;
  top:13px;
  position:absolute;
}

.fixed-toc .fixed-toc-content .toc-toggle-btn svg {
  width:14px;
  height:14px;
}

.fixed-toc.open .fixed-toc-content {
  transform:translateY(-50%) translateX(calc(-100% + 40px));
}















































