.content-page {
  min-height: 400px;
  margin-bottom: 30px;
  font-weight: 400;
}
.content-page ul,
.content-page ol {
  padding-left: 25px;
}
.content-page table {
  width: 100%;
  margin-bottom: 15px;
}
.content-page table td {
  padding: 5px;
}
.content-page ul {
  list-style: initial;
  margin-bottom: 15px;
}
.page-faq .content-page {
  background: #fff;
  border-radius: 5px;
}
.page-faq .content-page .sub_title {
  position: relative;
  color: var(--primary-color);
  text-align: center;
  width: 106px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 10px;
}
.page-faq .content-page .sub_title:before {
  content: "";
  background: #ceffcb;
  border-radius: 7px;
  transform: skew(-18deg);
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0px;
  right: 0px;
  transform: skewX(-15deg);
  background-image: linear-gradient(to right, #38f75b, #95ffa2);
}
.page-faq .content-page .sub_title img {
  position: relative;
  max-width: 20px;
  max-height: 20px;
  margin-right: 5px;
}
.page-faq .content-page .sub_title span {
  position: relative;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
}
.page-faq .content-page .title_choose {
  margin-bottom: 0px;
  display: block;
  color: #062e39;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 992px) {
  .page-faq .content-page .title_choose {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .page-faq .content-page .title_choose {
    font-size: 26px;
  }
}
.page-faq .content-page .content_chosee {
  display: block;
  max-width: 60%;
  font-size: 16px;
  font-weight: 500;
  color: #5a5a5a;
  margin: 0 auto;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 992px) {
  .page-faq .content-page .content_chosee {
    max-width: 80%;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .page-faq .content-page .content_chosee {
    max-width: 100%;
  }
}
.page-faq .faq {
  list-style: none;
  padding-left: 0px;
}
.page-faq .faq li {
  margin-bottom: 10px;
  color: #5a5a5a;
  padding-bottom: 10px;
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .page-faq .faq li {
    margin-bottom: 5px;
    padding-bottom: 5px;
  }
}
.page-faq .faq li .text_faq {
  font-size: 16px;
  position: relative;
  padding-right: 10px;
  font-weight: 700;
  cursor: pointer;
  margin-bottom: 0;
  padding: 10px 15px;
  border-radius: 10px;
  padding-right: 40px;
  background-color: #fff6f3;
}
.page-faq .faq li .text_faq span {
  color: var(--primary-color);
}
.page-faq .faq li .text_faq svg {
  width: 10px;
  height: 10px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%);
  transition: 0.5s;
}
.page-faq .faq li .text_faq svg path {
  fill: #5a5a5a;
}
.page-faq .faq li .content-faq {
  margin-top: 10px;
  font-weight: 400;
  padding: 10px 15px;
}
@media (min-width: 1025px) and (max-width: 1440px) {
  .page-faq .faq li .content-faq {
    margin-top: 5px;
    padding: 5px 15px;
  }
}
.page-faq .faq li:hover svg path {
  fill: var(--primary-color);
}
.page-faq .faq li:hover .text_faq {
  background-color: #062e39;
  color: #fff;
}
.page-faq .faq li.active svg {
  transform: rotate(180deg) translate(0, 50%);
}
.page-faq .faq li.active svg path {
  fill: var(--primary-color);
}
.page-faq .faq li.active .text_faq {
  background-color: #062e39;
  color: #fff;
}
.page-about {
  position: relative;
  margin-top: -2rem;
  font-weight: 400;
}
.page-about .section_about_2 {
  position: relative;
  background-color: #fff6f3;
  padding: 60px 0px;
  background-image: url(https://bizweb.dktcdn.net/100/578/208/themes/1021406/assets/banner_about.png?1758009951056);
  background-size: 100%;
}
@media (max-width: 992px) {
  .page-about .section_about_2 {
    padding: 40px 0px;
  }
}
.page-about .section_about_2 .img_about {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  display: flex;
  -o-justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -os-justify-content: center;
  -o-display: flex;
  -moz-display: flex;
  -webkit-display: flex;
  -os-display: flex;
  align-items: center;
  position: relative;
  height: auto !important;
  padding-bottom: 110%;
}
@media (max-width: 992px) {
  .page-about .section_about_2 .img_about {
    margin-bottom: 25px;
  }
}
.page-about .section_about_2 .img_about img {
  width: auto !important;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  will-change: opacify;
  transform: scale(1);
  transition: all 0.5s ease;
}
@media (min-width: 992px) {
  .page-about .section_about_2 .row {
    align-items: center;
  }
}
.page-about .section_about_2 .banner_img {
  margin: 15px 0px;
  display: block;
  aspect-ratio: 800 / 313;
  position: relative;
}
.page-about .section_about_2 .box_about {
  padding-left: 15px;
}
@media (max-width: 992px) {
  .page-about .section_about_2 .box_about {
    padding-left: 0px;
  }
}
.page-about .section_about_2 .title_about {
  color: #062e39;
  font-size: 30px;
  margin-bottom: 15px;
  line-height: 1;
  font-weight: 700;
}
@media (max-width: 992px) {
  .page-about .section_about_2 .title_about {
    font-size: 30px;
  }
}
@media (max-width: 992px) {
  .page-about .section_about_2 .title_about {
    font-size: 26px;
  }
}
.page-about .section_about_2 .content_about {
  color: #062e39;
  font-size: 16px;
  font-weight: 400;
  display: block;
}
.page-about .section_team {
  position: relative;
  background-color: #fff6f3;
  padding: 60px 0px;
  background-image: url(https://bizweb.dktcdn.net/100/578/208/themes/1021406/assets/banner_team.jpg?1758009951056);
  background-size: 100%;
}
@media (max-width: 992px) {
  .page-about .section_team {
    padding: 40px 0px;
  }
}
.page-about .section_team .title_team {
  text-align: center;
  margin-bottom: 0px;
  display: block;
  text-align: center;
  margin-bottom: 40px;
  color: #062e39;
  font-size: 34px;
  font-weight: 700;
}
@media (max-width: 992px) {
  .page-about .section_team .title_team {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .page-about .section_team .title_team {
    font-size: 26px;
    margin-bottom: 25px;
  }
}
.page-about .section_team .sub_title {
  position: relative;
  color: var(--primary-color);
  text-align: center;
  width: 208px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 10px;
}
.page-about .section_team .sub_title:before {
  content: "";
  background: #ffdecb;
  border-radius: 7px;
  transform: skew(-18deg);
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0px;
  right: 0px;
  transform: skewX(-15deg);
  background-image: linear-gradient(to right, #38f75b, #95ffa2);
}
.page-about .section_team .sub_title img {
  position: relative;
  max-width: 26px;
  max-height: 26px;
  margin-right: 5px;
}
.page-about .section_team .sub_title span {
  position: relative;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
}
@media (max-width: 992px) {
  .page-about .section_team .row {
    display: grid;
    grid-template-rows: 1fr;
    overflow: auto;
    justify-content: start;
    grid-template-columns: repeat(4, 38%);
  }
}
@media (max-width: 767px) {
  .page-about .section_team .row {
    grid-template-columns: repeat(4, 70%);
  }
}
.page-about .section_team .content {
  text-align: left;
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 18px;
  color: #616161;
}
.page-about .section_team .title {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin: 5px 0px;
}
@media (max-width: 767px) {
  .page-about .section_team .title {
    font-size: 20px;
  }
}
.page-about .section_team .job {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .page-about .section_team .job {
    font-size: 14px;
  }
}
.page-about .section_team .thumb {
  border-radius: 15px;
  overflow: hidden;
  width: 100%;
  display: flex;
  -o-justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -os-justify-content: center;
  -o-display: flex;
  -moz-display: flex;
  -webkit-display: flex;
  -os-display: flex;
  align-items: center;
  position: relative;
  height: auto !important;
  padding-bottom: 133%;
  margin-bottom: 15px;
}
.page-about .section_team .thumb img {
  width: auto !important;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  will-change: opacify;
  transform: scale(1);
  transition: all 0.5s ease;
}
.page-about .section_team .contact {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.page-about .section_team .contact a {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border-radius: 50%;
  border: 1px solid #bcbcbc;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .page-about .section_team .contact a {
    width: 32px;
    height: 32px;
  }
}
.page-about .section_team .contact a:last-child {
  margin-bottom: 0;
}
.page-about .section_team .contact a svg {
  width: 16px;
  height: 16px;
  fill: #616161;
}
.page-about .section_team .contact a:hover {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
}
.page-about .section_team .contact a:hover path {
  fill: #fff;
}
