.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;
}


/*jssor slider loading skin spin css*/
.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/*jssor slider bullet skin 051 css*/
.jssorb051 .i {position:absolute;cursor:pointer;}
.jssorb051 .i .b {fill:#fff;fill-opacity:0.3;}
.jssorb051 .i:hover .b {fill-opacity:.7;}
.jssorb051 .iav .b {fill-opacity: 1;}
.jssorb051 .i.idn {opacity:.3;}

/*jssor slider arrow skin 051 css*/
.jssora051 {display:block;position:absolute;cursor:pointer;}
.jssora051 .a {fill:none;stroke:#fff;stroke-width:360;stroke-miterlimit:10;}
.jssora051:hover {opacity:.8;}
.jssora051.jssora051dn {opacity:.5;}
.jssora051.jssora051ds {opacity:.3;pointer-events:none;}
