:root {
  --megapay-section2-procedure-height: 4.9rem;
}

.app__content .content__service-megapay {}

/* ============== SECTION-1 CSS START ============== */
.content__service-megapay .megapay__section-1 {
  height: 108rem;
  background: no-repeat right bottom;
  background-size: cover;
}

.megapay__section-1 .section-1__slogan {
  padding: 18.7rem 0 0 16%;
}

.megapay__section-1 .title {
  /* \1 */
  font-size: 8.2rem;
  line-height: 10rem;
  font-weight: 700;
}

.megapay__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-megapay .megapay__section-2 {
  min-height: 90.6rem;
  background: no-repeat left top;
  background-size: 100% auto;
}

.megapay__section-2 .section-2__content {
  padding: 9rem 16% 12rem 45%;
}

.megapay__section-2 .content__header {}

.megapay__section-2 .header__title {
  /* \1 */
  font-size: 4.8rem;
  line-height: 6.2rem;
  font-weight: 600;
}

.megapay__section-2 .header__title {}

.megapay__section-2 .content__body {
  margin: 3.5rem 0 3rem;
}

.megapay__section-2 .content__pttt {}

.megapay__section-2 .content__pttt:not(:first-child) {
  margin-top: 3rem;
}

.megapay__section-2 .content__pttt-hide {
  display: none;
}

.megapay__section-2 .pttt__tittle {
  /* \1 */
  font-size: 2.2rem;
  line-height: 3.3rem;
  font-weight: 600;
}

.megapay__section-2 .pttt__tittle-sub {
  font-family: FZ_Poppins-Regular;
  font-size: 2.2rem;
  line-height: 3.3rem;
  font-weight: 400;
}

.megapay__section-2 .pttt_text {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 400;
}

.megapay__section-2 .content__see-more {
  /* \1 */
  font-size: 1.8rem;
  line-height: 2.7rem;
  font-weight: 700;
}

.megapay__section-2 .btn-see-more,
.megapay__section-2 .btn-hide {

}

/* ============== SECTION-2 CSS END ============== */

/* ============== SECTION-3 CSS START ============== */
.content__service-megapay .megapay__section-3 {
  /* height: 87rem; */
  padding: 5rem 0;
  background:
    url("../img/dich_vu_megapay/sec3-bg.png") no-repeat left center,
    linear-gradient(180deg,
      rgba(204, 204, 204, 0.3) 0%,
      rgba(236, 236, 236, 0.15) 100%);
  background-size: cover;
}

.megapay__section-3 .section-3__content {
  border-radius: 5.4rem;
  background: var(--white-color);
  /* height: 77rem; */
}

.megapay__section-3 .advantages {
  padding: 4.7rem 10.2rem 6.5rem;
}


.megapay__section-3 .advantages__header {
  /* \1 */
  text-align: center;
  font-size: 4.8rem;
  line-height: 6.2rem;
  font-weight: 700;
}

.megapay__section-3 .advantages__header .title {}

.megapay__section-3 .advantages__body {
  margin-top: 4.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 55.1rem;
}

.megapay__section-3 .advantage {
  display: flex;
  width: calc(50% - 3.8rem);
  margin-top: 1.6rem;
}

.megapay__section-3 .advantage__icon img {
  width: 6.5rem;
  height: 6.5rem;
}

.megapay__section-3 .advantage__icon {}

.megapay__section-3 .advantage__body {
  margin-left: 1.5rem;
}

.megapay__section-3 .advantage__title {
  /* \1 */
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 3.3rem;
}

.megapay__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-megapay .megapay__section-4 {
  height: 95.5rem;
  padding: 5rem 31rem;
  background:
    url("../img/dich_vu_megapay/sec4-bg.png") no-repeat left center;
  background-size: cover;
}

.megapay__section-4 .section-4__content {
  width: 100%;
  height: 100%;
  border-radius: 5.4rem;
  background-blend-mode: overlay;
  backdrop-filter: blur(9rem);
  padding: 4rem 4rem 2.4rem 3.6rem;
}

.megapay__section-4 .section-4__header {

}

.megapay__section-4 .header__tittle {
  /* \1 */
  text-align: center;
  font-size: 4.8rem;
  line-height: 6.2rem;
  font-weight: 700;
}

.megapay__section-4 .heder_text {
  text-align: center;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 400;
  width: 50rem;
  margin: 2.1rem auto 0 auto
}

.megapay__section-4 .section-4__body {
  margin-top: 11.9rem;
  display: flex;
  justify-content: space-between;
}

.megapay__section-4 .body__platform img {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.megapay__section-4 .body__platform:hover img,
.megapay__section-4 .body__platform:hover .platform__name {
  transform: scale(1.12);
}

.megapay__section-4 .body__platform:first-child {
  width: 40%;
}

.megapay__section-4 .body__platform:not(:first-child) {
  width: 27%;
}

.megapay__section-4 .platform__img {
  text-align: center;
  height: 27.2rem;
}

.megapay__section-4 .body__platform:first-child .platform__img img {
  width: 46.2rem;
  height: 27.2rem;
}

.megapay__section-4 .body__platform:not(:first-child) .platform__img img{
  width: 13rem;
  height: 26.3rem;
}

.megapay__section-4 .platform__name {
  margin-top: 3rem;
  text-align: center;
  /* \1 */
  font-size: 2.2rem;
  line-height: 3.3rem;
  font-weight: 600;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.megapay__section-4 .platform__text {
  margin: 1.2rem auto 0 auto;
  width: 32.7rem;
  text-align: center;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 400;
}
/* ============== SECTION-4 CSS END ============== */

/* ============== SECTION-5 CSS START ============== */
.content__service-megapay .megapay__section-5 {
  position: relative;
}

.megapay__section-5 .section-5__background {
  height: 100%;
  background-color: #F9FAFC;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  z-index: -999;
}

.megapay__section-5 .section-5__content {
  padding: 9rem 0 7.7rem;
}

.megapay__section-5 .partner {}

.megapay__section-5 .partner__header {}

.megapay__section-5 .partner__header .tittle,
.megapay__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;
}

.megapay__section-5 .partner__body-1 {
  margin-top: 4.2rem;
  display: flex;
  width: 86%;
  margin-left: 7%;
}

.megapay__section-5 .partner__body-2 {
  margin-top: 2.6rem;
  display: flex;
  width: 100%;
}

.megapay__section-5 .partner .customer {
  width: 20rem;
  height: 8.8rem;
}

.megapay__section-5 .partner .customer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.megapay__section-5 .merchant__header {}
/* ============== SECTION-5 CSS END ============== */

/* ============== SECTION-6 CSS START ============== */
.content__service-megapay .megapay__section-6 {
  /* min-height: 114.5rem; */
  padding: 9rem 31rem 5.5rem;
}

.megapay__section-6 .section-6__header {

}

.megapay__section-6 .header__tittle {
  /* \1 */
  text-align: center;
  font-size: 4.8rem;
  line-height: 6.2rem;
  font-weight: 600;
}

.megapay__section-6 .section-6__body {
  margin-top: 8rem;
  display: flex;
  gap: 1rem;
}

.megapay__section-6 .section-6__left {
  width: calc(50% - (1rem * 1 / 2));
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.megapay__section-6 .section-6__right {
  width: calc(50% - (2rem * 1 / 2));
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.megapay__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;
}

.megapay__section-6 .body__question {
  /* \1 */
  font-size: 2.2rem;
  line-height: 3.3rem;
  font-weight: 600;
}

.megapay__section-6 .body__answer {
  margin-top: 1.2rem;
  color: #4F4F4F;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 400;
  display: none;

}

.megapay__section-6 .body__answer-item  {
  display: flex;
  margin-top: 1.2rem;
}

.megapay__section-6 .body__answer-item::before  {
  content: "● ";
  /* color: #C0C0C0; */
  margin-right: 0.8rem;
}

.megapay__section-6 .body__answer--show {
  display: block;
  opacity: 1;
  visibility: visible;
}

.megapay__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) {
  .content__service-megapay .megapay__section-1 {
    background-position-x: 65%;
    height: 90rem;
  }

  .megapay__section-1 .section-1__slogan {
    padding-left: 10%;
  }

  .megapay__section-1 .title {
    font-size: 6rem;
    line-height: 8rem;
  }

  .megapay__section-2 .section-2__content {
    padding-right: 9%;
  }

  .megapay__section-3 .advantages {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .megapay__section-3 .advantage {
    display: flex;
    width: calc(50% - 3rem);
  }
  .content__service-megapay .megapay__section-4 {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .megapay__section-4 .platform__text {
    width: 25rem;
  }

  .megapay__section-4 .platform__img {
    height: 20.4rem;
  }

  .megapay__section-4 .body__platform:first-child .platform__img img {
    width: 37rem;
    height: auto;
  }

  .megapay__section-4 .body__platform:not(:first-child) .platform__img img{
    width: 10.4rem;
    height: auto;
  }

  .content__service-megapay .megapay__section-6 {
    padding-left: 17rem;
    padding-right: 17rem;
  }
}

/* 64% */
@media (min-width: 1024px) and (max-width: 1279px) {
  .content__service-megapay .megapay__section-1 {
    background-position-x: 45%;
    height: 90rem;
  }

  .megapay__section-1 .section-1__slogan {
    padding-left: 10%;
  }

  .megapay__section-1 .title {
    font-size: 7.2rem;
    line-height: 9rem;
  }

  .megapay__section-2 .section-2__content {
    padding-right: 13%;
  }

  .megapay__section-3 .advantages {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .megapay__section-3 .advantage {
    display: flex;
    width: calc(50% - 3rem);
  }

  .content__service-megapay .megapay__section-4 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .megapay__section-4 .platform__text {
    width: 25rem;
  }

  .megapay__section-4 .platform__img {
    height: 20.4rem;
  }

  .megapay__section-4 .body__platform:first-child .platform__img img {
    width: 37rem;
    height: auto;
  }

  .megapay__section-4 .body__platform:not(:first-child) .platform__img img{
    width: 10.4rem;
    height: auto;
  }

  .content__service-megapay .megapay__section-6 {
    padding-left: 20rem;
    padding-right: 20rem;
  }
}


/* 75% */
@media (min-width: 1280px) and (max-width: 1535px) {
  .content__service-megapay .megapay__section-1 {
    background-position-x: 30%;
    height: 100rem;
  }

  .megapay__section-1 .section-1__slogan {
    padding-left: 10%;
  }

  .content__service-megapay .megapay__section-4 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .megapay__section-4 .platform__text {
    width: 30rem;
  }

  .megapay__section-4 .platform__img {
    height: 23.7rem;
  }

  .megapay__section-4 .body__platform:first-child .platform__img img {
    width: 41.58rem;
    height: auto;
  }

  .megapay__section-4 .body__platform:not(:first-child) .platform__img img{
    width: 11.7rem;
    height: auto;
  }

  .content__service-megapay .megapay__section-6 {
    padding-left: 23rem;
    padding-right: 23rem;
  }
}

/* 85% */
@media (min-width: 1536px) and (max-width: 1919px) {
  .content__service-megapay .megapay__section-1 {
    background-position-x: 30%;
  }

  .megapay__section-1 .section-1__slogan {
    padding-left: 14%;
  }

  .megapay__section-4 .platform__text {
    width: 28rem;
  }

}
/* ============== SECTION-6 CSS END ============== */
