/*
Theme Name: mttheme
Theme URI: https://mtdigital.vn
Version: 1.2.9
Author: MT Digital
Author URI: https://mtdigital.vn
Text Domain: mttheme
Tags: den, do, trang...
Description: Giao diện website thiết kế bởi MT Digital - mtdigital.vn
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1.4;
}
html{
  overflow-x: hidden;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
  color: #999;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a{
 text-decoration:  none;
 color: var(--mau1);
 transition: all 1s;
}
a:hover, a:focus{
  color: var(--mau2);
  text-decoration: none;
  outline: none;
}
img{
  display: inline-block;
  max-width: 100%;
}
body{
  font-family: "Afacad Flux", sans-serif;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 400;
  color: var(--mau3);
}
.btn[name="update_cart"]{
  background: var(--mau3);
  color: white;
}
.btn{
  font-family: "Afacad Flux", sans-serif;
  font-weight: 400;
  color: var(--mau3);
  font-size: 19px;
  padding-left: 20px;
  padding-right: 20px;
  text-transform: uppercase;
}
.btn-warning{
  color: white;
}
.fb_customer_chat_bubble_animated_no_badge{
  right: 90px !important;
  bottom: 13px !important;
}
.truot{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 200;
}
.mw100pc, iframe{
  max-width: 100%;
}
.container{
  max-width: 1400px;
}
h1 {
  font-size: 30px;
  line-height: 43px;
  margin-bottom: 8px;
}
h2 {
  font-size: 27px;
  line-height: 39px;
  margin-bottom: 10px;
}
h3 {
  font-size: 23px;
  line-height: 35px;
  margin-bottom: 10px;
}
h4 {
  font-size: 19px;
  line-height: 30px;
  margin-bottom: 5px;
}
.title-line{
  border-bottom: 2px solid #e6e6e6;
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 10px;
  line-height: 30px;
  margin: 0 0 20px;
  position: relative;
  text-transform: uppercase;
}
.title-line::after {
  background: var(--mau1) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  margin-bottom: -2px;
  position: absolute;
  width: 120px;
}
img{
  max-width: 100%;
  display: block;
}
body .row5px, body .row5px .row{
  margin-left: -5px;
  margin-right: -5px;
}
body .row5px [class*="col-"]{
  padding-left: 5px;
  padding-right: 5px;
}
.btn.radius{
  border-radius: 20px;
}
.logo{
  max-height: 60px;
}
.modal-header{
  padding: 5px 15px;
}
.grecaptcha-badge{
  display: none;
}

/*** loading ***/
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.95);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.spinner {
  width: 60px;
  height: 60px;
  position: relative;
}
.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--mau1);
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-bounce 2.0s infinite ease-in-out;
}
.double-bounce2 {
  animation-delay: -1.0s;
}
@keyframes sk-bounce {
  0%, 100% { 
      transform: scale(0.0);
  } 
  50% { 
      transform: scale(1.0);
  }
}

/*** end style input ***/
input[type="time"],input[type="date"], input[type="tel"], select, input[type="text"], input[type="email"],input[type="password"],input[type="number"]{
  display: block;
  width: 100%;
  padding: 6px 12px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
input[type="text"]:focus, input[type="email"]:focus,input[type="password"]:focus,input[type="number"]:focus{
 border-color:#66afe9;
 outline:0;
 -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
 box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6)
}
textarea{
  display: block;
  width: 100%;
  padding: 6px 12px;
  color: #444;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
textarea:focus{
  border-color:#66afe9;
  outline:0;
  -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6)
}
input[type="button"], input[type="reset"], input[type="submit"], button{

  background-color: var(--mau3);
  color: white;
  text-transform: uppercase;
  transition: all 0.7s;
  border: 1px solid transparent;
  padding: 7px 50px;
}

.wpcf7 form .wpcf7-response-output{
  margin: 10px 0px;
}

/*** top-bar ***/
#top-bar{
  background-color: var(--xam);
  color: white;
  padding: 5px 0px;
  font-size: 13px;
}
.top-col{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 25px;
}
.top-col .item, .top-col .item a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  color: white;
}
.top-col .item img{
  max-height: 20px;
}
.top-col .item-1 img{
  max-height: 30px;
}

/*** header ***/
.owl-dots{
  position: absolute;
  bottom: 10px;
  left: 0px;
  width: 100%;
  z-index: 333;
}
.owl-dots.disabled{
  display: none;
}
.owl-prev, .owl-next{
  background: none !important;
  font-size: 30px !important;
  color: #111 !important;
}
.nav-middle .owl-prev, .nav-middle .owl-next{
  position: absolute;
  z-index: 333;
  top: calc(50% - 20px);
  margin: 0px !important;
  padding: 0px 10px !important;
}
.nav-middle .owl-prev{
  left: -20px;
}
.nav-middle .owl-next{
  right: -20px;
}
.nav-middle .owl-nav, .nav-style2 .owl-nav{
  margin-top: 0px !important;
}
.nav-style2 .owl-prev, .nav-style2 .owl-next{
  position: absolute;
  z-index: 333;
  top: calc(( ( 100% - 118px ) / 2 ) - 20px );
  border-radius: 50% !important;
  color: white !important;
  padding: 0px !important;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 22px !important;
  background: var(--xam) !important;
  margin: 0px !important;
}
.nav-style2.bt .owl-prev, .nav-style2.bt .owl-next{
  top: calc(50% - 25px);
}
.nav-bottom .owl-prev, .nav-bottom .owl-next{
  position: static;
  margin: 0px 10px !important;
}
#searchh{
  margin-top: 15px;
  position: relative;
  z-index: 333;
}
#listajaxs{
  position: absolute;
  top: 33px;
  left: 0px;
  width: 100%;
  background: #fff;
  max-height: 330px;
  overflow: auto;
  box-shadow: 0px 0px 3px #aaa;
}
#listajaxs .spajax{
  padding: 7px 10px;
}
#listajaxs .hinhsp{
  float:left;
  margin:0px 10px 0px 0px
}
#listajaxs .title-pro-cat{
  height: unset;
  max-height: 50px;
  margin:0px;
}
#listajaxs img{
  max-width: 65px;
}
#listajaxs .gia{
  margin: 0px;
}
.spin {
  width: 20px; 
  height: 20px;    
  border-radius: 50%;
  border: 3px solid #fff;
  border-left-color: rgb(29, 161, 242);
  background: transparent;
  animation: rotate-s-loader 1s linear infinite;
  -webkit-animation: spin 4s infinite linear;
}
@-webkit-keyframes spin {
  0%  {-webkit-transform: rotate(0deg);}
  100% {-webkit-transform: rotate(360deg);}   
}
.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{
  padding: 6px 15px 6px 40px;
}
.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{
  height: 33px;
}

/*** slider ***/
.slider img{
  width: 100% !important;
}

/*** menu ***/
.navbar{
  margin: 0px;
  border:0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  min-height: 30px;
  padding: 0px;
  transition: all 0.3s ease-in-out;
}
#menuh ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    opacity: 1; /* Firefox */
}
#menuh  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: white;
}
#menuh  ::-ms-input-placeholder { /* Microsoft Edge */
    color: white;
}
.navbar-brand{
  display: flex;
  flex-direction: row;
  align-items: center;
}

.nav-link, .nav-link:hover, .nav-link:active, .nav-link:focus{
  color: #111;
}
nav li.bold > ul > li > a{
  font-weight: bold;
}
.dropdown-menu{
  font-size: 17px;
}
.dropdown-toggle::after{
  display: inline-block;
  margin-left: 5px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  font-size: 15px;
  content: "\f107";
  padding-left: 3px;
  padding-right: 3px;
  border: none;
  width: auto;
  height: auto;
  vertical-align: middle;
  border: none !important;
}
@media ( max-width: 767px ){
  nav{
    position: fixed !important;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9999;
    background-color: #f5f5f5;
    box-shadow: 0px 0px 4px #777;
    -moz-box-shadow: 0px 0px 4px #777;
    -webkit-box-shadow: 0px 0px 4px #777;
  }
  .navbar{
    background-color: #f5f5f5;
  }
  .wp-menu{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .wp-menu .left{
    width: 75px;
  }
  .dropdown-menu{
    display: unset;
  }
  body nav .right{
    margin-right: 10px;
    gap: 20px;
  }
  .menu-banner{
    display: none;
  }
  .navbar-toggler{
    border: none;
    padding-left: 0px;
  }
  .navbar-brand{
    padding: 5px 0px 5px 0px;
    margin: 0px auto;
  }
  .navbar-brand>img{
    height: 40px;
  }
  nav a{
    color: #222;
  }
  #menu-main-menu{
    max-height: 330px;
    overflow-y: auto;
  }
  .ico-menu{
    margin: 0px 10px 0px 0px;
    color: white;
  }
  .navbar-toggle .icon-bar{
    background: white;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .depth_1 > li > a{
    padding-left: 50px !important;
    font-weight: bold;
  }
  .depth_2 > li > a{
    padding-left: 70px !important;
  }
  /* ANIMATED X */
  .navbar-toggle.x .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    -ms-transform-origin: 10% 10%;
    transform-origin: 10% 10%;
  }

  .navbar-toggle.x .icon-bar:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0);
  }

  .navbar-toggle.x .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%;
    transform-origin: 10% 90%;
  }

  /* ANIMATED X COLLAPSED */
  .navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  .navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
  }

  .navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  /* END ANIMATED X */
  .navbar-collapse{
    border: none;
    float: none;
    width: 100%;
    padding: 0px;
  }
  .navbar-nav{
    position: relative;
    z-index: 999;
    background: #f5f5f5;
  }
  .navbar-nav{
    margin-top: 0px;
    margin-bottom: 0px;
    overflow-y: auto;
  }
  .navbar-header{
    background: #333;
  }
  .navbar{
    margin-bottom: 0px;
    min-height: 40px;
  }
  .navbar-nav > li > a{
    padding: 10px 10px 10px 20px !important;
  }
  .navbar-nav br{
    display: none;
  }
  .navbar-nav br:before{
    content: " ";
  }
  .navbar-nav > li:first > a{
    border-top: 0px;
  }
  .navbar-nav > li:last > a{
    border-bottom: 0px;
  }
  .navbar-nav > .current-menu-item > a, .navbar-nav > li > a:focus, .navbar-nav > .current-menu-parent > a, .navbar-nav .nav-link.active, .navbar-nav .show>.nav-link{
    background: #e5e5e5;
    color: #000;
  }
  .dropdown-menu{
    padding: 0px;
    border: none;
    background-color: transparent !important;
    margin: 0px !important;
  }
  .dropdown-menu > li > a{
    padding: 7px 10px 7px 30px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #e5e5e5;
  }
  .dropdown-item.active, .dropdown-item:active{
    background-color: #ccc !important;
    color: #222 !important;
  }
  .modal-dialog{
    width: 90%;
  }
  nav .right a, nav .left a{
    color: #fff !important;
  }
  nav .left a{
    margin-left: 10px;
  }
}

@media ( min-width: 768px ){
  nav{
    box-shadow: 0 3px 3px 0 rgb(0 0 0 / 13%) !important;
    background-color: #011416;
    margin-bottom: 10px;
    padding: 15px 0px;
  }
  .nav-link, .nav-link:hover, .nav-link:active, .nav-link:focus{
    text-transform: uppercase;
    font-size: 19px;
    padding: 15px 20px;
    position: relative;
  }
  .navbar-nav {
    display: flex;
    flex-direction: row;
    height: 100%;
    justify-content: center;
    align-items: center;
    margin: 0px auto;
  }
  .navbar-brand{
    height: 100%;
  }
  #main-menu{
    text-align: center;
  }
  .navbar-nav > li > a{
    padding: 32px 15px !important;
    color: var(--mau2) ;
  }
  span.dropdown-toggle{
    color: var(--mau2) ;
    margin-left: -10px;
  }
  .nav>li:hover>ul{
    display: block;
  }
  .nav>li:last-child>a:before{
    background: none;
  }
  .navbar-nav > .current-menu-item > a, .navbar-nav>li>a:hover, .navbar-nav>li>a:focus, .navbar-nav>li>a:active, .navbar-nav > .current-menu-item > a{
    color: var(--mau1) !important;
  }
  .navbar-nav > li{
    position: relative;
    display: flex;
    flex-direction: row;
  }
  .navbar-nav > .current-menu-item:not(.megamenu)::before, .navbar-nav > li:hover:before{
    width: 100%;
    height: 4px;
    background-color: var(--mau1);
    position: absolute;
    bottom: 0px;
    left: 0px;
    content: "";
  }
  .navbar-nav > li.dacbiet > a{
    padding: 0px 10px !important;
    font-weight: bold;
    line-height: 1.1;
  }
  .dropdown-menu{
    padding: 0px;
  }
  li:hover > .dropdown-menu{
    opacity: 1;
    visibility: visible;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
  }
  .dropdown-menu > li > a{
    padding: 3px 12px;
    font-size: 19px;
  }
  .dropdown-menu > li:last-child > a{
    border: none;
  }
}
@media ( min-width: 1440px ){
  .navbar-nav > li > a{
    padding: 32px 22px !important
  }
}
nav .right{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
nav .search-box{
  position: relative;
}
.search-box input{
  border-radius: 30px;
  padding: 5px 10px 5px 35px;
  height: 45px;
  width: 220px;
}
.cart-link{
  font-size: 23px;
  position: relative;
}
.cart-count{
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 2;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--mau1);
  color: white;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home h1{
  font-size: 36px; /* Giảm kích thước */
  color: var(--mau1); /* Màu vàng sáng */
  margin: 10px 0; /* Khoảng cách hợp lý */
  background-color: transparent; /* Nền trong suốt */
  padding: 5px 0;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1); /* Đổ bóng nhẹ */
  font-weight: bold; /* Đậm phần quan trọng */
}

/* hang_tieu_bieu */
#hang_tieu_bieu{
  background-color: var(--mau3);
  padding: 10px 10px;
  margin-top: -1px;
}
#hang_tieu_bieu img{
  aspect-ratio: 367/190;
}
.item_htb{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.item_htb:hover img{
  opacity: 0.8;
  transform: scale(1.05);
}
.item_htb img{
  width: 100%;
  display: block;
  transition: all 0.7s;
}
@media ( min-width: 768px ){
  .owl-category{
    padding: 0px 35px;
  }
  .owl-category .owl-prev{
    left: -35px;
  }
  .owl-category .owl-next{
    right: -35px;
  }
}

/*** tabs products ***/

.nav-tabs.no-border{
  display: flex;
  gap: 20px;
}
.nav-tabs.no-border{
  border: none;
}
.nav-tabs.no-border .nav-link{
  border: 1px solid var(--mau3);
  padding: 7px 50px;
  border-radius: 30px;
  margin-top: 5px;
}
.nav-tabs.sticker .nav-link{
  padding: 7px 70px 7px 40px;
}
.nav-tabs.no-border .nav-link.active{
  background-color: var(--mau3);
  color: white;
}
.nav-tabs.no-border .sticker .icon{
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 22px;
  top: -9px;
  z-index: 2;
  line-height: 1.1;
  width: 42px;
  height: 40px;
  color: var(--mau3);
  font-size: 13px;
  padding-bottom: 5px;
  background: transparent url("images/label-vang.png") no-repeat center center;
  background-size: 42px 40px;
}
.thumbnail-pro-cat{
  border: 1px solid #e5e5e5;
  border-radius: 7px;
  margin-bottom: 7px;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  overflow: hidden;
  background-color: #fff;
  position: relative;
}
.thumbnail-pro-cat a{
  max-height: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.thumbnail-pro-cat img{
  border-radius: 7px;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}
.owl-carousel .owl-item img{
  width: auto;
}
.rating-sp{
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 17px;
}
.rating-sp .last{
  margin-left: auto;
}
.star-color{
  color: var(--mau1);
}
.gia{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.percent{
  background: var(--mau1);
  color: white;
  padding: 0px 6px;
  font-size: 12px;
  border-radius: 3px;
  display: inline-block;
}
.title-pro-cat{
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 5px;
  margin-top: 0px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.title-pro-cat a{
  line-height: 1;
  color: var(--mau3);
}
.txtsku{
  color: #888;
}
.count-review{
  font-size: 16px;
}
.gia del {
  color: #aaa;
  font-size: 14px;
  font-weight: 400
}
.gia ins {
  font-weight: 500;
  line-height: 1.5;
  color: var(--mau4);
  font-size: 21px;
}
.iconsp{
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  background: transparent url("images/icon-sp.png") no-repeat center center;
  width: 40px;
  height: 40px;
  font-size: 13px;
  color: white;
  text-align: center;
  background-size: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.iconsp span{
  line-height: 1;
}
.mau-sp{
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 5px;
}
.color-view{
  width: 30px;
  height: 20px;
  border-radius: 20px;
  border: 1px solid #ccc;
}
@media ( max-width: 767px ){
  .sp .count-review{
    display: none;
  }
  .title-pro-cat{
    font-size: 17px;
  }
  .gia ins{
    font-size: 17px;
  }
  .nav-tabs.no-border .sticker .icon, .icon{
    display: none;
  }
  .nav-tabs{
    width: 100%;
  }
  .nav-tabs.sticker .nav-link, .nav-tabs.no-border .nav-link{
    padding-right: 0px;
    padding-left: 0px;
  }
  .nav-tabs .nav-item{
    flex: 1;
  }
  .nav-tabs .nav-item a, .nav-tabs .nav-item button{
    width: 100%;
  }
}
@media ( min-width: 768px ){
  .nav-tabs.no-border .nav-link.sticker{
    padding-right: 70px;
  }
}

/*** cat_cao_cap ***/
#cat_cao_cap{
  padding-bottom: 30px;
}

/*** banner ***/
.banner{
  margin-bottom: 30px;
  position: relative;
  color: #111;
  border-radius: 17px;
  overflow: hidden;
  display: block;
  background-color: #e4e4e4;
}
.owl-item .banner{
  margin-bottom: 0px;
}
.banner:hover{
  opacity: 0.85;
  color: #111;
}
.banner .info, .banner img{
  transition: all 1s;
  border-radius: 17px;
  margin-bottom: 0px;
}
.banner img{
  width: 100% !important;
}
.banner:hover .info{
  transform: translateY(10px);
}
.banner:hover img{
  transform: scale(1.05);
}
.banner .info{
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 2;
}
.banner.info-top{
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner.info-top .info{
  bottom: unset;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 20px;
  text-align: center;
}
.banner.info-right .info{
  left: unset;
  right: 30px;
  text-align: right;
}
.btn-circle{
  border-radius: 30px;
}
.btn.btn-lg{
  padding: .4rem 2.5rem;
}
.btn-black{
  background-color: var(--mau3);
  color: var(--mau2);
  text-transform: uppercase;
  transition: all 0.7s;
  border: 1px solid transparent;
  padding: 7px 50px;
}
.btn-black.no-active{
  background-color: #fff;
  color: #000;
  border-color: #000;
}
.btn-black2{
  background-color: #2F3841;
  color: var(--mau2);
  text-transform: uppercase;
  transition: all 0.7s;
  border: 1px solid transparent;
  padding: 7px 50px;
}
.btn-black2.no-active{
  background-color: #fff;
  color: #000;
  border-color: #000;
}

.btn-warning2{
  background-color: var(--mau2);
  color: var(--mau3);
  text-transform: uppercase;
  transition: all 0.7s;
  border: 1px solid transparent;
  padding: 7px 50px;
}
.btn-warning2.no-active{
  background-color: #fff;
  color: #000;
  border-color: #000;
}
.btn-warning2:hover, .btn-black2:hover, .btn-black:hover{
  color: var(--mau3);
  background-color: var(--mau1);
}

.title-banner{
  font-weight: 500;
  font-size: 38px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.banner.info-top .info .title-banner{
  margin-bottom: 10px;
}
.banner p{
  margin-bottom: 10px;
  font-size: 14px;
}

/*** title-home ***/
.title-home{
  margin-bottom: 20px;
  text-align: center;
}
.title-home .txt-main{
  font-weight: 500;
  font-size: 39px;
  line-height: 1;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.title-home .txt-main.sm{
  font-size: 22px;
  text-align: left;
}
.title-home .txt-main.mau1{
  color: var(--mau1);
}
.title-home .txt-main.small{
  font-size: 24px;
  margin-bottom: 0px;
}
.title-home .txt-sub{
  color: #888;
  margin-bottom: 10px;
}
.title-home.left{
  text-align: left;
}
.style2{
  text-align: left;
}

/* nenmua */
#nenmua{
  padding-bottom: 30px;
}
.item-nenmua{
  display: block;
}
.icon-quick-buy{
  background-color: #000;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px !important;
  text-align: center;
  font-size: 15px;
  right: 20px;
  top: 20px;
}
.first_gallery_image{
  display:block;
  margin: 0 auto 15px;
}
@media ( min-width: 768px ){
  .quick-buy{
    align-items: center;
  }
  .col-info{
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/* banner_hinh */
#banner_hinh{
  padding-bottom: 10px;
}
#banner_hinh .banner{
  margin-bottom: 20px;
}

/* khachhang */
#khachhang{
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #F9FAFB;
  overflow: hidden;
}
.owl-logo, .wplogos{
  background-color: #001416;
  padding: 20px;
  margin-bottom: 30px;
}
#khachhang .item{
  display: flex;
  align-items: center;
  justify-content: center;
}
#khachhang .item img{
  max-height: 100%;
}
.item-khach{
  position: relative;;
}
.item-khach img{
  border-radius: 7px;
  width: 100% !important;
}
.item-khach .info{
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: calc(100% - 40px);
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  color: var(--mau2);
  border-radius: 7px;
  text-align: center;
}
.item-khach b{
  font-size: 18px;
  line-height: 1;
  margin-bottom: 5px;
}
#khachhang .owl-carousel .owl-stage {
  transition-timing-function: linear !important;
}
.marquee {
  overflow: hidden;
}
.marquee ul.flex {
  display: flex;
  align-items: center;
}
.marquee ul.flex li {
  flex-shrink: 0;
  width: 150px;
}
.marquee-wrapper {
  width: 100%;
  overflow: hidden;
}
@media ( min-width: 320px ){
  #khachhang .item{
    width: calc( 100% / 2 );
  }
}
@media ( min-width: 480px ){
  #khachhang .item{
    width: calc( 100% / 4 );
  }
}
@media ( min-width: 768px ){
  #khachhang .item{
    width: calc( 100% / 6 );
  }
}
@media ( min-width: 1440px ){
  #khachhang .item{
    width: calc( 100% / 8 );
  }
}

/* testimonial */
.testimonial-cards {
  list-style: none;
  display: flex;
  gap: 56px 31px;
  margin: 0 auto;
  width: max-content;
  flex-wrap: nowrap;
}
.testimonial-cards li {
  max-width: 500px;
  height: auto;
   aspect-ratio: 1/1;
   
}
.marqueslide .marqueme {
  flex: 0 0 auto;
  margin-right: 20px;
  border:1px solid #000
}
.marquestarthere {
  animation: marquee 8s linear infinite; /* Set the animation here */
}
.marquestarthere:hover{
  animation-play-state: paused;
}
@keyframes marquee {
  0%,100% {
    transform: translateX(0);
  }
  99.999% {
    transform: translateX(-50%);
  }
}

/* hang_sx */
#hang_sx{
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #F3F4F6;
}
.item_nhan_xet{
  text-align: justify;
}
.item_nhan_xet img{
  border-radius: 7px;
  margin-bottom: 10px;
}

/*** news ***/
#news{
  padding: 30px 0px 30px 0px;
  background-color: #F3F4F6;
}
.box{
  padding: 15px;
  background-color: var(--mau1);
  border-radius: 10px;
  margin-bottom: 20px;
}
.chude{
  background-color: white;
  border-radius: 5px;
  padding:10px;
  overflow: hidden;
  margin-bottom: 10px;
}
.box .chude:last-child{
  margin: 0px;
}
.chude img{
  float: left;
  margin-right: 10px;
  width: 80px;
}
.postcol{
  margin-bottom: 15px;
  overflow: hidden;
}
.postcol img, .blog_inner img{
  margin-bottom: 10px;
  border-radius: 7px;
}
.postcol a{
  color: #333;
}
.title-news{
  font-size: 15px;
  font-weight: bold;
  line-height: 25px;
  margin-bottom: 4px;
  color: #333;
}
.postcol img{
  width: 100%;
  margin-bottom: 10px;
}
.des_news{
  color: #888;
  font-size: 14px;
}
.banner-dangky{
  margin-bottom: 30px;
  margin-top: 30px;
}

/* video */
#videos{
  padding-top: 30px;
  padding-bottom: 10px;
}
.wp-main-video{
  margin-bottom: 20px;
}
.video{
  border-radius: 7px;
}
.fluid-width-video-wrapper{
  padding: 0px !important;
  width: 100%;
  height: auto !important;
}
.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed{
  border-radius: 7px;
  position: static !important;
  height: auto !important;
  aspect-ratio: 16/9;
}
.video-con{
  margin-bottom: 30px;
  display: block;
  position: relative;
}
.video-con:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  border-radius: 7px;
}
.video-con:after {
  content: "\f04b";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 40px;
}
.video-con img{
  aspect-ratio: 16/9;
  border-radius: 7px;
}
@media (min-width: 768px){
  .wp-main-video iframe{
    aspect-ratio: 16/9;
  }
  .video-con img{
    aspect-ratio: 16/8.1;
    border-radius: 7px;
  }
}
@media (max-width: 767px){
  #videos iframe{
    aspect-ratio: 16/9;
  }
}



/* banner_dang_ky */
#banner_dang_ky{
  background-color: #f2f4f6;
}


/* category product */
#wp_filter_form{
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.filter-form{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding-top: 15px;
}
.filter-form select{
  font-weight: bold;
}
.filter-left {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap; /* Ngăn text bị break */
}
.filter-right{
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.right-quick-fillter a{
  padding: 4px 15px;
}
#cat_chilrents{
  background: #F3F4F6;
  padding: 30px 0px;
}
.owl_cat_child{
  background-color: #E4E7EB;
  border-radius: 5px;
  text-align: center;
  text-transform: uppercase;
}
.owl_cat_child img{
  width: 100%;
}
.owl_cat_child .info{
  padding: 25px 20px 25px 20px;
  transition: all 1s;
}
.owl_cat_child .info:hover{
  transform: scale(1.05);
  opacity: 0.8;
}
.owl_cat_child b{
  font-size: 19px;
  line-height: 1;
  color: var(--den);
  display: block;
  margin-bottom: 4px;
}
.owl_cat_child .title-child{
  border-radius: 4px;
  background-color: var(--den);
  padding: 10px 0px;
  color: var(--mau2);
  font-size: 16px;
  line-height: 1.1;
  margin-bottom: 0px;
  font-weight: 400;
}

/* FAQ */
#faqs_home{
  background: var(--mau3);
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 50px;
  position: relative;
  overflow: hidden;
}
.bg-gold::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(520px 220px at 50% 110%, rgba(255,255,255,0.05), transparent 62%),
    linear-gradient(90deg, transparent, rgba(255,200,90,0.08), transparent);
  opacity: 0.8;
}
#faqs_home .title-home .txt-main{
  color: #fff;
}
#faqs_home .home-faq-subtitle{
  text-align: center;
  max-width: 860px;
  margin: 6px auto 18px;
  color: rgba(255,255,255,0.74);
  font-size: 15px;
  line-height: 1.5;
}
.home-faq-grid{
  position: relative;
  z-index: 1;
}
.home-faq-card{
  position: relative;
  height: 100%;
  background:
    radial-gradient(160px 160px at 74px 48px, rgba(255,200,90,0.10), transparent 62%),
    linear-gradient(135deg, rgba(255,200,90,0.06), transparent 35%),
    linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.00)),
    var(--mau3);
  border: 1px solid rgba(255,200,90,0.38);
  border-radius: 14px;
  padding: 20px 20px 20px 92px;
  overflow: hidden;
  color: #fff;
  transition: transform 180ms ease, box-shadow 220ms ease, border-color 220ms ease;
}
.home-faq-card::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(2px 2px at 22% 28%, rgba(255,200,90,0.22), transparent 60%),
    radial-gradient(2px 2px at 28% 42%, rgba(255,200,90,0.18), transparent 60%),
    radial-gradient(2px 2px at 36% 30%, rgba(255,200,90,0.20), transparent 60%),
    radial-gradient(2px 2px at 72% 34%, rgba(255,200,90,0.18), transparent 60%),
    radial-gradient(2px 2px at 78% 46%, rgba(255,200,90,0.20), transparent 60%),
    radial-gradient(2px 2px at 64% 54%, rgba(255,200,90,0.16), transparent 60%),
    radial-gradient(240px 140px at 92% 10%, rgba(255,200,90,0.10), transparent 62%),
    radial-gradient(240px 140px at 8% 90%, rgba(255,200,90,0.08), transparent 62%);
  opacity: 0.85;
}
.home-faq-card::after{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(255,200,90,0.22), transparent 35%),
    linear-gradient(315deg, rgba(255,200,90,0.18), transparent 40%);
  opacity: 0.08;
}
.home-faq-card:hover{
  transform: translateY(-3px);
  border-color: rgba(255,200,90,0.62);
  box-shadow:
    0 14px 32px rgba(0,0,0,0.34),
    0 0 0 1px rgba(255,200,90,0.12),
    0 0 28px rgba(255,200,90,0.10);
}
.home-faq-num{
  position: absolute;
  left: 12px;
  top: 12px;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255,200,90,0.18), rgba(255,200,90,0.06)) , rgba(0,0,0,0.25);
  border: 1px solid rgba(255,200,90,0.65);
  color: rgba(255,230,170,0.95);
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
  z-index: 2;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.25), 0 8px 18px rgba(0,0,0,0.28);
}
.home-faq-icon{
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(18px 18px at 32% 30%, rgba(255,255,255,0.12), transparent 68%),
    linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.00)),
    linear-gradient(135deg, rgba(0,0,0,0.20), rgba(0,0,0,0.55)),
    var(--mau3);
  border: 1px solid rgba(255,200,90,0.75);
  box-shadow:
    inset 0 0 0 5px rgba(0,0,0,0.20),
    0 0 0 1px rgba(255,200,90,0.10),
    0 12px 22px rgba(0,0,0,0.35),
    0 0 22px rgba(255,200,90,0.16);
  z-index: 2;
}
.home-faq-icon i{
  color: rgba(255,212,120,0.95);
  font-size: 22px;
  text-shadow: 0 0 18px rgba(255,200,90,0.18);
}
.home-faq-icon img{
  display: block;
  width: 28px;
  height: 28px;
  max-width: 70%;
  max-height: 70%;
  object-fit: contain;
  object-position: center;
  margin: 0 auto;
}
.home-faq-title{
  margin: 0 0 6px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: rgba(255,230,170,0.92);
}
.home-faq-desc{
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: rgba(255,255,255,0.74);
}

@media (max-width: 575px){
  #faqs_home{
    padding: 22px 12px;
  }
  .home-faq-card{
    padding: 18px 16px 18px 86px;
  }
  .home-faq-icon{
    left: 16px;
    width: 52px;
    height: 52px;
  }
}

.faq-items {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
.faq-items .accordion {
  --faq-radius: 10px;
  --faq-border: #e4e7eb;
  --faq-muted-bg: #f3f4f6;
}
.faq-items .accordion-item.faq-item {
  border: 1px solid var(--faq-border);
  border-radius: var(--faq-radius);
  overflow: hidden;
  margin-bottom: 12px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}
.faq-items .accordion-item.faq-item:last-child {
  margin-bottom: 0;
}
.faq-items .accordion-header {
  margin-bottom: 0;
}
.faq-items .accordion-button {
  font-family: "Afacad Flux", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
  color: var(--mau3);
  background-color: #fff;
  padding: 16px 20px;
  box-shadow: none;
  border: none;
  border-radius: 0;
  margin: 0px !important;
  transition: background-color 0.25s ease, color 0.25s ease;
}
.faq-items .accordion-button:not(.collapsed) {
  background-color: var(--mau1);
  color: #fff;
  box-shadow: none;
}
.faq-items .accordion-button::after {
  filter: brightness(0) saturate(100%) invert(20%);
  opacity: 0.75;
}
.faq-items .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
  opacity: 1;
}
.faq-items .accordion-button:focus {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
  border-color: transparent;
  z-index: 1;
  position: relative;
}
.faq-items .accordion-button:hover {
  background-color: var(--faq-muted-bg);
  color: var(--mau3);
}
.faq-items .accordion-button:not(.collapsed):hover {
  background-color: var(--mau1);
  color: #fff;
}
.faq-items .accordion-collapse {
  border-top: 1px solid var(--faq-border);
}
.faq-items .accordion-body {
  font-size: 17px;
  line-height: 1.55;
  color: #444;
  background-color: var(--faq-muted-bg);
  padding: 18px 22px 22px;
}
.faq-items .accordion-body a {
  color: var(--mau1);
  font-weight: 500;
}
.faq-items .accordion-body a:hover {
  color: var(--mau2);
}
@media (max-width: 767px) {
  .faq-items .accordion-button {
    font-size: 16px;
    padding: 14px 16px;
  }
  .faq-items .accordion-body {
    font-size: 16px;
    padding: 16px 16px 18px;
  }
}

#sp_ban_chay{
  margin-top: 30px;
  margin-bottom: 20px;
}
.bg-xam{
  background-color: #F9FAFB;
}
#banner_6{
  padding-top: 30px;
  padding-bottom: 30px;
}
#banner_ngoi_but_cat{
  padding-top: 30px;
}
.title-ngoi-but{
  font-size: 64px;
  font-weight: 500;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  color: var(--mau2);
  line-height: 1.1;
}
#banner_title{
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 50px;
  padding-bottom: 50px;
  color: white;
}
#banner_title::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color:rgba(0,0,0,0.5);
}
#banner_title .title-home .txt-sub{
  color: white;
}
.banner-title-content{
  position: relative;
  z-index: 1;
}
#banner_title img{
  float: right;
}
#banner_title .des-cat{
  max-height: calc(100% - 150px);
}
@media (min-width: 768px) {
  .custom-col-30 {
    width: 30%;
  }
  .custom-col-40 {
      width: 40%;
  }
  .banner-column {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 1.5rem; /* Spacing between banners */
  }
  .banner-column a.banner {
    flex: 1;
    display: flex;
    margin-bottom: 0px;
  }
  .banner-column a.banner img {
    width: auto;
    height: 100%;
    object-fit: cover;
  }
  .right-quick-fillter{
    text-align: right;
  }
  .right-quick-fillter a{
    margin-left: 10px;
    padding: 4px 30px;
  }
  #banner_title{
    color: white;
  }
  #banner_title .des-cat{
    width: calc(35% + 60px);
    left: 60px;
  }
}
@media (max-width: 767px) {
  .banner-column {
      display: flex;
      flex-direction: column;
      gap: 1.5rem;
  }
  .banner-item img {
      width: 100%;
      height: auto;
  }
  .main-title{
    font-size: 20px;
    line-height: 1.1;
  }
  #banner_title .info{
    bottom: 15px;
  }
  #banner_title .des-cat{
    top: 30px;
    left: 0px;
  }
  .right-quick-fillter a{
    padding: 1px 6px;
    margin-bottom: 10px;
    font-size: 15px;
    text-transform: initial;
  }
  .row.products{
    margin-left: -5px;
    margin-right: -5px;
  }
  .row.products [class*="col-"]{
    padding-left: 5px;
    padding-right: 5px;
  }
  .gia{
    display: block;
  }
  .gia .percent{
    position: absolute;
    top: 10px;
    left: 10px;
  }
  .single-product #banner_6{
    padding-top: 0px;
  }
}

/*** single pro ***/
.note-free{
  margin-left: auto;
  color: #e1a200;
  font-size: 13px;
  font-weight: bolder;
}
.list-gallery-single .owl-item{
  aspect-ratio: 1/1;
}
.gia-single ins{
  color: #111;
  font-size: 32px;
}
.gia-single del{
  font-size: 22px;
  color: #888;
  line-height: 1;
  font-weight: 400;
}
.title-single-post{
  line-height: 1.1;
  font-size: 24px;
}
.line.xam{
  background-color: #E5E7EB;
}
.td_nhan_qua{
  text-align: center;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 600;
}
.top-col2{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  background-color: var(--xanhden);
  padding: 10px;
  color: var(--mau2);
  margin-bottom: 10px;
}
.top-col2 .item{
  display: flex;
  align-items: center;
  gap: 10px;
}
.top-col2 img{
  height: 15px;
  filter: brightness(0) saturate(100%) invert(75%) sepia(91%) saturate(404%) hue-rotate(349deg) brightness(90%) contrast(96%);
}
.title-info{
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}
.wp-img-main{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.wp-img-main img{
  height: 98%;
  object-fit: cover;
}
.tinhtrang{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.uppercase{
  text-transform: uppercase;
}
.attribute-group{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  margin-bottom: 10px;
}
.attribute-group h4, .color-swatch{
  margin: 0px !important;
}
.color-option.selected .color-swatch{
  border: 3px solid var(--mau1);
  box-shadow: 0px 0px 3px #333;
}
.color-swatch{
  width: 50px !important;
  border-radius: 20px !important;
}
.color-name{
  display: none;
}
.custom-buy{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 14px;
}
.other-buy .quantity{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #cbcbcb;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 10px;
}
.other-buy .quantity .btn{
  color: #cbcbcb;
  width: 31px;
  height: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  border-radius: 0;
  font-size: 12px;
  line-height: 31px;
}
.other-buy .quantity .btn:hover{
  color: #fff;
  background: #cbcbcb;
}
.other-buy .txtNumPro{
  width: 40px;
  height: 31px;
  font-size: 18px;
  font-weight: 400;
  color: #2a2a2a;
  text-align: center;
  border: 0;
  padding: 7px 0;
  border-right: 1px solid #cbcbcb;
  border-left: 1px solid #cbcbcb;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
.wp-tt-kt{
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 7px;
}
.wpcontent {
  overflow: hidden;
  padding-bottom: 90px;
  position: relative;
  transition: all 1s;
  height: 400px;
}
.wpcontent:not(.show) {
  height: 600px;
}
.wp {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 44%,rgba(255,255,255,1) 100%);
  text-align: center;
  padding: 50px 0px 10px 0px;
  width: 100%;
}
.btnxemthem{
  box-shadow: 0 0 0 0 var(--do);
  display: inline-block;
  /* -webkit-animation: pulse 1.5s infinite;
	-moz-animation: pulse 1.5s infinite;
	-o-animation: pulse 1.5s infinite;
	animation: pulse 1.5s infinite; */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: top .2s ease;
	-moz-transition: top .2s ease;
	-o-transition: top .2s ease;
	transition: top .2s ease;
  border-radius: 20px;
}
.pulse{
  -webkit-animation: pulse 1.5s infinite;
	-moz-animation: pulse 1.5s infinite;
	-o-animation: pulse 1.5s infinite;
	animation: pulse 1.5s infinite;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: top .2s ease;
	-moz-transition: top .2s ease;
	-o-transition: top .2s ease;
	transition: top .2s ease;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(237,22,80,0);
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(237,22,80,0);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(237,22,80,0);
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(237,22,80,0);
  }
}
#daxem{
  background-color: #f9f9f9;
  padding: 30px 0px;
}
.table-tech{
  font-size: 1rem;
}

/* Social Share Styles */
.share-product {
  margin-bottom: 15px;
}
.social-share-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
.share-label {
  font-weight: 600;
  color: #333;
  font-size: 14px;
}
.social-share-buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.share-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 7px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  cursor: pointer;
  background-color: #2F3841;
  color: var(--mau2);
}
.share-btn i {
  font-size: 16px;
}
.sm .share-btn {
  padding: 2px 6px;
  font-size: 13px;
}
.sm .share-btn i {
  font-size: 12px;
}
.sm .share-btn svg {
  height: 10px;
}
.share-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}
.share-copy.copied {
  background-color: #28a745;
  color: #fff;
}
@media (max-width: 767px) {
  .share-btn {
      padding: 4px 6px;
      font-size: 13px;
  }
  .share-btn i {
      font-size: 18px;
  }
  .wp-img-main{
    aspect-ratio: 1/1;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .div-sku-tt{
    display: flex;
  }
  .wp-btn-buy{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
  }
  .wp-btn-buy .btn{
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .wp-price-single{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }
  .wp-img-main{
    aspect-ratio: 1/1;
  }
}
@media (min-width: 1400px) {
  .top-col2{
    gap: 15px;
  }
  .top-col2 .item{
    flex: 1;
  }
  .row-main-single .item-col{
    width: unset;
  }
  .row-main-single .col2{
    margin-left: auto;
  }
}

/*** page and single ***/
#breadcrumb{
  margin-bottom: 15px;
  padding: 10px 0px;
  background-color: #f5f5f5;
}
#content{
  padding-bottom: 30px;
  padding-top: 30px;
}
.comment-form-cookies-consent, .comment-form-url,#reply-title{
    display: none;
}
.comment-form-email{
    margin-bottom: 10px;
}
#comment{
    height: 150px;
}
.comment-form-author{
    float: left;
    width: 49%;
}
.comment-form-email{
    float: right;
    width: 49%;
}
#submit{
    margin-top: 10px;
}
#breadcrumbs{
  padding: 10px 0px;
}
#breadcrumbs a{
  color: #222;
}
.content{
  line-height: 1.3;
}
.content h1, .content h2, .content h3, .content h4{
  color: var(--mau1) !important;
  font-size: 18pt;
  margin: 13px 0px;
  text-decoration: underline;
}
.content h2{
  text-transform: uppercase;
}
.content h3{
  text-decoration: none;
}
.content h4{
  font-size: 18pt;
}
.content p, .content img, .wp-caption{
  margin-bottom: 10px;
}
.content a:hover, .content a:focus{
  color: var(--title);
}
.content img{
    height: auto !important;
}
.content ul, .content ol{
  margin-bottom: 15px;
}
.content ul li{
  list-style: none;
  padding-left: 20px;
  margin-bottom: 5px;
}
.content ul li:before {
  font-size: 7px;
  font-family: "Font Awesome 5 Pro";
  margin-right: 7px;
  vertical-align: middle;
  color: #333;
  content: "\f111";
  font-weight: 900;
}
.content ul li li:before {
  content: "\f10c";
}
.content ul li li li:before {
  content: "\f0c8";
}
.content ol li{
  list-style: decimal;
  margin-left: 15px;
}
.content table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px !important;
  border: 1px solid #ddd;
}
.content table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.content table td, table th{
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
  border: 1px solid #ddd;
}
.content table tr:nth-of-type(2n+1) {
  background-color: #f9f9f9;
}
.wp-caption{
  max-width: 100%;
}
.excerpt{
  font-weight: bold;
  font-size: 19px;
  line-height: 30px;
  margin-bottom: 5px;
}
.content-xam{
  background: #f0f0f0;
  padding: 10px;
}
.content iframe{
  width: 100%;
  aspect-ratio: 16/9;
  height: unset !important;
}
.alignleft{
  float: left;
  margin: 0px 10px 10px 0px;
}
.alignright{
  float: right;
  margin: 0px 0px 10px 10px;
}
.aligncenter{
  margin: 0px auto 20px !important;
  display: block;
}
.comment-list article{
  overflow: hidden;
}
.comment-list .children{
  padding-left: 30px;
}
.comment-meta{
  margin-right: 15px;
}
.comment-list .avatar{
  width: 80px;
  height: auto;
  float: left;
  margin: 0px 10px 0px;
  border-radius: 100%;
}
.comment-date{
  margin-bottom: 0px;
}
.author .comment-reply-link{
  display: none;
}
.author #respond, .author .btn-sm{
  display: none;
}
li.comment{
  overflow: hidden;
  margin-bottom: 10px;
}
.wp-caption-text{
  text-align: center;
  background: #e0e0e0;
  font-size: 15px;
  padding:5px;
  display: block;
  width: calc(100% - 0px);
}
.wp-caption img, .wp-caption p{
  margin-bottom: 0px !important;
}
a.thumbnail:hover, a.thumbnail:focus{
  color: var(--mau1);
}
.tilte-line {
  font-size: 17px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #111;
}
.wp-title-sing{
  margin-bottom: 15px;
}
.wp-title-sing h1{
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 10px;
}
.wp-title-sing p{
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 10px;
  color: #555;
}
.sub-title{
  margin-bottom: 10px;
}

/*** category ***/
.post-edit-link{
  float: left;
}
.thumbnail-post-cat img{
  max-width: 100%;
  max-height: 100%;
  border-radius: 7px;
}
img:is([sizes="auto" i], [sizes^="auto," i]){
  contain-intrinsic-size: 300px auto !important;
}
.title-post-cat{
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 19px;
  line-height: 25px;
}
.title-post-cat a{
  line-height: 1.3;
}
.poscat{
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}
.poscat a{
  color: #222;
}
.poscat .name-cat{
  color: var(--mau1);
  font-size: 15px;
  margin-bottom: 10px;
}
.pagination{
  margin: 0px 0px 10px 0px;
}
.catsp{
  text-align: center;
}
.catsp img{
  margin-bottom: 10px;
}
.xam{
  color: #555;
}
.do{
  color: red;
}
.title-sp{
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 25px;
  display: inline-block;
  height: 50px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
	background:var(--mau1);
	border-color: var(--mau1);
}
.pagination > li > a, .pagination > li > span,.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus{
	color: var(--mau1);
}
.info-news{
  text-align: justify;
}
.info-news p{
  line-height: 1.1;
}
@media (min-width: 768px) {
  .thumbnail-post-cat {
    width: 300px; /* Fixed width on desktop */
    flex-shrink: 0; /* Prevent shrinking in flex container */
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .info-news{
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .thumbnail-post-cat a{
    /* aspect-ratio: 1/1; */
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .thumbnail-post-cat {
    width: 100%;
  }
  .thumbnail-post-cat img{
    margin-bottom: 10px;
  }
  .poscat{
    display: block;
    width: 100%;
  }
  .poscat img{
    width: 100%;
  }
}

/*** sidebar ***/
.sb{
  margin-bottom: 15px;
}
.title-sb, .woocommerce-order-details__title, .woocommerce-column__title{
  font-size: 22px;
  line-height: 25px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
}
.content-sb{
  position: relative;
}
.spsb{
  padding: 10px;
  border: 1px solid var(--mau1);
  margin-bottom: 10px;
}
.menusb li{
  background: #f0f0f0;
  padding:5px 10px;
  border-bottom: 1px solid #fff;
}
.menusb a:before{
  content: "\f101";
  font-family: "Font Awesome 5 Pro";
  margin-right: 5px;
}
.menusb li:hover a{
  padding-left: 15px;
}
.menusb li:first-child{
  border-top: 0px;
}
.menusb li:last-child{
  border-bottom: 0px;
}
.sb .thumbnail img{
  height: 80px;
}
.sb .sp img{
  height: auto;
}
.sb .sp .thumbnail{
  margin:0px;
}
.sb .title{
  color: var(--mau1);
}
.sb .title h2{
  font-size: 17px;
  color: #222;
  line-height: 25px;
  margin: 0px;
}
.sb .thumbnail{
  margin:0px 10px 10px 0px;
  float: left;
}
a.thumbnail:hover, a.thumbnail:active{
  border-color: var(--mau1);
}
.previousowl{
  position: absolute;
  top: 50%;
  margin-top: -15px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  background: #f0f0f0;
  line-height: 30px;
  text-align: center;
  font-size: 17px;
  color: #555;
  cursor: pointer;
  width: 30px;
  height: 30px;
  left:0px;
}
.nextowl{
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -15px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  background: #f0f0f0;
  line-height: 30px;
  text-align: center;
  font-size: 17px;
  color: #555;
  cursor: pointer;
  width: 30px;
  height: 30px;
  right:0px;
}
.owl-item .thumbnail-pro-cat{
  transform: scale(0.99);
}
.sbnewpro .nextowl, .sbnewpro .previousowl{
  top: 100px;
}
.sb .post .thumbnail{
  float: left;
  margin:0px 10px 0px 0px;
}
.sb .post img{
  width: 90px;
  height: auto;
}
.sb .post .title-post{
  font-size: 15px;
  line-height: 25px;
}
.wp-contain-menu{
  flex-direction: row;
}
.stock-status{
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(0,0,0,0.5);
  color: #fff;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* lien he */
.wp-item-lienhe{
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.wp-item-lienhe .info-lh{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
  padding: 15px;
  text-align: center;
  color: #fff;
}
.wp-info-lh i{
  width: 25px;
  color: var(--mau1);
}
.info-lh-phone{
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
}
.info-lh .name-office{
  margin-bottom: 0px;
}
.mau1{
  color: var(--mau1);
}
.info-lh i{
  color: var(--mau1);
}

/* cat-nb */
.cat-nb{
  margin-bottom: 15px;
}
.cat-nb img{
  border-radius: 7px;
}
.cat-nb a{
  color: #000;
}
.cat-nb .cat-name{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
  text-transform: uppercase;
}
.cat-nb .cat-name:before{
  content: "";
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100px;
  height: 2px;
  background: #000;
}

/*** footer ***/
footer{
  background: #111827;
  border-top: 2px solid var(--mau1);
  padding: 50px 0px 10px 0px;
  color: #fff;
}
.w100 *{
  max-width: 100%;
}
.contact-buttons{
  display: none;
}
.list-phone, .list-phone a{
  color: var(--mau2);
}
.list-phone .item{
  display: flex;
  align-items: center;
  gap: 20px;
  text-align: center;
}
.list-phone .name{
  font-size: 19px;
}
.hotline{
  font-size: 33px;
  position: relative;
}
.hotline:before{
  position: absolute;
  left: calc(50% - 50px);
  top: 2px;
  content: "";
  width: 100px;
  height: 1px;
  background: var(--mau2);
}
.list-phone i{
  font-size: 50px;
}
.chi_nhanh{
  margin-bottom: 15px;
  display: flex;
  align-items: left;
  gap: 10px;
  line-height: 1;
}
.cot5 .chi_nhanh:last-child{
  margin-bottom: 0px;
}
.chi_nhanh .fa{
  padding-top: 5px;
}
.chi_nhanh b{
  font-size: 16px;
  color: var(--mau2);
  margin-bottom: 5px;
  text-transform: uppercase;
}
.social_block{
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-top: 15px;
}
.social_block a{
  color: #111;
  background: var(--mau2);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
}

footer a{
  color: #fff;
}
footer ul{
  padding: 0px;
}
footer li{
  list-style: none;
  transition: all 1s;
  margin-bottom: 5px;
}
footer li:hover{
  padding-left: 10px;
}
footer li:hover a{
  color: var(--mau1);
}
footer p{
  margin-bottom: 4px;
}
footer .content-info .fa{
  width: 25px;
}
footer .title-line{
  color: var(--mau1);
}
footer .fa{
  color: var(--mau2);
}
.wp-bct{
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.wp-bct img{
  height: 30px;
}
.listf li{
  padding: 5px 0px;
  border-bottom: 1px solid var(--mau1);
  list-style: none;
}
.listf li:last-child{
  border: none;
}
.line{
  background-color: #374151;
  height: 1px;
  margin: 50px 0px;
}
footer h3{
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
}
.contentf h2, .contentf h3, .contentf h4, .title-f{
  font-size: 19px;
  margin-bottom: 12px;
  color: var(--mau2);
  text-transform: uppercase;
}
.copyright{
  font-size: 13px;
  color: #fff;
}
.copyright a{
  color: #e5e5e5;
}
#social_block li{
  display: inline-block;
  margin-right: 10px;
}
footer .contentf li{
  padding-left: 20px;
  position: relative;
}
footer .contentf li:before {
  content: "\f111";
  font-family: "Font Awesome 5 Pro";
  margin-right: 10px;
  font-size: 8px;
  position: absolute;
  top: 6px;
  font-weight: 900;
  left: 0px;
}

/* circle-button */
.circle-button {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 200;
  transition: all 0.3s;
}
.main-button {
  width: 60px;
  height: 60px;
  padding: 0;
  background: #0000;
  border-radius: 50%;
  background-image: url('images/main-contact-icon.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  border: none;
  z-index: 1000;
  transition: transform 0.2s ease-in-out;
}

.main-button.active {
  filter: drop-shadow(0px 3px 8px rgba(0, 0, 0, 0.2));
  background: var(--mau1);
  width: 60px;
  height: 60px;
}

.main-button.active::before,
.main-button.active::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #fdf7c2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: transform 0.2s ease-in-out;
}

.main-button.active::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media (min-width: 991px) {
  .main-button:hover {
      transform: scale(1.2);
      cursor: pointer;
  }
}

.main-button.active:hover {
  transform: scale(1);
}
.sub-buttons {
  visibility: hidden;
  opacity: 1;
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.sub-buttons.show {
  visibility: visible;
  opacity: 1;
  transform: translateX(-50%) translateY(-5px);
}
.sub-buttons.hide {
  visibility: hidden;
  opacity: 0;
  transform: translateX(-50%) translateY(40px);
}
.sub-button {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: none;
  background: none;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  transform: translateY(50px);
  opacity: 0;
  padding: 0;
  margin: 6px;
  background: linear-gradient(to right, var(--mau2), var(--mau1));
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub-button:before{
  content: "";
  position: absolute;
  z-index: 1;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: var(--mau3);
  border-radius: 50%;
}
.sub-button i{
  color: var(--mau2);
  font-size: 25px;
  line-height: 60px;
  position: relative;
  z-index: 10;
}
.sub-button img{
  position: relative;
  z-index: 10;
  max-width: 40px;
}
.sub-button.show {
  transform: translateY(0px);
  opacity: 1;
}
.item_zalo{
  display: flex;
  flex-direction: row;
  gap: 0px;
  margin-bottom: 10px;
  flex-direction: column;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
}
div .item_zalo:last-child{
  border: none;
  padding-bottom: 0px;
}
#chat-widget-container {
  display: none;
}

.zalo-chat-widget {
  bottom: 5px !important;
  right: 0px !important;
  pointer-events: none;
}

.zalo-chat-widget.show {
  bottom: -100px !important;
  right: 30px !important;
}

.sub-button-tooltip{
  width: 170px;
  display: flex;
  flex-flow: column;
  position: absolute;
  top: 8px;
  right: 65px;
  background: #fff;
  border-radius: 6px;
  padding: 5px;
  transition: all .1s;
}

.sub-button-tooltip .sub-button-tooltip__hotline {
  margin-bottom: 2px;
}

.sub-button-tooltip .sub-button-tooltip__number {
  color: var(--mau1);
  font-weight: bold;
}

.sub-button-tooltip .sub-button-tooltip__cta {
  font-size: 12px;
  padding: 10px 15px;
  background: var(--mau1);
  filter: invert(1);
  border-radius: 23px;
  margin: 0 auto;
  margin-top: 5px;
  font-weight: bold;
}

.sub-button-tooltip .sub-button-tooltip__cta:hover {
  background: #e1a200;
}

.sub-button-tooltip.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(-5%);
}

.sub-button-tooltip .sub-button-tooltip__time {
  color: #858585;
  font-size: 12px;
}
.circle-button.disabled {
  touch-action: none;
  user-select: none;
  pointer-events: none;
}
fencedframe{
  display: none;
}

/*** responsive ***/
@media (min-width: 1540px) {
  .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
  .col-cus-2{
    width: 20%;
  }
}
@media (min-width: 1025px) {
  .cot5{
    width: 20%;
  }
  .navbar-nav {
    position: static !important;
  }
  .megamenu{
    position: static !important;
  }
  .dropdown-menu[data-bs-popper]{
    margin-top: 0px;
  }
  .navbar-nav > li:hover > .dropdown-menu, .navbar-nav > li.show > .dropdown-menu{
    display: block !important;
    top: 100%;
  }
  .navbar-nav > li.megamenu:hover > .dropdown-menu{
    display: flex !important;
  }
  .megamenu > ul{
    background: #fff;
    border-radius: 0px 0px 7px 7px;
    max-height: calc(100vh - 150px);
    overflow-y: auto;
    position: absolute;
    top: 99%;
    left: 0;
    width: 100%;
    z-index: 99;
    flex-direction: row;
    gap: 20px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    padding: 10px;
    border: none;
  }
  .megamenu > ul.show{
    display: flex !important;
  }
  .megamenu img{
    max-width: 300px;
  }
  .megamenu > ul > li{
    position: static !important;
    display: block;
    flex: 1;
  }
  .megamenu ul .dropdown-menu{
    position: static !important;
    border: none;
  }
  .megamenu ul .dropdown-menu:not(.depth_2){
    display: block;
  }

  .dropdown-item.active, .dropdown-item:active,
  .megamenu > ul > li > a{
    font-weight: bold;
    color: var(--mau1);
    background: transparent;
  }
  .megamenu > ul > li > a:after{
    display: none;
  }
  .megamenu ul .depth_2 a{
    padding-left: 30px;
    position: relative;
  }
  .megamenu ul .depth_2 a:before{
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    margin-right: 10px;
    position: absolute;
    left: 15px;
    top: 8px;
    font-size: 11px;
  }
  .megamenu a:hover, .megamenu a:active, .megamenu a:focus{
    background: transparent;
    color: var(--mau1);
  }
  .megamenu ul li a:hover, .megamenu ul li a:focus, .megamenu ul li a:active{
    color: var(--mau1);
    background: transparent;
    background-color: transparent;
  }
  /* .megamenu .depth_2.show{
    border-left: 1px solid #e5e5e5;
  } */
  .menu-banner-content{
    display: flex;
    flex-direction: row;
    gap: 20px;
  }
  .banner-menu-item{
    flex: 1;
    text-align: center;
    font-weight: bold;
  }
  .menu-banner-content img{
    border-radius: 5px;
  }
  .banner-menu-item img{
    display: block;
    margin-bottom: 10px;
    border-radius: 5px;
  }
  .number-banner-3{
    max-width: 215px;
  }
}
@media (max-width: 992px) {
  .hidden-mm{
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hidden-desktop{
    display: none !important;
  }
  .modal .wpcf7 input{
    min-width: 470px;
  }
  .modal-dialog{
    margin-top: 100px;
  }
  .modal-body .btn-close{
    align-items: center;
    background-color: #fff;
    border: 1.125px solid #fff;
    border-radius: 100vmax;
    box-shadow: 0 4.5px 5px rgba(0, 0, 0, .251);
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 1.5rem;
    height: 50px;
    justify-content: center;
    position: absolute;
    right: -25px;
    top: -25px;
    width: 50px;
    opacity: 1;
  }
  .list-phone{
    display: flex;
    flex-direction: row;
    gap: 120px;
  }
  .social_block{
    float: right;
  }
  nav .right button{
    background-color: transparent;
    border: none;
    color: var(--mau1);
    position: absolute;
    left: 4px;
    top: 4px;
    font-size: 20px;
    padding: 6px 7px;
  }
  nav .right{
    margin-right: 10px;
  }
  .wp-contain-menu{
    display: flex;
  }
  .wp-bct{
    justify-content: flex-end;
  }
  .row{
    margin-left: -20px;
    margin-right: -20px;
  }
  .row [class*="col-"]{
    padding-left: 20px;
    padding-right: 20px;
  }
  .fixed-bottom .cart-link i{
    font-size: 35px;
  }
  .fixed-bottom .list-phone i{
    font-size: 35px;
  }
  .fixed-bottom .hotline{
    line-height: 1;
  }
  .fixed-bottom .hotline:before{
    display: none;
  }
  .fixed-bottom .list-phone .name{
    font-size: 15px;
  }
  .row-10px{
    margin-left: -10px;
    margin-right: -10px;
  }
  .row-10px > [class*="col-"]{
    padding-left: 10px;
    padding-right: 10px;
  }
  .row-30px{
    margin-left: -30px;
    margin-right: -30px;
  }
  .row-30px > [class*="col-"]{
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1500px) {
  .navbar-nav > li > a{
    padding: 32px 12px !important;
  }
  .search-box input{
    width: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 850px) {
  .nav>li>a{
    padding: 5px 6.4px;
  }
}
@media (max-width: 767px) {
  .hidden-mobile, #top-bar{
    display: none !important;
  }
  body{
    padding-top:50px;
  }
  nav .container-fluid{
    padding: 0px;
  }
  .container-fluid{
    padding-left: 10px;
    padding-right: 10px;
  }
  .row{
    margin-left: -10px;
    margin-right: -10px;
  }
  .row5pxmb{
    margin-left: -5px;
    margin-right: -5px;
  }
  .row5pxmb [class*="col-"]{
    padding-left: 5px;
    padding-right: 5px;
  }

  .modal-body .btn-close{
    align-items: center;
    background-color: #fff;
    border: 1.125px solid #fff;
    border-radius: 100vmax;
    box-shadow: 0 4.5px 5px rgba(0, 0, 0, .251);
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 1rem;
    height: 40px;
    width: 40px;
    justify-content: center;
    position: absolute;
    right: -20px;
    top: -20px;
  }
  .nav-middle .owl-next{
    right: 10px;
  }
  .nav-middle .owl-prev{
    left: 10px;
  }
  .modal-body iframe{
    width: calc(100vw - 60px);
    min-height: 250px;
  }
  .nav-tabs.no-border{
    gap: 10px;
  }

  /* chi tiet sp */
  .top-col2{
    display: block;
    padding-bottom: 5px;
  }
  .top-col2 .item{
    margin-bottom: 5px;
  }
  .top-col2 .item img{
    width: 25px;
    height: auto !important;
  }
  .title-home .txt-main, .title-single-post{
    font-size: 20px;
    line-height: 1.1;
  }
  .single #content{
    padding-top: 0px;
  }
  .nav-style2 .owl-prev, .nav-style2 .owl-next{
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 16px !important;
  }
  .navbar-toggler{
    color: #fff;
    padding-left: 10px;
  }
  .nav-link{
    padding-left: 15px;
    padding-right: 15px;
    font-size: 17px;
    color: var(--mau3);
  }
  .btn{
    padding-left: 15px;
    padding-right: 15px;
    font-size: 17px;
  }
  #banner_6{
    padding-bottom: 10px;
  }
  .filter-form{
    flex-direction: column;
  }
  nav .cart-count{
    font-size: 13px;
    top: -2px;
  }
  .filter-right select{
    width: 100%;
    flex: 0 0 calc(50% - 5px);
    margin-bottom: 10px;
  }
  .filter-right{
    flex-wrap: wrap;
  }
  .wp-btn-buy{
    display: static;
  }
  .wp-btn-buy .btn{
    display: block;
    width: 100%;
  }
  .modal-dialog{
    margin-top: 100px;
  }
}
@media (max-width: 580px) {
    
}
@media (max-width: 480px) {
  .title-post{
      height: 68px;
      overflow: hidden;
  }
  .title-product{
      height: 85px;
      overflow: hidden;
  }
}
@media (max-width: 480px) {
  
}
/* Icon Sale Overlay */
.le-hoi-badge-overlay {
    position: absolute;
    top:0px;
    left:-15px;
    z-index: 2; 
}

.le-hoi-badge-overlay img {
    max-width: 160px;  
    max-height: 40px; 
    height: auto;    
    display: block; 
    transform: rotate(-20deg);
}

/* Thumnail tin tuc */
.post-item-horizontal {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
}

/* Thumbnail bên trái - 180x120px */
.post-item-horizontal .thumbnail-post-cat {
    flex: 0 0 180px;
    max-width: 180px;
}

.post-item-horizontal .thumbnail-post-cat a {
    display: block;
    width: 180px;
    height: 120px;
    overflow: hidden;
    border-radius: 8px;
}

.post-item-horizontal .thumbnail-post-cat img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.post-item-horizontal:hover .thumbnail-post-cat img {
    transform: scale(1.05);
}

/* Nội dung bên phải */
.post-item-horizontal .info-news {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* Category label */
.post-item-horizontal .name-cat {
    color: #d4a574;
    font-size: 13px;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
}

/* Title */
.post-item-horizontal .title-post-cat {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
}

.post-item-horizontal .title-post-cat a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.post-item-horizontal .title-post-cat a:hover {
    color: #d4a574;
}

/* Excerpt */
.post-item-horizontal .post-excerpt,
.post-item-horizontal .info-news > p:not(.name-cat) {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Responsive */
@media (max-width: 768px) {
    .post-item-horizontal {
        flex-direction: column;
        gap: 12px;
    }
    
    .post-item-horizontal .thumbnail-post-cat {
        flex: 0 0 auto;
        max-width: 100%;
    }
    
    .post-item-horizontal .thumbnail-post-cat a {
        width: 100%;
        height: 200px;
    }
}

/* Responsive */
@media (max-width: 768px) {
  .post-item-horizontal {
    flex-direction: column;
    gap: 12px;
  }
  
  .post-item-horizontal .thumbnail-post-cat {
    flex: 0 0 auto;
    max-width: 100%;
  }
  
  .post-item-horizontal .thumbnail-post-cat a {
    height: 200px;
  }
  .tinhtrang{
    justify-content: none;
    flex-direction: column;
  }
}

/* Điều chỉnh menu mobile */
@media (max-width: 767px) {
  /* Container cho menu */
  #main-menu {
      position: fixed;
      top: 0;
      left: -280px; /* Ẩn menu bên trái */
      width: 280px;
      height: 100vh;
      background-color: var(--mau3);
      z-index: 9999;
      transition: all 0.3s ease;
      overflow-y: auto;
      box-shadow: 2px 0 5px rgba(0,0,0,0.2);
  }
  /* Khi menu active */
  #main-menu.show {
      left: 0;
  }
  /* Overlay khi menu mở */
  .menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9998;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .menu-overlay.show {
      display: block;
      opacity: 1;
  }

  /* Điều chỉnh nút đóng menu */
  .menu-close {
    position: absolute;
    top: 2px;
    right: 10px;
    z-index: 9999;
    background: none;
    border: none;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    padding: 5px;
    display: block;
  }

  /* Điều chỉnh style cho menu items */
  #main-menu .navbar-nav {
      width: 100%;
  }
  .navbar-nav > li > a{
    border-bottom: 1px solid #1f283a;
  }
  #main-menu .nav-item {
      width: 100%;
  }
  #main-menu .nav-link {
      padding: 12px 20px;
      background-color: var(--mau3);
      color: #fff;
  }

  /* Điều chỉnh dropdown */
  #main-menu .dropdown-menu {
      position: static !important;
      background: rgba(0,0,0,0.1);
      border: none;
      padding: 0;
  }

  #main-menu .dropdown-item {
      padding: 10px 30px;
      color: var(--mau3);
  }
  #banner-cat{
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
    #productTabs {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }
    
    #productTabs.items-3 .nav-item, #productTabs.items-5 .nav-item {
        width: calc(33.33% - 4px);
        flex: 0 0 calc(32.33% - 4px);
    }
    #productTabs.items-4 .nav-item {
        width: calc(50% - 4px);
        flex: 0 0 calc(50% - 4px);
    }
    
    #productTabs .nav-link {
        width: 100%;
        padding: 10px 8px;
        font-size: 13px;
        text-align: center;
        white-space: normal;
        line-height: 1.3;
    }
    
    #productTabs .nav-link .icon {
        display: block;
        margin-top: 4px;
        font-size: 10px;
    }
}

#tabs_products .pinned-item {
    position: relative !important;
    height: 100%;
    width: 100%;
    overflow: hidden;
    display: block;
}
@media (max-width: 767px) {
  .mobile-grid-slide {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -5px;
  }
  .mobile-grid-item {
      width: 50%;
      padding: 0 5px 10px 5px;
  }
  .mobile-grid-item .product-block {
      height: 100%;
  }
  .mobile-grid-item .thumbnail-pro-cat img {
      width: 100%;
      height: auto;
  }
}