:root {
  --pos-section2-procedure-height: 4.9rem;
}

.app__content .content__service-pos {}

/* ============== SECTION-1 CSS START ============== */
.content__service-pos .pos__section-1 {
  height: 87.3rem;
  background:
    url("../img/dich_vu_pos/sec1-bg.jpg") no-repeat right bottom,
    linear-gradient(180deg,
      rgba(204, 204, 204, 0.3) 0%,
      rgba(236, 236, 236, 0.15) 100%);
  background-size: cover;
}

.pos__section-1 .section-1__slogan {
  padding: 14.7rem 0 0 16%;
}

.pos__section-1 .title {
  /* \1 */
  font-size: 8.2rem;
  line-height: 10rem;
  font-weight: 700;
  width: 45.4rem;
}

.pos__section-1 .description {
  margin-top: 2rem;
  width: 48.7rem;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 400;
}

.pos__section-1 .pttt-img {
  margin: 2rem 0 0 -1.7rem;
}

.pos__section-1 .pttt-img img {
  width: 77.5rem;
  height: auto;
}

/* ============== SECTION-1 CSS END ============== */

/* ============== SECTION-2 CSS START ============== */
.content__service-pos .pos__section-2 {
  height: 59.3rem;
  padding: 6rem 26rem 5rem 31rem;
}

.pos__section-2 .section-2__content {}

.pos__section-2 .content__header {}

.pos__section-2 .content__header .title {
  /* \1 */
  font-size: 4.8rem;
  line-height: 6.2rem;
  font-weight: 600;
  text-align: center;
}

.pos__section-2 .content__body {
  display: flex;
  justify-content: space-between;
  margin-top: 6rem;
}

.pos__section-2 .body__method {
  width: 20%;
}

.pos__section-2 .method__img img {
  width: 13vw;
  max-width: 250px;
  height: auto;
}

.pos__section-2 .method__tittle {
  /* \1 */
  font-size: 2.2rem;
  line-height: 3.3rem;
  text-align: center;
  margin-top: 1.6rem;
}
/* ============== SECTION-2 CSS END ============== */

/* ============== SECTION-3 CSS START ============== */
.content__service-pos .pos__section-3 {
  padding: 10rem 28rem;
}

.pos__section-3 .section-3__content {}

.pos__section-3 .content__header {}

.pos__section-3 .content__header .title {
  /* \1 */
  font-size: 4.8rem;
  line-height: 6.2rem;
  font-weight: 600;
  text-align: center;
}

.pos__section-3 .content__table {
  margin-top: 5rem;
  border: 3px solid #ffffff;
  /* border-top: none; */
  border-radius: 3rem;
  overflow: hidden;
    background: linear-gradient(180deg, rgba(255, 238, 241, 0.375) -4.77%, rgba(255, 198, 207, 0.75) 100.28%);

}

.pos__section-3 .table__row {
  display: flex;

}

.pos__section-3 .table__col {
  padding: 2rem 1rem;
  width: calc(100% / 3);
  border-top: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.pos__section-3 .table__row:first-child .table__col {
  border-top: none;
}

.pos__section-3 .table__col:first-child {
  border-left: none;
}

.pos__section-3 .table__tittle {
  /* \1 */
  font-size: 2.2rem;
  line-height: 3.3rem;
  font-weight: 600;
}

.pos__section-3 .table__content {
  font-size: 2.2rem;
  line-height: 3.3rem;
  font-weight: 400;
}

.pos__section-3 .table__content .fa-check {
  font-size: 4rem;
  line-height: 5rem;
  color: #C51414;
}

.pos__section-3 .content__images {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.pos__section-3 .content__image {
  width: 8rem;
  height: 4.3rem;
}

.pos__section-3 .content__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}


/* ============== SECTION-3 CSS END ============== */

/* ============== SECTION-4 CSS START ============== */
.content__service-pos .pos__section-4 {
  padding: 5rem 28rem;
}

.pos__section-4 .section-4__content {

}

.pos__section-4 .content__header {}

.pos__section-4 .content__header .title {
  /* \1 */
  font-size: 4.8rem;
  line-height: 6.2rem;
  font-weight: 600;
  text-align: center;
}

.pos__section-4 .content__body {
  margin-top: 5rem;
}

.pos__section-4 .body__navbar {
  display: flex;
}

.pos__section-4 .navbar__item {
  position: relative;
  width: calc(100% / 3);
  cursor: pointer;
}

.pos__section-4 .navbar__item:not(:first-child)::before {
  content: "";
  display: block;
  width: 3px;
  height: 80%;
  background-color: #8D8D8D;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.pos__section-4 .navbar__item--active .navbar__tittle {
  color: var(--text-color);
}

.pos__section-4 .navbar__tittle {
  /* \1 */
  color: #8D8D8D;
  font-size: 4rem;
  line-height: 6.2rem;
  font-weight: 600;
  text-align: center;
}

.pos__section-4 .body__content {
  margin-top: 10rem;
  display: flex;
  justify-content: space-between;
}

.pos__section-4 .body__content:not(.body__content-1) {
  display: none;
}

.pos__section-4 .item__left {
  width: 55%;
}

.pos__section-4 .item__img {
  width: 65.5rem;
  height: 65.5rem;
}

.pos__section-4 .item__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pos__section-4 .item__right {
  width: 40%;
  margin-top: 8rem;
}

.pos__section-4 .item__tittle {
  /* \1 */
  font-size: 4.8rem;
  line-height: 6.2rem;
  font-weight: 600;
}

.pos__section-4 .item__body {
  margin-top: 5rem;
  width: 85%;
}

.pos__section-4 .item__body-item {
  margin-top: 3rem;
  display: flex;
}

.pos__section-4 .item__body-item-icon {
  width: 3.2rem;
  height: 3.2rem;
}

.pos__section-4 .item__body-item-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pos__section-4 .item__body-item-content {
  margin-left: 1.5rem;
}

.pos__section-4 .item__body-item-content-tittle {
  /* \1 */
  font-size: 2.2rem;
  line-height: 3.3rem;
  font-weight: 400;
}



/* ============== SECTION-4 CSS END ============== */

/* ============== SECTION-5 CSS START ============== */
.content__service-pos .pos__section-5 {
  padding: 5rem 0;
  background:
    url("../img/dich_vu_pos/sec4-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;
}

.pos__section-5 .section-5__content {
  border-radius: 5.4rem;
  background: var(--white-color);
}

.pos__section-5 .advantages {
  padding: 4.7rem 10.2rem 6.5rem;
}


.pos__section-5 .advantages__header {
  /* \1 */
  text-align: center;
  font-size: 4.8rem;
  line-height: 6.2rem;
  font-weight: 600;
}

.pos__section-5 .advantages__header .title {}

.pos__section-5 .advantages__body {
  margin-top: 4.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 34.2rem;
}

.pos__section-5 .advantage {
  display: flex;
  width: calc(50% - 3.8rem);
  margin-top: 3.6rem;
}

.pos__section-5 .advantage__icon img {
  width: 6.5rem;
  height: auto;
}

.pos__section-5 .advantage__body {
  margin-left: 1.5rem;
}

.pos__section-5 .advantage__title {
  /* \1 */
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 3.3rem;
}

.pos__section-5 .advantage__content {
  margin-top: 1.2rem;
  font-size: 2rem;
  font-weight: 400;
  line-height: 3rem;

}
/* ============== SECTION-5 CSS END ============== */

/* ============== SECTION-6 CSS START ============== */
.content__service-pos .pos__section-6 {
  /* min-height: 114.5rem; */
  padding: 9rem 31rem 5.5rem;
}

.pos__section-6 .section-6__header {

}

.pos__section-6 .header__tittle {
  /* \1 */
  text-align: center;
  font-size: 4.8rem;
  line-height: 6.2rem;
  font-weight: 600;
}

.pos__section-6 .section-6__body {
  margin-top: 8rem;
  display: flex;
  gap: 1rem;
}

.pos__section-6 .section-6__left {
  width: calc(50% - (1rem * 1 / 2));
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.pos__section-6 .section-6__right {
  width: calc(50% - (2rem * 1 / 2));
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.pos__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;
}

.pos__section-6 .body__question {
  /* \1 */
  font-size: 2.2rem;
  line-height: 3.3rem;
  font-weight: 600;
}

.pos__section-6 .body__answer {
  margin-top: 1.2rem;
  color: #4F4F4F;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 400;
  display: none;

}

.pos__section-6 .body__answer-item  {
  display: flex;
  margin-top: 1.2rem;
}

.pos__section-6 .body__answer-item::before  {
  content: "● ";
  /* color: #C0C0C0; */
  margin-right: 0.8rem;
}

.pos__section-6 .body__answer--show {
  display: block;
  opacity: 1;
  visibility: visible;
}

.pos__section-6 .q-a__button-toggle {
  /* \1 */
  font-size: 2.2rem;
  line-height: 3.3rem;
  font-weight: 600;
  margin-left: 2rem;
}
/* ============== SECTION-6 CSS END ============== */

/* ============== SECTION-9 CSS START ============== */
.content__service-pos .pos__section-9 {
  height: 62.4rem;
  padding: 9rem 0;
}

.pos__section-9 .section-9__content {
  height: 44.4rem;
  background:
    url("../img/trang_chu/decoration_section9.png") no-repeat left center,
    linear-gradient(180deg,
      rgba(204, 204, 204, 0.3) 0%,
      rgba(236, 236, 236, 0.15) 100%);
  /* background-size: 28% 100%, 72% 100%; */
  background-size: cover;
  background-position: center;
  border-radius: 3.2rem;
}

.pos__section-9 .info {
  padding: 9.9rem 0 13.1rem 10.4rem;
}

.pos__section-9 .info__logo img {
  width: 7.7rem;
  height: auto;
}

.pos__section-9 .info__text {
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 400;
  margin-top: 1.9rem;
}

.pos__section-9 .info__slogan {
  /* \1 */
  font-size: 3.9rem;
  line-height: 5.5rem;
  font-weight: 600;
  width: 35.6rem;
  margin-top: .9rem;
}

.pos__section-9 .advise {
  padding: 10.2rem 0 10.6rem;
}

.pos__section-9 .form-advise {
  padding: 0 13rem 0 1rem;
}


.pos__section-9 .form-group {}

.pos__section-9 .form-group:not(:first-child) {
  margin-top: 2.8rem;
}

.pos__section-9 .form-input {
  width: 100%;
  padding: 1.9rem 0 1.9rem 2.4rem;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 400;
  border: none;
  border-radius: .8rem;
  outline: none;
}

.pos__section-9 .form-btn {
  width: 100%;
  /* \1 */
  text-decoration: none;
  color: #FFF;
  background-color: var(--primary-color);
  font-size: 2.0rem;
  line-height: 2.8rem;
  font-weight: 600;
  padding: 1.2rem 2.4rem;
  border-radius: .8rem;
  border: none;
  cursor: pointer;
}
/* ============== SECTION-9 CSS END ============== */

@media (max-width: 767px) {

}

/* 56% */
@media (min-width: 768px) and (max-width: 1023px) {
  .content__service-pos .pos__section-1 {
    background-position-x: 70%;
  }

  .pos__section-1 .section-1__slogan {
    padding-top: 10rem;
    padding-left: 10%;
  }

  .content__service-pos .pos__section-2 {
    padding: 6rem 17rem 0 21rem;
  }
}

/* 64% */
@media (min-width: 1024px) and (max-width: 1279px) {
  .content__service-pos .pos__section-1 {
    background-position-x: 70%;
  }

  .pos__section-1 .section-1__slogan {
    padding-top: 12rem;
    padding-left: 12%;
  }

  .content__service-pos .pos__section-2 {
    padding: 6rem 21rem 0 26rem;
  }
}

/* 75% */
@media (min-width: 1280px) and (max-width: 1535px) {
  .pos__section-1 .section-1__slogan {
    padding-left: 14%;
  }

  .content__service-pos .pos__section-2 {
    padding: 6rem 21rem 0 26rem;
  }

}

/* 85% */
@media (min-width: 1536px) and (max-width: 1919px) {

}
/** ADD CSS **/
.link_terms_of_service {
    margin-top: 2rem;
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 400;
    text-decoration: underline;
    color: #000000;
}
