@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");

/* @font-face {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/averta/Averta-ExtraBold.otf');
} */

body {
  font-family: "Lexend Deca";
  font-weight: 400;
  color: #000;
  font-size: 14px;
  background: #fff;
}

.crm_all .container {
  max-width: 1230px;
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  .crm_all .container {
    /* width: 70%; */
  }
}

.bfweb_title {
  color: #1e1f4d;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}

.bfweb_title span {
  color: #f57100;
}

.bfweb_txt {
  color: #333;
  text-align: center;
  font-size: 16px;
  line-height: 130%;
  margin: 0 auto;
}

.bfweb_txt_child {
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  color: #252525;
}

.bfweb_lccdn_box {
  text-align: center;
  padding-top: 25px;
}

.btn--all {
  border-radius: 8px;
  background: radial-gradient(
    50.73% 100% at 50% 100%,
    #78dbff 0%,
    #4d7ff8 100%
  );
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 122.222%;
  display: inline-block;
  width: auto;
  padding: 15px 30px;
  color: #fff;
}

.btn--all.--style2 {
  background: radial-gradient(
    50.73% 100% at 50% 100%,
    #a068f4 0%,
    #6631f3 100%
  );
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
}

.btn--all:hover {
  text-decoration: none;
  color: #fff;
}

.box--btn {
  text-align: center;
}
.box---title {
  margin-bottom: 36px;
}
.---title {
  text-align: center;
  font-family: "Lexend Deca";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  background: var(--blue-gr, linear-gradient(180deg, #6592ff 0%, #20216e 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 4px;
}
.--sub---title {
  color: #1e1f4d;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  margin: 0 auto;
}
.box---title .desc {
  color: #333;
  text-align: center;
  font-size: 18px;
  line-height: 130%;
  margin: 0 auto;
}
/* bfweb_banner */

.bfweb_banner {
  width: 100%;
  background-color: transparent;
  background-image: url("../images/bg-banner.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.bfweb_banner__content {
  padding: 30px 0;
}

.bfweb_banner__content h1 {
  color: #fff;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 154.545%;
  margin: 0 0 16px;
}

.bfweb_banner__content h1 span {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 113.333%;
  color: #fff;
}
.bfweb_banner__content h1 span.font-sizespan {
  color: #ffff00;
  font-size: 40px;
}

.bfweb_banner__content .desc {
  color: #fff;
  text-align: justify;
  font-size: 16px;
  line-height: 130%;
  margin-bottom: 30px;
}
.bfweb_banner__content .desc p:last-child {
  margin-bottom: 0;
}

.bfweb_banner__items img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.bfweb_banner__other {
  width: 100%;
  height: 100%;
  padding: 16px 16px 16px 24px;
  border-radius: 12px;
  background: linear-gradient(
    123deg,
    #f3efff 10.33%,
    rgba(243, 239, 255, 0) 75.76%
  );
  color: #333;
  font-size: 16px;
  line-height: 130%;
}

.banner--boxbtn {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
}

.banner--boxbtn .btn--all {
  flex-shrink: 0;
}

.bfweb_banner_list {
  text-align: center;
}

.bfweb_banner_list img {
  max-width: 100%;
}

/* foundation--block */
.foundation--block {
  width: 100%;
  padding: 54px 0 70px;
  background: transparent url("../images/bg-2.jpg") no-repeat center center;
  background-size: cover;
}
.foundation--block .--sub---title {
  margin-bottom: 12px;
}

.foundation--list {
  width: 100%;
  overflow: hidden;
}
.foundation--list .row {
  margin: 0 -8px;
  gap: 16px 0;
}
.foundation--list .col-lg-4 {
  padding: 0 8px;
}

.foundation--items {
  border-radius: 30px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.6);
  padding: 30px;
  width: 100%;
  height: 100%;
}
.foundation--items .img {
  text-align: center;
  margin-bottom: 16px;
}

.foundation--items .desc {
  color: #333;
  text-align: center;
  font-size: 16px;
  line-height: 130%;
}
.foundation--items h4 {
  color: #333;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin: 0 0 15px;
}

/* discount--block */
.discount--block {
  width: 100%;
  padding: 60px 0 146px;
}
.discount--block .box---title .---title {
  background: linear-gradient(180deg, #fdd76e 0%, #ed7505 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.discount--block .box---title {
  margin-bottom: 115px;
}
.discount--main {
  position: relative;
  text-align: center;
}
.discount--main > img {
  max-width: 390px;
}
.discount--items {
  position: absolute;
  padding: 1px;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(135deg, #f0f7ff, #ffffff);
  width: 380px;
}
.discount--items.discount--items4,
.discount--items.discount--items2 {
  background: linear-gradient(315deg, #f0f7ff, #ffffff);
}
.discount--other {
  width: 100%;
  background: #fff;
  border-radius: 24px;
  padding: 16px 24px;
}

.discount--other .title {
  font-feature-settings: "liga" off, "clig" off;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background: var(--blue-gr, linear-gradient(180deg, #6592ff 0%, #20216e 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 16px;
  text-align: left;
}

.discount--body {
  color: #333;
  font-size: 16px;
  line-height: 130%;
  text-align: left;
}
.discount--body p:not(:last-child) {
  margin-bottom: 12px;
}
.discount--body p {
  padding-left: 24px;
  background: transparent url("../images/ic-1.png") no-repeat 0 1px;
  margin-bottom: 12px;
}

.discount--body .number {
  border-radius: 4px;
  color: var(--Colorblue, #5a8cff);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin: 16px 0;
  background: transparent;
  width: 100%;
  text-align: left !important;
  justify-content: start;
}

.discount--items1 {
  left: 10px;
  top: -83px;
}
.discount--items2 {
  top: -83px;
  right: 20px;
}
.discount--items3 {
  bottom: -90px;
  left: 10px;
}
.discount--items4 {
  bottom: -50px;
  right: 20px;
}
/* partner-block */
.partner-block {
  width: 100%;
  padding: 80px 0;
  background: transparent url("../images/bg-partner.png") no-repeat top center;
  background-size: cover;
}
.partner-block .box---title {
  max-width: 970px;
  margin: 0 auto 11px;
}
.partner-block .--sub---title {
  margin: 0 auto 11px;
}
.partner-block .box---title .desc {
  max-width: 900px;
}

.partner--list .swiper-slide {
  display: flex;
  height: auto;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.partner--list .--partner---slide {
  padding-bottom: 40px !important;
}
.partner--items {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  width: 100%;
}
.partner--items img {
  max-width: 100%;
}
/* block--event */
.block--event {
  width: 100%;
  padding: 80px 0;
  background: transparent url("../images/bg-event.jpg") no-repeat center center;
  background-size: cover;
  overflow: hidden;
}
.block--event .container {
  max-width: 1830px;
}
.block--event .box---title {
  margin-bottom: 32px;
}
.block--event .--sub---title {
  color: #fff;
}

.event--list {
  width: 100%;
  position: relative;
  padding-bottom: 52px;
}
.event--list .swiper-container {
  overflow: visible;
}

.event--list .img {
  width: 100%;
  overflow: hidden;
  padding-top: 66.6%;
  position: relative;
  border-radius: 20px;
  display: block;
}
.event--list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.event--list .swiper-pagination {
  width: max-content;
  bottom: 0;
  border-radius: 60px;
  background: rgba(0, 0, 0, 0.5);
  padding: 12px;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  gap: 8px;
}
.event--list .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: #fff;
  opacity: 1;
}
.event--list .swiper-pagination-bullet-active {
  width: 30px;
  border-radius: 6px;
}

/* block--question */
.block--question {
  width: 100%;
  padding: 60px 0;
  background: transparent url("../images/bg-ques.jpg") no-repeat center bottom;
  background-size: cover;
}

.block--question .box---title {
  margin-bottom: 12px;
}
.question-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.question--items {
  width: 100%;
  display: flex;
  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: 30px;
  gap: 12px;
}
.number {
  border-radius: 8px;
  background: var(--gr, linear-gradient(90deg, #632ae8 0%, #5a8cff 100%));
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 130%;
}
.question--items .desc {
  color: #444;
  font-size: 16px;
  line-height: 130%;
  flex: 1;
  width: 100%;
}
.question--items .desc h4 {
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  margin: 0 0 10px;
}

/* sustainable--block */
.sustainable--block {
  width: 100%;
  padding: 80px 0;
  background: transparent url("https://bizflyportal.mediacdn.vn/bizflyportal/web/img-logo-ldp/123569.jpg") no-repeat center center;
  background-size: cover;
}
.sustainable--box {
  max-width: 475px;
}
.sustainable--box .box---title .--sub---title {
  color: #fff;
  text-align: left;
  margin-bottom: 12px;
}
.sustainable--box .box---title .desc {
  color: #fff;
  text-align: left;
}
.sustainable--box .box---title {
  color: #fff;
  margin-bottom: 36px;
}

.sustainable--box p {
  padding-left: 36px;
  background: transparent url("../images/ic-2.png") no-repeat 0 0;
  color: #fff;
  font-size: 18px;
  line-height: 130%;
}

.sustainable--form {
  border-radius: 24px;
  background: #fff;
  padding: 20px 0;
}
.modal-list-app7 .close {
  position: absolute;
  top: 10px;
  right: 15px;
}
.modal-list-app7 .modal-dialog {
  max-width: 570px;
}

@media screen and (max-width: 1600px) {
  .bfweb_banner__content h1 {
    font-size: 36px;
  }
  .bfweb_banner__content h1 span {
    font-size: 46px;
  }
  .---title {
    font-size: 42px;
  }
  .--sub---title {
    font-size: 26px;
  }
}
@media screen and (max-width: 1200px) {
  .bfweb_banner__content h1 {
    font-size: 32px;
  }
  .bfweb_banner__content h1 span {
    font-size: 40px;
  }
  .---title {
    font-size: 34px;
  }
  .--sub---title {
    font-size: 22px;
  }
  .discount--main > img {
    max-width: 350px;
  }
  .discount--items3 {
    bottom: -135px;
  }
  .discount--items4 {
    bottom: -95px;
  }
}
@media screen and (max-width: 991px) {
  .bfweb_banner__content h1 {
    font-size: 22px;
  }
  .bfweb_banner__content h1 span {
    font-size: 26px;
  }
  .---title {
    font-size: 24px;
  }
  .--sub---title {
    font-size: 20px;
  }
  .discount--main > img {
    display: none;
  }
  .discount--items3 {
    bottom: -135px;
  }
  .discount--items4 {
    bottom: -95px;
  }
  .discount--items {
    position: unset;
    width: 100%;
    margin-bottom: 30px;
  }
  .discount--block {
    padding: 40px 0;
  }
  .discount--block .box---title {
    margin-bottom: 40px;
  }
  .question--items .desc h4 {
    font-size: 16px;
  }
  .question--items .desc {
    font-size: 14px;
  }
}
