@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap");

body {
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 14px;
}
.container {
  max-width: 1230px;
}

a:hover {
  text-decoration: inherit;
}
/* price--banner */
.price--banner {
  float: left;
  width: 100%;
  padding: 80px 0 40px;
}
.banner--content {
  width: 100%;
}
.banner--content h1 {
  color: #240065;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  margin: 0 0 4px;
}
.banner--content p {
  color: #575757;
  text-align: center;
  font-size: 16px;
  line-height: 150%;
  margin: 0;
}
/* price--main */
.price--main {
  width: 100%;
  float: left;
  padding: 0 0 40px;
}
.price--tabs {
  border-radius: 1000px;
  background: rgba(36, 0, 101, 0.1);
  width: max-content;
  margin: 0 auto 40px;
  display: flex;
  align-items: center;
  gap: 20px;
  padding-right: 10px;
  cursor: pointer;
}
.price--tabs--first {
  border-radius: 1000px;
  border: 2px solid rgba(36, 0, 101, 0.1);
  background: #fff;
  color: #240065;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 157.143%;
  padding: 10px 20px;
}
.price--tabs--second {
  width: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #404040;
  font-size: 14px;
  line-height: 157.143%;
}
.price--tabs--second span {
  border-radius: 12px;
  background: #240065;
  padding: 2px 6px;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 133.333%;
  letter-spacing: 0.04px;
}
.package--list {
  width: 80%;
  position: relative;
  margin-left: auto;
  margin-bottom: 32px;
}
.package--list .swiper-slide {
  height: auto;
  padding: 12px 0 8px;
}
.package--items {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  border: 1px solid #e5e5e5;
  background: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  padding: 24px;
  align-items: center;
}
.package--hots {
  width: max-content;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 133.333%;
  letter-spacing: 0.04px;
  position: absolute;
  border-radius: 20px;
  background: #240065;
  top: -12px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 4px 8px;
  gap: 8px;
}
.package--items .title {
  width: 100%;
  color: #575757;
  text-align: center;
  font-size: 14px;
  line-height: 157.143%;
}
.package--items .title h3 {
  color: #240065;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 133.333%;
}
.package--number {
  width: 100%;
  color: #240065;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 133.333%;
  text-align: center;
}
.package--number span {
  color: #767676;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}
.package--btn {
  border-radius: 8px;
  background: rgba(36, 0, 101, 0.1);
  padding: 6px 16px;
  color: #240065;
  text-align: center;
  font-family: "Lexend Deca";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.48px;
}
.package--btn.style1 {
  background: #e5e5e5;
  color: #767676;
}
.package--btn.style2 {
  background-color: #240065;
  color: #fff;
}
.package--items.style1 {
  border: 1px solid #240065;
  box-shadow: 0 0 2px 0 #240065, 1px -6px 26px -5px rgba(0, 0, 0, 0.1),
    0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.package--items.style1 .package--btn {
  background-color: #240065;
  color: #fff;
}
.package--list .swiper-button-next:after,
.package--list .swiper-button-prev:after {
  display: none;
}
.package--list .swiper-button-next,
.package--list .swiper-button-prev {
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  background: #fff;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.08),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.package--list .swiper-button-next {
  right: -20px;
}
.package--list .swiper-button-prev {
  left: -20px;
}
.package--infor {
  width: 100%;
  display: flex;
  border-radius: 16px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  position: relative;
  margin-bottom: 40px;
}
.package--infor--pos {
  position: absolute;
  background: #d3cce0;
  color: #1a1a1a;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 137.5%;
  padding: 9px;
  width: 100%;
  z-index: 5;
  top: 203px;
}
.package--infor ._left {
  width: 20%;
  border-right: 1px solid #e5e5e5;
}
.package--infor ._right {
  width: 80%;
}
.package--col {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.package--row {
  width: 100%;
  color: #1a1a1a;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 137.5%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 8px;
  background: #fff;
}
.package--row span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.package--row:nth-child(3) {
  margin-bottom: 40px;
  height: 90px;
}
.package--row:nth-child(2) {
  height: 68px;
}
.package--row:nth-child(4) {
  height: 68px;
}
.package--row:nth-child(5) {
  height: 45px;
}
.package--row:nth-child(6) {
  height: 90px;
}
.package--row:nth-child(3) span {
  -webkit-line-clamp: 3;
}
.package--row:nth-child(2) span {
  -webkit-line-clamp: 2;
}
.package--row:nth-child(4) span {
  -webkit-line-clamp: 2;
}
.package--row:nth-child(5) span {
  -webkit-line-clamp: 1;
}
.package--row:nth-child(6) span {
  -webkit-line-clamp: 3;
}

.package--row:nth-child(odd) {
  background-color: #f5f5f5;
}
.package--infor ._left .package--row {
  text-align: left;
  justify-content: left;
  display: flex;
  gap: 8px;
  justify-content: space-between;
}
.package--infor ._left .package--row span {
}
.package--note {
  width: 20px;
  position: relative;
  flex-shrink: 0;
}
.package--note--other {
  position: absolute;
  width: 232px;
  padding-bottom: 10px;
  left: -106px;
  bottom: calc(100% - 1px);
  z-index: 88;
  display: none;
}
.package--note:hover .package--note--other {
  display: block;
}
.package--note--child {
  width: 100%;
  border-radius: 3px;
  background: #1c2024;
  padding: 2px 4px;
  color: #fcfcfd;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.04px;
}
.package--note--child b {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  font-weight: 600;
}
.package--arr {
  display: block;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: auto;
}
.package--note--child p {
  position: relative;
  padding-left: 16px;
  margin-bottom: 5px;
}
.package--note--child p:last-child {
  margin-bottom: 0;
}
.package--note--child p::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 5px;
  left: 6px;
}
.package--col--slide .swiper-slide {
  border-left: 1px solid #e5e5e5;
}
.package--col--slide .swiper-slide.swiper-slide-active {
  border-left: 0;
}
.package--bot {
  margin-bottom: 40px;
  width: 100%;
  color: rgba(0, 0, 0, 0.85);
  font-family: Lexend;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.package--bot b {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
.package--bot p {
  position: relative;
  padding-left: 16px;
  margin-bottom: 5px;
}
.package--bot p:last-child {
  margin-bottom: 0;
}
.package--bot p::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.85);
  position: absolute;
  top: 7px;
  left: 6px;
}
.package--box {
  width: 100%;
  border-radius: 16px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  margin-bottom: 40px;
}
.package--box--top {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 14px 16px;
  background: rgba(36, 0, 101, 0.1);
  gap: 10px;
}
.package--box--top h2 {
  overflow: hidden;
  color: #0a0a0a;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 133.333%;
  text-transform: uppercase;
  margin: 0;
  flex: 1;
  width: 100%;
}
.package--box--main {
  width: 100%;
  overflow: hidden;
}
.package--box--row {
  width: 100%;
  display: flex;
  padding: 16px 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 142.857%;
  border-bottom: 1px solid #e5e5e5;
}
.package--box--row:last-child {
  border-bottom: 0;
}
.package--box--row > * {
  position: relative;
  padding: 0 16px;
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}
.package--box--row:nth-child(2) > * {
  align-items: start;
}
.package--box--row > *::after {
  content: "";
  display: block;
  width: 1px;
  height: 24px;
  background: #e5e5e5;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.package--box--row > *::first-child::after {
  display: none;
}
.package--box--row:first-child {
  border-bottom: 1px solid #e5e5e5;
  background: #f5f5f5;
  padding: 8px 0;
}
.package--box--col {
  flex-shrink: 0;
  width: 25%;
}
.package--box--col--50 {
  width: 50%;
}
.package--box--row b {
  font-weight: 600;
}

.package--box--row p {
  position: relative;
  padding-left: 16px;
  margin-bottom: 5px;
  width: 100%;
}
.package--box--row p:last-child {
  margin-bottom: 0;
}
.package--box--row p::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.85);
  position: absolute;
  top: 7px;
  left: 6px;
}
.--package---price {
  display: flex;
  align-items: center;
  color: #240065;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 133.333%;
}
.--package---price span {
  color: #1a1a1a;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 166.667%;
}
/* bfweb_question */

.bfweb_question {
  width: 100%;
  padding: 60px 0 80px;
  float: left;
  background: #f1f7ff;
}

.question_title {
  margin-bottom: 15px;
}

.question_title .ldp--title {
  margin-bottom: 28px;
}

.question_list {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.question_list #accordion {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  width: 100%;
}

.question_item {
  border-radius: 30px;
  border: 1px solid #fff;
  background: radial-gradient(
    200.02% 79.36% at 48.38% 38.86%,
    #fff 0%,
    rgba(255, 255, 255, 0) 100%
  );
  padding: 36px 24px 36px 78px;
  width: 100%;
  position: relative;
}

.question_item.active {
}

.question_item:last-child {
  /* border-bottom: 0; */
  /* padding-bottom: 0; */
}
.---number {
  border-radius: 8px;
  background: linear-gradient(90deg, #240066 0%, #3664fb 100%);
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  position: absolute;
  top: 30px;
  left: 30px;
}
.question_item_title {
  padding-right: 26px;
  background-image: url("../images/ic-tru.png");
  background-position: right center;
  background-repeat: no-repeat;
  cursor: pointer;

  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}

.question_item_title[aria-expanded="true"] {
  background-image: url("../images/ic-plus.png");
}

.question_txt {
  color: #444;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.question_txt p {
  margin-bottom: 5px;
}
.question_txt p::after {
}

.box_content_modal {
  background: #ffffff;
  border-radius: 10px;
}
/* price--qc */
.price--qc {
  float: left;
  width: 100%;
  padding: 0 0 40px;
}

.qc--content {
  width: 100%;
  padding: 40px 64px;
  border-radius: 16px;
  border: 1px solid rgba(191, 31, 46, 0.1);
  background: transparent url("../images/bg-qc.jpg") no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px 10px;
}
.qc--content .title {
  color: #240065;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 128.571%;
  margin-bottom: 4px;
}
.qc--content .txt {
  color: rgba(0, 0, 0, 0.85);
  font-size: 18px;
  line-height: 133.333%;
}
@media screen and (max-width: 1200px) {
  .qc--content .title {
    font-size: 24px;
  }
  .package--box--top h2 {
    font-size: 16px;
  }
  .banner--content h1 {
    font-size: 28px;
  }
}
