:root {
  --qr-pay-section2-procedure-height: 8rem;
}

.app__content .content__service-qr-pay {}

/* ============== SECTION-1 CSS START ============== */
.content__service-qr-pay .qr-pay__section-1 {
  height: 84rem;
  background:
    url("../img/dich_vu_qr-pay/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;
}

.qr-pay__section-1 .section-1__slogan {
  padding: 18.7rem 0 0 16%;
}

.qr-pay__section-1 .title {
  /* \1 */
  font-size: 8.2rem;
  line-height: 10rem;
  font-weight: 700;
}

.qr-pay__section-1 .description {
  margin-top: 2rem;
  width: 63rem;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 400;
}

/* ============== SECTION-1 CSS END ============== */

/* ============== SECTION-2 CSS START ============== */
.content__service-qr-pay .qr-pay__section-2 {
  height: 108rem;
  padding-top: 6rem;
}

.qr-pay__section-2 .section-2__content {}

.qr-pay__section-2 .content__header {
  margin-bottom: 10rem;
}

.qr-pay__section-2 .title {
  /* \1 */
  font-size: 4.8rem;
  line-height: 6.2rem;
  font-weight: 600;
  text-align: center;
}

.qr-pay__section-2 .content__procedure {
  font-size: 4.8rem;
  line-height: 6.2rem;
  font-weight: 700;
  padding: 5rem;
}

.qr-pay__section-2 .procedure__list {}

.qr-pay__section-2 .procedure__step {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.qr-pay__section-2 .procedure__step:not(:first-child) {
  margin-top: var(--qr-pay-section2-procedure-height);
}

.qr-pay__section-2 .procedure__stt {
  --before-height: 8rem;
  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*/
}

.qr-pay__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;
}

.qr-pay__section-2 .procedure__text {
  font-size: 2rem;
  line-height: 3rem;
  height: 3rem;
  font-weight: 400;
  flex: 1;
  margin-left: 1.2rem;
  /*opacity: 0*/
}

.qr-pay__section-2 #procedure-img-1,
.qr-pay__section-2 #procedure-img-2,
.qr-pay__section-2 #procedure-img-3,
.qr-pay__section-2 #procedure-img-4,
.qr-pay__section-2 #procedure-img-5,
.qr-pay__section-2 #procedure-img-6 {
  /*opacity: 0;*/
}

.qr-pay__section-2 .content__procedure-image img {
  width: 68.4rem;
  height: 72.6rem;
}

/* ============== SECTION-2 CSS END ============== */

/* ============== SECTION-3 CSS START ============== */
.content__service-qr-pay .qr-pay__section-3 {
  /* height: 65.1rem; */
  padding: 5rem 0;
  background:
    url("../img/dich_vu_qr-pay/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;
}

.qr-pay__section-3 .section-3__content {
  border-radius: 5.4rem;
  background: var(--white-color);
  /* height: 55.1rem; */
}

.qr-pay__section-3 .advantages {
  padding: 4.7rem 10.2rem 6.5rem;
}


.qr-pay__section-3 .advantages__header {
  /* \1 */
  text-align: center;
  font-size: 4.8rem;
  line-height: 6.2rem;
  font-weight: 700;
}

.qr-pay__section-3 .advantages__header .title {}

.qr-pay__section-3 .advantages__body {
  margin-top: 4.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 35.2rem;
}

.qr-pay__section-3 .advantage {
  display: flex;
  width: calc(50% - 3.8rem);
  margin-top: 1.6rem;
}

.qr-pay__section-3 .advantage__icon img {
  width: 6.5rem;
  height: 6.5rem;
}

.qr-pay__section-3 .advantage__icon {}

.qr-pay__section-3 .advantage__body {
  margin-left: 1.5rem;
}

.qr-pay__section-3 .advantage__title {
  /* \1 */
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 3.3rem;
}

.qr-pay__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-qr-pay .qr-pay__section-4 {
  /* min-height: 114.5rem; */
  padding: 9rem 31rem 5.5rem;
}

.qr-pay__section-4 .section-4__header {

}

.qr-pay__section-4 .header__tittle {
  /* \1 */
  text-align: center;
  font-size: 4.8rem;
  line-height: 6.2rem;
  font-weight: 600;
}

.qr-pay__section-4 .section-4__body {
  margin-top: 8rem;
  display: flex;
  gap: 1rem;
}

.qr-pay__section-4 .section-4__left {
  width: calc(50% - (1rem * 1 / 2));
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.qr-pay__section-4 .section-4__right {
  width: calc(50% - (2rem * 1 / 2));
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.qr-pay__section-4 .body__q-a {
  background: linear-gradient(180deg, rgba(204, 204, 204, 0.3) 0%, rgba(236, 236, 236, 0.15) 100%);
  padding: 2.4rem;
  margin: .8rem 1rem;
  border-radius: 1.8rem;
  display: flex;
  justify-content: space-between;
}

.qr-pay__section-4 .body__question {
  /* \1 */
  font-size: 2.2rem;
  line-height: 3.3rem;
  font-weight: 600;
}

.qr-pay__section-4 .body__answer {
  margin-top: 1.2rem;
  color: #4F4F4F;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 400;
  display: none;
}

.qr-pay__section-4 .body__answer-item  {
  display: flex;
  margin-top: 1.2rem;
}

.qr-pay__section-4 .body__answer-item::before  {
  content: "● ";
  /* color: #C0C0C0; */
  margin-right: 0.8rem;
}

.qr-pay__section-4 .body__answer--show {
  display: block;
  opacity: 1;
  visibility: visible;
}

.qr-pay__section-4 .q-a__button-toggle {
  /* \1 */
  font-size: 2.2rem;
  line-height: 3.3rem;
  font-weight: 700;
  margin-left: 2rem;
}
/* ============== SECTION-4 CSS END ============== */

/* ============== SECTION-5 CSS START ============== */
.content__service-qr-pay .qr-pay__section-5 {
  position: relative;
  margin-bottom: 8rem;
}

.qr-pay__section-5 .section-5__background {
  height: 100%;
  background-color: #F9FAFC;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  z-index: -999;
}

.qr-pay__section-5 .section-5__content {
  padding: 9rem 0 7.7rem;
}

.qr-pay__section-5 .partner {}

.qr-pay__section-5 .partner__header {}

.qr-pay__section-5 .partner__header .tittle,
.qr-pay__section-5 .merchant__header .tittle {
  /* \1 */
  font-size: 3.2rem;
  line-height: 4.5rem;
  font-weight: 600;
  color: var(--text-color);
  width: 100%;
  text-align: center;
}

.qr-pay__section-5 .partner__body-1 {
  margin-top: 4.2rem;
  display: flex;
  width: 100%;
}

.qr-pay__section-5 .merchant__body-1 {
  margin-top: 4.2rem;
  display: flex;
  width: 100%;
}

.qr-pay__section-5 .merchant {
  margin-top: 9rem;
}

.qr-pay__section-5 .merchant__header {}

@media (max-width: 767px) {

}

/* 56% */
@media (min-width: 768px) and (max-width: 1023px) {
  .content__service-qr-pay .qr-pay__section-1 {
    background-position-x: 65%;
  }

  .qr-pay__section-1 .section-1__slogan {
    padding-left: 8%;
  }

  .content__service-qr-pay .qr-pay__section-2 {
    height: 100rem;
  }
}

/* 64% */
@media (min-width: 1024px) and (max-width: 1279px) {
  .content__service-qr-pay .qr-pay__section-1 {
    background-position-x: 65%;
  }

  .qr-pay__section-1 .section-1__slogan {
    padding-left: 8%;
  }

  .content__service-qr-pay .qr-pay__section-2 {
    height: 100rem;
  }
}


/* 75% */
@media (min-width: 1280px) and (max-width: 1535px) {
  .content__service-qr-pay .qr-pay__section-1 {
    background-position-x: 60%;
  }

  .qr-pay__section-1 .section-1__slogan {
    padding-left: 14%;
  }

}

/* 85% */
@media (min-width: 1536px) and (max-width: 1919px) {
  .content__service-qr-pay .qr-pay__section-1 {
    background-position-x: 55%;
  }

  .qr-pay__section-1 .section-1__slogan {
    padding-left: 14%;
  }
}

/* ============== SECTION-5 CSS END ============== */
/** ADD CSS **/
.link_google_qr_pay {
    margin-top: 2rem;
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 400;
    text-decoration: underline;
    color: #000000;
}
