:root {
  --md-section2-procedure-height: 4.9rem;
}

.app__content .content__service-md {}

/* ============== SECTION-1 CSS START ============== */
.content__service-md .md__section-1 {
  height: 90.1rem;
  background:
    url("../img/dich_vu_md/sec1-bg.png") no-repeat left top,
    linear-gradient(180deg,
      rgba(204, 204, 204, 0.3) 0%,
      rgba(236, 236, 236, 0.15) 100%);
  background-size: cover;
}

.md__section-1 .section-1__slogan {
  padding: 18.7rem 0 0 16%;
}

.md__section-1 .title {
  /* \1 */
  font-size: 8.2rem;
  line-height: 10rem;
  font-weight: 800;
}

.md__section-1 .description {
  margin-top: 2rem;
  width: 53rem;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 400;
}

/* ============== SECTION-1 CSS END ============== */

/* ============== SECTION-2 CSS START ============== */
.content__service-md .md__section-2 {
  height: 108rem;
  padding: 6rem 0 16.7rem;
}

.md__section-2 .section-2__content {}

.md__section-2 .content__header {
  margin-bottom: 10rem;
}

.md__section-2 .title {
  /* \1 */
  font-size: 4.8rem;
  line-height: 6.2rem;
  font-weight: 700;
  text-align: center;
}

.md__section-2 .content__procedure {
  font-size: 4.8rem;
  line-height: 6.2rem;
  font-weight: 700;
}

.md__section-2 .procedure__list {}

.md__section-2 .procedure__step {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.md__section-2 .procedure__step:not(:first-child) {
  margin-top: var(--md-section2-procedure-height);
}

.md__section-2 .procedure__stt {
  --before-height: 4.9rem;
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3.5rem;
  font-weight: 500;
  font-size: 1.8rem;
  color: #F44F86;
  text-align: center;
  border: solid .1rem #F44F86;
  border-radius: 50%;
  position: relative;
  /*opacity: 0*/
}

.md__section-2 .procedure__step:not(:first-child) .procedure__stt::after {
  content: "";
  display: block;
  width: .1rem;
height: var(--before-height);
  border-left: dashed .1rem #F44F86;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transition: height 0.5s ease-out;
}

.md__section-2 .procedure__text {
  font-size: 2rem;
  line-height: 3rem;
  height: 3rem;
  font-weight: 400;
  flex: 1;
  margin-left: 1.2rem;
  /*opacity: 0*/
}

.md__section-2 .content__procedure-image img {
  width: 76rem;
  height: 70.4rem;
}

/* ============== SECTION-2 CSS END ============== */

/* ============== SECTION-3 CSS START ============== */
.content__service-md .md__section-3 {
  height: 65.1rem;
  padding: 5rem 0;
  background:
    url("../img/dich_vu_md/sec3-bg.png") no-repeat left top,
    linear-gradient(180deg,
      rgba(204, 204, 204, 0.3) 0%,
      rgba(236, 236, 236, 0.15) 100%);
  background-size: cover;
}

.md__section-3 .section-3__content {
  border-radius: 5.4rem;
  background: var(--white-color);
  height: 55.1rem;
}

.md__section-3 .advantages {
  padding: 4.7rem 10.2rem 6.5rem;
}


.md__section-3 .advantages__header {
  /* \1 */
  text-align: center;
  font-size: 4.8rem;
  line-height: 6.2rem;
  font-weight: 700;
}

.md__section-3 .advantages__header .title {}

.md__section-3 .advantages__body {
  margin-top: 4.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 35.2rem;
}

.md__section-3 .advantage {
  display: flex;
  width: calc(50% - 3.8rem);
  margin-top: 1.6rem;
}

.md__section-3 .advantage__icon img {
  width: 6.5rem;
  height: 6.5rem;
}

.md__section-3 .advantage__icon {}

.md__section-3 .advantage__body {
  margin-left: 1.5rem;
}

.md__section-3 .advantage__title {
  /* \1 */
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 3.3rem;
}

.md__section-3 .advantage__content {
  margin-top: 1.2rem;
  font-size: 2rem;
  font-weight: 400;
  line-height: 3rem;

}

/* ============== SECTION-3 CSS END ============== */

/* ============== SECTION-4 CSS START ============== */
.content__service-md .md__section-4 {
  height: 68.7rem;
  position: relative;
}

.md__section-4 .section-4__background {
  height: 100%;
  background-color: #F9FAFC;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  z-index: -999;
}

.md__section-4 .section-4__content {
  padding: 9rem 0 7.7rem;
}

.md__section-4 .partner {}

.md__section-4 .partner__header {}

.md__section-4 .partner__header .tittle,
.md__section-4 .merchant__header .tittle {
  /* \1 */
  font-size: 3.2rem;
  line-height: 4.5rem;
  font-weight: 700;
  color: var(--text-color);
  width: 100%;
  text-align: center;
}

.md__section-4 .partner__body-1 {
  margin-top: 4.2rem;
  display: flex;
  width: 100%;
}

.md__section-4 .merchant__body-1 {
  margin-top: 4.2rem;
  display: flex;
  width: 100%;
}

.md__section-4 .merchant {
  margin-top: 9rem;
}

.md__section-4 .merchant__header {}

@media (max-width: 767px) {

}

/* 56% */
@media (min-width: 768px) and (max-width: 1023px) {
  .content__service-md .md__section-1 {
    background-position-x: 65%;
  }

  .md__section-1 .section-1__slogan {
    padding-left: 8%;
  }
}

/* 64% */
@media (min-width: 1024px) and (max-width: 1279px) {
  .content__service-md .md__section-1 {
    background-position-x: 65%;
  }

  .md__section-1 .section-1__slogan {
    padding-left: 8%;
  }
}


/* 75% */
@media (min-width: 1280px) and (max-width: 1535px) {
  .content__service-md .md__section-1 {
    background-position-x: 60%;
  }

  .md__section-1 .section-1__slogan {
    padding-left: 14%;
  }

}

/* 85% */
@media (min-width: 1536px) and (max-width: 1919px) {
  .content__service-md .md__section-1 {
    background-position-x: 55%;
  }

  .md__section-1 .section-1__slogan {
    padding-left: 14%;
  }
}

/* ============== SECTION-4 CSS END ============== */
