/*:root {
  --main-color: #1345b6;
  --second-color: #1345b6;
}
*/
html {
  scroll-behavior: smooth;
}

body {
  font-weight: 400;
  font-size: 16px;
  color: #333;
  font-family: "Roboto", 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: 1230px;
    }
}

.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;/*:root {
  --main-color: #1345b6;
  --second-color: #1345b6;
}
*/
html {
  scroll-behavior: smooth;
}

body {
  font-weight: 400;
  font-size: 16px;
  color: #333;
  font-family: "Roboto", 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: 1230px;
    }
}

.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;
  }
}

/* Contact CSS */
.box-contact-page {
    padding: 30px 0;
}

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

.box-google-map iframe {
    width: 100%;
    height: 450px;
}

.contact-left .ft-head{display: none !important;}
.contact-left.ft-info ul li i{color: #333 !important;}
.contact-left.ft-info ul li{color: #333 !important;}

.contact-page-form input[type='text']{
  border-radius: 0;
  font-size: 15px;
  padding: 7px 10px;
}

.contact-page-form textarea{height:80px;border-radius: 0;padding: 7px 10px;font-size: 15px;}
.contact-page-form input[type="submit"]{
  display: block;
  color: #fff;
  background: var(--main-color) !important;
  height: 40px;
  padding: 0 30px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  border-radius: 30px;
  border: none;
  cursor: pointer;
}

.contact-page-form .wpcf7-response-output{color: #333;}
.contact-page-form .wpcf7-not-valid-tip{font-size: 12px;}

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

@media (max-width: 767px) {
    .box-google-map iframe {
        height: 250px;
    }
    .contact-page-form{margin-top: 30px;}
}
/* Contact CSS */

.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: 25px;
  flex-direction: column;
}
.box-head{position:relative;}

.box-head .head-title a {
  font-weight: 600;
  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: 25px;
  width: 100%;
  color: var(--main-color);
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
}
.head-title.head-title-lines{
  font-size: 24px;
}
.head-title.head-title-lines::before,
.head-title.head-title-lines::after{
    content: "";
    display: block;
    width: 18%;
    border-top: 1px solid rgb(0, 0, 0);
    border-bottom: 1px solid rgb(0, 0, 0);
    padding-top: 1px;
    position: absolute;
    height: 1px;
    top: 15px;
    z-index: 0;
}
.head-title::before{
  left: 24%;
}
.head-title::after{
  right: 24%;
}

.head-title-after{
  display:flex;
  width:100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 7px;
}
.head-title-after::after{
    content: "";
    display: block;
    width: 100%;
    border-top: 1px solid rgb(0, 0, 0);
    border-bottom: 1px solid rgb(0, 0, 0);
    padding-top: 1px;
    height: 1px;
}

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

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

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

.box-home-products {
  width: 100%;
  display: block;
}
.box-common{
  padding: 50px 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: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.product-item {background: #fff;border-radius: 5px;padding: 0;height: 100%;box-shadow: 0px 0px 6px 0px rgba(50,50,93,0.15), 1px 1px 5px rgba(0,0,0,0.05);margin-bottom: 0px;position: relative;}
.product-item .product-item-images a{display:block;}
.product-item .product-item-images{
    position: relative;
}
.product-item:hover a{
  color: var(--second-color) !important;
}

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

.product-item .product-title {
    font-size: 15px;
    display: -webkit-box;
    overflow: hidden;
    visibility: visible;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-weight: 600;
    color: var(--main-color);
    line-height: 25px;
    text-align: center;
    min-height: 50px;
}
.product-item .product-title:hover{color: var(--second-color) !important;}
.product-item .product-body {padding: 10px 15px;}
.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: red;
}

.product-item .tick-tag {
    display: flex;
    flex-flow: column;
    justify-content: end;
    flex-wrap: wrap;
    position: absolute;
    bottom: 0;
    left: -10px;
    gap: 4px;
}

@media (max-width: 480px) {
    .product-item .tick-tag {
        left:-7px
    }
}

.product-item .tick-tag span {
    display: block;
    font-size: 11px;
    font-weight: 600;
    padding: 3px 6px;
    margin-bottom: 0;
    width: fit-content;
    background: #0b3b3b;
    color: #d1a975;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px
}
.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: 4/3;
  width: 100%;
  max-width: unset;
  object-fit: cover;
}
.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{
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    background: #fff;
}
.header-top2 .header-grids{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-grids .slogun{
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    color: #333 !important;
}
.header-grids .menu_top{}
.header-grids .menu_top ul{
    display: flex;
    gap: 25px;
    list-style: none;
    margin-bottom: 0;
}
.header-grids .menu_top ul li{position:relative;}
.header-grids .menu_top ul li a{
    color: #333 !important;
    font-size: 13px;
    display: block;
}
.header-grids .menu_top ul li a:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 1px;
    border-left: 1px solid rgba(0, 0, 0, .1);
    height: 15px;
    border-color: rgba(255, 255, 255, .2);
    margin-top: -7px;
    left: -1em;
}
.header-grids .menu_top ul li:first-child a:after{
  display:none;
}

.header-top{padding: 0;background: #fff;}
.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 (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: 77px;padding: 10px 0px;}

.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: rgba(255,255,255,.2) !important;
    height: 34px;
    padding-left: 8px;
    box-sizing: border-box;
    padding-right: 35px;
    border: 1px solid #d0cccc;
    border-radius: 5px;
    outline: none !important;
    color: #333 !important;
}
.header-top-main .box-search button i{
    font-size: 14px;
    color: #b8b3b3 !important;
}
.header-top-main .box-search button {
  position: absolute;
  right: 0;
  top: 0;
  width: 33px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 4px;
  color: #d0cccc;
  border: none !important;
  outline: none !important;
  background: none;
  padding: 0;
}
.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: 8px;
    justify-content: flex-start;
    color: #333 !important;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
}
.btn_action_common i{
  font-size: 15px;
  color: #fff !important;
  background: var(--main-color);
  padding: 10px;
  border-radius: 50%;
}
.btn_action_common img{
  width: 25px;
  height: auto;
}

.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{}

.footer {
  background-color: var(--main-color);
  color: #fff;
  padding-top: 40px;
  padding-bottom: 20px;
  font-size: 14px;
}
.copyr{
  text-align: center;
  font-size: 13px;
  margin-top: 30px;
}

.top-footer{
    display: grid;
    grid-template-columns: 1.4fr 0.8fr 0.8fr 1fr;
    gap: 60px;
}


footer .social{margin-top:15px;}
.ft-head {
  margin-bottom: 30px;
  font-size: 17px;
  text-transform: uppercase;
  padding-bottom: 10px;
  position: relative;
  font-weight: 600;
}

footer .ft-head:after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 50px;
  background: #fff;
}

.footer-main-bottom {
    padding-top: 50px;
    margin-top: 50px;
    border-top: 1px solid #ffffff40
}

.bocongthuong_flex {gap: 30px;margin-top: 20px;}

.ft-info ul {
    padding: 0;
    margin: 0;
}

.ft-info ul li {
    list-style: none;
    display: flex;
    align-items: baseline;
    margin-bottom: 10px;
}

.ft-info ul li:last-child {
    margin-bottom: 0;
}

.ft-info ul li i {
    padding-right: 10px;
    color: #fff;
}


.ft-links ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.ft-links li:not(:last-child) {
  margin-bottom: 7px;
  padding-bottom: 7px;
  border-bottom: 1px solid rgb(255 255 255 / 12%);
}
.ft-links a {
  display: block;
  color: #fff;
  font-size: 14px;
  position: relative;
  padding-left: 15px;
}
.ft-links a:before{
  font-family: "Font Awesome 5 Pro";
  content:'\f054';
  position: absolute;
  left: 0;
  font-size: 12px;
  top: 3px;
}
.ft-links a:hover{color:var(--second-color);}

.social {
  margin-top: 30px;
}
.social a {
  color: #fff;
  width: 35px;
  height: 35px;
  display: inline-flex;
  border-radius: 50%;
  border: 1px solid #fff;
  align-items: center;
  justify-content: center;
}
.social a:not(:last-child) {
  margin-right: 5px;
}

.ft-logo img {
  width: 160px;
  height: auto;
}
.ft-logo span {
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 400;
}

.ft-form form {
  display: flex;
}
.ft-form .left input {
  border: 0;
  border-radius: 5px;
  font-size: 14px;
  padding: 0.3em 1em;
  width: 100%;
  height: 30px;
}
.ft-form .right {
  flex: 0 0 64px;
  max-width: 64px;
  padding-left: 4px;
}
.ft-form .right input[type=submit] {
  width: 64px;
  height: 64px;
  border: 0;
  border-radius: 5px;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  border: 1px solid #fff;
  font-size: 14px;
}
.hidden{display: none;}

.page-title{
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--main-color);
}
.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: 25px;
    font-size: 14px;
}

.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: 20px;
    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: 19px
}

.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: 18px;
    line-height: 26px;
    margin: 0 0 20px;
    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;
}

.box-breadcrumb{padding: 6px 0;background: #fff;margin-bottom: 20px;box-shadow: 0px 3px 3px rgba(0,0,0,0.1);}
.box-breadcrumb p{margin-bottom: 0}
.box-breadcrumb *{font-size: 12px;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;
}

/* 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: red;
    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: 40px;
    height: 40px;
    border-radius: 0;
    text-align: center;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
    font-weight: 500;
    color: #333;
    background-color: #fff;
    border: 1px solid #190d054d;
}

.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{
  padding: 1px 10px 1px 10px;
  background-color: var(--second-color);
  display: inline-block;
  position: absolute;
  top: 5px;
  left: -6px;
  box-shadow: rgba(60,64,67,0.1) 0px 1px 0px 0px, rgba(60,64,67,0.15) 0px 2px 3px 2px;
  color: #fff;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 8px;
  font-weight: bold;
  text-shadow: 0 2px 4px rgba(0,0,0,0.25);
  z-index: 1;
}
.product-item .sales:after {
    content: "";
    height: 0;
    width: 0;
    display: block;
    position: absolute;
    bottom: -4px;
    left: 0px;
    border-top: 4px solid var(--second-color);
    border-left: 7px solid transparent;
}
.product-item .sales{
  font-size: 13px;
  font-weight: 600;
}

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

.product-detail-box .product-title{
    font-size: 21px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--main-color);
    margin-bottom: 20px;
}
.product-detail-box {display: flex;flex-direction: column;}
.product-detail-box .woocommerce-product-details__short-description{order:3;}
.product-detail-box .product_meta{order: 5;}
.product-detail-box .product_meta{display: none !important;}

.product-detail-box .cart{order:4;}
.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 .stock.in-stock{display: none !important;}
.product-detail-box .product_meta_row {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 0;
    margin-top: 10px;
    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 form.cart_simple, .woocommerce-variation-add-to-cart{
  display: none !important;
}

.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{
  margin: 15px 0;
  margin-top: 0;
  line-height: 25px;
  font-weight: 400;
  color: #333;
  font-size: 15px;
  padding: 10px;
  border: 3px solid #eee;
  background: #fff;
  margin-bottom: 15px;
}
.woocommerce-product-details__short-description a
{
  color: var(--second-color);
}
.woocommerce-product-details__short-description p {
    margin-bottom: 8px;
}
.woocommerce-product-details__short-description ul,
.woocommerce-product-details__short-description ol{padding-left:15px;margin-bottom: 0px;}
.woocommerce-product-details__short-description a{
    color: #a20937;
}
.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 .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-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;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
.product-detail-box .price del {
  color: #999;
  order: 1;
  margin-right: 10px;
}
.product-detail-box .price del span {
  font-size: 16px;
}
.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: red;
}

.product-detail-box form.cart_simple,.woocommerce-variation-add-to-cart{display: flex;justify-content: flex-start;margin: 0;flex-direction: column;gap: 15px;}
.product-detail-box .quantity input[type="number"]{
    width: 80px;
    border: 1px solid #33333380;
    height: 38px;
    color: #333;
    font-size: 17px;
    border-radius: 18px;
    padding: 7px;
    text-align: center;
    margin-right: 15px;
    margin-top: 2px;
}
.product-detail-box .action_cart{margin-left: 0 !important;justify-content: flex-start;gap: 10px;}

.product-detail-box table.variations select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: #fff url(../images/dropdown.png) right 0.5em center no-repeat;
    background-size: 12px 8px;
    border-radius: 0px;
    border: 1px solid #ccc;
    padding: 0.4em 2em 0.4em 0.6em;
    max-width: 100%;
    text-indent: 0.01px;
    text-overflow: '';
    margin-bottom: 5px;
    font-size: 16px;
    width: 100%;
}
.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-desc .detail-body{max-width: 900px; margin: 0 auto;}

.product-desc-box{margin-top:20px;border-top: 1px solid #3333332b;padding-top: 20px;}
.product-desc-body{
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 30px;
}
.product-desc-body .box-head.--flex-head,
.specifications .box-head.--flex-head{
  margin-bottom: 10px;
}
.product-desc-body .head-title,
.specifications .head-title
{
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 0;
    text-align: left;
}
.product-desc-description .box-button{margin-top:20px;}
.product-desc-description .home_description{padding-bottom:0;}

@media (max-width: 991px) {
    .specifications table td {
        text-align:left
    }

    .specifications table td:first-child {
        width: 145px
    }
}

.specifications table+p {
    display: none;
}

/*thong so ki thuat*/

.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: 16px;
}

.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: red;
    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_intro{}
.intro_container{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
}
.experience .exp__img iframe{
  width: 100%;
  height: 400px;
  object-fit: cover;
  border: 5px solid var(--main-color);
}
.introduction{}
.introduction .introduction_title{
    font-size: 25px;
    margin-bottom: 20px;
    color: var(--main-color);
    line-height: 30px;
    font-weight: 600;
}
.introduction .desc{
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
    color: #333;
}
.introduction .xemthem_mb{
  text-align: left;
}
.introduction .xemthem_mb a{
  
}

/* box-introduction */

.box-products-related{margin-top: 30px;}
.related_posts{margin: 30px 0;}
.box-author{margin: 30px 0;}
.detail-body table{width: 100% !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;
}

.woocommerce-product-gallery .flex-control-thumbs{
    display: flex;
    list-style: none;
    margin: 10px 0;
    padding: 0;
    gap: 10px;
}
.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: cover;
}

.video-item {
    position: relative;
    cursor: pointer;
    max-width: 700px;
    margin: 0 auto;
    border-radius: 0;
    overflow: hidden;
    margin-bottom: 20px;
}

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

.video-item .btn-video {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto auto;
    width: 80px;
    height: 60px;
}
.video-item .btn-video img{width: 100% !important;height: 100% !important;}

.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 #e1b07f;
    color: #fff;
    background: #e1b07f;
}

.home_desc_container {
    position: relative;
    overflow: hidden;
    transition: max-height .4s linear;
}

.home_desc_container1{
  max-height: 140px;
}
.home_desc_container2{
  max-height: 140px;
}

.product-desc-description .home_desc_container {
  max-height: 200px;
}

.home_desc_container:before {
    content: '';
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom,transparent,#fff)
}

.home_desc_container.show:before{display:none;}

.home_description{padding-bottom: 30px;}
.home_description h1{margin-bottom: 0;border:none;font-size: 28px;line-height:28px;}
.home_description .detail-body{}
.home_description .detail-body a{color: var(--second-color) !important;}

/* diemmanh */
.section_services{margin-top: 20px;}
.section_services .promo-box{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 15px;
}

.section_services .promo-box .promo-item {
    background: #fff;
}

.section_services .promo-box .promo-item {
    padding: 15px 10px;
    border-radius: 5px;
    height: 100%;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--main-color);
}

.section_services .promo-box .promo-item:hover {
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -2px rgba(0,0,0,0.1);
    background: #f7941e47;
}

.section_services .promo-box .promo-item .icon {
    position: relative
}

.section_services .promo-box .promo-item .icon i {
    box-sizing: border-box;
    font-size: 26px;
    color: var(--main-color);
}

.section_services .promo-box .promo-item .info {
    display: inline-table;
    vertical-align: middle;
    text-align: left;
    margin-bottom: 0px;
    margin-top: 0;
    color: #141414
}

.section_services .promo-box .promo-item .info .info_title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: initial;
    color: var(--main-color);
}
.section_services .promo-box .promo-item .info .info_title a{
  color: #141414
}

.section_services .promo-box .promo-item .info .info_mota {
    color: #666;
    font-size: 14px;
    display: block;
    margin-top: 2px;
}

.section_services_detail{margin-top:0;}
.section_services_detail .promo-box{
  grid-template-columns: 1fr;
  gap: 5px;
}
.section_services_detail  .promo-box .promo-item{
  background:none !important;
  border-radius: 0;
  border: none;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #dddddde3;
  padding: 10px 0px;
}
/*diemmanh*/

/*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: 25px;
}
.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: #fff;
    font-weight: 500;
    background: var(--main-color);
    padding: 0px 15px;
    border-radius: 20px;
    transition: background-color 0.5s ease;
    gap: 10px;
    font-size: 12px;
}
.xemthem_mb a i{font-size: 10px;}
.xemthem_mb a:hover{
  border: 1px solid var(--second-color);
  color: #fff;
  background:var(--second-color);
}

.box-products-banchay .xemthem_mb a{
  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: 15px;
    background: url(../images/arrows_left_30px.png) #ffffffba !important;
}
.igi_arrows .owl-nav .owl-next{
    right: 15px;
    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{display: none;}
.product_filter {
    margin-bottom: 20px;
    padding: 10px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
    gap: 10px;
}
.product_filter_price {
    display: flex;
    align-items: center;
    gap: 10px;
}
.product_filter_price_text{font-size: 14px;}
.product_filter_price .sel_price_fiter{
    border: #ccc solid 1px;
    display: block;
    font-size: 14px;
    padding: 4px 10px;
    border-radius: 4px;
    cursor: pointer;
    width: 155px;
}

.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; font-size: 13px; margin-top: 0 !important; margin-left: 0 !important; margin-right: 0 !important;}

.product_actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  margin-bottom: 0.25rem;
  justify-content: space-between;
}

.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;
}

.product_actions .btn-orange {
  background: var(--second-color);
  color: white;
  width: 100%;
  cursor: pointer;
}

.product_actions .btn-red {
  background: var(--main-color);
  color: white;
}

.product_actions .btn-green {
  background: #55aee8;
  color: white;
}

.product_actions .btn-outline-red {
  border: 2px solid #e1b07fad;
  transition: color 0.15s, background-color 0.15s;
  background: #e1b07f2e;
}

.product_actions .btn-outline-red:hover {
  background: var(--second-color);
  color: white;
}
.product_actions .btn-outline-red:hover *{
  color: white;
}

.product_actions .text-uppercase {
  text-transform: uppercase;
}

.product_actions .text-bold {
  font-weight: bold;
}

.product_actions .text-xs {
  font-size: 0.75rem;
}

.product_actions .text-base {
  font-size: 16px;
  margin-bottom: 2px;
}

.product_actions .text-grey {
  color: #4a4a4a;
}

.product_actions .text-sm {
  font-size: 22px;
  font-weight: 600;
  color: var(--second-color);
  letter-spacing: 0;
}

.product_actions > a,
  .product_actions > div {
    width: 49%;
  }

.promo-container {
  position: relative;
  padding-top: 50px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  border: 1px solid var(--second-color);
  background-color: #fff;
  margin-left: 0;
  border-radius: 7px;
}

.promo-title {
  background-color: var(--second-color);
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px; /* 14px */
  font-weight: bold;
  padding: 7px 15px;
  margin-bottom: 0;
  position: absolute;
  top: 0.5rem;
  left: -0.5rem;
}
.promo-title:before{
      position: absolute;
    top: 100%;
    left: 0px;
    content: "";
    border-top: .4375rem solid var(--second-color);
    border-left: .4375rem solid transparent;
}

.promo-inner {
  padding: 15px 7px;
  border-radius: 0.375rem;
  border: 1px solid var(--second-color);
  background: var(--second-color);
  overflow: hidden;
}

.promo-tag {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.promo-tag img {
  margin-top: 0.125rem;
}

.promo-text {
  margin-left: 0px;
  font-size: 13px; /* 12px */
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
}

.promo-highlight {
  color: #433330;
}

.promo-input-container {
  display: flex;
  flex-direction: row;
  background-color: #ffffff;
  border-radius: 0.375rem;
  overflow: hidden;
}

.promo-input {
  flex: 1;
  padding: 4px 6px;
  background-color: transparent;
  border: none;
  font-size: 13px; /* 12px */
  color: #6b7280;
}

.promo-input:focus {
  outline: none;
  box-shadow: none;
}

.promo-button {
  background-color: #433330;
  color: #ffffff;
  font-size: 0.75rem; /* 12px */
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  padding: 0.5rem 0.75rem;
  transition: background-color 0.2s ease-in-out;
}

.promo-button:hover {
  background-color: #FFC300;
}



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


.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-item{margin-bottom: 30px;}
.aside-item .aside-body{
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #eee;
  padding-top: 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-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);}

.aside-camket-body{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
    padding-top: 10px;
}
.aside-camket-body .item{
  text-align: center;
    -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;
}
.aside-camket-body .item img{display: inline-block;height: 40px;width: auto;}
.aside-camket-body .item span{display:block;font-size: 12px;margin-top: 10px;}

.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;!i;!;!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 {
    position: absolute;
    top: 100%;
    margin-top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-top: none;
    display: none;
    z-index: 9999;
}

#mega_menu a {
    font-size: .9em;
    color: #333;
}

#mega_menu a:hover {
    color: #fff !important;
    background: var(--main-color) !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 #ddd;
    font-size: .9em
}

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

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

.sf-menu li {
    position: relative;
    background: #fff;
    white-space: nowrap;
    -webkit-transition: background .2s;
    -o-transition: background .2s;
    transition: background .2s
}

.sf-menu li:hover {
    background: #cfdeff;
    -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 #dfeeff;
    padding: .55em 1em;
    text-decoration: none;
    zoom:1
}

.sf-arrows .menu-item-has-children > a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -3px;
    height: 0;
    width: 0;
    border: 5px 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;padding: 0;margin-bottom: 30px;}

/* Sidebar */

/* Filter */
/*Filter box*/
.boxFilter{
    position: relative;
}
.boxFilter button{
    background: #433330;
    border: none;
    color: white;
    display: inline-block;
    width: 130px;
    height: 32px;
    border-radius: 3px;
    text-transform: capitalize;
    font-size: 13px;
  font-weight:600;
}
.btn-pl_filters{}
.btn-pl_filters i{
    font-size: 12px;
    margin-left: 10px;
}
.list_phanloai{
    width: 500px;
    border-radius: 0px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .24);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .24);
    background-color: #fff;
    border: 1px solid #e6e6e6;
    right: -120%;
    top: 35px;
    list-style:none;
    padding-left:15px;
    position: absolute;
    padding: 10px;
    z-index: 99999;
    display: none;
    margin-bottom: 0;
    text-align: center;
}

.list_phanloai a{
  font-size: 13px;
  color: #5D5E5C;
  padding: 0 14px;
  border: 1px solid rgba(211, 211, 212, 1);
  border-radius: 7px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 33px;
  cursor: pointer;
  font-weight:600;
}
.list_phanloai li{
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 5px;
}
.list_phanloai li .loai_item_checkbox{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 4px;
}
.list_phanloai li a.checked,
.list_phanloai li a:hover{
  background: #e1b07f;
  border: 1px solid #e1b07f;
}
.list_phanloai li a.checked *,.list_phanloai li a:hover *{color: #fff;}

.loai_item_checkbox input{}
.loai_item_checkbox label{
    margin-bottom: 0;
    margin-top: 0;
    white-space: nowrap;
    cursor: pointer;
}

.a_khuyenmai{
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 500;
  display: flex;
  gap: 14px;
  align-items: center;
}
.animate-hot {
  background-color: var(--second-color);
  font-size: 12px;
  font-weight: 500;
  color: rgba(220, 38, 38, 1);
  position: relative;
  display: inline-block;
  height: 1.75rem;
  width: 1.75rem;
  text-align: center;
  line-height: 1.75rem;
  transform: rotate(-20deg);
  animation: hot_animate_keyframes 0.5s ease infinite alternate;
}

.animate-hot::before,
.animate-hot::after {
  content: "";
  position: absolute;
  background: inherit;
  height: inherit;
  width: inherit;
  top: 0;
  left: 0;
  z-index: -1;
  transform: rotate(30deg);
}

.animate-hot::after {
  transform: rotate(60deg);
}

@keyframes hot_animate_keyframes {
  0% {
    transform: rotate(-20deg) scale(1);
  }
  to {
    transform: rotate(-20deg) scale(1.15);
  }
}


#scroll-top{
  position: fixed;
  right: 15px;
  bottom: 20px;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1000;
  cursor: pointer;
  width: 45px;
  height: 45px;
  background: var(--second-color);
  border-radius: 50%;
  text-align: center;
  color: #fff;
  line-height: 45px;
  font-size: 20px;
  font-weight: 400;
}
#scroll-top img{width: 48px; height: 48px;}

.call_to_actions{
    width: 600px;
    justify-content: center;
    display: grid;
    column-gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    transform: translate(-50%);
    left: 50%;
    bottom: 10px;
    position: fixed;
    z-index: 999999;
}
.call_to_actions a{
  color: #fff;
  border-radius: 9999px;
  height: 40px;
  display: flex;
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
}
.call_to_actions a.action_item_mess{
    background: #0d75d7;
}
.call_to_actions a.action_item_zalo{
    background: #438fff;
}
.call_to_actions a.action_item_hotline{
    background: #41af1e;
}
.call_to_actions img{
  width: 40px;
  object-fit: contain;
  border-radius: 50%;
  border: 2px solid #fff;
}
.call_to_actions span{font-size: 15px;text-align: center;width: 100%;}


.single_about_grids{
    margin: 40px 0;
}
.single_about_grids .item{margin-bottom: 60px;padding: 20px 15px;border-radius: 5px;}
.single_about_grids .item .item_title{font-size: 25px;font-weight: 600;text-align: left;color: var(--second-color);margin-bottom: 20px;}
.single_about_grids .item .item_contents{
  display: flex;
  align-items: center;
  gap: 50px;
}
.single_about_grids .item .item_contents img{
  width: 400px;
  height: auto;
  border-radius: 5px;
}
.single_about_grids .item .item_contents .item_body {
  font-size: 16px;
}
.single_about_grids .item:nth-child(2n) .item_contents {
    flex-direction: row-reverse;
}
.single_about_grids .item:nth-child(2n){
  background:#eee;
}


.model_igi{
  z-index: 9999999;
}

.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: 10px 20px;
  background: var(--second-color);
}

.model_igi .modal-header h3 {
  flex: 1;
  color: white;
  font-size: 18px;
  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: red;
}
.model_igi .close-button svg{width:10px;}

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

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

.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: 20px;
  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{font-size: 15px;}
.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: var(--second-color);
}

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

.model_igi .input-group-row {
  display: flex;
  gap: 1rem; /* Khoáº£ng cÃ¡ch giá»¯a cÃ¡c trÆ°á»ng */
}

.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: red;
}
.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: red;
  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); /* MÃ u ná»n má» */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999999; /* Äáº£m báº£o lá»›p phá»§ luÃ´n náº±m trÃªn cÃ¡c pháº§n tá»­ khÃ¡c */
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top-color: #FFA500; /* MÃ u cá»§a pháº§n xoay */
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

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

@media (min-width: 1024px){
  .header-menu{
    background: var(--main-color);
  }
  .main-menu {
      width: 100%;
  }

  .main-menu ul {
      padding: 0;
      margin: 0;
      gap: 40px;
  }
  .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: var(--main-color) !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 a{color: #fff;}
  .main-menu > ul > li > a {
      transition: all .3s linear;
      padding: 11px 0;
      display: block;
      width: 100%;
      font-weight: 600;
      font-size: 15px;
      position: relative;
      text-transform: uppercase;
  }
  .main-menu > ul > li > a i{font-size:12px; margin-left:2px;}
  .main-menu > ul > li:hover > a:before,
  .main-menu > ul > li.current > a:before{
    display:block;
    width: 60px;
  }
  .main-menu > ul > li > a:before{
    content: "";
    height: 2px;
    width: 0px;
    position: absolute;
    bottom: 3px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    transition: all 200ms linear 0s; 
  }
  
  .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 rgba(0,0,0,.15);
      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;!i;!;
  }
  .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) {
  .product_filter{
    background: #433330a8;
    border-radius: 5px;
  }

  header.fixed{
    position: fixed;
    z-index: 999999;
    left: 0;
    right: 0;
    top: 0;
  }

  header.fixed .header-top2{display: none !important;}
  .box_product_filter.fixed {
    position: fixed;
    z-index: 99999;
    left: 0;
    right: 0;
    top: 133px;
  }
  .box_product_filter.fixed .product_filter{padding: 5px 10px; margin-bottom: 0;}
}

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

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

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

    .box-head.--flex-head{
      flex-direction: column;
      margin-bottom: 10px;
    }
    .box-head.--flex-head .head-title,
    .box-head.--flex-head .head-title a{
      font-size: 18px;
    }

    .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;}

     .btn-menu {
          margin-top: 5px;
      }

      .btn-menu i {
          display: inline-block;
          color: var(--main-color);
          cursor: pointer;
          padding: 0;
          border-radius: 0;
          font-size: 30px;
          font-weight: 500;
      }

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

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

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

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

    .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: 7px 10px;
        display: block;
        color: #333;
        position: relative;
        border-bottom: 1px solid #f2f2f2;
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
    }
    .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: 16px;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        height: 40px;
        width: 30px;
        text-align: right;
        line-height: 40px;
        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;}

    .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: 20;
        background: var(--main-color);
    }

    .main-banner {
        padding: 0;
        max-width: unset;
    }
    .box-banner .container{padding:0; }
    .main-banner-slide .item img,.main-banner-slide .item{border-radius:0 !important;height: 150px;object-fit: cover;}

    .box-search-mobile-main{
      background: var(--main-color);
      padding: 6px 0;
    }
    .box-search-mobile-main.sticky_element{
      top: 70px;
      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"]::placeholder {
    color: #fff;
}
    .box-search-mobile-main input[type=text] {
        border: 1px solid rgba(255,255,255,.09);
        padding: 5px 10px;
        font-size: 13px;
        color: #fff;
        border-radius: 5px;
        width: 100%;
        padding-right: 40px;
        background: rgba(255,255,255,.2) !important;
        height: 30px;
    }
    .box-search-mobile-main button{
        position: absolute;
        right: 0px;
        top: 0;
        bottom: 0;
        border-radius: 8px;
        border: none;
        color: #fff;
        width: 40px;
        font-size: 13px;
        background: none;
        text-align: right;
        padding-right: 10px;
    }
    .box-search-mobile-main button i{font-size: 14px;}

    .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:10px;}
    .xemthem_mb a{font-size: 12px;line-height: 30px;padding: 0px 15px;}

    .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-body{
      padding: 10px;
    }
    .product-item .product-title{font-size: 14px;line-height: 20px;min-height: 43px;}

    .product_filter_price .sel_price_fiter,
    .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: 20px;
    }
    .product-detail-box .price del span{font-size: 15px;}

    .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-list-grid{
      grid-template-columns: 1fr 1fr;
      gap: 10px;
    }

    .box_intro_grids{
      grid-template-columns: 1fr;
      gap: 20px;
    }
    .top-footer{
      grid-template-columns: 1fr;
      gap: 30px;
    }
    .ft-head{margin-bottom:20px;font-size: 18px;}
    footer .ft-head:after{
      height: 2px;
    }
    .chinhanh-groups .ft-company li{font-size:13px;}

    .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: var(--main-color);
      font-size: 18px;
    }

    .footer_col_1{order:1;}
    .footer_col_2{order: 3;}
    .footer_col_2_2{order:4;}
    .footer_col_3{order: 5;}

    .box_product_filter.fixed {
      position: fixed;
      z-index: 10;
      left: 0;
      right: 0;
      top: 112px;
    }
    .box_product_filter.fixed .product_filter{padding: 5px 10px; margin-bottom: 0;}

    .product_filter{padding: 6px 0;width: 100%;gap: 5px;justify-content: center;align-items: center;flex-wrap: wrap;position: relative;display: flex;}
    .product_filter .boxFilter{width:calc(25% - 5px);position: static;}
    .box_product_filter{background: #433330a8;}


    .boxFilter button{
      width: 100%;
      font-size: 12px;
      height: 28px;
    }

    .list_phanloai{left: -15px;right: -15px;width: 100vw;top: 37px;padding: 5px 15px;}
    .list_phanloai a{
      font-size: 14px;
      height: 28px;
      padding: 0 8px;
      border-radius: 4px;
    }

    .call_to_actions{
      width: auto;
      justify-content: flex-start;
      display: grid;
      column-gap: 20px;
      grid-template-columns: 1fr 1fr 1fr;
      transform: translate(0);
      left: 15px;
      bottom: 20px;
  }
  .call_to_actions a{
    background-image: none;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    color: #fff;
    display: block;
    padding: 0;
    height: auto;
  }
  .call_to_actions img{
    width: 50px;
    height: auto;
  }
  .call_to_actions span{display: none !important;}

  .single_about_grids .item .item_contents{
      gap: 20px;
      flex-direction: column-reverse !important;
  }
  .single_about_grids .item .item_contents img{
    width: 250px;
  }

  .single_about_grids .item{padding: 0;background: none !important;}
  .single_about_grids .item .item_title{
    font-size:22px;
  }
  .single_about_grids .item .item_contents h2,
  .single_about_grids .item .item_contents h3{
    font-size:16px;
  }

  .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;}

  .intro_container{
    grid-template-columns: 1fr;
    flex-direction: column-reverse;
    display: flex;
  }

  .intro_container .experience{width:100%;}
  .experience .exp__img iframe{width:100%; height:260px;}
}

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

}

.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;
  }
}

/* Contact CSS */
.box-contact-page {
    padding: 30px 0;
}

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

.box-google-map iframe {
    width: 100%;
    height: 450px;
}

.contact-left .ft-head{display: none !important;}
.contact-left.ft-info ul li i{color: #333 !important;}
.contact-left.ft-info ul li{color: #333 !important;}

.contact-page-form input[type='text']{
  border-radius: 0;
  font-size: 15px;
  padding: 7px 10px;
}

.contact-page-form textarea{height:80px;border-radius: 0;padding: 7px 10px;font-size: 15px;}
.contact-page-form input[type="submit"]{
  display: block;
  color: #fff;
  background: var(--main-color) !important;
  height: 40px;
  padding: 0 30px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  border-radius: 30px;
  border: none;
  cursor: pointer;
}

.contact-page-form .wpcf7-response-output{color: #333;}
.contact-page-form .wpcf7-not-valid-tip{font-size: 12px;}

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

@media (max-width: 767px) {
    .box-google-map iframe {
        height: 250px;
    }
    .contact-page-form{margin-top: 30px;}
}
/* Contact CSS */

.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: 25px;
  flex-direction: column;
}
.box-head{position:relative;}

.box-head .head-title a {
  font-weight: 600;
  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: 25px;
  width: 100%;
  color: var(--main-color);
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
}
.head-title.head-title-lines{
  font-size: 24px;
}
.head-title.head-title-lines::before,
.head-title.head-title-lines::after{
    content: "";
    display: block;
    width: 18%;
    border-top: 1px solid rgb(0, 0, 0);
    border-bottom: 1px solid rgb(0, 0, 0);
    padding-top: 1px;
    position: absolute;
    height: 1px;
    top: 15px;
    z-index: 0;
}
.head-title::before{
  left: 24%;
}
.head-title::after{
  right: 24%;
}

.head-title-after{
  display:flex;
  width:100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 7px;
}
.head-title-after::after{
    content: "";
    display: block;
    width: 100%;
    border-top: 1px solid rgb(0, 0, 0);
    border-bottom: 1px solid rgb(0, 0, 0);
    padding-top: 1px;
    height: 1px;
}

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

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

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

.box-home-products {
  width: 100%;
  display: block;
}
.box-common{
  padding: 50px 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: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.product-item {background: #fff;border-radius: 5px;padding: 0;height: 100%;box-shadow: 0px 0px 6px 0px rgba(50,50,93,0.15), 1px 1px 5px rgba(0,0,0,0.05);margin-bottom: 0px;position: relative;}
.product-item .product-item-images a{display:block;}
.product-item .product-item-images{
    position: relative;
}
.product-item:hover a{
  color: var(--second-color) !important;
}

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

.product-item .product-title {
    font-size: 15px;
    display: -webkit-box;
    overflow: hidden;
    visibility: visible;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-weight: 600;
    color: var(--main-color);
    line-height: 25px;
    text-align: center;
    min-height: 50px;
}
.product-item .product-title:hover{color: var(--second-color) !important;}
.product-item .product-body {padding: 10px 15px;}
.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: red;
}

.product-item .tick-tag {
    display: flex;
    flex-flow: column;
    justify-content: end;
    flex-wrap: wrap;
    position: absolute;
    bottom: 0;
    left: -10px;
    gap: 4px;
}

@media (max-width: 480px) {
    .product-item .tick-tag {
        left:-7px
    }
}

.product-item .tick-tag span {
    display: block;
    font-size: 11px;
    font-weight: 600;
    padding: 3px 6px;
    margin-bottom: 0;
    width: fit-content;
    background: #0b3b3b;
    color: #d1a975;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px
}
.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: 4/3;
  width: 100%;
  max-width: unset;
  object-fit: cover;
}
.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{
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    background: #fff;
}
.header-top2 .header-grids{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-grids .slogun{
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    color: #333 !important;
}
.header-grids .menu_top{}
.header-grids .menu_top ul{
    display: flex;
    gap: 25px;
    list-style: none;
    margin-bottom: 0;
}
.header-grids .menu_top ul li{position:relative;}
.header-grids .menu_top ul li a{
    color: #333 !important;
    font-size: 13px;
    display: block;
}
.header-grids .menu_top ul li a:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 1px;
    border-left: 1px solid rgba(0, 0, 0, .1);
    height: 15px;
    border-color: rgba(255, 255, 255, .2);
    margin-top: -7px;
    left: -1em;
}
.header-grids .menu_top ul li:first-child a:after{
  display:none;
}

.header-top{padding: 0;background: #fff;}
.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 (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: 77px;padding: 10px 0px;}

.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: rgba(255,255,255,.2) !important;
    height: 34px;
    padding-left: 8px;
    box-sizing: border-box;
    padding-right: 35px;
    border: 1px solid #d0cccc;
    border-radius: 5px;
    outline: none !important;
    color: #333 !important;
}
.header-top-main .box-search button i{
    font-size: 14px;
    color: #b8b3b3 !important;
}
.header-top-main .box-search button {
  position: absolute;
  right: 0;
  top: 0;
  width: 33px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 4px;
  color: #d0cccc;
  border: none !important;
  outline: none !important;
  background: none;
  padding: 0;
}
.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: 8px;
    justify-content: flex-start;
    color: #333 !important;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
}
.btn_action_common i{
  font-size: 15px;
  color: #fff !important;
  background: var(--main-color);
  padding: 10px;
  border-radius: 50%;
}
.btn_action_common img{
  width: 25px;
  height: auto;
}

.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{}

.footer {
  background-color: var(--main-color);
  color: #fff;
  padding-top: 40px;
  padding-bottom: 20px;
  font-size: 14px;
}
.copyr{
  text-align: center;
  font-size: 13px;
  margin-top: 30px;
}

.top-footer{
    display: grid;
    grid-template-columns: 1.4fr 0.8fr 0.8fr 1fr;
    gap: 60px;
}


footer .social{margin-top:15px;}
.ft-head {
  margin-bottom: 30px;
  font-size: 17px;
  text-transform: uppercase;
  padding-bottom: 10px;
  position: relative;
  font-weight: 600;
}

footer .ft-head:after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 50px;
  background: #fff;
}

.footer-main-bottom {
    padding-top: 50px;
    margin-top: 50px;
    border-top: 1px solid #ffffff40
}

.bocongthuong_flex {gap: 30px;margin-top: 20px;}

.ft-info ul {
    padding: 0;
    margin: 0;
}

.ft-info ul li {
    list-style: none;
    display: flex;
    align-items: baseline;
    margin-bottom: 10px;
}

.ft-info ul li:last-child {
    margin-bottom: 0;
}

.ft-info ul li i {
    padding-right: 10px;
    color: #fff;
}


.ft-links ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.ft-links li:not(:last-child) {
  margin-bottom: 7px;
  padding-bottom: 7px;
  border-bottom: 1px solid rgb(255 255 255 / 12%);
}
.ft-links a {
  display: block;
  color: #fff;
  font-size: 14px;
  position: relative;
  padding-left: 15px;
}
.ft-links a:before{
  font-family: "Font Awesome 5 Pro";
  content:'\f054';
  position: absolute;
  left: 0;
  font-size: 12px;
  top: 3px;
}
.ft-links a:hover{color:var(--second-color);}

.social {
  margin-top: 30px;
}
.social a {
  color: #fff;
  width: 35px;
  height: 35px;
  display: inline-flex;
  border-radius: 50%;
  border: 1px solid #fff;
  align-items: center;
  justify-content: center;
}
.social a:not(:last-child) {
  margin-right: 5px;
}

.ft-logo img {
  width: 160px;
  height: auto;
}
.ft-logo span {
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 400;
}

.ft-form form {
  display: flex;
}
.ft-form .left input {
  border: 0;
  border-radius: 5px;
  font-size: 14px;
  padding: 0.3em 1em;
  width: 100%;
  height: 30px;
}
.ft-form .right {
  flex: 0 0 64px;
  max-width: 64px;
  padding-left: 4px;
}
.ft-form .right input[type=submit] {
  width: 64px;
  height: 64px;
  border: 0;
  border-radius: 5px;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  border: 1px solid #fff;
  font-size: 14px;
}
.hidden{display: none;}

.page-title{
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--main-color);
}
.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: 25px;
    font-size: 14px;
}

.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: 20px;
    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: 19px
}

.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: 18px;
    line-height: 26px;
    margin: 0 0 20px;
    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;
}

.box-breadcrumb{padding: 6px 0;background: #fff;margin-bottom: 20px;box-shadow: 0px 3px 3px rgba(0,0,0,0.1);}
.box-breadcrumb p{margin-bottom: 0}
.box-breadcrumb *{font-size: 12px;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;
}

/* 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: red;
    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: 40px;
    height: 40px;
    border-radius: 0;
    text-align: center;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
    font-weight: 500;
    color: #333;
    background-color: #fff;
    border: 1px solid #190d054d;
}

.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{
  padding: 1px 10px 1px 10px;
  background-color: var(--second-color);
  display: inline-block;
  position: absolute;
  top: 5px;
  left: -6px;
  box-shadow: rgba(60,64,67,0.1) 0px 1px 0px 0px, rgba(60,64,67,0.15) 0px 2px 3px 2px;
  color: #fff;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 8px;
  font-weight: bold;
  text-shadow: 0 2px 4px rgba(0,0,0,0.25);
  z-index: 1;
}
.product-item .sales:after {
    content: "";
    height: 0;
    width: 0;
    display: block;
    position: absolute;
    bottom: -4px;
    left: 0px;
    border-top: 4px solid var(--second-color);
    border-left: 7px solid transparent;
}
.product-item .sales{
  font-size: 13px;
  font-weight: 600;
}

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

.product-detail-box .product-title{
    font-size: 21px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--main-color);
    margin-bottom: 20px;
}
.product-detail-box {display: flex;flex-direction: column;}
.product-detail-box .woocommerce-product-details__short-description{order:3;}
.product-detail-box .product_meta{order: 5;}
.product-detail-box .product_meta{display: none !important;}

.product-detail-box .cart{order:4;}
.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 .stock.in-stock{display: none !important;}
.product-detail-box .product_meta_row {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 0;
    margin-top: 10px;
    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 form.cart_simple, .woocommerce-variation-add-to-cart{
  display: none !important;
}

.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{
  margin: 15px 0;
  margin-top: 0;
  line-height: 25px;
  font-weight: 400;
  color: #333;
  font-size: 15px;
  padding: 10px;
  border: 3px solid #eee;
  background: #fff;
  margin-bottom: 15px;
}
.woocommerce-product-details__short-description a
{
  color: var(--second-color);
}
.woocommerce-product-details__short-description p {
    margin-bottom: 8px;
}
.woocommerce-product-details__short-description ul,
.woocommerce-product-details__short-description ol{padding-left:15px;margin-bottom: 0px;}
.woocommerce-product-details__short-description a{
    color: #a20937;
}
.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 .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-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;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
.product-detail-box .price del {
  color: #999;
  order: 1;
  margin-right: 10px;
}
.product-detail-box .price del span {
  font-size: 16px;
}
.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: red;
}

.product-detail-box form.cart_simple,.woocommerce-variation-add-to-cart{display: flex;justify-content: flex-start;margin: 0;flex-direction: column;gap: 15px;}
.product-detail-box .quantity input[type="number"]{
    width: 80px;
    border: 1px solid #33333380;
    height: 38px;
    color: #333;
    font-size: 17px;
    border-radius: 18px;
    padding: 7px;
    text-align: center;
    margin-right: 15px;
    margin-top: 2px;
}
.product-detail-box .action_cart{margin-left: 0 !important;justify-content: flex-start;gap: 10px;}

.product-detail-box table.variations select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: #fff url(../images/dropdown.png) right 0.5em center no-repeat;
    background-size: 12px 8px;
    border-radius: 0px;
    border: 1px solid #ccc;
    padding: 0.4em 2em 0.4em 0.6em;
    max-width: 100%;
    text-indent: 0.01px;
    text-overflow: '';
    margin-bottom: 5px;
    font-size: 16px;
    width: 100%;
}
.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-desc .detail-body{max-width: 900px; margin: 0 auto;}

.product-desc-box{margin-top:20px;border-top: 1px solid #3333332b;padding-top: 20px;}
.product-desc-body{
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 30px;
}
.product-desc-body .box-head.--flex-head,
.specifications .box-head.--flex-head{
  margin-bottom: 10px;
}
.product-desc-body .head-title,
.specifications .head-title
{
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 0;
    text-align: left;
}
.product-desc-description .box-button{margin-top:20px;}
.product-desc-description .home_description{padding-bottom:0;}

@media (max-width: 991px) {
    .specifications table td {
        text-align:left
    }

    .specifications table td:first-child {
        width: 145px
    }
}

.specifications table+p {
    display: none;
}

/*thong so ki thuat*/

.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: 16px;
}

.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: red;
    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_intro{}
.intro_container{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
}
.experience .exp__img iframe{
  width: 100%;
  height: 400px;
  object-fit: cover;
  border: 5px solid var(--main-color);
}
.introduction{}
.introduction .introduction_title{
    font-size: 25px;
    margin-bottom: 20px;
    color: var(--main-color);
    line-height: 30px;
    font-weight: 600;
}
.introduction .desc{
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
    color: #333;
}
.introduction .xemthem_mb{
  text-align: left;
}
.introduction .xemthem_mb a{
  
}

/* box-introduction */

.box-products-related{margin-top: 30px;}
.related_posts{margin: 30px 0;}
.box-author{margin: 30px 0;}
.detail-body table{width: 100% !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;
}

.woocommerce-product-gallery .flex-control-thumbs{
    display: flex;
    list-style: none;
    margin: 10px 0;
    padding: 0;
    gap: 10px;
}
.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: cover;
}

.video-item {
    position: relative;
    cursor: pointer;
    max-width: 700px;
    margin: 0 auto;
    border-radius: 0;
    overflow: hidden;
    margin-bottom: 20px;
}

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

.video-item .btn-video {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto auto;
    width: 80px;
    height: 60px;
}
.video-item .btn-video img{width: 100% !important;height: 100% !important;}

.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 #e1b07f;
    color: #fff;
    background: #e1b07f;
}

.home_desc_container {
    position: relative;
    overflow: hidden;
    transition: max-height .4s linear;
}

.home_desc_container1{
  max-height: 140px;
}
.home_desc_container2{
  max-height: 140px;
}

.product-desc-description .home_desc_container {
  max-height: 200px;
}

.home_desc_container:before {
    content: '';
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom,transparent,#fff)
}

.home_desc_container.show:before{display:none;}

.home_description{padding-bottom: 30px;}
.home_description h1{margin-bottom: 0;border:none;font-size: 28px;line-height:28px;}
.home_description .detail-body{}
.home_description .detail-body a{color: var(--second-color) !important;}

/* diemmanh */
.section_services{margin-top: 20px;}
.section_services .promo-box{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 15px;
}

.section_services .promo-box .promo-item {
    background: #fff;
}

.section_services .promo-box .promo-item {
    padding: 15px 10px;
    border-radius: 5px;
    height: 100%;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--main-color);
}

.section_services .promo-box .promo-item:hover {
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -2px rgba(0,0,0,0.1);
    background: #f7941e47;
}

.section_services .promo-box .promo-item .icon {
    position: relative
}

.section_services .promo-box .promo-item .icon i {
    box-sizing: border-box;
    font-size: 26px;
    color: var(--main-color);
}

.section_services .promo-box .promo-item .info {
    display: inline-table;
    vertical-align: middle;
    text-align: left;
    margin-bottom: 0px;
    margin-top: 0;
    color: #141414
}

.section_services .promo-box .promo-item .info .info_title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: initial;
    color: var(--main-color);
}
.section_services .promo-box .promo-item .info .info_title a{
  color: #141414
}

.section_services .promo-box .promo-item .info .info_mota {
    color: #666;
    font-size: 14px;
    display: block;
    margin-top: 2px;
}

.section_services_detail{margin-top:0;}
.section_services_detail .promo-box{
  grid-template-columns: 1fr;
  gap: 5px;
}
.section_services_detail  .promo-box .promo-item{
  background:none !important;
  border-radius: 0;
  border: none;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #dddddde3;
  padding: 10px 0px;
}
/*diemmanh*/

/*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: 25px;
}
.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: #fff;
    font-weight: 500;
    background: var(--main-color);
    padding: 0px 15px;
    border-radius: 20px;
    transition: background-color 0.5s ease;
    gap: 10px;
    font-size: 12px;
}
.xemthem_mb a i{font-size: 10px;}
.xemthem_mb a:hover{
  border: 1px solid var(--second-color);
  color: #fff;
  background:var(--second-color);
}

.box-products-banchay .xemthem_mb a{
  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: 15px;
    background: url(../images/arrows_left_30px.png) #ffffffba !important;
}
.igi_arrows .owl-nav .owl-next{
    right: 15px;
    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{display: none;}
.product_filter {
    margin-bottom: 20px;
    padding: 10px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
    gap: 10px;
}
.product_filter_price {
    display: flex;
    align-items: center;
    gap: 10px;
}
.product_filter_price_text{font-size: 14px;}
.product_filter_price .sel_price_fiter{
    border: #ccc solid 1px;
    display: block;
    font-size: 14px;
    padding: 4px 10px;
    border-radius: 4px;
    cursor: pointer;
    width: 155px;
}

.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; font-size: 13px; margin-top: 0 !important; margin-left: 0 !important; margin-right: 0 !important;}

.product_actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  margin-bottom: 0.25rem;
  justify-content: space-between;
}

.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;
}

.product_actions .btn-orange {
  background: var(--second-color);
  color: white;
  width: 100%;
  cursor: pointer;
}

.product_actions .btn-red {
  background: var(--main-color);
  color: white;
}

.product_actions .btn-green {
  background: #55aee8;
  color: white;
}

.product_actions .btn-outline-red {
  border: 2px solid #e1b07fad;
  transition: color 0.15s, background-color 0.15s;
  background: #e1b07f2e;
}

.product_actions .btn-outline-red:hover {
  background: var(--second-color);
  color: white;
}
.product_actions .btn-outline-red:hover *{
  color: white;
}

.product_actions .text-uppercase {
  text-transform: uppercase;
}

.product_actions .text-bold {
  font-weight: bold;
}

.product_actions .text-xs {
  font-size: 0.75rem;
}

.product_actions .text-base {
  font-size: 16px;
  margin-bottom: 2px;
}

.product_actions .text-grey {
  color: #4a4a4a;
}

.product_actions .text-sm {
  font-size: 22px;
  font-weight: 600;
  color: var(--second-color);
  letter-spacing: 0;
}

.product_actions > a,
  .product_actions > div {
    width: 49%;
  }

.promo-container {
  position: relative;
  padding-top: 50px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  border: 1px solid var(--second-color);
  background-color: #fff;
  margin-left: 0;
  border-radius: 7px;
}

.promo-title {
  background-color: var(--second-color);
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px; /* 14px */
  font-weight: bold;
  padding: 7px 15px;
  margin-bottom: 0;
  position: absolute;
  top: 0.5rem;
  left: -0.5rem;
}
.promo-title:before{
      position: absolute;
    top: 100%;
    left: 0px;
    content: "";
    border-top: .4375rem solid var(--second-color);
    border-left: .4375rem solid transparent;
}

.promo-inner {
  padding: 15px 7px;
  border-radius: 0.375rem;
  border: 1px solid var(--second-color);
  background: var(--second-color);
  overflow: hidden;
}

.promo-tag {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.promo-tag img {
  margin-top: 0.125rem;
}

.promo-text {
  margin-left: 0px;
  font-size: 13px; /* 12px */
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
}

.promo-highlight {
  color: #433330;
}

.promo-input-container {
  display: flex;
  flex-direction: row;
  background-color: #ffffff;
  border-radius: 0.375rem;
  overflow: hidden;
}

.promo-input {
  flex: 1;
  padding: 4px 6px;
  background-color: transparent;
  border: none;
  font-size: 13px; /* 12px */
  color: #6b7280;
}

.promo-input:focus {
  outline: none;
  box-shadow: none;
}

.promo-button {
  background-color: #433330;
  color: #ffffff;
  font-size: 0.75rem; /* 12px */
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  padding: 0.5rem 0.75rem;
  transition: background-color 0.2s ease-in-out;
}

.promo-button:hover {
  background-color: #FFC300;
}



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


.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-item{margin-bottom: 30px;}
.aside-item .aside-body{
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #eee;
  padding-top: 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-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);}

.aside-camket-body{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
    padding-top: 10px;
}
.aside-camket-body .item{
  text-align: center;
    -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;
}
.aside-camket-body .item img{display: inline-block;height: 40px;width: auto;}
.aside-camket-body .item span{display:block;font-size: 12px;margin-top: 10px;}

.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;!i;!;!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 {
    position: absolute;
    top: 100%;
    margin-top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-top: none;
    display: none;
    z-index: 9999;
}

#mega_menu a {
    font-size: .9em;
    color: #333;
}

#mega_menu a:hover {
    color: #fff !important;
    background: var(--main-color) !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 #ddd;
    font-size: .9em
}

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

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

.sf-menu li {
    position: relative;
    background: #fff;
    white-space: nowrap;
    -webkit-transition: background .2s;
    -o-transition: background .2s;
    transition: background .2s
}

.sf-menu li:hover {
    background: #cfdeff;
    -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 #dfeeff;
    padding: .55em 1em;
    text-decoration: none;
    zoom:1
}

.sf-arrows .menu-item-has-children > a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -3px;
    height: 0;
    width: 0;
    border: 5px 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;padding: 0;margin-bottom: 30px;}

/* Sidebar */

/* Filter */
/*Filter box*/
.boxFilter{
    position: relative;
}
.boxFilter button{
    background: #433330;
    border: none;
    color: white;
    display: inline-block;
    width: 130px;
    height: 32px;
    border-radius: 3px;
    text-transform: capitalize;
    font-size: 13px;
  font-weight:600;
}
.btn-pl_filters{}
.btn-pl_filters i{
    font-size: 12px;
    margin-left: 10px;
}
.list_phanloai{
    width: 500px;
    border-radius: 0px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .24);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .24);
    background-color: #fff;
    border: 1px solid #e6e6e6;
    right: -120%;
    top: 35px;
    list-style:none;
    padding-left:15px;
    position: absolute;
    padding: 10px;
    z-index: 99999;
    display: none;
    margin-bottom: 0;
    text-align: center;
}

.list_phanloai a{
  font-size: 13px;
  color: #5D5E5C;
  padding: 0 14px;
  border: 1px solid rgba(211, 211, 212, 1);
  border-radius: 7px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 33px;
  cursor: pointer;
  font-weight:600;
}
.list_phanloai li{
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 5px;
}
.list_phanloai li .loai_item_checkbox{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 4px;
}
.list_phanloai li a.checked,
.list_phanloai li a:hover{
  background: #e1b07f;
  border: 1px solid #e1b07f;
}
.list_phanloai li a.checked *,.list_phanloai li a:hover *{color: #fff;}

.loai_item_checkbox input{}
.loai_item_checkbox label{
    margin-bottom: 0;
    margin-top: 0;
    white-space: nowrap;
    cursor: pointer;
}

.a_khuyenmai{
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 500;
  display: flex;
  gap: 14px;
  align-items: center;
}
.animate-hot {
  background-color: var(--second-color);
  font-size: 12px;
  font-weight: 500;
  color: rgba(220, 38, 38, 1);
  position: relative;
  display: inline-block;
  height: 1.75rem;
  width: 1.75rem;
  text-align: center;
  line-height: 1.75rem;
  transform: rotate(-20deg);
  animation: hot_animate_keyframes 0.5s ease infinite alternate;
}

.animate-hot::before,
.animate-hot::after {
  content: "";
  position: absolute;
  background: inherit;
  height: inherit;
  width: inherit;
  top: 0;
  left: 0;
  z-index: -1;
  transform: rotate(30deg);
}

.animate-hot::after {
  transform: rotate(60deg);
}

@keyframes hot_animate_keyframes {
  0% {
    transform: rotate(-20deg) scale(1);
  }
  to {
    transform: rotate(-20deg) scale(1.15);
  }
}


#scroll-top{
  position: fixed;
  right: 15px;
  bottom: 20px;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1000;
  cursor: pointer;
  width: 45px;
  height: 45px;
  background: var(--second-color);
  border-radius: 50%;
  text-align: center;
  color: #fff;
  line-height: 45px;
  font-size: 20px;
  font-weight: 400;
}
#scroll-top img{width: 48px; height: 48px;}

.call_to_actions{
    width: 600px;
    justify-content: center;
    display: grid;
    column-gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    transform: translate(-50%);
    left: 50%;
    bottom: 10px;
    position: fixed;
    z-index: 999999;
}
.call_to_actions a{
  color: #fff;
  border-radius: 9999px;
  height: 40px;
  display: flex;
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
}
.call_to_actions a.action_item_mess{
    background: #0d75d7;
}
.call_to_actions a.action_item_zalo{
    background: #438fff;
}
.call_to_actions a.action_item_hotline{
    background: #41af1e;
}
.call_to_actions img{
  width: 40px;
  object-fit: contain;
  border-radius: 50%;
  border: 2px solid #fff;
}
.call_to_actions span{font-size: 15px;text-align: center;width: 100%;}


.single_about_grids{
    margin: 40px 0;
}
.single_about_grids .item{margin-bottom: 60px;padding: 20px 15px;border-radius: 5px;}
.single_about_grids .item .item_title{font-size: 25px;font-weight: 600;text-align: left;color: var(--second-color);margin-bottom: 20px;}
.single_about_grids .item .item_contents{
  display: flex;
  align-items: center;
  gap: 50px;
}
.single_about_grids .item .item_contents img{
  width: 400px;
  height: auto;
  border-radius: 5px;
}
.single_about_grids .item .item_contents .item_body {
  font-size: 16px;
}
.single_about_grids .item:nth-child(2n) .item_contents {
    flex-direction: row-reverse;
}
.single_about_grids .item:nth-child(2n){
  background:#eee;
}


.model_igi{
  z-index: 9999999;
}

.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: 10px 20px;
  background: var(--second-color);
}

.model_igi .modal-header h3 {
  flex: 1;
  color: white;
  font-size: 18px;
  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: red;
}
.model_igi .close-button svg{width:10px;}

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

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

.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: 20px;
  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{font-size: 15px;}
.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: var(--second-color);
}

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

.model_igi .input-group-row {
  display: flex;
  gap: 1rem; /* Khoáº£ng cÃ¡ch giá»¯a cÃ¡c trÆ°á»ng */
}

.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: red;
}
.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: red;
  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); /* MÃ u ná»n má» */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999999; /* Äáº£m báº£o lá»›p phá»§ luÃ´n náº±m trÃªn cÃ¡c pháº§n tá»­ khÃ¡c */
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top-color: #FFA500; /* MÃ u cá»§a pháº§n xoay */
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

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

@media (min-width: 1024px){
  .header-menu{
    background: var(--main-color);
  }
  .main-menu {
      width: 100%;
  }

  .main-menu ul {
      padding: 0;
      margin: 0;
      gap: 40px;
  }
  .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: #e1b07f !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 a{color: #fff;}
  .main-menu > ul > li > a {
      transition: all .3s linear;
      padding: 11px 0;
      display: block;
      width: 100%;
      font-weight: 600;
      font-size: 15px;
      position: relative;
      text-transform: uppercase;
  }
  .main-menu > ul > li > a i{font-size:12px; margin-left:2px;}
  .main-menu > ul > li:hover > a:before,
  .main-menu > ul > li.current > a:before{
    display:block;
    width: 60px;
  }
  .main-menu > ul > li > a:before{
    content: "";
    height: 2px;
    width: 0px;
    position: absolute;
    bottom: 3px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    transition: all 200ms linear 0s; 
  }
  
  .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 rgba(0,0,0,.15);
      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;!i;!;
  }
  .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) {
  .product_filter{
    background: #433330a8;
    border-radius: 5px;
  }

  header.fixed{
    position: fixed;
    z-index: 999999;
    left: 0;
    right: 0;
    top: 0;
  }

  header.fixed .header-top2{display: none !important;}
  .box_product_filter.fixed {
    position: fixed;
    z-index: 99999;
    left: 0;
    right: 0;
    top: 133px;
  }
  .box_product_filter.fixed .product_filter{padding: 5px 10px; margin-bottom: 0;}
}

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

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

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

    .box-head.--flex-head{
      flex-direction: column;
      margin-bottom: 10px;
    }
    .box-head.--flex-head .head-title,
    .box-head.--flex-head .head-title a{
      font-size: 18px;
    }

    .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;}

     .btn-menu {
          margin-top: 5px;
      }

      .btn-menu i {
          display: inline-block;
          color: var(--main-color);
          cursor: pointer;
          padding: 0;
          border-radius: 0;
          font-size: 30px;
          font-weight: 500;
      }

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

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

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

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

    .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: 7px 10px;
        display: block;
        color: #333;
        position: relative;
        border-bottom: 1px solid #f2f2f2;
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
    }
    .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: 16px;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        height: 40px;
        width: 30px;
        text-align: right;
        line-height: 40px;
        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;}

    .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: 20;
        background: var(--main-color);
    }

    .main-banner {
        padding: 0;
        max-width: unset;
    }
    .box-banner .container{padding:0; }
    .main-banner-slide .item img,.main-banner-slide .item{border-radius:0 !important;height: 150px;object-fit: cover;}

    .box-search-mobile-main{
      background: var(--main-color);
      padding: 6px 0;
    }
    .box-search-mobile-main.sticky_element{
      top: 70px;
      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"]::placeholder {
    color: #fff;
}
    .box-search-mobile-main input[type=text] {
        border: 1px solid rgba(255,255,255,.09);
        padding: 5px 10px;
        font-size: 13px;
        color: #fff;
        border-radius: 5px;
        width: 100%;
        padding-right: 40px;
        background: rgba(255,255,255,.2) !important;
        height: 30px;
    }
    .box-search-mobile-main button{
        position: absolute;
        right: 0px;
        top: 0;
        bottom: 0;
        border-radius: 8px;
        border: none;
        color: #fff;
        width: 40px;
        font-size: 13px;
        background: none;
        text-align: right;
        padding-right: 10px;
    }
    .box-search-mobile-main button i{font-size: 14px;}

    .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:10px;}
    .xemthem_mb a{font-size: 12px;line-height: 30px;padding: 0px 15px;}

    .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-body{
      padding: 10px;
    }
    .product-item .product-title{font-size: 14px;line-height: 20px;min-height: 43px;}

    .product_filter_price .sel_price_fiter,
    .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: 20px;
    }
    .product-detail-box .price del span{font-size: 15px;}

    .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-list-grid{
      grid-template-columns: 1fr 1fr;
      gap: 10px;
    }

    .box_intro_grids{
      grid-template-columns: 1fr;
      gap: 20px;
    }
    .top-footer{
      grid-template-columns: 1fr;
      gap: 30px;
    }
    .ft-head{margin-bottom:20px;font-size: 18px;}
    footer .ft-head:after{
      height: 2px;
    }
    .chinhanh-groups .ft-company li{font-size:13px;}

    .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: var(--main-color);
      font-size: 18px;
    }

    .footer_col_1{order:1;}
    .footer_col_2{order: 3;}
    .footer_col_2_2{order:4;}
    .footer_col_3{order: 5;}

    .box_product_filter.fixed {
      position: fixed;
      z-index: 10;
      left: 0;
      right: 0;
      top: 112px;
    }
    .box_product_filter.fixed .product_filter{padding: 5px 10px; margin-bottom: 0;}

    .product_filter{padding: 6px 0;width: 100%;gap: 5px;justify-content: center;align-items: center;flex-wrap: wrap;position: relative;display: flex;}
    .product_filter .boxFilter{width:calc(25% - 5px);position: static;}
    .box_product_filter{background: #433330a8;}


    .boxFilter button{
      width: 100%;
      font-size: 12px;
      height: 28px;
    }

    .list_phanloai{left: -15px;right: -15px;width: 100vw;top: 37px;padding: 5px 15px;}
    .list_phanloai a{
      font-size: 14px;
      height: 28px;
      padding: 0 8px;
      border-radius: 4px;
    }

    .call_to_actions{
      width: auto;
      justify-content: flex-start;
      display: grid;
      column-gap: 20px;
      grid-template-columns: 1fr 1fr 1fr;
      transform: translate(0);
      left: 15px;
      bottom: 20px;
  }
  .call_to_actions a{
    background-image: none;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    color: #fff;
    display: block;
    padding: 0;
    height: auto;
  }
  .call_to_actions img{
    width: 50px;
    height: auto;
  }
  .call_to_actions span{display: none !important;}

  .single_about_grids .item .item_contents{
      gap: 20px;
      flex-direction: column-reverse !important;
  }
  .single_about_grids .item .item_contents img{
    width: 250px;
  }

  .single_about_grids .item{padding: 0;background: none !important;}
  .single_about_grids .item .item_title{
    font-size:22px;
  }
  .single_about_grids .item .item_contents h2,
  .single_about_grids .item .item_contents h3{
    font-size:16px;
  }

  .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;}

  .intro_container{
    grid-template-columns: 1fr;
    flex-direction: column-reverse;
    display: flex;
  }

  .intro_container .experience{width:100%;}
  .experience .exp__img iframe{width:100%; height:260px;}
}

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