/*------------ index ------------*/
.index .top-section-wrap .row {
  border-bottom: 1px solid var(--black);
}
.index .top-section-wrap .section-left {
  border-right: 1px solid var(--black);
  padding-right: 0;
}
.index .top-section-wrap .section-left > div {
  padding: 30px 30px 30px 0;
}
.index .top-section-wrap .section-left .zoom-box {
  width: 40%;
  display: block;
  overflow: hidden;
}
.index .top-section-wrap .section-left .text-box {
  width: 60%;
  padding: 0 20px;
}
.index .top-section-wrap .section-left .text-box p {
  color: var(--grey);
}
.index .top-section-wrap .section-left .article:not(:last-child) {
  border-bottom: 1px solid var(--black);
}
.index .top-section-wrap .section-left .article:nth-child(1) .text-box,
.index .top-section-wrap .section-left .article:nth-child(3) .text-box {
  padding-left: 0;
}
.index .top-section-wrap .section-right .zoom-box {
  margin-bottom: 20px;
}
.index .top-section-wrap .section-right > div {
  padding: 30px 0 30px 10px;
  flex-direction: column;
}
.index .top-section-wrap .section-right ul {
  padding-left: 20px;
  color: var(--grey);
}
.index .section-wrap .row {
  padding: 25px 0;
}
.index .bottom-bg .row {
  background-color: #e9e9e9;
  border-bottom: 1px solid var(--black);
}
.index .section-wrap .zoom-box {
  width: 100%;
}
.index .section-wrap .text-box {
  width: 100%;
  padding: 2% 0;
  margin-bottom: 0;
  font-weight: bold;
}

/*------------ updates ------------*/
.updates_biography {
  padding: 30px;
  background-color: var(--lightgreen);
  border: 1px solid var(--green);
}

/*------------ news detail ------------*/
.news_company_info {
  display: flex;
}
.news_company_info img {
  width: 100px;
  height: 100px;
  margin-right: 20px;
}
/*------------ responsive ------------*/
@media (max-width: 1400px) {
  .card,
  .news-card {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .card,
  .news-card {
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .index .top-section-wrap .section-left {
    border-right: 0;
    padding-right: 12px;
  }
  .index .top-section-wrap .section-left > div {
    flex-direction: column;
    padding: 30px 0;
    border-bottom: 1px solid var(--black);
  }
  .index .top-section-wrap .section-left .zoom-box {
    width: 100%;
  }
  .index .top-section-wrap .section-left .text-box {
    width: 100%;
    padding: 20px 0 0;
  }
  .index .top-section-wrap .section-left .article:nth-child(1) {
    display: flex;
    flex-direction: column-reverse;
  }
  .index .section-wrap .row {
    padding: 25px 0;
  }
  .index .section-wrap .article {
    max-width: 80.481%;
  }
  /*------------ updates ------------*/
  .updates_biography img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
}
@media (max-width: 575.98px) {
}
