:root {
    --primary: #d01e27;
    --trprimary: #d01e2721;
    --active: #FFC107;
    --widthparallaxdesktop: 100%;
    --heightparallaxdesktop: 250px;
    --txtparallax: "Scroll untuk lanjut membaca";
}
*, html {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*,::after,::before {
    box-sizing: border-box
}
a,body {
    color: #222;
}
a {
    text-decoration: none;
}
body {
    background: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
}
.container {
    padding-left: 12px;
    padding-right: 12px;
    margin-right: auto;
    margin-left: auto;
    width: 1032px;
}
.billboard.parallax {
    background: #1e1e1e;
    min-width: 1032px;
}

.parallax-box {
    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;
}
.parallax-box .widget {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(auto,auto,auto,auto);
}

.parallax-box .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;
}
.header-row {
    padding: 10px 0;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    align-items: center;
    position: relative;
    height: 60px;
}
.header-left {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.header-brand a {
    display: block;
}
.header-brand img {
    height: 38px;
    width: auto;
    display: block;
}
.header-brand .logo-darkmode {
    display: none;
}
.header-search .header-search-wrapper {
    border: 1px solid #ddd;
    height: 40px;
    display: flex;
    align-items: center;
    width: 395px;
    border-radius: 50em;
    overflow: hidden;
    margin: 0 40px;
    background: #f1f1f1;
}

.header-search .header-input-search {
    flex: 1;
    border: 0;
    outline: 0;
    background: transparent;
    font-size: 13px;
    height: 40px;
    padding: 0 20px;
    font-weight: 500;
}
.header-search .btn-search {
    border: 0;
    outline: 0;
    color: #fff;
    background: var(--primary);
    cursor: pointer;
    height: 25px;
    width: 25px;
    border-radius: 50em;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    padding: 0;
}

.header-search .btn-search svg {
    height: 17px;
}
.header-mode {
    border-left: 1px solid #ddd;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 0 10px;
}
.network-menu {
    padding: 0 10px;
    border-left: 1px solid #ddd;
}
.network-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.network-menu  ul.sub-menu {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
    background: #333;
    flex-wrap: wrap;
    padding: 8px 10px;
    box-shadow: 0 0 8px rgb(255 255 255 / 10%);
    border-radius: 0 0 7px 7px;
    z-index: 2;
}

.header-right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.network-menu ul > li.menu-item-has-children > a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 800;
    color: #333;
    display: flex;
    align-items: center;
    height: 60px;
}

.network-menu ul > li.menu-item-has-children img {
    width: auto;
    height: 30px;
}
.network-menu ul > li:hover .sub-menu {
    display: flex;
}

.network-menu ul.sub-menu li {
    width: 25%;
}

.network-menu ul.sub-menu li a {
    text-transform: none;
    font-size: 14px;
    font-weight: 400;
    padding: 3px 0;
    color: #fff;
    display: block;
}
.mode svg {
    display: none;
    height: 20px;
}

.mode.icon-darkmode .dark {
    display: block;
}

.mode {
    background: #ebebeb;
    border: 0;
    outline: 0;
    color: #333;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 50%;
    cursor: pointer;
}

nav.navigation {
    position: sticky;
    top: 0;
    z-index: 99;
    min-width: 1032px;
}

header.header {
    z-index: 100;
    position: relative;
    background: #fff;
    min-width: 1032px;
}
.navigation ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.navigation .primary-menu nav > ul {
    display: flex;
    height: 38px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
}
.navigation .primary-menu nav ul.sub-menu {
    display: none;
    list-style: none;
    padding: 4px 0 0;
    text-align: left;
    display: none;
    position: absolute;
    top: 100%;
    z-index: 3;
    left: auto;
    right: 0;
    width: 200px;
    background: #333333;
    min-width: 200px;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 15%);
    height: auto;
}

.navigation .primary-menu nav > ul > li > a {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    padding: 0px 12px;
    height: 38px;
    display: flex;
    align-items: center;
}
.navigation .primary-menu nav > ul > li.home > a:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-house-fill' viewBox='0 0 16 16'%3E%3Cpath d='M8.707 1.5a1 1 0 0 0-1.414 0L.646 8.146a.5.5 0 0 0 .708.708L8 2.207l6.646 6.647a.5.5 0 0 0 .708-.708L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.707 1.5Z'%3E%3C/path%3E%3Cpath d='m8 3.293 6 6V13.5a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 13.5V9.293l6-6Z'%3E%3C/path%3E%3C/svg%3E");
    width: 16px;
    height: 16px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
}
.navigation .primary-menu nav > ul > li.menu-item-has-children > a: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;
    margin-left: 5px;
}

.navigation .primary-menu nav > ul > li {
    position: relative;
    display: flex;
}
.navigation .primary-menu li.menu-item-has-children:hover>.sub-menu {
    display: block;
}

.navigation .primary-menu nav ul.sub-menu a {
    color: #fff;
    padding: 6px 12px;
    display: block;
    font-size: 13px;
    font-weight: 700;
}
.network-menu ul.sub-menu li a:hover,
.navigation .primary-menu nav > ul > li.current-menu-item > a,
.navigation .primary-menu nav ul.sub-menu a:hover,
.navigation .primary-menu nav > ul > li > a:hover {
    color: var(--active);
}
.primary-menu {
    background: var(--primary);
    color: #fff;
}
.secondary-menu {
    background: #eee;
    display: flex;
    align-items: center;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.secondary-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.secondary-menu nav > ul {
    display: flex;
    height: 38px;
    align-items: center;
}

.secondary-menu nav > ul > li > a {
    color: #333;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 16px;
}
.secondary-menu nav > ul > li > a b {
    color: var(--primary);
}
.secondary-menu nav > ul > li:first-child {
    margin-left: -16px;
}
.secondary-menu nav > ul > li.new > a:after {
    content: "";
    background: var(--primary);
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: -3px;
    right: 5px;
}

.secondary-menu nav > ul > li {
    position: relative;
}
.breaking {
    display: flex;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    height: 28px;
}

.breaking-title {
    background: var(--primary);
    color: #fff;
    font-weight: 500;
    padding: 3px 30px 3px 10px;
    font-size:13px;
}

.breaking-content {
    flex: 1;
    background: #333333;
    border-radius: 40px 0 0 40px;
    margin-left: -20px;
    position: relative;
    overflow: hidden;
}

.breaking-content a {
    color: #fff;
    font-size: 13px;
    margin-right: 100px;
    white-space: nowrap;
    line-height: 28px;
}
.breaking-content:before {
    content: "";
    width: 60px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: #333333;
    background: linear-gradient(to right,#333333 25%,rgba(52,52,52,0) 100%);
    position: absolute;
}
.breaking-content:after {
    content: "";
    width: 60px;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 1;
    background: #333333;
    background: linear-gradient(to left,#333333 25%,rgba(52,52,52,0) 100%);
    position: absolute;
}
.marquee {
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    animation: marquee 10s linear infinite;
}
.marquee a {
    display: inline-flex;
    align-items: center;
}
.marquee svg {
    height: 14px;
    margin-right: 5px;
}
.main {
    padding: 15px 0;
    min-width: 1032px;
}
.billboard .widget {
    display: block;
    margin-bottom: 15px;
}


.banner {
    position: relative;
    display: block;
    margin: 0 auto;
}
.banner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #ebebeb;
    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;
}
.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;
}
.banner.ads320320 {
    width: 320px;
    max-width: 100%;
    height: 320px;
}
.widget.headline {
    border-radius: 7px;
    position: relative;
    overflow: hidden;
}
body.category .bigheadline {
    margin-bottom: 30px;
}
.bigheadline .media-image {
    height: 0;
    width: 100%;
    padding-bottom: 56%;
}

.bigheadline .media-text {
    background-image: linear-gradient(to top,#000 5%,rgba(255,255,255,0) 100%);
    color: #fff;
    padding: 48px 16px 60px;
    position: absolute;
    bottom: 0;
    z-index: 1;
    right: 0;
    left: 0;
}
body.category .bigheadline .media-text {
    padding: 48px 16px 16px;
}
.bigheadline  .media-title {
    font-size: 26px;
    line-height: 1.3;
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 7px;
    font-weight: bold;
}

.bigheadline .media-link {
    color: #fff;
}

.bigheadline .media-time time {
    display: inline-block;
    color: #fff;
    font-size: 11px;
    border-radius: 50em;
    font-weight: 400;
}

.bigheadline .media:hover .media-link {
    color: #fff;
}
.smallheadline .media-text {
    padding: 10px 30px;
}
.smallheadline .media-title {
    font-size: 16px;
    line-height: 1.3;
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}
.smallheadline .slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    padding: 0;
    color: #fff;
    text-align: center;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
    background: #7e7e7e;
    height: 38px;
    border-radius: 50em;
    cursor: pointer;
    top: 50%;
    margin-top: -19px;
}
.smallheadline .slick-arrow:hover {
    opacity: .9;
}
.smallheadline .slick-arrow svg {
    height: 24px;
}

.smallheadline .btn-next.slick-arrow {
    right: -19px;
}

.smallheadline .btn-next.slick-arrow svg {
    margin-left: -16px;
}

.smallheadline .btn-prev.slick-arrow svg {
    margin-right: -16px;
}

.smallheadline .btn-prev.slick-arrow {
    left: -19px;
}

.bigheadline .slick-dots {
    bottom: 27px;
    list-style: none;
    padding: 0;
    position: absolute;
    padding-right: 20px;
    margin: 0;
    right: 0;
    left: 0;
    text-align: center;
}

.bigheadline .slick-dots li {
    height: 2px;
    width: 12px;
    margin: 0 3px;
    padding: 0;
    cursor: pointer;
    position: relative;
    display: inline-block;
}

.bigheadline .slick-dots li button {
    border: 0;
    height: 10px;
    width: 10px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 2px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 50px;
    opacity: .5;
}

.bigheadline .slick-dots li.slick-active button {
    width: 10px;
    opacity: 1;
}

.widget-header-custom {
    margin-top: -17px;
    z-index: 2;
    position: relative;
    padding: 0 20px;
}

.widget-title-custom {
    margin: 0;
    background: var(--primary);
    color: #fff;
    display: inline-block;
    padding: 10px;
    border-radius: 7px;
    line-height: 1;
    text-transform: uppercase;
    font-size: 14px;
}
.article-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
    justify-content: space-between;
}
.article-row .widget {
    margin-bottom: 30px;
}
.article {
    flex: 1;
    padding: 0 12px;
    position: relative;
    width: 100%;
    max-width: 688px;
}

aside.sidebar {
    width: 344px;
    padding: 0 12px;
}
.sidebar .widget:last-child {
    position: sticky;
    top: 125px;
}
.article .widget-header {
    border-left: 6px solid var(--primary);
    padding-left: 10px;
    line-height: 1.4;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.article .widget-header .widget-title {
    margin: 0;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.4;
    color: #333;
}

.article .widget-header .widget-subtitle {
    font-size: 10px;
    white-space: nowrap;
    text-transform: uppercase;
    color: #666;
}
.article .header-more {
    font-size: 12px;
    color: #666;
}
.media {
    position: relative;
}
.media-image {
    position: relative;
    overflow: hidden;
}
.media-image:before {
    content: "";
    left: 0;
    bottom: 0;
    background: #ddd;
    animation: 1s infinite shine
}
.media-image:after, .media-image:before {
    position: absolute;
    right: 0;
    top: 0;
}
@-webkit-keyframes shimmer {
    100% {
        transform: translateX(100%)
    }
}
@keyframes shimmer {
    100% {
        transform: translateX(100%)
    }
}
.media-image:after {
    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%;
    object-fit: cover;
    transition: .5s;
    z-index: 1
}
.media-link:before {
    content: "";
    left: 0;
    bottom: 0;
    z-index: 3;
    position: absolute;
    right: 0;
    top: 0;
}
.media:hover .media-link {
    color: var(--primary);
}
.media-text {
    flex: 1;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "Lato", sans-serif;
    letter-spacing: .03rem;
}
.widget.grid .grid-box {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -6px;
    margin-bottom: -20px;
}

.widget.grid .grid-item {
    width: 33.333333%;
    padding: 0 6px;
    margin-bottom: 20px;
}
.widget.grid .media-image {
    height: 0;
    width: 100%;
    padding-bottom: 56%;
    border-radius: 10px;
    margin-bottom: 7px;
}
.widget.grid .media-title {
    font-size: 16px;
    line-height: 1.3;
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 7px;
}
.widget.video .video-box {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -6px;
    margin-bottom: -20px;
}

.widget.video .video-item {
    width: 33.333333%;
    padding: 0 6px;
    margin-bottom: 20px;
}
.widget.video .media-image {
    height: 0;
    width: 100%;
    padding-bottom: 56%;
    border-radius: 10px;
    margin-bottom: 7px;
}
.widget.video .media-title {
    font-size: 16px;
    line-height: 1.3;
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 7px;
}
.widget.infografis .infografis-box {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -6px;
    margin-bottom: -20px;
}

.widget.infografis .infografis-item {
    width: 33.333333%;
    padding: 0 6px;
    margin-bottom: 20px;
}
.widget.infografis .media-image {
    height: 0;
    width: 100%;
    padding-bottom: 150%;
    border-radius: 10px;
    margin-bottom: 7px;
}
.widget.infografis .media-title {
    font-size: 16px;
    line-height: 1.3;
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 7px;
}
.article-item {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.article-item .media-title {
    font-size: 20px;
    line-height: 1.3;
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 7px;
}
.article-item .media-image {
    height: 0;
    width: 213px;
    padding-bottom: 18%;
    border-radius: 10px;
}
.article-item .media-text {
    margin-left: 15px;
}
.article-item .media-text {
    margin-left: 15px;
}

.media-category {
    display: inline-block;
    background-color: var(--trprimary);
    padding: 5px 10px;
    color: var(--primary);
    font-size: 9px;
    text-transform: uppercase;
    border-radius: 50em;
    font-weight: 400;
    margin-right: 5px;
}

.media-more .timeago {
    font-size: 10px;
    white-space: nowrap;
}
.media-more {
    display: flex;
    align-items: center;
}
.icon-video {
    margin-right: 5px;
    color: var(--primary);
}
.info .trigger, .pagination a {
    background: var(--primary);
    color: #fff;
    border: 0;
    display: block;
    width: 100%;
    padding: 12px;
    border-radius: 7px;
    text-transform: uppercase;
    font-size: 16px;
    cursor: pointer;
}
.pagination {
    display: none;
}
.sidebar .widget-title {
    margin: 0;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.4;
    color: #333;
    display: inline-block;
    background: #fff;
    padding-right: 10px;
    z-index: 2;
}
.sidebar .widget-title b {
    color: var(--primary);
    font-weight: 600;
}
.sidebar .widget-header {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.sidebar .widget-header:after {
    content: "";
    height: 1px;
    display: inline-block;
    width: 100%;
    border-top: 1px dashed #333;
    position: absolute;
    z-index: 1;
}
.populartag .widget-content {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}
.populartag .widget-content a {
    background: var(--primary);
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 50em;
    font-weight: 600;
    position: relative;
}
.popularpos .media-box {
    display: flex;
    margin-bottom: 15px;
}

.popularpos .media-text {
    flex: 1;
}

.popularpos .media-title {
    font-size: 16px;
    line-height: 1.3;
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 7px;
}

.media-number {
    width: 60px;
    font-size: 35px;
    font-family: Lato, sans-serif;
    display: flex;
    justify-content: center;
    color: var(--primary);
    font-weight: 700;
}
.list .media {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 15px;
}

.list .media-image {
    height: 0;
    width: 80px;
    padding-bottom: 80px;
    border-radius: 10px;
    margin-right: 8px;
}

.list .media-title {
    font-size: 16px;
    line-height: 1.3;
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.list2 .media-image {
    height: 0;
    width: 100%;
    padding-bottom: 56%;
    border-radius: 10px;
    margin-bottom: 7px;
}

.list2 .media-title {
    font-size: 16px;
    line-height: 1.3;
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 7px;
}

.list2 .media {
    margin-bottom: 15px;
}
.footer-content {
    position: relative;
    text-align: right;
    border-bottom: 1px dashed #666;
    padding-top: 15px;
}

.footer-more {
    font-size: 12px;
    color: #666;
    background: #fff;
    position: absolute;
    right: 0;
    top: 6px;
    padding-left: 10px;
}
.opini .media-image {
    height: 0;
    width: 80px;
    padding-bottom: 72px;
    border-radius: 50em;
    border: 4px solid #dddddd;
    margin-right: 10px;
}

.opini .media {
    display: flex;
    align-items: center;
}

.opini .media-title {
    font-size: 15px;
    line-height: 1.3;
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.opini .media-author {
    margin-top: 5px;
    font-size: 12px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.opini .media {
    margin-bottom: 15px;
}
.loading {
    width: 32px;
    height: 32px;
    position: relative;
    margin: 12px auto;
    display: none;
}

.loading .double-bounce1, .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
}

.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)
    }
}
.no-more {
    color: #666666;
    font-size: 12px;
    display: none;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-weight: 500;
    padding: 15px 0;
}
.no-more svg {
    color: var(--primary);
    height: 16px;
}
.search-results h1 {
    margin: 0;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.4;
    color: var(--primary);
    display: inline-block;
    padding-right: 10px;
    z-index: 2;
}

.search-results {
    margin-bottom: 30px;
}

.search-desc {
    font-size: 13px;
}
.breadcrumbs ul {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 6px;
    align-items: center;
    color: #666;
    margin-bottom: 15px;
}

.breadcrumbs ul svg {
    margin-right: 5px;
}

.breadcrumbs ul li {
    display: flex;
    align-items: center;
}

.breadcrumbs ul li a {
    color: var(--primary);
    font-weight: 700;
    font-size: 13px;
}

.breadcrumbs ul li:first-child a {
    font-weight: normal;
    color: #666;
}
.post-header .post-title {
    font-size: 36px;
    line-height: 1.2;
    margin: 0;
    margin-bottom: 15px;
}
.post-time {
    color: #666;
    font-size: 13px;
    display: block;
    margin-bottom: 15px;
}
.redaksi-content {
    display: flex;
}

.redaksi .redaksi-image {
    height: 0;
    width: 42px;
    padding-bottom: 42px;
    border-radius: 50em;
    overflow: hidden;
    position: relative;
    outline: 2px solid #dddddd;
    z-index: 1;
}

.redaksi .redaksi-image img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: .5s;
    z-index: 1;
}

.redaksi .redaksi-image:not(:first-child) {
    margin-left: -25px;
}

.redaksi {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    flex: 1;
    max-width: 440px;
}

.redaksi-box {
    flex: 1;
}

.redaksi-name a, .redaksi-name span {
    font-weight: 700;
}

.post-sub {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
    margin-bottom: 15px;
}

.share ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 5px;
}

.redaksi-name a {
    color: var(--primary);
}
.share-box a {
    background: #919191;
    color: #fff;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50em;
    position: relative;
}
.share-box svg {
    height: 20px;
}
.share-box a.facebook {
    background: #3b5998;
}

.share-box a.twitter {
    background: #000;
}

.share-box a.whatsapp {
    background: #25d366;
}

.share-box a.telegram {
    background: #0088cc;
}
.share-box a.copied::before {
    content: attr(data-title);
    width: auto;
    background: #333;
    padding: 2px 5px;
    border-radius: 4px;
    font-size: 10px;
    white-space: nowrap;
    top: 40px;
    position: absolute;
    color: #fff;
    text-align: center;
}
.post-featured img {
    width: 100%;
    height: auto;
}

.post-featured figcaption, .post-content .post-text figcaption {
    text-align: left;
    color: #666;
    margin-bottom: 15px;
    font-size: 13px;
}
.post-content .post-text {
    font-size: 16px;
}
.post-content .post-text.notfull {
    max-width: 489px;
}
.post-content {
    display: flex;
    margin-bottom: 15px;
    margin-top: 15px;
    flex-wrap: nowrap;
}
.post-content .post-text figure {
    max-width: 100% !important;
}
.post-featured {
    margin-bottom: 15px;
}
.article-adv {
    width: 160px;
    margin-left: 15px;
    margin-top: 20px;
}
.sticky-post {
    position: sticky;
    top: 128px;
}
.sticky-post .widget {
    margin-bottom: 30px;
    width: 160px;
    height: 600px;
}
.bacajuga {
    border-left: 5px solid var(--primary);
    padding-left: 15px;
    display: flex;
    flex-direction: column;
}

.bacajuga strong {
    text-transform: uppercase;
    font-size: 14px;
    color: var(--primary);
    margin-bottom: 5px;
}

.bacajuga a {
    font-weight: 700;
}
.tag-post ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 10px;
    flex-wrap: wrap;
}

.tag-post {
    margin-bottom: 15px;
}
.tag-post ul li a {
    background: #ebebeb;
    padding: 5px 10px;
    font-weight: 600;
    border-radius: 7px;
    max-width: 150px;
    overflow: hidden;
    display: block;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pagination-post {
    border-radius: 4px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
}
.pagination-post .paginationPostNum {
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    flex: 1
}
.pagination-post.paginationPostLink {
    padding-right: 13px;
    font-size: 14px;
    text-align: left
}
.pagination-post .paginationPostNav a .btn-next,
.pagination-post .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: 7px;
    font-size: 12px;
    padding: 6px 12px;
    background: var(--primary);
    color: #fff;
    right: unset;
    width: auto;
    height: auto;
    font-weight: 700;
}
.pagination-post .paginationPostNav a .btn-next svg {
    height: 12px;
    margin-left: 10px;
    color: #fff;
}
.pagination-post .paginationPostLabel {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.3;
    margin-right: 10px
}
.pagination-post .paginationPostLink a,
.pagination-post .paginationPostLink span {
    border-radius: 7px;
    background: #333;
    color: #fff;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 0;
    padding: 6px 11px;
    line-height: 1.2
}
.pagination-post .paginationPostLink .post-page-numbers.current {
    background: var(--primary);
    color: #fff
}
.footer-share .share {
    display: flex;
    justify-content: center;
}
.footer-share {
    margin-bottom: 15px;
}
.share-label {
    text-align: center;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 13px;
    position: relative;
}

.share-label:before {
    content: "";
    height: 1px;
    background: #ddd;
    width: 100%;
    display: block;
    position: absolute;
    top: 10px;
}
.share-label span {
    background: #fff;
    z-index: 2;
    position: relative;
    padding: 0 15px;
}

.footer {
    background: #dddddd;
    padding: 32px 0;
    font-size: 13px;
    color: #666666;
    min-width: 1032px;
}

.footer-left img {
    height: 30px !important;
    width: auto;
}
.widget.social svg {
    height: 14px;
}

.widget.social a {
    background: #333333;
    color: #fff;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50em;
}

.widget.social .social-box {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
}

.footer-left {
    text-align: center;
    width: 300px;
}

.footer-left .widget-title {
    color: #111;
    font-size: 12px;
    margin: 0;
    margin-bottom: 10px;
    letter-spacing: normal;
}
.footer-left .widget {
    margin-bottom: 20px;
}
.widget.app .widget-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.widget.app .widget-content img {
    height: 26px !important;
}

.footer-right .menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-right {
    display: flex;
    justify-content: space-between;
    flex: 1;
    margin-left: 30px;
    gap: 48px;
}

.footer-row {
    display: flex;
    flex-wrap: wrap;
}

.footer-right .menu.col2 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}

.footer-right .menu.col2 li {
    width: 50%;
    padding: 0 12px;
}

.footer-right .widget-title {
    margin: 0;
    color: #222;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: normal;
    font-family: "Open Sans", sans-serif;
}

.footer-right .menu li a {
    font-size: 12px;
    color: #666;
    display: block;
    padding: 2px 0;
}
.footer-bottom {
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #ccc;
}
.sticky-ads-left {
    position: fixed;
    top: 0;
    left: 49%;
    margin-left: -666px;
    z-index: 997;
    text-align: left;
    width: 160px;
}
.sticky-ads-right {
    position: fixed;
    top: 0;
    right: 49%;
    margin-right: -666px;
    z-index: 997;
    text-align: left;
    width: 160px;
}
.sticky-ads-left .widget, .sticky-ads-right .widget {
    flex: 1 1 0%;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    min-height: 600px;
    text-align: center;
    display: block;
    background-color: #eeeeee;
    overflow: visible;
    max-width: 160px;
}
.ads-sticky-bottom {
    margin: 0 auto;
    padding: 0;
    position: fixed;
    bottom: 0;
    width: 728px;
    z-index: 999;
    height: auto;
    text-align: center;
    background: hsla(0,0%,100%,.8);
    min-height: 60px;
    max-height: 90px;
    left: 0;
    right: 0
}
.btn-ads-close {
    position: absolute;
    background: #767575;
    display: flex;
    right: calc(50% - 35px);
    top: -24px;
    padding: 2px 2px 2px 10px;
    line-height: 1;
    color: #fff;
    cursor: pointer;
    border-radius: 50em;
    align-items: center;
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
}
.ads-close-icon {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: flex;
    width: 17px;
    height: 17px;
    background: #e3e2e2;
    align-items: center;
    justify-content: center;
    border-radius: 50em;
    margin-left: 5px;
}
.ads-close-icon:after,.ads-close-icon:before {
    content: "";
    position: absolute;
    top: 45%;
    right: 2px;
    width: 65%;
    height: 2px;
    background: #666;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}
.ads-close-icon:before {
    content: "";
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.comment-reply-title, .commentsArea h2 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 13px;
    text-transform: uppercase;
    margin-top: 0;
    color: #222;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}
.comment-reply-title a {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-font-smoothing: antialiased;
    color: var(--primary);
    font-size: 13px;
    line-height: 24px;
    font-weight: 700;
    text-transform: capitalize
}
.logged-in-as a {
    flex-direction: column;
    -webkit-font-smoothing: antialiased;
    color: var(--primary);
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    word-break: break-all
}
.comment-form {
    flex: 1 1 0%;
    align-items: flex-end;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.logged-in-as {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 0;
    font-size: 13px;
}
input#author,input#email {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    display: flex;
    border-radius: 5px;
    background-color: #f5f5f5;
    border: 1px solid #eee;
    position: relative;
    outline: 0
}
textarea#comment {
    display: flex;
    margin-right: 12px;
    border-radius: 5px;
    border: 1px solid #eee;
    min-height: 58px;
    position: relative;
    outline: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    background-color: #f5f5f5;
}
.form-submit {
    position: relative;
    margin-top: 0;
    min-height: 40px;
    width: 100%;
    height: 40px;
    margin-bottom: 0
}
.form-submit .submit {
    position: absolute;
    right: 0;
    border: none;
    margin-left: 5px;
    font-size: 13px;
    width: auto;
    padding: 14px 15px;
    border-radius: 8px;
    line-height: 1;
    background: var(--primary);
    color: #fff;
    text-transform: uppercase;
}
.commentsArea ol {
    margin: 0;
    list-style: none;
    padding: 0 0 20px
}
.comment-respond {
    margin-bottom: 20px;
}
.commentsArea ul {
    list-style: none
}
.comment-notes {
    color: #666;
    display: block;
    margin-top: 0;
}
.commentBox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 20px
}
.commentAvatar {
    width: 32px;
    border-radius: 50%;
    height: 32px;
    background: #eee
}
.i-arrow,.i-big-play-button,.i-button-back-to-top,.i-checklist,.i-gallery-copy-link,.i-gallery-email,.i-gallery-facebook,.i-gallery-plus,.i-gallery-twitter,.i-search-2 {
    background-repeat: no-repeat
}
.commentAvatar img {
    display: block;
    border-radius: 50%;
    object-fit: cover;
    width: 100%;
    height: 100%
}
.commentBody {
    margin-bottom: 4px;
    padding-left: 12px;
    padding-right: 12px;
    -ms-flex: 1;
    flex: 1
}
.commentAuthorName,.commentAuthorName a {
    -webkit-font-smoothing: antialiased;
    color: #444;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700
}
.commentBodyText {
    font-size: 14px;
    position: relative;
    line-height: 1.25;
    margin: 0 0 5px
}
.commentBodyFooter,.commentBodyFooter a {
    -webkit-font-smoothing: antialiased;
    color: #999;
    font-size: 12px;
    line-height: 16px
}
.commentBodyModeration {
    background-color: #eee;
    padding: 5px;
    border-radius: 6px;
    color: #999
}
.commentBodyText p {
    margin: 0 0 5px
}
.commentReplyTo {
    float: left;
    margin-right: 5px;
    font-weight: 600
}
.commentReplyTo:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23444'%3E%3Cpath d='M205 34.8c11.5 5.1 19 16.6 19 29.2v64H336c97.2 0 176 78.8 176 176c0 113.3-81.5 163.9-100.2 174.1c-2.5 1.4-5.3 1.9-8.1 1.9c-10.9 0-19.7-8.9-19.7-19.7c0-7.5 4.3-14.4 9.8-19.5c9.4-8.8 22.2-26.4 22.2-56.7c0-53-43-96-96-96H224v64c0 12.6-7.4 24.1-19 29.2s-25 3-34.4-5.4l-160-144C3.9 225.7 0 217.1 0 208s3.9-17.7 10.6-23.8l160-144c9.4-8.5 22.9-10.6 34.4-5.4z'/%3E%3C/svg%3E");
    height: 12px;
    width: 12px;
    display: inline-block;
    margin-right: 3px
}
.commentBodyFooter {
    font-weight: 400
}
.commentBodyFooter a {
    font-weight: 600
}
.commentBodyFooter a::after,.commentBodyFooter time::after {
    content: "\00B7";
    margin: 0 4px;
    font-weight: 400
}
.commentBodyFooter a:last-child::after {
    content: ""
}
.commentBodyText, input#author, input#email, textarea#comment {
    word-break: break-word;
    overflow-wrap: break-word;
}
input#author, input#email, textarea#comment {
    margin-bottom: 10px;
    max-width: 100%;
    transition: .2s;
    font-size: 13px;
}
input#author, input#email, textarea#comment {
    padding: 8px;
    resize: none;
    white-space: pre-wrap;
}
.comment-form-cookies-consent label {
    font-size: 14px;
    margin-left: 30px;
    color: #666;
}
.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;
    margin-top: 0;
}
.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: 20px;
    width: 20px;
    background-color: #dfdfdf;
    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 {
    width: 7px;
    height: 13px;
    border: solid #fff;
    border-width: 0px 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    position: absolute;
    top: 2px;
    left: 7px;
}
.aut-image {
    width: 60px;
    height: 60px;
    position: relative;
    overflow: hidden;
    border-radius: 50em;
    margin: 0 auto;
    margin-bottom: 15px;
}

.aut-image img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: .5s;
    z-index: 1;
}

.aut-text {
    display: flex;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
}

.aut-box {
    margin-bottom: 15px;
}

.aut-name {
    margin: 0;
    font-size: 20px;
    margin-bottom: 15px;
}

.aut-share {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.aut-share svg {
    height: 20px;
}

.desc-box {
    text-align: center;
}

.aut-share a {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #959595;
    color: #fff;
    border-radius: 50em;
}
.aut-share a.facebook {
    background: #3b5998;
}

.aut-share a.twitter {
    background: #000;
}

.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%);
}
body.category .widget.infografis .infografis-box {
    margin-bottom: 5px;
}
.post-content .post-text .wp-block-gallery {
    width: 664px!important;
    overflow: hidden !important;
}
.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 .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 .slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    padding: 0;
    color: #fff;
    text-align: center;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
    background: #7e7e7e;
    height: 38px;
    border-radius: 50em;
    cursor: pointer;
    top: 34%;
    margin-top: -19px;
}
.wp-block-gallery .slick-arrow:hover {
    opacity: .9;
}
.wp-block-gallery .slick-arrow svg {
    height: 24px;
}

.wp-block-gallery .btn-next.slick-arrow {
    right: -19px;
}

.wp-block-gallery .btn-next.slick-arrow svg {
    margin-left: -16px;
}

.wp-block-gallery .btn-prev.slick-arrow svg {
    margin-right: -16px;
}

.wp-block-gallery .btn-prev.slick-arrow {
    left: -19px;
}
.slick-gallery figcaption {
    margin-top: 15px;
}
.wp-block-gallery .slick-dots {
    bottom: 5px;
    list-style: none;
    padding: 0;
    position: absolute;
    padding-right: 20px;
    margin: 0;
    right: 0;
    left: 0;
    text-align: center;
}

.wp-block-gallery .slick-dots li {
    height: 2px;
    width: 12px;
    margin: 0 3px;
    padding: 0;
    cursor: pointer;
    position: relative;
    display: inline-block;
}

.wp-block-gallery .slick-dots li button {
    border: 0;
    height: 10px;
    width: 10px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 2px;
    cursor: pointer;
    background-color: #838383;
    border-radius: 50px;
    opacity: .5;
}

.wp-block-gallery .slick-dots li.slick-active button {
    width: 10px;
    opacity: 1;
}
#spotlight .footer {
    color: #fff;
    left: 0;
    right: 0;
    text-align: center;
}
.post-content .post-text a {
    color: var(--primary);
}

.post-content .post-text .bacajuga a {
    color: #333;
}
.post-content .post-text .bacajuga:hover a {
    color: var(--primary);
}
.indeks-data {
    display: flex;
    margin-bottom: 25px;
    border: 1px solid #ddd;
    border-radius: 50em;
    overflow: hidden;
}

#boxDate {
    flex: 1;
}

#startDate {
    height: 40px;
    font-size: 14px;
    width: 100%;
    border-radius: 2px;
    color: #666;
    border: 0;
    padding: 7px 16px;
    outline: 0;
}

.btn-form-indeks {
    cursor: pointer;
    background: var(--primary);
    color: #fff;
    width: 85px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
}
.kanal-box {
    border-left: 6px solid var(--primary);
    padding-left: 10px;
    line-height: 1.4;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.kanal-title {
    margin: 0;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.4;
    color: #333;
}
.kanal-body ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #f5f5f5;
}
.kanal-body {
    margin-top: 40px;
    border-radius: 7px;
    overflow: hidden;
}

.kanal-body ul li a {
    padding: 15px;
    display: block;
    border-bottom: 1px dashed #bbb;
    font-weight: 700;
}

.kanal-body ul li.current-menu-item a {
    color: var(--primary);
    background: var(--trprimary);
}
.notfound-box {
    width: 100%;
    padding: 0 12px;
    text-align: center;
    margin-bottom: 30px;
}

.notfound-box h1 {
    font-size: 130px;
    line-height: 1;
    margin: 0;
}

.notfound-box h2 {
    font-size: 30px;
    margin: 0;
}

.notfound-box a {
    background: var(--primary);
    color: #fff;
    border: 0;
    display: inline-block;
    padding: 12px;
    border-radius: 7px;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 15px;
}
.parallxads {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    height: 300px;
    position: relative;
    left: 0;
    right: 0;
    margin-bottom: 0;
    background: #222;
}

.parallxads:before {
    content: var(--txtparallax);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 9px;
    z-index: 1;
    background: var(--primary);
    padding: 2px 0;
}

.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: 93px;
    -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: 666px;
}

.notfull .parallxads-box {
    max-width: 489px;
}
.slick-autoplay-toggle-button {
    display: none;
}
.darkmode .header-brand .logo-light {
    display: none !important;
}
.darkmode .header-brand .logo-darkmode {
    display: block;
}
.darkmode, .darkmode .sidebar .widget-title, .darkmode .footer-more, .darkmode .header, .darkmode .share-label span {
    background-color: #262626;
}
.darkmode .header-search .header-search-wrapper, .darkmode .secondary-menu, .darkmode .mode, .darkmode .tag-post ul li a, .darkmode .share-label:before, .darkmode .comment-form-cookies-consent label:before, .darkmode input#author, .darkmode input#email, .darkmode textarea#comment, .darkmode #startDate {
    background-color: #333;
}
.darkmode, .darkmode a, .darkmode .network-menu ul > li.menu-item-has-children > a, .darkmode .article .widget-header .widget-title, .darkmode .sidebar .widget-title, .darkmode .footer-left .widget-title, .darkmode .footer-right .widget-title, .darkmode .mode svg, .darkmode .secondary-menu nav > ul > li > a, .darkmode .comment-reply-title, .commentsArea h2, .darkmode input#author, .darkmode input#email, .darkmode textarea#comment, .darkmode .commentAuthorName, .darkmode .commentAuthorName a, .darkmode .header-search .header-input-search, .darkmode .kanal-title, .darkmode #startDate {
    color: #fff;
}
.darkmode .header-search .header-search-wrapper, .darkmode .network-menu, .darkmode .footer-content, .darkmode .sidebar .widget-header:after, .darkmode .footer-bottom, .darkmode .header-mode, .darkmode input#author, .darkmode input#email, .darkmode textarea#comment, .darkmode .kanal-body ul li a, .darkmode .indeks-data {
    border-color:#444;
}
.darkmode .breaking-content {
    background-color: #3c3c3c;
}
.darkmode .breaking-content:before {
    background: linear-gradient(to right,#3c3c3c 25%,rgba(52,52,52,0) 100%);
}
.darkmode .breaking-content:after {
    background: linear-gradient(to left,#3c3c3c 25%,rgba(52,52,52,0) 100%);
}
.darkmode .article .widget-header .widget-subtitle, .darkmode .article .header-more, .darkmode .footer-more, .darkmode .footer-bottom, .darkmode .footer-right .menu li a, .darkmode .opini .media-author, .darkmode .media-more .timeago, .darkmode .breadcrumbs ul li:first-child a, .darkmode .breadcrumbs ul, .darkmode .post-time, .darkmode .post-featured figcaption, .darkmode .post-content .post-text figcaption, .darkmode .comment-notes, .darkmode .comment-form-cookies-consent label, .darkmode .commentBodyText p, .darkmode .desc-box, .darkmode .notfound-box p {
    color: #999;
}
.darkmode .banner:before {
    background-color: #2a2a2a;
}
.darkmode .footer, .darkmode .kanal-body ul {
    background-color: #202020;
}
.darkmode .mode svg.light {
    display: block !important;
}
.darkmode .redaksi .redaksi-image {
    outline-color: #262626;
}
.darkmode .comment-reply-title a {
    color: var(--primary);
}
.darkmode .footer-left img.light, .footer-left img.dark {
    display: none;
}

.darkmode .footer-left img.dark {
    display: inline-block;
}
.darkmode .media-image:before {
    background: #2e2e2e;
}
.darkmode .media-image:after {
    background-image: linear-gradient(90deg, rgb(32 32 32 / 0%) 0, rgb(32 32 32 / 20%) 20%, rgb(32 32 32 / 50%) 60%, rgb(32 32 32 / 0%));
}
.darkmode .post-content .post-text .bacajuga a {
    color: #fff;
}
.darkmode .post-content .post-text .bacajuga:hover a {
    color: var(--primary);
}
.darkmode .redaksi-name a {
    color: var(--primary);
}