.pageBannerKv {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  height: 420px;
  padding-top: 100px;
  background-repeat: no-repeat;
  background-size: cover; }
  .pageBannerKv .jumbotron {
    width: 100%;
    padding: 0px;
    margin: 0px;
    height: 100%;
    text-align: left;
    position: relative;
    background: none;
    display: flex;
    align-items: flex-start; }
    .pageBannerKv .jumbotron h1 {
      font-size: 56px; }
    .pageBannerKv .jumbotron h2 {
      color: #29277A;
      font-size: 42px;
      font-weight: 400;
      margin-bottom: 0px; }
  .pageBannerKv .imgBox {
    position: relative;
    bottom: -60px;
    display: flex;
    justify-content: flex-end; }
    .pageBannerKv .imgBox img {
      width: 90%; }

.aboutUsPage {
  margin-top: 110px; }

.researchPage {
  margin-top: 110px; }

.researchPageBottom {
  padding-bottom: 180px; }

.articlesPage {
  margin-top: 100px;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 240px; }
  .articlesPage .pageBannerKv {
    height: 240px;
    padding: 0px;
    margin-top: 0px;
    position: relative;
    background: url(../img/shutterstock_1902656500-scaled-1-scaled.jpg) center center no-repeat;
    background-size: cover; }
    .articlesPage .pageBannerKv:before {
      position: absolute;
      width: 100%;
      height: 100%;
      opacity: .9;
      background: #008FFF;
      content: '';
      display: inline-block;
      z-index: 1; }
    .articlesPage .pageBannerKv .container {
      padding: 0px 15px; }
    .articlesPage .pageBannerKv h2 {
      color: #ffffff;
      font-size: 32px;
      padding: 0px;
      margin: 0px;
      font-weight: bold; }
  .articlesPage .growthList {
    margin-top: 100px;
    margin-bottom: 40px; }

.ourTeamPageWrap {
  margin-top: 110px;
  padding-bottom: 120px; }
  .ourTeamPageWrap .teamListSwiper {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
    gap: 40px; }
  .ourTeamPageWrap .teamInner {
    padding: 0px 0px;
    position: relative;
    flex-direction: column;
    transition: all ease-in-out 0.3s;
    margin-bottom: 40px; }
    .ourTeamPageWrap .teamInner a {
      width: 100%; }
    .ourTeamPageWrap .teamInner .imgBox {
      width: 100%;
      position: relative; }
      .ourTeamPageWrap .teamInner .imgBox img {
        width: 100%; }
      .ourTeamPageWrap .teamInner .imgBox:after {
        position: absolute;
        width: 100%;
        height: 50%;
        display: none;
        content: '';
        bottom: 0px;
        background: linear-gradient(180deg, rgba(21, 40, 75, 0) 0.01%, rgba(21, 40, 75, 0.9) 98.5%); }
    .ourTeamPageWrap .teamInner .titleBox {
      width: 100%;
      display: flex;
      flex-direction: column; }
      .ourTeamPageWrap .teamInner .titleBox h5 {
        margin-top: 32px;
        font-size: 24px; }
      .ourTeamPageWrap .teamInner .titleBox h5, .ourTeamPageWrap .teamInner .titleBox h6 {
        color: #000000;
        margin-bottom: 12px; }
      .ourTeamPageWrap .teamInner .titleBox h6 {
        color: #6E6E6E;
        font-size: 18px;
        font-weight: 400; }
      .ourTeamPageWrap .teamInner .titleBox p {
        color: #6E6E6E;
        font-size: 16px;
        font-weight: 300; }
    .ourTeamPageWrap .teamInner:hover {
      margin-top: -4px; }

/*Core Business*/
.servicesIntroCon {
  margin-top: 160px;
  padding: 80px 0px; }
  .servicesIntroCon .wrapTitleBox {
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 40px; }
    .servicesIntroCon .wrapTitleBox h3 {
      margin-bottom: 12px;
      line-height: 1.2; }
    .servicesIntroCon .wrapTitleBox p.intro {
      font-size: 21px;
      margin-top: 12px;
      line-height: 1.2; }
      .servicesIntroCon .wrapTitleBox p.intro b {
        color: #136CAF; }
  .servicesIntroCon .imgBox {
    margin-bottom: 30px; }

.ourPerformancePageWrap {
  padding-bottom: 180px;
  padding-top: 40px; }
  .ourPerformancePageWrap .layoutColorBg {
    background: #E8F0F4; }
  .ourPerformancePageWrap .imgWrap img {
    border-radius: 16px; }
  .ourPerformancePageWrap .introWrap {
    height: 100%; }
    .ourPerformancePageWrap .introWrap h6 {
      margin-bottom: 40px; }
    .ourPerformancePageWrap .introWrap h4 {
      line-height: 1.1;
      margin-bottom: 40px; }
      .ourPerformancePageWrap .introWrap h4 b {
        color: #3182A9; }

/**/
.contactusWrap {
  padding-top: 60px;
  padding-bottom: 80px;
  background: #fff; }
  .contactusWrap .container {
    padding: 0px; }
  .contactusWrap .wrapTitleBox {
    width: 40%;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start; }
    .contactusWrap .wrapTitleBox h4 {
      margin-bottom: 40px;
      font-weight: 500; }
    .contactusWrap .wrapTitleBox a {
      text-decoration: underline; }
    .contactusWrap .wrapTitleBox .contactTxt {
      display: flex; }
    .contactusWrap .wrapTitleBox .addressIcon {
      width: 32px;
      height: 32px;
      display: inline-block;
      background: url(../img/address_icon.svg) center center no-repeat;
      background-size: cover;
      margin-right: 10px; }
    .contactusWrap .wrapTitleBox .emailIcon {
      width: 28px;
      height: 28px;
      display: inline-block;
      background: url(../img/contact_ico_dark.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: 16px;
      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;
      
      height: 140px; }
    .contactusWrap .formBookCon small {
      width: 100%;
      text-align: right;
      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: 200px;
      background: #141A46;
      color: #fff;
      display: flex;
      font-weight: bold;
      height: 48px;
      font-size: 18px;
      border-radius: 60px;
      align-items: center;
      justify-content: center; }
      .contactusWrap .formBookCon .btn-default:hover, .contactusWrap .formBookCon .btn-default.on {
        color: #000;
        background: #FFBE06; }

/**/
/**/
.detailPage {
  min-height: 70vh;
  padding: 0%;
  padding-bottom: 120px;
  background: #fff; }
  .detailPage .wrapTitleBox {
    width: 76%;
    margin-bottom: 40px; }
  .detailPage .container {
    position: relative;
    z-index: 10; }
  .detailPage .keywords {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 25px; }
  .detailPage .keyword-tag {
    background-color: #e8f4fd;
    color: #004567;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500; }
  .detailPage .backToList {
    width: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border-radius: 30px;
    background: #C9E9FF; }
  .detailPage .backToList span {
    color: #008fff;
    font-size: 16px;
    line-height: 20px;
    display: block; }
  .detailPage .backToList .btnarrow {
    width: 12px;
    height: 12px;
    display: block;
    cursor: pointer;
    transition: all ease-in-out 0.3s;
    background: url("../img/slide_arrow_left.svg") 55% center no-repeat;
    background-size: 13px 13px; }
  .detailPage .backToList .btnarrow:hover {
    background: #15284b url("../img/slide_arrow_left_w.svg") 55% center no-repeat;
    background-size: 13px 13px;
    border-color: #15284b; }

.detailContent {
  position: relative; }
  .detailContent .section {
    margin-bottom: 40px; }
  .detailContent .wrapTitleBox {
    margin-top: 100px;
    width: 100%;
    padding: 80px 0px;
    background: #ECF9FF; }
    .detailContent .wrapTitleBox h4 {
      color: #004567;
      font-size: 32px;
      line-height: 1.3;
      font-weight: 600;
      margin: 30px 0px 20px 0px; }
    .detailContent .wrapTitleBox .introBox p {
      color: #004567;
      font-weight: 600;
      font-size: 18px; }
  .detailContent h6 {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 12px;
    color: #008fff;
    margin-top: 20px;
    font-weight: 600; }
  .detailContent .imgBox {
    margin-bottom: 40px;
    position: absolute;
    right: 12px;
    top: 0px; }
    .detailContent .imgBox img {
      width: 280px; }
	  .detailContent .stat-value {
	      font-size: 2.5rem;
	      font-weight: 700;
	      color: #004567;
	      margin-bottom: 10px;
	  }
	 .detailContent .section-title {
		 font-size: 1.7rem;
		 color: #004567;
		 margin-bottom: 20px;
		 padding-bottom: 12px;
		 border-bottom: 1px solid #eaeaea;
		 font-weight: 600;
	 }
	 
	 .detailContent .important-paragraph {
		 font-size: 1.2rem;
		 line-height: 1.8;
		 margin: 25px 0;
		 padding: 20px;
		 background-color: #f8f9fa;
		 
		 border-left: 4px solid #004567;
	 }
	 
	 .detailContent .quote {
		 font-style: italic;
		 color: #555;
		 border-left: 3px solid #4CAF50;
		 padding-left: 20px;
		 margin: 25px 0;
		 font-size: 1.1rem;
	 }
	.detailContent .person-highlight {
	      background-color: #e8f4fd;
	      padding: 15px;
	      
	      margin: 20px 0;
	      border-left: 4px solid #2196F3;
	  }
  .detailContent .newsContent {
    padding-top: 20px; }
  .detailContent .content p {
    font-size: 16px;
    line-height: 1.5;
    color: #535960;
    margin-bottom: 12px; }
    .detailContent .content p b {
      font-weight: bold; }
  .detailContent .content .important-paragraph {
    font-size: 18px;
    font-weight: 600;
    color: #004567;
    line-height: 1.8;
    margin-bottom: 40px; }
	.detailContent .architecture-list {
		margin: 20px 0;
		list-style: none;
	}
	
	.detailContent .architecture-item {
		background-color: #e8f4fd;
		padding: 20px;
		margin-bottom: 15px;
		border-left: 4px solid #2196F3;
	}
	
	.detailContent .layer-title {
		font-weight: 600;
		color: #004567;
		margin-bottom: 10px;
		font-size: 1.2rem;
	}
  .detailContent .content .quote {
    font-style: italic;
    color: #555;
    border-left: 3px solid #004567;
    padding-left: 20px;
    padding: 12px 20px;
    margin: 25px 0;
    margin-bottom: 40px;
     }
    .detailContent .content .quote p {
      margin: 0px;
      font-size: 18px; }
  .detailContent .content .person-highlight {
    background-color: #e8f4fd;
    padding: 15px;
    
    margin: 20px 0;
    border-left: 4px solid #2196F3; }
  .detailContent .content .person-name {
    font-weight: 600;
    color: #004567;
    margin-bottom: 5px; }
  .detailContent .content .person-title {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 10px; }
  .detailContent .content a {
    color: #a06c00;
    text-decoration: underline;
    color: #000; }
  .detailContent .content ul {
	  margin-bottom:12px;
	}
    .detailContent .content ul li {
      color: #535960;
      line-height: 32px;
      font-size: 16px;
	  /* margin-left:16px; */
	  /* list-style: square; */
	  }
    .detailContent .content ul span {
      font-weight: bold;
      color: #000; }

@media only screen and (max-width: 1280px) {
  .ourPerformancePageWrap .introWrap h4 {
    font-size: 28px; } }

@media only screen and (max-width: 800px) {
  .articlesPage {
    margin-top: 70px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 120px; }
  .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; }
  .articlesPage .pageBannerKv {
    height: 180px; }
  .articlesPage .pageBannerKv h2 {
    font-size: 24px; }
  .articlesPage .growthList {
    margin-top: 60px;
    margin-bottom: 40px;
    padding: 0px 15px; }
  .teamlistPage .teamInner .titleBox p {
    font-size: 13px; }
  .ourPerformancePageWrap {
    padding-bottom: 80px;
    padding-top: 40px; }
  .ourPerformancePageWrap .introWrap h4 {
    font-size: 24px; }
  .contactusWrap .container {
    padding: 0px 30px; }
  .contactusWrap .formBookCon {
    width: 100%;
    padding: 30px 20px; }
  .contactusWrap .formContent {
    flex-direction: column; }
  .contactusWrap .wrapTitleBox {
    width: 100%; }
  .contactusWrap .wrapTitleBox .contactTxt.pr-5 {
    width: 100%;
    padding: 0px !important;
    margin-bottom: 40px; }
  .contactusWrap .wrapTitleBox .addressIcon {
    width: 36px;
    height: 36px;
    background-size: contain;
    margin-right: 30px; }
  /**/
  .detailContent .wrapTitleBox {
    margin-top: 72px;
    width: 100%;
    padding: 60px 0px; }
  .detailPage .backToList span {
    font-size: 15px; }
  .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 {
	    display: flex;
	    gap: 10px;
		flex-direction: column;
	}
  .detailContent .content ul li {
    line-height: 1.5;
    font-size: 15px; } 
	
	
	}
