@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;

1,100..900&display=swap);@charset "UTF-8";
.is-page-about {
  font-family: "Montserrat", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.healine {
  font-family: "Montserrat", sans-serif;
}

.about-top {
  padding: 5.6rem 0;
}

@media (max-width: 990px) {
  .about-top {
    padding: 2rem 0px;
  }
}

.about-ttl {
  margin-bottom: 0;
}

.about-ttl__subttl {
  display: block;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 8px;
  color: #f03431;
  font-weight: 700;
}

.about-ttl__txt {
  font-size: 3.6rem;
  line-height: 1.2;
  display: block;
  font-weight: 700;
}

.about-ttl--center {
  text-align: center;
}

@media (max-width: 990px) {
  .about-ttl__txt {
    font-size: 19px;
  }
}

.about-column__row {
  --gutter: 32px;
  gap: 32px 0;
  margin-top: 50px;
}

.about-column__icon img {
  width: 62px;
  height: 62px;
  -o-object-fit: contain;
     object-fit: contain;
}

.about-column__ttl {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 16px;
}

.about-column__brief {
  color: #4b5563;
  margin-top: 8px;
}

@media (max-width: 990px) {
  .about-column__row {
    --gutter: unset;
  }

  .about-column__ttl {
    font-size: 17px;
  }
}

.about-discover {
  background: #f9fafb;
  padding: 9.6rem 0 0;
}

@media (max-width: 990px) {
  .about-discover {
    padding: 2rem 0px;
  }
}

.about-step {
  display: grid;
  grid-template-columns: calc(50% - 35px) calc(50% - 35px);
  gap: 30px 70px;
}

.about-step__nav-item.slick-current .about-step__nav-box::before {
  background: #f03431;
}

.about-step__nav-item.slick-current .about-step__nav-ttl {
  color: #f03431;
  margin-bottom: 5px;
}

.about-step__nav-box {
  position: relative;
  padding: 16px 0 16px 24px;
}

.about-step__nav-box::before {
  content: "";
  width: 2px;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  opacity: 1;
  transition: opacity 0.2s linear;
  background: #f3f4f6;
}

.about-step__nav-ttl {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
}

.about-step__nav-brief {
  color: #4b5563;
  line-height: 1.5;
}

@media (max-width: 990px) {
  .about-step {
    display: block;
  }
}

.about-price {
  padding: 9.6rem 0;
}

@media (max-width: 990px) {
  .about-price {
    padding: 2rem 0px;
  }
}

.about-price__city {
  width: 280px;
  margin-left: auto;
}

.about-price__city-ttl {
  color: #374151;
  font-weight: 600;
  margin-bottom: 5px;
}

.about-price__city-select select {
  width: 100%;
}

.about-price__city-select .select2-container {
  width: 100%;
}

.about-price__city-select .select2-container--default .select2-selection--single {
  height: 40px;
  border-radius: 10px;
  border-color: #d1d5db;
}

.about-price__city-select .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
}

.about-price__city-select .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 7px;
  right: 3px;
  width: 20px;
}

.about-price__ttl {
  margin-bottom: 12px;
}

.about-price__ttl-txt {
  display: block;
  font-size: 2rem;
  font-weight: 700;
}

.about-price__ttl small {
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 12px;
}

.about-price__block {
  margin-bottom: 24px;
}
.about-price__block h3 {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #000;
}

.about-price__table table {
  width: 100%;
  margin-bottom: 0;
}

.about-price__table table td,
.about-price__table table th {
  border: 1px solid #e2e8f0;
  padding: 1.6rem;
}

.about-price__table table thead {
  background: #f3f4f6;
}

.about-price__table table thead th {
  font-size: 1.8rem;
  font-weight: 700;
}

.about-price__table table thead th:not(:first-child) {
  text-align: center;
}

.about-price__table table tbody {
  background: white;
}

.about-price__table table tbody td:first-child {
  font-weight: 600;
  color: #4b5563;
}

.about-price__table table tbody td:not(:first-child) {
  text-align: center;
}

.about-price__note {
  font-size: 1.7rem;
  font-weight: 500;
  color: #000;
}

.about-price__note ul li {
  position: relative;
  padding-bottom: 5px;
  padding-left: 25px;
  color: #333;
  /* list-style: disc !important; */
}

.about-price__note ul li::before {
  content: "";
  width: 3px;
  height: 3px;
  left: 10px;
  top: 8px;
  background: #4b5563;
  position: absolute;
}
.about-tab {
    margin-top: 30px;
}

@media (max-width: 990px) {
  .about-price__city {
    width: 100%;
    margin-bottom: 20px;
  }

  .about-price__ttl-txt {
    font-size: 17px;
  }

  .about-price__ttl small {
    font-size: 15px;
  }

  .about-price__table th {
    font-size: 13px !important;
  }
}

.about-faq {
  background: #f9fafb;
  padding: 9.4rem 0;
}

@media (max-width: 990px) {
  .about-faq {
    padding: 2rem 0px;
  }
}

.about-tab__list-item.is-active a {
  box-shadow: 0px 1px 2px 0px rgba(18, 26, 43, 0.1), 0px 1px 2px -1px rgba(18, 26, 43, 0.06);
  color: #111827;
  background: white;
  border-radius: 6px;
}

.about-tab__list-item a {
  color: #6b7280;
  font-weight: 600;
  line-height: 1.5;
  padding: 8px 14px;
  display: block;
  transition: all 0.3s;
}

.about-tab__ttl {
  font-size: 2rem;
  font-weight: 700;
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.about-tab__content:not(.is-active) {
  display: none;
}

@media (max-width: 990px) {
  .about-tab .about-tab__ttl {
    font-size: 16px;
  }
}

.faq-list__item:not(.is-open) .faq-list__ttl::after {
  content: "\F067";
}

.faq-list__ttl {
  font-size: 2.2rem;
  font-weight: 700;
  color: #000;
  border-bottom: solid 1px #ccc;
  line-height: 1.55;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.faq-list__ttl::after {
  content: "\F068";
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-family: "Font Awesome 5 Free";
}

.faq-list__ct {
  color: #4b5563;
  line-height: 1.7;
  font-size: 16px;
  display: none;
}
.about-column {
    margin-top: 20px;
}
.about-ttl--margin {
    max-width: 70%;
    margin: auto;
}

@media (max-width: 990px) {
  .faq-list .faq-list__ttl {
    font-size: 16px;
    padding-right: 20px;
  }
}

section.about-secondary {
  padding: 3rem 0;
}

section.about-secondary .box-member-abouts-secondary {
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}

section.about-secondary .box-member-abouts-secondary .icon-secondary {
  margin-bottom: 30px;
}

section.about-secondary .box-member-abouts-secondary .icon-secondary img {
  height: 62px;
}

section.about-secondary .box-member-abouts-secondary .hedding-member-abouts {
  margin-bottom: 15px;
}

section.about-secondary .box-member-abouts-secondary .hedding-member-abouts a {
  color: #111827;
  line-height: 1.75rem;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

section.about-secondary .box-member-abouts-secondary .content-abouts-body {
  margin-bottom: 5px;
}
.list-about-secondary {
    margin-top: 30px;
}

section.about-secondary .box-member-abouts-secondary .content-abouts-body p {
  color: #4b5563;
  margin-bottom: 20px;
  font-size: 15px;

  display: -webkit-box;
  -webkit-line-clamp: 2;      /* Số dòng muốn hiển thị */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}


section.about-secondary .box-member-abouts-secondary .btn-next-secondary a {
  color: #ef3430;
}
