/*Home*/
body {
  overflow-x: hidden; }

main {
  padding-top: 0px !important; }

/**/
.homeBanner {
  width: 100%;
  display: flex;
  align-items: center;
  height: 760px;
  position: relative;
  overflow: hidden;
  background: #000;
  margin-top: 142px; }
  .homeBanner .container {
    width: 100%;
    height: 100%;
    z-index: 90;
    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 .jumbotron {
    width: 84%;
    background: none;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 10%;
    height: 100%;
    margin: 0px;
    padding-top: 0px;
    padding-left: 0px;
    position: relative;
    z-index: 50; }
  .homeBanner h1 {
    line-height: 1.2;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 52px;
    margin-top: -50px; }
  .homeBanner .intro {
    color: #fff;
    font-size: 21px;
    margin-top: 30px;
    line-height: 1.3; }
  .homeBanner .btnGroup {
    display: flex;
    gap: 20px; }
  .homeBanner .linkbtn {
    width: 190px;
    height: 48px;
    border-radius: 6px;
    margin-top: 40px;
    background: none;
    background: none;
    border: 1px solid #fff;
    color: #fff;
    padding: 12px 20px;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .homeBanner .linkbtn {
    justify-content: center; }
  .homeBanner .bannerlink {
    border: 1px solid #FFBE06;
    background: #FFBE06;
    color: #000; }
  .homeBanner .scollingArrow {
    position: absolute;
    left: 15px;
    bottom: 80px;
    background: url(../images/scoll_tipsbtn.png) center center no-repeat;
    padding-left: 60px;
    width: 55px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    z-index: 200;
    -webkit-animation: b_t 2s ease-in-out 0s infinite 300ms 0 ease;
    -moz-animation: b_t 2s ease-in-out 0s infinite 300ms 0 ease;
    -ms-animation: b_t 2s ease-in-out 0s infinite 300ms 0 ease;
    animation: b_t 2s ease-in-out 0s infinite 300ms 0 ease;
    -o-animation: b_t 2s ease-in-out 0s infinite;
    -webkit-animation: b_t 2s ease-in-out 0s infinite;
    -moz-animation: b_t 2s ease-in-out 0s infinite;
    -ms-animation: b_t 2s ease-in-out 0s infinite;
    animation: b_t 2s ease-in-out 0s infinite;
    z-index: 100; }

/**/
.ourMissionWrap {
  padding: 80px 0px 100px 0px;
  background: url(../images/triangle-bg-left-top.png) left bottom no-repeat;
  background-size: contain; }
  .ourMissionWrap h5 {
    width: 80%;
    margin: 0 auto;
    text-transform: capitalize;
    text-align: center;
    font-size: 32px;
    color: #0B1521;
    line-height: 1.4;
    margin-bottom: 40px; }
  .ourMissionWrap .linkbtn {
    margin: 0 auto;
    border-radius: 4px;
    border: 2px solid #0439B3;
    font-size: 18px;
    color: #0439B3;
    width: 290px;
    background: none; }
    .ourMissionWrap .linkbtn:hover {
      background: #0439B3;
      color: #fff; }

.aboutUsWrap {
  border-top: 1px solid #E6E6E6;
  background: url(../images/triangle-bg-right-top.png) right bottom no-repeat;
  background-size: contain;
  padding-bottom: 6%; }
  .aboutUsWrap .introWrap {
    display: flex;
    padding-top: 2%; }
    .aboutUsWrap .introWrap h3 {
      font-weight: 600;
      margin-bottom: 30px;
      color: #0439B3; }
    .aboutUsWrap .introWrap .intro {
      padding-right: 8%;
      text-transform: capitalize; }
      .aboutUsWrap .introWrap .intro b {
        color: #0B1521; }
  .aboutUsWrap .aboutDataNum {
    display: flex;
    gap: 8%;
    margin-bottom: 40px;
    margin-top: 30px; }
    .aboutUsWrap .aboutDataNum .innerData {
      border-left: 1px solid #0B1521;
      padding-left: 24px; }
      .aboutUsWrap .aboutDataNum .innerData h6 {
        color: #0B1521;
        font-size: 18px;
        line-height: 1.3; }
      .aboutUsWrap .aboutDataNum .innerData h3 {
        color: #0439B3;
        font-size: 42px;
        line-height: 1.4;
        font-weight: 500;
        padding: 0px;
        margin: 0px; }
  .aboutUsWrap .dataTips p {
    font-size: 18px;
    opacity: .5; }

/**/
.advantagesPageWrap {
  background: #F0F6FB url(../images/triangle-left-top2.png) left top no-repeat;
  background-size: contain;
  padding: 160px 0px; }
  .advantagesPageWrap .container {
    position: relative;
    max-width: 80%; }
  .advantagesPageWrap .wrapTitleBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    width: 100%; }
  .advantagesPageWrap .linkbtn {
    width: 320px;
    color: #141A46;
    background: none;
    padding: 0px;
    font-size: 18px;
    margin: 0px;
    background: url(../images/morebtn_arrow.svg) right center no-repeat; }
    .advantagesPageWrap .linkbtn:hover span {
      text-decoration: underline; }
  .advantagesPageWrap .advantagesListWrap {
    margin-top: 20px;
    margin-bottom: 60px;
    display: grid;
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr; }
    .advantagesPageWrap .advantagesListWrap .advantagesInner {
      background: #fff;
      background: #FFFFFF;
      box-shadow: 0px 9px 16px rgba(0, 0, 0, 0.2);
      border-radius: 8px; }
      .advantagesPageWrap .advantagesListWrap .advantagesInner img {
        width: 100%;
        border-radius: 8px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px; }
      .advantagesPageWrap .advantagesListWrap .advantagesInner .titleBox {
        height: auto;
        padding: 30px 20px 60px 40px;
        display: block; }
        .advantagesPageWrap .advantagesListWrap .advantagesInner .titleBox h4 {
          color: #0439B3;
          font-size: 24px;
          font-style: normal;
          text-transform: uppercase;
          font-weight: 500;
          line-height: 1.2;
          margin-bottom: 16px; }
        .advantagesPageWrap .advantagesListWrap .advantagesInner .titleBox p {
          width: 90%;
          font-size: 18px;
          line-height: 1.3;
          color: #0A0842;
          font-weight: 400; }

/**/
.teamListWrap {
  background: url(../images/triangle-left-top2.png) left top no-repeat;
  background-size: contain;
  padding: 160px 0px; }
  .teamListWrap .container {
    position: relative;
    max-width: 72%; }
  .teamListWrap .wrapTitleBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    width: 100%; }
  .teamListWrap .linkbtn {
    width: 180px;
    color: #141A46;
    background: none;
    padding: 0px;
    font-size: 18px;
    margin: 0px;
    background: url(../images/morebtn_arrow.svg) right center no-repeat; }
    .teamListWrap .linkbtn:hover span {
      text-decoration: underline; }
  .teamListWrap .teamList {
    margin-top: 20px;
    margin-bottom: 60px;
    display: grid;
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr; }
    .teamListWrap .teamList .teamInner {
      background: #fff;
      padding-bottom: 40px;
      border-bottom: 4px solid #0439B3; }
      .teamListWrap .teamList .teamInner .contentBox {
        height: 340px;
        padding: 40px 30px;
        position: relative; }
      .teamListWrap .teamList .teamInner a:hover {
        text-decoration: underline; }
      .teamListWrap .teamList .teamInner img {
        width: 100%; }
      .teamListWrap .teamList .teamInner h4 {
        color: #000000;
        font-size: 28px;
        font-style: normal;
        text-transform: capitalize;
        font-weight: 500;
        line-height: 1.2;
        margin-bottom: 8px; }
      .teamListWrap .teamList .teamInner h6 {
        color: #6E6E6E;
        font-size: 21px;
        line-height: 1.3;
        font-weight: 500;
        height: 60px;
        margin-bottom: 12px; }
      .teamListWrap .teamList .teamInner p {
        font-size: 18px;
        line-height: 1.3;
        color: #6E6E6E;
        font-weight: 300; }
    .teamListWrap .teamList .readmoreBtn {
      width: 130px;
      display: flex;
      justify-content: space-between;
      gap: 12px;
      font-size: 16px;
      position: absolute;
      bottom: 0px;
      color: #0439B3; }
      .teamListWrap .teamList .readmoreBtn i {
        width: 24px;
        height: 24px;
        content: '';
        display: inline-block;
        background: url(../images/readmore_btn.svg) center center no-repeat; }
      .teamListWrap .teamList .readmoreBtn:hover {
        text-decoration: underline; }

/**/
.ourVisionWrap {
  background: #03093A url(../images/ourvision_bg.png) center center no-repeat;
  background-size: contain; }
  .ourVisionWrap .introWrap {
    padding: 2% 0px;
    width: 50%;
    text-align: center;
    margin: 0 auto; }
    .ourVisionWrap .introWrap h3 {
      color: #fff;
      font-size: 56px;
      line-height: 1.2;
      margin-bottom: 20px; }
    .ourVisionWrap .introWrap h6 {
      color: #fff;
      font-size: 24px;
      line-height: 1.2; }
    .ourVisionWrap .introWrap .linkbtn {
      margin: 0 auto;
      margin-top: 30px;
      background: #0439B3;
      border-radius: 4px;
      font-size: 18px;
      color: #fff;
      width: 280px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 12px; }
      .ourVisionWrap .introWrap .linkbtn i {
        width: 24px;
        height: 24px;
        content: '';
        display: inline-block;
        background: url(../images/readmore_btn_light.svg) center center no-repeat; }
      .ourVisionWrap .introWrap .linkbtn:hover {
        background: #0439B3;
        color: #fff; }

/**/
.researchTechnologyWrap {
  background: #F0F6FB url(../images/triangle-bg-right-top.png) right bottom no-repeat;
  background-size: contain;
  padding-bottom: 180px; }
  .researchTechnologyWrap .introWrap {
    padding-right: 5%; }
    .researchTechnologyWrap .introWrap h6 {
      color: #333; }
    .researchTechnologyWrap .introWrap h3 {
      color: #04153F;
      font-weight: 500;
      padding-bottom: 20px;
      border-bottom: 1px solid #D9D9D9;
      margin-bottom: 30px; }
    .researchTechnologyWrap .introWrap p {
      font-size: 24px;
      font-weight: 400;
      color: #04153F;
      line-height: 1.3; }
      .researchTechnologyWrap .introWrap p b {
        font-weight: 500; }
  .researchTechnologyWrap .cardlist {
    margin-top: 60px; }
    .researchTechnologyWrap .cardlist .sectionTitle {
      text-align: center;
      margin-bottom: 40px; }
      .researchTechnologyWrap .cardlist .sectionTitle h5 {
        font-weight: 500;
        font-size: 42px; }
    .researchTechnologyWrap .cardlist .keyListWrap {
      display: grid;
      grid-column-gap: 30px;
      grid-row-gap: 40px;
      grid-template-rows: auto;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      grid-auto-columns: 1fr; }
    .researchTechnologyWrap .cardlist .cardInner {
      padding: 30px 15px;
      border: 1px solid #394E7B;
      background: #FFFFFF;
      border-radius: 8px; }
      .researchTechnologyWrap .cardlist .cardInner .card-img {
        display: flex;
        justify-content: center;
        margin-bottom: 12px; }
        .researchTechnologyWrap .cardlist .cardInner .card-img img {
          width: 120px;
          height: 120px;
          object-fit: contain; }
      .researchTechnologyWrap .cardlist .cardInner .card-body {
        background: none;
        padding: 0px;
        text-align: center; }
        .researchTechnologyWrap .cardlist .cardInner .card-body p {
          color: #333;
          font-size: 16px; }

/**/
.strategicLayoutWrap {
  background: url(../images/strategiclayout_bg.jpg) center center no-repeat;
  background-size: cover; }
  .strategicLayoutWrap .introWrap {
    padding-right: 5%;
    display: flex;
    justify-content: center; }
    .strategicLayoutWrap .introWrap h3 {
      color: #04153F;
      font-size: 42px;
      margin-bottom: 24px;
      line-height: 1.2; }
    .strategicLayoutWrap .introWrap h6 {
      color: #333;
      font-size: 24px;
      margin-bottom: 12px; }
    .strategicLayoutWrap .introWrap .intro {
      color: #04153F;
      font-size: 21px;
      line-height: 1.4; }
      .strategicLayoutWrap .introWrap .intro b {
        font-size: 24px;
        color: #04153F;
        font-weight: 500; }
    .strategicLayoutWrap .introWrap .linkbtn {
      border-radius: 4px;
      border: 2px solid #0439B3;
      font-size: 21px;
      color: #0439B3;
      width: 220px;
      background: none;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 12px; }
      .strategicLayoutWrap .introWrap .linkbtn i {
        width: 24px;
        height: 24px;
        content: '';
        display: inline-block;
        background: url(../images/readmore_btn.svg) center center no-repeat; }
      .strategicLayoutWrap .introWrap .linkbtn:hover {
        background: #0439B3;
        color: #fff; }

/**/
.contactUsSection {
  background: none;
  padding: 120px 0px 140px 0px !important; }
  .contactUsSection .wrapTitleBox {
    width: 100% !important; }
    .contactUsSection .wrapTitleBox h3 {
      font-weight: bold;
      color: #04044D; }
  .contactUsSection .contactTxt p {
    font-size: 15px;
    color: #404040; }
  .contactUsSection .formBookCon {
    border: 1px solid #E5E5E5;
    padding: 60px 60px !important;
    background: #fff !important;
    border-radius: 16px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px; }
    .contactUsSection .formBookCon .layui-form {
      justify-content: flex-start !important; }
    .contactUsSection .formBookCon .form-group {
      margin-bottom: 0px; }
  .contactUsSection .formImgWrap {
    padding: 0px;
    padding-right: 30px;
    display: flex; }
    .contactUsSection .formImgWrap .imgBox {
      height: 100%;
      background: #7093e5 url(../images/contactintro_bg.svg) top right no-repeat;
      border-radius: 24px;
      display: flex;
      align-items: flex-end;
      padding: 40px; }
      .contactUsSection .formImgWrap .imgBox a {
        color: #141A46; }
        .contactUsSection .formImgWrap .imgBox a:hover {
          text-decoration: underline; }
    .contactUsSection .formImgWrap h4 {
      color: #141A46;
      font-size: 42px;
      line-height: 1.3; }
  .contactUsSection .tipsDesc {
    font-size: 14px;
    color: #6e6e6e; }

.jumbotroeBannerKv {
  height: 530px;
  margin-top: 144px; }
  .jumbotroeBannerKv img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

@media only screen and (max-width: 1920px) {
  .teamListWrap .teamList .teamInner .contentBox {
    height: auto;
    padding: 30px 20px; }
  .teamListWrap .teamList .teamInner h4 {
    font-size: 24px; }
  .teamListWrap .teamList .teamInner h6 {
    font-size: 18px;
    line-height: 1.3;
    height: auto; }
  .teamListWrap .teamList .teamInner p {
    font-size: 16px;
    height: 160px;
    margin-bottom: 20px; }
  .advantagesPageWrap {
    padding: 130px 0px; }
  .ourVisionWrap .introWrap {
    width: 70%; }
  .strategicLayoutWrap .introWrap .intro {
    font-size: 18px; }
  .strategicLayoutWrap .introWrap .intro b {
    font-size: 21px; } }

@media only screen and (max-width: 1560px) {
  .contactUsSection .formImgWrap h4 {
    font-size: 36px; }
  .ourMissionWrap h5 {
    font-size: 28px; }
  .advantagesPageWrap .advantagesListWrap .advantagesInner .titleBox {
    padding: 30px 20px 60px 30px; }
  .teamListWrap .teamList .teamInner h4 {
    font-size: 21px; }
  .researchTechnologyWrap .introWrap p {
    font-size: 21px; }
  .researchTechnologyWrap .cardlist .cardInner .card-img img {
    width: 100px;
    height: 100px; } }

@media only screen and (max-width: 1480px) {
  .homeBanner {
    margin-top: 132px;
    height: 640px; }
  .homeBanner .jumbotron {
    width: 86%;
    padding-top: 8%; }
  .homeBanner h1 {
    font-size: 45px; }
  .homeBanner .intro {
    font-size: 21px;
    line-height: 1.4; }
  .homeBanner .linkbtn {
    margin-top: 40px; }
  .jumbotroeBannerKv {
    height: 480px; }
  .advantagesPageWrap .advantagesListWrap {
    margin-bottom: 40px;
    grid-column-gap: 20px;
    grid-row-gap: 30px; }
  .advantagesPageWrap .advantagesListWrap .advantagesInner .titleBox h4 {
    font-size: 21px; }
  .advantagesPageWrap .advantagesListWrap .advantagesInner .titleBox p {
    font-size: 16px; }
  .advantagesPageWrap .advantagesListWrap .advantagesInner .titleBox {
    padding: 30px 12px 40px 20px; }
  .teamListWrap {
    padding: 110px 0px; }
  .researchTechnologyWrap {
    padding-bottom: 130px; }
  .researchTechnologyWrap .cardlist .sectionTitle h5 {
    font-size: 36px; }
  .ourVisionWrap {
    padding-bottom: 120px; }
  .ourVisionWrap .introWrap h6 {
    font-size: 21px;
    line-height: 1.2; }
  .ourVisionWrap .introWrap h3 {
    font-size: 42px; }
  .ourVisionWrap .introWrap .linkbtn {
    font-size: 16px; }
  .strategicLayoutWrap .introWrap .intro {
    font-size: 16px; }
  .strategicLayoutWrap .introWrap .intro b {
    font-size: 18px; }
  .strategicLayoutWrap .introWrap h6 {
    font-size: 21px;
    margin-bottom: 8px; }
  .strategicLayoutWrap .introWrap .linkbtn {
    width: 210px;
    font-size: 16px; } }

@media only screen and (max-width: 1366px) {
  .homeBanner h1 {
    font-size: 36px; }
  .homeBanner {
    height: 540px; }
  .homeBanner .jumbotron {
    margin: 0 auto; }
  .homeBanner .linkbtn {
    margin-top: 40px; }
  .jumbotroeBannerKv {
    height: 360px; }
  .teamListWrap .teamList {
    margin-bottom: 30px; }
  .teamListWrap .teamList .teamInner h6 {
    font-size: 16px; }
  .ourVisionWrap .introWrap h5, .ourVisionWrap .introWrap h6 {
    font-size: 21px; }
  .teamListWrap .teamList .teamInner p {
    font-size: 14px; }
  .teamListWrap .teamList .readmoreBtn {
    font-size: 14px; }
  .researchTechnologyWrap .cardlist .cardInner .card-body p {
    line-height: 1.2; }
  .strategicLayoutWrap .introWrap h3 {
    font-size: 36px; }
  .strategicLayoutWrap .introWrap .intro b {
    font-size: 16px; }
  .strategicLayoutWrap .introWrap .intro {
    font-size: 14px; }
  .advantagesPageWrap {
    padding: 100px 0px; }
  .contactUsSection .wrapTitleBox h3 {
    font-size: 32px; }
  .contactUsSection .formBookCon {
    padding: 40px 40px !important; }
  .contactUsSection .formImgWrap h4 {
    font-size: 32px; } }

@media only screen and (max-width: 1280px) {
  .advantagesPageWrap .container {
    max-width: 90%; }
  .teamListWrap .container {
    max-width: 90%; }
  .partnershipGrowth .membershipWrap .shipInner .innerLink {
    font-size: 15px; }
  .partnershipGrowth .growthInner .introWrap h6 {
    font-size: 18px;
    line-height: 1.2; }
  .contactUsSection .formImgWrap h4 {
    font-size: 28px; } }

@media only screen and (max-width: 1024px) {
  .homeBanner {
    height: 420px; }
  .homeBanner h1 {
    font-size: 32px; }
  .homeBanner .intro {
    font-size: 18px;
    margin-top: 20px; }
  .homeBanner .linkbtn {
    margin-top: 30px; }
  .jumbotroeBannerKv {
    height: 240px; }
  .ourMissionWrap .linkbtn {
    width: 260px;
    font-size: 16px; }
  .ourMissionWrap h5 {
    font-size: 24px; }
  .aboutUsWrap .aboutDataNum .innerData h6,
  .aboutUsWrap .dataTips p {
    font-size: 15px; }
    .aboutUsWrap .aboutDataNum .innerData h6 br,
    .aboutUsWrap .dataTips p br {
      display: none; }
  .aboutUsWrap .aboutDataNum .innerData h3 {
    font-size: 32px; }
  .advantagesPageWrap .linkbtn {
    font-size: 15px; }
  .advantagesPageWrap .advantagesListWrap .advantagesInner .titleBox h4 {
    font-size: 18px; }
  .advantagesPageWrap .advantagesListWrap .advantagesInner .titleBox p {
    font-size: 14px; }
  .researchTechnologyWrap .cardlist .sectionTitle h5 {
    font-size: 32px; }
  .researchTechnologyWrap .introWrap p {
    font-size: 18px; }
  .teamListWrap .teamList .teamInner .contentBox {
    height: auto;
    padding: 30px 12px; }
  .teamListWrap .teamList .teamInner p {
    height: auto; } }

@media only screen and (max-width: 960px) {
  .aboutUsWrap {
    padding-top: 60px; }
  .homeBanner .container {
    max-width: 90%; }
  .homeBanner img {
    position: absolute; }
  .homeBanner h1 {
    width: 100%;
    font-size: 36px; } }

@media only screen and (max-width: 800px) {
  .homeBanner {
    margin-top: 115px; }
  .homeBanner .container {
    max-width: 100%; }
  .homeBanner .jumbotron {
    padding: 30px 30px;
    padding-bottom: 60px;
    width: 100%; }
  .homeBanner h1 {
    font-size: 32px; }
  .homeBanner h5 {
    font-size: 21px;
    width: 100%; }
  .homeBanner .scollingArrow {
    bottom: 40px; }
  .homeBanner .linkbtn {
    margin-top: 20px; }
  .homeBanner .bannerlink {
    display: none; }
  .teamListWrap .teamList {
    grid-template-columns: 1fr; }
  .ourMissionWrap h5 {
    font-size: 21px; }
  .ourMissionWrap h5 br {
    display: none; }
  .advantagesPageWrap .advantagesListWrap,
  .researchTechnologyWrap .cardlist .keyListWrap {
    grid-template-columns: 1fr 1fr; }
  .ourVisionWrap .introWrap {
    width: 90%;
    padding-top: 40px; }
  .ourVisionWrap .container {
    padding: 0px 0px; }
  .ourVisionWrap .introWrap h5, .ourVisionWrap .introWrap h6 {
    font-size: 21px; }
  .ourVisionWrap .introWrap h3 {
    margin-bottom: 20px; }
  .partnershipGrowth .growthList {
    grid-template-columns: 1fr;
    gap: 30px; }
  .partnershipGrowth .membershipWrap {
    grid-template-columns: 1fr;
    gap: 20px; }
  .contactUsSection .formImgWrap {
    margin-bottom: 40px;
    padding: 0px; }
  .contactUsSection .formBookCon {
    padding: 40px 20px !important; }
  .contactUsSection .formImgWrap h4 {
    font-size: 21px; }
  .contactUsSection .formImgWrap .imgBox {
    padding: 120px 20px 20px 20px;
    background-size: contain; } }

@media only screen and (max-width: 640px) {
  .homeBanner .jumbotron {
    width: 100%; }
  .homeBanner h1 {
    font-size: 26px; }
    .homeBanner h1 br {
      display: none; }
  .homeBanner .intro {
    font-size: 18px;
    line-height: 1.3; }
  .homeBanner .linkbtn, .homeBanner .bannerlink {
    width: 210px;
    justify-content: center; }
  .advantagesPageWrap .advantagesListWrap,
  .teamListWrap .teamList,
  .researchTechnologyWrap .cardlist .keyListWrap {
    grid-template-columns: 1fr; } }
