@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");

body {
  font-family: "Lexend Deca", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 14px;
  background: #000822;
}
.container {
  max-width: 1230px;
  /*overflow: hidden;*/
}

a:hover {
  text-decoration: inherit;
}

/* banner--ldp */
.banner--ldp {
  float: left;
  width: 100%;
  padding: 50px 0 0;
  background-image: url("../images/bg-banner.png");
  background-size: 900px;
  background-position: right 20% top 225px;
  background-repeat: no-repeat;
}
.banner--ldp .title {
  width: 100%;
  color: #fff;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  max-width: 710px;
  margin: 0 0 28px;
}
.banner--ldp .title span {
  color: #ffa4a6;
  background: linear-gradient(135deg, #ffa4a6 0%, #e01922 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
}
.banner--ldp .title span svg {
  transform: translateY(-15px);
}
.banner--form {
  width: 100%;
  padding: 0 80px 80px;
}
.banner--form--other {
  width: 100%;
  border-radius: 12px 12px 0 0;
  border-top: 0.8px solid #ffa4a6;
  border-right: 0.8px solid #ffa4a6;
  border-left: 0.8px solid #ffa4a6;
  background: linear-gradient(
    337deg,
    rgba(255, 255, 255, 0.03) 31.4%,
    rgba(255, 255, 255, 0.1) 82.13%
  );
  box-shadow: 0 18.525px 37.05px 0 rgba(169, 81, 81, 0.2);
  backdrop-filter: blur(8px);
  padding: 18px;
}
.title--form {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  margin-bottom: 13px;
}
.banner--bot---list {
  width: 100%;
  display: flex;
  padding: 70px 0;
  background-image: url("../images/bg-banner-2.png"),
    url("../images/bg-banner-3.png");
  background-repeat: no-repeat, no-repeat;
  background-position: top center, bottom center;
  margin-top: 50px;
  gap: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.banner--bot---items {
  width: max-content;
  display: flex;
  align-items: center;
  max-width: calc(20% - 2px);
  gap: 10px 20px;
}
.banner--bot---items .--icon {
  flex-shrink: 0;
}
.banner--bot---items .--icon img {
  max-width: 100%;
}
.banner--bot---items .txt {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}
.banner--bot---items .txt span {
  color: #ffa4a6;
  background: linear-gradient(135deg, #ffa4a6 0%, #e01922 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ldp--title {
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  margin: 0 0 30px;
}
.ldp--title span {
  color: #ffa4a6;
  background: linear-gradient(135deg, #ffa4a6 0%, #e01922 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* banner--automail */
.banner--automail {
  width: 100%;
  float: left;
  padding: 50px 0 25px;
  background: transparent
    url("https://bizflyportal.mediacdn.vn/bizflyportal/web/bizmai-ai/bg-auto2.png")
    no-repeat center center;
  background-size: cover;
}
.automail--content {
  width: 100%;
  border-radius: 12px;
  max-width: 1084px;
  margin: 0 auto 24px;
  padding: 8px 10px;
  overflow: hidden;
  display: flex;
  position: relative;
  gap: 16px;
}
.automail--content::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.6;
  background: linear-gradient(135deg, #ffa4a6 0%, #e01922 100%);
  width: 100%;
  height: 100%;
}
.automail--items {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 24px 12px;
  border-radius: 12px;
  background: #000927;
  position: relative;
  z-index: 3;
}
.automail--items:first-child {
  flex: 1;
  width: 100%;
}
.automail--items .--icon {
  flex-shrink: 0;
  width: 46px;
}
.automail--items .--icon img {
  max-width: 100%;
}
.automail--desc {
  width: 100%;
  flex: 1;
}
.automail--desc .txt {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}

.automail--first {
  width: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  gap: 12px;
}
.automail--first .txt {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}
.automail--first .desc {
  flex: 1;
  width: 100%;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.automail--first .desc p {
  display: flex;
  gap: 12px;
  align-items: center;
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  width: calc(36% - 6px);
  margin: 0;
}
.automail--first .desc p:nth-child(2n + 2) {
  width: calc(64% - 6px);
}
.automail--first .desc p img {
  flex-shrink: 0;
}
.box--btn {
  width: 100%;
  text-align: center;
}
.banner--automail .box--btn {
  margin-bottom: 65px;
}
.automail--logo {
}
.automail--logo--items {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
}
.automail--logo--items img {
  max-width: 100%;
  filter: grayscale(0);
}
.automail--logo .swiper-slide {
}
.automail--logo .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
/* ldp--box1 */
.ldp--box1 {
  width: 100%;
  float: left;
  background-image: url("../images/bg-circle1.png");
  background-repeat: no-repeat;
  background-position: top 306px right;
  padding: 50px 0 0;
}
.ldp--justforshow {
  width: 100%;
}
.ldp--justforshow .ldp--title {
  max-width: 765px;
  margin: 0 auto 45px;
}

.justforshow--list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
}
.justforshow--items {
  width: calc(25% - 7.5px);
  border-radius: 12px;
  border-top: 3px solid #ffa4a6;
  background: linear-gradient(
    279deg,
    rgba(32, 0, 129, 0.2) 6.4%,
    rgba(255, 37, 37, 0.16) 92.57%
  );
  box-shadow: 0 1.12px 3.361px 0 rgba(0, 0, 0, 0.1),
    0 1.12px 2.241px -1.12px rgba(0, 0, 0, 0.1);
  padding: 24px;
  overflow: hidden;
}
.justforshow--items .img {
  width: 100%;
  margin-bottom: 14px;
}
.justforshow--items .img img {
  width: auto;
  height: 36px;
}
.justforshow--items--body {
  width: 100%;
}
.justforshow--items--body .title {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  margin: 0 0 10px;
}
.justforshow--items--body .desc {
  color: #fff;
  font-size: 13px;
  line-height: 160%;
}
.ldp--justforshow .box--btn {
  min-height: 60px;
  background-image: url("../images/bg-btn1.png"), url("../images/bg-btn2.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left center, right center;
  background-size: 400px;
}
/* ldp--no1 */
.ldp--no1 {
  width: 100%;
  padding: 0;
  background: transparent url("../images/bg-top1.png") no-repeat top center;
  background-size: 100% auto;
}
.no1--top {
  width: 100%;
  text-align: center;
  margin-bottom: 25px;
}
.no1--top span {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  display: block;
  width: 100%;
  margin-bottom: 17px;
}
.no1--top span > span {
  display: inline;
  color: #ffa4a6;
  background: linear-gradient(135deg, #ffa4a6 0%, #e01922 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
}
.ldp--no1 .ldp--title {
  max-width: 970px;
  margin: 0 auto;
}
.ldp--no1 .ldp--title img {
  text-align: center;
  margin-bottom: 20px;
}
.no1--items {
  border-radius: 14.301px;
  background: linear-gradient(
    279deg,
    rgba(255, 0, 0, 0.09) 6.4%,
    rgba(255, 0, 0, 0.3) 92.57%
  );
  box-shadow: 0 0 28.602px 0 rgba(255, 50, 50, 0.4);
  backdrop-filter: blur(4.405243873596191px);
  padding: 20px 16px;
  margin-bottom: 40px;
  min-height: 210px;
}
.no1--items:last-child {
  margin-bottom: 0;
}
.no1--items .img {
  text-align: center;
  margin-bottom: 14px;
}
.no1--items .img img {
  max-width: 36px;
}
.no1--items--body {
}
.no1--items--body .title {
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: 58px;
  margin: 0 0 8px;
}
.no1--items--body .desc {
  color: #fff;
  text-align: center;
  font-size: 13px;
  line-height: 160%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: 44px;
}
.no1---list {
  /* transform: translateY(-80px); */
}
@media screen and (min-width: 1200px) {
  .no1---list .col-lg-3 {
    max-width: 28%;
    flex: 0 0 28%;
  }
  .no1---list .col-lg-6 {
    max-width: 44%;
    flex: 0 0 44%;
  }
}

/* ldp--creatandsendmail */
.ldp--creatandsendmail {
  width: 100%;
  float: left;
  padding: 50px 0;
  background: transparent
    url("https://bizflyportal.mediacdn.vn/bizflyportal/web/bizmai-ai/bg-creat.png")
    no-repeat top center;
  background-size: 100% auto;
}
.ldp--creatandsendmail .container {
  /* max-width: 1407px; */
}
.ldp--creatandsendmail .ldp--title {
  position: relative;
  z-index: 6;
  margin-bottom: 50px;
}
.creatandsendmail--box {
  width: 100%;
  margin-bottom: 120px;
}
.creatandsendmail--box .row {
  gap: 30px 0;
}
.creatandsendmail--box .img {
  width: 100%;
  position: relative;
}
.creatandsendmail--box .img > img {
  position: relative;
  z-index: 5;
  max-width: 100%;
}
.creatandsendmail--box .img .bg-img {
  width: max-content;
  height: max-content;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: translateX(-81px);
}
.creatandsendmail--body {
  width: 100%;
  max-width: 546px;
}
.creatandsendmail--sub {
  border-radius: 200px;
  border: 1px solid #ffa4a6;
  color: #ffa4a6;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.3px;
  background: linear-gradient(135deg, #ffa4a6 0%, #e01922 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px 22px;
  display: inline-block;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.creatandsendmail--body .title {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  margin: 0 0 10px;
}
.creatandsendmail--body .desc {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  max-width: 598px;
  margin-bottom: 20px;
}
.creatandsendmail--body .desc > * {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 17px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
.creatandsendmail--body .desc > * img {
  flex-shrink: 0;
}
.creatandsendmail--body .box--btn {
  text-align: left;
  display: flex;
  gap: 12px;
}

.creatandsendmail--body .desc .txt p {
  margin-bottom: 16px;
}
.creatandsendmail--body .desc .txt p:last-child {
  margin-bottom: 0;
}
.creatandsendmail--body .desc .txt span {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
  display: block;
}
/* ldp--toolkit */
.ldp--toolkit {
  float: left;
  width: 100%;
  padding: 70px 0 25px;
  position: relative;
  z-index: 6;
  background-image: url(https://bizflyportal.mediacdn.vn/bizflyportal/web/icon-web/img-bg-555.png);
  background-repeat: no-repeat;
  background-position: center;
}

.ldp--toolkit .row {
  gap: 30px 0;
  margin: 0 -5px;
}
.ldp--toolkit .col-lg-4 {
  padding: 0 5px;
}
.ldp--toolkit .ldp--title {
  margin-bottom: 15px;
}
.toolkit--items {
  width: 100%;
  height: 100%;
  padding: 14px;
  border-radius: 8.604px;
  background: linear-gradient(
    280deg,
    rgba(119, 0, 0, 0.2) 1.05%,
    rgba(12, 8, 35, 0.74) 37.97%,
    rgba(0, 9, 39, 0.8) 102.09%
  );
  box-shadow: 0 0.803px 1.606px -0.803px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(4.301866054534912px);
}

.toolkit--items .title {
  font-size: 23px;
  font-style: normal;
  color: #ffa4a6;
  font-weight: 600;
  line-height: 160%;
  background: linear-gradient(135deg, #ffa4a6 0%, #e01922 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 8px;
}
.toolkit--items .desc {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}
/* ldp--schedule */
.ldp--schedule {
  float: left;
  width: 100%;
  padding: 124px 0 95px;
  background: transparent
    url("https://bizflyportal.mediacdn.vn/bizflyportal/web/bizmai-ai/bg-dltv.png")
    no-repeat center center;
  background-size: cover;
}
.schedule--list {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 970px;
  margin: 0 auto;
  gap: 20px 40px;
}
.schedule--list ._right {
  width: calc(45% - 20px);
  text-align: center;
}
.schedule--list ._right img {
  max-width: 100%;
}
.schedule--list ._left {
  width: calc(55% - 20px);
}
.ldp--schedule .ldp--title {
  text-align: left;
  margin-bottom: 25px;
}
.ldp--schedule .box--btn {
  text-align: left;
  display: flex;
  gap: 12px;
}
.btn--tv.btn--tv---border {
  border-radius: 8px;
  border: 1px solid #fff;
  background: #000927;
  padding: 6px 12px;
}
/* ldp--businesses */
.ldp--businesses {
  float: left;
  width: 100%;
  padding: 30px 0 20px;
  background: transparent url("../images/bg-bussiness.png") no-repeat bottom
    center;
}
.businesses--list {
  width: 100%;
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
.businesses--list .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.businesses--list > * {
  width: 100%;
}

/* ldp--system */
.ldp--system {
  width: 100%;
  float: left;
  padding: 160px 0 108px;
  background-image: url("../images/bg-system.png");
  background-repeat: no-repeat;
  background-position: top center;
  overflow: hidden;
  background-size: 80%;
}
.system--list {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.bg-system1 {
  display: block;
  max-width: 166px;
  height: max-content;
  right: 100%;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
}
.bg-system2 {
  display: block;
  max-width: 132px;
  height: max-content;
  left: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}
.system--other {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.system--items {
  width: calc(25% - 30px);
  padding-top: 35px;
  position: relative;
}
.system--items:nth-child(2n + 2) {
  padding-top: 0;
  padding-bottom: 35px;
}
.system--body {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.system--body .title {
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}
.system--body .title svg {
  transform: translate3d(10px, -20px, 0);
}
.system--body .txt {
  color: #fff;
  text-align: center;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}
.system--items > img {
  max-width: 100%;
}
/* ldp--casestudy */
.ldp--casestudy {
  width: 100%;
  padding: 70px 0 0;
  background-image: url("https://bizflyportal.mediacdn.vn/bizflyportal/web/bizmai-ai/bg-case2.png"),
    url("https://bizflyportal.mediacdn.vn/bizflyportal/web/icon-web/bg-case1-1.png");
  background-repeat: no-repeat, no-repeat;
  background-position: top 20px center, top center;
  background-size: contain, auto;
  float: left;
}
.--casestudy--list {
  width: 100%;
  margin-bottom: 35px;
}
.--casestudy--list .row {
  gap: 30px 0;
}
.--casestudy--items {
  width: 100%;
  height: 100%;
  padding: 40px 20px;
  border-radius: 12px;
  background: linear-gradient(
    0deg,
    rgba(0, 9, 39, 0.8) 0%,
    rgba(0, 9, 39, 0.8) 100%
  );
  box-shadow: 0 0 20px 0 rgba(119, 0, 0, 0.16);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: start;
}
.--casestudy--items--logo {
  width: 100%;
}
.--casestudy--items--logo img {
  max-width: 100%;
  max-height: 36px;
}
.--casestudy--items--body {
  flex: 1;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 28px;
}
.--casestudy--items--body .title {
  width: 100%;
  display: flex;
  align-items: start;
  gap: 25px;
}
.--casestudy--items--body .title span {
  flex: 1;
  width: 100%;
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}
.--casestudy--items--body .title svg {
  flex-shrink: 0;
}
.--casestudy--items--body .img {
  width: 100%;
  display: block;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  padding-top: 76.124%;
}
.--casestudy--items--body .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
/* ldp--sample */
.ldp--sample {
  float: left;

  width: 100%;
  padding: 77px 0 26px;
  background-image: url("../images/img-23423.webp");
  background-repeat: no-repeat;
  background-position: top -30px center;
  background-size: auto;
}

.ldp--sample .ldp--title {
  margin-bottom: 28px;
}
.ldp--sample .container {
}
.sample--desc {
  width: 100%;
  max-width: 872px;
  margin: 0 auto 36px;
  display: flex;

  gap: 26px;
}
.sample--desc p {
  width: calc(50% - 13px);
  display: flex;
  align-items: center;
  gap: 16px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
.sample--desc p img {
  flex-shrink: 0;
}
.sample--listimg {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  max-width: 890px;
  margin: 0 auto 40px;
}
.col--all {
  width: calc(20% - 9.6px);
}
.sample--listimg .img {
  width: 100%;
  display: block;
  padding-top: 135%;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}
.sample--listimg .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}
.col--all-2 {
  width: 100%;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.col--all--child {
  width: calc(33.3333% - 8px);
}

.security--box {
  width: 100%;
  padding: 80px 0 0;
}
.security--box .desc {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  width: 100%;
  max-width: 1150px;
  margin: 0 auto 24px;
  text-align: center;
}
.security--box .desc span {
  color: #ffa4a6;
  background: linear-gradient(135deg, #ffa4a6 0%, #e01922 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ldp--sample .box--btn {
  display: flex;
  gap: 12px;
  justify-content: center;
}
/* ldp--support */
.ldp--support {
  width: 100%;
  float: left;
  background: transparent
    url("https://bizflyportal.mediacdn.vn/bizflyportal/web/bizmai-ai/bg-sp1.png")
    no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.ldp--support::after {
  content: "";
  display: block;
  width: 100%;
  max-width: 1675px;
  height: 40px;
  background: transparent url("../images/bg-6.png") no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  margin: auto;
}
.ldp--support .img img {
  max-width: 100%;
  margin-left: -80px;
}
.ldp--support .ldp--title {
  text-align: left;
  max-width: 760px;
  margin-bottom: 30px;
}
.ldp--support .box--btn {
  display: flex;
  gap: 12px;
  justify-content: left;
}
.ldp--support .container {
  position: relative;
  z-index: 5;
  max-width: 1053px;
}
/* ldp--strategy */
.ldp--strategy {
  float: left;
  width: 100%;
  padding: 10px 0 50px;
}

.ldp--strategy .ldp--title {
  max-width: 850px;
  margin: 0 auto 55px;
}
.strategy--list {
  width: 100%;
  display: flex;
  gap: 60px 98px;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.strategy--items {
  width: calc(50% - 49px);
  display: flex;
  gap: 20px 23px;
  padding-bottom: 60px;
  border-bottom: 1px solid #0c2a8c;
  align-items: center;
  flex-wrap: wrap;
}
.strategy--items:nth-child(5),
.strategy--items:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.strategy--items .img {
  width: 216px;
  height: 116px;
  border-radius: 8px;
  overflow: hidden;
  display: block;
}
.strategy--items .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.strategy--items--body {
  flex: 1;
  width: 100%;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}
.strategy--items--body .desc {
  flex: 1;
  width: 100%;
  max-width: 440px;
}
.strategy--subtitle {
  color: #ffa4a6;
  font-size: 13px;
  line-height: 160%;
  text-transform: uppercase;
  background: linear-gradient(135deg, #ffa4a6 0%, #e01922 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 8px;
}
.strategy--items--body .title {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}
.strategy--items--body .strategy--svg {
  flex-shrink: 0;
}
.strategy--items--body .strategy--svg svg {
  height: auto;
  max-width: 15px;
}
/* ldp--solution */
.ldp--solution {
  width: 100%;
  padding: 50px 0;
  background-image: url("../images/bg-tk1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  float: left;
}
.ldp--solution .ldp--title {
  margin-bottom: 48px;
}
.solution--list {
  display: flex;
  gap: 20px 48px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 50px;
}
/* bfweb_question */

.bfweb_question {
  width: 100%;
  padding: 25px 0 60px;
  float: left;
}

.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: 12px;
  border: 1px solid #0c2a8c;
  padding: 24px 32px;
  width: 100%;
}

.question_item.active {
  border: 1px solid var(--01C, #ffa4a6);
  background: linear-gradient(
    128deg,
    rgba(164, 0, 8, 0.6) 0%,
    rgba(0, 9, 39, 0.6) 77.21%
  );
}

.question_item:last-child {
  /* border-bottom: 0; */
  /* padding-bottom: 0; */
}

.question_item_title {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-right: 26px;
  background-image: url("../images/ic-plus.png");
  background-position: right center;
  background-repeat: no-repeat;
  cursor: pointer;
  line-height: 140%;
}

.question_item_title[aria-expanded="true"] {
  background-image: url("../images/ic-tru.png");
}

.question_txt {
  color: #fff;
  font-size: 15px;
  line-height: 160%;
  padding-top: 16px;
  position: relative;
  padding-left: 36px;
}

.question_txt p {
  margin-bottom: 5px;
}
.question_txt::after {
  content: "";
  display: block;
  width: 20px;
  height: 12px;
  background: transparent url("../images/ic-7.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 22px;
  left: 0;
}
.question_txt p::after {
}

/* ldp--form */
.ldp--form {
  width: 100%;
  float: left;
  padding: 70px 0 90px;
  background: transparent
    url("https://bizflyportal.mediacdn.vn/bizflyportal/web/bizmai-ai/bg-form1.png")
    no-repeat center center;
  background-size: cover;
}

.--form--left {
  width: calc(58% - 15px);
  max-width: 822px;
}
.--form--right {
  width: calc(42% - 15px);
  max-width: 822px;
}
.--form--list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
}
.--form--right .banner--form--other {
  border-radius: 12px;
  border: 0.8px solid #ffa4a6;
  background: linear-gradient(
    337deg,
    rgba(255, 255, 255, 0.03) 31.4%,
    rgba(255, 255, 255, 0.1) 82.13%
  );
  box-shadow: 0 0 40px 0 rgba(255, 64, 64, 0.5);
  backdrop-filter: blur(8px);
}
.--form--left .ldp--title {
  text-align: left;
  margin-bottom: 25px;
}
.--form--left .desc {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 25px;
}
.--form--left .desc span {
  color: #ffa4a6;
  background: linear-gradient(135deg, #ffa4a6 0%, #e01922 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.--form--left .box--btn {
  display: flex;
  gap: 12px;
}
/* ldp--certificate */
.ldp--certificate {
  float: left;
  width: 100%;
  padding: 50px 0 100px;
  background: transparent
    url("https://bizflyportal.mediacdn.vn/bizflyportal/web/bizmai-ai/bg-cc.png")
    no-repeat bottom center;
  background-size: 100% auto;
}
.ldp--certificate .ldp--title {
  margin-bottom: 68px;
}
.certificate--list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 28px 45px;
  max-width: 1000px;
  margin: 0 auto;
}
.certificate--items {
  max-width: 120px;
}
.certificate--items img {
  max-width: 100%;
}

@media screen and (max-width: 1800px) {
  .banner--form {
    padding: 0 100px 80px;
  }
  .banner--ldp {
    background-position: right 14% top 225px;
  }
}
@media screen and (max-width: 1600px) {
  .banner--form {
  }
  .banner--ldp {
    background-size: auto;
    background-position: right -110px top 165px;
  }
  .banner--ldp .title {
    font-size: 42px;
  }
}
@media screen and (width: 1440px) {
  .container,
  .ldp--creatandsendmail .container,
  .ldp--form .container {
    max-width: 1230px;
  }
  .banner--form {
  }
  .banner--ldp {
    background-size: 815px auto;
    background-position: right 9px top 250px;
  }
  .automail--first .txt,
  .justforshow--items--body .title {
    font-size: 16px;
  }
  .no1--items--body .title,
  .creatandsendmail--body .desc > * {
    font-size: 15px;
  }
  .automail--first .desc p,
  .justforshow--items--body .desc,
  .no1--items--body .desc,
  .--casestudy--items--body .title span,
  .sample--desc p,
  .strategy--subtitle {
    font-size: 13px;
  }
  .ldp--title {
    font-size: 28px;
  }
  .justforshow--items .img img {
    width: auto;
    height: 36px;
  }
  .ldp--justforshow .box--btn {
    background-size: 30%;
  }
  .ldp--no1 .ldp--title {
    max-width: 970px;
  }
  .no1--items .img img {
    max-width: 40px;
  }
  .creatandsendmail--body .title {
    font-size: 20px;
  }
  .toolkit--items .title {
    font-size: 23px;
  }
  .toolkit--items .desc {
    font-size: 12px;
  }
  .schedule--list {
    max-width: 980px;
  }
  .system--list {
    max-width: 950px;
    margin: 0 auto;
    padding: 0;
  }
  .system--body .title {
    font-size: 32px;
  }
  .bg-system1 {
    width: 200px;
  }
  .bg-system2 {
    width: 150px;
  }
  .system--body .txt {
    font-size: 11px;
  }
  .--casestudy--items--logo img {
    height: 36px;
  }
  .sample--listimg {
    max-width: 890px;
    margin: 0 auto 50px;
  }
  .ldp--support .container {
    max-width: 1063px;
  }
  .strategy--items--body .title {
    font-size: 16px;
  }
  .certificate--list {
    max-width: 1000px;
    margin: 0 auto;
  }
  .certificate--items {
    max-width: 120px;
  }
  .certificate--items img {
    max-width: 100%;
  }
}
@media screen and (max-width: 1400px) {
  .banner--form {
    padding: 0 60px 80px;
  }
  .banner--ldp {
    background-position: right -110px top 165px;
    background-size: 70%;
  }
  .banner--ldp .title {
    font-size: 36px;
  }
  .banner--bot---items .txt {
    font-size: 16px;
  }
  .ldp--title {
    font-size: 32px;
  }
}
@media screen and (max-width: 1300px) {
  .automail--first .desc p,
  .automail--first .desc p:nth-child(2n + 2) {
    width: 100%;
  }
  .automail--desc .txt {
    /* font-size: 18px; */
  }
  .ldp--support .img img {
    margin-left: 0;
  }
}
@media screen and (max-width: 1100px) {
  .automail--content {
    flex-wrap: wrap;
  }
  .automail--items {
    width: 100%;
  }
  .automail--items:first-child {
    flex: none;
  }
  .ldp--title {
    font-size: 28px;
  }
  .system--body .title {
    font-size: 30px;
  }
  .system--body .txt {
    font-size: 12px;
  }
}
@media screen and (max-width: 991px) {
  .banner--form {
    padding: 40px 0;
  }
  .banner--ldp {
    background: transparent;
    background-size: 70%;
  }
  .banner--ldp .title {
    font-size: 36px;
  }
  .banner--bot---list {
    justify-content: center;
  }
  .banner--bot---items {
    width: calc(33.3333% - 20px);
    max-width: 100%;
  }
  .justforshow--items {
    width: calc(50% - 12px);
  }
  .ldp--no1 .ldp--title {
    margin-bottom: 40px;
  }
  .creatandsendmail--body.ml-auto {
    margin-left: 0 !important;
  }
  .system--items {
    width: calc(50% - 20px);
    text-align: center;
  }
  .--form--right {
    width: 100%;
    max-width: 100%;
  }
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mouse_scroll {
  display: block;
  margin: 0 auto;
  width: 18px;
  height: 40px;
  cursor: pointer;
}

.m_scroll_arrows {
  display: block;
  width: 5px;
  height: 5px;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);

  border-right: 1px solid #e04951;
  border-bottom: 1px solid #e04951;
  margin: 0 0 3px 5px;

  width: 8px;
  height: 8px;
}

.unu {
  margin-top: 1px;
}

.unu,
.doi,
.trei {
  -webkit-animation: mouse-scroll 1s infinite;
  -moz-animation: mouse-scroll 1s infinite;
  animation: mouse-scroll 1s infinite;
}

.unu {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -webkit-animation-direction: alternate;

  animation-direction: alternate;
  animation-delay: alternate;
}

.doi {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-direction: alternate;

  animation-delay: 0.2s;
  animation-direction: alternate;

  margin-top: -6px;
}

.trei {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -webkit-animation-direction: alternate;

  animation-delay: 0.3s;
  animation-direction: alternate;

  margin-top: -6px;
}

.mouse {
  height: 27px;
  width: 18px;
  border-radius: 14px;
  transform: none;
  border: 2px solid #f48285;
}

.wheel {
  height: 4px;
  width: 1px;
  display: block;
  margin: 5px auto;
  background: #e04951;
  position: relative;

  height: 4px;
  width: 2px;
  border: 1px solid #e04951;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

.wheel {
  -webkit-animation: mouse-wheel 0.6s linear infinite;
  -moz-animation: mouse-wheel 0.6s linear infinite;
  animation: mouse-wheel 0.6s linear infinite;
}

@-webkit-keyframes mouse-wheel {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-moz-keyframes mouse-wheel {
  0% {
    top: 1px;
  }
  25% {
    top: 2px;
  }
  50% {
    top: 3px;
  }
  75% {
    top: 2px;
  }
  100% {
    top: 1px;
  }
}
@-o-keyframes mouse-wheel {
  0% {
    top: 1px;
  }
  25% {
    top: 2px;
  }
  50% {
    top: 3px;
  }
  75% {
    top: 2px;
  }
  100% {
    top: 1px;
  }
}
@keyframes mouse-wheel {
  0% {
    top: 1px;
  }
  25% {
    top: 2px;
  }
  50% {
    top: 3px;
  }
  75% {
    top: 2px;
  }
  100% {
    top: 1px;
  }
}

@-webkit-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
