@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");
body {
  font-family: "Lexend Deca", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 14px;
}
.container {
  max-width: 1230px;
  overflow: hidden;
}

a:hover {
  text-decoration: inherit;
}

/* banner--ldp */
.banner--ldp {
  float: left;
  width: 100%;
  padding: 80px 0;
  background-image: url("../images/bg-banner.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.banner--ldp .title {
  color: #111;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  margin: 0 0 15px;
}
.banner--ldp .desc {
  color: #666;
  font-size: 16px;
  line-height: 130%;
  margin-bottom: 24px;
}
.banner--logo {
  margin-bottom: 15px;
}
.banner--ldp .txt {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px;
}
.banner--ldp--items {
  width: 100%;
  position: relative;
  padding-left: 12px;
}
.banner--ldp--items span {
  display: block;
  width: 100%;
  border-radius: 12px 8px 8px 12px;
  background: linear-gradient(
    107deg,
    #fff 31.54%,
    rgba(255, 255, 255, 0) 84.06%
  );
  padding: 16px 16px 16px 24px;
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.banner--ldp--items img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.banner--ldp .title span svg {
  transform: translateY(-15px);
}
.banner--form {
  width: 100%;
}
.banner--form--other {
  border-radius: 20px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.3);
  padding: 18px;
}
.title--form {
  color: #1e1f4d;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  margin-bottom: 13px;
}

.ldp--title {
  color: #1e1f4d;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  margin: 0 auto 30px;
}
.ldp--title span {
  font-size: 46px;
  font-style: normal;
  color: #3664fb;
  font-weight: 600;
  line-height: 140%;
  background: linear-gradient(90deg, #240066 0%, #3664fb 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ldp--subtitle {
  margin: 0 auto;
  color: #666;
  text-align: center;
  font-size: 16px;
  line-height: 130%;
}
.banner--ldp .box--btn {
  display: flex;
  gap: 12px;
}
/* ldp--creatandsendmail */
.ldp--creatandsendmail {
  width: 100%;
  float: left;
  padding: 50px 0;
  background: transparent url("../images/bg-creat.webp") 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: 10px;
  max-width: 800px;
}
.ldp--creatandsendmail .ldp--subtitle {
  margin-bottom: 30px;
}
.ldp--creatandsendmail .ldp--title span {
  font-size: 32px;
}
.creatandsendmail--box {
  width: 100%;
  margin-bottom: 60px;
}
.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 img {
  max-width: 100%;
}
.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: #3664fb;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  background: linear-gradient(90deg, #240066 0%, #3664fb 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 30px;
}
.creatandsendmail--body .desc {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  max-width: 490px;
}
.creatandsendmail--body .desc > * {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #333;
  font-size: 16px;
  line-height: 130%;
}
.creatandsendmail--body .desc .icon {
  flex-shrink: 0;
}
.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--creatandsendmail .box--btn {
  display: flex;
  gap: 12px;
  justify-content: center;
}
/* ldp--businesses */
.ldp--businesses {
  float: left;
  width: 100%;
  padding: 80px 0;
  background: transparent url("../images/bg-bussiness.png") no-repeat bottom
    center;
}
.ldp--businesses .ldp--title {
  max-width: 750px;
}
.businesses--list {
  width: 100%;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 70px;
}
.businesses--list::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 7.69%,
    rgba(217, 217, 217, 0) 25.48%,
    rgba(217, 217, 217, 0) 77.37%,
    rgba(255, 255, 255, 1) 91.48%
  );
}

.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%;
}
.businesses--items {
  width: 100%;
}
.businesses--items img {
  max-width: 100%;
}
/* ldp--foundation */
.ldp--foundation {
  float: left;
  width: 100%;
  padding: 69px 0 80px;
  background: transparent url("../images/bg-2.webp") no-repeat center center;
  background-size: cover;
}
.ldp--foundation .ldp--title {
  margin-bottom: 12px;
}
.ldp--foundation .desc {
  color: #333;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  line-height: 130%;
  margin-bottom: 32px;
}
.foundation--list {
  width: 100%;
}
.foundation--list .nav-tabs {
  border: 0;
  border-radius: 0;
  margin-bottom: 20px;
}
.foundation--list .nav-tabs .nav-item {
  width: 33.3333%;
  padding: 0 30px;
  border-right: 1px solid #fff;
  margin: 0;
  position: relative;
}
.foundation--list .nav-tabs .nav-link {
  width: 100%;
  padding: 0;
  display: flex;
  gap: 12px;
  align-items: start;
  border: 0;
}
.foundation--list .nav-tabs .nav-link .--icon {
  border-radius: 60px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.5);
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.foundation--list .nav-tabs .nav-link:hover {
  border: 0;
}
.foundation--list .nav-tabs .nav-link .--icon span {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  color: #3664fb;
  background: linear-gradient(90deg, #240066 0%, #3664fb 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.foundation--list .nav-tabs .nav-link .body {
  width: 100%;
  color: #1e1f4d;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.foundation--list .nav-tabs .nav-link .body .title {
  width: 100%;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  color: #3664fb;
  background: linear-gradient(90deg, #240066 0%, #3664fb 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  margin-bottom: 8px;
}
.foundation--list .nav-tabs .nav-item:last-child {
  border-right: 0;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background: transparent;
}
.nav-tabs .nav-item.show .nav-link::after,
.nav-tabs .nav-link.active::after {
  content: "";
  display: block;
  width: 23px;
  height: 15px;
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  margin: auto;
  background: transparent url("../images/ic-2.png") no-repeat center center;
  background-size: contain;
}
.foundation--content {
  width: 100%;
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  border-radius: 30px;
  border-top: 1px solid #fff;
  background: linear-gradient(
    180deg,
    rgba(11, 37, 85, 0.3) 27.39%,
    rgba(25, 82, 187, 0.15) 100%
  );
  padding: 24px;
}
.foundation--content ._left {
  width: calc(50% - 16px);
}
.foundation--content ._right {
  width: calc(50% - 16px);
}
.foundation--content ._left img {
  max-width: 100%;
}
.foundation--content ._left .title {
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 4px;
}
.foundation--content ._left .txt {
  color: #fff;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.foundation--content ._right .desc {
  color: #fff;
  font-size: 16px;
  line-height: 130%;
  margin-bottom: 42px;
  text-align: left;
}
.foundation--box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.foundation--items {
  width: calc(50% - 4px);
  border-radius: 30px;
  border: 1px solid #87d7ff;
  background: linear-gradient(90deg, #193db1 0%, #567fd3 100%);
  padding: 8px 16px 12px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.foundation--items .img {
  flex-shrink: 0;
}
.foundation--items--body {
  width: 100%;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 130%;
}
.foundation--items--body h3,
.foundation--items--body h4 {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 4px;
}
.foundation--items:last-child {
  width: 100%;
}
.foundation--items.style2 {
  width: calc(50% - 4px);
}
/* ldp--features */
.ldp--features {
  float: left;
  width: 100%;
  padding: 80px 0;
}
.ldp--features .ldp--title span > span {
  font-size: 32px;
}
.features--list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.features--items {
  width: 100%;
  display: flex;
  gap: 8px;
  align-items: start;
}
.features--items .--icon {
  flex-shrink: 0;
  width: 80px;
}
.features--items .--icon img {
  max-width: 100%;
}
.features--items--body {
  width: 100%;
  flex: 1;
  border-radius: 24px;
  border: 1px solid rgba(54, 84, 153, 0.1);
  background: linear-gradient(
    112deg,
    #eef1ff 18.93%,
    rgba(255, 255, 255, 0) 95.91%
  );
  padding: 12px 24px;
}
.features--items--body.style2 {
  border: 1px solid #5a8cff;
  background: linear-gradient(
    112deg,
    rgba(255, 255, 255, 0) 18.83%,
    #eef1ff 95.81%
  );
}
.features--items--body .title {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  color: #3664fb;
  background: linear-gradient(90deg, #240066 0%, #3664fb 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 4px;
}
.features--box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.features--box--items {
  width: calc(50% - 5px);
}
.features--box--items.style2 {
  width: calc(33.3333% - 6.6666px);
}
.features--box--items.style3 {
  width: calc(25% - 7.5px);
}
.features--box--items p {
  padding-left: 18px;
  position: relative;
  color: #333;
  font-size: 16px;
  line-height: 130%;
  margin-bottom: 4px;
}
.features--box--items p:last-child {
  margin-bottom: 0;
}
.features--box--items p::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #4d7ff8;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
/* ldp--productphilosophy */
.ldp--productphilosophy {
  float: left;
  width: 100%;
  padding: 0;
  background: transparent url(../images/bg-3.webp) no-repeat center center;
  background-size: 100% 100%;
}
.productphilosophy--list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 100px;
  align-items: center;
}
.productphilosophy--list ._left {
  width: 353px;
  flex-shrink: 0;
}
.productphilosophy--list ._right {
  width: 100%;
  flex: 1;
}
.productphilosophy--content {
  width: 100%;
}
.productphilosophy--content .title {
  color: #666;
  font-size: 16px;
  line-height: 140%;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.productphilosophy--content .desc {
  color: #0d213f;
  font-family: Lora;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 24px;
}
.productphilosophy--content .--infor {
  color: #fff;
  font-size: 18px;
  line-height: 140%;
  text-transform: uppercase;
}
.productphilosophy--content .--infor span {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 14px;
  line-height: 140%;
  padding-top: 9px;
  position: relative;
  padding-left: 39px;
}
.productphilosophy--content .--infor span::before {
  width: 30px;
  height: 2px;
  background: #fff;
  content: "";
  display: block;
  position: absolute;
  bottom: 6px;
  left: 0;
}
/* ldp--whycrm */
.ldp--whycrm {
  float: left;
  width: 100%;
  padding: 60px 0 80px;
  background: linear-gradient(180deg, #f0f7ff 0%, #fff 100%);
}
.ldp--whycrm .ldp--title {
  margin-bottom: 35px;
}
.whycrm--list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 35px;
}
.whycrm--items {
  width: calc(33.3333% - 5.3333px);
  border-radius: 24px;
  overflow: hidden;
  padding: 1px;
  background: linear-gradient(135deg, #6aa8ff, #b7ddff, #fff);
}
.whycrm--items--other {
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 16px 24px 30px;
  border-radius: 24px;
}
.whycrm--items:first-child,
.whycrm--items:nth-child(2) {
  width: calc(50% - 4px);
}
.whycrm--items h4 {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  color: #3664fb;
  background: linear-gradient(90deg, #240066 0%, #3664fb 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 15px;
}
.whycrm--items .desc {
  color: #333;
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 130%;
}
.whycrm--items .img img {
  max-width: 100%;
}
/* bfweb_lccdn */

.bfweb_lccdn {
  background: #f1f7ff url("../images/bg-5.webp") no-repeat center center;
  background-size: cover;
  padding: 60px 0 0;
  float: left;
  width: 100%;
}

.bfweb_lccdn .ldp--title {
  max-width: 800px;
  margin-bottom: 32px;
}

.lccdn_list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 30px;
}

.lccdn_right {
  width: 100%;
  margin-bottom: 60px;
}

.lccdn_right_other {
  width: 100%;
  border-radius: 12px;
  border-bottom: 1px solid #fff;
  background: #fff;
}
.lccdn_mennu_tab {
  width: 100%;
  display: flex;
  gap: 48px;
  padding: 0 10px;
  width: max-content;
  margin: 0 auto;
}
.lccdn_left {
  width: 100%;
}
.lccdn_left .swiper-button-next::after,
.lccdn_left .swiper-button-prev::after {
  display: none;
}
.lccdn_left .swiper-slide {
  display: flex;
  align-items: center;
  height: auto;
  justify-content: center;
}
.lccdn_box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
}
.lccdn_box ._left {
  width: calc(59.6% - 24px);
}
.lccdn_child {
  width: 100%;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.lccdn--col1 {
  width: calc(67% - 4px);
}
.lccdn--col2 {
  width: calc(33% - 4px);
}
.lccdn--col3 {
  width: calc(38.6% - 4px);
}
.lccdn--col4 {
  width: calc(61.4% - 4px);
}
.lccdn--col1 .img {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 72.1%;
  border-radius: 20px;
}
.lccdn--col1 .img img {
  width: 100%;

  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.lccdn--col3 .img {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 58.14%;
  border-radius: 20px;
}
.lccdn--col3 .img img {
  width: 100%;

  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.lccdn--logo {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10px;
  border-radius: 20px;
  background: #fff;
  gap: 16px;
}
.img---logo img {
  max-width: 100%;
}
.---logo--title {
  width: 100%;
  color: #666;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.---logo--title b {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #111;
  margin-bottom: 4px;
}
.desc--box {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: linear-gradient(270deg, #9fb0ff 0%, #e3e3ff 88.6%);
  padding: 12px 20px;
  color: #333;
  font-size: 16px;
  line-height: 130%;
}
.desc--box span {
  display: block;
  color: #666;
  font-size: 14px;
  line-height: 130%;
  margin-bottom: 4px;
}
.lccdn_box ._right {
  width: calc(40.4% - 24px);
}
.lccdn--otherchild {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.lccdn--otherchild > * {
  width: 100%;
}
.lccdn--otherchild h4 {
  font-size: 22px;
  color: #3664fb;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  background: linear-gradient(90deg, #240066 0%, #3664fb 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 16px;
}
.otherchild--box {
  width: 100%;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.otherchild--items {
  width: calc(50% - 4px);
  border-radius: 24px;
  background: linear-gradient(135deg, #6aa8ff, #b7ddff, #fff);
  padding: 1px;
}
.otherchild--items--pas {
  width: 100%;
  height: 100%;
  padding: 15px 22px 29px;
  background-color: #fff;
  border-radius: 24px;
  color: #333;
  font-size: 16px;
  line-height: 130%;
}
.otherchild--items--pas .img {
  width: 100%;
  text-align: center;
  margin-bottom: 12px;
}
.lccdn--otherchild .box--btn .btn--tv {
  width: 100%;
}
.lccdn_title {
  margin-bottom: 85px;
}

.lccdn_title .bfweb_title {
  max-width: 684px;
}

.img-lccdn1 {
  display: block;
  float: right;
  max-width: 100%;
  margin-bottom: 20px;
}

.lccdn_mennu_item {
  padding: 12px 0;
  color: #333;
  font-size: 18px;
  line-height: 140%;
  position: relative;
}

.lccdn_mennu_item:last-child {
  margin-bottom: 0;
}

.lccdn_mennu_item.active {
  color: #3664fb;
  font-weight: 600;
  background: linear-gradient(90deg, #240066 0%, #3664fb 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.lccdn_mennu_item.active::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #240066;
  position: absolute;
  bottom: 0;
  left: 0;
}

.lccdn_item_img {
  width: 89px;
  flex-shrink: 0;
  opacity: 0.2;
}

.lccdn_mennu_item.active .lccdn_item_img {
  opacity: 1;
}

.lccdn_mennu_item:hover {
  text-decoration: none;
}

.lccdn_item_body {
  display: block;
  width: calc(100% - 89px);
  padding-left: 22px;
}

.lccdn_item_img img {
  max-width: 100%;
}

.lccdn_item_title {
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #212121;
}

.lccdn_item_txt {
  font-size: 16px;
  line-height: 150%;
  color: #6c6c6c;
}

.lccdn_item_txt p {
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
}

.lccdn_item_txt p::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #6c6c6c;
  position: absolute;
  top: 11px;
  left: 5px;
  border-radius: 50%;
}

.lccdn_item_txt p:last-child {
  margin-bottom: 0;
}

.projhot_bot .bfweb_banner_boxbtn {
  width: 100%;
}
.projhot_bot .swiper-button-next:after,
.projhot_bot .swiper-button-prev:after {
  display: none;
}
.projhot_bot .bfweb_banner_boxbtn .swiper-pagination {
  position: unset;
  width: max-content;
  margin: 0 auto;
  gap: 8px;
  display: flex;
  border-radius: 12px 12px 0 0;
  background: #fff;
  padding: 12px;
}
.projhot_bot .bfweb_banner_boxbtn .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #666;
}
.projhot_bot .bfweb_banner_boxbtn .swiper-pagination-bullet-active {
  border-radius: 6px;
  background: #666;
  width: 30px;
  height: 6px;
}
/* ldp--awardsreceived */
.ldp--awardsreceived {
  float: left;
  width: 100%;
  padding: 80px 0;
}
.awardsreceived--list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 16px;
}
.awardsreceived--items {
  width: calc(33.3333% - 10.6666px);
  border-radius: 20px;
  background: linear-gradient(135deg, #6aa8ff, #b7ddff, #fff);
  padding: 1px;
  overflow: hidden;
}
.awardsreceived--items--other {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: linear-gradient(122deg, #fff 55.7%, #d2d9fb 119.96%);
}
.awardsreceived--items .img {
  display: block;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  position: relative;
}
.awardsreceived--items .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.awardsreceived--items .title {
  color: #1e1f4d;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  width: 100%;
  padding: 16px 24px 24px;
  display: block;
}
/* 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 {
}

/* ldp--form */
.ldp--form {
  width: 100%;
  float: left;
  padding: 70px 0 90px;
  background: transparent url("../images/bg-form1.webp") no-repeat center center;
  background-size: cover;
}
.ldp--form .ldp--title {
  text-align: left;
}

.--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: 60px 0 80px;
}
.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%;
}

*,
*: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;
  }
}
/* ldp--bvnb */
.ldp--bvnb {
  float: left;
  width: 100%;
  padding: 80px 0;
  background: linear-gradient(180deg, #fff 0%, #f1f7ff 100%);
  overflow: hidden;
}
.ldp--bvnb .ldp--title {
  margin-bottom: 12px;
}
.ldp--bvnb .ldp--subtitle {
  margin-bottom: 30px;
}
.ldp--bvnb .container {
  overflow: visible;
}
.featurepost_item {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  border: 1px solid #e8e8e8;
  background: #fff;
}

.featurepost_item:hover {
  text-decoration: none;
}

.featurepost_item_img {
  width: 100%;
  display: block;
  position: relative;
  padding-top: 71.43%;
  overflow: hidden;
}

.featurepost_item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.bvnb--list .swiper-slide {
  height: auto;
}
.featurepost_item_body {
  display: block;
  padding: 16px 20px;
}

.featurepost_item_date {
  color: #878a99;
  font-family: "Lexend Deca";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 171.429%;
  margin-bottom: 8px;
}

.featurepost_item_title {
  color: #1e1f4d;
  font-family: "Lexend Deca";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  margin-bottom: 24px;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.featurepost_item_links {
  color: #5a8cff;
  font-family: "Lexend Deca";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.featurepost_item_links img {
  margin-left: 10px;
}

.bvnb--list .swiper-container {
  overflow: visible !important;
}

.featurepost_success {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: transparent url("../images/bg-sucess.png") no-repeat center center;
  background-size: cover;
  padding: 54px 47px;
  border-radius: 10px;
}

.featurepost_success_txt {
  flex: 1;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #202020;
}

.featurepost_success_txt span {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 140%;
  color: #370176;
}
.bvnb--list .swiper-pagination {
  position: unset;
  width: 100%;
  display: flex;
  gap: 4px;
  justify-content: center;
  padding-top: 44px;
}
@media screen and (max-width: 1200px) {
  .banner--ldp .title,
  .ldp--title span {
    font-size: 28px;
  }
  .ldp--title,
  .ldp--features .ldp--title span > span,
  .productphilosophy--content .desc,
  .ldp--creatandsendmail .ldp--title span {
    font-size: 24px;
  }
  .foundation--list .nav-tabs .nav-link .body .title {
    font-size: 18px;
  }
  .foundation--list .nav-tabs .nav-link .body,
  .productphilosophy--content .--infor {
    font-size: 16px;
  }
  .foundation--content ._left .title,
  .creatandsendmail--body .title {
    font-size: 22px;
  }
  .foundation--content ._left .txt,
  .whycrm--items h4,
  .lccdn--otherchild h4,
  .awardsreceived--items .title {
    font-size: 18px;
  }
  .---logo--title b {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .lccdn_box ._left {
    width: 100%;
  }
  .lccdn_box ._right {
    width: 100%;
  }
}
