.hkiaa_course_swiper .swiper-pagination {
  transform: unset !important;
  left: 120px !important;
  width: 100% !important;
  bottom: 20px !important;
  text-align: left;
  padding: 0 15px;
  line-height: 0 !important;
}
.hkiaa_course_swiper .swiper-pagination-bullet {
  position: relative !important;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  border: 0px;
  background-color: #1853d6;
  opacity: 30%;
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 100ms, color 100ms;
  transform: unset !important;
  left: 0 !important;
}

.hkiaa_course_swiper .swiper-pagination .swiper-pagination-bullet-active {
  height: 4px;
  width: 24px;
  border-radius: 8px;
  border: 0px;
  background-color: #1853d6;
  opacity: 100%;
  margin-bottom: 2px !important;
}
.swiper-arrow-row {
  display: flex;
  width: 100%;
}

.grad_share_slider_arrow {
  cursor: pointer;
  position: unset !important;
}
.swiper-arrow-row > * {
  margin: 0 5px;
}
.swiper-arrow-row > *:first-child {
  margin-left: 0;
}
.swiper-arrow-row > *:last-child {
  margin-right: 0;
}

.hkiaa_course_swiper .swiper-slide{
  display: flex;
  flex-wrap: wrap;
}

.hkiaa_course_swiper .swiper-slide .hkiaa_course_module_item{
  width: 50%;
  margin: 0px 0px 30px 0px;
}

@media screen and (max-width: 767px){
  .hkiaa_course_swiper .swiper-slide .hkiaa_course_module_item{
    width: 100%;
    margin: 0px 0px 30px 0px;
  }
  
}