.no-padding {
  padding-bottom: 0;
}

.about-us-title {
  text-align: center;
  font-size: 48px;
  color: #000;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
}
.about-us-title img {
  width: 100%;
}
.about-us-title .title-info {
  line-height: 110px;
}

.about-us-bank {
  text-align: center;
  padding: 40px 0;
  background: 
    linear-gradient(to bottom right, #D5D8ED, #FFFFFF);
  background-repeat: no-repeat;
}
.about-us-bank .bank-content {
  max-width: 890px;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding-bottom: 30px;
}
.about-us-bank .bank-en-content {
  text-align: justify;
  word-wrap: break-word;
}

.about-us-brand {
  background-image: url(../../web-assets/media-icon/back_brand.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.about-us-brand .brand-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 200px 4.8%;
}
.brand-content .brand-info .brand-title {
  font-weight: 700;
  font-size: 48px;
  color: #fff;
  margin-top: 50px;
}
.brand-content .brand-info .brand-value {
  font-size: 20px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.80);
  margin: 80px 0 240px;
  line-height: 30px;
  max-width: 515px;
}
.brand-content .brand-info .brand-tips {
  font-size: 14px;
  font-weight: 400;
  color: #A9A9A9;
}
.brand-content .brand-small-tips {
  display: none;
}

.brand-journey {
  padding: 100px 0% 120px;
  background: #FAFAFA;
}
.brand-journey .journey-title {
  font-size: 48px;
  font-weight: 700;
  color: #000;
  line-height: 70px;
  margin-bottom: 70px;
  text-align: center;
}
.brand-journey .journey-content {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.journey-value {
  border-radius: 5px 90px 90px 90px;
  background: #fff;
  box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.03);
  margin-right: 20px;
  padding: 50px;
}
.journey-content img {
  width: calc(50% - 10px);
}
.journey-big-img {
  display: block;
}
.journey-small-img {
  display: none;
}

.journey-value-info {
  position: relative;
}
.journey-value .item-left-line {
  position: absolute;
  top: 28px;
  left: 11px;
  height: calc(100% - 78px);
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.journey-value .item-left-line-en {
  height: calc(100% - 140px);
}
.journey-value-item {
  display: flex;
  z-index: 10;
}
.journey-value-item .item-left {
  margin-right: 24px;
}
.journey-value-item .item-left .item-left-round {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: rgba(78, 66, 194, 0.30);
  border-radius: 50%;
  margin-top: 10px;
}
.item-left .item-left-round .round-in {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #4E42C2;
  border-radius: 50%;
}
.journey-value-item .item-right {
  margin-right: 0px;
}
.journey-value-item .item-right .item-right-title {
  font-size: 24px;
  font-weight: 700;
  color: #4E42C2;
  margin-bottom: 10px;
  line-height: 32px;
}
.journey-value-item .item-right .item-right-info {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.50);
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 40px;
}
.journey-value-item .item-right .item-bottom-none {
  margin-bottom: 0px;
}
.journey-value-item .item-right .item-right-info-en {
  margin-bottom: 10px;
}

.about-us-awards {
  text-align: center;
  background: #FFF;
}
.about-us-awards .awards-title {
  color: rgba(0, 0, 0, 0.96);
  font-size: 48px;
  font-weight: 700;
  line-height: 70px;
  padding: 100px 0 50px;
}
.awards-content {
  position: relative;
  max-height: 640px;
  overflow-y: scroll;
  margin-bottom: 70px;
}
.awards-content-div {
  position: relative;
}
.awards-content-div .more-opacity {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  height: 36px;
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}
::-webkit-scrollbar {
  display: none;
}
.awards-content-info {
  position: relative;
}
.awards-content .awards-content-line {
  position: absolute;
  top: 35px;
  left: 50%;
  border: 1px dashed rgba(0, 0, 0, 0.10);
  height: calc(100% - 135px);
}
.awards-content .awards-content-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 70px;
  position: relative;
  z-index: 2;
}
.awards-content-item .awards-item-info {
  color: rgba(0, 0, 0, 0.60);
  font-size: 16px;
  font-weight: 400;
  margin-right: 25px;
  width: 50%;
  text-align: right;
  padding-left: 100px;
}
.awards-content-item .awards-item-round {
  width: 16px;
  height: 16px;
  background: #e1e1e1;
  border-radius: 50%;
}
.awards-content-item .awards-item-right {
  width: 50%;
  margin-left: 30px;
}
.awards-content-item .awards-item-name {
  display: flex;
  align-items: center;
  text-align: left;
}
.awards-content-item .awards-item-name .awards-item-title {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  margin-left: 20px;
}
.awards-content-item .awards-item-right .awards-item-small {
  display: none;
}

@media (max-width: 1099px) {
  .about-us-title {
    padding-bottom: 30px;
  }
  .about-us-title img {
    display: none;
  }
  .about-us-title .title-info {
    font-size: 32px;
    line-height: 47px;
  }

  .about-us-bank {
    padding: 50px 0 25px 0;
    background: 
    linear-gradient(to bottom right, #D5D8ED, #FFFFFF);
    background-repeat: no-repeat;
  }
  .about-us-bank .bank-content {
    font-size: 16px;
    line-height: 1.5;
    padding: 0 15%;
    text-align: left;
    text-align: justify;
    word-wrap: break-word;
  }

  .about-us-brand {
    background-size: cover;
  }
  .about-us-brand .brand-content {
    padding: 30px 4.8%;
    display: block;
  }
  .brand-content .brand-info .brand-title {
    margin-top: 0px;
    font-size: 36px;
    line-height: 54px;
  }
  .brand-content .brand-info .brand-value {
    margin: 12px 0 35px;
    font-size: 18px;
  }
  .brand-content .brand-info .brand-cn-value {
    text-align: justify;
    word-wrap: break-word;
  }
  .brand-content .brand-info .brand-tips {
    display: none;
  }
  .brand-content .brand-small-tips {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #A9A9A9;
    margin-top: 25px;
  }
  .brand-img {
    width: 100%;
  }

  .brand-journey {
    padding: 20px 0%;
  }
  .brand-journey .journey-title {
    font-size: 36px;
    line-height: 54px;
    margin-bottom: 20px;
    padding: 0;
    text-align: left;
  }
  .journey-value {
    border-radius: 0;
    background: none;
    box-shadow: none;
    margin: 0;
    padding: 0;;
  }
  .journey-value .item-left-line {
    top: 20px;
    left: 8px;
    height: calc(100% - 85px);
  }
  .journey-value .item-left-line-en {
    height: calc(100% - 130px);
  }
  .brand-journey .journey-content {
    display: block;
  }
  .journey-content img {
    width: 100%;
  }
  .journey-value-item {
    margin-bottom: 12px;
  }
  .journey-value-item .item-left .item-left-round {
    width: 18px;
    height: 18px;
    position: relative;
    margin-top: 5px;
  }
  .item-left .item-left-round .round-in {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .journey-value-item .item-left {
    margin-right: 22px;
  }
  .journey-value-item .item-right {
    margin-right: 0px;
  }
  .journey-value-item .item-right .item-right-title {
    font-size: 18px;
    line-height: 28px;
  }
  .journey-value-item .item-right .item-right-info {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 18px;
  }
  .journey-big-img {
    display: none;
  }
  .journey-small-img {
    display: block;
    width: 100%;
  }

  .about-us-awards .awards-title {
    padding: 20px 0;
    text-align: left;
    font-size: 36px;
    line-height: 54px;
  }
  .awards-content {
    margin-bottom: 40px;
    max-height: 500px;
  }
  .awards-content-div .more-opacity {
    height: 24px;
  }
  .awards-content .awards-content-item {
    justify-content: left;
    padding-bottom: 20px;
    align-items: normal;
    display: block;
  }
  .awards-content-item .awards-item-info {
    display: none;
  }
  .awards-content-item .awards-item-round {
    width: 8px;
    height: 8px;
    margin-right: 25px;
    background: #e1e1e1;
    margin-top: 10px;
    float: left;
  }
  .awards-content-item .awards-item-right {
    padding-left: 33px;
    width: 100%;
    box-sizing: border-box;
    margin-left: 0;
  }
  .awards-item-name .awards-item-img {
    width: 32px;
  }
  .awards-content-item .awards-item-name .awards-item-title {
    font-size: 12px;
    line-height: 18px;
    margin-left: 15px;
  }
  .awards-content-item .awards-item-right .awards-item-small {
    display: block;
    color: rgba(0, 0, 0, 0.60);
    font-size: 12px;
    line-height: 18px;
    margin: 10px 0 0 47px; 
    text-align: left;
  }
  .awards-content .awards-content-line {
    top: 10px;
    left: 3px;
    height: calc(100% - 80px);
    border: 1px dashed rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 575.98px){
  .about-us-bank {
    padding: 50px 0 25px 0;
    background: #EDEBFF;
  }
}
