.main-content {
  max-width: 1280px;
  margin: 0 auto;
  padding: 32px 40px;
}
@media (max-width: 640px) {
  .main-content {
    padding: 32px 16px;
  }
}
.main-content .banner {
  height: 450px;
  width: 100%;
  background: url("../../images/banner/banner-5.png") no-repeat center center;
  border-radius: 16px;
  margin-top: 40px;
  margin-bottom: 32px;
  overflow: hidden;
  background-size: cover;
}
.main-content #tab-1 > h1 {
  color: var(--Gray-800, #1d2939);
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
}
.main-content #tab-1 .content {
  display: flex;
  gap: 32px;
}
.main-content #tab-1 .content-list {
  display: flex;
  flex-direction: column;
  padding: 0 32px;
  flex: 2;
}
@media (max-width: 640px) {
  .main-content #tab-1 .content-list {
    padding: 0;
  }
}
.main-content #tab-1 .content-list p {
  color: var(--Gray-500, #667085);
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 30px;
}
.main-content #tab-1 .content-item {
  padding: 32px 0;
}
@media (max-width: 640px) {
  .main-content #tab-1 .content-item {
    padding: 24px 0;
  }
}
.main-content #tab-1 .content-item:not(:last-child) {
  border-bottom: 1px solid var(--primary-color-600);
}
.main-content #tab-1 .content-item > h1 {
  color: var(--Primary-600, #0d3aff);
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 16px;
}
.main-content #tab-1 .content-item p {
  color: var(--Gray-500, #667085);
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 16px;
}
.main-content #tab-1 .content-description {
  flex: 1;
  padding: 32px;
  background-color: var(--primary-color-200);
  border-radius: 24px;
}
@media (max-width: 640px) {
  .main-content #tab-1 .content-description {
    padding: 24px;
  }
}
.main-content #tab-1 .content-description > h1 {
  color: var(--Primary-600, #0d3aff);
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
}
.main-content #tab-1 .content-description > p {
  color: var(--Gray-800, #1d2939);
  font-size: 18px;
  line-height: 28px;
  margin-top: 16px;
}
.main-content #tab-1 .content-description .criteria-list {
  margin-top: 24px;
  display: flex;
  gap: 16px;
  flex-direction: column;
}
.main-content #tab-1 .content-description .criteria-item {
  display: flex;
  align-items: center;
}
.main-content #tab-1 .content-description .criteria-item:nth-child(4) {
  margin-bottom: 8px;
}
.main-content #tab-1 .content-description .criteria-item > img {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
.main-content #tab-1 .content-description .criteria-item > p {
  color: var(--gray-color-800);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.main-content #tab-1 .content-list-new {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0 24px;
}
.main-content #tab-1 .content-list-new .content-item {
  width: calc(50% - 12px);
  padding: 24px 0;
}
.main-content #tab-1 .content-list-new .content-item:nth-last-child(1), .main-content #tab-1 .content-list-new .content-item:nth-last-child(2) {
  border: none;
}
@media (max-width: 834px) {
  .main-content #tab-1 .content-list-new .content-item {
    padding: 32px 0;
    width: 100%;
  }
  .main-content #tab-1 .content-list-new .content-item:not(:last-child) {
    border-bottom: 1px solid var(--primary-color-600);
  }
}
@media (max-width: 834px) {
  .main-content #tab-1 .content-list-new {
    flex-direction: column;
    gap: 0;
  }
}
@media (max-width: 1024px) {
  .main-content #tab-1 .content {
    flex-direction: column;
    gap: 24px;
  }
}
.main-content #tab-2 > h1 {
  color: var(--Gray-800, #1d2939);
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  margin-bottom: 24px;
}
.main-content #tab-2 .list-member {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  .main-content #tab-2 .list-member {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 834px) {
  .main-content #tab-2 .list-member {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 540px) {
  .main-content #tab-2 .list-member {
    grid-template-columns: repeat(1, 1fr);
  }
}
.main-content #tab-2 .member {
  display: flex;
  flex-direction: column;
}
.main-content #tab-2 .member .image {
  width: 100%;
  height: 296px;
  border-radius: 22px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-color: #dbedff;
}
.main-content #tab-2 .member .content {
  margin-top: 24px;
  flex: 1;
}
.main-content #tab-2 .member .content h1 {
  color: #101828;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}
.main-content #tab-2 .member .content p {
  color: var(--Primary-700, #032eff);
  font-size: 18px;
  line-height: 28px;
  margin-top: 4px;
}
.main-content #tab-2 .member .content .bio-content {
  display: block;
  color: var(--Gray-500, #667085);
  font-size: 16px;
  line-height: 24px;
  margin-top: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: pre-wrap;
}
.main-content #tab-2 .member .actions {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.main-content #tab-2 .member .actions .button {
  padding: 10px 18px;
  border-radius: 100px;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  display: block;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .main-content #tab-2 .member .actions .button {
    flex: 0 1 100%;
  }
}
.main-content #tab-2 .member .actions .button-detail {
  background-color: #ffffff;
  border: 1px solid var(--Gray-300, #d0d5dd);
  color: var(--Gray-700, #344054);
}
.main-content #tab-2 .member .actions .button-booking {
  border: 1px solid #0d3aff;
  background: #0d3aff;
  color: var(--White, #fff);
}
.main-content #tab-3 {
  max-width: 768px;
  margin: 0 auto;
}
@media (max-width: 834px) {
  .main-content #tab-3 {
    max-width: 100%;
  }
}
.main-content #tab-3 > h1 {
  color: var(--Gray-900, #101828);
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
}
@media (max-width: 640px) {
  .main-content #tab-3 > h1 {
    font-size: 30px;
    line-height: 38px;
  }
}
.main-content #tab-3 > p {
  color: var(--Gray-500, #667085);
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  margin-top: 8px;
  margin-bottom: 32px;
}
.main-content .more-content {
  margin: 48px 32px;
  padding-top: 32px;
  border-top: 1px solid var(--gray-color-300);
}
.main-content .more-content > h1 {
  color: var(--Gray-800, #1d2939);
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
}
.main-content .more-content > .card-list {
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
  margin-top: 32px;
}
.main-content .more-content .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px;
  gap: 20px;
  border-radius: 24px;
  border: 1px solid var(--Primary-300, #86bdff);
  text-align: center;
  flex: 0 1 calc(33.333% - 16px);
}
.main-content .more-content .card:nth-child(2), .main-content .more-content .card:nth-child(5) {
  flex: 0 1 calc(33.333% - 32px);
}
@media (max-width: 834px) {
  .main-content .more-content .card {
    flex: 0 1 calc(50% - 16px);
  }
  .main-content .more-content .card:nth-child(2), .main-content .more-content .card:nth-child(5) {
    flex: 0 1 calc(50% - 16px);
  }
}
@media (max-width: 640px) {
  .main-content .more-content .card {
    flex: 0 1 100% !important;
  }
}
.main-content .more-content .card-image {
  width: 48px;
  height: 48px;
  border-radius: 100rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--Primary-100, #d5ebff);
}
.main-content .more-content .card-image img {
  width: 24px;
  height: 24px;
  object-fit: cover;
}
.main-content .more-content .card-content > h4 {
  color: var(--Gray-900, #101828);
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}
.main-content .more-content .card-content > p {
  margin-top: 8px;
  color: var(--Gray-500, #667085);
  font-family: Inter;
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 640px) {
  .main-content .more-content {
    margin: 32px 0;
    padding-top: 24px;
  }
}