/**/
.main-content {
  padding-top: 100px; }

.pageBannerKv {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  height: 240px; }
  .pageBannerKv .container {
    max-width: 78%; }
  .pageBannerKv .jumbotron {
    width: 100%;
    padding: 0px;
    margin: 0px;
    text-align: left;
    position: relative;
    background: none;
    left: auto;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .pageBannerKv .jumbotron h2 {
      color: #29277A;
      font-size: 48px;
      font-weight: 400;
      margin-bottom: 0px;
      font-family: "Helvetica Now Display" !important; }
  .pageBannerKv .imgBox {
    position: relative;
    bottom: -60px;
    display: flex;
    justify-content: flex-end; }
    .pageBannerKv .imgBox img {
      width: 90%; }

.eventsBannerKv {
  background: #1e2025 url(../images/eventspage_kv.jpg) center center no-repeat;
  background-size: cover; }

.contactBannerKv {
  background: url(../images/contactus_pagekv.jpg) center center no-repeat;
  background-size: cover; }

.pageWrapTitle {
  padding: 100px 40px;
  border-bottom: 1px solid #DFE6E9; }
  .pageWrapTitle.noLine {
    border-bottom: 0px;
    padding: 80px 40px 0px 40px; }
  .pageWrapTitle .container {
    max-width: 72%; }
  .pageWrapTitle h4, .pageWrapTitle h6 {
    font-family: "Adelle Sans EXT Light";
    text-transform: capitalize;
    color: #000000; }
  .pageWrapTitle h6 {
    color: #999999; }

.pageIntroWrap {
  margin-top: 20px;
  margin-bottom: 160px; }
  .pageIntroWrap .container {
    max-width: 72%; }
  .pageIntroWrap .desc {
    font-size: 24px;
    color: #000;
    font-family: "Adelle Sans EXT" !important; }

/**/
.pageAboutUs {
  background: #F7F7F7;
  padding: 80px 0px; }
  .pageAboutUs .container {
    max-width: 72%; }
  .pageAboutUs h3 {
    margin-bottom: 40px; }
  .pageAboutUs .intro {
    margin-bottom: 30px;
    color: #000000; }
    .pageAboutUs .intro b {
      color: #E42B30; }
  .pageAboutUs .videoPopImg {
    height: 480px; }
    .pageAboutUs .videoPopImg img {
      margin: 0 auto;
      cursor: pointer;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .pageAboutUs .popVideoBtn {
    transform: scale(1);
    transition: all 0.3s ease-in-out 0s;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 100; }
  .pageAboutUs .popVideoBtn:hover {
    transform: scale(1.2); }
  .pageAboutUs .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; }

.pageMissionVision {
  padding-top: 40px;
  padding: 100px 60px;
  background: #F7F7F7; }
  .pageMissionVision .cardlist .cardInner {
    padding: 0px 40px; }
  .pageMissionVision .cardlist .card {
    background: none;
    border: none; }
    .pageMissionVision .cardlist .card .card-body {
      padding-top: 20px;
      margin-top: 30px;
      padding-left: 24px;
      border-left: 1px solid #E42B30; }

.pageOurServicesProducts {
  margin-bottom: 100px; }
  .pageOurServicesProducts .card {
    height: 240px;
    margin-bottom: 0px;
    border: 1px solid #E2E2E2;
    padding: 24px 36px; }

.pagePhilosophyWrap {
  padding: 40px 60px; }
  .pagePhilosophyWrap .container {
    max-width: 72%; }
  .pagePhilosophyWrap .col-lg-5 {
    padding: 0px;
    display: flex;
    align-items: center; }
    .pagePhilosophyWrap .col-lg-5 img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .pagePhilosophyWrap .introWrap {
    justify-content: flex-start;
    padding-left: 5%;
    padding-top: 5%;
    background: #F7F7F7; }
    .pagePhilosophyWrap .introWrap h3 {
      color: #252A36;
      font-size: 36px;
      line-height: 1.5;
      font-family: "Adelle Sans EXT Light";
      text-transform: capitalize; }
      .pagePhilosophyWrap .introWrap h3 b {
        color: #E42B30; }
    .pagePhilosophyWrap .introWrap .intro {
      font-family: "HelveticaNowDisplay";
      text-transform: capitalize;
      color: #6E6E6E; }
      .pagePhilosophyWrap .introWrap .intro b {
        color: #E42B30; }
  .pagePhilosophyWrap .groupList li {
    display: flex;
    gap: 24px;
    margin-bottom: 50px; }

.capitalStructure {
  margin-bottom: 120px; }

.pageNewsList .newsinsightslist .newsInner {
  margin-bottom: 60px; }

.performancePageWrap .wrapTitleBox {
  margin-bottom: 40px; }

.performancePageWrap .performanceList {
  display: flex;
  gap: 30px;
  flex-wrap: wrap; }
  .performancePageWrap .performanceList .innerli {
    width: calc(50% - 30px);
    padding: 24px 30px;
    background: #F7F7F7;
    position: relative; }
    .performancePageWrap .performanceList .innerli .titleBox .info {
      display: flex;
      align-items: center; }
    .performancePageWrap .performanceList .innerli .titleBox h3 {
      font-size: 45px;
      line-height: 1.5;
      font-family: "inter" !important;
      font-weight: bold;
      width: 80%;
      word-break: break-all; }
    .performancePageWrap .performanceList .innerli .titleBox p {
      font-family: "Adelle Sans EXT Light";
      text-transform: capitalize;
      color: #000;
      font-size: 16px; }
    .performancePageWrap .performanceList .innerli .numBox {
      width: 72px;
      height: 72px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      position: absolute;
      right: 24px;
      top: 24px;
      color: #fff;
      font-size: 24px;
      background: #6BC8F2;
      font-family: "Adelle Sans EXT Light";
      text-transform: capitalize; }
  .performancePageWrap .performanceList .moreArrow {
    position: relative;
    width: 30px;
    height: 30px;
    background: url(../images/morebtn_arrow.svg) 90% center no-repeat;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #E42B30;
    font-size: 18px;
    right: 0px;
    bottom: 0px;
    border-radius: 4px; }

.globalPageWrap {
  padding-bottom: 160px; }
  .globalPageWrap .layoutList {
    width: 100%; }
    .globalPageWrap .layoutList .innerli {
      display: flex;
      justify-content: space-between;
      padding: 24px 30px;
      background: #F7F7F7;
      margin-bottom: 40px;
      position: relative; }
      .globalPageWrap .layoutList .innerli h3 {
        font-family: "Adelle Sans EXT" !important;
        font-weight: bold;
        margin-bottom: 60px; }
      .globalPageWrap .layoutList .innerli ul {
        margin: 0px;
        padding: 0px; }
        .globalPageWrap .layoutList .innerli ul li {
          background: none;
          padding: 0px;
          color: #000000;
          font-family: "Adelle Sans EXT" !important;
          font-size: 21px; }
      .globalPageWrap .layoutList .innerli b {
        font-weight: bold;
        font-size: 21px;
        color: #000000;
        margin-right: 6px;
        font-family: "Adelle Sans EXT" !important; }
      .globalPageWrap .layoutList .innerli a {
        text-decoration: underline; }
    .globalPageWrap .layoutList .maplinkBtn {
      position: absolute;
      bottom: 36px;
      right: 36px;
      font-size: 24px;
      text-transform: capitalize; }

.teamlistPage {
  padding-bottom: 120px; }
  .teamlistPage .teamInner {
    padding: 0px 20px;
    position: relative;
    flex-direction: column;
    transition: all ease-in-out 0.3s;
    margin-bottom: 40px; }
    .teamlistPage .teamInner a {
      width: 100%; }
    .teamlistPage .teamInner .imgBox {
      width: 100%;
      position: relative; }
      .teamlistPage .teamInner .imgBox img {
        width: 100%; }
      .teamlistPage .teamInner .imgBox:after {
        position: absolute;
        width: 100%;
        height: 50%;
        content: '';
        display: inline-block;
        bottom: 0px;
        background: linear-gradient(180deg, rgba(21, 40, 75, 0) 0.01%, rgba(21, 40, 75, 0.9) 98.5%); }
    .teamlistPage .teamInner .titleBox {
      width: 100%;
      display: flex;
      flex-direction: column; }
      .teamlistPage .teamInner .titleBox h5 {
        margin-top: 32px; }
      .teamlistPage .teamInner .titleBox h5, .teamlistPage .teamInner .titleBox h6 {
        color: #000000;
        margin-bottom: 12px;
        font-family: "Adelle Sans EXT" !important; }
      .teamlistPage .teamInner .titleBox h6 {
        color: #6E6E6E;
        font-size: 21px;
        font-family: "Adelle Sans EXT Light" !important;
        font-weight: 300; }
      .teamlistPage .teamInner .titleBox p {
        color: #6E6E6E;
        opacity: .8; }
    .teamlistPage .teamInner:hover {
      margin-top: -4px; }

.servicesIntroCon {
  padding: 80px 0px; }
  .servicesIntroCon h3 {
    margin-bottom: 12px;
    line-height: 42px; }

.servicesListInner {
  padding: 80px 0px; }
  .servicesListInner .wrapTitleBox h2 {
    margin-bottom: 0px; }
  .servicesListInner .card .card-body {
    height: 340px; }
    .servicesListInner .card .card-body .intro {
      margin-top: 20px;
      font-size: 16px; }
    .servicesListInner .card .card-body .tips {
      font-size: 15px;
      color: #676767;
      margin-top: 20px;
      position: relative; }
      .servicesListInner .card .card-body .tips i {
        width: 6px;
        height: 6px;
        display: inline-block;
        background: #E65800;
        margin-right: 6px;
        top: -2px;
        position: relative; }

/**/
.pageJumbotronKv .container {
  position: relative; }

.pageJumbotronKv .jumbotronCon {
  width: 470px;
  height: 280px;
  background: linear-gradient(270deg, rgba(230, 88, 0, 0) 0%, #E65800 48.89%);
  position: absolute;
  padding: 40px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  left: 10%;
  top: 20%; }
  .pageJumbotronKv .jumbotronCon h3 {
    color: #fff;
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 0px;
    text-transform: capitalize; }
  .pageJumbotronKv .jumbotronCon h6 {
    color: #fff;
    margin-top: 8px;
    margin-bottom: 12px; }
  .pageJumbotronKv .jumbotronCon p {
    color: #fff;
    font-size: 15px;
    line-height: 18px;
    margin-top: 8px;
    text-transform: capitalize; }

/**/
.pageJumbotronFull {
  height: 360px;
  margin-top: 80px;
  margin-bottom: 120px; }
  .pageJumbotronFull .container {
    margin: 0px auto;
    height: 100%;
    display: flex;
    padding: 0px;
    align-items: center; }
  .pageJumbotronFull .jumbotron {
    background: none;
    border: 0px;
    width: 60%; }
    .pageJumbotronFull .jumbotron h5 {
      color: #fff; }

/**/
.viewPageBar {
  display: flex;
  align-items: center;
  margin-bottom: 40px; }

.backToList {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px 6px 0px; }

.backToList span {
  color: #86909C;
  font-size: 18px;
  line-height: 20px;
  display: block; }

.backToList .btnarrow {
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 60px;
  cursor: pointer;
  border: 1px solid #a3a8ac;
  background: #fff;
  transition: all ease-in-out 0.3s;
  background: #fff url("../images/slide_arrow_left.svg") 55% center no-repeat;
  background-size: 13px 13px; }

.backToList .btnarrow:hover {
  background: #15284b url("../images/slide_arrow_left_w.svg") 55% center no-repeat;
  background-size: 13px 13px;
  border-color: #15284b; }

/**/
.contactusWrap {
  padding-top: 60px;
  padding-bottom: 80px; }
  .contactusWrap .container {
    max-width: 1280px;
    padding: 0px; }
  .contactusWrap .wrapTitleBox {
    width: 40%;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start; }
    .contactusWrap .wrapTitleBox h4 {
      margin-bottom: 40px; }
    .contactusWrap .wrapTitleBox a {
      text-decoration: underline; }
    .contactusWrap .wrapTitleBox .contactTxt {
      display: flex; }
    .contactusWrap .wrapTitleBox .addressIcon {
      width: 32px;
      height: 32px;
      display: inline-block;
      background: url(../images/address_icon.svg) center center no-repeat;
      background-size: cover;
      margin-right: 10px; }
  .contactusWrap .formContent {
    display: flex; }
  .contactusWrap .formBookCon {
    transition: all 0.4s ease;
    width: 60%;
    padding: 40px 32px 60px 32px;
    background: #F9F9F9; }
    .contactusWrap .formBookCon .formCon {
      display: flex;
      flex-direction: column;
      gap: 24px;
      margin-bottom: 40px; }
    .contactusWrap .formBookCon .row {
      display: flex;
      gap: 16px;
      margin: 0px; }
    .contactusWrap .formBookCon .col-lg-6 {
      flex: 0 0 calc(50% - 8px);
      max-width: calc(50% - 8px);
      padding: 0px; }
    .contactusWrap .formBookCon .layui-form {
      display: flex;
      height: 100%;
      flex-direction: column;
      justify-content: space-between; }
    .contactusWrap .formBookCon .form-group, .contactusWrap .formBookCon .radio-group {
      width: 100%;
      display: block; }
    .contactusWrap .formBookCon .radio-group:nth-last-of-type(1) label, .contactusWrap .formBookCon .radio-group:nth-last-of-type(2) label {
      margin-bottom: 12px; }
    .contactusWrap .formBookCon .form-control.is-invalid, .contactusWrap .formBookCon .was-validated .form-control:invalid {
      box-shadow: none;
      outline: none;
      background: none; }
    .contactusWrap .formBookCon .form-control.is-valid, .contactusWrap .formBookCon .was-validated .form-control:valid {
      border-color: #A3A8AC;
      box-shadow: none;
      outline: none;
      background: none; }
    .contactusWrap .formBookCon .invalid-feedback {
      color: #F53F3F; }
    .contactusWrap .formBookCon .radio-list {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-wrap: wrap;
      gap: 16px; }
    .contactusWrap .formBookCon .layui-form-radio {
      margin: 0px;
      padding-right: 2px;
      line-height: 22px; }
    .contactusWrap .formBookCon .layui-form-radio > i {
      color: #C5C8CB; }
    .contactusWrap .formBookCon .layui-form-radio > * {
      font-size: 14px; }
    .contactusWrap .formBookCon .layui-form-radio:hover > *, .contactusWrap .formBookCon .layui-form-radioed, .contactusWrap .formBookCon .layui-form-radioed > i {
      color: #15284B; }
    .contactusWrap .formBookCon label {
      font-size: 14px;
      line-height: 22px;
      margin: 0px;
      margin-bottom: 8px; }
      .contactusWrap .formBookCon label i {
        margin-right: 2px;
        color: #FF0000; }
    .contactusWrap .formBookCon input {
      border: 1px solid #E3E3E3;
      height: 42px;
      border-radius: 0px;
      font-size: 16px;
      color: #1D2129;
      outline: none;
      box-shadow: none; }
      .contactusWrap .formBookCon input::placeholder {
        color: #1D2129;
        font-size: 16px; }
      .contactusWrap .formBookCon input:focus {
        border: 1px solid #1D2129; }
    .contactusWrap .formBookCon textarea {
      border: 1px solid #E3E3E3;
      border-radius: 6px;
      height: 140px; }
    .contactusWrap .formBookCon small {
      width: 100%;
      text-align: right;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 16px;
      margin-top: 8px; }
      .contactusWrap .formBookCon small a {
        color: #1D2129;
        font-size: 16px; }
    .contactusWrap .formBookCon .line20 {
      line-height: 20px; }
    .contactusWrap .formBookCon .form-check-input {
      margin: 0px;
      position: relative; }
    .contactusWrap .formBookCon .form-check {
      padding: 0px;
      margin-top: 20px;
      margin-bottom: 30px; }
      .contactusWrap .formBookCon .form-check label {
        font-size: 16px; }
      .contactusWrap .formBookCon .form-check .form-check-label {
        width: 100%;
        padding-left: 20px; }
      .contactusWrap .formBookCon .form-check a {
        color: #015DAC; }
    .contactusWrap .formBookCon .formBookCon .btn-default {
      margin-top: 20px; }
    .contactusWrap .formBookCon .btn-default {
      width: 100%;
      background: #000000;
      color: #fff;
      display: flex;
      height: 48px;
      font-size: 16px;
      align-items: center;
      justify-content: center; }
      .contactusWrap .formBookCon .btn-default:hover, .contactusWrap .formBookCon .btn-default.on {
        background: #29277A; }

.newsInsightsSecion .newsinsightslist {
  padding: 20px 10px;
  position: relative;
  z-index: 100; }

.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: 1.2;
      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;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical; }
    .newsInsightsSecion .newsInner .txtBox .time {
      font-size: 16px;
      color: #6E6E6E;
      font-family: "Adelle Sans EXT Light";
      line-height: 21px; }

/*Paper*/
ul.pagination {
  margin-top: 80px;
  align-items: center;
  justify-content: center; }
  ul.pagination li {
    width: 50px;
    height: 50px;
    margin: 0px 8px;
    padding: 0px;
    background: none;
    align-items: center;
    justify-content: center;
    display: flex;
    border: 1px solid #dedede; }
    ul.pagination li a {
      width: 100%;
      height: 100%;
      font-size: 21px;
      align-items: center;
      justify-content: center;
      display: flex; }
    ul.pagination li.active {
      border: 1px solid #29277A;
      background: #29277A;
      color: #fff; }
      ul.pagination li.active a {
        background: #E42B30;
        color: #fff; }
    ul.pagination li:hover {
      border: 1px solid #E42B30; }
      ul.pagination li:hover a {
        background: #E42B30;
        color: #fff; }
    ul.pagination li.disabled:hover {
      border: 1px solid #dedede; }
      ul.pagination li.disabled:hover a {
        color: #dedede; }

.insightsPage .wrapTitleBox {
  margin-bottom: 20px; }

.insightsPage .newsInsightsSecion {
  padding: 40px 0px 120px 0px;
  background: #EFEFEF; }

.insightsPage .newsinsightslist {
  padding: 0px; }

.insightsPage .newsInsightsSecion .container {
  max-width: 1280px;
  position: relative;
  padding: 0px 0%; }

.insightsPage .newsInsightsSecion .newsInner {
  margin-bottom: 60px; }

/**/
.detailPage {
  margin-top: 72px;
  padding: 4% 4% 4% 4%;
  background: #fff; }
  .detailPage .wrapTitleBox {
    margin-bottom: 40px; }
    .detailPage .wrapTitleBox h5 {
      margin-bottom: 20px; }
  .detailPage .container {
    position: relative;
    z-index: 10; }

.detailContent {
  position: relative; }
  .detailContent .imgBox {
    margin-bottom: 40px;
    position: absolute;
    right: 12px;
    top: 0px; }
    .detailContent .imgBox img {
      width: 280px; }
  .detailContent .content {
    margin-right: 330px; }
    .detailContent .content p {
      font-size: 18px;
      color: #000;
      margin-bottom: 12px; }
    .detailContent .content h6 {
      font-weight: bold;
      font-size: 24px;
      margin-bottom: 12px;
      font-family: "GT Walsheim", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif !important; }
    .detailContent .content a {
      color: #a06c00;
      text-decoration: underline; }
    .detailContent .content ul {
      padding-left: 16px; }
      .detailContent .content ul li {
        color: #1c1c1c;
        line-height: 32px;
        font-size: 16px;
        list-style: square; }
      .detailContent .content ul span {
        font-weight: bold;
        color: #000; }

.detailContent .newsContent {
  margin-right: 0px; }
  .detailContent .newsContent p, .detailContent .newsContent li {
    font-size: 18px;
    line-height: 21px; }

@media only screen and (max-width: 1920px) {
  .pageAboutUs .videoPopImg {
    height: 360px; } }

@media only screen and (max-width: 1780px) {
  .pageAboutUs .container {
    max-width: 76%; } }

@media only screen and (max-width: 1680px) {
  .pagePhilosophyWrap .introWrap h3 {
    line-height: 1.2; }
  .pagePhilosophyWrap .introWrap .intro {
    line-height: 24px;
    font-size: 16px; }
  .pagePhilosophyWrap .groupList li {
    padding-left: 0px;
    margin-bottom: 32px; }
  .pagePhilosophyWrap .groupList li h6 {
    font-size: 21px; }
  .pagePhilosophyWrap .groupList li p {
    font-size: 13px; }
  .pageAboutUs .videoPopImg {
    height: 350px; } }

@media only screen and (max-width: 1480px) {
  .pageAboutUs .videoPopImg {
    height: 320px; }
  .pageOurServicesProducts .card {
    height: 320px;
    padding: 24px 30px; } }

@media only screen and (max-width: 1360px) {
  .pageAboutUs .videoPopImg {
    height: 260px; } }

@media only screen and (max-width: 1280px) {
  .pageBannerKv .imgBox img {
    width: 60%; }
  .pageAboutUs .container {
    max-width: 80%; }
  .pageAboutUs .videoPopImg {
    height: 240px; }
  .pageAboutUs .popVideoBtn .playIcon {
    width: 80px;
    height: 80px;
    background-size: 100%; } }

@media only screen and (max-width: 1024px) {
  .pageAboutUs .videoPopImg {
    height: 240px; } }

@media only screen and (max-width: 800px) {
  .main-content {
    padding-top: 72px; }
  .col-lg-2 {
    flex: 0 0 50%;
    max-width: 50%; }
  h2 {
    font-size: 36px;
    line-height: 42px; }
  h3 {
    font-size: 32px;
    line-height: 36px; }
    h3 br {
      display: none; }
  h4 {
    font-size: 24px;
    line-height: 28px; }
    h4 br {
      display: none; }
  h5 {
    font-size: 21px;
    line-height: 24px; }
  h6 {
    font-size: 18px;
    line-height: 21px; }
  .aboutPagewrap {
    padding: 40px 0px; }
  .wrapTitleBox .desc {
    font-size: 16px;
    line-height: 21px; }
    .wrapTitleBox .desc br {
      display: none; }
  .homeBanner h1 {
    font-size: 32px; }
  .pageBannerKv {
    height: 160px;
    background-size: cover;
    background-repeat: no-repeat; }
    .pageBannerKv .jumbotron {
      margin-bottom: 0px; }
    .pageBannerKv h2 {
      font-size: 28px;
      line-height: 32px;
      margin-bottom: 0px; }
      .pageBannerKv h2 br {
        display: none; }
  .pageJumbotronKv .jumbotronCon {
    width: 60%;
    height: 50px;
    padding: 40px 20px; }
  .pageJumbotronKv .jumbotronCon h3 {
    font-size: 21px;
    line-height: 24px; }
  .pageJumbotronKv .jumbotronCon h6 {
    font-size: 16px;
    line-height: 21px; }
  .pageJumbotronKv .jumbotronCon p {
    display: none; }
  .pageBannerKv .container {
    max-width: 90%; }
  .pageBannerKv .jumbotron h2 {
    font-size: 32px; }
  .pageBannerKv .jumbotron .imgBox {
    width: 240px;
    right: 0px;
    position: absolute; }
  .pageAboutUs .container {
    max-width: 88%; }
  .pageAboutUs .videoPopImg {
    height: 250px; }
  .pageOurServicesProducts .card {
    height: 240px; }
  .pageMissionVision {
    padding: 80px 40px; }
  .pageMissionVision .cardlist .cardInner {
    padding: 0px 20px; }
  .pageOurServicesProducts .icoList .card .card-body {
    min-height: inherit;
    padding: 0px 16px 0px 0px; }
  .pageOurServicesProducts .pageOurServicesProducts .cardlist .cardInner {
    padding: 0px 20px; }
  .newsInsightsSecion {
    padding: 60px 0px 100px 0px; }
  .newsInsightsSecion .newsinsightslist {
    padding: 20px 40px !important; }
  .pageNewsList .newsinsightslist .newsInner {
    width: 100% !important; }
  .pagePhilosophyWrap {
    padding: 40px 30px; }
  .pagePhilosophyWrap .container {
    max-width: 88%; }
  .pagePhilosophyWrap .introWrap, .pagePhilosophyWrap .imgWrap {
    margin-bottom: 0px; }
  .pagePhilosophyWrap .introWrap h3 {
    font-size: 32px;
    line-height: 1.2; }
  .majorInvestmentWrap .row {
    flex-direction: column-reverse; }
  .contentGroup .introWrap.pl-5 {
    padding-left: 5% !important; }
  .pageWrapTitle, .pageWrapTitle.noLine {
    padding: 60px 20px 40px 20px !important; }
    .pageWrapTitle .container, .pageWrapTitle.noLine .container {
      max-width: 90%; }
  .teamlistPage {
    padding-top: 20px; }
  .globalPageWrap .layoutList .innerli h3 {
    font-size: 26px; }
  .globalPageWrap .layoutList .innerli {
    flex-direction: column; }
  .globalPageWrap .layoutList .innerli ul {
    margin-bottom: 40px; }
  .globalPageWrap .layoutList .innerli ul li {
    line-height: 1.3; }
  .globalPageWrap .layoutList .maplinkBtn {
    position: relative;
    bottom: 0px;
    font-size: 16px;
    left: 0px; }
  .performancePageWrap .performanceList .innerli {
    width: 100%; }
  .pageIntroWrap .container {
    max-width: 88%; }
  .pageIntroWrap .desc br {
    display: none; }
  .pagePhilosophyWrap .groupList li {
    margin-bottom: 30px; }
  .newsJumbotronWrap {
    height: 540px; }
  .newsJumbotronWrap .jumbotronCard {
    height: 420px; }
  .insightsPage .newsinsightslist {
    padding: 0px 6%; }
  .insightsPage .newsInsightsSecion .newsInner .imgBox {
    width: 100% !important;
    height: auto; }
  .insightsPage .newsInsightsSecion .newsInner {
    width: 100% !important;
    height: auto; }
  .insightsPage .newsInsightsSecion .newsInner .imgBox img {
    max-width: 100%;
    max-height: 160px;
    object-fit: cover; }
  .detailPage {
    padding-top: 60px; }
  .detailContent p {
    font-size: 15px;
    margin-bottom: 6px; }
  .detailContent .imgBox {
    position: relative; }
  .detailContent .imgBox img {
    width: 80%; }
  .detailContent .content {
    margin-right: 0px;
    margin-bottom: 40px; }
  .detailContent .content h6 {
    font-size: 18px; }
  .detailContent .content p {
    font-size: 15px; }
  .detailContent .content ul li {
    line-height: 1.5;
    font-size: 15px; }
  .teamlistPage .teamInner .titleBox p {
    font-size: 13px; }
  .contactusWrap .container {
    padding: 0px 30px; }
  .contactusWrap .formBookCon {
    width: 100%; }
  .contactusWrap .formContent {
    flex-direction: column; }
  .contactusWrap .wrapTitleBox .addressIcon {
    width: 30px;
    margin-right: 30px; }
  .marquee-left, .marquee-right {
    display: none; } }
