/* Created by Pandu */


.span-line {
    border-bottom: 6px solid #ffd841;
    text-transform: uppercase;
    display: inline-block
}

.span-line-blue {
    border-bottom: 6px solid #2198dc;
    text-transform: uppercase;
    display: inline-block
}

.sub-span-line {
    margin-bottom:0.8em;
    border-bottom: 3px solid #2198dc;
    display: inline-block
}

.pengumuman-box{
    min-height: 130px;
    margin-bottom: 15px;
}

.pengumuman-title{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
}
.agenda-box{
    min-height: 142px;
    margin-bottom:5px!important; 
}

.agenda-title{
    margin-top:15px!important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
}

.portal-regis-box{
    height: 141px;
    margin-bottom: 5px;
}

.gallery-foto{
    height: 200px!important;
}

.box-video-home{
    margin: 0px!important;
    padding: 0px!important;
    background-color: #2198dc!important;
    border-radius: 0
}

.box-video-home h5{ 
    padding-top: 16px;
    padding-bottom: 10px;
    padding-left: 10px;
    color: #ffffff;
}


.bg-section-yellow{
    background-color: #ffd841;
}

.m-bl-10{
    margin: 0 0 10px 10px!important;
}

