:root {
  --main-color: #b30000;
  --second-color: #b30000;
  --main-color-hover: #b30000;
}

html {
  scroll-behavior: smooth;
}

body {
  font-weight: 400;
  color: #333;
  font-size: 14px;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, sans-serif;
  background: #fff;
}

b,
strong {
  font-weight: 700 !important;
}

img.wp-smiley,
img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 0.07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
}

.disabled {
  display: none;
}

.img-full {
  width: 100%;
  height: 100%;
}

.img-w100 {
  max-width: unset;
  width: 100%;
  height: auto;
}

.img-center {
  display: block;
  margin-inline: auto;
}

.container,
.container-fluid {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto
}

@media (min-width: 1200px) {

  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    padding-right: 15px;
    padding-left: 15px;
    max-width: 1200px;
  }
}

.duration-300 {
  transition-duration: .3s
}

.btn {
  background-color: transparent;
  padding: 0;
}

.font-awesome {
  font-family: "Font Awesome 5 Pro";
  /*add &#x before font unicode*/
}

.pb-4xl {
  padding-block: 80px;
}

.pb-3xl {
  padding-block: 70px;
}

.pb-2xl {
  padding-block: 60px;
}

.pb-xl {
  padding-block: 50px;
}

.pb-lg {
  padding-block: 40px;
}

.a-link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
  margin: 20px 0;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

/*wordpress core */



h1 {
  font-size: 26px;
}

h2 {
  font-size: 25px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 23px;
}

h5 {
  font-size: 22px;
}

h6 {
  font-size: 21px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

a:hover {
  text-decoration: none;
  color: var(--second-color);
}

input:focus,
.btn:focus {
  outline: transparent;
  box-shadow: none;
}

img {
  max-width: 100%;
  height: auto;
}


.video-item {
  position: relative;
  cursor: pointer;
}

.video-item img {
  aspect-ratio: 675/388;
  object-fit: cover;
  border: 4px solid #eee;
}

.video-item span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--main-color);
  color: #fff;
  font-size: 20px;
}

.box-desc {
  margin-top: -15px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .box-desc {
    margin-top: 0;
  }
}

.box-desc p {
  font-size: 18px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .box-desc p {
    font-size: 16px;
  }
}

.box-contact-page {
  margin: 10px 0;
}

.google-map {
  line-height: 0;
  margin-bottom: 20px;
}

.google-map iframe {
  width: 100% !important;
  height: 400px !important;
}

.contact-page-form .model_input_row {}

.contact-page-form .popup_text_div {
  padding: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
  margin-bottom: 10px;
}

.contact-page-form .popup_text_div label {
  font-size: 14px;
  margin-bottom: 5px;
}

.contact-page-form .popup_text_div input {
  width: 100%;
}

.contact-page-form input[type='text'] {
  border-radius: 0;
  font-size: 14px;
  padding: 5px 5px;
  width: 100%;
}

.contact-page-form .popup_submit_div {
  padding: 0;
}

.contact-page-form textarea {
  height: 80px;
  border-radius: 0;
  padding: 7px 10px;
  font-size: 14px;
  width: 100%;
  font-size: 14px;
  color: #333;
  padding: 6px 7px;
  border-radius: 4px;
  box-sizing: border-box;
  border: 1px solid #c0c0c0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  -webkit-transition: color .3s, border .3s, background .3s, opacity .3s;
  -o-transition: color .3s, border .3s, background .3s, opacity .3s;
  transition: color .3s, border .3s, background .3s, opacity .3s;
  background: #fff;
}

.contact-page-form .popup_submit_div input {
  width: auto;
  padding: 0 30px;
}

.text-normal {
  text-transform: unset !important;
}

.box-head span {
  display: block;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
}

.box-head.--flex-head {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  flex-direction: column;
}

.box-head {
  position: relative;
}

.box-head.box-head-page {
  margin-bottom: 15px;
}

.box-head .head-title a {
  font-weight: 700;
  text-transform: uppercase;
  color: var(--main-color);
}

.box-head .head-title a:hover {
  color: var(--second-color);
}

.box-head .head-title.head-title-img img {
  display: inline-block;
  margin-bottom: 15px;
}

.box-head .head-title.head-title-img .home_a {
  display: block;
}

.title-bar__list {
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  gap: 30px;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px;
}

.title-bar__list-item {
  line-height: 20px;
  position: relative;
  margin-bottom: 0;
}

.title-bar__list-item a {
  color: #333;
  font-size: 16px !important;
  text-transform: inherit !important;
  font-weight: 400 !important;
}

.title-bar__list-item a:hover {
  color: var(--second-color) !important;
}

.title-bar__list-item+.title-bar__list-item {}

.title-bar__list-item:after {
  content: "/";
  position: absolute;
  right: -20px;
  top: 4px;
  color: #3333338f;
}

.title-bar__list-item:last-child:after {
  display: none;
}

.title-bar__list-link:hover {
  text-decoration: none;
  color: #233e92
}

.head-title {
  margin-right: auto;
  margin-bottom: 0;
  position: relative;
  line-height: 28px;
  width: 100%;
  color: var(--main-color);
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 22px;
}

.head-title.head-title-lines {
  font-size: 22px;
}

.head-title-after {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 7px;
}

.box-home-products .product_banner {
  margin-bottom: 0;
}

.box-home-products .box-head {
  margin-bottom: 15px;
}

.box-home-products .product_banner img {
  margin-bottom: 0 !important;
}

.box_product_grids .product_banner {
  margin-bottom: 20px;
}

.box_product_grids .product_banner img {
  width: 100% !important;
  overflow: hidden;
  border-radius: 10px;
}

.head-title-viewmore {
  justify-content: space-between;
  flex-direction: row;
  text-transform: inherit;
}

.head-title-viewmore a.home_a {
  color: var(--second-color);
}
.head-title-viewmore a.home_a h2{font-size:inherit; font-weight:inherit; margin:0; padding:0;}

.head-title-viewmore a.home_viewmore_a {
  text-transform: inherit !important;
  color: var(--main-color-hover);
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.product-desc .head-title {
  line-height: 40px;
}

.news-home-list .news-item .news-body {
  padding: 0;
}

.news-home-list .news-item .news-body .news-title {
  color: #333;
  font-size: 15px;
  line-height: 23px;
  width: 100%;
  margin-top: 10px;
  -webkit-line-clamp: 2;
  font-weight: 400;
}

.btn-main {
  cursor: pointer;
  color: #fff;
  background-color: var(--main-color);
  display: inline-block;
  padding: 0.3em 2em;
  border: 0;
  transition: all 0.4s ease;
}

.btn-main:hover {
  color: #fff;
  background-color: var(--second-color);
}

.banner_cates_flex {
  gap: 10px;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  align-items: flex-start !important;
}

.nav_menu_banner_left {
  width: 260px;
}

.nav_menu_banner_left #mega_menu {
  position: relative;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  background: #fff;
}

.banner_cates_flex .box-banner {
  width: 100%;
}

.banner_cates_flex .box-banner .main-banner img {
  width: 100%;
  height: 348px;
  object-fit: cover;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
}

.child_banners {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  margin-top: 10px;
}

.child_banners img {
  width: 100%;
  object-fit: cover;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  aspect-ratio: 4/2;
}

.main-banner {
  overflow: hidden;
}

.main-banner-slide .item {
  border-radius: 0;
  overflow: hidden;
}

.main-banner-slide .item img {
  border-radius: 0;
  width: 100% !important;
}

.home_danhmuc_archive {
  margin: 20px 0;
}

.box-banner-flex{
  display: flex;
  justify-content: space-between;
  gap: 15px;
}

.box-banner-flex .item{
  overflow: hidden;
}

.box-banner-flex .item img {
    object-fit: cover;
    width: 100%;
    aspect-ratio: 400/250;
}

#home_danhmuc {
  padding-left: 0;
  margin-bottom: 0;
}

.home_danhmuc_box .igi_arrows .owl-nav .owl-prev,
.home_danhmuc_box .igi_arrows .owl-nav .owl-next {
  top: 50px;
}

.danhmucsp_sliders {
  padding-left: 10px;
  padding-right: 10px;
}

.home_danhmuc_box .danhmuc_group {
  margin-top: -15px;
}

.home_danhmuc_box .menu-item {
  margin-top: 20px;
  display: block;
  padding:20px;
  box-sizing:border-box;
  border: 1px solid transparent;
}
.home_danhmuc_box .menu-item:hover {
    border: 1px solid var(--main-color-hover);
}

.home_danhmuc_box .menu-item .danhmuc_img img {
  margin: auto auto;
  border: 3px solid #b30000;
  height: 110px;
  width: 110px !important;
  margin-bottom: 20px;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
  border-radius: 50% !important;
  box-sizing: border-box;
}

.home_danhmuc_box .menu-item .danhmuc_title {
  font-size: 14px;
  line-height: 18px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  display: -webkit-box;
  overflow: hidden;
  visibility: visible;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #b30000;
  font-weight: bold;
}

.home_danhmuc_box ul li {
  list-style: none;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}


.box-home-products {
  width: 100%;
  display: block;
}

.box-common {
  padding: 40px 0;
}

.box-common:nth-child(2n+1) {
  background-color: #f6f6f6;
}

.box-home-news.--v2 {
  padding-bottom: 40px;
}

.box-home-news .row {
  row-gap: 30px;
}

.news-list-sliders .news-item {
  margin-bottom: 5px;
}

.product-list {
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  padding-left:0;
}

.product-item {
  background: #fff;
  height: 100%;
  margin-bottom: 0px;
  position: relative;
  border: 1px solid #e5e2e2;
  padding: 5px;
}

.product-item .product-item-images a {
  display: flex;
  width: 100%;
  justify-content: center;
}

.product-item .product-item-images {
  position: relative;
}

.product-item:hover a {
  color: var(--main-color) !important;
}

.product-item a img {
  aspect-ratio: 1/1;
  object-fit: cover;
  width: 100%;
  max-width: 100%;
}

.product-item .product-title {
  font-size: 16px;
  display: -webkit-box;
  overflow: hidden;
  visibility: visible;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-weight: 600;
  color: #333;
  line-height: 25px;
  text-align: left;
}

.product-item .product-title:hover {
  color: var(--main-color-hover) !important;
}

.product-item .product-body {
  padding: 0;
  margin-top: 8px;
}

.product-item .product-body .promotion-content {
  background: #f1f1f1;
  border-radius: 5px;
  font-size: 13px;
  padding: 5px 7px;
  margin-top: 15px;
  line-height: 19px;
}

.product-item .box-price {
  margin-top: 15px;
}

.product-item .box-price .price {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.product-item .box-price .price del {
  font-size: 18px;
  color: #999;
  margin-right: 12px;
}

.product-item .box-price .price del span {
  font-size: 15px;
}

.product-item .box-price .price ins {
  color: transparent;
  font-size: 15px;
  order: 2;
}

.product-item .box-price .price ins span {
  font-size: 16px;
  font-weight: 600;
  color: var(--second-color);
}

div.woocommerce-variation-availability{
  height: 0px !important;
  position: relative;
  line-height: 0px !important;
  font-size: 0 !important;
}

.product-type-variable p.price.product-page-price.price-on-sale~.sale-product-single {
  display: none;
}
.woocommerce-product-rating {
  visibility: visible;
  position: relative
}

.star-rating {
  text-align: left;
  font-size: 14px;
  display: block;
  position: relative;
  letter-spacing: 0;
  margin: 3px 0;
  font-weight: normal !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.star-rating span {
  display: none;
}

.star-rating i {
  color: #e7e411;
  font-size: 13px;
}

.nd-qua-tang {
  background-color: #F8B32C;
  padding: 5px 5px;
  border-radius: 5px;
  margin-top: 8px !important;
  color: #000;
  font-size: 11px;
  margin-bottom: 0;
}

.nd-qua-tang span {
  font-weight: 700;
}

.price-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: auto !important;
    min-height: 52px;
}
.price-wrapper span.price {
    display: flex;
    align-items: center;
    background: unset;
    padding: 0;
    gap: 5px;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

span.label_title {
  font-size: 13px;
  line-height: 14px;
}

.span_bigsale {
  color: #e02e2e;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  margin-top: 6px;
  line-height: 14px;
}

span.label_title svg {
  width: 12px;
}

span.span_bigsale svg {
  width: 12px;
  height: 12px;
  margin-right: 5px;
  fill: #e02e2e;
}

.amount_nobefore:before {display:none;}
.price-wrapper .price>span.amount {
    font-size: 16px;
    line-height: 18px;
    margin-top: 0;
    color: #b30000 !important;
    letter-spacing: -0.3px;
    white-space: nowrap;
    font-weight: bold;
}
.price-wrapper span.price del {
    font-size: 13px;
    line-height: 18px;
    padding-left: 0;
}
.giakhuyenmai, .gianiemyet {
    display: none;
}
del span.amount {
    opacity: 1;
    font-weight: normal;
    margin-right: 0;
    color: #333333bd !important;
}

.del_sales{}
.del_sales del{}
.percent_sales{
    width: 34px;
    height: 44px;
    padding-top: 22px;
    font-size: 12px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    text-align: center;
    color: #fff;
    font-weight: 500;
    background-image: url(../images/sale.svg);
    display: block;
    background-color: transparent;
    line-height: 1.1;
    position: absolute;
    top: 10px;
    right: 10px;
}

.box-news-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}

.news-item {
  overflow: hidden;
  height: 100%;
}

.news-item .news-img {
  display: block;
}

.news-item .news-img img {
  aspect-ratio: 3/2;
  object-fit: cover;
  border: 2px solid #eee;
  width: 100%;
  max-width: unset;
}

.news-item .news-body {
  -webkit-box-flex: 1;
  flex-grow: 1;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 10px 0;
}

.news-item .news-title {
  font-size: 17px;
  display: -webkit-box;
  overflow: hidden;
  visibility: visible;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-weight: 600;
  color: var(--main-color);
  line-height: 21px;
}

.news-item .news-title:hover {
  color: var(--second-color);
}

.news-list.--home-list .news-item {
  display: flex;
}

.news-list.--home-list .news-item:not(:last-child) {
  margin-bottom: 15px;
}

.news-list.--home-list .news-item .news-title {
  display: -webkit-box;
  overflow: hidden;
  visibility: visible;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.news-list.--home-list .news-item .news-img {
  flex: 0 0 150px;
  max-width: 150px;
}

.news-list.--home-list .news-item .news-body {
  margin-top: 0;
  padding-left: 10px;
}


.header-top2 {
    background: #231f20;
    color: #fff;
}
.container_flex{
  display: flex;
  gap: 40px;
  font-size: 14px;
  padding: 5px 0;
}
.container_flex span{
    font-weight: 400;
}
.container_flex span i{
    margin-right: 6px;
}

.header-top {
  background: #fff !important;
  padding: 0;
}

.header-top-top {
  background-color: var(--main-color);
  color: #fff;
  font-size: 15px;
  padding: 8px 0;
}

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

.top-left ul {
  padding-left: 0;
  list-style: none;
  display: flex;
  grid-gap: 22px;
  margin-bottom: 0;
}

.top-left ul li {}

.top-left ul li a {
  text-transform: inherit !important;
  color: #fff !important;
}

.top-right {
  display: flex;
  gap: 20px;
}

.top-right .top-right-item a {
  cursor: pointer;
  color: #fff !important;
}

.header-top.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  border-bottom: 1px solid var(--main-color);
}

.header-top-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}

.header-top-main .box-logo {
  padding-top: 5px;
  padding-bottom: 5px;
}

@media (min-width: 1200px) {
  .box-home-products .product_banner img {
    height: 100% !important;
    object-fit: cover;
    width: 100% !important;
  }

  .home_danhmuc_box .owl-stage {
      display: flex !important;
      justify-content: center;
      transform: none !important;
      margin-left: auto;
      margin-right: auto;
  }
}

@media (max-width: 991px) {
  .header-top-main .box-logo {
    display: flex;
    align-items: center;
    padding: 0;
  }
}

.header-top-main .box-logo img {
  width: auto !important;
  max-height: 80px;
}

.popup_images_div img {
  aspect-ratio: 540 / 340;
}

.bct {
  aspect-ratio: 119 / 45;
}

.banner_cates_flex .box-banner .main-banner img {
  aspect-ratio: 869/346;
}

.box-home-doitac .item img {
  aspect-ratio: 155/39;
}

.pt_thanhtoan img {
  aspect-ratio: 250/63;
}

.home_danhmuc_box .menu-item .danhmuc_img img {
  aspect-ratio: 1/1;
}

.box-danhmuc-shop {
  display: flex;
  align-items: center;
  gap: 25px;
}

.box-danhmuc-shop .head_danhmuc {
  border: 1px solid rgba(51, 51, 51, 0.5);
  border-radius: 6px;
  height: 34px;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #333;
  cursor: pointer;
}

.box-danhmuc-shop .head_danhmuc i {
  color: #18a4dc;
  font-size: 12px;
}

.header-top-main .box-search {
  flex: 0 0 400px;
}

.header-top-main .box-search form {
  overflow: hidden;
  position: relative;
}

@media (max-width: 767px) {
  .header-top-main .box-search {
    display: none;
    position: absolute;
    left: 60px;
  }
}

.header-top-main .box-search.active {
  display: block;
}

.header-top-main .box-search input {
  font-size: 14px;
  width: 100%;
  background-color: #fff;
  height: 34px;
  padding-left: 8px;
  box-sizing: border-box;
  padding-right: 34px;
  border: 1px solid rgba(51, 51, 51, 0.5);
  border-radius: 2px;
  outline: none !important;
  color: #333;
}

.header-top-main .box-search button i {
  font-size: 14px;
  color: #00000052;
}

.header-top-main .box-search button {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 4px;
  color: rgba(51, 51, 51, 0.5);
  3:
    JIS83;
  outline: none !important;
  background: none;
  padding: 0;
  border: none;
}

.header-top-main .box-search button span {
  display: none;
}

.box-action {
  display: flex;
  align-items: center;
  gap: 30px;
}

.btn_action_common a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}

.btn_action_common a span {
  display: block;
  line-height: 20px;
}

.btn_action_common a span strong {
  display: block;
  font-size: 18px;
  color: #b30000;
}

.btn_action_common a span br {}

.btn_action_common i {
  font-size: 25px;
  color: #b30000;
}

.btn_cart,
.btn-cart {
  position: relative;
}

.btn_cart .count,
.btn-cart .count {
  position: absolute;
  left: 14px;
  top: -12px;
  width: 20px;
  height: 20px;
  font-size: 11px;
  color: #fff;
  text-align: center;
  background: #b30000;
  border-radius: 50%;
}

.btn-cart .count {
  right: -12px;
  top: -16px;
}

.header-nav-main {
  display: flex;
  align-items: center;
  background: var(--main-color);
}

.header-nav-main .right {
  padding-left: 15px;
  width: 100%;
}

@media (max-width: 991px) {
  .header-nav-main .right {
    display: none;
  }
}

.header-nav-main .right ul {
  display: flex;
}

.header-nav-main .right ul a {
  font-weight: 600;
  font-size: 15px;
  color: #fff;
  display: inline-flex;
  padding: 0.7em;
  text-transform: uppercase;
  position: relative;
}

.header-nav-main .right ul a i {
  font-size: 20px;
}

.header-nav-main .right ul a:hover:after {
  opacity: 1;
  visibility: visible;
}

.header-nav-main .right ul a:after {
  content: "";
  width: calc(100% - 0.7em);
  height: 2px;
  background-color: var(--main-color);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

.box-action .hotline_header,
.box-action .dangnhap {
  text-align: center;
}

.box-action .hotline_header strong,
.box-action .dangnhap strong,
.box-action .giohang strong {
  font-weight: 400 !important;
}

.box-action .hotline_header strong {
  font-weight: 600;
}

.box-action .hotline_header label {
  margin-bottom: 4px;
  font-weight: 400;
  margin-top: 9px;
  color: #333;
  font-size: 14px;
}

.box-action .giohang {}


.box_nhantin {
  margin-bottom: 30px;
  margin-top: 30px;
}

.box_nhantin_conns {
  background: #006edc;
  border-radius: 10px;
  padding: 50px 0;
  text-align: center;
}

.box_nhantin_conns .title {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.form_nhantin {
  text-align: center;
}

.nhantin_div {
  max-width: 400px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
}

.nhantin_div input[type="text"],
.nhantin_div input[type="number"] {
  height: 31px;
  color: #333;
  font-size: 14px;
  padding-left: 10px;
  line-height: 31px;
  width: 100%;
  background: #fff;
  border: none;
}

.nhantin_div input[type="submit"] {
  font-size: 14px;
  text-transform: uppercase;
  background: var(--second-color);
  color: #fff;
  line-height: 31px;
  height: 31px;
  border: none;
  font-weight: 600;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
}

footer {
  padding-top: 1.75rem;
  margin-top: 0;
  border-top: 1px solid #ddd;
}

.footer {
  background-color: #fff;
  color: #333;
  font-size: 14px;
}

.copyr {
  text-align: center;
  font-size: 14px;
  margin-top: 25px;
  color: #717171;
  width: 100%;
  margin-bottom: 10px;
  padding-top: 10px;
  border-top: 1px solid #ddd;
}

.top-footer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
	width:100%;
}

.footer_bottom {
    padding-top: 1.5rem;
    font-size: 12px;
    line-height: 20px;
}

.footer_bottom_grids {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 30px;
}

.footer_bottom_1 {
  font-size: 15px;
}

.footer_bottom_1 strong {
  font-size: 16px;
  margin-bottom: 2px;
  display: block;
  line-height: 22px;
}

.footer_bottom_2 {}

.footer_bottom_2 strong {
  font-size: 13px;
  margin-bottom: 0;
  display: block;
}
.footer_bottom_1 a{color: #b30000 !important;}

.footer_bottom_2 .showroom_list {}

.showroom_list .showroom_item {
  font-size: 13px;
  margin-bottom: 5px;
}

.showroom_list .showroom_item a {}


footer .box_social,
.pt_chungnhan,
.pt_thanhtoan {
  border-top: 1px solid #ddd;
  margin-top: 15px;
  padding-top: 10px;
}

.pt_chungnhan {
  border: none;
  margin-top: 0;
}

.pt_chungnhan .level2_title {
  margin-bottom: 5px;
}

.chungnhan_grids {
  display: flex;
  gap: 10px;
  align-items: center;
}

.chungnhan_grids img {
  max-width: 120px;
}

.chungnhan_grids a {
  padding: 0;
  padding-left: 0 !important;
}

.chungnhan_grids a:before {
  display: none;
}

footer .social a:before {
  display: none;
}

.level2_title {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 15px;
}

.pt_thanhtoan img {
  max-width: 250px;
}

.ft-head {
  margin-bottom: 20px;
  font-size: 18px;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  color: #333;
}

.fanpage_images iframe {
  width: 100% !important;
  height: 250px !important;
}

.ft-links ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.ft-links li:not(:last-child) {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #0000000d;
}

.ft-links a {
  display: block;
  color: #333;
  font-size: 15px;
  position: relative;
  padding-left: 15px;
  font-weight: 400;
}

.ft-links a strong {
  font-weight: 600;
  color: #b30000;
}

.ft-links a:before {
  font-family: "Font Awesome 5 Pro";
  content: '\f054';
  position: absolute;
  left: 0;
  font-size: 9px;
  top: 5px;
}

.ft-links a:hover {
  color: var(--main-color-hover);
}

.social a {
  color: #333333ba;
  width: 30px;
  height: 30px;
  display: inline-flex;
  border-radius: 50%;
  border: 1px solid #333333ba;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 12px;
}

.social a:not(:last-child) {
  margin-right: 5px;
}

.hidden {
  display: none;
}

.page-title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.page-cat-title {
  margin-bottom: 30px;
}

.head-title-sidebar {
  font-size: 26px;
  font-weight: 700;
}

.single_post .page-title {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 10px;
  margin-bottom: 15px;
  color: var(--main-color);
}

.single_post .image img {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}

.single_post .entry-meta a {
  color: var(--main-color) !important;
}

.single_post .entry-meta:before {
  color: #222;
  content: "\f073";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 12px;
}

.single_post .entry-meta {
  font-size: 13px;
  color: #666;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}

#ez-toc-container .ez-toc-toggle label,
.ez-toc-cssicon {
  margin-bottom: 0 !important;
}

div#ez-toc-container .ez-toc-title {
  font-weight: 500;
  font-size: 18px;
}

.ez-toc-counter nav ul li a::before {
  display: none !important;
}

.detail-body {
  line-height: 26px;
  font-size: 17px;
  word-break: break-word;
}

.detail-body a {
  color: var(--second-color) !important;
}

.detail-body a:hover {
  color: var(--second-color) !important;
  text-decoration: underline
}

.detail-body {
  position: relative;
}

.detail-body .more-tag {
  border: 1px solid #109cd9;
  display: block;
  color: #fff;
  border-radius: 30px;
  width: 180px;
  margin: 0 auto;
  font-size: 14px;
  position: absolute;
  background: #109cd9;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2
}

.detail-body .more-tag:hover {
  background: #fff;
  color: var(--second-color) !important;
  text-decoration: none
}

.detail-body {
  line-height: 26px;
  font-size: 15px;
}
.detail-body p{margin-bottom: 10px;}
.detail-body blockquote {
  padding: 15px
}

.detail-body blockquote ul {
  list-style: square
}

.detail-body blockquote ul li {
  margin-bottom: 8px
}

.detail-body h1,
.detail-body h2,
.detail-body h3,
.detail-body h4,
.detail-body h5,
.detail-body h6 {
  font-weight: 700;
  position: relative;
  line-height: 1.2;
  margin-top: 15px;
  margin-bottom: 10px;
}

.detail-body h1,
.detail-body h2,
.detail-body h3,
.detail-body h4,
.detail-body h5,
.detail-body h6,
.detail-body h1 *,
.detail-body h2 *,
.detail-body h3 *,
.detail-body h4 *,
.detail-body h5 *,
.detail-body h6 * {}

.detail-body .h1,
.detail-body h1 {
  font-size: 22px;
}

.detail-body .h2,
.detail-body h2 {
  font-size: 20px;
}

.detail-body .h3,
.detail-body h3 {
  font-size: 19px;
}

.detail-body .h4,
.detail-body h4 {
  font-size: 18px
}

.detail-body .h5,
.detail-body h5 {
  font-size: 17px
}

.detail-body .h6,
.detail-body h6 {
  font-size: 16px
}

.detail-body iframe {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  width: 800px;
  height: 450px;
  border: 4px solid #eee;
}

.detail-body blockquote {
  background: #f3f3f3;
  color: #868686;
  display: block;
  font-size: 14px;
  line-height: 26px;
  margin: 0 0 10px;
  padding: 15px 20px 15px 45px;
  position: relative;
  text-align: justify
}

.detail-body blockquote:before {
  color: #2171af;
  content: "\201C";
  font-size: 60px;
  font-weight: 700;
  left: 6px;
  position: absolute;
  top: 15px
}

.detail-body ol,
.detail-body ul {
  padding-left: 15px;
}

.detail-body table td {
  padding: 5px
}

.detail-body {
  word-break: break-word
}

.detail-body table figure {
  width: 100% !important;
  max-width: 100%
}

.detail-body .table td,
.detail-body .table th {
  border-color: #f2f2f2
}

.single_post .detail-body *,
.product-desc .detail-body * {
  line-height: 26px;
}

.detail-body ul li,
.detail-body ol li {
  margin-bottom: 10px;
}

.detail-body ul li *,
.detail-body ol li * {
  line-height: 24px !important;
}

.detail-body figure {
  margin: 0 auto;
}

.box-breadcrumb {
  padding: 6px 0;
  background: #fff;
  margin-bottom: 30px;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
}

.box-breadcrumb p {
  margin-bottom: 0
}

.box-breadcrumb * {
  font-size: 13px;
  color: #333;
}

main.page-content {
  min-height: 50vh;
  padding: 0;
}

.page-product-content {
  margin-bottom: 30px;
}

.detail-body h1 {
  line-height: 20px;
  padding-bottom: 10px;
}

.detail-body h1 {
  font-weight: 600;
  font-size: 16px;
}

.detail-body h1,
.detail-body h2,
.detail-body h3,
.detail-body h4,
.detail-body h5 {
  font-weight: 600;
}

.detail-body a,
.detail-body a {
  color: var(--main-color) !important;
}

.detail-body img {
  max-width: 100%;
  height: auto !important;
}

/* Igitech Css */
.video-popup.active {
  visibility: visible;
}

.video-popup iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.igi_box_btn_video {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}

.igi_btn_video {
  display: inline-block;
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 50px;
  position: absolute;
  border-radius: 50%;
  cursor: pointer;
  background: #fff;
}

.igi_bg_video {
  border: 4px solid var(--main-color);
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 1;
  opacity: 100%;
}

span.igi_open_video {
  position: absolute;
  z-index: 1;
  display: inline-block;
  width: 50px;
  height: 50px;
  background: none;
  line-height: 50px;
  top: 50%;
  transform: translateY(-50%);
  left: calc(50% - 25px);
  border-radius: 50%;
}

span.igi_open_video i {
  font-size: 18px;
  color: var(--main-color);
  position: absolute;
  left: 19px;
  top: 17px;
}

.video-popup {
  position: fixed;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  z-index: 9999999;
  overflow: auto;
  background: rgba(0, 0, 0, 0.85);
  visibility: hidden;
}

.video-wrap {
  position: absolute;
  border-radius: 5px;
  width: 900px;
  left: calc(50% - 450px);
  height: 500px;
  top: calc(50% - 250px);
}

.video-popup .igi_closed {
  position: absolute;
  right: 5px;
  top: -10px;
  font-size: 15px;
  z-index: 9999999;
  color: #ffff;
  font-weight: 600;
  width: 30px;
  height: 30px;
  text-align: center;
  background: #b30000;
  border-radius: 50%;
  line-height: 28px;
  cursor: pointer;
}

.navigation {
  clear: both;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.navigation .pages {
  margin-right: 15px;
  display: none;
}

.navigation a,
.navigation span.current,
.extend {
  min-width: 30px;
  height: 30px;
  border-radius: 0;
  text-align: center;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #333;
  background-color: #fff;
  border: 1px solid #190d054d !important;
}

.navigation a:hover,
.navigation span.current {
  color: #fff !important;
  border: 1px solid var(--main-color);
  background: var(--main-color);
}

.navigation a.first,
.navigation a.last {
  display: none;
}

.igi_page__desc_bottom {
  margin-top: 20px;
}

@media (max-width: 992.8px) {
  .video-wrap {
    width: 100%;
    left: 0;
  }
}

@media (max-width: 767.8px) {
  .video-wrap {
    height: 250px;
  }
}

.product-item .sales {
  position: absolute;
  top: 10px;
  left: 10px;
}

.product-item .sales img {
  width: 31px;
  height: 31px;
}

.product-list-sliders .product-item {
  margin-bottom: 5px;
}

.product-detail-box .product_title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--main-color);
  line-height: 26px;
  margin-bottom: 10px;
}

.product-detail-box {
  flex-direction: column;
}

.product-detail-box .woocommerce-product-details__short-description {
  order: 3;
  margin-bottom: 15px;
}

.product-detail-box .product_meta {
  order: 2;
  margin-bottom: 15px;
  display: none;
}

.woocommerce-product-rating,
.stock {
  display: none !important;
}

.product-detail-box .nd-qua-tang {
  display: none !important;
}

.product-detail-box .prod-hotline {
  order: 6;
}

.product-detail-box .pd_saler {
  order: 7;
}

.product-detail-box .product_search {
  order: 8;
}

.product-detail-box .out-of-stock {
  order: 3;
  color: var(--main-color);
  margin-bottom: 10px;
}

.product-detail-box .product_meta_row {
  display: flex;
  justify-content: space-between;
  gap: 0px;
  margin-bottom: 0;
  margin-top: 0;
  flex-direction: column;
}

.product-detail-box .product_meta_row:last-child {
  margin-top: 5px;
}

.product-detail-box .product_meta_col {
  width: 100% !important;
  font-size: 15px;
}

.product-detail-box .yith-wcbr-brands {
  margin: 0 !important;
}

.product-detail-box .product_meta_col a {
  color: var(--second-color);
}

.product-detail .box-price .sales {
  display: none !important;
}

.product_meta_item strong {
  font-weight: 700;
}

.product_meta_item {
  font-size: 15px;
  margin-bottom: 5px;
}

.woocommerce-product-details__short-description {

}

.woocommerce-product-details__short-description{
line-height:1.6;
font-size:15px;
}

/* bỏ style rác từ editor */
.woocommerce-product-details__short-description span{
all:unset;
}

/* paragraph */
.woocommerce-product-details__short-description p{
margin:0 0 10px;
}

/* list */
.woocommerce-product-details__short-description ul{
margin:10px 0;
padding-left:20px;
}

.woocommerce-product-details__short-description li{
margin-bottom:6px;
}

/* ảnh */
.woocommerce-product-details__short-description img{
max-width:100%;
height:auto;
display:block;
margin:10px 0;
}

/* link */
.woocommerce-product-details__short-description a{
color:#0073aa;
text-decoration:none;
}

.woocommerce-product-details__short-description a:hover{
text-decoration:underline;
}

.woocommerce-product-details__short-description span{
    display: contents;
}

.product-detail-box .sku {
  font-size: 14px;
  font-style: normal;
  display: inline-block;
  color: #333333;
  vertical-align: middle;
  margin-bottom: 10px;
}

.product-description {
  line-height: 1.8;
  font-size: 14px;
  color: #000000;
  margin-bottom: 10px !important;
}

.product-detail-box .price {
  order: 2;
}

.product-detail-box .sales_giare {
  margin-bottom: 20px;
  order: 2;
}

.product-detail-box .price .prev {
  font-size: 18px;
  color: #1500ff;
  font-weight: 400;
  display: block;
  vertical-align: middle;
  margin-left: 0px;
  margin-bottom: 0px;
  text-decoration: line-through;
  font-style: italic;
}

.product-detail-box .price .current {
  font-size: 25px;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
}

.product-detail-box .right_box {
  padding: 0px 0 0 20px;
  border-left: 1px #dfdfdf solid;
}

.product_comments_template {
  margin-top: 30px;
}

.gift_item {
  padding-left: 15px;
}

.gift_item ul li:before {
  background: #e02e2e !important;
}

.gift_item {
  padding: 0;
  margin-bottom: 0;
  position: relative;
}
.gift_item h2{font-size:16px;font-weight: 600;line-height: 22px;}

.gift_item>ul {
  margin: 0;
  padding: 0;
}

.gift_item>ul p {
  margin: 0;
}

.gift_item>p{
  list-style: none;
  font-size: 14px;
  color: rgb(51, 51, 51);
  position: relative;
  line-height: 20px;
  margin-left: 0;
}

.product-desc {
  margin-top: 30px;
}

.product-detail .sales {
  position: absolute;
  right: 18px;
  top: 3px;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  text-align: center;
  background: url(../images/type-discount.png) no-repeat scroll center center transparent;
  height: 38px;
  width: 38px;
  -webkit-border-radius: 999px;
  background-size: cover;
  color: #fff;
  font: bold 13px/39px Arial;
  text-align: center;
}

.product-detail .information-entry {
  position: relative;
}

.product-detail-box .price {
  display: flex;
  margin-bottom: 10px;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
}

.product-detail-box .price span.label_title {
  font-size: 14px;
  line-height: 18px;
}

.product-detail-box .price .span_bigsale {
  color: #e02e2e;
  font-size: 14px;
}

.product-detail-box .nd-qua-tang {
  width: auto !important;
  display: block;
  font-size: 13px;
  padding: 5px 10px;
}

.product-detail-box .price del {
  color: #333 !important;
}

.product-detail-box .price del span {
  font-size: 16px;
  color: #333 !important;
}

.product-detail-box .price ins {
  color: transparent;
  font-size: 15px;
  order: 2;
}

.product-detail-box .price ins span,
.product-detail-box .price>span.woocommerce-Price-amount {
  font-size: 19px;
  font-weight: 700;
  color: var(--main-color);
}

.product-detail-box .reset_variations {
  display: none !important;
}

.product-detail-box table.variations {
  width: 100% !important;
}

.product-detail-box .woocommerce-variation-price {
  margin: 20px 0;
}

.product-detail-box.variable > .price{
  display:none !important;
}

.product-detail-box .reset_variations{display: none !important;}
.product-detail-box table.variations{width: 100% !important;}
.product-detail-box .woocommerce-variation-price{
        margin-bottom: 20px;
        margin-top: 10px !important;
}

.product-desc-box {
  margin-top: 20px;
}

.product_tabs {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
}

.product-subtitle {
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  cursor: pointer;
}


.prodetail_info__list {}

.prodetail_info__list tbody {}

.prodetail_info__list tbody tr {}

.prodetail_info__list tbody tr:nth-child(2n+1) {
  background: #f8f9fa;
}

.prodetail_info__list tbody tr td {
  font-size: 14px;
  padding: 10px 10px;
}

.prodetail_info__list tbody tr td:nth-child(1) {
  white-space: nowrap;
}

/*thong so ki thuat*/

/* popup fix detail */
.main_gallery_images {}

.main_gallery_images .owl-item img {
  aspect-ratio: 4 / 3;
  object-fit: contain;
}

.box_pro-images-small-parent {
  padding: 0
}

.box_pro-images-small {
  margin: 12px 5px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.box_pro-images-small .item {
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 55px;
  height: 55px;
  padding: 4px;
  overflow: hidden
}

.box_pro-images-small .item img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  width: 55px !important;
  cursor: pointer;
}

.box_pro-images-small .block_item {
  cursor: pointer
}

.box_pro-images-small .block_item p {
  font-size: 13px;
  line-height: 17px;
  text-align: center;
  margin-top: 10px
}

.box_pro-images-small .item span {
  font-size: 12px;
  font-weight: 700;
  border-radius: 50%;
  background-color: #efce4a;
  width: 26px;
  height: 26px;
  display: block;
  text-align: center;
  line-height: 26px;
  position: absolute;
  top: 2px;
  left: 2px;
}

.box_pro-images-small-parent .item.item_youtube i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 25px;
  z-index: 20;
}

.box_pro-images-small .block_item.active .item {
  border: 1px solid var(--main-color);
}


.btn-closemenu {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  color: #333;
  cursor: pointer;
  float: right;
  line-height: 21px;
  padding: 7px;
  position: relative;
  text-align: right;
  display: none;
  padding-left: 25px;
  font-size: 14px;
}

.close-tab {
  position: fixed;
  top: 15px;
  right: 20px;
  z-index: 100
}

.btn-closemenu:before {
  transform: rotate(45deg)
}

.btn-closemenu:after {
  transform: rotate(-45deg)
}

.btn-closemenu:after,
.btn-closemenu:before {
  background-color: #333;
  content: "";
  left: 13px;
  height: 12px;
  position: absolute;
  top: 11px;
  width: 1px
}

.info_pro-title li {
  font-size: 16px;
  padding: 15px 5px;
  margin: 0 20px;
  display: inline-block !important;
  cursor: pointer;
  position: relative;
}

.info_pro-title li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 3px;
  background: var(--main-color);
  opacity: 0;
  transition: .4s;
}

.info_pro-title li.active,
.info_pro-title li:hover {
  color: var(--main-color);
  font-weight: 700;
}

.info_pro-title li.active:after {
  opacity: 1;
}

.fixedTab {
  background: rgba(0, 0, 0, .85);
  position: fixed;
  top: 0;
  bottom: 0;
  margin: 0;
  z-index: 999999;
  left: 0;
  right: 0;
  max-width: 100%
}

.content-t {
  display: none;
}

.content-t.current {
  display: block
}

.fixedTab .info_pro-child {
  flex-wrap: wrap
}

.fixedTab .detail_specifications {
  width: 100%
}

.fixedTab .info_pro-title {
  display: flex;
  justify-content: center;
  margin: auto;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid #e0e0e0;
  padding-top: 10px;
}

.fixedTab .info_pro-title ul {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}

.fixedTab .info_pro-tab,
.fixedTab .info_pro-title {
  background-color: #fff;
  left: 0;
  right: 0;
  position: fixed;
  max-width: 1200px;
}

.fixedTab .info_pro-tab {
  margin: 60px auto 0;
  z-index: 9;
  height: 100%;
  overflow: scroll
}

.fixedTab .content-t .des_pro {
  max-width: 90%;
  display: block;
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box
}

.fixedTab .see_info {
  display: none
}

.fixedTab .content-t .list_specifications {
  max-width: 700px;
  margin: 0 auto;
  height: 100%;
  padding-bottom: 5%
}

.fixedTab .content_pro-item {
  padding: 0
}


.fixedTab .info_pro-child {
  margin-top: 10px;
}

.fixedTab .btn-closemenu {
  display: block
}

.fixedTab .img_detail_pro {
  width: 100%;
  text-align: center
}

.fixedTab .content-t {
  padding-top: 15px
}

#iframe_videos {
  width: 95%;
  margin: 0 auto;
  text-align: center;
}

.tab_gallery_images {
  height: 100vh;
  padding: 20px 0;
}

.tab_gallery_images .owl-item img {
  max-height: 100% !important;
  max-width: 100% !important;
  width: auto !important;
  margin: 0 auto;
}

@media screen and (max-width:767px) {
  .fixedTab .btn-closemenu {
    left: 10px;
    right: auto;
    top: 7px;
    font-size: 12px;
    line-height: 10px;
    padding-left: 14px;
    background: var(--main-color);
  }

  .btn-closemenu:after,
  .btn-closemenu:before {
    top: 7px;
    height: 9px;
    left: 7px;
  }

  .info_pro-title {
    padding: 0 10px;
    padding-left: 70px;
    padding-top: 0 !important;
    top: 0 !important;
  }

  .info_pro-title ul {
    overflow-x: scroll;
    display: flex;
    white-space: nowrap;
    gap: 16px;
  }

  .info_pro-title li {
    padding: 10px 0;
    margin: 0;
    font-size: 14px;
  }

  .fixed .info_pro-title ul {
    padding-left: 60px;
  }

  .info_pro-title li:after {
    height: 2px;
  }

  .fixedTab .info_pro-tab {
    margin-top: 40px;
  }

  .fixedTab .content-t .des_pro,
  .fixedTab .info_pro-child {
    width: 100%;
    max-width: 100%;
    padding: 0 10px;
    margin: 0;
  }

  .fixedTab .content-t {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .fixedTab {
    overflow: hidden;
  }

  .tab_gallery_images {
    height: auto !important;
    max-height: 100vh;
    padding: 10px 0;
  }
}

/* popup fix detail */

.modal-content {
  background: transparent;
  border: 0;
}

.modal-header {
  background: transparent;
  border: 0;
  padding-right: 0;
}

.modal-body {
  padding: 0;
}

.modal-body img {
  width: 100%;
}

.close {
  font-size: 30px;
  font-weight: 400;
  opacity: 1;
  color: #fff;
}

.close:hover {
  color: #fff;
}

.product-list-slide .product-item {
  max-width: 100%;
  margin-right: 0;
  text-align: left;
}

.list-post-cat .row {
  row-gap: 30px;
}

.list-post-cat .news-item .news-title {
  font-size: 14px;
}

.news-item .news-body .short-content {
  margin-top: 10px;
  font-size: 16px;
  color: #484848;
  font-weight: 400;
  margin-bottom: 0px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 23px;
}

.news-item .news-body .short-content p {
  margin-bottom: 4px;
  font-size: 13px;
}

.news-item .news-body .viewmore a {
  display: block;
  font-size: 14px;
  color: #b30000;
  margin-top: 10px;
}

.btn-news {
  position: relative;
  padding: 5px 0;
  font-size: 15px;
  color: #666;
  margin-top: 15px;
}

.btn-news:before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: var(--main-color);
  position: absolute;
  top: -2px;
  left: 0
}

/* ket thuc hotline */

/* box-introduction */

.box-introduction .xemthem_mb {
  text-align: left;
}

.introduction_title {
  font-size: 25px;
  margin-bottom: 20px;
  color: var(--main-color);
  line-height: 30px;
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
}

.introduction .desc {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
  color: #333;
  display: block
}

.experience .exp__img img {
  width: 100%;
  object-fit: cover
}

/* box-introduction */

.box-products-related {
  margin: 0;
  padding: 0;
  margin-top: 40px;
}

.related_posts {
  margin: 30px 0;
}

.box-author {
  margin: 30px 0;
}

.detail-body table {
  width: 100% !important;
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.detail-body table tr {
  border-radius: 10px;
  border: 1px solid #ccc;
}

.detail-body table tr td,
.detail-body table tr th {
  padding: 10px;
  border: 1px solid #ccc;
}

.detail-body table tr td {
  text-align: left;
  padding: 10px 10px;
  width: auto !important;
}

.action_cart {
  display: flex !important;
}

a.woocommerce-review-link,
a.woocommerce-review-link {
  color: #999;
  border: none;
}

.woocommerce-product-rating {
  order: 2;
  display: inline-flex;
  margin-bottom: 15px;
  gap: 10px;
  font-size: 16px;
}

.product-images .onsale {
  display: none;
}

.woocommerce-product-gallery a img {
  width: 100%;
  border: 1px solid #eee;
  border-radius: 5px;
  overflow: hidden;
  aspect-ratio: 1/1;
  object-fit: contain;
  padding: 5px;
}

.woocommerce-product-gallery .flex-control-thumbs {
  display: grid;
  list-style: none;
  margin: 10px 0;
  padding: 0;
  gap: 10px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.woocommerce-product-gallery .flex-control-thumbs li {
  box-sizing: border-box;
  cursor: pointer;
}

.woocommerce-product-gallery .flex-control-thumbs li img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  border: 1px solid #eee;
  border-radius: 5px;
  overflow: hidden;
  padding: 8px;
}

.video-item img {
  width: 100%;
  border-radius: 0;
  height: auto;
}

.video-item .video-title {
  font-size: 14px;
  line-height: 22px;
  width: 100%;
  margin-top: 10px;
}

.nav_header_right a {
  display: block;
  color: #fff;
  background: #f00 !important;
  position: absolute;
  right: 0;
  top: -10px;
  height: 43px;
  padding: 0 30px;
  line-height: 43px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  border-radius: 30px;
}

.box-button {
  margin-top: 10px;
}

.btn-showmore {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: auto;
  line-height: 32px;
  height: auto;
  border: 1px solid var(--main-color);
  color: var(--main-color);
  font-weight: 500;
  background: #fff;
  padding: 0 20px;
  border-radius: 20px;
  transition: background-color 0.5s ease;
  gap: 10px;
  font-size: 13px;
}

.btn-showmore:hover {
  border: 1px solid #18a4dc;
  color: #fff;
  background: #18a4dc;
}

/*banenr child */
.img_hover {
  overflow: hidden;
}

.img_hover img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out
}

.img_hover:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.xemthem_mb {
  text-align: center;
  margin-top: 30px;
}

.xemthem_mb a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: auto;
  line-height: 33px;
  height: auto;
  border: 1px solid var(--main-color);
  color: #333;
  font-weight: 400;
  background: var(--main-color);
  padding: 0px 20px;
  gap: 10px;
  font-size: 14px;
  border-radius: 55px;
}

.xemthem_mb a i {
  font-size: 10px;
}

.xemthem_mb a:hover {
  border: 1px solid var(--second-color);
  color: #fff;
  background: var(--second-color);
}

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

.igi_arrows .owl-nav {}

.igi_arrows .owl-nav i {
  display: none;
}

.igi_arrows .owl-nav .owl-prev,
.igi_arrows .owl-nav .owl-next {
  position: absolute;
  top: calc(40% - 20px);
  width: 11px;
  height: 30px;
  font-size: 0;
  cursor: pointer;
  display: block;
}

.igi_arrows .owl-nav .owl-prev {
  left: 0;
  background: url(../images/arrows_left_30px.png) #ffffffba !important;
}

.igi_arrows .owl-nav .owl-next {
  right: 0;
  background: url(../images/arrows_right_30px.png) #ffffffba !important;
}

.igi_arrows .owl-nav span {
  display: none;
}

.igi_arrows .owl-nav .owl-prev,
.igi_arrows .owl-nav .owl-next {
  top: calc(50% - 15px);
  width: 25px;
  display: block;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  outline: none !important;
  border: none !important;
  margin: 0 !important;
  background-size: auto 10px !important;
  border-radius: 50%;
  height: 25px;
}

.woocommerce-result-count {
  display: none;
}

.woocommerce-notices-wrapper {}

.woocommerce-message {
  background: #eee;
  padding: 8px 10px;
  color: #333;
  font-size: 13px;
  text-align: center;
  margin-bottom: 20px;
}

.igi_page__desc_top {
  padding: 15px;
  border: 3px solid #eee;
  background: #fff;
  margin-bottom: 30px;
}

.igi_page__desc_top p:last-child {
  margin-bottom: 0;
}

.igi_page__desc_bottom {
  padding: 15px;
  border: 3px solid #eee;
  background: #fff;
  margin-bottom: 30px;
}

.igi_page__desc_bottom p:last-child {
  margin-bottom: 0;
}

.igi_toolbox {}

.igi_toolbox .woocommerce-ordering {}

.igi_toolbox .woocommerce-ordering select {
  border: #ccc solid 1px;
  display: block;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  cursor: pointer;
  width: 100px;
}

#modal-buynow .modal-content {
  background: #fff;
}

#modal-buynow .modal-content .modal-body {
  padding: 10px 10px;
}

#modal-buynow .modal-content .modal-header {
  padding: 10px 10px;
  position: relative;
  font-weight: 600;
  font-size: 18px;
}

#modal-buynow .modal-header .close {
  background: var(--second-color);
  padding: 3px;
  border-radius: 50%;
  display: block;
  width: 25px;
  height: 25px;
  line-height: 0;
  margin: 0;
  position: absolute;
  right: -5px;
  top: -10px;
  cursor: pointer;
}

#modal-buynow .modal-header .close i {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

#modal-buynow .modal-content input[type='text'] {
  font-size: 15px;
}

#modal-buynow .modal-content input[type='submit'] {
  position: relative;
  z-index: 0;
  white-space: nowrap;
  padding: 10px 20px;
  margin-bottom: 0;
  font-weight: 600;
  color: #fff;
  background: var(--main-color);
  border: none;
  border-radius: 10px;
  font-size: 15px;
}

.product_action_1 {
  background: var(--main-color) !important;
  padding: 10px 10px;
  border-radius: 5px;
  text-align: center;
  padding-bottom: 0;
  margin-top: 10px;
}

.product_action_1 .product_action_title {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
}

.product_action_form {
  position: relative;
  max-width: 500px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.product_action_form input[type='tel'] {
  height: 40px;
  width: 100%;
  padding: 0 125px 0 20px;
  outline: none;
  border: 1px solid var(--main-color);
  font-size: 16px;
  border-radius: 5px;
  margin: 0px;
  outline: none !important;
}

.product_action_form input[type='submit'] {
  position: absolute;
  right: 0;
  top: 0;
  border: initial;
  height: 40px;
  font-size: 16px;
  padding: 0 30px;
  background: #d1a975;
  color: #fff;
  border-radius: 5px;
  line-height: inherit;
  outline: none !important;
  cursor: pointer;
}

.product_action_form .wpcf7-not-valid-tip {
  text-align: left;
  color: #fff;
}

.product_action_form .wpcf7-response-output {
  text-align: left;
  color: #fff;
  margin-top: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 10px !important;
}

.wpcf7 form .wpcf7-response-output {
  text-align: left;
  color: #b30000;
  margin-top: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.product_actions {
  margin-top: 20px;
}

.product_actions>div,
.product_actions>a {
  width: 100%;
  padding: 0.25rem;
}

.product_actions>a,
.product_actions>div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 5px;
  font-size: 14px;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 10px;
  cursor: pointer;
}

.add_cart_wappers {
  display: flex;
  align-items: center;
  gap: 10px;
}

.single_add_to_cart_button {
  background: var(--main-color);
  color: white;
  cursor: pointer !important;
  font-size: 15px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 600;
  border: none;
  margin: 0 !important;
}
.product-home-grid{
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 15px;
}
.product-list-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0;
}

.video-item .video__body {
  margin-top: 10px;
  text-align: left
}

.video-item .video__body .video-title {
  font-weight: 600
}

.category_author_desc {
  margin-bottom: 30px;
  margin-top: 30px;
}

.category_author_listing {
  margin-bottom: 30px;
}

div.author {
  margin: 30px 0;
}

/* Sidebar */
.aside-uudai {
  margin-top: 20px;
}

.aside-item {
  margin-bottom: 20px;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #eee;
}

.aside-item .aside-body {
  padding: 10px;
}

.aside-body2 {
  padding-top: 10px;
}

.aside-item-title {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  background: var(--main-color);
  color: #fff;
  padding: 7px 0;
  text-align: center;
}
.aside-item-title a{
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  background: var(--main-color);
  color: #fff;
  text-align: center;
  display:block;
}

.aside-item.aside-chinhanh {}

.aside-chinhanh .aside-body {
  overflow: auto;
  max-height: 240px;
}

.aside-chinhanh .aside-body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
  background-color: #F5F5F5 !important;
}

.aside-chinhanh .aside-body::-webkit-scrollbar {
  width: 6px !important;
  background-color: #F5F5F5 !important;
}

.aside-chinhanh .aside-body::-webkit-scrollbar-thumb {
  background-color: var(--main-color) !important;
}

.aside-news .aside-body .news-item {
  display: flex;
  align-items: center;
  box-shadow: 0 0 0 #fff;
  border-radius: 0;
}

.aside-news .aside-body .news-item:not(:last-child) {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.aside-news .aside-body .news-item .news-img {
  width: 30%;
  border-radius: 0;
}

.aside-news .aside-body .news-item .news-img:before {
  font-size: 14px
}

.aside-news .aside-body .news-item .news-body {
  width: 70%;
  padding-left: 10px
}

.aside-news .aside-body .news-item .news-body .news-title {
  font-size: 14px;
  font-weight: 500;
}

.aside-news .aside-body .news-item .news-body .short-content,
.aside-news .aside-body .news-item .box-button {
  display: none;
}

.aside-danhmuc-product ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.aside-danhmuc-product ul li a {
  transition: all .3s linear;
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 14px;
  position: relative;
  color: #333;
}

.aside-danhmuc-product ul li {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #eee;
}

.aside-danhmuc-product ul li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.aside-danhmuc-product ul li:hover a {
  color: var(--main-color);
}
.product-camket{margin-top:15px;}
.aside-camket-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  padding-top: 10px;
  -webkit-box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
  border-radius: 5px;
  padding: 10px 10px;
}

.aside-camket-body .item {
  text-align: left;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.aside-camket-body .item img {
  display: inline-block;
  height: auto;
  width: 31px;
}

.aside-camket-body .item span {
  display: block;
  font-size: 13px;
  margin-top: 0;
  line-height: 18px;
}

.aside-camket-body .item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}

.box_intro_grids {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.box_intro_grids .video-item {
  margin-bottom: 0;
}

.box_intro_grids .video-item img {
  aspect-ratio: 16/9;
  width: 100% !important;
  !u;
  !u;
  !;
  height: auto;
}

.news-list-item {
  display: flex;
  gap: 15px;
  margin-bottom: 17px;
  justify-content: flex-start;
  align-items: center;
}

.news-list-item .news-img {
  width: 175px;
  display: inline-block;
}

.news-list-item .news-img img {
  width: 100%;
}

.news-list-item .news-body {
  width: calc(100% - 175px);
}

.news-list-item .news-body a {
  min-height: 0;
  font-size: 15px;
}

.flex-row {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

#mega_menu {
  margin-top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  background: #fff;
  border-top: none;
  margin-bottom: 0;
}

.nav_menu_flex {
  position: relative;
}

.nav_menu_left_popup {
  position: absolute;
  top: 100%;
  )100%;
  z-index: 9999;
  margin-bottom: 0;
}

.nav_menu_left_popup #mega_menu {
  border: 1px solid var(--main-color);
}

.nav_menu_left_popup.hidden #mega_menu {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

#mega_menu a {
  font-size: 14px;
  color: #333;
  padding: 8px 13px;
  border-bottom: 0;
}

#mega_menu a:hover {
  color: #fff !important;
  background: var(--main-color) !important;
  !important;
  !important;
  !important;
}

#mega_menu a:hover:after {
  color: #fff !important;
  border-top-color: #fff;
}

#mega_menu>li {
  background: #fff
}

#mega_menu>li>a {
  border-top: 1px solid #eee;
  font-size: 16px;
  padding-right: 25px;
  text-wrap: auto;
  padding-left: 10px;
  display: flex;
  gap: 10px;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-weight: 600;
}

#mega_menu>li:first-child {
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
}

#mega_menu>li:last-child {
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

#mega_menu>li:first-child>a {
  border-top: 0;
  background: none;
}

#mega_menu>li>a>img {
  width: 20px;
  display: none;
}

.sf-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  margin-bottom: 10px;
}

.sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none
}

.sf-menu li {
  position: relative;
  background: #fff;
  white-space: nowrap;
}

.sf-menu li:hover {
  -webkit-transition: none;
  -o-transition: none;
  transition: none
}

.sf-menu li:hover>ul {
  display: block
}

.sf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
  background: #fff;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, .2);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, .2);
  min-width: 12em
}

.sf-menu ul ul {
  top: 0;
  left: 100%
}

.sf-menu ul ul li {
  background: #fff
}

.sf-menu ul li {
  background: #fff;
}

.sf-menu li:hover {
  background: #cfdeff;
  -webkit-transition: none;
  -o-transition: none;
  transition: none
}

.sf-menu li:hover>ul {
  display: block
}

.sf-menu a {
  display: block;
  position: relative;
  border-top: 1px solid #eeeeee;
  padding: 10px 9px;
  text-decoration: none;
  zoom: 1
}

.sf-arrows .menu-item-has-children>a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -3px;
  height: 0;
  width: 0;
  border: 4px solid transparent;
  border-top-color: #5f5a5a
}

.sf-arrows>li>.sf-with-ul:focus:after {
  border-top-color: #fff
}

.sf-arrows>li:hover>.sf-with-ul:after {
  border-top-color: #fff
}

.sf-arrows>.sfHover>.sf-with-ul:after {
  border-top-color: #fff
}

.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #5f5a5a
}

.sf-arrows ul li>.sf-with-ul:focus:after {
  border-left-color: #fff
}

.sf-arrows ul li:hover>.sf-with-ul:after {
  border-left-color: #fff
}

.sf-arrows ul .sfHover>.sf-with-ul:after {
  border-left-color: #fff
}

.sf-vertical {
  width: 12em
}

.sf-vertical ul {
  left: 100%;
  top: 0
}

.sf-vertical>li {
  float: none
}

.sf-vertical li {
  width: 100%
}

.sf-vertical.sf-arrows>li>.sf-with-ul:after {
  border-left-color: rgba(255, 255, 255, .5);
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #dfeeff;
  border-left-color: rgba(51, 47, 47, .5)
}

.sf-vertical.sf-arrows li>.sf-with-ul:focus:after {
  border-left-color: #fff
}

.sf-vertical.sf-arrows li:hover>.sf-with-ul:after {
  border-left-color: #fff
}

.sf-vertical.sf-arrows .sfHover>.sf-with-ul:after {
  border-left-color: #fff
}

.ot-overplay.active-menu main#main:after {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .3)
}

.ot-overplay.active-menu footer#footer:after {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .3)
}

#wide-nav>.flex-row>.flex-left {
  width: 25%;
  min-width: 245px;
  margin-right: 15px
}

#mega-menu-wrap {
  width: 100%;
  position: relative
}

#mega-menu-title {
  padding: 10px 0 10px 15px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  padding-left: 0;
}

#mega-menu-title i {
  margin-right: 9px
}

#mega-menu .sub-menu {
  background: #fff
}

#header.header.has-sticky .header-wrapper.stuck #mega_menu {
  margin-top: 0
}

#header.header.has-sticky .header-wrapper.stuck #mega_menu:not(.active) {
  display: none
}

.ot-vm-hover:hover #mega_menu {
  display: block
}

#header.header #mega_menu.active {
  display: block
}

.home.ot-menu-show-home #mega_menu {
  display: block
}

.ot-vm-hover:hover #mega_menu {
  display: block
}

#header.header.has-sticky .header-wrapper.stuck #mega-menu-wrap:hover #mega_menu:not(.active) {
  display: block;
}

.box-common2 {
  background: none !important;
}

/* Sidebar */

#scroll-top {
  position: fixed;
  right: 10px;
  bottom: 89px;
  z-index: 1000;
  cursor: pointer;
  width: 32px;
  height: 32px;
  background: var(--main-color);
  border-radius: 50%;
  text-align: center;
  color: #fff;
  line-height: 32px;
  font-size: 12px;
  font-weight: 400;
  display: none;
}

#scroll-top img {
  width: 48px;
  height: 48px;
}

a.message-pc {
  position: fixed;
  bottom: 200px;
  right: 30px;
  z-index: 99;
  width: 45px;
}

a.zalo-pc {
  position: fixed;
  bottom: 120px;
  right: 30px;
  z-index: 99;
  width: 45px;
}

a.hotline-pc {
  position: fixed;
  bottom: 40px;
  right: 30px;
  z-index: 99;
  width: 45px;
  background-color: #0fa80f;
  border-radius: 50%;
  height: 45px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

a.hotline-pc img {
  width: 22px !important;
  !i;
  !;
  height: auto !important;
  !i;
  !;
}

@keyframes pulseX {
  0% {
    transform: scale(0.9, 0.9);
  }

  50% {
    transform: scale(1, 1);
  }

  100% {
    transform: scale(0.9, 0.9);
  }
}

@keyframes animationIcon {
  0% {
    transform: rotate(0) 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(0) scale(1) skew(1deg);
  }

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

@keyframes egaAnimationShadow {
  0% {
    opacity: 0;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
  }

  25% {
    opacity: 0.3;
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
  }

  50% {
    opacity: 0.3;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
  }

  75% {
    opacity: 0.3;
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
  }

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


.ega-hotline {
  padding: 10px;
  border-radius: 100%;
  background: #b30000;
  position: fixed;
  bottom: 18pt;
  top: auto;
  right: 25px;
  cursor: pointer;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ega-hotline img {
  position: relative;
  z-index: 3;
  animation: animationIcon 1s infinite ease-in-out;
}

.ega-hotline .shadow {
  width: 100%;
  height: 100%;
  background: #b30000;
  top: 0;
  left: 0;
  position: absolute;
  border-radius: 50%;
  animation: egaAnimationShadow 1.5s ease infinite;
  -webkit-animation: egaAnimationShadow 1.5s ease infinite;
  z-index: 1;
}

.ega-hotline .phoneNumber {
  position: absolute;
  z-index: 0;
  height: 98%;
  display: flex;
  align-items: center;
  top: 0;
  font-size: 16px;
  min-width: 140px;
  padding: 10px;
  width: max-content;
  box-sizing: border-box;
  display: none !important;
}

.ega-hotline:hover .phoneNumber {
  transition: all 0.3s ease-out;
  transform: scaleX(1) !important;
}

.ega-hotline::after {
  content: "";
  width: 100%;
  height: 100%;
  background: inherit;
  top: 0;
  left: 0;
  position: absolute;
  border-radius: 50%;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .ega-hotline {
    right: 10px !important;
    left: auto !important;
    bottom: 148px !important;
  }

  #scroll-top {
    right: 14px;
  }
}

.model_igi {
  z-index: 9999999;
}

.model_igi.show {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.model_igi .modal-dialog {
  max-width: 753px;
  margin: auto;
  padding: 30px;
}

.model_igi .modal-content {
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
}

.model_igi .modal-header {
  display: flex;
  align-items: center;
  padding: 9px 20px;
  background: var(--main-color);
}

.model_igi .modal-header h3,
.model_igi .modal-header .modal-header-title {
  flex: 1;
  color: white;
  font-size: 15px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
}

.model_igi .close-button {
  display: flex;
  color: white;
  border: 1px solid white;
  padding: 4px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 12px;
  gap: 5px;
  align-items: center;
  background: #b30000;
  cursor: pointer;
}

.model_igi .close-button svg {
  width: 10px;
}

.model_igi .modal-body {
  padding: 1rem;
}

.model_igi .product-info {
  display: flex;
  align-items: center;
  padding: 20px;
  background-color: #f3f4f6;
  border-radius: 6px;
  margin-bottom: 30px;
}

.model_igi .product-info img {
  width: 59px;
  height: 59px;
}

.model_igi .product-details {
  margin-left: 10px;
}

.model_igi .product-details h4 {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #374151;
  margin: 0;
  margin-bottom: 4px;
}

.model_igi .product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 13px;
  color: #6b7280;
}

.model_igi .price {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
}

.model_igi .product-meta .price ins span,
.model_igi .product-meta .price>span.woocommerce-Price-amount {
  font-size: 17px;
  text-decoration: none;
}

.model_igi .price del {
  color: #999;
  order: 1;
  margin-right: 10px;
}

.model_igi .price ins {
  order: 2;
  text-decoration: none;
}

.model_igi .product-meta .price del span,
.model_igi .product-meta .price del span * {
  font-size: 15px;
  color: #333;
}

.model_igi .product-meta .box-price .sales {
  display: none;
}

.model_igi .price ins span,
.model_igi .price>span.woocommerce-Price-amount {
  font-size: 18px;
  font-weight: 700;
  color: #b30000;
}

.model_igi .product-meta span {
  font-weight: bold;
  text-transform: uppercase;
}

.model_igi .input-group-row {
  display: flex;
  gap: 1rem;
}

.model_igi .input-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}

.model_igi .input-group label {
  font-size: 0.875rem;
  color: #4b5563;
  margin-bottom: 0.25rem;
}

.model_igi .input-group input,
.model_igi .input-group textarea {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
  font-size: 0.875rem;
}

.model_igi .input-group textarea {
  resize: vertical;
}

.model_igi .submit-button {
  display: inline-block;
  background-color: var(--second-color);
  color: white;
  text-align: center;
  padding: 10px 20px;
  border-radius: 7px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.2s ease;
  border: none;
  text-transform: uppercase;
}

.model_igi .submit-button:hover {
  background-color: var(--second-color);
}

.igi_form_success .modal-dialog {
  max-width: 753px;
  width: 100%;
  margin: auto;
}

.igi_form_success .modal-content {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.igi_form_success .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--second-color);
  padding: 15px 15px;
  color: #ffffff;
}

.igi_form_success .modal-header h3 {
  flex: 1;
  color: white;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
}

.igi_form_success .close-button {
  display: flex;
  color: white;
  border: 1px solid white;
  padding: 4px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 12px;
  gap: 5px;
  align-items: center;
  background: #b30000;
}

.igi_form_success .close-button svg {
  width: 10px;
}


.igi_form_success .modal-title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: bold;
  color: #ffffff;
}

.igi_form_success .btn-close {
  background: none;
  border: none;
  color: #ffffff;
  font-size: 1.25rem;
}

.igi_form_success .modal-body {
  padding: 15px 15px;
  text-align: center;
}

.igi_form_success .success-message {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 21px;
  color: #b30000;
  font-weight: 600;
}

.igi_form_success .product-info {
  display: flex;
  align-items: center;
  padding: 6px;
  background-color: #f3f4f6;
  border-radius: 7px;
  margin-bottom: 15px;
}

.igi_form_success .product-info img {
  width: 59px;
  height: 59px;
}

.igi_form_success .product-details {
  margin-left: 1rem;
  text-align: left;
}

.igi_form_success .product-details h4 {
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #374151;
  margin: 0;
}

.igi_form_success .product-meta {
  display: flex;
  gap: 15px;
  font-size: 13px;
  color: #6b7280;
  margin-top: 7px;
}

.igi_form_success .product-meta span {
  font-weight: bold;
  text-transform: uppercase;
}

.igi_form_success .thank-you-message {
  font-size: 13px;
  color: #4b5563;
  margin-bottom: 10px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.loading-icon {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999999;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top-color: #FFA500;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.modelPopup {}

.modelPopup .modal-dialog {
  border-radius: 10px;
  overflow: hidden !important;
  max-width: 600px;
}

.modelPopup .modal-body {
  padding: 0;
  padding-bottom: 20px;
}

.popup_times_div {}

.popup_countdown {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 25px;
  margin-top: 10px;
}

.popup_countdown .item {
  color: #000000;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
}

.popup_countdown .item span {
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: block !important;
  background: #b30000;
  font-size: 16px;
  border-radius: 5px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0;
  text-align: center;
}

.popup_text_div,
.popup_submit_div {
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  gap: 12px;
  align-items: center;
}

.modelSanPham .popup_submit_div {
  justify-content: center;
  margin-top: 20px;
}

.popup_text_div input {
  width: 50%;
  font-size: 14px;
  color: #333;
  padding: 6px 7px;
  border-radius: 4px;
  box-sizing: border-box;
  border: 1px solid #c0c0c0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  -webkit-transition: color .3s, border .3s, background .3s, opacity .3s;
  -o-transition: color .3s, border .3s, background .3s, opacity .3s;
  transition: color .3s, border .3s, background .3s, opacity .3s;
  background: #fff;
}

.popup_submit_div input {
  background: #b30000 !important;
  width: 50%;
  height: 36px;
  border-radius: 20px;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
}

.popup_submit_div label {
  color: blue !important;
  width: 50%;
  margin-bottom: 0;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}

.buy_pro {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
}

.buy_pro .flex {
  display: flex;
  width: 100%;
  gap: 10px;
}

.buy_pro .flex a {
  width: 100%;
}

.buy_pro .status0 {
  color: #019100;
  font-size: 18px
}

.click_buy {
  background: #e02e2e;
  padding: 7px 10px
}

.click_buy,
.click_call {
  width: 100%;
  border: none;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  line-height: 20px;
  cursor: pointer;
}

.click_call {
  background: #006edc;
  padding: 17px 10px
}

.click_call i {
  margin-right: 5px
}

.buy_installment:focus,
.click_buy:focus {
  outline: 0;
  outline-style: none;
  outline-width: 0
}

.buy_installment span,
.click_buy span {
  display: block;
  font-size: 12px;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}

.buy_installment {
  width: 100%;
  box-sizing: border-box;
  border: none;
  border-radius: 5px;
  background: #0052aa;
  font-size: 14px;
  font-weight: 700;
  color: #fff !important;
  padding: 7px 10px;
  line-height: 20px;
  cursor: pointer;
  text-align: center;
  display: inline-block
}


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

  .popup_text_div,
  .popup_submit_div {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 8px;
    gap: 8px;
  }

  .modelPopup .modal-body {
    margin-bottom: 10px;
    padding-bottom: 0;
  }

  .contact-page-form {
    margin-top: 20px;
  }

  .google-map iframe {
    height: 250px !important;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.box_sidebar_product {
  margin-bottom: 30px;
}

.box_sidebar_product .box-head {
  background: var(--main-color);
  margin-bottom: 0;
}

.box_sidebar_product .box-head h2 {
  padding: 7px 0;
}

.box_sidebar_product .box-head h2 a {
  font-size: 16px;
  color: #fff !important;
  ;
}

.product_list_sidebar .product-item {
  display: flex;
  justify-content: space-between;
  border-radius: 0;
  box-shadow: none;
  align-items: center;
  border-bottom: 1px solid #eee;
  gap: 10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.product_list_sidebar .product-item .product-title {
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  min-height: auto;
  font-weight: 500;
}

.product_list_sidebar .product-item .box-price {
  margin-top: 5px;
}

.product_list_sidebar .product-item .product-body {
  padding: 0;
  width: calc(100% - 90px);
}

.product_list_sidebar .product-item .sales {
  left: 0;
}

.product_list_sidebar {
  padding: 10px;
  border: 1px solid #dcdcdc;
}

.product_list_sidebar .product-item:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.product_list_sidebar .product-item a img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  border: 1px solid #eee;
}

.product_list_sidebar .product-item .product-item-images {
  width: 90px;
}

.product_list_sidebar .product-item .box-price .price {
  justify-content: flex-start;
}

.screen-reader-text {
  display: none !important;
}

.stock {
  margin-bottom: 10px;
}

.box-thongso {
  margin-bottom: 30px;
}

.droplet {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, .5);
  display: none;
}

.droplet.show {
  display: block;
}

body.disable-scroll {
  overflow: hidden;
}

header {
  position: relative;
  z-index: 999;
}

.details-pro .single_add_to_cart_button {

}
.details-pro .buy_now_button {
  margin-bottom:10px;
  margin-top:10px;
}

.button-variable-items-wrapper {}

.button-variable-items-wrapper li {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  font-weight: 600;
  font-size: 14px !important;
  text-transform: uppercase;
  cursor: pointer !important;
  padding: 0 5px !important;
  border: 2px solid var(--main-color);
  border-radius: 5px !important;
  height: auto !important;
}

.button-variable-items-wrapper li.selected {
  background: var(--main-color) !important;
  color: #fff !important;
}

.button-variable-items-wrapper li:before,
.button-variable-items-wrapper li:after {
  display: none;
}

.button-variable-items-wrapper li .variable-item-contents {}

.button-variable-items-wrapper li .variable-item-contents .variable-item-span-button {
  padding: 5px 20px !important;
  display: block !important;
}

/*buy now*/
.devvn-quickbuy button.single_add_to_cart_button.loading:after {
  display: none;
}

.devvn-quickbuy button.single_add_to_cart_button.button.alt.loading {
  color: #fff;
  pointer-events: none !important;
}

.devvn-quickbuy button.buy_now_button {
  position: relative;
  color: rgba(255, 255, 255, 0.05);
}

.devvn-quickbuy button.buy_now_button:after {
  animation: spin 500ms infinite linear;
  border: 2px solid #fff;
  border-radius: 32px;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  content: "";
  display: block;
  height: 16px;
  top: 50%;
  margin-top: -8px;
  left: 50%;
  margin-left: -8px;
  position: absolute;
  width: 16px;
}

.box-home-doitac .item-group {}

.box-home-doitac .item {
  background: #fff;
  border: 1px solid #ddd;
  padding: 15px 15px;
  transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -webkit-transition: all .25s ease-out;
  margin-bottom: 10px;
  cursor: pointer;
}

.box-home-doitac .item:hover {
  border: 1px solid var(--main-color);
}

.product-detail-grids{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

@media (min-width: 1024px) {
  .header-menu {
    background: var(--main-color);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  }

  .nav_menu_right {
    width: 100%;
  }

  .main-menu {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .main-menu  .head_danhmuc {color:#fff;cursor:pointer;width: 260px;background: #000;height: 44px;line-height: 44px;padding-left: 30px;text-transform: uppercase;font-weight: 600;font-size: 16px;}
  .main-menu .head_danhmuc i{margin-right:10px;}
  .main-menu ul {
    padding: 0;
    margin: 0;
    gap: 50px;
    justify-content: right !important;
  }

  .main-menu>ul {
    justify-content: space-between;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .main-menu ul li:hover>.btn-dropdown {
    color: var(--main-color);
  }

  .main-menu ul li:hover>a {
    color: #fff;
  }

  .main-menu ul .sub-menu li:hover>a {
    color: #fff !important;
    background: #a80000 !important;
  }

  .sub-menu>.has-children>.sub-menu>.has-children:hover>.sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
  }

  .sub-menu>.has-children>.sub-menu>.has-children:hover:before {
    visibility: visible;
    opacity: 1;
  }

  .main-menu>ul>.has-children:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    display: block !important;
  }

  .main-menu>ul>li>ul>.has-children:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    display: block !important;
  }

  .main-menu ul>li {
    position: relative;
  }

  .main-menu ul>li:last-child {
    padding-right: 0;
    border-bottom: 0;
  }

  .main-menu ul>li:last-child a {
    border-bottom: 0;
  }

  .main-menu ul>li:first-child {
    padding-left: 0;
  }

  .main-menu ul li {
    list-style: none;
    position: relative;
  }

  .main-menu>ul>li>a {
    transition: all .3s linear;
    padding: 10px 0;
    display: block;
    width: 100%;
    font-weight: 500;
    font-size: 15px;
    position: relative;
    color: #fff;
    text-transform: uppercase;
  }

  .main-menu>ul>li>a i {
    font-size: 12px;
    margin-left: 2px;
  }

  .main-menu>ul>li:last-child>a {
    padding-right: 0;
  }

  .main-menu>ul>.has-children>.sub-menu {
    position: absolute;
    min-width: 100%;
    left: 0;
    top: 45px;
    background-color: #fff;
    visibility: hidden;
    box-shadow: 0 .5rem 1rem rgb(0 0 0 / 28%);
    opacity: 0;
    transition: opacity .3s ease;
    z-index: 99999;
  }

  .main-menu li {
    position: relative;
  }

  .main-menu>ul>.has-children>.sub-menu>li>.sub-menu {
    position: absolute;
    min-width: 100%;
    left: 100%;
    top: 2px;
    background-color: var(--main-color);
    visibility: hidden;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    opacity: 0;
    transition: opacity .3s ease;
    z-index: 99999;
  }

  .sub-menu li a {
    padding: 10px 15px;
    display: block;
    white-space: nowrap;
    border-bottom: 1px solid #eeeeee;
    font-size: 15px;
    padding-right: 30px;
    position: relative;
    color: #333 !important;
  }

  .sub-menu li a i {
    float: right;
    position: absolute;
    right: 10px;
    font-size: 12px;
    top: 15px;
  }

  .sub-menu>.has-children>.sub-menu>.has-children {
    position: relative;
    display: inline-block;
  }

  .sub-menu>.has-children>.sub-menu>.has-children:before {
    font-size: 20px;
    content: '\f105';
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease-in-out;
  }

  .sub-menu>.has-children>.sub-menu>.has-children>.sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    white-space: nowrap;
    min-width: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translate(-20px);
    transition: all .3s linear;
  }
}

@media (max-width: 991px) {
  .video-item .btn-video {
    width: 50px;
    height: 34px;
  }

  .header-top-main .box-action a {
    margin-top: 0;
  }

  .header-top-main .box-action a:first-child {
    display: none;
  }
}

@media (min-width: 1024px) {
  header.fixed {
    position: fixed;
    z-index: 999999;
    left: 0;
    right: 0;
    top: 0;
    transition: transform 0.4s ease-out;
  }

  header.fixed .header-top2 {
    display: none !important;
  }

  .home_danhmuc .box-head.--flex-head {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 1023px) {
  #wpadminbar {
    display: none !important;
  }

  html {
    margin-top: 0 !important;
  }

  .container,
  .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }

  .header-top-main .box-search {
    width: 65%;
    z-index: 9;
    left: 48%;
    transform: translateX(-50%);
  }

  .product-list {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .home_danhmuc {
    padding: 5px !important;
  }

  .box-home-products .product_banner {
    margin-bottom: 10px;
    margin-left: -10px;
    margin-right: -10px;
  }

  .box-head.--flex-head {
    flex-direction: column;
    margin-bottom: 10px;
    margin-top: 0;
  }

  .box-head.--flex-head .head-title,
  .box-head.--flex-head .head-title a {
    font-size: 17px;
    justify-content: center;
    color: var(--main-color);
  }

  .box-sales-products .box-head.--flex-head .head-title{
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .box-sales-products .box-head.--flex-head .head-title i{margin-right:5px;}

  .title-bar__list {
    margin: 10px 0;
    overflow-x: initial;
    white-space: nowrap;
    display: none;
  }

  .title-bar__list-item {
    display: inline-block;
    margin-right: 15px;
  }

  .news-item .news-title {
    font-size: 14px;
  }

  .header-top-main .box-action a {
    margin-top: 6px;
  }

  .btn_search_mobile {
    margin-right: 8px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    background: var(--main-color);
    height: 30px;
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    margin-top: 10px;
  }

  .btn_hotline {
    display: none !important;
  }

  .box-action {
    gap: 20px;
    align-items: center;
  }

  nav.menu_mobile {
    width: 90%;
    position: fixed;
    left: 0;
    top: 100px;
    z-index: 4;
    height: 100%;
    overflow-y: auto;
    background: #fff;
    transition: all .3s;
    z-index: 99999;
  }

  nav.menu_mobile.sticky_element {
    top: 62px;
  }

  .header-top-main .box-logo img {
    height: 60px;
    width: auto !important;
    padding: 0px 0;
  }

  .header-top-main {
    gap: 0;
  }

  .menu_mobile_root,
  .menu_mobile_root ul {
    list-style: none;
    padding-left: 0;
  }

  .menu_mobile_root>li {}

  .menu_mobile_root {
    padding-bottom: 150px;
  }

  nav.menu_mobile.sticky_element .menu_mobile_root {
    padding-bottom: 125px;
  }

  .menu_mobile_root>li>a,
  .menu_mobile_root>li>span {
    padding: 8px 10px;
    font-size: 18px;
    color: var(--main-color);
    font-weight: 700;
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
    display: block;
    width: 100%;
  }

  .menu_mobile_root ul a {
    padding: 11px 5px;
    display: block;
    color: #333;
    position: relative;
    border-bottom: 1px solid #f2f2f2;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    display: flex;
    align-items: center;
  }

  .menu_mobile_root ul a img {
    margin-right: 5px;
    display: none;
  }

  .menu_mobile_root ul li.has-children {
    position: relative;
  }

  .menu_mobile_root ul li.has-children>a {
    padding-right: 30px;
  }

  .menu_mobile_root ul li.has-children i {
    font-size: 13px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 30px;
    width: 30px;
    text-align: right;
    line-height: 30px;
    padding-right: 10px;
    z-index: 99999;
    cursor: pointer;
  }

  .menu_mobile_root ul li.has-children ul li i {
    display: none;
  }

  .menu_mobile_root ul ul {
    display: none;
  }

  .menu_mobile_root ul ul ul {
    padding-left: 10px;
  }

  .menu_mobile_root ul ul li a {
    padding-left: 30px;
    font-size: 14px;
    font-weight: 400;
    padding-top: 8px;
    padding-bottom: 8px;
    text-transform: inherit;
  }

  header {
    position: relative;
    z-index: 20;
    background: var(--main-color);
  }

  .box-search-mobile-main {
    background: var(--main-color);
    padding: 7px 0;
  }

  .box-search-mobile-main.sticky_element {
    top: 61px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: auto;
  }

  .box-search-mobile-main .box-search {
    position: relative;
    padding: 0;
  }

  .box-search-mobile-main input[type=text] {
      padding: 5px 6px;
      font-size: 12px;
      color: #333;
      width: 100%;
      padding-right: 30px;
      height: 30px;
      background: #FFFFFF;
      border: 1px solid rgba(51, 51, 51, 0.5);
      border-radius: 5px;
  }

  .box-search-mobile-main button {
    position: absolute;
    right: 0px;
    top: 0;
    bottom: 0;
    border-radius: 8px;
    border: none;
    color: #333;
    width: 30px;
    background: none;
    text-align: right;
    padding-right: 8px;
  }

  .box-search-mobile-main button i {
    font-size: 13px;
  }

  .section_services .promo-box {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .section_services .promo-box .promo-item {
    flex-direction: column;
    padding: 10px 5px;
  }

  .section_services .promo-box .promo-item .info {
    text-align: center;
  }

  .section_services .promo-box .promo-item .info .info_title {
    font-size: 13px;
  }

  .section_services .promo-box .promo-item .info .info_mota {
    font-size: 13px;
  }

  .box-home-page {
    padding-top: 0;
  }

  .box-products-bc {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .xemthem_mb {
    margin-top: 15px;
    text-align: center !important;
  }

  .xemthem_mb a {
    font-size: 14px;
    line-height: 22px;
    padding: 0px 15px;
    border-radius: 20px;
    color: #fff !important;
  }

  .product-item .box-price {
    min-height: 45px;
  }

  .product-item .box-price .price {
    flex-direction: column;
    gap: 0;
  }

  .product-item .box-price .price del {
    margin-right: 0;
    line-height: 17px;
  }

  .product-item .box-price .price del span {
    font-size: 14px;
  }

  .product-item .box-price .price ins span {
    font-size: 15px;
  }

  .product-item .box-price,
  .product-item .product-body .promotion-content {
    margin-top: 5px;
  }

  .product-item .product-body .promotion-content {
    margin-top: 5px;
    font-size: 12px;
    padding: 1px 7px;
    margin-top: 15px;
    line-height: 16px;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }

  .product-item .product-item-images a {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  .product-item .product-body {
    padding: 5px;
  }

  .product-item .sales {
    left: 5px;
    top: 5px;
  }

  .product-item .product-title {
    font-size: 14px;
    line-height: 18px;
    min-height: 37px;
  }

  .product-item .star-rating {
    font-size: 12px;
    margin: 3px 0;
  }

  .star-rating i {
    font-size: 10px;
  }

  span.label_title {
    font-size: 10px;
  }

  span.span_bigsale svg {
    width: 10px;
    height: 10px;
    margin-right: 3px;
  }

  .span_bigsale {
    font-size: 11px;
    align-items: center;
    margin-top: 3px;
  }

  .price-wrapper .price>span.amount {
    font-size: 14px;
    line-height: 17px;
    margin-top: 3px;
  }

  .price>span.woocommerce-Price-amount.amount:before {
    font-size: 12px;
  }

  .price-wrapper span.price del {
    font-size: 11px;
    line-height: 12px;
    margin-top: 3px;
  }

  .nd-qua-tang {
    font-size: 9px;
    padding: 2px 5px;
    margin-top: 6px !important;
  }

  .price-wrapper {
    min-height: 50px;
  }

  .igi_toolbox .woocommerce-ordering select {
    width: 95px;
    font-size: 13px;
  }

  .home_desc_container {
    margin-bottom: 10px;
  }

  .box-news-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .news-item .news-body {
    padding: 8px 8px
  }

  .news-item .news-title {
    font-size: 15px;
    line-height: 22px;
  }

  .news-item .news-body .short-content {
    line-height: 21px;
  }

  .news-item .box-button {
    display: none;
  }

  .related_posts {
    margin-bottom: 30px;
    padding-top: 15px;
  }

  .product-desc-body .box-head.--flex-head,
  .specifications .box-head.--flex-head {
    margin-bottom: 0;
  }

  .product-desc-body .head-title,
  .specifications .head-title {
    font-size: 20px !important;
  }

  .product-desc-body {
    padding: 10px 10px;
    margin-bottom: 20px;
  }

  .box-products-related {
    margin-top: 0;
  }

  .box-home-main .product_sidebar {
    display: none !important;
  }

  .product-detail-box .product_meta_row {
    flex-direction: column !important;
  }

  .product-detail-box .product_meta_row:last-child {
    margin-top: 0 !important;
  }

  .product-detail-box .product_meta_col {
    width: 100% !important;
    margin-bottom: 5px !important;
    font-size: 15px;
  }

  .product-detail-box .out-of-stock {
    font-size: 20px;
  }

  .product-detail-box form.cart_simple,
  .woocommerce-variation-add-to-cart {}

  .product-detail-box .action_cart {
    margin-left: 0 !important;
    margin-top: 15px !important;
  }

  .product-detail-box .btn-addCart {
    margin-left: 0 !important;
  }

  .btn-outline .span1 {
    font-size: 16px;
  }

  .product-detail-box .product-title {
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
  }

  .product-detail-box .price ins span,
  .product-detail-box .price>span.woocommerce-Price-amount {
    font-size: 22px;
  }

  .product-detail-box .price del span {
    font-size: 16px;
  }

  .btn-outline .span2 {
    font-size: 12px;
  }

  .product-detail-box .action_cart {
    margin-bottom: 15px !important;
  }

  .product_action_1 {
    margin-bottom: 10px !important;
  }

  .header-top {
    padding: 5px 0;
  }

  .box-common {
    padding: 20px 0;
  }

  .product-home-grid{display:block;}
  .product-list-grid {
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }

  .product-list-grid .product-item {
    overflow: hidden;
  }

  .box_intro_grids {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .video-item .video-title {
    font-size: 13px;
    line-height: 18px;
  }

  .news-home-list .news-item .news-title {
    font-size: 14px !important;
    !i;
    !;
    !o;
    !o;
    !;
    line-height: 18px !important;
    !i;
    !;
    color: #333 !important;
    !i;
    !;
  }

  footer {
    padding-top: 15px;
    margin-top: 0;
  }

  .top-footer {
    gap: 25px 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    overflow: hidden;
  }

  .top-footer .footer_col_1,
  .top-footer .footer_col_2,
  .top-footer .footer_col_3,
  .top-footer .footer_col_3 {
    width: 100%;
  }

  .ft-head {
    margin-bottom: 10px;
    font-size: 15px;
  }

  .ft-links a:before {
    font-size: 7px;
  }

  .ft-links a {
    font-size: 14px;
    padding-left: 8px;
  }

  .ft-links li:not(:last-child) {
    padding-bottom: 5px;
    margin-bottom: 5px;
  }

  .social a {
    text-align: center;
    padding-left: 0;
    width: 25px;
    height: 25px;
  }

  .social a i {
    font-size: 10px;
  }

  footer .box_social,
  .pt_chungnhan,
  .pt_thanhtoan {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
  }

  .level2_title {
    margin-bottom: 8px;
    font-size: 12px;
  }

  .pt_thanhtoan img {
    width: 100% !important;
    max-width: 100% !important;
  }

  .footer_bottom_1 .pt_chungnhan {
    margin-top: 5px;
    padding-top: 0;
    margin-bottom: 0;
  }

  .footer_bottom_1 .pt_chungnhan .level2_title {
    display: none;
  }

  .footer_bottom_1 {
    font-size: 14px;
  }

  .footer_bottom {
    padding-top: 0;
    margin-top: 0;
  }

  .footer_bottom_1 strong {
    margin-bottom: 5px;
    font-size: 15px;
  }

  .showroom_list .showroom_item {
    font-size: 12px;
  }

  .copyr {
    margin-top: 5px;
    padding-top: 5px;
    font-size: 9px;
    margin-bottom: 5px;
  }

  .head-title.head-title-lines::before,
  .head-title.head-title-lines::after {
    top: 11px;
  }

  .head-title::before {
    left: 10%;
  }

  .head-title::after {
    right: 10%;
  }

  header.fixed .header-top {
    position: fixed;
    z-index: 999999;
    left: 0;
    right: 0;
    top: 0;
  }

  .btn-cart i {
    color: #b30000;
    font-size: 23px;
  }

  .btn-cart .count {
    position: absolute;
    top: -10px;
    right: -10px !important;
    !o;
    !;
    font-size: 10px;
    text-align: center;
    width: 18px;
    background: var(--main-color);
    height: 18px;
    line-height: 18px;
    border-radius: 50%;
    left: auto;
  }

  .product_actions .text-xs {
    font-size: 11px;
  }

  .model_igi .modal-dialog {
    padding: 10px;
  }

  .model_igi .product-details h4 {
    font-size: 13px;
  }

  .product-item .box-price .price ins span {
    font-size: 14px;
  }

  .box-danhmuc-shop {
    gap: 8px;
  }

  .box-danhmuc-shop .head_danhmuc.hide_mb {
    display: none !important;
  }

  .box-danhmuc-shop .head_danhmuc {
    flex-direction: row-reverse;
    display: flex !important;
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
    height: 26px;
    line-height: 26px;
    width: 30px;
    justify-content: center;
    border: 1px solid var(--main-color);
    border-radius: 3px;
  }

  .box-danhmuc-shop .head_danhmuc i {
    color: var(--main-color);
    font-size: 18px;
}

  .main-banner-mobile {
    margin-top: 10px;
  }

  .main-banner-mobile .item {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px !important;
    overflow: hidden;
  }

  .home_danhmuc_box {
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .home_danhmuc_box .danhmuc_group {
    margin-top: -8px;
  }

  .home_danhmuc_box .menu-item {
    margin-top: 10px;
  }

  .home_danhmuc_box ul li {}

  .home_danhmuc_box .menu-item .danhmuc_img {
    min-height: 60px;
  }

  .home_danhmuc_box .menu-item .danhmuc_img img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: contain;
    border-radius: 10px;
  }

  .home_danhmuc_box .menu-item .danhmuc_title {
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    min-height: 35px;
    -webkit-line-clamp: 2;
  }

  .box_nhantin_conns .title {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .nhantin_div {
    width: 100%;
  }

  .box_nhantin {
    margin: 10px 0;
  }

  .box_nhantin_conns {
    padding: 12px 10px;
  }

  .nhantin_div input[type="text"] {
    font-size: 12px;
    height: 28px;
    line-height: 28px;
  }

  .nhantin_div input[type="submit"] {
    font-size: 11px;
    height: 31px;
    line-height: 28px;
  }

  .footer_bottom_grids {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  a.message-pc {
    right: 17px;
    width: auto;
    bottom: 220px;
  }

  a.zalo-pc {
    right: 15px;
    width: auto;
    bottom: 150px;
  }

  a.hotline-pc {
    right: 17px;
    bottom: 82px;
    background-color: #0fa80f;
    width: 38px;
    height: 38px;
  }

  a.message-pc img {
    width: 38px;
  }

  a.zalo-pc img {
    width: 40px;
  }

  a.hotline-pc img {}

  .box-breadcrumb {
    margin-bottom: 15px;
  }

  .woocommerce-product-gallery .flex-control-thumbs {
    display: none;
  }

  .aside-item {
    margin-bottom: 15px;
  }


  .detail-body {
    font-size: 14px;
  }

  .product-detail-grids {
      grid-template-columns: 1fr;
      gap: 0;
  }
}

@media screen and (max-width:767px) {
  .detail-body iframe {
    width: 100% !important;
    height: 280px !important;
  }
}

@media screen and (max-width:450px) {
  .google-map iframe {
    height: 250px;
  }
}

.woo-variation-swatches .wvs-style-squa#b30000.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item .variable-item-span {
  padding: 4px 20px;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) {
  border: 1px solid var(--main-color);
}

.product-detail-box table.variations {
  margin-bottom: 20px;
}

.woocommerce-error {
  padding: 5px 10px;
  list-style: none;
  background: #eee;
  border-radius: 5px;
  font-size: 13px;
}

.woocommerce-message a.button {
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0;
  border: none !important;
  text-transform: inherit !important;
}

.checkout-inline-error-message {
  font-size: 12px;
  color: #b30000;
}

.woocommerce-error a,
.woocommerce-error * {
  color: #fff !important
}

/*fix devvn */
.comment-form-rating p.stars>span {
  display: block !important;
  background: none;
  height: inherit;
  float: none;
}

.comment-form-rating p.stars>span a {
  padding: 0;
  background: none !important;
}

ol.commentlist {
  padding: 0;
  list-style: none;
}

body .style-v2 .star-average .woocommerce-product-rating {
  display: block !important;
}

.addThis_item--icon {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 44px;
  height: 44px;
  color: #fff;
  border: 2px solid;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .11);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
}

.pregan {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #006edc;
  opacity: 0.5;
  z-index: -2;
  border-radius: 100%;
  animation: zoomzoom 2s linear .2s infinite;
}

@keyframes zoomzoom {
  from {
    transform: scale(1);
    opacity: 0.5;
  }

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

.pregan:nth-child(1) {
  animation-delay: 1s;
}

@keyframes play0 {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg)
  }

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

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

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

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

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

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

.play0 {
  animation: play0 1.5s ease infinite;
}

#modelSanPham .product-info {
  background-color: #F8B32D;
  padding: 12px;
  border-radius: 6px;
  margin-bottom: 15px;
  display: flex;
  gap: 15px;
  align-items: center;
}

#modelSanPham .product-info img {
  width: 80px;
  height: auto;
  border-radius: 4px;
}

#modelSanPham .product-details h4 {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}

#modelSanPham .box-price {
  color: #c00;
  font-size: 16px;
  margin-top: 4px;
}

#modelSanPham .model_input_row {
  padding: 10px;
  padding-left: 0;
  padding-right: 0;

}

#modelSanPham .qty-control button:hover {
  background: black;
  color: white;
}

#modelSanPham .popup_text_div input,
#modelSanPham .popup_extra_info input,
#modelSanPham .popup_extra_info select {
  padding: 10px;
  margin-bottom: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

#modelSanPham .popup_extra_info select {
  margin-bottom: 0;
}

#modelSanPham .popup_extra_info .qty-control input {
  border: unset;
}

#modelSanPham .popup_extra_info {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

.survey-wrap-cate{
    max-width: 480px;
    margin: 20px auto 0;
    width: 100%;
}
.survey-wrap-cate .form_services{
    background-color: #fff;
    border: 1px solid #dadce0;
    border-radius: 8px;
    box-shadow: 2.4px 2.4px 3.2px rgba(0, 0, 0, .15);
    padding: 20px;
    border-color: rgb(255, 212, 0);
}
.survey-wrap-cate .title{
    font-size: 13px;
    line-height: 17px;
    color: rgb(81 87 100);
    text-align: center;
    width: 100%;
    display: block;
    margin-bottom: 12px;
}
.box_form_services .popup_text_div,
.box_form_services .popup_submit_div{
    padding: 0;
    margin-bottom: 9px;
}
.box_form_services .popup_text_div input{
    font-size: 13px;
    color: #333;
    padding: 5px 7px;
}
.box_form_services .popup_submit_div{margin-bottom: 0;justify-content: space-around;}
.box_form_services  .popup_submit_div input{
  border-radius: 10px;
  padding: 5px 7px;
  font-size: 13px;
  border: 1px solid #2a83e9 !important;
  max-width: 100px;
  color: #fff !important;
  background: #2a83e9  !important;
  height: auto;
  border-radius: 5px;
}

.quantity-field,
.term-field {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.popup_extra_info label {
  margin-bottom: 0;
}


#modelSanPham .qty-control {
  display: flex;
  align-items: center;
  border: 0.5px solid #8080803d;
  padding: 5px;
  border-radius: 8px;
}

#modelSanPham .qty-control button {
  width: 32px;
  height: 32px;
  font-weight: bold;
  background: #eee;
  border: 1px solid #ccc;
  cursor: pointer;
}

#modelSanPham .qty-control input.quantity {
  width: 50px;
  text-align: center;
  margin: 0 6px;
}

#modelSanPham .checkbox-options {
  margin-bottom: 16px;
}

#modelSanPham .checkbox-options label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
}

#modelSanPham .popup_submit_div {
  text-align: center;
  margin-top: 10px;
}

#modelSanPham .btnSubmitProduct {
  background-color: #e62429;
  color: white;
  padding: 7px 20px;
  border: none;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
  height: auto;
}

#modelSanPham .btnCallSupport {
  display: block;
  font-weight: bold;
  color: #e62429;
  text-decoration: none;
  padding: 12px 20px;
  border: 1px solid #e62429;
  border-radius: 4px;
}

#modelSanPham .radio-options {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  align-items: center;
}

#modelSanPham .radio-option {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

#modelSanPham .radio-option input {
  display: none;
}

#modelSanPham .radio-option input:checked+.radio-label {
  background-color: #F8B32D;
  color: white;
  padding: 8px 16px;
  border-radius: 8px;
}

#modelSanPham .radio-option .radio-label {
  font-weight: bold;
  cursor: pointer;
  padding: 8px 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background-color: #f9f9f9;
  display: flex;
  flex-direction: column;

}

#modelSanPham .radio-option .description {
  font-size: 12px;
  color: #888;
  margin-top: 5px;
}

.form-newmn .popup_submit_div input {
  height: auto;
}

/* Mobile-first CSS */
@media only screen and (max-width: 768px) {
  #modelSanPham .popup_text_div {
    display: flex;
    gap: 10px;
  }
  #modelSanPham .popup_text_div .form-group input {
    padding: 8px;
    font-size: 14px;
    width: 100%;
  }

  #modelSanPham .popup_text_div .form-group label {
    font-size: 16px;
    margin-bottom: 5px;
  }

  #modelSanPham .popup_submit_div input {
    width: 100%;
    padding: 12px;
    font-size: 16px;
  }

  #modelSanPham .radio-options {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }

  #modelSanPham .radio-option {
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
  }

  #modelSanPham .radio-option input {
    margin-right: 10px;
  }

  #modelSanPham .qty-control {
    display: flex;
    justify-content: space-between;
    width: 43%;
  }

  #modelSanPham .radio-option .radio-label {
    width: 100%;
  }

  #modelSanPham .qty-control button {
    width: 30px;
    height: 30px;
  }

  #modelSanPham .qty-control input.quantity {
    width: 50px;
  }

  #modelSanPham.form-newmn .product-info {
    gap: 1rem;
  }

  #modelSanPham .product-details h4 {
    font-size: 13px;
  }

  #modelSanPham.form-newmn .product-info img {
    width: 80px;
  }

  .form-group {
    width: 100%;
  }

  /* Footer */
  .footer .container {
    display: block;
    padding: 20px 10px;
  }

  .footer .box_social {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-top: 15px;
  }

  .footer .box_social a {
    font-size: 18px;
  }

  #modelSanPham .checkbox-options label,
  #modelSanPham .radio-label {
    font-size: 14px;
  }

  #modelSanPham .popup_submit_div {
    margin-top: 15px;
    flex-direction: column;
  }

  a.btnCallSupport {
    width: 100%;
  }

  #scroll-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 28px;
    display: none;
    background: #e62429;
    color: white;
    border-radius: 50%;
    padding: 10px;
    cursor: pointer;
  }

  .backtotop {
    display: none;
  }

  #modelSanPham .popup_extra_info {
    display: flex;
    gap: 30px;
    margin-bottom: 15px;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .product-detail-box table.variations{}
  .product-detail-box table.variations tr{
      display: flex;
      flex-direction: column;
      gap: 0;
  }
  .product-detail-box table.variations tr label{margin-bottom:0;}
  .product-detail-box table.variations tr th{}

    .list-product-flash-sale__item>div .sold-out>img {
        max-width: 90%
    }

    .list-product-flash-sale__item>div .product-name>h3,
    .list-product-flash-sale__item>div .product-name>.div_h3{
        font-size: 13px;
        line-height: 18px;
        min-height: 37px;
    }
    .list-product-flash-sale__item{padding:6px;}

    .list-product-flash-sale__item>div .product-price {
        gap: 3px;
        margin-top: 10px;
    }

    .list-product-flash-sale__item>div .product-price>div:first-child {
        font-size: 12px;
    }

    .list-product-flash-sale__item>div .product-price .price-through {
        font-size: 11px;
    }

    .list-product-flash-sale__item>div .progress-container .progress-bar>p {
        color: #fff;
        font-size: 11px;
        position: relative;
        z-index: 10
    }

    .aside-camket-body{
        grid-template-columns: 1fr;
    }

    .header-top2 .container_flex{
        justify-content: center;
    }
}

.item_hot_sale_text{
  position: absolute;
  right: 2px;
  top: 2px;
  display: inline-block !important;
  left: auto;
  width: auto !important;
}


/* ================================
   WooCommerce Pagination Styling
   ================================ */
.woocommerce-pagination ul.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 40px 0;
}

.woocommerce-pagination ul.page-numbers li {
  margin: 0;
}

.woocommerce-pagination ul.page-numbers a,
.woocommerce-pagination ul.page-numbers span {
  display: inline-block;
  padding: 10px 16px;
  font-size: 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  text-decoration: none;
  color: #333;
  transition: all 0.3s ease;
}

/* Hover + Active (Current Page) */
.woocommerce-pagination ul.page-numbers a:hover {
  background-color: #0073aa;
  border-color: #0073aa;
  color: #fff;
}

.woocommerce-pagination ul.page-numbers .current {
  background-color: #0073aa;
  border-color: #0073aa;
  color: #fff;
  font-weight: 600;
}

/* Arrow Buttons */
.woocommerce-pagination ul.page-numbers .prev,
.woocommerce-pagination ul.page-numbers .next {
  font-weight: bold;
}

/* Responsive tweak */
@media (max-width: 480px) {
  .woocommerce-pagination ul.page-numbers a,
  .woocommerce-pagination ul.page-numbers span {
    padding: 8px 12px;
    font-size: 14px;
  }
}

.time_ending .box-countdown {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-end;
}

.time_ending .box-countdown .title {
    color: var(--second-color);
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
}

.time_ending .box-countdown .box-time {
    align-items: center;
    display: flex;
    gap: 5px;
    justify-content: flex-end;
    margin: 0;
    padding-left: 0;
}

.time_ending .box-countdown .box-time li {
    align-items: center;
    display: flex;
    gap: 5px;
    justify-content: center;
}
.time_ending .box-countdown .box-time li .time span{margin-bottom: 0;}

.time_ending .box-countdown .box-time li:last-child {
    margin-right: 0;
}

.time_ending .box-countdown .box-time li .time {
    background-color: var(--second-color);
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 5px 10px;
    text-align: center;
    margin: 0;
    font-variant-numeric: tabular-nums;
}

.time_ending .box-countdown .box-time li .separate {
    color: var(--second-color);
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.time_ending .box-countdown .box-time li:last-child .separate {
    display: none;
}

.box-loaded {
    opacity: 0;
}

.box-loaded.loaded {
    opacity: 1;
    transition: opacity .3s;
}

