:root {
  --dc-section2-procedure-height: 4.9rem;
}

.app__content .content__service-dc {}

/* ============== SECTION-1 CSS START ============== */
.content__service-dc .dc__section-1 {
  height: 108rem;
  background:
    url("../img/dich_vu_dc/sec1-bg.png") no-repeat right bottom,
    linear-gradient(180deg,
      rgba(204, 204, 204, 0.3) 0%,
      rgba(236, 236, 236, 0.15) 100%);
      background-size: cover;
}

.dc__section-1 .section-1__slogan {
  padding: 18.7rem 0 0 16%;
}
.fix-image-dc svg{
    width: 740px;
    height: 640px;
}

.dc__section-1 .title {
  /* \1 */
  font-size: 8.2rem;
  line-height: 10rem;
  font-weight: 700;
  width: 87.9rem;
}

.dc__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-dc .dc__section-2 {
  height: 95.9rem;
  padding: 6rem 0 16.7rem;
}

.dc__section-2 .section-2__content {}

.dc__section-2 .content__header {
  margin-bottom: 10rem;
}

.dc__section-2 .title {
  /* \1 */
  font-size: 4.8rem;
  line-height: 6.2rem;
  font-weight: 600;
  text-align: center;
}

.dc__section-2 .content__procedure {
  font-size: 4.8rem;
  line-height: 6.2rem;
  font-weight: 700;
}

.dc__section-2 .procedure__list {}

.dc__section-2 .procedure__step {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dc__section-2 .procedure__step:not(:first-child) {
  margin-top: var(--dc-section2-procedure-height);
}

.dc__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*/
}

.dc__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;
}

.dc__section-2 .procedure__text {
  font-size: 2rem;
  line-height: 3rem;
  height: 3rem;
  font-weight: 400;
  flex: 1;
  margin-left: 1.2rem;
  /*opacity: 0*/
}

.dc__section-2 #procedure-img-1,
.dc__section-2 #procedure-img-2,
.dc__section-2 #procedure-img-3,
.dc__section-2 #procedure-img-4,
.dc__section-2 #procedure-img-5 {
  /*opacity: 0;*/
}

.dc__section-2 .content__procedure-image img {
  width: 74.2rem;
  height: auto;
}

/* ============== SECTION-2 CSS END ============== */

/* ============== SECTION-3 CSS START ============== */
.content__service-dc .dc__section-3 {
  /* height: 65.1rem; */
  padding: 5rem 0;
  background:
    url("../img/dich_vu_dc/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;
}

.dc__section-3 .section-3__content {
  border-radius: 5.4rem;
  background: var(--white-color);
  /* height: 55.1rem; */
}

.dc__section-3 .advantages {
  padding: 4.7rem 10.2rem 6.5rem;
}

.dc__section-3 .advantages {
    padding: 4.7rem 10.2rem 6.5rem;
}
.dc__section-3 .advantages__header {
  /* \1 */
  text-align: center;
  font-size: 4.8rem;
  line-height: 6.2rem;
  font-weight: 700;
}

.dc__section-3 .advantages__header .title {}

.dc__section-3 .advantages__body {
  margin-top: 4.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 34.2rem;
}

.dc__section-3 .advantage {
  display: flex;
  width: calc(50% - 3.8rem);
  margin-top: 1.6rem;
}

.dc__section-3 .advantage__icon img {
  width: 6.5rem;
  height: auto;
}

.dc__section-3 .advantage__body {
  margin-left: 1.5rem;
}

.dc__section-3 .advantage__title {
  /* \1 */
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 3.3rem;
}

.dc__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-dc .dc__section-4 {
  padding: 5rem 31rem;
}

.dc__section-4 .section-4__content {}

.dc__section-4 .content__header {
  margin-bottom: 5.9rem;
}

.dc__section-4 .title {
  /* \1 */
  font-size: 4.8rem;
  line-height: 6.2rem;
  font-weight: 600;
  text-align: center;
}

.dc__section-4 .content__body {
  display: flex;
  flex-wrap: wrap;
}

.dc__section-4 .body__field {
  background: linear-gradient(180deg, rgba(204, 204, 204, 0.3) 0%, rgba(236, 236, 236, 0.15) 100%);
  border-radius: 4.7rem;
  padding: 2.5rem;
  width: calc(33% - 2rem);
  margin: 1rem;
  aspect-ratio: 1 / 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.dc__section-4 .body__field:hover {
  background: linear-gradient(180deg, rgba(255, 238, 241, 0.1) 0.27%, #FFC6CF 98.43%);
}

.dc__section-4 .body__field:hover .field__text {
  display: block
}

.dc__section-4 .field__img {
  text-align: center;
  flex: 1;
}

.dc__section-4 .field__img img {
  width: 14vw;
  max-width: 27rem;
}

.dc__section-4 .field__tittle {
  margin-top: 1.2rem;
  /* \1 */
  font-size: 2.2rem;
  line-height: 3.3rem;
  text-align: center;
}

.dc__section-4 .field__text {
  font-size: 2rem;
  line-height: 3rem;
  height: 3rem;
  text-align: center;
  margin-top: 1rem;
  display: none;
}
/* ============== SECTION-4 CSS END ============== */

/* ============== SECTION-5 CSS START ============== */
.content__service-dc .dc__section-5 {
  position: relative;
}

.dc__section-5 .section-5__background {
  height: 100%;
  background-color: #F9FAFC;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  z-index: -999;
}

.dc__section-5 .section-5__content {
  padding: 9rem 0 7.7rem;
}

.dc__section-5 .partner {}

.dc__section-5 .partner__header {}

.dc__section-5 .partner__header .tittle,
.dc__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;
}

.dc__section-5 .partner__body-1 {
  margin-top: 4.2rem;
  display: flex;
  width: 100%;
}

.dc__section-5 .partner .customer {
  width: 20rem;
  height: 8.8rem;
}

.dc__section-5 .partner .customer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* ============== SECTION-5 CSS END ============== */

/* ============== SECTION-6 CSS START ============== */
.content__service-dc .dc__section-6 {
  /* min-height: 114.5rem; */
  padding: 9rem 31rem 5.5rem;
}

.dc__section-6 .section-6__header {

}

.dc__section-6 .header__tittle {
  /* \1 */
  text-align: center;
  font-size: 4.8rem;
  line-height: 6.2rem;
  font-weight: 600;
}

.dc__section-6 .section-6__body {
  margin-top: 8rem;
  display: flex;
  gap: 1rem;
}

.dc__section-6 .section-6__left {
  width: calc(50% - (1rem * 1 / 2));
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.dc__section-6 .section-6__right {
  width: calc(50% - (2rem * 1 / 2));
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.dc__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;
}

.dc__section-6 .body__question {
  /* \1 */
  font-size: 2.2rem;
  line-height: 3.3rem;
  font-weight: 600;
}

.dc__section-6 .body__answer {
  margin-top: 1.2rem;
  color: #4F4F4F;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 400;
  display: none;

}

.dc__section-6 .body__answer-item  {
  display: flex;
  margin-top: 1.2rem;
}

.dc__section-6 .body__answer-item::before  {
  content: "● ";
  /* color: #C0C0C0; */
  margin-right: 0.8rem;
}

.dc__section-6 .body__answer--show {
  display: block;
  opacity: 1;
  visibility: visible;
}

.dc__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-dc .dc__section-1 {
    height: 95rem;
  }

  .dc__section-1 .section-1__slogan {
    padding-left: 8%;
  }

  .dc__section-1 .title {
    font-size: 6rem;
    line-height: 7rem;
    width: 70rem;
  }

  .dc__section-3 .advantages {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .dc__section-3 .advantage {
    display: flex;
    width: calc(50% - 1rem);
  }

  .content__service-dc .dc__section-4 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

}

/* 64% */
@media (min-width: 1024px) and (max-width: 1279px) {
  .content__service-dc .dc__section-1 {
    height: 100rem;
  }

  .dc__section-1 .section-1__slogan {
    padding-left: 10%;
  }

  .dc__section-1 .title {
    font-size: 6.5rem;
    line-height: 8.5rem;
    width: 72.9rem;
  }

  .dc__section-3 .advantages {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .dc__section-3 .advantage {
    display: flex;
    width: calc(50% - 1rem);
  }

  .content__service-dc .dc__section-4 {
    padding-left: 28rem;
    padding-right: 28rem;
  }

}

/* 75% */
@media (min-width: 1280px) and (max-width: 1535px) {
  .dc__section-1 .section-1__slogan {
    padding-left: 14%;
  }

  .dc__section-3 .advantages {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .dc__section-3 .advantage {
    display: flex;
    width: calc(50% - 2rem);
  }

  .content__service-dc .dc__section-4 {
    padding-left: 28rem;
    padding-right: 28rem;
  }

}

/* 85% */
@media (min-width: 1536px) and (max-width: 1919px) {

}

@media (max-width: 1280px) {
    .fix-image-dc svg {
        width: 100%;
        height: auto;
    }
}
/* ============== SECTION-5 CSS END ============== */
