@charset "UTF-8";
@font-face {
  font-display: swap;
  font-family: "D-DIN";
  src: url("../fonts/D-DIN.OTF");
}
@font-face {
  font-display: swap;
  font-family: "D-DIN-BOLD";
  src: url("../fonts/D-DIN-BOLD.OTF");
}
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html, body {
  color: var(--color-text);
  font-size: clamp(0.875rem, 0.7372080089rem + 0.2224694105vw, 1rem);
  font-family: "D-DIN", "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

main {
  display: block;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

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

button {
  border: none;
  background: none;
  cursor: pointer;
  font-family: inherit;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  border: none;
}

.container {
  width: 100%;
  max-width: 1890px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, -14.2515989989rem + 25.0278086763vw, 15.3125rem);
}

.relative {
  position: relative;
}

.text-center {
  text-align: center;
}

.fm-bold, .index-hero .hero-content h1, .index-sustainable .sustainable-content h2, .section-header h2, .about-profile .left ul .number, .about-profile .items .item .text h3, .product-content .left .title, .product-content .left > ul > li .label a span, .product-detail-table table tr:first-child th, .contact .contact-cards .card h3, .footer .footer-content .footer-links .footer-column h4 {
  font-family: "D-DIN-BOLD";
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.125rem, 0.0561040044rem + 0.1112347052vw, 0.1875rem);
  padding: clamp(0.625rem, 0.5561040044rem + 0.1112347052vw, 0.6875rem) clamp(0.8125rem, 0.6747080089rem + 0.2224694105vw, 0.9375rem);
  background-color: var(--color-primary);
  color: #fff;
  font-size: clamp(0.875rem, 0.7372080089rem + 0.2224694105vw, 1rem);
  font-weight: bold;
  text-transform: uppercase;
  border-radius: clamp(0.5rem, 0.3622080089rem + 0.2224694105vw, 0.625rem);
  transition: all 0.3s ease;
  min-width: 136px;
}
.btn-primary.white {
  background-color: #fff;
  color: var(--color-primary);
}
.btn-primary.white:hover {
  background-color: #f2f2f2;
}
.btn-primary svg {
  width: clamp(0.9375rem, 0.7308120133rem + 0.3337041157vw, 1.125rem);
  height: clamp(0.9375rem, 0.7308120133rem + 0.3337041157vw, 1.125rem);
  stroke: currentColor;
  fill: none;
}
.btn-primary:hover {
  background-color: #006db4;
}

.g-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.section-title {
  font-size: clamp(1.5rem, -0.2912958843rem + 2.8921023359vw, 3.125rem);
  font-weight: 700;
  color: var(--color-text);
  text-transform: capitalize;
  font-family: "D-DIN-BOLD";
}
.section-title.white {
  color: #fff;
}

.learn-more {
  display: inline-flex;
  align-items: center;
  gap: clamp(0.125rem, 0.0561040044rem + 0.1112347052vw, 0.1875rem);
  font-size: clamp(0.875rem, 0.7372080089rem + 0.2224694105vw, 1rem);
  color: var(--color-text-gray);
  text-decoration: underline;
  text-transform: uppercase;
}
.learn-more svg {
  width: clamp(0.75rem, 0.6122080089rem + 0.2224694105vw, 0.875rem);
  height: clamp(0.75rem, 0.6122080089rem + 0.2224694105vw, 0.875rem);
  stroke: currentColor;
  fill: none;
}

.g-anchor {
  position: absolute;
  left: 0;
  top: calc(-1 * clamp(3.75rem, 0.994160178rem + 4.4493882091vw, 6.25rem));
}

.g-crumbs {
  color: #fff;
}
.g-crumbs.black {
  color: #666;
}
.g-crumbs a, .g-crumbs span {
  color: inherit;
}
.g-crumbs i {
  font-size: 14px;
}
.g-crumbs i:first-child {
  font-size: clamp(0.875rem, 0.7372080089rem + 0.2224694105vw, 1rem);
}

.g-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-top: clamp(1.25rem, -1.505839822rem + 4.4493882091vw, 3.75rem);
}
.g-pagination li.page-item:first-child > *, .g-pagination li.page-item:last-child > * {
  position: relative;
}
.g-pagination li.page-item:first-child > *::before, .g-pagination li.page-item:last-child > *::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  content: "\e60f";
  font-family: "iconfont" !important;
  font-size: clamp(1rem, 0.8622080089rem + 0.2224694105vw, 1.125rem);
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}
.g-pagination li.page-item:first-child > * {
  transform: rotateY(180deg);
}
.g-pagination li.active.disabled {
  opacity: 1;
}
.g-pagination li.active span {
  background-color: var(--color-primary);
  color: #fff;
}
.g-pagination li.disabled {
  opacity: 0.65;
}
.g-pagination li a,
.g-pagination li span {
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  margin: 0 8px;
  padding: 8px 16px;
  border-radius: 0.25rem;
  color: #454545;
  background-color: rgba(0, 0, 0, 0.3);
  border: none;
}
.g-pagination li a.active:hover {
  color: #fff;
}
.g-pagination li a:hover {
  color: var(--color-primary);
}

.g-content {
  line-height: 1.6;
  color: #666666;
}
.g-content img {
  max-width: 100%;
  height: auto !important;
}
.g-content table {
  max-width: 100% !important;
}
.g-content iframe, .g-content video {
  aspect-ratio: 16/9;
}

/* 设置滚动条的样式 */
.h-auto {
  overflow-y: auto;
  overscroll-behavior: contain;
}
.h-auto::-webkit-scrollbar {
  width: 0.25rem;
}
.h-auto::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
.h-auto::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.6);
}

/* 针对特定列数多的表格 */
.responsive-table {
  width: 100%;
  overflow-x: auto;
  display: block; /* 让表格可以滚动 */
  white-space: nowrap; /* 防止换行 */
  -webkit-overflow-scrolling: touch;
}

.responsive-table table {
  border-collapse: collapse;
  width: 100%;
}

.form-notice {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%) translateY(-20px);
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 14px;
  color: #fff;
  z-index: 10000;
  opacity: 0;
  transition: all 0.3s ease;
  pointer-events: none;
}
.form-notice--success {
  background-color: #2ecc71;
}
.form-notice--error {
  background-color: #e74c3c;
}
.form-notice--visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

/* 全局组件 */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
  transition: background-color 0.3s, box-shadow 0.3s;
}
.header.transparent {
  background-color: transparent;
  box-shadow: none;
}
.header.transparent .logo img {
  filter: brightness(0) invert(1);
}
.header.transparent #navMenu > li > a {
  color: #fff;
}
.header.transparent #navMenu > li > a::before {
  filter: brightness(0) invert(1);
}
.header.transparent #navMenu > li.active > a {
  color: #fff;
}
.header.transparent #navMenu > li:hover > a {
  color: #fff;
}
.header.transparent #hamburger span {
  background-color: #fff;
}
.header.transparent.scrolled {
  background-color: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.header.transparent.scrolled .logo img {
  filter: none;
}
.header.transparent.scrolled #navMenu > li > a {
  color: var(--color-text);
}
.header.transparent.scrolled #hamburger span {
  background-color: var(--color-text);
}
.header.scrolled {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.header nav {
  height: clamp(3.75rem, 0.994160178rem + 4.4493882091vw, 6.25rem);
}
.header nav > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(1.25rem, -0.127919911rem + 2.2246941046vw, 2.5rem);
  height: 100%;
}
.header .logo {
  flex-shrink: 0;
}
.header .logo img {
  height: clamp(1.875rem, 0.497080089rem + 2.2246941046vw, 3.125rem);
  width: auto;
}
.header #hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 24px;
  height: 24px;
  z-index: 1002;
}
.header #hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--color-text);
  transition: all 0.3s;
}
.header #hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.header #hamburger.active span:nth-child(2) {
  opacity: 0;
}
.header #hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}
.header #navMenu {
  display: flex;
  align-items: center;
  gap: clamp(0.625rem, -0.752919911rem + 2.2246941046vw, 1.875rem);
  margin-left: auto;
}
.header #navMenu > li {
  position: relative;
}
.header #navMenu > li > a {
  display: block;
  padding: clamp(0.5rem, -0.0511679644rem + 0.8898776418vw, 1rem) 0;
  font-size: clamp(1rem, 0.8622080089rem + 0.2224694105vw, 1.125rem);
  font-weight: 500;
  transition: color 0.3s;
  text-transform: uppercase;
}
.header #navMenu > li > a::before {
  content: "";
  width: clamp(1rem, 0.0354560623rem + 1.5572858732vw, 1.875rem);
  height: clamp(1rem, 0.0354560623rem + 1.5572858732vw, 1.875rem);
  background: url(../img/ico.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.header #navMenu > li.active > a {
  color: var(--color-primary);
  font-weight: bold;
}
.header #navMenu > li.active > a::before {
  opacity: 1;
}
.header #navMenu > li.active:hover > a::before {
  opacity: 0;
}
.header #navMenu > li:hover > a {
  color: var(--color-second);
}
.header #navMenu > li:hover > a::before {
  opacity: 0;
}
.header #navMenu > li > ul {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  min-width: 180px;
  border-radius: clamp(0.375rem, -0.0383759733rem + 0.6674082314vw, 0.75rem);
  background-color: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  transition: all 0.3s;
}
.header #navMenu > li > ul::before {
  content: "";
  width: 100%;
  height: clamp(0.5rem, -0.6023359288rem + 1.7797552836vw, 1.5rem);
  position: absolute;
  left: 0;
  bottom: 100%;
}
.header #navMenu > li > ul li a {
  display: block;
  padding: clamp(0.625rem, 0.2805200222rem + 0.5561735261vw, 0.9375rem) clamp(0.9375rem, 0.5930200222rem + 0.5561735261vw, 1.25rem);
  font-size: 16px;
  border-bottom: 1px solid #f0f0f0;
  white-space: nowrap;
}
.header #navMenu > li > ul li a:hover {
  background-color: var(--color-second);
  color: #fff;
}
.header #navMenu > li > ul li:last-child a {
  border-bottom: none;
}
.header #navMenu > li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%);
}
.header .actions {
  display: flex;
  align-items: center;
  gap: clamp(0.625rem, 0.2805200222rem + 0.5561735261vw, 0.9375rem);
  flex-shrink: 0;
}
.header .actions button, .header .actions > a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .actions > button, .header .actions .socials a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .actions > button:hover, .header .actions .socials a:hover {
  background-color: var(--color-second);
  color: #fff;
}
.header .actions .divider {
  width: 1px;
  height: 20px;
  background-color: #e0e0e0;
}
.header .actions #langSwitcher {
  position: relative;
}
.header .actions #langSwitcher > button {
  gap: 6px;
  padding: 6px 12px;
  border-radius: 20px;
  background-color: #f5f5f5;
  font-size: 14px;
  transition: all 0.3s;
}
.header .actions #langSwitcher > button:hover {
  background-color: var(--color-second);
  color: #fff;
}
.header .actions #langSwitcher > button i:last-child {
  font-size: 10px;
  transition: transform 0.3s;
}
.header .actions #langSwitcher.active > button i:last-child {
  transform: rotate(180deg);
}
.header .actions #langSwitcher > ul {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  min-width: 100px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s;
}
.header .actions #langSwitcher > ul li {
  padding: 10px 15px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s;
}
.header .actions #langSwitcher > ul li:hover {
  background-color: var(--color-second);
  color: #fff;
}
.header .actions #langSwitcher > ul li.active {
  color: var(--color-second);
}
.header .actions #langSwitcher.active > ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header .actions .socials {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header #mobileOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  z-index: 999;
}
.header #mobileOverlay.active {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 991px) {
  .header.transparent {
    background-color: #fff;
  }
  .header.transparent .logo img {
    filter: none;
  }
  .header.transparent #navMenu > li > a {
    color: var(--color-text) !important;
  }
  .header.transparent #hamburger span {
    background-color: var(--color-text) !important;
  }
  .header #hamburger {
    display: flex;
  }
  .header #navMenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding-top: clamp(3.75rem, 0.994160178rem + 4.4493882091vw, 6.25rem);
    overflow-y: auto;
    transform: translateX(-100%);
    transition: transform 0.3s;
    z-index: 1001;
  }
  .header #navMenu.active {
    transform: translateX(0);
  }
  .header #navMenu > li {
    border-bottom: 1px solid #f0f0f0;
  }
  .header #navMenu > li > a {
    padding: clamp(0.75rem, 0.5433120133rem + 0.3337041157vw, 0.9375rem) clamp(1.25rem, 0.5610400445rem + 1.1123470523vw, 1.875rem);
  }
  .header #navMenu > li > a::before {
    display: none;
  }
  .header #navMenu > li > ul {
    position: static;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    display: none;
    background-color: #f9f9f9;
  }
  .header #navMenu > li > ul.active {
    display: block;
    transform: translateX(0);
  }
  .header #navMenu > li > ul li a {
    padding-left: clamp(1.875rem, 0.8415600667rem + 1.6685205784vw, 2.8125rem);
  }
  .header #navMenu > li:has(> ul) > a {
    position: relative;
  }
  .header #navMenu > li:has(> ul) > a::after {
    content: "+";
    position: absolute;
    right: clamp(0.9375rem, 0.2485400445rem + 1.1123470523vw, 1.5625rem);
    font-size: clamp(1rem, 0.7244160178rem + 0.4449388209vw, 1.25rem);
    transition: transform 0.3s;
  }
  .header #navMenu > li:has(> ul) > a.active::after {
    content: "-";
  }
  .header .actions {
    display: none;
  }
  .header .actions .socials, .header .actions .cta, .header .actions .divider {
    display: none;
  }
}
@media (min-width: 992px) {
  .header #navMenu > li:has(> ul):hover > a {
    color: var(--color-second);
  }
}
.header #searchPanel {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s;
}
.header #searchPanel.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header #searchPanel form {
  display: flex;
  align-items: center;
  gap: clamp(0.625rem, 0.2805200222rem + 0.5561735261vw, 0.9375rem);
}
.header #searchPanel form input {
  flex: 1;
  padding: clamp(0.75rem, 0.5433120133rem + 0.3337041157vw, 0.9375rem) 0;
  font-size: clamp(1rem, 0.8622080089rem + 0.2224694105vw, 1.125rem);
  border-bottom: 2px solid var(--color-primary);
  background: none;
  outline: none;
}
.header #searchPanel form input::placeholder {
  color: #999;
}
.header #searchPanel form button {
  flex-shrink: 0;
  padding: 8px;
  font-size: clamp(1rem, 0.8622080089rem + 0.2224694105vw, 1.125rem);
  color: var(--color-text);
  transition: color 0.3s;
}
.header #searchPanel form button:hover {
  color: var(--color-second);
}

.footer {
  background: var(--color-primary);
  padding: clamp(1.875rem, -0.7430478309rem + 4.2269187987vw, 4.25rem) 0 clamp(1.25rem, 0.5610400445rem + 1.1123470523vw, 1.875rem);
  color: #fff;
}
.footer .footer-content {
  display: flex;
  gap: clamp(1.875rem, -0.1918798665rem + 3.3370411568vw, 3.75rem) clamp(1.25rem, -1.505839822rem + 4.4493882091vw, 3.75rem);
  margin-bottom: clamp(1.875rem, 0.497080089rem + 2.2246941046vw, 3.125rem);
}
.footer .footer-content .footer-logo {
  width: 35%;
  flex-shrink: 0;
}
.footer .footer-content .footer-logo img {
  max-width: clamp(11.25rem, 7.7363042269rem + 5.6729699666vw, 14.4375rem);
  margin-bottom: clamp(0.9375rem, 0.5930200222rem + 0.5561735261vw, 1.25rem);
  filter: brightness(0) invert(1);
}
.footer .footer-content .footer-logo p {
  font-size: clamp(0.875rem, 0.7372080089rem + 0.2224694105vw, 1rem);
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  margin-bottom: clamp(0.3125rem, 0.1058120133rem + 0.3337041157vw, 0.5rem);
}
.footer .footer-content .footer-links {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  gap: clamp(0.9375rem, -0.7848998888rem + 2.7808676307vw, 2.5rem);
}
.footer .footer-content .footer-links .footer-column h4 {
  font-size: clamp(0.875rem, 0.7372080089rem + 0.2224694105vw, 1rem);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: clamp(0.9375rem, 0.2485400445rem + 1.1123470523vw, 1.5625rem);
  font-weight: normal;
}
.footer .footer-content .footer-links .footer-column ul {
  list-style: none;
}
.footer .footer-content .footer-links .footer-column ul li {
  margin-bottom: clamp(0.5rem, 0.2244160178rem + 0.4449388209vw, 0.75rem);
}
.footer .footer-content .footer-links .footer-column ul li a {
  font-size: clamp(0.875rem, 0.7372080089rem + 0.2224694105vw, 1rem);
  color: #fff;
  opacity: 0.65;
  transition: opacity 0.3s ease;
}
.footer .footer-content .footer-links .footer-column ul li a:hover {
  opacity: 1;
}
.footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(0.9375rem, 0.5930200222rem + 0.5561735261vw, 1.25rem);
  padding-top: clamp(1.25rem, 0.5610400445rem + 1.1123470523vw, 1.875rem);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .footer-bottom .social-links {
  display: flex;
  gap: clamp(0.625rem, 0.2805200222rem + 0.5561735261vw, 0.9375rem);
}
.footer .footer-bottom .social-links a {
  width: clamp(1.75rem, 1.4744160178rem + 0.4449388209vw, 2rem);
  height: clamp(1.75rem, 1.4744160178rem + 0.4449388209vw, 2rem);
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transition: background 0.3s ease;
}
.footer .footer-bottom .social-links a svg {
  width: 50%;
  height: 50%;
}
.footer .footer-bottom .social-links a:hover {
  background: rgba(255, 255, 255, 0.2);
}
.footer .footer-bottom p {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0.5rem, -0.0511679644rem + 0.8898776418vw, 1rem);
  font-size: clamp(0.875rem, 0.7372080089rem + 0.2224694105vw, 1rem);
  color: rgba(255, 255, 255, 0.3);
  transition: all 0.3s;
}
.footer .footer-bottom p a:hover {
  color: #fff;
}
@media screen and (max-width: 991px) {
  .footer .footer-content {
    flex-direction: column;
  }
  .footer .footer-content .footer-logo {
    width: 100%;
  }
  .footer .footer-content .footer-links {
    width: 100%;
    display: none;
  }
}

:root {
  --color-primary: #0089e1;
  --color-primary-rgb: 0, 137, 225;
  --color-second: #007cc9;
  --color-second-rgb: 0, 124, 169;
  --color-text: #333333;
  --color-text-light: #474747;
  --color-text-gray: #777777;
  --color-placeholder: #9f9f9f;
  --color-border: #dddddd;
  --bg-light: #edf3f8;
}

.index-hero {
  position: relative;
  height: clamp(37.5rem, 23.7208008899rem + 22.2469410456vw, 50rem);
}
.index-hero .hero-swiper {
  height: 100%;
}
.index-hero .swiper-slide {
  display: flex;
  align-items: center;
}
.index-hero .swiper-slide.swiper-slide-active .hero-content {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}
.index-hero .hero-content {
  opacity: 0;
  transform: translateY(20%);
  transition: all 0.8s ease;
}
.index-hero .hero-content h1 {
  font-size: clamp(1.5rem, -0.2912958843rem + 2.8921023359vw, 3.125rem);
  font-weight: normal;
  color: #fff;
  line-height: 1.3;
  text-transform: capitalize;
  margin-bottom: clamp(0.9375rem, -1.4738598443rem + 3.893214683vw, 3.125rem);
  max-width: clamp(31.25rem, 14.852753059rem + 26.4738598443vw, 46.125rem);
}
.index-hero .hero-content .hero-buttons {
  display: flex;
  gap: clamp(0.9375rem, -0.0959399333rem + 1.6685205784vw, 1.875rem);
}
.index-hero .control-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: clamp(1.75rem, 1.5433120133rem + 0.3337041157vw, 1.9375rem);
  height: clamp(1.75rem, 1.5433120133rem + 0.3337041157vw, 1.9375rem);
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}
.index-hero .control-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.index-hero .control-btn.prev {
  left: clamp(0.9375rem, -0.7848998888rem + 2.7808676307vw, 2.5rem);
}
.index-hero .control-btn.prev::after {
  transform: translate(-40%, -50%) rotate(-135deg);
}
.index-hero .control-btn.next {
  right: clamp(0.9375rem, -0.7848998888rem + 2.7808676307vw, 2.5rem);
}
.index-hero .control-btn.next::after {
  transform: translate(-60%, -50%) rotate(45deg);
}
.index-hero .control-btn:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.2);
}
.index-hero .hero-pagination {
  position: absolute;
  left: 0;
  right: 0;
  height: 32px;
  margin: 0 auto;
  bottom: clamp(0.625rem, -4.4733036707rem + 8.2313681869vw, 5.25rem);
  z-index: 10;
  display: flex;
  align-items: center;
  gap: clamp(1.25rem, 0.6988320356rem + 0.8898776418vw, 1.75rem);
}
.index-hero .hero-pagination .swiper-pagination-bullet {
  width: clamp(0.625rem, 0.4183120133rem + 0.3337041157vw, 0.8125rem);
  height: clamp(0.625rem, 0.4183120133rem + 0.3337041157vw, 0.8125rem);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  transition: all 0.3s;
}
.index-hero .hero-pagination .swiper-pagination-bullet-active {
  width: 24px;
  height: 24px;
  border-radius: 0;
  background: url("../img/snowflake.svg") center/contain no-repeat;
}
@media screen and (max-width: 991px) {
  .index-hero {
    height: 30vh;
    margin-top: 60px;
  }
  .index-hero .control-btn {
    display: none;
  }
}

.page-hero {
  position: relative;
  height: clamp(12.5rem, -21.9479977753rem + 55.617352614vw, 43.75rem);
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-hero.null {
  height: clamp(3.75rem, 0.994160178rem + 4.4493882091vw, 6.25rem);
  background: #fff;
}
.page-hero .hero-content {
  width: 100%;
}
.page-hero .hero-content .section-title {
  text-align: left;
  margin-bottom: clamp(0.5rem, -0.0511679644rem + 0.8898776418vw, 1rem);
}
.page-hero .hero-footer {
  width: 100%;
  padding: clamp(0.9375rem, -0.7848998888rem + 2.7808676307vw, 2.5rem) 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.page-hero .hero-footer::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(ro bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.page-hero .hero-footer ul {
  display: flex;
  gap: clamp(0.9375rem, -1.818339822rem + 4.4493882091vw, 3.4375rem);
}
.page-hero .hero-footer ul li a {
  color: #fff;
  font-size: clamp(1rem, 0.7244160178rem + 0.4449388209vw, 1.25rem);
  display: block;
  position: relative;
  padding: clamp(0.5rem, -0.0511679644rem + 0.8898776418vw, 1rem) 0;
  text-transform: capitalize;
}
.page-hero .hero-footer ul li.active a {
  font-weight: bold;
}
.page-hero .hero-footer ul li.active a::before {
  content: "";
  width: clamp(1rem, 0.0354560623rem + 1.5572858732vw, 1.875rem);
  height: clamp(1rem, 0.0354560623rem + 1.5572858732vw, 1.875rem);
  background: url(../img/ico.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 991px) {
  .page-hero {
    margin-top: 60px;
  }
  .page-hero .hero-footer ul {
    display: flex;
    overflow: scroll;
    scroll-snap-type: x mandatory;
  }
  .page-hero .hero-footer ul li {
    flex-shrink: 0;
    white-space: nowrap;
  }
}

.index-services {
  padding: clamp(3.75rem, 1.6831201335rem + 3.3370411568vw, 5.625rem) 0;
}
.index-services .section-title {
  margin-bottom: clamp(1.875rem, -0.1918798665rem + 3.3370411568vw, 3.75rem);
}
.index-services .services-swiper {
  margin-bottom: clamp(1.875rem, 0.497080089rem + 2.2246941046vw, 3.125rem);
}
.index-services .services-swiper .swiper-slide {
  height: auto;
}
.index-services .services-swiper .swiper-button-prev, .index-services .services-swiper .swiper-button-next {
  width: clamp(2.5rem, 1.8110400445rem + 1.1123470523vw, 3.125rem);
  height: clamp(2.5rem, 1.8110400445rem + 1.1123470523vw, 3.125rem);
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  border-radius: 50%;
}
.index-services .services-swiper .swiper-button-prev::after, .index-services .services-swiper .swiper-button-next::after {
  font-size: clamp(1rem, 0.4488320356rem + 0.8898776418vw, 1.5rem);
}
.index-services .services-swiper .swiper-button-prev.swiper-button-disabled, .index-services .services-swiper .swiper-button-next.swiper-button-disabled {
  opacity: 0.3;
}
.index-services .services-swiper .swiper-button-prev.swiper-button-lock, .index-services .services-swiper .swiper-button-next.swiper-button-lock {
  opacity: 0;
}
.index-services .services-swiper .swiper-button-prev {
  left: 0;
}
.index-services .services-swiper .swiper-button-next {
  right: 0;
}
.index-services .service-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: clamp(1.5625rem, 0.8735400445rem + 1.1123470523vw, 2.1875rem);
  background: #fff;
  overflow: hidden;
}
.index-services .service-card:hover .img {
  border-radius: clamp(0.5rem, -0.0511679644rem + 0.8898776418vw, 1rem);
}
.index-services .service-card:hover .img img {
  transform: scale(1.05);
}
.index-services .service-card:hover .service-icon {
  background: var(--color-primary);
  border-color: var(--color-primary);
}
.index-services .service-card:hover .service-icon i {
  color: #fff;
}
.index-services .service-card:hover h3 {
  color: var(--color-primary);
}
.index-services .service-card .img {
  padding-top: 73%;
  position: relative;
  z-index: 2;
  overflow: hidden;
  transition: all 0.3s ease;
}
.index-services .service-card .img img {
  transition: all 0.5s ease;
}
.index-services .service-card .service-content {
  display: flex;
  flex-direction: column;
  gap: clamp(0.5rem, 0.2244160178rem + 0.4449388209vw, 0.75rem);
  flex: 1;
  transition: background-color 0.3s ease;
}
.index-services .service-card .service-icon {
  width: clamp(3.4375rem, 2.4040600667rem + 1.6685205784vw, 4.375rem);
  height: clamp(3.4375rem, 2.4040600667rem + 1.6685205784vw, 4.375rem);
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid #dedede;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-services .service-card .service-icon i {
  color: var(--color-primary);
  transition: color 0.3s ease;
  font-size: clamp(1.5rem, 0.6732480534rem + 1.3348164627vw, 2.25rem);
}
.index-services .service-card h3 {
  height: 72px;
  font-size: clamp(1rem, 0.7244160178rem + 0.4449388209vw, 1.25rem);
  font-weight: 700;
  color: var(--color-text);
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.3s ease;
}
.index-services .service-card .learn-more {
  margin-top: auto;
  transition: color 0.3s ease;
}

.index-inquiry {
  position: relative;
  padding: clamp(3.125rem, 2.2982480534rem + 1.3348164627vw, 3.875rem) 0;
}
.index-inquiry .section-title {
  margin-bottom: clamp(0.9375rem, 0.5930200222rem + 0.5561735261vw, 1.25rem);
}
.index-inquiry p {
  font-size: clamp(0.875rem, 0.7372080089rem + 0.2224694105vw, 1rem);
  color: #fff;
  margin-bottom: clamp(1.5625rem, 1.2180200222rem + 0.5561735261vw, 1.875rem);
}
.index-inquiry .inquiry-form {
  display: flex;
  gap: clamp(0.9375rem, 0.5930200222rem + 0.5561735261vw, 1.25rem);
  flex-wrap: wrap;
}
.index-inquiry .inquiry-form input {
  flex: 1;
  min-width: 200px;
  height: clamp(2.1875rem, 1.8430200222rem + 0.5561735261vw, 2.5rem);
  padding: 0 clamp(1.5625rem, 1.2180200222rem + 0.5561735261vw, 1.875rem);
  background: #fff;
  border-radius: clamp(0.5rem, 0.3622080089rem + 0.2224694105vw, 0.625rem);
  font-size: clamp(0.875rem, 0.7372080089rem + 0.2224694105vw, 1rem);
  color: var(--color-placeholder);
}
.index-inquiry .inquiry-form input::placeholder {
  color: var(--color-placeholder);
}
.index-inquiry .inquiry-form input:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 137, 225, 0.3);
}
.index-inquiry .inquiry-form button {
  flex-shrink: 0;
}

.index-products {
  padding: clamp(3.75rem, 2.372080089rem + 2.2246941046vw, 5rem) 0;
}
.index-products .products-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(0.9375rem, 0.2485400445rem + 1.1123470523vw, 1.5625rem);
  margin-bottom: clamp(1.875rem, 0.497080089rem + 2.2246941046vw, 3.125rem);
  margin-top: clamp(2.5rem, -0.255839822rem + 4.4493882091vw, 5rem);
}
.index-products .product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: clamp(1.875rem, 0.7726640712rem + 1.7797552836vw, 2.875rem) clamp(0.9375rem, 0.5930200222rem + 0.5561735261vw, 1.25rem);
  background: #fff;
  border-radius: clamp(0.9375rem, 0.5930200222rem + 0.5561735261vw, 1.25rem);
  box-shadow: 0 0 clamp(0.9375rem, 0.5930200222rem + 0.5561735261vw, 1.25rem) 0 rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
  z-index: 2;
}
.index-products .product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 clamp(1.25rem, 0.9055200222rem + 0.5561735261vw, 1.5625rem) 0 rgba(0, 0, 0, 0.12);
}
.index-products .product-card .product-icon {
  width: 100%;
  margin-bottom: clamp(0.375rem, -0.0383759733rem + 0.6674082314vw, 0.75rem);
  color: var(--color-primary);
}
.index-products .product-card .product-icon i {
  font-size: clamp(2.25rem, 1.4232480534rem + 1.3348164627vw, 3rem);
}
.index-products .product-card h3 {
  font-size: clamp(1rem, 0.8622080089rem + 0.2224694105vw, 1.125rem);
  font-weight: 700;
  color: var(--color-text);
  margin-bottom: clamp(0.9375rem, 0.5930200222rem + 0.5561735261vw, 1.25rem);
  min-height: clamp(2.1875rem, 1.56743604rem + 1.0011123471vw, 2.75rem);
}
.index-products .product-card .product-img {
  width: 100%;
  height: clamp(6.25rem, 3.494160178rem + 4.4493882091vw, 8.75rem);
  position: relative;
}
.index-products .product-card .product-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.index-products .product-card img.g-bg {
  opacity: 0;
  transition: all 0.3s ease;
  border-radius: clamp(0.9375rem, 0.5930200222rem + 0.5561735261vw, 1.25rem);
}
@media (min-width: 992px) {
  .index-products .product-card:hover {
    text-align: left;
  }
  .index-products .product-card:hover img.g-bg {
    opacity: 1;
  }
  .index-products .product-card:hover .product-img {
    order: 0;
    transform: translateY(-80%);
  }
  .index-products .product-card:hover .product-icon {
    order: 1;
    color: #fff;
    margin-top: clamp(0.9375rem, 0.5930200222rem + 0.5561735261vw, 1.25rem);
  }
  .index-products .product-card:hover h3 {
    order: 1;
    color: #fff;
    margin-bottom: 0;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .index-products .products-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .index-products .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.index-about {
  position: relative;
  padding: clamp(2.5rem, -1.633759733rem + 6.6740823137vw, 6.25rem) 0;
}
.index-about .about-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(2.5rem, 1.122080089rem + 2.2246941046vw, 3.75rem);
}
.index-about .about-content .about-left h2 {
  font-size: clamp(2.25rem, 1.2854560623rem + 1.5572858732vw, 3.125rem);
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: clamp(1.25rem, 0.5610400445rem + 1.1123470523vw, 1.875rem);
}
.index-about .about-content .about-left p {
  font-size: clamp(0.875rem, 0.7372080089rem + 0.2224694105vw, 1rem);
  color: #fff;
  line-height: 2;
  margin-bottom: clamp(1.875rem, 1.1860400445rem + 1.1123470523vw, 2.5rem);
}
.index-about .about-content .about-left .about-buttons {
  display: flex;
  gap: clamp(1.25rem, 0.5610400445rem + 1.1123470523vw, 1.875rem);
}
.index-about .about-content .about-right {
  width: 50%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(0.9375rem, 0.5930200222rem + 0.5561735261vw, 1.25rem);
}
.index-about .advantage-card {
  display: flex;
  align-items: center;
  gap: clamp(1.5625rem, 1.2180200222rem + 0.5561735261vw, 1.875rem);
  padding: clamp(1.5625rem, -0.1598998888rem + 2.7808676307vw, 3.125rem);
  background: #fff;
  border-radius: clamp(0.9375rem, 0.5930200222rem + 0.5561735261vw, 1.25rem);
}
.index-about .advantage-card .advantage-icon {
  flex-shrink: 0;
  width: clamp(2.1875rem, 1.8430200222rem + 0.5561735261vw, 2.5rem);
  height: clamp(2.1875rem, 1.8430200222rem + 0.5561735261vw, 2.5rem);
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-about .advantage-card .advantage-icon i {
  color: var(--color-primary);
  font-size: clamp(1.5rem, 0.3976640712rem + 1.7797552836vw, 2.5rem);
}
.index-about .advantage-card .advantage-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
  color: var(--color-primary);
}
.index-about .advantage-card p {
  font-size: clamp(0.875rem, 0.7372080089rem + 0.2224694105vw, 1rem);
  color: var(--color-text);
  line-height: 1.5;
}
@media (max-width: 991px) {
  .index-about .about-content {
    flex-direction: column;
  }
  .index-about .about-content .about-right {
    width: 100%;
  }
}

.index-news {
  padding: clamp(3.75rem, 2.372080089rem + 2.2246941046vw, 5rem) 0;
}
.index-news .section-title {
  margin-bottom: clamp(1.875rem, -0.1918798665rem + 3.3370411568vw, 3.75rem);
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.25rem, -0.8168798665rem + 3.3370411568vw, 3.125rem) clamp(1.25rem, 0.5610400445rem + 1.1123470523vw, 1.875rem);
  margin-bottom: clamp(1.875rem, 0.497080089rem + 2.2246941046vw, 3.125rem);
}
.news-grid .news-card {
  display: block;
  background: #fff;
  border-radius: clamp(0.9375rem, 0.5930200222rem + 0.5561735261vw, 1.25rem);
  box-shadow: 0 0 clamp(0.9375rem, 0.5930200222rem + 0.5561735261vw, 1.25rem) 0 rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.news-grid .news-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 clamp(1.25rem, 0.9055200222rem + 0.5561735261vw, 1.5625rem) 0 rgba(0, 0, 0, 0.12);
}
.news-grid .news-card:hover .news-img img {
  transform: scale(1.08);
}
.news-grid .news-card:hover .news-info h3 {
  color: var(--color-primary);
}
.news-grid .news-card .news-img {
  overflow: hidden;
  padding-top: 61.36%;
  position: relative;
  z-index: 2;
}
.news-grid .news-card .news-img img {
  transition: all 0.5s;
}
.news-grid .news-card .news-info {
  padding: clamp(1.25rem, 0.5610400445rem + 1.1123470523vw, 1.875rem) clamp(1.25rem, 0.9055200222rem + 0.5561735261vw, 1.5625rem);
  display: flex;
  flex-direction: column;
  gap: clamp(0.75rem, 0.5433120133rem + 0.3337041157vw, 0.9375rem);
}
.news-grid .news-card .news-info .news-date {
  font-size: clamp(0.875rem, 0.7372080089rem + 0.2224694105vw, 1rem);
  color: var(--color-text-light);
}
.news-grid .news-card .news-info h3 {
  font-size: clamp(1.125rem, 0.8494160178rem + 0.4449388209vw, 1.375rem);
  font-weight: 700;
  color: var(--color-text);
  line-height: 1.3;
  transition: all 0.3s;
}
.news-grid .news-card .news-info p {
  font-size: clamp(0.875rem, 0.7372080089rem + 0.2224694105vw, 1rem);
  color: var(--color-text-light);
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-grid .news-card .news-info .learn-more {
  align-self: flex-start;
}
@media screen and (max-width: 991px) {
  .news-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.index-subscribe {
  padding: clamp(2.5rem, 1.4665600667rem + 1.6685205784vw, 3.4375rem) 0;
  background: var(--bg-light);
  text-align: center;
  overflow: hidden;
}
.index-subscribe .section-title {
  margin-bottom: clamp(0.625rem, 0.2805200222rem + 0.5561735261vw, 0.9375rem);
}
.index-subscribe p {
  font-size: clamp(1rem, 0.8622080089rem + 0.2224694105vw, 1.125rem);
  color: var(--color-text);
  margin: 0 auto;
  margin-bottom: clamp(1.25rem, 0.5610400445rem + 1.1123470523vw, 1.875rem);
}
.index-subscribe .subscribe-form {
  display: flex;
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
  border-radius: clamp(0.5rem, 0.3622080089rem + 0.2224694105vw, 0.625rem);
  gap: clamp(0.625rem, -0.0639599555rem + 1.1123470523vw, 1.25rem);
  height: clamp(2.5rem, 1.8110400445rem + 1.1123470523vw, 3.125rem);
}
.index-subscribe .subscribe-form input {
  flex: 1;
  height: 100%;
  padding: 0 clamp(1.25rem, 0.9055200222rem + 0.5561735261vw, 1.5625rem);
  font-size: clamp(0.875rem, 0.7372080089rem + 0.2224694105vw, 1rem);
  color: var(--color-placeholder);
  border: none;
  background: transparent;
}
.index-subscribe .subscribe-form input::placeholder {
  color: var(--color-placeholder);
}
.index-subscribe .subscribe-form input:focus {
  outline: none;
}
.index-subscribe .subscribe-form button {
  flex-shrink: 0;
}

.index-sustainable {
  padding: clamp(3.75rem, 2.372080089rem + 2.2246941046vw, 5rem) 0;
}
.index-sustainable .sustainable-card {
  position: relative;
  padding: clamp(1.25rem, -4.261679644rem + 8.8987764182vw, 6.25rem) clamp(1.25rem, -4.261679644rem + 8.8987764182vw, 6.25rem);
  border-radius: clamp(1.5625rem, 1.2180200222rem + 0.5561735261vw, 1.875rem);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: clamp(62.5rem, 34.9416017798rem + 44.4938820912vw, 87.5rem);
  margin: 0 auto;
}
.index-sustainable .sustainable-content {
  position: relative;
  z-index: 2;
  max-width: clamp(25rem, 9.1539210234rem + 25.5839822024vw, 39.375rem);
}
.index-sustainable .sustainable-content h2 {
  font-size: clamp(2.25rem, 1.2854560623rem + 1.5572858732vw, 3.125rem);
  font-weight: normal;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: clamp(0.625rem, 0.2805200222rem + 0.5561735261vw, 0.9375rem);
}
.index-sustainable .sustainable-content h3 {
  font-size: clamp(1.125rem, 0.7116240267rem + 0.6674082314vw, 1.5rem);
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: clamp(1.25rem, 0.5610400445rem + 1.1123470523vw, 1.875rem);
}
.index-sustainable .sustainable-content p {
  font-size: clamp(0.875rem, 0.7372080089rem + 0.2224694105vw, 1rem);
  color: #fff;
  line-height: 1.6;
  margin-bottom: clamp(1.875rem, 1.1860400445rem + 1.1123470523vw, 2.5rem);
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.section-header {
  text-align: center;
  margin-bottom: clamp(1.875rem, -0.1918798665rem + 3.3370411568vw, 3.75rem);
}
.section-header h2 {
  font-size: clamp(2.25rem, 1.2854560623rem + 1.5572858732vw, 3.125rem);
  font-weight: normal;
  color: var(--color-text);
  text-transform: capitalize;
  margin-bottom: clamp(0.625rem, 0.4872080089rem + 0.2224694105vw, 0.75rem);
}
.section-header p {
  font-size: clamp(1rem, 0.8622080089rem + 0.2224694105vw, 1.125rem);
  color: var(--color-text-light);
  max-width: 600px;
  margin: 0 auto;
}

.section-cta {
  text-align: center;
  margin-top: clamp(2.5rem, 1.122080089rem + 2.2246941046vw, 3.75rem);
}

.about-profile {
  padding-top: clamp(1.875rem, 0.497080089rem + 2.2246941046vw, 3.125rem);
}
.about-profile .container {
  display: flex;
  align-items: center;
}
.about-profile .left {
  width: 45%;
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, -1.2302558398rem + 4.0044493882vw, 3.5rem);
}
.about-profile .left .g-content {
  font-size: clamp(1rem, 0.8622080089rem + 0.2224694105vw, 1.125rem);
}
.about-profile .left ul {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  gap: clamp(1.25rem, -0.127919911rem + 2.2246941046vw, 2.5rem);
}
.about-profile .left ul li:hover .number {
  color: var(--color-primary);
}
.about-profile .left ul .number {
  color: #333333;
  font-weight: bold;
  font-size: clamp(2.25rem, 1.2854560623rem + 1.5572858732vw, 3.125rem);
  transition: all 0.3s;
  margin-bottom: clamp(0.25rem, -0.0255839822rem + 0.4449388209vw, 0.5rem);
}
.about-profile .left ul p {
  font-size: clamp(0.875rem, 0.5994160178rem + 0.4449388209vw, 1.125rem);
}
.about-profile .right {
  width: 55%;
  height: clamp(35rem, 25.3545606229rem + 15.5728587319vw, 43.75rem);
}
.about-profile .items {
  padding: clamp(2.5rem, -2.3227196885rem + 7.786429366vw, 6.875rem) 0;
  display: flex;
  flex-direction: column;
  gap: clamp(1.875rem, -4.3256395996rem + 10.0111234705vw, 7.5rem);
}
.about-profile .items .item {
  display: flex;
  align-items: center;
}
.about-profile .items .item:nth-child(2n-1) .text {
  padding-left: clamp(0rem, -3.4447997775rem + 5.5617352614vw, 3.125rem);
}
.about-profile .items .item:nth-child(2n) .img {
  order: 2;
}
.about-profile .items .item:nth-child(2n) .text {
  padding-right: clamp(0rem, -3.4447997775rem + 5.5617352614vw, 3.125rem);
}
.about-profile .items .item .text, .about-profile .items .item .img {
  flex-basis: 50%;
}
.about-profile .items .item .img {
  aspect-ratio: 70/45;
  overflow: hidden;
  border-radius: clamp(1rem, 0.1732480534rem + 1.3348164627vw, 1.75rem);
}
.about-profile .items .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-profile .items .item .text {
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, -0.127919911rem + 2.2246941046vw, 2.5rem);
}
.about-profile .items .item .text h3 {
  font-size: clamp(1.25rem, 0.5610400445rem + 1.1123470523vw, 1.875rem);
  color: #333;
  display: flex;
  align-items: center;
  gap: clamp(0.25rem, -0.0255839822rem + 0.4449388209vw, 0.5rem);
}
.about-profile .items .item .text h3::before {
  content: "";
  width: clamp(0.25rem, -0.0255839822rem + 0.4449388209vw, 0.5rem);
  height: clamp(1.25rem, 0.5610400445rem + 1.1123470523vw, 1.875rem);
  background: var(--color-primary);
}
.about-profile .items .item .text .g-content {
  font-size: clamp(1rem, 0.8622080089rem + 0.2224694105vw, 1.125rem);
}
.about-profile .items .item .about-buttons {
  display: flex;
  gap: clamp(0.9375rem, -0.0959399333rem + 1.6685205784vw, 1.875rem);
}
.about-profile .banner {
  height: clamp(18.75rem, -8.8083982202rem + 44.4938820912vw, 43.75rem);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: clamp(2.5rem, -3.011679644rem + 8.8987764182vw, 7.5rem);
}
.about-profile .banner .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(0.625rem, -0.752919911rem + 2.2246941046vw, 1.875rem);
}
.about-profile .banner .container img {
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 991px) {
  .about-profile .left, .about-profile .right {
    width: 100%;
  }
  .about-profile .container, .about-profile .items .item {
    flex-direction: column;
    gap: clamp(1.25rem, -0.127919911rem + 2.2246941046vw, 2.5rem);
  }
}

.about-history {
  padding: clamp(2.5rem, -2.3227196885rem + 7.786429366vw, 6.875rem) 0;
  background: #edf3f8;
}
.about-history .history-swiper-label {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  margin: clamp(1.25rem, 0.1476640712rem + 1.7797552836vw, 2.25rem) 0;
}
.about-history .history-swiper-label::after {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -2;
  content: "";
  width: 100%;
  height: 1px;
  background: #cccccc;
}
.about-history .history-swiper-label .line {
  width: 0;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  background: var(--color-primary);
}
.about-history .history-swiper-label .line::after {
  content: "";
  width: 3px;
  height: clamp(0.625rem, -0.0639599555rem + 1.1123470523vw, 1.25rem);
  background: var(--color-primary);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.about-history .history-swiper-label ul {
  width: 100%;
  padding: 3px 0;
  display: flex;
}
.about-history .history-swiper-label li {
  display: flex;
  flex: 1;
}
.about-history .history-swiper-label li.active i {
  background: var(--color-primary);
}
.about-history .history-swiper-label li.active i::before {
  opacity: 1;
}
.about-history .history-swiper-label li i {
  display: block;
  margin-left: auto;
  width: clamp(0.9375rem, 0.3863320356rem + 0.8898776418vw, 1.4375rem);
  height: clamp(0.9375rem, 0.3863320356rem + 0.8898776418vw, 1.4375rem);
  background: #fff;
  border: 3px solid var(--color-primary);
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.about-history .history-swiper-label li i::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  background: url(../img/ico.png) no-repeat center center;
  background-size: contain;
  opacity: 0;
  transition: all 0.3s;
  filter: brightness(0) invert(1);
}
.about-history .history-swiper-content {
  position: relative;
  margin-top: clamp(1.25rem, -1.505839822rem + 4.4493882091vw, 3.75rem);
}
.about-history .history-swiper-content .swiper {
  max-height: 400px;
}
.about-history .history-swiper-content .swiper-slide {
  background: #fff;
  border-radius: clamp(0.625rem, -0.0639599555rem + 1.1123470523vw, 1.25rem);
  overflow: hidden;
  transition: all 0.3s;
}
.about-history .history-swiper-content .swiper-slide:hover {
  background: var(--color-primary);
  color: #fff;
}
.about-history .history-swiper-content .swiper-slide:hover .img img {
  transform: scale(1.1);
}
.about-history .history-swiper-content .swiper-slide:hover .text .time span {
  background: #fff;
  color: var(--color-primary);
}
.about-history .history-swiper-content .img {
  padding-top: 66.66%;
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-top-left-radius: clamp(0.625rem, -0.0639599555rem + 1.1123470523vw, 1.25rem);
  border-top-right-radius: clamp(0.625rem, -0.0639599555rem + 1.1123470523vw, 1.25rem);
}
.about-history .history-swiper-content .img img {
  transition: all 0.3s;
}
.about-history .history-swiper-content .text {
  padding: clamp(1.25rem, -0.127919911rem + 2.2246941046vw, 2.5rem) clamp(0.625rem, -0.752919911rem + 2.2246941046vw, 1.875rem);
  display: flex;
  flex-direction: column;
  gap: clamp(0.625rem, -0.0639599555rem + 1.1123470523vw, 1.25rem);
}
.about-history .history-swiper-content .text .time {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: clamp(0.125rem, -0.0127919911rem + 0.2224694105vw, 0.25rem);
  font-size: clamp(1.5rem, 1.0866240267rem + 0.6674082314vw, 1.875rem);
  font-family: "D-DIN-BOLD";
}
.about-history .history-swiper-content .text .time span {
  padding: clamp(0.25rem, 0.1122080089rem + 0.2224694105vw, 0.375rem) clamp(0.375rem, 0.0994160178rem + 0.4449388209vw, 0.625rem);
  background: #e5e5e5;
  border-radius: clamp(0.25rem, 0.1122080089rem + 0.2224694105vw, 0.375rem);
  font-family: "D-DIN";
  font-size: clamp(0.875rem, 0.7372080089rem + 0.2224694105vw, 1rem);
  transition: all 0.3s;
}
.about-history .history-swiper-content .history-button-prev {
  left: calc(-1 * clamp(0rem, -6.8895995551rem + 11.1234705228vw, 6.25rem));
}
.about-history .history-swiper-content .history-button-next {
  right: calc(-1 * clamp(0rem, -6.8895995551rem + 11.1234705228vw, 6.25rem));
}
.about-history .history-swiper-content .history-button-prev, .about-history .history-swiper-content .history-button-next {
  margin: 0;
  width: clamp(2.5rem, 1.8110400445rem + 1.1123470523vw, 3.125rem);
  height: clamp(2.5rem, 1.8110400445rem + 1.1123470523vw, 3.125rem);
  border-radius: clamp(0.25rem, 0.1122080089rem + 0.2224694105vw, 0.375rem);
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
}
.about-history .history-swiper-content .history-button-prev::after, .about-history .history-swiper-content .history-button-next::after {
  font-size: clamp(0.875rem, 0.7372080089rem + 0.2224694105vw, 1rem);
}

.about-choose {
  padding: clamp(2.5rem, 0.4331201335rem + 3.3370411568vw, 4.375rem) 0;
}
.about-choose .container {
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, -0.8168798665rem + 3.3370411568vw, 3.125rem);
}
.about-choose .items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1.25rem, -0.127919911rem + 2.2246941046vw, 2.5rem);
}
.about-choose .items .item {
  padding: clamp(1.25rem, -0.127919911rem + 2.2246941046vw, 2.5rem) clamp(0.9375rem, -1.1293798665rem + 3.3370411568vw, 2.8125rem);
  display: flex;
  align-items: center;
  gap: clamp(0.625rem, -0.752919911rem + 2.2246941046vw, 1.875rem);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px clamp(0.5rem, -0.0511679644rem + 0.8898776418vw, 1rem) 0px;
  border-radius: clamp(0.625rem, -0.0639599555rem + 1.1123470523vw, 1.25rem);
}
.about-choose .items .item i {
  font-size: clamp(1.5rem, 0.6732480534rem + 1.3348164627vw, 2.25rem);
  color: var(--color-primary);
}
.about-choose .items .item p {
  font-size: clamp(1rem, 0.8622080089rem + 0.2224694105vw, 1.125rem);
  line-height: 1.5;
}
.about-choose .section-cta {
  margin-top: clamp(0.625rem, -0.0639599555rem + 1.1123470523vw, 1.25rem);
}
@media (max-width: 991px) {
  .about-choose .items {
    grid-template-columns: repeat(1, 1fr);
  }
}

.about-partners {
  background: #edf3f8;
  padding: clamp(2.5rem, -0.255839822rem + 4.4493882091vw, 5rem) 0;
  overflow: hidden;
}
.about-partners .section-title {
  margin-bottom: clamp(1.25rem, -0.127919911rem + 2.2246941046vw, 2.5rem);
}
.about-partners .swiper-wrapper {
  transition-duration: 0;
  transition-timing-function: linear;
}
.about-partners .swiper-slide {
  aspect-ratio: 20/13;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: clamp(0.5rem, -0.0511679644rem + 0.8898776418vw, 1rem);
}
.about-partners .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.about-partners h3 {
  font-size: clamp(1.125rem, 0.7116240267rem + 0.6674082314vw, 1.5rem);
  margin-top: clamp(1rem, 0.4488320356rem + 0.8898776418vw, 1.5rem);
  margin-bottom: clamp(0.625rem, -0.0639599555rem + 1.1123470523vw, 1.25rem);
}
.about-partners ul {
  background: #fff;
  border-radius: clamp(0.625rem, -0.0639599555rem + 1.1123470523vw, 1.25rem);
  padding: clamp(1rem, 0.0354560623rem + 1.5572858732vw, 1.875rem) clamp(0.625rem, -0.0639599555rem + 1.1123470523vw, 1.25rem);
}
.about-partners ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: clamp(0.5rem, -0.0511679644rem + 0.8898776418vw, 1rem);
  gap: clamp(0.625rem, -0.0639599555rem + 1.1123470523vw, 1.25rem);
}
.about-partners ul li.head span:first-child, .about-partners ul li .label {
  width: clamp(11.25rem, 2.9824805339rem + 13.3481646274vw, 18.75rem);
  flex-shrink: 0;
}
.about-partners ul li:nth-child(2) .label i, .about-partners ul li:nth-child(2) .value .line i {
  background: #0b58dd;
}
.about-partners ul li:nth-child(2) .value {
  color: #0b58dd;
}
.about-partners ul li:nth-child(3) .label i, .about-partners ul li:nth-child(3) .value .line i {
  background: #f45f03;
}
.about-partners ul li:nth-child(3) .value {
  color: #f45f03;
}
.about-partners ul li:nth-child(4) .label i, .about-partners ul li:nth-child(4) .value .line i {
  background: #3d8318;
}
.about-partners ul li:nth-child(4) .value {
  color: #3d8318;
}
.about-partners ul li:nth-child(5) .label i, .about-partners ul li:nth-child(5) .value .line i {
  background: #245a9a;
}
.about-partners ul li:nth-child(5) .value {
  color: #245a9a;
}
.about-partners ul li:nth-child(6) .label i, .about-partners ul li:nth-child(6) .value .line i {
  background: #245a9a;
}
.about-partners ul li:nth-child(6) .value {
  color: #245a9a;
}
.about-partners ul li:nth-child(7) .label i, .about-partners ul li:nth-child(7) .value .line i {
  background: #e7a601;
}
.about-partners ul li:nth-child(7) .value {
  color: #e7a601;
}
.about-partners ul li:nth-child(8) .label i, .about-partners ul li:nth-child(8) .value .line i {
  background: #7c3ed1;
}
.about-partners ul li:nth-child(8) .value {
  color: #7c3ed1;
}
.about-partners ul li:nth-child(9) .label i, .about-partners ul li:nth-child(9) .value .line i {
  background: #09baab;
}
.about-partners ul li:nth-child(9) .value {
  color: #09baab;
}
.about-partners ul li:nth-child(10) .label i, .about-partners ul li:nth-child(10) .value .line i {
  background: #59a732;
}
.about-partners ul li:nth-child(10) .value {
  color: #59a732;
}
.about-partners ul li:nth-child(11) .label i, .about-partners ul li:nth-child(11) .value .line i {
  background: #3468ec;
}
.about-partners ul li:nth-child(11) .value {
  color: #3468ec;
}
.about-partners ul li:nth-child(12) .label i, .about-partners ul li:nth-child(12) .value .line i {
  background: #f3c001;
}
.about-partners ul li:nth-child(12) .value {
  color: #f3c001;
}
.about-partners ul li:nth-child(13) .label i, .about-partners ul li:nth-child(13) .value .line i {
  background: #f86803;
}
.about-partners ul li:nth-child(13) .value {
  color: #f86803;
}
.about-partners ul li:nth-child(14) .label i, .about-partners ul li:nth-child(14) .value .line i {
  background: #a6a6a7;
}
.about-partners ul li:nth-child(14) .value {
  color: #a6a6a7;
}
.about-partners ul li.head {
  font-size: clamp(1rem, 0.8622080089rem + 0.2224694105vw, 1.125rem);
  color: #666;
  margin-bottom: clamp(0.625rem, -0.0639599555rem + 1.1123470523vw, 1.25rem);
  justify-content: flex-start;
  font-weight: bold;
}
.about-partners ul li .label {
  display: flex;
  align-items: center;
  gap: clamp(0.625rem, -0.752919911rem + 2.2246941046vw, 1.875rem);
}
.about-partners ul li .label i {
  width: clamp(0.5rem, 0.0866240267rem + 0.6674082314vw, 0.875rem);
  height: clamp(0.5rem, 0.0866240267rem + 0.6674082314vw, 0.875rem);
  border-radius: clamp(0.125rem, -0.0127919911rem + 0.2224694105vw, 0.25rem);
}
.about-partners ul li .label span {
  font-size: clamp(1rem, 0.7244160178rem + 0.4449388209vw, 1.25rem);
  font-weight: bold;
}
.about-partners ul li .value {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(0.625rem, -0.752919911rem + 2.2246941046vw, 1.875rem);
  font-weight: bold;
}
.about-partners ul li .line {
  background: #efeff5;
  position: relative;
  border-radius: clamp(0.3125rem, 0.1747080089rem + 0.2224694105vw, 0.4375rem);
  overflow: hidden;
  height: clamp(0.5625rem, 0.2869160178rem + 0.4449388209vw, 0.8125rem);
  width: 100%;
}
.about-partners ul li .line i {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: clamp(0.3125rem, 0.1747080089rem + 0.2224694105vw, 0.4375rem);
}

.index-sustainable.about-sustainable .sustainable-content .g-content p {
  margin: 0;
}

.services {
  padding: clamp(2.5rem, -0.255839822rem + 4.4493882091vw, 5rem) 0;
}
.services .section-title {
  margin-bottom: clamp(1.25rem, -0.127919911rem + 2.2246941046vw, 2.5rem);
}
.services nav ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(0.625rem, -0.4084399333rem + 1.6685205784vw, 1.5625rem);
}
.services nav ul li.active a {
  background: var(--color-primary);
  color: #fff;
}
.services nav ul li.active:hover i {
  background: #fff;
  color: var(--color-primary);
}
.services nav ul li:hover i {
  background: var(--color-primary);
  color: #fff;
}
.services nav ul li a {
  background: #eeeeee;
  border-radius: clamp(0.5rem, -0.0511679644rem + 0.8898776418vw, 1rem);
  padding: clamp(0.5rem, -0.0511679644rem + 0.8898776418vw, 1rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(0.25rem, 0.1122080089rem + 0.2224694105vw, 0.375rem);
  text-align: center;
  height: 100%;
  transition: all 0.3s;
}
.services nav ul li i {
  width: clamp(2.5rem, 1.122080089rem + 2.2246941046vw, 3.75rem);
  height: clamp(2.5rem, 1.122080089rem + 2.2246941046vw, 3.75rem);
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.5rem, 0.6732480534rem + 1.3348164627vw, 2.25rem);
  color: var(--color-primary);
  transition: all 0.3s;
}
.services nav ul li span {
  font-size: clamp(1rem, 0.7244160178rem + 0.4449388209vw, 1.25rem);
}
.services .label {
  display: flex;
  flex-wrap: wrap;
  margin: clamp(1.25rem, -0.127919911rem + 2.2246941046vw, 2.5rem) 0;
  gap: clamp(1rem, 0.0354560623rem + 1.5572858732vw, 1.875rem);
}
.services .label li a {
  display: block;
  padding: clamp(0.5rem, 0.2244160178rem + 0.4449388209vw, 0.75rem) clamp(0.625rem, -0.0639599555rem + 1.1123470523vw, 1.25rem);
  background: #eeeeee;
  border-radius: clamp(1rem, 0.7244160178rem + 0.4449388209vw, 1.25rem);
  font-size: clamp(1rem, 0.8622080089rem + 0.2224694105vw, 1.125rem);
  transition: all 0.3s;
}
.services .label li.active a {
  background: var(--color-primary);
  color: #fff;
}
.services .label li.active:hover a {
  color: #fff;
}
.services .label li:hover a {
  color: var(--color-primary);
}
@media screen and (max-width: 991px) {
  .services nav ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

.services-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.25rem, -2.1947997775rem + 5.5617352614vw, 4.375rem) clamp(1.25rem, -0.8168798665rem + 3.3370411568vw, 3.125rem);
}
.services-items .item {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 0.4488320356rem + 0.8898776418vw, 1.5rem);
}
.services-items .item:hover .img .item-buttons {
  opacity: 1;
  transform: translateY(0);
}
.services-items .item:hover .text h3 {
  color: var(--color-primary);
}
.services-items .item .img {
  position: relative;
  aspect-ratio: 43/27;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.services-items .item .img .img-a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.services-items .item .img .item-buttons {
  display: flex;
  gap: clamp(1rem, 0.0354560623rem + 1.5572858732vw, 1.875rem);
  transform: translateY(20%);
  opacity: 0;
  transition: all 0.3s;
}
.services-items .item .img .item-buttons a {
  white-space: nowrap;
}
.services-items .item .text {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: clamp(0.625rem, -0.0639599555rem + 1.1123470523vw, 1.25rem);
}
.services-items .item .text h3 {
  font-size: clamp(1rem, 0.7244160178rem + 0.4449388209vw, 1.25rem);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-weight: normal;
  transition: all 0.3s;
}
.services-items .item .text .tag {
  font-size: clamp(0.875rem, 0.7372080089rem + 0.2224694105vw, 1rem);
  color: var(--color-primary);
  background: #f1f2f2;
  padding: clamp(0.25rem, 0.1122080089rem + 0.2224694105vw, 0.375rem) clamp(0.625rem, 0.2116240267rem + 0.6674082314vw, 1rem);
  border-radius: clamp(0.125rem, -0.0127919911rem + 0.2224694105vw, 0.25rem);
}
@media screen and (max-width: 991px) {
  .services-items {
    grid-template-columns: repeat(1, 1fr);
  }
}

.services-detail .g-crumbs, .product-detail .g-crumbs {
  padding: clamp(1.875rem, 0.497080089rem + 2.2246941046vw, 3.125rem) 0;
}

.services-detail-header {
  background: #fff;
  display: flex;
  align-items: center;
}
.services-detail-header .text {
  width: 38.5%;
  padding: 0 clamp(0.9375rem, -1.1982758621rem + 3.4482758621vw, 2.875rem);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(0.625rem, -0.0639599555rem + 1.1123470523vw, 1.25rem);
}
.services-detail-header .text h1 {
  font-size: clamp(1.25rem, 0.1476640712rem + 1.7797552836vw, 2.25rem);
}
.services-detail-header .text .tag {
  font-size: clamp(0.875rem, 0.7372080089rem + 0.2224694105vw, 1rem);
  color: var(--color-primary);
  background: #f1f2f2;
  padding: clamp(0.25rem, 0.1122080089rem + 0.2224694105vw, 0.375rem) clamp(0.625rem, 0.2116240267rem + 0.6674082314vw, 1rem);
  border-radius: clamp(0.125rem, -0.0127919911rem + 0.2224694105vw, 0.25rem);
}
.services-detail-header .text p {
  color: #474747;
  line-height: 1.6;
  margin-bottom: clamp(1.25rem, -0.5412958843rem + 2.8921023359vw, 2.875rem);
}
.services-detail-header .img {
  width: 61.5%;
  aspect-ratio: 43/27;
}
.services-detail-header .img .swiper {
  width: 100%;
  height: 100%;
}
.services-detail-header .img .swiper .services-button-prev {
  left: clamp(1.25rem, -0.127919911rem + 2.2246941046vw, 2.5rem);
}
.services-detail-header .img .swiper .services-button-next {
  right: clamp(1.25rem, -0.127919911rem + 2.2246941046vw, 2.5rem);
}
.services-detail-header .img .swiper .services-button-prev, .services-detail-header .img .swiper .services-button-next {
  margin: 0;
  width: clamp(2.5rem, 1.8110400445rem + 1.1123470523vw, 3.125rem);
  height: clamp(2.5rem, 1.8110400445rem + 1.1123470523vw, 3.125rem);
  border-radius: clamp(0.25rem, 0.1122080089rem + 0.2224694105vw, 0.375rem);
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.services-detail-header .img .swiper .services-button-prev::after, .services-detail-header .img .swiper .services-button-next::after {
  font-size: clamp(0.875rem, 0.7372080089rem + 0.2224694105vw, 1rem);
}
.services-detail-header .img .swiper .services-button-prev:hover, .services-detail-header .img .swiper .services-button-next:hover {
  background: var(--color-primary);
  color: #fff;
}
@media screen and (max-width: 991px) {
  .services-detail-header {
    flex-direction: column;
  }
  .services-detail-header .text, .services-detail-header .img {
    width: 100%;
  }
  .services-detail-header .text {
    order: 2;
    padding: clamp(0.9375rem, 0.5930200222rem + 0.5561735261vw, 1.25rem) clamp(0.625rem, -0.0639599555rem + 1.1123470523vw, 1.25rem);
  }
}

.services-detail-related {
  padding: clamp(1.875rem, 0.497080089rem + 2.2246941046vw, 3.125rem) 0;
}
.services-detail-related .section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: clamp(1.25rem, 0.1476640712rem + 1.7797552836vw, 2.25rem);
}
.services-detail-related .services-items .item .text .tag {
  background: #fff;
}

.send-message {
  padding: clamp(2.5rem, -0.255839822rem + 4.4493882091vw, 5rem) 0;
  background: #edf3f8;
  overflow: hidden;
}
.send-message .container {
  display: flex;
  justify-content: space-between;
  gap: clamp(1.25rem, -0.127919911rem + 2.2246941046vw, 2.5rem);
}
.send-message .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(0.9375rem, -0.0959399333rem + 1.6685205784vw, 1.875rem);
}
.send-message .text .sub-title {
  font-size: clamp(1rem, 0.8622080089rem + 0.2224694105vw, 1.125rem);
}
.send-message .text p {
  line-height: 1.6;
  font-size: clamp(1rem, 0.8622080089rem + 0.2224694105vw, 1.125rem);
  margin-bottom: clamp(0.625rem, -0.0639599555rem + 1.1123470523vw, 1.25rem);
}
.send-message form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: clamp(0.625rem, -0.2017519466rem + 1.3348164627vw, 1.375rem);
  width: 62%;
  flex-shrink: 0;
}
.send-message form .form-item {
  padding: 0 clamp(0.625rem, -0.0639599555rem + 1.1123470523vw, 1.25rem);
  background: #fff;
  width: 100%;
}
.send-message form .form-item:nth-child(-n+4) {
  width: calc((100% - clamp(0.625rem, -0.2017519466rem + 1.3348164627vw, 1.375rem)) / 2);
}
.send-message form .form-item input, .send-message form .form-item select, .send-message form .form-item textarea {
  width: 100%;
  height: clamp(2.125rem, 1.0226640712rem + 1.7797552836vw, 3.125rem);
  outline: none;
  color: #474747;
}
.send-message form .form-item textarea {
  padding: clamp(0.625rem, -0.0639599555rem + 1.1123470523vw, 1.25rem) 0;
  height: initial;
}
.send-message form p {
  line-height: 1.6;
  color: #666;
}
@media screen and (max-width: 991px) {
  .send-message .container {
    flex-direction: column;
    gap: clamp(1.25rem, -0.127919911rem + 2.2246941046vw, 2.5rem);
  }
  .send-message form {
    width: 100%;
  }
}

.products {
  padding: clamp(2.5rem, -0.255839822rem + 4.4493882091vw, 5rem) 0;
}
.products .products-title {
  margin-bottom: clamp(1.875rem, -0.4674638487rem + 3.7819799778vw, 4rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(1.25rem, -0.127919911rem + 2.2246941046vw, 2.5rem);
}
.products .products-title h2 {
  font-size: clamp(1.5rem, -0.2912958843rem + 2.8921023359vw, 3.125rem);
  width: clamp(18.75rem, 11.8604004449rem + 11.1234705228vw, 25rem);
  flex-shrink: 0;
}
.products .products-title form {
  background: #f4f4f4;
  display: flex;
  align-items: center;
  height: clamp(2.5rem, 1.8110400445rem + 1.1123470523vw, 3.125rem);
  border-radius: clamp(0.375rem, 0.0994160178rem + 0.4449388209vw, 0.625rem);
  width: 100%;
}
.products .products-title form input {
  width: 100%;
  height: 100%;
  background: none;
  outline: none;
  padding-left: clamp(0.9375rem, -1.1982758621rem + 3.4482758621vw, 2.875rem);
  color: #333;
  font-size: clamp(0.875rem, 0.7372080089rem + 0.2224694105vw, 1rem);
}
.products .products-title form button {
  width: clamp(3.75rem, 0.994160178rem + 4.4493882091vw, 6.25rem);
  height: 100%;
  background: var(--color-primary);
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: clamp(0.375rem, 0.0994160178rem + 0.4449388209vw, 0.625rem);
}
.products .products-title form button i {
  font-size: clamp(1.125rem, 0.7116240267rem + 0.6674082314vw, 1.5rem);
}
@media screen and (max-width: 991px) {
  .products .products-title {
    flex-direction: column;
  }
  .products .products-title h2 {
    width: 100%;
  }
}

.product-content {
  display: flex;
  justify-content: space-between;
  gap: clamp(1.25rem, -0.127919911rem + 2.2246941046vw, 2.5rem);
}
.product-content .left {
  flex-shrink: 0;
  width: clamp(18.75rem, 11.8604004449rem + 11.1234705228vw, 25rem);
  background: #fff;
  border-radius: clamp(0.5rem, -0.0511679644rem + 0.8898776418vw, 1rem);
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.product-content .left .title {
  padding: clamp(0.625rem, -0.0639599555rem + 1.1123470523vw, 1.25rem);
  text-transform: uppercase;
  font-size: clamp(1.25rem, 0.5610400445rem + 1.1123470523vw, 1.875rem);
  text-align: center;
  color: #fff;
  background: var(--color-primary);
}
.product-content .left > ul {
  padding: clamp(0.625rem, -0.0639599555rem + 1.1123470523vw, 1.25rem);
}
.product-content .left > ul > li {
  padding: clamp(0.5rem, -0.0511679644rem + 0.8898776418vw, 1rem) 0;
  border-bottom: 1px solid #eeeeee;
}
.product-content .left > ul > li:hover {
  background-image: linear-gradient(to right, #fff 0%, rgba(var(--color-primary-rgb), 0.1) 20%, #fff);
}
.product-content .left > ul > li.open:hover {
  background: none;
}
.product-content .left > ul > li.open .label a {
  color: var(--color-primary);
}
.product-content .left > ul > li.open .label a i {
  background: var(--color-primary);
  color: #fff;
}
.product-content .left > ul > li.open .label i {
  color: var(--color-primary);
  transform: rotate(180deg);
}
.product-content .left > ul > li.open ul {
  padding-top: clamp(0.5rem, -0.0511679644rem + 0.8898776418vw, 1rem);
  display: block;
}
.product-content .left > ul > li .label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(0.125rem, -0.0127919911rem + 0.2224694105vw, 0.25rem);
}
.product-content .left > ul > li .label a {
  display: flex;
  align-items: center;
  gap: clamp(0.25rem, -0.0255839822rem + 0.4449388209vw, 0.5rem);
  transition: all 0.3s;
}
.product-content .left > ul > li .label a i {
  width: clamp(1.5rem, 1.0866240267rem + 0.6674082314vw, 1.875rem);
  height: clamp(1.5rem, 1.0866240267rem + 0.6674082314vw, 1.875rem);
  border-radius: 50%;
  background: #bfbfbf;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-content .left > ul > li .label a span {
  font-size: clamp(1.125rem, 0.9872080089rem + 0.2224694105vw, 1.25rem);
}
.product-content .left > ul > li .label i {
  font-size: clamp(1rem, 0.8622080089rem + 0.2224694105vw, 1.125rem);
  color: #7f7f7f;
  transition: all 0.3s;
  cursor: pointer;
}
.product-content .left > ul > li ul {
  padding-left: clamp(1.75rem, 1.0610400445rem + 1.1123470523vw, 2.375rem);
  display: none;
}
.product-content .left > ul > li ul li.active a {
  color: var(--color-primary);
}
.product-content .left > ul > li ul li.active a::before {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e68b";
  background: var(--color-primary);
  border-color: var(--color-primary);
}
.product-content .left > ul > li ul li:hover a {
  color: var(--color-primary);
}
.product-content .left > ul > li ul li:hover a::before {
  border-color: var(--color-primary);
}
.product-content .left > ul > li ul li a {
  display: block;
  padding: clamp(0.25rem, -0.0255839822rem + 0.4449388209vw, 0.5rem) 0;
  font-size: clamp(1rem, 0.8622080089rem + 0.2224694105vw, 1.125rem);
  display: flex;
  align-items: center;
  gap: clamp(0.375rem, -0.0383759733rem + 0.6674082314vw, 0.75rem);
  transition: all 0.3s;
}
.product-content .left > ul > li ul li a::before {
  content: "";
  width: clamp(0.75rem, 0.4744160178rem + 0.4449388209vw, 1rem);
  height: clamp(0.75rem, 0.4744160178rem + 0.4449388209vw, 1rem);
  border: 1px solid #cccccc;
  border-radius: clamp(0.125rem, -0.0127919911rem + 0.2224694105vw, 0.25rem);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #fff;
}
.product-content .right {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .product-content {
    flex-direction: column;
  }
  .product-content .left {
    width: 100%;
  }
}

.product-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.875rem, 0.497080089rem + 2.2246941046vw, 3.125rem) clamp(0.625rem, -0.752919911rem + 2.2246941046vw, 1.875rem);
}
.product-items .item:hover .buttons {
  opacity: 1;
  transform: translateY(0);
}
.product-items .item .img {
  display: block;
  position: relative;
  padding-top: 100%;
  box-shadow: 0 0 clamp(0.5rem, -0.0511679644rem + 0.8898776418vw, 1rem) rgba(0, 0, 0, 0.1);
  border-radius: clamp(0.5rem, -0.0511679644rem + 0.8898776418vw, 1rem);
  z-index: 2;
  background: #fff;
}
.product-items .item .img img {
  object-fit: contain;
}
.product-items .item h4 {
  font-size: clamp(1rem, 0.8622080089rem + 0.2224694105vw, 1.125rem);
  text-align: center;
  margin: clamp(0.625rem, 0.2116240267rem + 0.6674082314vw, 1rem);
  font-weight: normal;
}
.product-items .item .buttons {
  display: flex;
  justify-content: space-between;
  opacity: 0;
  transition: all 0.3s;
  transform: translateY(10px);
}
@media screen and (max-width: 991px) {
  .product-items {
    grid-template-columns: repeat(1, 1fr);
  }
  .product-items .item .buttons {
    opacity: 1;
    transform: translateY(0);
  }
}

.product-detail-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-detail-header .product-detail-img, .product-detail-header .product-detail-info {
  width: 50%;
}
.product-detail-header .product-detail-img {
  display: flex;
  justify-content: space-between;
  gap: clamp(0.625rem, -1.4418798665rem + 3.3370411568vw, 2.5rem);
}
.product-detail-header .thumbnail {
  width: clamp(5rem, 1.5552002225rem + 5.5617352614vw, 8.125rem);
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: clamp(0.625rem, -2.130839822rem + 4.4493882091vw, 3.125rem);
}
.product-detail-header .swiper-thumb {
  width: 100%;
  height: clamp(16.25rem, 4.5376807564rem + 18.9098998888vw, 26.875rem);
}
.product-detail-header .swiper-thumb .swiper-slide {
  background: #fff;
  aspect-ratio: 1/1;
  border-radius: clamp(0.375rem, -0.0383759733rem + 0.6674082314vw, 0.75rem);
  height: clamp(6.25rem, 4.1831201335rem + 3.3370411568vw, 8.125rem);
  z-index: 2;
  cursor: pointer;
}
.product-detail-header .swiper-thumb .swiper-slide.swiper-slide-thumb-active::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid var(--color-primary);
  position: absolute;
  left: 0;
  top: 0;
  border-radius: clamp(0.375rem, -0.0383759733rem + 0.6674082314vw, 0.75rem);
}
.product-detail-header .swiper-thumb .swiper-slide img {
  object-fit: contain;
}
.product-detail-header .thumb-pagination {
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
}
.product-detail-header .thumb-pagination .thumb-prev, .product-detail-header .thumb-pagination .thumb-next {
  position: static;
  margin: 0;
  width: clamp(2rem, 0.7598720801rem + 2.0022246941vw, 3.125rem);
  height: clamp(2rem, 0.7598720801rem + 2.0022246941vw, 3.125rem);
  border-radius: clamp(0.25rem, 0.1122080089rem + 0.2224694105vw, 0.375rem);
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  transition: all 0.3s;
}
.product-detail-header .thumb-pagination .thumb-prev::after, .product-detail-header .thumb-pagination .thumb-next::after {
  font-size: clamp(0.875rem, 0.7372080089rem + 0.2224694105vw, 1rem);
}
.product-detail-header .thumb-pagination .thumb-prev:hover, .product-detail-header .thumb-pagination .thumb-next:hover {
  background: var(--color-primary);
}
.product-detail-header .swiper-detail {
  width: 100%;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: clamp(0.5rem, -0.0511679644rem + 0.8898776418vw, 1rem);
}
.product-detail-header .swiper-detail .swiper-slide {
  position: relative;
  z-index: 2;
}
.product-detail-header .swiper-detail .swiper-slide img.g-bg {
  object-fit: contain;
}
.product-detail-header .product-detail-info {
  padding-left: clamp(1.25rem, -0.8168798665rem + 3.3370411568vw, 3.125rem);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: clamp(0.625rem, -0.3395439377rem + 1.5572858732vw, 1.5rem);
}
.product-detail-header .product-detail-info .g-content {
  color: #333;
  font-size: clamp(0.875rem, 0.7372080089rem + 0.2224694105vw, 1rem);
}
@media screen and (max-width: 991px) {
  .product-detail-header {
    flex-direction: column;
  }
  .product-detail-header .product-detail-img, .product-detail-header .product-detail-info {
    width: 100%;
  }
  .product-detail-header .product-detail-img {
    align-items: center;
  }
}

.product-detail-table {
  padding: clamp(2.5rem, -0.255839822rem + 4.4493882091vw, 5rem) 0;
}
.product-detail-table .section-title {
  margin-bottom: clamp(1.25rem, -0.127919911rem + 2.2246941046vw, 2.5rem);
}
.product-detail-table table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  background: #fff;
  border-radius: clamp(0.5rem, -0.0511679644rem + 0.8898776418vw, 1rem);
  overflow: hidden;
}
.product-detail-table table tr:first-child th {
  border-top: none;
  font-size: clamp(1.125rem, 0.2982480534rem + 1.3348164627vw, 1.875rem);
}
.product-detail-table table tr th {
  background: var(--color-primary);
  color: #fff;
  border: none;
  border-right: 1px solid #eee;
  border-top: 1px solid #eee;
  padding: clamp(0.25rem, -0.0255839822rem + 0.4449388209vw, 0.5rem) 0;
  text-transform: uppercase;
  font-size: clamp(1rem, 0.4488320356rem + 0.8898776418vw, 1.5rem);
  font-weight: normal;
}
.product-detail-table table tr td {
  padding: clamp(0.25rem, -0.0255839822rem + 0.4449388209vw, 0.5rem) 0;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  font-size: clamp(1rem, 0.7244160178rem + 0.4449388209vw, 1.25rem);
}

.product-detail-related {
  padding: clamp(0.625rem, -0.0639599555rem + 1.1123470523vw, 1.25rem) 0;
}
.product-detail-related .section-title {
  margin-bottom: clamp(1.25rem, -0.127919911rem + 2.2246941046vw, 2.5rem);
}
.product-detail-related .product-items {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 991px) {
  .product-detail-related .product-items {
    grid-template-columns: repeat(1, 1fr);
  }
}
.product-detail-related .section-cta {
  margin-top: clamp(0.625rem, -0.0639599555rem + 1.1123470523vw, 1.25rem);
}

.news {
  padding: clamp(2.5rem, -0.255839822rem + 4.4493882091vw, 5rem) 0;
}

.news-search {
  display: flex;
  justify-content: space-between;
  gap: clamp(0.625rem, -0.0639599555rem + 1.1123470523vw, 1.25rem);
  margin-bottom: clamp(1.25rem, -0.5412958843rem + 2.8921023359vw, 2.875rem);
}
.news-search .form-item {
  flex-basis: 50%;
  background: #f4f4f4;
  padding: 0 clamp(0.9375rem, -0.0959399333rem + 1.6685205784vw, 1.875rem);
  height: clamp(2.5rem, 1.8110400445rem + 1.1123470523vw, 3.125rem);
  border-radius: clamp(0.25rem, -0.0255839822rem + 0.4449388209vw, 0.5rem);
  display: flex;
  align-items: center;
}
.news-search .form-item select, .news-search .form-item input, .news-search .form-item button {
  background: none;
  border: none;
  outline: none;
  height: 100%;
}
.news-search .form-item select {
  width: 100%;
}
.news-search .form-item input {
  width: 100%;
  background: none;
}
.news-search .form-item button {
  padding: 0 clamp(0.5rem, 0.2244160178rem + 0.4449388209vw, 0.75rem);
  color: #333;
}
.news-search .form-item button i {
  font-size: clamp(1rem, 0.4488320356rem + 0.8898776418vw, 1.5rem);
}

.news-detail {
  padding: clamp(1.25rem, -2.883759733rem + 6.6740823137vw, 5rem) clamp(0.625rem, -9.0204393771rem + 15.5728587319vw, 9.375rem);
  background: #fff;
  border-radius: clamp(0.625rem, -0.0639599555rem + 1.1123470523vw, 1.25rem);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: clamp(0.625rem, -0.0639599555rem + 1.1123470523vw, 1.25rem);
}
.news-detail .time {
  color: #666;
}
.news-detail .g-content {
  margin-bottom: clamp(1.25rem, -0.127919911rem + 2.2246941046vw, 2.5rem);
}

.news-detail-more {
  padding: clamp(2.5rem, -0.255839822rem + 4.4493882091vw, 5rem) 0;
}
.news-detail-more .section-title {
  margin-bottom: clamp(1.25rem, -0.127919911rem + 2.2246941046vw, 2.5rem);
}

.videos {
  padding: clamp(2.5rem, -0.255839822rem + 4.4493882091vw, 5rem) 0;
}

.videos-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: clamp(1.25rem, -2.1947997775rem + 5.5617352614vw, 4.375rem) clamp(1.25rem, -2.883759733rem + 6.6740823137vw, 5rem);
}
.videos-flex .item {
  display: flex;
  flex-direction: column;
  gap: clamp(0.5rem, -0.0511679644rem + 0.8898776418vw, 1rem);
  width: calc((100% - clamp(2.5rem, -5.7675194661rem + 13.3481646274vw, 10rem)) / 2);
}
.videos-flex .item:hover .img i {
  border-color: var(--color-primary);
  background: var(--color-primary);
}
.videos-flex .item:hover .img img {
  transform: scale(1.05);
}
.videos-flex .item .img {
  padding-top: 56%;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.videos-flex .item .img i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: clamp(2.5rem, 0.4331201335rem + 3.3370411568vw, 4.375rem);
  height: clamp(2.5rem, 0.4331201335rem + 3.3370411568vw, 4.375rem);
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: clamp(1.25rem, 0.6988320356rem + 0.8898776418vw, 1.75rem);
  color: #fff;
  transition: all 0.3s;
}
.videos-flex .item .img img {
  transition: all 0.5s;
}
.videos-flex .item h2 {
  font-size: clamp(1rem, 0.7244160178rem + 0.4449388209vw, 1.25rem);
  font-weight: normal;
}

.contact {
  padding: clamp(2.5rem, -0.255839822rem + 4.4493882091vw, 5rem) 0;
}
.contact .section-title {
  margin-bottom: clamp(1.25rem, -0.127919911rem + 2.2246941046vw, 2.5rem);
}
.contact .contact-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.25rem, -0.127919911rem + 2.2246941046vw, 2.5rem);
}
.contact .contact-cards .card {
  background: #fff;
  padding: clamp(1.25rem, -0.8168798665rem + 3.3370411568vw, 3.125rem) clamp(0.9375rem, -1.4738598443rem + 3.893214683vw, 3.125rem);
  border-radius: clamp(0.75rem, -0.4901279199rem + 2.0022246941vw, 1.875rem);
  box-shadow: 0 0 clamp(0.5rem, -0.0511679644rem + 0.8898776418vw, 1rem) rgba(0, 0, 0, 0.1);
}
.contact .contact-cards .card:first-child {
  grid-column: span 3;
}
.contact .contact-cards .card h3 {
  font-size: clamp(1.125rem, 0.7116240267rem + 0.6674082314vw, 1.5rem);
  display: flex;
  align-items: center;
  gap: clamp(0.25rem, -0.0255839822rem + 0.4449388209vw, 0.5rem);
  margin-bottom: clamp(1rem, 0.4488320356rem + 0.8898776418vw, 1.5rem);
}
.contact .contact-cards .card h3 i {
  color: var(--color-primary);
  font-size: clamp(1.125rem, 0.4360400445rem + 1.1123470523vw, 1.75rem);
  font-weight: normal;
}
.contact .contact-cards .card ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(0.25rem, -0.0255839822rem + 0.4449388209vw, 0.5rem);
}
.contact .contact-cards .card ul li {
  font-size: clamp(1rem, 0.8622080089rem + 0.2224694105vw, 1.125rem);
  line-height: 1.6;
}
.contact .contact-cards .card .links {
  margin-top: clamp(1.25rem, -0.8168798665rem + 3.3370411568vw, 3.125rem);
  display: flex;
  align-items: center;
  gap: clamp(0.625rem, -0.0639599555rem + 1.1123470523vw, 1.25rem);
}
.contact .contact-cards .card .links a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1rem, 0.4488320356rem + 0.8898776418vw, 1.5rem);
  background: #eeeeee;
  transition: all 0.3s;
}
.contact .contact-cards .card .links a:hover {
  background: var(--color-primary);
  color: #fff;
}
.contact .contact-cards .card p {
  line-height: 1.6;
  font-size: clamp(1rem, 0.8622080089rem + 0.2224694105vw, 1.125rem);
}
.contact .contact-form {
  position: relative;
  z-index: 2;
  padding: clamp(1.25rem, -4.261679644rem + 8.8987764182vw, 6.25rem) clamp(0.9375rem, -4.9186596218rem + 9.4549499444vw, 6.25rem);
  color: #fff;
  border-radius: clamp(0.75rem, -0.4901279199rem + 2.0022246941vw, 1.875rem);
  overflow: hidden;
  margin-top: clamp(2.5rem, -0.255839822rem + 4.4493882091vw, 5rem);
}
.contact .contact-form .section-title {
  margin-bottom: clamp(0.625rem, -0.0639599555rem + 1.1123470523vw, 1.25rem);
}
.contact .contact-form form {
  margin-top: clamp(1.25rem, -0.127919911rem + 2.2246941046vw, 2.5rem);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(0.625rem, -0.0639599555rem + 1.1123470523vw, 1.25rem) clamp(0.625rem, -0.752919911rem + 2.2246941046vw, 1.875rem);
}
.contact .contact-form form .form-item {
  background: #fff;
  border-radius: clamp(0.25rem, 0.1122080089rem + 0.2224694105vw, 0.375rem);
  padding: 0 clamp(0.9375rem, 0.5930200222rem + 0.5561735261vw, 1.25rem);
}
.contact .contact-form form .form-item:nth-last-of-type(-n+2) {
  grid-column: span 3;
}
.contact .contact-form form .form-item:last-child {
  background: none;
  padding: 0;
  margin-top: clamp(0.625rem, -0.0639599555rem + 1.1123470523vw, 1.25rem);
}
.contact .contact-form form .form-item input, .contact .contact-form form .form-item textarea {
  background: none;
  border: none;
  outline: none;
  height: 40px;
  width: 100%;
}
.contact .contact-form form .form-item textarea {
  height: initial;
  padding: 10px 0;
}
.contact .contact-form.dealer-form {
  background: #edf3f8;
  margin-top: 0;
  color: #333;
}
.contact .contact-form.dealer-form .form-item {
  display: flex;
  align-items: center;
  gap: clamp(0.25rem, -0.0255839822rem + 0.4449388209vw, 0.5rem);
}
.contact .contact-form.dealer-form .form-item label {
  font-size: clamp(0.875rem, 0.7372080089rem + 0.2224694105vw, 1rem);
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: clamp(0.25rem, -0.0255839822rem + 0.4449388209vw, 0.5rem);
  color: #777;
}
.contact .contact-form.dealer-form .form-item label span {
  color: red;
}
.contact .contact-form.dealer-form .form-item .country-select-container .country-select-wrapper {
  border: none;
  height: 40px;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .contact .contact-cards {
    grid-template-columns: 1fr;
  }
  .contact .contact-cards .card:first-child {
    grid-column: span 1;
  }
  .contact .contact-cards .card ul {
    grid-template-columns: 1fr;
  }
  .contact .contact-form form {
    grid-template-columns: repeat(1, 1fr);
  }
  .contact .contact-form form .form-item:nth-last-of-type(-n+2) {
    grid-column: span 1;
  }
}/*# sourceMappingURL=styles.css.map */