.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: none;
}
.hidden-img{
    display: none;
}
.show-img{
    display: flex;
}

.featured-col .product-outer{
    margin-bottom: 1.5rem;
}
.featured-col .product.product-sm+.product.product-sm{
    border-top: 1px solid #eee;
}
.btn.daky{
    font-weight: 600;
    font-size: 14px;
    background: #222;
    border: 0;
    color: #FFF!important;
}
.list-product{
    border: 1px solid #eee;
}
.list-product .product-outer{
    padding: 10px;
}
.list-product .cart-media-left{
    border: 1px solid #eee;
}
.about-us{
    background-color: #f8f8f6;
    padding: 50px 0;
}
.aus-mid .h{
    font-size: 24px;
    text-transform: uppercase;
}
.aus-social{
    margin-top: 3rem;
}
.about-us .social-icon{
    color: #a2a2a2;
    font-size: 2rem;
}
.header-center{
    position: relative;
}
.dropdown-toggle.cle::after {
    border: none!important;
}
.sticky-header.fixed .logo {
    margin-left: 0;
}

.product-br .product-details{
    text-align: center;
	padding: 5px 0;
}
.nav-tabs.tab{
    border-radius: 2px;
    font-size: 1.6rem;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
}
.nav-tabs.tab:before {
    background: #eaeaea none repeat scroll 0 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 18px;
    width: 100%;
    z-index: -1;
}
.nav.nav-tabs .nav-item .nav-link:before {
    background: #333 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    margin-top: 10px;
    opacity: 0;
    position: absolute;
    top: 100%;
    transition: all .2s ease-out 0;
    width: 100%;
}
.nav.nav-tabs .nav-item .nav-link:after {
    border-color: #333 rgba(0,0,0,0) rgba(0,0,0,0);
    border-style: solid;
    border-width: 7px 6px 0;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    margin: 10px -8px 0;
    opacity: 0;
    position: absolute;
    top: 100%;
    transform: rotate(0deg)!important;
    transition: all .2s ease-out 0;
    width: 0;
}
.subtitle:before {
    background: #333 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    margin-top: 10px;
    position: absolute;
    top: 100%;
    transition: all .2s ease-out 0;
    width: 100%;
}
.subtitle:after {
    border-color: #333 rgba(0,0,0,0) rgba(0,0,0,0);
    border-style: solid;
    border-width: 7px 6px 0;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    margin: 10px -8px 0;
    position: absolute;
    top: 100%;
    transform: rotate(0deg)!important;
    transition: all .2s ease-out 0;
    width: 0;
}
.nav.nav-tabs .nav-item {
    padding: 0 22px;
    position: relative;
    background: #fff;
}
@media screen and (min-width: 768px) {
    .nav.nav-tabs .nav-item:first-child {
        padding-left: 0;
    }
}

.nav.nav-tabs .nav-item:before {
    position: absolute;
    right: -1px;
    top: 11px;
    height: 18px;
    width: 1px;
    content: "";
    display: inline-block;
    background: #eaeaea;
    z-index: 2;
}
.nav.nav-tabs .nav-item:last-child:before {
    background: none;
}
.nav.nav-tabs .nav-item .nav-link.active:before, .nav.nav-tabs .nav-item .nav-link.active:after, .nav.nav-tabs .nav-item:hover .nav-link:after, .nav.nav-tabs .nav-item:hover .nav-link:before {
    opacity: 1;
}
.promo-section {
    position: relative;
    margin: 0;
}
.banner-box{
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.banner-box h3{
    padding: 15px 30px;
    text-transform: uppercase;
    margin: 0;
    color: #fff;
    font-weight: 600;
    font-size: 2.5rem;
    display: inline-block;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 100%,rgba(0, 0, 0, 0) 100%);
}
.box-title{
    position: absolute;
    top: 45%;
    width: 100%;
}
.banner-box a{
    position: relative;
    overflow: hidden;
    display: block;
}
.banner-box a:before, .banner-box a:after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
.banner-box a:hover:before {
    right: 50%;
    left: 50%;
    background: rgba(255,255,255,0.2);
}
.banner-box a:hover:after {
    top: 50%;
    bottom: 50%;
    background: rgba(255,255,255,0.2);
}
.ti-title h3{
    color: #fff;
    font-weight: 600;
}

.partners-carousel {
    padding: 4rem 0;
    border-top: 1px solid #eee;
}
.read-more-news{
    color: #f39c12;
}
.partner {
    display: block;
    padding-top: .8rem;
    padding-bottom: .8rem;
}
.partner img {
    display: block;
    max-width: 100% !important;
    width: auto !important;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
  .blog-slider .entry {
    border: 1px solid #088eff;
    position: relative;
    padding: 5px;
  	text-align: left;
    margin-bottom: 0;}
    .blog-slider .entry:after {
        height: 3px;
    background-color: #088eff;
    width: 40%;
    content: '';
    left: 30%;
    position: absolute;
    bottom: 0px;
    z-index: 9999;
    }
  .blog-slider .entry-media {
    margin: 0;
    position: relative; }
  .blog-slider .entry-date {
    background-color: #000;
    box-shadow: none;
    color: #fff;
    display: block;
    float: none;
    font: 400 1.8rem/1 "Oswald", sans-serif;
    height: 5.3rem;
    right: .7rem;
    letter-spacing: .1rem;
    margin: 0;
    padding: 0;
    padding-top: 1rem;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    bottom: .7rem;
    width: 8.4rem; }
    .blog-slider .entry-date span {
      display: block;
      font-size: 1.3rem;
      margin-top: .2rem; }
  .blog-slider .entry-body {
    border: 0;
    margin: 0;
    margin-left: 0; }
  .blog-slider .entry-title {
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: -.01rem;
    margin-bottom: .8rem;
    color: #2b2b2d; }
    .blog-slider .entry-title a {
      color: inherit; }
  .blog-slider .entry-content {
    font-size: 1.5rem;
    letter-spacing: 0;
    line-height: 1.7; }
    .blog-slider .entry-content .date{
    	display: inline-block;
    }
  .blog-slider .btn {
    background-color: #e1e6ea;
    border-color: #e1e6ea;
    border-radius: 0;
    color: #575f68;
    font-size: 1.2rem;
    min-width: 90px;
    padding: .8rem 1rem; }
    .blog-slider .btn:hover, .blog-slider .btn:focus {
      background-color: #65829d;
      border-color: #65829d;
      color: #fff; }
.product-fix{
    margin: 0;
    position: relative;
    padding: 0;
    overflow: hidden;
    min-height: 188px;
}
.product-fix img{
    position: absolute;
    left: 50%;
    top: 50%;
    max-height: 100%!important;
    max-width: 100%!important;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.promo-section.cont{
    color: #000000;
}
.promo-section.cont h3{
    font-weight: 600;
    font-size: 3.5rem;
}
.load-more-product .btn{
    padding: 0.85rem 4.2rem;
    position: relative;
    margin-top: 1rem;
    margin-bottom: 1rem;
    z-index: 999;
    color: #666;
    border: 1px solid #eaeaea;
    font-weight: 700;
}
.load-more-product .btn:hover {
    background: #e34444;
    border: 1px solid #e34444;
    color: #fff;
}
.load-more-product .btn:hover{
    background-color: #be3333;
}
.tin-tuc .load-more-product .btn{
    background-color: #088eff;
}
.tin-tuc .load-more-product .btn:hover{
    background-color: #00275f;
}
.load-more-product span.btn{
    background-color: #be3333;
    padding: 0.85rem 1rem;
}
.tin-tuc .load-more-product span.btn{
    background-color: #00275f;
}
.load-more-product span.btn i{
    padding: 0.2em 0.1em;
    border: 2px solid #fff;
    border-radius: 50%;
}
.product-filters-container {
    margin-bottom: 1.5rem;
}
.product .price-box .product-filters-container{
    margin-left: auto;
    margin-bottom: 0;
}
.product .price-box .product-filters-container .product-single-filter{
    padding-bottom: 0;
    border: none;
}
.footer .info-boxes-container .info-box + .info-box {
    margin-top: 2rem;
}
.newsletter{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.info-boxes-container{
    display: flex;
    flex-wrap: wrap;
    background-color: rgb(253, 190, 23);
    position: relative;
    z-index: 999;
}
.info-boxes-container .info-box{
    flex: 0 0 25%;
    max-width: 25%;
}
.info-boxes-container:before{
    content: '';
    width: 200px;
    background-color: #f2f2f2;
    position: absolute;
    top: 0;
}
.info-boxes-container .info-box .box-item{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.3rem 1.5rem;
}
.newsletter i.icon-mail{
    font-size: 3.4rem;
    color: #102d6c;
}
.des-letter{
    margin-left: 2rem;
    font-size: 1.8rem;
}
.newsletter .widget-newsletter{
    margin-left: auto;
}
.widget-letter .social-icons{
    text-align: center;
}
.widget-letter .social-icons .social-icon{
    color: #29363c;
    background-color: #f9f9f9;
    display: unset;
}
.widget-letter .social-icons .social-icon i{
    font-size: 2rem;
}
.tp-simpleresponsive .caption, .tp-simpleresponsive .tp-caption {
    width: 100%;
    text-align: center;
}
.header-top{
    color: #333;
}
.header-bottom{
    background-color: #7cb342;
}
.image-post-thumb {
    position: relative;
    overflow: hidden;
}
.image-post-thumb > img {
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.background_over_image {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.35s ease 0s;
    transition: opacity 0.35s ease 0s;
}
.background_over_image:before, .background_over_image:after {
    content: '';
    display: block;
    position: absolute;
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    opacity: 1;
    -webkit-transition: -webkit-transform 0.35s ease 0s;
    transition: transform 0.35s ease 0s;
}
.background_over_image:before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
}
.background_over_image:after {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
}
.image-post-thumb:hover .background_over_image:before, .image-post-thumb:hover .background_over_image:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.image-post-thumb:hover > img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.image-post-thumb:hover .background_over_image {
    opacity: 1;
}
.image-post-thumb .overlay_icons {
    color: #FFF;
    width: 100%;
    font-weight: 600;
    font-size: 20px;
    position: absolute;
    text-align: center;
    top: 20%;
    z-index: 9;
    opacity: 0;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.image-post-thumb .overlay_icons.view {
    top: 75%;
}
.image-post-thumb .overlay_icons.view a{
    color: #ffffff!important;
    font-family: Lato,sans-serif;
    font-size: 15px;
}
.image-post-thumb .icons-ov{
    position: absolute;
    background: none;
    left: 40%;
    top: 45%;
    opacity: 0;
    z-index: 9;
    color: #fff;
}
.image-post-thumb:hover .icons-ov{
    opacity: 1;
}
.image-post-thumb:hover .overlay_icons {
    margin-top: -4px;
    opacity: 1;
}
.image-post-thumb .opa-text-image{
    position: absolute;
    opacity: 1;
    visibility: visible;
    bottom: 0;
    width: 100%;
    font-size: 2.2rem;
    padding: 6px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 100%,rgba(0, 0, 0, 0) 100%);
}
.image-post-thumb:hover .opa-text-image{
    opacity: 0;
    visibility: hidden;
}
.product-details{
    background-color: #fff;
}
.products-bottom, .product-inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
}
.cart-media-left {
    flex: 0 0 40%;
    max-width: 40%;
    position: relative;
    overflow: hidden;
}
.cart-media-left img{
    width: 100%;
    height: 99px;
    object-fit: cover;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    margin-left: auto;
    margin-right: auto;
}
.product-inner:hover .cart-media-left img, .product:hover img{
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -moz-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    -o-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
}
.cart-body {
    flex: 0 0 60%;
    max-width: 60%;
    padding-left: 15px;
}
.woocommerce-loop-product__title {
    font-weight: 600;
    overflow: hidden;
    line-height: 1.167em;
    height: 2.334em;
    margin-bottom: 0;
}
.title-group .bo h2{
    color: #000;
    display: inline-block;
}
.tuvankythuat .subtitle {
    display: inline-block;
    font: 600 1.7rem/1 "Roboto", sans-serif;
}
.tuvankythuat .subtitle:after {
    margin-left: 1rem;
    content: '';
    width: 100%;
    border-top: 1px solid #eee;
    position: absolute;
    top: 8px;
}
.btn-support{
    width: 100%;
    background-color: #be3333!important;
    font-size: 2.3rem;
}
.bo-entry{
    position: relative;
    z-index: 999999;
    padding: 10px 0;
}
.main-dropdown-menu{
    position: relative;
}
.tin-tuc{
    padding: 30px 0;
}
.footer-description{
    margin-top: 1.5rem;
    color: #bbbbbb;
}
.footer i{
    color: #fff;
}
.footer .inf-con i{
    margin-right: 1rem;
    border-radius: 50%;
    background-color: #ffffff;
    padding: 10px;
    color: #000000;
}
.read-more-news{
    color: #f39c12;
}
.fast-lk .links{
    text-transform: uppercase;
}
.footer-bottom{
    background-color: #fff;
    color: #000;
    font-weight: 600;
}
.cuoi-page{
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
}
.cuoi-page .copyright-link{
    color: #000;
    font-size: 1.55rem;
}
.cuoi-page .col-lg-6, .cuoi-page .col-lg-3{
    display: flex;
    align-items: center;
}
.newsletter i{
    font-size: 2.8rem;
}
.des-letter:after{
    content: '';
    border-left: 1px solid #d8d7d7;
    margin-left: 2rem;
}
.des-letter-mid{
    margin-left: 2rem;
}
ul.list-personal{
    margin: 0;
    display: inline-flex;
    flex-wrap: wrap;
}
ul.list-personal .y+.y:before{
    content: '|';
    color: #6c688e;
    padding: 0 15px;
}
.menu-toggler {
  display: flex;
  align-items: center;
  text-align: center;
  width: 250px;
  border: 0;
  background: #f4f4f4;
  color: #000;
  padding: 1.4rem 3rem;
  font: 400 1.4rem/1.2 "Oswald", sans-serif;
  letter-spacing: .09rem;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: all .25s; }
  .menu-toggler i {
    display: inline-block;
    font-size: 1.8rem;
    margin-left: auto; }
    .menu-toggler i::before {
      margin: -1px 0 0; }
  .menu-toggler:hover, .menu-toggler:focus {
    color: #fff;
    background-color: #3d3333;
    text-decoration: none; }
.main-dropdown-menu .main-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  display: none;
  z-index: 1040;
  border: 1px solid #e6ebee;
  background-color: #fff; }
.main-dropdown-menu.show > .main-nav {
  display: block; }

.menu.menu-vertical > li {
  float: none;
  margin-left: -1px;
  margin-right: -1px;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }
  .menu.menu-vertical > li > a {
    display: block;
    font-weight: 500;
    font-size: 1.4rem;
    text-transform: capitalize;
    letter-spacing: .005rem;
    padding: .7rem 1.2rem;
    border-top: 1px solid #e6ebee;
    transition: background 0s; }
  .menu.menu-vertical > li:first-child > a {
    border-top: none; }
  .menu.menu-vertical > li i {
    margin-right: 12px; }
.menu.menu-vertical li {
  transition: background 0s; }
  .menu.menu-vertical li.megamenu-container {
    position: relative; }
.menu.menu-vertical ul,
.menu.menu-vertical .megamenu {
  top: 0;
  left: 100%;
  margin-left: -1px; }
.menu.menu-vertical .megamenu:not(.megamenu-fixed-width) {
  width: 721px; }
.menu.menu-vertical ul ul {
  top: -1rem; }
.menu.menu-vertical.sf-arrows > li > a.sf-with-ul {
  padding-right: 2.8rem; }
.menu.menu-vertical.sf-arrows .sf-with-ul {
  position: relative; }
  .menu.menu-vertical.sf-arrows .sf-with-ul::after {
    content: '\e81a';
    top: 50%;
    right: 1.2rem;
    margin-top: -1px; }
.menu.menu-vertical > li:hover,
.menu.menu-vertical > li.show {
  background-color: #102d6c; }
  .menu.menu-vertical > li:hover > a,
  .menu.menu-vertical > li.show > a {
    color: #fff;
    border-color: #102d6c;
    background-color: #102d6c; }
.main-nav.danhmuc{
    display: none;
}
.main-dropdown-menu:hover .main-nav.danhmuc{
    display: block;
}
.home-list-category{
    display: flex;
    align-items: center;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 5px;
}
.ul-category{
    margin: 1.92rem 0 2.25rem;
    position: relative;
}
.item-right{
    margin-left: auto;
}
.hom-si .col-6+.col-6 .banner.banner-image{
    margin-top: 30px;
}
.percent-discount{
    font-family: 'Montserrat', sans-serif;
    padding: 1px 7px;
    font-size: 1.3rem;
    color: #f91919;
    font-weight: 600;
}
.header-middle{
    padding: 5px 0;
    border-bottom: 1px solid #eee;
}
.cart-count{
    position: absolute;
}
.cart-text .giohang{
    font-weight: 600;
}
.ih-item.effect7 .info h2{
    color: #fff!important;
}
.widget-letter{
    padding: 1rem 0;
    background-color: #f39c12;
}
.info-boxes-container.hd{
    display: flex;
    position: relative;
    margin: 0;
    padding: 0;
    margin-left: auto;
}
.info-boxes-container.hd .info-box{
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
.info-boxes-container.hd .info-box i {
    border: 1px solid #eee;
    padding: 5px 15px;
    color: #151414;
    font-size: 1.8rem;
    min-width: 3.5rem;
    text-align: center;
}
.info-boxes-container.hd .info-box-content{
    margin-left: 1rem;
}
.info-boxes-container.hd .info-box h4 {
    font: 600 1.3rem/1.1 "Poppins", sans-serif;
    text-transform: inherit;
    color: #000;
}
.partners-carousel-2{
    display: flex;
     align-items: center;
    flex-wrap: wrap;
    position: relative;
}
.partners-carousel-2 .partner-item{
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
}
.header-dropdown > a::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 3px 0 3px;
    border-color: #fff transparent transparent transparent;
    margin-left: .6rem;
}
.breadcrumb-item + .breadcrumb-item::before {
    content: '\e81a';
    font-family: 'porto';
    padding-right: 1rem;
    font-size: 1.3rem;
    vertical-align: middle;
    margin-top: -.4rem;
    color: #000;
}
@media screen and (min-width: 1200px) {
  .menu.menu-vertical > li {
    padding-left: 2rem;
    padding-right: 2rem; }
    .menu.menu-vertical > li > a {
      font-size: 1.5rem;
      padding: 1rem; }
  .menu.menu-vertical .megamenu:not(.megamenu-fixed-width) {
    width: 856px; } }
@media screen and (min-width: 1280px) {
  .menu.menu-vertical .megamenu:not(.megamenu-fixed-width) {
    width: 901px; } }
@media screen and (max-width: 1199px) {
  .menu.menu-vertical .megamenu:not(.megamenu-fixed-width) .col-lg-4 {
    display: none; }
  .menu.menu-vertical .megamenu:not(.megamenu-fixed-width) .col-lg-8 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
    .menu.menu-vertical .megamenu:not(.megamenu-fixed-width) .col-lg-8 .col-lg-4 {
      display: block; } }
@media screen and (max-width: 991px) {
  .main-nav {
    display: none !important; }
.header-center{
    display: none;
}
.tuvankythuat{
    margin-top: 2rem;
    overflow: hidden;
}
}
@media(min-width: 768px){
    .footer .info-boxes-container .info-box + .info-box {
        margin-top: 0;
    margin-left: 2rem;
}
}
@media screen and (min-width: 992px){
.blog-slider {
    margin-bottom: 0;
}
.footer-bottom .border-top{
    flex: 0 0 40%;
    max-width: 40%;
    border-top: 1px solid #3d3d38!important;
}
.dropdown-expanded > a {
    display: none;
}
.dropdown-expanded .header-menu {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    padding: 0;
    background-color: transparent;
    border: 0;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
}
.dropdown-expanded .header-menu ul {
    display: flex;
    align-items: center;
}
.cart-dropdown{
    margin-left: 1.5rem;
}
.header-search{
    margin-left: 1.5rem;
}
}
@media(max-width: 1024px){
    .owl-theme .owl-nav .owl-prev {
    left: 45%;
}
    .owl-theme .owl-nav .owl-next {
    right: 45%;
}
.menu > li + li {
    margin-left: 0rem;
}
.menu li a {
    padding: 3.5rem 0.8rem;
}
 .info-boxes-container .info-box .box-item {
    text-align: left;
    padding: 0.2rem 0.3rem;
}
}
@media(max-width: 991px){
.promo-section {
    padding-top: 2rem;
    padding-bottom: 3.5rem;
}
.partners-carousel-2 .partner-item{
    flex: 0 0 20%;
    max-width: 20%;
}
}
@media(max-width: 768px){

.product-fix {
    min-height: 204px;
}
.partners-carousel-2 .partner-item{
    flex: 0 0 25%;
    max-width: 25%;
}
.info-boxes-container .info-box .box-item {
    display: flex;
    align-items: center;
}
.info-boxes-container .info-box .box-item .info-box-content{
    margin-left: 1rem;
}
.info-box h4 {
    font: 600 0.7rem/1.1 "Poppins", sans-serif;
}
.info-box p {
    font-size: 0.5rem;
}
.info-box i {
    padding: 2px;
    font-size: 1.3rem;
}
}
@media(max-width: 575px){
    .banners-group .bn-top+.bn-top{
        margin-top: 15px;
    }
        .owl-theme .owl-nav .owl-prev {
        left: 40%;
    }
        .owl-theme .owl-nav .owl-next {
        right: 40%;
    }
    .promo-details strong{
        font-size: 1.5rem;
    }
    .promo-details span{
        font-size: 2rem;
    }
    .promo-details p{
        font-size: 1.5rem;
    }
    .nav.nav-tabs .nav-item {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .title-group {
        display: block;
    }
    .partners-carousel-2 .partner-item{
        flex: 0 0 50%;
        max-width: 50%;
    }
    .featured-promo .owl-item{
        display: flex;
        justify-content: center;
    }
    .header-center .logo {
        max-width: 204px;
        width: 204px;
    }
    .promo-section {
        padding-top: 1rem;
        padding-bottom: 1.5rem;
    }
    .newsletter{
        padding: 15px;
    }
    .newsletter i{
        flex: 0 0 10%;
        max-width: 10%;
        font-size: 2.4rem;
    }
    .des-letter{
        font-weight: 600;
        flex: 0 0 85%;
        max-width: 85%;
        margin-left: 1rem;
        font-size: 1.5rem;
        color: #968c8c;
        font-size: 1.7rem;
    }
    span.welcome-msg {
        font-size: 12px;
    }
    .products-bottom .col-lg-3{
        margin-top: 2rem;
    }
    .product-image-container.responsive img {
        height: 185px;
    }
    .info-boxes-container .info-box{
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
}
@media(max-width: 320px){
    .owl-theme .owl-nav .owl-prev {
        left: 38%;
    }
        .owl-theme .owl-nav .owl-next {
        right: 38%;
    }
    .promo-section {
        padding-top: 3rem;
        padding-bottom: 3.5rem;
    }
}

.category-index {
    border: 1px solid #eee;
    margin: 0;
    font-weight: bold;
    padding: 10px 15px;
    color: rgb(55 55 55 / 80%);
    background: #eee;
}
@media screen and (min-width: 768px) {
    .category-index {
        white-space: nowrap;
    }
}

.hotline-phone-ring-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999999;
}
.hotline-phone-ring {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 110px;
  height: 110px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility .5s;
  left: 0;
  bottom: 0;
  display: block;
}
.hotline-phone-ring-circle {
	width: 85px;
  height: 85px;
  top: 10px;
  left: 10px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid #e60808;
  -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0.5;
}
.hotline-phone-ring-circle-fill {
	width: 55px;
  height: 55px;
  top: 25px;
  left: 25px;
  position: absolute;
  background-color: rgba(230, 8, 8, 0.7);
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.hotline-phone-ring-img-circle {
	background-color: #e60808;
	width: 33px;
  height: 33px;
  top: 37px;
  left: 37px;
  position: absolute;
  background-size: 20px;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hotline-phone-ring-img-circle .pps-btn-img {
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.hotline-phone-ring-img-circle .pps-btn-img img {
	width: 20px;
	height: 20px;
}
.hotline-bar {
  position: absolute;
  background: rgba(230, 8, 8, 0.75);
  height: 40px;
  width: 180px;
  line-height: 40px;
  border-radius: 3px;
  padding: 0 10px;
  background-size: 100%;
  cursor: pointer;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  z-index: 9;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50px !important;
  /* width: 175px !important; */
  left: 33px;
  bottom: 37px;
}
.hotline-bar > a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  text-indent: 50px;
  display: block;
  letter-spacing: 1px;
  line-height: 40px;
  font-family: Arial;
}
.hotline-bar > a:hover,
.hotline-bar > a:active {
  color: #fff;
}
@-webkit-keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
}
@-webkit-keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}
@media (max-width: 768px) {
  .hotline-bar {
    display: none;
  }
}
.messenger-fb{
    position: fixed;
    bottom: 10%;
    right: 1%;
    z-index: 999999;
}
.mess-wrap{
    position: relative;
    transition: all 0.4s;
}
[data-tooltip]:before {
    content: attr(data-tooltip);
    padding: 10px 18px;
    min-width: 50px;
    max-width: 300px;
    width: max-content;
    width: -moz-max-content;
    border-radius: 6px;
    font-size: 14px;
    background-color: black;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.2);
    color: #fff;
    text-align: center;
    white-space: pre-wrap;
    transform: translate(-50%, -5px) scale(0.5);
    position: absolute;
    left: auto;
    right: calc(100% + 5px);
    visibility: hidden;
    opacity: 0;
    transition: 0.4s;
}
[data-tooltip-location="left"]:before {
    transform: translate(-5px, 0) scale(0.5);
    left: auto;
    right: calc(100% + 5px);
}
[data-tooltip-location="left"]:after {
    border-width: 5px 0px 5px 5px;
    border-color: transparent transparent transparent rgba(0, 0, 0, 0.9);
    transform-origin: left;
    transform: translateY(50%) scaleX(0);
    position: absolute;
    visibility: hidden;
    opacity: 0;
    left: -6px;
    bottom: calc(33% + 5px);
    pointer-events: none;
    transition: 0.2s;
    will-change: transform;
    content: '';
    border-style: solid;
}
[data-tooltip-location="left"]:hover:before {
    transform: translate(-5px, 0) scale(1);
}
[data-tooltip]:hover:before, [data-tooltip]:hover:after {
    transform: translate(-5px, 0) scale(1);
    visibility: visible;
    opacity: 1;
}
.mess-wrap-icon{
    max-width: 46px;
    position: relative;
    height: auto;
    transition: all 0.5s;
}
.mess-wrap-icon img{
    width: 100%;
}
