@font-face {
  font-family: "PT Astra Fact regular";
  src: url(../fonts/PTAstraFact-Regular.ttf);
}

@font-face {
  font-family: "PT Astra Fact";
  src: url(../fonts/PTAstraFact-Bold.ttf);
}

html {
  scroll-padding-top: 55px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "PT Astra Fact regular";
  /* outline: 1px solid red; */
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
  margin: 0;
}

body {
  overflow-x: hidden;
  background-color: #f7f8fb;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

li {
  list-style-type: none;
}

.locked {
  overflow: hidden;
}
.container-investors {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 20px;
}

.section-top {
  padding: 40px 0;
  background-color: #ffffff;
}
.section-top-topic {
  color: #626b7d;
  font-size: 14px;
  text-align: center;
}
.section-top-title {
  margin-top: 24px;
  color: #262930;
  font-size: 40px;
  text-align: center;
}
@media (max-width: 769px) {
  .section-top-title {
    font-size: 32px;
  }
}
/*capital*/
.capital {
  padding: 48px 0;
}
.capital-wrap {
  padding: 60px 48px;
  background-color: #ffffff;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
}
.capital-tabs {
  display: flex;
  padding: 6px;
  border: 1px solid #e7eaf1;
  background-color: #e7eaf1;
  border-radius: 16px;
  width: 100%;
  max-width: 601px;
  margin: auto;
  overflow-x: auto;
  white-space: nowrap;
}
.capital-tab {
  padding: 12px 16px;
  width: 100%;
  text-align: center;
  color: #3a3f4a;
  font-size: 14px;
  border-radius: 12px;
  cursor: pointer;
}
.capital-tab.active {
  color: #23a1d8;
  background-color: #ffffff;
}
.capital-content {
  margin-top: 80px;
}
.capital-content-structure {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.capital-content-structure-desc {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 369px;
}
.capital-content-structure-desc-text {
  font-size: 16px;
  color: #262930;
  line-height: 1.5;
}
.capital-content-structure-desc-text-span {
  color: #01608f;
}
.capital-content-structure-info {
  padding: 40px;
  background-color: #f5f6fa;
  border-radius: 24px;
}
.capital-content-structure-info-title {
  color: #01608f;
  font-size: 16px;
  line-height: 1.5;
}
.capital-content-structure-info-img-wrap {
  margin-top: 32px;
  display: flex;
  align-items: center;
  gap: 32px;
}
.capital-content-structure-info-img-desc {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.capital-content-structure-info-img-desc-square {
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  border-radius: 6px;
}
.capital-content-structure-info-img-desc-item:first-child
  .capital-content-structure-info-img-desc-square {
  background-color: #4eb8e5;
}
.capital-content-structure-info-img-desc-item {
  display: flex;
  gap: 16px;
}
.capital-content-structure-info-img-desc-item:nth-child(2)
  .capital-content-structure-info-img-desc-square {
  background-color: #1376b4;
}
.capital-content-structure-info-img-desc-item:last-child
  .capital-content-structure-info-img-desc-square {
  background-color: #0f4583;
}
.capital-content-current {
  display: flex;
  flex-direction: column;
}
.capital-content-stock-info {
  padding: 40px 52px;
  background-color: #f5f6fa;
  border-radius: 24px;
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
  gap: 40px;
}

.capital-content-stock-info-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 30%;
  /* max-width: 260px; */
}
.capital-content-stock-info-item-desc {
  font-size: 14px;
  line-height: 1.5;
  color: #01608f;
}
.capital-content-stock-info-item-desc-dark {
  font-size: 16px;
  color: #262930;
  line-height: 1.5;
}
.capital-content-stock-table {
  margin-top: 60px;
}
.capital-content-stock-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.capital-content-stock-item-column {
  font-size: 14px;
  color: #01608f;
}
.capital-content-stock-item {
  padding: 16px 0;
  border-bottom: 1px solid #f5f6fa;
}
.capital-content-stock-item:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
.capital-content-stock-item .capital-content-stock-item-column {
  display: none;
}
.capital-content-stock-item:first-of-type .capital-content-stock-item-column {
  display: block;
  width: 100%;
  max-width: 264px;
}
.capital-content-stock-item:first-of-type
  .capital-content-stock-item-column:nth-child(3),
.capital-content-stock-item:first-of-type
  .capital-content-stock-item-column:last-of-type {
  max-width: 142px;
}
.capital-content-stock-item-row {
  width: 100%;
  max-width: 264px;
  font-size: 16px;
  color: #262930;
  line-height: 1.5;
}
.capital-content-stock-item-row:nth-child(3),
.capital-content-stock-item-row:last-of-type {
  width: 100%;
  max-width: 142px;
}
.capital-content-stock-item-link {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #138ab4;
}
.capital-content-stock-list {
  display: flex;
  flex-direction: column;
  margin-top: 80px;
}
.capital-content-stock-list-item {
  display: flex;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #f5f6fa;
}
.capital-content-stock-list-item-column {
  font-size: 14px;
  color: #01608f;
}
.capital-content-stock-list-item-column:first-of-type {
  width: 100%;
  max-width: 40px;
}
.capital-content-stock-list-item-column:nth-child(2) {
  width: 100%;
  max-width: 750px;
}

.capital-content-stock-list-item-number {
  font-size: 16px;
  color: #262930;
  width: 100%;
  max-width: 40px;
}

.capital-content-stock-list-item:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
.capital-content-stock-list-item-link {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  color: #138ab4;
  line-height: 1.5;
  /* width: 100%;
  max-width: 750px; */
}
.capital-content-stock-list-item-index {
  font-size: 16px;
  color: #262930;
}
.capital-content-registrar-top,
.capital-content-registrar-bottom {
  display: flex;
  gap: 60px;
}
.capital-content-registrar-top {
  padding-bottom: 48px;
  border-bottom: 1px solid #d9dde7;
}
.capital-content-registrar-bottom {
  padding-top: 48px;
}
.capital-content-registrar-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 582px;
}
.capital-content-registrar-desc {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.capital-content-registrar-desc-span {
  font-size: 14px;
  line-height: 1.5;
  color: #01608f;
}
.capital-content-registrar-desc-text {
  font-size: 14px;
  line-height: 1.5;
  color: #262930;
}
.capital-content-stock-list-item-row .capital-content-stock-list-item-column {
  display: none;
}
.capital-content-stock-list-item-row {
  width: 68%;
}
.capital-content-stock-list-item-row:last-of-type {
  width: 32%;
}
.capital-content-stock-list-item-bottom {
  display: flex;
  width: 100%;
  gap: 20px;
  align-items: center;
}
.capital-content-structure-info-img-desc-text {
  line-height: 1.5;
  color: #262930;
  font-size: 16px;
}
@media (max-width: 1200px) {
  .capital-content-structure {
    flex-direction: column;
    gap: 56px;
  }
  .capital-content-structure-desc {
    max-width: 780px;
  }
  .capital-content-structure-desc-text {
    text-align: center;
  }
  .capital-content-structure-desc-text-span {
    text-align: center;
  }
  .capital-content-stock-info-item {
    width: 29%;
  }
  .capital-content-stock-list-item-column:nth-child(2) {
    max-width: 600px;
  }
  /* .capital-content-stock-list-item-link {
    max-width: 600px;
  } */
  .capital-content-stock-item:first-of-type
    .capital-content-stock-item-column:last-of-type {
    max-width: 110px;
  }
  .capital-content-stock-item-row:last-of-type {
    width: 100%;
    max-width: 110px;
  }
  .capital-content-stock-list-item-row:last-of-type {
    width: 24%;
  }

  .capital-content-stock-list-item-row {
    width: 76%;
  }
}
@media (max-width: 950px) {
  .capital-content-stock-item:first-of-type {
    display: none;
  }
  .capital-content-stock-item .capital-content-stock-item-column {
    display: block;
  }
  .capital-content-stock-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .capital-content-stock-item:last-of-type {
    margin-top: 40px;
  }
}
@media (max-width: 813px) {
  .capital-wrap {
    padding: 36px 48px;
  }
  .capital-content-structure-info-img-wrap {
    flex-direction: column;
  }
  .capital-content-structure-info-img {
    width: 228px;
  }
  .capital-content-stock-info-item {
    width: 100%;
  }
  .capital-content-stock-info-item-desc {
    text-align: center;
  }
  .capital-content-stock-info-item-desc-dark {
    text-align: center;
  }
  .capital-content-stock-list-item-column:nth-child(2) {
    max-width: 430px;
  }
  /* .capital-content-stock-list-item-link {
    max-width: 430px;
  } */
  .capital-content-registrar-bottom {
    flex-direction: column;
    padding-top: 32px;
  }
  .capital-content-registrar-top {
    flex-direction: column;
    gap: 24px;
    padding-bottom: 32px;
  }
  .capital-content-registrar-desc-span {
    text-align: center;
  }
  .capital-content-registrar-desc-text {
    text-align: center;
  }
  .capital-content-stock-list-item-row:last-of-type {
    width: 20%;
  }

  .capital-content-stock-list-item-row {
    width: 80%;
  }
}
@media (max-width: 610px) {
  .capital-wrap {
    padding: 36px 24px;
  }
  .capital-content-stock-list-item:first-of-type {
    display: none;
  }
  .capital-content-stock-list-item {
    flex-direction: column;
  }
  .capital-content-stock-list-item-row:last-of-type {
    width: 100%;
    gap: 8px;
    display: flex;
    flex-direction: column;
  }

  .capital-content-stock-list-item-row {
    width: 100%;
  }
  .capital-content-stock-list-item-number {
    max-width: 21px;
  }
  .capital-content-stock-list-item-bottom {
    gap: 8px;
    margin-top: 8px;
  }
  .capital-content-stock-list-item-row .capital-content-stock-list-item-column {
    display: flex;
  }
  .capital-content-stock-list-item-top {
    display: flex;
    gap: 8px;
  }
  .capital-content-stock-list-item-column:first-of-type {
    max-width: 21px;
  }
  .capital-content-stock-list-item-row:last-of-type
    .capital-content-stock-list-item-column:first-of-type {
    max-width: 100%;
  }
  .capital-content-structure-info-img-desc-text {
    display: flex;
    flex-direction: column;
    font-size: 12px;
  }
  .capital-content-structure-info-img-desc-item {
    align-items: center;
  }
}
