.banner-content,
.banner-home {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .banner-content,
  .banner-home {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .banner-content,
  .banner-home {
    margin-top: 0;
  }
}
@media screen and (min-width: 1366px) {
  .banner-content,
  .banner-home {
    margin-top: 0;
  }
}

@media screen and (min-width: 1024px) {
  .page-home,
  .content-page {
    margin-top: 82px;
  }
}
@media screen and (min-width: 1366px) {
  .page-home,
  .content-page {
    margin-top: 90px;
  }
}

header .navbar-default .navbar-nav > .active > a:after,
header .navbar-default .navbar-nav > .active > a:focus:after,
header .navbar-default .navbar-nav > .active > a:hover:after {
  top: inherit;
  left: 0;
  width: 100%;
  bottom: -1rem;
}

.page-home .section-title h2,
.content-page .section-title h2 {
  color: #282828;
}

section.products .item h3,
section.applications .item h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 18px;
  width: 100%;
  font-size: 18px;
  max-height: calc(1 * 18px + 1px);
  height: calc(1 * 18px + 1px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  height: auto;
}
@media screen and (min-width: 768px) {
  section.products .item h3,
  section.applications .item h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 20px;
    width: 100%;
    font-size: 20px;
    max-height: calc(1 * 20px + 1px);
    height: calc(1 * 20px + 1px);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: auto;
  }
}
@media screen and (min-width: 1024px) {
  section.products .item h3,
  section.applications .item h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 20px;
    width: 100%;
    font-size: 20px;
    max-height: calc(1 * 20px + 1px);
    height: calc(1 * 20px + 1px);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: auto;
  }
}
@media screen and (min-width: 1366px) {
  section.products .item h3,
  section.applications .item h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 24px;
    width: 100%;
    font-size: 24px;
    max-height: calc(1 * 24px + 1px);
    height: calc(1 * 24px + 1px);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: auto;
  }
}

section.products .item:hover .info,
.series-wrapper .item .wrapper .info {
  border: none;
  background-color: transparent;
}

section.products .item:hover .wrapper,
section.applications .item:hover .wrapper {
  box-shadow: none;
}

.content-page .main-wrapper {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .content-page .main-wrapper {
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .content-page .main-wrapper {
    margin: 0;
  }
}
@media screen and (min-width: 1366px) {
  .content-page .main-wrapper {
    margin: 0;
  }
}

.content-page.about .introduction .left,
.content-page.about .introduction .right {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .content-page.about .introduction .left,
  .content-page.about .introduction .right {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .content-page.about .introduction .left,
  .content-page.about .introduction .right {
    width: 100%;
  }
}
@media screen and (min-width: 1366px) {
  .content-page.about .introduction .left,
  .content-page.about .introduction .right {
    width: 100%;
  }
}

.content-page.about .introduction .left img {
  width: 100%;
  margin: 0 0 2rem 0;
}
@media screen and (min-width: 768px) {
  .content-page.about .introduction .left img {
    width: 480px;
    margin: 0 1rem 1rem 0;
    float: left;
  }
}
@media screen and (min-width: 1024px) {
  .content-page.about .introduction .left img {
    width: 560px;
    margin: 0 2rem 2rem 0;
  }
}

.content-page.about .culture .center {
  text-align: center;
}
.content-page.about .culture .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
  margin: 1rem 0 0;
}
@media screen and (min-width: 768px) {
  .content-page.about .culture .wrapper {
    margin: 2rem 0 0;
  }
}
.content-page.about .culture .part {
  width: 100%;
  padding: 1rem;
  border-radius: 0.8rem;
  background-color: #f8f8f8;
}
@media screen and (min-width: 768px) {
  .content-page.about .culture .part {
    width: calc((100% - 2rem) / 3);
  }
}
@media screen and (min-width: 1024px) {
  .content-page.about .culture .part {
    width: calc((100% - 4rem) / 3);
  }
}
.content-page.about .culture .part h3 {
  color: #f39801;
}

.desc .intro-wrapper li,
.desc .intro-wrapper p {
  line-height: 1.5;
  font-size: 14px;
  color: #555555;
  margin: 0 0 10px;
}
@media screen and (min-width: 768px) {
  .desc .intro-wrapper li,
  .desc .intro-wrapper p {
    font-size: 15px;
    margin: 0 0 12px;
  }
}
@media screen and (min-width: 1366px) {
  .desc .intro-wrapper li,
  .desc .intro-wrapper p {
    font-size: 1rem;
    margin: 0 0 1rem;
  }
}

.content-page.products.details .product-details .carousel .slider.slider-nav {
  margin-top: 12px;
  padding: 8px;
}

.content-page.products.details .product-details .carousel .slider.slider-nav .item img {
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 !important;
}

.series-wrapper .item:first-of-type {
  margin: 0;
}

.page-home .series-wrapper .item {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-home .series-wrapper .item {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .page-home .series-wrapper .item {
    width: 25%;
  }
}

.page-home .series-wrapper .item .wrapper h3 {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .page-home .series-wrapper .item .wrapper h3 {
    font-size: 1.15rem;
  }
}
@media screen and (min-width: 1024px) {
  .page-home .series-wrapper .item .wrapper h3 {
    font-size: 1.25rem;
  }
}

.series-wrapper .item .wrapper .info {
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .series-wrapper .item .wrapper .info {
    padding: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .series-wrapper .item .wrapper .info {
    padding: 1rem;
  }
}
@media screen and (min-width: 1366px) {
  .series-wrapper .item .wrapper .info {
    padding: 1rem;
  }
}

.series-wrapper .item .wrapper .learn-more a {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .series-wrapper .item .wrapper .learn-more a {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .series-wrapper .item .wrapper .learn-more a {
    font-size: 12px;
  }
}
@media screen and (min-width: 1366px) {
  .series-wrapper .item .wrapper .learn-more a {
    font-size: 12px;
  }
}

.page-home .series-wrapper .item .wrapper .learn-more a {
  padding: 4px;
}
@media screen and (min-width: 768px) {
  .page-home .series-wrapper .item .wrapper .learn-more a {
    padding: 4px;
  }
}
@media screen and (min-width: 1024px) {
  .page-home .series-wrapper .item .wrapper .learn-more a {
    padding: 4px;
  }
}
@media screen and (min-width: 1366px) {
  .page-home .series-wrapper .item .wrapper .learn-more a {
    padding: 4px;
  }
}

.series-wrapper .item {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .series-wrapper .item {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .series-wrapper .item {
    width: 25%;
  }
}
@media screen and (min-width: 1366px) {
  .series-wrapper .item {
    width: 25%;
  }
}

.products-list-v2 {
  width: 100%;
  padding: 0 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  .products-list-v2 {
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .products-list-v2 {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1366px) {
  .products-list-v2 {
    justify-content: flex-start;
  }
}

.item-new {
  width: 100%;
  margin: 0 0 1rem;
}
@media screen and (min-width: 768px) {
  .item-new {
    width: calc(50% - 1rem);
    margin: 0 0 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .item-new {
    width: calc((100% - 3rem) / 4);
    margin: 0 1rem 1rem 0;
  }
  .item-new:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1366px) {
  .item-new {
    width: calc((100% - 6rem) / 4);
    margin: 0 2rem 2rem 0;
  }
  .item-new:nth-of-type(4n) {
    margin-right: 0;
  }
}
.item-new .img {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.item-new .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
.item-new h4 {
  text-align: center;
  font-weight: 400;
  line-height: 1;
  margin: 10px 0;
  font-weight: 600;
  font-size: 1rem;
  color: #282828;
}
@media screen and (min-width: 768px) {
  .item-new h4 {
    font-size: 15px;
  }
}
@media screen and (min-width: 1366px) {
  .item-new h4 {
    font-size: 16px;
  }
}
.item-new p {
  font-size: 13px;
  text-align: center;
  line-height: 1;
  color: #aaaaaa;
}
@media screen and (min-width: 1024px) {
  .item-new p {
    font-size: 14px;
  }
}

.item-new.item-recommend {
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .item-new.item-recommend {
    width: 100%;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .item-new.item-recommend {
    width: 100%;
    margin: 0;
  }
}
@media screen and (min-width: 1366px) {
  .item-new.item-recommend {
    width: 100%;
    margin: 0;
  }
}

.product-type-title {
  text-align: center;
  margin: 0 0 2rem;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  .product-type-title {
    font-size: 20px;
  }
}
@media screen and (min-width: 1366px) {
  .product-type-title {
    margin: 0 0 3rem;
    font-size: 24px;
  }
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}/*# sourceMappingURL=20241118.css.map */