:root {
    --primary: #b10832;
    --secondary: #F44336;
    --hover : #ff9800;
    --widthparallaxdesktop: 100%;
    --heightparallaxdesktop: 250px;
    --textparallax:
    "Scroll untuk lanjut membaca";
}
body {
    font-family: "Inter", sans-serif;
    line-height: 1.5em;
    font-weight: 500;
    font-size: 14px;
    color: #222;
}
body.nooverflow {
    overflow: unset;
}
*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
}
img {
    max-width: 100%;
    height: auto;
}
a {
    color: var(--primary);
    text-decoration: none;
    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;
}
a:hover {
    color: var(--primary);
    transition: .1s;
}


.container {
    width: 1000px;
    margin: 0 auto;
    padding: 0 15px;
}
header.header {
    z-index: 1030;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background-color: #fff;
    box-shadow: 0 4px 2px -2px rgba(153,153,153,.3);
    z-index: 9999;
    top: 0;
    margin: 0 auto;
    position: sticky;
    padding: 15px 0;
    min-width: 1080px;
}
.header-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.header-bar {
    display: flex;
    background-color: var(--primary);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    color: #fff;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    cursor: pointer;
}
.header-left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.header-brand {
    flex: 1;
}
.header-bar svg {
    height: 20px;
}
.header-brand a, .header-brand img {
    display: block;
    height: 28px;
    width: auto;
}
.input-search {
    width: 100%;
    border-radius: 20px;
    border: 1px solid #d9d9d9;
    height: 35px;
    padding: 1em;
    outline: 0;
    font-weight: 500;
    font-size: 13px;
}

.search-wrapper {
    width: 364px;
    position: relative;
}

.search-icon {
    background-color: #dedede;
    border: none;
    top: 0;
    position: absolute;
    right: 0;
    border-radius: 0 20px 20px 0;
    width: 55px;
    height: 35px;
    color: #333333;
    cursor: pointer;
}

.search-icon svg {
    height: 20px;
}
.header-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.header-menu nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.header-menu nav ul a {
    background: #323131;
    border-radius: 20px;
    font-weight: 500;
    color: #fff;
    padding: 5px 10px;
    margin: 0 5px;
    font-size: 13px;
}

.billboard.parallax {
    width: 970px;
    height: var(--heightparallaxdesktop);
    position: relative;
    max-width: var(--widthparallaxdesktop);
    left: 0;
    right: 0;
    margin: 0 auto 10px
}

.billboard.parallax .widget {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 10px;
    left: 0;
    clip: rect(auto,auto,auto,auto);
    max-height: unset;
    margin: 0;
    min-height: unset
}

.billboard.parallax .widget-parallax {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 75px;
    -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
}

.bg-ads {
    background-color: #f5f5f5;
    margin: 0 auto;
}

.bg-ads.parallax {
    width: 970px;
    height: calc(var(--heightparallaxdesktop) + 20px);
}

.nav {
    min-width: 1080px;
    margin: 0 auto;
}

.navigation {
    margin-top: 16px;
}
.primary-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.primary-menu .sub-menu {
    display: none;
    position: absolute;
    list-style: none;
    top: 100%;
    left: 0;
    background-color: #fff;
    width: auto;
    padding: 10px 15px;
    text-align: left;
    z-index: 99;
    border-top: 3px solid var(--primary);
    min-width: 140px;
    -webkit-transition: 50ms;
    -moz-transition: 50ms;
    transition: 50ms;
}

.primary-menu ul > li > a {
    padding: 5px;
    color: #353935;
    text-decoration: none;
    -webkit-transition: 50ms;
    -moz-transition: 50ms;
    transition: 50ms;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    display: block;
    margin-right: 20px;
}
.primary-menu ul > li.current-menu-item > a {
    color: var(--primary);
}
.primary-menu ul > li {
    text-align: center;
    padding: 0;
    color: #353935;
    text-decoration: none;
    -webkit-transition: 50ms;
    -moz-transition: 50ms;
    transition: 50ms;
    font-size: 1em;
    font-weight: 900;
    position: relative;
}
.primary-menu .sub-menu a {
    text-transform: none;
    font-weight: 700;
    text-align: left;
}

.primary-menu .sub-menu:before {
    content: "";
    display: block;
    border: 8px solid transparent;
    border-bottom-color: var(--primary);
    position: absolute;
    top: -16px;
    left: 5%;
}
.primary-menu ul > li:hover .sub-menu {
    display: block;
}
.primary-menu ul > li:hover > a {
    color: var(--primary);
}
.second-menu {
    border-radius: 10px;
    background: linear-gradient(15deg,var(--primary) 0,var(--secondary) 100%);
    margin: 15px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 10px;
}
.second-menu ul li.current-menu-item a {
    color: var(--hover);
}
.second-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    height: 50px;
    flex-wrap: wrap;
    align-items: center;
}

.second-menu ul li a {
    color: #fff;
    font-weight: 700;
    margin-left: 10px;
    padding: 5px;
    border-radius: 50em;
    font-size: 15px;
}
.second-menu ul li.active a {
    background: #fff;
    color: var(--primary);
    padding: 5px 10px;
    border-radius: 10px;
}
.second-menu .sub-menu {
    display: none;
}
.second-menu ul li a:hover {
    color: var(--hover);
}

.icon-date {
    display: inline-block;
    height: 20px;
    border-radius: 50em;
    margin-right: 5px;
}

.icon-date svg {
    height: 20px;
    color: #fff;
}

.menu-date {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    margin-right: 15px;
}
.mode svg {
    height: 20px;
}

.mode {
    border: 1px solid #d9d9d9;
    padding: 4px 10px;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.billboard.custombillboard .widget {
    background-color: #f5f5f5;
    margin: 0 auto;
    text-align: center;
    padding: 15px;
    margin-bottom: 15px;
}
.sticky-ads-left, .sticky-ads-right {
    position: fixed!important;
    top: 66px;
    width: 160px;
    text-align: center;
    bottom: 0;
    z-index: 99;
    background-color: #f7f7f7;
    margin: 0 auto;
    padding: 0 10px;
    height: 600px;
}

.sticky-ads-right {
    right: 50%;
    margin-right: -670px;
}

.sticky-ads-left {
    left: 50%;
    margin-left: -670px;
}
.sidebarmenu {
    z-index: 10;
    position: fixed;
    top: 65px;
    bottom: 0;
    right: 100%;
    width: 378px;
    padding: 20px;
    overflow-y: auto;
    visibility: hidden;
    background-color: #fff;
    color: #000;
    transition: transform .3s ease-in-out,visibility .3s ease-in-out;
    box-shadow: 0 0 3px 1px rgba(153,153,153,.3);
}
.sidebarmenu .widget .sub-menu {
    display: none;
}

.sidebarmenu .widget {
    margin-bottom: 20px;
}
.sidebarmenu .textwidget a {
    color: #333;
}
.sidebarmenu.show {
    visibility: visible;
    transform: translatex(100%);
}

.sidebarmenu .widget .menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.sidebarmenu .widget .menu li {
    width: 50%;
}

.sidebarmenu .widget .menu li img {
    height: 20px;
    width: 20px;
    display: block;
}

.sidebarmenu .widget .menu li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    color: #353935;
    padding: 7px;
}
.sidebarmenu .widget .menu li a:hover, .sidebarmenu .textwidget a:hover {
    color: var(--primary);
}
.main-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.main-box {
    max-width: 650px;
    position: relative;
    width: 100%;
    flex: 1;
}

.sidebar-box {
    width: 300px;
}
@-webkit-keyframes shimmer {
    100% {
    transform: translateX(100%) 
    } 
}
@keyframes shimmer {
    100% {
        transform: translateX(100%) 
    }
}
.media-image {
    height: 0;
    position: relative;
    background: #f0f0f0;
    width: 100%;
    overflow: hidden;
}
.media-image:before {
    background: #eee;
    animation: 1s infinite shine;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.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;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.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%;
}
.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-link:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 2;
}
.widget.headline {
    border-radius: 5px 5px 0 0;
}
.big-item {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.big-item .media-image {
    padding-bottom: 62.5%;
    border-radius: 5px;
}
.big-item .media-text {
    padding: 30px;
    background: linear-gradient(to top,rgba(0,0,0,.95) 0,rgba(255,255,255,0) 100%);
    position: absolute;
    bottom: 0;
    z-index: 2;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.big-item .media-title {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
}

.big-item .media-title a {
    color: #fff;
    -webkit-line-clamp: 3;
    font-weight: 600;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

.big-item .media-meta {
    font-size: 13px;
    color: #fff;
}

.small-item {
    position: relative;
    margin: 15px 7.5px;
}
.headline-small .media-meta {
    display: flex;
    line-height: 1.25em;
    font-size: 12px;
    color: #6c6c6c;
    margin-bottom: 5px;
}
.small-item.slick-current {
    border-top-color: var(--primary);
}
.small-item .media-image {
    padding-bottom: 61.6%;
    border-radius: 5px;
}
.headline-small {
    margin: 0 -7.5px;
}
.small-item .media-title{
    margin: 0;
}
.small-item .media-title a {
    font-size: 14px;
    line-height: 1.3;
    margin: 0;
    color: #000;
    -webkit-line-clamp: 3;
    font-weight: 700;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

.small-item .media-text {
    padding: 5px 0;
}
.btn-arrow {
    position: absolute;
    z-index: 2;
    top: 75px;
    cursor: pointer;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50em;
    width: 26px;
    height: 26px;
}

.btn-arrow svg {
    height: 24px;
    color: var(--primary);
}

.btn-arrow.arrow-next {
    right: -5px;
}

.btn-arrow.arrow-prev {
    left: -5px;
}
main.main-box .widget {
    margin-bottom: 15px !important;
}
.main-row .widget-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-row .widget-header .widget-title:before {
    content: "";
    height: 19px;
    width: 5px;
    display: block;
    background: var(--primary);
    margin-right: 10px;
    margin-top: -3px;
}
.widget-header .widget-title {
    font-size: 16px;
    font-weight: 800;
    color: var(--primary);
    padding-top: 0;
    margin: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.grid .media-image {
    padding-bottom: 54.6%;
    border-radius: 5px;
}

.grid .grid-box {
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.grid .grid-item {
    width: 33.333333%;
    padding: 0 10px 20px;
    position: relative;
}
.grid .media-title {
    line-height: 1.25em;
    font-size: 14px;
    margin: 0;
    margin-top: 10px;
    -webkit-line-clamp: 3;
    font-weight: 700;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

.grid .media-title a {
    color: #353935;
}
.grid-item:hover .media-link {
    color: var(--primary);
}
.grid.related .grid-item {
    width: 33.33333%;
}
.grid.related .media-image {
    padding-bottom: 62%;
    margin-bottom: 5px;
}
.grid .media-meta {
    line-height: 1.25em;
    font-size: 12px;
    color: #6c6c6c;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

grid .media-meta > * {
    margin-right: 2px;
}

.grid.related .media-title {
    margin-top: 5px;
}
.article-item .media-image {
    padding-bottom: 20.84%;
    border-radius: 5px;
    width: 235px;
    margin-right: 15px;
}

.article-item-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.media-text {
    flex: 1;
}

.koleksi .widget-content {
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
}
.widget.koleksi .btn-arrow {
    top: 120px;
}
.widget.koleksi {
    padding: 20px;
    background: #ebebeb;
    border-radius: 5px;
}

.widget.koleksi .widget-title {
    padding-top: 0;
}
.widget-more {
    margin-bottom: 15px;
}
.widget-more a:after {
    content: "";
    display: flex;
    margin-left: 8px;
    -webkit-box-pack: center;
    justify-content: center;
    width: 35px;
    max-width: 20px;
    height: 20px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12H19' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 5L19 12L12 19' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    filter: invert(57%) sepia(0%) saturate(61%) hue-rotate(240deg) brightness(105%) contrast(97%);
}

.widget-more a {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 13px;
}
.koleksi .media-box {
    padding: 0 10px;
}
.koleksi .media-image {
    height: 0;
    overflow: hidden;
    padding-bottom: 150%;
    position: relative;
    border-radius: 7px;
}
.koleksi .media-title {
    margin: 0;
    font-size: 14px;
    -webkit-line-clamp: 3;
    font-weight: 700;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}
.koleksi .media-title .media-link {
    color: #353935;
}
.koleksi .media-item:hover .media-link {
    color: var(--primary);
}
.koleksi .media-text {
    padding: 10px 0 0;
}

.koleksi .widget-content .media-item {
    width: 33.333333%;
    position: relative;
    margin-bottom: 15px;
}
.article-item {
    position: relative;
    padding: 30px 0;
    border-bottom: 1px solid #f2f2f2;
}

.article-item .media-title {
    font-size: 21px;
    margin: .25em 0;
    line-height: 1.3;
    font-weight: 600;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

.article-item .media-title a {
    color: #353935;
}

.article-item .media-meta {
    display: flex;
    line-height: 1.25em;
    font-size: 12px;
    color: #6c6c6c;
}
.media-meta .media-category {
    color: var(--primary);
    text-transform: uppercase;
    font-weight: 700;
}
.article-item:hover .media-link {
    color: var(--primary);
}
.article-item .media-meta > * {
    margin-right: 5px;
}
.article-item:first-child {
    padding-top: 0;
}

.populartag .tag-item {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    padding: 5px 0;
    position: relative;
}

.populartag .tag-item .media-title {
    flex: 1;
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    font-weight: 800;
}

.populartag .tag-item .media-link {
    color: #353935;
}

.populartag .tag-item:hover .media-link, 
.populartag .tag-item:hover .hastag {
    color: var(--primary);
}

.populartag .tag-item .hastag {
    font-weight: 500;
    font-size: 15px;
    color: #a5a5a5;
    margin-right: 10px;
    font-weight: 800;
}
.popularpos .media-image {
    margin-right: 0;
    width: 100%;
    padding-bottom: 62%;
    margin-bottom: 10px;
    border-radius: 5px;
}
.popular-item {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    padding: 10px 0;
    position: relative;
}
.popularpos .media-meta {
    line-height: 1.25em;
    font-size: 12px;
    color: #6c6c6c;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}
.popular-item .popular-text {
    flex: 1;
}

.popular-item .media-title {
    margin: 0;
    font-size: 14px;
    -webkit-line-clamp: 3;
    font-weight: 700;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    margin-bottom: 5px;
}

.popular-item .media-title a {
    color: #353935;
}

.popular-item .hastagnumber {
    font-size: 18px;
    margin-top: -5px;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    color: #777;
    font-weight: 700;
}

.popular-item:hover .media-link {
    color: var(--primary);
}
.sidebar-box .widget {
    margin-bottom: 30px;
}

.list-item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0;
    border-bottom: 1px solid rgba(0,0,0,.085);
}

.list-item .media-text {
    flex: 1;
}

.list-item .media-image {
    width: 120px;
    padding-bottom: 100px;
    border-radius: 5px;
    margin-right: 15px;
}

.list-item  .media-title {
    margin: 0;
    font-size: 14px;
    -webkit-line-clamp: 3;
    font-weight: 700;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}
.list-item:first-child .media-image {
    margin-right: 0;
    width: 100%;
    padding-bottom: 62%;
    margin-bottom: 10px;
    border-radius: 5px;
}

.list-item:first-child {
    flex-direction: column;
    padding-top: 0;
}
.list-item .media-link {
    color: #353935;
}

.list-item .media-date {
    font-size: 12px;
    color: #6c6c6c;
}

.list-item:hover .media-link {
    color: var(--primary);
}
.list-item:last-child {
    border: 0;
    padding-bottom: 0;
}

.inline-grid .grid-box {
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.inline-grid .grid-item {
    width: 33.333333%;
    padding: 5px 10px;
    position: relative;
    margin-bottom: 10px;
}

.inline-grid .grid-item:nth-child(1), .inline-grid .grid-item:nth-child(2) {
    width: 50%;
}

.inline-grid .media-meta {
    line-height: 1.25em;
    font-size: 12px;
    color: #6c6c6c;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

.inline-grid .media-meta > * {
    margin-right: 2px;
}

.inline-grid .media-title {
    line-height: 1.25em;
    font-size: 15px;
    margin: 0;
    margin-top: 5px;
    -webkit-line-clamp: 3;
    font-weight: 700;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

.inline-grid .media-title a {
    color: #353935;
}

.inline-grid .media-image {
    padding-bottom: 54.6%;
    border-radius: 5px;
    margin-bottom: 10px;
}
.inline-grid .grid-item:nth-child(1) .media-title, .inline-grid .grid-item:nth-child(2) .media-title {
    font-size: 16px;
}

.inline-grid .grid-item:nth-child(1) .grid-item-box, .inline-grid .grid-item:nth-child(2) .grid-item-box {
    box-shadow: 0 1px 3px 1px rgb(153 153 153 / 30%);
    border-radius: 5px;
    height: 100%;
}

.inline-grid .grid-item:nth-child(1) .media-text, .inline-grid .grid-item:nth-child(2) .media-text {
    padding: 15px;
}

.inline-grid .grid-item:nth-child(1) .media-image, .inline-grid .grid-item:nth-child(2) .media-image {
    border-radius: 5px 5px 0 0;
    margin-bottom: 0;
}
.widget.inline-grid {
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 0px !important;
    margin-top: 15px;
    padding-bottom: 10px;
}
.category .widget.inline-grid {
    border-bottom: 0;
}
.sidebar-box .widget:last-child {
    position: sticky;
    top: 95px;
}

.widget.inline-video {}

.inline-video .grid-box {
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.inline-video .grid-item {
    width: 25%;
    padding: 5px 10px;
    position: relative;
    margin-bottom: 10px;
}

.inline-video .grid-item:first-child {
    width: 100%;
}

.inline-video .media-image {
    padding-bottom: 62%;
    border-radius: 5px;
    margin-bottom: 10px;
}

.inline-video .media-meta {
    line-height: 1.25em;
    font-size: 12px;
    color: #6c6c6c;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

.inline-video .media-title {
    line-height: 1.25em;
    font-size: 14px;
    margin: 0;
    margin-top: 5px;
    -webkit-line-clamp: 3;
    font-weight: 700;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

.inline-video .media-title a {
    color: #353935;
}

.inline-video .media-meta > * {
    margin-right: 2px;
}

.inline-video .grid-item:first-child .media-title {
    font-size: 18px;
}
.widget.inline-video {
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 0px !important;
    margin-top: 15px;
    padding-bottom: 10px;
}
.icon-play:before {
    content:"";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(
    "data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 800 800' style='enable-background:new 0 0 800 800;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M400,0C179.1,0,0,179.1,0,400s179.1,400,400,400s400-179.1,400-400S620.9,0,400,0z M400,737.5 C213.6,737.5,62.5,586.4,62.5,400S213.6,62.5,400,62.5S737.5,213.6,737.5,400S586.4,737.5,400,737.5z'/%3E%3Cpolygon class='st0' points='300,525 550,400 300,275 '/%3E%3C/g%3E%3C/svg%3E%0A");
    display: block;
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 0;
    background-size: 36px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.6;
}

.icon-galeri:before {
    content:"";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='50px' viewBox='0 0 512 512'%3E%3Cpath fill='white' d='M448 80c8.8 0 16 7.2 16 16V415.8l-5-6.5-136-176c-4.5-5.9-11.6-9.3-19-9.3s-14.4 3.4-19 9.3L202 340.7l-30.5-42.7C167 291.7 159.8 288 152 288s-15 3.7-19.5 10.1l-80 112L48 416.3l0-.3V96c0-8.8 7.2-16 16-16H448zM64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm80 192a48 48 0 1 0 0-96 48 48 0 1 0 0 96z'/%3E%3C/svg%3E");
    display: block;
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 0;
    background-size: 35px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.6;
}
.icon-galeri, .icon-play {
    background: linear-gradient(to top,rgb(0 0 0 / 65%) 0,rgba(255,255,255,0) 100%);
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
}
.inline-video .grid-item:first-child .media-image i:before {
    background-size: 50px;
}
.inline-video .media-title a:before {
    z-index: 4;
}
footer.footer {
    background: var(--primary);
    margin-top: 30px;
    padding: 50px 0;
    color: #e5e5e5;
}

.footer .grid-row {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: flex-start;
}

.footer-left {
    width: 50%;
}

.footer-right {
    width: 50%;
}
.grid-footer {
    display: flex;
    justify-content: space-around;
}
.footer .widget-title {
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    margin: 0;
    margin-bottom: 15px;
    text-transform: none;
}

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

.footer .menu li a {
    padding: 2px 0;
    color: #e5e5e5;
    display: block;
}

.footer .widget {
    margin-bottom: 15px;
}
.footer-left img {
    max-height: 40px;
    width: auto;
}
.footer-logo img {
    height: 40px !important;
    width: auto;
}
.footer-left .textwidget {
    background: #e5e5e5;
    width: fit-content;
    padding: 5px 15px;
    border-radius: 10px;
    max-width: 400px;
    font-size: 15px;
}
.social-box {
    display: flex;
    flex-wrap: wrap;
}

.social-box a {
    background: #fff !important;
    width: 30px;
    height: 30px;
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50em;
    margin-right: 8px;
}

.social-box svg {
    height: 16px;
}

.social-box a.facebook {
    background: #3b5998;
}

.social-box a.twitter {
    background: #000;
}
.social-box a.twitter svg {
    height: 12px;
}
.social-box a.telegram {
    background: #08c;
}
.social-box a.whatsapp {
    background: #25d366;
}
.social-box a.instagram {
    background: #5851db;
    background: -moz-radial-gradient(left bottom,ellipse cover,#ffdc80 15%,#e1306c 55%,#5851db 100%);
    background: -webkit-radial-gradient(left bottom,ellipse cover,#ffdc80 15%,#e1306c 55%,#5851db 100%);
    background: radial-gradient(ellipse at left bottom,#ffdc80 15%,#e1306c 55%,#5851db 100%);
}

.social-box a.youtube {
    background: #ff0002;
}

.social-box a.tiktok {
    background: #000;
}
.app .widget-content {
    display: flex;
    flex-wrap: wrap;
}

.app .widget-content img {
    height: 35px;
    display: block;
}

.app .app-item {
    margin-right: 10px;
}
.to-top {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: #fff;
    outline: 0;
    position: absolute;
    right: 30px;
    cursor: pointer;
    display: none;
}

.to-top svg {
    height: 20px;
    width: 20px;
}

.status .trigger {
    background: var(--primary);
    color: #fff;
    padding: 10px;
    border-radius: 20px;
    outline: 0;
    border: 2px solid var(--primary);
    text-align: center;
    cursor: pointer;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
}

.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)
    }
}
.no-more {
    line-height: 1.4;
    font-size: 14px;
    color: #6f6f6f;
    display: none;
}
.status {
    text-align: center;
    padding: 30px 0;
}

.status .trigger:hover {
    background: transparent;
    color: var(--primary);
}
.pagination {
    display: none;
}

.widget-subheader {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    align-items: center
}

.subcategory {
    outline: 0;
    border-radius: 5px;
    overflow: hidden;
    position: relative
}

#startDate,select#startCategory {
    display: block;
    height: calc(1.96875rem + 2px);
    padding: .375rem .75rem;
    font-size: 14px;
    line-height: 1.5;
    color: #111;
    border-radius: 5px;
    border: 1px solid #e3e3e3;
    outline: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    position: relative;
    z-index: 7;
    width: 145px;
    font-weight: 600;
}

.subcategory:before {
    content: "";
    position: absolute;
    top: 12px;
    right: 12px;
    height: 6px;
    width: 6px;
    display: block;
    border: solid #777;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.widget-header .widget-title small {
    border-radius: 20px;
    padding: 0 .85em;
    vertical-align: top;
    background: linear-gradient(15deg,var(--primary) 0,var(--secondary) 100%);
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    margin-top: 3px;
    margin-left: 10px;
    letter-spacing: 1px;
}


.aut-share {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.author-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.author-media {
    flex: 1;
}

.author-name h1 {
    margin: 0;
    font-size: 18px;
}

.aut-share a {
    background: #626262;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-right: 15px;
    border-radius: 50em;
}

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

.author-avatar {
    margin-right: 15px;
    width: 80px;
    height: 80px;
    position: relative;
    overflow: hidden;
    border-radius: 50em;
}

.author-bio {
    margin-top: 0;
    color: #777;
}

.author-avatar  img {
    display: block;
    object-fit: cover;
    width: 100%;
    z-index: 2;
    position: absolute;
    height: 100%;
}

.widget-author {
    margin-bottom: 30px;
}

.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%);
}
.breadcrumb ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    align-items: center;
}
.breadcrumb ul li {
    display: flex;
    align-items: center;
}
.breadcrumb svg {
    height: 12px;
    color: #525252;
    margin: 0 5px;
}

.breadcrumb a {
    color: #6c6c6c;
    font-size: 13px;
}
.breadcrumbs ul {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
    border-radius: 4px;
}

.breadcrumbs ul li {
    display: inline-block;
}

.breadcrumbs ul li a {
    padding: 0 5px;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #6c6c6c;
}

.breadcrumbs ul li:first-child a {
    padding: 0 5px 0 0;
}

.breadcrumbs-icon {
    width: 10px;
    height: 10px;
    display: inline-block;
    padding: 0 5px;
    background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2210%22%20height%3D%2212%22%20viewBox%3D%220%200%2010%2012%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3EFill%201%3C%2Ftitle%3E%3Cpath%20d%3D%22M7.928%205.57L3.445%201.088a.306.306%200%200%200-.221-.096.305.305%200%200%200-.222.096l-.48.481a.305.305%200%200%200%200%20.443l3.78%203.781-3.78%203.782a.305.305%200%200%200-.097.222c0%20.083.032.156.096.221l.481.48a.304.304%200%200%200%20.443%200l4.483-4.483a.304.304%200%200%200%200-.443z%22%20fill%3D%22%23999%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E');
}

.post-title {
    font-size: 39px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #000000;
    margin: 0;
    margin-bottom: 20px;
}

.grid-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
    align-items: center;
}

.author.author-box {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.author .author-avatar {
    margin-right: 10px;
}

.author .author-avatar a {
    display: block;
}

.author .author-avatar img {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 20px;
}
.archive.author .author-avatar img {
    width: 100%;
    height: 100%;
}
.single .author-avatar {
    width: 40px;
    height: 40px;
}
.author .author-text {
    display: inline-block;
    vertical-align: top;
}

.author .author-name a {
    color: #222;
    font-size: 14px;
    line-height: 15px;
    font-weight: 600;
}
.author .author-name a:hover {
    color: var(--primary);
}
.author .pub-time {
    margin: 0;
}

.author .pub-time time {
    font-size: 12px;
    line-height: 1;
    color: #6c6c6c;
    vertical-align: top;
    display: block;
    cursor: pointer;
}

.author .pub-time time span {
    font-weight: 600;
}

.author .btn-modif {
    padding: 0;
    margin: 0;
    background-color: transparent;
    border: 0;
    margin-left: 3px;
    cursor: pointer;
}

.author .icon-arrow {
    width: 12px;
    height: 12px;
    display: inline-block;
    padding: 0 6px;
    transition-duration: .25s;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
}

.author .icon-arrow-bottom {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M-418-284h1440v760H-418z'/%3E%3Cpath d='M12 0v12H0V0z'/%3E%3Cpath fill='%23999' d='M2 4.334a.333.333 0 0 1 .588-.215L6 8.15l3.412-4.032a.333.333 0 1 1 .51.43L6.254 8.883a.335.335 0 0 1-.51 0L2.08 4.549A.334.334 0 0 1 2 4.334'/%3E%3C/g%3E%3C/svg%3E");
}

.author .pub-time .time-modified {
    display: none;
}

.share .share-label {
    color: #000;
    font-size: 14px;
    line-height: 15px;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-weight: 700;
}

.share .share-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
}

.share .btn-share {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: 0;
    margin-right: 5px;
    color: #fff;
    cursor: pointer;
}

.share .btn-share:last-child {
    margin: 0;
}

.share .btn-share.facebook {
    background-color: #4A6DB4;
}

.share .btn-share.twitter {
    background-color: #000000;
}

.share .btn-share.email {
    background-color: #424242;
}

.share .btn-share.whatsapp {
    background-color: #25D366;
}

.share .btn-share.telegram {
    background: #08c;
}

.i-telegram {
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg height='24' version='1.1' viewBox='0 0 512 512' width='24' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='_x33_35-telegram'%3E%3Cg%3E%3Cg%3E%3Cpath d='M484.689,98.231l-69.417,327.37c-5.237,23.105-18.895,28.854-38.304,17.972L271.2,365.631 l-51.034,49.086c-5.646,5.647-10.371,10.372-21.256,10.372l7.598-107.722L402.539,140.23c8.523-7.598-1.848-11.809-13.247-4.21 L146.95,288.614L42.619,255.96c-22.694-7.086-23.104-22.695,4.723-33.579L455.423,65.166 C474.316,58.081,490.85,69.375,484.689,98.231z' fill='%23fff'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.share .btn-share.copylink {
    width: 73px;
    height: 40px;
    background-color: var(--primary);
    font-size: 10px;
    font-weight: 600;
}

.btn-share .icon-share {
    display: block;
    width: 40px;
    height: 40px;
    background-position: center;
    background-size: 18px;
}

.btn-share.copylink.copied {
    transition: all 2s ease 0s;
    background-color: rgb(255, 255, 255);
    border: solid 1px var(--primary);
    color: var(--primary);
}

.i-gallery-whatsapp {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' viewBox='0 0 24 24'%3E%3Cpath d='M.057 24l1.687-6.163c-1.041-1.804-1.588-3.849-1.587-5.946.003-6.556 5.338-11.891 11.893-11.891 3.181.001 6.167 1.24 8.413 3.488 2.245 2.248 3.481 5.236 3.48 8.414-.003 6.557-5.338 11.892-11.893 11.892-1.99-.001-3.951-.5-5.688-1.448l-6.305 1.654zm6.597-3.807c1.676.995 3.276 1.591 5.392 1.592 5.448 0 9.886-4.434 9.889-9.885.002-5.462-4.415-9.89-9.881-9.892-5.452 0-9.887 4.434-9.889 9.884-.001 2.225.651 3.891 1.746 5.634l-.999 3.648 3.742-.981zm11.387-5.464c-.074-.124-.272-.198-.57-.347-.297-.149-1.758-.868-2.031-.967-.272-.099-.47-.149-.669.149-.198.297-.768.967-.941 1.165-.173.198-.347.223-.644.074-.297-.149-1.255-.462-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.297-.347.446-.521.151-.172.2-.296.3-.495.099-.198.05-.372-.025-.521-.075-.148-.669-1.611-.916-2.206-.242-.579-.487-.501-.669-.51l-.57-.01c-.198 0-.52.074-.792.372s-1.04 1.016-1.04 2.479 1.065 2.876 1.213 3.074c.149.198 2.095 3.2 5.076 4.487.709.306 1.263.489 1.694.626.712.226 1.36.194 1.872.118.571-.085 1.758-.719 2.006-1.413.248-.695.248-1.29.173-1.414z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
}
.i-gallery-facebook {
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg height='24' fill='%23fff' viewBox='0 0 512 512' width='24' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M374.245,285.825l14.104,-91.961l-88.233,0l0,-59.677c0,-25.159 12.325,-49.682 51.845,-49.682l40.117,0l0,-78.291c0,0 -36.408,-6.214 -71.214,-6.214c-72.67,0 -120.165,44.042 -120.165,123.775l0,70.089l-80.777,0l0,91.961l80.777,0l0,222.31c16.197,2.542 32.798,3.865 49.709,3.865c16.911,0 33.512,-1.323 49.708,-3.865l0,-222.31l74.129,0Z'%3E%3C/path%3E%3C/svg%3E");
}
.i-gallery-twitter {
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M0.0551897 0L5.97805 8.73568L0 16H1.60552L6.70304 9.80469L10.9025 16H16L9.49765 6.40885L14.7708 0H13.1653L8.77266 5.33984L5.15271 0H0.0551897ZM2.51364 1.33333H4.48166L13.5415 14.6667H11.5735L2.51364 1.33333Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
}

#spotlight .footer {
    right: 0;
    left: 0;
}

#spotlight .footer .title, #spotlight .footer .description {
    max-width: 640px;
    margin: 0 auto;
}

#spotlight .footer .title {
    font-weight: 700;
}

#spotlight .footer .description {
    font-size: 14px;
}
.post-featured img {
    width: 100%;
}
.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;
}

.wp-image-box {
    position: relative;
    overflow: hidden;
    border-radius: 7px;
}

.wp-block-image {
    position: relative;
}

.wp-image-box a, .wp-image-box img {
    display: block;
}

.wp-block-image img {
    max-width: 100%;
    height: auto;
}

.wp-block-image figcaption, .post-content figcaption {
    padding: 10px 0;
    font-size: 13px;
    border-bottom: 1px solid #eee;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.42;
    letter-spacing: normal;
    color: #6d6c6c;
    text-align: left;
    margin-top: 0;
}

.btn-biew {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    line-height: 1;
    -ms-flex-align: center;
    align-items: center;
    top: 10px;
    right: 10px;
    border-radius: 8px;
    background-color: rgba(0,0,0,.6);
    padding: 10px 17px;
    transition: background-color .3s ease;
    border: 0;
    color: #fff;
    line-height: 1;
    cursor: pointer;
}

.wp-image-box:hover .btn-biew {
    background-color: var(--primary);
}

.btn-biew .icon-expand {
    background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M7.326%207.326a.54.54%200%200%201%20.74%200l2.89%202.891V8.37a.53.53%200%200%201%20.522-.522c.283%200%20.522.239.522.522v3.108a.53.53%200%200%201-.522.522H8.37a.53.53%200%200%201-.522-.522c0-.282.239-.521.522-.521h1.847l-2.89-2.892a.536.536%200%200%201%200-.739zm-3.37%200a.477.477%200%200%201%20.718%200%20.54.54%200%200%201%200%20.74l-2.891%202.89H3.63a.53.53%200%200%201%20.522.522.529.529%200%200%201-.522.522H.522A.53.53%200%200%201%200%2011.478V8.37a.53.53%200%200%201%20.522-.522c.282%200%20.521.239.521.522v1.847zM3.653.022c.283%200%20.522.239.522.521a.53.53%200%200%201-.522.522H1.804l2.979%203a.541.541%200%200%201%200%20.74c-.11.108-.24.152-.37.152s-.26-.044-.37-.153l-3-3v1.848a.529.529%200%200%201-.521.522A.53.53%200%200%201%200%203.652V.543A.53.53%200%200%201%20.522.022zM11.478%200A.53.53%200%200%201%2012%20.522v3.13a.53.53%200%200%201-.522.522.53.53%200%200%201-.521-.522V1.804l-3%202.979c-.11.108-.24.152-.37.152s-.26-.044-.37-.152a.541.541%200%200%201%200-.74l3-3H8.37a.529.529%200%200%201-.522-.521c0-.283.239-.522.522-.522z%22%2F%3E%3C%2Fsvg%3E');
    content: "";
    width: 12px;
    height: 12px;
    background-size: 12px 12px;
    background-repeat: no-repeat;
}

.btn-biew .text-view {
    line-height: 1;
    margin-top: 3px;
    margin-left: 5px;
    color: #FFF;
    font-size: 12px;
    font-weight: 500;
}

.btn-plus {
    display: block;
    background-color: transparent;
    width: 40px;
    height: 40px;
    border-radius: 0;
    padding: 0;
    margin: 0;
    border: 0;
    cursor: pointer;
}

.btn-plus i {
    width: 40px;
    height: 40px;
    background-position: center;
    display: block;
}
.top-info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 15px;
    margin-top: 10px;
}

.article-date {
    color: #6c6c6c;
    font-size: 13px;
}
.breadcrumb a:hover {
    color: var(--primary);
}

.post-content {
    font-size: 16px;
    line-height: 23px;
    color: #222;
    max-width: 650px;
    margin-bottom: 20px;
    letter-spacing: normal;
}
.post-row {
    display: flex;
    margin-bottom: 30px;
    flex-wrap: nowrap;
}
.post-content.notfull {
    max-width: 475px;
}
.article-adv {
    width: 160px;
    margin-left: 15px;
    margin-top: 8px;
}
.sticky-post {
    position: sticky;
    top: 110px;
}
.sticky-post .widget {
    margin-bottom: 30px;
    width: 160px;
    height: 600px;
}
.post-content a {
    color: var(--primary);
}

.bacajuga2 {
    position: relative;
    border-left: 5px solid var(--primary);
    padding-left: 10px;
    font-weight: 600;
    font-size: 16px;
    margin-block-start:1em;
    margin-block-end:1em;
    }

.bacajuga2 strong {
    display: block;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 14px;
}

.bacajuga2 a {
    color: var(--primary);
}
.post-content figure {
    max-width: 100% !important;
}
.post-content img {
    max-width: 100%;
    height: auto;
    display: block;
}
.article-header h1 {
    line-height: 1.2em;
    font-size: 36px;
    font-weight: 700;
    margin: 0;
}
.article-description {
    font-size: 14px;
    padding: 15px 0;
    color: #6c6c6c;
}
.author-item {
    margin-right: 3px;
}
.author-item:before {
    content: "/";
}

.author-item:first-child::before {
    content: unset;
}
.author-item span {
    font-weight: 700;
}
.share-box ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.share-box a {
    background: #919191;
    color: #fff;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50em;
    margin-right: 10px;
    position: relative;
}
.share-box ul li a.copied:before {
    position: absolute;
    color: #fff;
    text-align: center;
}
.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: 40px;
}
.share-box svg {
    height: 20px;
}

.redaksi {
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
}

.share-box a.facebook {
    background: #3b5998;
}

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

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

.share-box a.telegram {
    background: #0088cc;
}
.article-featured .image-box {
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}
.article-featured figure, .article-text figure {
    max-width: 100% !important;
}
.article-featured img {
    width: 100%;
    height: auto;
    display: block;
}

.article-featured figcaption, .article-content figcaption {
    font-size: 13px;
    font-style: italic;
    padding: 5px 0;
    color: #6c6c6c;
}
.article-text {
    font-size: 16px;
    line-height: 1.5;
    color: #353935;
}
.article-text.notfull {
    max-width: 545px;
}
.parallxads {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    height: 350px;
    position: relative;
    left: 0;
    right: 0;
    margin-bottom: 0;
    background: #1e1e1e;
}

.parallxads:before {
    content: var(--textparallax);
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 10px;
    z-index: 99;
    background: var(--primary);
    background: linear-gradient(15deg,var(--primary) 0,var(--secondary) 100%);
    padding: 3px;
}

.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: 65px;
    -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: 720px;
    z-index: 1;
}

.notfull .parallxads-box {
    max-width: 475px;
}
.article-content {
    display: flex;
    margin-bottom: 15px;
    margin-top: 15px;
    flex-wrap: nowrap;
}
.bacajuga b {
    color: var(--primary);
    display: block;
    padding: 0 0 10px;
    border-bottom: 4px solid rgba(0,0,0,.1);
}

.bacajuga-wrapper {
    padding: 10px 0 0;
    margin: 0;
    background: #f3f3f3;
    display: flex;
    flex-wrap: wrap;
}

.bacajuga-item {
    width: 33.333333%;
    padding: 0 10px;
    border-right: 1px solid #d9d9d9;
    margin-bottom:  10px;
}

.article-text .bacajuga-item a {
    font-size: 14px;
    font-weight: 700;
    display: block;
    color: #111;
    -webkit-line-clamp: 3;
    font-weight: 700;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

.bacajuga-item:nth-child(3n+0) {
    border: 0;
}

.article-text .bacajuga-item a:hover {
    color: var(--primary);
}
.article-box {
    flex: 1;
}
.article-featured {
    margin-top: 15px;
}
.article-text figure {
    max-width: 100% !important;
}
.article-adv {
    width: 160px;
    margin-left: 15px;
}
.sticky-post {
    position: sticky;
    top: 80px;
}
.sticky-post .widget {
    margin-bottom: 30px;
    width: 160px;
    height: 600px;
}
.paginationPostNum {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.paginationPostLink .post-page-numbers {
    background: var(--primary);
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
    margin-right: 10px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.paginationPostLink {
    display: flex;
    flex-wrap: wrap;
}
.btn-next {
    background: var(--primary);
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-next span {
    font-size: 0;
}
.btn-next svg {
    height: 13px;
}
.paginationPostLink .post-page-numbers.current {
    background: #323131;
}
.showall-page a {
    background: var(--primary);
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
    margin-right: 10px;
    width: auto;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}
.article-text .wp-block-gallery {
    width: 720px !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;
}

.article-text .slick-gallery figcaption {
    font-size: 14px;
    font-style: unset;
}

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

.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;
}
.tag-post ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.tag-post {
    padding: 10px 0;
}

.tag-post a {
    background: #ededed;
    margin-right: 8px;
    margin-bottom: 8px;
    padding: 8px;
    border-radius: 4px;
    display: block;
    position: relative;
    font-size: 13px;
    font-weight: 500;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
}
.pagination-post {
    margin-bottom: 30px;
}
.pagination-post .paginationPostLabel {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 10px;
}
main.main-box .widget.grid {
    margin-bottom: 10px;
}


.tags ul {
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
}

.tags ul li {
    display: inline-block;
    margin: 0 5px 0 0;
    list-style: none;
    position: relative;
    border-radius: 100px;
    line-height: 36px;
    overflow: hidden;
}

.tags ul li a {
    line-height: 22px;
    text-decoration: none;
    display: block;
    padding: 7px 15px;
    font-weight: 700;
    font-size: 13px;
    color: #333;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    background: #efefef;
}
.tags ul li a svg {
    margin-left: 10px;
    position: absolute;
    right: 8px;
    top: 11px;
}
.tags ul li:hover a {
    color: var(--primary);
}


.tags ul li a.cstom {
    padding-right: 29px;
}
.tags .icon-tags {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 4px;
    vertical-align: text-top;
    background-size: cover;
    background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Esmarttopic%3C%2Ftitle%3E%3Cg%20stroke%3D%22%2377B54A%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cellipse%20cx%3D%226%22%20cy%3D%226%22%20rx%3D%225%22%20ry%3D%225%22%2F%3E%3Cpath%20d%3D%22M3.903%205.9l1.403%201.656%203.03-3.062%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    margin-top: -2px;
}

.tags .tag-desc {
    position: absolute;
    bottom: 30px;
    left: 50%;
    z-index: 1040;
    max-width: inherit;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    width: 320px;
    height: auto;
    display: block;
    padding: 20px;
    font-size: 12px;
    margin-left: -160px;
    display: none;
}

.tags ul li a:hover .tag-desc {
    display: block;
    color: #222;
}

.tags .tag-desc:before {
    position: absolute;
    content: "";
    border: 3px solid;
    right: 50%;
    margin: 0 -7px 0 0;
    top: 100%;
    border-top: 8px solid #ffffff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: none;
}
#comments,#respond {
    margin-bottom: 20px;
    border-radius: 12px;
    margin-top: 20px;
}

.comment-respond {
    border-radius: 12px
}

.comment-reply-title small a {
    text-transform: capitalize;
    margin-left: 5px;
    color: var(--primary);
    display: block
}

.comment-notes {
    line-height: 1.4;
    font-size: 14px;
    color: #6c6c6c;
}

input#author,input#email {
    margin: 0 0 10px;
    background: #fff;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border-radius: 5px;
}

textarea#comment {
    background: #fff;
    border: 1px solid #e6e6e6;
    width: 100%;
    resize: unset;
    font-size: 14px;
    padding: 10px 10px 60px;
    height: 166px!important;
    border-radius: 5px;
    -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
}
form#commentform {
    position: relative;
}
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;
    font-weight: 600;
}

.comment-reply-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 16px;
    font-weight: 700;
    color: var(--primary);
}

.notif {
    line-height: 1.4;
    font-size: 14px;
    color: #6f6f6f;
    padding: 15px;
    margin: -16px;
    border: 0;
    text-align: center
}

.notif-header {
    font-weight: 700
}

.notif-image svg {
    height: 100px;
    color: #e5e5e5
}

h2.comments_title {
    display: block;
    border: none;
    margin: 10px 0 20px;
    padding: 0;
    font-weight: 700;
    line-height: 1.4;
    font-size: 16px;
    color: var(--primary);
}

.commentBodyText,.notfound-desc,p.logged-in-as {
    font-size: 14px;
    color: #666
}

.commentsArea>ol {
    padding: 0;
    margin: 0;
    list-style: none
}

.commentsArea li {
    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 {
    line-height: 1.4;
    display: block;
    word-wrap: break-word;
    margin: 5px 0 0
}

.commentAuthorName {
    color: #000;
    font-size: 15px;
    font-weight: 700;
}

.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);
    color: #fff;
    padding: 10px 15px;
    height: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
}
.main-box.m-auto {
    margin: 0 auto;
}

path.wr-primary {
    fill: var(--primary);
}

.notfound {
    text-align: center;
    margin-bottom: 15px;
}
.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)
}


.commentBody {
    flex: 1;
}

.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: 2px;
    left: 7px;
}

.page-nav nav {
    border-radius: 10px;
    overflow: hidden;
    position: -webkit-sticky;
    position: sticky;
    top: 75px;
}

.page-nav {
    max-width: 300px;
    width: 100%;
}

.page-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.page-nav ul li a {
    padding: 10px 0;
    border-bottom: 1px solid #ededed;
    color: #212121;
    display: block;
    font-weight: 700;
    transition: all .25s;
    -moz-transition: all .25s;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
}

.page-nav ul li a:hover, .page-nav ul li.current_page_item a {
    color: var(--primary);
}
.page-nav ul li:last-child a {
    border: 0;
}
.banner {
    position: relative;
    min-height: 300px;
}
.banner ins > div {
    z-index: 2;
}
.banner ins:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #ebebeb;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px;
    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");
    z-index: 0;
}
.banner ins:after {
    content: "Advertisement";
    color: #999999;
    position: absolute;
    z-index: 0;
    font-size: 11px;
    left: calc(50% - 37px);
    top: calc(50% - -9px);
    font-weight: 600;
}

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

.ads-sticky-bottom {
    margin: 0 auto;
    padding: 0;
    position: fixed;
    bottom: 0;
    width: 728px;
    z-index: 999;
    height: 90px !important;
    text-align: center;
    background: rgb(255 255 255 / 50%);
    height: 90px;
    left: 0;
    right: 0
}

.btn-ads-close {
    position: absolute;
    background: #333333;
    display: inline-block;
    right: 0;
    top: -15px;
    padding: 2px 8px;
    font-size: 10px;
    line-height: 1;
    color: #fff;
    cursor: pointer;
    border-radius: 4px 4px 0 0;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 2.4px;
}

.ads-close-icon {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 10px;
    height: 10px
}

.ads-close-icon:after,.ads-close-icon:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}
.ads-close-icon:before {
    content: "";
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.widget.dokter {
    background: var(--primary);
    border-radius: 5px;
    padding: 30px 20px;
    color: #fff;
}
h3.dokter-title:before {
    content: "";
    height: 19px;
    width: 5px;
    display: block;
    background: #fff;
    margin-right: 10px;
    margin-top: -3px;
}
.dokter-title {
    margin: 0;
    text-transform: uppercase;
    font-size: 18px;
    display: flex;
    align-items: center;
}

.dokter-box {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    align-items: center;
}
.dokter-article {
    position: relative;
}

.dokter-article .media-title a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    display: block;
}

.dokter-deskripsi {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.dokter-deskripsi .media-title {
    margin: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #ababab;
    margin-bottom: 10px;
}

.dokter-article:last-child .media-title {
    margin: 0;
    border: 0;
}
.dokter-left {
    padding: 0 15px;
}

.dokter-left {
    width: 40%;
}

.dokter-right {
    width: 60%;
}
.dokter .btn-arrow {
    top: calc(50% - 13px);
}
.dokter-item:after {
    background: #f5f5f5;
    width: 100%;
    bottom: 0;
    top: 50%;
    display: block;
    z-index: 1;
    content: "";
    position: absolute;
    left: 0px;
}
.dokter-item {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    color: #333;
    text-align: center;
    position: relative;
    margin: 0 10px;
    overflow: hidden;
    height: 217px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.dokter-spesialis {
    font-weight: 600;
    min-height: 43px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

.dokter-name {
    font-weight: 800;
    color: var(--primary);
    position: relative;
    z-index: 2;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    margin-top: 0;
}
.dokter-avatar {
    border-radius: 50em;
    width: 80px;
    margin: 10px auto;
    position: relative;
    overflow: hidden;
    height: 80px;
}

.dokter-avatar img {
    display: block;
    object-fit: cover;
    width: 100%;
    z-index: 2;
    position: absolute;
    height: 100%;
}
.dokter-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.dokter-more {
    color: #fff;
    display: flex;
}
.dokter-more:hover {
    color: var(--hover);
}
.dokter-more:after {
    content: "";
    display: flex;
    margin-left: 8px;
    -webkit-box-pack: center;
    justify-content: center;
    filter: brightness(0) invert(1);
    width: 35px;
    max-width: 20px;
    height: 20px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12H19' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 5L19 12L12 19' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.box-info {
    background: #efefef;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 10px;
}

.box-info a {
    font-weight: 900;
}
.authorrole-box {
    display: flex;
    align-items: center;
}

.authorrole-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50em;
    overflow: hidden;
    margin-right: 15px;
}

.authorrole-media {
    flex: 1;
}

.authorrole {
    background: #efefef;
    padding: 15px;
    border-radius: 10px;
}
.authorrole-name {
    font-weight: 800;
}

.authorrole-bio {
    color: #666;
}
.ads-sticky-bottom .banner {
    min-height: 90px !important;
}
.post-category {
    font-weight: 900;
    color: var(--primary);
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}
.primary-menu ul > li.new a:after {
    content: "new";
    background: var(--primary);
    color: #fff;
    padding: 3px 3px;
    font-size: 10px;
    border-radius: 4px;
    font-weight: 400;
    position: absolute;
    top: -2px;
    right: -10px;
    display: block;
    line-height: 1;
}
body.darkmode, body.darkmode .to-top, body.darkmode header.header, body.darkmode .sidebarmenu, body.darkmode select#startCategory option {
    background: #242424;
    color: #fff;
}
body.darkmode .billboard.custombillboard .widget, body.darkmode .footer-left .textwidget, body.darkmode .primary-menu .sub-menu, body.darkmode .bg-ads, body.darkmode .sticky-ads-left, body.darkmode .sticky-ads-right, body.darkmode .widget.koleksi, .darkmode .box-info, .darkmode .tags ul li a, .darkmode .authorrole {
    background: #2a2a2a;
}
body.darkmode .banner:before {
    background-color: #383838;
}
body.darkmode header.header {
    box-shadow: 0 4px 2px -2px rgb(0 0 0 / 30%);
}
body.darkmode .header-brand img {
    filter: brightness(0) invert(1);
}
body.darkmode .article-item .media-title a, body.darkmode .grid .media-title a, body.darkmode .small-item .media-title, body.darkmode .inline-video .media-title a, body.darkmode .inline-video .media-title a, body.darkmode .populartag .tag-item .media-link, body.darkmode .popular-item .media-title a, body.darkmode .inline-grid .media-title a, body.darkmode .footer .widget-title, body.darkmode .input-search, body.darkmode .list-item .media-link, body.darkmode .primary-menu ul > li > a, body.darkmode .article-text, body.darkmode .tag-post a, body.darkmode textarea#comment, body.darkmode input#author, body.darkmode input#email, body.darkmode .commentAuthorName, body.darkmode .page-nav ul li a, body.darkmode .article-text .bacajuga-item a, body.darkmode .sidebarmenu .widget .menu li a, body.darkmode .sidebarmenu .textwidget a, body.darkmode #startDate, body.darkmode select#startCategory, body.darkmode .small-item .media-title a, body.darkmode .koleksi .media-title .media-link, .darkmode .post-title, .darkmode .post-content, .darkmode .author .author-name a, .darkmode .tags ul li a, .darkmode .share .share-label {
    color: #fff;
}
body.darkmode .input-search, body.darkmode .tag-post a, body.darkmode textarea#comment, body.darkmode input#author, body.darkmode input#email, body.darkmode p.form-submit, body.darkmode .bacajuga-wrapper {
    border-color: #363636;
    background: #323131;
}
body.darkmode .search-icon,
body.darkmode .mode {
    background-color: #3a3a3a;
    color: #fff;
}
body.darkmode .headline-small, body.darkmode .small-item, body.darkmode .article-item, body.darkmode .widget.inline-video, body.darkmode .widget.inline-grid, body.darkmode .mode, body.darkmode .list-item, body.darkmode .top-info, body.darkmode .commentsArea li, body.darkmode .page-nav ul li a, body.darkmode #startDate, body.darkmode select#startCategory, .darkmode .wp-block-image figcaption, .darkmode .post-content figcaption {
    border-color: #2c2c2c;
}
body.darkmode .small-item.slick-current {
    border-top-color: var(--primary);
}
body.darkmode .primary-menu ul > li:hover > a, body.darkmode .populartag .tag-item:hover .media-link, body.darkmode .populartag .tag-item:hover .hastag, body.darkmode .article-item:hover .media-link, body.darkmode .popular-item:hover .media-link, body.darkmode .list-item:hover .media-link, body.darkmode .page-nav ul li a:hover, body.darkmode .page-nav ul li.current_page_item a, body.darkmode .grid-item:hover .media-link, body.darkmode .article-text .bacajuga-item a:hover, body.darkmode .sidebarmenu .textwidget a:hover, body.darkmode .sidebarmenu .widget .menu li a:hover, body.darkmode .small-item .media-title a:hover, .koleksi .widget-content .media-item:hover a {
    color: var(--primary);
}
body.darkmode footer.footer {
    background-color: #202020;
    color: #c7c7c7;
}
body.darkmode .social-box a {
    color: #202020;
}
body.darkmode .footer .menu li a {
    color: #c7c7c7;
}
body.darkmode .article-item .media-meta, body.darkmode .inline-video .media-meta, body.darkmode .list-item .media-date, body.darkmode .inline-grid .media-meta, body.darkmode .article-date, body.darkmode .grid .media-meta, body.darkmode .breadcrumb a, body.darkmode .article-description, body.darkmode .article-featured figcaption, body.darkmode .article-content figcaption, body.darkmode .comment-notes, body.darkmode .author-bio, body.darkmode .commentBodyText, body.darkmode .notfound-desc, body.darkmode p.logged-in-as, .darkmode .headline-small .media-meta, .darkmode .author .pub-time time, .darkmode .wp-block-image figcaption, .darkmode .post-content figcaption, .darkmode .authorrole-bio, .darkmode .popularpos .media-meta, .darkmode .breadcrumbs ul li a {
    color: #999;
}
body.darkmode .media-image:before {
    background: #1e1e1e;
}
body.darkmode .media-image:after {
    background-image: linear-gradient(90deg,rgb(42 42 42 / 0%) 0,rgb(52 52 52 / 20%) 20%,rgb(42 42 42 / 50%) 60%,rgb(20 20 20 / 0%));
}
body.darkmode .inline-grid .grid-item:nth-child(1) .grid-item-box, 
body.darkmode .inline-grid .grid-item:nth-child(2) .grid-item-box {
    box-shadow: 0 1px 3px 1px rgb(2 2 2 / 30%);
}
body.darkmode .bacajuga-item {
    border-color: #444444;
}
body.darkmode .sidebarmenu {
    box-shadow: 0 0 3px 1px rgb(0 0 0 / 30%);
}
.darkmode .tags ul li a:hover {
    background: var(--primary)
}