:root {
  --mc-section2-procedure-height: 4.9rem;
}

.app__content .content__service-mc {}

/* ============== SECTION-1 CSS START ============== */
.content__service-mc .mc__section-1 {
  background:
    url("../img/dich_vu_mc/sec1-bg.png") no-repeat right top,
    linear-gradient(180deg,
      rgba(204, 204, 204, 0.3) 0%,
      rgba(236, 236, 236, 0.15) 100%);
  background-size: auto 100%;
}

.mc__section-1 .section-1__slogan {
  padding: 18.7rem 0 37.4rem 16%;
}

.mc__section-1 .title {
  /* \1 */
  font-size: 8.2rem;
  line-height: 10rem;
  font-weight: 700;
}

.mc__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-mc .mc__section-2 {
  height: 108rem;
  padding-top: 6rem;
}

.mc__section-2 .section-2__content {}

.mc__section-2 .content__header {
  margin-bottom: 10rem;
}

.mc__section-2 .title {
  /* \1 */
  font-size: 4.8rem;
  line-height: 6.2rem;
  font-weight: 600;
  text-align: center;
}

.mc__section-2 .content__procedure {
  font-size: 4.8rem;
  line-height: 6.2rem;
  font-weight: 700;
}

.mc__section-2 .procedure__list {}

.mc__section-2 .procedure__step {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mc__section-2 .procedure__step:not(:first-child) {
  margin-top: var(--mc-section2-procedure-height);
}

.mc__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*/
}

.mc__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;
}

.mc__section-2 .procedure__text {
  font-size: 2rem;
  line-height: 3rem;
  height: 3rem;
  font-weight: 400;
  flex: 1;
  margin-left: 1.2rem;
  /*opacity: 0*/
}

.mc__section-2 #procedure-img-1,
.mc__section-2 #procedure-img-2,
.mc__section-2 #procedure-img-3,
.mc__section-2 #procedure-img-4,
.mc__section-2 #procedure-img-5,
.mc__section-2 #procedure-img-6 {
  /*opacity: 0;*/
}

.mc__section-2 .content__procedure-image img {
  width: 68.4rem;
  height: 72.6rem;
}

/* ============== SECTION-2 CSS END ============== */

/* ============== SECTION-3 CSS START ============== */
.content__service-mc .mc__section-3 {
  /* height: 87rem; */
  padding: 5rem 0;
  background:
    url("../img/dich_vu_mc/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;
}

.mc__section-3 .section-3__content {
  border-radius: 5.4rem;
  background: var(--white-color);
  /* height: 77rem; */
}

.mc__section-3 .advantages {
  padding: 4.7rem 10.2rem 6.5rem;
}


.mc__section-3 .advantages__header {
  /* \1 */
  text-align: center;
  font-size: 4.8rem;
  line-height: 6.2rem;
  font-weight: 700;
}

.mc__section-3 .advantages__header .title {}

.mc__section-3 .advantages__body {
  margin-top: 4.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 55.1rem;
}

.mc__section-3 .advantage {
  display: flex;
  width: calc(50% - 3.8rem);
  margin-top: 1.6rem;
}

.mc__section-3 .advantage__icon img {
  width: 6.5rem;
  height: 6.5rem;
}

.mc__section-3 .advantage__body {
  margin-left: 1.5rem;
}

.mc__section-3 .advantage__title {
  /* \1 */
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 3.3rem;
}

.mc__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-mc .mc__section-4 {
  background:
    url("../img/dich_vu_mc/sec4-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;
  position: relative;
}

.mc__section-4 .section-4__background {
  height: 100%;
  background: linear-gradient(180deg, rgba(204, 204, 204, 0.3) 0%, rgba(236, 236, 236, 0.15) 100%);
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  z-index: -999;
}

.mc__section-4 .section-4__content {
  padding: 9rem 0 7.7rem;
}

.mc__section-4 .partner {}

.mc__section-4 .partner__header {}

.mc__section-4 .partner__header .tittle,
.mc__section-4 .merchant__header .tittle {
  /* \1 */
  width: 32rem;
  font-size: 3.2rem;
  line-height: 4.5rem;
  font-weight: 600;
  color: var(--text-color);
  /* width: 100%; */
  text-align: center;
  position: relative;
  margin: 0 auto;
}

.mc__section-4 .tittle--underlined::after {
  content: "";
  position: absolute;
  width: 50%;
  bottom: -1.3rem;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 0.4rem solid var(--primary-color);
}

.mc__section-4 .partner__body {
  margin-top: 7rem;
  padding: 5rem 3rem;
  background-color: #F8F8F8;
  border-radius: 1.8rem;
  box-shadow: 4px 4px 22.5px 0px #0000001A;
}

.mc__section-4 .body__tittle {
  /* \1 */
  font-size: 2.4rem;
  line-height: 4.5rem;
  font-weight: 600;
  margin-left: 6rem;
}

.mc__section-4 .body__list-service {
  padding: 0 6rem;
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  gap: 0 6rem;
}

.mc__section-4 .body__list-service .body__item {
  width: 11%;
}

.mc__section-4 .body__list-service .item__img {
  background: linear-gradient(180deg, rgba(204, 204, 204, 0.45) 0.27%, rgba(236, 236, 236, 0.3) 98.43%);
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mc__section-4 .body__list-service .body__item--active .item__img {
  background: linear-gradient(180deg, rgba(255, 238, 241, 0.1) 0.27%, #FFC6CF 98.43%);
}

.mc__section-4 .body__list-service .item__img img {
  width: 6.8rem;
  height: 6.8rem;
}

.mc__section-4 .body__list-service .item__tittle {
  /* \1 */
  font-size: 1.8rem;
  line-height: 3.2rem;
  font-weight: 700;
  text-align: center;
  margin-top: 1.5rem;
}

.mc__section-4 .body__list-service .body__item--active .item__tittle {
  color: var(--primary-color);
}

.mc__section-4 .body__list-partner {
  margin-top: 4rem;
}

.mc__section-4 .body__list-partner .body__item {
  display: flex;
  justify-content: center;
  gap: 0 2rem;
}

.mc__section-4 .body__list-partner .item__img {
  width: 18.9rem;
  height: 8.4rem;
}

.mc__section-4 .body__list-partner .item__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mc__section-4 .body__list-partner:not(:first-child) {
  display: none;
}

.mc__section-4 .merchant {
  margin-top: 9rem;
}

.mc__section-4 .merchant__header {}


/* ============== SECTION-6 CSS START ============== */
.content__service-mc .mc__section-6 {
  /* min-height: 114.5rem; */
  padding: 9rem 31rem 5.5rem;
}

.mc__section-6 .section-6__header {

}

.mc__section-6 .header__tittle {
  /* \1 */
  text-align: center;
  font-size: 4.8rem;
  line-height: 6.2rem;
  font-weight: 600;
}

.mc__section-6 .section-6__body {
  margin-top: 8rem;
  display: flex;
  gap: 1rem;
}

.mc__section-6 .section-6__left {
  width: calc(50% - (1rem * 1 / 2));
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.mc__section-6 .section-6__right {
  width: calc(50% - (2rem * 1 / 2));
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.mc__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;
}

.mc__section-6 .body__question {
  /* \1 */
  font-size: 2.2rem;
  line-height: 3.3rem;
  font-weight: 600;
}

.mc__section-6 .body__answer {
  margin-top: 1.2rem;
  color: #4F4F4F;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 400;
  display: none;

}

.mc__section-6 .body__answer-item  {
  display: flex;
  margin-top: 1.2rem;
}

.mc__section-6 .body__answer-item::before  {
  content: "● ";
  /* color: #C0C0C0; */
  margin-right: 0.8rem;
}

.mc__section-6 .body__answer--show {
  display: block;
  opacity: 1;
  visibility: visible;
}

.mc__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) {
  .mc__section-1 .section-1__slogan {
    padding-left: 8%;
  }

  .mc__section-1 .title {
    font-size: 6.2rem;
    line-height: 8rem;
  }

  .content__service-mc .mc__section-2 {
    height: 100rem;
  }

  .mc__section-3 .advantages {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .mc__section-3 .advantage {
    display: flex;
    width: calc(50% - 3rem);
  }
}

/* 64% */
@media (min-width: 1024px) and (max-width: 1279px) {
  .mc__section-1 .section-1__slogan {
    padding-left: 6%;
  }

  .mc__section-1 .title {
    font-size: 7.2rem;
    line-height: 9rem;
  }

  .content__service-mc .mc__section-2 {
    height: 100rem;
  }

  .mc__section-3 .advantages {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .mc__section-3 .advantage {
    display: flex;
    width: calc(50% - 3rem);
  }

}


/* 75% */
@media (min-width: 1280px) and (max-width: 1535px) {
  .mc__section-1 .section-1__slogan {
    padding-left: 14%;
  }
}

/* 85% */
@media (min-width: 1536px) and (max-width: 1919px) {

}

/* ============== SECTION-4 CSS END ============== */
