body {
  background: linear-gradient(180deg, #0c1d14 28%, #000000 50%, #09110c 100%);
}

/* Hero Section */
#hero-section {
  background: linear-gradient(180deg, rgba(0,0,0,0) 60%, #0c1d14 100%), url(../images/bg-hero-1920.jpg) no-repeat center center / cover;
  /* margin-top: 6rem; */
  padding: 10rem 0 6rem;
  /* height: calc(100vh + 0px); */
  height: auto;
}

#hero-section h1 {
  font-size: 52px;
  font-weight: 700;
}

.img-hero {
  margin-top: -40px;
  margin-right: -140px;
}

.img-hero img {
  transform: scale(1);
}

@media (max-width: 1366px) {
  #hero-section h1 {
    font-size: 52px;
  }

  .img-hero img {
    transform: scale(1.1);
  }

  .img-hero {
    margin-right: -70px;
  }
}

@media (max-width: 1200px) {
  #hero-section h1 {
    font-size: 44px;
  }

  .img-hero img {
    transform: scale(1.1);
  }

  .img-hero {
    margin-right: -50px;
  }
}

@media (max-width: 991px) {
  #hero-section {
    background: linear-gradient(180deg, rgba(0,0,0,0) 60%, #0c1d14 100%), url("../images/bg-hero-728.jpg") no-repeat left center / cover;
    height: auto;
  }

  .img-hero img {
    transform: scale(1);
    max-width: 600px;
    width: 100%;
  }

  .img-hero {
    margin-top: 0;
    margin-right: -30px;
  }

  .plus-height {
    height: 650px;
  }

  #hero-section h1 {
    font-size: 48px;
  }

  #hero-section h3 {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  #hero-section {
    display: flex;
    align-items: center;
    height: auto;
    padding: 6rem 0 3rem;

  }
  #hero-section, #hero-bg {
    min-height: auto;
  }
  .img-hero img {
    transform: scale(1);
  }

  .img-hero {
    margin-top: 0;
    margin-right: -30px;
  }

  .plus-height {
    height: 100px;
  }

  #hero-section h1 {
    font-size: 28px;
  }

  #hero-section h3 {
    font-size: 24px;
  }
}

@media (min-width: 1921px) {
  #hero-section {
    background: linear-gradient(180deg, rgba(0,0,0,0) 60%, #0c1d14 100%), url(../images/bg-hero-2560.jpg) no-repeat center center / cover;
    /* margin-top: 6rem; */
    padding: 10rem 0;
    /* height: calc(100vh + 0); */
    height: auto;
  }
}


/* about-section */
#about-section{
  margin-top: -14rem;
}


@media (max-width: 767px) {
  #about-section {
    margin-top: -16rem;
  }
}
/* award section */
.card-award {
  background: url(../../../globalassets/images/card6.png) no-repeat center/100% 100%;
  border-radius: 20px;
}


.bg-award {
  top: 0;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%) scale(1.8);
}

.bg-award img{
  width: 100%;
}

#award-section ul li::marker {
  color: var(--color-green);
  font-size: 16px;
}

#award-section ul {
  list-style-type: "▶ ";
  display: inline-block !important;
  padding-left: 16px;
}

#award-section ul li span {
  color: var(--color-gray);
  font-size: 18px;
  font-weight: 300;
}

@media (max-width: 1440px) {
  .bg-award {
    top: 0;
    right: 0;
  }
}

@media (max-width: 1199px) {
  .img-award {
    background: url(../images/img3.png) no-repeat right -160px bottom 40%/760px;
    border-radius: 0 20px 20px 0;
  }
}

@media (max-width: 992px) {
  .img-award {
    background: url(../images/img3.png) no-repeat bottom right/ contain;
  }

  .img-stamp-award {
    background: url(../images/img4.png) no-repeat 44% 10% / 250px;
  }

  .award-height {
    height: 400px;
  }

  .stamp-height {
    height: 360px;
  }
}

@media (max-width: 768px) {
  .img-stamp-mobile {
    width: 250px;
    margin: 0 auto;
  }

  .br-top-award {
    display: none;
  }

  #award-section ul li span {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
  }
}

@media (max-width: 576px) {
  .img-award {
    background: url(../images/img3.png) no-repeat 62% 100% / 600px;
  }
}

@media (min-width: 1921px) {
  .bg-award {
    transform: translate(-50%, -40%) scale(1.8);
  }
}
/* Qualify-section */
/* .rb-l {
  background: radial-gradient(34.98% 34.98% at 40% 50%,
      #20b237 -90%,
      rgba(6, 19, 45, 0) 90%);
  height: 2000px;
  opacity: 1;
  top: 0;
  left: 0;
  width: 1900px;
  z-index: -1;
  transform: translate(-44%, -24%);
} */

/* Check Section */
.img-star {
  background: url(../images/img6.png) no-repeat right -8% bottom 30%/570px;
  border-radius: 0 20px 20px 0;
}

.star-height {
  height: 220px;
}

.radial-3 {
  background: radial-gradient(34.98% 34.98% at 40% 50%,
      #ffbe0a -90%,
      rgba(6, 19, 45, 0) 90%);
  height: 2000px;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 1900px;
  z-index: 1;
}

@media (max-width: 992px) {
  .img-star {
    background: url(../images/img6.png) no-repeat bottom center/ 76%;
  }

  .star-height {
    height: 400px;
  }

  .stamp-height {
    height: 360px;
  }
}

@media (max-width: 768px) {
  .img-stamp-mobile {
    width: 250px;
    margin: 0 auto;
  }

  .br-top-award {
    display: none;
  }
}

@media (max-width: 576px) {
  .img-star {
    background: url(../images/img6.png) no-repeat center 90% / 350px;
  }

  .star-height {
    height: 250px;
  }
}

/* Promotion Section */
#promotion-section {
  background: url(../images/bg-promotion.png) no-repeat top center/cover;
}