* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

body {
  overflow-x: hidden;
}

@media (max-width: 550px) {
  .nav-box {
    width: 100%;
    box-shadow: 0;
    background-color: #ffffff !important;
    position: fixed;
    z-index: 999;
  }

  .tit {
    font-size: 24px;
    font-weight: 900;
    margin-top: 40px;
    font-family: Roboto-Regular, Roboto;
    color: #232323;
  }

  .container-fluid {
    width: 85%;
    margin: auto;
    margin-top: -10px;
    margin-bottom: -5px;
    font-family: Roboto-Regular, Roboto;
  }

  .navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
  }

  .navbar-brand {
    padding-top: 0px;
  }

  .nav {
    width: 90%;
    justify-content: space-between;
  }
  .navbar-brand .title {
    font-size: 15px;
  }

  .nav-link {
    width: fit-content;
    font-size: 15px;
    color: #000;
    line-height: 2rem;
  }

  .nav-pills .nav-link.active {
    background-color: #ffffff;
    color: #000;
  }

  .nav-link:focus,
  .nav-link:hover {
    color: #000;
  }

  .navbar .titleImg {
    width: 90px;
    height: 15px;
    margin-top: 20px;
  }

  .navbar .logoImg {
    width: 40px !important;
    height: 40px !important;
    margin-top: 20px;
  }

  .navbar .titleImg {
    width: 60px !important;
    height: 18px !important;
  }

  .title-svg {
    height: 14px;
  }

  .dropdown-toggle::after {
    border: none;
  }

  .dropdown-menu {
    border: none;
    inset: 70px -5px auto -10px !important;
    background: #ffffff;
    box-shadow: 0 2px 4px 0 #fff;
    border-radius: 10px;
    margin-top: 0px;
    padding: 0.5rem 0.5rem 0.5px;
  }

  .dropdown-item {
    width: fit-content;
    border-bottom: 4px solid #ffffff;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 22px;
    height: 35px;
    display: flex;
    align-items: center;
  }

  .dropdown-item:focus,
  .dropdown-item:hover {
    background: #ffffff;
    border-bottom: 2px solid #fff;
    color: #fff;
  }

  .dropdown-toggle img {
    width: 20px;
  }

   .bie {
    padding: 0px 5%;
    background: url("../imgs/banner.png") no-repeat;
    background-size: 100% 100%;
  }

  .pro {
    padding: 0px 5%;
    padding-top: 40px;
    background: url("../imgs/ballnoon.png") no-repeat;
    background-size: 100% 100%;
  }

  .co {
    padding: 2px 5%;
    background: url("../imgs/hand.png") no-repeat;
    background-size: 100% 100%;
  }

  .bie .box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    height: 316px;
  }

  .bie .box img {
    width: 30px;
  }

  .bie .box div {
    position: absolute;
    left: 40px;
    top: 120px;
  }

  .bie .box .con {
    position: relative;
    left: 0;
    top: 40px;
  }

  .bie .box h5 {
    font-family: Roboto, Roboto;
    font-weight: 900;
    font-size: 16px;
    color: #ffffff;
    line-height: 20px;
    text-align: center;
  }

  .bie .box h6 {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    line-height: 18px;
    text-align: center;
    margin-top: 30px;
  }

  .bie h2 {
    font-family: Roboto, Roboto;
    font-weight: 900;
    font-size: 16px;
    color: #ffffff;
    line-height: 20px;
  }
  .bie p {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
    margin-top: 10px;
  }

  .bie h3 {
    width: 300px;
    font-family: Roboto, Roboto;
    font-weight: 900;
    font-size: 16px;
    color: #ffffff;
    line-height:20px;
    position: absolute;
    left:  40px;
    top: 140px;
  }

  .fintech {
    padding: 20px 5%;
  }

  .fintech h2 {
    font-family: Roboto, Roboto;
    font-weight: 900;
    font-size: 15px;
    color: #150e39;
    line-height: 40px;
    height: 40px;
    padding-left: 20px;
    background: url("../imgs/transform.png") no-repeat;
    background-size: 990px 100%;
  }

  .fintech .digit {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }

  .fintech .digit div {
    border-radius: 30px;
    border: 2px solid #1dd7e3;
    padding: 15px 15px 0px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 280px;
    margin-bottom: 10px;
  }

  .fintech .digit div img {
    width: 60px;
    height: 60px;
  }
  .fintech .digit div h3 {
    font-family: Roboto, Roboto;
    font-weight: 500;
    font-size: 16px;
    color: #150e39;
    line-height: 20px;
    margin-top: 10px;
    background: url("../imgs/line.png") no-repeat 50% 0px;
    background-size: 118px 100%;
    padding-bottom: 10px;
  }

  .fintech .digit div p {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 14px;
    color: #5e6c80;
    line-height: 18px;
    text-align: center;
    margin-top: 10px;
  }
  .futuro {
    background: #f6fcfd;
    padding: 20px 0 20px 0;
  }
  .futuro h2 {
    font-family: Roboto, Roboto;
    font-weight: 900;
    font-size: 16px;
    color: #150e39;
    line-height: 20px;
    text-align: center;
  }

  .futuro .tech {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    padding: 0 5%;
  }

  .futuro .tech .build {
    width: 260px;
    height: 240px;
  }

  .futuro .tech > div {
    width: 300px;
    margin-top: 20px;
  }

  .futuro .tech > div p {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 14px;
    color: #5e6c80;
    line-height: 18px;
  }

  .futuro .tech > div p:nth-of-type(2) {
    margin-top: 0px;
  }
  .futuro .tech .log {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .futuro .log div {
    width: 120px;
    height:100px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .futuro .log > div img {
    width: 60px;
    height: 60px;
  }

  .futuro .log > div p {
    font-family: Roboto, Roboto;
    font-weight: 500;
    font-size: 14px;
    color: #150e39;
    line-height: 18px;
    text-align: center;
  }

  .que {
    padding: 20px 0 20px 0;
  }

  .que h2 {
    font-family: Roboto, Roboto;
    font-weight: 900;
    font-size: 16px;
    color: #150e39;
    line-height: 20px;
    text-align: center;
  }

  .que > div {
    margin-top: 20px;
    padding: 0 10%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .que > div div {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .que > div img {
    width: 80px;
    height: 80px;
  }
  .que > div h4 {
    font-family: Roboto, Roboto;
    font-weight: 500;
    font-size: 16px;
    color: #150e39;
    line-height: 18px;
    margin-top: 10px;
    text-align: center;
  }
  .que > div p {
    background: rgba(195, 247, 239, 0.11);
    border-radius: 20px;
    border: 1px solid #d9dada;
    padding: 15px 15px;
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 14px;
    color: #5e6c80;
    line-height: 18px;
    margin-top: 10px;
    width: 290px;
  }

  .bottom {
    padding: 20px 10%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
   background: url('../imgs/foot.png') no-repeat!important;
    background-size: 100% 100%!important;
  }
  .bottom p a {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 14px;
    color: #b7b7b7;
    line-height: 18px;
    
  }

  .bottom div p:nth-of-type(1) a {
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    line-height: 20px;
  }

  .bottom .lo {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
  }

  .bottom .tit {
    width: 60px;
    margin-left: 10px;
    margin-top: -17px;
  }

  .reser {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 12px;
    color: #a2a3a7;
    line-height: 45px;
    height: 45px;
    text-align: center;
    background: rgb(26, 29, 38);
  }

  .cam {
    padding: 20px 5% 0px 5%;
  }

  .cam h2 {
    font-family: Roboto, Roboto;
    font-weight: 900;
    font-size: 20px;
    color: #150e39;
    line-height: 47px;
    text-align: center;
    padding-top: 0px;
  }

  .cam .phone {
    margin-top:10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }

  .cam .phone > div {
    width: 290px;
  }

  .cam .phone h4 {
    font-family: Roboto, Roboto;
    font-weight: 500;
    font-size: 16px;
    color: #150e39;
    line-height: 20px;
  }

  .cam .phone h5 {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 14px;
    color: #5e6c80;
    line-height: 18px;
    margin-top: 5px;
  }

  .cam .phone div div {
    margin-top: 15px;
  }

  .cam .phone p {
    margin-top: 10px;
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 14px;
    color: #150e39;
    line-height: 18px;
    padding-left: 30px;
    background: url("../imgs/true.png") no-repeat 0 2px;
    background-size: 15px 15px;
  }

  .cam .phone img {
    width: 290px;
    height: 200px;
    margin-bottom: 10px;
  }

  .ele {
    margin-top: 20px;
    padding: 20px 10%;
    background: #f6fcfd;
  }
  .ele h2 {
    font-family: Roboto, Roboto;
    font-weight: 900;
    font-size: 20px;
    color: #150e39;
    line-height: 20px;
    text-align: center;
  }

  .ele > div {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
  }

  .ele > div div {
    display: flex;
    align-items: center;
    width: 500px;
    margin-top: 0px;
  }

  .ele > div div img {
    width: 30px;
    margin-top: -15px;
  }

  .ele > div div p {
    font-family: Roboto, Roboto;
    font-weight: 500;
    font-size: 14px;
    color: #150e39;
    line-height: 18px;
    margin-left: 20px;
  }

  .innvo {
    padding: 20px 0;
  }

  .innvo h2 {
    font-family: Roboto, Roboto;
    font-weight: 900;
    font-size: 20px;
    color: #150e39;
    line-height: 20px;
    text-align: center;
  }

  
  .innvo .swiper{
      display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }

  .innvo .swiper .swiper-wrapper {
    width: 100px;
    height: 80px;

}

  .innvo .swiper img{
    width: 100px;
    height: 80px;
  }


  .data {
    padding: 20px 5%;
  }

  .data h2 {
    font-family: Roboto, Roboto;
    font-weight: 900;
    font-size: 2ch;
    color: #150e39;
    line-height: 20px;
    text-align: center;
  }

  .data h3 {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 16px;
    color: #5e6c80;
    line-height: 20px;
    text-align: center;
    margin-top: 15px;
  }

  .data .list {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }

  .data .list div {
    width: 280px;
    padding: 15px 0;
    background: #f6fcfd;
    border-radius: 20px;
    border: 2px solid #1dd7e3;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
  }

  .data .list div img {
    width: 50px;
  }

  .data .list div h4 {
    margin-top: 10px;
    font-family: Roboto, Roboto;
    font-weight: bold;
    font-size: 16px;
    color: #150e39;
    line-height: 20px;
  }

  .data .list div p {
    font-family: Roboto, Roboto;
    font-weight: 500;
    font-size: 14px;
    color: #5e6c80;
    line-height: 18px;
    margin-top: 10px;
  }

  .men {
    padding: 20px 5% 30px 5%;
    background: url("../imgs/talk.png") no-repeat;
    background-size: 100% 100%;
  }

  .men h2 {
    font-family: Roboto, Roboto;
    font-weight: 900;
    font-size: 20px;
    color: #ffffff;
    line-height: 20px;
    text-align: center;
  }

  .men h4 {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    line-height: 20px;
    text-align: center;
    margin-top: 15px;
  }

  .men .form {
    background: #ffffff;
    border-radius: 15px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 20px 15px 20px 15px;
    width: 100%;
    text-align: center;
    position: relative;
  }

  .men p {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 16px;
    color: #5e6c80;
    line-height: 20px;
    margin-top: 0px;
    margin-bottom: 18px;
    text-align: left;
  }

  .men textarea {
    width: 100%;
    height: 80px;
    background: #efefef;
    border-radius: 10px;
    border: none;
    outline: 0;
    padding: 15px;
    font-size: 14px;
  }

  .men input {
    width: 100%;
    height: 40px;
    background: #efefef;
    border-radius: 8px;
    border: none;
    outline: 0;
    padding: 0 20px;
    font-size: 14px;
    line-height: 20px;
    font-family: Roboto, Roboto;
    display: block;
  }

  .men button {
    width: 100%;
    height: 40px;
    background: linear-gradient(
      136deg,
      #69ff97 0%,
      rgba(0, 201, 249, 0.98) 100%
    );
    border-radius: 10px;
    margin-top: 15px;
    border: 0;
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 25px;
  }

  .toa {
    position: absolute;
    top: 110px;
    left: 50%;
    transform: translateX(-50%);
    width: 260px;
    height: 100px;
    background: #fff url("../imgs/gou.png") no-repeat 122px 20px;
    background-size: 30px;
    box-shadow: 0px 2px 10px 0px rgba(219, 219, 219, 0.5);
    border-radius: 20px;
    padding-top: 60px;
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    line-height: 20px;
    text-align: center;
    display: none;
    z-index: 9999;
  }
   .gen{
    padding: 20px 5%;
    padding-bottom: 0;
  }
  .gen h2{
    font-family: Roboto, Roboto;
font-weight: 900;
font-size: 16px;
color: #150E39;
line-height: 20px;
text-align: center;
  }

  .gen .swiper{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }

  .gen .swiper .swiper-wrapper {
   width: 200px;
 padding-bottom: 0px;
  }

    .gen .swiper img{
        width: 200px;
        height: 180px;
    }
        .gen .swiper  h3{
            height: 30px;
            font-family: Roboto, Roboto;
font-weight: 500;
font-size: 12px;
color: #150E39;
line-height: 30px;
text-align: center;
border-radius:  0 0 10px 10px;
            background: url('../imgs/green.png') no-repeat;
        background-size: 100% 100%;
        }

        .gen .swiper  p{
            font-family: Roboto, Roboto;
font-weight: 400;
font-size: 12px;
color: #5E6C80;
line-height: 16px;
text-align: center;
margin-top: 15px;
width: 90%;
        }
}

@media (min-width: 551px) {
  .nav-box {
    width: 100%;
    box-shadow: 0;
    background-color: #ffffff !important;
    position: fixed;
    z-index: 999;
  }

  .py-3 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .tit {
    font-size: 26px;
    font-weight: 900;
    padding-top: 28px;
    font-family: Roboto-Regular, Roboto;
    color: #232323;
  }

  .container-fluid {
    width: 80%;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 0;
    margin-bottom: 0px;
    font-family: Roboto-Regular, Roboto;
  }

  .navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
    margin-left: 10%;
  }

  .nav {
    padding-top: 5px;
    width: 80%;
    justify-content: space-between;
  }

  .nav-link {
    width: fit-content;
    font-size: 17px;
    color: #000;
    line-height: 3rem;
    border-bottom: 4px solid #fff;
  }

  .nav-pills .nav-link.active {
    background-color: #ffffff;
    color: #000;
  }

  .nav-link:focus,
  .nav-link:hover {
    color: #000;
  }

  .navbar .logoImg {
    width: 45px !important;
    height: 45px !important;
  }

  .navbar .titleImg {
    width: 60px !important;
    height: 18px !important;
  }

  .title-svg {
    height: 22px;
    margin-left: 15px;
  }

  .dropdown-toggle::after {
    border: none;
  }

  .dropdown-menu {
    border: none;
    inset: 70px -5px auto -10px !important;
    background: #ffffff;
    box-shadow: 0 2px 4px 0 #fff;
    border-radius: 10px;
    margin-top: 0;
    padding: 1.25rem 1.25rem 16px;
  }

  .dropdown-item {
    width: fit-content;
    border-bottom: 4px solid #ffffff;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 22px;
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0;
  }

  .dropdown-item:focus,
  .dropdown-item:hover {
    background: #ffffff;
    border-bottom: 4px solid #fff;
    color: #fff;
  }

  .dropdown-toggle img {
    width: 20px;
  }

   .bie {
    padding: 150px 5%;
    background: url("../imgs/banner.png") no-repeat;
    background-size: 100% 100%;
  }

  .pro {
    padding: 100px 5%;
    padding-top: 160px;
    background: url("../imgs/ballnoon.png") no-repeat;
    background-size: 100% 100%;
  }

  .co {
    padding: 120px 5%;
    background: url("../imgs/hand.png") no-repeat;
    background-size: 100% 100%;
  }

  .bie .box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    height: 316px;
  }

  .bie .box img {
    width: 60px;
  }

  .bie .box div {
    position: absolute;
    left: 80px;
    top: 60px;
  }

  .bie .box .con {
    position: relative;
    left: 0;
    top: 40px;
  }

  .bie .box h5 {
    font-family: Roboto, Roboto;
    font-weight: 900;
    font-size: 24px;
    color: #ffffff;
    line-height: 30px;
    text-align: center;
  }

  .bie .box h6 {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
    text-align: center;
    margin-top: 46px;
  }

  .bie h2 {
    font-family: Roboto, Roboto;
    font-weight: 900;
    font-size: 30px;
    color: #ffffff;
    line-height: 40px;
  }
  .bie p {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
    margin-top: 30px;
  }

  .bie h3 {
    width: 300px;
    font-family: Roboto, Roboto;
    font-weight: 900;
    font-size: 20px;
    color: #ffffff;
    line-height: 40px;
    position: absolute;
    left:  70px;
    top: 100px;
  }

  .fintech {
    padding: 60px 10%;
  }

  .fintech h2 {
    font-family: Roboto, Roboto;
    font-weight: 900;
    font-size: 18px;
    color: #150e39;
    line-height: 70px;
    height: 70px;
    padding-left: 20px;
    background: url("../imgs/transform.png") no-repeat;
    background-size: 990px 100%;
  }

  .fintech .digit {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }

  .fintech .digit div {
    border-radius: 30px;
    border: 2px solid #1dd7e3;
    padding: 30px 15px 30px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 390px;
    margin-bottom: 30px;
  }

  .fintech .digit div img {
    width: 80px;
    height: 80px;
  }
  .fintech .digit div h3 {
    font-family: Roboto, Roboto;
    font-weight: 500;
    font-size: 22px;
    color: #150e39;
    line-height: 36px;
    margin-top: 20px;
    background: url("../imgs/line.png") no-repeat 50% 0px;
    background-size: 118px 100%;
    padding-bottom: 10px;
  }

  .fintech .digit div p {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 18px;
    color: #5e6c80;
    line-height: 32px;
    text-align: center;
    margin-top: 10px;
  }
  .futuro {
    background: #f6fcfd;
    padding: 60px 0 60px 0;
  }
  .futuro h2 {
    font-family: Roboto, Roboto;
    font-weight: 900;
    font-size: 20px;
    color: #150e39;
    line-height: 36px;
    text-align: center;
  }

  .futuro .tech {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    margin-top: 74px;
    padding: 0 10%;
  }

  .futuro .tech .build {
    width: 350px;
    height: 400px;
  }

  .futuro .tech > div {
    width: 480px;
    margin-top: 30px;
  }

  .futuro .tech > div p {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 16px;
    color: #5e6c80;
    line-height: 26px;
  }

  .futuro .tech > div p:nth-of-type(2) {
    margin-top: 20px;
  }
  .futuro .tech .log {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 53px;
  }
  .futuro .log div {
    width: 180px;
    height: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .futuro .log > div img {
    width: 88px;
    height: 88px;
  }

  .futuro .log > div p {
    font-family: Roboto, Roboto;
    font-weight: 500;
    font-size: 18px;
    color: #150e39;
    line-height: 20px;
    text-align: center;
  }

  .que {
    padding: 60px 0 60px 0;
  }

  .que h2 {
    font-family: Roboto, Roboto;
    font-weight: 900;
    font-size: 20px;
    color: #150e39;
    line-height: 50px;
    text-align: center;
  }

  .que > div {
    margin-top: 20px;
    padding: 0 10%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .que > div div {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .que > div img {
    width: 150px;
    height: 150px;
  }
  .que > div h4 {
    font-family: Roboto, Roboto;
    font-weight: 500;
    font-size: 16px;
    color: #150e39;
    line-height: 30px;
    margin-top: 30px;
    text-align: center;
  }
  .que > div p {
    background: rgba(195, 247, 239, 0.11);
    border-radius: 20px;
    border: 1px solid #d9dada;
    padding: 28px 33px;
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 16px;
    color: #5e6c80;
    line-height: 24px;
    margin-top: 10px;
    width: 390px;
    height: 200px;
  }

  .bottom {
    padding: 80px 10%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    background: #131620;
    background: url('../imgs/foot.png') no-repeat!important;
    background-size: 100% 100%!important;
  }
  .bottom p a {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 18px;
    color: #b7b7b7;
    line-height: 21px;
    
  }

  .bottom div p:nth-of-type(1) a {
    font-weight: 400;
    font-size: 20px;
    color: #ffffff;
    line-height: 24px;
  }

  .bottom .lo {
    width: 50px;
    height: 50px;
    margin-bottom: 0;
  }

  .bottom .tit {
    width: 60px;
    margin-left: 10px;
    margin-top: -17px;
  }

  .reser {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 14px;
    color: #a2a3a7;
    line-height: 60px;
    height: 60px;
    text-align: center;
    background: rgb(26, 29, 38);
  }

  .cam {
    padding: 20px 10% 0px 10%;
  }

  .cam h2 {
    font-family: Roboto, Roboto;
    font-weight: 900;
    font-size: 24px;
    color: #150e39;
    line-height: 47px;
    text-align: center;
    padding-top: 40px;
  }

  .cam .phone {
    margin-top:30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }

  .cam .phone > div {
    width: 480px;
  }

  .cam .phone h4 {
    font-family: Roboto, Roboto;
    font-weight: 500;
    font-size: 26px;
    color: #150e39;
    line-height: 36px;
  }

  .cam .phone h5 {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 18px;
    color: #5e6c80;
    line-height: 30px;
    margin-top: 12px;
  }

  .cam .phone div div {
    margin-top: 29px;
  }

  .cam .phone p {
    margin-top: 29px;
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 18px;
    color: #150e39;
    line-height: 26px;
    padding-left: 44px;
    background: url("../imgs/true.png") no-repeat 0 0;
    background-size: 24px 24px;
  }

  .cam .phone img {
    width: 460px;
    height: 300px;
    margin: 20px 0;
  }

  .ele {
    margin-top: 80px;
    padding: 60px 10%;
    background: #f6fcfd;
  }
  .ele h2 {
    font-family: Roboto, Roboto;
    font-weight: 900;
    font-size: 24px;
    color: #150e39;
    line-height: 50px;
    text-align: center;
  }

  .ele > div {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
  }

  .ele > div div {
    display: flex;
    align-items: center;
    width: 500px;
    margin-top: 28px;
  }

  .ele > div div img {
    width: 60px;
  }

  .ele > div div p {
    font-family: Roboto, Roboto;
    font-weight: 500;
    font-size: 24px;
    color: #150e39;
    line-height: 36px;
    margin-left: 30px;
  }

  .innvo {
    padding: 60px 0;
  }

  .innvo h2 {
    font-family: Roboto, Roboto;
    font-weight: 900;
    font-size: 40px;
    color: #150e39;
    line-height: 50px;
    text-align: center;
  }

  
  .innvo .swiper{
      display: flex;
    justify-content: space-between;
    margin-top: 60px;
  }

  .innvo .swiper .swiper-wrapper {
    width: 180px;
    height: 140px;

}

  .innvo .swiper img{
    width: 180px;
    height: 140px;
  }


  .data {
    padding: 80px 5%;
  }

  .data h2 {
    font-family: Roboto, Roboto;
    font-weight: 900;
    font-size: 40px;
    color: #150e39;
    line-height: 47px;
    text-align: center;
  }

  .data h3 {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 22px;
    color: #5e6c80;
    line-height: 30px;
    text-align: center;
    margin-top: 45px;
  }

  .data .list {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }

  .data .list div {
    width: 350px;
    padding: 40px 0;
    background: #f6fcfd;
    border-radius: 20px;
    border: 2px solid #1dd7e3;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }

  .data .list div img {
    width: 100px;
  }

  .data .list div h4 {
    margin-top: 34px;
    font-family: Roboto, Roboto;
    font-weight: bold;
    font-size: 26px;
    color: #150e39;
    line-height: 38px;
  }

  .data .list div p {
    font-family: Roboto, Roboto;
    font-weight: 500;
    font-size: 20px;
    color: #5e6c80;
    line-height: 30px;
    margin-top: 28px;
  }

  .men {
    padding: 60px 10% 60px 10%;
    background: url("../imgs/talk.png") no-repeat;
    background-size: 100% 100%;
  }

  .men h2 {
    font-family: Roboto, Roboto;
    font-weight: 900;
    font-size: 24px;
    color: #ffffff;
    line-height: 50px;
    text-align: center;
  }

  .men h4 {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
    text-align: center;
    margin-top: 26px;
  }

  .men .form {
    background: #ffffff;
    border-radius: 40px;
    margin: 0 auto;
    margin-top: 76px;
    padding: 10px 50px 46px 50px;
    width: 100%;
    text-align: center;
    position: relative;
  }

  .men p {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 22px;
    color: #5e6c80;
    line-height: 25px;
    margin-top: 27px;
    margin-bottom: 18px;
    text-align: left;
  }

  .men textarea {
    width: 100%;
    height: 250px;
    background: #efefef;
    border-radius: 10px;
    border: none;
    outline: 0;
    padding: 20px;
    font-size: 24px;
  }

  .men input {
    width: 100%;
    height: 60px;
    background: #efefef;
    border-radius: 10px;
    border: none;
    outline: 0;
    padding: 0 20px;
    font-size: 24px;
    line-height: 36px;
    font-family: Roboto, Roboto;
    display: block;
  }

  .men button {
    width: 100%;
    height: 66px;
    background: linear-gradient(
      136deg,
      #69ff97 0%,
      rgba(0, 201, 249, 0.98) 100%
    );
    border-radius: 10px;
    margin-top: 40px;
    border: 0;
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 22px;
    color: #000000;
    line-height: 25px;
  }

  .toa {
    position: absolute;
    top: 110px;
    left: 50%;
    transform: translateX(-50%);
    width: 400px;
    height: 190px;
    background: #fff url("../imgs/gou.png") no-repeat 180px 40px;
    background-size: 50px;
    box-shadow: 0px 2px 10px 0px rgba(219, 219, 219, 0.5);
    border-radius: 20px;
    padding-top: 120px;
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 22px;
    color: #000000;
    line-height: 30px;
    text-align: center;
    display: none;
    z-index: 9999;
  }

   .gen{
    padding: 120px 5%;
    padding-bottom: 0;
  }
  .gen h2{
    font-family: Roboto, Roboto;
font-weight: 900;
font-size: 40px;
color: #150E39;
line-height: 50px;
text-align: center;
  }

  .gen .swiper{
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
  }

  .gen .swiper .swiper-wrapper {
   width: 300px;
   height: 500px;
  }

    .gen .swiper img{
        width: 300px;
        height: 280px;
    }
        .gen .swiper  h3{
            height: 58px;
            font-family: Roboto, Roboto;
font-weight: 500;
font-size: 14px;
color: #150E39;
line-height: 58px;
text-align: center;
border-radius:  0 0 10px 10px;
        background: url('../imgs/green.png') no-repeat!important;
        background-size: 100% 100%!important;
        }

        .gen .swiper  p{
            font-family: Roboto, Roboto;
font-weight: 400;
font-size: 14px;
color: #5E6C80;
line-height: 24px;
text-align: center;
margin-top: 50px;
width: 90%;
        }
}

@media (min-width: 992px) {
  .nav-box {
    width: 100%;

    background-color: #ffffff !important;
  }

  .py-3 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .tit {
    font-size: 28px;
    font-weight: 900;
    padding-top: 17.5px;
    font-family: Roboto-Regular, Roboto;
    color: #232323;
  }

  .container-fluid {
    width: 80%;
    margin: auto;
    height: 60px !important;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Roboto-Regular, Roboto;
  }

  .navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
    margin-left: 5%;
  }

  .nav {
    width: 75%;
    justify-content: space-between;
  }

  .nav-link {
    font-size: 18px !important;
    color: #000;
    line-height: 0.6rem;
    border-bottom: 4px solid #fff;
  }

  .nav-link:focus,
  .nav-link:hover {
    color: #000;
  }

  .navbar .logoImg {
    width: 66px;
    height: 66px;
  }

  .title-svg {
    height: 20px;
    margin-left: 15px;
  }

  .dropdown-toggle::after {
    border: none;
  }

  .dropdown-menu {
    border: none;
    width: 230px;
    margin-left: -50px;
    inset: 70px -5px auto -10px !important;
    background: #ffffff;
    box-shadow: 0 2px 4px 0 #fff;
    border-radius: 10px;
    margin-top: 0;
    padding: 1.25rem 1.25rem 16px;
  }

  .dropdown-item {
    width: fit-content;
    border-bottom: 4px solid #ffffff;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 22px;
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0;
  }

  .dropdown-item:focus,
  .dropdown-item:hover {
    background: #ffffff;
    border-bottom: 4px solid #fff;

    color: #fff;
  }

  .dropdown-toggle img {
    width: 20px;
  }
   .bie {
    padding: 200px 5%;
    background: url("../imgs/banner.png") no-repeat;
    background-size: 100% 100%;
  }

  .pro {
    padding: 200px 5%;
    background: url("../imgs/ballnoon.png") no-repeat;
    background-size: 100% 100%;
  }

  .co {
    padding: 200px 5%;
    background: url("../imgs/hand.png") no-repeat;
    background-size: 100% 100%;
  }

  .bie .box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    height: 316px;
  }

  .bie .box img {
    width: 70px;
  }

  .bie .box div {
    position: absolute;
    left: 150px;
    top: 0;
  }

  .bie .box .con {
    position: relative;
    left: 0;
    top: 5px;
  }

  .bie .box h5 {
    font-family: Roboto, Roboto;
    font-weight: 900;
    font-size: 40px;
    color: #ffffff;
    line-height: 80px;
    text-align: center;
  }

  .bie .box h6 {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 20px;
    color: #ffffff;
    line-height: 48px;
    text-align: center;
    margin-top: 46px;
  }

  .bie h2 {
    font-family: Roboto, Roboto;
    font-weight: 900;
    font-size: 50px;
    color: #ffffff;
    line-height: 90px;
  }
  .bie p {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
    margin-top: 40px;
  }

  .bie h3 {
    width: 500px;
    font-family: Roboto, Roboto;
    font-weight: 900;
    font-size: 40px;
    color: #ffffff;
    line-height: 80px;
    position: absolute;
    left: 100px;
    top: 0;
  }

  .fintech {
    padding: 60px 10%;
  }

  .fintech h2 {
    font-family: Roboto, Roboto;
    font-weight: 900;
    font-size: 30px;
    color: #150e39;
    line-height: 70px;
    height: 70px;
    padding-left: 20px;
    background: url("../imgs/transform.png") no-repeat;
    background-size: 990px 100%;
  }

  .fintech .digit {
    margin-top: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }

  .fintech .digit div {
    border-radius: 30px;
    border: 2px solid #1dd7e3;
    padding: 85px 15px 85px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 390px;
    margin-bottom: 30px;
  }

  .fintech .digit div img {
    width: 118px;
    height: 118px;
  }
  .fintech .digit div h3 {
    font-family: Roboto, Roboto;
    font-weight: 500;
    font-size: 22px;
    color: #150e39;
    line-height: 36px;
    margin-top: 30px;
    background: url("../imgs/line.png") no-repeat 50% 0px;
    background-size: 118px 100%;
    padding-bottom: 10px;
  }

  .fintech .digit div p {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 18px;
    color: #5e6c80;
    line-height: 32px;
    text-align: center;
    margin-top: 30px;
  }
  .futuro {
    background: #f6fcfd;
    padding: 60px 0 60px 0;
  }
  .futuro h2 {
    font-family: Roboto, Roboto;
    font-weight: 900;
    font-size: 30px;
    color: #150e39;
    line-height: 50px;
    text-align: center;
  }

  .futuro .tech {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    margin-top: 74px;
    padding: 0 10%;
  }

  .futuro .tech .build {
    width: 400px;
    height: 500px;
  }

  .futuro .tech > div {
    width: 620px;
    margin-top: 30px;
  }

  .futuro .tech > div p {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 16px;
    color: #5e6c80;
    line-height: 26px;
  }

  .futuro .tech > div p:nth-of-type(2) {
    margin-top: 20px;
  }
  .futuro .tech .log {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 53px;
  }
  .futuro .log div {
    width: 180px;
    height: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .futuro .log > div img {
    width: 88px;
    height: 88px;
  }

  .futuro .log > div p {
    font-family: Roboto, Roboto;
    font-weight: 500;
    font-size: 18px;
    color: #150e39;
    line-height: 20px;
    text-align: center;
  }

  .que {
    padding: 60px 0 100px 0;
  }

  .que h2 {
    font-family: Roboto, Roboto;
    font-weight: 900;
    font-size: 30px;
    color: #150e39;
    line-height: 50px;
    text-align: center;
  }

  .que > div {
    margin-top: 66px;
    padding: 0 10%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .que > div div {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .que > div img {
    width: 150px;
    height: 150px;
  }
  .que > div h4 {
    font-family: Roboto, Roboto;
    font-weight: 500;
    font-size: 16px;
    color: #150e39;
    line-height: 30px;
    margin-top: 30px;
    text-align: center;
  }
  .que > div p {
    background: rgba(195, 247, 239, 0.11);
    border-radius: 20px;
    border: 1px solid #d9dada;
    padding: 28px 33px;
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 16px;
    color: #5e6c80;
    line-height: 24px;
    margin-top: 46px;
    width: 250px;
    height: 360px;
  }

  .bottom {
    padding: 80px 10%;
    display: flex;
    justify-content: space-between;
    background: #131620;
    flex-wrap: nowrap;
  }
  .bottom p a {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 18px;
    color: #b7b7b7;
    line-height: 21px;
    
  }

  .bottom div p:nth-of-type(1) a {
    font-weight: 400;
    font-size: 20px;
    color: #ffffff;
    line-height: 24px;
  }

  .bottom .lo {
    width: 50px;
    height: 50px;
  }

  .bottom .tit {
    width: 60px;
    margin-left: 10px;
    margin-top: -17px;
  }

  .reser {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 16px;
    color: #a2a3a7;
    line-height: 80px;
    height: 80px;
    text-align: center;
    background: rgb(26, 29, 38);
  }

  .cam {
    padding: 20px 10% 0px 10%;
  }

  .cam h2 {
    font-family: Roboto, Roboto;
    font-weight: 900;
    font-size: 40px;
    color: #150e39;
    line-height: 47px;
    text-align: center;
    padding-top: 40px;
  }

  .cam .phone {
    margin-top:30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }

  .cam .phone > div {
    width: 555px;
  }

  .cam .phone h4 {
    font-family: Roboto, Roboto;
    font-weight: 500;
    font-size: 26px;
    color: #150e39;
    line-height: 36px;
  }

  .cam .phone h5 {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 18px;
    color: #5e6c80;
    line-height: 30px;
    margin-top: 12px;
  }

  .cam .phone div div {
    margin-top: 29px;
  }

  .cam .phone p {
    margin-top: 29px;
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 18px;
    color: #150e39;
    line-height: 26px;
    padding-left: 44px;
    background: url("../imgs/true.png") no-repeat 0 0;
    background-size: 24px 24px;
  }

  .cam .phone img {
    width: 500px;
    margin: 20px 0;
  }

  .ele {
    margin-top: 80px;
    padding: 78px 10%;
    background: #f6fcfd;
  }
  .ele h2 {
    font-family: Roboto, Roboto;
    font-weight: 900;
    font-size: 30px;
    color: #150e39;
    line-height: 50px;
    text-align: center;
  }

  .ele > div {
    margin-top: 46px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
  }

  .ele > div div {
    display: flex;
    align-items: center;
    width: 500px;
    margin-top: 28px;
  }

  .ele > div div img {
    width: 88px;
  }

  .ele > div div p {
    font-family: Roboto, Roboto;
    font-weight: 500;
    font-size: 24px;
    color: #150e39;
    line-height: 36px;
    margin-left: 30px;
  }

  .innvo {
    padding: 120px 0;
  }

  .innvo h2 {
    font-family: Roboto, Roboto;
    font-weight: 900;
    font-size: 40px;
    color: #150e39;
    line-height: 50px;
    text-align: center;
  }

  .innvo .swiper{
      display: flex;
    justify-content: space-between;
    margin-top: 60px;
  }

  .innvo  .swiper .swiper-wrapper {
    width: 280px;
    height: 240px;

}

  .innvo .swiper img{
    width: 280px;
    height: 240px;
  }

  .data {
    padding: 80px 5%;
  }

  .data h2 {
    font-family: Roboto, Roboto;
    font-weight: 900;
    font-size: 40px;
    color: #150e39;
    line-height: 47px;
    text-align: center;
  }

  .data h3 {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 22px;
    color: #5e6c80;
    line-height: 30px;
    text-align: center;
    margin-top: 45px;
  }

  .data .list {
    margin-top: 60px;
    flex-direction: row;
    display: flex;
    justify-content: space-between;
  }

  .data .list div {
    width: 280px;
    padding: 60px 0;
    background: #f6fcfd;
    border-radius: 20px;
    border: 2px solid #1dd7e3;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
  }

  .data .list div img {
    width: 100px;
  }

  .data .list div h4 {
    margin-top: 34px;
    font-family: Roboto, Roboto;
    font-weight: bold;
    font-size: 26px;
    color: #150e39;
    line-height: 38px;
  }

  .data .list div p {
    font-family: Roboto, Roboto;
    font-weight: 500;
    font-size: 20px;
    color: #5e6c80;
    line-height: 30px;
    margin-top: 28px;
  }

  .men {
    padding: 98px 15% 108px 15%;
    background: url("../imgs/talk.png") no-repeat;
    background-size: 100% 100%;
  }

  .men h2 {
    font-family: Roboto, Roboto;
    font-weight: 900;
    font-size: 40px;
    color: #ffffff;
    line-height: 50px;
    text-align: center;
  }

  .men h4 {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 26px;
    color: #ffffff;
    line-height: 36px;
    text-align: center;
    margin-top: 26px;
  }

  .men .form {
    background: #ffffff;
    border-radius: 40px;
    margin: 0 auto;
    margin-top: 76px;
    padding: 10px 50px 46px 50px;
    width: 800px;
    text-align: center;
    position: relative;
  }

  .men p {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 22px;
    color: #5e6c80;
    line-height: 25px;
    margin-top: 27px;
    margin-bottom: 18px;
  }

  .men textarea {
    width: 100%;
    height: 250px;
    background: #efefef;
    border-radius: 10px;
    border: none;
    outline: 0;
    padding: 20px;
    font-size: 24px;
  }

  .men input {
    width: 100%;
    height: 88px;
    background: #efefef;
    border-radius: 10px;
    border: none;
    outline: 0;
    padding: 0 20px;
    font-size: 24px;
    line-height: 36px;
    font-family: Roboto, Roboto;
    display: block;
  }

  .men button {
    width: 400px;
    height: 66px;
    background: linear-gradient(
      136deg,
      #69ff97 0%,
      rgba(0, 201, 249, 0.98) 100%
    );
    border-radius: 10px;
    margin-top: 40px;
    border: 0;
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 22px;
    color: #000000;
    line-height: 25px;
  }

  .toa {
    position: absolute;
    top: 110px;
    left: 50%;
    transform: translateX(-50%);
    width: 500px;
    height: 190px;
    background: #fff url("../imgs/gou.png") no-repeat 225px 40px;
    background-size: 50px;
    box-shadow: 0px 2px 10px 0px rgba(219, 219, 219, 0.5);
    border-radius: 20px;
    padding-top: 120px;
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 26px;
    color: #000000;
    line-height: 30px;
    text-align: center;
    display: none;
    z-index: 9999;
  }
   .gen{
    padding: 120px 5%;
    padding-bottom: 0;
  }
  .gen h2{
    font-family: Roboto, Roboto;
font-weight: 900;
font-size: 40px;
color: #150E39;
line-height: 50px;
text-align: center;
  }

  .gen .swiper{
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
  }

  .gen .swiper .swiper-wrapper {
   width: 31.5%;
   height: 700px;
  }

    .gen .swiper img{
        width: 100%;
        height: 300px;
    }
        .gen .swiper  h3{
            height: 58px;
            font-family: Roboto, Roboto;
font-weight: 500;
font-size: 14px;
color: #150E39;
line-height: 58px;
text-align: center;
border-radius:  0 0 10px 10px;
        background: linear-gradient( 180deg, #69FF97 0%, rgba(0,201,249,0.98) 100%);
        }

        .gen .swiper  p{
            font-family: Roboto, Roboto;
font-weight: 400;
font-size: 14px;
color: #5E6C80;
line-height: 24px;
text-align: center;
margin-top: 50px;
width: 90%;
        }
}

@media (min-width: 1024px) {
  .nav-box {
    width: 100%;

    background-color: #ffffff !important;
  }

  .py-3 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .container-fluid {
    width: 80%;
    margin: auto;
    height: 80px;
    font-family: Roboto-Regular, Roboto;
  }

  .navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
    margin-left: 5%;
  }

  .nav {
    width: 70%;
    justify-content: space-between;
  }

  .nav-link {
    font-size: 19px;
    color: #000;
    line-height: 0.6rem;
    border-bottom: 4px solid #fff;
  }

  .nav-link:focus,
  .nav-link:hover {
    color: #000;
  }

  .navbar .logoImg {
    width: 130px;
    height: 30px;
  }

  .title-svg {
    height: 20px;
    margin-left: 15px;
  }

  .dropdown-toggle::after {
    border: none;
  }

  .dropdown-menu {
    border: none;
    width: 230px;
    margin-left: -50px;
    inset: 70px -5px auto -10px !important;
    background: #ffffff;
    box-shadow: 0;
    border-radius: 10px;
    margin-top: 0;
    padding: 1.25rem 1.25rem 16px;
  }

  .dropdown-item {
    width: fit-content;
    border-bottom: 4px solid #ffffff;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 22px;
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0;
  }

  .dropdown-item:focus,
  .dropdown-item:hover {
    background: #ffffff;
    border-bottom: 4px solid #fff;

    color: #fff;
  }

  .dropdown-toggle img {
    width: 20px;
  }

   .bie {
    padding: 200px 5%;
    background: url("../imgs/banner.png") no-repeat;
    background-size: 100% 100%;
  }

  .pro {
    padding: 200px 5%;
    background: url("../imgs/ballnoon.png") no-repeat;
    background-size: 100% 100%;
  }

  .co {
    padding: 200px 5%;
    background: url("../imgs/hand.png") no-repeat;
    background-size: 100% 100%;
  }

  .bie .box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    height: 316px;
  }

  .bie .box img {
    width: 70px;
  }

  .bie .box div {
    position: absolute;
    left: 150px;
    top: 0;
  }

  .bie .box .con {
    position: relative;
    left: 0;
    top: 5px;
  }

  .bie .box h5 {
    font-family: Roboto, Roboto;
    font-weight: 900;
    font-size: 40px;
    color: #ffffff;
    line-height: 80px;
    text-align: center;
  }

  .bie .box h6 {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 20px;
    color: #ffffff;
    line-height: 48px;
    text-align: center;
    margin-top: 46px;
  }

  .bie h2 {
    font-family: Roboto, Roboto;
    font-weight: 900;
    font-size: 50px;
    color: #ffffff;
    line-height: 90px;
  }
  .bie p {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 17px;
    color: #ffffff;
    line-height: 30px;
    margin-top: 40px;
  }

  .bie h3 {
    width: 500px;
    font-family: Roboto, Roboto;
    font-weight: 900;
    font-size: 40px;
    color: #ffffff;
    line-height: 80px;
    position: absolute;
    left: 100px;
    top: 0;
  }

  .fintech {
    padding: 60px 10%;
  }

  .fintech h2 {
    font-family: Roboto, Roboto;
    font-weight: 900;
    font-size: 30px;
    color: #150e39;
    line-height: 70px;
    height: 70px;
    padding-left: 20px;
    background: url("../imgs/transform.png") no-repeat;
    background-size: 990px 100%;
  }

  .fintech .digit {
    margin-top: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }

  .fintech .digit div {
    border-radius: 30px;
    border: 2px solid #1dd7e3;
    padding: 85px 15px 85px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 390px;
    margin-bottom: 30px;
  }

  .fintech .digit div img {
    width: 118px;
    height: 118px;
  }
  .fintech .digit div h3 {
    font-family: Roboto, Roboto;
    font-weight: 500;
    font-size: 22px;
    color: #150e39;
    line-height: 36px;
    margin-top: 30px;
    background: url("../imgs/line.png") no-repeat 50% 0px;
    background-size: 118px 100%;
    padding-bottom: 10px;
  }

  .fintech .digit div p {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 18px;
    color: #5e6c80;
    line-height: 32px;
    text-align: center;
    margin-top: 30px;
  }
  .futuro {
    background: #f6fcfd;
    padding: 60px 0 60px 0;
  }
  .futuro h2 {
    font-family: Roboto, Roboto;
    font-weight: 900;
    font-size: 30px;
    color: #150e39;
    line-height: 50px;
    text-align: center;
  }

  .futuro .tech {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    margin-top: 74px;
    padding: 0 10%;
  }

  .futuro .tech .build {
    width: 400px;
    height: 500px;
  }

  .futuro .tech > div {
    width: 620px;
    margin-top: 30px;
  }

  .futuro .tech > div p {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 16px;
    color: #5e6c80;
    line-height: 26px;
  }

  .futuro .tech > div p:nth-of-type(2) {
    margin-top: 20px;
  }
  .futuro .tech .log {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 53px;
  }
  .futuro .log div {
    width: 180px;
    height: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .futuro .log > div img {
    width: 88px;
    height: 88px;
  }

  .futuro .log > div p {
    font-family: Roboto, Roboto;
    font-weight: 500;
    font-size: 18px;
    color: #150e39;
    line-height: 20px;
    text-align: center;
  }

  .que {
    padding: 60px 0 100px 0;
  }

  .que h2 {
    font-family: Roboto, Roboto;
    font-weight: 900;
    font-size: 30px;
    color: #150e39;
    line-height: 50px;
    text-align: center;
  }

  .que > div {
    margin-top: 66px;
    padding: 0 10%;
    display: flex;
    justify-content: space-between;
  }

  .que > div div {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .que > div img {
    width: 150px;
    height: 150px;
  }
  .que > div h4 {
    font-family: Roboto, Roboto;
    font-weight: 500;
    font-size: 16px;
    color: #150e39;
    line-height: 30px;
    margin-top: 30px;
    text-align: center;
  }
  .que > div p {
    background: rgba(195, 247, 239, 0.11);
    border-radius: 20px;
    border: 1px solid #d9dada;
    padding: 28px 33px;
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 16px;
    color: #5e6c80;
    line-height: 24px;
    margin-top: 46px;
    width: 260px;
    height: 320px;
  }

  .bottom {
    padding: 80px 10%;
    display: flex;
    justify-content: space-between;
    background: #131620;
  }
  .bottom p a {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 18px;
    color: #b7b7b7;
    line-height: 21px;
    
  }

  .bottom div p:nth-of-type(1) a {
    font-weight: 400;
    font-size: 20px;
    color: #ffffff;
    line-height: 24px;
  }

  .bottom .lo {
    width: 50px;
    height: 50px;
  }

  .bottom .tit {
    width: 60px;
    margin-left: 10px;
    margin-top: -17px;
  }

  .reser {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 16px;
    color: #a2a3a7;
    line-height: 80px;
    height: 80px;
    text-align: center;
    background: rgb(26, 29, 38);
  }

  .cam {
    padding: 20px 10% 0px 10%;
  }

  .cam h2 {
    font-family: Roboto, Roboto;
    font-weight: 900;
    font-size: 40px;
    color: #150e39;
    line-height: 47px;
    text-align: center;
    padding-top: 40px;
  }

  .cam .phone {
    margin-top:30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }

  .cam .phone > div {
    width: 555px;
  }

  .cam .phone h4 {
    font-family: Roboto, Roboto;
    font-weight: 500;
    font-size: 26px;
    color: #150e39;
    line-height: 36px;
  }

  .cam .phone h5 {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 18px;
    color: #5e6c80;
    line-height: 30px;
    margin-top: 12px;
  }

  .cam .phone div div {
    margin-top: 29px;
  }

  .cam .phone p {
    margin-top: 29px;
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 18px;
    color: #150e39;
    line-height: 26px;
    padding-left: 44px;
    background: url("../imgs/true.png") no-repeat 0 0;
    background-size: 24px 24px;
  }

  .cam .phone img {
    width: 500px;
    margin: 20px 0;
  }

  .ele {
    margin-top: 80px;
    padding: 78px 10%;
    background: #f6fcfd;
  }
  .ele h2 {
    font-family: Roboto, Roboto;
    font-weight: 900;
    font-size: 30px;
    color: #150e39;
    line-height: 50px;
    text-align: center;
  }

  .ele > div {
    margin-top: 46px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
  }

  .ele > div div {
    display: flex;
    align-items: center;
    width: 500px;
    margin-top: 28px;
  }

  .ele > div div img {
    width: 88px;
  }

  .ele > div div p {
    font-family: Roboto, Roboto;
    font-weight: 500;
    font-size: 24px;
    color: #150e39;
    line-height: 36px;
    margin-left: 30px;
  }

  .innvo {
    padding: 120px 0;
  }

  
  .innvo .swiper{
      display: flex;
    justify-content: space-between;
    margin-top: 60px;
  }

  .innvo .swiper .swiper-wrapper {
    width: 300px;
    height: 260px;

}

  .innvo .swiper img{
    width: 300px;
    height: 260px;
  }


  .innvo h2 {
    font-family: Roboto, Roboto;
    font-weight: 900;
    font-size: 40px;
    color: #150e39;
    line-height: 50px;
    text-align: center;
  }

  .data {
    padding: 80px 5%;
  }

  .data h2 {
    font-family: Roboto, Roboto;
    font-weight: 900;
    font-size: 40px;
    color: #150e39;
    line-height: 47px;
    text-align: center;
  }

  .data h3 {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 22px;
    color: #5e6c80;
    line-height: 30px;
    text-align: center;
    margin-top: 45px;
  }

  .data .list {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
  }

  .data .list div {
    width: 290px;
    padding: 60px 0;
    background: #f6fcfd;
    border-radius: 20px;
    border: 2px solid #1dd7e3;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .data .list div img {
    width: 100px;
  }

  .data .list div h4 {
    margin-top: 34px;
    font-family: Roboto, Roboto;
    font-weight: bold;
    font-size: 26px;
    color: #150e39;
    line-height: 38px;
  }

  .data .list div p {
    font-family: Roboto, Roboto;
    font-weight: 500;
    font-size: 20px;
    color: #5e6c80;
    line-height: 30px;
    margin-top: 28px;
  }

  .men {
    padding: 98px 15% 108px 15%;
    background: url("../imgs/talk.png") no-repeat;
    background-size: 100% 100%;
  }

  .men h2 {
    font-family: Roboto, Roboto;
    font-weight: 900;
    font-size: 40px;
    color: #ffffff;
    line-height: 50px;
    text-align: center;
  }

  .men h4 {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 26px;
    color: #ffffff;
    line-height: 36px;
    text-align: center;
    margin-top: 26px;
  }

  .men .form {
    background: #ffffff;
    border-radius: 40px;
    margin: 0 auto;
    margin-top: 76px;
    padding: 10px 50px 46px 50px;
    width: 800px;
    text-align: center;
    position: relative;
  }

  .men p {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 22px;
    color: #5e6c80;
    line-height: 25px;
    margin-top: 27px;
    margin-bottom: 18px;
  }

  .men textarea {
    width: 100%;
    height: 250px;
    background: #efefef;
    border-radius: 10px;
    border: none;
    outline: 0;
    padding: 20px;
    font-size: 24px;
  }

  .men input {
    width: 100%;
    height: 88px;
    background: #efefef;
    border-radius: 10px;
    border: none;
    outline: 0;
    padding: 0 20px;
    font-size: 24px;
    line-height: 36px;
    font-family: Roboto, Roboto;
    display: block;
  }

  .men button {
    width: 400px;
    height: 66px;
    background: linear-gradient(
      136deg,
      #69ff97 0%,
      rgba(0, 201, 249, 0.98) 100%
    );
    border-radius: 10px;
    margin-top: 40px;
    border: 0;
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 22px;
    color: #000000;
    line-height: 25px;
  }

  .toa {
    position: absolute;
    top: 110px;
    left: 50%;
    transform: translateX(-50%);
    width: 500px;
    height: 190px;
    background: #fff url("../imgs/gou.png") no-repeat 225px 40px;
    background-size: 50px;
    box-shadow: 0px 2px 10px 0px rgba(219, 219, 219, 0.5);
    border-radius: 20px;
    padding-top: 120px;
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 26px;
    color: #000000;
    line-height: 30px;
    text-align: center;
    display: none;
    z-index: 9999;
  }

   .gen{
    padding: 120px 5%;
    padding-bottom: 0;
  }
  .gen h2{
    font-family: Roboto, Roboto;
font-weight: 900;
font-size: 40px;
color: #150E39;
line-height: 50px;
text-align: center;
  }

  .gen .swiper{
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
  }

  .gen .swiper .swiper-wrapper {
   width: 31.5%;
   height: 600px;
  }

    .gen .swiper img{
        width: 100%;
        height: 300px;
    }
        .gen .swiper  h3{
            height: 58px;
            font-family: Roboto, Roboto;
font-weight: 500;
font-size: 14px;
color: #150E39;
line-height: 58px;
text-align: center;
border-radius:  0 0 10px 10px;
        background: linear-gradient( 180deg, #69FF97 0%, rgba(0,201,249,0.98) 100%);
        }

        .gen .swiper  p{
            font-family: Roboto, Roboto;
font-weight: 400;
font-size: 14px;
color: #5E6C80;
line-height: 24px;
text-align: center;
margin-top: 50px;
width: 90%;
        }
}

@media (min-width: 1366px) {
  .nav-box {
    width: 100%;
    background-color: #ffffff !important;
  }

  .py-3 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .container-fluid {
    width: 70%;
    margin: auto;
    height: 80px;
    font-family: Roboto-Regular, Roboto;
  }

  .navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
    margin-left: 10%;
  }

  .nav {
    width: 60%;
    justify-content: space-between;
  }

  .nav-link {
    font-size: 20px;
    color: #000;
    line-height: 0.6rem;
    border-bottom: 4px solid #fff;
  }

  .nav-link:focus,
  .nav-link:hover {
    color: #000;
  }

  .navbar .logoImg {
    width: 150px;
    height: 32px;
  }

  .title-svg {
    height: 20px;
    margin-left: 20px;
  }

  .dropdown-toggle::after {
    border: none;
  }

  .dropdown-menu {
    width: 230px;
    border: none;
    inset: 70px -5px auto -10px !important;
    background: #ffffff;
    box-shadow: 0;
    border-radius: 10px;
    margin-top: 0;
    padding: 1.25rem 1.25rem 16px;
  }

  .dropdown-item {
    width: fit-content;
    border-bottom: 4px solid #ffffff;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 22px;
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0;
  }

  .dropdown-item:focus,
  .dropdown-item:hover {
    background: #ffffff;
    border-bottom: 4px solid #fff;
    color: #fff;
  }

  .dropdown-toggle img {
    width: 20px;
  }

   .bie {
    padding: 318px 10%;
    background: url("../imgs/banner.png") no-repeat;
    background-size: 100% 100%;
  }

  .pro {
    padding: 315px 10%;
    background: url("../imgs/ballnoon.png") no-repeat;
    background-size: 100% 100%;
  }

  .co {
    padding: 325px 10%;
    background: url("../imgs/hand.png") no-repeat;
    background-size: 100% 100%;
  }

  .bie .box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    height: 316px;
  }

  .bie .box img {
    width: 88px;
    height: 88px;
  }

  .bie .box div {
    position: absolute;
    left: 150px;
    top: 0;
  }

  .bie .box .con {
    position: relative;
    left: 0;
    top: 5px;
  }

  .bie .box h5 {
    font-family: Roboto, Roboto;
    font-weight: 900;
    font-size: 56px;
    color: #ffffff;
    line-height: 80px;
    text-align: center;
  }

  .bie .box h6 {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 24px;
    color: #ffffff;
    line-height: 48px;
    text-align: center;
    margin-top: 46px;
  }

  .bie h2 {
    font-family: Roboto, Roboto;
    font-weight: 900;
    font-size: 70px;
    color: #ffffff;
    line-height: 90px;
  }
  .bie p {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 24px;
    color: #ffffff;
    line-height: 48px;
    margin-top: 40px;
  }

  .bie h3 {
    width: 500px;
    font-family: Roboto, Roboto;
    font-weight: 900;
    font-size: 50px;
    color: #ffffff;
    line-height: 80px;
    position: absolute;
    left: 185px;
    top: 0;
  }

  .fintech {
    padding: 95px 10%;
  }

  .fintech h2 {
    font-family: Roboto, Roboto;
    font-weight: 900;
    font-size: 38px;
    color: #150e39;
    line-height: 70px;
    height: 70px;
    padding-left: 20px;
    background: url("../imgs/transform.png") no-repeat;
    background-size: 990px 100%;
  }

  .fintech .digit {
    margin-top: 90px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }

  .fintech .digit div {
    border-radius: 30px;
    border: 2px solid #1dd7e3;
    padding: 85px 15px 85px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 350px;
    margin-bottom: 0;
  }

  .fintech .digit div img {
    width: 118px;
    height: 118px;
  }
  .fintech .digit div h3 {
    font-family: Roboto, Roboto;
    font-weight: 500;
    font-size: 22px;
    color: #150e39;
    line-height: 36px;
    margin-top: 30px;
    background: url("../imgs/line.png") no-repeat 50% 0px;
    background-size: 118px 100%;
    padding-bottom: 10px;
  }

  .fintech .digit div p {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 18px;
    color: #5e6c80;
    line-height: 32px;
    text-align: center;
    margin-top: 30px;
  }
  .futuro {
    background: #f6fcfd;
    padding: 91px 0 120px 0;
  }
  .futuro h2 {
    font-family: Roboto, Roboto;
    font-weight: 900;
    font-size: 40px;
    color: #150e39;
    line-height: 50px;
    text-align: center;
  }

  .futuro .tech {
    display: flex;
    justify-content: space-between;
    margin-top: 74px;
    padding: 0 10%;
    flex-direction: row;
  }

  .futuro .tech .build {
    width: 440px;
    height: 600px;
  }

  .futuro .tech > div {
    width: 620px;
    margin-top: 0;
  }

  .futuro .tech > div p {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 16px;
    color: #5e6c80;
    line-height: 26px;
  }

  .futuro .tech > div p:nth-of-type(2) {
    margin-top: 20px;
  }
  .futuro .tech .log {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 53px;
  }
  .futuro .log div {
    width: 180px;
    height: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .futuro .log > div img {
    width: 88px;
    height: 88px;
  }

  .futuro .log > div p {
    font-family: Roboto, Roboto;
    font-weight: 500;
    font-size: 18px;
    color: #150e39;
    line-height: 20px;
    text-align: center;
  }

  .que {
    padding: 60px 0 100px 0;
  }

  .que h2 {
    font-family: Roboto, Roboto;
    font-weight: 900;
    font-size: 40px;
    color: #150e39;
    line-height: 50px;
    text-align: center;
  }

  .que > div {
    margin-top: 66px;
    padding: 0 10%;
    display: flex;
    justify-content: space-between;
  }

  .que > div div {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .que > div img {
    width: 150px;
    height: 150px;
  }
  .que > div h4 {
    font-family: Roboto, Roboto;
    font-weight: 500;
    font-size: 22px;
    color: #150e39;
    line-height: 30px;
    margin-top: 30px;
    text-align: center;
  }
  .que > div p {
    background: rgba(195, 247, 239, 0.11);
    border-radius: 20px;
    border: 1px solid #d9dada;
    padding: 28px 33px;
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 16px;
    color: #5e6c80;
    line-height: 24px;
    margin-top: 46px;
    width: 350px;
    height: 220px;
  }

  .bottom {
    padding: 80px 10%;
    display: flex;
    justify-content: space-between;
    background: #131620;
  }
  .bottom p a {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 18px;
    color: #b7b7b7;
    line-height: 21px;
    
  }

  .bottom div p:nth-of-type(1) a {
    font-weight: 400;
    font-size: 20px;
    color: #ffffff;
    line-height: 24px;
  }

  .bottom .lo {
    width: 66px;
    height: 66px;
  }

  .bottom .tit {
    width: 80px;
    margin-left: 20px;
    margin-top: -17px;
  }

  .reser {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 16px;
    color: #a2a3a7;
    line-height: 80px;
    height: 80px;
    text-align: center;
    background: rgb(26, 29, 38);
  }

  .cam {
    padding: 50px 10% 50px 10%;
  }

  .cam h2 {
    font-family: Roboto, Roboto;
    font-weight: 900;
    font-size: 40px;
    color: #150e39;
    line-height: 47px;
    text-align: center;
    padding-top: 40px;
  }

  .cam .phone {
    margin-top: 80px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .cam .phone > div {
    width: 555px;
  }

  .cam .phone h4 {
    font-family: Roboto, Roboto;
    font-weight: 500;
    font-size: 26px;
    color: #150e39;
    line-height: 36px;
  }

  .cam .phone h5 {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 18px;
    color: #5e6c80;
    line-height: 30px;
    margin-top: 12px;
  }

  .cam .phone div div {
    margin-top: 29px;
  }

  .cam .phone p {
    margin-top: 29px;
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 18px;
    color: #150e39;
    line-height: 26px;
    padding-left: 44px;
    background: url("../imgs/true.png") no-repeat 0 0;
    background-size: 24px 24px;
  }

  .cam .phone img {
    width: 500px;
  }

  .ele {
    margin-top: 80px;
    padding: 78px 10%;
    background: #f6fcfd;
  }
  .ele h2 {
    font-family: Roboto, Roboto;
    font-weight: 900;
    font-size: 40px;
    color: #150e39;
    line-height: 50px;
    text-align: center;
  }

  .ele > div {
    margin-top: 46px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .ele > div div {
    display: flex;
    align-items: center;
    width: 500px;
    margin-top: 28px;
  }

  .ele > div div img {
    width: 88px;
  }

  .ele > div div p {
    font-family: Roboto, Roboto;
    font-weight: 500;
    font-size: 24px;
    color: #150e39;
    line-height: 36px;
    margin-left: 30px;
  }

  .innvo {
    padding: 120px 0;
  }

  .innvo .swiper{
      display: flex;
    justify-content: space-between;
    margin-top: 60px;
  }

  .innvo .swiper .swiper-wrapper {
    width: 340px;
    height: 280px;

}

  .innvo .swiper img{
    width: 340px;
    height: 280px;
  }



  .innvo h2 {
    font-family: Roboto, Roboto;
    font-weight: 900;
    font-size: 40px;
    color: #150e39;
    line-height: 50px;
    text-align: center;
  }

  .data {
    padding: 120px 10%;
  }

  .data h2 {
    font-family: Roboto, Roboto;
    font-weight: 900;
    font-size: 40px;
    color: #150e39;
    line-height: 47px;
    text-align: center;
  }

  .data h3 {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 22px;
    color: #5e6c80;
    line-height: 30px;
    text-align: center;
    margin-top: 45px;
  }

  .data .list {
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
  }

  .data .list div {
    width: 345px;
    padding: 65px 0;
    background: #f6fcfd;
    border-radius: 20px;
    border: 2px solid #1dd7e3;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .data .list div img {
    width: 100px;
  }

  .data .list div h4 {
    margin-top: 34px;
    font-family: Roboto, Roboto;
    font-weight: bold;
    font-size: 32px;
    color: #150e39;
    line-height: 38px;
  }

  .data .list div p {
    font-family: Roboto, Roboto;
    font-weight: 500;
    font-size: 24px;
    color: #5e6c80;
    line-height: 30px;
    margin-top: 28px;
  }

  .men {
    padding: 98px 15% 108px 15%;
    background: url("../imgs/talk.png") no-repeat;
    background-size: 100% 100%;
  }

  .men h2 {
    font-family: Roboto, Roboto;
    font-weight: 900;
    font-size: 40px;
    color: #ffffff;
    line-height: 50px;
    text-align: center;
  }

  .men h4 {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 26px;
    color: #ffffff;
    line-height: 36px;
    text-align: center;
    margin-top: 26px;
  }

  .men .form {
    background: #ffffff;
    border-radius: 40px;
    margin: 0 auto;
    margin-top: 76px;
    padding: 10px 50px 46px 50px;
    width: 800px;
    text-align: center;
    position: relative;
  }

  .men p {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 22px;
    color: #5e6c80;
    line-height: 25px;
    margin-top: 27px;
    margin-bottom: 18px;
  }

  .men textarea {
    width: 100%;
    height: 250px;
    background: #efefef;
    border-radius: 10px;
    border: none;
    outline: 0;
    padding: 20px;
    font-size: 24px;
  }

  .men input {
    width: 100%;
    height: 88px;
    background: #efefef;
    border-radius: 10px;
    border: none;
    outline: 0;
    padding: 0 20px;
    font-size: 24px;
    line-height: 36px;
    font-family: Roboto, Roboto;
    display: block;
  }

  .men button {
    width: 400px;
    height: 66px;
    background: linear-gradient(
      136deg,
      #69ff97 0%,
      rgba(0, 201, 249, 0.98) 100%
    );
    border-radius: 10px;
    margin-top: 40px;
    border: 0;
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 22px;
    color: #000000;
    line-height: 25px;
  }

  .toa {
    position: absolute;
    top: 110px;
    left: 50%;
    transform: translateX(-50%);
    width: 500px;
    height: 190px;
    background: #fff url("../imgs/gou.png") no-repeat 225px 40px;
    background-size: 50px;
    box-shadow: 0px 2px 10px 0px rgba(219, 219, 219, 0.5);
    border-radius: 20px;
    padding-top: 120px;
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 26px;
    color: #000000;
    line-height: 30px;
    text-align: center;
    display: none;
    z-index: 9999;
  }

  .gen{
    padding: 120px 10%;
    padding-bottom: 0;
  }
  .gen h2{
    font-family: Roboto, Roboto;
font-weight: 900;
font-size: 40px;
color: #150E39;
line-height: 50px;
text-align: center;
  }

  .gen .swiper{
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
  }

  .gen .swiper .swiper-wrapper {
   width: 31.5%;
   height: 700px;
  }

    .gen .swiper img{
        width: 100%;
        height: 400px;
    }
        .gen .swiper  h3{
            height: 58px;
            font-family: Roboto, Roboto;
font-weight: 500;
font-size: 20px;
color: #150E39;
line-height: 58px;
text-align: center;
border-radius:  0 0 10px 10px;
        background: linear-gradient( 180deg, #69FF97 0%, rgba(0,201,249,0.98) 100%);
        }

        .gen .swiper  p{
            font-family: Roboto, Roboto;
font-weight: 400;
font-size: 16px;
color: #5E6C80;
line-height: 26px;
text-align: center;
margin-top: 50px;
        }

}

@media (min-width: 1680px) {
  .nav-box {
    width: 100%;
    background-color: #ffffff !important;
  }

  .py-3 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .container-fluid {
    width: 60%;
    margin: auto;
    height: 60px;
    font-family: Roboto-Regular, Roboto;
  }

  .navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
    margin-left: 10%;
  }

  .nav {
    width: 60%;
    justify-content: space-between;
    padding-top: 5px;
  }

  .nav-link {
    font-size: 20px;
    color: #000;
    line-height: 0.6rem;
    border-bottom: 4px solid #fff;
  }

  .nav-link:focus,
  .nav-link:hover {
    color: #000;
  }

  .navbar .logoImg {
    width: 150px;
    height: 32px;
  }

  .title-svg {
    height: 20px;
    margin-left: 15px;
  }

  .dropdown-toggle::after {
    border: none;
  }

  .dropdown-menu {
    width: 230px;
    border: none;
    inset: 60px -5px auto -10px !important;
    background: #ffffff;
    box-shadow: 0 !important;
    border-radius: 10px;
    margin-top: 0;
    padding: 0.25rem 1.25rem 20px 1.75rem;
    margin-left: -30px;
  }

  .dropdown-item {
    width: fit-content;
    border-bottom: 4px solid #ffffff;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 22px;
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0;
    margin-top: 15px;
  }

  .dropdown-toggle img {
    width: 20px;
  }

  .bie {
    padding: 318px 10%;
    background: url("../imgs/banner.png") no-repeat;
    background-size: 100% 100%;
  }

  .pro {
    padding: 315px 10%;
    background: url("../imgs/ballnoon.png") no-repeat;
    background-size: 100% 100%;
  }

  .co {
    padding: 325px 10%;
    background: url("../imgs/hand.png") no-repeat;
    background-size: 100% 100%;
  }

  .bie .box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    height: 316px;
  }

  .bie .box img {
    width: 88px;
    height: 88px;
  }

  .bie .box div {
    position: absolute;
    left: 264px;
    top: 0;
  }

  .bie .box .con {
    position: relative;
    left: 0;
    top: 5px;
  }

  .bie .box h5 {
    font-family: Roboto, Roboto;
    font-weight: 900;
    font-size: 70px;
    color: #ffffff;
    line-height: 80px;
    text-align: center;
  }

  .bie .box h6 {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 24px;
    color: #ffffff;
    line-height: 48px;
    text-align: center;
    margin-top: 46px;
  }

  .bie h2 {
    font-family: Roboto, Roboto;
    font-weight: 900;
    font-size: 70px;
    color: #ffffff;
    line-height: 90px;
  }
  .bie p {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 24px;
    color: #ffffff;
    line-height: 48px;
    margin-top: 40px;
  }

  .bie h3 {
    width: 727px;
    font-family: Roboto, Roboto;
    font-weight: 900;
    font-size: 70px;
    color: #ffffff;
    line-height: 80px;
    position: absolute;
    left: 185px;
    top: 0;
  }

  .fintech {
    padding: 95px 15%;
  }

  .fintech h2 {
    font-family: Roboto, Roboto;
    font-weight: 900;
    font-size: 38px;
    color: #150e39;
    line-height: 70px;
    height: 70px;
    padding-left: 20px;
    background: url("../imgs/transform.png") no-repeat;
    background-size: 990px 100%;
  }

  .fintech .digit {
    margin-top: 90px;
    display: flex;
    justify-content: space-between;
  }

  .fintech .digit div {
    border-radius: 30px;
    border: 2px solid #1dd7e3;
    padding: 85px 15px 85px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 390px;
  }

  .fintech .digit div img {
    width: 118px;
    height: 118px;
  }
  .fintech .digit div h3 {
    font-family: Roboto, Roboto;
    font-weight: 500;
    font-size: 24px;
    color: #150e39;
    line-height: 36px;
    margin-top: 30px;
    background: url("../imgs/line.png") no-repeat 50% 0px;
    background-size: 118px 100%;
    padding-bottom: 10px;
  }

  .fintech .digit div p {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 18px;
    color: #5e6c80;
    line-height: 32px;
    text-align: center;
    margin-top: 30px;
  }
  .futuro {
    background: #f6fcfd;
    padding: 91px 0 120px 0;
  }
  .futuro h2 {
    font-family: Roboto, Roboto;
    font-weight: 900;
    font-size: 40px;
    color: #150e39;
    line-height: 50px;
    text-align: center;
  }

  .futuro .tech {
    display: flex;
    justify-content: space-between;
    margin-top: 74px;
    padding: 0 15%;
  }

  .futuro .tech .build {
    width: 456px;
    height: 608px;
  }

  .futuro .tech > div {
    width: 710px;
  }

  .futuro .tech > div p {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 16px;
    color: #5e6c80;
    line-height: 26px;
  }

  .futuro .tech > div p:nth-of-type(2) {
    margin-top: 20px;
  }
  .futuro .tech .log {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 53px;
  }
  .futuro .log div {
    width: 230px;
    height: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .futuro .log > div img {
    width: 88px;
    height: 88px;
  }

  .futuro .log > div p {
    font-family: Roboto, Roboto;
    font-weight: 500;
    font-size: 18px;
    color: #150e39;
    line-height: 20px;
    text-align: center;
  }

  .que {
    padding: 60px 0 100px 0;
  }

  .que h2 {
    font-family: Roboto, Roboto;
    font-weight: 900;
    font-size: 40px;
    color: #150e39;
    line-height: 50px;
    text-align: center;
  }

  .que > div {
    margin-top: 66px;
    padding: 0 15%;
    display: flex;
    justify-content: space-between;
  }

  .que > div div {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .que > div img {
    width: 150px;
    height: 150px;
  }
  .que > div h4 {
    font-family: Roboto, Roboto;
    font-weight: 500;
    font-size: 22px;
    color: #150e39;
    line-height: 30px;
    margin-top: 30px;
    text-align: center;
  }
  .que > div p {
    background: rgba(195, 247, 239, 0.11);
    border-radius: 20px;
    border: 1px solid #d9dada;
    padding: 28px 33px;
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 16px;
    color: #5e6c80;
    line-height: 24px;
    margin-top: 46px;
    width: 390px;
    height: 200px;
  }

  .bottom {
    padding: 80px 15%;
    display: flex;
    justify-content: space-between;
    background: #131620;
  }
  .bottom p a {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 18px;
    color: #b7b7b7;
    line-height: 21px;
    
  }

  .bottom div p:nth-of-type(1) a {
    font-weight: 400;
    font-size: 20px;
    color: #ffffff;
    line-height: 24px;
  }

  .bottom .lo {
    width: 66px;
    height: 66px;
  }

  .bottom .tit {
    width: 80px;
    margin-left: 20px;
    margin-top: -17px;
  }

  .reser {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 16px;
    color: #a2a3a7;
    line-height: 80px;
    height: 80px;
    text-align: center;
    background: rgb(26, 29, 38);
  }

  .cam {
    padding: 50px 15% 50px 15%;
  }

  .cam h2 {
    font-family: Roboto, Roboto;
    font-weight: 900;
    font-size: 40px;
    color: #150e39;
    line-height: 47px;
    text-align: center;
    padding-top: 40px;
  }

  .cam .phone {
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
  }

  .cam .phone > div {
    width: 555px;
  }

  .cam .phone h4 {
    font-family: Roboto, Roboto;
    font-weight: 500;
    font-size: 26px;
    color: #150e39;
    line-height: 36px;
  }

  .cam .phone h5 {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 18px;
    color: #5e6c80;
    line-height: 30px;
    margin-top: 12px;
  }

  .cam .phone div div {
    margin-top: 29px;
  }

  .cam .phone p {
    margin-top: 29px;
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 18px;
    color: #150e39;
    line-height: 26px;
    padding-left: 44px;
    background: url("../imgs/true.png") no-repeat 0 0;
    background-size: 24px 24px;
  }

  .cam .phone img {
    width: 580px;
  }

  .ele {
    margin-top: 80px;
    padding: 78px 15%;
    background: #f6fcfd;
  }
  .ele h2 {
    font-family: Roboto, Roboto;
    font-weight: 900;
    font-size: 40px;
    color: #150e39;
    line-height: 50px;
    text-align: center;
  }

  .ele > div {
    margin-top: 46px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .ele > div div {
    display: flex;
    align-items: center;
    width: 580px;
    margin-top: 28px;
  }

  .ele > div div img {
    width: 88px;
  }

  .ele > div div p {
    font-family: Roboto, Roboto;
    font-weight: 500;
    font-size: 26px;
    color: #150e39;
    line-height: 36px;
    margin-left: 30px;
  }

  .innvo {
    padding: 120px 0;
  }

  .innvo h2 {
    font-family: Roboto, Roboto;
    font-weight: 900;
    font-size: 40px;
    color: #150e39;
    line-height: 50px;
    text-align: center;
  }

  .innvo .swiper{
      display: flex;
    justify-content: space-between;
    margin-top: 60px;
  }

  .innvo .swiper .swiper-wrapper {
    width: 448px;
    height: 336px;

}

  .innvo .swiper img{
    width: 448px;
    height: 336px;
  }


  .data {
    padding: 120px 15%;
  }

  .data h2 {
    font-family: Roboto, Roboto;
    font-weight: 900;
    font-size: 40px;
    color: #150e39;
    line-height: 47px;
    text-align: center;
  }

  .data h3 {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 22px;
    color: #5e6c80;
    line-height: 30px;
    text-align: center;
    margin-top: 45px;
  }

  .data .list {
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
  }

  .data .list div {
    width: 380px;
    padding: 65px 0;
    background: #f6fcfd;
    border-radius: 20px;
    border: 2px solid #1dd7e3;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .data .list div img {
    width: 100px;
  }

  .data .list div h4 {
    margin-top: 34px;
    font-family: Roboto, Roboto;
    font-weight: bold;
    font-size: 32px;
    color: #150e39;
    line-height: 38px;
  }

  .data .list div p {
    font-family: Roboto, Roboto;
    font-weight: 500;
    font-size: 26px;
    color: #5e6c80;
    line-height: 30px;
    margin-top: 28px;
  }

  .men {
    padding: 98px 15% 108px 15%;
    background: url("../imgs/talk.png") no-repeat;
    background-size: 100% 100%;
  }

  .men h2 {
    font-family: Roboto, Roboto;
    font-weight: 900;
    font-size: 40px;
    color: #ffffff;
    line-height: 50px;
    text-align: center;
  }

  .men h4 {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 26px;
    color: #ffffff;
    line-height: 36px;
    text-align: center;
    margin-top: 26px;
  }

  .men .form {
    background: #ffffff;
    border-radius: 40px;
    margin: 0 auto;
    margin-top: 76px;
    padding: 10px 50px 46px 50px;
    width: 800px;
    text-align: center;
    position: relative;
  }

  .men p {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 22px;
    color: #5e6c80;
    line-height: 25px;
    margin-top: 27px;
    margin-bottom: 18px;
  }

  .men textarea {
    width: 100%;
    height: 250px;
    background: #efefef;
    border-radius: 10px;
    border: none;
    outline: 0;
    padding: 20px;
    font-size: 24px;
  }

  .men input {
    width: 100%;
    height: 88px;
    background: #efefef;
    border-radius: 10px;
    border: none;
    outline: 0;
    padding: 0 20px;
    font-size: 24px;
    line-height: 36px;
    font-family: Roboto, Roboto;
    display: block;
  }

  .men button {
    width: 400px;
    height: 66px;
    background: linear-gradient(
      136deg,
      #69ff97 0%,
      rgba(0, 201, 249, 0.98) 100%
    );
    border-radius: 10px;
    margin-top: 40px;
    border: 0;
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 22px;
    color: #000000;
    line-height: 25px;
  }

  .toa {
    position: absolute;
    top: 110px;
    left: 50%;
    transform: translateX(-50%);
    width: 500px;
    height: 190px;
    background: #fff url("../imgs/gou.png") no-repeat 225px 40px;
    background-size: 50px;
    box-shadow: 0px 2px 10px 0px rgba(219, 219, 219, 0.5);
    border-radius: 20px;
    padding-top: 120px;
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 26px;
    color: #000000;
    line-height: 30px;
    text-align: center;
    display: none;
  }

  .gen{
    padding: 120px 15%;
    padding-bottom: 0;
  }
  .gen h2{
    font-family: Roboto, Roboto;
font-weight: 900;
font-size: 40px;
color: #150E39;
line-height: 50px;
text-align: center;
  }

  .gen .swiper{
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
  }

  .gen .swiper .swiper-wrapper {
   width: 420px;
   height: 700px;
  }

    .gen .swiper img{
        width: 420px;
        height: 400px;
    }
        .gen .swiper  h3{
            height: 58px;
            font-family: Roboto, Roboto;
font-weight: 500;
font-size: 22px;
color: #150E39;
line-height: 58px;
text-align: center;
border-radius:  0 0 10px 10px;
        background: linear-gradient( 180deg, #69FF97 0%, rgba(0,201,249,0.98) 100%);
        }

        .gen .swiper  p{
            font-family: Roboto, Roboto;
font-weight: 400;
font-size: 16px;
color: #5E6C80;
line-height: 26px;
text-align: center;
margin-top: 50px;
        }



  
}

.container-fluid {
  padding: 0;
}

.navbar-light .navbar-nav .nav-link {
  color: #5e6c80;
  padding: 0 !important;
}
