@media screen and (max-width: 991px) {
  .col-first {
    order: 1 !important;
  }
}

.title-center-common .section-title-center {
  margin-bottom: 0;
}
.title-center-common .section-title-center b {
  display: none;
}
.title-center-common .section-title-center .section-title-main {
  display: block;
  font-size: 28px;
  font-weight: 600;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .title-center-common .section-title-center .section-title-main {
    font-size: 24px;
  }
}

.title-home-common {
  margin-bottom: 30px !important;
}
.title-home-common .section-title-normal {
  margin-bottom: 0;
  padding: 10px;
  border: none;
  background-color: var(--primary_color);
}
.title-home-common .section-title-normal .section-title-main {
  border: none;
  padding: 0 0 0 35px;
  font-size: 28px;
  font-weight: 600;
  position: relative;
  color: var(--white);
}
@media screen and (max-width: 480px) {
  .title-home-common .section-title-normal .section-title-main {
    font-size: 24px;
  }
}
.title-home-common .section-title-normal .section-title-main::before {
  content: "\f101";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  font-size: 28px;
  color: var(--white);
}
@media screen and (max-width: 480px) {
  .title-home-common .section-title-normal .section-title-main::before {
    font-size: 24px;
  }
}

.title-page-common {
  overflow: hidden;
  margin-bottom: 20px;
  border-bottom: 3px solid var(--primary_color);
}
.title-page-common .page-title {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  padding: 9px 10px;
  width: auto;
  margin-bottom: 0;
  color: var(--white);
  background-color: var(--primary_color);
}
.title-page-common .page-title::before {
  content: "";
  position: absolute;
  right: -33px;
  width: 0;
  top: 0;
  height: 0;
  border-top: 36px solid transparent;
  border-left: 34px solid var(--primary_color);
}
.title-page-common .page-title::after {
  content: "";
  position: absolute;
  width: 7px;
  top: -21px;
  right: -25px;
  height: 194%;
  background: var(--primary_color);
  transform: rotate(-43deg);
}

.title-customize {
  overflow: hidden;
  margin-bottom: 20px;
  border-bottom: 3px solid var(--primary_color);
}
.title-customize .section-title-normal {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  padding: 8px 10px;
  width: auto;
  margin-bottom: 0;
  color: var(--white);
  background-color: var(--primary_color);
  border: none;
}
.title-customize .section-title-normal::before {
  content: "";
  position: absolute;
  right: -33px;
  width: 0;
  top: 0;
  height: 0;
  border-top: 36px solid transparent;
  border-left: 33px solid var(--primary_color);
}
.title-customize .section-title-normal::after {
  content: "";
  position: absolute;
  width: 7px;
  top: -21px;
  right: -25px;
  height: 194%;
  background: var(--primary_color);
  transform: rotate(-43deg);
}
.title-customize .section-title-normal .section-title-main {
  border: none;
  padding: 0;
}

.swiper-button {
  background-color: rgba(0, 0, 0, 0.3);
  width: 38px;
  height: 38px;
  transition: ease 0.3s;
}
.swiper-button::after {
  font-size: 14px !important;
  font-weight: 900;
  color: var(--white);
}
.swiper-button.swiper-button-prev {
  left: 0;
}
.swiper-button.swiper-button-next {
  right: 0;
}
.swiper-button:hover {
  background-color: rgba(56, 113, 193, 0.8);
}

.breadcrumbs-container {
  margin-top: 30px;
  padding: 10px;
  background-color: #f5f5f5;
}
.breadcrumbs-container nav p {
  margin-bottom: 0;
}
.breadcrumbs-container nav a:first-child::before {
  content: "\f015";
  font-family: "Font Awesome 6 Free";
  font-size: 15px;
  font-weight: 900;
  margin-right: 5px;
}
.breadcrumbs-container nav .separator {
  margin: 0 5px;
}
.breadcrumbs-container nav .last {
  font-weight: 700;
  color: var(--primary_color);
}

.products .product .col-inner {
  border: 1px solid var(--primary_color);
  background-color: var(--white);
}
.products .product .col-inner .box .box-text {
  padding: 10px 15px;
}
.products .product .col-inner .box .box-text .title-wrapper .product-title a {
  font-size: 16px;
  font-weight: 500;
  color: var(--base_color);
  transition: ease 0.3s;
}
.products .product .col-inner .box .box-text .title-wrapper .product-title a:hover {
  color: var(--primary_color);
}
.products .product .col-inner .box .box-text .price-wrapper {
  height: auto !important;
  display: none;
}
.products .product .col-inner .box .box-text .price-wrapper .price a {
  margin: 10px 0;
  color: #dd0000;
  font-weight: 500;
  text-transform: initial;
}

.blog-posts .post-item .col-inner .box .box-image {
  padding: 5px;
  background-color: #f5f5f5;
}
.blog-posts .post-item .col-inner .box .box-text {
  padding: 10px 0;
}
.blog-posts .post-item .col-inner .box .box-text .post-title a {
  font-size: 16px;
  color: var(--base_color);
  transition: ease 0.3s;
}
.blog-posts .post-item .col-inner .box .box-text .post-title a:hover {
  color: var(--primary_color);
}
.blog-posts .post-item .col-inner .box .box-text .is-divider {
  display: none;
}
.blog-posts .post-item .col-inner .box .box-text .from_the_blog_excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #464646;
  line-height: 20px;
  height: 80px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 15px;
}

/*HEADER*/
@media screen and (max-width: 991px) {
  #header {
    border-bottom: 1px solid var(--secondary_color);
  }
}
@media screen and (min-width: 992px) {
  #header #masthead {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  #header #masthead {
    height: 120px;
  }
}
@media screen and (min-width: 992px) {
  #header #masthead #logo img {
    max-height: 150px !important;
  }
}
@media screen and (max-width: 991px) {
  #header #masthead #logo img {
    max-height: 115px !important;
    padding-bottom: 0 !important;
  }
}
#header #masthead .flex-left .header-nav {
  flex-direction: column;
  align-items: flex-start;
}
#header #masthead .flex-left .header-nav li {
  margin-bottom: 10px;
}
#header #masthead .flex-left .header-nav li .information-website-container {
  text-align: center;
}
#header #masthead .flex-left .header-nav li .information-website-container .company-name {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 0;
}
#header #masthead .flex-left .header-nav li .information-website-container .address {
  color: var(--primary_color);
  font-weight: 600;
}
#header #masthead .flex-left .header-nav li .information-website-container .hotline-email a {
  color: var(--primary_color);
  font-weight: 600;
  transition: ease 0.3s;
}
#header #masthead .flex-left .header-nav li .information-website-container .hotline-email a:hover {
  color: var(--secondary_color);
}
#header #masthead .flex-left .header-nav li.header-search-form {
  margin: 0;
}
#header #masthead .flex-left .header-nav li.header-search-form .searchform {
  max-width: 440px;
}
#header #masthead .flex-left .header-nav li.header-search-form .searchform input {
  height: 44px;
}
#header #masthead .flex-left .header-nav li.header-search-form .searchform button[type=submit] {
  background-color: var(--primary_color) !important;
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
  height: 44px;
  width: 60px;
}
#header #masthead .flex-left .header-nav li.header-search-form .searchform button[type=submit] i {
  color: var(--white);
}
#header #masthead .flex-left .mobile-nav .nav-icon i {
  font-size: 30px;
  color: var(--primary_color);
}
@media screen and (min-width: 992px) {
  #header #masthead .flex-right {
    height: 100%;
  }
}
#header #masthead .flex-right .header-nav {
  height: 100%;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}
#header #masthead .flex-right .header-nav li {
  margin-right: 0;
}
#header #masthead .flex-right .header-nav li .contact-header-container a.zalo {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 99%;
  background-color: var(--primary_color);
  transition: ease 0.3s;
}
#header #masthead .flex-right .header-nav li .contact-header-container a.zalo img {
  width: 20px;
  height: 20px;
}
#header #masthead .flex-right .header-nav li .contact-header-container a.zalo i {
  color: var(--white);
}
#header #masthead .flex-right .header-nav li .contact-header-container a.zalo:hover {
  background-color: var(--secondary_color);
}
#header #masthead .flex-right .header-nav li .hotline-header-container .hotline-header-inner {
  flex-wrap: nowrap;
}
#header #masthead .flex-right .header-nav li .hotline-header-container .hotline-header-inner .icon {
  margin-right: 10px;
}
#header #masthead .flex-right .header-nav li .hotline-header-container .hotline-header-inner .icon .icon-inner {
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #dd0000;
  border-radius: 99%;
}
#header #masthead .flex-right .header-nav li .hotline-header-container .hotline-header-inner .icon .icon-inner i {
  font-size: 20px;
  color: #dd0000;
}
#header #masthead .flex-right .header-nav li .hotline-header-container .hotline-header-inner .content .hotline a {
  font-size: 20px;
  font-weight: 700;
  color: #dd0000;
}
#header #masthead .flex-right .mobile-nav .header-search i {
  font-size: 20px !important;
  color: var(--primary_color);
}
@media screen and (max-width: 991px) {
  #header #wide-nav {
    background-color: var(--white);
  }
  #header #wide-nav .information-website-container {
    text-align: center;
  }
  #header #wide-nav .information-website-container .address {
    color: var(--primary_color);
    font-weight: 800;
    font-size: 12px;
  }
  #header #wide-nav .information-website-container .hotline-email a {
    color: var(--primary_color);
    font-weight: 800;
    font-size: 12px;
  }
}
#header #wide-nav .flex-center {
  width: 100%;
}
#header #wide-nav .flex-center .header-nav {
  justify-content: space-evenly;
}
#header #wide-nav .flex-center .header-nav li a {
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  color: var(--white);
}
#header #wide-nav .flex-center .header-nav li .sub-menu li a {
  color: var(--black);
  font-size: 14px;
  transition: ease 0.3s;
}
#header #wide-nav .flex-center .header-nav li .sub-menu li a:hover {
  color: var(--primary_color);
}

.mobile-sidebar .sidebar-menu .nav li a {
  font-size: 16px;
  font-weight: 500;
  color: var(--primary_color);
}

/*HOME - BANNER*/
.slider-banner {
  border-bottom: 1px solid var(--secondary_color);
}

/*HOME - PRODUCT CATEGORIES*/
.home-product-categories .title-center-common {
  margin-bottom: 0;
}
.home-product-categories .product-categories .product-category {
  padding-bottom: 0 !important;
}
.home-product-categories .product-categories .product-category .col-inner:hover .box .box-text .box-text-inner .header-title {
  color: var(--primary_color);
}
.home-product-categories .product-categories .product-category .col-inner .box .box-image {
  transform: translateY(50%);
  background-color: var(--white);
  z-index: 2;
}
.home-product-categories .product-categories .product-category .col-inner .box .box-text {
  border: 1px solid var(--primary_color);
  height: 140px;
  padding: 60px 10px 10px 10px;
}
.home-product-categories .product-categories .product-category .col-inner .box .box-text .box-text-inner .header-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--base_color);
  transition: ease 0.3s;
}

/*HOME - MANUFACTURERS*/
.home-manufacturers .manufacturer-list-container .swiper-slide .box .box-image img {
  height: 100%;
  object-fit: contain;
}

/*HOME - SHARE*/
.home-share .blog-posts:hover .flickity-button.previous {
  transform: translate(15px, -50%) !important;
}
.home-share .blog-posts:hover .flickity-button.next {
  transform: translate(-15px, -50%) !important;
}
.home-share .flickity-button {
  opacity: 1 !important;
  min-width: 38px !important;
  width: 38px !important;
  height: 38px;
  top: 50%;
  margin-top: unset !important;
}
.home-share .flickity-button .flickity-button-icon {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 12px !important;
}
.home-share .flickity-button.previous {
  left: 0 !important;
  transform: translate(15px, -50%) !important;
}
.home-share .flickity-button.next {
  right: 0 !important;
  transform: translate(-15px, -50%) !important;
}
.home-share .flickity-button:hover .flickity-button-icon {
  background-color: rgba(56, 113, 193, 0.8);
}
.home-share .flickity-button:hover .flickity-button-icon .arrow {
  fill: var(--white) !important;
}

/*SHOP PAGE*/
.category-page-title {
  display: none;
}

#shop-sidebar .widget-title,
.post-sidebar .widget-title,
#product-sidebar .widget-title {
  display: block;
  padding: 10px;
  background-color: var(--primary_color);
  color: var(--white);
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}
#shop-sidebar .is-divider,
.post-sidebar .is-divider,
#product-sidebar .is-divider {
  display: none;
}
#shop-sidebar .product-categories,
.post-sidebar .product-categories,
#product-sidebar .product-categories {
  background-color: rgba(13, 162, 212, 0.2);
}
#shop-sidebar .product-categories .cat-item + .cat-item,
.post-sidebar .product-categories .cat-item + .cat-item,
#product-sidebar .product-categories .cat-item + .cat-item {
  border-top: 1px solid var(--primary_color);
}
#shop-sidebar .product-categories .cat-item a,
.post-sidebar .product-categories .cat-item a,
#product-sidebar .product-categories .cat-item a {
  padding: 5px 10px;
  text-transform: uppercase;
  display: flex;
}
#shop-sidebar .product-categories .cat-item a::before,
.post-sidebar .product-categories .cat-item a::before,
#product-sidebar .product-categories .cat-item a::before {
  content: "\f138";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 15px;
  color: var(--primary_color);
  margin-right: 5px;
}
#shop-sidebar .textwidget,
.post-sidebar .textwidget,
#product-sidebar .textwidget {
  border: 1px solid #ddd;
  border-top: none;
  padding: 10px;
}
#shop-sidebar .customer-care-container .item + .item,
.post-sidebar .customer-care-container .item + .item,
#product-sidebar .customer-care-container .item + .item {
  margin-top: 10px;
}
#shop-sidebar .customer-care-container .item .label,
.post-sidebar .customer-care-container .item .label,
#product-sidebar .customer-care-container .item .label {
  background-color: #dd0000;
  border-radius: 99%;
  width: 32px;
  height: 32px;
  margin-right: 8px;
  display: inline-block;
  text-align: center;
}
#shop-sidebar .customer-care-container .item .label i,
.post-sidebar .customer-care-container .item .label i,
#product-sidebar .customer-care-container .item .label i {
  line-height: 32px;
  font-size: 12px;
  color: var(--white);
}
#shop-sidebar .customer-care-container .item a,
.post-sidebar .customer-care-container .item a,
#product-sidebar .customer-care-container .item a {
  color: #dd0000;
  font-weight: 500;
}

/*ARCHIVE - CATEGORY*/
.blog-post-list .post-item .col-inner {
  border: 1px solid #ddd;
  padding: 10px;
}
.blog-post-list .post-item .col-inner .box .box-text {
  vertical-align: top;
}
.blog-post-list .post-item .col-inner .box .box-text .post-title {
  margin-bottom: 10px;
}
.blog-post-list .post-item .col-inner .box .box-text .post-title a {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--base_color);
  transition: ease 0.3s;
}
.blog-post-list .post-item .col-inner .box .box-text .post-title a:hover {
  color: var(--primary_color);
}
.blog-post-list .post-item .col-inner .box .box-text .is-divider {
  display: none;
}
.blog-post-list .post-item .col-inner .box .box-text .post-meta {
  color: var(--base_color);
  font-size: 14px;
  margin-bottom: 10px;
}
.blog-post-list .post-item .col-inner .box .box-text .button {
  font-size: 14px;
  color: var(--base_color);
}
.blog-post-list .post-item .col-inner .box .box-text .button:hover {
  color: var(--primary_color);
}
.blog-post-list .post-item .col-inner .box .box-text .button:hover i {
  color: var(--primary_color);
}
.blog-post-list .post-item .col-inner .box .box-text .button i {
  font-size: 12px;
  color: var(--base_color);
}

/*PRODUCT*/
.product-main {
  padding-top: 30px !important;
}
@media screen and (max-width: 480px) {
  .product-main .product-info {
    padding-bottom: 0;
  }
}
.product-main .product-info .woocommerce-breadcrumb {
  display: none;
}
.product-main .product-info .product-title {
  font-weight: 500;
  font-size: 24px;
}
.product-main .product-info .price-wrapper .price a {
  margin: 0;
  font-size: 18px;
  color: #dd0000;
  text-transform: inherit;
}
.product-main .product-info .is-contact-button {
  background-color: #dd0000;
}
.product-main .product-footer {
  margin-top: 30px;
}
.product-main .product-footer .woocommerce-tabs {
  padding: 0;
  border: 1px solid var(--primary_color);
}
.product-main .product-footer .woocommerce-tabs .tabs li {
  margin: 0;
}
.product-main .product-footer .woocommerce-tabs .tabs li a {
  background-color: var(--white);
  border-right: none;
  border-top: none;
}
@media screen and (max-width: 480px) {
  .product-main .product-footer .woocommerce-tabs .tabs li a {
    font-size: 15px;
  }
}
.product-main .product-footer .woocommerce-tabs .tab-panels {
  background-color: var(--white);
}
.product-main .related-products-wrapper {
  margin-top: 30px;
  border: none;
}

/*POST*/
.blog-single .entry-header .entry-meta {
  color: var(--primary_color);
  font-style: italic;
}
.blog-single .entry-content {
  padding-top: 0;
}
.blog-single .related-post-container .related-posts {
  padding-left: 20px;
}
.blog-single .related-post-container .related-posts .item {
  margin-bottom: 5px;
}
.blog-single .related-post-container .related-posts .item a {
  font-weight: 500;
}

/*CONTACT PAGE*/
@media screen and (max-width: 991px) {
  .absolute-footer {
    padding-bottom: 90px !important;
  }
}

.contact-information-container {
  margin-bottom: 20px;
}
.contact-information-container .item .label {
  font-weight: 500;
}

.col-contact-form form input:not([type=submit]) {
  border: none;
  border-bottom: 1px solid #ddd;
  box-shadow: none;
}
.col-contact-form form input[type=submit] {
  font-weight: 500;
  height: 44px;
}
.col-contact-form form textarea {
  background-color: #f5f5f5;
  box-shadow: none;
  border: none;
}

/*FOOTER*/
.branch-list-container .branch-item .item {
  margin-left: 0;
}

.website-statistics-container .website-statistics-inner {
  align-items: center;
  justify-content: center;
}
.website-statistics-container .website-statistics-inner .header-divider {
  margin: 0 6px;
  width: 1px;
  display: inline-block;
  height: 20px;
  background-color: #ddd;
}

.contact-large {
  bottom: 60px;
  right: 22px;
}
.contact-large a {
  display: block;
  margin-bottom: 10px;
  width: 40px;
  height: 40px;
  border-radius: 99%;
}
.contact-large a img {
  width: 100%;
  height: 100%;
}

.contact-toolbar {
  bottom: 0;
  left: 0;
  width: 100%;
}
.contact-toolbar .contact-toolbar-inner {
  background-color: var(--white);
  padding: 10px 10px 5px 10px;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
.contact-toolbar .contact-toolbar-inner a {
  display: inline-block;
  text-align: center;
}
.contact-toolbar .contact-toolbar-inner a .icon {
  background-color: var(--primary_color);
  border-radius: 99%;
  width: 42px;
  height: 42px;
  overflow: hidden;
  padding: 10px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-toolbar .contact-toolbar-inner a .icon img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.contact-toolbar .contact-toolbar-inner a .label {
  line-height: 25px;
}
.contact-toolbar .contact-toolbar-inner a .label span {
  font-size: 14px;
  font-weight: 700;
  color: #333;
}/*# sourceMappingURL=style-custom.css.map */