.card-side{
    color: #fff;
    padding: .5rem 1rem;
    margin-bottom: 0;
    border-bottom-right-radius: 50px;
    border-top: 8px solid #FFC928;
    border-right: 8px solid #FFC928;
}

/*--------------------------------------------------------------
# Frequently Asked Questioins
--------------------------------------------------------------*/
.sitemap {
  padding: 60px 0;
}

.sitemap .sitemap-list {
  padding: 10px;
  list-style: none;
  margin-left: 50px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-size: 20px;
  font-weight: 800;
}

.sitemap .sitemap-list .child{
  margin-bottom: 5px;
  padding-bottom: 5px;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 800;
  list-style: none;
}

.sitemap .sitemap-list .more-child{
  margin-bottom: 5px;
  padding-bottom: 5px;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 400;
  list-style: none;
}


/*--------------------------------------------------------------
# sponsor
--------------------------------------------------------------*/
.sponsor {
  overflow: hidden;
  width: auto;
}

.sponsor .swiper-pagination {
  margin-top: 5px;
  position: relative;
}

.sponsor .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
}

.sponsor .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #1F29A6;
}

.sponsor .swiper-slide-active {
  text-align: center;
}

@media (min-width: 992px) {
  .sponsor .swiper-wrapper {
    padding: 10px 0;
  }
  .sponsor .swiper-slide-active {
    padding: 4px;
    background: #fff;
    /* z-index: 1; */
    transform: scale(1.2);
    margin-top: 10px;
  }
}

/*--------------------------------------------------------------
# pembatas
--------------------------------------------------------------*/
.pembatas {
  background: #1b234e;
  color: #fff;
  background-size: cover;
  padding: 10px 0;
}


/*--------------------------------------------------------------
# medsos
--------------------------------------------------------------*/


#medsos .medsos-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #1F29A6;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-bottom: 5px;
}

#medsos .medsos-top .social-links a:hover {
  background: #C89A18;
  text-decoration: none;
}


/*--------------------------------------------------------------
# Maklumat
--------------------------------------------------------------*/
.maklumat .member {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(63, 187, 192, 0.1);
  /* margin-left: 30%; */
}

.maklumat .member .member-img {
  position: relative;
  overflow: hidden;
  /* display: block; */
  /* margin-left: 50%; */
  /* margin-right: auto; */
  /* width: 50%; */
}

/*--------------------------------------------------------------
# ctta
--------------------------------------------------------------*/
.ctaa {
  background: #444d74;
  /* color: #fff;  */
  background-size: auto !important;
  text-align: center;
  width: 100%;
  /* margin-top: -0.50rem !important;
  padding-top: -0.50rem !important; */
}