p {
  margin-bottom: 0px !important;
}

.navbar-control {
  padding-left: 96px;
  padding-right: 96px;
}

.text-danger {
  color: #ff2600 !important;
}

.cursor-pointer {
  cursor: pointer;
}

.hero-control .hero-arrows {
  position: absolute;
  top: 50%;
  z-index: 9;
  width: 100%;
  padding: 0px 40px 0px 40px;
  color: white;
  font-size: 20px;
}
.hero-control .hero-title {
  font-size: 64px;
  font-weight: 900;
}
.hero-control .hero-desc {
  max-width: 470px;
}
.hero-control .hero-pagination {
  position: absolute;
  z-index: 9999;
  display: flex;
  width: 100%;
  justify-content: center;
}

.reason-control {
  background-color: #000;
  padding: 154px 0px 154px 0px;
  background-image: url("/images/vector-reason.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}
.reason-control .content {
  max-width: 956px;
}

.product-control {
  padding: 48px 0px 48px 0px;
}
.product-control .product-desc {
  max-width: 470px;
}
.product-control .product-swiper {
  padding: 42px;
}
.product-control .swiper-slide.swiper-slide-active {
  transform: scale(1.05);
}
.product-control .product-card {
  transition: transform 0.5s;
}
.product-control .product-card:hover { /* IE 9 */ /* Safari 3-8 */
  transform: scale(1.05);
  color: #ff2600 !important;
}

.video-control {
  padding: 50px 0px 70px 0px;
  background-color: #eeede9;
}

.footer-control {
  background-color: #000;
  padding: 64px 0px 64px 0px;
  color: white !important;
}

.swiper-pagination-bullet {
  background-color: white;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #ff2600;
}

.text-decoration-none {
  text-decoration: none;
}/*# sourceMappingURL=main.css.map */