/*Home*/
/**/
.homeBanner {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  height: 640px;
  padding-top: 40px;
  background: #000 url(../images/bannerkv.jpg) center center no-repeat;
  background-size: cover; }
  .homeBanner .container {
    max-width: 76%;
    height: 100%;
    z-index: 200;
    position: relative; }
  .homeBanner .wrapConIntro {
    width: 100%;
    padding: 10% 0px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .homeBanner .titleWrap {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100%;
    z-index: 200;
    justify-content: center;
    text-align: center; }
  .homeBanner h3 {
    margin-bottom: 20px;
    line-height: 1.1;
    font-weight: bold;
    color: #fff;
    margin-top: 16px;
    text-transform: capitalize; }
  .homeBanner h6 {
    color: #fff;
    font-size: 24px;
    text-transform: capitalize;
    line-height: 1.4;
    margin-bottom: 40px;
    font-weight: 500; }
  .homeBanner img {
    position: relative;
    z-index: 10;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 4px solid #fff;
    object-fit: cover; }

.wrapTitleBox {
  margin-bottom: 40px; }
  .wrapTitleBox h1, .wrapTitleBox h2, .wrapTitleBox h3, .wrapTitleBox h4, .wrapTitleBox h5, .wrapTitleBox h6 {
    color: #fff; }
  .wrapTitleBox h3 {
    position: relative;
    display: flex;
    margin-bottom: 60px; }
    .wrapTitleBox h3:after {
      position: absolute;
      width: 120px;
      height: 3px;
      background: #fff;
      display: inline-block;
      content: '';
      left: 0px;
      bottom: -24px; }
  .wrapTitleBox p {
    color: #fff;
    font-size: 21px; }

.educationalSection {
  background: #000 url(../images/educationalsection_bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 120px 0px; }
  .educationalSection .cardGroup .introWrap {
    background: #055A60;
    padding: 40px 30px; }
    .educationalSection .cardGroup .introWrap img {
      height: 50px;
      width: 100%;
      margin-bottom: 30px;
      object-fit: contain; }
    .educationalSection .cardGroup .introWrap h5 {
      color: #fff;
      text-align: center;
      margin-bottom: 12px;
      font-size: 24px;
      line-height: 1.4; }
    .educationalSection .cardGroup .introWrap p {
      color: #fff;
      text-align: center;
      height: 60px;
      opacity: .6; }

.archivesSection {
  background: #000 url(../images/archivessection_bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 120px 0px; }
  .archivesSection .taglist {
    display: flex;
    gap: 30px; }
    .archivesSection .taglist .taginner {
      background: #12374E;
      padding: 16px 40px;
      display: flex;
      justify-items: center;
      align-items: center; }
      .archivesSection .taglist .taginner h6 {
        font-size: 18px;
        color: #fff;
        margin: 0px; }

.strengthSection {
  background: #000 url(../images/strengthsection_bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 120px 0px; }
  .strengthSection .strengthList {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    gap: 40px 40px; }
    .strengthSection .strengthList .strengthInner {
      background: #12374E;
      padding: 16px 40px;
      display: flex;
      justify-items: center;
      align-items: center;
      gap: 24px; }
      .strengthSection .strengthList .strengthInner h5 {
        font-size: 24px;
        color: #fff;
        width: 60%;
        font-weight: bold;
        line-height: 1.4;
        display: inline-block;
        margin: 0px; }

.contributionsSection {
  background: #000 url(../images/contributionssection_bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 120px 0px; }
  .contributionsSection .introContent h6 {
    color: #fff; }
    .contributionsSection .introContent h6 i {
      color: #fff;
      text-decoration: underline;
      font-style: inherit; }

.experienceSection {
  background: #000 url(../images/experiencesection_bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 120px 0px; }
  .experienceSection .tableContent .table {
    background: none;
    color: #fff;
    border: 2px solid #055A60; }
  .experienceSection .tableContent .thead-dark th {
    background: #055A60 !important;
    border-color: #055A60;
    font-weight: 600;
    font-size: 18px; }
  .experienceSection .tableContent th, .experienceSection .tableContent td {
    font-size: 21px;
    padding: 24px 32px;
    border-top: 2px solid #dee2e6;
    border-right: 2px solid #dee2e6; }
  .experienceSection .tableContent th, .experienceSection .tableContent td {
    border-color: #055A60; }

.caseSection {
  background: #000 url(../images/casesection_bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 120px 0%; }
  .caseSection .container {
    padding: 0px 3%; }
  .caseSection .caseList {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    gap: 40px 40px; }
    .caseSection .caseList .caseInner {
      display: flex;
      flex-direction: column;
      background: #055A60;
      gap: 20px 30px;
      padding: 50px 40px 40px;
      height: 240px; }
      .caseSection .caseList .caseInner img {
        height: 60px; }
      .caseSection .caseList .caseInner h5 {
        color: #fff;
        font-size: 28px;
        font-weight: bold;
        margin: 0px; }
      .caseSection .caseList .caseInner p {
        color: #fff;
        font-size: 18px;
        line-height: 1.5; }

/**/
.newsInsightsSecion {
  padding: 100px 0px 120px 0px;
  background: #000 url(../images/newslist_bg.jpg) center center no-repeat;
  background-size: cover; }
  .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 #333;
      transition: all ease-in-out 0.3s;
      background: url(../images/slide_arrow_left_w.svg) center center no-repeat;
      background-size: 16px 14px; }
      .newsInsightsSecion .slideArrowGroup .slide-arrow-prev:hover {
        background: #055A60 url(../images/slide_arrow_left_w.svg) center center no-repeat;
        background-size: 16px 14px; }
    .newsInsightsSecion .slideArrowGroup .slide-arrow-next {
      border: 1px solid #333;
      transition: all ease-in-out 0.3s;
      background: url(../images/slide_arrow_right_w.svg) 45% center no-repeat;
      background-size: 16px 14px; }
      .newsInsightsSecion .slideArrowGroup .slide-arrow-next:hover {
        background: #055A60 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 {
    border: 2px solid #055A60; }
    .newsInsightsSecion .newsInner .imgBox {
      width: 100%;
      height: 228px;
      background: #000; }
      .newsInsightsSecion .newsInner .imgBox img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .newsInsightsSecion .newsInner .txtBox {
      height: 280px;
      padding: 16px 24px 30px 24px; }
      .newsInsightsSecion .newsInner .txtBox h4 {
        font-size: 21px;
        margin-bottom: 12px;
        margin-top: 24px;
        color: #fff;
        font-weight: 500;
        line-height: 1.4;
        font-weight: 600;
        text-transform: capitalize; }
        .newsInsightsSecion .newsInner .txtBox h4 a {
          color: #fff; }
      .newsInsightsSecion .newsInner .txtBox .intro {
        font-size: 15px;
        color: #fff;
        opacity: .5;
        line-height: 21px; }
      .newsInsightsSecion .newsInner .txtBox .moretxt {
        font-size: 16px;
        color: #fff;
        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; }

.futureSection {
  background: #000 url(../images/futuresection_bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 120px 0px; }
  .futureSection .futureList {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    gap: 40px 40px; }
    .futureSection .futureList .futureInner {
      display: flex;
      align-items: center;
      gap: 30px; }
      .futureSection .futureList .futureInner img {
        height: 60px; }
      .futureSection .futureList .futureInner h5 {
        color: #fff;
        font-size: 24px;
        margin: 0px; }

.philosophySection {
  background: #000 url(../images/philosophysection_bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 160px 0px; }
  .philosophySection .introContent {
    position: relative;
    margin: 0 auto;
    padding: 40px 10%;
    border: 3px solid #055A60;
    border-radius: 12px;
    display: flex;
    gap: 0px 40px; }
    .philosophySection .introContent .tipsicon {
      width: 70px; }
    .philosophySection .introContent .titleWrap {
      position: relative;
      z-index: 100; }
      .philosophySection .introContent .titleWrap h4 {
        color: #1BB1BC;
        margin-bottom: 30px;
        line-height: 1.4;
        font-weight: bold; }
      .philosophySection .introContent .titleWrap p {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        color: #1BB1BC;
        font-size: 21px; }
        .philosophySection .introContent .titleWrap p i {
          width: 60px;
          height: 2px;
          margin-right: 10px;
          background: #1BB1BC;
          display: inline-block; }
  .philosophySection .tipsContent {
    color: #fff;
    margin-top: 60px; }
    .philosophySection .tipsContent h6 {
      color: #fff;
      line-height: 1.4; }
    .philosophySection .tipsContent i {
      color: #fff;
      text-decoration: underline;
      font-style: inherit; }

.leaderWordsSection {
  background: #000 url(../images/leaderwordssection_bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 240px 0px;
  height: 640px; }
  .leaderWordsSection .introContent {
    position: relative;
    width: 70%;
    margin: 0 auto; }
    .leaderWordsSection .introContent .wordstips {
      position: absolute;
      width: 110px;
      height: 80px;
      background: url(../images/leaderwords_icon.svg) center center no-repeat;
      display: inline-block;
      z-index: 10;
      top: -40px; }
    .leaderWordsSection .introContent .titleWrap {
      position: relative;
      z-index: 100; }
      .leaderWordsSection .introContent .titleWrap h4 {
        color: #fff;
        margin-bottom: 30px;
        line-height: 1.4;
        font-weight: bold; }
      .leaderWordsSection .introContent .titleWrap p {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        color: #fff;
        font-size: 21px; }
        .leaderWordsSection .introContent .titleWrap p i {
          width: 60px;
          height: 2px;
          margin-right: 10px;
          background: #fff;
          display: inline-block; }

@media only screen and (max-width: 1920px) {
  .homeBanner .container {
    max-width: 84%;
    height: 100%;
    z-index: 200;
    padding: 0px 80px;
    position: relative; }
    .homeBanner .container h2 {
      font-size: 48px; }
  .wrapTitleBox h2 {
    font-size: 42px;
    line-height: 1.2; } }

@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; } }

@media only screen and (max-width: 1680px) {
  .homeBanner h1, .homeBanner h2 {
    margin-bottom: 20px;
    font-size: 42px;
    padding: 0px; }
  .homeBanner h6 {
    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; } }

@media only screen and (max-width: 1480px) {
  .wrapTitleBox h3 {
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 40px; }
  .wrapTitleBox h3:after {
    width: 80px;
    height: 2px;
    bottom: -16px; }
  .contentGroup h4 {
    font-size: 26px; }
  .wrapTitleBox p {
    font-size: 18px; }
  .homeBanner {
    height: 560px; }
  .homeBanner .container {
    max-width: 90%;
    padding: 0px 60px; }
  .homeBanner .container h2 {
    font-size: 42px; }
  .educationalSection .cardGroup .introWrap {
    padding: 20px 30px; }
  .educationalSection .cardGroup .introWrap h5 {
    font-size: 21px; }
  .archivesSection .taglist {
    gap: 20px; }
  .archivesSection .taglist .taginner h6 {
    font-size: 16px; }
  .archivesSection .taglist .taginner {
    padding: 16px 20px; }
  .strengthSection {
    padding: 100px 0px 120px 0px; }
  .strengthSection .strengthList {
    gap: 20px 30px; }
  .archivesSection, .contributionsSection, .experienceSection, .caseSection {
    padding: 100px 0px 120px; }
  .experienceSection .tableContent th, .experienceSection .tableContent td {
    font-size: 18px;
    padding: 16px 24px;
    text-align: center; }
  .contributionsSection .introContent h6 {
    font-size: 18px; }
  .philosophySection .introContent {
    padding: 20px 10%;
    gap: 0px 30px;
    width: 90%;
    margin: initial; }
  .philosophySection .tipsContent h6 {
    font-size: 18px;
    width: 70%; }
  .caseSection .caseList .caseInner {
    gap: 20px 30px;
    padding: 30px 5% 20px;
    height: 210px; }
  .caseSection .caseList .caseInner h5 {
    font-size: 24px; }
  .newsInsightsSecion .newsInner .txtBox .moretxt {
    font-size: 13px; }
  .futureSection {
    padding: 100px 0px 120px; }
  .futureSection .container {
    max-width: 76%; }
  .futureSection .futureList .futureInner img {
    height: 40px; }
  .leaderWordsSection {
    padding: 200px 0px 240px 0px;
    height: initial; }
  .leaderWordsSection .introContent .titleWrap h4 {
    font-size: 32px; } }

@media only screen and (max-width: 1360px) {
  .homeBanner {
    padding: 80px 120px 120px 120px; }
  .homeBanner:before {
    height: 450px; }
  .homeBanner .container {
    padding: 0px 0px;
    max-width: 90%; }
  .homeBanner h1 {
    font-size: 32px;
    line-height: 1.2;
    width: 90%; }
  .homeBanner h5 {
    font-size: 21px;
    line-height: 1.5; }
  .homeBanner .jumbotron {
    padding: 0px; } }

@media only screen and (max-width: 1024px) {
  .homeBanner .container {
    width: 100%;
    max-width: 100%; }
  .homeBanner .jumbotron {
    padding: 0px 5%; }
  .homeBanner h1 {
    width: 100%; }
  .homeBanner .container h1 br {
    display: none; }
  .aboutUs {
    margin-top: 40px; }
  .newsInsightsSecion .newsInner .txtBox .intro {
    display: none; }
  .newsInsightsSecion .newsInner .txtBox h4 {
    font-size: 18px; }
  .newsInsightsSecion .newsInner .txtBox .moretxt {
    opacity: .4;
    margin-top: 20px; }
  .newsInsightsSecion .newsInner .imgBox {
    height: 140px; }
  .newsInsightsSecion .newsInner .txtBox {
    height: 180px;
    padding: 12px 24px 30px 24px; }
  .leaderWordsSection {
    padding: 140px 0px 160px 0px;
    height: initial; }
  .futureSection .futureList .futureInner h5 {
    font-size: 21px; }
  .leaderWordsSection .introContent .titleWrap h4 {
    font-size: 28px; } }

@media only screen and (max-width: 1024px) {
  .homeBanner {
    padding: 80px 80px 60px 80px; }
  .homeBanner .container h2 {
    font-size: 36px; }
  .homeBanner h6 {
    font-size: 15px; }
    .homeBanner h6 br {
      display: none; } }

@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 .wrapConIntro {
    height: 100%; }
  .contentGroup .container {
    padding: 0px 15px; }
  .experienceSection .tableContent .thead-dark th {
    font-size: 14px;
    padding: 12px; }
  .experienceSection .tableContent th, .experienceSection .tableContent td {
    font-size: 13px;
    padding: 12px; }
  .philosophySection .introContent .tipsicon {
    display: none; }
  .philosophySection .introContent .titleWrap h4 {
    font-size: 18px; }
  .caseSection .caseList {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    gap: 30px 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; }
  .newsInsightsSecion .newsInner .txtBox h4 {
    font-size: 16px !important;
    line-height: 1.5; }
  .newsInsightsSecion .newsInner .txtBox p {
    font-size: 14px; }
  .newsInsightsSecion .newsInner .txtBox .columnTitle {
    font-size: 12px;
    margin-bottom: 12px; }
  .educationalSection, .archivesSection, .contributionsSection, .experienceSection, .caseSection {
    padding: 80px 0px 100px; }
  .archivesSection .taglist {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    gap: 20px 30px;
    display: grid; }
  .strengthSection .strengthList {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    gap: 20px 30px; }
  .strengthSection .strengthList .strengthInner h5 {
    font-size: 18px;
    color: #fff;
    width: 80%;
    margin: 0px; }
  .futureSection .container {
    max-width: 90%; }
  .philosophySection .tipsContent h6 {
    width: 90%; }
  .archivesSection .taglist .taginner {
    padding: 12px; } }
