.img-bg-bekasi {
    /* background-image: url("../images/alazhar/jumbotron-kampus/bekasi/jumbotron-kampus.png"); */
    min-height: 100% ;
    background:linear-gradient(0deg, rgba(49, 49, 49, 0.4), rgba(63, 63, 63, 0.4)), url("../images/alazhar/jumbotron-kampus/bekasi/jumbotron-kampus.png");
      background-size: cover;   
}

.img-bg-serpong {
    min-height:100%;
    background:linear-gradient(0deg, rgba(49, 49, 49, 0.4), rgba(63, 63, 63, 0.4)), url("../images/alazhar/jumbotron-kampus/serpong/jumbotron-kampus.png");
    background-size: cover;   
}

.img-bg-bandung {
    min-height:100%;
    background:linear-gradient(0deg, rgba(49, 49, 49, 0.4), rgba(63, 63, 63, 0.4)), url("../images/alazhar/jumbotron-kampus/bandung/jumbotron-kampus.png");
    background-size: cover;   
}

.img-bg-makassar {
    min-height:100%;
    background:linear-gradient(0deg, rgba(49, 49, 49, 0.4), rgba(63, 63, 63, 0.4)), url("../images/alazhar/jumbotron-kampus/makassar/jumbotron-kampus.png");
    background-size: cover;   
}
.page-title-jumbotron {
    padding-top: 400px;
    padding-bottom: 60px;
}

.page-title-jumbotron h2 {
    color: #ffffff;
    font-weight: 600;
    font-size: 35px;
}

.page-title-jumbotron h1 {
    color: #ffa800;
    font-weight: 600;
}


.units-title h4, .units-title h6{
    color: #ffffff;
    background-color: #43687e86;
    font-weight: 600;
    width: 230px;
    margin-left: 15px;
}

.welcome-unit{
    padding: 70px 0;
}

.jenjang-pendidikan, .acara, .instagram, .lokasi  {
    padding: 40px 0;
}

.content-welcome {
    background-color: #e7f6ff;
}

.content-welcome .text-content {
    padding: 25px 10px;
}

.content-welcome .text-content h3 {
    color: #0773B6;
}

.welcome-unit .video-welcome iframe {
    width: 520px;
    height: 300px;
    border-radius: 10px;
    text-align: end;
}

/* jenjang pendidikan */
.jenjang-pendidikan .list-jenjang img{
    width: 270px;
}


/* .img-class img {
  transition: .2s;
 
} */

.list-jenjang .img-class:hover .image {
  border: 2px solid #0773B6;
  /* opacity: .8; */
}

/* acara */
.acara .acara-card {
     text-decoration: none;
}

.acara .acara-card .title-acara {
     color: #000000;
}

.acara .acara-card .title-card {
    margin-top: 10px;
    width: 80%;
}

.acara .acara-card .date {
    font-size: 12px;
    color: #797979;
    line-height: 10px;
    margin-top: 15px;
}

.acara .acara-card .label-unit {
    background-color: #0773B6;
    color: #ffffff;
    width: 50px;
    padding: 1px 0 0;
}

.acara .acara-card .title-acara:hover{
    color: #ffa800;
}

.acara .btn-detail-page a {
    text-align: end;
    color: #0773B6;
    text-decoration: none;
    font-weight: 600;
}

.acara .btn-detail-page a:hover {
    color: #ffa800;
}

.acara .acara-card .img-class img {
    width: 320px;
}


/* lokasi */
.lokasi .maps-location iframe{
    width : 520px;
    height : 300px; 
    border-radius: 10px;
}

.lokasi .detail-location h5 {
    color: #0773B6;
    font-weight: 600;
}

.lokasi .detail-location i {
    font-size: 18px;
    margin-right: 10px;
}

/* header */
.box-header {
    background-color: #0773B6;
    height: 70px;
}