.banner {
  margin-top: 65px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.banner-title {
  padding: 84px 0;
  color: #fff;
  text-align: center;
}

.banner-title h1 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.banner-title h2 {
  font-size: 48px;
  line-height: 64px;
  margin-bottom: 12px;
}

.banner-title h3 {
  font-size: 28px;
  line-height: 44px;
}

/* ------------------------------------------------landing-1----------------------------------- */
.landing-1 {
  padding: 48px 0;
}

.landing-1 .row-cus {
  display: flex;
  align-items: center;
}

.landing-1-title {
  margin-bottom: 36px;
}

.landing-1-title h3 {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 8px;
}

.landing-1-title h2 {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: -1.5px;
  line-height: 56px;
  margin-bottom: 8px;
}

.landing-1-title p {
  font-size: 32px;
  font-weight: 400;
  letter-spacing: -1px;
  line-height: 44px;
}

.landing-1-icon {
  display: inline-block;
  width: 28px;
}

.landing-1-link {
  margin-bottom: 24px;
}

.landing-1-link a,
.landing-title-4 a {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: var(--second-color);
}

.landing-1-link a:hover,
.landing-title-4 a:hover {
  color: var(--primary-color);
}

.landing-1-link a:hover svg,
.landing-title-4 a:hover svg {
  color: var(--primary-color);
}

.landing-1-link svg,
.landing-title-4 svg {
  margin-bottom: -3px;
  color: var(--second-color);
  margin-right: 10px;
  transition: all 0.2s linear;
}

/* -----------------------------------------landing-2------------------------------------- */
.landing-2 {
  padding: 48px 0;
}

.landing-2 .landing-1-title {
  text-align: center;
}

.landing-2-item img {
  width: auto;
  box-shadow: 0 1px 1px #33405e14, 0 2px 2px 1px #33405e14;
  border-radius: 6px;
}

.landing-2-item .landing-2-img {
  margin-bottom: 8px;
}

.landing-2-title h3 {
  font-size: 32px;
  letter-spacing: -1px;
  line-height: 44px;
  margin-bottom: 8px;
}

.landing-2-title p {
  font-size: 18px;
  line-height: 28px;
}

/* -----------------------------------landing-3---------------------------- */
.landing-3 {
  padding: 80px 0;
}

.landing-3 .landing-1-title {
  text-align: center;
  margin-bottom: 48px;
}

.landing-3-item {
  margin-bottom: 48px;
}

.landing-3-item a {
  font-size: 16px;

  line-height: 24px;
}

.landing-3-item a:hover {
  color: var(--second-color);
}

.landing-3-item svg {
  margin-right: 5px;
  margin-bottom: -2px;
}

.landing-3-btn {
  text-align: center;
}

.landing-3-btn .btn-landing {
  margin-right: 16px;
}

.btn-landing,
.btn-landing-2 {
  display: inline-block;
  border-radius: 6px;
  background-color: var(--second-color);
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  padding: 18px 32px;
  transition: all 0.2s linear;
  border: 1px solid var(--second-color);
}

.btn-landing:hover {
  background-color: #fff;
  color: var(--second-color);
}

.btn-landing-2 {
  background-color: #fff;
  border: 1px solid var(--second-color);
  color: var(--second-color);
}

.btn-landing-2:hover {
  background-color: var(--second-color);
  color: #fff;
}

/* ------------------------------------landing-4---------------------------------------- */
.landing-4 {
  padding: 80px 0;
  background-color: #f9f9ff;
}

.landing-4 .landing-1-title {
  text-align: center;
}

.landing-4-img {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 24px;
}
.landing-4-img img {
  min-height: 378px;
}

.landing-title-4 {
  min-height: 378px;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  justify-content: center;
  padding: 48px;
  box-shadow: 0 1px 1px #33405e14, 0 2px 2px 1px #33405e14;
}

.landing-title-4 h2 {
  font-size: 32px;
  letter-spacing: -1.5px;
  line-height: 40px;
  margin-bottom: 24px;
}

.landing-4-item {
  border-radius: 10px;
  background-color: #fff;
  padding: 24px 16px 16px;
  box-shadow: 0 1px 1px #33405e14, 0 2px 2px 1px #33405e14;
}

.landing-4-item-img {
  height: 32px;
  margin-bottom: 16px;
}

.landing-4-item-img img {
  height: 100%;
  width: auto !important;
}

.landing-4-des {
  margin-bottom: 16px;
}

.landing-4-des p {
  font-size: 18px;
  line-height: 28px;
}

.landing-4-infor .row-cus {
  margin: 0 -10px;
}

.landing-4-infor .col-cus {
  padding: 0 10px;
}

.landing-4-name {
  padding-top: 10px;
}

.landing-4-name h3,
.landing-4-name p {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.landing-4-name p {
  font-weight: 400;
}

@media (max-width: 768px) {
  .mbb {
    display: block !important;
  }

  .pcc {
    display: none !important;
  }

  .banner {
    margin-top: 0;
  }

  .banner-title {
    padding: 48px 0;
  }

  .banner-title h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .banner-title h3 {
    font-size: 22px;
    line-height: 36px;
  }

  .landing-1 .row-cus {
    display: block;
  }

  .landing-1-title {
    margin-top: 24px;
  }

  .landing-1-title h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .landing-1-title p {
    font-size: 24px;
    line-height: 36px;
  }

  .landing-1 {
    padding-bottom: 0;
  }

  .landing-1-link {
    margin-bottom: 10px;
  }

  .landing-2-item {
    margin-bottom: 30px;
    text-align: center;
  }

  .landing-3 {
    padding-top: 0;
    padding-bottom: 48px;
  }

  .landing-3-item {
    display: none;
  }

  .landing-3-btn .btn-landing {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .landing-3 .landing-1-title {
    margin-bottom: 20px;
  }

  .landing-4 {
    padding: 48px 0;
  }

  .landing-4-img img {
    min-height: unset;
  }

  .landing-title-4 {
    padding: 32px;
    min-height: unset;
  }

  .landing-title-4 h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .landing-4-name {
    padding-top: 0;
  }
}
