body,html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}
.media-image:after,.media-image:before,.media-link:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}
.frame .frame-wrapper,body {
    font-family: Montserrat,sans-serif
}
.media,.media-link:before {
    overflow: hidden
}
.frame .menubar,a {
    text-decoration: none
}
.frame .menubar.close,.mode {
    background-color: transparent
}
:root {
    --primary: #21409a;
    --gradient1: #21409a;
    --gradient2: #007cbd;
    --secondary: #ef672f;
    --linkhover: #fcc43f;
    --color1: #21409a;
    --color2: #007cbd;
    --color3: #ef672f;
    --color4: #75b72e;
    --color5: #fcc43f;
    --color6: #ee4023;
    --color7: #257AE4;
    --widthparallaxdesktop: 970px;
    --heightparallaxdesktop: 250px;
    --txtparallaxmobile: "Scroll untuk lanjut membaca"
}
.color1,.darkmode .navigation .second-menu li.color1 a,.darkmode .navigation .second-menu li.color1 a:hover,.navigation .second-menu li.color1 a,.navigation .second-menu li.color1 a:hover {
    color: var(--color1)
}
.color2,.darkmode .navigation .second-menu li.color2 a,.navigation .second-menu li.color2 a {
    color: var(--color2)
}
.color3,.darkmode .media-more a:hover,.darkmode .navigation .second-menu li.color3 a,.navigation .second-menu li.color3 a {
    color: var(--color3)
}
.color4,.darkmode .navigation .second-menu li.color4 a,.navigation .second-menu li.color4 a {
    color: var(--color4)
}
.color5,.darkmode .navigation .second-menu li.color5 a,.navigation .second-menu li.color5 a {
    color: var(--color5)
}
.color6,.darkmode .navigation .second-menu li.color6 a,.navigation .second-menu li.color6 a {
    color: var(--color6)
}
.color7,.darkmode .navigation .second-menu li.color7 a,.navigation .second-menu li.color7 a {
    color: var(--color7)
}
a,html {
    color: #000
}
.article-detail .tag-post ul li a:hover, .article-text a, .darkmode .article-text a, .darkmode a:hover, .logged-in-as a, .media-link:hover, .menu-indeks ul li.current-menu-item a, .nav.sticky .navigation .primary-menu li a:hover, .nav.sticky .navigation .primary-menu li.current-menu-item a, .navigation .second-menu li a:hover, .navigation .second-menu li.current-menu-item a, a:hover, .darkmode .nav.sticky .navigation .primary-menu li a:hover {
    color: var(--primary)
}
*,:after,:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
html {
    background: #fff
}
body {
    margin: 0;
    line-height: 1.4;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeSpeed
}
h1,h2,h3,h4,h5,h6 {
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 8px;
    line-height: 1.3
}
a {
    background: 0 0;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}
body.nooverflow {
    overflow: unset
}
@-webkit-keyframes shimmer {
    100% {
        transform: translateX(100%)
    }
}
@keyframes shimmer {
    100% {
        transform: translateX(100%)
    }
}
img {
    max-width: 100%;
    height: auto
}
.media-link:before {
    white-space: nowrap;
    z-index: 2
}
.media-link {
    position: static;
    color: #000
}
.media-text {
    flex: 1;
    position: static;
    font-size: 12px;
    color: #666;
}
.media-title {
    margin: 0;
    flex: 1;
    font-size: 14px
}
.media-image img {
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    display: block;
    object-fit: cover;
    width: 100%;
    z-index: 2;
    position: absolute;
    height: 100%
}
.frame .menubar,.frame-item.userbutton a {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s
}
.media {
    position: relative;
    flex: 1
}
.media:hover .media-image img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15)
}
.media-image:before {
    background: #eee;
    animation: 1s infinite shine
}
.media-image:after {
    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
}
.frame {
    min-width: 1008px
}
.frame .frame-wrapper {
    position: relative;
    height: 46px;
    z-index: 22
}
.frame .frame-box {
    width: 100%;
    height: 46px;
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.frame .frame-widget {
    width: 1100px;
    margin: 0 auto
}
.frame .frame-item.menu {
    padding-right: 2%;
    border-right: 1px solid #e5e5e5;
    position: relative;
    height: 46px;
    overflow: hidden;
    float: left;
    z-index: 10
}
.frame .frame-item.menu:before {
    content: " ";
    display: table
}
.frame .frame-item.menu:after {
    clear: both;
    content: " ";
    display: table
}
.frame .menubar {
    z-index: 11;
    width: 20px;
    height: 14px;
    position: relative;
    margin: 17px 9px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    transition: .5s;
    cursor: pointer;
    display: block;
    -ms-transition: .5s;
    float: left;
    border: 0;
    background: 0 0
}
.frame .menubar:before {
    content: "";
    display: block;
    border-radius: 50%;
    position: absolute;
    left: -7px;
    top: -7px;
    width: 26px;
    height: 26px;
    transition: opacity .2s
}
.frame .menubar.bar:before {
    content: "";
    background: var(--primary)
}
.frame .menubar.close:before {
    content: "";
    background: 0 0
}
.frame .menubar.close:hover:before {
    content: "";
    background: #f1f1f1
}
.frame .menubar span {
    display: block;
    position: absolute;
    height: 2px;
    width: 12px;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.media-more a:hover,.no-more,.notfound-button a:hover,.pagination .loadmore:hover,.trigger:hover,p.form-submit input[type=submit]:hover {
    opacity: .8
}
.frame .menubar.close span {
    background: #505050
}
.frame .menubar.bar span:first-child,.nav.sticky.sticky-top {
    top: 0
}
.frame .menubar.bar span:nth-child(2) {
    top: 5px
}
.frame .menubar.bar span:nth-child(3) {
    top: 10px
}
.frame .menubar.close span:first-child {
    top: 6px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg)
}
.frame .menubar.close span:nth-child(2) {
    opacity: 0;
    left: -60px
}
.frame .menubar.close span:nth-child(3) {
    top: 6px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg)
}
.frame .menubar-close,.frame .menubar-title {
    font-size: 13px;
    font-weight: 700;
    color: #5b5b5b;
    text-align: left;
    letter-spacing: -.02em;
    margin: 15px 0 0;
    display: inline-block;
    min-width: 45px;
    cursor: pointer
}
.frame .menubar-close.hide,.frame .menubar-title.hide,.nav.sticky .second-menu,.navigation .primary-menu li.logo,.no-more,.redaksi-content.hide,span.social-label {
    display: none
}
.frame-item.sidebarmenu {
    width: 440px;
    height: calc(100% - 46px);
    background: #fff;
    position: fixed;
    z-index: 1;
    top: 46px;
    left: -100%;
    -webkit-box-shadow: 0 0 32px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 32px rgba(0,0,0,.2);
    box-shadow: 0 0 32px rgba(0,0,0,.2);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    overflow-y: scroll;
    padding: 0 0 20px;
    font: 400 12px/24px Montserrat,sans-serif;
    color: #6a6a6a
}
.frame-item.sidebarmenu.show {
    left: 0
}
.frame .frame-item.search {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2
}
.frame .frame-search {
    position: relative;
    width: 380px;
    height: 34px;
    display: inline-block;
    margin: 6px 0
}
.frame .frame-input-search {
    outline: 0;
    text-align: left;
    width: 100%;
    display: block;
    background: 0 0;
    margin: 0;
    font: 400 12px/12px Montserrat,sans-serif;
    height: 34px;
    border: 1px solid #e5e5e5;
    padding: 7px 40px 7px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px
}
.frame-item.userbutton a,.mode {
    display: inline-block;
    font-weight: 500;
    font-size: 13px;
    line-height: 13px;
    text-decoration: none
}
.article-detail .bacajuga,.frame-item.userbutton a,.mode {
    font-family: Montserrat,sans-serif
}
.frame .search-icon {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    cursor: pointer;
    outline: 0;
    width: 46px;
    background: url("../img/icon-sprite.png") -34px 6px no-repeat;
    display: block;
    height: 34px;
    color: #000;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}
.frame .frame-inner {
    background: #fff;
    border-bottom: #9b9b9b;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,.1);
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 46px;
    z-index: 1
}
.mode .icon-darkmode,.mode .icon-lightmode {
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    filter: invert(57%) sepia(0%) saturate(61%) hue-rotate(240deg) brightness(105%) contrast(97%)
}
.frame-item.userbutton {
    display: flex;
    text-align: right;
    z-index: 2;
    position: relative;
    float: right;
    border-left: 1px solid #e5e5e5
}
.billboard .widget,.frame-item.userbutton a,.mode,.widget .widget-desc a {
    text-align: center
}
.frame-item.userbutton ul {
    list-style: none;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    padding: 8px 10px 7px;
    position: relative
}
.article-detail .tag-post ul li,.frame-item.userbutton ul li {
    display: inline-block
}
.frame-item.userbutton a {
    padding: 7px 15px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border: 2px solid var(--primary);
    color: var(--primary);
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -ms-transition: .5s;
    transition: .5s
}
.frame-item.userbutton a:hover,.frame-item.userbutton ul li.active a {
    background: var(--primary);
    color: #fff;
    cursor: pointer
}
.frame-item.userbutton ul li.active a:hover {
    background: var(--primary);
    border-color: var(--primary)
}
.navigation .second-menu li.new a:after {
    content: "";
    width: 5px;
    height: 5px;
    background: var(--secondary);
    position: absolute;
    top: 13px;
    margin-left: 4px;
    overflow: hidden;
    right: 3px;
    border-radius: 50%
}
.commentsArea>ol>ul ul,.footer-nav .menu-image-title,.frame-item.userbutton ul .menu-image-title,.menu-indeks ul li a .menu-image-title,.navigation .primary-menu li a .menu-image-title,.navigation .second-menu li a .menu-image-title {
    padding: 0
}
.mode {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
    padding: 8px 10px 7px;
    cursor: pointer
}
.article-detail .article-figure figcaption,.article-detail figcaption,.article-text {
    font-family: Helvetica-FF,Arial,Tahoma,sans-serif
}
.mode .icon-darkmode {
    background-image: url("../icon/moon.svg");
    display: block
}
.mode .icon-lightmode {
    background-image: url("../icon/sun.svg");
    display: block
}
.menu-indeks-sticky {
    z-index: 2;
    position: sticky;
    position: -webkit-sticky;
    top: 110px
}
.article-detail .sticky-post,.sidebar-sticky {
    z-index: 2;
    position: sticky;
    position: -webkit-sticky;
    top: 46px
}
.sidebar-box .widget:last-child {
    position: sticky;
    position: -webkit-sticky;
    top: 110px
}
.sidebarmenu .widget {
    padding: 14px 24px;
    border-top: 1px solid #efefef
}
.sidebarmenu .widget .widget-header {
    margin: 5px 0 0;
    padding-bottom: 14px
}
.sidebarmenu .widget .widget-header .widget-title {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    letter-spacing: -.02em
}
.sidebarmenu .widget li a {
    padding: 5px 0;
    color: #333;
    display: block;
    position: relative
}
.navigation .primary-menu li>.sub-menu>li:first-child,.sidebarmenu .widget:first-child {
    border: none
}
.sidebarmenu .widget li a img {
    max-width: 23px!important;
    height: auto;
    padding: 0;
    text-align: center;
    vertical-align: top
}
.header {
    margin: 16px 0
}
footer,header {
    display: table;
    width: 100%
}
.container {
    padding-left: 13px;
    padding-right: 13px;
    margin-right: auto;
    margin-left: auto;
    width: 1008px
}
.breadcrumb-box,.comment-share,.header-box,.social-right {
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: wrap;
    align-items: center;
}
.header-brand,.navigation .primary-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex
}
.header-brand {
    justify-content: space-between;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    padding-right: 0;
    padding-left: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
}
.header-brand img {
    display: block;
    height: 60px;
    width: auto;
}
.adsbox .widget {
    width: 100%;
    height: 90px;
    max-width: 728px;
    display: block
}
.adsbox {flex: 1;display: flex;justify-content: flex-end;}
.nav,.notfound-image {
    margin-bottom: 15px
}
.navigation {
    background: #f0f0f0;
    position: relative;
    border-radius: 4px
}
.navigation .primary-menu {
    display: flex;
    flex-flow: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    background: var(--gradient1);
    background: -moz-linear-gradient(right,var(--gradient1) 50%,var(--gradient2) 100%);
    background: -webkit-linear-gradient(right,var(--gradient1) 50%,var(--gradient2) 100%);
    background: linear-gradient(to right,var(--gradient1) 50%,var(--gradient2) 100%);
    border-radius: 4px;
    align-items: center;
    height: 42px
}
.navigation .primary-menu li a {
    padding: 0 8px;
    color: #fff;
    font-weight: 600;
    line-height: 1.3
}
.navigation .primary-menu li a img {
    width: auto;
    height: 28px;
    display: block
}
.headline .headline-related-item:hover a, .headline .media:hover .media-title a, .headline2 .media-category, .headline2 .media:hover .media-title a, .navigation .primary-menu li a:hover, .navigation .primary-menu li.current-menu-item a {
    color: var(--linkhover)
}
.navigation .primary-menu:first-child {
    padding-left: 8px
}
.navigation .primary-menu li>.sub-menu {
    list-style: none;
    padding: 4px 0 0;
    animation: .2s cubic-bezier(.39,.575,.565,1) both dropdown-in;
    text-align: left;
    display: none;
    position: absolute;
    top: 100%;
    visibility: hidden;
    z-index: 3;
    left: auto;
    right: -8px;
    width: 200px;
    background: #f7f7f7;
    min-width: 200px;
    border-radius: 4px;
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 15%);
    height: auto
}
.navigation .primary-menu li.menu-item-has-children:hover>.sub-menu {
    display: block;
    visibility: visible
}
.navigation .primary-menu li {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%
}
.navigation .primary-menu li>.sub-menu:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    border: 6px solid #000;
    border-color: transparent transparent #fff #fff;
    transform-origin: 0 0;
    transform: rotate(135deg);
    box-shadow: -2px 2px 4px 0 rgba(0,0,0,.05);
    right: 30px;
    left: auto
}
.icon-camera,.icon-play {
    height: 12px;
    background-repeat: no-repeat
}
.navigation .primary-menu li>.sub-menu>li a {
    color: #000;
    padding: 12px;
    display: block
}
.navigation .primary-menu li>.sub-menu>li {
    display: block;
    border-top: 1px solid #f0f0f0
}
.navigation .primary-menu li.menu-item-has-children:after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23fff'%3E%3Cpath d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E");
    width: 12px;
    height: 12px;
    display: block;
    background-repeat: no-repeat;
    background-size: 12px
}
.navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    height: 100%
}
.navigation .second-menu {
    position: relative;
    list-style: none;
    margin: 0 0 0 8px;
    padding: 0;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: wrap;
    font-weight: 600;
    line-height: 1.3
}
.navigation .second-menu li a img {
    width: 18px;
    height: 18px
}
.navigation .second-menu li a {
    padding: 12px 8px;
    display: block;
    color: #000;
    position: relative;
}
.navigation .primary-menu nav {
    height: 100%;
    display: flex;
    align-items: center
}
.nav.sticky {
    position: sticky;
    top: 46px;
    z-index: 5;
    background: #fff;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%)
}
.nav.sticky:before {
    content: "";
    height: 2px;
    display: block;
    background: var(--gradient1);
    background: -moz-linear-gradient(right,var(--gradient1) 50%,var(--gradient2) 100%);
    background: -webkit-linear-gradient(right,var(--gradient1) 50%,var(--gradient2) 100%);
    background: linear-gradient(to right,var(--gradient1) 50%,var(--gradient2) 100%)
}
.nav.sticky .primary-menu {
    background: 0 0;
    padding: 0;
    margin: 0 -15px
}
.nav.sticky .navigation {
    background: 0 0
}
.nav.sticky .navigation .primary-menu li a {
    color: #000
}
.nav.sticky .navigation .primary-menu li.menu-item-has-children:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E")
}
.nav.sticky .navigation .primary-menu li.logo {
    display: flex
}
.billboard {
    position: relative;
    z-index: 1;
    padding: 0;
    width: 1008px;
    margin: 15px auto;
}
.column12,.column20,.column3,.column4,.column5,.column6,.column7,.column8,.column9 {
    padding-left: 13px;
    padding-right: 13px
}
.billboard.parallax {
    height: var(--heightparallaxdesktop);
    position: relative;
    width: 982px;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    background: #f1f1f1;
}
.billboard.parallax .widget {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(auto,auto,auto,auto)
}
.billboard.parallax .widget-parallax {
    width: var(--widthparallaxdesktop);
    height: auto;
    position: fixed;
    top: 46px;
    -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)!important;
    object-fit: cover
}
.icon-play {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512' fill='%23fff'%3E%3Cpath d='M73 39c-14.8-9.1-33.4-9.4-48.5-.9S0 62.6 0 80V432c0 17.4 9.4 33.4 24.5 41.9s33.7 8.1 48.5-.9L361 297c14.3-8.7 23-24.2 23-41s-8.7-32.2-23-41L73 39z'/%3E%3C/svg%3E");
    width: 8px;
    background-size: 8px
}
.icon-camera {
    width: 10px;
    background-size: 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23fff'%3E%3Cpath d='M149.1 64.8L138.7 96H64C28.7 96 0 124.7 0 160V416c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V160c0-35.3-28.7-64-64-64H373.3L362.9 64.8C356.4 45.2 338.1 32 317.4 32H194.6c-20.7 0-39 13.2-45.5 32.8zM256 384c-53 0-96-43-96-96s43-96 96-96s96 43 96 96s-43 96-96 96z'/%3E%3C/svg%3E")
}
.grid-row,.headline-related-content {
    display: flex;
    flex-wrap: wrap;
    margin-left: -13px;
    margin-right: -13px
}
.grid .grid-box,.inline .inline-box {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin: 8px -13px 0
}
.grid .grid-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: wrap;
    padding-bottom: 12px;
    margin-bottom: 12px
}
.grid .media-image,.headline .media-image,.inline .media-image {
    padding-bottom: 56.25%;
    height: 0;
    position: relative;
    background: #f0f0f0;
    width: 100%
}
.article-grid .media-category,.article-item .media-category,.grid .media-category,.inline .media-category {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 4px;
    font-size: 12px;
    font-weight: 400;
    color: var(--secondary)
}
.grid .media-title,.headline .media-title,.headline2 .media-title,.list .media-title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}
.grid .media-title,.list .media-title {
    font-weight: 400
}
.grid .media-image,.inline .media-image {
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 12px
}
.grid .media-date {
    margin-top: 8px;
    font-weight: 300
}
.grid-item.nothumbnail:after {
    content: "";
    position: absolute;
    left: 13px;
    right: 13px;
    bottom: 0;
    height: 1px;
    background: #f0f0f0
}
.m-auto {
    margin: auto
}
.column12 {
    position: relative;
    width: 100%;
    -ms-flex: 1;
    flex: 0 0 100%;
    max-width: 100%
}
.column9 {
    position: relative;
    width: 100%;
    -ms-flex: 0.75;
    flex: 0 0 75%;
    max-width: 75%
}
.column8 {
    position: relative;
    width: 100%;
    -ms-flex: 0.66667;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}
.column7 {
    position: relative;
    width: 100%;
    -ms-flex: 0.58333;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}
.column6 {
    position: relative;
    width: 100%;
    -ms-flex: 0.5;
    flex: 0 0 50%;
    max-width: 50%
}
.column5 {
    position: relative;
    width: 100%;
    -ms-flex: 0.41667;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}
.column4 {
    position: relative;
    width: 100%;
    -ms-flex: 0.33333;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}
.column3 {
    position: relative;
    width: 100%;
    -ms-flex: 0.25;
    flex: 0 0 25%;
    max-width: 25%
}
.column20 {
    position: relative;
    width: 100%;
    -ms-flex: 0.20;
    flex: 0 0 20%;
    max-width: 20%
}
.headline-header {
    position: relative;
    margin: 12px 0
}
.headline-box {
    margin-bottom: 24px;
    overflow: hidden;
    border-radius: 8px;
    background: var(--gradient1);
    background: -moz-linear-gradient(100deg,var(--gradient1) 50%,var(--gradient2) 100%);
    background: -webkit-linear-gradient(100deg,var(--gradient1) 50%,var(--gradient2) 100%);
    background: linear-gradient(100deg,var(--gradient1) 50%,var(--gradient2) 100%)
}
.widget.headline .widget-header .widget-title {
    font-size: 23px
}
.headline .media-image {
    margin-bottom: 0;
    overflow: hidden
}
.headline .media-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    color: #fff;
    background: #000;
    background: -moz-linear-gradient(top,rgba(0,0,0,.8) 0,rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top,rgba(0,0,0,.8) 0,rgba(255,255,255,0) 100%);
    background: linear-gradient(to top,rgba(0,0,0,.8) 0,rgba(255,255,255,0) 100%);
    padding: 0 16px 16px
}
.headline .media-title,.headline2 .media-title {
    font-size: 23px;
    font-weight: 600
}
.headline .media-date,.headline2 .media-date {
    font-weight: 300;
    font-size: 12px;
    color: #fff
}
.headline .media-title a,.headline2 .media-title a,.share-box ul li a:hover {
    color: #fff
}
.headline-related {
    font-size: 14px;
    padding: 12px 16px
}
.headline-related-title {
    margin: 0;
    position: relative;
    color: var(--linkhover);
    display: flex
}
.headline-related-item,.sidebar-box .widget,.widget.article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex
}
.headline-related-title:after {
    content: " ";
    border-bottom: 1px solid #ffffff1a;
    line-height: .1em;
    margin: 10px 0 10px 10px;
    right: 6px;
    flex: 1
}
.headline-related-item {
    padding-left: 13px;
    padding-right: 13px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    position: relative;
    width: 100%;
    padding-top: 0;
    display: flex;
    flex-flow: wrap
}
.headline-related-item h3 {
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}
.headline-related-item a {
    color: #fff;
    margin: 8px 0;
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}
.headline2 .column7 {
    padding-right: 0
}
.headline2 .column5 {
    padding-left: 0
}
.headline2 .media-text {
    padding: 16px;
    height: 100%;
    color: #fff
}
.headline2 .media-image {
    margin-bottom: 0;
    padding-bottom: 75.15%;
    width: 100%;
    height: 0;
    position: relative;
    overflow: hidden;
    background: #f0f0f0
}
.headline2 .media-date {
    margin-top: 4px
}
.sidebar-box .widget,.widget.article {
    position: relative;
    word-wrap: break-word;
    padding-top: 16px;
    margin-bottom: 24px;
    border-top: 1px solid #f0f0f0;
    display: flex;
    flex-flow: column;
    color: #666
}
.page-template-indeks .widget.article,.page-template-trending .widget.article,.tag .widget.article {
    border: 0
}
.widget .widget-header {
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    margin-bottom: 16px
}
.article-item,.article-item .article-item-box,.article-item.big .article-item-box,.list .list-item {
    display: -ms-flexbox;
    display: -webkit-flex
}
.widget .widget-header .widget-title {
    margin: 0;
    color: var(--primary);
    font-size: 18px;
    font-weight: 600
}
#spotlight .footer .description,.widget .widget-header .index-link {
    font-size: 12px
}
.widget .widget-header .header-more a {
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}
.media-icon,.widget .widget-desc a {
    align-items: center;
    vertical-align: top
}
.header-more svg,.menu-indeks ul li a svg {
    height: 10px;
    margin-left: 5px
}
.widget .widget-desc {
    padding: 16px;
    background: #f4f4f4;
    color: #666;
    border-radius: 4px;
    margin-bottom: 12px;
    font-size: 12px
}
.widget .widget-desc .widget-desc-link {
    margin-top: 12px
}
.widget .widget-desc a {
    font-size: 12px;
    padding: 4px 12px;
    background: var(--color3);
    color: #fff;
    position: relative;
    display: inline-block;
    line-height: 1.4;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px
}
.widget .widget-content {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0
}
.article-item {
    display: -webkit-box;
    display: flex;
    flex-flow: wrap;
    position: relative;
    width: 100%;
    margin: 8px 0;
    padding: 8px 0
}
.media-icon,.share-box ul li a.copied:before {
    position: absolute;
    color: #fff;
    text-align: center
}
.article-item:first-child {
    margin-top: 0;
    padding-top: 0
}
.article-item .article-item-box {
    display: -webkit-box;
    display: flex;
    align-items: flex-start;
    align-items: center
}
.article-item.big .article-item-box {
    flex-direction: row-reverse;
    display: -webkit-box
}
.article-item .media-image {
    margin: 0 24px 0 0;
    width: 200px;
    height: 150px;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    background: #f0f0f0
}
.article-item.big .media-image {
    margin: 0 0 0 24px;
    width: 400px;
    height: 225px;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    background: #f0f0f0
}
.article-item .media-title {
    font-size: 20px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}
.article-grid .media-date,.article-item .media-date,.inline .media-date {
    margin-top: 12px;
    font-weight: 300
}
.widget.article .widget {
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
    padding-top: 16px;
    padding-bottom: 16px
}
.article-grid {
    padding-bottom: 16px;
    margin-bottom: 16px
}
.article-grid .article-grid-box {
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
    border-radius: 8px;
    height:100%;
}
.article-grid .media-image {
    padding-bottom: 56.25%;
    width: 100%;
    height: 0;
    position: relative;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
    background: #f0f0f0
}
.article-grid .media-text {
    padding: 12px
}
.list .list-item,.popularcomment .comment-item,.popularpos .popular-item,.populartag .tag-item {
    padding-bottom: 8px;
    margin-bottom: 8px;
    position: relative
}
.article-grid .media-title {
    font-size: 16px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}
.sidebar-box .widget>a img,.sidebar-box .widget>img {
    margin: 0 auto;
    display: block
}
.commentAvatar a,.sidebar-box .widget>a {
    display: block
}
.list .list-item {
    display: -webkit-box;
    display: flex;
    flex-flow: wrap;
    width: 100%;
    padding-top: 0
}
.list .list-item:first-child,.popularcomment .comment-item:first-child,.popularpos .popular-item:first-child,.populartag .tag-item:first-child,.redaksi .redaksi-content {
    margin-top: 8px
}
.list .item-item-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start
}
.list .item-item-box .media-image {
    width: 116px;
    height: 87px;
    margin: 0 16px 0 0;
    overflow: hidden;
    border-radius: 4px;
    background: #f0f0f0;
    position: relative
}
.list .media-date {
    font-weight: 300;
    font-size: 12px;
    display: inline-block;
    margin-top: 4px
}
.populartag .hastag {
    color: #999;
    margin-right: 8px;
    font-size: 16px
}
.popularcomment .comment-item,.populartag .tag-item {
    width: 100%;
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: wrap
}
.populartag .tag-item .media-title {
    font-size: 16px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden
}
.article-detail .bacajuga a,.popularcomment .media-title,.popularpos .popular-item .media-title {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}
.popularcomment .comment-item:last-child,.popularpos .popular-item:last-child,.populartag .tag-item:last-child {
    margin-bottom: 0
}
.popularcomment .comment-item .media-text,.populartag .tag-item .media-text {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: baseline;
    font-size: 16px
}
.popularpos .popular-item {
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: wrap
}
.popularcomment .comment-num {
    margin-left: 12px;
    margin-right: 12px;
    margin-top: -4px;
    font-size: 10px;
    color: #999;
    text-align: center
}
.popularcomment .com-number {
    color: var(--secondary);
    font-size: 16px
}
.popularcomment .media-title {
    font-size: 14px;
    font-weight: 400;
    display: -webkit-box;
    overflow: hidden
}
.popularpos .popular-item {
    display: -webkit-box;
    display: flex
}
.popularpos .popular-item .media-text {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    font-size: 16px
}
.popularpos .hastagnumber {
    color: #999;
    margin-left: 12px;
    margin-right: 12px;
    margin-top: -2px;
    font-size: 20px;
    text-align: center
}
.popularpos .popular-item .media-date {
    font-weight: 300;
    font-size: 12px;
    margin-top: 4px
}
.popularpos .popular-item .media-title {
    font-weight: 400;
    font-size: 14px;
    display: -webkit-box;
    overflow: hidden
}
.commentBody,.popular-text,.redaksi-avatar,.social-comment-icon .counter {
    flex: 1
}
.popularpos .popular-item {
    width: 100%;
    padding-top: 0;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start
}
.comment-share .comment-box a,.inline .inline-item,.media-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex
}
.inline .inline-item {
    padding-top: 0;
    display: flex;
    flex-flow: wrap;
    padding-bottom: 12px;
    margin-bottom: 12px
}
.media-icon {
    top: 4px;
    right: 4px;
    z-index: 3;
    padding: 2px 4px;
    font-size: 12px;
    background: rgba(0,0,0,.5);
    border-radius: 4px;
    display: flex
}
.media-icon i {
    margin-right: 4px
}
.inline .media-title {
    font-weight: 400
}
.media-more {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center
}
.media-more a {
    color: #fff;
    font-size: 14px;
    padding: 6px 16px;
    background: var(--primary);
    position: relative;
    line-height: 1.4;
    text-align: center;
    cursor: pointer;
    vertical-align: top;
    border: 1px solid transparent;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center
}
.media-more a svg,.pagination svg,.trigger svg {
    height: 14px;
    margin-left: 5px
}
.share-box ul li a.copied:before {
    content: attr(data-title);
    width: auto;
    background: #000;
    padding: 2px 5px;
    border-radius: 4px;
    font-size: 10px;
    white-space: nowrap;
    top: 35px
}
footer.footer {
    background: #f0f0f0;
    margin-top: 40px;
    color: #333;
}
.footer-border {
    height: 4px;
    background: var(--gradient1);
    background: -moz-linear-gradient(right,var(--gradient1) 0,var(--gradient2) 100%);
    background: -webkit-linear-gradient(right,var(--gradient1) 0,var(--gradient2) 100%);
    background: linear-gradient(to right,var(--gradient1) 0,var(--gradient2) 100%)
}
.footer .grid-row {
    padding: 32px 0 52px
}
.footer-brand .widget {
    color: #333;
    font-size: 13px;
    text-align: center;
    margin-top: 20px;
}
.footer ul {
    list-style: none;
    padding: 0;
    margin: 0
}
.footer-brand img {
    height: auto;
    display: block;
    margin: 12px auto 8px;
    width: auto;
    height: 35px !important;
}
.footer-brand figcaption {
    color: #333;
    padding: 4px 0;
    font-size: 12px;
    text-align: center
}
.social .social-box a.facebook {
    color: #fff;
    background: #3c5a99
}
.social .social-box a.twitter {
    color: #fff;
    background: #000
}
.social .social-box a.whatsapp {
    color: #fff;
    background: #25d366;
}
.social .social-box a.instagram {
    color: #fff;
    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.linkedin {
    color: #fff;
    background: #0077b5
}
.social .social-box a.youtube {
    color: #fff;
    background: red
}
.social .social-box a.tiktok {
    color: #fff;
    background: #000
}
.social .social-box a.telegram {
    color: #fff;
    background: #08c
}
.social .social-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}
.share-box svg,.social .social-box a svg {
    height: 16px
}
.social-title h3 {
    font-size: 13px;
    font-weight: 400
}
.footer-nav ul li a {
    font-size: 13px;
    color: #333;
    padding: 4px 0
}
.footer-brand figure {
    margin: 0;
    max-width: 100%
}
.footer-brand .widget .widget-header .widget-title {
    font-size: 12px;
    color: #333;
    margin-bottom: 4px;
    text-align: center;
    width: 100%;
    font-weight: 400
}
.footer-brand .menu {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%
}
.footer-brand .widget:first-child {
    margin-top: 0
}
.footer-nav .widget .widget-header .widget-title {
    margin-bottom: 8px;
    font-size: 14px;
    color: #333
}
.footer-nav .widget {
    padding: 24px 24px 12px;
    max-width: 33.333333%;
}
.footer-nav .grid-footer {
    display: flex;
    margin-left: -13px;
    margin-right: -13px;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.footer-nav .widget .widget-header {
    margin: 0
}
.no-comments {
    text-align: center;
    font-size: 14px;
    color: #666;
    background: #ebebeb;
    padding: 10px;
    border-radius: 5px
}
.pagination a,.trigger {
    border: 1px solid transparent
}
.no-comments svg {
    height: 12px;
    margin-right: 10px
}
.menu.col2 {
    position: relative;
    list-style: none;
    margin: 0 -10px;
    padding: 0;
    display: flex;
    flex-wrap: wrap
}
.pagination .loadmore,.pagination a {
    font-size: 16px;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: top;
    background: var(--secondary);
    color: #fff;
    position: relative;
    text-align: center;
    line-height: 1.4;
    cursor: pointer
}
.menu.col2 li {
    width: 50%;
    padding: 0 10px;
}
.pagination,.status {
    margin: 24px 0;
    text-align: center
}
.trigger {
    position: relative;
    font-size: 16px;
    display: none;
    line-height: 1.4;
    padding: 8px 16px;
    text-align: center;
    cursor: pointer;
    vertical-align: top;
    border-radius: 4px;
    color: #fff;
    align-items: center;
    background: var(--primary)
}
.pagination a {
    border-radius: 4px
}
.pagination .loadmore {
    border: 1px solid transparent;
    border-radius: 4px;
    font-weight: 600
}
.status .loading {
    width: 32px;
    height: 32px;
    position: relative;
    margin: 12px auto;
    display: none
}
.status .loading .double-bounce1,.status .loading .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: var(--primary);
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: 2s ease-in-out infinite sk-bounce;
    animation: 2s ease-in-out infinite sk-bounce
}
.status .loading .double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}
@-webkit-keyframes sk-bounce {
    0%,100% {
        -webkit-transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1)
    }
}
@keyframes sk-bounce {
    0%,100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}
.header-data span {
    text-transform: uppercase;
    padding-right: 8px;
    font-size: 12px
}
.header-data {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}
#startDate,.datarentang select {
    display: block;
    height: calc(1.96875rem + 2px);
    padding: .375rem .75rem;
    font-size: 14px;
    line-height: 1.5;
    color: #494c57;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    outline: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    position: relative;
    width: 145px
}
#boxDate,.comment-form,.datarentang,.frame.nofixed .frame-box,.image-box {
    position: relative
}
#boxDate:before,.datarentang:before {
    content: "";
    position: absolute;
    top: 12px;
    right: 12px;
    height: 6px;
    width: 6px;
    display: block;
    border: solid #727272;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}
.breadcrumb {
    margin: 12px 0
}
.breadcrumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}
.breadcrumb ul li {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center
}
.breadcrumb,.breadcrumb a {
    position: relative;
    color: #666;
    font-size: 14px
}
.breadcrumb a:hover {
    color: #333
}
.breadcrumb ul li svg {
    height: 12px;
    margin: 0 7px
}
.article-header {
    margin-bottom: 16px;
    margin-top: 16px;
    text-align: center
}
.article-header h1 {
    color: var(--primary);
    font-size: 32px;
    margin-bottom: 16px;
    font-weight: 600
}
.article-author {
    color: var(--secondary);
    font-size: 14px;
    margin-bottom: 12px
}
.article-date {
    color: #999;
    font-size: 12px;
    margin-bottom: 12px
}
.article-figure,.single .main-box .widget {
    margin-bottom: 24px
}
.article-text img {
    height: auto;
    max-width: 100%
}
.article-text {
    color: #000;
    max-width: 640px;
    font-size: 16px;
}
.comment-share.bottom {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 16px
}
.comment-share .comment-box a {
    border-radius: 16px;
    vertical-align: middle;
    height: 30px;
    display: flex;
    align-items: center;
    background: #e6e6e6;
    font-size: 12px;
    padding: 4px 16px
}
.comment-share .comment-box a:hover,.social-comment-icon:hover {
    color: #000;
    opacity: .8
}
.article-detail .paginationPostNav a i,.comment-share .comment-box a i {
    margin: 0 4px
}
.comment-share .share-box {
    color: #666;
    font-size: 12px;
    text-align: center;
    line-height: 1.6;
    display: flex;
    align-items: center;
    justify-content: center
}
.comment-share .share-box span {
    margin: 5px 2px
}
.comment-share .share-box a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
    width: 30px;
    height: 30px;
    font-size: 18px;
    border-radius: 50%;
    overflow: visible;
    color: #fff;
    background: #999;
    cursor: pointer
}
.comment-share .share-box .facebook {
    background-color: #3c5a99
}
.comment-share .share-box .twitter {
    background-color: #000
}
.comment-share .share-box .whatsapp {
    background-color: #25d366
}
.comment-share .share-box .telegram {
    background-color: #08c
}
.article-figure {
    position: relative
}
.article-detail {
    margin-bottom: 16px;
    position: relative
}
.article-detail figure {
    padding: 0;
    margin: 0
}
.article-detail .article-figure img {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block
}
.article-detail .article-figure figcaption {
    margin-top: 8px;
    font-size: 12px;
    text-align: left
}
.article-detail .article-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    color: #000
}
.article-detail .article-box {
    flex: 1;
    margin-bottom: 16px
}
.article-content.notfull .article-box {
    max-width: 470px;
}
.article-detail .article-adv {
    margin-left: 16px;
    z-index: 2;
    width: 160px
}
.article-detail .bacajuga {
    position: relative;
    margin-bottom: 20px;
    margin-top: 20px;
    border-left: 5px solid var(--primary);
    padding-left: 20px
}
.article-detail .bacajuga strong {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 700;
    color: #000
}
.article-detail .bacajuga a {
    color: var(--primary);
    font-size: 16px;
    font-weight: 600;
    display: -webkit-box;
    overflow: hidden
}
.article-detail .pagination-post {
    padding: 8px 16px;
    background: #f7f7f7;
    border-radius: 4px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 15px
}
.article-detail .paginationPostNum {
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    flex: 1
}
.article-detail .paginationPostLink {
    padding-right: 13px;
    font-size: 14px;
    text-align: left
}
.article-detail .paginationPostNav a .btn-next,.article-detail .showall-page a {
    position: relative;
    display: inline-flex;
    align-items: center;
    line-height: 1.4;
    text-align: center;
    cursor: pointer;
    vertical-align: top;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 12px;
    padding: 4px 12px;
    background: var(--primary);
    color: #fff
}
.article-detail .paginationPostNav a .btn-next svg {
    height: 12px;
    margin-left: 10px
}
.article-detail .paginationPostLabel {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    margin-right: 10px
}
.article-detail .paginationPostLink a,.article-detail .paginationPostLink span {
    border-radius: 50%;
    background: #ccc;
    color: #fff;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 0;
    padding: 6px 11px;
    line-height: 1.2
}
.article-detail .paginationPostLink .post-page-numbers.current {
    background: var(--primary);
    color: #fff
}
.article-detail .tag-post,.notfound-button {
    margin-top: 30px
}
.article-detail .tag-post ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap
}
.article-detail .tag-post ul li a {
    background: #f0f0f0;
    margin-right: 8px;
    margin-bottom: 8px;
    padding: 8px;
    border-radius: 4px;
    display: block;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.share-sticky {
    visibility: hidden;
    padding: 8px 0;
    z-index: 4;
    position: sticky;
    position: -webkit-sticky;
    top: 44px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.15);
    background: #f7f7f7;
    display: none
}
.share-sticky.show {
    visibility: visible;
    display: block
}
.share-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 -15px
}
.social-left {
    margin-right: 16px;
    flex: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    font-size: 14px;
    font-weight: 600
}
.share-box ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 10px;
}
.share-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.share-box ul li a,.social .social-box a {
    display: flex;
    background: #999;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    border-radius: 50em;
    color: #fff;
    position: relative
}
.share-box ul li svg {
    height: 16px;
    z-index: 1
}
.aut-share a.facebook,.share-box ul li .facebook {
    background: #3b5998
}
.aut-share a.twitter,.darkmode .comment-share .share-box .twitter,.share-box ul li .twitter {
    background: #000
}
.darkmode .comment-share .share-box .whatsapp,.share-box ul li .whatsapp {
    background: #25d366
}
.share-box ul li .telegram {
    background: #08c
}
.share-label {
    color: #666;
    font-size: 12px;
    text-align: center;
    line-height: 1.6;
    text-transform: uppercase;
}
.social-comment-icon {
    vertical-align: middle;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: #e6e6e6;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 16px;
    font-size: 12px;
    margin-right: 10px;
}
.social-comment-icon svg {
    height: 14px;
    margin-right: 5px
}
.redaksi-header {
    display: flex;
    flex: 1 1 0%;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: space-between
}
.redaksi .redaksi-avatar-box .image-ava {
    margin-right: -14px;
    display: inline-block;
    width: 24px;
    height: 24px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 50%;
    background: #eee;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    position: relative
}
.redaksi .author-image img,.redaksi .redaksi-avatar-box .image-ava img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute
}
.redaksi {
    padding: 10px;
    background: #f7f7f7;
    border-radius: 4px;
    margin-top: 15px
}
#comments,#respond,.comment-respond {
    background: #f7f7f7;
    padding: 16px;
    overflow: hidden
}
.redaksi .btn-redaksi {
    appearance: none;
    user-select: none;
    padding: 0;
    transition: .2s;
    position: relative;
    background: 0 0;
    border: 1px solid transparent;
    border-radius: 3px;
    width: auto;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    display: flex;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer
}
.btn-redaksi .icon-arrow {
    display: flex;
    margin-left: 2px;
    -webkit-box-pack: center;
    justify-content: center;
    filter: invert(0%) sepia(6%) saturate(26%) hue-rotate(336deg) brightness(103%) contrast(100%);
    width: 18px;
    max-width: 18px;
    height: 18px;
    background-position: center;
    background-size: 12px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Pro 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E")
}
.redaksi .label-btn {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    color: #000;
    font-size: 13px;
    font-weight: 600
}
.redaksi .author-item {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px
}
.redaksi .author-image {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 0;
    width: 48px;
    height: 48px;
    background: #eee;
    color: #fff;
    border-radius: 50%;
    margin-right: 6px;
    overflow: hidden;
    position: relative
}
.redaksi .author-image a {
    display: block;
    height: 100%;
    width: 100%
}
.redaksi .author-text {
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    padding-right: 8px
}
.redaksi .author-name {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    color: #000;
    font-size: 14px;
    font-weight: 600
}
.redaksi .author-name svg {
    color: var(--primary);
    height: 14px;
    margin-left: 6px;
    display: block
}
.redaksi .author-role {
    color: #999;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400
}
#comments,#respond {
    margin-bottom: 20px;
    border-radius: 12px
}
.comment-respond {
    border-radius: 12px
}
.comment-reply-title small a {
    text-transform: capitalize;
    margin-left: 5px;
    color: var(--color3);
    display: block
}
.comment-notes {
    line-height: 1.4;
    font-size: 14px;
    color: #6f6f6f
}
input#author,input#email {
    margin: 0 0 10px;
    background: #fff;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border-radius: 12px
}
textarea#comment {
    background: #fff;
    border: 1px solid #e6e6e6;
    width: 100%;
    resize: unset;
    font-size: 14px;
    padding: 10px 10px 60px;
    height: 166px!important;
    border-radius: 12px;
    -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 15%);
    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: 8px;
    background: #fff;
    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: 5px 30px 5px 10px;
    line-height: 1.4;
    cursor: pointer;
    vertical-align: top;
    background: var(--primary);
    border: 1px solid var(--primary);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    color: #fff
}
.comment-reply-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 18px;
    font-weight: 600
}
.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: #666
}
.commentsArea>ol {
    padding: 0;
    margin: 0;
    list-style: none
}
.commentsArea li {
    margin: 0 0 15px;
    padding: 15px 0;
    border-bottom: 1px solid #e6e6e6
}
.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 {
    font-family: Helvetica,Arial,Tahoma;
    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-right: 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
}
.commentBodyText p {
    display: inline
}
.commentReplyTo {
    display: inline-flex;
    font-weight: 600;
    align-items: flex-start;
    flex-wrap: wrap
}
.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: 16px;
    display: inline-flex;
    line-height: 1.4;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    align-items: center;
    width: auto;
    flex-wrap: wrap
}
.comments-pagination span.current {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: var(--primary);
    border-color: var(--primary)
}
.comments-pagination a svg,.notfound-button svg {
    height: 14px;
    margin-left: 10px
}
.no-more {
    line-height: 1.4;
    font-size: 14px;
    color: #6f6f6f
}
.no-more i {
    font-size: 18px;
    margin-top: -2px;
    color: var(--color4)
}
.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;
}
.article-detail .slick-gallery figcaption {
    font-size: 14px;
}
.slick-gallery figcaption {
    text-align: left !important;
    font-size: 14px;
    margin-top: 15px;
    flex-grow: unset !important;
    flex-basis: unset !important;
    display: block !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: 198px;
    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;
}
.btn-prev {
    left: 5px;
}
.btn-prev svg, .btn-next svg {
    height: 25px;
}
.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;
}
.slick-dots li button {
    display: none;
}
.slick-dots {
    display: flex;
    width: 100%;
    padding: 12px;
    background: #f7f7f7;
    border-radius: 4px;
    margin-top: 15px !important;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    font-weight: 600;
    font-family: Montserrat,sans-serif;
    counter-reset: section;
    list-style: none;
    display: none !important;
}
.slick-dots button {
    background: transparent;
    border: 0;
    outline: 0;
    color: var(--secondary);
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
}
.slick-dots li:after {
    counter-increment: section;
    content: "dari " counter(section) "";
}
.slick-dots li:after {
    font-size: 0;
    display: block;
}
.slick-dots li:last-child::after {
    font-size: 14px;
    line-height: 1;
}
.slick-dots li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
#spotlight .footer .title {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2
}
#spotlight .footer {
    font-size: 12px;
    margin: 0 auto;
    right: 0;
    left: 0;
    max-width: 640px
}
.article-detail figcaption {
    font-size: 14px;
    color: #666
}
.btn-viewbox {
    position: absolute;
    right: 10px;
    top: 10px
}
.btn-viewbox .btn-biew {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -ms-flex-align: center;
    align-items: center;
    top: 10px;
    right: 10px;
    border-radius: 3px;
    background-color: rgba(0,0,0,.6);
    padding: 7px 10px;
    transition: background-color .3s;
    border: 0;
    color: #fff;
    line-height: 1;
    cursor: pointer;
    z-index: 1;
    font-size: 12px
}
.icon-expand {
    width: 12px;
    height: 12px;
    background-size: 11px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23fff'%3E%3Cpath d='M32 32C14.3 32 0 46.3 0 64v96c0 17.7 14.3 32 32 32s32-14.3 32-32V96h64c17.7 0 32-14.3 32-32s-14.3-32-32-32H32zM64 352c0-17.7-14.3-32-32-32s-32 14.3-32 32v96c0 17.7 14.3 32 32 32h96c17.7 0 32-14.3 32-32s-14.3-32-32-32H64V352zM320 32c-17.7 0-32 14.3-32 32s14.3 32 32 32h64v64c0 17.7 14.3 32 32 32s32-14.3 32-32V64c0-17.7-14.3-32-32-32H320zM448 352c0-17.7-14.3-32-32-32s-32 14.3-32 32v64H320c-17.7 0-32 14.3-32 32s14.3 32 32 32h96c17.7 0 32-14.3 32-32V352z'/%3E%3C/svg%3E");
    background-repeat: no-repeat
}
.menu-indeks ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px
}
.menu-indeks ul li {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    border-bottom: 1px solid #e6e6e6
}
.menu-indeks ul li a {
    padding: 12px 0;
    font-size: 14px;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: wrap;
    font-weight: 600;
    align-items: center
}
.notfound {
    text-align: center;
    padding: 15px 0 40px
}
.notfound-title h1 {
    font-weight: 600;
    font-size: 18px
}
path.wr-primary {
    fill: var(--primary)
}
.notfound-button a {
    font-size: 16px;
    line-height: 1.4;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    display: inline-flex;
    align-items: center
}
.aut-share a,.author-avatar,.author-avatar img {
    border-radius: 50em
}
.sub-title {
    width: 100%;
    font-size: 14px;
    color: #666
}
.comment-form-cookies-consent label {
    font-size: 14px;
    margin-left: 35px;
}
.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: 0;
    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: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    position: absolute;
    top: 5px;
    left: 9px;
}
.sticky-ads-left,.sticky-ads-right {
    position: fixed;
    width: 300px;
    top: 45px;
    z-index: 2
}
.sticky-ads-left {
    left: 50%;
    margin-left: -810px;
    text-align: left
}
.sticky-ads-left .widget {
    float: right
}
.sticky-ads-right {
    right: 50%;
    margin-right: -810px;
    text-align: right
}
.sticky-ads-right .widget {
    float: left
}
.sticky-ads-left.newtop,.sticky-ads-right.newtop {
    top: 115px
}
.parallxads {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    height: 300px;
    position: relative;
    left: 0;
    right: 0;
    margin-bottom: 0;
    background: #1a1a1a;
}
.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: 90px;
    -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;
}
.parallxads-box > * {
    margin: 0 auto !important;
    display: inline-block;
}
.parallxads:before {
    content: var(--txtparallaxmobile);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 10px;
    z-index: 1;
    background: var(--primary);
}
.article-featured figure, .article-content figure {
    height: auto;
    max-width: 100%;
}
.notfull .parallxads-box {
    max-width: 470px;
}
.author-box {
    text-align: center;
    margin-bottom: 25px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 20px
}
.author-name h1 {
    color: #000;
    font-size: 18px;
    font-weight: 700
}
.author-bio {
    font-size: 14px;
    max-width: 500px;
    margin: 0 auto
}
.author-avatar {
    background: #f0f0f0;
    width: 80px;
    height: 80px;
    display: inline-block
}
.aut-share a {
    margin: 0 5px;
    background: #999;
    width: 30px;
    height: 30px;
    align-items: center;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}
.aut-share svg {
    height: 16px;
    color: #fff
}
.aut-share {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 15px
}
.aut-share 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%)
}
.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;
}
.darkmode .banner:before {
    background-color: #1e1e1e;
}
.darkmode .billboard.parallax {
    background: #262626;
}
.darkmode, .darkmode .article-detail .paginationPostLink a, .darkmode .article-detail .paginationPostLink span, .darkmode .box, .darkmode .comment-share .comment-box a, .darkmode .comment-share .share-box a, .darkmode .comment-share-button a, .darkmode .commentAvatar, .darkmode .frame .frame-inner, .darkmode .frame-item.sidebarmenu, .darkmode .grid-item.nothumbnail:after, .darkmode .nav.sticky, .darkmode .widget .widget-desc, .darkmode input#author, .darkmode input#email, .darkmode textarea#comment {
    background-color: #222
}
.darkmode #startDate,.darkmode #startDate::placeholder,.darkmode .article-detail .article-content,.darkmode .article-detail .bacajuga strong,.darkmode .article-detail .paginationPostLink a:hover,.darkmode .article-detail .paginationPostNav a:hover,.darkmode .article-detail .showall-page a:hover,.darkmode .article-header h1,.darkmode .article-text,.darkmode .author-name h1,.darkmode .comment-box a:hover,.darkmode .comment-reply-title,.darkmode .comment-share .share-box a,.darkmode .commentAuthorName,.darkmode .comments_title,.darkmode .footer-brand .widget .widget-header .widget-title,.darkmode .footer-nav .widget .widget-header .widget-title,.darkmode .frame .menubar-close,.darkmode .frame .menubar-title,.darkmode .nav.sticky .navigation .primary-menu li a,.darkmode .navigation .primary-menu li>.sub-menu>li a,.darkmode .navigation .second-menu li a,.darkmode .notfound-button a:hover,.darkmode .notfound-title h1,.darkmode .redaksi .author-name,.darkmode .redaksi .label-btn,.darkmode .share-sticky,.darkmode .sidebarmenu .widget .widget-header .widget-title,.darkmode .widget .widget-desc a:hover,.darkmode a,.darkmode input#author,.darkmode input#email,.darkmode p.form-submit,.darkmode textarea#comment {
    color: #fff
}
.darkmode #startDate,.darkmode .article-detail .pagination-post,.darkmode .author-box,.darkmode .comment-share.bottom,.darkmode .comments-pagination a,.darkmode .comments-pagination span,.darkmode .commentsArea li,.darkmode .frame .frame-input-search,.darkmode .frame .frame-item.menu,.darkmode .frame-item.userbutton,.darkmode .menu-indeks ul li,.darkmode .navigation .primary-menu li>.sub-menu>li,.darkmode .notif,.darkmode .sidebar-box .widget,.darkmode .sidebarmenu .widget,.darkmode .widget.article,.darkmode .widget.article .widget,.darkmode input#author,.darkmode input#email,.darkmode p.form-submit,.darkmode textarea#comment {
    border-color: #303030
}
.darkmode .frame .frame-input-search {
    background: #2a2a2a
}
.darkmode .article-detail .pagination-post, .darkmode .article-detail .tag-post ul li a, .darkmode .article-grid .article-grid-box, .darkmode .author-avatar, .darkmode .comments-pagination a, .darkmode .comments-pagination span, .darkmode .frame .menubar.close:hover:before, .darkmode .media-more a, .darkmode .navigation, .darkmode .notif, .darkmode .redaksi, .darkmode .share-sticky, .darkmode footer.footer, .darkmode p.form-submit, .darkmode .slick-dots, .darkmode .comment-form-cookies-consent label:before {
    background: #2c2c2c
}
.darkmode #comments,.darkmode #respond {
    background: #202020
}
.darkmode #comments, .darkmode #respond,  .darkmode .article-detail figcaption, .darkmode .article-text figcaption, .darkmode .author-bio, .darkmode .breadcrumb a, .darkmode .comment-btnshare, .darkmode .comment-notes, .darkmode .comment-share .share-box, .darkmode .commentBodyFooter a, .darkmode .commentBodyText, .darkmode .footer-brand .widget, .darkmode .footer-nav ul li a, .darkmode .frame .frame-input-search, .darkmode .frame-item.sidebarmenu, .darkmode .header-data span, .darkmode .logged-in-as a, .darkmode .media-text, .darkmode .no-more, .darkmode .notfound-desc, .darkmode .notif, .darkmode .share-label, .darkmode .sidebar-box .widget, .darkmode .sidebarmenu .widget li a, .darkmode .sub-title, .darkmode .widget .widget-desc, .darkmode .wp-block-image figcaption {
    color: #999
}
.darkmode .notif-image svg {
    color: #3c3c3c
}
.darkmode .social-comment-icon {
    background: #3a3939
}
.darkmode .comment-share .share-box .facebook {
    background: #3c5a99
}
.darkmode .comments-pagination span.current {
    background-color: var(--primary);
    border-color: var(--primary)
}
.darkmode .frame .frame-inner {
    border-bottom: #393e46;
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,.2);
    box-shadow: 0 0 15px rgb(0 0 0 / 20%)
}
.darkmode .frame .menubar.close span {
    background-color: #fff
}
.darkmode .media-image:before {
    background: #1d2129
}
.darkmode .navigation .primary-menu li>.sub-menu {
    background: #303030
}
.darkmode .media-image:after {
    background-image: linear-gradient(90deg,rgb(27 31 39) 0,rgb(27 31 39) 20%,rgb(27 31 39) 60%,rgb(27 31 39))
}
.darkmode .frame .search-icon {
    filter: invert(57%) sepia(0%) saturate(61%) hue-rotate(240deg) brightness(105%) contrast(97%)
}
.darkmode .btn-redaksi .icon-arrow,.darkmode .navigation .primary-menu li.menu-item-has-children:after {
    filter: brightness(0) invert(1)
}
.darkmode .footer-border {
    background: #272727;
    background: -moz-linear-gradient(right,#272727 0,#373737 100%);
    background: -webkit-linear-gradient(right,#272727 0,#373737 100%);
    background: linear-gradient(to right,#272727 0,#373737 100%)
}
.darkmode .no-comments {
    color: #999;
    background: #262626
}
.darkmode .nav.sticky {
    box-shadow: 0 0 15px 0 rgb(255 255 255 / 10%)
}
.darkmode .navigation .primary-menu li>.sub-menu:before {
    border-color: transparent transparent #303030 #303030
}
