#promotion .banner {
    background-image: url(/static/images/promotion/bg-banner.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    background-attachment: scroll;
    background-position: top;
}

#promotion .content {
  background-image: url(/static/images/service/bg-section-form.png);
  background-repeat: no-repeat;
  background-size: 100%;
  padding-bottom: 250px;
  background-position: center;
  margin-top: -10vw;
}

#promotion .breadcrumb a,
#promotion .breadcrumb-item.active,
#promotion .breadcrumb-item::before {
  color: #626262 !important;
}

#promotion .banner-title {
  font-weight: 500;
  font-size: 64px;
  line-height: 66px;
  text-align: center;
  color: #003f67;
}

#promotion .banner-sectitle {
    font-weight: 600;
    font-size: 30px;
    line-height: 25px;
    text-align: left;
    color: #003f67;
}

#promotion .banner-detail {
    color: #202020;
}

#promotion .carousel-promotion-page {
  border-radius: 20px;
}

#promotion .card-body-custom {
  height: 180px;
}

#promotion .carousel-promotion-list-img {
  /* height: 180px; */
  overflow: hidden;
}

#promotion .carousel-promotion-list-0-img img {
  width: 100%;
}

#promotion .promotion-card-text {
  font-weight: 500;
  font-size: 48px;
  line-height: 50px;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 6px;
}

#promotion .promotion-info {
  background-color: #003f67;
  padding: 50px 40px;
}

#promotion .promotion-type {
  background: #e31c79;
  border-radius: 40px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  padding: 5px 16px;
  width: max-content;
  margin-bottom: 29px;
}

#promotion a.more-info-btn {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #00b4f1;
}

#promotion .promotion-date {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  margin-bottom: 24px;
}

#promotion button.slick-arrow-custom-prev.slick-arrow,
#promotion button.slick-arrow-custom-next.slick-arrow {
  background-color: #fff;
  border: none;
  border-radius: 40px;
  width: 64px;
  height: 64px;
  position: absolute;
  transition: 0.1s;
}

#promotion button.slick-arrow-custom-prev.slick-arrow:hover,
#promotion button.slick-arrow-custom-next.slick-arrow:hover {
  transform: scale(1.03);
}

#promotion button.slick-arrow-custom-prev.slick-arrow {
  left: -40px;
  bottom: 425px;
}

#promotion button.slick-arrow-custom-next.slick-arrow {
  right: -40px;
  bottom: 425px;
}

#promotion .carousel-promotion-list {
  padding: 24px 0 130px 0;
}

#promotion .promotion-item {
  border-radius: 20px;
  overflow: hidden;
}

#promotion .promotion-row-type {
  background: #e31c79;
  border-radius: 40px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #fff;
  padding: 3px 15px;
  width: max-content;
}
#promotion .title-row-item {
  height: 44px;
}

#promotion .title-row-item a{
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  color: #202020;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

#promotion .promotion-row-date {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #626262;
  margin-top: 8px;
}

#promotion .carousel-promotion-list-mobile .card-body {
  padding: 25px;
}

#promotion .carousel-control-prev-custom,
#promotion .carousel-control-next-custom {
  opacity: 1;
  background-color: #fff;
  width: 50px;
  height: 50px;
  top: 300px;
}

#promotion .carousel-indicators {
  bottom: -55px;
}

#promotion .carousel-promotion-list-row {
  margin-bottom: 110px;
}

#promotion .carousel-promotion-list-row a.more-info-btn {
  font-size: 18px;
  line-height: 22px;
}

/* sm size */
@media (min-width: 350px) and (max-width: 767px) {

  #promotion .banner {
    background-image: url(/static/images/promotion/bg-banner-mobile.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    background-attachment: scroll;
    background-position: top;
  }

  #promotion .banner-title {
    font-weight: 500;
    font-size: 48px;
    line-height: 50px;
    text-align: center;
    color: #003f67;
    padding: 0 20px;
  }

  #promotion .promotion-card-text {
    font-weight: 500;
    font-size: 24px;
    line-height: 38px;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 6px;
  }

  #promotion .promotion-info {
    background-color: #003f67;
    padding: 30px;
  }

  #promotion .promotion-type {
    background: #e31c79;
    border-radius: 40px;
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    padding: 3px 15px;
    width: max-content;
    margin-bottom: 10px;
  }

  #promotion .promotion-date {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    margin-bottom: 10px;
  }

  #promotion .carousel-control-prev-custom,
  #promotion .carousel-control-next-custom {
    opacity: 1;
    background-color: #fff;
    width: 50px;
    height: 50px;
    top: 222px;
  }

  #promotion .carousel-control-prev-custom {
    left: 5% !important;
  }

  #promotion .carousel-control-next-custom {
    left: 95% !important;
  }

}

/* md size */
@media (min-width: 768px) and (max-width: 991px) {
  #promotion .carousel-promotion-list-img {
    height: auto;
    overflow: hidden;
  }

  #promotion .promotion-info {
    background-color: #003f67;
    padding: 30px;
  }

  #promotion .promotion-type {
    background: #e31c79;
    border-radius: 40px;
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    padding: 3px 15px;
    width: max-content;
    margin-bottom: 10px;
  }

  #promotion .promotion-date {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    margin: 10px 0;
  }

  #promotion .promotion-card-text {
    font-weight: 500;
    font-size: 28px;
    line-height: 32px;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 6px;
  }

  #promotion .carousel-control-prev-custom,
  #promotion .carousel-control-next-custom {
    opacity: 1;
    background-color: #fff;
    width: 50px;
    height: 50px;
    top: 150px;
  }
}

/* lg size */
@media (min-width: 992px) and (max-width: 1200px) {

  /* #promotion .breadcrumb {
    padding-top: 50px !important;
  } */
  #promotion .promotion-card-text {
    font-weight: 500;
    font-size: 38px;
    line-height: 42px;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 6px;
  }

  #promotion .carousel-control-prev-custom,
  #promotion .carousel-control-next-custom {
    opacity: 1;
    background-color: #fff;
    width: 50px;
    height: 50px;
    top: 200px;
  }
}