.softvn-container {
  width: min(1250px, calc(100% - 32px));
  margin: 0 auto;
}

#top-bar {
  background: var(--svn-cyan);
  color: #fff;
}

#top-bar a,
#top-bar .html {
  color: #fff;
}

#masthead.header-main {
  background: #fff;
}

#wide-nav.header-bottom {
  background: var(--svn-cyan);
  border-top: 0;
}

#wide-nav .header-bottom-nav > li > a,
#wide-nav .header-bottom-nav .html {
  color: #111827;
  font-weight: 700;
}

#wide-nav .header-bottom-nav > li > a:hover {
  color: #fff;
}

.softvn-header-topline,
.softvn-header-contact {
  font-size: 13px;
  line-height: 1.4;
}

.softvn-header-contact {
  display: flex;
  gap: 18px;
  align-items: center;
}

.softvn-header-phone {
  display: grid;
  line-height: 1.1;
}

.softvn-header-phone span {
  color: #64748b;
  font-size: 12px;
}

.softvn-header-phone strong {
  color: var(--svn-cyan);
  font-size: 16px;
}

.softvn-header-quote {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 6px;
  background: #0f172a;
  color: #fff !important;
  font-weight: 700;
}

.softvn-header-allcat {
  display: inline-flex;
  align-items: center;
  min-height: 49px;
  padding: 0 18px;
  background: rgba(255,255,255,.16);
  color: #fff !important;
  font-weight: 700;
}

.softvn-footer-block {
  padding: 44px 0 0;
  background: #171717;
  color: rgba(255,255,255,.84);
}

.softvn-footer-block h4,
.softvn-footer-block h3,
.softvn-footer-block .section-title-main {
  color: #fff;
}

.softvn-footer-block a {
  color: rgba(255,255,255,.84);
}

.softvn-footer-block a:hover {
  color: var(--svn-cyan);
}

/* Tiêu đề cột: canh trái + underline cyan ngắn (giống bản gốc), thuần CSS */
.softvn-footer-block .section-title {
  justify-content: flex-start;
  margin-bottom: 14px;
}
.softvn-footer-block .section-title b {
  display: none;
}
.softvn-footer-block .section-title-main {
  position: relative;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
.softvn-footer-block .section-title-main::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 3px;
  border-radius: 999px;
  background: var(--svn-cyan);
}
.softvn-footer-block .is-divider {
  background-color: var(--svn-cyan);
}

/* Menu cột footer (UX native [ux_menu]) — icon chevron qua ::before */
.softvn-footer-block .ux-menu {
  display: block;
}
.softvn-footer-block .ux-menu-link {
  display: block;
  margin: 0;
}
.softvn-footer-block .ux-menu-link__link {
  position: relative;
  padding: 5px 0 5px 18px;
  font-size: 14px;
  line-height: 1.5;
}
.softvn-footer-block .ux-menu-link__link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 7px;
  height: 7px;
  margin-top: -4px;
  border-right: 2px solid var(--svn-cyan);
  border-bottom: 2px solid var(--svn-cyan);
  transform: rotate(-45deg);
}
.softvn-footer-block .ux-menu-link__link:hover {
  color: var(--svn-cyan);
  padding-left: 22px;
  transition: padding .15s ease;
}

/* Khối liên hệ (logo + địa chỉ) */
.softvn-footer-brand-col .ux-text,
.softvn-footer-brand-col p {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, .84);
  margin: 0 0 8px;
}

.softvn-header {
  position: sticky;
  top: 0;
  z-index: 90;
  background: #fff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, .08);
}

.admin-bar .softvn-header {
  top: 32px;
}

.softvn-topbar {
  background: var(--svn-cyan);
  color: #fff;
  font-size: 13px;
}

.softvn-topbar__inner,
.softvn-mainbar__inner,
.softvn-nav__inner {
  display: flex;
  align-items: center;
}

.softvn-topbar__inner {
  min-height: 32px;
  justify-content: space-between;
  gap: 16px;
}

.softvn-topbar a {
  color: #fff;
}

.softvn-topbar__links {
  display: flex;
  gap: 18px;
  white-space: nowrap;
}

.softvn-mainbar {
  background: #fff;
}

.softvn-mainbar__inner {
  min-height: 72px;
  gap: 24px;
}

.softvn-logo {
  display: inline-flex;
  width: 190px;
  flex: 0 0 190px;
}

.softvn-logo a {
  display: inline-flex;
  align-items: center;
}

.softvn-logo img {
  max-width: 100%;
  height: auto;
  display: block;
}

.softvn-logo .header-logo-dark {
  display: none;
}

.softvn-search {
  display: flex;
  flex: 1;
  min-width: 240px;
  border: 2px solid var(--svn-cyan);
  border-radius: 7px;
  overflow: hidden;
  background: #fff;
}

.softvn-search-col {
  flex: 1 1 auto;
}

.softvn-search input {
  min-width: 0;
  flex: 1;
  height: 42px;
  border: 0;
  box-shadow: none;
  margin: 0;
  padding: 0 14px;
}

.softvn-search button {
  border: 0;
  margin: 0;
  padding: 0 18px;
  min-width: 112px;
  border-radius: 0;
  background: var(--svn-cyan);
  color: #fff;
  font-weight: 700;
  line-height: 42px;
}

.softvn-header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.softvn-action {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  min-height: 42px;
  color: #0f172a;
  line-height: 1.2;
  white-space: nowrap;
}

.softvn-action span {
  color: #64748b;
  font-size: 12px;
}

.softvn-action strong {
  color: var(--svn-cyan);
  font-size: 16px;
}

.softvn-action--quote {
  align-items: center;
  padding: 0 16px;
  border-radius: 6px;
  background: #0f172a;
  color: #fff;
  font-weight: 700;
}

.softvn-nav {
  background: #f1f5f9;
  border-top: 1px solid #e2e8f0;
}

.softvn-nav__inner {
  min-height: 48px;
  gap: 18px;
}

.softvn-nav__all {
  align-self: stretch;
  display: inline-flex;
  align-items: center;
  padding: 0 18px;
  border-radius: 6px 6px 0 0;
  background: var(--svn-cyan);
  color: #fff;
  font-weight: 700;
}

.softvn-nav__links,
.softvn-nav__links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.softvn-nav__links {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 18px;
}

.softvn-nav__links > li {
  position: relative;
  margin: 0;
}

.softvn-nav__links a {
  color: #1f2937;
  font-weight: 700;
  font-size: 14px;
}

.softvn-nav__links .sub-menu {
  position: absolute;
  top: calc(100% + 13px);
  left: 0;
  z-index: 95;
  display: none;
  min-width: 230px;
  padding: 10px;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(15, 23, 42, .14);
}

.softvn-nav__links li:hover > .sub-menu {
  display: grid;
  gap: 4px;
}

.softvn-nav__links .sub-menu a {
  display: block;
  padding: 8px 10px;
  border-radius: 5px;
  font-weight: 600;
  white-space: nowrap;
}

.softvn-nav__links .sub-menu a:hover {
  background: #f8fafc;
}

.softvn-nav__links a:hover,
.softvn-footer a:hover {
  color: var(--svn-cyan);
}

.softvn-footer {
  padding: 44px 0 0;
  background: #171717;
  color: rgba(255,255,255,.82);
}

.softvn-footer__grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(4, 1fr);
  gap: 28px;
}

.softvn-footer__grid.row {
  display: grid;
}

.softvn-footer h4 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 16px;
}

.softvn-footer p {
  margin: 0 0 12px;
}

.softvn-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.softvn-footer li {
  margin: 0 0 9px;
}

.softvn-footer a {
  color: rgba(255,255,255,.82);
}

.softvn-footer__brand img {
  width: 180px;
  max-width: 100%;
  margin: 0 0 16px;
  filter: brightness(0) invert(1);
}

.softvn-footer__contact {
  display: grid;
  gap: 6px;
  font-weight: 700;
}

.softvn-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 34px;
  padding: 16px 0;
  border-top: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.72);
  font-size: 13px;
}

.softvn-custom-shell .homepage-banner img,
.softvn-custom-shell .ux_banner img {
  object-fit: cover;
}

@media (max-width: 849px) {
  #wide-nav .flex-row.container {
    overflow-x: auto;
    scrollbar-width: none;
  }

  #wide-nav .flex-row.container::-webkit-scrollbar {
    display: none;
  }

  #wide-nav .header-bottom-nav {
    flex-wrap: nowrap;
    white-space: nowrap;
  }

  .softvn-header-topline {
    text-align: center;
  }

  .softvn-header-contact,
  .softvn-header-phone,
  .mobile-nav .softvn-header-quote {
    display: none;
  }

  .admin-bar .softvn-header {
    top: 46px;
  }

  .softvn-mainbar__inner {
    flex-wrap: wrap;
    gap: 12px;
    padding: 12px 0;
  }

  .softvn-logo {
    width: 150px;
    flex-basis: 150px;
  }

  .softvn-search {
    order: 3;
    flex-basis: 100%;
  }

  .softvn-search button {
    min-width: 58px;
    padding: 0 12px;
  }

  .softvn-mobile-search {
    padding: 0 0 12px;
    background: #fff;
  }

  .softvn-header-actions {
    margin-left: auto;
  }

  .softvn-action--phone {
    display: none;
  }

  .softvn-nav__inner {
    min-height: 48px;
    align-items: center;
    overflow-x: auto;
    overflow-y: visible;
    scrollbar-width: none;
  }

  .softvn-nav__inner::-webkit-scrollbar {
    display: none;
  }

  .softvn-nav__all {
    align-self: center;
    flex: 0 0 auto;
    min-height: 44px;
    padding: 0 14px;
  }

  .softvn-nav__links {
    flex: 0 0 auto;
    flex-wrap: nowrap !important;
    align-items: center;
    white-space: nowrap;
    gap: 0 16px;
  }

  .softvn-nav__links > li {
    flex: 0 0 auto;
  }

  .softvn-nav__links .sub-menu {
    display: none !important;
  }

  .softvn-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Exact Flatsome builder pass for the crawled SOFTVN structure. */
#top-bar {
  display: none !important;
}

#masthead.header-main {
  background: #fff;
  border-bottom: 0;
}

#masthead .header-inner {
  min-height: 70px;
}

#masthead .header-block {
  width: 100%;
  flex: 1 1 auto;
}

#masthead .flex-left.flex-grow {
  width: 100%;
}

#masthead .header-search-form,
#masthead .header-search-form-wrapper,
#masthead .searchform-wrapper,
#masthead .searchform {
  width: 100%;
  margin: 0;
}

#masthead .searchform {
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(15, 23, 42, .04);
  overflow: hidden;
}

#masthead .searchform .search-field {
  height: 42px;
  margin: 0;
  border: 0;
  box-shadow: none;
  font-size: 14px;
}

#masthead .searchform .ux-search-submit,
#masthead .searchform button[type="submit"] {
  width: 112px !important;
  min-width: 112px !important;
  flex: 0 0 112px !important;
  height: 42px;
  margin: 0;
  border-radius: 0;
  background: var(--svn-cyan) !important;
  color: #fff !important;
  font-weight: 700;
}

#masthead .searchform .ux-search-submit i {
  display: none;
}

#masthead .searchform .ux-search-submit::after {
  content: "TÌM KIẾM";
  font-size: 13px;
  line-height: 42px;
}

#logo img {
  max-height: 70px;
}

.softvn-header-search-wrap {
  width: 100%;
}

.softvn-search-saas {
  position: relative;
  z-index: 20;
  width: 100%;
  box-sizing: border-box;
}

.softvn-search-form {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 42px;
  margin: 0;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(15, 23, 42, .04);
  overflow: hidden;
}

.softvn-search-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #94a3b8;
  font-size: 18px;
  line-height: 1;
  pointer-events: none;
}

.softvn-search-input {
  flex: 1 1 auto;
  min-width: 0;
  height: 40px !important;
  margin: 0 !important;
  padding: 0 12px 0 40px !important;
  border: 0 !important;
  box-shadow: none !important;
  font-size: 14px;
  color: #111827;
}

.softvn-search-submit {
  flex: 0 0 auto;
  height: 42px;
  margin: 0 !important;
  padding: 0 18px;
  border: 0;
  border-radius: 0;
  background: var(--svn-cyan);
  color: #fff;
  font-weight: 700;
  line-height: 42px;
}

.softvn-header-right-meta {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}

.softvn-header-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 42px;
  padding: 0 10px;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  color: #111827;
  background: #fff;
  box-shadow: 0 2px 8px rgba(15, 23, 42, .04);
}

.softvn-header-meta-item strong,
.softvn-header-meta-item small {
  display: block;
  line-height: 1.12;
}

.softvn-header-meta-item strong {
  font-size: 14px;
  color: #111827;
}

.softvn-header-meta-item small {
  margin-top: 2px;
  color: #64748b;
  font-size: 12px;
}

.softvn-meta-ico {
  color: #94a3b8;
  font-size: 17px;
}

.softvn-mobile-zalo {
  display: inline-block;
  line-height: 0;
  padding-top: 10px;
}

.softvn-mobile-zalo img {
  display: block;
  width: 30px;
  height: 30px;
}

#wide-nav.header-bottom {
  min-height: 49px;
  background: var(--svn-cyan) !important;
  border-top: 0;
}

#wide-nav .flex-row {
  min-height: 49px;
}

#wide-nav .header-bottom-nav > li > a {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 49px;
  padding: 0 13px;
}

#wide-nav .header-bottom-nav > li > a:hover,
#wide-nav .header-bottom-nav > li.active > a {
  color: #111827;
}

#wide-nav .nav-dropdown {
  border-color: #fff;
  box-shadow: 0 10px 32px rgba(15, 23, 42, .14);
}

.softvn-mega-products {
  padding: 16px 14px;
}

.softvn-mega-products .ux-menu-title {
  color: #111827;
  font-weight: 700;
  margin-bottom: 6px;
}

/* Category archive conversion: match scraped SOFTVN category frame and 6/4/3 product grid. */
.tax-product_cat .row.category-page-row,
.post-type-archive-product .row.category-page-row {
  max-width: 1250px !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.tax-product_cat .row.category-page-row > .col,
.post-type-archive-product .row.category-page-row > .col {
  flex-basis: 100% !important;
  max-width: 100% !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.tax-product_cat #shop-sidebar,
.post-type-archive-product #shop-sidebar,
.tax-product_cat .category-page-row > .large-3,
.post-type-archive-product .category-page-row > .large-3 {
  display: none !important;
}

.tax-product_cat .shop-container,
.post-type-archive-product .shop-container {
  width: 100% !important;
  max-width: 100% !important;
  padding-top: 0 !important;
}

.tax-product_cat .products.row,
.post-type-archive-product .products.row {
  display: flex !important;
  flex-wrap: wrap !important;
  margin-left: -10px !important;
  margin-right: -10px !important;
}

.tax-product_cat .products.row > .product-small,
.post-type-archive-product .products.row > .product-small {
  width: 16.6667% !important;
  max-width: 16.6667% !important;
  flex: 0 0 16.6667% !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  padding-bottom: 20px !important;
  margin: 0 !important;
}

.tax-product_cat .woocommerce-products-header,
.post-type-archive-product .woocommerce-products-header,
.tax-product_cat .shop-page-title.category-page-title,
.post-type-archive-product .shop-page-title.category-page-title,
.tax-product_cat .woocommerce-ordering,
.post-type-archive-product .woocommerce-ordering,
.tax-product_cat .woocommerce-result-count,
.post-type-archive-product .woocommerce-result-count {
  display: none !important;
}

.tax-product_cat .sv-cat-hero {
  margin: 14px 0 26px !important;
}

.tax-product_cat .sv-cat-hero__inner {
  grid-template-columns: 1fr 300px;
  border-radius: 24px;
}

.tax-equipment .sv-cat-hero {
  margin: 14px 0 26px;
}

.tax-equipment .sv-cat-hero__inner {
  grid-template-columns: 1fr 300px;
  border-radius: 24px;
}

.tax-product_cat .product-small.box,
.post-type-archive-product .product-small.box {
  display: flex !important;
  min-height: 300px !important;
  flex-direction: column !important;
  border-radius: 16px !important;
}

.tax-product_cat .product-small .price::after,
.post-type-archive-product .product-small .price::after {
  content: none !important;
  display: none !important;
}

.tax-product_cat .badge-container,
.tax-product_cat .badge,
.tax-product_cat .product-small .category,
.post-type-archive-product .badge-container,
.post-type-archive-product .badge,
.post-type-archive-product .product-small .category {
  display: none !important;
}

.tax-product_cat .product-small.box::after,
.post-type-archive-product .product-small.box::after {
  content: "" !important;
  position: absolute !important;
  top: 18px !important;
  right: 16px !important;
  display: block !important;
  width: 6px !important;
  height: 6px !important;
  border-radius: 999px !important;
  background: var(--svn-cyan) !important;
  box-shadow: 0 0 0 3px rgba(0,174,239, .08) !important;
  z-index: 4 !important;
}

.tax-product_cat .softvn-product-detail-link,
.post-type-archive-product .softvn-product-detail-link {
  opacity: 1 !important;
  transform: none !important;
}

.tax-product_cat nav.woocommerce-pagination,
.post-type-archive-product nav.woocommerce-pagination {
  margin: 8px 0 34px !important;
}

@media (min-width: 768px) and (max-width: 1099px) {
  .tax-product_cat .products.row > .product-small,
  .post-type-archive-product .products.row > .product-small {
    width: 25% !important;
    max-width: 25% !important;
    flex-basis: 25% !important;
  }
}

@media (max-width: 767px) {
  .tax-product_cat .row.category-page-row > .col,
  .post-type-archive-product .row.category-page-row > .col {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .tax-product_cat .products.row,
  .post-type-archive-product .products.row {
    margin-left: -5px !important;
    margin-right: -5px !important;
  }

  .tax-product_cat .products.row > .product-small,
  .post-type-archive-product .products.row > .product-small {
    width: 33.3333% !important;
    max-width: 33.3333% !important;
    flex-basis: 33.3333% !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    padding-bottom: 10px !important;
  }

  .tax-product_cat .product-small.box,
  .post-type-archive-product .product-small.box {
    min-height: 220px !important;
    padding: 12px 8px !important;
    border-radius: 14px !important;
  }

  .tax-product_cat .product-small .box-image,
  .post-type-archive-product .product-small .box-image {
    width: 72% !important;
    max-width: 96px !important;
    margin-bottom: 12px !important;
  }

  .tax-product_cat .product-small .name.product-title,
  .tax-product_cat .product-small .woocommerce-loop-product__title,
  .post-type-archive-product .product-small .name.product-title,
  .post-type-archive-product .product-small .woocommerce-loop-product__title {
    min-height: 42px !important;
    font-size: 9.2px !important;
    line-height: 1.22 !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    -webkit-line-clamp: 3 !important;
  }

  .tax-product_cat .softvn-product-meta,
  .post-type-archive-product .softvn-product-meta {
    font-size: 11px !important;
    line-height: 1.25 !important;
  }

  .tax-product_cat .softvn-product-detail-link,
  .post-type-archive-product .softvn-product-detail-link {
    font-size: 12px !important;
  }

  .tax-product_cat .sv-cat-hero__inner {
    grid-template-columns: 1fr;
  }

  .tax-equipment .sv-cat-hero__inner {
    grid-template-columns: 1fr;
  }
}

/* Header search: match the original softvn-search-saas visual while keeping Flatsome native search. */
@media (min-width: 850px) {
  #masthead .header-search-form,
  #masthead .header-search-form-wrapper,
  #masthead .searchform-wrapper {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
  }

  #masthead .searchform-wrapper {
    position: relative !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
    transition: none !important;
  }

  #masthead .searchform-wrapper:hover,
  #masthead .searchform-wrapper:focus-within {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  #masthead .searchform-wrapper::before {
    content: "";
    position: absolute;
    left: 14px;
    top: 50%;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 3;
    background: no-repeat center / 16px 16px url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11' r='7' stroke='%2394a3b8' stroke-width='2'/%3E%3Cpath d='M20 20L17 17' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  }

  #masthead .searchform {
    width: 100% !important;
    height: 46px !important;
    min-height: 46px !important;
    margin: 0 !important;
    border: 1.5px solid #b8c6d8 !important;
    border-radius: 12px !important;
    background: #fff !important;
    box-shadow: 0 4px 12px rgba(15, 23, 42, .04) !important;
    overflow: visible !important;
    transition: border-color .18s ease, box-shadow .18s ease !important;
  }

  #masthead .searchform:hover {
    border-color: #94a8bf !important;
    box-shadow: 0 8px 18px rgba(15, 23, 42, .06) !important;
  }

  #masthead .searchform:focus-within {
    border-color: #94a8bf !important;
    box-shadow: 0 8px 18px rgba(15, 23, 42, .08), 0 0 0 3px rgba(148, 163, 184, .14) !important;
  }

  #masthead .searchform .flex-row,
  #masthead .searchform .flex-row > .flex-col,
  #masthead .searchform .flex-row > .flex-grow {
    height: 100% !important;
  }

  #masthead .searchform .search-field {
    width: 100% !important;
    height: 44px !important;
    min-height: 44px !important;
    line-height: 44px !important;
    padding: 0 16px 0 38px !important;
    border: 0 !important;
    border-radius: 12px !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #0f172a !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    outline: none !important;
  }

  #masthead .searchform .search-field::placeholder {
    color: #94a3b8 !important;
    opacity: 1 !important;
    font-weight: 500 !important;
  }

  #masthead .searchform .ux-search-submit,
  #masthead .searchform button[type="submit"],
  #masthead .searchform .flex-row > .flex-col:last-child {
    width: 0 !important;
    min-width: 0 !important;
    max-width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    opacity: 0 !important;
    overflow: hidden !important;
    pointer-events: none !important;
  }

  #masthead .searchform .ux-search-submit::after {
    display: none !important;
    content: none !important;
  }
}

/* Admin-managed floating contact bar. */
.softvn-floating-contact {
  right: 18px;
  bottom: var(--softvn-fc-offset, 270px);
  gap: 12px;
}

.softvn-floating-contact--left {
  right: auto;
  left: 18px;
}

.softvn-floating-contact .fc-btn {
  width: 42px;
  height: 42px;
  border-radius: 13px;
  background: rgba(255, 255, 255, .96);
  border: 1px solid #e6edf5;
  color: #6b7d95;
  box-shadow: 0 9px 24px rgba(15, 23, 42, .09);
  transform: translate3d(0, 0, 0);
  transition:
    transform .22s cubic-bezier(.2, .8, .2, 1),
    box-shadow .22s ease,
    border-color .22s ease,
    background-color .22s ease,
    color .22s ease;
  will-change: transform;
}

.softvn-floating-contact .fc-btn::before {
  content: "";
  position: absolute;
  inset: -5px;
  border-radius: 17px;
  background: rgba(0,174,239, .08);
  opacity: 0;
  transform: scale(.76);
  transition: opacity .22s ease, transform .22s ease;
  z-index: -1;
}

.softvn-floating-contact .fc-btn:hover,
.softvn-floating-contact .fc-btn:focus-visible {
  transform: translate3d(-4px, -1px, 0) scale(1.045);
  background: #fff;
  border-color: var(--svn-cyan-soft);
  color: var(--svn-cyan);
  box-shadow: 0 16px 34px rgba(15, 23, 42, .16);
}

.softvn-floating-contact--left .fc-btn:hover,
.softvn-floating-contact--left .fc-btn:focus-visible {
  transform: translate3d(4px, -1px, 0) scale(1.045);
}

.softvn-floating-contact .fc-btn:hover::before,
.softvn-floating-contact .fc-btn:focus-visible::before {
  opacity: 1;
  transform: scale(1);
}

.softvn-floating-contact .fc-btn:active {
  transform: translate3d(-2px, 0, 0) scale(.98);
}

.softvn-floating-contact .fc-icon-stroke {
  stroke-width: 2.25;
  transition: stroke-width .22s ease;
}

.softvn-floating-contact .fc-btn:hover .fc-icon-stroke,
.softvn-floating-contact .fc-btn:focus-visible .fc-icon-stroke {
  stroke-width: 2.45;
}

.softvn-floating-contact--left .fc-tooltip {
  right: auto;
  left: calc(100% + 10px);
  transform: translateY(-50%) translateX(-8px);
}

.softvn-floating-contact--left .fc-tooltip::after {
  right: auto;
  left: -4px;
}

.softvn-floating-contact--left .fc-btn:hover .fc-tooltip,
.softvn-floating-contact--left .fc-btn:focus-visible .fc-tooltip {
  transform: translateY(-50%) translateX(0);
}

@media (max-width: 768px) {
  .softvn-floating-contact:not(.softvn-floating-contact--hide-mobile) {
    display: flex !important;
    right: 12px;
    bottom: 112px;
    gap: 10px;
  }

  .softvn-floating-contact--left:not(.softvn-floating-contact--hide-mobile) {
    right: auto;
    left: 12px;
  }

  .softvn-floating-contact:not(.softvn-floating-contact--hide-mobile) .fc-btn {
    width: 40px;
    height: 40px;
    border-radius: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .softvn-floating-contact .fc-btn,
  .softvn-floating-contact .fc-btn::before,
  .softvn-floating-contact .fc-tooltip,
  #masthead .searchform {
    transition: none !important;
  }
}

/* Desktop menu/submenu conversion from the original Flatsome build. */
@media (min-width: 850px) {
  #wide-nav .header-bottom-nav {
    align-items: stretch;
    flex-wrap: nowrap !important;
  }

  #wide-nav .header-bottom-nav > li {
    margin: 0 !important;
  }

  #wide-nav .header-bottom-nav > li > a {
    min-height: 49px;
    display: inline-flex !important;
    align-items: center;
    gap: 5px;
    padding: 0 9px !important;
    border-left: 1px solid rgba(255, 255, 255, .14);
    line-height: 49px !important;
    color: #fff !important;
    font-size: 13px;
    font-weight: 800;
  }

  #wide-nav .header-bottom-nav > li:first-child > a {
    border-left: 0;
  }

  #wide-nav .header-bottom-nav > li.active > a,
  #wide-nav .header-bottom-nav > li.current-menu-item > a,
  #wide-nav .header-bottom-nav > li.current_page_item > a,
  #wide-nav .header-bottom-nav > li.current-dropdown > a,
  #wide-nav .header-bottom-nav > li > a:hover {
    color: #fff !important;
    background: rgba(255, 255, 255, .1);
  }

  #wide-nav .header-bottom-nav > li.active > a::after,
  #wide-nav .header-bottom-nav > li.current-menu-item > a::after,
  #wide-nav .header-bottom-nav > li.current_page_item > a::after {
    content: "";
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 5px;
    height: 2px;
    border-radius: 99px;
    background: #fff;
  }

  #wide-nav .nav-dropdown {
    top: 49px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 0 3px 3px !important;
    background: #fff !important;
    box-shadow: 0 14px 34px rgba(15, 23, 42, .14) !important;
  }

  #wide-nav .menu-item-design-full-width > .nav-dropdown {
    position: fixed !important;
    top: 109px !important;
    left: 50vw !important;
    right: auto !important;
    width: min(1200px, calc(100vw - 32px)) !important;
    max-width: min(1200px, calc(100vw - 32px)) !important;
    transform: translateX(-50%) !important;
  }

  #wide-nav .softvn-menu-products {
    width: 100%;
    padding: 20px 0 0;
  }

  #wide-nav .softvn-menu-products > .col > .col-inner,
  #wide-nav .softvn-mega-partners > .col > .col-inner {
    padding: 0 14px 18px !important;
  }

  #wide-nav .softvn-menu-products .ux-menu,
  #wide-nav .softvn-mega-partners .ux-menu {
    margin: 0;
  }

  #wide-nav .softvn-menu-products .ux-menu-title,
  #wide-nav .softvn-mega-partners .ux-menu-title {
    min-height: 28px;
    padding: 0 0 6px !important;
    margin: 0 0 5px !important;
    color: #111827;
    font-size: 13px;
    font-weight: 800;
    text-transform: none;
    border-bottom: 1px solid #e5e7eb;
  }

  #wide-nav .softvn-menu-products .ux-menu-link,
  #wide-nav .softvn-mega-partners .ux-menu-link {
    min-height: 24px;
  }

  #wide-nav .softvn-menu-products .ux-menu-link__link,
  #wide-nav .softvn-mega-partners .ux-menu-link__link {
    min-height: 24px;
    padding: 2px 0 !important;
    color: #374151;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.25;
  }

  #wide-nav .softvn-menu-products .ux-menu-link__icon,
  #wide-nav .softvn-mega-partners .ux-menu-link__icon {
    width: 14px;
    min-width: 14px;
    margin-right: 4px;
    color: var(--svn-cyan);
    font-size: 10px;
  }

  #wide-nav .softvn-menu-products .ux-menu-link__link:hover,
  #wide-nav .softvn-mega-partners .ux-menu-link__link:hover {
    color: var(--svn-cyan);
    transform: translateX(2px);
  }

  #wide-nav .softvn-mega-promo {
    width: 100%;
    padding: 0 26px 24px;
  }

  #wide-nav .softvn-mega-promo .img-inner {
    overflow: hidden;
    border-radius: 4px;
  }

  #wide-nav .softvn-menu-newsletter {
    margin: 0;
  }

  #wide-nav .softvn-menu-newsletter .wpat-form-grid-two {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 18px;
  }

  #wide-nav .softvn-menu-newsletter label {
    display: block;
    margin: 0 0 6px;
    color: #111827;
    font-size: 13px;
    font-weight: 700;
  }

  #wide-nav .softvn-menu-newsletter input {
    width: 100%;
    height: 39px;
    margin: 0;
    border: 1px solid #d9e1ea;
    border-radius: 4px;
    background: #fff;
    box-shadow: none;
    font-size: 13px;
  }

  #wide-nav .softvn-menu-newsletter .wpat-form-actions {
    margin-top: 16px;
  }

  #wide-nav .softvn-menu-newsletter .wpat-submit {
    min-height: 38px;
    padding: 0 22px;
    border-radius: 5px;
    background: var(--svn-cyan);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    border: 0;
  }

  #wide-nav .softvn-mega-note {
    margin: 10px 0 0;
    color: #64748b;
    font-size: 12px;
    line-height: 1.45;
    text-align: center;
  }

  #wide-nav .softvn-mega-partners {
    width: 100%;
    padding: 0 0 18px;
  }

  #wide-nav .softvn-partner-side h3 {
    margin: 0 0 18px;
    color: #111827;
    font-size: 18px;
    font-weight: 800;
  }

  #wide-nav .softvn-partner-side p {
    margin: 0;
    color: #111827;
    font-size: 18px;
    line-height: 2;
  }

  #wide-nav .menu-item-has-children:not(.menu-item-design-full-width) > .nav-dropdown {
    min-width: 520px;
    padding: 14px 12px !important;
    border-radius: 0 0 3px 3px !important;
  }

  #wide-nav .menu-item-has-children:not(.menu-item-design-full-width) > .nav-dropdown > li.nav-dropdown-col {
    width: 50%;
    min-width: 240px;
    padding: 0 16px;
    border-right: 1px solid #edf2f7;
  }

  #wide-nav .menu-item-has-children:not(.menu-item-design-full-width) > .nav-dropdown > li.nav-dropdown-col:last-child {
    border-right: 0;
  }

  #wide-nav .nav-dropdown-col > a {
    margin-bottom: 8px;
    color: #111827 !important;
    font-size: 13px;
    font-weight: 800 !important;
    text-transform: none;
  }

  #wide-nav .nav-dropdown-col .sub-menu,
  #wide-nav .nav-dropdown-col .nav-column {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
  }

  #wide-nav .nav-dropdown-col .sub-menu a {
    padding: 6px 0 !important;
    color: #374151;
    font-size: 13px;
    font-weight: 500;
  }

  #wide-nav .nav-dropdown-col .sub-menu a:hover {
    color: var(--svn-cyan);
  }
}

/* Mobile sidebar menu: keep the original simple list and nested news tree. */
@media (max-width: 849px) {
  #main-menu .sidebar-menu {
    background: #fff;
  }

  #main-menu .nav-sidebar > li > a {
    min-height: 42px;
    padding: 11px 20px;
    color: #111827;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
  }

  #main-menu .nav-sidebar .sub-menu a {
    min-height: 36px;
    padding: 9px 20px 9px 32px;
    color: #334155;
    font-size: 13px;
    font-weight: 600;
  }

  #main-menu .nav-sidebar .sub-menu .sub-menu a {
    padding-left: 44px;
    font-weight: 500;
  }
}

/* Product card conversion: image/title/meta/detail CTA, no price. */
.home .softvn-home-prod-row {
  width: 100%;
  max-width: 1220px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.home .softvn-home-prod-row .row,
.home .softvn-home-prod-row .row.equalize-box {
  margin-left: -10px !important;
  margin-right: -10px !important;
}

.home .softvn-home-prod-row .row > .col,
.home .softvn-home-prod-row .row.equalize-box > .col,
.post-type-archive-product .products.row > .product-small,
.tax-product_cat .products.row > .product-small,
.search-results.post-type-archive-product .products.row > .product-small {
  padding-left: 10px !important;
  padding-right: 10px !important;
  padding-bottom: 20px !important;
}

.home .softvn-home-prod-row .product-small.box,
.post-type-archive-product .product-small.box,
.tax-product_cat .product-small.box,
.search-results.post-type-archive-product .product-small.box {
  position: relative !important;
  display: flex !important;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 300px;
  padding: 18px 14px 18px !important;
  border: 1px solid #e5edf6 !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: 0 10px 26px rgba(15, 23, 42, .08) !important;
  overflow: hidden;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.home .softvn-home-prod-row .product-small.box::after,
.post-type-archive-product .product-small.box::after,
.tax-product_cat .product-small.box::after,
.search-results.post-type-archive-product .product-small.box::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 16px;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--svn-cyan);
  box-shadow: 0 0 0 3px rgba(0,174,239, .08);
  z-index: 2;
}

.home .softvn-home-prod-row .product-small.box:hover,
.post-type-archive-product .product-small.box:hover,
.tax-product_cat .product-small.box:hover,
.search-results.post-type-archive-product .product-small.box:hover {
  transform: translateY(-3px) !important;
  border-color: #d7e3ef !important;
  box-shadow: 0 16px 34px rgba(15, 23, 42, .12) !important;
}

.home .softvn-home-prod-row .product-small .box-image,
.post-type-archive-product .product-small .box-image,
.tax-product_cat .product-small .box-image,
.search-results.post-type-archive-product .product-small .box-image {
  width: 70% !important;
  max-width: 150px;
  margin: 8px auto 18px !important;
  padding: 0 !important;
  flex: 0 0 auto;
}

.home .softvn-home-prod-row .product-small .box-image img,
.post-type-archive-product .product-small .box-image img,
.tax-product_cat .product-small .box-image img,
.search-results.post-type-archive-product .product-small .box-image img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  object-fit: contain;
  transition: transform .2s ease;
}

.home .softvn-home-prod-row .product-small.box:hover .box-image img,
.post-type-archive-product .product-small.box:hover .box-image img,
.tax-product_cat .product-small.box:hover .box-image img,
.search-results.post-type-archive-product .product-small.box:hover .box-image img {
  transform: scale(1.025);
}

.home .softvn-home-prod-row .product-small .box-text,
.post-type-archive-product .product-small .box-text,
.tax-product_cat .product-small .box-text,
.search-results.post-type-archive-product .product-small .box-text {
  padding: 0 !important;
  text-align: center !important;
  flex: 1 1 auto;
}

.home .softvn-home-prod-row .product-small .box-text-inner,
.post-type-archive-product .product-small .box-text-inner,
.tax-product_cat .product-small .box-text-inner,
.search-results.post-type-archive-product .product-small .box-text-inner {
  display: flex;
  min-height: 112px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.home .softvn-home-prod-row .product-small .name.product-title,
.home .softvn-home-prod-row .product-small .woocommerce-loop-product__title,
.post-type-archive-product .product-small .name.product-title,
.post-type-archive-product .product-small .woocommerce-loop-product__title,
.tax-product_cat .product-small .name.product-title,
.tax-product_cat .product-small .woocommerce-loop-product__title,
.search-results.post-type-archive-product .product-small .name.product-title,
.search-results.post-type-archive-product .product-small .woocommerce-loop-product__title {
  min-height: 42px !important;
  margin: 0 0 8px !important;
  color: #071833 !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
  letter-spacing: 0 !important;
}

.home .softvn-home-prod-row .product-small .name.product-title a,
.post-type-archive-product .product-small .name.product-title a,
.tax-product_cat .product-small .name.product-title a,
.search-results.post-type-archive-product .product-small .name.product-title a {
  color: inherit !important;
}

.home .softvn-home-prod-row .softvn-product-meta,
.post-type-archive-product .softvn-product-meta,
.tax-product_cat .softvn-product-meta,
.search-results.post-type-archive-product .softvn-product-meta {
  margin: 0 0 10px;
  color: #7f8fa6;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home .softvn-home-prod-row .softvn-product-detail-link,
.post-type-archive-product .softvn-product-detail-link,
.tax-product_cat .softvn-product-detail-link,
.search-results.post-type-archive-product .softvn-product-detail-link {
  position: relative;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-top: auto;
  color: var(--svn-cyan) !important;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none !important;
}

.home .softvn-home-prod-row .softvn-product-detail-link span,
.post-type-archive-product .softvn-product-detail-link span,
.tax-product_cat .softvn-product-detail-link span,
.search-results.post-type-archive-product .softvn-product-detail-link span {
  position: relative;
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  transition: transform .18s ease;
}

.home .softvn-home-prod-row .softvn-product-detail-link .softvn-detail-arrow::before,
.post-type-archive-product .softvn-product-detail-link .softvn-detail-arrow::before,
.tax-product_cat .softvn-product-detail-link .softvn-detail-arrow::before,
.search-results.post-type-archive-product .softvn-product-detail-link .softvn-detail-arrow::before {
  content: "";
  position: absolute;
  top: 1px;
  right: 0;
  width: 7px;
  height: 7px;
  border-top: 1.8px solid currentColor;
  border-right: 1.8px solid currentColor;
  border-radius: 1px;
}

.home .softvn-home-prod-row .softvn-product-detail-link .softvn-detail-arrow::after,
.post-type-archive-product .softvn-product-detail-link .softvn-detail-arrow::after,
.tax-product_cat .softvn-product-detail-link .softvn-detail-arrow::after,
.search-results.post-type-archive-product .softvn-product-detail-link .softvn-detail-arrow::after {
  content: "";
  position: absolute;
  left: 1px;
  bottom: 1px;
  width: 9px;
  height: 1.8px;
  border-radius: 99px;
  background: currentColor;
  transform: rotate(-45deg);
  transform-origin: right center;
}

.home .softvn-home-prod-row .product-small.box:hover .softvn-product-detail-link span,
.post-type-archive-product .product-small.box:hover .softvn-product-detail-link span,
.tax-product_cat .product-small.box:hover .softvn-product-detail-link span,
.search-results.post-type-archive-product .product-small.box:hover .softvn-product-detail-link span {
  transform: translate(2px, -2px);
}

.home .softvn-home-prod-row .product-small .price,
.home .softvn-home-prod-row .product-small .star-rating,
.post-type-archive-product .product-small .price-wrapper .price,
.post-type-archive-product .product-small .star-rating,
.tax-product_cat .product-small .price-wrapper .price,
.tax-product_cat .product-small .star-rating,
.search-results.post-type-archive-product .product-small .price-wrapper .price,
.search-results.post-type-archive-product .product-small .star-rating {
  display: none !important;
}

.home .softvn-home-prod-row .product-small .image-tools,
.home .softvn-home-prod-row .product-small .button,
.post-type-archive-product .product-small .image-tools,
.post-type-archive-product .product-small .button,
.tax-product_cat .product-small .image-tools,
.tax-product_cat .product-small .button,
.search-results.post-type-archive-product .product-small .image-tools,
.search-results.post-type-archive-product .product-small .button {
  display: none !important;
}

.product-small .quick-view,
.product-small a.quick-view,
.product-small .quick-view-button,
.product-small .show-on-hover .quick-view,
.product-small .image-tools .quick-view,
.product-small .grid-tools .quick-view,
.product .quick-view,
.product a.quick-view {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.home .softvn-home-prod-row .softvn-card-link,
.post-type-archive-product .softvn-card-link,
.tax-product_cat .softvn-card-link,
.search-results.post-type-archive-product .softvn-card-link {
  position: absolute;
  inset: 0;
  z-index: 3;
  border-radius: 16px;
}

@media (max-width: 849px) {
  .home .softvn-home-prod-row .product-small.box,
  .post-type-archive-product .product-small.box,
  .tax-product_cat .product-small.box,
  .search-results.post-type-archive-product .product-small.box {
    min-height: 278px;
    padding: 16px 12px !important;
  }

  .home .softvn-home-prod-row .product-small .name.product-title,
  .home .softvn-home-prod-row .product-small .woocommerce-loop-product__title,
  .post-type-archive-product .product-small .name.product-title,
  .post-type-archive-product .product-small .woocommerce-loop-product__title,
  .tax-product_cat .product-small .name.product-title,
  .tax-product_cat .product-small .woocommerce-loop-product__title,
  .search-results.post-type-archive-product .product-small .name.product-title,
  .search-results.post-type-archive-product .product-small .woocommerce-loop-product__title {
    font-size: 14px !important;
  }
}

.homepage-banner .img-inner {
  border-radius: 0;
}

.homepage-banner img {
  object-fit: cover;
}

.homeborder4,
.homeborder41,
.softvn-home-prod-row {
  max-width: 1250px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.homeborder4 {
  border: 1px solid #e5e7eb;
  background: #fff;
}

.homeborder41 {
  margin-top: 10px !important;
}

.home-section-title.section-title-container {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
}

.home-section-title .section-title {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 0;
}

.home-section-title .section-title b:first-child {
  display: block;
  flex: 0 0 3px;
  width: 3px;
  height: 16px;
  border: 0;
  border-radius: 999px;
  background: var(--svn-cyan);
  opacity: 1;
}

.home-section-title .section-title b:last-of-type {
  display: block;
  flex: 1 1 auto;
  height: 1px;
  border: 0;
  background: #e5e7eb;
  opacity: 1;
}

.home-section-title .section-title-main {
  flex: 0 0 auto;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  font-size: 17px !important;
  font-weight: 700;
  color: #111827;
  line-height: 1.25;
}

.home-section-title .section-title a {
  order: 3;
  flex: 0 0 auto;
  margin: 0 0 0 10px;
  color: var(--svn-cyan);
  font-size: 13px;
  font-weight: 700;
}

.softvn-section-more {
  white-space: nowrap;
  color: var(--svn-cyan);
  font-size: 13px;
  font-weight: 700;
}

.home .product-category .box-image {
  margin-left: auto;
  margin-right: auto;
}

.home .product-category .header-title {
  font-size: 13px;
  letter-spacing: 0;
}

.home .product-category .count,
.home .product-category .is-xsmall,
.home .product-category .box-text-inner > p {
  display: none !important;
}

.home .softvn-home-prod-row {
  margin-top: 8px !important;
}

.home .softvn-home-prod-row .row,
.home .softvn-home-prod-row .row.equalize-box {
  margin-left: -8px !important;
  margin-right: -8px !important;
}

.home .softvn-home-prod-row .row > .col,
.home .softvn-home-prod-row .row.equalize-box > .col {
  padding-left: 8px !important;
  padding-right: 8px !important;
  padding-bottom: 18px !important;
}

.home .softvn-home-prod-row .product-small.box.has-hover.box-bounce.box-text-bottom {
  display: block !important;
  min-height: 286px;
  padding: 14px 12px 12px !important;
  border: 1px solid #edf0f3 !important;
  border-radius: 14px !important;
  background: #fff !important;
  box-shadow: 0 8px 22px rgba(15, 23, 42, .05) !important;
  transition: transform .18s ease, box-shadow .18s ease;
}

.home .softvn-home-prod-row .product-small.box.has-hover.box-bounce.box-text-bottom:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 14px 30px rgba(15, 23, 42, .09) !important;
}

.home .softvn-home-prod-row .product-small .box-image {
  width: 70% !important;
  margin: 0 auto 8px !important;
}

.home .softvn-home-prod-row .product-small .box-image img {
  display: block !important;
  object-fit: contain;
  transition: transform .18s ease;
}

.home .softvn-home-prod-row .product-small.box.has-hover.box-bounce.box-text-bottom:hover .box-image img {
  transform: scale(1.025) !important;
}

.home .softvn-home-prod-row .product-small .box-text {
  padding: 4px 0 0 !important;
}

.home .softvn-home-prod-row .product-small .name.product-title,
.home .softvn-home-prod-row .product-small .woocommerce-loop-product__title {
  min-height: 38px;
  margin: 0 0 4px !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
  font-weight: 500;
}

.home .softvn-home-prod-row .product-small .price,
.home .softvn-home-prod-row .product-small .price * {
  color: #e10600 !important;
  font-size: 14px !important;
  font-weight: 700;
}

.home .softvn-home-prod-row .product-small .image-tools,
.home .softvn-home-prod-row .product-small .button {
  display: none !important;
}

.softvn-footer-wrap {
  margin: 0 !important;
  max-width: none !important;
}

.softvn-footer-desktop,
.softvn-footer-mobile {
  color: rgba(255, 255, 255, .86);
}

.softvn-footer-desktop a,
.softvn-footer-mobile a,
.softvn-footer-desktop .ux-menu-link__text,
.softvn-footer-mobile .ux-menu-link__text {
  color: rgba(255, 255, 255, .86);
}

.softvn-footer-desktop a:hover,
.softvn-footer-mobile a:hover {
  color: var(--svn-cyan);
}

.softvn-footer-copy {
  margin: 0 !important;
  max-width: none !important;
  background: #102637;
  color: rgba(255, 255, 255, .75);
  font-size: 13px;
}

.softvn-footer-copy p {
  margin: 0;
  padding: 10px 0;
}

.absolute-footer {
  display: none !important;
}

@media (max-width: 849px) {
  #masthead .header-inner {
    min-height: 70px;
  }

  #wide-nav {
    display: none !important;
  }

  .home-section-title.section-title-container {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .home-section-title .section-title-main {
    font-size: 15px !important;
  }

  .softvn-section-more {
    font-size: 12px;
  }
}

@media (max-width: 549px) {
  .softvn-container {
    width: min(100% - 22px, 1250px);
  }

  .softvn-topbar__inner {
    justify-content: center;
    text-align: center;
  }

  .softvn-topbar__links {
    display: none;
  }

  .softvn-action--quote {
    min-height: 36px;
    padding: 0 12px;
    font-size: 13px;
  }

  .softvn-footer__grid {
    grid-template-columns: 1fr;
  }

  .softvn-footer__bottom {
    flex-direction: column;
  }
}

/* Header/menu final alignment with the crawled Flatsome layout. */
@media (min-width: 850px) {
  #masthead.header-main,
  #masthead .header-inner {
    height: 60px !important;
    min-height: 60px !important;
  }

  #logo {
    width: 200px !important;
  }

  #logo img {
    max-height: 60px !important;
  }

  #masthead .header-search-form {
    max-width: none;
    flex: 1 1 auto;
  }

  #masthead .header-search-form-wrapper {
    padding-right: 14px;
  }

  #masthead .searchform {
    height: 42px;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(15, 23, 42, .04);
  }

  #masthead .searchform .search-field {
    height: 42px !important;
    padding-left: 16px !important;
    color: #111827;
  }

  #masthead .searchform .ux-search-submit {
    width: 112px !important;
    min-width: 112px !important;
    flex-basis: 112px !important;
    padding: 0 !important;
    background: var(--svn-cyan) !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: #fff !important;
  }

  #masthead .searchform .ux-search-submit::after {
    content: "TÌM KIẾM";
    display: block;
    width: 100%;
    font-size: 13px;
    font-weight: 700;
    line-height: 42px;
    text-align: center;
  }

  #masthead .searchform .ux-search-submit i {
    display: none !important;
  }

  #wide-nav.header-bottom {
    min-height: 49px !important;
    background: linear-gradient(180deg, var(--svn-cyan) 0%, var(--svn-cyan) 100%) !important;
    box-shadow: 0 4px 16px rgba(223, 79, 12, .16);
  }

  #wide-nav .flex-row {
    min-height: 49px !important;
  }

  #wide-nav .header-bottom-nav > li > a {
    line-height: 49px !important;
    color: #fff !important;
    font-size: 13px;
    font-weight: 700;
    padding: 0 13px;
  }

  #wide-nav .header-bottom-nav > li.active > a,
  #wide-nav .header-bottom-nav > li.current-menu-item > a,
  #wide-nav .header-bottom-nav > li.current_page_item > a,
  #wide-nav .header-bottom-nav > li.current-dropdown > a,
  #wide-nav .header-bottom-nav > li > a:hover {
    color: #fff !important;
    background: rgba(255, 255, 255, .08) !important;
  }
}

.softvn-header-right-meta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  width: 100%;
  white-space: nowrap;
}

.softvn-header-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 32px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #111827 !important;
  text-decoration: none !important;
}

.softvn-header-meta-item:hover {
  color: #111827 !important;
  box-shadow: none;
}

.softvn-meta-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  border: 1.5px solid #94a3b8;
  border-radius: 999px;
  background: #fff;
  color: #94a3b8;
  box-shadow: 0 2px 8px rgba(15, 23, 42, .04);
  transition: all .18s ease;
}

.softvn-meta-ico svg {
  display: block;
  width: 15px;
  height: 15px;
}

.softvn-header-meta-item:hover .softvn-meta-ico {
  border-color: #64748b;
  background: #f8fafc;
  color: #64748b;
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(15, 23, 42, .08);
}

.softvn-header-meta-item strong,
.softvn-header-meta-item small {
  display: block;
  line-height: 1.12;
}

.softvn-header-meta-item strong {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .15px;
  color: #111827;
}

.softvn-header-meta-item small {
  display: none;
}

.softvn-header-quote-shell {
  display: inline-flex;
  margin-left: 12px;
  padding: 1px;
  border-radius: 7px;
  background: linear-gradient(135deg, rgba(255, 255, 255, .95) 0%, rgba(255, 255, 255, .55) 35%, rgba(148, 163, 184, .45) 100%);
  box-sizing: border-box;
}

.softvn-header-quote-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 39px;
  padding: 0 14px;
  border-radius: 6px;
  background: #fff;
  color: #1f2937 !important;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .2px;
  line-height: 1;
  text-decoration: none !important;
  white-space: nowrap;
}

.softvn-header-quote-link svg {
  display: block;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  color: #7f1d1d;
}

.softvn-header-quote-link:hover {
  color: #111827 !important;
  transform: translateY(-1px);
}

#wide-nav .nav-dropdown {
  border-radius: 3px;
  border-color: #fff;
  box-shadow: 0 10px 32px rgba(15, 23, 42, .14);
}

/* Home hero rail: one large native UX image + one native UX slider with paired images. */
.home .softvn-hero-rail {
  max-width: 1250px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.home .softvn-hero-rail > .col {
  padding-bottom: 0 !important;
}

.home .softvn-hero-main .img-inner,
.home .softvn-hero-half .img-inner {
  overflow: hidden;
  border-radius: 10px;
}

.home .softvn-hero-main img,
.home .softvn-hero-half img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home .softvn-hero-side-slider {
  margin-bottom: 0 !important;
}

.home .softvn-hero-side-slider .loading-spin,
.home .softvn-hero-side-slider .flickity-button,
.home .softvn-hero-side-slider .flickity-page-dots {
  display: none !important;
}

.home .softvn-hero-side-slide {
  width: 100% !important;
  flex: 0 0 100% !important;
  left: auto !important;
  padding: 0 !important;
  position: relative !important;
  transform: none !important;
}

.home .softvn-hero-side-slide .section-content {
  width: 100%;
  padding: 0 !important;
}

.home .softvn-hero-side-slider .flickity-viewport {
  overflow: hidden !important;
}

@media (min-width: 850px) {
  .home .softvn-hero-rail {
    align-items: stretch;
  }

  .home .softvn-hero-main .img-inner {
    padding-top: 360px !important;
  }

  .home .softvn-hero-side-slider,
  .home .softvn-hero-side-slider .slider,
  .home .softvn-hero-side-slider .flickity-viewport {
    height: 360px !important;
  }

  .home .softvn-hero-side-slider .flickity-slider,
  .home .softvn-hero-side-slide {
    height: 370px !important;
  }

  .home .softvn-hero-side-slider .flickity-slider {
    animation: softvnHeroRailMove 22s linear infinite;
    display: flex !important;
    flex-direction: column !important;
    left: 0 !important;
    top: 0 !important;
    position: relative !important;
    transform: translateY(0);
    width: 100% !important;
  }

  .home .softvn-hero-half .img-inner {
    padding-top: 175px !important;
  }
}

@keyframes softvnHeroRailMove {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-740px);
  }
}

@media (max-width: 849px) {
  .home .softvn-hero-rail {
    padding-left: 15px;
    padding-right: 15px;
  }

  .home .softvn-hero-rail > .col {
    padding-bottom: 10px !important;
  }

  .home .softvn-hero-main .img-inner {
    padding-top: 56.25% !important;
  }

  .home .softvn-hero-side-slider,
  .home .softvn-hero-side-slider .slider,
  .home .softvn-hero-side-slider .flickity-viewport,
  .home .softvn-hero-side-slider .flickity-slider,
  .home .softvn-hero-side-slide {
    height: 112px !important;
  }

  .home .softvn-hero-side-slider .flickity-slider {
    animation: softvnHeroRailMoveMobile 18s linear infinite;
    display: flex !important;
    flex-direction: row !important;
    gap: 10px;
    left: 0 !important;
    top: 0 !important;
    position: relative !important;
    transform: translateX(0);
    width: 100% !important;
  }

  .home .softvn-hero-side-slide .section-content {
    display: flex;
    gap: 10px;
    height: 112px;
  }

  .home .softvn-hero-side-slide .gap-element {
    display: none !important;
  }

  .home .softvn-hero-side-slide .section-content > .img {
    flex: 0 0 calc(50% - 5px);
    width: calc(50% - 5px) !important;
  }

  .home .softvn-hero-half .img-inner {
    padding-top: 112px !important;
  }
}

@keyframes softvnHeroRailMoveMobile {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-200% - 20px));
  }
}

.softvn-mega-products {
  width: 100%;
  padding: 16px 14px;
}

.softvn-mega-products .ux-menu-title {
  color: #111827;
  font-weight: 700;
  margin-bottom: 6px;
}

/* Final product-list cleanup: category archives use the same product card as home. */
.tax-product_cat .product-small.box .box-image::before,
.tax-product_cat .product-small.box .box-image::after,
.tax-product_cat .product .box .box-image::before,
.tax-product_cat .product .box .box-image::after,
.post-type-archive-product .product-small.box .box-image::before,
.post-type-archive-product .product-small.box .box-image::after,
.post-type-archive-product .product .box .box-image::before,
.post-type-archive-product .product .box .box-image::after {
  content: none !important;
  display: none !important;
  animation: none !important;
}

.home .softvn-home-prod-row .softvn-product-detail-link .softvn-detail-arrow,
.post-type-archive-product .softvn-product-detail-link .softvn-detail-arrow,
.tax-product_cat .softvn-product-detail-link .softvn-detail-arrow,
.search-results.post-type-archive-product .softvn-product-detail-link .softvn-detail-arrow {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 12px !important;
  height: 12px !important;
  flex: 0 0 12px !important;
  line-height: 1 !important;
}

.home .softvn-home-prod-row .softvn-product-detail-link .softvn-detail-arrow::before,
.post-type-archive-product .softvn-product-detail-link .softvn-detail-arrow::before,
.tax-product_cat .softvn-product-detail-link .softvn-detail-arrow::before,
.search-results.post-type-archive-product .softvn-product-detail-link .softvn-detail-arrow::before {
  content: "\2197" !important;
  position: static !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: currentColor !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}

.home .softvn-home-prod-row .softvn-product-detail-link .softvn-detail-arrow::after,
.post-type-archive-product .softvn-product-detail-link .softvn-detail-arrow::after,
.tax-product_cat .softvn-product-detail-link .softvn-detail-arrow::after,
.search-results.post-type-archive-product .softvn-product-detail-link .softvn-detail-arrow::after {
  content: none !important;
  display: none !important;
}

/* Final menu/submenu frame pass. */
@media (min-width: 850px) {
  #wide-nav.header-bottom {
    overflow: visible !important;
    background: var(--svn-cyan) !important;
    box-shadow: 0 4px 14px rgba(15, 23, 42, .10);
  }

  #wide-nav .flex-row.container {
    max-width: 1250px !important;
    min-height: 49px !important;
    overflow: visible !important;
  }

  #wide-nav .flex-left {
    overflow: visible !important;
  }

  #wide-nav .header-bottom-nav {
    min-height: 49px !important;
    align-items: stretch !important;
    overflow: visible !important;
  }

  #wide-nav .header-bottom-nav > li {
    position: static !important;
    margin: 0 !important;
  }

  #wide-nav .header-bottom-nav > li > a.nav-top-link {
    position: relative;
    display: inline-flex !important;
    min-height: 49px !important;
    align-items: center;
    gap: 5px;
    padding: 0 13px !important;
    border-left: 1px solid rgba(255, 255, 255, .16);
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 49px !important;
    letter-spacing: 0 !important;
    text-transform: uppercase;
  }

  #wide-nav .header-bottom-nav > li:first-child > a.nav-top-link {
    border-left: 0;
  }

  #wide-nav .header-bottom-nav > li > a.nav-top-link:hover,
  #wide-nav .header-bottom-nav > li.current-dropdown > a.nav-top-link,
  #wide-nav .header-bottom-nav > li.active > a.nav-top-link {
    background: rgba(255, 255, 255, .09) !important;
  }

  #wide-nav .header-bottom-nav > li > a.nav-top-link .icon-angle-down {
    margin-left: 2px;
    font-size: 10px;
    opacity: .9;
  }

  #wide-nav .nav-dropdown {
    z-index: 9999 !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: 1px solid #edf2f7 !important;
    border-top: 0 !important;
    border-radius: 0 0 4px 4px !important;
    background: #fff !important;
    box-shadow: 0 16px 38px rgba(15, 23, 42, .16) !important;
  }

  #wide-nav .menu-item-design-full-width > .nav-dropdown {
    position: fixed !important;
    top: 109px !important;
    left: 50% !important;
    right: auto !important;
    width: min(1200px, calc(100vw - 32px)) !important;
    max-width: min(1200px, calc(100vw - 32px)) !important;
    margin: 0 !important;
    transform: translateX(-50%) !important;
  }

  body.admin-bar #wide-nav .menu-item-design-full-width > .nav-dropdown {
    top: 141px !important;
  }

  #wide-nav .menu-item-design-full-width > .nav-dropdown::before {
    content: "";
    display: block;
    height: 3px;
    background: var(--svn-cyan);
  }

  #wide-nav .menu-item-design-full-width > .nav-dropdown > .row,
  #wide-nav .menu-item-design-full-width > .nav-dropdown > .gap-element + .row {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  #wide-nav #menu-item-699 > .nav-dropdown > .gap-element {
    display: none !important;
  }

  #wide-nav .softvn-menu-products,
  #wide-nav .softvn-mega-partners {
    padding: 18px 18px 20px !important;
  }

  #wide-nav .softvn-mega-promo {
    padding: 22px 24px !important;
  }

  #wide-nav .softvn-menu-products > .col,
  #wide-nav .softvn-mega-partners > .col,
  #wide-nav .softvn-mega-promo > .col {
    padding: 0 9px 14px !important;
  }

  #wide-nav .softvn-menu-products .col-inner,
  #wide-nav .softvn-mega-partners .col-inner {
    height: 100%;
    padding: 0 !important;
  }

  #wide-nav .softvn-menu-products .ux-menu,
  #wide-nav .softvn-mega-partners .ux-menu {
    height: 100%;
    margin: 0 !important;
  }

  #wide-nav .softvn-menu-products .ux-menu-title,
  #wide-nav .softvn-mega-partners .ux-menu-title {
    display: flex;
    min-height: 30px;
    align-items: center;
    margin: 0 0 7px !important;
    padding: 0 0 7px !important;
    border-bottom: 1px solid #e6edf5;
    color: #111827 !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1.25;
    text-transform: none !important;
  }

  #wide-nav .softvn-menu-products .ux-menu-link__link,
  #wide-nav .softvn-mega-partners .ux-menu-link__link {
    display: flex !important;
    min-height: 25px;
    align-items: center;
    padding: 3px 0 !important;
    color: #35445c !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 1.25 !important;
    text-transform: none !important;
    transition: color .16s ease, transform .16s ease;
  }

  #wide-nav .softvn-menu-products .ux-menu-link__icon,
  #wide-nav .softvn-mega-partners .ux-menu-link__icon {
    width: 13px;
    min-width: 13px;
    margin-right: 5px;
    color: var(--svn-cyan);
    font-size: 10px;
  }

  #wide-nav .softvn-menu-products .ux-menu-link__link:hover,
  #wide-nav .softvn-mega-partners .ux-menu-link__link:hover {
    color: var(--svn-cyan) !important;
    transform: translateX(2px);
  }

  #wide-nav .softvn-partner-side {
    min-height: 100%;
    padding: 16px 18px;
    border-radius: 3px;
    background: #f2f7fc;
  }

  #wide-nav .softvn-partner-side h3 {
    margin: 0 0 14px !important;
    color: #111827 !important;
    font-size: 17px !important;
    font-weight: 800 !important;
  }

  #wide-nav .softvn-partner-side p {
    margin: 0 !important;
    color: #111827;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.95;
  }

  #wide-nav #menu-item-700 {
    position: relative !important;
  }

  #wide-nav #menu-item-700 > .nav-dropdown {
    left: 0 !important;
    top: 49px !important;
    min-width: 520px !important;
    padding: 15px 12px !important;
    overflow: visible !important;
    border-top: 3px solid var(--svn-cyan) !important;
  }

  #wide-nav #menu-item-700 > .nav-dropdown > .nav-dropdown-col {
    width: 50% !important;
    min-width: 240px !important;
    padding: 0 18px !important;
    border-right: 1px solid #edf2f7;
  }

  #wide-nav #menu-item-700 > .nav-dropdown > .nav-dropdown-col:last-child {
    border-right: 0;
  }

  #wide-nav #menu-item-700 .nav-dropdown-col > a {
    margin: 0 0 9px !important;
    padding: 0 0 8px !important;
    border-bottom: 1px solid #e6edf5;
    color: #111827 !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    text-transform: none !important;
  }

  #wide-nav #menu-item-700 .nav-column a {
    padding: 6px 0 !important;
    color: #35445c !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 1.3 !important;
    text-transform: none !important;
  }

  #wide-nav #menu-item-700 .nav-column a:hover {
    color: var(--svn-cyan) !important;
  }
}

@media (max-width: 849px) {
  #main-menu .nav-sidebar > li.menu-item-has-children > a {
    position: relative;
  }

  #main-menu .nav-sidebar > li.menu-item-has-children > a::after {
    content: "\f107";
    position: absolute;
    right: 18px;
    top: 50%;
    font-family: "fl-icons";
    font-size: 12px;
    transform: translateY(-50%);
    opacity: .7;
  }

  #main-menu .nav-sidebar .softvn-mobile-generated-submenu {
    display: block !important;
    margin: 0 !important;
    padding: 0 0 8px !important;
    background: #fbfdff;
    border-top: 1px solid #edf2f7;
    border-bottom: 1px solid #edf2f7;
  }

  #main-menu .nav-sidebar .softvn-mobile-menu-group > a {
    min-height: 34px;
    padding: 9px 20px 7px 32px !important;
    color: var(--svn-cyan) !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    text-transform: none !important;
  }

  #main-menu .nav-sidebar .softvn-mobile-menu-group .sub-menu a {
    min-height: 32px;
    padding: 7px 20px 7px 46px !important;
    color: #334155 !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    text-transform: none !important;
  }
}

/* News page conversion. */
.page-id-309 #main {
  background: #fff;
}

.page-id-309 .softvn-news-hero {
  margin: 10px auto 0;
  background: #f5f5f5;
}

.page-id-309 .softvn-news-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 980px;
  margin: 0 auto;
  padding: 24px 20px 42px;
  text-align: center;
}

.page-id-309 .softvn-news-hero__badge {
  display: inline-block;
  padding: 7px 11px;
  border: 1px solid rgba(0,174,239, .14);
  border-radius: 999px;
  background: #fff;
  color: var(--svn-cyan);
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

.page-id-309 .softvn-news-hero h1 {
  max-width: 760px;
  margin: 14px auto 0;
  color: #0f172a;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: none;
}

.page-id-309 .softvn-news-hero p {
  max-width: 760px;
  margin: 14px auto 0;
  color: #64748b;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

.page-id-309 .softvn-news-hero__actions,
.page-id-309 .softvn-news-hero__chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.page-id-309 .softvn-news-hero__actions {
  margin-top: 18px;
}

.page-id-309 .softvn-news-hero__actions a {
  display: inline-flex;
  height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .10);
  color: #0f172a !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
}

.page-id-309 .softvn-news-hero__actions a:first-child {
  border-color: var(--svn-cyan);
  background: var(--svn-cyan);
  color: #fff !important;
}

.page-id-309 .softvn-news-hero__chips {
  margin-top: 16px;
}

.page-id-309 .softvn-news-hero__chips span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 999px;
  background: #fff;
  color: #334155;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}

.page-id-309 .softvn-news-list {
  background: #fff;
}

.page-id-309 .softvn-news-list .section-content {
  max-width: 1250px;
  margin: 0 auto;
}

.page-id-309 .softvn-news-list .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}

.page-id-309 .softvn-news-list .post-item {
  padding-left: 15px !important;
  padding-right: 15px !important;
  padding-bottom: 30px !important;
}

.page-id-309 .softvn-news-list .post-item .col-inner {
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, .06);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 6px 16px rgba(15, 23, 42, .05);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.page-id-309 .softvn-news-list .post-item .col-inner:hover {
  transform: translateY(-2px);
  border-color: rgba(0,174,239, .15);
  box-shadow: 0 10px 22px rgba(15, 23, 42, .08);
}

.page-id-309 .softvn-news-list .box-blog-post,
.page-id-309 .softvn-news-list .box-image,
.page-id-309 .softvn-news-list .image-cover {
  margin: 0 !important;
}

.page-id-309 .softvn-news-list .box-image {
  overflow: hidden;
  border-radius: 14px 14px 0 0;
}

.page-id-309 .softvn-news-list .image-cover {
  padding-top: 56% !important;
  background: #eef2f7;
}

.page-id-309 .softvn-news-list .box-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform .22s ease;
}

.page-id-309 .softvn-news-list .post-item .col-inner:hover .box-image img {
  transform: scale(1.03);
}

.page-id-309 .softvn-news-list .overlay-icon {
  display: none !important;
}

.page-id-309 .softvn-news-list .box-text {
  padding: 13px 14px 15px !important;
}

.page-id-309 .softvn-news-list .post-title {
  min-height: 45px;
  margin: 0 !important;
  color: #0f172a;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.42 !important;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
}

.page-id-309 .softvn-news-list .post-title a {
  color: inherit !important;
  text-decoration: none !important;
}

.page-id-309 .softvn-news-list .post-title a:hover {
  color: var(--svn-cyan) !important;
}

.page-id-309 .softvn-news-list .is-divider,
.page-id-309 .softvn-news-list .from_the_blog_excerpt,
.page-id-309 .softvn-news-list .post-meta,
.page-id-309 .softvn-news-list .badge {
  display: none !important;
}

.page-id-309 .softvn-news-list .nav-pagination {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin: 6px 0 0 !important;
}

.page-id-309 .softvn-news-list .nav-pagination .page-number {
  display: inline-flex;
  min-width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  background: #fff;
  color: #334155;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.page-id-309 .softvn-news-list .nav-pagination .current {
  border-color: var(--svn-cyan);
  background: var(--svn-cyan);
  color: #fff;
}

/* Blog category archives use the same visual system as /tin-tuc/. */
.softvn-category-news-main {
  background: #fff;
}

.softvn-category-news-main .softvn-news-hero {
  margin: 10px auto 0;
  background: #f5f5f5;
}

.softvn-category-news-main .softvn-news-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 980px;
  margin: 0 auto;
  padding: 24px 20px 42px;
  text-align: center;
}

.softvn-category-news-main .softvn-news-hero__badge {
  display: inline-block;
  padding: 7px 11px;
  border: 1px solid rgba(0,174,239, .14);
  border-radius: 999px;
  background: #fff;
  color: var(--svn-cyan);
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

.softvn-category-news-main .softvn-news-hero h1 {
  max-width: 760px;
  margin: 14px auto 0;
  color: #0f172a;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: none;
}

.softvn-category-news-main .softvn-news-hero p,
.softvn-category-news-main .softvn-news-hero__desc {
  max-width: 760px;
  margin: 14px auto 0;
  color: #64748b;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

.softvn-category-news-main .softvn-news-hero__desc p {
  margin: 0;
}

.softvn-category-news-main .softvn-news-hero__actions,
.softvn-category-news-main .softvn-news-hero__chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.softvn-category-news-main .softvn-news-hero__actions {
  margin-top: 18px;
}

.softvn-category-news-main .softvn-news-hero__actions a {
  display: inline-flex;
  height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  border: 1px solid rgba(15, 23, 42, .10);
  border-radius: 12px;
  background: #fff;
  color: #0f172a;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.softvn-category-news-main .softvn-news-hero__actions a:first-child {
  border-color: var(--svn-cyan);
  background: var(--svn-cyan);
  color: #fff;
}

.softvn-category-news-main .softvn-news-hero__chips {
  margin-top: 16px;
}

.softvn-category-news-main .softvn-news-hero__chips span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 999px;
  background: #fff;
  color: #334155;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}

.softvn-category-news-main .softvn-news-list {
  background: #fff;
}

.softvn-category-news-main .softvn-news-list .section-content {
  max-width: 1250px;
  margin: 0 auto;
}

.softvn-category-news-main .softvn-news-list .post-item .col-inner {
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, .06);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 6px 16px rgba(15, 23, 42, .05);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.softvn-category-news-main .softvn-news-list .post-item .col-inner:hover {
  transform: translateY(-2px);
  border-color: rgba(0,174,239, .15);
  box-shadow: 0 10px 22px rgba(15, 23, 42, .08);
}

.softvn-category-news-main .softvn-news-list .box-image {
  overflow: hidden;
  border-radius: 14px 14px 0 0;
}

.softvn-category-news-main .softvn-news-list .box-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .22s ease;
}

.softvn-category-news-main .softvn-news-list .post-item .col-inner:hover .box-image img {
  transform: scale(1.03);
}

.softvn-category-news-main .softvn-news-list .overlay-icon,
.softvn-category-news-main .softvn-news-list .is-divider,
.softvn-category-news-main .softvn-news-list .from_the_blog_excerpt,
.softvn-category-news-main .softvn-news-list .post-meta,
.softvn-category-news-main .softvn-news-list .badge {
  display: none;
}

.softvn-category-news-main .softvn-news-list .box-text {
  padding: 13px 14px 15px;
}

.softvn-category-news-main .softvn-news-list .post-title {
  min-height: 45px;
  margin: 0;
  color: #0f172a;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.42;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
}

.softvn-category-news-main .softvn-news-list .post-title a {
  color: inherit;
  text-decoration: none;
}

.softvn-category-news-main .softvn-news-list .post-title a:hover {
  color: var(--svn-cyan);
}

.softvn-category-news-main .softvn-news-list .nav-pagination {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin: 6px 0 0;
}

.softvn-category-news-main .softvn-news-list .nav-pagination .page-number {
  display: inline-flex;
  min-width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  background: #fff;
  color: #334155;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.softvn-category-news-main .softvn-news-list .nav-pagination .current {
  border-color: var(--svn-cyan);
  background: var(--svn-cyan);
  color: #fff;
}

@media (max-width: 849px) {
  .page-id-309 .softvn-news-hero__inner {
    padding: 22px 16px 32px;
  }

  .page-id-309 .softvn-news-hero h1 {
    font-size: 27px;
    line-height: 1.2;
  }

  .page-id-309 .softvn-news-hero p {
    font-size: 14px;
    line-height: 1.65;
  }

  .page-id-309 .softvn-news-list .post-title {
    min-height: 0;
    font-size: 15px !important;
  }

  .softvn-category-news-main .softvn-news-hero__inner {
    padding: 22px 16px 32px;
  }

  .softvn-category-news-main .softvn-news-hero h1 {
    font-size: 27px;
    line-height: 1.2;
  }

  .softvn-category-news-main .softvn-news-hero p,
  .softvn-category-news-main .softvn-news-hero__desc {
    font-size: 14px;
    line-height: 1.65;
  }

  .softvn-category-news-main .softvn-news-list .post-title {
    min-height: 0;
    font-size: 15px;
  }
}

/* Contact page conversion. */
.page-id-301 #main {
  background: #fff;
}

.page-id-301 .softvn-contact-page .section-content {
  max-width: 1250px;
  margin: 0 auto;
}

.page-id-301 .softvn-contact-hero {
  padding: 10px 0 20px;
}

.page-id-301 .softvn-contact-badge {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(0,174,239, .16);
  border-radius: 999px;
  background: var(--svn-cyan-bg);
  color: var(--svn-cyan);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.page-id-301 .softvn-contact-hero h1 {
  max-width: 680px;
  margin: 16px 0 12px;
  color: #0f172a;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}

.page-id-301 .softvn-contact-hero p {
  max-width: 650px;
  margin: 0;
  color: #64748b;
  font-size: 16px;
  line-height: 1.75;
}

.page-id-301 .softvn-contact-actions {
  display: grid;
  gap: 12px;
  padding: 22px;
  border: 1px solid #e4ebf5;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 16px 36px rgba(15, 23, 42, .06);
}

.page-id-301 .softvn-contact-action {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 0 14px;
  border: 1px solid #dfe8f4;
  border-radius: 12px;
  background: #fff;
  color: #0f172a !important;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none !important;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.page-id-301 .softvn-contact-action:hover {
  transform: translateY(-1px);
  border-color: rgba(0,174,239, .28);
  box-shadow: 0 10px 22px rgba(15, 23, 42, .07);
}

.page-id-301 .softvn-contact-action strong {
  color: var(--svn-cyan);
  font-size: 16px;
}

.page-id-301 .softvn-contact-main-row {
  align-items: stretch !important;
}

.page-id-301 .softvn-contact-payment {
  display: block;
}

.page-id-301 .softvn-contact-payment .sv-card {
  border-radius: 18px;
}

.page-id-301 .softvn-contact-payment .sv-card + .sv-card {
  margin-top: 20px;
}

.page-id-301 .softvn-contact-payment .sv-info-value {
  overflow-wrap: anywhere;
}

.page-id-301 form.wpat-form-template--contact {
  height: 100%;
  margin: 0;
  padding: 26px;
  border: 1px solid #dbe7f7;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 16px 36px rgba(15, 23, 42, .06);
}

.page-id-301 .softvn-form-title {
  margin: 0 0 18px;
  color: #0f172a;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
}

.page-id-301 .wpat-form-grid-two {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.page-id-301 .wpat-field {
  margin: 0 0 15px;
}

.page-id-301 .wpat-field label {
  display: block;
  margin: 0 0 7px;
  color: #334155;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
}

.page-id-301 .wpat-field label span {
  color: var(--svn-cyan);
}

.page-id-301 .wpat-field input,
.page-id-301 .wpat-field textarea {
  width: 100%;
  min-height: 44px;
  margin: 0;
  padding: 0 14px;
  border: 1px solid #cfe0f5;
  border-radius: 12px;
  background: #fff;
  color: #0f172a;
  font-size: 14px;
  box-shadow: none;
}

.page-id-301 .wpat-field textarea {
  min-height: 132px;
  padding-top: 12px;
  resize: vertical;
}

.page-id-301 .wpat-choice-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.page-id-301 .wpat-choice-row label {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  gap: 7px;
  margin: 0;
  padding: 0 11px;
  border: 1px solid #dbe7f7;
  border-radius: 999px;
  background: #fff;
  color: #334155;
  font-size: 13px;
  font-weight: 700;
}

.page-id-301 .wpat-form-actions {
  margin-top: 8px;
}

.page-id-301 .wpat-submit {
  width: 100%;
  min-height: 46px;
  margin: 0;
  border: 0;
  border-radius: 12px;
  background: var(--svn-cyan);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.page-id-301 .wpat-hp-field {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

.page-id-301 .softvn-contact-map {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  border: 1px solid #dbe7f7;
  border-radius: 18px;
  background: #eef4fb;
  box-shadow: 0 16px 36px rgba(15, 23, 42, .06);
}

.page-id-301 .softvn-contact-map iframe {
  display: block;
  width: 100%;
  height: 420px;
  border: 0;
}

.page-id-301 .softvn-contact-map-note {
  position: absolute;
  left: 18px;
  bottom: 18px;
  max-width: 380px;
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(15, 23, 42, .86);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
  box-shadow: 0 12px 26px rgba(15, 23, 42, .18);
}

.page-id-301 .softvn-contact-map-note a {
  color: #fff !important;
  text-decoration: underline;
}

@media (max-width: 849px) {
  .page-id-301 .softvn-contact-hero {
    padding-top: 0;
  }

  .page-id-301 .softvn-contact-hero h1 {
    font-size: 29px;
    line-height: 1.2;
  }

  .page-id-301 .softvn-contact-hero p {
    font-size: 14px;
    line-height: 1.65;
  }

  .page-id-301 .softvn-contact-actions,
  .page-id-301 form.wpat-form-template--contact {
    padding: 18px;
    border-radius: 16px;
  }

  .page-id-301 .wpat-form-grid-two {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .page-id-301 .softvn-contact-payment .sv-info-row {
    grid-template-columns: 1fr;
    gap: 4px;
    align-items: start;
  }

  .page-id-301 .softvn-contact-payment .sv-info-value {
    font-size: 14px;
  }

  .page-id-301 .softvn-contact-payment .sv-email-separator {
    display: none;
  }

  .page-id-301 .softvn-contact-payment .sv-email-link {
    display: block;
    width: fit-content;
  }

  .page-id-301 .softvn-contact-map {
    height: auto;
    min-height: 0;
  }

  .page-id-301 .softvn-contact-map iframe {
    min-height: 320px;
    height: 320px;
  }

  .page-id-301 .softvn-contact-map-note {
    position: static;
    max-width: none;
    border-radius: 0;
  }
}

/* Single product: catalog CTA, no online purchase. */
.single-product form.cart,
.single-product .single_add_to_cart_button,
.single-product .quantity,
.single-product .add_to_cart_button,
.single-product .ajax_add_to_cart,
.single-product .added_to_cart {
  display: none !important;
}

.single-product .product-main {
  padding-top: 40px;
}

.single-product .product-main .row.content-row {
  align-items: flex-start;
}

.single-product .product-gallery {
  padding-bottom: 24px;
}

.single-product .product-gallery .woocommerce-product-gallery__image img {
  object-fit: contain;
}

.softvn-cta-wrap {
  margin-top: 18px;
}

.softvn-cta-row {
  display: flex;
  align-items: stretch;
  gap: 12px;
}

.softvn-cta-row--no-buy .softvn-cta-main {
  flex: 1 1 auto;
}

.softvn-cta-btn,
.softvn-cta-main {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  text-decoration: none !important;
  overflow: hidden;
  transition: background .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.softvn-cta-main {
  min-height: 70px;
  flex-direction: column;
  border: 1.5px solid var(--svn-cyan);
  border-radius: 8px;
  background: var(--svn-cyan);
  color: #fff !important;
}

.softvn-cta-main::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, .10) 0%, rgba(255, 255, 255, 0) 48%);
  opacity: .45;
  pointer-events: none;
}

.softvn-cta-main:hover {
  background: var(--svn-cyan);
  border-color: var(--svn-cyan);
  box-shadow: 0 8px 18px rgba(242, 101, 34, .18), 0 0 0 1px rgba(255, 255, 255, .08) inset;
  transform: translateY(-1px);
}

.softvn-cta-main-notch {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: flex;
  width: 24px;
  height: 24px;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 5px 5px 0 0;
  border-left: 1.5px solid var(--svn-cyan);
  border-bottom: 1.5px solid var(--svn-cyan);
  border-bottom-left-radius: 14px;
  background: #fff;
  box-sizing: border-box;
  color: #dc2626;
}

.softvn-cta-main-notch svg {
  display: block;
  color: currentColor;
}

.softvn-cta-main-title {
  position: relative;
  z-index: 1;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .2px;
  line-height: 1.08;
}

.softvn-cta-main-sub {
  position: relative;
  z-index: 1;
  margin-top: 4px;
  font-size: 11px;
  line-height: 1.12;
  opacity: .92;
}

.softvn-cta-zalo {
  flex: 0 0 24%;
  min-height: 70px;
  padding: 0 16px;
  border: 1.5px solid var(--svn-cyan);
  border-radius: 8px;
  background: #fff;
  color: var(--svn-cyan) !important;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .2px;
  text-transform: uppercase;
}

.softvn-cta-zalo:hover {
  background: #f3f7ff;
  box-shadow: 0 4px 10px rgba(31, 111, 214, .10);
  transform: translateY(-1px);
}

.softvn-cta-zalo-corner {
  position: absolute;
  top: 0;
  right: 0;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 7px;
  background: var(--svn-cyan);
  opacity: .9;
}

.softvn-badge-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.softvn-badge {
  display: flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 14px;
  border: 1px solid #d7dde5;
  border-radius: 9px;
  background: #fff;
  box-sizing: border-box;
  transition: all .18s ease;
}

.softvn-badge:hover {
  transform: translateY(-1px);
  border-color: #cfd6df;
  background: #fcfcfd;
}

.softvn-badge-dot {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 999px;
  background: var(--svn-cyan);
  box-shadow: 0 0 0 4px rgba(242, 101, 34, .10);
}

.softvn-badge-text {
  color: #334155;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
}

.softvn-price-note {
  margin-top: 12px;
  padding: 10px 12px;
  border: 1px solid var(--svn-cyan-soft);
  border-radius: 10px;
  background: var(--svn-cyan-bg);
  color: var(--svn-cyan-d);
  font-size: 12.5px;
  line-height: 1.5;
  box-sizing: border-box;
}

.softvn-price-note strong {
  color: var(--svn-cyan-d);
}

.single-product .product_meta {
  margin-top: 12px;
  padding: 0;
  border: 0 !important;
  color: #64748b;
  font-size: 13px;
  line-height: 1.5;
}

.single-product .product_meta > span {
  display: block;
  margin: 3px 0;
  padding: 0;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.single-product .product_meta a {
  color: #334155;
  text-decoration: none;
}

.single-product .product-short-description {
  margin-top: 12px;
  padding: 18px 20px;
  border: 1px solid #d7e1ee;
  border-radius: 10px;
  background: #fff;
}

.single-product .product-short-description ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.single-product .product-short-description li {
  position: relative;
  margin: 0 0 10px;
  padding-left: 24px;
  color: #0f2747;
  line-height: 1.45;
}

.single-product .product-short-description li:last-child {
  margin-bottom: 0;
}

.single-product .product-short-description li::before {
  content: "";
  position: absolute;
  top: .55em;
  left: 2px;
  width: 8px;
  height: 8px;
  border: 1.5px solid #64748b;
  border-radius: 999px;
  box-shadow: inset 0 0 0 2px #fff;
}

.softvn-summary-feature {
  margin-top: 12px;
}

.single-product .product-summary .gbg01-svn {
  position: relative;
  padding: 14px 16px 14px;
  border: 1px dashed var(--svn-cyan-l);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(15, 23, 42, .04);
}

.single-product .product-summary .gbg01-svn .tieu-de {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin: -1px 0 8px;
  padding: 0 14px;
  border-radius: 8px;
  background: var(--svn-cyan);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

.single-product .product-summary .gbg01-svn ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.single-product .product-summary .gbg01-svn li {
  position: relative;
  margin: 0;
  padding-left: 20px;
  color: #334155;
  font-size: 13px;
  line-height: 1.45;
}

.single-product .product-summary .gbg01-svn li::before {
  content: "";
  position: absolute;
  top: .58em;
  left: 3px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--svn-cyan);
  box-shadow: 0 0 0 4px rgba(0,174,239, .12);
}

.single-product #product-sidebar {
  padding-top: 0;
}

.single-product #product-sidebar .sidebar-inner {
  padding-top: 0;
}

.single-product #product-sidebar .widget {
  display: none !important;
}

.single-product .product-gallery .badge-container,
.single-product .product-gallery .badge {
  display: none !important;
}

@media (max-width: 849px) {
  .single-product .product-main .row.content-row {
    display: flex;
    flex-wrap: wrap;
  }

  .single-product .product-gallery {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    order: 1;
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    min-height: 285px;
    padding-bottom: 18px;
  }

  .single-product .product-info {
    order: 2;
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }

  .single-product .product-images,
  .single-product .woocommerce-product-gallery,
  .single-product .woocommerce-product-gallery__wrapper {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    min-height: 285px;
  }

  .single-product .woocommerce-product-gallery__wrapper .flickity-slider {
    min-height: 285px;
  }

  .single-product .woocommerce-product-gallery__wrapper .flickity-viewport {
    min-height: 285px !important;
    height: 285px !important;
  }

  .single-product .woocommerce-product-gallery__image {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    min-height: 285px;
    align-items: center;
    justify-content: center;
  }

  .single-product .product-gallery .woocommerce-product-gallery__image img {
    display: block !important;
    width: auto !important;
    max-width: 78% !important;
    max-height: 255px;
    margin: 0 auto;
  }
}

.softvn-side-rail {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.softvn-side-card {
  padding: 18px 20px;
  border: 1px solid #e6ebf1;
  border-top: 2px solid var(--svn-cyan);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .03);
  box-sizing: border-box;
}

.softvn-side-card-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  color: #0f172a;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -.1px;
}

.softvn-side-card-title-icon,
.softvn-side-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: #ecfdf5;
  color: #10b981;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
}

.softvn-side-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.softvn-side-list li,
.softvn-side-contact-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0;
  color: #334155;
  font-size: 14px;
  line-height: 1.6;
  text-decoration: none !important;
}

.softvn-side-contact {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.softvn-side-contact-row:hover {
  color: var(--svn-cyan);
}

.softvn-product-extra {
  clear: both;
  margin: 26px 0 34px;
}

.softvn-license-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin-bottom: 36px;
}

.softvn-license-card {
  position: relative;
  min-height: 310px;
  padding: 28px 28px 24px;
  overflow: hidden;
  border: 1px solid #d8e5f4;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 34px rgba(15, 23, 42, .05);
}

.softvn-license-card::after {
  content: "";
  position: absolute;
  top: -54px;
  right: -36px;
  width: 116px;
  height: 116px;
  border-radius: 999px;
  background: #eef6ff;
  pointer-events: none;
}

.softvn-license-card--orange {
  border-top: 3px solid var(--svn-cyan);
}

.softvn-license-card--blue {
  border-top: 3px solid var(--svn-cyan);
}

.softvn-license-card h3 {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 22px;
  color: #607089;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
}

.softvn-license-card h3 span {
  display: inline-block;
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  border-radius: 999px;
  background: var(--svn-cyan);
  box-shadow: 0 0 0 5px rgba(0,174,239, .12);
}

.softvn-license-card--blue h3 span {
  background: var(--svn-cyan);
  box-shadow: 0 0 0 5px rgba(59, 130, 246, .12);
}

.softvn-license-list {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.softvn-license-list li {
  position: relative;
  margin: 0;
  padding-left: 22px;
  color: #465b76;
  font-size: 14px;
  line-height: 1.65;
}

.softvn-license-list li::before {
  content: "";
  position: absolute;
  top: .68em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--svn-cyan);
  box-shadow: 0 0 0 4px rgba(0,174,239, .12);
}

.softvn-quote-form {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 14px;
  margin: 0;
}

.softvn-quote-form label {
  display: block;
  margin: 0;
  color: #5b6f89;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
}

.softvn-quote-form label span {
  display: block;
  margin: 0 0 9px;
}

.softvn-quote-form input,
.softvn-quote-form input[type="text"],
.softvn-quote-form input[type="tel"],
.softvn-quote-form input[type="email"] {
  width: 100%;
  height: 46px !important;
  margin: 0 !important;
  padding: 0 18px !important;
  border: 1px solid #bfd5f3 !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: none !important;
  color: #334155 !important;
  font-size: 13px !important;
}

.softvn-quote-form input:focus {
  border-color: var(--svn-cyan);
  box-shadow: 0 0 0 3px rgba(59, 130, 246, .10);
}

.softvn-quote-form button {
  grid-column: 1 / -1;
  height: 44px;
  margin: 24px 0 0;
  border: 1.5px solid var(--svn-cyan);
  border-radius: 14px;
  background: #fff;
  color: var(--svn-cyan);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}

.softvn-quote-form button:hover {
  background: var(--svn-cyan);
  color: #fff;
  transform: translateY(-1px);
}

.softvn-license-card--blue p {
  position: relative;
  z-index: 1;
  margin: 24px 0 0;
  color: #8aa0bd;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}

.softvn-resource-tabs {
  border-top: 1px solid #edf1f6;
  padding-top: 24px;
}

.softvn-resource-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 14px;
}

.softvn-resource-nav button {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  margin: 0;
  padding: 0 18px;
  border: 1px solid #d6e0ec;
  border-radius: 9px;
  background: #fff;
  color: #435673;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-transform: none;
  transition: border-color .18s ease, color .18s ease, background .18s ease;
}

.softvn-resource-nav button::before {
  display: inline-flex;
  width: 15px;
  margin-right: 8px;
  color: currentColor;
  font-size: 13px;
  line-height: 1;
}

.softvn-resource-nav button[data-softvn-tab="system"]::before {
  content: "\25B1";
}

.softvn-resource-nav button[data-softvn-tab="faq"]::before {
  content: "?";
}

.softvn-resource-nav button[data-softvn-tab="download"]::before {
  content: "\2193";
}

.softvn-resource-nav button.is-active {
  border-color: var(--svn-cyan);
  background: var(--svn-cyan-bg);
  color: var(--svn-cyan);
}

.softvn-resource-panel {
  display: none;
  border: 1px solid #dce6f2;
  border-radius: 12px;
  background: #fff;
}

.softvn-resource-panel.is-active {
  display: block;
}

.softvn-resource-panel > h3 {
  margin: 0;
  padding: 16px 22px;
  border-bottom: 1px solid #e6edf5;
  color: var(--svn-cyan);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.4;
}

.softvn-spec-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 54px;
  padding: 30px 34px 38px;
}

.softvn-spec-col h4 {
  position: relative;
  margin: 0 0 28px;
  padding-bottom: 10px;
  color: #0f2747;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.25;
}

.softvn-spec-col h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 36px;
  height: 2px;
  border-radius: 999px;
  background: var(--svn-cyan);
}

.softvn-spec-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.softvn-spec-list li {
  position: relative;
  margin: 0;
  padding-left: 18px;
  color: #465b76;
  font-size: 14px;
  line-height: 1.6;
}

.softvn-spec-list li::before {
  content: "";
  position: absolute;
  top: .72em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: #9bb0ca;
}

.softvn-spec-list strong {
  color: #2b3f5d;
  font-weight: 800;
}

.softvn-faq-list {
  padding: 24px 28px 28px;
}

.softvn-faq-item {
  border-bottom: 1px solid #edf1f6;
}

.softvn-faq-item:last-child {
  border-bottom: 0;
}

.softvn-faq-item summary {
  cursor: pointer;
  padding: 14px 0;
  color: #0f2747;
  font-size: 15px;
  font-weight: 800;
}

.softvn-faq-item p {
  margin: 0 0 16px;
  color: #465b76;
  font-size: 14px;
  line-height: 1.65;
}

.softvn-download-link {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  margin: 24px 28px 30px;
  padding: 0 18px;
  border: 1px solid var(--svn-cyan);
  border-radius: 10px;
  color: var(--svn-cyan) !important;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none !important;
}

.softvn-download-link:hover {
  background: var(--svn-cyan);
  color: #fff !important;
}

@media (max-width: 849px) {
  .softvn-license-grid,
  .softvn-spec-grid {
    grid-template-columns: 1fr;
  }

  .softvn-license-grid {
    gap: 18px;
    margin-bottom: 28px;
  }

  .softvn-license-card {
    min-height: 0;
    padding: 22px 20px;
    border-radius: 14px;
  }

  .softvn-quote-form {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .softvn-quote-form button {
    margin-top: 8px;
  }

  .softvn-resource-tabs {
    padding-top: 18px;
  }

  .softvn-resource-nav {
    gap: 8px;
  }

  .softvn-resource-nav button {
    min-height: 36px;
    padding: 0 12px;
    font-size: 12px;
  }

  .softvn-spec-grid {
    gap: 26px;
    padding: 24px 20px 28px;
  }

  .softvn-spec-col h4 {
    margin-bottom: 18px;
    font-size: 18px;
  }
}

.single-product .related .products.row > .product-small {
  padding-left: 10px !important;
  padding-right: 10px !important;
  padding-bottom: 20px !important;
}

.single-product .related .product-small.box {
  position: relative !important;
  display: flex !important;
  min-height: 300px !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  padding: 18px 14px !important;
  border: 1px solid #e5edf6 !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: 0 10px 26px rgba(15, 23, 42, .08) !important;
  overflow: hidden !important;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.single-product .related .product-small.box::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 16px;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--svn-cyan);
  box-shadow: 0 0 0 3px rgba(0,174,239, .08);
  z-index: 2;
}

.single-product .related .product-small.box:hover {
  transform: translateY(-3px) !important;
  border-color: #d7e3ef !important;
  box-shadow: 0 16px 34px rgba(15, 23, 42, .12) !important;
}

.single-product .related .product-small .box-image {
  width: 70% !important;
  max-width: 150px !important;
  margin: 8px auto 18px !important;
  padding: 0 !important;
}

.single-product .related .product-small .box-image img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
}

.single-product .related .product-small .box-text {
  padding: 0 !important;
  text-align: center !important;
  flex: 1 1 auto;
}

.single-product .related .product-small .box-text-inner {
  display: flex;
  min-height: 112px;
  flex-direction: column;
  align-items: center;
}

.single-product .related .product-small .name.product-title,
.single-product .related .product-small .woocommerce-loop-product__title {
  min-height: 42px !important;
  margin: 0 0 8px !important;
  color: #071833 !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
  letter-spacing: 0 !important;
}

.single-product .related .softvn-product-meta {
  margin: 0 0 10px !important;
  color: #7f8fa6 !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.single-product .related .softvn-product-detail-link {
  position: relative;
  z-index: 4;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-top: auto;
  color: var(--svn-cyan) !important;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none !important;
}

.single-product .related .softvn-product-detail-link .softvn-detail-arrow {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 12px !important;
  height: 12px !important;
  flex: 0 0 12px !important;
  line-height: 1 !important;
}

.single-product .related .softvn-product-detail-link .softvn-detail-arrow::before {
  content: "\2197" !important;
  position: static !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  border: 0 !important;
  color: currentColor !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}

.single-product .related .softvn-product-detail-link .softvn-detail-arrow::after {
  content: none !important;
  display: none !important;
}

.single-product .related .price,
.single-product .related .star-rating,
.single-product .related .image-tools,
.single-product .related .button,
.single-product .related .badge-container,
.single-product .related .badge,
.single-product .related .category {
  display: none !important;
}

@media (max-width: 767px) {
  .softvn-cta-row {
    display: block;
  }

  .softvn-cta-main,
  .softvn-cta-zalo {
    width: 100%;
  }

  .softvn-cta-zalo {
    min-height: 52px;
    margin-top: 10px;
  }

  .softvn-badge-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .softvn-badge.hide-mobile {
    display: none;
  }

  .softvn-badge {
    min-height: 44px;
    padding: 0 10px;
  }

  .softvn-badge-text {
    font-size: 12px;
  }

  .softvn-price-note {
    padding: 9px 10px;
    font-size: 12px;
  }
}

/* Fix canh giữa dropdown mega full-width header: dùng 50vw (theo viewport) thay 50%
   để tránh lỗi containing-block khiến item ở giữa (Tin tức) bị left:0 -> lệch trái. */
html body #wide-nav .header-bottom-nav > li.menu-item-design-full-width > .nav-dropdown,
html body #wide-nav .header-nav > li.menu-item-design-full-width > .nav-dropdown {
  left: 0 !important;
  right: 0 !important;
  width: min(1200px, calc(100vw - 32px)) !important;
  max-width: min(1200px, calc(100vw - 32px)) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  transform: none !important;
}

/* Bộ lọc chuyên mục trên trang /tin-tuc/ (active danh mục đang chọn) */
.softvn-news-filter {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  margin: 0 0 24px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 0 8px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}
.softvn-news-filter__item {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  padding: 7px 16px;
  border: 1px solid #d7e1ee;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  color: #475569;
  background: #fff;
  line-height: 1.2;
  transition: all .15s ease;
}
.softvn-news-filter__item:hover {
  border-color: var(--svn-cyan);
  color: var(--svn-cyan);
}
.softvn-news-filter__item.is-active {
  background: var(--svn-cyan);
  border-color: var(--svn-cyan);
  color: #fff;
}

/* ===== GTranslate switcher (widget_look = float) trong header cạnh NHẬN BÁO GIÁ ===== */
li.html_nav_position_text { display: flex !important; align-items: center; gap: 12px; }
.svn-gt-pc { display: inline-flex; align-items: center; }
.svn-gt-pc .gtranslate_wrapper { display: inline-flex; }

/* ép float switcher nằm INLINE trong header (bỏ position fixed mặc định) */
.svn-gt-pc #gt_float_wrapper { position: static !important; }
.svn-gt-pc .gt_float_switcher {
  position: relative !important;   /* mốc cho dropdown absolute -> không đẩy chiều cao header */
  top: auto !important; bottom: auto !important; left: auto !important; right: auto !important;
  display: inline-block;
  font-family: inherit;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(15, 23, 42, .14);
}
.svn-gt-pc .gt_float_switcher .gt-selected { border: 0; border-radius: 8px; }
.svn-gt-pc .gt_float_switcher .gt-selected .gt-current-lang {
  display: flex; align-items: center; gap: 7px;
  height: 38px; padding: 0 12px; box-sizing: border-box;
  font-size: 13px; font-weight: 700; color: #1B2A4A;
}
.svn-gt-pc .gt_float_switcher .gt-selected .gt-current-lang span { color: #1B2A4A; }
.svn-gt-pc .gt_float_switcher img { width: 20px; height: auto; border-radius: 2px; }
.svn-gt-pc .gt_float_switcher:hover { box-shadow: 0 6px 16px rgba(0, 174, 239, .28); }
/* dropdown PHỦ ĐÈ xuống (absolute) -> không làm thay đổi chiều cao header-main */
.svn-gt-pc .gt_float_switcher .gt_options {
  position: absolute !important;
  top: calc(100% + 6px) !important;
  left: 0 !important;
  right: auto !important;
  margin: 0 !important;
  min-width: 100%;
  z-index: 999;
  border-radius: 8px; overflow: hidden;
  box-shadow: 0 14px 34px rgba(15, 23, 42, .18);
}
.svn-gt-pc .gt_float_switcher .gt_options a {
  display: flex; align-items: center; gap: 7px;
  padding: 9px 12px; font-size: 13px; color: #334155;
}
.svn-gt-pc .gt_float_switcher .gt_options a:hover { background: var(--svn-cyan-bg); color: var(--svn-cyan-d); }

/* Switcher trong off-canvas menu mobile */
li.svn-gt-mobile-item { padding: 12px 20px !important; }
li.svn-gt-mobile-item .gt_float_switcher {
  position: static !important; display: inline-block;
  border-radius: 8px; background: #fff; box-shadow: 0 2px 8px rgba(15, 23, 42, .12);
}
li.svn-gt-mobile-item .gt_float_switcher .gt-selected .gt-current-lang {
  display: flex; align-items: center; gap: 8px; height: 42px; padding: 0 14px;
  color: #1B2A4A; font-weight: 700; font-size: 14px;
}
li.svn-gt-mobile-item .gt_float_switcher img { width: 22px; height: auto; }

/* ===== GTranslate dạng FLAGS (2 lá cờ) — bọc trong pill trắng cho gọn ===== */
.svn-gt-pc .gtranslate_wrapper {
  display: inline-flex; align-items: center; gap: 4px;
  padding: 5px 8px; background: #fff; border-radius: 999px;
  box-shadow: 0 3px 10px rgba(15, 23, 42, .16);
}
.svn-gt-pc a.glink {
  display: inline-flex; align-items: center; justify-content: center;
  width: 30px; height: 24px; border-radius: 5px; overflow: hidden;
  opacity: .4; filter: grayscale(.6);
  transition: opacity .15s ease, filter .15s ease, transform .15s ease;
}
.svn-gt-pc a.glink img { display: block; width: 100%; height: 100%; object-fit: cover; }
.svn-gt-pc a.glink:hover { opacity: .85; filter: grayscale(0); }
.svn-gt-pc a.glink.gt-current-lang { opacity: 1; filter: none; transform: scale(1.06); }

/* flags trong menu mobile */
li.svn-gt-mobile-item .gtranslate_wrapper {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 6px 10px; background: #fff; border-radius: 999px; box-shadow: 0 2px 8px rgba(15,23,42,.12);
}
li.svn-gt-mobile-item a.glink { display: inline-flex; width: 34px; height: 26px; border-radius: 5px; overflow: hidden; opacity: .4; filter: grayscale(.6); }
li.svn-gt-mobile-item a.glink img { display: block; width: 100%; height: 100%; object-fit: cover; }
li.svn-gt-mobile-item a.glink.gt-current-lang { opacity: 1; filter: none; }

/* Final desktop mega menu cleanup. */
@media (min-width: 850px) {
  #wide-nav .header-bottom-nav > li > a.nav-top-link::after {
    content: "";
    position: absolute;
    left: 50% !important;
    right: auto !important;
    bottom: 0 !important;
    width: 0 !important;
    height: 3px !important;
    border-radius: 999px 999px 0 0;
    background: #fff;
    transform: translateX(-50%) !important;
    transition: width .18s ease, left .18s ease, right .18s ease;
    pointer-events: none;
  }

  #wide-nav .header-bottom-nav > li:hover > a.nav-top-link::after,
  #wide-nav .header-bottom-nav > li.current-dropdown > a.nav-top-link::after,
  #wide-nav .header-bottom-nav > li.active > a.nav-top-link::after,
  #wide-nav .header-bottom-nav > li.current-menu-item > a.nav-top-link::after,
  #wide-nav .header-bottom-nav > li.current_page_item > a.nav-top-link::after,
  #wide-nav .header-bottom-nav > li.current-menu-ancestor > a.nav-top-link::after,
  #wide-nav .header-bottom-nav > li.current_page_ancestor > a.nav-top-link::after {
    left: 14px !important;
    right: 14px !important;
    width: auto !important;
    transform: none !important;
  }

  #wide-nav .menu-item-design-full-width > .nav-dropdown .ux-menu {
    padding-top: 0 !important;
  }
}

/* Product search result page: keep the archive grid styling on both result and empty states. */
.search.post-type-archive-product .shop-page-title,
.search.post-type-archive-product .shop-page-title.category-page-title,
.search.post-type-archive-product .woocommerce-products-header,
.search.post-type-archive-product .archive-title,
.search.post-type-archive-product .page-title,
.search.post-type-archive-product .term-description,
.search.post-type-archive-product .woocommerce-result-count {
  display: none !important;
}

.search.post-type-archive-product .row.category-page-row {
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.search.post-type-archive-product .shop-container {
  width: 100% !important;
  max-width: 100% !important;
}

.search.post-type-archive-product .sv-search-hero {
  width: 100% !important;
  margin: 22px 0 18px !important;
  padding: 0 !important;
}

.search.post-type-archive-product .woocommerce-info {
  max-width: 1200px;
  margin: 16px auto 34px;
  border-radius: 12px;
}

/* Header search final alignment. */
@media (min-width: 850px) {
  #masthead .header-search-form {
    width: 100% !important;
    max-width: 100% !important;
  }

  #masthead .searchform {
    display: block !important;
    box-sizing: border-box !important;
  }

  #masthead .searchform .flex-row {
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
  }

  #masthead .searchform .flex-row > .flex-col:first-child,
  #masthead .searchform .flex-row > .flex-grow {
    flex: 1 1 auto !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
  }

  #masthead .searchform .search-field {
    box-sizing: border-box !important;
    -webkit-appearance: none !important;
    appearance: none !important;
  }

  #masthead .searchform .live-search-results {
    top: calc(100% + 8px) !important;
    border-radius: 12px !important;
    overflow: hidden !important;
  }
}

/* Header search must leave breathing room before phone/map actions. */
@media (min-width: 850px) {
  #masthead .header-inner {
    gap: 18px !important;
  }

  #masthead .hide-for-medium.flex-left.flex-grow {
    flex: 1 1 0 !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    padding-right: 14px !important;
  }

  #masthead .hide-for-medium.flex-left.flex-grow .header-nav,
  #masthead .hide-for-medium.flex-left.flex-grow .header-search-form,
  #masthead .hide-for-medium.flex-left.flex-grow .header-search-form-wrapper,
  #masthead .hide-for-medium.flex-left.flex-grow .searchform-wrapper {
    width: 100% !important;
    min-width: 0 !important;
  }

  #masthead .hide-for-medium.flex-right {
    flex: 0 0 auto !important;
    margin-left: 8px !important;
  }

  #masthead .softvn-header-right-meta {
    flex: 0 0 auto !important;
    white-space: nowrap !important;
  }
}

/* Hard desktop header layout: logo | search | phone/map. */
@media (min-width: 850px) {
  #masthead .header-inner.flex-row {
    display: grid !important;
    grid-template-columns: 200px minmax(0, 1fr) max-content !important;
    column-gap: 22px !important;
    align-items: center !important;
  }

  #masthead #logo {
    grid-column: 1 !important;
    width: 200px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  #masthead .hide-for-medium.flex-left.flex-grow {
    grid-column: 2 !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  #masthead .hide-for-medium.flex-right {
    grid-column: 3 !important;
    width: auto !important;
    min-width: max-content !important;
    margin: 0 !important;
    padding: 0 !important;
    justify-self: end !important;
  }

  #masthead .hide-for-medium.flex-left.flex-grow .header-nav,
  #masthead .hide-for-medium.flex-left.flex-grow .header-search-form,
  #masthead .hide-for-medium.flex-left.flex-grow .header-search-form-wrapper,
  #masthead .hide-for-medium.flex-left.flex-grow .searchform-wrapper,
  #masthead .hide-for-medium.flex-left.flex-grow .searchform {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  #masthead .softvn-header-right-meta {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    width: auto !important;
    min-width: max-content !important;
  }
}

@media (min-width: 850px) and (max-width: 1120px) {
  #masthead .header-inner.flex-row {
    grid-template-columns: 165px minmax(0, 1fr) max-content !important;
    column-gap: 16px !important;
  }

  #masthead #logo {
    width: 165px !important;
  }

  #masthead .softvn-header-meta-item {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}

/* Search wrapper cleanup: Flatsome gives the outer li a search-form class too. */
@media (min-width: 850px) {
  #masthead li.header-search-form,
  #masthead li.header-search-form.search-form,
  .header #masthead li.header-search-form.search-form {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  #masthead li.header-search-form::before,
  #masthead li.header-search-form::after {
    display: none !important;
    content: none !important;
  }

  #masthead li.header-search-form .header-search-form-wrapper,
  #masthead li.header-search-form .searchform-wrapper {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 14px !important;
    box-sizing: border-box !important;
  }

  #masthead li.header-search-form .searchform {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: 46px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 14px !important;
    background: #fff !important;
    box-shadow: 0 4px 14px rgba(15, 23, 42, .06) !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  #masthead li.header-search-form .searchform .flex-row {
    width: 100% !important;
    height: 44px !important;
    margin: 0 !important;
  }

  #masthead li.header-search-form .searchform .search-field {
    height: 44px !important;
    line-height: 44px !important;
    padding: 0 48px 0 18px !important;
  }

  #masthead li.header-search-form .searchform .ux-search-submit {
    width: 44px !important;
    min-width: 44px !important;
    max-width: 44px !important;
    flex: 0 0 44px !important;
    height: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #64748b !important;
    box-shadow: none !important;
  }

  #masthead li.header-search-form .searchform .ux-search-submit::after {
    display: none !important;
    content: none !important;
  }

  #masthead li.header-search-form .searchform .ux-search-submit i {
    display: inline-block !important;
    font-size: 18px !important;
    line-height: 1 !important;
  }
}

/* Mind header revision: blue nav first, compact search before hotline. */
@media (min-width: 850px) {
  .header-wrapper {
    display: flex !important;
    flex-direction: column !important;
    position: relative !important;
    z-index: 10050 !important;
  }

  #wide-nav.header-bottom {
    order: 1 !important;
    position: relative !important;
    z-index: 10060 !important;
    min-height: 42px !important;
    margin: 0 !important;
    background: #00aeef !important;
    box-shadow: none !important;
  }

  #wide-nav .flex-row {
    min-height: 42px !important;
  }

  #wide-nav .header-bottom-nav > li > a {
    line-height: 42px !important;
    min-height: 42px !important;
    padding: 0 12px !important;
    font-family: "Roboto", Arial, sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
  }

  #masthead.header-main {
    order: 2 !important;
    background: #fff !important;
  }

  #masthead.header-main,
  #masthead .header-inner {
    height: 58px !important;
    min-height: 58px !important;
  }

  #masthead .header-inner.flex-row {
    grid-template-columns: 190px minmax(0, 1fr) max-content !important;
    column-gap: 12px !important;
  }

  #masthead #logo {
    width: 190px !important;
  }

  #masthead #logo img {
    max-height: 48px !important;
  }

  #masthead .hide-for-medium.flex-left.flex-grow {
    justify-self: end !important;
    width: min(320px, 100%) !important;
    max-width: 320px !important;
  }

  #masthead .hide-for-medium.flex-left.flex-grow .header-nav,
  #masthead .hide-for-medium.flex-left.flex-grow .header-search-form,
  #masthead .hide-for-medium.flex-left.flex-grow .header-search-form-wrapper,
  #masthead .hide-for-medium.flex-left.flex-grow .searchform-wrapper,
  #masthead .hide-for-medium.flex-left.flex-grow .searchform,
  #masthead li.header-search-form,
  #masthead li.header-search-form.search-form {
    width: 100% !important;
    max-width: 320px !important;
  }

  #masthead li.header-search-form .searchform,
  #masthead .searchform {
    height: 36px !important;
    border-radius: 6px !important;
    box-shadow: none !important;
  }

  #masthead li.header-search-form .searchform .flex-row,
  #masthead .searchform .flex-row {
    height: 34px !important;
  }

  #masthead li.header-search-form .searchform .search-field,
  #masthead .searchform .search-field {
    height: 34px !important;
    line-height: 34px !important;
    padding: 0 36px 0 36px !important;
    font-family: "Roboto", Arial, sans-serif !important;
    font-size: 12px !important;
  }

  #masthead li.header-search-form .searchform .ux-search-submit,
  #masthead .searchform .ux-search-submit {
    width: 34px !important;
    min-width: 34px !important;
    max-width: 34px !important;
    flex: 0 0 34px !important;
    height: 34px !important;
    background: transparent !important;
    color: #64748b !important;
  }

  #masthead li.header-search-form .searchform .ux-search-submit::after,
  #masthead .searchform .ux-search-submit::after {
    display: none !important;
    content: none !important;
  }

  #masthead li.header-search-form .searchform .ux-search-submit i,
  #masthead .searchform .ux-search-submit i {
    display: inline-block !important;
    font-size: 15px !important;
  }

  #masthead .softvn-header-right-meta {
    gap: 8px !important;
  }

  #masthead .softvn-header-meta-item {
    min-height: 36px !important;
    padding: 0 10px !important;
  }

  #wide-nav .menu-item-design-full-width > .nav-dropdown {
    top: 42px !important;
    z-index: 10020 !important;
  }

  body.admin-bar #wide-nav .menu-item-design-full-width > .nav-dropdown {
    top: 74px !important;
  }

  body:has(#wide-nav:hover) .softvn-floating-contact {
    opacity: 0 !important;
    pointer-events: none !important;
  }
}

.softvn-contact-map iframe {
  width: 100% !important;
  min-height: 300px !important;
  border: 0 !important;
}

.mind-footer-social a[aria-label="Facebook"] {
  background: #1877f2 !important;
}

.mind-footer-social a[aria-label="LinkedIn"] {
  background: #0a66c2 !important;
}

.mind-footer-social a[aria-label="Zalo"] {
  background: #0068ff !important;
}

.softvn-floating-contact {
  z-index: 9000 !important;
}

.softvn-free-consult-button {
  --clr: #c9a45d;
  display: inline-flex !important;
  align-items: center !important;
  gap: 9px !important;
  min-height: 36px !important;
  padding: 5px 14px 5px 6px !important;
  border: 1px solid rgba(201, 164, 93, .58) !important;
  border-radius: 999px !important;
  background: #fffaf0 !important;
  color: #8a641f !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  box-shadow: 0 4px 12px rgba(77, 57, 19, .08) !important;
  transition: background-color .25s ease, border-color .25s ease, color .25s ease, box-shadow .25s ease !important;
}

.softvn-free-consult-button .button__icon-wrapper {
  display: grid !important;
  place-items: center !important;
  position: relative !important;
  width: 24px !important;
  height: 24px !important;
  flex: 0 0 24px !important;
  overflow: hidden !important;
  border-radius: 50% !important;
  background: #c9a45d !important;
  color: #fff !important;
}

.softvn-free-consult-button .button__icon-svg {
  display: block !important;
  width: 10px !important;
  height: auto !important;
}

.softvn-free-consult-button .button__icon-svg--copy {
  position: absolute !important;
  transform: translate(-150%, 150%) !important;
}

.softvn-free-consult-button:hover {
  border-color: #111827 !important;
  background: #111827 !important;
  color: #fff !important;
  box-shadow: 0 8px 18px rgba(15, 23, 42, .16) !important;
}

.softvn-free-consult-button:hover .button__icon-wrapper {
  background: #fff !important;
  color: #111827 !important;
}

.softvn-free-consult-button:hover .button__icon-svg:first-child {
  transform: translate(150%, -150%) !important;
  transition: transform .3s ease-in-out !important;
}

.softvn-free-consult-button:hover .button__icon-svg--copy {
  transform: translate(0) !important;
  transition: transform .3s ease-in-out .1s !important;
}

/* Mind desktop header: logo | menu | search | language | quote | map. */
@media (min-width: 850px) {
  html body .header-wrapper {
    display: block !important;
    position: relative !important;
    z-index: 10050 !important;
  }

  html body #wide-nav.header-bottom {
    display: none !important;
  }

  html body #masthead.header-main {
    order: 0 !important;
    height: 58px !important;
    min-height: 58px !important;
    background: #00aeef !important;
    border: 0 !important;
    box-shadow: 0 2px 8px rgba(15, 23, 42, .08) !important;
  }

  html body #masthead .header-inner.flex-row {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    height: 58px !important;
    min-height: 58px !important;
    max-width: 1250px !important;
  }

  html body #masthead #logo {
    width: 132px !important;
    min-width: 132px !important;
    margin: 0 4px 0 0 !important;
  }

  html body #masthead #logo a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 42px !important;
    padding: 4px 8px !important;
    border-radius: 4px !important;
    background: #fff !important;
  }

  html body #masthead #logo img {
    width: auto !important;
    max-height: 34px !important;
  }

  html body #masthead .hide-for-medium.flex-left.flex-grow {
    display: flex !important;
    flex: 1 1 auto !important;
    justify-self: auto !important;
    min-width: 0 !important;
    width: auto !important;
    max-width: none !important;
  }

  html body #masthead .hide-for-medium.flex-left.flex-grow .header-nav {
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    gap: 2px !important;
    width: auto !important;
    max-width: none !important;
    overflow: visible !important;
  }

  html body #masthead .header-nav-main.nav-left > li:not(.header-search) > a.nav-top-link {
    position: relative !important;
    min-height: 58px !important;
    line-height: 58px !important;
    padding: 0 5px !important;
    color: #fff !important;
    font-family: "Roboto", Arial, sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
  }

  html body #masthead .header-nav-main.nav-left > li:not(.header-search) > a.nav-top-link:hover,
  html body #masthead .header-nav-main.nav-left > li.current-dropdown > a.nav-top-link,
  html body #masthead .header-nav-main.nav-left > li.active > a.nav-top-link {
    color: #fff !important;
    background: rgba(255, 255, 255, .12) !important;
  }

  html body #masthead .header-nav-main.nav-left > li.header-search {
    display: inline-flex !important;
    align-items: center !important;
    width: auto !important;
    max-width: none !important;
    margin-left: 4px !important;
    margin-right: -4px !important;
  }

  html body #masthead .header-search-lightbox > a,
  html body #masthead .header-search-dropdown > a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 34px !important;
    height: 34px !important;
    min-height: 34px !important;
    padding: 0 !important;
    border: 1px solid rgba(255, 255, 255, .35) !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, .14) !important;
    color: #fff !important;
    line-height: 1 !important;
  }

  html body #masthead .header-search-lightbox > a:hover,
  html body #masthead .header-search-dropdown > a:hover {
    background: #fff !important;
    color: #0d5689 !important;
  }

  html body #masthead .header-search svg,
  html body #masthead .header-search i {
    width: 16px !important;
    height: 16px !important;
    font-size: 16px !important;
  }

  html body #masthead .hide-for-medium.flex-right {
    display: flex !important;
    align-items: center !important;
    flex: 0 0 auto !important;
    justify-self: auto !important;
    min-width: max-content !important;
    margin-left: auto !important;
  }

  html body #masthead .hide-for-medium.flex-right .header-nav {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 6px !important;
    width: auto !important;
    max-width: none !important;
  }

  html body #masthead li.html_nav_position_text,
  html body #masthead li.html_top_right_text {
    display: inline-flex !important;
    align-items: center !important;
    margin: 0 !important;
  }

  html body #masthead li.html_nav_position_text {
    gap: 8px !important;
  }

  html body #masthead .svn-gt-pc .gtranslate_wrapper {
    padding: 4px 7px !important;
    background: #fff !important;
    border-radius: 999px !important;
    box-shadow: none !important;
  }

  html body #masthead .svn-gt-pc a.glink {
    width: 28px !important;
    height: 21px !important;
  }

  html body #masthead .softvn-header-quote-shell {
    margin-left: 0 !important;
    padding: 0 !important;
    background: transparent !important;
  }

  html body #masthead .softvn-header-quote-link {
    height: 34px !important;
    min-height: 34px !important;
    padding: 0 12px !important;
    border-radius: 6px !important;
    background: #fff !important;
    color: #0d5689 !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    box-shadow: none !important;
  }

  html body #masthead .softvn-header-quote-link svg {
    width: 15px !important;
    height: 15px !important;
    color: currentColor !important;
  }

  html body #masthead .softvn-header-map-only {
    width: auto !important;
    gap: 0 !important;
  }

  html body #masthead .softvn-header-meta-item {
    height: 34px !important;
    min-height: 34px !important;
    padding: 0 10px !important;
    border: 1px solid rgba(255, 255, 255, .35) !important;
    border-radius: 6px !important;
    background: rgba(255, 255, 255, .14) !important;
    color: #fff !important;
    box-shadow: none !important;
  }

  html body #masthead .softvn-header-meta-item:hover {
    background: #fff !important;
    color: #0d5689 !important;
  }

  html body #masthead .softvn-meta-ico {
    width: 18px !important;
    height: 18px !important;
    flex: 0 0 18px !important;
    border: 0 !important;
    background: transparent !important;
    color: currentColor !important;
    box-shadow: none !important;
  }

  html body #masthead .softvn-meta-ico svg {
    width: 16px !important;
    height: 16px !important;
  }

  html body #masthead .softvn-header-meta-item strong {
    color: currentColor !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
  }

  html body #masthead .menu-item-design-full-width > .nav-dropdown {
    position: fixed !important;
    top: 58px !important;
    left: 50% !important;
    right: auto !important;
    width: min(1200px, calc(100vw - 32px)) !important;
    max-width: min(1200px, calc(100vw - 32px)) !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 0 8px 8px !important;
    transform: translateX(-50%) !important;
    z-index: 10070 !important;
  }

  body.admin-bar #masthead .menu-item-design-full-width > .nav-dropdown {
    top: 90px !important;
  }

  html body #masthead .menu-item-design-full-width > .nav-dropdown > .row,
  html body #masthead .menu-item-design-full-width > .nav-dropdown > .gap-element + .row {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  html body #masthead .softvn-menu-products,
  html body #masthead .softvn-mega-solutions,
  html body #masthead .softvn-mega-partners {
    padding: 18px !important;
  }

  body:has(#masthead .header-nav:hover) .softvn-floating-contact {
    opacity: 0 !important;
    pointer-events: none !important;
  }
}

@media (min-width: 850px) and (max-width: 1120px) {
  html body #masthead #logo {
    width: 124px !important;
    min-width: 124px !important;
  }

  html body #masthead #logo img {
    max-height: 30px !important;
  }

  html body #masthead .header-inner.flex-row {
    gap: 8px !important;
  }

  html body #masthead .header-nav-main.nav-left > li:not(.header-search) > a.nav-top-link {
    padding: 0 5px !important;
    font-size: 11px !important;
  }

  html body #masthead .softvn-header-quote-link span,
  html body #masthead .softvn-header-meta-item .softvn-meta-text {
    display: none !important;
  }
}

/* Final free-consult header button override. */
@media (min-width: 850px) {
  html body #masthead .softvn-header-quote-link.softvn-free-consult-button {
    height: 36px !important;
    min-height: 36px !important;
    padding: 5px 14px 5px 6px !important;
    border: 1px solid rgba(201, 164, 93, .62) !important;
    border-radius: 999px !important;
    background: #fffaf0 !important;
    color: #8a641f !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    box-shadow: 0 4px 12px rgba(77, 57, 19, .08) !important;
  }

  html body #masthead .softvn-header-quote-link.softvn-free-consult-button:hover {
    border-color: #111827 !important;
    background: #111827 !important;
    color: #fff !important;
  }

  html body #masthead .softvn-header-quote-link.softvn-free-consult-button .button__icon-wrapper {
    display: grid !important;
    width: 24px !important;
    height: 24px !important;
    flex: 0 0 24px !important;
    background: #c9a45d !important;
    color: #fff !important;
  }

  html body #masthead .softvn-header-quote-link.softvn-free-consult-button:hover .button__icon-wrapper {
    background: #fff !important;
    color: #111827 !important;
  }

  html body #masthead .softvn-header-quote-link.softvn-free-consult-button span {
    display: inline-flex !important;
  }
}
