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

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

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

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

.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-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{
  z-index: 9;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
header.no-fixed{position:relative;}

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

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

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

.box-right{
    display:flex;
    flex-direction: row;
    gap: 38px;
    align-items: center;
    justify-content: center;
}
.box-right .menu-icon{
    cursor:pointer;
}
.box-right svg,.box-right .menu-icon{
    width: 32px;
    height: 32px;
}
.box-right svg path{
    fill: #333 !important;
}
.box-right .btn-cart{position:relative;}
.box-right .btn-cart .cart-counter{color: #333 !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: 45px;
    box-sizing: border-box;
    width: 150px;
}

.igi_swiper_slider .swiper-button-next,
.igi_swiper_slider .swiper-button-prev {
    width: 50px;
    height: 50px;
    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: 13px;
    color: #fff;
    font-weight: bold;
}

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

.igi_swiper_slider .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    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*/

/*product_home_item */
.box-common{
  padding: 60px 0;
}
.box-home-products{
    width: 100%;
    display: block;
    background-color: rgba(249, 249, 238, 0.65);
    padding: 150px 0;
}
.box-home-products:nth-child(2n+1){
  background-color: #dcb3877a;
}
.product_home_item {
    display: flex;
    align-items: center;
    gap: 80px;
}
.box-home-products:nth-child(2n+1) .product_home_item {
    flex-direction: row-reverse;
}
.box-home-products .container-fluid{
    max-width: 1620px;
}
.box-home-products:nth-child(2n+1) .container-fluid{
    max-width: 1300px;
}

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

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

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

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

.product_home_item .product_info_title {
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
    line-height: 45px;
}

.product_home_item .product_info_desc {
    font-size: 16px;
    margin-bottom: 15px;
}

.product_home_item .product_info_action {
    display: flex;
    justify-content: center;
    gap: 10px;
}

@media (min-width: 992px) {
    .product_home_item .product_info_action {
        justify-content: flex-start;
    }
}

.product_info_action .btn {
    padding: 10px 40px;
    font-size: 15px;
    text-decoration: none;
    border-radius: 30px;
    text-transform: uppercase;
}

.product_info_action .btn-dark {
    background-color: #000;
    color: #fff;
}

.product_info_action .btn:hover {
    background-color: var(--main-color);
}

.product_info_action .btn-danger {
    background-color: #dc3545;
    color: #fff;
}

.product_info_action .btn-danger:hover {
    background-color: var(--main-color);
}
/*product_home_item */

/* factory */
.factory-section {
    padding: 0;
    text-align: center;
    color: #fff;
    background-size: cover;
}
.factory-content {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.factory-content-box{
    background-color: rgba(0, 0, 0, 0.65);
    max-width: 600px;
    height: 100%;
    padding: 220px 30px;
}
.factory-image {
    width: 100%;
    max-width: 750px;
    height: auto;
    margin-bottom: 20px;
}
.factory-content h2 {
    font-size: 35px;
    margin-bottom: 30px;
    text-transform: uppercase;
    line-height: 45px;
}
.factory-content p {
    font-size: 16px;
    margin-bottom: 30px;
}
.factory-content .btn-light {
    background: #fff;
    color: #000;
    display: inline-block;
    padding: 10px 40px;
    font-size: 15px;
    text-decoration: none;
    border-radius: 30px;
    text-transform: uppercase;
}
.factory-content .btn-light:hover{
    background: var(--main-color);
    color: #fff;
}
/* factory */

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

.head-title
{
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 50px;
    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: 30px;
    background: #dcb3877a;
}
.footer {
  color: #333;
  font-size: 14px;
}

.copyr{
  text-align: center;
  font-size: 12px;
  margin-top: 40px;
  color: #717171;
  width: 100%;
}

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

.footer_bottom_1{font-size: 14px;}
.footer_bottom_1 strong{
    font-size: 19px;
    margin-bottom: 10px;
    display: block;
    font-family: "Oswald", sans-serif;
    font-weight: 500 !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: 19px;
  position: relative;
  text-transform: uppercase;
  color: #333;
  font-family: "Oswald", sans-serif;
  font-weight: 500 !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: #333;
  font-size: 15px;
  position: relative;
  padding-left: 13px;
}
.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: 9px;
  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;}

.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 blockquote {
    padding: 15px
}

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

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

.detail-body h1,.detail-body h2,.detail-body h3,.detail-body h4,.detail-body h5,.detail-body h6 {
    font-weight: 700;
    position: relative;
    line-height: 1.2;
    margin-top: 15px;
    margin-bottom: 10px;
    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: 25px;
}

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

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

.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: 14px;
    line-height: 26px;
    margin: 0 0 10px;
    padding: 15px 20px 15px 45px;
    position: relative;
    text-align: justify
}

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

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

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

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

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

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

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

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

.box-breadcrumb{padding: 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;}
.box-breadcrumb *{font-size: 14px;color: #333;}

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

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

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

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

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

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

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

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

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

.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: 30px;
    height: 30px;
    border-radius: 0;
    text-align: center;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    color: #333;
    background-color: #fff;
    border: 1px solid #190d054d !important;
}

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

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

.igi_page__desc_bottom{margin-top: 20px;}

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

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

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

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

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

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

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

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

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


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

@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;
}
.product-detail-box .qib-container{
  display: none !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;}

@media screen and (min-width:992px){
    body.single-product header.fixed,
    body.page-template-about header.fixed{position: relative; background: none;}

    body:not(.home):not(.single-product):not(.page-template-about) header{
        position: relative;
    }

    body:not(.home):not(.single-product):not(.page-template-about) header .header-top-main{
        margin-top: 0;
        padding: 10px 0;
    }
}

/*igi product landing */
.prod-landing {
    position: relative;
    background-color: rgba(249,249,238, 1);
}
.prod-landing section {
    position: relative;
}
.prod-landing section.hero {
    overflow: hidden;
}

.prod-landing section.hero .inner {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 100vh;
}
.prod-landing section.hero .hero--wrap-prod .hero--anim-container .hero--img {
    width: 100%;
    height: auto;
}
.prod-landing section.hero .scroll-down .scroll-down--txt{
    color: #333;
}
.prod-landing section.hero .scroll-down--bar .scroll-down--bar-in{
    background: #333;
}

.prod-landing .product_title {
   font-size: 36px;
   margin-top: 40px;
   margin-bottom: 20px;
   text-align: center !important;
   text-transform: uppercase;
   display: block;
   line-height: 45px;
}

.prod-landing  .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;
}
.prod-landing .btn_product_action{
    margin-top: 20px;
}
.prod-landing .btn_product_action a{
    display: inline-block;
    padding: 4px 24px;
    background: #da251c;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
    text-decoration:none !important;
    text-align: center;
    width:200px;
    box-sizing: border-box;
}
.prod-landing .btn_product_action a.btn_goilai{
    background:#0fa80f;
}
.prod-landing .btn_product_action a span{
    display: block;
    font-size: 11px;
    margin-top: 0;
    width: 100%;
    font-weight: 300;
    line-height: 13px;
}
.prod-landing img, .prod-landing svg {
    vertical-align: middle;
}
.prod-landing [class^=obj-fit-], [class*=" obj-fit-"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.prod-landing .obj-fit-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
}
.prod-landing .h-100 {
    height: 100% !important;
}
.prod-landing .w-100 {
    width: 100% !important;
}

.pages-vert-side-img .curtain {
    transition: all 1800ms cubic-bezier(0.83, 0, 0.17, 1);
    background-color: rgba(249,249,238, 1);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.pages-vert-side-img.active .curtain {
    width: 0%;
}

.pages-vert-side-img {
    width: 20%;
    height: 100vh;
    position: fixed;
    top: 0;
    overflow: hidden;
}

.prod-landing section .pages-vert-side-img {
    width: 100%;
    height: 75vh;
    position: relative !important;
    margin-bottom: 4rem;
}
.pages-vert-side-img.right-side {
    right: 0;
}
.pages-vert-side-img.left-side {
        left: 0;
}
.pages-vert-side-img .inner-wrap {
    transition: transform 2600ms cubic-bezier(0.16, 1, 0.3, 1);
    transform: scale(0.95);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}
.pages-vert-side-img.active .inner-wrap {
    transform: scale(1.05);
}
.prod-landing section.hero .hero--wrap-prod{text-align: center;}
.prod-landing section.hero .hero--wrap-prod .hero--anim-container .hero--img{
    translate: none;
    rotate: none;
    scale: none;
    transform: translate(0px, 0px);
    opacity: 1;
    visibility: inherit;
}

.prod-landing section.intro .inner {
    min-height: auto;
}
section.intro {
    background-color: rgba(242,240,227, 1);
}
section.intro  .section02{
    display: grid;
    grid-template-columns: 4fr 8fr;
    gap: 30px;
    align-items: center;
}
section.intro .section02_title {
    color: #FF7453;
}
section.intro .box-breadcrumb{
    background: none;
    border:none;
    padding: 0;
    margin-bottom: 40px;
}
section.intro .box-breadcrumb .container{padding: 0 !important;max-width: 100%;}
section.intro .rank-math-breadcrumb{}
section.intro .rank-math-breadcrumb *{
    text-decoration: none;
    color: rgba(34, 34, 34, .65);
}
.prod-landing section.intro .inner .section02_desc {
    margin-top: 2rem;
    font-size: 16px;
    line-height: 26px;
    color: #333;
    text-align: justify;
}

.prod-landing section.highlights .highlights--wrap-text {
    width: 100%;
}

.prod-landing section.highlights .highlights--wrap-text .highlights--item:not(:last-child) {
    margin-bottom: 50px;
}
.prod-landing section.highlights .highlights--item{

}
.prod-landing section.highlights .highlights--item .highlights--item-title,
section.intro .section02_title{
    margin-bottom: 15px;
    font-size: 27px;
    font-weight: 700;
    line-height: 36px;
}
.prod-landing section.highlights .highlights--item .highlights--item-title{
    font-weight: 700;
    font-size: 24px;
}
.prod-landing section.highlights .highlights--item .highlights--item-desc{
    font-size: 17px;
    line-height: 30px;
}

.prod-landing section.gallery .gallery-item{
    background-color: rgb(242 240 227);
    position: relative;
    width: 100%;
}
.prod-landing section.gallery .gallery-item:before{
    display: block;
    padding-top: 100%;
    content: "";
}
.prod-landing section.gallery .gallery-item img{
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: 90%;
    height: auto;
    margin: 0 auto;
    transform: translateY(-50%);
    transition: width 600ms cubic-bezier(0.65, 0, 0.35, 1);
}

.prod-landing section.gallery .igi_swiper_slider .swiper-navigation-btns{
    position: relative;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.prod-landing section.video-gallery{
    background: #000;
    background-repeat: no-repeat;
    background-origin: padding-box;
}

.prod-landing section.video-gallery .video-gallery--thumb {
    position: relative;
}
.prod-landing section.video-gallery .video-gallery--thumb:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
}
.prod-landing section.video-gallery .video-gallery--thumb{
    cursor: pointer;
}
.prod-landing section.video-gallery .video-gallery--thumb img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.prod-landing section.video-gallery .container-fluid,
.prod-landing section.features .container-fluid,
.prod-landing section.intro .container-fluid,
.prod-landing section.specifications .container-fluid{
    max-width: 1620px;
}

.prod-landing section.video-gallery .video-gallery--title{
    position: absolute;
    bottom: 15px;
    left: 20px;
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}
.prod-landing section.video-gallery .btn-playvideo{
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: red;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.prod-landing section.video-gallery .btn-playvideo i{
    font-size: 30px;
    color: #fff;
}

.prod-landing section.features,
.prod-landing section.download,
.prod-landing section.other-products {
    background-color: rgba(0, 0, 0, 0);
}

.prod-landing section.features .title,
.prod-landing section.specifications .title{
    color: #FF7453;
    margin-bottom: 15px;
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
}
.prod-landing section.features .features_grids{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px;
    margin-top: 40px;
}
.prod-landing section.features .features--item{
    
}
.prod-landing section.features .features--item .features--item-title{
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 15px;
    color: #333;
    line-height: 28px;
    margin-top: 0;
}
.prod-landing section.features .features--item .features--item-desc{
    font-size: 16px;
    margin-bottom: 0;
    color: #333;
    line-height: 25px;
}

.prod-landing section.specifications {
    background-color: rgba(242,240,227, 1);
}
.prod-landing section.specifications .title{
    
}
.prod-landing section.specifications dl {
    transition: opacity 1200ms cubic-bezier(0.16, 1, 0.3, 1);
    transition-delay: 1s;
}
.prod-landing section.specifications dl dt {
    float: left;
    width: 45%;
    margin: .6rem 0;
    box-sizing: border-box;
}
.prod-landing section.specifications dl dd {
    float: left;
    width: 55%;
    margin: .6rem 0;
    padding-left: 1.5rem;
    position: relative;
    text-align: end;
    box-sizing: border-box;
}
.prod-landing section.specifications dl hr {
    clear: both;
    display: block;
    width: 100%;
    height: 0.8px;
    border-top: 0.5px solid #2222226b;
    opacity: 1;
    margin-bottom: 0;
}
.prod-landing section.specifications dl::after {
    display: block;
    content: "";
    clear: both;
}
.prod-landing section.specifications dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

.prod-landing .box_price .price{display: flex;justify-content: center;gap: 10px;align-items: center;}
.prod-landing .box_price bdi{text-decoration: none;color: red;}
.prod-landing .box_price del{}
.prod-landing .box_price del span{font-weight: 400; font-size: 15px;}
.screen-reader-text{display: none !important;}
.prod-landing .box_price ins{}
.prod-landing .box_price span{font-size: 24px;font-weight: 700;text-decoration: none;}
.prod-landing .box_price .price,
.prod-landing .box_price p.price,
.prod-landing .box_price span.price {
    text-decoration: none !important;
}

.prod-landing .box_price *{
    text-decoration: none !important;
}
.prod-landing .box_price del bdi{color: #333;text-decoration: line-through !important;}

@media (min-width: 768px) {
    .prod-landing section .pages-vert-side-img {
        width: 33.3%;
        height: 100%;
        position: absolute !important;
        top: 0 !important;
        bottom: auto !important;
        margin-bottom: 0;
    }
    .prod-landing section.hero .hero--wrap-prod .hero--anim-container .hero--img {
        width: 75%;
    }

    .prod-landing section.intro .inner .section02_desc {
        -moz-column-count: 2;
        column-count: 2;
        -moz-column-gap: 4rem;
        column-gap: 4rem;
    }

    .prod-landing section.highlights .highlights--wrap-text {
        width: calc(60% - 3rem);
        margin-left: 40%;
    }
}

@media (min-width: 992px) {
    .prod-landing section .inner {
        padding-top: 120px;
        padding-bottom: 120px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .prod-landing section.hero .hero--wrap-prod {
        width: calc(66.6% - 3rem);
    }
    .prod-landing section.hero .hero--wrap-prod .hero--anim-container {
        margin-top: -5vh;
    }
    .prod-landing section.hero .hero--wrap-prod .hero--anim-container .hero--img {
        width: auto;
        height: 50vh;
        max-height: 54rem;
    }

    .prod-landing section.intro .inner .section02_desc {
        margin-top: 0;
    }

    .prod-landing section.gallery .inner {
        padding-top: 60px;
        padding-bottom: 30px;
    }
}

@media (min-width: 1200px) {
    .prod-landing section .inner {
        display: flex;
        align-items: center;
        min-height: 100vh;
    }

    .prod-landing section.highlights .highlights--wrap-text .highlights--item {
        padding-right: 17%;
    }

    .prod-landing section.gallery .inner {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media (max-width: 1650px) {
    .prod-landing section.video-gallery .container-fluid,
    .prod-landing section.features .container-fluid,
    .prod-landing section.intro .container-fluid,
    .prod-landing section.specifications .container-fluid{
        max-width: 1200px;
    }
}

@media (max-width: 991px) {
    .prod-landing section .inner {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .prod-landing section.hero .inner {
        align-items: center;
        display: flex;
        min-height: calc(100vh - 80px);
    }

    .prod-landing section.hero .pages-vert-side-img{
        display: none;
    }

    .prod-landing section.hero .hero--wrap-prod .hero--anim-container .hero--img{
        max-width: 90%;
    }

    .prod-landing .product_title {
        font-size: 28px;
        margin-top: 40px;
        margin-bottom: 15px;
        line-height: 40px;
    }
    .prod-landing .product_short_desc{font-size: 17px;line-height: 26px;}
    

    section.intro .box-breadcrumb{display:none;}
    section.intro .section02{grid-template-columns: 1fr;gap: 15px;}
    
    .prod-landing section.intro .inner .section02_desc,
    .prod-landing section.highlights .highlights--item .highlights--item-desc{margin-top:0;font-size: 17px;line-height: 26px;}

    section.intro .section02_title,
    .prod-landing section.features .title, 
    .prod-landing section.specifications .title{
        font-size: 27px;
        line-height: 34px;
        margin-bottom: 10px;
        text-align: left;
    }

    .prod-landing section.highlights .highlights--item .highlights--item-title{
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 10px;
    }

    .prod-landing section.highlights .highlights--wrap-text .highlights--item:not(:last-child){margin-bottom: 15px;}
    .prod-landing section.highlights .highlights--wrap-text{margin-bottom: 30px;}

    .prod-landing section.highlights .pages-vert-side-img{margin-bottom:0;}
    .prod-landing section.highlights .inner{padding-bottom:0;display: flex;flex-direction: column-reverse;gap: 30px;padding-top: 0;}
    .prod-landing section.gallery .igi_swiper_slider .swiper-navigation-btns{bottom: 7px;display: flex !important;left: 0;right: 0;position: relative;width: 100%;gap: 23px;}
    .prod-landing section.gallery .igi_swiper_slider .swiper-button-next,
    .prod-landing section.gallery .igi_swiper_slider .swiper-button-prev{
        width:30px;
        height:30px;
    }

    .prod-landing section.gallery .igi_swiper_slider .swiper-button-prev:after,
    .prod-landing section.gallery .igi_swiper_slider .swiper-button-next:after{font-size: 10px;}
    .prod-landing section.video-gallery .inner{padding:20px 0;}

    .prod-landing section.video-gallery .video-gallery--title{
        bottom: 5px;
        left: 5px;
        font-size: 17px;
    }
    .prod-landing section.video-gallery .btn-playvideo{
        width: 30px;
        height: 30px;
        bottom: 5px;
        right: 5px;
    }

    .prod-landing section.video-gallery .btn-playvideo i{font-size: 16px;}

    .prod-landing section.features .features_grids{
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 20px;
    }
    .prod-landing section.features .features--item .features--item-title{
        font-size: 22px;
        margin-bottom: 7px;
        line-height: 30px;
    }

    .prod-landing section.features .features--item .features--item-desc{
        font-size: 17px;
        line-height: 26px;
    }

    .prod-landing section.specifications dl dt{font-weight:600;}
    .prod-landing section.specifications dl dt,
    .prod-landing section.specifications dl dd{
        font-size: 14px;
        margin:5px 0;
        line-height: 22px;
    }

    .prod-landing .btn_product_action a{
        width:100%;
        margin-bottom:10px;
        box-sizing: border-box;
    }
}

/*igi product landing */

/*igi about */
section.hero-main-v2
{
    
}
section.hero-main-v2 .about_title{
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
}
section.hero-main-v2 .about_short_desc{
    margin-top: 0;
    font-size: 20px;
    line-height: 32px;
    color: #333;
    text-align: justify;
}

section.hero-main-v2 .hero-main--text{box-sizing: border-box;padding-right: 15%;}
section.hero-main-v2 .hero-main-grids{
    display: grid;
    height: 100%;
    gap: 100px;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}

section.hero-main-v2  .scroll-down .scroll-down--txt{
    color: #333;
}
section.hero-main-v2  .scroll-down--bar .scroll-down--bar-in{
    background: #333;
}

.prod-landing-about .box-page-content{margin-top: 80px; margin-bottom: 80px;}
.prod-landing-about .box-page-content .container{max-width: 880px;}
.prod-landing-about{background: #fff;}

.form_partner .contact-page-form {
    padding: 15px;
    border-radius: 10px;
    border: 2px solid var(--second-color);
}

@media (min-width: 992px) {
    section.hero-main-v2 .container-fluid{
        padding-left: 0;
        height: 100vh;
    }
    section.hero-main-v2 .wrap-img{height:100%;position: relative;}
    section.hero-main-v2 .wrap-img img{position: absolute;}
}
@media (max-width: 991px) {
    section.hero-main-v2 .about_title{
        font-size: 28px;
        margin-top: 40px;
        margin-bottom: 15px;
        line-height: 40px;
    }
    section.hero-main-v2 .about_short_desc,
    .prod-landing-about .box-page-content .detail-body{
        font-size: 17px;
        line-height: 26px;
        text-align: justify;
    }

    .hero-main-v2 .container-fluid{
        padding-left: 0;
        padding-right: 0;
    }
    section.hero-main-v2 .wrap-img,
    section.hero-main-v2 .wrap-img img{width: 100%; height: auto; position: relative;}
    .hero-main-v2 .container-fluid .hero-main--text{
        padding-left: 20px;
        padding-right: 20px;
    }
    section.hero-main-v2 .hero-main-grids{grid-template-columns: 1fr; gap: 0;}
    .prod-landing-about .box-page-content{margin: 30px 0; margin-top: 10px;}
}

/*igi about */

/*igi main menu */
@media(min-width: 1200px) {
    header nav .section-img-wrapper {
        position:absolute;
        top: 0;
        right: 0;
        width: 36.6%;
        height: 100%;
        overflow: hidden
    }
}

@media(min-width: 1680px) {
    header nav .section-img-wrapper {
        width:35.2%
    }
}

header nav .section-img-wrapper .section-img {
    position: absolute;
    top: 0;
    right: -200%;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    transition: opacity 400ms ease-out;
    display: none
}

@media(min-width: 1200px) {
    header nav .section-img-wrapper .section-img {
        display:block;
    }
}

header nav .section-img-wrapper .section-img.active {
    right: 0;
    opacity: 1
}

header nav .section-img-wrapper .section-img .section-img-inner-wrap {
    transition: transform 2600ms cubic-bezier(0.16, 1, 0.3, 1);
    transform: scale(0.95);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0
}

header nav .section-img-wrapper .section-img.active .section-img-inner-wrap {
    transform: scale(1.05)
}


header nav .section-img-wrapper .section-img.first.active .section-img-inner-wrap,
header nav .section-img-wrapper .section-img.first.active .curtain {
    transition-delay: 500ms;
}

header.is-active{
    position: relative !important;
}
header.is-active .header-top{
    position: fixed;
    z-index: 99999;
    width: 100%;
}
header.is-active .header-top .header-top-main{margin-top: 20px;}

header.is-active::before {
    height: 100vh;
}

header nav {
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-100%);
    transition: transform 600ms ease-out, opacity 600ms ease-out, visibility 0s linear 600ms;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    background: #fff;
    box-sizing: border-box;
}

header.is-active nav {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition: transform 600ms ease-out, opacity 600ms ease-out, visibility 0s;
}

header nav .nav-inner {
    width: 100%;
    height: 75%
}

@media(min-width: 768px) {
    header nav .nav-inner {
        height:60%;
        padding: 0 5rem
    }
}

header nav .nav-inner .container {
    height: 100%;
    max-width: 1620px;
}

header nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

header nav ul li {
    display: block;
    position: relative;
    margin: 10px 0;
}

header nav ul li a {
    text-decoration: none;
    transition: color 100ms ease-out;
    color: #333;
    font-size: 40px;
    display: block;
    line-height: 60px;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
}

header nav ul li a:hover,
header nav ul li a:focus,
header nav ul li a.selected {
    color: var(--second-color);
}

@media(max-width: 767.98px) {
     header nav ul li a {
        width:100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        font-size: 32px;
        line-height: 50px;
    }
}

/*igi main menu */

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

@media (max-width: 991px) {
    .container, .container-fluid{
      padding-left: 20px;
      padding-right: 20px;
    }

    header{
        background: #fff;
        position: relative;
        z-index: 20;
    }

    .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: 32px;
        height: 32px;
    }
    .header-top-mb svg path{
        fill: #333 !important;
    }
    .header-top-mb .btn-cart{position:relative;}
    .header-top-mb .btn-cart .cart-counter{color: #333 !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;
    }

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

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

    .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,
    .box-home-news{padding: 60px 0;}

    .product_home_item {
        display: flex !important;
        align-items: center;
        gap: 30px  !important;
        flex-direction: column-reverse  !important;
    }
    .product_home_item .product_info{justify-content: center; gap: 10px; width: 100%; align-items: center;}
    .product_home_item .product_info_title{margin-bottom: 15px;}
    .product_home_item .product_info_desc{margin-bottom: 15px;}
    .product_home_item .product_info_action{justify-content: flex-start;}
    .product_info_action .btn {
        padding: 7px 35px;
        font-size: 14px;
        margin-bottom: 15px;
    }

    .factory-section{background: none;background-image: none !important;position: relative;}
    .factory-content{
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        justify-content: center;
    }
    .factory-content-box{
        padding: 25px 10px;
        background-color: inherit;
    }
    .factory-content h2{
        margin-bottom: 20px;
    }
    .factory-content h2 br{}
    .factory-content p{display: none;}
    .factory-content .btn-light{padding: 8px 40px;font-size: 14px;}

    .head-title a,
    .igi_swiper_slider .hero-text h2,
    .product_home_item .product_info_title,
    .factory-content h2{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;}
    .top-footer{
      gap: 20px 15px;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      overflow: hidden;
    }

    .top-footer .footer_col_1,
    .top-footer .footer_col_2,
    .top-footer .footer_col_3,
    .top-footer .footer_col_3{
      width: 100%;
    }
  
    .ft-head{margin-bottom: 10px;font-size: 18px;}
    .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{
        padding-top: 15px;
        margin-top: 15px;
    }
    .footer_bottom_1 strong{margin-bottom: 5px;font-size: 18px;line-height: 28px;}
    .copyr{
        margin-top: 5px;
        padding-top: 5px;
        font-size: 9px;
        margin-bottom: 5px;
    }
  
    header.fixed .header-top{
      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: 16px;}


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