:root {
  --topup-section2-procedure-height: 4.9rem;
}

.app__content .content__service-topup {}

/* ============== SECTION-1 CSS START ============== */
.content__service-topup .topup__section-1 {
  background: #F8F8F8;
  aspect-ratio: 2.13 / 1;
  position: relative;
}

  .topup__section-1 .section-1__slogan {
    position: absolute;
    top: 20.8%;
    left: 16%;
    z-index: 10;
  }

.topup__section-1 .section-1__svg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60.52%;
  height: auto;
}

.topup__section-1 .title {
  /* \1 */
  font-size: 8.2rem;
  line-height: 10rem;
  font-weight: 700;
}

.topup__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-topup .topup__section-2 {
  height: 108rem;
  padding: 6rem 0 16.7rem;
}

.topup__section-2 .section-2__content {}

.topup__section-2 .content__header {
  margin-bottom: 10rem;
}

.topup__section-2 .title {
  /* \1 */
  font-size: 4.8rem;
  line-height: 6.2rem;
  font-weight: 600;
  text-align: center;
}

.topup__section-2 .content__procedure {
  font-size: 4.8rem;
  line-height: 6.2rem;
  font-weight: 700;
}

.topup__section-2 .procedure__list {}

.topup__section-2 .procedure__step {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.topup__section-2 .procedure__step:not(:first-child) {
  margin-top: var(--topup-section2-procedure-height);
}

.topup__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*/
}

.topup__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;
}

.topup__section-2 .procedure__text {
  font-size: 2rem;
  line-height: 3rem;
  height: 3rem;
  font-weight: 400;
  flex: 1;
  margin-left: 1.2rem;
  /*opacity: 0*/
}

.topup__section-2 #procedure-img-1,
.topup__section-2 #procedure-img-2,
.topup__section-2 #procedure-img-3,
.topup__section-2 #procedure-img-4,
.topup__section-2 #procedure-img-5,
.topup__section-2 #procedure-img-6,
.topup__section-2 #procedure-img-7,
.topup__section-2 #procedure-img-8 {
  /*opacity: 0;*/
}

.topup__section-2 .content__procedure-image img {
  width: 76rem;
  height: 70.4rem;
}

.fix-image-topup svg{
    width: 900px;
    height: 650px;
}

/* ============== SECTION-2 CSS END ============== */

/* ============== SECTION-3 CSS START ============== */
.content__service-topup .topup__section-3 {
  /* height: 65.1rem; */
  padding: 5rem 0;
  background:
    url("../img/dich_vu_topup/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;
}

.topup__section-3 .section-3__content {
  border-radius: 5.4rem;
  background: var(--white-color);
  /* height: 55.1rem; */
}

.topup__section-3 .advantages {
  padding: 4.7rem 10.2rem 6.5rem;
}


.topup__section-3 .advantages__header {
  /* \1 */
  text-align: center;
  font-size: 4.8rem;
  line-height: 6.2rem;
  font-weight: 700;
}

.topup__section-3 .advantages__header .title {}

.topup__section-3 .advantages__body {
  margin-top: 4.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 35.2rem;
}

.topup__section-3 .advantage {
  display: flex;
  width: calc(50% - 3.8rem);
  margin-top: 1.6rem;
}

.topup__section-3 .advantage__icon img {
  width: 6.5rem;
  height: 6.5rem;
}

.topup__section-3 .advantage__icon {}

.topup__section-3 .advantage__body {
  margin-left: 1.5rem;
}

.topup__section-3 .advantage__title {
  /* \1 */
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 3.3rem;
}

.topup__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-topup .topup__section-4 {
  height: 68.7rem;
  position: relative;
}

.topup__section-4 .section-4__background {
  height: 100%;
  background-color: #F9FAFC;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  z-index: -999;
}

.topup__section-4 .section-4__content {
  padding: 9rem 0 7.7rem;
}

.topup__section-4 .partner {}

.topup__section-4 .partner__header {}

.topup__section-4 .partner__header .tittle,
.topup__section-4 .merchant__header .tittle {
  /* \1 */
  font-size: 3.2rem;
  line-height: 4.5rem;
  font-weight: 600;
  color: var(--text-color);
  width: 100%;
  text-align: center;
}

.topup__section-4 .partner__body-1 {
  margin-top: 4.2rem;
  display: flex;
  width: 57.14%;
  margin-left: 21.43%;
}

.topup__section-4 .merchant__body-1 {
  margin-top: 4.2rem;
  display: flex;
  width: 71.42%;
  margin-left: 14.29%;
}

.topup__section-4 .merchant {
  margin-top: 9rem;
}

.topup__section-4 .merchant__header {}

/* ============== SECTION-6 CSS START ============== */
.content__service-topup .topup__section-6 {
  /* min-height: 114.5rem; */
  padding: 9rem 31rem 5.5rem;
}

.topup__section-6 .section-6__header {

}

.topup__section-6 .header__tittle {
  /* \1 */
  text-align: center;
  font-size: 4.8rem;
  line-height: 6.2rem;
  font-weight: 600;
}

.topup__section-6 .section-6__body {
  margin-top: 8rem;
  display: flex;
  gap: 1rem;
}

.topup__section-6 .section-6__left {
  width: calc(50% - (1rem * 1 / 2));
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.topup__section-6 .section-6__right {
  width: calc(50% - (2rem * 1 / 2));
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.topup__section-6 .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;
}

.topup__section-6 .body__question {
  /* \1 */
  font-size: 2.2rem;
  line-height: 3.3rem;
  font-weight: 600;
}

.topup__section-6 .body__answer {
  margin-top: 1.2rem;
  color: #4F4F4F;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 400;
  display: none;

}

.topup__section-6 .body__answer-item  {
  display: flex;
  margin-top: 1.2rem;
}

.topup__section-6 .body__answer-item::before  {
  content: "● ";
  /* color: #C0C0C0; */
  margin-right: 0.8rem;
}

.topup__section-6 .body__answer--show {
  display: block;
  opacity: 1;
  visibility: visible;
}

.topup__section-6 .q-a__button-toggle {
  /* \1 */
  font-size: 2.2rem;
  line-height: 3.3rem;
  font-weight: 700;
  margin-left: 2rem;
}
/* ============== SECTION-6 CSS END ============== */

@media (max-width: 767px) {

}

/* 56% */
@media (min-width: 768px) and (max-width: 1023px) {
  .topup__section-1 .section-1__slogan {
    top: 16%;
    left: 8%;
  }

  .topup__section-1 .title {
    font-size: 6rem;
    line-height: 7.6rem;
  }
}

/* 64% */
@media (min-width: 1024px) and (max-width: 1279px) {
  .topup__section-1 .section-1__slogan {
    top: 16%;
    left: 8%;
  }

  .topup__section-1 .title {
    font-size: 6.8rem;
    line-height: 8rem;
  }
}


/* 75% */
@media (min-width: 1280px) and (max-width: 1535px) {
  .topup__section-1 .section-1__slogan {
    top: 16%;
    left: 10%;
  }
}

/* 85% */
@media (min-width: 1536px) and (max-width: 1919px) {
}

/* ============== SECTION-4 CSS END ============== */

@media (max-width: 1280px) {
    .fix-image-topup svg{
        width: 100%;
        height: auto;
    }
}
