h1 h2 {
  padding: 0;
  margin: 0;
}

h1 {
  font-weight: 900;
}

p {
  padding: 0;
  margin: 0;
  margin-top: 16px;
  font-size: 16px;
}

ol {
  padding-left: 16px;
}

li {
  margin-top: 16px;
  color: #404448;
  font-size: 16px;
}

section {
  margin: unset;
  padding: unset;
  margin-top: 30px;
}

.section-top {
  margin-top: 80px;
}

.d-flex {
  display: flex;
}

.p-relative {
  position: relative;
}

.jc-center {
  justify-content: center;
}

.ai-center {
  align-items: center;
}

.ta-center {
  text-align: center;
}

.w-50 {
  width: 50%;
}

.bg-blue {
  background-color: #eff9fe;
}

.sub-title-banner {
  font-size: 24px;
}

.banner-header-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
}

.banner-header-title h1 {
  font-size: 48px;
}

.section-banner img {
  width: 100%;
  height: auto;
}

.cta-container {
  margin: -40px 0px 100px;
}

.btn-cta {
  text-decoration: none;
  outline: none;
  padding: 15px;
  background-color: #FF991C;
  color: #ffffff;
  border-radius: 15px;
  font-size: 20px;
  border: none;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.btn-cta:hover {
  color: #ffffff;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.grid-column {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}

.benefit-item {
  gap: 16px;
}

.all-center {
  align-items: center;
  text-align: center;
}



.register-paylater {
  margin-top: 80px;
}


.carousel-indicators {
  position: static;
  display: flex;
  justify-content: center;
  gap: 10px;
  width: 100%;
  margin-left: 0px;
  margin-top: 20px;
}

.carousel-indicators li {
  background-color: #a3a3a3;
  border: 1px solid #a3a3a3;
}

.carousel-indicators li.active {
  margin: 1px;
  width: 10px;
  height: 10px;
  background: #47bbe4;
  border-color: #47bbe4;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 10%;
  font-size: 40px;
  color: #585858;
  text-align: center;
  /* text-shadow: 0 3px 2px rgba(0, 0, 0, 1); */
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=70);
  opacity: 0.7;
  cursor: pointer;
}
.carousel-control.left {
  background-image: none !important;
  z-index: 999999;
}
.carousel-control.right {
  right: 0;
  z-index: 999999;
  left: auto;
  background-image: none !important;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #47bbe4;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 99999999;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-size: 200%;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: url('../assets/icon/arrow-prev.svg');
}
.carousel-control .icon-next:before {
  content: url('../assets/icon/arrow-next.svg');
}

/* portrain phone  */
@media (max-width: 768px) {
  section {
    padding-top: 15px;
    padding-bottom: 0;
  }

  .btn-cta {
    font-size: 14px;
  }

  .img-responsive {
    width: 100%;
  }

  section {
    margin: unset;
    padding: unset;
  }

  .all-center {
    text-align: left;
  }

  .how-to-image {
    width: 100%;
  }

  .info, .about, .register-paylater {
    padding: 10px 20px;
  }

  h1 {
    font-size: 24px;
  }

  h2 {
    font-size: 18px;
  }
  .sub-title-banner {
    font-size: 18px;
    margin-bottom: 50px;
  }

  p, .benefit-item p {
    font-size: 14px !important;
  }

}

/* tablet  */
@media (max-width: 992px) {
  .section-top {
    margin-top: 40px;
  }
  .banner-header-title h1 {
    font-size: 24px;
  }
}
