:root {
    --primary: #d90d15;
    --secondary: #f48120;
    --widthparallaxdesktop: 970px;
    --heightparallaxdesktop: 250px;
    --txtparallaxmobile: "Scroll untuk lanjut membaca";
}

body, html {
    font-family: barlow,sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .4px;
    font-feature-settings: 'lnum' 1;
    color: var(--color-default);
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeSpeed;
}

img {
    height: auto;
    max-width: 100% !important;
}
*, html {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.container {
    width: 970px;
    margin: 0 auto;
}
.main {
    padding: 30px 0;
    min-width: 970px;
}
a {
    color: var(--primary);
    text-decoration: none;
    cursor: pointer;
}

@-webkit-keyframes shimmer {
    100% {
        transform: translateX(100%)
    }
}

@keyframes shimmer {
    100% {
        transform: translateX(100%)
    }
}
.media-image:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #ddd;
    animation: 1s infinite shine
}

.media-image:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    background-image: linear-gradient(90deg,rgba(255,255,255,0) 0,rgba(255,255,255,.2) 20%,rgba(255,255,255,.5) 60%,rgba(255,255,255,0));
    -webkit-animation: 2s infinite shimmer;
    animation: 2s infinite shimmer;
    content: ""
}

.media-image img {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    object-fit: cover;
}

.media-title:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3
}
.menu-atas {box-shadow: 0 1px 6px 0 rgba(32,33,36,.28);height: 44px;position: fixed;top: 0;left: 0;right: 0;z-index: 999;background: #fff;min-width: 970px;}

.menu-atas:before {
    content: "";
    background-color: var(--primary);
    background: linear-gradient(to right,var(--primary) 0%,var(--secondary) 100%);
    display: block;
    height: 4px;
}

.menu-atas ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.menu-atas ul.sub-menu {
    display: none;
}

.menu-atas ul > li > a {
    text-transform: uppercase;
    height: 40px;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    position: relative;
    z-index: 2;
    color: #212121;
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu-atas ul > li.home a:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath d='M575.8 255.5c0 18-15 32.1-32 32.1h-32l.7 160.2c0 2.7-.2 5.4-.5 8.1V472c0 22.1-17.9 40-40 40H456c-1.1 0-2.2 0-3.3-.1c-1.4 .1-2.8 .1-4.2 .1H416 392c-22.1 0-40-17.9-40-40V448 384c0-17.7-14.3-32-32-32H256c-17.7 0-32 14.3-32 32v64 24c0 22.1-17.9 40-40 40H160 128.1c-1.5 0-3-.1-4.5-.2c-1.2 .1-2.4 .2-3.6 .2H104c-22.1 0-40-17.9-40-40V360c0-.9 0-1.9 .1-2.8V287.6H32c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L564.8 231.5c8 7 12 15 11 24z'/%3E%3C/svg%3E");
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
    display: block;
}

.menu-atas ul > li.home a span {
    display: none;
}
.menu-atas ul > li a:hover {
    background-color: rgba(0,0,0,.1);
}
.menu-atas ul > li.current-menu-item > a {
    color: var(--primary);
}
.menu-atas ul > li.menu-item-has-children:hover .sub-menu {
    display: block;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    width: 200px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 1px 6px 0 rgba(32,33,36,.28);
    background: #fff;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 50px;
}

.menu-atas ul > li {
    position: relative;
}


.menu-atas ul > li.menu-item-has-children a {
    margin-bottom: 10px;
}

.menu-atas ul > li.menu-item-has-children .sub-menu li a {
    display: flex;
    justify-content: flex-start;
    padding: 0 15px;
    margin-bottom: 0;
}
.billboard-box .widget {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 970px;
    height: auto;
}
.billboard.parallax {
    width: 100%;
    height: var(--heightparallaxdesktop);
    position: relative;
    max-width: 970px;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.billboard.parallax .widget {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(auto,auto,auto,auto);
}
.header.fixed .billboard.parallax .widget-parallax {
    top: 46px;
}
.billboard.parallax .widget-parallax {
    width: var(--widthparallaxdesktop);
    height: auto;
    position: fixed;
    top: 0;
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    margin: 0 auto;
    max-width: 970px;
    left: 0;
    right: 0;
}

.billboard.parallax .widget-parallax img {
    width: 100%;
    height: var(--heightparallaxdesktop);
    object-fit: cover;
}
.sticky-ads-left, .sticky-ads-right {
    position: fixed;
    width: 300px;
    top: 0;
    z-index: 999;
}
.sticky-ads-left.fixed, .sticky-ads-right.fixed {
    top: 45px;
}

.sticky-ads-left {
    left: 50%;
    margin-left: -810px;
    text-align: left;
}

.sticky-ads-right {
    right: 50%;
    margin-right: -810px;
    text-align: right;
}
.sticky-ads-right .widget {
    float: left
}

.sticky-ads-left .widget {
    float: right
}
.header.fixed {
    margin-top: 44px;
}
.header {
    min-width: 970px;
}

.header .header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}

.header .header-search-wrapper {
    width: 360px;
    position: relative;
}

.header .header-input-search {
    background-color: #fff;
    color: #212121;
    width: 100%;
    padding: 12px 84px 12px 12px;
    overflow: hidden;
    box-shadow: inset -2px -2px 4px rgba(255,255,255,.2), inset 2px 2px 12px rgba(0,0,0,.2);
    border-radius: calc(3 * 10px);
    outline: 0;
    border: 1px solid;
    border-color: rgba(0,0,0,.1);
}

.header .search-icon {
    color: #fff;
    background-color: var(--primary);
    border-radius: 10px;
    border-top-right-radius: calc(3 * 10px);
    border-bottom-right-radius: calc(3 * 10px);
    box-shadow: -2px -2px 4px rgba(255,255,255,.2), 2px 2px 12px rgba(0,0,0,.2);
    position: absolute;
    z-index: 2;
    top: 3px;
    right: 3px;
    transition: all .25s;
    -moz-transition: all .25s;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    cursor: pointer;
    width: 70px;
    height: calc(100% - 6px);
    padding: 7px 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    -webkit-appearance: none;
    text-align: center;
    text-transform: uppercase;
    border: 0;
}
.header .search-icon:hover {
    background-color: #212121;
}
.header .header-brand a {
    display: block;
}

.header .header-brand img {
    height: 40px;
    width: auto;
    display: block;
}

.menu-utama {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 998;
    min-width: 970px;
}

.menu-utama.fixed {
    top: 44px;
}

.menu-utama nav {
    margin-bottom: 15px;
    display: flex;
    top: calc(40px + 4px);
    padding: 0;
    border-top: 1px solid rgba(0,0,0,.1);
    border-bottom: 1px solid rgba(0,0,0,.1);
    background-color: #FDFDFD;
    height: 40px;
}

.menu-utama nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.menu-utama ul li ul.sub-menu {
    display: none;
}

.menu-utama nav ul li a {
    color: #212121;
    height: 40px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    position: relative;
    z-index: 1000;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu-utama nav ul li a img {
    max-height: 24px;
    width: auto;
}
.menu-utama nav ul li.menu-item-has-children:hover .sub-menu {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    margin-top: 45px;
    max-height: calc(100vh - 160px);
    overflow-y: auto;
    border-radius: 10px;
    box-shadow: 0 1px 6px 0 rgba(32,33,36,.28);
    background: #fff;
}

.menu-utama nav ul li .sub-menu li a {
    display: flex;
    padding: 0 21px;
    min-width: 160px;
    justify-content: flex-start;
    transition: all .25s;
    -moz-transition: all .25s;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    border-top: 1px dashed rgba(0,0,0,.1);
}

.menu-utama nav ul li .sub-menu li:first-child a {
    border: 0;
}

.menu-utama nav ul li.menu-item-has-children > a {
    margin-bottom: 5px;
}
.menu-utama nav ul li.menu-item-has-children:hover > a,
.menu-utama nav ul li a:hover {
    color: var(--primary);
}
.header-mode svg {
    color: #757575;
    height: 20px;
}

.header-mode {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.header-mode .hide {
    display: none;
}

.header-mode > * {
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}



.main-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.main-row > .sidebar {
    flex: 1;
    max-width: 300px;
    width: 100%;
}

.main-row > .article {
    max-width: 640px;
    width: 100%;
    flex: 1;
    position: relative;
}
.main-row > .article .widget, .main-row > .sidebar .widget {
    margin-bottom: 30px;
}
.headline {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    border-radius: 10px;
}

.headline .headline-item:first-child {
    width: 100%;
}
.headline .headline-image {
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    border-bottom: 50px solid #000;
}

.headline .headline-item:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    bottom: 50px;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, hsl(0deg 0% 0% / 100%) 0%, hsl(0deg 0% 0% / 0%) 100%);
}

.headline .headline-item {
    position: relative;
    width: 50%;
}

.headline .headline-text {
    z-index: 3;
    position: absolute;
    bottom: 0;
    align-items: flex-start;
    padding: 0 15px 15px;
    width: 100%;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.headline .headline-title a {
    color: #FFF;
    transition: all .25s;
    -moz-transition: all .25s;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
}

.headline .headline-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
}

.headline .headline-category {
    background-color: #424242;
    color: #E0E0E0;
    margin: 7px 7px 0 0;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,.05);
    padding: 3px 5px;
    font-size: 12px;
    font-weight: 700;
}

.headline .headline-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.headline .headline-time {
    margin: 7px 7px 0 0;
    color: #BDBDBD;
    font-size: 12px;
}
.headline .headline-title a:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.headline .headline-title a:hover {
    color: var(--primary);
}



.topic {
    display: flex;
    flex-wrap: wrap;
}

.topic .topic-image {
    height: 100%;
    position: relative;
    overflow: hidden;
    width: 300px;
}

.topic .topic-header:before {
    content: '';
    display: block;
    z-index: 2;
    background: linear-gradient(45deg, hsl(0deg 0% 6.3% / 64%) 0%, hsl(0deg 0% 0% / 64%) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.topic .topic-header {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 10px;
}

.topic .topic-header-title {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 24px;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.topic .widget-content {
    flex: 1;
    --dot-space: 5px;
    display: grid;
}
.topic .topic-item {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 10px;
}

.topic .topic-left {
    position: relative;
}

.topic .topic-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

.topic .topic-line:before {
    content: '';
    display: block;
    height: 100%;
    width: 1px;
    border-right: 1px dashed #757575;
}

.topic .topic-dot {
    position: relative;
    z-index: 2;
    border: 5px solid #fdfdfd;
}

.topic .topic-dot:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fdfdfd;
    border: 3px solid #212121;
}

.topic .topic-text h2 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 140%;
    font-weight: 700;
    margin: 0;
    font-size: 14px;
}

.topic .topic-text a {
    color: #212121;
    transition: all .25s;
    -moz-transition: all .25s;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
}

.topic .topic-text {
    padding-bottom: 30px;
    line-height: 140%;
    display: grid;
    grid-gap: 4px;
    position: relative;
}

.topic .topic-time {
    font-weight: normal;
    color: #757575;
    font-size: 12px;
}
.topic-more a {
    text-transform: capitalize;
    padding: 6px 14px;
    margin-top: -2px;
    border-radius: 10px;
    color: #fff;
    background: var(--primary);
    font-weight: 700;
    -webkit-appearance: none;
    text-align: center;
    display: inline-block;
    transition: all .25s;
    -moz-transition: all .25s;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
}
.topic .topic-text a:hover {
    color: var(--primary);
}
.topic .topic-more {
    position: relative;
}
.topic-more a:hover {
    background-color: #212121;
}
.topic-item:hover .topic-dot:before {
    border-color: var(--primary);
}
.widget-header {
    margin-bottom: 15px;
    position: relative;
    padding-left: 16px;
}

.widget-header:before {
    content: '';
    display: block;
    position: absolute;
    height: 19px;
    width: 5px;
    transform: skew(-15deg) translate(-12px,0px);
    background-color: var(--primary);
    background: linear-gradient(to bottom,var(--secondary) 0%,var(--primary) 100%);
    border-radius: 10px;
}

.widget-title {
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    color: #757575;
    font-style: italic;
    margin: 0;
}
.widget-footer a, .widget-footer .trigger {
    padding: 12px 20px;
    font-weight: 700;
    -webkit-appearance: none;
    text-align: center;
    text-transform: uppercase;
    margin-top: 10px;
    border-radius: 10px;
    color: #fdfdfd;
    background-color: var(--primary);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .25s;
    -moz-transition: all .25s;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    width: 100%;
    cursor: pointer;
    border: 0;
}

.widget-footer a svg, .widget-footer .trigger svg {
    height: 16px;
    margin-left: 10px;
}

.widget-footer a:hover, .widget-footer .trigger:hover {
    background-color: #212121;
}
.indeks .indeks-item:first-child {
    padding-top: 0;
}
.indeks .indeks-image {
    position: relative;
    width: 178px;
    height: 0;
    padding-bottom: 100px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 10px;
}

.indeks .indeks-item {
    padding: 10px 0;
    border-bottom: 1px dashed rgba(0,0,0,.1);
    position: relative;
}

.indeks .indeks-text {
    flex: 1;
}
.indeks .indeks-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.indeks .indeks-text a {
    color: #212121;
    transition: all .25s;
    -moz-transition: all .25s;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
}

.indeks .indeks-text h2 {
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
}

.indeks .indeks-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 7px;
}

.indeks .indeks-category {
    margin-right: 7px;
    background-color: rgba(0,0,0,.05);
    color: #212121;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,.05);
    padding: 3px 5px;
    font-size: 12px;
    font-weight: 700;
}

.indeks .indeks-date {
    font-size: 12px;
    color: #757575;
}
.indeks .indeks-summary {
    font-size: 14px;
    line-height: 150%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #757575;
    margin-top: 10px;
}
.indeks .indeks-text a:hover, .video-text a:hover {
    color: var(--primary);
}


.populartag .hastag {
    font-size: 22px;
    color: var(--primary);
    font-weight: 900;
    margin-right: 10px;
    width: 36px;
}

.populartag .populartag-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    border-bottom: 1px dashed #e0e0e0;
    padding: 10px 0;
    transition: all .25s;
    -moz-transition: all .25s;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
}

.populartag .popular-title {
    font-size: 16px;
    line-height: 140%;
    flex: 1;
    margin: 0;
}

.populartag .popular-title a {
    color: #212121;
    font-weight: 700;
    transition: all .25s;
    -moz-transition: all .25s;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.populartag .popular-title a:hover {
    color: var(--primary);
}

.populartag .populartag-item:first-child {
    padding-top: 0;
}
.populartag .populartag-item:hover {
    padding-left: 15px;
}


.popularpos .popularpos-item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px dashed rgba(0,0,0,.1);
}
.popularpos .popularpos-image {
    width: 95px;
    height: 0;
    padding-bottom: 95px;
    position: relative;
    overflow: hidden;
    margin-right: 10px;
    border-radius: 10px;
}

.popularpos .popularpos-text {
    flex: 1;
}

.popularpos .popularpos-text h2 {
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
}

.popularpos .popularpos-text a {
    color: #212121;
    transition: all .25s;
    -moz-transition: all .25s;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
}

.popularpos .popularpos-text a:hover {
    color: var(--primary);
}

.popularpos .popularpos-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 7px;
}

.popularpos .popularpos-category {
    margin-right: 7px;
    background-color: rgba(0,0,0,.05);
    color: #212121;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,.05);
    padding: 3px 5px;
    font-size: 12px;
    font-weight: 700;
}

.popularpos .popularpos-date {
    font-size: 12px;
    color: #757575;
}

.popularpos .popularpos-item:first-child {
    padding-top: 0;
}


.menu-atas ul li a img {
    height: 24px;
    width: auto;
}
.list .list-item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px dashed rgba(0,0,0,.1);
}
.list .list-image {
    width: 95px;
    height: 0;
    padding-bottom: 95px;
    position: relative;
    overflow: hidden;
    margin-right: 10px;
    border-radius: 10px;
}

.list .list-text {
    flex: 1;
}

.list .list-text h2 {
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
}

.list .list-text a {
    color: #212121;
    transition: all .25s;
    -moz-transition: all .25s;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
}

.list .list-text a:hover {
    color: var(--primary);
}

.list .list-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 7px;
}

.list .list-category {
    margin-right: 7px;
    background-color: rgba(0,0,0,.05);
    color: #212121;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,.05);
    padding: 3px 5px;
    font-size: 12px;
    font-weight: 700;
}

.list .list-date {
    font-size: 12px;
    color: #757575;
}

.list .list-item:first-child {
    padding-top: 0;
}

.sidebar-box {
    position: -webkit-sticky;
    position: sticky;
    top: 55px;
}
.sidebar-box.fixed {
    top: 110px;
}
.video .video-item {
    position: relative;
    width: 33.333333%;
    padding: 5px;
}

.video .widget-content {
    display: flex;
    flex-wrap: wrap;
}
.video .video-image {
    width: 100%;
    height: 0;
    padding-bottom: 70%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.video-text {
    position: absolute;
    bottom: 5px;
    left: 5px;
    z-index: 1;
    border-radius: 10px;
    background: -webkit-linear-gradient(90deg,#181818,transparent);
    padding: 10px;
    display: flex;
    align-content: flex-start;
    flex-direction: column;
    top: 5px;
    right: 5px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.video-text a {
    color: #fff;
    font-size: 14px;
    transition: all .25s;
    -moz-transition: all .25s;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 150%;
}

.video-text h2 {
    margin: 0;
}

.widget.video .widget-header {
    margin-bottom: 5px;
}
.widget.video {
    background: #212121;
    padding: 5px;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 15px ;
}

.widget.video .widget-title {
    color: #fff;
}

.widget-footer .pagination {
    display: none;
}
.loading {
    padding: 12px 20px;
    font-weight: 700;
    -webkit-appearance: none;
    text-align: center;
    text-transform: uppercase;
    margin-top: 10px;
    border-radius: 10px;
    color: #fdfdfd;
    background-color: #212121;
    display: none;
    justify-content: center;
    align-items: center;
    transition: all .25s;
    -moz-transition: all .25s;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    width: 100%;
    cursor: pointer;
}

.no-more {
    padding: 12px 20px;
    font-weight: 700;
    -webkit-appearance: none;
    text-align: center;
    text-transform: uppercase;
    margin-top: 10px;
    border-radius: 10px;
    color: #fdfdfd;
    background-color: #5e5e5e;
    display: none;
    justify-content: center;
    align-items: center;
    transition: all .25s;
    -moz-transition: all .25s;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    width: 100%;
    cursor: pointer;
}


.widget-author .aut-medsos-box a svg {
    height: 16px;
    color: #fff;
}

.widget-author .aut-medsos {
    background-color: #FDFDFD;
    border-radius: 10px;
    box-shadow: inset -2px -2px 4px rgba(255,255,255,.2), inset 2px 2px 12px rgba(0,0,0,.2);
    display: flex;
    justify-content: space-between;
    border: 1px solid rgba(0,0,0,.05);
    padding: 8px;
    align-items: center;
}

.widget-author .aut-medsos-label {
    font-weight: 700;
    font-size: 16px;
    margin: 0 4px;
    color: #757575;
}

.widget-author .aut-medsos-box a.url {
    background: #5e5e5e;
}

.widget-author .aut-medsos-box a.facebook {
    background: #3b5998;
}

.widget-author .aut-medsos-box a.twitter {
    background: #000;
}

.widget-author .aut-medsos-box a.instagram {
    background: #5851db;
    background: -moz-radial-gradient(left bottom,ellipse cover,#ffdc80 15%,#e1306c 55%,#5851db 100%);
    background: -webkit-radial-gradient(left bottom,ellipse cover,#ffdc80 15%,#e1306c 55%,#5851db 100%);
    background: radial-gradient(ellipse at left bottom,#ffdc80 15%,#e1306c 55%,#5851db 100%);
}

.widget-author .aut-medsos-box a {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin-left: 5px;
}

.widget-author .aut-medsos-box {
    display: flex;
    flex-wrap: wrap;
}

.widget-author {
    margin-bottom: 30px;
}
.widget-author .aut-desc {
    font-size: 14px;
    line-height: 150%;
    color: #757575;
    margin: 1em 0;
}
.widget-author .aut-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 1em;
}

.widget-author .aut-text {
    flex: 1;
}

.widget-author .aut-image {
    margin-right: 10px;
    width: 36px;
    height: 36px;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: -2px -2px 4px rgba(255,255,255,.2), 2px 2px 12px rgba(0,0,0,.2);
}

.widget-author .aut-image img {
    display: block;
}

.widget-author .aut-name {
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
    color: #757575;
    margin: 0;
}

.error-box .error-image {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.error-box .error-image img {
    height: 300px;
    width: auto;
}

.error-box .error-desc {
    text-align: center;
    font-weight: 900;
    font-size: 24px;
    text-transform: uppercase;
    color: #212121;
}

.error-box .error-subdesc {
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    margin-top: 5px;
    color: #757575;
}

.error-box .error-wrap {
    margin-top: 30px;
}

#startCategory, #startDate {
    width: 100%;
    padding: 12px;
    border: 1px solid rgba(0,0,0,.1);
    background-color: transparent;
    border-radius: 10px;
    z-index: 2;
    padding-right: 40px;
    margin-bottom: 10px;
    appearance: none;
    outline: 0;
}
.btn-form-indeks {
    transition: all .25s;
    -moz-transition: all .25s;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    cursor: pointer;
    width: 100%;
    padding: 12px;
    font-weight: 700;
    -webkit-appearance: none;
    text-align: center;
    text-transform: uppercase;
    background: var(--primary);
    border-radius: 10px;
    color: #fdfdfd;
}

.widget-subheader {
    margin-bottom: 30px;
}
.btn-form-indeks:hover {
    background-color: #212121;
}
.subcategory:before {
    content: "";
    position: absolute;
    top: 16px;
    right: 16px;
    height: 6px;
    width: 6px;
    display: block;
    border: solid #727272;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}


.subcategory, #boxDate {
    position: relative;
}
#boxDate svg {
    height: 16px;
    color: #727272;
    position: absolute;
    right: 14px;
    top: 14px;
}


.breadcrumbs {
    margin-bottom: 15px;
}

.breadcrumbs li {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.breadcrumbs ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.breadcrumbs li:first-child a svg {
    height: 12px;
    width: auto;
}

.breadcrumbs li a {
    text-transform: uppercase;
    font-size: 12px;
    color: var(--primary);
    font-weight: 700;
    padding: 0 5px;
    transition: all .25s;
    -moz-transition: all .25s;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
}

.breadcrumbs li a:hover {
    color: #212121;
}
.post-title {
    font-size: 36px;
    color: #212121;
    font-weight: 900;
    line-height: 120%;
    margin: 0;
}
.post-time, .post-author {
    margin: 10px 0;
    color: #757575;
}

.post-author a {
    color: #757575;
    font-weight: 700;
}

.post-author a:hover {
    color: #212121;
}
.post-featured {
    overflow: hidden;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
}
.post-featured img {
    width: 100%;
}
.post-featured figcaption {
    padding: 10px;
    margin: 0;
    font-size: 12px;
    line-height: 140%;
    font-weight: 400;
    color: #757575;
    text-align: left;
}

.post-featured figure {
    margin: 0;
}
.share {
    margin-top: 10px;
    background-color: #FDFDFD;
    border-radius: 10px;
    box-shadow: inset -2px -2px 4px rgba(255,255,255,.2), inset 2px 2px 12px rgba(0,0,0,.2);
    display: flex;
    justify-content: space-between;
    border: 1px solid rgba(0,0,0,.05);
    padding: 8px;
    align-items: center;
}

.share-label {
    font-weight: 700;
    font-size: 16px;
    margin: 0 4px;
    color: #757575;
}

.share-content {
    display: flex;
    flex-wrap: wrap;
}

.share-content a {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin-left: 5px;
}

.share-content a svg {
    height: 16px;
    color: #fff;
}

.share-content a.facebook {
    background: #3b5998;
}

.share-content a.twitter {
    background: #000;
}

.share-content a.telegram {
    background: #08c;
}

.share-content a.whatsapp {
    background-color: #25d366;
}


.ads-sticky-bottom {
    margin: 0 auto;
    padding: 0;
    position: fixed;
    bottom: 0;
    width: 728px;
    z-index: 999;
    height: auto;
    text-align: center;
    background: rgb(255 255 255 / 50%);
    min-height: 60px;
    max-height: 90px;
    left: 0;
    right: 0
}

.btn-ads-close {
    position: absolute;
    background: var(--primary);
    display: inline-block;
    right: 0;
    top: -15px;
    padding: 2px 8px;
    font-size: 10px;
    line-height: 1;
    color: #fff;
    cursor: pointer;
    border-radius: 4px 4px 0 0;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 2.4px;
}

.ads-close-icon {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 10px;
    height: 10px
}

.ads-close-icon:after,.ads-close-icon:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}
.ads-close-icon:before {
    content: "";
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}


.footer {
    position: relative;
    z-index: 2;
    background-color: #2f2f2f;
    color: #bdbdbd;
    font-size: 14px;
    border-top: 0;
    padding: 20px;
    padding-bottom: 70px;
    padding-top: 70px;
    margin-top: 50px;
    min-width: 970px;
}

.footer-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.footer-box .widget {
    margin-bottom: 20px;
}
.social .social-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 10px;
}

.social .social-box a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #4a4a4a;
    margin: 0 5px;
    border-radius: 50em;
}

.social .social-box svg {
    height: 16px;
    color: #fff;
}

.social .social-title h3 {
    text-align: center;
    font-size: 14px;
    font-weight: normal;
}


.post-content {
    color: #424242;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 30px;
    max-width: 640px;
}

.post-content p {
    margin: 1em 0;
}

.post-content a {
    font-weight: 700;
}
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
    margin: 1em 0;
}
.post-content figure {
    max-width: 100% !important;
}
.post-content figcaption {
    padding: 10px 0;
    margin: 0;
    font-size: 12px;
    line-height: 140%;
    font-weight: 400;
    color: #757575;
    text-align: left;
    margin-top: -5px;
}

.post-content figure {
    margin: 0;
}

.post-content img {
    height: auto;
    max-width: 100% !important;
}
.post-row {
    display: flex;
    margin-bottom: 15px;
    margin-top: 15px;
    flex-wrap: nowrap;
}
.post-article {
    flex: 1;
}
.article-adv {
    width: 160px;
    margin-left: 15px;
}
.sticky-post {
    position: sticky;
    top: 100px;
}
.sticky-post .widget {
    margin-bottom: 30px;
    width: 160px;
    height: 600px;
}

.post-content.notfull {
    max-width: 465px;
}
.post-content figure.wp-block-image {
    overflow: hidden;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
}
.bacajuga {
    padding: 15px;
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    background: #f3f3f3;
    margin-bottom: 30px;
}

.bacajuga .bacajuga-title {
    margin-bottom: 8px;
    font-size: 14px;
}

.bacajuga .bacajuga-item {
    margin-top: 13px;
    position: relative;
}

.bacajuga .bacajuga-item:first-child {
    margin: 0;
}

.bacajuga .bacajuga-item a {
    color: #212121;
    line-height: 140%;
    font-size: 14px;
    padding-left: 26px;
    display: block;
    transition: all .25s;
    -moz-transition: all .25s;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
}

.bacajuga .bacajuga-item:before {
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    background-color: var(--primary);
    position: absolute;
    top: 3px;
    left: 0;
    border-radius: 3px;
    transform: rotate(45deg);
}
.bacajuga .bacajuga-item a:hover {
    color: var(--primary);
}

.paginationPostNum {
    display: flex;
}

.paginationPrevNext svg {
    height: 14px;
}

.paginationPostLink .post-page-numbers, .paginationPrevNext .btn-prev, .paginationPrevNext .btn-next, .showall-page a {
    background-color: var(--primary);
    color: #fff;
    height: 36px;
    padding: 10px 16px;
    margin-top: 10px;
    margin-right: 10px;
    display: flex;
    border: 1px solid var(--primary);
    border-radius: 10px;
    font-weight: 600;
    align-items: center;
    gap: 5px;
}

.paginationPostLink {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.paginationPostLink .post-page-numbers.current {
    background-color: #FDFDFD;
    color: #757575;
    border: 1px solid rgba(0,0,0,.1);
}
.paginationPostNum .showall-page:nth-child(2) {
    display: none;
}
.pagination-post {
    margin-bottom: 30px;
}
.paginationPostLink .post-page-numbers:hover, .paginationPrevNext .btn-prev:hover, .paginationPrevNext .btn-next:hover, .showall-page a:hover {
    background: #212121;
    border-color: #212121;
}

.paginationPostLink .post-page-numbers.current:hover {
    background-color: #FDFDFD;
    color: #757575;
    border: 1px solid rgba(0,0,0,.1);
}
.widget.tags ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.parallxads {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    height: 300px;
    position: relative;
    left: 0;
    right: 0;
    margin-bottom: 0;
    background: #181818;
}

.parallxads:before {
    content: var(--textparallax);
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 10px;
    z-index: 99;
    background: var(--primary);
}

.parallxads-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(auto,auto,auto,auto);
}

.parallxads-box {
    height: auto;
    position: fixed;
    top: 84px;
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    margin: 0 auto;
    width: 100%;
    text-align: center;
    max-width: 640px;
    z-index: 1;
}
.notfull .parallxads-box {
    max-width: 465px;
}
.parallxads:before {
    content: var(--txtparallaxmobile);
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 10px;
    z-index: 99;
    background: var(--primary);
}
.widget.tags ul li a {
    display: flex;
    overflow: hidden;
    margin-right: 10px;
    margin-top: 10px;
    background-color: var(--primary);
    color: #fdfdfd;
    border-radius: 10px;
    align-items: center;
}

.widget.tags .topic-hashtag {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    position: relative;
    background: #212121;
}

.widget.tags .topic-hashtag .topic-icon {
    width: 16px;
    height: 18px;
    fill: var(--primary);
}

.widget.tags .topic-hashtag .topic-arrow {
    position: absolute;
    top: 0;
    right: -8px;
    width: 10px;
    fill: #212121;
    height: 40px;
}

.widget.tags ul li a > span {
    padding: 0 15px;
    font-size: 14px;
    line-height: 140%;
    max-width: 150px;
    overflow: hidden;
    display: block;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.widget.tags ul li a:hover {
    background: #212121;
}

.wp-block-gallery {
    align-items: unset !important;
    flex-wrap: unset !important;
    align-items: unset !important;
    gap: unset !important;
    display: block !important;
    max-width: 100% !important;
    overflow: hidden !important;
}

.slick-gallery figcaption {
    text-align: left !important;
    font-size: 14px !important;
    margin-top: 10px;
    flex-grow: unset !important;
    flex-basis: unset !important;
    display: block !important;
    border: none !important;
    padding: 0 !important;
}

.slick-gallery .spotlight {
    overflow: hidden;
    height: 0 !important;
    position: relative !important;
    display: block !important;
    padding-bottom: 60%;
    border-radius: 8px;
}

.slick-gallery .spotlight img {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    object-fit: cover;
}

.wp-block-gallery .btn-prev, .wp-block-gallery .btn-next {
    position: absolute;
    z-index: 2;
    top: 164px;
    background-size: 20px;
    cursor: pointer;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50em;
    color: #fff;
}

.wp-block-gallery .btn-next {
    right: 5px;
}

.wp-block-gallery .btn-prev {
    left: 5px;
}

.wp-block-gallery .btn-prev svg, .wp-block-gallery .btn-next svg {
    height: 20px;
}

.wp-block-gallery .slick-dots li.slick-active button:before {
    content: "Foto ";
    text-transform: uppercase;
}

.slick-gallery .spotlight:after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg style='fill:%23fff;' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 392.619 392.619' xml:space='preserve'%3E%3Cg%3E%3Cpolygon points='149.206,222.201 103.831,267.576 103.846,216.848 73.309,247.384 73.31,319.31 145.235,319.31 175.772,288.773 125.044,288.788 170.418,243.414 170.418,222.201 '/%3E%3Cpolygon points='243.414,170.418 288.788,125.043 288.773,175.771 319.31,145.235 319.309,73.309 247.384,73.309 216.847,103.846 267.575,103.831 222.201,149.205 222.201,170.418 '/%3E%3Cpolygon points='170.418,149.206 125.043,103.831 175.771,103.845 145.235,73.309 73.309,73.309 73.309,145.235 103.845,175.771 103.83,125.044 149.205,170.418 170.418,170.418 '/%3E%3Cpolygon points='288.789,267.576 243.414,222.201 222.201,222.201 222.201,243.414 267.576,288.789 216.848,288.774 247.385,319.31 319.31,319.31 319.31,247.384 288.774,216.848 '/%3E%3Cpath d='M310.724,0.929H81.896C36.738,0.929,0,37.667,0,82.825v226.97c0,45.157,36.738,81.896,81.896,81.896h228.828 c45.157,0,81.896-36.738,81.896-81.896V82.825C392.619,37.667,355.881,0.929,310.724,0.929z M362.619,309.795 c0,28.615-23.28,51.896-51.896,51.896H81.896C53.28,361.69,30,338.41,30,309.795V82.825c0-28.616,23.28-51.896,51.896-51.896 h228.828c28.615,0,51.896,23.28,51.896,51.896V309.795z'/%3E%3Cpolygon style='fill:%2300000080;' points='243.414,222.201 279.645,222.201 279.645,170.418 243.414,170.418 222.201,170.418 222.201,149.205 222.201,112.974 170.418,112.974 170.418,149.206 170.418,170.418 149.205,170.418 112.974,170.418 112.974,222.201 149.206,222.201 170.418,222.201 170.418,243.414 170.418,279.645 222.201,279.645 222.201,243.414 222.201,222.201 '/%3E%3C/g%3E%3C/svg%3E");
    background-color: #000000d9;
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 2;
    display: block;
    width: 35px;
    height: 35px;
    background-size: 21px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
}

.slick-dots li.slick-active button {
    display: block;
    padding: 0;
    padding-right: 3px;
}

.slick-dots li button {
    display: none;
}

.slick-dots {
    display: flex;
    width: 100%;
    padding: 12px 0;
    border-radius: 4px;
    margin-top: 0!important;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    font-weight: 600;
    counter-reset: section;
    list-style: none;
    position: relative;
    border-bottom: 1px dashed #e0e0e0;
}

.slick-dots button {
    background: transparent;
    border: 0;
    outline: 0;
    color: var(--primary);
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
}

.slick-dots li:after {
    counter-increment: section;
    content: "dari " counter(section) "";
}

.slick-dots li:after {
    font-size: 0px;
    display: block;
    width: 0;
}

.slick-dots li:last-child::after {
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    width: auto;
}

.slick-dots li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-transform: uppercase;
}
.wp-block-gallery .btn-next svg, .wp-block-gallery .btn-prev svg {
    color: #fff;
}

.footer .widget .menu {
    list-style: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px 0;
}
.footer .widget .menu li a:hover {
    color: #999;
}
.footer .widget .menu li a img {
    height: 24px;
    width: auto;
}

.footer .widget-header {
    padding: 0;
    margin: 0;
}

.footer .widget-header:before {
    content: unset;
}

.footer .widget-header .widget-title {
    color: #bdbdbd;
    font-style: unset;
    font-weight: unset;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    text-transform: unset;
}

.footer .widget .menu li a {
    color: #fff;
    transition: all .25s;
    -moz-transition: all .25s;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    font-weight: 700;
    padding: 5px 10px;
    display: block;
}
.footer .widget .textwidget {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    line-height: 140%;
}
.footer .widget .textwidget p {
    margin: 0;
}
.social .social-box a.facebook {
    background: #3b5998;
}

.social .social-box a.twitter {
    background: #000;
}
.social .social-box a.whatsapp {
    background-color: #25d366;
}
.social .social-box a.telegram {
    background: #2aabee;
}

.social .social-box a.instagram {
    background: #5851db;
    background: -moz-radial-gradient(left bottom,ellipse cover,#ffdc80 15%,#e1306c 55%,#5851db 100%);
    background: -webkit-radial-gradient(left bottom,ellipse cover,#ffdc80 15%,#e1306c 55%,#5851db 100%);
    background: radial-gradient(ellipse at left bottom,#ffdc80 15%,#e1306c 55%,#5851db 100%);
}

.social .social-box a.youtube {
    background: #cd201f;
}

.social .social-box a.tiktok {
    background: #000;
}

.btn-top {
    position: fixed;
    bottom: calc(100px + 15px);
    right: 15px;
    z-index: 999;
    font-size: 18px;
    width: 36px;
    height: 36px;
    color: var(--primary);
    border: 2px solid rgba(0,0,0,.1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: #fff;
}

.btn-top svg {
    height: 18px;
}

.btn-top:hover {
    background: var(--primary);
    color: #fff;
}
.comment-respond {
    position: relative;
    padding: 0;
    margin-bottom: 30px;
}

.comment-reply-title {
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    color: #757575;
    font-style: italic;
    margin: 0;
    position: relative;
    padding-left: 16px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.comment-reply-title:before {
    content: '';
    display: block;
    position: absolute;
    height: 19px;
    width: 5px;
    transform: skew(-15deg) translate(-12px,0px);
    background-color: var(--primary);
    background: linear-gradient(to bottom,var(--secondary) 0%,var(--primary) 100%);
    border-radius: 10px;
}

.comment-reply-title small a {
    font-size: 12px;
    text-transform: capitalize;
    font-style: initial;
}

.comment-notes {
    line-height: 1.4;
    font-size: 14px;
    color: #424242;
}

input#author,input#email {
    margin: 0 0 10px;
    background: #fff;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border-radius: 10px;
}

textarea#comment {
    background: #fff;
    border: 1px solid #e6e6e6;
    width: 100%;
    resize: unset;
    font-size: 14px;
    padding: 10px 10px 50px;
    height: 166px!important;
    border-radius: 10px;
    overflow: hidden
}

input#author,input#email,textarea#comment:focus {
    outline: 0;
    border: 1px solid #e6e6e6
}

.commentBox {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start
}

p.form-submit {
    margin: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 0 0 12px 12px;
    width: calc(100% - 2px);
    resize: unset;
    text-align: right;
    padding: 10px;
    border-top: 1px solid #e6e6e6;
    position: absolute;
    right: 1px;
    bottom: 4px;
    left: 1px
}

p.form-submit:after {
    content: "";
    position: absolute;
    right: 17px;
    background-image: url("data:image/svg+xml,%0A%3Csvg class='svg-icon' style='fill:%23fff;width: 1em;height: 1em;vertical-align: middle;overflow: hidden;' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M276.48 289.877333l20.906667 83.754667a42.666667 42.666667 0 0 1-82.773334 20.736l-42.666666-170.666667a42.666667 42.666667 0 0 1 59.434666-49.066666l640 298.666666a42.666667 42.666667 0 0 1 0 77.354667l-640 298.666667a42.666667 42.666667 0 0 1-59.093333-50.346667l85.333333-298.666667A42.666667 42.666667 0 0 1 298.666667 469.333333h170.666666a42.666667 42.666667 0 0 1 0 85.333334H330.837333l-50.773333 177.792L752.426667 512 276.48 289.877333z' /%3E%3C/svg%3E");
    width: 20px;
    height: 20px;
    top: 15px
}

p.form-submit input[type=submit] {
    font-size: 13px;
    display: inline-block;
    padding: 7px 30px 7px 10px;
    line-height: 1.4;
    cursor: pointer;
    vertical-align: top;
    background: var(--primary);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    transition: all .25s;
    -moz-transition: all .25s;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    border: 0;
    outline: 0;
}

.notif {
    line-height: 1.4;
    font-size: 14px;
    color: #6f6f6f;
    padding: 15px;
    margin: -16px;
    border: 0;
    background: #fff;
    text-align: center
}

.notif-header {
    font-weight: 700
}

.notif-image svg {
    height: 100px;
    color: #e5e5e5
}

h2.comments_title {
    display: block;
    border: none;
    margin: 10px 10px 20px;
    padding: 0;
    font-weight: 700;
    line-height: 1.4;
    font-size: 18px
}

.commentBodyText,.notfound-desc,p.logged-in-as {
    font-size: 14px;
    color: #424242;
}

.commentsArea>ol {
    padding: 0;
    margin: 0;
    list-style: none
}

.commentsArea li {
    margin: 0;
    padding: 15px 0;
    border-bottom: 1px dashed #e0e0e0;
}

.commentAvatar {
    margin: 0 10px 0 0;
    width: 50px;
    height: 50px;
    position: relative;
    overflow: hidden;
    border-radius: 50em;
    background: #e4e4e4;
    float: left
}

.commentAvatar img {
    display: block;
    object-fit: cover;
    width: 100%;
    z-index: 2;
    position: relative;
    height: 100%
}

.commentBodyText {
    line-height: 1.4;
    display: block;
    word-wrap: break-word;
    margin: 5px 0 0
}

.commentAuthorName {
    color: #000;
    font-size: 16px;
    font-weight: 600
}

.commentHeader time {
    font-size: 12px;
    color: #999
}

.commentBodyFooter {
    font-size: 12px;
    color: #a7a7a7;
    margin: 10px 0 0;
    display: flex;
    align-items: center
}

.commentBodyFooter a {
    margin-left: 15px;
    color: #a7a7a7
}

.comment-btnshare {
    display: flex;
    color: #a7a7a7;
    align-items: center
}

.comment-share-button {
    display: flex;
    align-items: center
}

.comment-share-button a {
    width: 22px;
    height: 22px;
    font-size: 14px;
    vertical-align: middle;
    background: #a7a7a7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    display: flex;
    margin: 0 0 0 5px;
    color: #fff;
    line-height: 14px;
    justify-content: center;
    align-items: center
}

.comments-pagination a,.comments-pagination span,.notfound-button a {
    position: relative;
    text-align: center;
    cursor: pointer;
    vertical-align: top;
    background: var(--primary)
}

.commentBodyModeration {
    background: #a7a7a7;
    color: #fff;
    padding: 3px 7px;
    border-radius: 3px;
    font-size: 12px
}

.commentsArea ol,.commentsArea ul {
    list-style: none;
    margin: 0;
}

.commentBodyText p {
    display: inline
}

.commentReplyTo {
    display: inline-flex;
    font-weight: 700;
    align-items: flex-start;
    flex-wrap: wrap;
    color: var(--primary);
}

.commentReplyTo svg {
    height: 14px;
    margin-right: 6px
}

.comments-pagination {
    display: block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    text-align: center;
    position: relative
}

.comments-pagination a,.comments-pagination span {
    font-size: 14px;
    display: inline-flex;
    line-height: 1.4;
    align-items: center;
    width: auto;
    flex-wrap: wrap;
    background-color: var(--primary);
    color: #fff;
    padding: 7px 16px;
    border: 1px solid var(--primary);
    border-radius: 10px;
    font-weight: 700;
    margin-right: 10px;
}

.comments-pagination span.current {
    z-index: 2;
    background-color: #FDFDFD;
    color: #757575;
    border: 1px solid rgba(0,0,0,.1);
    cursor: unset;
}

.comments-pagination a svg,.notfound-button svg {
    height: 14px;
    margin-left: 10px
}

.commentBody {
    flex: 1;
}
.commentsArea .widget-content > ol {
    padding-left: 0;
}

.comment-form-cookies-consent label {
    font-size: 14px;
    margin-left: 35px;
    color: #424242;
}

.comment-form-cookies-consent {
    display: flex;
    align-items: flex-start;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.comment-form-cookies-consent #wp-comment-cookies-consent {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.comment-form-cookies-consent label:before {
    content: "";
    position: absolute;
    top: -5px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #c9c9c9;
    display: block;
    cursor: pointer;
    font-size: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 5px;
}

.comment-form-cookies-consent #wp-comment-cookies-consent:checked ~ ::before {
    content: "";
    background: var(--primary);
}

.comment-form-cookies-consent #wp-comment-cookies-consent:checked ~ ::after {
    left: 10px;
    top: 6px;
    width: 5px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    position: absolute;
    top: -2px;
    left: 9px;
}
.commentsArea .widget-content .comment-respond {
    margin: 0;
    padding-top: 20px;
    margin-bottom: 15px;
}
.comments-pagination span.btn-prev,
.comments-pagination span.btn-next {
    padding: 0;
    display: block;
    border: 0;
    margin: 0;
}

.comments-pagination span.btn-prev svg,
.comments-pagination span.btn-next svg {
    margin: 0;
    height: 10px;
}
.page-nav nav {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 6px 0 rgba(32,33,36,.28);
    overflow: hidden;
    position: -webkit-sticky;
    position: sticky;
    top: 110px;
}

.page-nav {
    max-width: 300px;
    width: 100%;
}

.page-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.page-nav ul li a {
    padding: 15px;
    border-bottom: 1px dashed #e0e0e0;
    color: #212121;
    display: block;
    font-weight: 700;
    transition: all .25s;
    -moz-transition: all .25s;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
}

.page-nav ul li a:hover, .page-nav ul li.current_page_item a {
    color: var(--primary);
}
.page-nav ul li:last-child a {
    border: 0;
}
.redaksi .author-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px dashed #e0e0e0;
    padding: 10px 0;
}

.redaksi .author-text {
    flex: 1;
}

.redaksi .author-text svg {
    height: 16px;
    margin-left: 5px;
    color: var(--primary);
}

.redaksi .author-image {
    margin-right: 10px;
    width: 36px;
    height: 36px;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: -2px -2px 4px rgba(255,255,255,.2), 2px 2px 12px rgba(0,0,0,.2);
}

.redaksi .author-image a {
    display: block;
}

.redaksi .author-name {
    font-size: 14px;
    margin: 0;
    font-weight: 700;
    color: #212121;
    display: flex;
    align-items: center;
}

.redaksi .author-role {
    font-size: 12px;
    color: #666;
}

.redaksi .author-item:first-child {
    padding-top: 0;
}

.banner {
    position: relative;
    display: block;
    margin: 0 auto;
}

.banner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #dddddd;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 26px;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 6C4.44772 6 4 6.44772 4 7V8H6V7C6 6.44772 5.55228 6 5 6Z' fill='%23999'/%3E%3Cpath d='M11 8H9.5C9.22386 8 9 8.22386 9 8.5C9 8.77614 9.22386 9 9.5 9H11V8Z' fill='%23999'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 4.5C0 3.11929 1.11929 2 2.5 2H12.5C13.8807 2 15 3.11929 15 4.5V10.5C15 11.8807 13.8807 13 12.5 13H2.5C1.11929 13 0 11.8807 0 10.5V4.5ZM4 10V9H6V10H7V7C7 5.89543 6.10457 5 5 5C3.89543 5 3 5.89543 3 7V10H4ZM11 7H9.5C8.67157 7 8 7.67157 8 8.5C8 9.32843 8.67157 10 9.5 10H12V5H11V7Z' fill='%23999'/%3E%3C/svg%3E");
}
.banner.ads970250 {
    width: 970px;
    max-width: 100%;
    height: 250px;
}
.banner.ads160600 {
    width: 160px;
    max-width: 100%;
    height: 600px;
    margin-top: 8px;
}
.banner.ads72890 {
    width: 728px;
    max-width: 100%;
    height: 90px;
}
.banner.ads300600 {
    width: 300px;
    max-width: 100%;
    height: 600px;
}
.banner.ads300300 {
    width: 300px;
    max-width: 100%;
    height: 300px;
}

.headline .headline-image:before,
.video .video-image:before,
body.darkmode .media-image:before {
    background: #181818;
}
.headline .headline-image:after,
.video .video-image:after,
body.darkmode .media-image:after {
    background-image: linear-gradient(90deg,rgb(28 28 28 / 0%) 0,rgb(28 28 28 / 20%) 20%,rgb(30 30 30 / 50%) 60%,rgba(255,255,255,0));
}
body.darkmode .menu-atas {
    background: #161616;
}
body.darkmode,
body.darkmode .menu-utama nav,
body.darkmode .topic .topic-dot:before {
    background: #222;
}
body.darkmode, body.darkmode .popularpos .popularpos-text a, body.darkmode .list .list-text a, body.darkmode .topic .topic-text a, body.darkmode .widget-footer a, body.darkmode .widget-footer .trigger, body.darkmode .populartag .popular-title a, body.darkmode .menu-utama nav ul li a, body.darkmode .menu-atas ul > li > a, body.darkmode .widget-author .aut-name, body.darkmode .post-title, body.darkmode .post-content, body.darkmode .showall-page a, body.darkmode .bacajuga .bacajuga-item a, body.darkmode .breadcrumbs li a:hover, body.darkmode .post-author a:hover, body.darkmode .paginationPostLink .post-page-numbers.current, body.darkmode .indeks .indeks-text a, body.darkmode .commentAuthorName, body.darkmode .comments-pagination a, body.darkmode .comments-pagination span.current, body.darkmode .page-nav ul li a, body.darkmode .error-box .error-desc, body.darkmode .redaksi .author-name, body.darkmode .redaksi .author-name a {
    color: #fff;
}
body.darkmode .widget-title, body.darkmode .indeks .indeks-summary, body.darkmode .list .list-date, body.darkmode .topic .topic-time, body.darkmode .popularpos .popularpos-date, body.darkmode .widget-author .aut-desc, body.darkmode .post-time, body.darkmode .post-author, body.darkmode .bacajuga .bacajuga-title, body.darkmode .post-author a, body.darkmode .post-featured figcaption, body.darkmode .widget-author .aut-medsos-label, body.darkmode .share-label, body.darkmode .indeks .indeks-date, body.darkmode .post-content figcaption, body.darkmode .comment-reply-title, body.darkmode .comment-notes, body.darkmode .comment-form-cookies-consent label, body.darkmode .commentBodyText, body.darkmode .notfound-desc, p.logged-in-as, body.darkmode .commentBodyFooter a {
    color: #999;
}
body.darkmode a, body.darkmode .list .list-text a:hover, body.darkmode .menu-atas ul > li > a:hover, body.darkmode .menu-utama nav ul li .sub-menu li a:hover, body.darkmode .populartag .popular-title a:hover, body.darkmode .popularpos .popularpos-text a:hover, body.darkmode .indeks .indeks-text a:hover, body.darkmode .topic .topic-text a:hover, body.darkmode .page-nav ul li a:hover, body.darkmode .page-nav ul li.current_page_item a,body.darkmode .bacajuga .bacajuga-item a:hover {
    color: var(--primary);
}
body.darkmode .topic-item:hover .topic-dot:before {
    border-color: var(--primary);
}
body.darkmode .topic .topic-dot {
    border-color: #222;
}
body.darkmode .topic .topic-dot:before {
    border-color: #fff;
}
body.darkmode .topic-more a {
    color: #212121;
}
body.darkmode .list .list-category, body.darkmode .popularpos .popularpos-category, body.darkmode .indeks .indeks-category, body.darkmode .commentBodyModeration {
    background-color: #424242;
    color: #fff;
    border-color: rgb(255 255 255 / 5%);
}
body.darkmode .topic-more a:hover, body.darkmode .widget-footer a:hover, body.darkmode .header .search-icon:hover, body.darkmode .loading, body.darkmode .btn-form-indeks:hover, body.darkmode .widget-footer .trigger:hover {
    background-color: #fff;
    color: #222;
}
body.darkmode .menu-utama nav, body.darkmode .populartag .populartag-item, body.darkmode .menu-utama nav ul li .sub-menu li a, body.darkmode .slick-dots, body.darkmode .commentsArea li, body.darkmode .page-nav ul li a, body.darkmode .redaksi .author-item {
    border-color: #343434;
}
body.darkmode .header .header-input-search {
    background-color: #1e1e1e;
    color: #ffffff;
    box-shadow: inset -2px -2px 4px rgb(16 16 16 / 20%), inset 2px 2px 12px rgb(0 0 0 / 20%);
    border-color:#2a2a2a;
}
body.darkmode .header .search-icon {
    box-shadow: -2px -2px 4px rgb(0 0 0 / 20%), 2px 2px 12px rgb(0 0 0 / 20%);
}
body.darkmode .menu-atas ul > li.menu-item-has-children:hover .sub-menu,
body.darkmode .menu-utama nav ul li.menu-item-has-children:hover .sub-menu {
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 28%);
    background: #282828;
}
body.darkmode .menu-atas ul > li.home a:before {
    filter: brightness(0) invert(1);
}
body.darkmode .footer {
    background-color: #2b2a2a;
}
body.darkmode .widget-author .aut-image, body.darkmode .redaksi .author-image {
    box-shadow: -2px -2px 4px rgb(0 0 0 / 20%), 2px 2px 12px rgb(0 0 0 / 20%);
}
body.darkmode .share,
body.darkmode .widget-author .aut-medsos {
    background-color: #1a1a1a;
    box-shadow: inset -2px -2px 4px rgb(28 28 28 / 20%), inset 2px 2px 12px rgba(0,0,0,.2);
    border: 1px solid rgb(0 0 0 / 5%);
}
body.darkmode .widget.video, body.darkmode .page-nav nav {
    background: #181818;
}
body.darkmode .paginationPostLink .post-page-numbers:hover, body.darkmode .paginationPrevNext .btn-prev:hover, body.darkmode .paginationPrevNext .btn-next:hover, body.darkmode .showall-page a:hover, body.darkmode .paginationPostLink .post-page-numbers.current, body.darkmode .widget.tags ul li a:hover, body.darkmode .widget.tags .topic-hashtag, body.darkmode .comments-pagination span.current {
    background: #333;
}
body.darkmode .widget.tags .topic-hashtag .topic-arrow {
    fill: #333;
}
body.darkmode .bacajuga {
    border-color: #3a3a3a;
    background: #262626;
}
body.darkmode .post-featured, body.darkmode .post-content figure.wp-block-image {
    background-color: #1a1a1a;
    border-color: #222222;
}
body.darkmode .widget.tags ul li a {
    background-color: #161616;
}
body.darkmode .banner:before {
    background-color: #1a1a1a;
}
body.darkmode #startCategory, 
body.darkmode #startDate {
    border: 1px solid rgb(201 201 201 / 10%);
    background-color: #1a1a1a;
    color: #fff;
}
body.darkmode input#author, 
body.darkmode input#email,
body.darkmode textarea#comment {
    background: #141414;
    border-color: #303030;
    color: #fff;
}
body.darkmode p.form-submit {
    border-color: #303030;
}