body {
  font-family: "Inter", Arial, sans-serif;
  font-size: .875rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Barlow Condensed", Arial, sans-serif !important;
  font-weight: 600 !important;
  font-synthesis-weight: none;
}

:root {
  --bs-warning: #ff6100;
  --bs-warning-rgb: 255, 97, 0;
  --bs-link-color: #6c757d;
  --bs-link-color-rgb: 108, 117, 125;
  --bs-link-hover-color: #495057;
  --bs-link-hover-color-rgb: 73, 80, 87;
}

.btn-warning {
  --bs-btn-color: #fff;
  --bs-btn-bg: #ff6100;
  --bs-btn-border-color: #ff6100;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #ff7624;
  --bs-btn-hover-border-color: #ff7018;
  --bs-btn-focus-shadow-rgb: 217, 82, 0;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #ff8533;
  --bs-btn-active-border-color: #ff8e40;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #ff6100;
  --bs-btn-disabled-border-color: #ff6100;
}

.btn-outline-warning {
  --bs-btn-color: #ff6100;
  --bs-btn-border-color: #ff6100;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #ff6100;
  --bs-btn-hover-border-color: #ff6100;
  --bs-btn-focus-shadow-rgb: 255, 97, 0;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #ff6100;
  --bs-btn-active-border-color: #ff6100;
  --bs-btn-disabled-color: #ff6100;
  --bs-btn-disabled-border-color: #ff6100;
}

.alert-icon {
  width: 1.75rem;
  height: 1.75rem;
}

.alert-success {
  background-image: linear-gradient(90deg, rgba(79, 155, 125, 0.12), rgba(255, 255, 255, 0) 48%);
}

.alert-info,
.alert-primary {
  background-image: linear-gradient(90deg, rgba(91, 123, 217, 0.12), rgba(255, 255, 255, 0) 48%);
}

.alert-warning {
  background-image: linear-gradient(90deg, rgba(255, 97, 0, 0.12), rgba(255, 255, 255, 0) 48%);
}

.alert-danger {
  background-image: linear-gradient(90deg, rgba(207, 92, 92, 0.12), rgba(255, 255, 255, 0) 48%);
}

.bg-tech-industrial {
  background-color: #fff;
  background-image: linear-gradient(90deg, #eef1f4 0%, #f8f9fa 42%, #fff 100%);
}

.section-title::after {
  display: block;
  width: 64px;
  height: 3px;
  margin: 0px auto 0;
  content: "";
  background: #ff6100;
}

.section-title-light::after {
  background: #fff;
}

.section-title-start::after {
  margin-right: 0;
  margin-left: 0;
}

.section-intro {
  max-width: 760px;
}

.fs-md {
  font-size: .875rem;
}

.font-small{
  font-size: .7rem !important;
}

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

.text-line-clamp-2 {
  -webkit-line-clamp: 2;
}

.text-line-clamp-4 {
  -webkit-line-clamp: 3;
  min-height: 4em;
}

.product-card__img {
  height: 220px;
}

.product-card h3 {
  font-family: "Inter", Arial, sans-serif !important;
}

.product-gallery-thumbs .swiper-slide {
  cursor: pointer;
  opacity: 0.55;
  transition: border-color 180ms ease, opacity 180ms ease;
}

.product-gallery-thumbs {
  margin: -1px;
  padding: 1px;
}

.product-gallery-thumbs .swiper-slide-thumb-active {
  border-color: #ff6100 !important;
  opacity: 1;
}

.product-gallery {
  top: 96px !important;
}

.product-detail-section .content-swiper-prev {
  top: calc(50% - .5rem) !important;
  left: 5px !important;
  background: rgba(33, 37, 41, 0.62);
}

.product-detail-section .content-swiper-next {
  top: calc(50% - .5rem) !important;
  right: 5px !important;
  background: rgba(33, 37, 41, 0.62);
}

@media (min-width: 992px) {
  .product-gallery-col {
    align-self: stretch;
  }
}

.product-description-wrap {
  color: var(--bs-body-color);
}

.product-description-wrap h3:first-child,
.product-description-wrap h4:first-child,
.product-description-wrap h5:first-child,
.product-description-wrap h6:first-child {
  margin-top: 0;
}

.product-description-wrap h3 {
  font-size: 1.5rem;
}

.product-description-wrap h4 {
  font-size: 1.25rem;
}

.product-description-wrap h5 {
  font-size: 1.125rem;
}

.product-description-wrap h6 {
  font-size: 1rem;
}

.product-description-wrap p,
.product-description-wrap li {
  color: var(--bs-secondary-color);
  line-height: 1.25;
}

.product-description-wrap p,
.product-description-wrap ul,
.product-description-wrap ol,
.product-description-wrap table,
.product-description-wrap img {
  margin-bottom: 1rem;
}

.product-description-wrap img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.product-description-wrap table {
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: transparent;
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  width: 100%;
  color: var(--bs-table-color);
  vertical-align: middle;
  border-color: var(--bs-table-border-color);
}

.product-description-wrap table > :not(caption) > * > * {
  padding: .5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  border-color: var(--bs-table-border-color);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}

.product-description-wrap table > tbody {
  vertical-align: inherit;
}

.product-description-wrap table > thead {
  vertical-align: bottom;
}

.product-description-wrap table th,
.product-description-wrap table td {
  border: 0;
  border-bottom: var(--bs-border-width) solid var(--bs-table-border-color);
}

.product-description-wrap table tbody tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.product-description-wrap table th {
  width: 25%;
  font-weight: 600;
}

.category-filter-sidebar {
  top: 96px;
}

.category-hero {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  height: 180px;
  overflow: hidden;
}

.category-hero::before,
.category-hero::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}

.category-hero::before {
  z-index: -1;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0.58) 58%, rgba(0, 0, 0, 0.32));
}

.category-hero::after {
  z-index: -1;
  background-image: radial-gradient(rgba(255, 255, 255, 0.14) 1px, transparent 1px);
  background-size: 4px 4px;
  opacity: 0.22;
}

.category-hero__video {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-us__img {
  min-height: 360px;
  object-fit: cover;
}

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

.about-us__panel::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(62deg, transparent 0 18%, rgba(255, 255, 255, 0.02) 18% 30%, transparent 30% 100%),
    linear-gradient(118deg, transparent 0 46%, rgba(255, 255, 255, 0.018) 46% 58%, transparent 58% 100%),
    linear-gradient(180deg, rgba(255, 97, 0, 0.025), transparent 55%);
  pointer-events: none;
}

.about-us__content {
  position: relative;
  z-index: 1;
  max-width: 620px;
}

.choose-us__icon {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.choose-us {
  position: relative;
  overflow: hidden;
}

.choose-us::before {
  position: absolute;
  inset: 0;
  content: "";
  background-image: url("../images/choose-us/global.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.18;
  pointer-events: none;
}

.choose-us .container {
  position: relative;
  z-index: 1;
}

.manufacturing-card {
  background: #f8f9fa;
}

.manufacturing-card__img {
  object-fit: cover;
}

.manufacturing-card__label {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 18px 16px 12px;
  color: #fff;
  clip-path: polygon(0 28%, 100% 0, 100% 100%, 0 100%);
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal-from-start {
  transform: translateX(-32px);
}

.reveal-delay-1 {
  transition-delay: 120ms;
}

.reveal-delay-2 {
  transition-delay: 200ms;
}

.reveal-delay-3 {
  transition-delay: 280ms;
}

.reveal-delay-4 {
  transition-delay: 360ms;
}

.reveal-delay-5 {
  transition-delay: 440ms;
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translate(0, 0);
}

.hover-zoom__img {
  transition: transform 220ms ease;
}

.hover-zoom:hover .hover-zoom__img,
.hover-zoom:focus-within .hover-zoom__img {
  transform: scale(1.06);
}

.content-swiper .swiper-slide {
  display: flex;
  height: auto;
}

.content-swiper .card {
  width: 100%;
}

.content-swiper {
  opacity: 0;
  transition: opacity 160ms ease;
  user-select: none;
}

.content-swiper.is-ready {
  opacity: 1;
}

.content-swiper img {
  -webkit-user-drag: none;
}

.content-swiper-prev,
.content-swiper-next {
  --swiper-navigation-size: 18px;
  --swiper-navigation-color: #fff;
  width: 34px;
  height: 34px;
  background: #212529;
  border-radius: .25rem;
  user-select: none;
}

.content-swiper-prev.swiper-button-disabled,
.content-swiper-next.swiper-button-disabled {
  display: none;
}

.content-swiper:not(.swiper-initialized) ~ .content-swiper-prev,
.content-swiper:not(.swiper-initialized) ~ .content-swiper-next {
  display: none;
}

.swiper-navigation-icon {
  width: 8px !important;
}

.product-menu-toggle {
  background: transparent;
  border: 0;
}

.site-header {
  z-index: 1030;
  background: #000;
  transition: background 180ms ease;
}

.site-header.fixed-top {
  position: sticky !important;
  top: 0;
}

.home-page .site-header.fixed-top {
  position: fixed !important;
}

.home-page .site-header {
  background: rgba(0, 0, 0, 0.18);
  -webkit-backdrop-filter: blur(18px) saturate(135%);
  backdrop-filter: blur(18px) saturate(135%);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
}

.home-page .site-header.is-hero-hidden {
  background: rgba(0, 0, 0, 0.98);
}

.main_nav {
  transition:
    opacity 180ms ease,
    transform 220ms ease;
}

.main_nav.is-search-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateX(16px);
}

.header-actions {
  position: relative;
}

.logo {
  width: 120px;
}

.product-search-form {
  position: absolute;
  top: 50%;
  right: calc(100% - 40px);
  width: min(680px, calc(100vw - 280px));
  opacity: 0;
  pointer-events: none;
  transform: translate(24px, -50%);
  transition:
    opacity 180ms ease,
    transform 220ms ease;
}

.product-search-form.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translate(0, -50%);
}

.product-search-control {
  display: flex;
  align-items: center;
  height: 44px;
  background: #fff;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: 999px;
}

.product-search-control.is_show_dropdown_search {
  border-radius: .75rem .75rem 0 0;
}

.product-search-keyword {
  flex: 1 1 auto;
  min-width: 0;
}

.product-search-form .form-control {
  background-color: transparent !important;
  height: 44px;
  min-width: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.product-search-results {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  max-height: 320px;
  overflow-y: auto;
  background: #fff;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-top: 0;
  border-radius: 0 0 .75rem .75rem;
  box-shadow: var(--bs-box-shadow);
}

.product-search-results.is-show {
  display: block;
}

.product-search-result {
  display: block;
  padding: 10px 14px;
  color: var(--bs-body-color);
  text-decoration: none;
  border-bottom: var(--bs-border-width) solid var(--bs-border-color);
}

.product-search-result:last-child {
  border-bottom: 0;
}

.product-search-result:hover,
.product-search-result:focus {
  color: var(--bs-body-color);
  background: var(--bs-tertiary-bg);
}

.product-search-result__title {
  overflow: hidden;
  font-size: .875rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-search-category {
  position: relative;
  flex: 0 0 170px;
  align-self: stretch;
  border-left: var(--bs-border-width) solid var(--bs-border-color);
}

.product-search-category-toggle {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 0 14px;
  overflow: hidden;
  color: var(--bs-body-color);
  text-align: left;
  white-space: nowrap;
  background: transparent;
  border: 0;
}

.product-search-category-toggle::after {
  flex: 0 0 auto;
}

.product-search-category-menu {
  min-width: 100%;
  max-height: 280px;
  overflow-y: auto;
}

.product-search-category-menu .dropdown-item{
  font-size: .75rem !important;
}

.product-search-category-menu .dropdown-item.active,
.product-search-category-menu .dropdown-item:active {
  background-color: #ff6100;
}

.product-search-submit {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  margin: 0 4px;
  padding: 0;
}

.search_product_btn {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #111827;
}

.hero_wrap,
.hero-swiper,
.hero-slide {
  height: 600px;
}

.hero_wrap {
  position: relative;
  overflow: hidden;
}

.hero-slide {
  position: relative;
}

.hero-slide::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.18) 48%, rgba(0, 0, 0, 0.05));
  pointer-events: none;
}

.hero-slide__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-slide__content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
}

.hero-slide__text {
  max-width: 900px;
  color: #fff;
}

.hero-slide__text h1 {
  margin-bottom: 20px;
  font-size: clamp(2.5rem, 5vw, 4.75rem);
  font-weight: 700;
  line-height: 1.08;
}

.hero-slide__text p {
  max-width: 650px;
  margin-bottom: 34px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.55;
}

.hero-slide__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-slide__actions .btn {
  min-width: 150px;
  padding: 0.8125rem 1.5rem;
}

.hero-pagination.swiper-pagination {
  bottom: 28px;
  z-index: 3;
}

.hero-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background: #fff;
  opacity: 0.58;
}

.hero-pagination .swiper-pagination-bullet-active {
  background: #ff6100;
  opacity: 1;
}

.category-showcase {
  position: relative;
  z-index: 4;
}

.category-card {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 310px;
  background:
    linear-gradient(180deg, #edf0f4 0%, #f7f8fa 42%, #ffffff 100%);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.category-card::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(62deg, transparent 0 16%, rgba(180, 188, 198, 0.1) 16% 30%, transparent 30% 100%),
    linear-gradient(118deg, transparent 0 40%, rgba(202, 208, 216, 0.16) 40% 52%, transparent 52% 100%),
    linear-gradient(64deg, transparent 0 58%, rgba(166, 174, 186, 0.08) 58% 72%, transparent 72% 100%);
  -webkit-mask-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.75) 48%, transparent 100%);
  mask-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.75) 48%, transparent 100%);
  pointer-events: none;
}

.category-card > * {
  position: relative;
  z-index: 1;
}

.category-card__img {
  height: 200px;
  transition: transform 220ms ease;
}

.category-card:hover,
.category-card:focus {
  border-color: #c9ced8;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.1);
  transform: translateY(-2px);
}

.category-card:hover .category-card__img,
.category-card:focus .category-card__img {
  transform: scale(1.035);
}

.category-card:hover .card-title,
.category-card:focus .card-title {
  color: var(--bs-warning);
}

.category-card .card-body p.text-truncate{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: initial;
}

.process-step {
  position: relative;
  overflow: hidden;
  min-height: 159px;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.process-step::before {
  position: absolute;
  inset: 0;
  content: "";
  background-position: right -30px;
  background-repeat: no-repeat;
  background-size: 60% auto;
  opacity: 0.65;
  pointer-events: none;
}

.custom-router-bits .row-cols-xl-3 > .col:nth-child(1) .process-step::before {
  background-image: url("../images/custom/Inquiry.jpg");
}

.custom-router-bits .row-cols-xl-3 > .col:nth-child(2) .process-step::before {
  background-image: url("../images/custom/Drawing.jpg");
}

.custom-router-bits .row-cols-xl-3 > .col:nth-child(3) .process-step::before {
  background-image: url("../images/custom/Sampling.jpg");
}

.custom-router-bits .row-cols-xl-3 > .col:nth-child(4) .process-step::before {
  background-image: url("../images/custom/Production.jpg");
}

.custom-router-bits .row-cols-xl-3 > .col:nth-child(5) .process-step::before {
  background-image: url("../images/custom/QC.jpg");
}

.custom-router-bits .row-cols-xl-3 > .col:nth-child(6) .process-step::before {
  background-image: url("../images/custom/Shipping.jpg");
}

.process-step__number {
  width: 36px;
  height: 36px;
  color: #fff;
  font-weight: 700;
  background: #ff6100;
  border-radius: 50%;
}

.process-step > * {
  position: relative;
  z-index: 1;
  max-width: 100%;
}

.process-step:hover,
.process-step:focus-within {
  border-color: #ff6100;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.1);
  transform: translateY(-2px);
}

.industry-card {
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.industry-card:hover,
.industry-card:focus-within {
  border-color: #ff6100;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.1);
  transform: translateY(-2px);
}

.industry-card__img {
  height: 90px;
  object-fit: cover;
}

.blog-card {
  min-height: 132px;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.blog-card:hover,
.blog-card:focus {
  border-color: #ff6100;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.1);
  transform: translateY(-2px);
}

.blog-card__img {
  height: 100px;
  object-fit: cover;
}

.contact-section {
  position: relative;
  overflow: hidden;
}

.contact-section::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(115deg, transparent 0 10%, rgba(255, 255, 255, 0.12) 10% 24%, transparent 24% 100%),
    linear-gradient(64deg, transparent 0 38%, rgba(255, 255, 255, 0.1) 38% 50%, transparent 50% 100%),
    linear-gradient(116deg, transparent 0 62%, rgba(255, 255, 255, 0.08) 62% 76%, transparent 76% 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 62%);
  pointer-events: none;
}

.contact-section .container {
  position: relative;
  z-index: 1;
}

.contact-panel__icon {
  width: 30px;
  height: 30px;
  color: #fff;
  background: #ff6100;
}

.wechat-qr-img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}

.footer-link {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  transition: color 160ms ease;
}

.footer-link:hover,
.footer-link:focus {
  color: #fff;
}

.footer-accordion {
  --bs-accordion-bg: transparent;
  --bs-accordion-border-color: transparent;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-active-bg: transparent;
  --bs-accordion-active-color: #fff;
}

.footer-accordion__button {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-accordion__button:not(.collapsed) {
  color: #fff;
}

.footer-accordion__button::after {
  filter: invert(1) grayscale(1);
  opacity: 0.7;
}

@media (min-width: 992px) {
  .footer-accordion .accordion-collapse {
    display: block !important;
    height: auto !important;
    visibility: visible;
  }

  .footer-accordion__button {
    padding-top: 0 !important;
    padding-bottom: .5rem !important;
    border-bottom: 0;
    pointer-events: none;
  }

  .footer-accordion__button::after {
    display: none;
  }
}

.social-link {
  width: 34px;
  height: 34px;
  color: rgba(255, 255, 255, 0.62);
  text-decoration: none;
  transition: color 160ms ease;
}

.social-link:hover,
.social-link:focus {
  color: #fff;
}

.products-mega-menu {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1021;
  width: 100%;
  background: #fff;
  border-top: 1px solid #eef0f3;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-18px);
  transition:
    opacity 180ms ease,
    transform 220ms ease;
}

.products-mega-menu.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.products-mega-menu__inner {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 32px;
  padding: 34px 0 38px;
}

.products-mega-menu__group {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 10px;
}

.products-mega-menu__group a {
  color: #4b5563;
  font-size: 0.8375rem;
  line-height: 1.35;
  text-decoration: none;
  transition: color 160ms ease;
}

.products-mega-menu__group a:hover,
.products-mega-menu__group a:focus {
  color: #ff6100;
}

.products-mega-menu__group .products-mega-menu__title {
  margin-bottom: 4px;
  color: #111827;
  font-size: 1rem;
  font-weight: 700;
}

/* Responsive */
@media (min-width: 768px) {
  .logo {
    width: 161px !important;
    height: 29px;
  }

  .section-title::after {
    margin: 12px auto 0;
  }

  .content-swiper-prev {
    left: -45px !important;
  }

  .content-swiper-next {
    right: -45px !important;
  }

  .industry-card__img{
    height: 220px;
  }

  .blog-card__img{
    height: 190px;
  }
}

@media (min-width: 1400px) {

  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: 1440px;
  }
}

@media (min-width: 992px) {
  .main_nav .nav-link {
    color: #fff !important;
  }
}

@media (max-width: 1199.98px) {
  .products-mega-menu__inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .products-mega-menu {
    position: fixed;
    inset: 0;
    top: 0 !important;
    z-index: 1060;
    height: 100vh;
    max-height: none;
    overflow-y: auto;
    border-top: 0;
    transform: translateX(-100%);
  }

  .products-mega-menu.is-open {
    transform: translateX(0);
  }

  .products-mega-menu__inner {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0px 0 34px;
  }

  .products-mega-menu__group {
    gap: 8px;
    padding: 18px 0;
    border-bottom: 1px solid #eef0f3;
  }
}

@media (max-width: 767.98px) {

  .hero_wrap,
  .hero-swiper,
  .hero-slide {
    height: 300px;
  }

  .hero-slide__text h1 {
    font-size: 1.45rem;
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .hero-slide__text p {
    font-size: 1rem;
    margin-bottom: 20px;
  }

  .hero-slide__actions .btn {
    min-width: 0;
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: var(--bs-border-radius-sm);
  }

  .hero-slide::after {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.58) 62%, rgba(0, 0, 0, 0.32));
  }

  .category-hero {
    height: 180px;
    padding-top: 88px !important;
  }

  .category-hero::before {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.64));
  }

  .header-actions {
    position: static;
  }

  .product-search-form {
    position: fixed;
    top: 52px;
    left: 0;
    right: auto;
    z-index: 1040;
    width: 100vw;
    padding: 12px;
    background: #000;
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.12);
    transform: translateY(-100%);
  }

  .product-search-form.is-open {
    transform: translateY(0);
  }

  .product-search-form .form-control {
    border-radius: 0;
  }

  .product-search-control {
    border-radius: 0;
  }

  .product-search-control.is_show_dropdown_search {
    border-radius: .75rem .75rem 0 0;
  }

  .product-search-results {
    top: calc(100% - 12px);
    left: 12px;
    width: calc(100% - 24px);
  }

  .product-search-category {
    flex-basis: 140px;
  }

  .content-swiper-prev,
  .content-swiper-next {
    display: none;
  }

  .category-card {
    min-height: 280px;
  }

  .category-card__img {
    height: 150px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal-on-scroll {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* icon */
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
