@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=Lexend:wght@100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
body {
  font-family: "Lexend";
  font-weight: 400;
  color: #000;
  font-size: 14px;
  background: #fff;
}

a:hover {
  text-decoration: inherit;
}

.crm_all .container {
  max-width: 1200px;
  margin: 0 auto;
}

.crm_header .container {
  overflow: visible !important;
}
.ldp--box {
  float: left;
  width: 100%;
  background: transparent url("../images/bg-banner.jpg") no-repeat top center;
  background-size: cover;
}
.ldp--banner {
  float: left;
  width: 100%;
  padding: 75px 0 55px;
}
.banner--content {
  width: 100%;
  max-width: 516px;
}
.banner--logo {
  margin-bottom: 38px;
}
.banner--logo img {
  max-width: 100%;
}
.ldp--banner h1 {
  color: #2867cf;
  font-size: 68px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.banner--submenu {
  color: #1b356b;
  font-size: 30px;
  margin-bottom: 44px;
}
.banner--content .desc {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
  padding-left: 37px;
  margin-bottom: 56px;
}
.banner--content .desc p {
  width: 100%;
  margin: 0;
  display: flex;
  gap: 24px;
  align-items: start;
  color: #1b356b;
  text-align: justify;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.banner--content .desc p .--icon {
  flex-shrink: 0;
}
.btn-main {
  display: inline-block;
  border-radius: 100px;
  border: 2px solid #fff;
  background: #ff6f43;
  box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.1);
  padding: 12px 80px;
  color: #fff;
  text-align: justify;
  font-size: 26px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.btn-main.border--0 {
  border: 1px solid #ff6f43;
  background: #fff;
  color: #565656;
  text-align: justify;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.box--form {
  width: 100%;
  max-width: 446px;
  border-radius: 18px;
  border: 2px solid #93b7ff;
  background: #fff;
  padding: 45px 5px 0;
  margin: 0 auto;
}
.box--form .title--form {
  color: #1b356b;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin: 0 0 20px;
}
.ldp--title {
  color: #1b356b;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 auto;
  text-align: center;
}
.ldp--subtitle {
  color: #3d3d3d;
  text-align: center;
  font-size: 20px;
  line-height: 150%;
  margin: 0 auto;
}
/* ldp--why */
.ldp--why {
  float: left;
  width: 100%;
  padding: 50px 0;
}
.ldp--why .ldp--title {
  margin-bottom: 45px;
}
.why--list {
  width: 100%;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.why--items {
  width: calc(25% - 22.5px);
  border-radius: 21px;
  border: 2px solid #c3dffc;
  background: rgba(255, 255, 255, 0.6);
  padding: 8px 15px;
}
.why--items .img {
  text-align: center;
  margin-bottom: 10px;
}
.why--items .img img {
  max-width: 100%;
}

.why--items .title {
  color: #1b356b;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 10px;
}
.why--items .desc {
  color: #3d3d3d;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* ldp--solution */
.ldp--solution {
  width: 100%;
  padding: 20px 0 45px;
  float: left;
}
.ldp--solution .ldp--title {
  max-width: 930px;
  margin-bottom: 33px;
}

.solution--top {
  width: 100%;
  display: flex;
  gap: 21px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 33px;
}
.solution--top-items {
  border-radius: 100px;
  background: #2867cf;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 15px;
}
.ldp--solution .desc {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 33px;
}
.ldp--solution .img {
  text-align: center;
  margin-bottom: 45px;
}
.ldp--solution .img img {
  max-width: 100%;
}
/* ldp--trademark */
.ldp--trademark {
  float: left;
  width: 100%;
  padding: 48px 0 76px;
  background: transparent url("../images/bg-3.jpg") no-repeat center center;
  background-size: cover;
}
.ldp--trademark .ldp--title {
  margin-bottom: 20px;
}
.ldp--trademark .ldp--subtitle {
  max-width: 999px;
  margin-bottom: 25px;
}
.trademark--list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  align-items: center;
}
.trademark--list ._left {
  width: calc(43.5% - 18px);
}
.trademark--list ._right {
  width: calc(56.5% - 18px);
  text-align: center;
}
.trademark--list ._right img {
  max-width: 100%;
}
.trademark--other {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 13px 30px;
}
.trademark--items {
  width: 100%;
  display: flex;
  gap: 23px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid #9dbefc;
  background: rgba(255, 255, 255, 0.68);
  align-items: center;
  color: #3d3d3d;
  font-size: 20px;
  line-height: 150%;
  min-height: 79px;
}
.trademark--items ._icon {
  flex-shrink: 0;
}
/* ldp--advise */
.ldp--advise {
  width: 100%;
  float: left;
  padding: 30px 0;
}
.ldp--advise .ldp--title {
  margin-bottom: 15px;
}
.ldp--advise .ldp--subtitle {
  margin-bottom: 15px;
}
.ldp--advise .trademark--other {
  width: 100%;
  max-width: 1012px;
  margin: 0 auto 16px;
  justify-content: center;
}
.ldp--advise .trademark--other .trademark--items {
  width: calc(50% - 15px);
  min-height: 63px;
  color: #3d3d3d;
  font-size: 17px;
  line-height: 123.529%;
}
.advise--img {
  width: 100%;
  text-align: center;
}
.advise--img img {
  max-width: 100%;
}
/* ldp--box2 */
.ldp--box2 {
  width: 100%;
  float: left;
  background: transparent url("../images/bg-2.jpg") no-repeat top center;
  background-size: cover;
}
.ldp--procedure {
  width: 100%;
  padding: 40px 0;
}
.ldp--procedure .ldp--title {
  margin-bottom: 35px;
}
.procedure--list {
  width: 100%;
  max-width: 921px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 60px 33px;
  padding: 0 97px 0 10px;
  justify-content: space-between;
  background: transparent url("../images/bg-6.png") no-repeat 0 45px;
}
.procedure--items {
  width: 33.333%;
  max-width: 190px;
}
.procedure--items .number {
  width: 102px;
  height: 102px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent url("../images/bg-7.png") no-repeat center center;
  background-size: contain;
  color: #878787;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0 auto 12px;
}
.procedure--items .desc {
  color: #000;
  text-align: center;
  font-size: 18px;
  line-height: 144.444%;
}
/* ldp--manage */
.ldp--manage {
  width: 100%;
  padding: 40px 0 46px;
}
.ldp--manage .ldp--subtitle {
  margin-bottom: 30px;
}
.manage--list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 44px;
}
.manage--row {
  width: 100%;
  gap: 30px 90px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.manage--row ._left {
  width: calc(47.3% - 45px);
}
.manage--row ._right {
  width: calc(52.7% - 45px);
  text-align: center;
}
.manage--row ._right img {
  max-width: 100%;
}

.manage--desc {
  width: 100%;
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}
.manage--items {
  width: 100%;
  display: flex;
  gap: 22px;
  align-items: start;

  color: #3d3d3d;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.manage--items ._icon {
  flex-shrink: 0;
}
/* ldp--benefit */
.ldp--benefit {
  width: 100%;
  float: left;
  padding: 40px 0 60px;
  background: transparent url("../images/bg-3.jpg") no-repeat center center;
  background-size: cover;
}
.ldp--benefit .ldp--title {
  margin-bottom: 40px;
}
.benefit--list {
  width: 100%;
  display: flex;
  gap: 30px 87px;
  justify-content: center;
}
.benefit---items {
  width: calc(50% - 43px);
  max-width: 418px;
  border-radius: 21px;
  border: 2px solid #c3dffc;
  background: rgba(255, 255, 255, 0.6);
  overflow: hidden;
}
.benefit---items .img {
  width: 100%;
  padding-top: 43.54%;
  position: relative;
}
.benefit---items .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.benefit---items--body {
  width: 100%;
  padding: 20px 14px;
}
.benefit---items--body .title {
  color: #1b356b;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 30px;
}
.benefit---items--body .manage--items {
  color: #3d3d3d;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  gap: 14px;
}
/* ldp--partner */
.ldp--partner {
  float: left;
  width: 100%;
  padding: 46px 0;
}
.ldp--partner .ldp--title {
  margin-bottom: 30px;
}
.partner--list {
  width: 100%;
}
.partner--items {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  height: 119px;
  border-radius: 13px;
  border: 2px solid #c3dffc;
  background: rgba(255, 255, 255, 0.6);
  overflow: hidden;
}

.partner--list .partner--slide {
  padding-bottom: 60px;
}
/* ldp--choosebizfly */
.ldp--choosebizfly {
  float: left;
  background: transparent url("../images/bg-8.jpg") no-repeat center center;
  width: 100%;
  padding: 40px 0;
  background-size: cover;
}
.ldp--choosebizfly .ldp--title {
  color: #fff;
  margin-bottom: 40px;
}
.choosebizfly--list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px 60px;
  width: 100%;
  max-width: 1125px;
}
.choosebizfly--list ._left {
  width: calc(53.69% - 30px);
}
.choosebizfly--list ._right {
  text-align: center;
  width: calc(46.31% - 30px);
}
.choosebizfly--list ._right img {
  max-width: 100%;
}
.choosebizfly--desc {
  display: flex;
  width: 100%;
  gap: 25px;
  margin-bottom: 25px;
  flex-wrap: wrap;
}
.choosebizfly--items {
  width: 100%;
  display: flex;
  gap: 30px;
  align-items: start;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  line-height: 30px;
}
.choosebizfly--items span {
  font-weight: 800;
}

.choosebizfly--items .txt {
  flex: 1;
}
.choosebizfly--list .desc {
  color: #99d8ff;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
/* ldp--bot */
.ldp--bot {
  float: left;
  width: 100%;
  padding: 60px 0 0;
}
.ldp--bot--list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: end;
}
.ldp--bot--list ._right {
  width: calc(61.5% - 15px);
  text-align: center;
  padding-bottom: 80px;
}
.ldp--bot--list ._right .box-btn {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.ldp--bot--list ._right .box-btn .btn-main {
  padding: 14px 25px;
  font-size: 25px;
}
.ldp--bot--list ._left {
  width: calc(38.5% - 15px);
  position: relative;
}
.ldp--bot--list ._left img {
  position: absolute;
  bottom: 0;
  right: 0;
}
.ldp--bot .ldp--title {
  font-size: 35px;
  margin-bottom: 42px;
}

.box-taingay .modal-content {
  border: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
}
.box-taingay .box--form {
  max-width: 100%;
}

.box-taingay .close {
  position: absolute;
  top: 10px;
  right: 10px;
}

@media screen and (max-width: 1600px) {
  .ldp--title,
  .ldp--bot .ldp--title,
  .benefit---items--body .title,
  .banner--submenu {
    font-size: 28px;
  }
  .ldp--bot--list ._left img {
    max-width: 550px;
  }
  .ldp--bot--list ._right .box-btn .btn-main,
  .btn-main {
    font-size: 20px;
  }
  .ldp--banner h1 {
    font-size: 60px;
  }
}
@media screen and (max-width: 1400px) {
  .ldp--title,
  .ldp--bot .ldp--title,
  .benefit---items--body .title,
  .banner--submenu {
    font-size: 26px;
  }
  .ldp--banner h1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .ldp--bot--list ._left img {
    left: -50px;
    right: auto;
  }
  .choosebizfly--items,
  .choosebizfly--list .desc {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .ldp--banner .box--form {
    margin-top: 30px;
  }
  .solution--top-items {
    font-size: 16px;
  }
  .ldp--bot--list ._left {
    width: 100%;
    text-align: center;
  }
  .ldp--bot--list ._right {
    width: 100%;
  }
  .ldp--bot--list ._left img {
    position: unset;
  }
}
