:root {
  --primary-color: #3e4b55;
  --fs-color-primary: #3e4b55;
  --fs-color-secondary: #89a0a9;
  --fs-experimental-link-color: #89a0a9;
  --fs-experimental-link-color-hover: #3e4b55;
}

.container-width,
.full-width .ubermenu-nav,
.container,
.row {
  max-width: 1610px;
}

.row.row-collapse {
  max-width: 1580px;
}

.banner_page .banner {
  margin-top: 0 !important;
}

.banner_page,
.banner_page .section-content {
  min-height: auto !important;
}

.banner.has-video,
.banner_section.has-video {
  margin-top: 0 !important;
  opacity: 1 !important;
  animation: none !important;
}

body.admin-bar #header.hck-site-header {
  top: 32px;
}

#header.hck-site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1001;
  background: transparent;
  transition: background .48s cubic-bezier(.22,1,.36,1), box-shadow .48s cubic-bezier(.22,1,.36,1), transform .48s cubic-bezier(.22,1,.36,1);
  will-change: background, box-shadow, transform;
}

#header.hck-site-header .header-wrapper {
  background: transparent;
  box-shadow: none;
  transition: background .48s cubic-bezier(.22,1,.36,1), box-shadow .48s cubic-bezier(.22,1,.36,1), backdrop-filter .48s cubic-bezier(.22,1,.36,1);
  will-change: background, box-shadow, backdrop-filter;
}

#header.hck-site-header .header-inner {
  display: flex;
  align-items: center;
  max-width: 100% !important;
  padding: 0 3rem !important;
}

#header.hck-site-header #logo img {
  max-height: none !important;
  height: 2.75rem;
  width: auto;
  transition: height .48s cubic-bezier(.22,1,.36,1), transform .48s cubic-bezier(.22,1,.36,1);
  will-change: height, transform;
}

#header.hck-site-header #logo .header-logo-dark {
  display: none !important;
}

#header.hck-site-header .header-main {
  position: relative;
  height: auto !important;
  padding-top: 1.7rem !important;
  background: transparent;
  box-shadow: none !important;
  transition: padding .48s cubic-bezier(.22,1,.36,1), background .48s cubic-bezier(.22,1,.36,1);
  will-change: padding, background;
}

#header.hck-site-header .header-main:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 9.9rem;
  background: linear-gradient(180deg, rgba(0,0,0,.6) 0%, rgba(0,0,0,.33) 30.08%, rgba(0,0,0,0) 100%);
  content: "";
  z-index: -1;
  pointer-events: none;
  transition: opacity .48s cubic-bezier(.22,1,.36,1);
}

body.hck-header-scrolled #header.hck-site-header .header-main,
#header.hck-site-header:not(.transparent) .header-main {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  background: #3e4b55 !important;
}

body.hck-header-scrolled #header.hck-site-header,
#header.hck-site-header:not(.transparent),
body.hck-header-scrolled #header.hck-site-header .header-wrapper,
#header.hck-site-header:not(.transparent) .header-wrapper {
  background: #3e4b55 !important;
}

body.hck-header-scrolled #header.hck-site-header .header-main:before,
#header.hck-site-header:not(.transparent) .header-main:before {
  opacity: 0;
}

body.hck-header-scrolled #header.hck-site-header #logo img,
#header.hck-site-header:not(.transparent) #logo img {
  height: 2.25rem;
}

body.hck-header-scrolled #header.hck-site-header .header-wrapper,
#header.hck-site-header:not(.transparent) .header-wrapper {
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
}

#header.hck-site-header .nav > li {
  margin: 0 !important;
}

#header.hck-site-header .nav > li + li {
  margin-left: 3rem !important;
}

#header.hck-site-header .nav > li > a {
  font-size: .85rem;
  color: #fff;
  font-family: var(--font-bold);
  padding: 0 !important;
  line-height: normal !important;
}

#header.hck-site-header .nav > li.contact_button > a {
  height: 2rem;
  border-radius: 5rem;
  background: #89a0a9;
  padding: 0 1.75rem !important;
  color: #fff !important;
  text-transform: none;
  display: flex;
  align-items: center;
}

#header.hck-site-header .nav-top-link i {
  margin-left: .25rem;
}

#header.hck-site-header .nav-dropdown {
  min-width: 10rem;
  border: none !important;
  border-radius: 1rem;
  padding: .75rem 0;
}

#header.hck-site-header .nav-dropdown > li > a {
  margin: 0;
  color: #454545;
  font-size: .8rem;
  padding: .5rem 1rem;
}

.hck-mobile-icon {
  color: #fff;
  font-size: 1.6rem;
}

.hck-site-footer {
  background: #3e4b55;
}

.hck-site-footer .footer_top {
  padding: 5rem 0 !important;
  color: #fff;
  background: #3e4b55;
}

.hck-site-footer .footer_top .section-bg {
  background-image: url(../media/2024/07/Mask-group-32.png);
  background-size: auto 100% !important;
  background-position: right center;
  background-repeat: no-repeat;
}

.hck-site-footer .footer_top h3,
.hck-site-footer .footer_top p,
.hck-site-footer .footer_bottom h3,
.hck-site-footer .footer_bottom h4,
.hck-site-footer .footer_bottom p,
.hck-site-footer .footer_bottom a,
.hck-site-footer .footer_bottom span {
  color: #fff !important;
}

.hck-site-footer .footer_top .group_content {
  max-width: 32.5rem;
}

.hck-site-footer .wrap_form {
  display: flex;
  gap: .5rem;
  background: transparent;
  padding: 0;
  margin-top: 2rem;
  max-width: 32.5rem;
}

.hck-site-footer .wrap_form input[type=email] {
  height: 2.8rem;
  border-radius: 5rem;
  border: 0;
  padding: 0 1.25rem;
}

.hck-site-footer .wrap_form input[type=submit] {
  height: 2.8rem;
  border-radius: 5rem;
  border: 0;
  background: #89a0a9;
  color: #fff;
  padding: 0 1.5rem;
}

.hck-site-footer .footer_bottom {
  padding: 4rem 0 !important;
  background: #3e4b55;
}

.hck-site-footer .footer_bottom .logo img {
  height: 3rem;
  width: auto;
}

.hck-site-footer .footer_bottom .logo {
  margin-bottom: 1.5rem !important;
}

.hck-site-footer .footer_bottom .group_content {
  max-width: 21.25rem;
}

.hck-site-footer .footer_bottom .section-title {
  border: none !important;
  margin-bottom: 1.25rem;
}

.hck-site-footer .footer_bottom .section-title b {
  display: none !important;
}

.hck-site-footer .footer_bottom .section-title span {
  border: none !important;
  margin: 0 !important;
  font-size: 1rem;
  text-transform: uppercase;
}

.hck-site-footer .footer_bottom .ux-menu-link__link {
  padding: 0 !important;
  min-height: unset !important;
}

.hck-site-footer .footer_bottom .menu-item + .menu-item {
  margin-top: .65rem !important;
}

@media (max-width: 849px) {
  body.admin-bar #header.hck-site-header {
    top: 46px;
  }

  #header.hck-site-header .hide-for-medium {
    display: none !important;
  }

  #header.hck-site-header .show-for-medium {
    display: block !important;
  }

  #header.hck-site-header .header-inner {
    padding: 0 1.25rem !important;
  }

  #header.hck-site-header .header-main {
    padding-top: 1rem !important;
  }

  .hck-site-footer .wrap_form {
    flex-direction: column;
  }

  .hck-site-footer .footer_top,
  .hck-site-footer .footer_bottom {
    padding: 3rem 0 !important;
  }
}

.hck-site-category-hero {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  color: #fff;
  background-color: #3e4b55;
  background-image: linear-gradient(90deg, rgba(0,0,0,.48), rgba(0,0,0,.15) 56%, rgba(0,0,0,.24)), var(--hck-category-hero-image) !important;
  background-position: center !important;
  background-size: cover !important;
}

.hck-site-category-hero-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hck-site-category-hero .hck-hero-shade {
  z-index: 1;
}

.hck-page-hero {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: #3e4b55 !important;
}

.hck-page-hero:before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background: linear-gradient(90deg, rgba(0,0,0,.58), rgba(0,0,0,.2) 55%, rgba(0,0,0,.24));
}

.hck-page-hero-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hck-page-hero .hck-container {
  position: relative;
  z-index: 2;
  padding-top: 6rem;
}

.hck-brand-page {
  background: #fff;
  color: #3e4b55;
}

.hck-brand-hero h1 {
  max-width: 58rem;
}

.hck-brand-hero p {
  max-width: 48rem;
}

.hck-brand-hero .section-content {
  position: relative;
  z-index: 2;
  width: 100%;
}

.hck-brand-hero-copy {
  padding-top: 6rem;
}

.hck-brand-intro {
  padding: 6.5rem 0;
  background: #fff;
}

.hck-brand-intro .img-inner {
  overflow: hidden;
  border-radius: 2rem;
  background: #eef3f5;
  box-shadow: 0 28px 80px rgba(42, 57, 66, .14);
}

.hck-brand-intro .img-inner img {
  width: 100%;
  height: 100%;
  min-height: 28rem;
  object-fit: cover;
  display: block;
}

.hck-brand-split {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 4rem;
  align-items: center;
}

.hck-brand-split h2,
.hck-brand-intro-copy h2,
.hck-brand-cta h2 {
  margin: 0 0 1.25rem;
  color: #3e4b55;
  font-size: clamp(2.5rem, 4vw, 4.75rem);
  line-height: 1;
  letter-spacing: -.04em;
}

.hck-brand-split p,
.hck-brand-intro-copy p,
.hck-brand-card p,
.hck-brand-cta p {
  color: #65737d;
  font-size: 1.04rem;
  line-height: 1.72;
}

.hck-brand-media {
  position: relative;
  overflow: hidden;
  min-height: 28rem;
  border-radius: 2rem;
  background: #eef3f5;
  box-shadow: 0 28px 80px rgba(42, 57, 66, .14);
}

.hck-brand-media img {
  width: 100%;
  height: 100%;
  min-height: 28rem;
  object-fit: cover;
  display: block;
}

.hck-brand-cards-section {
  padding: 5.5rem 0;
  background: #f4f7f8;
}

.hck-brand-cards-section .row {
  align-items: stretch;
}

.hck-brand-cards-section .col,
.hck-brand-cards-section .col-inner,
.hck-brand-cards-section .ux-text {
  height: 100%;
}

.hck-brand-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
}

.hck-brand-card {
  min-height: 16rem;
  padding: 2rem;
  border: 1px solid rgba(62,75,85,.08);
  border-radius: 1.5rem;
  background: #fff;
  box-shadow: 0 18px 48px rgba(42, 57, 66, .08);
}

.hck-brand-card h3 {
  margin: 0 0 1rem;
  color: #3e4b55;
  font-size: 1.35rem;
  line-height: 1.15;
}

.hck-brand-cta {
  padding: 6.5rem 0;
  color: #fff;
  background: linear-gradient(135deg, #263842, #6f8e9b);
  text-align: center;
}

.hck-brand-cta .hck-eyebrow,
.hck-brand-cta h2,
.hck-brand-cta p {
  color: #fff;
}

.hck-brand-cta p {
  max-width: 44rem;
  margin: 0 auto 1.75rem;
}

.hck-cooperation-page {
  background: #fff;
  color: #3e4b55;
}

.hck-cooperation-page .banner_section {
  margin-top: 0 !important;
}

.hck-cooperation-page .banner .bg.bg-loaded {
  background-position: center;
  background-size: cover;
}

.hck-cooperation-page .content_banner h1 {
  color: #fff;
  font-size: clamp(3.4rem, 5vw, 6.2rem);
  line-height: .95;
  letter-spacing: -.05em;
}

.hck-cooperation-page .content_banner p {
  color: #fff;
  line-height: 1.65;
}

.hck-cooperation-page .content_banner {
  text-align: left;
}

.hck-cooperation-page .slider_gallery .img-inner,
.hck-cooperation-page .slider_gallery .img-inner img {
  min-height: 18rem;
}

.hck-cooperation-page .slider_gallery img,
.hck-cooperation-page .slider_gallery .box-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hck-cooperation-page .slider_gallery .box-image {
  border-radius: .75rem;
  overflow: hidden;
}

.hck-cooperation-page .slider_gallery .box-text {
  display: none;
}

.hck-cooperation-page.tabs_year_section .section-content {
  max-width: 85rem;
  margin: 0 auto;
  padding: 0 15px 3.75rem;
}

.hck-cooperation-page.tabs_year_section .tabs_year {
  margin-top: 0;
}

.hck-cooperation-page .tabbed-content.tabs_year .banner .text-box-content,
.hck-cooperation-page .tabbed-content.tabs_year .banner .text-box-content p,
.hck-cooperation-page .tabbed-content.tabs_year .banner .text-box-content h3,
.tabbed-content.tabs_year .banner .text-box-content,
.tabbed-content.tabs_year .banner .text-box-content p,
.tabbed-content.tabs_year .banner .text-box-content h3 {
  color: #fff;
}

.hck-cooperation-page .tabbed-content.tabs_year .banner .text-box-content img,
.tabbed-content.tabs_year .banner .text-box-content img {
  max-height: 4rem;
  width: auto;
}

.hck-cooperation-page.tabs_year_section .tabs_year .banner .banner-bg img.bg,
.hck-cooperation-page.tabs_year_section .tabs_year .banner img.bg {
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  object-fit: cover;
}

.hck-cooperation-page .collaboration_sec_4,
.hck-cooperation-page .collaboration_sec_5 {
  background: #fff;
}

.hck-cooperation-hero h1 {
  max-width: 58rem;
}

.hck-cooperation-hero p {
  max-width: 44rem;
}

.hck-cooperation-brands {
  padding: 6.5rem 0 5rem;
  background: #fff;
}

.hck-cooperation-brands-grid {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
  gap: 5rem;
  align-items: start;
}

.hck-cooperation-brands h2,
.hck-cooperation-showcase h2,
.hck-cooperation-tech h2,
.hck-cooperation-distributor h2 {
  margin: 0 0 1.25rem;
  color: #3e4b55;
  font-size: clamp(2.55rem, 4vw, 4.8rem);
  line-height: .98;
  letter-spacing: -.045em;
}

.hck-cooperation-brands p,
.hck-cooperation-feature p,
.hck-cooperation-cases p,
.hck-cooperation-tech p,
.hck-cooperation-distributor p {
  color: #65737d;
  font-size: 1.04rem;
  line-height: 1.72;
}

.hck-cooperation-logo-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 4rem;
}

.hck-cooperation-logo-strip img {
  width: 100%;
  height: 7rem;
  object-fit: contain;
  padding: 1.75rem;
  border: 1px solid rgba(62,75,85,.08);
  border-radius: 1.5rem;
  background: #f7f9fa;
}

.hck-cooperation-showcase {
  padding: 6.5rem 0;
  background: #f4f7f8;
}

.hck-cooperation-years {
  display: flex;
  justify-content: center;
  gap: .8rem;
  margin: 0 0 3rem;
}

.hck-cooperation-years span {
  min-width: 5.5rem;
  padding: .75rem 1.25rem;
  border: 1px solid rgba(62,75,85,.14);
  border-radius: 999px;
  background: #fff;
  color: #3e4b55;
  font-weight: 800;
  text-align: center;
}

.hck-cooperation-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr);
  gap: 0;
  overflow: hidden;
  border-radius: 2rem;
  background: #fff;
  box-shadow: 0 28px 80px rgba(42, 57, 66, .12);
}

.hck-cooperation-feature img {
  width: 100%;
  height: 32rem;
  object-fit: cover;
}

.hck-cooperation-feature div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3rem;
}

.hck-cooperation-feature span {
  margin-bottom: 1rem;
  color: #8aa4af;
  font-size: .86rem;
  font-weight: 900;
  letter-spacing: .18em;
}

.hck-cooperation-feature h3,
.hck-cooperation-cases h3 {
  margin: 0 0 1rem;
  color: #3e4b55;
  font-size: clamp(1.55rem, 2vw, 2.35rem);
  line-height: 1.05;
}

.hck-cooperation-cases {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 1.25rem;
}

.hck-cooperation-cases article {
  overflow: hidden;
  border-radius: 1.5rem;
  background: #fff;
  box-shadow: 0 18px 48px rgba(42, 57, 66, .08);
}

.hck-cooperation-cases img {
  width: 100%;
  height: 15rem;
  object-fit: cover;
  display: block;
  background: #edf2f4;
}

.hck-cooperation-cases h3,
.hck-cooperation-cases p {
  padding: 0 1.5rem;
}

.hck-cooperation-cases h3 {
  margin-top: 1.5rem;
}

.hck-cooperation-cases p {
  padding-bottom: 1.75rem;
}

.hck-cooperation-tech {
  padding: 6.5rem 0;
  background: #fff;
}

.hck-cooperation-tech-grid {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  gap: 4rem;
  align-items: center;
}

.hck-cooperation-tech-grid > img {
  width: 100%;
  height: 34rem;
  object-fit: cover;
  border-radius: 2rem;
  box-shadow: 0 28px 80px rgba(42, 57, 66, .14);
}

.hck-cooperation-distributor {
  padding: 5rem 0 6.5rem;
  background: #fff;
}

.hck-cooperation-distributor-card {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: space-between;
  padding: 3.5rem;
  border-radius: 2rem;
  color: #fff;
  background: linear-gradient(135deg, #263842, #6f8e9b);
}

.hck-cooperation-distributor-card h2,
.hck-cooperation-distributor-card p,
.hck-cooperation-distributor-card .hck-eyebrow {
  color: #fff;
}

.hck-cooperation-distributor-card p {
  max-width: 48rem;
  margin: 0;
}

.hck-site-category-copy {
  position: relative;
  z-index: 1;
  min-height: 650px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 6rem;
}

.hck-category-eyebrow {
  margin: 0 0 1rem;
  color: rgba(255,255,255,.82);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hck-site-category-copy h1 {
  max-width: 46rem;
  margin: 0 0 1.25rem;
  color: #fff;
  font-size: clamp(3rem, 5vw, 5rem);
  line-height: .95;
  letter-spacing: -.04em;
}

.hck-site-category-copy p {
  max-width: 44rem;
  margin: 0;
  color: #fff;
  font-size: 1.08rem;
  line-height: 1.65;
}

.hck-category-learn {
  left: 0;
  right: auto;
  bottom: 4rem;
  width: 3rem;
  height: 3rem;
  border: 1px solid rgba(255,255,255,.74);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: horizontal-tb;
}

.hck-site-products {
  padding: 5.5rem 0;
  background: #fff;
}

.hck-section-head {
  max-width: 48rem;
  margin: 0 auto 3rem;
  text-align: center;
}

.hck-section-head h2 {
  margin: 0 0 1rem;
  color: #3e4b55;
  font-size: clamp(2.4rem, 4vw, 4.25rem);
  line-height: 1;
}

.hck-section-head p {
  margin: 0;
  color: #6c7880;
}

.hck-site-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2.25rem 1.75rem;
}

.hck-site-product-card {
  display: block;
  color: #3e4b55;
  text-align: center;
}

.hck-site-product-image {
  height: 15.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.4rem;
  overflow: hidden;
  background: #f6f6f4;
}

.hck-site-product-image img {
  width: auto;
  max-width: 90%;
  max-height: 14rem;
  transition: transform .34s cubic-bezier(.22,1,.36,1);
}

.hck-site-product-card:hover img {
  transform: scale(1.04);
}

.hck-site-product-card h3 {
  margin: 0 0 .5rem;
  color: #3e4b55;
  font-size: 1.35rem;
  line-height: 1.15;
}

.hck-site-product-card p,
.hck-site-product-card span {
  margin: 0 0 .35rem;
  color: #3e4b55;
  font-size: .95rem;
}

.hck-site-product-card span {
  display: block;
  font-weight: 800;
}

.hck-category-tech-cta,
.hck-category-contact {
  padding: 6rem 0;
  color: #fff;
  text-align: center;
  background: #3e4b55;
}

.hck-category-tech-cta h2,
.hck-category-contact h2 {
  margin: 0 0 1.5rem;
  color: #fff;
  font-size: clamp(2.2rem, 4vw, 3.8rem);
  line-height: 1;
}

.hck-category-contact p {
  max-width: 42rem;
  margin: 0 auto 1.5rem;
  color: #fff;
}

.hck-category-more-products {
  padding: 5.5rem 0;
  background: #fff;
}

.hck-more-links {
  display: grid;
  gap: .5rem;
}

.hck-more-links a {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(62,75,85,.18);
  color: #3e4b55;
  font-size: clamp(1.25rem, 2vw, 1.9rem);
  font-weight: 800;
}

@media (max-width: 1024px) {
  .hck-brand-split,
  .hck-brand-cards,
  .hck-cooperation-brands-grid,
  .hck-cooperation-feature,
  .hck-cooperation-tech-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hck-cooperation-cases {
    grid-template-columns: 1fr;
  }

  .hck-site-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .hck-brand-intro,
  .hck-brand-cards-section,
  .hck-brand-cta,
  .hck-cooperation-brands,
  .hck-cooperation-showcase,
  .hck-cooperation-tech,
  .hck-cooperation-distributor {
    padding: 4rem 0;
  }

  .hck-brand-split,
  .hck-brand-cards,
  .hck-cooperation-brands-grid,
  .hck-cooperation-feature,
  .hck-cooperation-tech-grid,
  .hck-cooperation-logo-strip {
    grid-template-columns: 1fr;
  }

  .hck-cooperation-feature img,
  .hck-cooperation-tech-grid > img {
    height: 22rem;
  }

  .hck-cooperation-distributor-card {
    display: block;
    padding: 2rem;
  }

  .hck-cooperation-distributor-card .hck-button {
    margin-top: 1.5rem;
  }

  .hck-cooperation-page .content_banner h1 {
    font-size: 3rem;
  }

  .hck-cooperation-page .tabbed-content.tabs_year .banner .text-box-content,
  .tabbed-content.tabs_year .banner .text-box-content {
    padding: 1rem;
  }

  .hck-brand-media,
  .hck-brand-media img {
    min-height: 20rem;
  }

  .hck-site-category-hero,
  .hck-site-category-copy {
    min-height: 560px;
  }

  .hck-site-product-grid {
    grid-template-columns: 1fr;
  }
}

:root {
  --font: "Segoe UI Variable", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  --font-bold: "Segoe UI Variable", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  --font-medium: "Segoe UI Variable", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  --font-light: "Segoe UI Variable", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  --hck-body-line-height: 1.68;
  --hck-heading-line-height: 1.12;
  --hck-hero-line-height: 1.08;
  --hck-heading-tracking: -.022em;
  --hck-display-tracking: -.026em;
}

html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body,
button,
input,
select,
textarea,
.text,
.ux-text,
.nav > li > a,
.button,
.button span {
  font-family: var(--font) !important;
  line-height: var(--hck-body-line-height);
}

body,
p,
li,
.text,
.ux-text {
  font-weight: 400 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.banner h1,
.banner h2,
.banner h3,
.hck-brand-hero h1,
.hck-cooperation-page .content_banner h1,
.hck-site-category-copy h1,
.hck-section-head h2 {
  font-family: var(--font-bold) !important;
  font-weight: 750 !important;
  line-height: var(--hck-heading-line-height);
  letter-spacing: var(--hck-heading-tracking);
  overflow-wrap: anywhere;
}

h1,
.banner h1,
.hck-brand-hero h1,
.hck-cooperation-page .content_banner h1,
.hck-site-category-copy h1 {
  line-height: var(--hck-hero-line-height);
  letter-spacing: var(--hck-display-tracking);
}

h3,
h4,
h5,
h6,
.hck-brand-card h3,
.hck-cooperation-feature h3,
.hck-site-product-card h3 {
  line-height: 1.22;
  letter-spacing: -.012em;
}

strong,
b,
.button,
.button span,
.hck-button,
.hck-button-outline,
.nav > li > a,
#header.hck-site-header .nav > li > a,
.hck-eyebrow,
.hck-cooperation-stat,
.hck-site-product-card span {
  font-family: var(--font-bold) !important;
  font-weight: 650 !important;
}

.hck-eyebrow,
.hck-cooperation-year,
.hck-site-category-copy .hck-eyebrow,
.item_post span,
.hck-site-footer .section-title-main {
  letter-spacing: .08em !important;
  text-transform: uppercase;
}

p,
.hck-brand-intro-copy p,
.hck-brand-card p,
.hck-brand-cta p,
.hck-cooperation-brands p,
.hck-cooperation-feature p,
.hck-cooperation-tech-copy p,
.hck-cooperation-distributor p,
.hck-site-category-copy p,
.hck-section-head p,
.hck-site-product-card p,
.hck-category-contact p {
  line-height: var(--hck-body-line-height) !important;
}

.button,
.button span,
.hck-button,
.hck-button-outline,
input.wpcf7-submit {
  line-height: 1.35 !important;
  letter-spacing: -.005em;
}

.nav > li > a,
#header.hck-site-header .nav > li > a,
.hck-site-footer .ux-menu-link__link {
  letter-spacing: -.004em;
}

.trp-ls-language-name,
.hck-hidden-language-name,
.trp-language-switcher-container .sub-menu {
  display: none !important;
}

.button,
a.button,
button.button,
input[type="submit"],
input.wpcf7-submit,
.hck-button,
.hck-button-outline {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  vertical-align: middle !important;
}

.button span,
a.button span,
.hck-button span,
.hck-button-outline span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
  min-height: 1em;
}

.hck-news-hero .section-bg-overlay {
  background: linear-gradient(135deg, rgba(17, 31, 38, .92), rgba(75, 96, 82, .72)) !important;
}

.hck-news-hero h1 {
  color: #fff;
  font-size: clamp(2.5rem, 5vw, 5rem);
  margin-bottom: 1rem;
}

.hck-news-hero p {
  color: rgba(255, 255, 255, .82);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  max-width: 48rem;
}

.hck-news-page {
  background: linear-gradient(180deg, #f7f8f6 0%, #eef2ef 100%);
}

.hck-news-page .row,
.hck-news-page .row.row-small,
.hck-news-page .row-large {
  max-width: 1180px !important;
}

.hck-news-page .post-item {
  padding: 0 14px 28px !important;
}

.hck-news-page .post-item .col-inner {
  height: 100%;
}

.hck-news-page .box-blog-post {
  display: flex !important;
  flex-direction: column !important;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(31, 45, 39, .08);
  border-radius: 24px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 16px 42px rgba(27, 42, 38, .08);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.hck-news-page .box-blog-post:hover {
  transform: translateY(-6px);
  border-color: rgba(137, 160, 169, .34);
  box-shadow: 0 24px 60px rgba(27, 42, 38, .13);
}

.hck-news-page .box-blog-post .box-image {
  order: 0 !important;
  width: 100% !important;
  overflow: hidden;
  border-radius: 24px 24px 0 0;
}

.hck-news-page .box-blog-post .image-cover {
  padding-top: 58% !important;
  background: #dfe6e2;
}

.hck-news-page .box-blog-post .image-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.001);
  transition: transform .45s ease;
}

.hck-news-page .box-blog-post:hover .image-cover img {
  transform: scale(1.055);
}

.hck-news-page .box-blog-post .box-text {
  order: 1 !important;
  flex: 1 1 auto;
  padding: 1.35rem 1.35rem 1.55rem !important;
  text-align: left !important;
}

.hck-news-page .box-blog-post .box-text-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.hck-news-page .box-blog-post .post-title {
  margin: 0 0 .7rem;
}

.hck-news-page .box-blog-post .post-title a {
  color: #1f2d27;
  font-family: var(--font-bold) !important;
  font-size: clamp(1.08rem, 1.45vw, 1.28rem);
  font-weight: 750 !important;
  line-height: 1.28 !important;
  letter-spacing: -.018em;
  height: auto !important;
  min-height: 3.05em;
  display: -webkit-box;
  overflow: hidden;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.hck-news-page .box-blog-post .is-divider {
  display: block;
  width: 44px;
  height: 3px;
  margin: 0 0 .85rem;
  background: #89a0a9;
}

.hck-news-page .box-blog-post .from_the_blog_excerpt {
  color: #5f6b66;
  font-size: .96rem;
  line-height: 1.65 !important;
  opacity: 1 !important;
  transform: none !important;
  height: auto !important;
  min-height: 4.9em;
  margin-bottom: 1.15rem !important;
  display: -webkit-box !important;
  overflow: hidden;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.hck-news-page .box-blog-post .box-text-inner::after {
  content: "Đọc tiếp";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 2.35rem;
  margin-top: auto;
  padding: 0 .95rem;
  border-radius: 999px;
  background: rgba(137, 160, 169, .16);
  color: #31434a;
  font-family: var(--font-bold) !important;
  font-size: .86rem;
  font-weight: 700;
  line-height: 1;
  transition: background .25s ease, color .25s ease, transform .25s ease;
}

.hck-news-page .box-blog-post:hover .box-text-inner::after {
  background: #89a0a9;
  color: #fff;
  transform: translateX(3px);
}

@media (max-width: 849px) {
  .hck-news-page .post-item {
    padding-bottom: 22px !important;
  }

  .hck-news-page .box-blog-post {
    border-radius: 20px;
  }

  .hck-news-page .box-blog-post .box-image {
    border-radius: 20px 20px 0 0;
  }
}

@media (max-width: 640px) {
  :root {
    --hck-body-line-height: 1.72;
    --hck-heading-line-height: 1.16;
    --hck-hero-line-height: 1.12;
    --hck-heading-tracking: -.014em;
    --hck-display-tracking: -.018em;
  }

  body {
    font-size: 16px;
  }

  .hck-eyebrow,
  .hck-cooperation-year,
  .hck-site-category-copy .hck-eyebrow {
    letter-spacing: .06em !important;
  }
}
