/* banner */
.banner {
  position: relative;
}

.banner .banner__img {
  max-height: 570px;
}

.banner__img--large {
  width: 100%;
  height: 570px;
  object-fit: cover;
  filter: brightness(60%);
}

.banner__img--small {
  position: absolute;
  top: 100px;
  right: calc(((100% - 120px) / 2) - 30vw);
}

.banner__content {
  position: absolute;
  top: 15.5%;
  left: calc(((100% - 120px) / 2) - 30vw);
  transition: all 0.1s ease-in;
}

.banner__content--title {
  font-family: "Renogare";
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  /* opacity: 0.7; */
  background: linear-gradient(90deg, #2091ff 0%, #a11ff3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 500px;
  margin-bottom: 15px;
}

.banner__content--text {
  display: flex;
}

.banner__content--text .text__left {
  color: #2f65a6;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  max-width: 200px;
}

.banner__content--text .line {
  width: 4px;
  height: 100px;
  background: linear-gradient(178deg, #0a77ff 0%, #b032ff 100%);
  margin: 0 30px 0 10px;
}

.banner__content--text .text__right {
  color: var(--white);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 375px;
  padding-top: 14px;
}

/* award */
.award {
  margin-top: 57px;
  margin-bottom: 73px;
}

.award .general-title {
  margin-bottom: 63px;
}

.award__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 33px;
}

.award__list>ul {
  margin-bottom: 14px;
}

.award__list--year {
  width: 154px;
  height: 50px;
  color: #3470e1;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  border-radius: 34px;
  border: 1px solid var(--Base-Black, #000);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.4);
  margin-bottom: 80px;
}

.award__list>ul:first-child .award__list--year {
  margin-bottom: 104px;
}

.award__list--item {
  position: relative;
  margin-left: 6px;
}

.award__list--item .circle {
  position: absolute;
  left: 46%;
  translate: -50% -50%;
  width: 18px;
  height: 19px;
  background-image: linear-gradient(180deg, #2091ff 0%, #af32ff 100%);
  border-radius: 50%;
}

.award__list--item .circle__top {
  top: -49px;
  z-index: 1;
}

.award__list--item .circle__bottom {
  bottom: -87px;
}

.award__list>ul:not(:last-child) .award__list--item .circle__bottom {
  visibility: hidden;
}

.award__list--item ul li {
  position: relative;
  margin-bottom: 59px;
}

.award__list--item li .inlay-circle {
  width: 175px;
  height: 175px;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  left: -20px;
}

.award__list--item li .inlay-circle::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: solid transparent 1px;
  border-right: solid black 1px;
  border-radius: 50%;
}

.award__list--item li:nth-child(odd) .inlay-circle::after {
  transform: rotate(45deg);
}

.award__list--item li:nth-child(even) .inlay-circle::after {
  transform: rotate(135deg);
}

.award__list--item li .item__img {
  border: 1px solid black;
  border-radius: 50%;
  height: 135px;
  width: 135px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.award__list--item li .item__img img {
  max-height: 85.72%;
  width: 70%;
  object-fit: contain;
}

.award__list--item li .item__img::before {
  content: "";
  position: absolute;
  top: -40px;
  height: 40px;
  width: 1px;
  background-color: #000;
}

.award__list--item li:last-child .item__img::after {
  content: "";
  position: absolute;
  bottom: -60px;
  height: 40px;
  width: 1px;
  background-color: #000;
}

.award__list--item li .item__content {
  position: absolute;
  /* top: 19px; */
  max-width: 500px;
  top: 50%;
  transform: translate(0, -50%);
}

.award__list--item li:nth-child(odd) .item__content {
  left: 155px;
}

.award__list--item li:nth-child(even) .item__content {
  right: 169px;
  text-align: right;
}

.award__list--item li .content__top {
  color: #3470e1;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.4px;
  text-transform: capitalize;
  position: absolute;
  bottom: 100%;
  width: 100%;
}

.item__content.item__overflow--lg .content__top {
  max-width: 328px;
}

.award__list--item li .item__content.item__overflow--lg {
  top: -4px;
}

.award__list--item li:nth-child(odd) .content__top {
  padding-left: 23px;
  margin-right: auto;
}

.award__list--item li:nth-child(even) .content__top {
  padding-right: 23px;
  margin-left: auto;
}

.award__list--item .content__line {
  width: 430px;
  height: 1px;
  background-color: black;
  margin: 24px 0;
  position: relative;
}

.award__list--item li .item__content .content__circle {
  position: absolute;
  top: 0;
  width: 18px;
  height: 19px;
  background-image: linear-gradient(180deg, #2091ff 0%, #af32ff 100%);
  border-radius: 50%;
}

.award__list--item li:nth-child(odd) .item__content .content__circle {
  right: 1px;
  translate: 100% -50%;
}

.award__list--item li:nth-child(even) .item__content .content__circle {
  left: 0;
  translate: -100% -50%;
}

.award__list--item li .content__bottom {
  color: #323539;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: absolute;
  top: 100%;
  width: 100%;
}

.award__list--item li:nth-child(odd) .content__bottom {
  padding-left: 23px;
}

.award__list--item li:nth-child(even) .content__bottom {
  padding-right: 23px;
}

.banner-mb {
  display: none;
}

@media screen and (max-width: 1440px) {
  .banner__img--small {
    position: absolute;
    top: 100px;
    right: calc(((100% - 120px) / 2) - 37vw);
  }

  .banner__content {
    position: absolute;
    top: 15.5%;
    left: calc(((100% - 120px) / 2) - 37vw);
    transition: all 0.1s ease-in;
  }
}

@media screen and (max-width: 1280px) {
  .banner__content {
    position: absolute;
    top: 15.5%;
    left: calc(((100% - 300px) / 2) - 30vw);
  }
}

@media screen and (max-width: 1024px) {
  .banner .banner__img .banner__img--large {
    max-height: 292px;
  }

  .banner__img--small {
    width: 106px;
    position: absolute;
    top: 36px;
    right: calc(((100% - 150px) / 2) - 30vw);
  }

  .banner__content {
    display: none;
  }

  .banner-mb {
    margin: 64px 0;
    display: block;
  }

  .banner__content-mb {
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .banner__content-mb .banner__content--title {
    color: #323539;
    text-align: center;
    font-family: Renogare;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1.2px;
    background: none;
    -webkit-text-fill-color: unset;
    opacity: 1;
    line-height: 30px;
  }

  .banner__content-mb .banner__content--title::after {
    content: "";
    height: 4px;
    width: 50px;
    background: linear-gradient(90deg, #1c7bda 0%, #9642fe 100%);
    display: block;
    margin: 16px auto;
  }

  .banner__content-mb .banner__content--text {
    flex-direction: column;
    text-align: center;
    max-width: 400px;
    color: var(--Base-Black);
  }

  .banner__content-mb .banner__content--text .text__top {
    color: #3470e1;
    font-size: 16px;
    margin-bottom: 24px;
  }

  .award__list--item .content__line {
    width: calc(100vw / 3.2);
  }

  .award__list--item li .content__top {
    font-size: 16px;
  }

  .award__list--item li .content__bottom {
    font-size: 16px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 577px) {
  .award .general-title {
    margin-bottom: 28px;
  }
}

@media screen and (max-width: 576px) {
  .award {
    margin-top: 57px;
    margin-bottom: 49px;
  }

  .award__list--item ul li {
    position: relative;
    margin-bottom: 50px;
  }

  .award__list--item li:nth-child(odd) .item__content {
    left: 58px;
  }

  .award__list--item li:nth-child(even) .item__content {
    right: 87px;
    text-align: right;
  }

  .award__list--item li .item__content {
    top: 46%;
  }

  .award__list--item li .content__top {
    color: #3470e1;
    font-size: 12.5px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 0.4px;
    text-transform: capitalize;
  }

  .item__content.item__overflow--lg .content__top {
    max-width: 328px;
  }

  .item__content.item__overflow--md .content__top {
    max-width: 328px;
  }

  .award__list--item li:nth-child(odd) .content__top {
    padding-left: 8px;
    margin-right: auto;
  }

  .award__list--item li:nth-child(even) .content__top {
    padding-right: 8px;
    margin-left: auto;
  }

  .award__list--item .content__line {
    width: 122px;
    height: 1px;
    background-color: black;
    margin: 12px 0;
  }

  .award__list--item li .item__content .content__circle {
    position: absolute;
    top: 0;
    width: 8px;
    height: 8px;
    background-image: linear-gradient(180deg, #2091ff 0%, #af32ff 100%);
    border-radius: 50%;
  }

  .award__list--item li .content__bottom {
    color: #323539;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .award__list--item li:nth-child(odd) .content__bottom {
    padding-left: 8px;
  }

  .award__list--item li:nth-child(even) .content__bottom {
    padding-right: 8px;
  }

  .award__list--item li .item__img {
    height: 44px;
    width: 44px;
  }

  .award__list--item li .item__img img {
    width: 60%;
  }

  .award__list--item li:last-child .item__img::after {
    bottom: -52px;
  }

  .award__list--item li .inlay-circle {
    width: 73px;
    height: 73px;
    border-radius: 80%;
    top: -17px;
    left: -14px;
  }

  .award__list--year {
    width: 80px;
    height: 26px;
    font-size: 16px;
  }

  .award__list>ul:first-child .award__list--year {
    margin-bottom: 64px;
  }

  .award__list--item ul {
    transform: translate(12px);
  }

  .award__list--item .circle__bottom {
    bottom: -60px;
  }

  .award__list--item .circle__top {
    top: -40px;
  }

  .award__list--item .circle {
    width: 7px;
    height: 7px;
  }

  .banner__content {
    display: none;
  }

  .banner-mb {
    margin: 60px 0 32px;
    display: block;
  }

  .banner__content-mb {
    padding: 0 40px;
  }

  .banner__content-mb .banner__content--title {
    color: #323539;
    text-align: center;
    font-family: 'Renogare';
    font-size: 24px;
    font-style: normal;
    letter-spacing: 1.2px;
    background: none;
    -webkit-text-fill-color: unset;
    opacity: 1;
    line-height: 30px;
  }

  html[lang="vi"] .banner__content-mb .banner__content--title {
    font-weight: 500;
  }


  html[lang="en"] .banner__content-mb .banner__content--title {
    font-weight: 400;
  }

  .banner__content-mb .banner__content--title::after {
    content: "";
    height: 4px;
    width: 50px;
    background: linear-gradient(90deg, #1c7bda 0%, #9642fe 100%);
    display: block;
    margin: 16px auto;
  }

  .banner__content-mb .banner__content--text {
    flex-direction: column;
    text-align: center;
  }

  .banner__content-mb .banner__content--text .text__top {
    color: #3470e1;
    font-size: 16px;
    margin-bottom: 24px;
    font-weight: 500;
  }

  .award .general-title {
    margin-bottom: 10px;
  }

  .banner__img--small {
    width: 106px;
    position: absolute;
    top: 36px;
    right: 18px;
  }

  .banner__img--large {
    width: 100%;
    object-fit: cover;
    object-position: 75% 30%;
    height: 292px;
  }
}