/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0.16
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.header-nav .hotline,
.mobile-nav .hotline {
  text-align: center;
  color: #fff;
}

.header-nav .hotline a,
.mobile-nav .hotline a {
  display: block;
  margin-top: 0.25em;
  color: #f90;
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
}

.mobile-nav .hotline {
  text-align: right;
}

.header-search-form .searchform {
  margin: 0 auto;
  position: relative;
  background: transparent;
  border: 0;
  width: 90%;
  background: #fff;
  border-radius: 5px;
  max-width: 555px;
}

.header-search-form .searchform {
  background: transparent;
  width: 100%;
  max-width: 100%;
  background: #fff;
  border: unset;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

.header-search-form .searchform input {
  background: transparent;
  display: block;
  height: 40px;
  border-radius: 0;
  width: calc(100% - 65px);
  text-indent: 10px;
  outline: none;
  float: left;
  border: 1px solid #fff;
  border-right: 0;
  color: #000;
  background: #fff;
}

.header-search-form .searchform input {
  background: none;
  border: 0;
  padding-left: 5px;
  line-height: 44px;
  font-size: 15px;
  height: 44px;
  width: calc(100% - 50px);
  box-shadow: none;
}

.header-search-form .searchform button {
  display: block;
  float: left;
  border-radius: 0;
  outline: none;
  background: #fff;
  color: #0066c4;
  height: 40px;
  width: 100px;
  border: 0;
  cursor: pointer;
  font-size: 14px;
}

.header-search-form .searchform button {
  border-radius: 0 8px 8px 0;
  -webkit-border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0;
  width: 50px;
  font-weight: 600;
  height: 44px;
  line-height: 44px;
  color: #fff;
  font-size: 18px;
  background: #f90;
}

.header-nav-main {
  justify-content: center;
}

.absolute-footer {
  color: #212529;
  padding: 3rem 0;
  border-top: 1px solid #ebebeb;
}

.footer-primary .copyright-footer {
  line-height: 25px;
  font-weight: 700;
  font-size: 15px;
}

.footer-section .section-title-container {
  margin-bottom: 1rem;
}

.footer-section .section-title {
  margin-bottom: 0;
  border-bottom: none;
}

.footer-section .section-title .section-title-main {
  margin: 0 !important;
  padding: 0;
  border-bottom: none;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
}

.footer-section .ux-menu .ux-menu-link__link {
  border-bottom: none !important;
}

.breadcrumb-section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.navbar-banner {
  background-size: cover;
  background-position: center center;
  position: relative;
  background: #f9f9f9;
}

.navbar-banner .header-title {
  font-size: 23px;
  font-weight: 700;
  color: #555;
  width: 100%;
  line-height: 1.3;
  position: relative;
  z-index: 5;
  margin-bottom: 0;
}

.navbar-banner .header-title {
  font-size: 23px;
  font-weight: 700;
  color: #555;
  width: 100%;
  line-height: 1.3;
  position: relative;
  z-index: 5;
  margin-bottom: 0;
}

.navbar-banner .breadcrumbs-box {
  position: relative;
  z-index: 5;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.navbar-banner .breadcrumbs-box .breadcrumb {
  margin: 0;
  border: 0;
  padding: 0.2rem 0 0 0;
  display: inline-flex;
  background-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.navbar-banner .breadcrumbs-box .breadcrumb > li i {
  margin-right: 0.4rem;
  color: rgba(102, 102, 102, 0.7);
}

.navbar-banner .breadcrumbs-box .breadcrumb > li a {
  color: rgba(102, 102, 102, 0.7);
}

.navbar-banner .breadcrumbs-box .breadcrumb > li::after {
  content: "/";
  padding: 0 10px;
  color: rgba(102, 102, 102, 0.7);
}

.navbar-banner .breadcrumbs-box .breadcrumb > li:last-child::after {
  content: none;
}

.box-blog-post .is-divider {
  display: none;
}

#post-list .box .post-title {
  font-size: 20px;
}

#post-list a:hover .box .post-title {
  color: inherit;
}

#post-list .box .post-meta {
  font-size: 14px;
  color: #504f4f;
}

#post-list .box .from_the_blog_excerpt {
  line-height: 25px;
  height: 75px;
  overflow: hidden;
  word-wrap: break-word;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: inherit;
}

#post-list a:hover .box .from_the_blog_excerpt {
  color: #334862;
}

.partner-slider-wrap .owl-item .img-box img {
  max-height: 60px;
  width: auto;
  margin: 0 auto;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.3s ease;
}
.partner-slider-wrap .owl-item:hover .img-box img {
  filter: grayscale(0%);
  opacity: 1;
}

.hotline-box {
  padding: 1rem;
  border: 1px solid #eee;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.05);
}

.hotline-box a {
  font-size: 18px;
  color: #0066c4;
  font-weight: 700;
}

.section-title-container {
  margin-bottom: 0.7rem;
}

.section-title {
  margin-bottom: 0;
  border-bottom: none;
}

.section-title .section-title-main {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.widget .section-title-main {
  padding-bottom: 5px;
  position: relative;
  font-size: 16px;
  color: #0066c4;
  font-weight: 700;
  text-transform: none;
}

.widget .social-icons a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 38px;
  border: 1px solid #a4a3a3;
  color: #a4a3a3;
  text-align: center;
  margin-right: 5px;
  border-radius: 4px;
  transition: all 0.5s ease-in-out;
}

.widget .social-icons a:hover {
  background: #0066c4;
  color: #fff;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.widget .widget-box {
  background: #fff;
  margin-bottom: 30px;
}

.widget .widget-box .wrap-box {
  border: 1px solid #f90;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 12px;
}

.widget .widget-category .list-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.widget .widget-category .list-box ul li {
  position: relative;
}

@media (min-width: 992px) {
  .hotline-box a {
    font-size: 22px;
  }

  .widget .section-title-main {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .widget .section-title-main {
    font-size: 20px;
  }
}

.widget .widget-box {
  background: #fff;
  margin-bottom: 1rem;
}

.widget .widget-box .wrap-box {
  border: 1px solid #f90;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 12px;
}

.widget .widget-category .list-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.widget .widget-category .list-box ul li {
  position: relative;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.widget .widget-category .list-box ul li a {
  display: block;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}

.widget .widget-category .list-box ul li > div > span {
  cursor: pointer;
}

.widget .widget-category .list-box ul li > div > span .fa-angle-down {
  display: inline-block;
}

.widget .widget-category .list-box ul li > div > span .fa-angle-up {
  display: none;
}

.widget .widget-category .list-box ul li > ul {
  display: none;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.widget .widget-category .list-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.widget .widget-category .list-box ul li {
  position: relative;
  margin: 0;
}

.widget .widget-category .list-box ul li.expand > ul {
  display: block;
  padding-left: 10px !important;
}

.widget .widget-category .list-box ul li a.selected {
  color: #f90;
  font-weight: 700;
}

.widget .widget-news .list-news-latest {
  counter-reset: popular-counter;
}

.widget .widget-news .list-news-latest .item-article {
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-top: 12px;
}

.widget .widget-news .list-news-latest .item-article:first-child {
  padding-top: 0;
}

.widget .widget-news .list-news-latest .item-article .post-image {
  -ms-flex: 0 1 45px;
  flex: 0 1 45px;
  max-width: 45px;
  height: 45px;
  position: relative;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  overflow: hidden;
}

.img-cover,
.object-cover {
  width: auto;
  object-fit: cover;
  min-width: 100%;
  height: 100%;
}

.widget .widget-news .list-news-latest .item-article .post-content {
  padding-left: 5px;
  overflow: hidden;
  -ms-flex: 1 1;
  flex: 1 1;
}

.widget .widget-news .list-news-latest .item-article .post-content .title {
  margin: 0 0 5px;
  font-size: 14px;
  line-height: 22px;
  overflow: hidden;
  max-height: 44px;
}

.widget .widget-news .list-news-latest .item-article .post-content .title a {
  word-wrap: break-word;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: inherit;
}

.widget .widget-news .list-news-latest .item-article .post-content .date {
  font-size: 12px;
}

.widget .widget-news.widget-product .list-news-latest .item-article {
  border: 1px solid #eee;
  padding: 8px 10px;
  margin-bottom: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.widget
  .widget-news.widget-product
  .list-news-latest
  .item-article
  .post-image {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-flex: 0 1 60px;
  flex: 0 1 60px;
  max-width: 60px;
  height: 60px;
}

.widget
  .widget-news.widget-product
  .list-news-latest
  .item-article
  .post-image
  a {
  -ms-flex: 0 1 60px;
  flex: 0 1 60px;
  max-width: 60px;
  height: 60px;
}

.widget
  .widget-news
  .list-news-latest
  .item-article
  .post-content
  .price-more
  .price {
  color: #f90 !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}

.widget
  .widget-news
  .list-news-latest
  .item-article
  .post-content
  .price-more
  .status,
.widget
  .widget-news
  .list-news-latest
  .item-article
  .post-content
  .price-more
  .retail {
  display: none;
}

.widget
  .widget-news
  .list-news-latest
  .item-article
  .post-content
  .price-more
  .price
  .amount {
  color: #f90;
}

.product-small .box {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border: 1px solid #e2e8f0;
  padding: 5px;
}

.product-small .box .product-title a {
  line-height: 22px;
  word-wrap: break-word;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: inherit;
  min-height: 44px;
  padding: 0;
}

.product-small .box .product-title a {
  margin-bottom: 0.5rem;
  word-wrap: break-word;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: inherit;
}

.product-small .box .brand,
.product-small .box .origin {
  margin-bottom: 0.5rem;
}

.product-small .box .brand span,
.product-small .box .origin span {
  color: #94a3b8;
}

.product-small .box .price-wrapper {
  margin-top: 0.5rem;
  margin-bottom: 0.8rem;
}

.product-small .box .price {
  font-size: 14px;
  font-weight: 700;
  color: #0066c4;
}

.product-small .box .price .amount {
  color: #0066c4;
}

.product-small .box .box-text {
  padding-bottom: 45px !important;
}

@media (min-width: 768px) {
  .product-small .box {
    padding: 7px;
  }

  .product-small .box .price {
    font-size: 15px;
  }
}

@media (min-width: 992px) {
  .product-small .box .price {
    font-size: 16px;
  }
}

.product-small .box .add-to-cart-button a {
  display: block;
  margin: 0;
  color: #000;
  font-weight: 500;
  line-height: 2rem;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #94a3b8;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.tu-van-wrapper {
  margin: 20px 0;
}
.btn-tu-van {
  display: inline-block;
  background-color: #f90;
  color: #ffffff !important;
  padding: 10px 25px;
  font-size: 1em;
  font-weight: 600;
  text-decoration: none !important;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}
.btn-tu-van:hover {
  background-color: #ff9900d1;
  color: #ffffff !important;
}

.product-info .product-title {
  font-size: 18px;
  font-weight: 700;
  color: #555;
  border: 0;
}

.product-info .product-short-description {
  margin-top: 0.25rem;
  background: #f9f9f9;
  padding: 10px;
  border-radius: 6px;
  font-size: 14px;
  margin-bottom: 15px;
  text-align: justify;
}

.product-info .price {
  margin-top: 0;
  font-size: inherit;
  font-weight: 700;
  line-height: 1;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.product_meta > span {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 15px;
}

.product_meta > span a {
  color: #0066c4;
}

.product-info .price .amount {
  color: #ea0000;
}

.product-info .price del {
  font-size: 16px;
  text-decoration: line-through;
}

.product-info .price del .amount {
  color: #b6b6b6;

  font-weight: 500;
}

.product-info .price-more {
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}

.red {
  color: #ea0000 !important;
}

.product-info .price-more .retail {
  font-size: 16px;
  color: #b6b6b6;
  text-decoration: line-through;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

@media (min-width: 768px) {
  .product-info .product-title {
    font-size: 20px;
  }

  .product-info .price-more {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .product-info .product-title {
    font-size: 23px;
  }

  .product-info .price-more {
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  .product-info .product-title {
    font-size: 25px;
  }
}

.nav-tabs > li.active > a {
  border-width: 2px;
  border-top-color: #0066c4;
}
.nav-tabs + .tab-panels {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
}

.product-section {
  border-top: none;
}

.product-section-title {
  font-size: 18px;
  font-weight: 600;
  color: #0066c4;
}

@media (min-width: 768px) {
  .product-section-title {
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  .product-section-title {
    font-size: 22px;
  }
}

@media (min-width: 1200px) {
  .product-section-title {
    font-size: 23px;
  }
}

.entry-header .entry-header-text {
  margin-top: 1.7rem;
  padding-bottom: 0;
}

.entry-header .entry-title {
  font-size: 26px;
  font-weight: 700;
  color: #0066c4;
  border-bottom: 0;
}

.entry-header .entry-meta .date {
  font-size: 15px;
}

.news-latest {
  margin-top: 1rem;
}

.news-latest .box .box-image {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;
  padding: 4px;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}

.news-latest .box .box-image a {
  height: 160px;
  overflow: hidden;
}

.news-latest .box .box-image a img {
  width: 100%;
  min-height: 120px;
}

.news-latest .box .box-text a {
  word-wrap: break-word;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: inherit;
}

.about-home .section-content {
  margin-top: 120px;
  background-color: #0066c4;
}

@media (min-width: 992px) {
  .about-home .section-content {
    margin-top: 25rem;
  }
}

.about-home .about-info .img {
  padding: 1rem;
  background: #0066c4;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin-top: -50px;
}

.about-home .about-info h3 {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 500;
}

.about-home .about-info p {
  color: #fff;
  font-size: 15px;
  word-wrap: break-word;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  height: inherit;
}

.about-home .about-info a {
  padding: 4px 30px;
  background-color: #fff !important;
  display: inline-block;
  color: #2f2f2f !important;
  font-weight: 600;
  text-transform: none;
  font-size: 14px;
  border-radius: 5px !important;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.vlnk-section-title {
  margin-bottom: 0;
}

.vlnk-section-title .section-title-main {
  color: #2f2f2f;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.4;
}

.vlnk-section-title a {
  line-height: 30px;
  display: inline-block;
  border-color: #0066c4;
  background-color: #0066c4;
  color: #fff;
  position: relative;
  padding: 5px 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border: 1px solid #ebebeb;
  font-weight: 400;
}

.vlnk-section-title a i {
  color: #fff;
  opacity: 1;
  font-size: 1rem;
  vertical-align: middle;
}

@media (min-width: 992px) {
  .vlnk-section-title .section-title-main {
    font-size: 25px;
    text-transform: none;
  }
}

@media (min-width: 1200px) {
  .header-box-2 .title {
    font-size: 30px;
  }
}

.blog-section .post-item .col-inner {
  padding: 1rem;
  background: #fff;
  position: relative;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.09);
}

.blog-section .col-2 .post-item .col-inner {
  padding: 0.5rem;
}

.blog-section .box-text {
  padding: 0;
}

.blog-section .post-item .col-inner {
  padding: 1rem;
  background: #fff;
  position: relative;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.09);
}

.blog-section .col-2 .post-item .col-inner {
  padding: 0.5rem;
}

.blog-section .cat-label {
  display: inline-block;
  padding: 0.1rem;
  margin-bottom: 0.5rem;
  text-transform: none;
  background-color: #f5fff2;
  color: #0066c4;
  font-size: 13px;
}

.blog-section .post-title {
  font-size: 15px;
  font-weight: 700;
  color: #2f2f2f;
  text-transform: capitalize;
}

.blog-section .post-meta {
  font-size: 14px;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.blog-section .from_the_blog_excerpt {
  font-size: 15px;
  color: #2f2f2f;
  word-wrap: break-word;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: inherit;
}
.category-children-list-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.category-children-list-wrap .category-title {
  color: #2f2f2f;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.4;
  text-transform: uppercase;
}

.category-children-list-wrap .link-to a {
  line-height: 30px;
  display: inline-block;
  color: #2f2f2f;
  position: relative;
  padding: 5px 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border: 1px solid #ebebeb;
}

.category-children-list-wrap .link-to a.viewmore {
  border-color: #0066c4;
  background-color: #0066c4;
  color: #fff;
}

.category-children-list-wrap .link-to a.viewmore i {
  margin-left: 5px;
  margin-right: 0;
  color: #fff;
  opacity: 1;
  font-size: 1rem;
  vertical-align: middle;
}

@media (min-width: 992px) {
  .category-children-list-wrap .category-title {
    font-size: 25px;
    text-transform: none;
  }
}

@media (min-width: 12000px) {
  .category-children-list-wrap .category-title {
    font-size: 25px;
    text-transform: none;
  }
}

.policy-home .policy-item .icon-box-img {
  flex: 0 0 70px;
  max-width: 70px;
  padding-right: 0;
  text-align: center;
  background: #0066c4;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  height: 70px;
  padding: 10px;
}

.policy-home .policy-item .icon-box-img img {
  padding-top: 0;
}

.policy-home .policy-item .icon-box-text h4 {
  margin-bottom: 0.25rem;
  line-height: 20px;
  font-weight: 700;
  color: #0066c4;
  font-size: 16px;
  text-transform: uppercase;
}

.policy-home .policy-item .icon-box-text p {
  font-size: 14px;
  color: #2f2f2f;
}
.brand-featured .col .img {
  border: 1px solid #ebebeb;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  position: relative;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
}

.brand-featured .col .img .img-inner {
  height: 110px;
  display: flex;
  align-items: center;
}

.hot-product .wrap-box {
  background-image: url(./images/flash-sale-background.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  overflow: hidden;
}

.header-box-2 .section-title-main {
  color: #2f2f2f;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.4;
  text-transform: none;
}

@media (min-width: 992px) {
  .header-box-2 .section-title-main {
    font-size: 25px;
  }
}

@media (min-width: 1200px) {
  .header-box-2 .section-title-main {
    font-size: 30px;
  }
}

.best-product .header-box-2 .section-title-main {
  padding-left: 50px;
  background: url(./images/sales-up.png) no-repeat center left;
  background-size: contain;
}
.product-small .badge-container {
  top: 15px;
  left: 15px;
  margin-top: 0;
}

.product-small .badge {
  width: auto;
  height: auto;
}

.product-small .badge .badge-inner {
  background: #0066c4;
  color: #fff;
  padding: 5px 10px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  font-size: 14px;
  font-weight: 400;
}

.about-home .row-slider-image-box .col .img {
  padding-left: 6px;
  padding-right: 6px;
}

.woocommerce-ordering select {
  border-radius: 100px;
}

.product-main .product-gallery .badge-container,
.product-main .product-gallery .image-tools {
  display: none;
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  color: #212529;
}

.w-100 {
  width: 100% !important;
}

.navbar-collapse ul.navbar-menu {
  position: relative;
  display: flex;
  webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.navbar-collapse ul > li.nav-item .nav-link {
  color: #fff;
  font-size: 14px;
  line-height: 45px;
  position: relative;
  padding: 0 5px;
  font-weight: 500;
  text-transform: uppercase;
}

.navbar-collapse ul li.nav-item .sub-menu2 {
  min-height: 495px;
  position: absolute;
  width: calc(100%);
  background: #fff;
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.35);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.35);
  left: 0;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
  z-index: 9999;
  visibility: hidden;
  text-align: left;
  border-radius: 0 0 10px 10px;
  min-width: 1110px;
}

.menu-cart-full
  .menu-cart-full-container
  .menubar.menu_cat
  #narbarMainMenu
  .navbar-collapse
  ul
  li.nav-item
  .sub-menu2
  > .d-flex {
  position: relative;
}

.navbar-collapse ul > li.nav-item ul {
  position: absolute;
  min-width: 220px;
  z-index: 99;
  background: #0066c4;
  text-align: left;
  visibility: hidden;
  list-style: none;
  padding: 0;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
}

.navbar-collapse ul li.nav-item .sub-menu2 ul.sub-cat-2 {
  background: unset;
  list-style: none;
  padding: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  position: static;
  display: flex;
  flex-direction: column;
  min-width: 300px;
}

.navbar-collapse ul > li.nav-item ul li {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  text-align: left;
}

.navbar-collapse ul li.nav-item .sub-menu2 ul.sub-cat-2 li.item-cat-2 {
  position: unset;
}

.navbar-collapse ul > li.nav-item ul li a {
  padding: 0 15px;
  display: block;
  white-space: nowrap;
  font-size: 14px;
  min-width: 130px;
  border-top: 0.5px solid #646161;
  line-height: 40px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  color: #fff;
}

.navbar-collapse ul > li.nav-item ul li:first-child a {
  border: 0;
}

.navbar-collapse ul li.nav-item .sub-menu2 .name {
  font-weight: 600;
}

.navbar-collapse ul li.nav-item .sub-menu2 ul.sub-cat-2 li.item-cat-2 a {
  border-top: unset;
  font-size: 15px;
  color: #2f2f2f;
}

.navbar-collapse
  ul
  li.nav-item
  .sub-menu2
  ul.sub-cat-2
  li.item-cat-2
  .prod-best {
  position: absolute;
  left: 300px;
  top: 0;
  right: 0;
  flex: 0 0 calc(100% - 300px);
  max-width: calc(100% - 300px);
  opacity: 0;
  visibility: hidden;
}

.navbar-collapse
  ul
  li.nav-item
  .sub-menu2
  ul.sub-cat-2
  li.item-cat-2
  .prod-best
  .title-box
  .title {
  padding-left: 50px;
  background: url(./images/sales-up.png) no-repeat center left;
  background-size: 36px;
  font-size: 16px;
  font-weight: 600;
  line-height: 45px;
}

.navbar-collapse
  ul
  li.nav-item
  .sub-menu2
  ul.sub-cat-2
  li.item-cat-2
  .prod-best
  .title-box
  .more {
  min-width: unset;
  color: #0066c4;
  font-weight: 600;
}

.navbar-collapse
  ul
  li.nav-item
  .sub-menu2
  ul.sub-cat-2
  li.item-cat-2
  .prod-best
  > .list-products {
  width: 100%;
  display: flex;
  overflow: hidden;
}

.navbar-collapse
  ul
  li.nav-item
  .sub-menu2
  ul.sub-cat-2
  li.item-cat-2
  .prod-best
  > .list-products
  .item-wrap {
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0 5px;
}

.list-products .item .product-box {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border: 1px solid #e2e8f0;
  padding: 5px;
}

.navbar-collapse
  ul
  li.nav-item
  .sub-menu2
  ul.sub-cat-2
  li.item-cat-2
  .prod-best
  > .list-products
  .item-wrap
  .product-box
  .img-box {
  padding: unset;
}

.list-products .item .product-box .img-box img {
  min-width: 95%;
  max-width: 95%;
  max-height: 95%;
  margin: auto;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.navbar-collapse ul li.nav-item .sub-menu2 ul.sub-cat-2 li.item-cat-2.has-sub {
  position: relative;
}

.navbar-collapse ul li.nav-item .sub-menu2 ul.sub-cat-2 li.item-cat-2 a:hover {
  background-color: #f1f5f9;
}

.menu-cart-full
  .menu-cart-full-container
  .menubar.menu_cat
  #narbarMainMenu
  .navbar-collapse
  ul
  li.nav-item
  .sub-menu2
  ul.sub-cat-2
  li.item-cat-2
  a
  > i {
  position: absolute;
  right: 10px;
  top: 15px;
}

.navbar-collapse ul > li.nav-item ul li ul {
  min-width: 200px;
  z-index: 99;
  background: #f90;
  border-left: 0;
  top: 0;
  text-align: left;
  left: 100%;
  display: none;
  padding: 0;
  list-style: none;
}

.navbar-collapse ul > li.nav-item ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

.navbar-collapse
  ul
  li.nav-item
  .sub-menu2
  ul.sub-cat-2
  li.item-cat-2
  .sub-cat-3 {
  background: unset;
}

.navbar-collapse
  ul
  li.nav-item
  .sub-menu2
  ul.sub-cat-2
  li.item-cat-2
  .sub-cat-3
  a {
  font-size: 14px;
}

.navbar-collapse ul li.nav-item:hover .sub-menu2 {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
}

.navbar-collapse
  ul
  li.nav-item
  .sub-menu2
  ul.sub-cat-2
  li.item-cat-2:hover
  .prod-best {
  opacity: 1;
  visibility: visible;
}

.navbar-collapse ul > li.nav-item ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

.navbar-collapse ul li.nav-item {
  position: unset;
  margin-bottom: 0;
}

.navbar-collapse ul li.nav-item:hover .sub-menu2 ul.sub-cat-2 {
  opacity: 1;
  visibility: visible;
}

.list-products .item .product-box .info-box .product-name {
  line-height: 22px;
  word-wrap: break-word;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: inherit;
  min-height: 44px;
  padding: 0;
}

.navbar-collapse ul li.nav-item .sub-menu2 > .d-flex {
  position: relative;
}

.navbar-collapse ul li.nav-item .sub-menu2 ul.sub-cat-2 li.item-cat-2 a > i {
  position: absolute;
  right: 10px;
  top: 15px;
}

.box-image .best {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 13px;
  font-weight: 600;
  text-transform: capitalize;
  color: #fff;
  border-radius: 3px;
  padding: 0 5px 0 20px;
  background: url(./images/selling.png) no-repeat center left;
  background-color: #0066c4;
  background-size: 16px;
  background-position-x: 2px;
}

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .list-products .item .product-box {
    padding: 7px;
  }
}

@media (min-width: 992px) {
  .navbar-collapse ul > li.nav-item .nav-link {
    padding: 0 5px;
  }
}

@media (min-width: 1200px) {
  .navbar-collapse ul > li.nav-item ul li a,
  .list-products .item .product-box .info-box .product-name {
    line-height: 45px;
  }
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.contact-form h3 {
  line-height: 1.5;
  font-weight: 400;
}

.contact-form .wpforms-container {
  margin-top: 0 !important;
}

.woocommerce-breadcrumb.breadcrumbs {
  display: none;
}

.off-canvas-left.dark .mfp-content {
  background-color: #0066c4;
}

.dark .nav-vertical li li.menu-item-has-children > a,
.dark .nav-vertical-fly-out > li > a,
.dark .nav-vertical > li > ul li a,
.dark .nav > li.html,
.dark .nav > li > a,
.nav-dark .is-outline,
.nav-dark .nav > li > a,
.nav-dark .nav > li > button,
.nav-dropdown.dark .nav-column > li > a,
.nav-dropdown.dark > li > a {
  color: #fff;
}

.box-text .retail-price {
  font-size: 13px;
  color: #94a3b8;
  text-decoration: line-through;
}

.content .mucluc ::-webkit-scrollbar {
  width: 10px;
}

.content .mucluc ::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.content .mucluc ::-webkit-scrollbar-thumb {
  background: #888;
}

.content .mucluc ::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.content .mucluc .er_toc {
  margin-bottom: 15px;
  border: 1px solid #e6e6e6;
  background: #fff;
  line-height: 1.7em;
  max-height: 300px;
  overflow-y: scroll;
}

@media (max-width: 991.98px) {
  .content .mucluc .er_toc {
    max-height: 200px;
  }
}

.content .mucluc .er_toc .er_toc_title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  background: rgba(243, 243, 243, 0.95);
  color: #333;
  padding: 7px 10px 7px 35px;
  position: relative;
}

.content .mucluc .er_toc .er_toc_title:before {
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  content: "ïƒ‹";
  position: absolute;
  left: 10px;
  top: 11px;
}

.content .mucluc .er_toc .er_toc_title span {
  position: absolute;
  right: 5px;
  top: 8px;
}

.content .mucluc .er_toc .er_toc_title.er_toc_title_open span:after {
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  content: "ï„†";
  margin-left: 10px;
}

.content .mucluc .er_toc .er_toc_title.er_toc_title_close span:after {
  content: "ï„…";
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  margin-left: 10px;
}

.content .mucluc .er_toc .er_toc_content {
  padding: 10px;
  background: rgba(243, 243, 243, 0.95);
  color: #333;
  border-top: 1px solid #e6e6e6;
}

.content .mucluc .er_toc .er_toc_content > ol {
  list-style: none;
  padding-left: 0;
}

.content .mucluc .er_toc .er_toc_content > ol > li {
  font-weight: 600;
  font-size: 16px;
}

.content .mucluc .er_toc .er_toc_content > ol > li li {
  font-weight: normal;
  font-size: 15px;
}

.content .mucluc .er_toc .er_toc_content > ol ol {
  list-style: none;
  padding-left: 20px;
}

.content .mucluc .er_toc .er_toc_content > ol li {
  margin-bottom: 5px;
}

.content .mucluc .er_toc.er_toc_fixed {
  position: fixed;
  right: 70px;
  z-index: 9999;
  max-width: 400px;
  max-height: 500px;
  bottom: 0;
  transform: translateY(-50%);
  margin-left: 10px;
}

@media (min-width: 992px) {
  .content .mucluc .er_toc.er_toc_fixed {
    margin-left: -5px;
  }
}

.content .mucluc .er_toc.er_toc_fixed .er_toc_title {
  position: relative;
}

.content .mucluc .er_toc.er_toc_fixed .er_toc_title .close-toc {
  position: absolute;
  right: 0;
  z-index: 9999;
  font-style: normal;
  color: red;
  cursor: pointer;
}

.content .fixed-mucluc {
  position: fixed;
  bottom: 90px;
  cursor: pointer;
  z-index: 9999;
  background: #f5f5f5;
  border: 2px solid #000;
  padding: 10px 5px;
  right: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.content .fixed-mucluc i {
  font-size: 35px;
}

@media (min-width: 992px) {
  .content .fixed-mucluc {
    left: auto;
  }
}

@media (max-width: 767.98px) {
  .content .fixed-mucluc i {
    font-size: 28px;
  }
}

.content .content-style h2 {
  color: blue;
  font-size: 130%;
  line-height: 180%;
  font-weight: 600;
}

.content .content-style {
  text-align: justify;
}

.content .content-style p {
  margin: 0 0 15px 0;
}

.content .content-style a {
  color: #0a90eb;
}

.content .content-style img {
  height: auto !important;
}

.content .content-style img.with-100 {
  width: 100%;
}

.content .content-style iframe,
.content .content-style img {
  max-width: 100% !important;
}

.content .content-style table td {
  padding: 10px;
  border: 1px solid #ddd;
}

.content .content-style table td p {
  margin: 0;
}

.content .content-style h1 {
  font-size: 1.8rem;
  line-height: 1.5;
}

.content .content-style h1.title {
  font-size: 1.8rem;
  line-height: 1.5;
}

.content .content-style h2 {
  color: blue;
  font-size: 130%;
  line-height: 180%;
  font-weight: 600;
  background: #eeeeee;
  border: 1px solid #cccccc;
  padding: 5px 10px;
}

.content .content-style h3 {
  font-size: 120%;
  line-height: 170%;
}

.content .content-style h4 {
  font-size: 100%;
  line-height: 160%;
}

.content .content-style h5 {
  font-size: 100%;
  line-height: 150%;
}

.content .content-style .goback {
  font-weight: bold;
}

.content .content-style blockquote {
  font-size: 15px;
  background-color: #fbf0f0;
  border-left: none;
  margin: 20px 0 20px;
  position: relative;
  text-align: left;
  clear: both;
  padding: 5px 20px 5px;
  border-left: 6px solid red;
  font-style: normal !important;
}

.content .content-style blockquote > * {
  margin: 15px 0;
}

.content .content-style .download {
  color: #ed1c24;
}

.content .content-style .download i {
  font-size: 20px;
  margin-right: 10px;
}

@media (max-width: 767.98px) {
  .content .content-style ul {
    padding-inline-start: 20px;
  }
}

.d-none {
  display: none;
}

.hotline-widget .hotline {
  position: fixed;
  left: 130px;
  bottom: 20px;
  z-index: 50;
  display: inline-block;
  line-height: 1;
  height: 45px;
  color: #fff;
  background: #e2242c;
  background-size: 24px auto;
  padding: 0 10px 0 6px;
  font-weight: bold;
  font-size: 16px;
  border-radius: 32px;
  box-shadow: -2px 2px 5px #404040;
}

.hotline-widget .hotline i {
  position: relative;
  color: #fff;
  font-size: 16px;
  padding-left: 2px;
  background: rgba(0, 0, 0, 0.3);
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 20px;
  margin-right: 5px;
  -moz-animation-duration: 1000ms;
  -moz-animation-name: calllink;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: alternate;
  -webkit-animation-duration: 500ms;
  -webkit-animation-name: calllink;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-duration: 1s;
  animation-name: calllink;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.hotline-widget .hotline:hover {
  color: #e3e3e3;
}

.hotline-widget .zalo {
  left: 75px !important;
}

@keyframes calllink {
  0% {
    background-color: rgba(0, 0, 0, 0.1);
  }

  100% {
    background-color: rgba(0, 0, 0, 0.6);
  }
}

.btn-call {
  position: fixed;
  bottom: 35px;
  left: 30px;
  z-index: 99;
}

@media (max-width: 767.98px) {
  .btn-call {
    bottom: 25px;
  }
}

.btn-call span {
  transform: rotate(90deg);
  display: block;
  font-size: 18px;
  width: 46px;
  height: 46px;
  margin: auto;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background: #ed1d24;
  position: relative;
}

.btn-call span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  border: solid 1px rgba(237, 29, 36, 0.6);
  -webkit-animation-name: zoomin;
  animation-name: zoomin;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.btn-call span:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border-radius: 50%;
  background: rgba(237, 29, 36, 0.6);
  z-index: -1;
  -webkit-animation-name: zoomout;
  animation-name: zoomout;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.btn-call span i {
  -webkit-animation-name: lac;
  animation-name: lac;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.btn-call strong {
  color: #fff;
  background: rgba(237, 29, 36, 0.8);
  display: inline-block;
  vertical-align: middle;
  padding: 0 20px;
  border-radius: 5px;
  position: absolute;
  left: 106%;
  margin-left: 5px;
  white-space: nowrap;
  font-weight: 500;
  font-size: 18px;
  line-height: 37px;
  top: 50%;
  margin-top: -18px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn-call strong:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-right: 8px solid rgba(237, 29, 36, 0.8);
  border-bottom: 6px solid transparent;
  position: absolute;
  left: -8px;
  top: 50%;
  margin-top: -6px;
}

@keyframes zoomin {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(2.2);
    transform: scale(2.2);
    opacity: 0.1;
  }
}

@-webkit-keyframes zoomin {
  0% {
    -webkit-transform: scale(0.8);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(2.2);
    opacity: 0.1;
  }
}

@keyframes zoomout {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.3;
  }
}

@-webkit-keyframes zoomout {
  0% {
    -webkit-transform: scale(0.8);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.1);
    opacity: 0.3;
  }
}

@keyframes lac {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  10% {
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg);
  }

  20% {
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
  }

  30% {
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg);
  }

  40% {
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
  }

  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-webkit-keyframes lac {
  0% {
    -webkit-transform: rotate(0deg);
  }

  10% {
    -webkit-transform: rotate(-25deg);
  }

  20% {
    -webkit-transform: rotate(25deg);
  }

  30% {
    -webkit-transform: rotate(-25deg);
  }

  40% {
    -webkit-transform: rotate(25deg);
  }

  50% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
  }
}

.ic {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.zalo,
.mess {
  /* background: white !important; */
  position: fixed;
  /* left: 195px !important; */
  bottom: 20px;
  z-index: 50;
  display: inline-block;
  line-height: 40px;
  height: 45px !important;
  width: 45px;
  border-radius: 50% !important;
  color: #fff;
  padding: 0px !important;
}

.hotline-widget a {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 50;
  display: inline-block;
  line-height: 40px;
  height: 40px;
  color: #fff;
  background-size: 24px auto;
  padding: 0 15px 0 15px;
  font-weight: bold;
  font-size: 18px;
  border-radius: 18px;
}

.hotline-widget .zalo {
  left: 75px !important;
}

.zalo img,
.mess img {
  width: 45px;
}

.mess {
  left: 20px !important;
}

.hotline-widget-mobile {
  display: none;
}

@media (max-width: 768px) {
  .hotline-widget {
    display: none !important;
  }

  .hotline-widget-mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 50px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 999;
    padding: 5px;
    display: flex;
  }

  .hotline-widget-mobile .zalo-mobile {
    width: 65%;
    background-color: #0082d0;
    text-align: center;
    padding-top: 6px;
    margin-right: 5px;
  }

  .hotline-widget-mobile .hotline {
    width: 35%;
    background: #3fb801;
    color: white;
    font-size: 16px;
    justify-content: center;
  }

  .hotline-widget-mobile a {
    display: inline-block;
    border-radius: 3px;
  }

  .hotline-widget-mobile .zalo-mobile img {
    width: 20px;
  }

  .hotline-widget-mobile .zalo-mobile span {
    color: white;
    font-size: 16px;
  }

  .hotline-widget-mobile .hotline i {
    margin-right: 5px;
  }

  .category-children-list-wrap {
    flex-direction: column;
  }
}

.add-to-cart-button {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.navbar-collapse ul > li.nav-item:hover .nav-link {
  color: #f90;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.category-home .list-cat .item-wrap .item {
  border-radius: 1rem;
  border: 1px solid #ebebeb;
}

.category-home .list-cat .item-wrap .item .img-box {
  padding: 10px;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  height: 80px;
}

.category-home .list-cat .item-wrap .item .img-box img {
  margin: auto;
  min-width: unset;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.category-home .list-cat .item-wrap .item .info .name {
  font-size: 16px;
  font-weight: 700;
  color: #2f2f2f;
  line-height: 22px;
  word-wrap: break-word;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: inherit;
  height: 44px;
}

.category-home .list-cat .item-wrap .item:hover {
  border-color: #0066c4;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.category-home .list-cat .item-wrap .item:hover .img-box img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
}

@media (min-width: 768px) {
  .category-home .list-cat .item-wrap .item .img-box {
    height: 120px;
  }
}

.no-gutters {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.category-home .list-cat {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.35rem;
  }


@media (max-width: 768px) {
  .category-home .list-cat {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  .content.list-product .category-home .list-cat {
    gap: 1rem;
  }

  .content.list-product .item-wrap .item {
    height: 100%;
  }

  .category-home .list-cat .item-wrap .item .img-box {
    height: 120px;
  }
}
