/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/ucc73fwrk3iltehus_nvmrmxcp50sjia2jl7suc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/ucc73fwrk3iltehus_nvmrmxcp50sjia0zl7suc.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/ucc73fwrk3iltehus_nvmrmxcp50sjia2zl7suc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/ucc73fwrk3iltehus_nvmrmxcp50sjia1pl7suc.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/ucc73fwrk3iltehus_nvmrmxcp50sjia2pl7suc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/ucc73fwrk3iltehus_nvmrmxcp50sjia25l7suc.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/ucc73fwrk3iltehus_nvmrmxcp50sjia1zl7.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --industrial-navy: #142238;
  --industrial-ink: #0b1524;
  --industrial-blue: #0f52ba;
  --industrial-orange: #ff6b00;
  --industrial-line: #d9e2ee;
  --industrial-soft: #f3f6fa;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--industrial-soft);
}

html,
body,
.site-modern {
  direction: ltr;
}

.site-modern {
  color: #1b2433;
}

.site-header {
  box-shadow: 0 12px 35px rgba(10, 20, 35, .08);
}

.site-topbar {
  background: var(--industrial-navy);
  color: rgba(255, 255, 255, .82);
  font-size: 13px;
  line-height: 1.4;
  padding: 9px 0;
}

.site-topbar-note {
  letter-spacing: .02em;
}

.site-topbar-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.site-topbar-links a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(255, 255, 255, .86);
}

.site-topbar-links a:hover {
  color: #fff;
}

.site-mainnav {
  background: rgba(255, 255, 255, .97);
}

.adminbuy_logo {
  max-height: 54px;
  width: auto;
}

.site-nav {
  align-items: center;
  gap: 28px;
}

.site-nav > a {
  position: relative;
  color: #172235;
  font-size: 15px;
  line-height: 42px;
}

.site-nav > a:not(.site-quote-btn)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1px;
  height: 2px;
  background: var(--industrial-orange);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .22s ease;
}

.site-nav > a:not(.site-quote-btn):hover::after,
.site-nav > a.text-primary::after {
  transform: scaleX(1);
}

.pb-language-switcher {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.pb-language-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(15, 82, 186, .18);
  border-radius: 999px;
  background: #fff;
  color: #172235;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 10px 22px rgba(20, 34, 56, .08);
}

.pb-language-btn .fa-globe {
  color: var(--industrial-orange);
}

.pb-language-btn .fa-chevron-down {
  font-size: 11px;
  transition: transform .2s ease;
}

.pb-language-switcher.is-open .pb-language-btn .fa-chevron-down {
  transform: rotate(180deg);
}

.pb-language-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 60;
  display: none;
  min-width: 178px;
  padding: 8px;
  border: 1px solid var(--industrial-line);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 18px 38px rgba(15, 23, 42, .18);
}

.pb-language-switcher.is-open .pb-language-dropdown {
  display: grid;
  gap: 4px;
}

.pb-language-dropdown button {
  display: flex;
  width: 100%;
  align-items: center;
  padding: 9px 11px;
  border-radius: 4px;
  color: #243247;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
}

.pb-language-dropdown button:hover {
  background: rgba(255, 107, 0, .09);
  color: var(--industrial-orange);
}

body {
  top: 0 !important;
}

.site-quote-btn,
.industrial-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 26px;
  border-radius: 4px;
  box-shadow: 0 12px 28px rgba(11, 21, 36, .14);
}

.site-quote-btn {
  min-height: 40px;
  padding: 9px 22px;
  box-shadow: none;
}

.industrial-btn-primary {
  background: var(--industrial-orange);
}

.industrial-btn-primary:hover {
  background: #e95f00;
}

.industrial-btn-dark {
  background: var(--industrial-navy);
}

.industrial-btn-dark:hover {
  background: var(--industrial-ink);
}

.industrial-btn-ghost {
  border: 1px solid rgba(255, 255, 255, .72);
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(8px);
}

.industrial-btn-ghost:hover {
  background: rgba(255, 255, 255, .17);
}

.hero-section {
  min-height: 0;
  height: auto;
  overflow: hidden;
}

.pure-hero-slider {
  position: relative;
  background: #111827;
}

.pure-hero-track {
  display: flex;
  transition: transform .5s ease;
}

.pure-hero-slide {
  flex: 0 0 100%;
}

.pure-hero-slide img {
  display: block;
  width: 100%;
  aspect-ratio: 1920 / 720;
  object-fit: cover;
}

.pure-hero-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, .86);
  color: var(--industrial-orange);
  transform: translateY(-50%);
  transition: background .2s ease, color .2s ease;
}

.pure-hero-arrow:hover {
  background: var(--industrial-orange);
  color: #fff;
}

.pure-hero-prev {
  left: 24px;
}

.pure-hero-next {
  right: 24px;
}

.pure-hero-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 24px;
  z-index: 3;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.pure-hero-dots button {
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .56);
  transition: width .2s ease, background .2s ease;
}

.pure-hero-dots button.is-active {
  width: 28px;
  background: var(--industrial-orange);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(8, 17, 31, .88) 0%, rgba(13, 28, 48, .68) 45%, rgba(13, 28, 48, .22) 100%),
    linear-gradient(0deg, rgba(8, 17, 31, .42), rgba(8, 17, 31, .18));
}

.hero-grid {
  opacity: .22;
  background-image:
    linear-gradient(rgba(255, 255, 255, .12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .12) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(90deg, #000, transparent 75%);
}

.hero-kicker,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.hero-kicker {
  margin-bottom: 18px;
  color: #ffd7bd;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: 13px;
}

.hero-kicker::before,
.section-kicker::before {
  content: "";
  width: 38px;
  height: 3px;
  background: var(--industrial-orange);
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 650px;
  margin-top: 46px;
  border: 1px solid rgba(255, 255, 255, .16);
  background: rgba(7, 18, 34, .46);
  backdrop-filter: blur(10px);
}

.hero-metrics div {
  padding: 18px 20px;
  border-right: 1px solid rgba(255, 255, 255, .14);
}

.hero-metrics div:last-child {
  border-right: 0;
}

.hero-metrics strong {
  display: block;
  color: #fff;
  font-size: 28px;
  line-height: 1;
}

.hero-metrics span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, .74);
  font-size: 13px;
}

.section-title {
  color: #142238;
  letter-spacing: 0;
}

.section-link {
  border-bottom: 2px solid var(--industrial-orange);
  padding-bottom: 4px;
}

.home-products {
  position: relative;
  background:
    linear-gradient(180deg, #f6f8fb 0%, #fff 48%, #f4f7fb 100%);
}

.series-card,
.product-card,
.news-card {
  border-radius: 4px;
}

.series-slider {
  position: relative;
}

.series-viewport {
  overflow: hidden;
}

.series-track {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: 2px 0 12px;
}

.series-track::-webkit-scrollbar {
  display: none;
}

.series-card {
  isolation: isolate;
  flex: 0 0 calc((100% - 120px) / 6);
  min-width: 230px;
  scroll-snap-align: start;
}

.series-card::after {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(255, 255, 255, .18);
  pointer-events: none;
}

.series-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, .94);
  color: var(--industrial-orange);
  box-shadow: 0 10px 24px rgba(20, 34, 56, .16);
  transform: translateY(-50%);
}

.series-arrow:hover {
  background: var(--industrial-orange);
  color: #fff;
}

.series-prev {
  left: -18px;
}

.series-next {
  right: -18px;
}

.product-card,
.news-card {
  border: 1px solid var(--industrial-line);
  background: #fff;
  box-shadow: 0 14px 34px rgba(21, 34, 53, .08);
}

.product-img {
  display: block;
  background: linear-gradient(180deg, #f8fafc, #e8edf5);
}

.product-img img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
  padding: 18px;
  transition: transform .35s ease;
}

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

.product-card-body h3 {
  min-height: 32px;
}

.product-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 15px;
  color: var(--industrial-blue);
  font-weight: 700;
  font-size: 14px;
}

.product-more:hover {
  color: var(--industrial-orange);
}

.product-intro {
  position: relative;
  max-width: 920px;
  margin: 18px auto 0;
  padding: 22px 30px 22px 34px;
  border-left: 4px solid var(--industrial-orange);
  background: linear-gradient(90deg, rgba(15, 82, 186, .06), rgba(15, 82, 186, .025));
  color: #475569;
  line-height: 1.65;
  box-shadow: 0 14px 32px rgba(20, 34, 56, .06);
  text-align: left;
}

.home-about {
  position: relative;
  overflow: hidden;
}

.application-scenario {
  background: #2f2f2f;
  padding: 18px 20px 12px;
}

.application-frame {
  border: 0;
  padding: 28px 0 0;
}

.application-title {
  margin: 0 0 42px;
  color: #fff;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.15;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0;
}

.application-slider {
  position: relative;
  overflow: hidden;
}

.application-track {
  display: flex;
  transition: transform .45s ease;
}

.application-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .95fr);
  align-items: stretch;
  flex: 0 0 100%;
  margin-bottom: -16px;
}

.application-img {
  min-height: 0;
  background: #1d1d1d;
}

.application-img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
  min-height: 0;
  display: block;
  object-fit: cover;
}

.application-copy {
  display: flex;
  min-height: 0;
  flex-direction: column;
  justify-content: center;
  background: #fff;
  padding: 38px 58px;
}

.application-copy h3 {
  max-width: 720px;
  margin: 0 0 18px;
  color: #050505;
  font-size: clamp(1.75rem, 2.2vw, 2.35rem);
  line-height: 1.35;
  font-weight: 800;
}

.application-copy p {
  max-width: 700px;
  color: #4d5665;
  font-size: 17px;
  line-height: 1.75;
}

.application-more {
  display: inline-flex;
  width: max-content;
  align-items: center;
  gap: 9px;
  margin-top: 22px;
  color: var(--industrial-orange);
  font-weight: 800;
}

.application-more:hover {
  color: #e95f00;
}

.application-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, .92);
  color: var(--industrial-orange);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .18);
  transform: translateY(-50%);
  transition: background .2s ease, color .2s ease;
}

.application-arrow:hover {
  background: var(--industrial-orange);
  color: #fff;
}

.application-prev {
  left: 18px;
}

.application-next {
  right: 18px;
}

.application-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 24px 0 6px;
}

.application-dots button {
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: rgba(255, 107, 0, .25);
  transition: width .2s ease, background .2s ease;
}

.application-dots button.is-active {
  width: 28px;
  background: var(--industrial-orange);
}

.home-advantages {
  background: #f4f4f4;
  padding: 0 30px 30px;
}

.advantages-inner {
  position: relative;
  overflow: hidden;
  border: 0;
  padding: 86px 0 74px;
  background:
    radial-gradient(circle at 20% 18%, rgba(15, 82, 186, .035) 0 1px, transparent 1px),
    radial-gradient(circle at 72% 28%, rgba(15, 82, 186, .035) 0 1px, transparent 1px),
    #f6f6f6;
  background-size: 10px 10px, 12px 12px, auto;
}

.advantages-inner::before {
  content: "";
  position: absolute;
  inset: 60px 0 auto;
  height: 280px;
  opacity: .08;
  background:
    radial-gradient(ellipse at 22% 46%, #778899 0 18%, transparent 19%),
    radial-gradient(ellipse at 50% 38%, #778899 0 20%, transparent 21%),
    radial-gradient(ellipse at 74% 42%, #778899 0 16%, transparent 17%);
  filter: blur(.2px);
  pointer-events: none;
}

.advantages-head {
  position: relative;
  z-index: 1;
  max-width: 850px;
  margin: 0 auto 70px;
  text-align: center;
}

.advantages-head h2 {
  margin: 0 0 18px;
  color: #050505;
  font-size: clamp(2rem, 3vw, 2.75rem);
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.advantages-head p {
  color: #5f5f5f;
  font-size: 20px;
  line-height: 1.55;
}

.advantages-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 64px;
}

.advantage-card {
  position: relative;
  min-height: 380px;
  padding: 48px 24px 42px;
  background: #fff;
  text-align: center;
  box-shadow: 0 16px 34px rgba(20, 34, 56, .04);
}

.advantage-card::after {
  content: "";
  position: absolute;
  right: 16px;
  bottom: 12px;
  width: 18px;
  height: 18px;
  background: var(--industrial-orange);
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

.advantage-icon {
  display: inline-flex;
  width: 80px;
  height: 80px;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  border-radius: 6px;
  background: #f7f7f7;
  color: var(--industrial-orange);
  font-size: 34px;
}

.advantage-card h3 {
  margin: 0 0 28px;
  color: #050505;
  font-size: 25px;
  line-height: 1.28;
  font-weight: 800;
}

.advantage-card p {
  color: #3f4752;
  font-size: 18px;
  line-height: 1.55;
}

.home-about::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(15, 82, 186, .05), transparent 44%);
  pointer-events: none;
}

.about-stats > div {
  border: 1px solid var(--industrial-line);
  background: #fff;
  padding: 18px 12px;
  text-align: center;
  box-shadow: 0 10px 22px rgba(20, 34, 56, .06);
}

.about-media {
  border-radius: 4px !important;
  box-shadow: 22px 22px 0 rgba(15, 82, 186, .12), 0 18px 45px rgba(15, 28, 45, .18) !important;
}

.home-news {
  background:
    linear-gradient(180deg, #f4f7fb, #eef3f9);
}

.news-card img {
  transition: transform .35s ease;
}

.news-card:hover img {
  transform: scale(1.04);
}

.home-cta {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(11, 21, 36, .94), rgba(15, 82, 186, .88)),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, .08) 0 1px, transparent 1px 18px);
}

.home-cta::after {
  content: "";
  position: absolute;
  right: -8%;
  top: -50%;
  width: 44%;
  height: 180%;
  background: rgba(255, 255, 255, .08);
  transform: rotate(18deg);
}

.site-footer {
  background:
    linear-gradient(180deg, #121f33, #091321) !important;
}

.site-footer h3 {
  position: relative;
  padding-bottom: 12px;
}

.site-footer h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 44px;
  height: 3px;
  background: var(--industrial-orange);
}

.footer-social a {
  width: 56px !important;
  height: 56px !important;
  border-radius: 5px !important;
  background: #1f2937 !important;
  color: #fff;
  font-size: 26px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .18);
}

.footer-social a:hover {
  transform: translateY(-2px);
}

.footer-social a:nth-child(1) {
  background: #0a66c2 !important;
}

.footer-social a:nth-child(2) {
  background: #1877f2 !important;
}

.footer-social a:nth-child(3) {
  background: radial-gradient(circle at 30% 107%, #fdf497 0 5%, #fdf497 6% 12%, #fd5949 35%, #d6249f 60%, #285aeb 100%) !important;
}

.footer-links li a,
.footer-contact li span {
  line-height: 1.65;
}

.floating-contact {
  position: fixed;
  right: 22px;
  bottom: 96px;
  z-index: 80;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.floating-contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 20px;
  border-radius: 999px;
  color: #fff;
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease;
}

.floating-contact-btn:hover {
  color: #fff;
  transform: translateY(-2px);
}

.floating-whatsapp {
  background: #25d366;
  box-shadow: 0 14px 32px rgba(37, 211, 102, .34);
}

.floating-whatsapp:hover {
  box-shadow: 0 18px 38px rgba(37, 211, 102, .42);
}

.floating-email {
  background: #e94b4b;
  box-shadow: 0 14px 32px rgba(233, 75, 75, .28);
}

.floating-email:hover {
  box-shadow: 0 18px 38px rgba(233, 75, 75, .36);
}

.floating-contact-btn i {
  font-size: 26px;
}

.pagebar {
  margin-top: 40px;
  text-align: center;
}

.pagination {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.pagination .page-link,
.pagination a {
  min-width: 38px;
  padding: 8px 12px;
  border: 1px solid var(--industrial-line);
  background: #fff;
  color: #243247;
  border-radius: 4px;
}

.pagination .page-link:hover,
.pagination a:hover {
  background: var(--industrial-blue);
  color: #fff;
  border-color: var(--industrial-blue);
}

.inner-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(20, 34, 56, .96), rgba(15, 82, 186, .78)) !important;
  color: #fff;
}

.inner-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .18;
  background-image:
    linear-gradient(rgba(255, 255, 255, .24) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .24) 1px, transparent 1px);
  background-size: 58px 58px;
}

.inner-hero > .container {
  position: relative;
  z-index: 1;
}

.inner-hero h1,
.inner-hero p {
  color: #fff !important;
}

.inner-hero p {
  opacity: .82;
}

.category-strip {
  background: #fff;
  box-shadow: 0 12px 28px rgba(19, 34, 56, .06);
}

.category-strip button {
  border-radius: 4px !important;
  border: 1px solid var(--industrial-line);
}

.category-strip button.adminbuy_btn {
  background: var(--industrial-blue);
  border-color: var(--industrial-blue);
}

.inner-list {
  background: linear-gradient(180deg, #fff, #f7f9fc);
}

.breadcrumb-strip {
  border-bottom: 1px solid var(--industrial-line);
}

.detail-image,
.detail-spec,
.quote-panel,
.contact-card,
.value-card,
.related-news {
  border-radius: 4px;
}

.detail-image {
  border: 1px solid var(--industrial-line);
  background: #fff;
}

.detail-image img {
  background: linear-gradient(180deg, #f9fbfd, #edf2f8);
}

.detail-spec {
  border: 1px solid rgba(15, 82, 186, .12);
}

.adminbuy_cn {
  line-height: 1.85;
  color: #334155;
}

.adminbuy_cn h1,
.adminbuy_cn h2,
.adminbuy_cn h3,
.adminbuy_cn h4 {
  color: #142238;
  font-weight: 700;
}

.adminbuy_cn img {
  border-radius: 4px;
}

.value-card,
.contact-card {
  border: 1px solid var(--industrial-line);
  box-shadow: 0 14px 34px rgba(21, 34, 53, .08);
}

.contact-card {
  background: #fff;
}

.quote-panel {
  border: 1px solid var(--industrial-line);
}

.quote-panel-side {
  background:
    linear-gradient(180deg, var(--industrial-blue), var(--industrial-navy)) !important;
}

.quote-panel input,
.quote-panel textarea {
  border-radius: 4px !important;
}

.related-news {
  border: 1px solid var(--industrial-line);
}

@media (max-width: 1024px) {
  .hero-section {
    height: auto;
    min-height: 0;
  }

  .site-nav {
    gap: 18px;
  }

  .series-card {
    flex-basis: calc((100% - 48px) / 3);
  }
}

@media (max-width: 767px) {
  .site-topbar {
    display: none;
  }

  .adminbuy_logo {
    max-height: 46px;
  }

  .hero-section {
    min-height: 0;
  }

  .pure-hero-slide img {
    aspect-ratio: 4 / 3;
  }

  .pure-hero-arrow {
    display: none;
  }

  .hero-metrics {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .hero-metrics div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
    padding: 13px 16px;
  }

  .hero-metrics div:last-child {
    border-bottom: 0;
  }

  .industrial-btn,
  .site-quote-btn {
    width: 100%;
  }

  .pb-language-mobile {
    display: block;
    width: 100%;
  }

  .pb-language-mobile .pb-language-btn {
    width: 100%;
    justify-content: space-between;
    min-height: 46px;
    border-radius: 4px;
    box-shadow: none;
  }

  .pb-language-mobile .pb-language-dropdown {
    position: static;
    width: 100%;
    margin-top: 8px;
    box-shadow: none;
  }

  .application-scenario {
    padding: 12px;
  }

  .application-frame {
    border-width: 3px;
    padding-top: 24px;
  }

  .application-title {
    margin-bottom: 28px;
  }

  .application-panel {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .application-arrow {
    display: none;
  }

  .application-img,
  .application-img img,
  .application-copy {
    min-height: 0;
  }

  .application-img img {
    aspect-ratio: 4 / 3;
  }

  .application-copy {
    padding: 30px 22px;
  }

  .application-copy p {
    font-size: 15px;
  }

  .home-advantages {
    padding: 0 12px 12px;
  }

  .advantages-inner {
    border-width: 3px;
    padding: 48px 0;
  }

  .advantages-head {
    margin-bottom: 32px;
  }

  .advantages-head p {
    font-size: 16px;
  }

  .advantages-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .advantage-card {
    min-height: 0;
    padding: 34px 22px;
  }

  .advantage-card h3 {
    margin-bottom: 16px;
    font-size: 22px;
  }

  .advantage-card p {
    font-size: 16px;
  }

  .home-news {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .home-news .flex.justify-between {
    align-items: flex-start;
  }

  .news-grid {
    display: flex !important;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 0 2px 12px;
    scrollbar-width: none;
  }

  .news-grid::-webkit-scrollbar {
    display: none;
  }

  .news-card {
    flex: 0 0 100%;
    scroll-snap-align: start;
  }

  .product-intro {
    margin-top: 14px;
    padding: 16px 18px 16px 20px;
    font-size: 15px;
    line-height: 1.6;
    text-align: left;
  }

  .product-grid .product-card:nth-child(n+7) {
    display: none;
  }

  .series-card {
    flex-basis: 78%;
    height: 210px;
  }

  .series-arrow {
    display: none;
  }

  .floating-contact {
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    padding: 8px 10px calc(8px + env(safe-area-inset-bottom));
    background: rgba(255, 255, 255, .96);
    border-top: 1px solid #e5e7eb;
    box-shadow: 0 -8px 24px rgba(15, 23, 42, .12);
  }

  .floating-contact-btn {
    flex-direction: column;
    gap: 4px;
    padding: 0 12px;
    min-height: 58px;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    font-size: 15px;
    color: #111827;
  }

  .floating-contact-btn:hover {
    transform: none;
    color: #111827;
    box-shadow: none;
  }

  .floating-whatsapp i {
    color: #111827;
  }

  .floating-email i {
    color: #e94b4b;
  }

  .floating-contact-btn i {
    font-size: 26px;
  }

  body {
    padding-bottom: 88px;
  }
}

@media (min-width: 768px) and (max-width: 1180px) {
  .advantages-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
  }
}
/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/ucc73fwrk3iltehus_nvmrmxcp50sjia2jl7suc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/ucc73fwrk3iltehus_nvmrmxcp50sjia0zl7suc.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/ucc73fwrk3iltehus_nvmrmxcp50sjia2zl7suc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/ucc73fwrk3iltehus_nvmrmxcp50sjia1pl7suc.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/ucc73fwrk3iltehus_nvmrmxcp50sjia2pl7suc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/ucc73fwrk3iltehus_nvmrmxcp50sjia25l7suc.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/ucc73fwrk3iltehus_nvmrmxcp50sjia1zl7.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/ucc73fwrk3iltehus_nvmrmxcp50sjia2jl7suc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/ucc73fwrk3iltehus_nvmrmxcp50sjia0zl7suc.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/ucc73fwrk3iltehus_nvmrmxcp50sjia2zl7suc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/ucc73fwrk3iltehus_nvmrmxcp50sjia1pl7suc.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/ucc73fwrk3iltehus_nvmrmxcp50sjia2pl7suc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/ucc73fwrk3iltehus_nvmrmxcp50sjia25l7suc.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/ucc73fwrk3iltehus_nvmrmxcp50sjia1zl7.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/ucc73fwrk3iltehus_nvmrmxcp50sjia2jl7suc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/ucc73fwrk3iltehus_nvmrmxcp50sjia0zl7suc.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/ucc73fwrk3iltehus_nvmrmxcp50sjia2zl7suc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/ucc73fwrk3iltehus_nvmrmxcp50sjia1pl7suc.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/ucc73fwrk3iltehus_nvmrmxcp50sjia2pl7suc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/ucc73fwrk3iltehus_nvmrmxcp50sjia25l7suc.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/ucc73fwrk3iltehus_nvmrmxcp50sjia1zl7.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/ucc73fwrk3iltehus_nvmrmxcp50sjia2jl7suc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/ucc73fwrk3iltehus_nvmrmxcp50sjia0zl7suc.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/ucc73fwrk3iltehus_nvmrmxcp50sjia2zl7suc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/ucc73fwrk3iltehus_nvmrmxcp50sjia1pl7suc.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/ucc73fwrk3iltehus_nvmrmxcp50sjia2pl7suc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/ucc73fwrk3iltehus_nvmrmxcp50sjia25l7suc.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/ucc73fwrk3iltehus_nvmrmxcp50sjia1zl7.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
