/*Home*/
/**/
.homeBanner {
  width: 100%;
  display: flex;
  align-items: center;
  height: calc(100vh - 100px);
  position: relative;
  overflow: hidden; }
  .homeBanner:before {
    position: absolute;
    z-index: 100;
    top: 0px;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(41, 39, 122, 0) 0.01%, black 100%); }
  .homeBanner .container {
    width: 100%;
    max-width: 78%;
    height: 100%;
    z-index: 200;
    padding: 0px;
    position: relative; }
  .homeBanner img {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .homeBanner .videobg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 20; }
  .homeBanner .videobg video {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 50%;
    left: 50%;
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    object-fit: cover;
    background-size: cover; }
  .homeBanner .jumbotron {
    width: 100%;
    background: none;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    height: 100%;
    position: absolute;
    top: 25%;
    z-index: 200;
    margin-top: 0px;
    padding-top: 0px;
    font-family: "Adelle Sans EXT"; }
  .homeBanner h1, .homeBanner h2 {
    margin-bottom: 40px;
    line-height: 1.1;
    color: #fff;
    width: 56%;
    text-transform: capitalize;
    font-family: "Adelle Sans EXT Light" !important; }
  .homeBanner h5 {
    color: #fff;
    font-size: 28px;
    text-transform: capitalize;
    line-height: 1.3;
    font-family: "HelveticaNowDisplay Light" !important;
    margin-bottom: 30px; }
  .homeBanner h6 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px; }
  .homeBanner .linkbtn {
    width: 220px;
    margin-top: 40px; }
    .homeBanner .linkbtn:hover {
      color: #fff;
      border: 2px solid #2657F4;
      background: url(../images/morebtn_arrow_w.svg) 90% center no-repeat; }
      .homeBanner .linkbtn:hover span {
        color: #fff; }
  .homeBanner .scollingArrow {
    position: absolute;
    left: 12%;
    bottom: 80px;
    background: url(../images/scroll_page_icon.svg) 20px center no-repeat;
    padding-left: 60px;
    height: 40px;
    display: flex;
    align-items: center;
    z-index: 50;
    justify-content: center;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    z-index: 200; }

.aboutUs .videoPopImg {
  height: 560px; }
  .aboutUs .videoPopImg img {
    margin: 0 auto;
    cursor: pointer;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute; }

.aboutUs .popVideoBtn {
  transform: scale(1);
  transition: all 0.3s ease-in-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: 66%;
  left: 1%;
  width: 60%;
  z-index: 100; }

.aboutUs .popVideoBtn:hover {
  transform: scale(1.2); }

.aboutUs .popVideoBtn .playIcon {
  display: flex;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 100px;
  height: 100px;
  background: url(../images/playerbtn.svg) center center no-repeat; }

.missionVision {
  padding-top: 0px;
  background: none; }

.ourAdvantages {
  background: #F3F5F6 url(../images/ouradvantages_conbg.png) bottom center no-repeat;
  background-size: 80%; }
  .ourAdvantages .introWrap {
    padding-top: 0px;
    justify-content: start; }
    .ourAdvantages .introWrap h3 {
      padding-left: 40px;
      border-left: 4px solid #E42B30;
      margin-bottom: 60px;
      font-size: 32px;
      line-height: 1.2; }

.globalPresenceWrap .container {
  max-width: 74%;
  background-size: contain; }

.globalPresenceWrap .row {
  height: 100%; }

.globalPresenceWrap .globalGourp.clounmRow {
  margin-top: 80px; }

.globalPresenceWrap .introWrap {
  height: 100%;
  justify-content: flex-start;
  padding-top: 0px; }
  .globalPresenceWrap .introWrap h3 {
    padding-left: 40px;
    border-left: 4px solid #E42B30;
    margin-bottom: 60px;
    font-size: 32px;
    line-height: 1.2; }

.globalPresenceWrap .col-lg-5 {
  padding: 0px;
  display: flex;
  justify-content: flex-end; }

.globalPresenceWrap .clounmRow .col-lg-5 {
  justify-content: flex-start; }

.servicesProductsWrap .servicesList {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 120px;
  margin-top: 80px; }
  .servicesProductsWrap .servicesList:before {
    position: absolute;
    height: 250px;
    display: block;
    top: -120px;
    left: 25.5%;
    content: 'investment';
    font-size: 140px;
    color: #EBF6FB;
    text-transform: uppercase;
    font-family: "Adelle Sans EXT Bold" !important;
    z-index: -1; }
  .servicesProductsWrap .servicesList .servicesInner {
    width: 32%;
    display: flex;
    position: relative;
    z-index: 20; }
    .servicesProductsWrap .servicesList .servicesInner .introBox {
      width: calc(100% - 110px);
      display: flex;
      flex-direction: column;
      padding-right: 40px; }
      .servicesProductsWrap .servicesList .servicesInner .introBox h6 {
        padding-bottom: 40px;
        border-bottom: 1px solid #CDCDCD;
        margin-bottom: 80px; }
    .servicesProductsWrap .servicesList .servicesInner .imgBox {
      width: 110px; }
  .servicesProductsWrap .servicesList .readmoreBtn {
    color: #767676;
    border: 1px solid #CDCDCD;
    width: 140px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "HelveticaNowDisplay" !important;
    padding-right: 30px;
    background: url(../images/morebtn_arrow_gray.svg) 90% center no-repeat; }
    .servicesProductsWrap .servicesList .readmoreBtn:hover {
      border: 1px solid #29277A;
      color: #fff;
      background: #29277A url(../images/morebtn_arrow_w.svg) 90% center no-repeat; }

/**/
.newsInsightsSecion {
  padding: 100px 0px 100px 0px; }
  .newsInsightsSecion .container {
    position: relative; }
  .newsInsightsSecion .wrapTitleBox {
    text-align: left;
    align-items: flex-start;
    position: relative;
    margin-bottom: 20px; }
  .newsInsightsSecion .slideArrowGroup {
    position: absolute;
    left: auto;
    right: 0%;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 120px;
    gap: 16px;
    bottom: 24px; }
    .newsInsightsSecion .slideArrowGroup .slide-arrow {
      width: 50px;
      height: 50px;
      cursor: pointer;
      background: #fff;
      transition: all ease-in-out 0.3s; }
    .newsInsightsSecion .slideArrowGroup .slide-arrow-prev {
      border: 1px solid #cccccc;
      transition: all ease-in-out 0.3s;
      background: url(../images/slide_arrow_left.svg) center center no-repeat;
      background-size: 16px 14px; }
      .newsInsightsSecion .slideArrowGroup .slide-arrow-prev:hover {
        background: #29277A url(../images/slide_arrow_left_w.svg) center center no-repeat;
        background-size: 16px 14px; }
    .newsInsightsSecion .slideArrowGroup .slide-arrow-next {
      border: 1px solid #cccccc;
      transition: all ease-in-out 0.3s;
      background: url(../images/slide_arrow_right.svg) 45% center no-repeat;
      background-size: 16px 14px; }
      .newsInsightsSecion .slideArrowGroup .slide-arrow-next:hover {
        background: #29277A url(../images/slide_arrow_right_w.svg) 45% center no-repeat;
        background-size: 16px 14px; }
  .newsInsightsSecion .newsinsightslist {
    padding: 20px 0px !important;
    position: relative;
    z-index: 100; }
    .newsInsightsSecion .newsinsightslist .swiper-wrapper {
      width: 100%;
      position: relative;
      z-index: 10;
      display: flex;
      justify-content: space-between; }
  .newsInsightsSecion .newsInner {
    background: #fff; }
    .newsInsightsSecion .newsInner .imgBox {
      width: 100%;
      height: 228px;
      background: #F2F3F5; }
      .newsInsightsSecion .newsInner .imgBox img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .newsInsightsSecion .newsInner .txtBox {
      height: 300px;
      padding: 16px 24px 30px 24px;
      background-color: #F0F0F0 !important; }
      .newsInsightsSecion .newsInner .txtBox h4 {
        font-size: 21px;
        margin-bottom: 12px;
        color: #1E9BD7;
        font-weight: 500;
        line-height: 24px;
        text-transform: capitalize;
        font-family: "HelveticaNowDisplay"; }
        .newsInsightsSecion .newsInner .txtBox h4 a {
          color: #1E9BD7; }
      .newsInsightsSecion .newsInner .txtBox .columnTitle {
        color: #000000;
        font-family: "Adelle Sans EXT Light";
        font-size: 14px;
        margin-bottom: 12px; }
      .newsInsightsSecion .newsInner .txtBox .intro {
        font-size: 15px;
        color: #6E6E6E;
        font-family: "Adelle Sans EXT Light";
        line-height: 21px; }
      .newsInsightsSecion .newsInner .txtBox .time {
        font-size: 16px;
        color: #6E6E6E;
        font-family: "Adelle Sans EXT Light";
        line-height: 21px; }
  .newsInsightsSecion .moreListBtn {
    color: #000;
    text-decoration: underline;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
    gap: 8px; }
    .newsInsightsSecion .moreListBtn i {
      width: 30px;
      height: 12px;
      background: url(../images/morelist_arrow.svg) center center no-repeat;
      background-size: contain;
      display: inline-block; }

.supportSystemSection {
  background: none;
  padding-bottom: 40px; }
  .supportSystemSection .newsInner {
    height: 420px !important;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #C9C9C9; }
    .supportSystemSection .newsInner .imgBox {
      height: 150px !important;
      background: none !important;
      padding: 30px 30px; }
    .supportSystemSection .newsInner .imgBox img {
      width: 90px !important;
      height: 90px !important;
      object-fit: contain; }
    .supportSystemSection .newsInner .txtBox {
      padding: 0px;
      background: none; }
      .supportSystemSection .newsInner .txtBox h4 {
        font-size: 24px !important; }

/*Cooperative Partner*/
.partnerListWrap {
  padding-top: 80px;
  padding-bottom: 120px; }
  .partnerListWrap .clientListCon ul {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 30px;
    justify-content: center; }
    .partnerListWrap .clientListCon ul .clientInner {
      width: calc(25% - 30px);
      transition: all ease-in 0.3s;
      padding: 16px 24px;
      background: #F5F7F8; }
      .partnerListWrap .clientListCon ul .clientInner a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100px; }
      .partnerListWrap .clientListCon ul .clientInner img {
        max-height: 50px;
        width: auto; }

.contactUsWrap {
  background: #F4F4F4;
  padding: 80px 0px 100px 0px; }
  .contactUsWrap h4 {
    margin-bottom: 12px; }
  .contactUsWrap .intro {
    line-height: 21px;
    margin-top: 12px; }

@media only screen and (max-width: 1920px) {
  .homeBanner h1 {
    font-size: 56px; }
    .homeBanner h1 br {
      display: none; }
  .ourAdvantages .introWrap h3 {
    font-size: 28px; }
  .globalPresenceWrap .introWrap h3 {
    font-size: 28px; }
  .contentGroup .intro {
    font-size: 16px;
    line-height: 1.4; } }

@media only screen and (max-width: 1780px) {
  .homeBanner .jumbotron {
    width: 90%; }
  h1 {
    font-size: 56px;
    line-height: 62px; }
  h2 {
    font-size: 42px;
    line-height: 48px;
    margin-bottom: 20px; }
  h3 {
    font-size: 36px;
    line-height: 42px; }
  h4 {
    font-size: 32px;
    line-height: 36px; }
  .dataNumListHorizontal .card p {
    font-size: 18px; }
  .dataNumListHorizontal .card h3 {
    font-size: 42px;
    margin-bottom: 0px; } }

@media only screen and (max-width: 1680px) {
  .homeBanner h1, .homeBanner h2 {
    margin-bottom: 20px;
    font-size: 42px;
    width: 60%;
    padding: 0px; }
  .homeBanner h6 {
    color: #fff;
    font-size: 18px; }
  .homeBanner .linkbtn {
    margin-top: 20px; }
  .homeBanner .groupListBox {
    height: 100px; }
  .homeBanner .groupListBox .iconInner p {
    font-size: 21px;
    line-height: 24px; }
  .homeBanner .groupListBox .container {
    gap: 30px;
    padding: 12px 20px; }
  .homeBanner .groupListBox .iconInner i img {
    width: 56px;
    height: 56px; }
  .contentGroup .intro {
    font-size: 15px;
    line-height: 1.4; }
  .aboutUs .videoPopImg {
    height: 380px; }
  .aboutUs .popVideoBtn .playIcon {
    width: 80px;
    height: 80px;
    background-size: 100%; }
  .servicesProductsWrap .container {
    max-width: 100%; }
  .servicesProductsWrap .servicesList {
    gap: 60px; }
    .servicesProductsWrap .servicesList:before {
      left: 14.5%; }
  .servicesProductsWrap .servicesList .readmoreBtn {
    width: 120px;
    height: 40px;
    font-size: 13px; }
  .ourAdvantages .introWrap h3 {
    font-size: 28px; }
  .globalPresenceWrap .introWrap h3 {
    font-size: 28px; } }

@media only screen and (max-width: 1480px) {
  .aboutUs .videoPopImg {
    height: 360px; }
  .aboutUs .popVideoBtn .playIcon {
    width: 80px;
    height: 80px;
    background-size: 100%; }
  .ourAdvantages .introWrap {
    padding-top: 0px;
    padding-bottom: 40px; }
  .ourAdvantages .introWrap h3 {
    padding-left: 20px;
    border-left: 3px solid #E42B30;
    margin-bottom: 60px; }
  .globalPresenceWrap .introWrap {
    padding-top: 0px;
    padding-bottom: 40px; }
  .globalPresenceWrap .introWrap h3 {
    margin-bottom: 60px; }
  .globalPresenceWrap .globalGourp.clounmRow .imgWrap {
    padding-bottom: 40px; }
  .servicesProductsWrap .servicesList:before {
    left: 10.5%; }
  .servicesProductsWrap .servicesList .servicesInner {
    width: 33.3333%; }
  .servicesProductsWrap .servicesList .servicesInner .introBox {
    width: calc(100% - 90px); }
  .servicesProductsWrap .servicesList .servicesInner .imgBox {
    width: 90px; }
  .servicesProductsWrap .servicesList .servicesInner .introBox h6 {
    margin-bottom: 40px; }
  .servicesProductsWrap .servicesList .servicesInner .introBox h6 {
    font-size: 21px; }
  .servicesProductsWrap .servicesList .readmoreBtn {
    width: 120px;
    height: 40px;
    font-size: 12px; }
  .globalPresenceWrap .container {
    max-width: 90%; }
  .servicesProductsWrap .servicesList {
    gap: 40px; } }

@media only screen and (max-width: 1360px) {
  .homeBanner h1 {
    font-size: 36px;
    line-height: 1.2;
    width: 60%; }
  .homeBanner h5 {
    font-size: 21px;
    line-height: 1.5; }
  .homeBanner .jumbotron {
    padding: 0px; }
  .aboutUs .popVideoBtn {
    width: 60%;
    height: 64%; }
  .aboutUs .videoPopImg {
    height: 320px; }
  .aboutUs .popVideoBtn .playIcon {
    width: 80px;
    height: 80px;
    background-size: 100%; }
  .servicesProductsWrap .servicesList:before {
    left: 5.5%; }
  .servicesProductsWrap .servicesList .servicesInner .introBox {
    width: calc(100% - 60px); }
  .servicesProductsWrap .servicesList .servicesInner .imgBox {
    width: 90px; } }

@media only screen and (max-width: 1280px) {
  .homeBanner h1 {
    font-size: 32px;
    line-height: 1.2;
    width: 64%; }
  .homeBanner .scollingArrow {
    font-size: 13px; }
  .aboutUs .popVideoBtn {
    width: 61%; }
  .aboutUs .videoPopImg {
    height: 280px; }
  .aboutUs .popVideoBtn .playIcon {
    width: 60px;
    height: 60px;
    background-size: 100%; } }

@media only screen and (max-width: 1024px) {
  .homeBanner .container {
    width: 100%;
    max-width: 100%; }
  .homeBanner .container h1 {
    width: 70%; }
  .homeBanner .container h1 br {
    display: none; }
  .homeBanner .jumbotron {
    padding: 0px 5%; }
  .homeBanner .scollingArrow {
    left: 4%; }
  .aboutUs .videoPopImg {
    height: 240px; }
  .ourAdvantages .introWrap h3 {
    font-size: 24px;
    margin-bottom: 40px; }
  .globalPresenceWrap .introWrap h3 {
    font-size: 24px;
    margin-bottom: 40px;
    padding-left: 30px; } }

@media only screen and (max-width: 960px) {
  .aboutUs .videoPopImg {
    margin-top: 40px;
    height: 320px;
    display: flex;
    justify-content: center; }
  .aboutUs .videoPopImg img {
    width: 96%; }
  .missionVision .row {
    flex-direction: column-reverse; }
  .missionVision .introWrap {
    margin-bottom: 40px; }
  .investmentPhilosophy .introWrap {
    margin-bottom: 40px; } }

@media only screen and (max-width: 800px) {
  h1 {
    font-size: 42px;
    line-height: 48px; }
    h1 br {
      display: none; }
  h3 {
    font-size: 28px;
    line-height: 32px; }
    h3 br {
      display: none; }
  h4 {
    font-size: 24px;
    line-height: 28px; }
    h4 br {
      display: none; }
  h6 {
    font-size: 16px;
    line-height: 21px; }
  .wrapTitleBox {
    margin-bottom: 40px; }
    .wrapTitleBox .intro {
      width: 90%;
      font-size: 18px;
      line-height: 24px; }
      .wrapTitleBox .intro br {
        display: none; }
  .homeBanner {
    background: url(../images/homebannerkv.jpg) 70% center no-repeat;
    background-size: cover; }
    .homeBanner .container {
      max-width: 100%; }
      .homeBanner .container .jumbotron {
        width: 90%;
        padding: 0px 5%;
        left: 4%; }
      .homeBanner .container h1 {
        font-size: 36px;
        line-height: 42px; }
      .homeBanner .container h5 {
        font-size: 16px;
        line-height: 1.5; }
        .homeBanner .container h5 br {
          display: none; }
      .homeBanner .container .linkbtn {
        margin-top: 20px;
        padding: 6px 12px;
        font-size: 12px; }
    .homeBanner .scollingArrow {
      left: 20px;
      bottom: 60px; }
  .cardGroupList {
    padding: 80px 0px; }
  .cardlist .card .card-body {
    min-height: auto;
    padding: 20px 32px 30px 32px; }
  .aboutUs .videoPopImg {
    height: 260px;
    margin-top: 0px; }
  .aboutUs .videoPopImg img {
    width: 100%; }
  .investmentPhilosophy {
    padding-top: 0px; }
  .globalPresenceWrap .col-lg-5 {
    margin-bottom: 0px; }
  .servicesProductsWrap .servicesList .servicesInner {
    width: 100%; }
  .servicesProductsWrap .servicesList {
    gap: 40px 0px;
    flex-direction: column; }
  .servicesProductsWrap .servicesList:before {
    left: -12%;
    top: -80px;
    font-size: 68px; }
  .ourAdvantages .introWrap h3 {
    font-size: 21px;
    margin-bottom: 30px; }
  .globalPresenceWrap .globalGourp.clounmRow {
    flex-direction: column-reverse; }
  .globalPresenceWrap.contentGroup .introWrap.pr-5 {
    padding-right: 0% !important;
    padding-left: 0% !important; }
  .globalPresenceWrap.contentGroup .introWrap.pl-5 {
    padding-left: 0% !important;
    padding-right: 0% !important; }
  .globalPresenceWrap .introWrap h3 {
    font-size: 21px;
    margin-bottom: 30px; }
  .newsInsightsSecion .wrapTitleBox {
    flex-direction: column; }
  .newsInsightsSecion a.linkbtn {
    position: relative;
    width: 160px;
    height: 32px;
    margin-right: 12px;
    font-size: 14px;
    margin-top: 20px; }
  .newsInsightsSecion .slideArrowGroup {
    display: none; }
  .newsInsightsSecion .container {
    max-width: 100%;
    padding: 0px;
    padding-left: 16px; }
  .newsInsightsSecion .slideArrowGroup .slide-arrow {
    width: 42px;
    height: 42px; }
  .newsInsightsSecion .newsInner {
    width: 300px !important; }
  .newsInsightsSecion .titleWrap h3 {
    font-size: 24px; }
  .newsInsightsSecion .newsInner .txtBox {
    padding: 16px 16px 16px 16px;
    background-color: #fff; }
  .newsInsightsSecion .newsInner .txtBox h4 {
    font-size: 16px !important;
    line-height: 1.5; }
  .newsInsightsSecion .newsInner .txtBox p {
    font-size: 14px; }
  .newsInsightsSecion .newsInner .txtBox .columnTitle {
    color: #000000;
    font-family: "Adelle Sans EXT Light";
    font-size: 12px;
    margin-bottom: 12px; } }
