.about-banner {
  background: linear-gradient(351deg, rgba(255, 255, 255, 0.1) 32.29%, rgba(0, 121, 188, 0.1) 96.83%);
  margin-top: 108px;
  position: relative;
  padding: 80px 0;
}
@media (max-width: 1399px) {
  .about-banner {
    margin-top: 84px;
  }
}
@media (max-width: 768px) {
  .about-banner {
    padding: 60px 0 40px 0;
  }
}
@media (max-width: 556px) {
  .about-banner {
    margin-top: 80px;
  }
}
.about-banner .banner-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 700px;
  height: 100%;
  background: linear-gradient(36deg, rgba(217, 217, 217, 0) 47.1%, #B8E6FF 97.59%);
}
.about-banner h1 {
  font-size: 32px;
  font-weight: 700;
}
.about-banner p {
  max-width: 634px;
  font-size: 20px;
}

.line-top-2 {
  height: 50px !important;
}

.vision-section .tag-text {
  font-size: 20px;
  font-weight: 400;
  color: #5D5D5D;
}
.vision-section .target-card {
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 40px;
  border-radius: 20px;
  border-bottom: 6px solid var(--secondary);
}
.vision-section .target-card .target-icon {
  width: 70px;
  height: 70px;
  background-color: var(--primary);
  padding: 16px;
}
.vision-section .target-card .team-icon {
  width: 60px;
  height: 60px;
  padding: 14px;
  background-color: #F2F2F2;
  margin-right: 20px;
}
.vision-section .target-card h5 {
  font-size: 26px;
  font-weight: 500;
  color: #0079BC;
}
.vision-section .target-card p {
  font-size: 18px;
}

.strategic-sec .col-px {
  width: 318px;
  flex-shrink: 0;
}
.strategic-sec .pills {
  text-align: center;
}
.strategic-sec .pills h5 {
  font-size: 26px;
  font-weight: 600;
}
.strategic-sec .pills p {
  font-size: 18px;
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
}
.strategic-sec .pills-end {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  height: 100%;
}
.strategic-sec .strategic-box {
  height: 240px;
  background-color: #F9F9F9;
  width: 100%;
  margin-top: -190px;
}

.waig-cards {
  position: relative;
}
.waig-cards:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 2px;
  background-color: #C8C8C8;
}
@media (max-width: 991px) {
  .waig-cards:after {
    display: none;
  }
}
.waig-cards:first-child:after {
  display: none;
}
.waig-cards:nth-child(3):before {
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .waig-cards:nth-child(3):before {
    display: none;
  }
}
.waig-cards::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 2px;
  background-color: #C8C8C8;
}
@media (max-width: 991px) {
  .waig-cards::before {
    display: none;
  }
}

.organization-chart .node-box {
  box-shadow: none !important;
}

.structure-sec .waig-border {
  width: 1px;
  height: 26px;
  background: #0079bc;
  position: relative;
}
.structure-sec .waig-border::after {
  content: "";
  position: absolute;
  left: -80px;
  bottom: -1px;
  width: 80px;
  height: 1px;
  background: #0079bc;
  z-index: 1;
}
.structure-sec .waig-border2 {
  width: 1px;
  height: 60px;
  background: #0079bc;
}
.structure-sec .waig-list-border {
  border: 1px solid transparent;
  padding: 5px;
  border-radius: 40px;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #0079bc 0%, #0079bc 28%, #ffffff 28%, #ffffff 100%) border-box;
  border: 1px solid transparent;
  position: relative;
}
.structure-sec .waig-list-border::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 26%;
  width: 7px;
  height: 7px;
  background-color: #0079bc;
  border-radius: 50%;
}
.structure-sec .waig-list-border2 {
  border: 1px solid transparent;
  padding: 5px;
  border-radius: 40px;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #0079bc -12%, #0079bc 50%, #ffffff 6%, #ffffff 85%) border-box;
  border: 1px solid transparent;
  position: relative;
}
.structure-sec .waig-list-border2::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 48%;
  width: 7px;
  height: 7px;
  background-color: #0079bc;
  border-radius: 50%;
}
.structure-sec .waig-border {
  width: 1px;
  height: 26px;
  background: #0079bc;
}
.structure-sec .waig-border2 {
  width: 1px;
  height: 60px;
  background: #0079bc;
}
.structure-sec .waig-list-border {
  border: 1px solid transparent;
  padding: 5px;
  border-radius: 40px;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #0079bc 0%, #0079bc 28%, #ffffff 28%, #ffffff 100%) border-box;
  border: 1px solid transparent;
  position: relative;
}
.structure-sec .waig-list-border::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 26%;
  width: 7px;
  height: 7px;
  background-color: #0079bc;
  border-radius: 50%;
}
.structure-sec .waig-list-border2 {
  border: 1px solid transparent;
  padding: 5px;
  border-radius: 40px;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #0079bc -12%, #0079bc 50%, #ffffff 6%, #ffffff 85%) border-box;
  border: 1px solid transparent;
  position: relative;
}
.structure-sec .waig-list-border2::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 48%;
  width: 7px;
  height: 7px;
  background-color: #0079bc;
  border-radius: 50%;
}
.structure-sec .waig-borders {
  width: 1px;
  height: 26px;
  background: #C8C8C8;
  position: relative;
}
.structure-sec .waig-borders::after {
  content: "";
  position: absolute;
  left: -80px;
  bottom: -1px;
  width: 80px;
  height: 1px;
  background: #C8C8C8;
  z-index: 1;
}
.structure-sec .waig-borders2 {
  width: 1px;
  height: 60px;
  background: #C8C8C8;
}
.structure-sec .waig-list-borders {
  border: 1px solid transparent;
  padding: 5px;
  border-radius: 40px;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #C8C8C8 0%, #C8C8C8 28%, #ffffff 28%, #ffffff 100%) border-box;
  border: 1px solid transparent;
  position: relative;
}
.structure-sec .waig-list-borders::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 26%;
  width: 7px;
  height: 7px;
  background-color: #C8C8C8;
  border-radius: 50%;
}
.structure-sec .waig-list-borders2 {
  border: 1px solid transparent;
  padding: 5px;
  border-radius: 40px;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #C8C8C8 -12%, #C8C8C8 50%, #ffffff 6%, #ffffff 85%) border-box;
  border: 1px solid transparent;
  position: relative;
}
.structure-sec .waig-list-borders2::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 48%;
  width: 7px;
  height: 7px;
  background-color: #C8C8C8;
  border-radius: 50%;
}
.structure-sec .waig-borders-4 {
  width: 1px;
  height: 26px;
  background: #C8C8C8;
  position: relative;
}
.structure-sec .waig-borders-4::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -1px;
  width: 80px;
  height: 1px;
  background: #C8C8C8;
  z-index: 1;
}
.structure-sec .waig-list-borders-4 {
  border: 1px solid transparent;
  padding: 5px;
  border-radius: 40px;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(268deg, #C8C8C8 0%, #C8C8C8 28%, #ffffff 28%, #ffffff 100%) border-box;
  border: 1px solid transparent;
  position: relative;
}
.structure-sec .waig-list-borders-4::after {
  content: "";
  position: absolute;
  bottom: -4px;
  right: 26%;
  width: 7px;
  height: 7px;
  background-color: #C8C8C8;
  border-radius: 50%;
}
.structure-sec .waig-list-borders4 {
  border: 1px solid transparent;
  padding: 5px;
  border-radius: 40px;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(272deg, #C8C8C8 -12%, #C8C8C8 50%, #ffffff 6%, #ffffff 85%) border-box;
  border: 1px solid transparent;
  position: relative;
}
.structure-sec .waig-list-borders4::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 48%;
  width: 7px;
  height: 7px;
  background-color: #C8C8C8;
  border-radius: 50%;
}
.structure-sec .brach-border {
  width: 77%;
  height: 2px;
  background-color: #C8C8C8;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .structure-sec .brach-border {
    width: 54%;
  }
}
@media (max-width: 575px) {
  .structure-sec .brach-border {
    display: none;
  }
}
.structure-sec .org-chart .node-box {
  display: inline-block;
  background: #F9F9F9;
  border: 1px solid #DFDFDF;
  border-radius: 58px;
  padding: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  position: relative;
}
.structure-sec .org-chart .node-box p {
  font-size: 20px;
  font-weight: 500;
  margin-left: 10px;
}
.structure-sec .org-chart .node-box.status {
  font-size: 18px;
  font-weight: 500;
  white-space: nowrap;
  background-color: #F9F9F9;
  border: 1px solid #DFDFDF;
}
.structure-sec .status-active {
  border-color: var(--primary) !important;
  background-color: #fff !important;
}
.structure-sec .branch-line-top,
.structure-sec .branch-line-down {
  width: 2px;
  height: 30px;
  background-color: #C8C8C8;
  margin: 0 auto;
}
.structure-sec .branch-line-down {
  background-color: #C8C8C8;
}

.charts-sec .brach-border {
  width: 77%;
  height: 2px;
  background-color: #C8C8C8;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .charts-sec .brach-border {
    width: 54%;
  }
}
@media (max-width: 575px) {
  .charts-sec .brach-border {
    display: none;
  }
}
.charts-sec .org-chart .node-box {
  display: inline-block;
  background: #F9F9F9;
  border: 1px solid #DFDFDF;
  border-radius: 58px;
  padding: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  position: relative;
}
.charts-sec .org-chart .node-box p {
  font-size: 20px;
  font-weight: 500;
  margin-left: 10px;
}
.charts-sec .org-chart .node-box.status {
  font-size: 18px;
  font-weight: 500;
  white-space: nowrap;
  background-color: #F9F9F9;
  border: 1px solid #DFDFDF;
}
.charts-sec .status-active {
  border-color: var(--primary) !important;
  background-color: #fff !important;
}
.charts-sec .branch-line-top,
.charts-sec .branch-line-down {
  width: 2px;
  height: 30px;
  background-color: #C8C8C8;
  margin: 0 auto;
}
.charts-sec .branch-line-down {
  background-color: #C8C8C8;
}

.waig-cards::before {
  height: 1px !important;
}

.waig-cards:after {
  height: 1px !important;
}

.structure-sec .branch-line-top {
  width: 1px !important;
}

.chart-column {
  flex-shrink: 0;
  position: relative;
}
.chart-column:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 51%;
  height: 2px;
  background-color: #C8C8C8;
}
@media (max-width: 1200px) {
  .chart-column:after {
    display: none;
  }
}
.chart-column:first-child:after {
  display: none;
}
.chart-column:nth-child(3):before {
  background-color: #ffffff;
}
@media (max-width: 1200px) {
  .chart-column:nth-child(3):before {
    display: none;
  }
}
.chart-column::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 49%;
  height: 2px;
  background-color: #C8C8C8;
}
@media (max-width: 1200px) {
  .chart-column::before {
    display: none;
  }
}

.z-index {
  z-index: 1 !important;
}

.organization-chart .brach-border {
  width: 59%;
}
.organization-chart .brach-border-2 {
  width: 69%;
}
.organization-chart .member-position {
  position: relative;
  z-index: 1;
}
.organization-chart .node-box {
  margin: 12px 6px;
  margin-top: -20px;
  z-index: 0;
  padding: 14px 10px 12px 10px;
  background-color: #fff !important;
}
.organization-chart .node-box p {
  margin-left: 0 !important;
}
.organization-chart .status-position {
  font-style: 14px;
  font-weight: 500;
  padding: 4px 8px;
  color: #fff;
  display: inline-block;
}
.organization-chart .status-warning {
  border: 1px solid #D39634 !important;
}
.organization-chart .warning-bg {
  background-color: #D39634;
}
.organization-chart .status-primary {
  border: 1px solid #51C9BF !important;
}
.organization-chart .primary-bg {
  background-color: #51C9BF;
}
.organization-chart .status-danger {
  border: 1px solid #E06A6A !important;
}
.organization-chart .danger-bg {
  background-color: #E06A6A;
}
.organization-chart .status-secondary {
  border: 1px solid #B0B3B4 !important;
}

.chart-grow-bg {
  background-image: url("../img/about/chart-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 1232px;
  margin-top: -120px;
}
.chart-grow-bg .chart-card {
  height: 60%;
}
.chart-grow-bg .chart-card .card-list {
  width: 319px;
  flex-shrink: 0;
}
.chart-grow-bg .chart-grow-card .title {
  font-size: 20px;
  color: #5D5D5D;
}
.chart-grow-bg .chart-grow-card p {
  font-size: 20px;
  color: #131415;
  max-width: 300px;
}
.chart-grow-bg .chart-grow-card .borders {
  height: 70px !important;
}
.chart-grow-bg .chart-grow-card .border-bottom {
  width: 2px;
  background-color: #CBCBCB;
  height: 100px;
}
.chart-grow-bg .grow-1 {
  margin-bottom: 4%;
}
.chart-grow-bg .grow-2 {
  margin-bottom: 6%;
}
.chart-grow-bg .grow-3 {
  margin-bottom: 23%;
}
.chart-grow-bg .grow-4 {
  margin-bottom: 39%;
}
.chart-grow-bg .line-5 {
  height: 140px !important;
}
.chart-grow-bg .grow-5 {
  margin-bottom: 66%;
}
.chart-grow-bg .waig-card .chart-grow-card {
  width: 386px;
  flex-shrink: 0;
}

.waigs .border-bottom {
  height: 70px !important;
}
.waigs .chart-grow-card p {
  max-width: 360px !important;
}

.node-box-status .node-box {
  position: relative;
}
.node-box-status .node-box::after {
  position: absolute;
  content: "";
  width: 120px;
  height: 1px;
  background-color: #ffffff;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.people-real {
  font-size: 36px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .people-real {
    font-size: 32px;
  }
}

.t-card {
  background-color: #0079bc;
  color: #fff;
  overflow: hidden;
  border-radius: 10px;
}
.t-card .team-img {
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}
.t-card .team-img img {
  transition: all 0.5s ease-in-out;
  width: 100%;
}
.t-card h4 {
  font-size: 20px !important;
  font-weight: 600;
}

.swiper-arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  gap: 20px;
  width: 110px;
}
.swiper-arrows .swiper-button-next,
.swiper-arrows .swiper-button-prev {
  /* remove default absolute positioning */
  width: 40px;
  height: 40px;
  background: #eee;
  border-radius: 50%;
}
.swiper-arrows .swiper-button-next svg,
.swiper-arrows .swiper-button-prev svg {
  width: 10px;
}

.team-position {
  font-size: 18px;
  color: #8b8b8b;
  margin-bottom: 0;
}/*# sourceMappingURL=about.css.map */