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;
  color: #201C26 !important;
}

.hero .hero-body .subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  color: #615E69 !important;
}

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

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

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

header.header .hero-foot.content-nav {
  background-color: rgba(255, 255, 255, 0.75) !important;
}

header.header .hero-foot.content-nav .tabs li {
  position: relative;
  font-weight: 500;
}

header.header .hero-foot.content-nav .tabs li:hover::after {
  content: '';
  display: inline-block;
  width: 40px;
  height: 3px;
  background-color: #00AA72;
  position: absolute;
  left: 50%;
  bottom: 12px;
  margin-left: -20px;
}

header.header .hero.is-dark .hero-foot.content-nav .tabs li a {
  font-size: 14px;
  color: #201C26;
}

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

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

.solution-trends .column.is-6 {
  margin-bottom: 60px;
}

 .solution-trends .trends-list .media {
  flex-direction: column;
  align-items: center;
}

.trends-list .card-content {
  padding: 35px;
  background-color: #fff;
  height: 100%;
  position: relative;
}

.trends-list .card-content::after {
  content: '';
  display: inline-block;
  width: 60px;
  height: 3px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -30px;
  background-color: #00AA72;
}

.trends-list .card-content .media-content {
  font-size: 14px;
  text-align: justify;
  line-height: 24px;
  color: #8E8C94;
  margin-top: 30px;
}

.trends-list .column:nth-child(1) .card-content::after {
  background-color: #D49C19;
}

.trends-list .column:nth-child(2) .card-content::after {
  background-color: #4D4398;
}

.trends-list .column:nth-child(3) .card-content::after {
  background-color: #008896;
}

.solution-trends .card-content .title {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #0F0D15;
}

.section.solution-trends .card-content {
  max-width: 517px;
}

.section.solution-trends .card-content .image {
  width: 68px;
  height: 68px;
}

.section.solution-trends .card-content .title {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #0F0D15;
}

.section.solution-trends .card-content .content {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #615E69;
}

section.solution-scheme,
section.scenario-tab,
section.customer-cases,
section.customer-cases-logo {
  padding-bottom: 0px !important;
}

.section.solution-scheme {
  padding-top: 60px !important;
}

.section.solution-scheme .title-block p {
  font-size: 14px;
  line-height: 25px;
  max-width: 840px;
  margin: 0 auto;
}

.section.solution-scheme .title.is-3 {
  margin-bottom: 40px;
}

.section.solution-scheme .scheme-container {
  background-color: #F6F8FA;
  padding: 50px 70px;
}

.section.solution-scheme .scheme-container .scheme-advantage {
  margin-top: 40px;
}

.section.solution-scheme .scheme-container .advantage-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  text-align: center;
  color: #0F0D15;
  margin-bottom: 30px;
}

.section.solution-scheme .scheme-advantage-item .media-left {
  margin-right: 8px;
  margin-top: 6px;
}

.section.solution-scheme .scheme-advantage-item .media-content .title {
  font-size: 16px;
  line-height: 29px;
  color: #201C26;
}

.section.solution-scheme .scheme-advantage-item .media-content .content {
  font-size: 14px;
  line-height: 25px;
  color: #8E8C94;
}

.section.scenario-tab .tab-content {
  padding: 40px 80px !important;
}

.section.scenario-tab .tab-panel.is-active .desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  color: #615E69;
  border-left: 2px solid #00AA72;
  padding-left: 10px;
}

.customer-cases .cases-list .case-item {
  background: linear-gradient(183.96deg, #FFFFFF -26.76%, #F6F8FA 96.76%);
  transition: all .2s ease;
  border-radius: 3px;
}

.cases-list .case-item:hover {
  background: #fff;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05), 0px 4px 6px rgba(0, 0, 0, 0.03);
  transform: translateY(-7px);
}

.cases-list .case-item:hover p {
  display: block;
}

.cases-list .case-item .case-header {
  height: 230px;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.cases-list .case-item .case-header img {
  position: absolute;
  left: 30px;
  bottom: -30px;
}

.cases-list .case-item .content {
  padding: 40px;
}

.case-item .content h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  color: #201C26;
}

.case-item .content p {
  font-size: 14px;
  line-height: 28px;
  color: #888888;
  min-height: 56px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.case-item .content a {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #00AA72;
}

.customer-cases-logo .cases-list {
  flex-wrap: wrap;
}

.cases-list .column {
  min-width: 20%;
}

.cases-list .case-item-logo .case-link-wrapper {
  display: none;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  color: #0F0D15;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.cases-list .case-item-logo .case-link-wrapper p {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #0F0D15;
}

.cases-list .case-item-logo {
  background-size: cover !important;
  height: 90px;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
}

.case-link-wrapper .button {
  margin-top: 8px;
  width: 120px;
  height: 34px;
  border-radius: 0px;
  font-size: 12px;
}

.cases-list .case-item-logo:hover .case-link-wrapper{
  display: flex;
  border: 1px solid #E8E8EA;
  flex-direction: column;
  justify-content: center;
  align-items: 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: 768px) {
  .solution-trends .column.is-6 {
    margin-bottom: 20px;
  }

  .section.solution-scheme .scheme-container {
    padding: 20px;
  }

  .section.scenario-tab .tab-content {
    padding: 20px 20px !important;
  }

  .cases-list .case-item-logo {
    border-right: 0px;
    border-left: 0px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }

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

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