/* here you can put your own css to customize and override the theme */
.section-title {
    padding-top: 30px;
    padding-bottom: 20px;
}
.section-title h2 {
    text-transform: uppercase;
    text-align: center;
    position: relative;
    color: #333;
    font-size: 30px;
    font-weight: 400;
}
.section-title h2:after {
    content: "";
    position: absolute;
    bottom: -20px;
    width: 60px;
    height: 1px;
    background-color: #FF6B80;
    left: 50%;
    margin-left: -30px;
}
.section-title p {
    text-align: center;
    margin-top: 35px;
    color: #333;
    font-size: 12px;
    line-height: 15px;
    font-weight: 300;
}


/*berita utama*/
.berita-utama-title{
    float: left;
    color: #fff;
    background-color: #a50014;
    padding: 5px 10px 8px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.003em;
    position: relative;
}
.berita-utama{
    margin-bottom: 30px;
}
.berita-utama .item{
    display: block;
    position: relative;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 0;
    margin: 0;
    overflow: hidden;
    height: 160px;
}
.berita-utama a{
    font: bold 14px/1.2 sans-serif;
    color: #fff;
}
.berita-utama a:hover {
    color: #67bd3c;
    border-color: #fff;
}

.item .text{
    background: linear-gradient(to bottom, transparent 0, rgba(0,0,0,0.8) 70%);
    position: absolute;
    bottom: 0;
    height: 50%;
    width: 100%;
}

.text > p{
    margin-bottom: 4px;
    margin-left: 4px;
    position: absolute;
    bottom: 0;
}

/*recent-news*/
.recent-news{
    background-color: #fff;
    padding-left: 10px;
    padding-top: 10px;
}

/*box pricing*/
.pricing{
    background-color: #fff;
}

.panel-heading .kategori-berita{
    color: #fff;
    padding: 10px 8px 0;
    background-color: #1b3682;
    display: block;
    font-weight: 500;
    text-transform: uppercase;
}
.panel-heading .kategori-berita span{
    padding: 0 0px 7px;
    display: inline-block;
    border-bottom: solid 4px #fe8917;
    font-size: 16px;
    margin-left: 5px;
}

.title-berita{
    padding-right: 5px;
    overflow: hidden;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    font-size: small;
}