.header-main-con {
  position: relative;
  top: auto;
  background: #fff;
  border-bottom: 1px solid rgb(9 21 34 / 14%);
}

.header-main-con .navbar-collapse {
  border-left: 1px solid rgb(9 21 34 / 14%);
  border-right: 1px solid rgb(9 21 34 / 14%);
}

.header-main-con .contact-expert {
  border-left: 1px solid rgb(9 21 34 / 14%);
}

.header-main-con .navbar-light .navbar-nav .nav-link,
.header-main-con .nav-btns .contact-expert a,
.header-main-con .contact-expert a span {
  color: #091522;
}

.header-main-con .nav-btns .contact-expert a:hover {
  color: #091522;
}

.header-main-con .navbar-nav .nav-item .nav-link.active,
.header-main-con .navbar-nav .nav-item .nav-link:hover {
  color: #091522;
}

.header-main-con .navbar-nav .nav-item .nav-link::before,
.header-main-con .navbar-nav .nav-item .nav-link.active::before,
.header-main-con .navbar-nav .nav-item .nav-link:hover::before {
  background: #091522;
}

.header-main-con .navbar-light .navbar-brand img {
  width: auto;
  max-height: 64px;
  max-width: 260px;
  object-fit: contain;
}

.home-lang-switch {
  padding: 0 16px;
  display: flex;
  align-items: center;
}

.home-lang-toggle-link {
  min-width: 46px;
  padding: 5px 10px;
  border: 1px solid rgb(9 21 34 / 24%);
  border-radius: 999px;
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  color: #091522;
  background: #fff;
  text-align: center;
  transition: all 0.2s ease;
}

.home-lang-toggle-link:hover {
  color: #091522;
  background: #f3f6fb;
  border-color: rgb(9 21 34 / 28%);
}

.footer-logo-con figure img {
  width: auto;
  max-height: 58px;
  max-width: 240px;
  object-fit: contain;
}

.banner-main-section.about-page-banner {
  background: url(/uploads/legacy-uploadfile/2020/0611/20200611095334518.jpg) no-repeat center !important;
  background-size: cover !important;
  height: 600px !important;
  min-height: 600px !important;
  overflow: hidden;
}

.banner-main-section.about-page-banner .sub-banner-inner-section {
  display: flex;
  width: min(100%, 1040px);
  margin: 0 auto;
  padding: 34px 48px !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgb(0 0 0 / 54%);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgb(0 0 0 / 28%);
  text-align: center;
  transform: translateY(-34px);
}

.banner-main-section.about-page-banner .sub-banner-inner-section h1 {
  max-width: 980px;
  margin: 0 auto 14px;
  color: #fff;
  font-size: 60px;
  line-height: 1.15;
  text-wrap: balance;
}

.banner-main-section.about-page-banner .about-banner-subtitle {
  margin: 0 auto;
  color: rgb(255 255 255 / 90%);
  font-size: 30px;
  line-height: 1.5;
  max-width: 980px;
  text-wrap: balance;
}

.about-shell {
  background: #f6f8fb;
}

@media only screen and (min-width: 1200px) {
  .banner-main-section.about-page-banner .container {
    max-width: 1320px;
  }
}

.about-tabs-wrap {
  margin-top: 26px;
}

.about-status {
  display: none;
}

.about-status.is-error {
  color: #c7382f;
}

.about-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.about-tab-btn {
  border: 1px solid #d2d9e6;
  background: #fff;
  color: #1a2e4f;
  padding: 13px 24px;
  border-radius: 999px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
  cursor: pointer;
  transition: all .2s ease;
  -webkit-tap-highlight-color: transparent;
}

.about-tab-btn:hover,
.about-tab-btn:focus-visible {
  border-color: var(--button-color);
  color: var(--button-color);
  outline: none;
}

.about-tab-btn.is-active {
  background: var(--button-color);
  color: #fff;
  border-color: var(--button-color);
}

.about-tab-btn:focus,
.about-tab-btn:active {
  outline: none;
  box-shadow: none;
}

.about-tab-btn::-moz-focus-inner {
  border: 0;
}

.about-panel {
  display: none;
  background: #fff;
  border: 1px solid #e6ebf3;
  border-radius: 18px;
  padding: 26px;
  box-shadow: 0 12px 34px rgba(31, 54, 91, 0.06);
}

.about-panel.is-active {
  display: block;
}

.about-section-title {
  margin: 0 0 20px;
  color: #12243f;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
}

.about-section-summary {
  display: none;
}

.about-company-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 22px;
  align-items: center;
}

.about-company-media {
  order: 2;
  align-self: center;
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  background: #eaf0f8;
}

.about-company-media img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.about-content-html {
  order: 1;
  font-size: 16px;
}

.about-content-html,
.about-content-html * {
  font-size: 16px !important;
}

.about-content-html p,
.about-content-html li {
  color: #273b57;
  font-size: 16px;
  line-height: 1.85;
}

.about-content-html p:last-child {
  margin-bottom: 0;
}

.about-rd-section {
  margin-top: 34px;
}

.about-rd-section h3 {
  margin: 0 0 18px;
  color: #050b13;
  font-size: 26px;
  line-height: 1.25;
  font-weight: 800;
}

.about-rd-section p {
  margin: 0 0 36px 14px;
  color: #050b13;
  font-size: 16px;
  line-height: 1.55;
}

.about-tech-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 68px;
  margin-top: 18px;
}

.about-tech-item {
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 20px;
  border: 2px solid #2d5cad;
  border-radius: 14px;
  background: #4978ca;
  color: #fff;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 800;
  text-align: center;
  box-shadow: 0 2px 0 rgba(17, 49, 106, 0.18);
}

.about-timeline-list {
  border-left: 3px solid rgba(60, 114, 252, 0.25);
  padding-left: 18px;
}

.about-timeline-item {
  position: relative;
  background: #f5f8ff;
  border: 1px solid #dbe6ff;
  border-radius: 12px;
  padding: 14px 14px 14px 18px;
  margin-bottom: 12px;
}

.about-timeline-item::before {
  content: "";
  position: absolute;
  left: -27px;
  top: 20px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--button-color);
  box-shadow: 0 0 0 4px rgba(60, 114, 252, 0.2);
}

.about-timeline-year {
  color: var(--button-color);
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 6px;
}

.about-timeline-title {
  color: #1d2f4a;
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 6px;
}

.about-timeline-text {
  color: #435b80;
  font-size: 14px;
  line-height: 1.65;
  margin: 0;
}

.about-timeline-item-future {
  border-style: dashed;
  background: #fff;
}

.about-timeline-item-future .about-timeline-year {
  color: #2c68b2;
}

.about-team-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.about-team-card {
  display: grid;
  grid-template-columns: 98px 1fr;
  gap: 12px;
  background: #f8fbff;
  border: 1px solid #dfe8f6;
  border-radius: 12px;
  padding: 12px;
  color: inherit;
  text-decoration: none;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.about-team-card:hover {
  border-color: rgb(45 92 173 / 45%);
  box-shadow: 0 12px 28px rgb(31 54 91 / 10%);
  color: inherit;
  text-decoration: none;
  transform: translateY(-2px);
}

.about-team-photo {
  width: 98px;
  height: 98px;
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
  display: block;
  background: #edf3fb;
}

.about-team-name {
  margin: 2px 0 4px;
  color: #1e3355;
  font-size: 18px;
  font-weight: 700;
}

.about-team-role {
  margin: 0 0 8px;
  color: var(--button-color);
  font-size: 13px;
  font-weight: 700;
}

.about-team-desc {
  margin: 0;
  color: #486080;
  font-size: 14px;
  line-height: 1.6;
}

.about-group {
  margin-bottom: 20px;
}

.about-group:last-child {
  margin-bottom: 0;
}

.about-group-title {
  margin: 0 0 10px;
  color: #102744;
  font-size: 18px;
  font-weight: 700;
}

.about-logo-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.about-logo-item {
  background: #fff;
  border: none !important;
  border-radius: 10px;
  padding: 4px;
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-logo-item img {
  width: 100%;
  height: 88px;
  max-width: none;
  max-height: none;
  object-fit: contain;
  display: block;
}

.about-logo-link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-logo-fallback {
  color: #3f5779;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}

.about-honor-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.about-honor-item {
  background: #fcfcff;
  border: 1px solid #dee6f5;
  border-radius: 10px;
  padding: 10px;
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 10px;
  align-items: center;
}

.about-honor-thumb {
  width: 84px;
  height: 58px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #e4e9f4;
  background: #fff;
}

.about-honor-link {
  display: contents;
  color: inherit;
}

.about-honor-title {
  margin: 0;
  color: #243d60;
  font-size: 14px;
  line-height: 1.55;
}

.about-job-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
}

.about-job-filter select {
  min-width: 180px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid #cfd9ea;
  color: #223857;
  padding: 0 12px;
}

.about-job-list {
  display: grid;
  gap: 12px;
}

.about-job-item {
  background: #f8fbff;
  border: 1px solid #dfe8f6;
  border-radius: 12px;
  padding: 12px;
}

.about-job-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
}

.about-job-title {
  margin: 0 0 4px;
  color: #1f3456;
  font-size: 18px;
  font-weight: 700;
}

.about-job-meta {
  margin: 0;
  color: #567095;
  font-size: 13px;
}

.about-job-tag {
  background: #ebf2ff;
  color: #2d4c78;
  border-radius: 999px;
  border: 1px solid #d7e4fb;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
}

.about-job-summary {
  margin: 10px 0 0;
  color: #3b557b;
  font-size: 14px;
  line-height: 1.6;
}

.about-job-detail {
  margin-top: 10px;
}

.about-job-detail summary {
  color: var(--button-color);
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
}

.about-job-detail .about-content-html {
  margin-top: 10px;
}

.about-job-delivery {
  margin-top: 14px;
  color: #1e395e;
  font-size: 14px;
  line-height: 1.6;
}

.about-job-delivery a {
  color: var(--button-color);
}

.about-culture-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.about-culture-card {
  border: 1px solid #dfe8f6;
  border-radius: 12px;
  padding: 14px;
  background: #fbfdff;
}

.about-culture-card h4 {
  margin: 0 0 8px;
  color: #1f3455;
  font-size: 18px;
  font-weight: 700;
}

.about-culture-card p {
  margin: 0;
  color: #3c567b;
  font-size: 14px;
  line-height: 1.7;
}

.about-culture-html {
  margin-top: 14px;
}

.about-empty {
  color: #5e7392;
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
}

@media (max-width: 1199px) {
  .home-lang-switch {
    padding: 0 10px;
  }

  .banner-main-section.about-page-banner {
    height: 540px !important;
    min-height: 540px !important;
  }

  .banner-main-section.about-page-banner .sub-banner-inner-section {
    max-width: 760px;
  }

  .banner-main-section.about-page-banner .sub-banner-inner-section h1 {
    font-size: 50px;
  }

  .banner-main-section.about-page-banner .about-banner-subtitle {
    font-size: 22px;
  }

  .about-logo-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .home-lang-switch {
    margin-right: 52px;
    padding: 0;
  }

  .home-lang-toggle-link {
    min-width: 40px;
    padding: 4px 8px;
    font-size: 12px;
  }

  .header-main-con .navbar-collapse {
    background: #fff;
  }

  .header-main-con .navbar-nav .nav-item .nav-link.active,
  .header-main-con .navbar-nav .nav-item .nav-link:hover {
    color: #091522;
  }

  .header-main-con .navbar-nav .nav-item .nav-link.active::before {
    background: #091522;
  }

  .navbar-toggler-icon {
    background: #091522;
  }

  .banner-main-section.about-page-banner {
    height: 500px !important;
    min-height: 500px !important;
  }

  .banner-main-section.about-page-banner .sub-banner-inner-section {
    max-width: 100%;
    padding: 30px 34px !important;
  }

  .banner-main-section.about-page-banner .sub-banner-inner-section h1 {
    font-size: 42px;
    margin-bottom: 12px;
  }

  .banner-main-section.about-page-banner .about-banner-subtitle {
    font-size: 18px;
  }

  .about-company-grid {
    grid-template-columns: 1fr;
  }

  .about-company-media img {
    min-height: 240px;
  }

  .about-team-grid,
  .about-honor-grid,
  .about-culture-grid {
    grid-template-columns: 1fr;
  }

  .about-logo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .about-tech-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }
}

@media (max-width: 575.98px) {
  .banner-main-section.about-page-banner {
    height: 420px !important;
    min-height: 420px !important;
  }

  .banner-main-section.about-page-banner .sub-banner-inner-section {
    padding: 24px 22px !important;
    transform: translateY(-24px);
  }

  .banner-main-section.about-page-banner .sub-banner-inner-section h1 {
    font-size: 34px;
    line-height: 1.25;
  }

  .banner-main-section.about-page-banner .about-banner-subtitle {
    font-size: 16px;
  }

  .about-tab-btn {
    width: 100%;
    text-align: center;
  }

  .about-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-rd-section h3 {
    font-size: 23px;
  }

  .about-rd-section p {
    margin-left: 0;
    font-size: 16px;
  }

  .about-tech-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .about-tech-item {
    min-height: 72px;
    font-size: 18px;
  }

  .about-job-filter select {
    width: 100%;
  }

  .about-panel {
    padding: 18px;
  }
}
