@font-face {
  font-family: "Open Sans";
  src: url(../fonts/OpenSans.woff) format("woff");
}
@font-face {
  font-family: "PT Sans";
  src: url(../fonts/PTSans.woff) format("woff");
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
}

a, .page-title:not(.category-page-title) .page-title-inner nav p span, .shop-page-title .page-title-inner nav p span, .blog-archive nav p span,
.blog-single nav p span,
.breadcrumb-container nav p span {
  transition: all 0.3s ease-in-out;
}

.pt-45 {
  padding-top: 45px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pb-30 {
  padding-bottom: 30px;
}

.pt-20 {
  padding-top: 20px;
}

.mt-10 {
  margin-top: 10px;
}

.font-size-xxl {
  font-size: 32px;
}

.gap-10 {
  gap: 10px;
}

.gap-15 {
  gap: 15px;
}

.column-gap-30 {
  column-gap: 30px;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.is-secondary {
  background-color: var(--secondary_color) !important;
}

.swiper-container .swiper {
  padding-bottom: 30px;
}
.swiper-container .swiper .swiper-pagination {
  bottom: 0;
}
.swiper-container .swiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: var(--base_color);
  margin: 0 8px;
  transition: all 0.3s ease-in-out;
}
.swiper-container .swiper .swiper-pagination-bullet:hover {
  opacity: 1;
}
.section-title-container .section-title-normal {
  border-bottom: 2px solid var(--primary_color);
  margin-bottom: 0;
}
.section-title-container .section-title-normal .section-title-main {
  font-size: 18px;
  color: var(--white);
  display: inline-block;
  background-color: var(--primary_color);
  border-radius: 5px 5px 0 0;
  padding: 10px 15px;
  border: none;
}
.section-title-container .section-title-center {
  margin-bottom: 0;
}
.section-title-container .section-title-center .section-title-main {
  display: block;
  margin: 0 auto;
  font-size: clamp(24px, 2vw, 32px);
}
.section-title-container .section-title-center .section-title-main .is-divider {
  margin: 10px auto !important;
  max-width: 80px !important;
  background-color: var(--secondary_color) !important;
}
.section-title-container .section-subtitle {
  font-size: clamp(13px, 1vw, 15px);
}

.is-divider {
  max-width: 80px !important;
  background-color: var(--secondary_color) !important;
}

.btn-loadmore {
  font-size: 15px !important;
  text-transform: inherit !important;
  font-weight: 600 !important;
  padding: 5px 20px !important;
  width: 80% !important;
  display: block !important;
  margin: 0 auto !important;
}
.btn-loadmore i {
  margin-right: 0 !important;
  margin-bottom: 4px;
}

#button-contact-fixed {
  position: fixed;
  bottom: 8%;
  right: 15px;
  z-index: 99999;
}
@media screen and (max-width: 849px) {
  #button-contact-fixed {
    bottom: 30px;
  }
}
#button-contact-fixed .button-contact {
  cursor: pointer;
}
#button-contact-fixed .button-contact.facebook-fixed .phone-vr .phone-vr-circle-fill {
  box-shadow: 0 0 0 0 rgba(24, 119, 242, 0.65);
  background-color: rgba(24, 119, 242, 0.7);
}
#button-contact-fixed .button-contact.facebook-fixed .phone-vr .phone-vr-img-circle {
  background-color: #1877f2;
}
#button-contact-fixed .button-contact.zalo-fixed .phone-vr .phone-vr-circle-fill {
  box-shadow: 0 0 0 0 #2196f3;
  background-color: rgba(33, 150, 243, 0.7);
}
#button-contact-fixed .button-contact.zalo-fixed .phone-vr .phone-vr-img-circle {
  background-color: #2196f3;
}
#button-contact-fixed .button-contact.hotline-fixed .phone-vr .phone-vr-circle-fill {
  box-shadow: 0 0 0 0 rgb(221, 51, 51);
  background-color: rgba(221, 51, 51, 0.7);
}
#button-contact-fixed .button-contact.hotline-fixed .phone-vr .phone-vr-img-circle {
  background-color: #dd3333;
}
#button-contact-fixed .button-contact .phone-vr {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 80px;
  height: 80px;
  cursor: pointer;
  z-index: 11;
  transition: visibility 0.5s;
  left: 0;
  bottom: 0;
  display: block;
}
#button-contact-fixed .button-contact .phone-vr .phone-vr-circle-fill {
  width: 65px;
  height: 65px;
  top: 12px;
  left: 12px;
  position: absolute;
  border-radius: 50%;
  border: 2px solid transparent;
  animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
  transition: all 0.5s;
  transform-origin: 50% 50%;
  animation: zoom 1.3s infinite;
}
#button-contact-fixed .button-contact .phone-vr .phone-vr-img-circle {
  width: 40px;
  height: 40px;
  line-height: 40px;
  top: 25px;
  left: 25px;
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  animation: phone-vr-circle-fill 1s infinite ease-in-out;
}
#button-contact-fixed .button-contact .phone-vr .phone-vr-img-circle a, #button-contact-fixed .button-contact .phone-vr .phone-vr-img-circle .page-title:not(.category-page-title) .page-title-inner nav p span, .page-title:not(.category-page-title) .page-title-inner nav p #button-contact-fixed .button-contact .phone-vr .phone-vr-img-circle span, #button-contact-fixed .button-contact .phone-vr .phone-vr-img-circle .shop-page-title .page-title-inner nav p span, .shop-page-title .page-title-inner nav p #button-contact-fixed .button-contact .phone-vr .phone-vr-img-circle span, #button-contact-fixed .button-contact .phone-vr .phone-vr-img-circle .blog-archive nav p span, .blog-archive nav p #button-contact-fixed .button-contact .phone-vr .phone-vr-img-circle span,
#button-contact-fixed .button-contact .phone-vr .phone-vr-img-circle .blog-single nav p span,
.blog-single nav p #button-contact-fixed .button-contact .phone-vr .phone-vr-img-circle span,
#button-contact-fixed .button-contact .phone-vr .phone-vr-img-circle .breadcrumb-container nav p span,
.breadcrumb-container nav p #button-contact-fixed .button-contact .phone-vr .phone-vr-img-circle span {
  display: block;
  line-height: 37px;
}
#button-contact-fixed .button-contact .phone-vr .phone-vr-img-circle a img, #button-contact-fixed .button-contact .phone-vr .phone-vr-img-circle .page-title:not(.category-page-title) .page-title-inner nav p span img, .page-title:not(.category-page-title) .page-title-inner nav p #button-contact-fixed .button-contact .phone-vr .phone-vr-img-circle span img, #button-contact-fixed .button-contact .phone-vr .phone-vr-img-circle .shop-page-title .page-title-inner nav p span img, .shop-page-title .page-title-inner nav p #button-contact-fixed .button-contact .phone-vr .phone-vr-img-circle span img, #button-contact-fixed .button-contact .phone-vr .phone-vr-img-circle .blog-archive nav p span img, .blog-archive nav p #button-contact-fixed .button-contact .phone-vr .phone-vr-img-circle span img,
#button-contact-fixed .button-contact .phone-vr .phone-vr-img-circle .blog-single nav p span img,
.blog-single nav p #button-contact-fixed .button-contact .phone-vr .phone-vr-img-circle span img,
#button-contact-fixed .button-contact .phone-vr .phone-vr-img-circle .breadcrumb-container nav p span img,
.breadcrumb-container nav p #button-contact-fixed .button-contact .phone-vr .phone-vr-img-circle span img {
  max-width: 35px;
  max-height: 35px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@keyframes phone-vr-circle-fill {
  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);
  }
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
*:not(i, .star) {
  font-family: "Open Sans", sans-serif;
}

@media screen and (max-width: 849px) {
  .header-main .header-inner .flex-left.show-for-medium {
    flex-grow: 0 !important;
  }
  .header-main .header-inner .flex-right.show-for-medium .mobile-nav {
    justify-content: flex-start !important;
  }
}
.header-main .hotlines-container .hotline-icon {
  width: 40px;
  height: 40px;
}
.header-main .hotlines-container .hotline-text .label {
  font-weight: 700;
  font-size: 16px;
}
.header-main .hotlines-container .hotline-text .text {
  font-weight: 700;
  font-size: 16px;
}
.header-main .business-name-container .business-name {
  margin-bottom: 0;
}
@media screen and (max-width: 549px) {
  .header-main .business-name-container .business-name {
    font-size: 15px;
  }
}
.header-main .business-name-container .slogan {
  font-size: 18px;
  font-weight: 600;
}
.header-bottom .nav > li {
  margin: 0 15px;
}
.header-bottom .nav > li.header-search-form .searchform input {
  background-color: var(--white) !important;
  color: var(--base_color) !important;
}
.header-bottom .nav > li.header-search-form .searchform input::placeholder {
  color: var(--base_color) !important;
}
.header-bottom .nav > li.header-search-form .searchform button i {
  color: var(--primary_color) !important;
}
.header-bottom .nav > li:not(.header-search-form):hover a::after, .header-bottom .nav > li:not(.header-search-form):hover .blog-archive nav p span::after, .blog-archive nav p .header-bottom .nav > li:not(.header-search-form):hover span::after,
.header-bottom .nav > li:not(.header-search-form):hover .blog-single nav p span::after,
.blog-single nav p .header-bottom .nav > li:not(.header-search-form):hover span::after,
.header-bottom .nav > li:not(.header-search-form):hover .breadcrumb-container nav p span::after,
.breadcrumb-container nav p .header-bottom .nav > li:not(.header-search-form):hover span::after, .header-bottom .nav > li:not(.header-search-form):hover .shop-page-title .page-title-inner nav p span::after, .shop-page-title .page-title-inner nav p .header-bottom .nav > li:not(.header-search-form):hover span::after, .header-bottom .nav > li:not(.header-search-form):hover .page-title:not(.category-page-title) .page-title-inner nav p span::after, .page-title:not(.category-page-title) .page-title-inner nav p .header-bottom .nav > li:not(.header-search-form):hover span::after {
  transform: scaleX(1);
}
.header-bottom .nav > li > a, .header-bottom .blog-archive nav p .nav > li > span, .blog-archive nav p .header-bottom .nav > li > span,
.header-bottom .blog-single nav p .nav > li > span,
.blog-single nav p .header-bottom .nav > li > span,
.header-bottom .breadcrumb-container nav p .nav > li > span,
.breadcrumb-container nav p .header-bottom .nav > li > span, .header-bottom .shop-page-title .page-title-inner nav p .nav > li > span, .shop-page-title .page-title-inner nav p .header-bottom .nav > li > span, .header-bottom .page-title:not(.category-page-title) .page-title-inner nav p .nav > li > span, .page-title:not(.category-page-title) .page-title-inner nav p .header-bottom .nav > li > span {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: var(--white) !important;
  position: relative;
}
.header-bottom .nav > li > a i, .header-bottom .blog-archive nav p .nav > li > span i, .blog-archive nav p .header-bottom .nav > li > span i,
.header-bottom .blog-single nav p .nav > li > span i,
.blog-single nav p .header-bottom .nav > li > span i,
.header-bottom .breadcrumb-container nav p .nav > li > span i,
.breadcrumb-container nav p .header-bottom .nav > li > span i, .header-bottom .shop-page-title .page-title-inner nav p .nav > li > span i, .shop-page-title .page-title-inner nav p .header-bottom .nav > li > span i, .header-bottom .page-title:not(.category-page-title) .page-title-inner nav p .nav > li > span i, .page-title:not(.category-page-title) .page-title-inner nav p .header-bottom .nav > li > span i {
  display: none;
}
.header-bottom .nav > li > a::after, .header-bottom .blog-archive nav p .nav > li > span::after, .blog-archive nav p .header-bottom .nav > li > span::after,
.header-bottom .blog-single nav p .nav > li > span::after,
.blog-single nav p .header-bottom .nav > li > span::after,
.header-bottom .breadcrumb-container nav p .nav > li > span::after,
.breadcrumb-container nav p .header-bottom .nav > li > span::after, .header-bottom .shop-page-title .page-title-inner nav p .nav > li > span::after, .shop-page-title .page-title-inner nav p .header-bottom .nav > li > span::after, .header-bottom .page-title:not(.category-page-title) .page-title-inner nav p .nav > li > span::after, .page-title:not(.category-page-title) .page-title-inner nav p .header-bottom .nav > li > span::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: var(--secondary_color);
  transform: scaleX(0);
  transition: all 0.3s ease-in-out;
}
.header-bottom .nav > li > .sub-menu {
  padding: 0;
  margin-top: 5px;
  border-radius: 5px;
}
.header-bottom .nav > li > .sub-menu li:hover {
  background-color: transparent !important;
}
.header-bottom .nav > li > .sub-menu li:hover > a::after, .header-bottom .nav > li > .sub-menu .blog-archive nav p li:hover > span::after, .blog-archive nav p .header-bottom .nav > li > .sub-menu li:hover > span::after,
.header-bottom .nav > li > .sub-menu .blog-single nav p li:hover > span::after,
.blog-single nav p .header-bottom .nav > li > .sub-menu li:hover > span::after,
.header-bottom .nav > li > .sub-menu .breadcrumb-container nav p li:hover > span::after,
.breadcrumb-container nav p .header-bottom .nav > li > .sub-menu li:hover > span::after, .header-bottom .nav > li > .sub-menu .shop-page-title .page-title-inner nav p li:hover > span::after, .shop-page-title .page-title-inner nav p .header-bottom .nav > li > .sub-menu li:hover > span::after, .header-bottom .nav > li > .sub-menu .page-title:not(.category-page-title) .page-title-inner nav p li:hover > span::after, .page-title:not(.category-page-title) .page-title-inner nav p .header-bottom .nav > li > .sub-menu li:hover > span::after {
  width: 100%;
}
.header-bottom .nav > li > .sub-menu li a, .header-bottom .nav > li > .sub-menu li .blog-archive nav p span, .blog-archive nav p .header-bottom .nav > li > .sub-menu li span,
.header-bottom .nav > li > .sub-menu li .blog-single nav p span,
.blog-single nav p .header-bottom .nav > li > .sub-menu li span,
.header-bottom .nav > li > .sub-menu li .breadcrumb-container nav p span,
.breadcrumb-container nav p .header-bottom .nav > li > .sub-menu li span, .header-bottom .nav > li > .sub-menu li .shop-page-title .page-title-inner nav p span, .shop-page-title .page-title-inner nav p .header-bottom .nav > li > .sub-menu li span, .header-bottom .nav > li > .sub-menu li .page-title:not(.category-page-title) .page-title-inner nav p span, .page-title:not(.category-page-title) .page-title-inner nav p .header-bottom .nav > li > .sub-menu li span {
  font-size: 15px;
  font-weight: 600;
  text-transform: inherit;
  position: relative;
  border-bottom: none !important;
}
.header-bottom .nav > li > .sub-menu li a::after, .header-bottom .nav > li > .sub-menu li .blog-archive nav p span::after, .blog-archive nav p .header-bottom .nav > li > .sub-menu li span::after,
.header-bottom .nav > li > .sub-menu li .blog-single nav p span::after,
.blog-single nav p .header-bottom .nav > li > .sub-menu li span::after,
.header-bottom .nav > li > .sub-menu li .breadcrumb-container nav p span::after,
.breadcrumb-container nav p .header-bottom .nav > li > .sub-menu li span::after, .header-bottom .nav > li > .sub-menu li .shop-page-title .page-title-inner nav p span::after, .shop-page-title .page-title-inner nav p .header-bottom .nav > li > .sub-menu li span::after, .header-bottom .nav > li > .sub-menu li .page-title:not(.category-page-title) .page-title-inner nav p span::after, .page-title:not(.category-page-title) .page-title-inner nav p .header-bottom .nav > li > .sub-menu li span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: var(--secondary_color);
  transition: all 0.3s ease-in-out;
}
.header-bottom .nav > li > .sub-menu li .sub-menu {
  border: none !important;
  border-radius: 5px;
  box-shadow: 8px 0px 15px 2px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease-in-out;
}
.header-bottom .nav > li > .sub-menu li .sub-menu li a, .header-bottom .nav > li > .sub-menu li .sub-menu li .blog-archive nav p span, .blog-archive nav p .header-bottom .nav > li > .sub-menu li .sub-menu li span,
.header-bottom .nav > li > .sub-menu li .sub-menu li .blog-single nav p span,
.blog-single nav p .header-bottom .nav > li > .sub-menu li .sub-menu li span,
.header-bottom .nav > li > .sub-menu li .sub-menu li .breadcrumb-container nav p span,
.breadcrumb-container nav p .header-bottom .nav > li > .sub-menu li .sub-menu li span, .header-bottom .nav > li > .sub-menu li .sub-menu li .shop-page-title .page-title-inner nav p span, .shop-page-title .page-title-inner nav p .header-bottom .nav > li > .sub-menu li .sub-menu li span, .header-bottom .nav > li > .sub-menu li .sub-menu li .page-title:not(.category-page-title) .page-title-inner nav p span, .page-title:not(.category-page-title) .page-title-inner nav p .header-bottom .nav > li > .sub-menu li .sub-menu li span {
  color: var(--base_color) !important;
  font-weight: 600 !important;
}

#main-menu .sidebar-menu .nav li a, #main-menu .sidebar-menu .nav li .blog-archive nav p span, .blog-archive nav p #main-menu .sidebar-menu .nav li span,
#main-menu .sidebar-menu .nav li .blog-single nav p span,
.blog-single nav p #main-menu .sidebar-menu .nav li span,
#main-menu .sidebar-menu .nav li .breadcrumb-container nav p span,
.breadcrumb-container nav p #main-menu .sidebar-menu .nav li span, #main-menu .sidebar-menu .nav li .shop-page-title .page-title-inner nav p span, .shop-page-title .page-title-inner nav p #main-menu .sidebar-menu .nav li span, #main-menu .sidebar-menu .nav li .page-title:not(.category-page-title) .page-title-inner nav p span, .page-title:not(.category-page-title) .page-title-inner nav p #main-menu .sidebar-menu .nav li span {
  font-size: 15px;
  font-weight: 600;
  color: var(--primary_color);
}
#main-menu .sidebar-menu .nav li .toggle i {
  font-size: 22px;
  color: var(--secondary_color);
}
#main-menu .sidebar-menu .nav li .sub-menu li.nav-slide-header .toggle {
  color: var(--primary_color);
  opacity: 1;
}
#main-menu .sidebar-menu .nav li .sub-menu li.nav-slide-header .toggle i {
  font-size: 22px;
  color: var(--secondary_color);
}
#main-menu .sidebar-menu .nav li .sub-menu li a, #main-menu .sidebar-menu .nav li .sub-menu li .blog-archive nav p span, .blog-archive nav p #main-menu .sidebar-menu .nav li .sub-menu li span,
#main-menu .sidebar-menu .nav li .sub-menu li .blog-single nav p span,
.blog-single nav p #main-menu .sidebar-menu .nav li .sub-menu li span,
#main-menu .sidebar-menu .nav li .sub-menu li .breadcrumb-container nav p span,
.breadcrumb-container nav p #main-menu .sidebar-menu .nav li .sub-menu li span, #main-menu .sidebar-menu .nav li .sub-menu li .shop-page-title .page-title-inner nav p span, .shop-page-title .page-title-inner nav p #main-menu .sidebar-menu .nav li .sub-menu li span, #main-menu .sidebar-menu .nav li .sub-menu li .page-title:not(.category-page-title) .page-title-inner nav p span, .page-title:not(.category-page-title) .page-title-inner nav p #main-menu .sidebar-menu .nav li .sub-menu li span {
  color: var(--base_color);
}

@media screen and (max-width: 849px) {
  .home-introduce .row-intro > .col:not(.col-border-left) {
    padding-bottom: 30px !important;
  }
}
.home-introduce .row-intro > .col-border-left {
  position: relative;
}
.home-introduce .row-intro > .col-border-left::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 100%;
  background: url(../images/border.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  left: -4px;
  top: 50%;
  transform: translateY(-50%);
}
.home-introduce .row-intro > .col > .col-inner .box-text {
  padding: 0;
}
.home-introduce .row-intro > .col > .col-inner .box-text .button {
  background-color: var(--secondary_color) !important;
}

.home-product-section .section-title-container .section-title {
  border-bottom: 2px solid var(--primary_color);
  margin-bottom: 0;
}
.home-product-section .section-title-container .section-title-main {
  font-size: 18px;
  color: var(--white);
  display: inline-block;
  background-color: var(--primary_color);
  border-radius: 5px 5px 0 0;
  padding: 10px 15px;
  border: none;
}

.button-container .button {
  font-size: 15px;
  text-transform: inherit !important;
  font-weight: 600 !important;
  padding: 5px 20px !important;
  width: 80% !important;
  display: block;
  margin: 0 auto;
}
.button-container .button i {
  margin-right: 0 !important;
  margin-bottom: 4px;
}

@media screen and (max-width: 549px) {
  .products {
    padding: 0 5.8px;
  }
}
@media screen and (max-width: 549px) {
  .products > .product {
    padding: 0 9.6px 19.2px !important;
  }
}
.products > .product .col-inner {
  background-color: var(--white);
  overflow: hidden;
  box-shadow: 0 0 0 1px #e4e4e7, 0 10px 15px -3px rgba(0, 0, 0, 0.05), 0 4px 6px -4px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.products > .product .col-inner:hover {
  box-shadow: 0 0 0 1px #e4e4e7, 0 10px 15px -3px rgba(0, 0, 0, 0.3), 0 4px 6px -4px rgba(0, 0, 0, 0.3);
}
.products > .product .col-inner .box-text {
  padding: 15px 10px;
}
.products > .product .col-inner .box-text .title-wrapper {
  margin-bottom: 10px;
}
.products > .product .col-inner .box-text .title-wrapper p a, .products > .product .col-inner .box-text .title-wrapper .blog-archive nav p span, .blog-archive nav .products > .product .col-inner .box-text .title-wrapper p span,
.products > .product .col-inner .box-text .title-wrapper .blog-single nav p span,
.blog-single nav .products > .product .col-inner .box-text .title-wrapper p span,
.products > .product .col-inner .box-text .title-wrapper .breadcrumb-container nav p span,
.breadcrumb-container nav .products > .product .col-inner .box-text .title-wrapper p span, .products > .product .col-inner .box-text .title-wrapper .shop-page-title .page-title-inner nav p span, .shop-page-title .page-title-inner nav .products > .product .col-inner .box-text .title-wrapper p span, .products > .product .col-inner .box-text .title-wrapper .page-title:not(.category-page-title) .page-title-inner nav p span, .page-title:not(.category-page-title) .page-title-inner nav .products > .product .col-inner .box-text .title-wrapper p span {
  font-size: 15px;
  font-weight: 700;
}
.products > .product .col-inner .box-text .btn-learnmore {
  font-size: 13px;
  color: var(--base_color);
  display: block;
  width: fit-content;
  margin: 0 0 0 auto;
}
.products > .product .col-inner .box-text .btn-learnmore:hover {
  color: var(--secondary_color);
  text-decoration: underline;
}

.posts .post-item .col-inner {
  background-color: var(--white);
  overflow: hidden;
  box-shadow: 0 0 0 1px #e4e4e7, 0 10px 15px -3px rgba(0, 0, 0, 0.05), 0 4px 6px -4px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  height: 100%;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.posts .post-item .col-inner:hover {
  box-shadow: 0 0 0 1px #e4e4e7, 0 10px 15px -3px rgba(0, 0, 0, 0.3), 0 4px 6px -4px rgba(0, 0, 0, 0.3);
}
.posts .post-item .col-inner .box-text {
  padding: 15px 10px;
}
.posts .post-item .col-inner .box-text .post-title a, .posts .post-item .col-inner .box-text .post-title .blog-archive nav p span, .blog-archive nav p .posts .post-item .col-inner .box-text .post-title span,
.posts .post-item .col-inner .box-text .post-title .blog-single nav p span,
.blog-single nav p .posts .post-item .col-inner .box-text .post-title span,
.posts .post-item .col-inner .box-text .post-title .breadcrumb-container nav p span,
.breadcrumb-container nav p .posts .post-item .col-inner .box-text .post-title span, .posts .post-item .col-inner .box-text .post-title .shop-page-title .page-title-inner nav p span, .shop-page-title .page-title-inner nav p .posts .post-item .col-inner .box-text .post-title span, .posts .post-item .col-inner .box-text .post-title .page-title:not(.category-page-title) .page-title-inner nav p span, .page-title:not(.category-page-title) .page-title-inner nav p .posts .post-item .col-inner .box-text .post-title span {
  color: var(--base_color);
  font-size: clamp(15px, 2vw, 18px);
}
.posts .post-item .col-inner .box-text .is-divider {
  display: none;
}
.posts .post-item .col-inner .box-text .from_the_blog_excerpt {
  line-height: 24px;
  height: 72px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: clamp(13px, 1vw, 15px);
}
.posts .post-item .col-inner .box-text .button {
  margin: 10px 0 0 0;
  font-size: clamp(13px, 1vw, 15px) !important;
  text-transform: inherit !important;
  font-weight: 600 !important;
  border-radius: 99px !important;
}

.section-customers .swiper-customer-list .swiper-wrapper .swiper-slide .box-logo {
  height: 110px;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-customers .swiper-customer-list .swiper-wrapper .swiper-slide .box-logo img {
  height: 100%;
  object-fit: contain;
}

.page-title:not(.category-page-title) {
  min-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-title:not(.category-page-title) .page-title-inner {
  padding: 30px 0 130px 0;
}
.page-title:not(.category-page-title) .page-title-inner nav {
  margin-bottom: 10px;
}
.page-title:not(.category-page-title) .page-title-inner nav p a, .page-title:not(.category-page-title) .page-title-inner nav p span {
  font-weight: 500;
  font-size: 18px;
  color: var(--white);
}
.page-title:not(.category-page-title) .page-title-inner nav p span.separator {
  margin: 0 10px;
  font-size: 0;
}
.page-title:not(.category-page-title) .page-title-inner nav p span.separator::before {
  content: "\f105";
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  font-size: 13px;
}
.page-title:not(.category-page-title) .page-title-inner .page-title-heading {
  color: var(--white);
  font-size: 32px;
  font-weight: 500;
}
.page-title-bg {
  background-color: var(--primary_color);
}

.shop-page-title .page-title-inner {
  padding-bottom: 16px;
}
.shop-page-title .page-title-inner nav {
  padding: 10px;
  background-color: var(--white);
  box-shadow: 0 0 0 1px #e4e4e7, 0 10px 15px -3px rgba(0, 0, 0, 0.05), 0 4px 6px -4px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}
.shop-page-title .page-title-inner nav p {
  margin: 0;
}
.shop-page-title .page-title-inner nav p a, .shop-page-title .page-title-inner nav p span, .shop-page-title .page-title:not(.category-page-title) .page-title-inner nav p span, .page-title:not(.category-page-title) .shop-page-title .page-title-inner nav p span {
  font-weight: 500;
  font-size: 15px;
  color: var(--base_color);
}
.shop-page-title .page-title-inner nav p span.separator {
  margin: 0 10px;
  font-size: 0;
}
.shop-page-title .page-title-inner nav p span.separator::before {
  content: "\f105";
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  font-size: 13px;
}

.content-area > .row-main {
  position: relative;
  z-index: 9;
  transform: translateY(-100px);
}
.content-area > .row-main > .col > .col-inner {
  padding: 40px;
  background-color: var(--white);
  border-radius: 5px;
  box-shadow: 0 0 0 1px #e4e4e7, 0 10px 15px -3px rgba(0, 0, 0, 0.05), 0 4px 6px -4px rgba(0, 0, 0, 0.05);
  min-height: 25vh;
  font-size: 15px;
}
@media screen and (max-width: 549px) {
  .content-area > .row-main > .col > .col-inner {
    padding: 15px;
  }
}

.blog-archive,
.blog-single,
.breadcrumb-container {
  padding-top: 20px !important;
}
.blog-archive nav,
.blog-single nav,
.breadcrumb-container nav {
  padding: 10px;
  background-color: var(--white);
  box-shadow: 0 0 0 1px #e4e4e7, 0 10px 15px -3px rgba(0, 0, 0, 0.05), 0 4px 6px -4px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}
.blog-archive nav p,
.blog-single nav p,
.breadcrumb-container nav p {
  margin: 0;
}
.blog-archive nav p a, .blog-archive nav p span, .blog-archive .page-title:not(.category-page-title) .page-title-inner nav p span, .page-title:not(.category-page-title) .page-title-inner .blog-archive nav p span, .blog-archive .shop-page-title .page-title-inner nav p span, .shop-page-title .page-title-inner .blog-archive nav p span,
.blog-single nav p a,
.blog-single nav p span,
.blog-single .page-title:not(.category-page-title) .page-title-inner nav p span,
.page-title:not(.category-page-title) .page-title-inner .blog-single nav p span,
.blog-single .shop-page-title .page-title-inner nav p span,
.shop-page-title .page-title-inner .blog-single nav p span,
.breadcrumb-container nav p a,
.breadcrumb-container nav p span,
.breadcrumb-container .page-title:not(.category-page-title) .page-title-inner nav p span,
.page-title:not(.category-page-title) .page-title-inner .breadcrumb-container nav p span,
.breadcrumb-container .shop-page-title .page-title-inner nav p span,
.shop-page-title .page-title-inner .breadcrumb-container nav p span {
  font-weight: 500;
  font-size: 15px;
  color: var(--base_color);
}
.blog-archive nav p span.separator,
.blog-single nav p span.separator,
.breadcrumb-container nav p span.separator {
  margin: 0 10px;
  font-size: 0;
}
.blog-archive nav p span.separator::before,
.blog-single nav p span.separator::before,
.breadcrumb-container nav p span.separator::before {
  content: "\f105";
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  font-size: 13px;
}

@media screen and (max-width: 549px) {
  .row-customer {
    padding: 0 5.8px;
  }
}
@media screen and (max-width: 549px) {
  .row-customer .customer-item {
    padding: 0 9.6px 19.2px !important;
  }
}
.row-customer .customer-item .col-inner {
  padding: 10px;
  height: 100%;
  overflow: hidden;
  background-color: var(--white);
  border-radius: 5px;
  box-shadow: 0 0 0 1px #e4e4e7, 0 10px 15px -3px rgba(0, 0, 0, 0.05), 0 4px 6px -4px rgba(0, 0, 0, 0.05);
}
.row-customer .customer-item .col-inner .box-text {
  padding: 10px 0;
}
.row-customer .customer-item .col-inner .box-text .customer-name {
  font-size: 15px;
  font-weight: 500;
}

.row-contact .col-left .col-inner .contact-title {
  font-size: 22px;
  font-weight: 700;
}
.row-contact .col-left .col-inner .contact-subtitle {
  font-size: 14px;
}
.row-contact .col-left .col-inner .note {
  font-size: 14px;
  margin-bottom: 20px;
}
.row-contact .col-left .col-inner .note a, .row-contact .col-left .col-inner .note .page-title:not(.category-page-title) .page-title-inner nav p span, .page-title:not(.category-page-title) .page-title-inner nav p .row-contact .col-left .col-inner .note span, .row-contact .col-left .col-inner .note .shop-page-title .page-title-inner nav p span, .shop-page-title .page-title-inner nav p .row-contact .col-left .col-inner .note span, .row-contact .col-left .col-inner .note .blog-archive nav p span, .blog-archive nav p .row-contact .col-left .col-inner .note span,
.row-contact .col-left .col-inner .note .blog-single nav p span,
.blog-single nav p .row-contact .col-left .col-inner .note span,
.row-contact .col-left .col-inner .note .breadcrumb-container nav p span,
.breadcrumb-container nav p .row-contact .col-left .col-inner .note span {
  color: var(--primary_color);
}
.row-contact .col-left .col-inner .note a:hover, .row-contact .col-left .col-inner .note .page-title:not(.category-page-title) .page-title-inner nav p span:hover, .page-title:not(.category-page-title) .page-title-inner nav p .row-contact .col-left .col-inner .note span:hover, .row-contact .col-left .col-inner .note .shop-page-title .page-title-inner nav p span:hover, .shop-page-title .page-title-inner nav p .row-contact .col-left .col-inner .note span:hover, .row-contact .col-left .col-inner .note .blog-archive nav p span:hover, .blog-archive nav p .row-contact .col-left .col-inner .note span:hover,
.row-contact .col-left .col-inner .note .blog-single nav p span:hover,
.blog-single nav p .row-contact .col-left .col-inner .note span:hover,
.row-contact .col-left .col-inner .note .breadcrumb-container nav p span:hover,
.breadcrumb-container nav p .row-contact .col-left .col-inner .note span:hover {
  text-decoration: underline;
}
.row-contact .col-left .col-inner form input {
  border-radius: 5px;
  font-size: 13px;
  height: 40px;
}
.row-contact .col-left .col-inner form input[type=submit] {
  border-radius: 99px;
  font-size: 16px;
  font-weight: 400;
  background-color: var(--secondary_color) !important;
}
.row-contact .col-left .col-inner form textarea {
  font-size: 13px;
  border-radius: 5px;
}
.row-contact .col-left .col-inner .contact-information-container .contact-list {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.row-contact .col-left .col-inner .contact-information-container .contact-list .contact {
  flex-wrap: nowrap;
  gap: 10px;
}
@media screen and (min-width: 550px) {
  .row-contact .col-left .col-inner .contact-information-container .contact-list .contact {
    flex-basis: calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}
.row-contact .col-left .col-inner .contact-information-container .contact-list .contact-icon {
  width: 35px;
  height: 35px;
  min-width: 35px;
  border: 1px solid #ddd;
  border-radius: 99px;
  text-align: center;
}
.row-contact .col-left .col-inner .contact-information-container .contact-list .contact-icon i {
  font-size: 12px;
  line-height: 33px;
}
.row-contact .col-left .col-inner .contact-information-container .contact-list .contact-detail .label {
  font-size: 14px;
}
.row-contact .col-left .col-inner .contact-information-container .contact-list .contact-detail .text {
  font-size: 14px;
  color: #696969;
}
.row-contact .col-right .col-inner {
  height: 100%;
}
.row-contact .col-right .col-inner .contact-map-container {
  height: 100%;
  overflow: hidden;
  border-radius: 5px;
}
.row-contact .col-right .col-inner .contact-map-container iframe {
  min-height: 400px;
}

#shop-sidebar .widget {
  background-color: var(--white);
  box-shadow: 0 0 0 1px #e4e4e7, 0 10px 15px -3px rgba(0, 0, 0, 0.05), 0 4px 6px -4px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  padding: 10px;
}
#shop-sidebar .widget-title {
  font-size: 18px;
  font-weight: 700;
}
#shop-sidebar .widget ul > li a, #shop-sidebar .widget ul > li .page-title:not(.category-page-title) .page-title-inner nav p span, .page-title:not(.category-page-title) .page-title-inner nav p #shop-sidebar .widget ul > li span, #shop-sidebar .widget ul > li .shop-page-title .page-title-inner nav p span, .shop-page-title .page-title-inner nav p #shop-sidebar .widget ul > li span, #shop-sidebar .widget ul > li .blog-archive nav p span, .blog-archive nav p #shop-sidebar .widget ul > li span,
#shop-sidebar .widget ul > li .blog-single nav p span,
.blog-single nav p #shop-sidebar .widget ul > li span,
#shop-sidebar .widget ul > li .breadcrumb-container nav p span,
.breadcrumb-container nav p #shop-sidebar .widget ul > li span {
  font-size: 15px;
  font-weight: 500;
}
#shop-sidebar .widget ul > li .children li.active a, #shop-sidebar .widget ul > li .children li.active .page-title:not(.category-page-title) .page-title-inner nav p span, .page-title:not(.category-page-title) .page-title-inner nav p #shop-sidebar .widget ul > li .children li.active span, #shop-sidebar .widget ul > li .children li.active .shop-page-title .page-title-inner nav p span, .shop-page-title .page-title-inner nav p #shop-sidebar .widget ul > li .children li.active span, #shop-sidebar .widget ul > li .children li.active .blog-archive nav p span, .blog-archive nav p #shop-sidebar .widget ul > li .children li.active span,
#shop-sidebar .widget ul > li .children li.active .blog-single nav p span,
.blog-single nav p #shop-sidebar .widget ul > li .children li.active span,
#shop-sidebar .widget ul > li .children li.active .breadcrumb-container nav p span,
.breadcrumb-container nav p #shop-sidebar .widget ul > li .children li.active span {
  color: var(--secondary_color);
  font-weight: 600;
}

.child-category-products {
  margin-bottom: 30px;
}

@media screen and (max-width: 849px) {
  .category-page-row {
    padding-top: 20px !important;
  }
}

@media screen and (max-width: 849px) {
  .custom-product-page .section-cpp .section-content {
    padding: 0 15px;
  }
}
.custom-product-page .section-cpp .section-content > .row {
  margin-bottom: 20px;
  padding: 15px;
  background-color: var(--white);
  box-shadow: 0 0 0 1px #e4e4e7, 0 10px 15px -3px rgba(0, 0, 0, 0.05), 0 4px 6px -4px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}
@media screen and (max-width: 849px) {
  .custom-product-page .section-cpp .section-content > .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media screen and (min-width: 850px) {
  .custom-product-page .section-cpp .section-content > .row > .col:nth-child(1) .col-inner {
    padding-right: 10px !important;
  }
}
@media screen and (max-width: 849px) {
  .custom-product-page .section-cpp .section-content > .row > .col:nth-child(1) .col-inner {
    padding-bottom: 20px !important;
  }
}
@media screen and (min-width: 850px) {
  .custom-product-page .section-cpp .section-content > .row > .col:nth-child(2) .col-inner {
    padding-left: 10px !important;
  }
}
.custom-product-page .section-cpp .product-title-container .product-title {
  font-size: 28px;
  font-weight: 600;
  color: var(--base_color);
}
.custom-product-page .section-cpp .product-price-container .price-wrapper .price {
  font-size: 18px;
  font-weight: 600;
  color: var(--secondary_color);
}
.custom-product-page .section-cpp .accompanying-services-container {
  margin: 15px 0;
}
.custom-product-page .section-cpp .accompanying-services-container .accompanying-services .item {
  flex-basis: calc(33.3333333333% - 10px);
  max-width: calc(33.3333333333% - 10px);
}
.custom-product-page .section-cpp .product-short-description {
  font-size: 15px;
}
.custom-product-page .section-cpp .contact-button-product-container .button {
  width: 220px;
  padding: 5px 10px !important;
  text-transform: inherit !important;
  white-space: nowrap;
  font-weight: 500;
}
.custom-product-page .section-cpp .woocommerce-tabs .tabs li a, .custom-product-page .section-cpp .woocommerce-tabs .tabs li .page-title:not(.category-page-title) .page-title-inner nav p span, .page-title:not(.category-page-title) .page-title-inner nav p .custom-product-page .section-cpp .woocommerce-tabs .tabs li span, .custom-product-page .section-cpp .woocommerce-tabs .tabs li .shop-page-title .page-title-inner nav p span, .shop-page-title .page-title-inner nav p .custom-product-page .section-cpp .woocommerce-tabs .tabs li span, .custom-product-page .section-cpp .woocommerce-tabs .tabs li .blog-archive nav p span, .blog-archive nav p .custom-product-page .section-cpp .woocommerce-tabs .tabs li span,
.custom-product-page .section-cpp .woocommerce-tabs .tabs li .blog-single nav p span,
.blog-single nav p .custom-product-page .section-cpp .woocommerce-tabs .tabs li span,
.custom-product-page .section-cpp .woocommerce-tabs .tabs li .breadcrumb-container nav p span,
.breadcrumb-container nav p .custom-product-page .section-cpp .woocommerce-tabs .tabs li span {
  font-size: 28px;
  font-weight: 600;
  text-transform: inherit;
}
.custom-product-page .section-cpp .woocommerce-tabs .tab-panels .woocommerce-Tabs-panel {
  font-size: 15px;
}
.custom-product-page .section-cpp .woocommerce-tabs .tab-panels .woocommerce-Tabs-panel table {
  border-collapse: collapse;
}
.custom-product-page .section-cpp .woocommerce-tabs .tab-panels .woocommerce-Tabs-panel table tr,
.custom-product-page .section-cpp .woocommerce-tabs .tab-panels .woocommerce-Tabs-panel table th,
.custom-product-page .section-cpp .woocommerce-tabs .tab-panels .woocommerce-Tabs-panel table td {
  border: 1px solid #e4e4e7;
  padding: 5px;
}
.custom-product-page .section-cpp .related-products-wrapper {
  border: none;
}

.blog-single article {
  margin-top: 20px;
}
.blog-single article.post {
  padding: 40px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px #e4e4e7, 0 10px 15px -3px rgba(0, 0, 0, 0.05), 0 4px 6px -4px rgba(0, 0, 0, 0.05);
  font-size: 15px;
}
@media screen and (max-width: 549px) {
  .blog-single article.post {
    padding: 15px;
  }
}
.blog-single article.post .entry-header .entry-header-text {
  padding: 0;
}
.blog-single article.post .entry-header .entry-header-text .entry-title {
  font-size: 32px;
}

@media (min-width: 550px) and (max-width: 849px) {
  #footer .footer > .row > .col:nth-child(2), #footer .footer > .row > .col:nth-child(3) {
    flex-basis: 50%;
    max-width: 50%;
  }
}
#footer .footer .widget-title {
  display: inline-block;
  line-height: 1.6;
  font-size: 18px;
}
#footer .footer .widget .is-divider {
  display: none;
}
#footer .footer .widget .contact-info-container .contact-info .contact-item {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  gap: 5px;
  border: none;
}
#footer .footer .widget .contact-info-container .contact-info .contact-item span,
#footer .footer .widget .contact-info-container .contact-info .contact-item a {
  font-size: 15px;
  flex: unset;
}
#footer .footer .widget .contact-info-container .contact-info .contact-item span.label {
  white-space: nowrap;
}
#footer .footer .widget .contact-info-container .contact-info .contact-item a:hover, #footer .footer .widget .contact-info-container .contact-info .contact-item .page-title:not(.category-page-title) .page-title-inner nav p span:hover, .page-title:not(.category-page-title) .page-title-inner nav p #footer .footer .widget .contact-info-container .contact-info .contact-item span:hover, #footer .footer .widget .contact-info-container .contact-info .contact-item .shop-page-title .page-title-inner nav p span:hover, .shop-page-title .page-title-inner nav p #footer .footer .widget .contact-info-container .contact-info .contact-item span:hover, #footer .footer .widget .contact-info-container .contact-info .contact-item .blog-archive nav p span:hover, .blog-archive nav p #footer .footer .widget .contact-info-container .contact-info .contact-item span:hover,
#footer .footer .widget .contact-info-container .contact-info .contact-item .blog-single nav p span:hover,
.blog-single nav p #footer .footer .widget .contact-info-container .contact-info .contact-item span:hover,
#footer .footer .widget .contact-info-container .contact-info .contact-item .breadcrumb-container nav p span:hover,
.breadcrumb-container nav p #footer .footer .widget .contact-info-container .contact-info .contact-item span:hover {
  color: var(--secondary_color);
}
#footer .footer .widget .maps-embed-container iframe {
  height: 220px !important;
  width: 100%;
}
#footer .absolute-footer {
  display: none;
}