.page {
    padding: 30px 0;
}

h1.content-header, h2.content-header {
    margin: 70px 0px 30px 0px;
}

a:hover {
    text-decoration: none;
}

a {
    color: #000;
}

.wrapper-title {
    position: relative;
    height: 120px;
    margin-top: -120px;
}

.block {
    background: #034747;
    filter: alpha(opacity=60);
    /* IE */
    -moz-opacity: 0.6;
    /* Mozilla */
    opacity: 0.6;
    /* CSS3 */
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    word-break:break-all;
}

.social-button {
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 40px;
    padding: 8px;
    color: #fff;
}

.fb {
    background-color: #4267B2;
}

.twitter {
    background-color: #1DA1F2;
}

.wrapper-title-berita-terbaru {
    position: relative;
    height: 80px;
    margin-top: -80px;
}

.title-berita-terbaru {
    font-size: 14px;
    line-height: 1.2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    word-break:break-all;
}

img.img {
    min-height: 300px;
}
