header.header .hero.is-dark {
  height: 440px;
  padding-top: 0px;
}

header.header .hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

header.header .hero .hero-body .container {
  display: flex;
  align-items: center;
  background-position: right bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

header.header .columns {
  width: 100%;
}

.hero .hero-body .title {
  font-weight: 500;
  font-size: 48px;
  line-height: 60px;
}

.hero .hero-body .subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
}

.hero .hero-body .btn-group {
  margin-top: 30px;
}

.hero .hero-body .button.is-primary.is-outlined {
  border-color: #fff;
  color: #fff;
}

.hero .hero-body .button.is-primary.is-outlined:hover {
  border-width: 0;
  color: #fff;
}

.hero .hero-foot .tabs ul {
  justify-content: center;
}

.is-background-gray {
  background-color: #F5F9FA !important;
}

.product-deploy .deploy-container p {
  font-size: 14px;
  line-height: 28px;
  color: #888;
  text-align: center;
  padding-bottom: 35px;
  max-width: 866px;
  margin: 0 auto;
}

.product-deploy .deploy-container img {
  width: 100%;
}

section.product-benefits .card-content,
section.product-scenes .card-content {
  padding: 16px 30px 20px 0px;
}

section.product-benefits .media-content .title,
section.product-scenes .media-content .title {
  font-size: 18px;
  font-weight: 500;
  color: #0F0D15;
  margin-bottom: 0;
}

section.product-benefits .media-content .content,
section.product-scenes .media-content .content  {
  font-size: 14px;
  line-height: 24px;
}

section.product-scenes {
  padding-bottom: 0px !important;
}

section.product-scenes .product-scenes-container {
  display: flex;
}

section.product-scenes .columns {
  margin: 0px;
}

section.product-scenes .product-scenes-container .product-scene-img {
  width: 690px;
  margin-left: 50px;
}

section.product-partner .partner-list {
  width: auto;
  position: static;
}

section.product-partner .partner-item {
  height: 107px;
  text-align: center;
}

.section.footer {
  padding: 30px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../image/footer-bg.png) no-repeat center/cover;
}

.section.footer .container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section.footer h4 {
  font-weight: 500;
  font-size: 26px;
  color: #FFFFFF;
  margin: 0px 45px 0;
  line-height: 0;
}

.section.footer a {
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  width: 128px;
  height: 44px;
}

@media screen and (max-width: 1240px) {
  section.product-scenes .product-scenes-container {
    flex-wrap: wrap;
    justify-content: center;
  }

  section.product-scenes .product-scenes-container .product-scene-img {
    margin-left: 0px;
  }
}

@media screen and (max-width: 768px) {
  .section.is-medium {
    padding-top: 30px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .section .title-block {
    margin-bottom: 20px !important;
  }

  .section .title-block .title {
    margin-top: 0px !important;
  }

  .section.footer .container {
    flex-direction: column;
  }

  .section.footer h4 {
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: unset;
  }

  section.product-partner .partner-list {
    flex-wrap: wrap;
  }

  section.product-partner .partner-item {
    height: auto;
  }

  section.product-partner .partner-list .column {
    width: 50% !important;
  }
}