@charset "UTF-8";
@font-face {
  font-family: "Arial";
  src: url("../fonts/arial.woff") format("woff");
}
.technical-page {
  /* Mỗi item chiếm 1/3 chiều rộng, trừ khoảng cách */
  /* Tablet: 2 cột */
  /* Mobile: 1 cột */
  /* Đảm bảo select/input full width */
  /* Responsive */
}
.technical-page .technical-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 20px;
}
.technical-page .technical-filter-item {
  flex: 1 1 calc(33.333% - 16px);
}
@media (max-width: 1024px) {
  .technical-page .technical-filter-item {
    flex: 1 1 calc(50% - 16px);
  }
}
@media (max-width: 768px) {
  .technical-page .technical-filter-item {
    flex: 1 1 100%;
  }
}
.technical-page .technical-filter-item select,
.technical-page .technical-filter-item input {
  width: 100%;
  margin-bottom: 0;
}
.technical-page .search-wrapper {
  position: relative;
  width: 100%;
}
.technical-page .search-wrapper input {
  width: 100%;
  padding: 8px 40px 8px 12px;
  border: 1px solid #ccc;
  border-radius: 0;
}
.technical-page .search-wrapper button {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  color: #555;
  font-size: 16px;
}
.technical-page .search-wrapper button:hover {
  color: #000;
}
.technical-page .no-results {
  text-align: center;
  padding: 20px;
}
.technical-page .post-item-row {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  align-items: flex-start;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.technical-page .post-thumbnail {
  flex: 0 0 260px;
  max-width: 260px;
}
.technical-page .post-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.technical-page .post-content {
  flex: 1;
}
.technical-page .post-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.technical-page .post-excerpt {
  font-size: 1rem;
  margin-bottom: 10px;
}
.technical-page .post-meta {
  font-size: 0.9rem;
  color: #666;
}
@media screen and (max-width: 768px) {
  .technical-page .post-item-row {
    flex-direction: column;
  }
  .technical-page .post-thumbnail {
    max-width: 100%;
    width: 100%;
  }
}
.technical-page .post-count-info {
  font-weight: 500;
  margin-bottom: 1rem;
  font-size: 14px;
}
.technical-page .menu-pagination {
  margin-bottom: 40px;
}
.technical-page .post-content {
  display: flex;
  flex-direction: column;
  align-self: stretch;
}
.technical-page .post-meta {
  margin-top: auto;
}
.technical-page .post-meta.post-meta-inline {
  display: flex;
  gap: 5rem;
  font-size: 0.9rem;
  align-items: center;
}
.technical-page .post-meta.post-meta-inline .parent-info {
  color: #1e73be;
  font-weight: 600;
}
.technical-page .post-meta.post-meta-inline .child-info {
  color: #1e73be;
  font-weight: 500;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.title-common {
  color: var(--primary_color);
  font-size: 28px;
  font-weight: 700;
  line-height: 42px;
  text-transform: uppercase;
  padding: 0 15px;
}

.title-common-2 .section-title b {
  display: none;
}
.title-common-2 .section-title .section-title-main {
  display: block;
  margin: 0 auto;
  color: var(--primary_color);
  font-size: 28px;
  font-weight: 700;
  line-height: 42px;
  text-transform: uppercase;
  position: relative;
}
.title-common-2 .section-title .section-title-main::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 3px;
  background: var(--secondary_color);
}

.section-title-icon .section-title {
  border: none;
  margin-bottom: 0;
}
.section-title-icon .section-title .section-title-main {
  text-transform: inherit;
  border: none;
  padding-bottom: 0;
  display: flex;
  align-items: flex-end;
}
.section-title-icon .section-title .section-title-main img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.blog-posts .post-item .col-inner {
  border: 1px solid rgba(0, 0, 0, 0.07);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.blog-posts .post-item .col-inner .box .box-text {
  padding: 15px 30px 20px 30px!important;
}
.blog-posts .post-item .col-inner .box .box-text .post-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--black);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 10px;
}
.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 {
  color: var(--black);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.common-products .product .col-inner,
.related-products-wrapper .product .col-inner {
  border: 1px solid rgba(0, 0, 0, 0.07);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background-color: var(--white);
}
.common-products .product .col-inner .box .box-text,
.related-products-wrapper .product .col-inner .box .box-text {
  padding: 15px 30px 20px 30px!important;
}
@media (max-width: 549px) {
  .common-products .product .col-inner .box .box-text,
  .related-products-wrapper .product .col-inner .box .box-text {
    padding: 15px 10px;
  }
}
.common-products .product .col-inner .box .box-text .title-wrapper .name,
.related-products-wrapper .product .col-inner .box .box-text .title-wrapper .name {
  min-height: 40px;
}
.common-products .product .col-inner .box .box-text .title-wrapper .name a,
.related-products-wrapper .product .col-inner .box .box-text .title-wrapper .name a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--black);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  transition: ease-in-out 0.3s;
}
.common-products .product .col-inner .box .box-text .title-wrapper .name a:hover,
.related-products-wrapper .product .col-inner .box .box-text .title-wrapper .name a:hover {
  color: var(--secondary_color);
}

.rank-math-breadcrumb {
  padding: 10px 0;
}
.rank-math-breadcrumb span,
.rank-math-breadcrumb a {
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
}
.rank-math-breadcrumb a {
  color: var(--black);
  transition: ease-in-out 0.3s;
}
.rank-math-breadcrumb a:hover {
  color: var(--secondary_color);
}

.content-area-custom iframe,
.entry-content iframe {
  display: block;
  margin: 0 auto;
}

#wrapper *:not(i, .stars *) {
  font-family: "Arial";
}

#header #top-bar .flex-left .nav .custom .header-top-slogan {
  line-height: normal;
}
#header #top-bar .flex-left .nav .custom .header-top-slogan span {
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  color: var(--white);
}
#header #top-bar .flex-right .nav li {
  margin: 0 15px;
}
#header #top-bar .flex-right .nav li a {
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  color: var(--white);
  text-transform: uppercase;
  transition: ease-in-out 0.3s;
}
#header #top-bar .flex-right .nav li a:hover {
  color: var(--secondary_color);
}
#header #top-bar .flex-right .nav li a::after {
  display: none;
}
#header #top-bar .flex-right .nav li .sub-menu {
  padding: 10px;
}
#header #top-bar .flex-right .nav li .sub-menu li {
  margin: 0;
}
#header #top-bar .flex-right .nav li .sub-menu li a {
  color: var(--black);
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  text-transform: inherit;
  transition: ease-in-out 0.3s;
}
#header #top-bar .flex-right .nav li .sub-menu li a:hover {
  color: var(--secondary_color);
}
#header #top-bar .flex-right .nav li.custom .wpml-ls-statics-shortcode_actions ul li {
  margin: 0;
}
#header #top-bar .flex-right .nav li.custom .wpml-ls-statics-shortcode_actions ul li a {
  padding: 5px;
}
#header #masthead .flex-right .header-nav li {
  margin: 0 12px;
}
#header #masthead .flex-right .header-nav li a {
  font-size: 13px;
  font-weight: 700;
  line-height: normal;
  color: var(--primary_color);
  padding: 25px 0;
  transition: ease-in-out 0.3s;
}
#header #masthead .flex-right .header-nav li a:hover {
  color: var(--secondary_color);
}
#header #masthead .flex-right .header-nav li.header-search-form .searchform input[type=search] {
  height: 36px;
  border: 1px solid var(--primary_color);
  border-right: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-size: 13px;
  box-shadow: none;
}
#header #masthead .flex-right .header-nav li.header-search-form .searchform input[type=search]::placeholder {
  font-size: 13px;
  color: #808080;
}
#header #masthead .flex-right .header-nav li.header-search-form .searchform button[type=submit] {
  background-color: transparent;
  box-shadow: none;
  border: 1px solid var(--primary_color);
  border-left: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  height: 36px;
}
#header #masthead .flex-right .header-nav li.header-search-form .searchform button[type=submit] i {
  color: var(--primary_color);
}
#header #masthead .flex-right .header-nav li.menu-item-design-default .sub-menu {
  min-width: unset;
  width: 100vw;
  padding: 10px;
}
#header #masthead .flex-right .header-nav li.menu-item-design-default .sub-menu .parent-menu .menu-item a {
  padding: 10px 0;
}
#header #masthead .flex-right .header-nav li.menu-item-design-default .sub-menu .parent-menu .menu-item span {
  font-size: 15px;
}
#header #masthead .flex-right .header-nav li.menu-item-design-custom-size .sub-menu {
  min-width: unset;
  max-width: unset !important;
  padding: 10px;
}
#header #masthead .flex-right .header-nav li.menu-item-design-custom-size .sub-menu li {
  margin: 0;
}
#header #masthead .flex-right .header-nav li .sub-menu {
  max-width: 1200px !important;
}
#header #masthead .flex-right .header-nav li .sub-menu li a {
  padding: 10px 0;
}
#header #masthead .flex-right .header-nav li .sub-menu.nav-dropdown-full a {
  padding: 10px 0;
}
#header #masthead .flex-right .header-nav li .sub-menu.nav-dropdown-full li.nav-dropdown-col {
  min-width: 25%;
  margin: 0;
}
#header #masthead .flex-right .header-nav li .sub-menu.nav-dropdown-full li.nav-dropdown-col .nav-column {
  width: unset;
  padding: 0;
}
#header #masthead .flex-right .header-nav li .sub-menu.nav-dropdown-full li.nav-dropdown-col .nav-column li {
  margin: 0;
}
#header #masthead .flex-right .mobile-nav .custom {
  display: block;
}
#header #masthead .flex-right .mobile-nav .custom .wpml-ls-statics-shortcode_actions {
  padding: 0;
}
#header #masthead .flex-right .mobile-nav .custom .wpml-ls-statics-shortcode_actions ul li {
  margin: 0;
}
#header #masthead .flex-right .mobile-nav .custom .wpml-ls-statics-shortcode_actions ul li a {
  padding: 5px;
}

.mfp-content *:not(i) {
  font-family: "Arial" !important;
}
.mfp-content #main-menu .sidebar-menu .nav li.header-search-form .searchform input[type=search] {
  height: 36px;
  border: 1px solid var(--primary_color);
  border-right: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-size: 13px;
  box-shadow: none;
}
.mfp-content #main-menu .sidebar-menu .nav li.header-search-form .searchform input[type=search]::placeholder {
  font-size: 13px;
  color: #808080;
}
.mfp-content #main-menu .sidebar-menu .nav li.header-search-form .searchform button[type=submit] {
  background-color: var(--white);
  box-shadow: none;
  border: 1px solid var(--primary_color);
  border-left: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  height: 36px;
  min-height: 36px !important;
}
.mfp-content #main-menu .sidebar-menu .nav li.header-search-form .searchform button[type=submit] i {
  color: var(--primary_color);
}
.mfp-content #main-menu .sidebar-menu .nav li a {
  color: var(--primary_color);
}
.mfp-content #main-menu .sidebar-menu .nav li .sub-menu li a {
  font-size: 13px;
  color: var(--primary_color);
  font-weight: 400;
}

.slide-home .flickity-prev-next-button {
  width: 40px;
}
.slide-home .flickity-prev-next-button.previous {
  left: 0;
}
.slide-home .flickity-prev-next-button.next {
  right: 0;
}
.slide-home .flickity-prev-next-button .flickity-button-icon {
  background-color: rgba(237, 237, 237, 0.7);
  padding: 25%;
}
.slide-home .flickity-prev-next-button .flickity-button-icon .arrow {
  fill: var(--primary_color) !important;
}

.section-home-index .row-index-list {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.section-home-index .row-index-list .index-item + .index-item {
  border-left: 1px solid var(--white);
}
@media (max-width: 549px) {
  .section-home-index .row-index-list .index-item + .index-item {
    border: none;
  }
}
.section-home-index .row-index-list .index-item .col-inner {
  padding: 10px 5px;
  background: linear-gradient(180deg, rgba(8, 36, 82, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), #e61d2a;
}
.section-home-index .row-index-list .index-item .col-inner .box {
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
@media (max-width: 549px) {
  .section-home-index .row-index-list .index-item .col-inner .box .box-image {
    width: 20% !important;
  }
}
.section-home-index .row-index-list .index-item .col-inner .box .box-text {
  padding: 0 10px;
}
.section-home-index .row-index-list .index-item .col-inner .box .box-text .index-num {
  color: var(--white);
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 5px;
}
.section-home-index .row-index-list .index-item .col-inner .box .box-text .index-des {
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.section-home-vision .row-vision .col-right {
  position: relative;
}
.section-home-vision .row-vision .col-right::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%);
}
@media (max-width: 991px) {
  .section-home-vision .row-vision .col-right .col-inner {
    padding-top: 15px;
  }
}
.section-home-vision .row-vision .col-right .col-inner .box-detail-vision .title {
  color: #333;
  font-size: 19px;
  font-weight: 700;
  line-height: 28.5px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.section-home-vision .row-vision .col-right .col-inner .box-detail-vision .title-common {
  margin-bottom: 25px;
  padding: 0;
}
@media (max-width: 549px) {
  .section-home-vision .row-vision .col-right .col-inner .box-detail-vision .title-common br {
    display: none;
  }
}
.section-home-vision .row-vision .col-right .col-inner .box-detail-vision .vision-des {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 25.2px;
}

.section-home-solutions .row-solutions .col-solution-item {
  min-height: 450px;
}
.section-home-solutions .row-solutions .col-solution-item + .col-solution-item {
  border-left: 1px solid #808080;
}
@media (max-width: 549px) {
  .section-home-solutions .row-solutions .col-solution-item + .col-solution-item {
    border-top: 1px solid #808080;
    border-left: none;
  }
}
.section-home-solutions .row-solutions .col-solution-item .col-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background: #b8c8e2;
  cursor: pointer;
  transition: ease-in-out 0.3s;
}
.section-home-solutions .row-solutions .col-solution-item .col-inner:hover {
  background: #082554;
}
.section-home-solutions .row-solutions .col-solution-item .col-inner:hover .box .box-text .solution-title {
  color: var(--white);
}
.section-home-solutions .row-solutions .col-solution-item .col-inner:hover .box .box-text .solution-des {
  color: var(--white);
}
.section-home-solutions .row-solutions .col-solution-item .col-inner .box .box-image {
  height: 105px;
}
.section-home-solutions .row-solutions .col-solution-item .col-inner .box .box-text {
  padding: 40px 0 10px 0;
}
.section-home-solutions .row-solutions .col-solution-item .col-inner .box .box-text .solution-title {
  color: var(--black);
  font-size: 28px;
  font-weight: 700;
  line-height: 28.5px;
  margin-bottom: 25px;
  transition: ease-in-out 0.3s;
}
.section-home-solutions .row-solutions .col-solution-item .col-inner .box .box-text .solution-des {
  color: var(--black);
  font-size: 16px;
  font-weight: 400;
  line-height: 28.5px;
  min-height: 85.5px;
  transition: ease-in-out 0.3s;
}

.section-home-customer-review .row-customer-review .sw-button {
  width: 40px;
  height: 40px;
}
.section-home-customer-review .row-customer-review .sw-button::after {
  font-size: 20px;
}
.section-home-customer-review .row-customer-review .sw-button.swiper-button-prev {
  left: -40px;
}
.section-home-customer-review .row-customer-review .sw-button.swiper-button-next {
  right: -40px;
}
.section-home-customer-review .row-customer-review .sw-customer-review .swiper-wrapper .sw-customer-review-item .box-customer-review .box-text {
  padding: 40px 35px 20px 35px;
  border-radius: 10px;
  border: 1px solid #f5f5f5;
  border-bottom: none;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  position: relative;
  min-height: 245px;
}
.section-home-customer-review .row-customer-review .sw-customer-review .swiper-wrapper .sw-customer-review-item .box-customer-review .box-text .customer-name {
  color: var(--primary_color);
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}
.section-home-customer-review .row-customer-review .sw-customer-review .swiper-wrapper .sw-customer-review-item .box-customer-review .box-text .business {
  color: var(--black);
  font-size: 16px;
  font-weight: 400;
  line-height: 28.5px;
  margin-bottom: 15px;
}
.section-home-customer-review .row-customer-review .sw-customer-review .swiper-wrapper .sw-customer-review-item .box-customer-review .box-text .content {
  color: var(--black);
  font-size: 14px;
  font-weight: 400;
  line-height: 28.5px;
}
.section-home-customer-review .row-customer-review .sw-customer-review .swiper-wrapper .sw-customer-review-item .box-customer-review .box-text::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 90px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 30px solid var(--white);
  filter: drop-shadow(0px 4px 2px rgba(0, 0, 0, 0.25));
}
.section-home-customer-review .row-customer-review .sw-customer-review .swiper-wrapper .sw-customer-review-item .box-customer-review .box-image {
  margin-top: 40px;
  margin-left: 50px;
}

.section-home-customers .customer-slogan {
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  line-height: 28.5px;
}
.section-home-customers .sw-button {
  width: 40px;
  height: 40px;
}
.section-home-customers .sw-button::after {
  font-size: 20px;
  color: var(--white);
}
.section-home-customers .sw-button.swiper-button-prev {
  left: -40px;
}
.section-home-customers .sw-button.swiper-button-next {
  right: -40px;
}
.section-home-customers .row-customer .sw-customer .sw-customer-item .box-customer-logo {
  background-color: var(--white);
  padding: 10px 5px;
  height: 118px;
}

.section-home-partners .partner-slogan {
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  line-height: 28.5px;
}
.section-home-partners .sw-button {
  width: 40px;
  height: 40px;
}
.section-home-partners .sw-button::after {
  font-size: 20px;
  color: var(--white);
}
.section-home-partners .sw-button.swiper-button-prev {
  left: -40px;
}
.section-home-partners .sw-button.swiper-button-next {
  right: -40px;
}
.section-home-partners .row-partner .sw-partner .sw-partner-item .box-partner-logo {
  height: 70px;
  background-color: var(--white);
  padding: 10px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-home-partners .row-partner .sw-partner .sw-partner-item .box-partner-logo img {
  object-fit: contain;
}

.section-home-event {
  padding-bottom: 0 !important;
}
.section-home-event .events .post-item .col-inner {
  border: 1px solid rgba(0, 0, 0, 0.07);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.section-home-event .events .post-item .col-inner .box .box-text {
  padding: 15px 30px 20px 30px!important;
}
.section-home-event .events .post-item .col-inner .box .box-text .post-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--black);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 10px;
  height: 40px;
}
.section-home-event .events .post-item .col-inner .box .box-text .is-divider {
  display: none;
}
.section-home-event .events .post-item .col-inner .box .box-text .from_the_blog_excerpt {
  color: var(--black);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.section-scroll-menu.has-sticky {
  z-index: 9999;
}
.section-scroll-menu.has-sticky .section-content {
  z-index: 999;
}
.section-scroll-menu .box-scroll-menu-wrap.has-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--primary_color);
  z-index: 9999;
  animation: stuckMoveDown 0.6s;
  padding: 5px 0;
}
.section-scroll-menu .box-scroll-menu-wrap.has-sticky .box-scroll-menu .nav-scroll {
  background: unset;
}
.section-scroll-menu .box-scroll-menu-wrap.has-sticky .box-scroll-menu .nav-scroll .nav-item {
  margin-top: 0 !important;
  background-color: transparent;
  transform: scale(1) !important;
}
.section-scroll-menu .box-scroll-menu-wrap.has-sticky .box-scroll-menu .nav-scroll .nav-item a.active .icon {
  border: 1px solid var(--secondary_color);
}
.section-scroll-menu .box-scroll-menu-wrap.has-sticky .box-scroll-menu .nav-scroll .nav-item a.active .icon img {
  filter: grayscale(0);
}
.section-scroll-menu .box-scroll-menu-wrap.has-sticky .box-scroll-menu .nav-scroll .nav-item a.active .text {
  color: var(--secondary_color);
}
.section-scroll-menu .box-scroll-menu-wrap.has-sticky .box-scroll-menu .nav-scroll .nav-item a .icon {
  width: 42px;
  height: 42px;
  padding: 6px;
  border: 1px solid var(--white);
}
.section-scroll-menu .box-scroll-menu-wrap.has-sticky .box-scroll-menu .nav-scroll .nav-item a .icon img {
  width: 16px;
  height: 16px;
  filter: brightness(100);
  transition: ease-in-out 0.3s;
}
.section-scroll-menu .box-scroll-menu-wrap.has-sticky .box-scroll-menu .nav-scroll .nav-item a .text {
  margin-top: 5px;
  color: var(--white);
}
.section-scroll-menu .box-scroll-menu-wrap .box-scroll-menu .nav-scroll {
  display: flex;
  justify-content: space-between;
  background: url("../images/line.png") center no-repeat;
  margin-bottom: 0;
}
.section-scroll-menu .box-scroll-menu-wrap .box-scroll-menu .nav-scroll .nav-item {
  list-style: none;
  background-color: var(--white);
  transition: ease-in-out 0.3s;
  margin-top: 20px;
  margin-bottom: 0;
}
@media (max-width: 549px) {
  .section-scroll-menu .box-scroll-menu-wrap .box-scroll-menu .nav-scroll .nav-item {
    flex-basis: 22%;
  }
}
.section-scroll-menu .box-scroll-menu-wrap .box-scroll-menu .nav-scroll .nav-item:nth-child(even) {
  margin-top: 40px;
}
.section-scroll-menu .box-scroll-menu-wrap .box-scroll-menu .nav-scroll .nav-item:hover {
  transform: scale(1.2);
}
.section-scroll-menu .box-scroll-menu-wrap .box-scroll-menu .nav-scroll .nav-item:hover a .icon {
  border: 1px solid var(--secondary_color);
}
.section-scroll-menu .box-scroll-menu-wrap .box-scroll-menu .nav-scroll .nav-item:hover a .icon img {
  filter: grayscale(0);
}
.section-scroll-menu .box-scroll-menu-wrap .box-scroll-menu .nav-scroll .nav-item:hover a .text {
  color: var(--secondary_color);
}
.section-scroll-menu .box-scroll-menu-wrap .box-scroll-menu .nav-scroll .nav-item a .icon {
  width: 84px;
  height: 84px;
  display: block;
  margin: 0 auto;
  padding: 20px;
  border-radius: 50%;
  border: 1px solid #c3c3c3;
  transition: ease-in-out 0.3s;
}
@media (max-width: 549px) {
  .section-scroll-menu .box-scroll-menu-wrap .box-scroll-menu .nav-scroll .nav-item a .icon {
    width: 50px;
    height: 50px;
    padding: 10px;
  }
}
.section-scroll-menu .box-scroll-menu-wrap .box-scroll-menu .nav-scroll .nav-item a .icon img {
  width: 40px;
  height: 40px;
  filter: grayscale(1);
  transition: ease-in-out 0.3s;
}
@media (max-width: 549px) {
  .section-scroll-menu .box-scroll-menu-wrap .box-scroll-menu .nav-scroll .nav-item a .icon img {
    width: 20px;
    height: 20px;
  }
}
.section-scroll-menu .box-scroll-menu-wrap .box-scroll-menu .nav-scroll .nav-item a .text {
  font-size: 13px;
  font-weight: 700;
  color: #555;
  margin-top: 10px;
  transition: ease-in-out 0.3s;
}

#shop-sidebar .widget .widget-title {
  display: block;
  font-size: 24px;
  color: var(--primary_color);
  line-height: normal;
  text-transform: inherit;
  margin-bottom: 25px;
}
#shop-sidebar .widget .is-divider {
  display: none;
}
#shop-sidebar .widget .product-categories .current-menu-parent.active .toggle,
#shop-sidebar .widget .menu .current-menu-parent.active .toggle {
  transform: rotate(-180deg);
}
#shop-sidebar .widget .product-categories .current-menu-parent.active .sub-menu,
#shop-sidebar .widget .menu .current-menu-parent.active .sub-menu {
  display: block;
}
#shop-sidebar .widget .product-categories li.current-cat a, #shop-sidebar .widget .product-categories li.current-menu-item a,
#shop-sidebar .widget .menu li.current-cat a,
#shop-sidebar .widget .menu li.current-menu-item a {
  color: var(--secondary_color);
}
#shop-sidebar .widget .product-categories li a,
#shop-sidebar .widget .menu li a {
  color: var(--primary_color);
  font-size: 16px;
  font-weight: 700;
  transition: ease-in-out 0.3s;
}
#shop-sidebar .widget .product-categories li a:hover,
#shop-sidebar .widget .menu li a:hover {
  color: var(--secondary_color);
}
#shop-sidebar .widget .product-categories li .children li.current-cat a, #shop-sidebar .widget .product-categories li .children li.current-menu-item a,
#shop-sidebar .widget .product-categories li .sub-menu li.current-cat a,
#shop-sidebar .widget .product-categories li .sub-menu li.current-menu-item a,
#shop-sidebar .widget .menu li .children li.current-cat a,
#shop-sidebar .widget .menu li .children li.current-menu-item a,
#shop-sidebar .widget .menu li .sub-menu li.current-cat a,
#shop-sidebar .widget .menu li .sub-menu li.current-menu-item a {
  color: var(--secondary_color);
}
#shop-sidebar .widget .product-categories li .children li a,
#shop-sidebar .widget .product-categories li .sub-menu li a,
#shop-sidebar .widget .menu li .children li a,
#shop-sidebar .widget .menu li .sub-menu li a {
  color: var(--primary_color);
  font-size: 14px;
  font-weight: 700;
  transition: ease-in-out 0.3s;
}
#shop-sidebar .widget .product-categories li .children li a:hover,
#shop-sidebar .widget .product-categories li .sub-menu li a:hover,
#shop-sidebar .widget .menu li .children li a:hover,
#shop-sidebar .widget .menu li .sub-menu li a:hover {
  color: var(--secondary_color);
}
#shop-sidebar .flatsome_recent_posts .recent-blog-posts-li a {
  font-weight: 700;
  font-size: 14px;
  color: var(--primary_color);
  transition: 0.3s ease-in-out;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#shop-sidebar .flatsome_recent_posts .recent-blog-posts-li a:hover {
  color: var(--secondary_color);
}

.post-sidebar .widget .widget-title {
  display: block;
  font-size: 24px;
  color: var(--primary_color);
  line-height: normal;
  text-transform: inherit;
  margin-bottom: 25px;
}
.post-sidebar .latest-post .post-item {
  padding-bottom: 16px !important;
}
.post-sidebar .latest-post .post-item .col-inner {
  padding-bottom: 16px;
  border-bottom: 1px solid #808080;
}
.post-sidebar .latest-post .post-item .col-inner .box .box-image {
  vertical-align: top;
}
.post-sidebar .latest-post .post-item .col-inner .box .box-text {
  vertical-align: top;
  padding-top: 0;
  padding-bottom: 0;
}
.post-sidebar .latest-post .post-item .col-inner .box .box-text .post-title a {
  font-weight: 700;
  font-size: 14px;
  color: var(--primary_color);
  transition: 0.3s ease-in-out;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.post-sidebar .latest-post .post-item .col-inner .box .box-text .post-title a:hover {
  color: var(--secondary_color);
}
.post-sidebar .latest-post .post-item .col-inner .box .box-text .from_the_blog_excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 12px;
}

.blog-single .entry-header .entry-header-text {
  padding-bottom: 0;
}
.blog-single .entry-header .entry-header-text .entry-title {
  color: var(--primary_color);
}
.blog-single .entry-content section {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.section-branch-contact .col-left .col-inner {
  background-color: #e4ecf5;
  padding: 15px;
}
.section-branch-contact .col-left .col-inner .box-branch .box-branch-inner .branch-item {
  margin-bottom: 10px;
}
.section-branch-contact .col-left .col-inner .box-branch .box-branch-inner .branch-item .title {
  font-size: 18px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  line-height: 28px;
}
@media (max-width: 549px) {
  .section-branch-contact .col-left .col-inner .box-branch .box-branch-inner .branch-item .title {
    font-size: 16px;
  }
}
.section-branch-contact .col-left .col-inner .box-branch .box-branch-inner .branch-item .title img,
.section-branch-contact .col-left .col-inner .box-branch .box-branch-inner .branch-item .title i {
  margin-right: 5px;
}
.section-branch-contact .col-left .col-inner .box-branch .box-branch-inner .branch-item .title img {
  filter: brightness(0);
}
.section-branch-contact .col-left .col-inner .box-branch .box-branch-inner .branch-item .add {
  font-size: 16px;
}
@media (max-width: 549px) {
  .section-branch-contact .col-left .col-inner .box-branch .box-branch-inner .branch-item .add {
    font-size: 16px;
  }
}
.section-branch-contact .col-right .col-inner {
  background-color: #e4ecf5;
  padding: 15px;
}
.section-branch-contact .col-right .col-inner .box-form .box-form-inner .form-title {
  font-size: 20px;
  color: var(--primary_color);
  font-weight: 700;
}
@media (max-width: 549px) {
  .section-branch-contact .col-right .col-inner .box-form .box-form-inner .form-title {
    font-size: 16px;
  }
}
.section-branch-contact .col-right .col-inner .box-form .box-form-inner form input[type=submit] {
  background-color: var(--secondary_color) !important;
  text-transform: inherit;
}

@media (max-width: 991px) {
  .section-contact-maps .row-contact-maps .col-map-item {
    padding-bottom: 15px !important;
  }
}
.section-contact-maps .row-contact-maps .col-map-item .col-inner .map-title {
  font-size: 20px;
  color: var(--primary_color);
  font-weight: 700;
  margin-bottom: 20px;
}

.shop-page-title .page-title-inner {
  padding-top: 0;
}
.shop-page-title .is-large {
  display: none;
}

.shop-container .products .product .col-inner {
  border: 1px solid rgba(0, 0, 0, 0.07);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background-color: var(--white);
}
.shop-container .products .product .col-inner .box .box-text {
  padding: 15px 30px 20px 30px!important;
}
@media (max-width: 549px) {
  .shop-container .products .product .col-inner .box .box-text {
    padding: 15px 10px;
  }
}
.shop-container .products .product .col-inner .box .box-text .title-wrapper .name a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--black);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  transition: ease-in-out 0.3s;
}
.shop-container .products .product .col-inner .box .box-text .title-wrapper .name a:hover {
  color: var(--secondary_color);
}

.title-wrapper {
  font-size: 24px;
  color: var(--primary_color);
  margin-bottom: 25px;
}

.featured-product-wrapper {
  padding: 25px 15px 15px 15px;
  margin-bottom: 25px;
  border-radius: 8px;
  background: rgb(21, 67, 142);
  background: linear-gradient(0deg, rgb(21, 67, 142) 0%, rgba(21, 67, 142, 0.75) 100%);
}
.featured-product-wrapper .featured-title-custom {
  color: var(--white);
}

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

.term-description {
  padding-top: 15px;
}

.custom-product-page .product-title-container .product-title {
  color: var(--primary_color);
  font-size: 28px;
  font-weight: 700;
}
.custom-product-page .woocommerce-tabs .tabs li.active a {
  border-top-color: var(--secondary_color);
  background-color: var(--primary_color);
  color: var(--white);
}

.related-products-wrapper .product-section-title {
  color: var(--primary_color);
}
.related-products-wrapper .product .col-inner {
  border: 1px solid rgba(0, 0, 0, 0.07);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background-color: var(--white);
}
.related-products-wrapper .product .col-inner .box .box-text {
  padding: 15px 30px 20px 30px;
}
.related-products-wrapper .product .col-inner .box .box-text .title-wrapper p a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--black);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  transition: ease-in-out 0.3s;
}
.related-products-wrapper .product .col-inner .box .box-text .title-wrapper p a:hover {
  color: var(--secondary_color);
}

@media (min-width: 992px) {
  .content-area-solution .row-main {
    padding-top: 30px;
  }
}

#footer {
  overflow: hidden;
}
#footer .section-footer {
  padding-top: 14% !important;
  padding-bottom: 0 !important;
  background: rgb(0, 32, 203);
  background: linear-gradient(90deg, rgb(0, 32, 203) 0%, rgb(0, 47, 155) 34%, rgb(0, 50, 141) 100%);
}
#footer .section-footer .section-bg {
  background-size: 100% !important;
  background-position: top;
}
@media (min-width: 992px) {
  #footer .section-footer .section-content .row-relative {
    position: relative;
  }
  #footer .section-footer .section-content .row-relative::before {
    content: "";
    position: absolute;
    background-image: url("../images/after-logo.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 25%;
    height: 100%;
    bottom: -35px;
    left: -15px;
  }
}
#footer .section-footer .section-content .footer-logo .box-logo .box-image {
  margin-left: 0;
}
@media (max-width: 549px) {
  #footer .section-footer .section-content .footer-logo .box-logo .box-image {
    margin-left: auto;
    margin-right: 48px;
    width: 65% !important;
  }
}
@media (min-width: 481px) and (max-width: 991px) {
  #footer .section-footer .section-content .footer-logo .box-logo .box-image {
    width: 90% !important;
    margin-left: auto;
    margin-right: 0;
  }
}
#footer .section-footer .section-content .footer-logo .box-logo .after-logo {
  position: relative;
}
@media (max-width: 480px) {
  #footer .section-footer .section-content .footer-logo .box-logo .after-logo {
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  #footer .section-footer .section-content .footer-logo .box-logo .after-logo {
    left: -15px;
    bottom: -35px;
  }
}
@media (max-width: 480px) {
  #footer .section-footer .section-content .footer-logo .box-logo .after-logo .box {
    max-width: 80%;
  }
}
#footer .section-footer .section-content .footer-logo .box-logo .after-logo .box img {
  display: block;
}
@media (max-width: 549px) {
  #footer .section-footer .section-content .footer-logo .box-logo .after-logo .box img {
    margin: 0 auto;
  }
}
@media (min-width: 991px) {
  #footer .section-footer .section-content .footer-logo .box-logo .after-logo .box img {
    width: 100%;
  }
}
#footer .section-footer .section-content .contact-infor-footer .company-name {
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
}
#footer .section-footer .section-content .contact-infor-footer .contact-list .item {
  margin-bottom: 5px;
}
#footer .section-footer .section-content .contact-infor-footer .contact-list .item .item-inner .icon {
  margin-right: 10px;
}
#footer .section-footer .section-content .contact-infor-footer .contact-list .item .item-inner .text {
  color: var(--white);
  font-size: 13px;
}
#footer .section-footer .section-content .contact-infor-footer .contact-list .item .item-inner .text strong {
  font-weight: 700;
  line-height: 20px;
}
#footer .section-footer .section-content .contact-infor-footer .contact-list .item .item-inner .text span {
  font-weight: 400;
  line-height: 20px;
}
#footer .section-footer .section-content .contact-infor-footer .contact-list .item .item-inner .text a {
  color: var(--white);
  font-size: 13px;
}
#footer .section-footer .section-content .contact-infor-footer .social-media {
  position: relative;
}
#footer .section-footer .section-content .contact-infor-footer .social-media::after {
  content: "";
  position: absolute;
  width: calc(100% - 50px);
  height: 1px;
  border-top: 1px dashed var(--white);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#footer .section-footer .section-content form {
  margin-bottom: 0;
}
#footer .section-footer .section-content .subcribe-form {
  padding-top: 35px;
}
#footer .section-footer .section-content .subcribe-form input:not([type=submit]) {
  height: 35px;
  border: 2px solid var(--white);
  border-radius: 50px;
  background-color: transparent;
  color: var(--white);
  font-size: 14px;
}
#footer .section-footer .section-content .subcribe-form input:not([type=submit])::placeholder {
  font-size: 14px;
  color: var(--white);
}
#footer .section-footer .section-content .subcribe-form textarea {
  min-height: 35px;
  background-color: transparent;
  color: var(--white);
  font-size: 14px;
  border: 2px solid var(--white);
  border-radius: 50px;
  overflow: hidden;
  padding-top: 5px;
}
#footer .section-footer .section-content .subcribe-form textarea::placeholder {
  font-size: 14px;
  color: var(--white);
}
#footer .section-footer .section-content .subcribe-form input[type=submit] {
  height: 35px;
  border-radius: 50px;
  background-color: var(--secondary_color) !important;
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
  width: 100%;
  margin: 15px 0 0 0;
}
#footer .absolute-footer {
  background: rgb(0, 32, 203);
  background: linear-gradient(90deg, rgb(0, 32, 203) 0%, rgb(0, 47, 155) 34%, rgb(0, 50, 141) 100%);
  padding: 5px 0;
  opacity: 1;
  color: var(--white);
}
@media (max-width: 991px) {
  #footer .absolute-footer {
    position: relative;
    background: rgb(0, 32, 203);
    background: linear-gradient(90deg, rgb(0, 32, 203) 0%, rgb(0, 47, 155) 34%, rgb(0, 50, 141) 100%);
  }
}

.contact-icon {
  right: 20px;
  bottom: 70px;
}
.contact-icon a.contact-item {
  display: block;
  margin-bottom: 10px;
  width: 50px;
  height: 50px;
  background-color: var(--white);
  border-radius: 50%;
}
.contact-icon a.contact-item img {
  animation: ringing 1s infinite ease-in-out;
  width: 100%;
  height: 100%;
}

.highlight-keyword {
  background-color: yellow;
  font-weight: bold;
}

@keyframes ringing {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}

.col-inner .box-text {
  min-height: 80px;
  padding-bottom: 1.4em!important;
  padding-top: .7em!important;
  padding-left: 10px!important;
  padding-right: 10px!important;
}

.box-text-inner,
.uxb-wrapper--text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.image-zoom-fade img {
  object-fit: contain!important;
}

/*# sourceMappingURL=style-custom.css.map */
