:root {
    --main-color: #333;
    --second-color: #333;
}

html {
  scroll-behavior: smooth;
}

#wpadminbar{display: none !important;}
html {
    margin-top: 0 !important;
}

body {
    margin: 0;
    font-family: Inter,sans-serif;
    font-size: 15px;
    color: #333;
    line-height: 25px;
    font-weight: 400;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.font_head{
    font-family: "Oswald", sans-serif;
    font-weight: 500 !important;
}

/*body.disable-scroll {
    overflow: hidden;
}*/

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

a{text-decoration: none;}
b, strong {
    font-weight: 700 !important;
}

h6,.h6,h5,.h5,h4,.h4,h3,.h3,h2,.h2,h1,.h1 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: bold;
    line-height: 1;
}

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

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

@media (min-width: 1200px) {
    .container,.container-lg, .container-md, .container-sm, .container-xl {
        padding-right:15px;
        padding-left: 15px;
        max-width: 85%;
    }

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

/* 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 */

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

.box-contact-page {
  margin:10px 0;
}
.form_contact_box .row{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.google-map {
  line-height: 0;
  margin-bottom: 20px;
}
.google-map iframe {
  width: 100% !important;
  height: 400px !important;
}

.footer_bottom_grids_2{
  display:flex;
  flex-direction: column;
  gap: 15px;
}

.contact-page-form .model_input_row{}
.contact-page-form .popup_text_div{
    padding: 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0;
    margin-bottom: 15px;
}
.contact-page-form .popup_text_div label{
  font-size: 14px;
  margin-bottom: 5px;
}
.contact-page-form .popup_text_div input{
  width: 100%;
}
.contact-page-form input[type='text']{
  border-radius: 0;
  font-size: 14px;
  padding: 5px 5px;
  width: 100%;
}
.contact-page-form .popup_submit_div{
  padding: 0;
}
.contact-page-form textarea{height: 80px;border-radius: 0;padding: 7px 10px;font-size: 14px;width: 100%;font-size: 14px;color: #333;padding: 6px 7px;border-radius: 4px;box-sizing: border-box;border: 1px solid #c0c0c0;-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);-webkit-transition: color .3s, border .3s, background .3s, opacity .3s;-o-transition: color .3s, border .3s, background .3s, opacity .3s;transition: color .3s, border .3s, background .3s, opacity .3s;background: #fff;}
.contact-page-form .popup_submit_div input{
  width:auto;
  padding: 0 30px;
}

/* igi_header */
header{box-sizing: border-box;background: #fff;border-bottom: 2px solid #dfdddd;padding: 0;}

.header-top-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  align-items: center;
}
.header-top-main .box-logo a{
    display: block;
}
.header-top-main .box-logo img {
    width: auto !important;
    max-height: 32px;
    padding: 0 0;
    margin: 0;
}

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

   header.fixed .header-top-main{
       margin:0;
   }
}

.box_right_menu{
    display:flex;
    flex-direction: row;
    gap: 150px;
    align-items: center;
    justify-content: center;
}
.box-right{
    display:flex;
    flex-direction: row;
    gap: 30px;
    align-items: center;
    justify-content: center;
}
.box-right .menu-icon{
    cursor:pointer;
}
.box-right svg,.box-right .menu-icon{
    width: 25px;
    height: 25px;
}
.box-right svg path{
    fill: #333 !important;
}
.box-right .btn-cart{position:relative;}
.box-right .btn-cart .cart-counter{color: #fff !important; position:absolute;top: -4px;right: -7px;width: 20px;height: 20px;border-radius: 50%;background: var(--second-color);font-size: 11px;display: flex;align-items: center;justify-content: center;}

.box-right .hamburger {
    width: 32px;
    height: 32px;
    cursor: pointer;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.box-right .hamburger span {
    display: block;
    width: 100%;
    height: 2px;
    background: #333;
    position: absolute;
    transition: all 0.3s ease;
}

.box-right .hamburger span:first-child {
    top: 9px;
}

.box-right .hamburger span:last-child {
    bottom: 9px;
}

header.is-active .box-right .hamburger span:first-child {
    transform: translateY(6px) rotate(45deg);
}

header.is-active .box-right .hamburger span:last-child {
    transform: translateY(-6px) rotate(-45deg);
}

/* igi_header */

/* igi_swiper_slider */
.igi_swiper_slider {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.igi_swiper_slider .swiper {
    width: 100%;
    height: 100%;
}
.igi_swiper_slider .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.igi_swiper_slider .swiper-navigation-btns{
    position: absolute;
    right: 25px;
    bottom: 25px;
    display:flex;
    gap: 30px;
    box-sizing: border-box;
    width: 100px;
}

.igi_swiper_slider .swiper-button-next,
.igi_swiper_slider .swiper-button-prev {
    width: 35px;
    height: 35px;
    background: #222222;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    position:relative;
    margin: 0;
    padding: 0;
}

.igi_swiper_slider .swiper-button-next:hover,
.igi_swiper_slider .swiper-button-prev:hover {
    background: rgba(255, 255, 255, 0.4);
}

.igi_swiper_slider .swiper-button-next::after,
.igi_swiper_slider .swiper-button-prev::after {
    font-size: 10px;
    color: #fff;
    font-weight: bold;
}

.igi_swiper_slider .swiper-pagination {
    bottom: 20px !important;
    display: flex;
    justify-content: flex-start;
    gap: 5px;
    padding: 10px 30px;
}

.igi_swiper_slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    opacity: 1;
    border:2px solid #fff;
    background:none;
}

.igi_swiper_slider .swiper-pagination-bullet-active {
    border-radius: 50%;
    background: #fff;
}

.igi_swiper_slider .hero-text {
    position: absolute;
    bottom: 10%;
    left: 10%;
    color: #fff;
    text-align: left;
    z-index: 10;
}

.igi_swiper_slider .hero-text h2 {
    font-size: 45px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 60px;
    letter-spacing: 1px;
}

.igi_swiper_slider .hero-text .btn {
    display: inline-block;
    padding: 6px 30px;
    background: #fff;
    color: #333;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid white;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    text-decoration:none !important;
}

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

/*.swiper_slider .swiper-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 25%);
    z-index: 1;
}*/
.swiper_slider .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
}
.swiper_slider{
    height: 100vh;
}

.scroll-down {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    width: 30px;
    transition: color 600ms ease-out;
}
.scroll-down .scroll-down--bar {
    height: 100%;
    width: .4rem;
    overflow: hidden;
}
.scroll-down.background--dark .scroll-down--bar .scroll-down--bar-in {
    background-color: #fff;
}
.scroll-down .scroll-down--txt {
    text-transform: lowercase;
    margin-right: 3px;
    padding-bottom: 20px;
    color: #fff;
    font-size: 14px;
}
.scroll-down .scroll-down--bar .scroll-down--bar-in {
    transition: background-color 600ms ease-out;
    height: 100%;
    animation: scrollDown 2s infinite;
    width: 4px;
}

@keyframes scrollDown {
    0% {
        transform: translateY(-100%);
    }
    50% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(100%);
    }
}

/*igi_swiper_slider*/

/* news lastest */
.box-home-news{
    padding: 80px 0;
    background-color: rgba(249, 249, 238, 0.65);
}

.font_head{
    margin-bottom: 50px;
    font-size: 24px;
    font-weight: 600;
}
.page-title.font_head{margin-bottom: 10px;}
.head-title
{
    text-transform: uppercase;
    text-align: center;
    color: var(--main-color);
}
.head-title a{
    font-size: 35px;
    color: var(--second-color);
    text-decoration: none;
}

.swiper_news .swiper-navigation-btns{
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    gap: 31px;
    width: auto;
    margin-top: 25px;
}
.igi_swiper_slider .swiper-button-next, 
.igi_swiper_slider .swiper-button-prev{
    background: #222222 !important;
}
.news-item{
    overflow: hidden;
    height: 100%;
    background: #fafafa;
}
.news-item .news__img  {
  display: block;
}
.news-item .news__img  img {
  aspect-ratio: 3/2;
  object-fit: cover;
  width: 100%;
  max-width: unset;
}
.news-item .news__content {
  -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 10px;
  box-sizing: border-box;
}

.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: #333;
  line-height: 23px;
  text-decoration: none;
  margin-bottom: 10px;
}
.news-item .news-title:hover{
  color: var(--main-color);
}
.news-item .desc {
    text-align: justify;
    font-size: 15px;
    line-height: 22px;
    display: -webkit-box;
    overflow: hidden;
    visibility: visible;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.news-item .box-btn-more a{
    text-decoration: none;
    color: var(--second-color);
    display: block;
    margin-top: 8px;
    font-size: 14px;
}
/* news lastest */

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

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

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

footer{
    padding-top: 50px;
    padding-bottom: 0;
    background: #25211f;
}
.footer {
  color: #fff;
  font-size: 14px;
}
.footer_bottom{
    margin-top: 20px;
    border-top: 1px solid #ffffff30;
    padding: 15px 0;
}
.copyr{
  text-align: center;
  font-size: 12px;
  margin-top: 0;
  color: #fff;
  width: 100%;
}

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

.footer_bottom_1{font-size: 14px;font-weight: 400;}
.footer_bottom_1 strong{
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
    font-family: "Oswald", sans-serif;
    font-weight: 400 !important;!i;!;
}

.footer_bottom_2{}
.footer_bottom_2 strong{
  font-size: 13px;
  margin-bottom: 0;
  display: block;
}
.footer_bottom_2 .showroom_list{}
.showroom_list .showroom_item{font-size: 13px;margin-bottom: 5px;}
.showroom_list .showroom_item a{}


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

.pt_chungnhan{border:none; margin-top:0;}
.pt_chungnhan .level2_title{margin-bottom:5px;}
.chungnhan_grids{
    display: flex;
    gap: 10px;
    align-items: center;
}
.chungnhan_grids img{max-width:120px;}
.chungnhan_grids a{padding:0;padding-left: 0 !important;}
.chungnhan_grids a:before{display:none;}

footer .social a:before{display:none;}
.level2_title{
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 15px;
}

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

.ft-head {
  margin-bottom: 20px;
  font-size: 18px;
  position: relative;
  text-transform: uppercase;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 400 !important;
}

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

.ft-links ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.ft-links li:not(:last-child) {
  margin-bottom: 10px;
}
.ft-links a {
  display: block;
  color: #fff;
  font-size: 14px;
  position: relative;
  padding-left: 13px;
  font-weight: 400;
}
.ft-links a strong{font-weight:600; color:red;}
.ft-links a:before{
  font-family: "Font Awesome 5 Pro";
  content:'\f054';
  position: absolute;
  left: 0;
  font-size: 8px;
  top: 1px;
}
.ft-links a:hover{color: red;}

.social a {
  color: #333333ba;
  width: 30px;
  height: 30px;
  display: inline-flex;
  border-radius: 50%;
  border: 1px solid #333333ba;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 12px;
}
.social a:not(:last-child) {
  margin-right: 5px;
}
.hidden{display: none;}

.screen-reader-text{display: none !important;}
.detail-body {
    line-height: 26px;
    font-size: 17px;
    word-break: break-word;
}

.detail-body a {
}

.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 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.3;
    margin-top: 15px;
    margin-bottom: 10px;
    font-family: "Oswald", sans-serif;
    font-weight: 500 !important;
}

.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 *{
    font-family: "Oswald", sans-serif;
    font-weight: 500 !important;
}

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

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

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

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

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

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

.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: #333;
    display: block;
    font-size: 14px;
    line-height: 26px;
    margin: 0 0 10px;
    padding: 10px 10px 10px 10px;
    position: relative;
    text-align: justify;
    border-radius: 5px;
}

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

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

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

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

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

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

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

.detail-body ul li, .detail-body ol li{margin-bottom: 10px;}
.detail-body ul li *, .detail-body ol li *{
  line-height: 24px !important;
}
.detail-body figure{margin: 0 auto;}

.box-breadcrumb{padding: 10px 0;background: #fff;border-top: 1px solid rgb(0 0 0 / 7%);border-bottom: 1px solid rgb(0 0 0 / 7%);margin-bottom: 30px;}
.box-breadcrumb p{margin-bottom: 0;margin: 0; line-height: 20px;}
.box-breadcrumb *{font-size: 13px;color: #333;}

main.page-content {
    padding: 0;
}

.page-product-content{margin-bottom: 0;}

.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: -webkit-link !important;}

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

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

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

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

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

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

.igi_page__desc_bottom{margin-top: 20px;}
/* popup fix detail */

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

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

.modal-body {
    padding: 0;
}

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

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

.close:hover {
    color: #fff;
}
/* ket thuc hotline */

.box-products-related{margin: 0;padding: 0;margin-top: 40px;}
.related_posts{margin: 30px 0; background: none;}
.detail-body table{width: 100% !important;border-spacing: 0;border-collapse: collapse;margin-bottom: 20px;}
.detail-body table tr {
    border-radius: 10px;
    border: 1px solid #ccc;
}
.detail-body table tr td, .detail-body table tr th {
    padding: 10px;
    border: 1px solid #ccc;
}
.detail-body table tr td {
    text-align: left;
    padding: 10px 10px;
    width: auto !important;
}

/*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);
}

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

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

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

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


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

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

.popup_times_div{}
.popup_countdown{
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 25px;
    margin-top: 10px;
}
.popup_countdown .item{
  color: #000000;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
}
.popup_countdown .item span{
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: block !important;
  background: red;
  font-size: 16px;
  border-radius: 5px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0;
  text-align: center;
}


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

.popup_text_div input{
  width: 50%;
  font-size: 14px;
  color: #333;
  padding: 8px 6px;
  border-radius: 5px;
  box-sizing: border-box;
  border: 1px solid #c0c0c0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  -webkit-transition: color .3s, border .3s, background .3s, opacity .3s;
  -o-transition: color .3s, border .3s, background .3s, opacity .3s;
  transition: color .3s, border .3s, background .3s, opacity .3s;
  background: #fff;
}
.popup_submit_div input{background: var(--second-color) !important;width: 50%;height: 36px;border-radius: 20px;border: none;color: #fff;text-transform: uppercase;font-weight: 600;font-size: 14px;cursor: pointer;}
.popup_submit_div label{
  color: blue !important;
  width: 50%;
  margin-bottom: 0;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}

@media screen and (max-width: 767px){
  .popup_text_div,.popup_submit_div{
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 8px;
    gap: 8px;
  }
  #modelPopup .popup_text_div,
  #modelPopup .popup_submit_div{
    padding-left: 10px;
    padding-right: 10px;
  }
  #modelPopup .popup_submit_div{margin-bottom:20px;}
  
  .contact-page-form{margin-top: 20px;}
  .google-map iframe{height: 250px !important;}
}

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

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

.woocommerce-error{
    padding: 5px 10px;
    list-style: none;
    background: #eee;
    border-radius: 5px;
    font-size: 13px;
}
.woocommerce-message a.button {
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0;
  border: none !important;
  text-transform: inherit !important;
}
.checkout-inline-error-message{
  font-size: 12px;
  color: red;
}

.woocommerce-error a,.woocommerce-error *{color: #fff !important}

main.main-home, main.page-content{overflow: hidden;}

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

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

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

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


.addThis_item--icon {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 44px;
    height: 44px;
    color: #fff;
    border: 2px solid;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.11);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center
}

.pregan {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #006edc;
    opacity: .5;
    z-index: -2;
    border-radius: 100%;
    animation: zoomzoom 2s linear .2s infinite
}

@keyframes zoomzoom {
    from {
        transform: scale(1);
        opacity: .5
    }

    to {
        transform: scale(1.6);
        opacity: 0
    }
}

.pregan:nth-child(1) {
    animation-delay: 1s
}

@keyframes play0 {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

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

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

.play0 {
    animation: play0 1.5s ease infinite
}
/*igi_call_to_action*/

/*igi_modal*/
.modal_igi {
    display: none; 
    position: fixed; 
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.modal_igi.show{
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal_igi-content {
    background: white;
    border-radius: 8px;
    width: 600px;
    position: relative;
    max-width: 95%;
    overflow: hidden;
}
.modal_igi-content_body{
    padding: 20px;
}
.modal_igi_header {
    display: flex;
    align-items: center;
    padding: 9px 20px;
    background: var(--second-color);
}
.modal_igi_header .modal_igi_header-title {
    flex: 1;
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
}
.modal_igi-close {
    position: absolute;
    top: 8px;
    right: 8px;
    color: #fff;
    border-radius: 50%;
    text-decoration: none;
    font-size: 20px;
    background: red;
    cursor: pointer;
    width: 24px;
    height: 24px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.modal_igi-btn {
    padding: 10px 20px;
    background: #007bff;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

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

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

.modal_igi .product-details {
    margin-left: 10px
}

.modal_igi .product-details h4 {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    color: #374151;
    margin: 0;
    margin-bottom: 4px;
    font-family: "Oswald", sans-serif;
    line-height: 25px;
}

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

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

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

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

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

.modal_igi .product-meta .price del span,.modal_igi .product-meta .price del span * {
    font-size: 15px;
    color: #333333b8;
    font-weight: 400;
}

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

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

.modal_igi .product-meta span {
    font-weight: 700;
    text-transform: uppercase
}
/*igi_modal*/

/*igi_language*/
.language{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 2px;
    margin-left: 5px;
}
.btn_lang_en,.btn_lang_vi{cursor: pointer;}
.language img{
    width: 40px;
    height: auto;
}
/*igi_language*/

/*home_support */
.home_support{
    background: #333;
    padding: 15px 0;
}
/*.home_support_grids{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: space-between;
    gap: 40px;
}*/
.home_support_grids .item{display: flex;gap: 15px;align-items: center;}
.home_support_grids .item img{
}
.home_support_grids .item span{color: #fff;text-transform: uppercase;font-weight: 600;font-size: 15px;}
/*home_support */

/*home_danhmuc */
.box_home_danhmuc {

}
.box_home_danhmuc_title{
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}
.box_home_danhmuc_grids{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: center;
    text-align: center;
    gap: 40px;
}
.box_home_danhmuc_grids .item{}
.box_home_danhmuc_grids .item .danhmuc_img{
    display: block;
    margin-bottom: 15px;
}
.box_home_danhmuc_grids .item .danhmuc_img img{
    max-width: 210px;
    width: 100%;
    border-radius: 50%;
    overflow: hidden;
}
.box_home_danhmuc_grids .item .danhmuc_title{
    display: block;
    font-size: 17px;
    color: #333;
    font-weight: 500;
    text-align: center;
}
/*home_danhmuc */

/*box_home_product */
.box-hot-products {
    background: rgb(250 248 245 / 1.0);
}
.box-hot-products .box_home_product_grids{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
    margin-bottom: 40px;
}
.product-item{}
.product-item .product-item-images{
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.product-item .product-item-images_a{
    width: 100%;
    display: block;
    text-align: center;
}
.product-item .product-item-images img{
    max-width:100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}
.product-item .product-body{}
.product-item .product-body .product-title{
    font-size: 14px;
    color: #333;
    line-height: 23px;
    text-transform: uppercase;
    font-weight: 500;
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}
.product-item .product-body .box-price{
    text-align: center;
}
.product-item .product-body .box-price .price{
    text-decoration: none;
    display: flex !important;
    justify-content: center;
    gap: 10px;
}
.product-item .product-body .box-price *{
    text-decoration: none;
}
.product-item .product-body .box-price del bdi{text-decoration:line-through;font-size: 14px;color: #00000099;}
.product-item .product-body .box-price ins bdi,
.product-item .product-body .box-price > .price{color:red;font-size: 18px;font-weight:600;} 

.box_home_product_viewmore{
    text-align: center;
}
.box_home_product_viewmore a{
    background: #333;
    border:1px solid #333;
    padding: 7px 30px;
    font-size: 13px;
    display: inline-block;
    color: #fff;
    border-radius: 30px;
}
.box_home_product_viewmore a:hover{
    background: #fff;
    border:1px solid #333;
    color:#333;
}
/*box_home_product */

/*product_home_item */
.box-common{
  padding: 60px 0;
}
.box-home-products{
    width: 100%;
    display: block;
    margin-bottom: 50px;
}
.box-home-products:last-child{margin-bottom:0;}

.product_home_item {
    display: flex;
    align-items: center;
    gap: 40px;
}
.box-home-products:nth-child(2n) .product_home_item {
    flex-direction: row-reverse;
}

@media (min-width: 992px) {
    .product_home_item {
        flex-direction: row;
        gap: 100px;
    }
}

.product_home_item .product_image {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_home_item .product_image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
}

.product_home_item .product_info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0;
}

@media (min-width: 992px) {
    .product_home_item .product_info {
        text-align: left;
    }
}

.product_home_item .product_info_title {
    font-size: 26px;
    margin-bottom: 20px;
    line-height: 46px;
    font-weight: 400 !important;
}
.product_home_item .product_info_title strong{
    display:block;
    font-weight: 500 !important;
    font-size: 32px !important;
}

.product_info_action a {
    padding: 8px 40px;
    font-size: 15px;
    text-decoration: none;
    border-radius: 30px;
    border: 1px solid #333;
    color: #333;
    display: inline-block;
}
.product_info_action a:hover {
    background: #333;
    color:#fff;
}
/*product_home_item */

/*box-reviews */
.box-reviews {background-size: cover;}
.box-reviews .box-reviews-title{
    text-align: center;
    margin-bottom: 40px;
}
.box-reviews .box-reviews-title .span_title{
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    color: #333;
}
.box-reviews .box-reviews-title .span_title strong
{
    color: #ED8A00;
    font-size: 30px;
}
.box-reviews .box-reviews-title span{
    display: block;
    width: 100%;
    margin-top: 10px;
    line-height: 30px;
    font-size: 14px;
    color: #333;
}
.box-reviews-list{}
.box-reviews-list .swiper-slide{height: 100%;}
.box-reviews-list .item{
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}
.box-reviews-list .item .star{display: flex;gap: 3px;margin-bottom: 6px;}
.box-reviews-list .item .star i{color: #ED8A00;font-size: 11px;}
.box-reviews-list .item .name{
    font-weight: 600;
    font-size: 16px;
    line-height: 29px;
    margin-bottom: 10px;
}
.box-reviews-list .item .desc{
    font-size: 14px;
    line-height: 23px;
    text-align: justify;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.box-reviews-list .item .pro_infor{
    display: flex;
    gap: 10px;
    align-items: center;
}
.box-reviews-list .item .pro_infor .pro_infor_images{
    width: 115px;
}
.box-reviews-list .item .pro_infor .pro_infor_images a{}
.box-reviews-list .item .pro_infor .pro_infor_images img{width: 100%;aspect-ratio: 1/1;object-fit: cover;}
.box-reviews-list .item .pro_infor .pro_infor_body{
    display:flex;
    flex-direction: column;
}
.box-reviews-list .item .pro_infor .pro_infor_body .product-title{
    font-size: 14px;
    line-height: 23px;
    color: #333;
}

.box-reviews-list .item .pro_infor .pro_infor_body .box-price .price{
    text-decoration: none;
    display: flex !important;
    justify-content: center;
    gap: 10px;
}
.box-reviews-list .item .pro_infor .pro_infor_body .box-price *{
    text-decoration: none;
}
.box-reviews-list .item .pro_infor .pro_infor_body .box-price del bdi{text-decoration:line-through;font-size: 13px;color: #00000099;}
.box-reviews-list .item .pro_infor .pro_infor_body .box-price ins bdi,
.box-reviews-list .item .pro_infor .pro_infor_body .box-price > .price{color:red;font-size: 14px;font-weight:600;} 

.box-reviews-list .item .pro_infor .pro_infor_body .pro_view_more{
    color: #2352E7;
    font-size: 13px;
    display: inline-block;
}

/*box-reviews */

/*box-video */
.box_home_video_title {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}
.box-video .video_item{cursor: pointer;position: relative;width: 100%;}

.box-video .video_item img,
.box-video .video_item iframe{
    width: 100% !important;
    aspect-ratio: 9/16;
    object-fit: cover;
    border-radius: 5px;
    overflow: hidden;
    height: auto !important;
}

.box-video .video_item .span_player{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
    z-index: 9;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.box-video .video_item .span_player i{
    color: red;
    font-size: 22px;
}
/*box-video */

/*box-newsletter */
.box-newsletters {padding:80px 0; background-size: cover;}
.box-newsletters .box-newsletters-title{
    text-align: center;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    color: #333;
}

.box-newsletters .box-newsletters-desc{
    display: block;
    width: 100%;
    line-height: 26px;
    font-size: 14px;
    color: #333;
    text-align: center;
    margin-bottom: 20px;
}
.box-newsletters-main{max-width: 100%;}
.box-newsletters-form{
    position: relative;
    width: 100%;
    max-width: 530px;
    margin: 0 auto;
}
.box-newsletters-form input[type="tel"]{
    padding: 10px 20px;
    border: 1px solid #333;
    background: #fff;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    color: #333;
    border-radius: 20px;
}
.box-newsletters-form input[type="button"]{
    background: #333;
    color: #fff;
    padding: 10px 40px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 20px;
    border: none;
    cursor: pointer;
    font-size: 14px;
}

/*box-newsletter */

/*box-archive-product */
.box-archive-products .box_home_product_grids{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
    margin-bottom: 40px;
}
/*box-archive-product */

/*box detail product */
.product-gallery {
    width: 100%;
    max-width: 100%;
    margin: auto;
    margin-bottom: 30px;
}
.swiper-product-main {
    width: 100%;
    margin-bottom: 10px;
}
.swiper-product-thumbs {
    width: 100%;
    .swiper-slide {
        cursor: pointer;
        opacity: 0.5;
    }
    .swiper-slide-thumb-active {
        opacity: 1;
        border: 1px solid #eee;
    }
    .swiper-slide{
        padding:10px;
        box-sizing:border-box;
    }
}

.product_top_detail_flex{display: flex; gap: 30px;}
.product_top_detail_flex .product_cot1{width: 60%;}
.product_top_detail_flex .product_cot2{width: calc(40% - 30px);}
.product-detail-box{}
.product-detail-box .star{display: flex;gap: 5px;margin-bottom: 0;margin-top: 20px;}
.product-detail-box .star i{color: #ED8A00;font-size: 16px;}
.woocommerce-product-details__short-description{
    font-size:15px;
    line-height:25px;
    color:#333;
}
.woocommerce-product-details__short-description ul,
.woocommerce-product-details__short-description ol{
    padding-left:15px;
}

.product-detail-box .product_title{
   font-size: 23px;
   margin-bottom: 10px;
   text-align: left;
   display: block;
   line-height: 30px;
   font-weight: 500;
   color: #333;
}
.product-detail-box .product_short_desc{
    text-align: center !important;
    display: block;
    position: relative;
    translate: none;
    rotate: none;
    scale: none;
    transform: translate(0px, 0px);
    opacity: 1;
    visibility: inherit;
    margin-bottom: 15px;
}
.product-detail-box .product_meta{display: none;}
.product-detail-box form.cart{display: none !important;}

.product-detail-box .price{display: flex;justify-content: left;gap: 10px;align-items: center;margin: 18px 0;}
.product-detail-box .price bdi{text-decoration: none;color: red;}
.product-detail-box .price del{}
.product-detail-box .price del span{font-weight: 400;font-size: 16px;}
.product-detail-box .price ins{}
.product-detail-box .price span{font-size: 24px;font-weight: 700;text-decoration: none;}
.product-detail-box .price .price,
.product-detail-box .price p.price,
.product-detail-box .price span.price {
    text-decoration: none !important;
}

.product-detail-box .price *{
    text-decoration: none !important;
}
.product-detail-box .price del bdi{color: #333;text-decoration: line-through !important;}


.details-pro .btn_product_action{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 10px;
}
.details-pro .btn_product_action a{
    display: inline-block;
    padding: 7px 24px;
    background: #da251c;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    border-radius: 0;
    transition: all 0.3s ease-in-out;
    text-decoration:none !important;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    line-height: 26px;
}
.details-pro .btn_product_action a.btn_goilai{
    background:#0fa80f;
}
.details-pro .btn_product_action a span{
    display: block;
    font-size: 13px;
    margin-top: 0;
    width: 100%;
    font-weight: 300;
    line-height: 18px;
}

.box-product-desc{}
.box-product-desc .product_tab{
    border-top:1px solid rgb(221 221 221);
    width: 100%;
    padding: 15px 0;
}
.product_tab .product_tab_title img{
    width: 17px;
    height: auto;
    position: absolute;
    left: 0;
    top: 3px;
}
.product_tab .product_tab_title > i{
    width: 17px;
    height: auto;
    position: absolute;
    left: 3px;
    top: 3px;
    color:#333333b0;
}
.product_tab .product_tab_title{
    font-size: 15px;
    color: #333;
    display: block;
    width: 100%;
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
    padding-left: 22px;
    box-sizing: border-box;
}
.product_tab_title .ft-arrow-product{position: absolute;right: 0;top: -3px;color: #333;}
.product_tab_title .ft-arrow-product i{font-size: 14px;color: #333333b8;font-weight: 400 !important;}
.product_tab_content{margin-top: 15px;}

@media screen and (max-width: 767px){
    .product_top_detail_flex{display: flex;gap: 30px;flex-direction: column;}
    .product_top_detail_flex .product_cot1{width: 100%;}
    .product_top_detail_flex .product_cot2{width: 100%;}
    .product-gallery{margin-bottom:0;}
    .product-detail-box .product_title{font-size: 18px;line-height: 23px;}
    .product-detail-box .star{margin-top:10px;}
    .product-detail-box .price{margin:10px 0;}
    .product-desc-box{margin-top:20px;}
}
/*box detail product */

@media screen and (min-width:992px){
    #igi-mobile-menu{display: none;}

    .main-menu {
        width: 100%
    }

    .main-menu ul {
        padding: 0;
        margin: 0;
        gap: 20px;
        justify-content: space-between !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .main-menu>ul>li>a {
        transition: all .3s linear;
        padding: 15px 15px;
        display: block;
        width: 100%;
        font-weight: 400;
        font-size: 16px;
        position: relative;
        color: #000
    }

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

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

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

    .main-menu li {
        position: relative
    }

    .main-menu>ul>.menu-item-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 #eee;
        font-size: 15px;
        padding-right: 30px;
        position: relative;
        color: #333 !important
    }

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

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

    .sub-menu>.menu-item-has-children>.sub-menu>.menu-item-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>.menu-item-has-children>.sub-menu>.menu-item-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) {
    .container, .container-fluid{
      padding-left: 15px;
      padding-right: 15px;
    }

    header{
        background: #fff !important;
        position: relative;
        z-index: 20;
        padding: 6px 0;
    }

    .header-top-main{margin-top:0 !important; padding-top:5px; padding-bottom:3px;}
    .header-top-mb .menu-icon{
        cursor:pointer;
    }
    .header-top-mb svg,.header-top-mb .menu-icon{
        width: 30px;
        height: 30px;
    }
    .header-top-mb svg path{
        fill: #333 !important;
    }
    .header-top-mb .btn-cart{position:relative;}
    .header-top-mb .btn-cart .cart-counter{color: #fff !important; position:absolute;top: -4px;right: -7px;width: 20px;height: 20px;border-radius: 50%;background: var(--second-color);font-size: 11px;display: flex;align-items: center;justify-content: center;}
    
    .header-top-mb .hamburger {
        width: 32px;
        height: 32px;
        cursor: pointer;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .header-top-mb .hamburger span {
        display: block;
        width: 100%;
        height: 2px;
        background: #333;
        position: absolute;
        transition: all 0.3s ease;
    }

    .header-top-mb .hamburger span:first-child {
        top: 9px;
    }

    .header-top-mb .hamburger span:last-child {
        bottom: 9px;
    }

    .font_head{margin-bottom: 30px;font-size: 23px;}

    .home_support_grids .item span{
        font-size: 14px;
        line-height: 20px;
    }

    .box_home_danhmuc_grids{grid-template-columns: 1fr 1fr; gap: 20px;}
    .box_home_danhmuc_grids .item .danhmuc_img img{max-width: 140px !important;}
    .box_home_danhmuc_grids .item .danhmuc_img{margin-bottom: 0;}
    .box_home_danhmuc_grids .item .danhmuc_title{font-size: 15px;}
    
    .box-hot-products .box_home_product_grids{grid-template-columns: 1fr 1fr;gap: 20px 10px;margin-bottom: 15px;}
    .box-archive-products{padding: 0 !important;}
    .box-archive-products .box_home_product_grids{grid-template-columns: 1fr 1fr;gap: 20px 20px;}
    
    .product-item .product-item-images{margin-bottom: 8px;}
    .product-item .product-body .product-title{line-height: 20px;text-transform: inherit;font-size: 14px; margin-bottom: 6px;}
    .product-item .product-body .box-price ins bdi, .product-item .product-body .box-price > .price{
        font-size: 16px;
    }
    .product-item .product-body .box-price > .price
    {
        justify-content: center;
        gap: 0;
        flex-direction: column;
        line-height: 22px;
    }
    
    .swiper_slider{height: auto !important;}
    .igi_swiper_slider .swiper-navigation-btns{display: none !important;}
    .igi_swiper_slider .swiper-pagination{justify-content: center;}
    .igi_swiper_slider .swiper-pagination-bullet{width: 10px; height: 10px;}
    .igi_swiper_slider .swiper-pagination{bottom: 15px !important; padding: 0; gap: 2px;}
    .scroll-down{display: none !important;}

    .igi_swiper_slider .hero-text{top: 50px; left: 0; right: 0; bottom: auto !important; padding-left: 20px; padding-right: 20px; text-align: center;}
    .igi_swiper_slider .hero-text h2{}
    .igi_swiper_slider .hero-text .btn{margin-top: 0;}

    .box-common{padding: 30px 0;}
    .box-video{padding-top:0;}

    .box-newsletters{
        background-size:auto 100%;
        position:relative;
        background-position:top right;
        padding: 40px 0;
    }
    .box-newsletters .box-newsletters-title{
        font-size: 21px;
    }
    .box-newsletters .box-newsletters-desc{line-height:22px;font-size: 14px;}

    .product_home_item {
        display: flex !important;
        align-items: center;
        gap: 20px  !important;
        flex-direction: column !important;
    }
    .product_home_item .product_info{justify-content: center;gap: 10px;width: 100%;align-items: center;gap: 5px;}
    .product_home_item .product_info_title{
        font-size: 19px !important;
        line-height: 28px !important;
        font-weight: 400 !important;
        text-align: center;
        margin-bottom: 10px !important;
    }
    .product_home_item .product_info_title strong{
        font-size: 21px !important;
        line-height: 25px !important;
        font-weight: 500 !important;
        display: inline !important;
    }
    .product_home_item .product_info_action{justify-content: flex-start;}
    .product_info_action a,.box_home_product_viewmore a {
        padding: 4px 30px;
        font-size: 13px;
        background: #333;
        color: #fff;
        border-radius: 30px;
    }

    .box-reviews{background-size: auto 100%;}

    .box-reviews .box-reviews-title .span_title{
        font-size: 20px;
        line-height: 27px;
    }

    .box-reviews .box-reviews-title span {
        line-height: 21px;
    }
    .box-reviews-list .item .desc{padding-bottom: 10px; margin-bottom: 10px;}

    .head-title a{font-size: 25px;line-height: 35px;}
    .head-title{margin-bottom: 30px;}

    .news-item .news-body{padding: 8px 8px}
    .news-item .news-title {
        font-size: 15px;
        line-height: 21px;
    }
    .news-item .box-btn-more a{text-align: right;}
    .news-item .desc{font-size: 14px;line-height: 21px;}

    .box-news-list{grid-template-columns: 1fr; gap: 20px;}
  
    .related_posts{margin-bottom:30px; padding-top:15px;}

    .video-item .video-title{font-size:13px;line-height: 18px;}

    footer{padding: 30px 0;padding-bottom: 0;}
    .top-footer{
      gap: 10px 15px;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      overflow: hidden;
    }

    .top-footer .footer_col_1,
    .top-footer .footer_col_2,
    .top-footer .footer_col_3,
    .top-footer .footer_col_4{
      width: 100%;
    }
  
    .ft-head{font-size: 17px;display: block;position: relative;padding-bottom: 10px;border-bottom: 1px solid #ffffff4d;margin-top: 10px;margin-bottom: 0;}
    .ft-arrow-toggle{
        position:absolute;
        right: 0;
        top: 0;
    }
    .ft-arrow-toggle i{font-size: 13px;}
    
    .ft-links a:before{
        font-size: 7px;
    }
    .ft-links a{font-size: 14px;padding-left: 8px;}
    .ft-links li:not(:last-child){padding-bottom: 0;margin-bottom:5px;}

    .social a{text-align:center;padding-left: 0;width: 25px;height: 25px;}
    .social a i{font-size:10px;}

    footer .box_social, .pt_chungnhan, .pt_thanhtoan{margin-top:10px;margin-bottom:10px;padding-top: 10px;}
    .level2_title{margin-bottom: 8px;font-size: 15px;}
    .pt_thanhtoan img{width: 100% !important;max-width: 100% !important;}
    .footer_bottom_1 .pt_chungnhan{margin-top: 10px;padding-top:0;margin-bottom: 0;}
    .footer_bottom_1 .pt_chungnhan .level2_title{display:none; }
    .footer_bottom_1{font-size:14px;line-height: 26px;}
    
    .footer_bottom_1 strong{margin-bottom: 5px;font-size: 19px;line-height: 28px;}

    .footer_bottom {
        padding: 0;
        margin-top: 0;
        border: none;
    }
    .copyr{
        padding: 10px 0;
        font-size: 10px;
    }
  
    header.fixed{
      position: fixed;
      z-index: 999999;
      left: 0;
      right: 0;
      top: 0;
    }

    .form_contact_box .row{
        grid-template-columns: 1fr;
        gap: 30px;
    }

  .footer_bottom_grids{grid-template-columns:1fr;gap: 7px;}
  .box-breadcrumb{margin-bottom: 15px;}
  .detail-body{font-size: 15px;}

    a.message-pc {
        right: 17px;
        width: auto;
        bottom: 220px
    }

    a.zalo-pc {
        right: 15px;
        width: auto;
        bottom: 150px
    }

    a.hotline-pc {
        right: 17px;
        bottom: 82px;
        background-color: #0fa80f;
        width: 38px;
        height: 38px
    }

    a.message-pc img {
        width: 38px
    }

    a.zalo-pc img {
        width: 40px
    }

    /* Mobile Menu */
    #igi-mobile-menu {
      position: fixed;
      top: 0;
      left: 0;
      width: 80%;
      height: 100%;
      background: #000;
      color: #fff;
      transform: translateX(-100%);
      transition: transform 0.3s ease-in-out;
      z-index: 999999;
      overflow-y: auto;
    }

    #igi-mobile-menu.active {
      transform: translateX(0);
    }

    /* Close Button */
    #igi-menu-close {
      background: none;
      color: #fff;
      border: none;
      font-size: 20px;
      text-align: right;
      padding: 20px;
      cursor: pointer;
      font-weight: 400;
    }
    #igi-menu-close i{font-weight: 500;}

    /* Hamburger Menu Icon */
    .hamburger {
      cursor: pointer;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      width: 30px;
      height: 22px;
    }

    .hamburger span {
      width: 100%;
      height: 4px;
      background-color: #fff;
    }

    /* Menu Level 1 */
    .igi-menu-level-1 {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .igi-menu-level-1 li {
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .igi-menu-level-1 li a {
      display: block;
      padding: 10px 15px;
      color: #fff;
      text-decoration: none;
    }
    .igi-menu-level-1 li ul a{
        padding:10px 10px;
    }

    .igi-menu-level-1 li a:hover {
      background-color: #444;
    }

    .igi-menu-level-1 .menu-item-has-children > a::after {
      content: " +";
      float: right;
    }

    /* Sub-menu */
    .sub-menu {
      display: none;
      padding-left: 20px;
    }

    .sub-menu li {
      border: none;
      list-style: none;
    }
}
