/* Header Banner */
.page-banner {
  align-self: stretch;
  height: 300px;
  padding-left: 40px;
  padding-right: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  display: flex;
  background-repeat: no-repeat;
  background-size: cover; }
  .page-banner .page-banner-title {
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: #fff;
    font-size: 37px;
    font-family: SVN-Sofia Pro;
    font-weight: 600;
    line-height: 40px;
    word-wrap: break-word; }
  .page-banner .page-banner-subtitle {
    opacity: 0.80;
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: #fff;
    font-size: 16px;
    font-family: SVN-Sofia Pro;
    font-weight: 400;
    word-wrap: break-word; }
  @media (max-width: 1199px) {
    .page-banner {
      padding-left: 16px;
      padding-right: 16px; } }

.layout-pageDetail {
  padding-bottom: 20px; }
  .layout-pageDetail .pageContent-wrap {
    max-width: 1200px;
    margin: 0 auto; }
  .layout-pageDetail .pageContent {
    padding-bottom: 40px; }

.page_tabs_menu {
  background: #171717; }
  .page_tabs_menu ul {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .page_tabs_menu ul li {
      flex: 1 0 0;
      text-align: center; }
      .page_tabs_menu ul li a {
        color: #ffffff;
        display: block;
        padding: 15px;
        font-weight: 500;
        font-size: 16px; }
      .page_tabs_menu ul li.active {
        background: #015CB9;
        color: #ffffff; }
      .page_tabs_menu ul li:hover {
        background: #015CB9;
        color: #ffffff; }
    @media (max-width: 767.98px) {
      .page_tabs_menu ul {
        white-space: nowrap;
        margin: 0px 0px;
        overflow-x: auto;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        justify-content: start; } }

.pageHeadingTitle {
  margin-top: 60px;
  position: relative;
  padding-top: 5px;
  font-size: 30px;
  font-weight: 600;
  line-height: 45px;
  padding-bottom: 32px;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 40px; }
  .pageHeadingTitle:before {
    content: '';
    width: 40px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 0;
    background: #015CB9; }
  @media (max-width: 991.98px) {
    .pageHeadingTitle {
      margin-top: 30px;
      padding-bottom: 15px;
      margin-bottom: 15px;
      font-size: 24px; } }

.pageHeadingSubTitle {
  max-width: 990px;
  text-align: center;
  margin: 0 auto 16px;
  font-weight: 500;
  font-size: 24px; }
  @media (max-width: 991.98px) {
    .pageHeadingSubTitle {
      max-width: 100%;
      font-size: 20px; } }

.listsGTCL .GTCL__item {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  text-align: center;
  padding: 50px 20px 35px; }
  .listsGTCL .GTCL__item:nth-child(2) {
    background: #FAFAFA; }
  .listsGTCL .GTCL__item .GTCL__item-img img {
    max-width: 220px;
    border-radius: 50%;
    object-fit: cover; }
  .listsGTCL .GTCL__item .GTCL_item-contentTitle {
    margin: 8px 0 6px;
    font-size: 24px;
    font-weight: 500; }
  .listsGTCL .GTCL__item .GTCL_item-contentDes {
    max-width: 90%;
    margin: 0 auto;
    font-size: 16px; }
  @media (max-width: 767.98px) {
    .listsGTCL .GTCL__item {
      flex: 0 0 100%;
      max-width: 100%;
      padding: 20px; } }

#page-aboutus-01 .section-title {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 20px; }
  #page-aboutus-01 .section-title span {
    background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0.6) 5%, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0) 85%, rgba(255, 255, 255, 0.6) 95%, white 100%), linear-gradient(318deg, #3500BB 0%, #49BFFF 100%);
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    font-weight: 600;
    font-size: 20px; }

#page-aboutus-01 .section-aboutustop > div {
  flex: 1 1 0; }

#page-aboutus-01 .section-aboutustop .section-aboutustop-content {
  padding-left: 30px; }
  #page-aboutus-01 .section-aboutustop .section-aboutustop-content h2 {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 24px; }

@media (max-width: 991.98px) {
  #page-aboutus-01 .section-aboutustop > div {
    flex: 0 0 100%;
    max-width: 100%; }
  #page-aboutus-01 .section-aboutustop .section-aboutustop-content {
    padding-left: 0;
    padding-top: 30px; }
    #page-aboutus-01 .section-aboutustop .section-aboutustop-content h2 {
      font-size: 20px; } }

#page-aboutus-01 .section-address {
  margin-top: 30px; }
  #page-aboutus-01 .section-address .content-2col span {
    width: 350px;
    display: inline-block; }
    #page-aboutus-01 .section-address .content-2col span:nth-child {
      padding-left: 80px; }
  #page-aboutus-01 .section-address .content-2col + br {
    display: none; }
  #page-aboutus-01 .section-address .section-aboutus-banner {
    max-width: 830px;
    margin: 15px auto; }

#page-aboutus-01 .section-history {
  margin-top: 30px; }
  #page-aboutus-01 .section-history .history-content .history-banner {
    flex: 0 0 516px;
    max-width: 516px; }
  #page-aboutus-01 .section-history .history-content .history-wrap {
    padding-left: 30px;
    flex: 0 0 calc(100% - 516px);
    max-width: calc(100% - 516px); }
  #page-aboutus-01 .section-history .history-content .history-subtitle {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px; }
  #page-aboutus-01 .section-history .history-content .history-lists {
    margin-left: 10px;
    border-left: 2px solid #000; }
    #page-aboutus-01 .section-history .history-content .history-lists .history-item {
      position: relative;
      padding-left: 50px;
      margin-bottom: 20px; }
      #page-aboutus-01 .section-history .history-content .history-lists .history-item span {
        display: block;
        font-weight: 400;
        font-size: 18px; }
        #page-aboutus-01 .section-history .history-content .history-lists .history-item span.title {
          font-weight: 700;
          color: #006DB0; }
      #page-aboutus-01 .section-history .history-content .history-lists .history-item:before {
        content: '';
        background: #000;
        position: absolute;
        left: -12px;
        width: 24px;
        height: 24px;
        border-radius: 50%; }
      #page-aboutus-01 .section-history .history-content .history-lists .history-item:after {
        -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
        -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
        transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
        -webkit-transform: rotate(-45deg) scale(1, 1);
        -moz-transform: rotate(-45deg) scale(1, 1);
        -ms-transform: rotate(-45deg) scale(1, 1);
        -o-transform: rotate(-45deg) scale(1, 1);
        transform: rotate(-45deg) scale(1, 1);
        content: "";
        position: absolute;
        left: -5px;
        top: 7px;
        margin: auto;
        z-index: 1;
        width: 10px;
        height: 7px;
        border: 2px solid #fff;
        border-top-style: none;
        border-right-style: none; }
  @media (max-width: 991.98px) {
    #page-aboutus-01 .section-history .history-content .history-banner {
      flex: 0 0 100%;
      max-width: 100%; }
    #page-aboutus-01 .section-history .history-content .history-wrap {
      padding-top: 30px;
      padding-left: 0px;
      flex: 0 0 100%;
      max-width: 100%; } }

#page-aboutus-01 .section-team {
  margin-top: 30px; }
  #page-aboutus-01 .section-team .team-group {
    margin-bottom: 30px; }
    #page-aboutus-01 .section-team .team-group h2 {
      font-size: 24px;
      font-weight: 500;
      padding-bottom: 20px;
      border-bottom: 1px solid #E5E5E5;
      margin-bottom: 20px; }
    #page-aboutus-01 .section-team .team-group .team-lists {
      gap: 12px; }
    #page-aboutus-01 .section-team .team-group .team-item {
      flex: 0 0 calc(33.33333% - 8px);
      max-width: calc(33.33333% - 8px); }
      #page-aboutus-01 .section-team .team-group .team-item .title {
        margin-top: 17px;
        font-weight: 500;
        font-size: 24px;
        color: #0083CB; }
      #page-aboutus-01 .section-team .team-group .team-item .des {
        font-size: 18px; }
      #page-aboutus-01 .section-team .team-group .team-item .link {
        font-size: 14px;
        margin-top: 17px; }
        #page-aboutus-01 .section-team .team-group .team-item .link a {
          text-decoration: underline;
          text-underline-offset: 25%;
          text-decoration-thickness: 12.5%; }
    #page-aboutus-01 .section-team .team-group .team-5col .team-item {
      flex: 0 0 calc(20% - 9.6px);
      max-width: calc(20% - 9.6px); }
  @media (max-width: 991.98px) {
    #page-aboutus-01 .section-team .team-group h2 {
      font-size: 20px; }
    #page-aboutus-01 .section-team .team-group .team-item {
      flex: 0 0 calc(50% - 6px);
      max-width: calc(50% - 6px);
      margin-bottom: 15px; }
      #page-aboutus-01 .section-team .team-group .team-item .title {
        font-size: 20px; }
    #page-aboutus-01 .section-team .team-group .team-5col .team-item {
      flex: 0 0 calc(50% - 6px);
      max-width: calc(50% - 6px); } }

.pageContent-image-lists {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; }

.pageContent-image-lists .image-item {
  flex: 1 1 0;
  border-radius: 10px;
  overflow: hidden; }

@media (max-width: 991.98px) {
  .pageContent-image-lists .image-item {
    flex: 0 0 100%;
    max-width: 100%; } }
