a {
    text-decoration: none !important;
}
/* Wrapper */
.ten_wrapper {
    margin: 0 auto;
    padding: 80px 0 0;
    max-width: 1600px;
}

/* Container */
.ten_container {
    padding: 0 190px;
    width: auto;
    margin: 0 auto;
}
.news_full .ten_container {
    width: auto;
    padding: 0 20px;
}

/* Header */
.ten_header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    z-index: 100;
}
.ten_header_inner {
    margin: 20px 0;
    height: 40px;
    display: flex;
    align-items: center;
}
/* Logo */
.ten_logo {
    height: 40px;
    margin-right: auto;
    display: flex;
    align-items: center;
}
.ten_logo i {
    display: flex;
    width: 36px;
    height: 36px;
    margin-right: 15px;
    border-radius: 36px;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.08);
}
.ten_logo a {
    display: block;
}
.ten_logo img {
    display: block;
    max-height: 40px;
    height: auto;
    max-width: 245px;
    width: auto;
}
/* Dark */
.theme-switch-wrapper {
    width: 36px;
    height: 36px;
    border-radius: 36px;
    margin: 0 0 0 30px;
    position: relative;
    z-index: 10;
}

.theme-switch {
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 36px;
    overflow: hidden;
    transition: 0.4s;
}

#checkbox {
    display: none;
}

input:checked + .darkmode {
}

.darkmode.round {
    border-radius: 34px;
}

.darkmode {
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.4s;
}

.darkmode:before {
    content: "\f186";
    font-family: "maxx-font";
    bottom: 0;
    height: 36px;
    line-height: 36px;
    text-align: center;
    left: 0;
    position: absolute;
    transition: 0.4s;
    width: 36px;
    border-radius: 36px;
    font-size: 18px;
}
[data-theme="dark"] .darkmode:before {
    content: "\E807";
}

/* Search */
.ten_search_icon {
    display: none;
    width: 40px;
    height: 80px;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border-left: 1px solid rgba(0,0,0,0.08);
}

.closemobilesearch {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.ten_search {
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    margin: 0 auto;
}
#tensearchpost {
    display: flex;
    align-items: center;
    border-radius: 30px;
}
.ten_input {
    height: 36px;
    line-height: 36px;
    padding: 0 15px;
    width: 250px;
    border-radius: 30px;
    border: 0;
    font-size: 14px;
}
.ten_button {
    width: 46px;
    border: 0;
    border-radius: 26px;
    margin: 2px 3px;
    height: 30px;
    font-size: 13px;
}
/* Sosmed */
.ten_sos {
    height: 40px;
    margin-left: auto;
}
.ten_sos a {
    display: inline-block;
    width: 36px;
    height: 36px;
    margin: 0 6px 0 0;
    border-radius: 36px;
    overflow: hidden;
}
.ten_sos i {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    text-align: center;
}

/* Menu */
.ten_menu {
    position: sticky;
    top: 80px;
    height: 50px;
    font-size: 15px;
    z-index: 100;
}
.nav {
    float: left;
    max-width: 965px;
    width: auto;
    margin: 0;
    padding: 0;
    height: 50px;
}

.nav .accordion {
    height: 50px;
    display: block;
}

.nav .accordion,
.nav .accordion ul,
.nav .accordion li,
.nav .accordion a,
.nav .accordion span {
    border: none;
    outline: none;
}

.nav .accordion li {
    list-style: none;
}

.nav .accordion li {
    float: left;
    display: inline-block;
    margin: 0;
    padding: 0 0 0 20px;
    text-align: center;
    line-height: 50px;
    position: relative;
}

.nav .accordion li a {
    text-decoration: none;
    display: block;
    margin: 0;
    font-size: 15px;
    position: relative;
}
.date_right .nav .accordion li {
    padding: 0 20px 0 0;
}

.date_right .nav .accordion li ul {
	display: none;
}

.maxx_tanggal {
    float: right;
    display: inline-block;
    line-height: 50px;
    font-weight: bold;
    padding: 0;
}

/* Ten Fixed Menu */
.ten_fixed_menu {
    position: fixed;
    top: 80px;
    left: -400px;
    bottom: -100px;
    width: 320px;
    padding: 0 0 100px;
    box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    z-index: 1000;
}
.close_all_open {
    position: fixed;
    top: 0;
    left: 0;
    right: 100%;
    bottom: 0;
    z-index: 999;
}

.newsleft .ten_fixed_menu {
    left: 0;
}
.newsleft .close_all_open {
    right: 0;
}
.fixed_box {
    height: 100%;
    padding: 0 25px;
    overflow-y: auto;
    appearance: none;
}

.newsnav {
    padding: 25px 0;
}
#newsnav {
    list-style: none;
}
.leftclass {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}
.leftclass li {
    position: relative;
}
.ten_fixed_menu a {
	font-size: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.left3_style .leftclass li:nth-child(10n),
.left2_style .leftclass li:nth-child(10n),
.left1_style .leftclass li:nth-child(10n) {
    margin-bottom: 24px;
}
.left2_style .leftclass li:nth-child(-n + 10) {
    padding-left: 16px;
}
.left1_style .leftclass li:nth-child(-n + 10) {
    padding-left: 24px;
}
.left2_style .leftclass li:nth-child(-n + 10):before {
    content: "";
    position: absolute;
    top: calc(50% - 4px);
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #c11;
}
.left2_style .leftclass li:nth-child(9):before {
    top: calc(50% - 16px);
}
.left1_style .leftclass li:nth-child(-n + 10):before {
    content: "\E80E";
    font-family: "maxx-font";
    font-weight: normal;
    position: absolute;
    top: calc(50% - 8px);
    left: 0;
    width: 16px;
    height: 16px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.left1_style .leftclass li:nth-child(9):before {
    top: calc(50% - 20px);
}
.left1_style .leftclass li:nth-child(1):before {
    color: #c12;
}
.left1_style .leftclass li:nth-child(2):before {
    color: #5a31ec;
}
.left1_style .leftclass li:nth-child(3):before {
    color: #444;
}
.left1_style .leftclass li:nth-child(4):before {
    color: #098;
}
.left1_style .leftclass li:nth-child(5):before {
    color: #f66;
}
.left1_style .leftclass li:nth-child(6):before {
    color: #6dbd0c;
}
.left1_style .leftclass li:nth-child(7):before {
    color: #b43ae1;
}
.left1_style .leftclass li:nth-child(8):before {
    color: #c12;
}
.left1_style .leftclass li:nth-child(9):before {
    color: #abaa70;
}
.left1_style .leftclass li:nth-child(10):before {
    color: #f66d37;
}
.leftclass ul {
    display: none;
}

.ddd {
    list-style: none;
    line-height: 1.4;
}
.ddd ul {
    display: none;
}
.ddd li {
    padding: 5px 0;
}

/* Populer */
.ten_pop_list {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
    padding: 15px 0;
}
.ten_pop_list span {
    position: relative;
    margin-right: 5px;
}
.ten_pop_list span:before {
    content: "";
    position: absolute;
    right: -10px;
    top: -4px;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    animation: blink 1s step-end infinite;
}
@keyframes blink {
    0%,
    100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}
.pop1_style a {
    font-size: 13px;
    border-radius: 3px;
    padding: 4px 8px;
}
.ten_pop_list a {
    font-size: 13px;
    border-radius: 3px;
    padding: 4px 8px;
}

/* Running Text */
.ten_running {
    height: 36px;
}

.ten_scroll {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 0;
    opacity: 1;
}

.ten_ticker {
    display: flex;
    width: 100%;
}

.ten_out_scroll {
    white-space: nowrap;
    animation: animate 120s -120s linear infinite;
    will-change: transform;
    margin-right: 10px;
    height: 36px;
}

.ten_out_scroll.scroll-9 {
    animation: animate 108s -108s linear infinite;
}

.ten_out_scroll.scroll-8 {
    animation: animate 96s -96s linear infinite;
}

.ten_out_scroll.scroll-7 {
    animation: animate 84s -84s linear infinite;
}

.ten_out_scroll.scroll-6 {
    animation: animate 72s -72s linear infinite;
}

.ten_out_scroll.scroll-5 {
    animation: animate 60s -60s linear infinite;
}

.ten_out_scroll.scroll-4 {
    animation: animate 48s -48s linear infinite;
}

.ten_out_scroll.scroll-3 {
    animation: animate 36s -36s linear infinite;
}

.ten_out_scroll.scroll-2 {
    animation: animate 24s -24s linear infinite;
}

.ten_out_scroll.scroll-1 {
    animation: animate 12s -12s linear infinite;
}

.ten_out_scroll:nth-child(2) {
    animation: animate2 120s -60s linear infinite;
}

.ten_out_scroll.scroll-9:nth-child(2) {
    animation: animate2 108s -54s linear infinite;
}

.ten_out_scroll.scroll-8:nth-child(2) {
    animation: animate2 96s -48s linear infinite;
}

.ten_out_scroll.scroll-7:nth-child(2) {
    animation: animate2 84s -42s linear infinite;
}

.ten_out_scroll.scroll-6:nth-child(2) {
    animation: animate2 72s -36s linear infinite;
}

.ten_out_scroll.scroll-5:nth-child(2) {
    animation: animate2 60s -30s linear infinite;
}

.ten_out_scroll.scroll-4:nth-child(2) {
    animation: animate2 48s -24s linear infinite;
}

.ten_out_scroll.scroll-3:nth-child(2) {
    animation: animate2 36s -18s linear infinite;
}

.ten_out_scroll.scroll-2:nth-child(2) {
    animation: animate2 24s -12s linear infinite;
}

.ten_out_scroll.scroll-1:nth-child(2) {
    animation: animate2 12s -6s linear infinite;
}

.ten_ticker:hover .ten_out_scroll {
    -webkit-animation-play-state: paused !important;
}

.ten_run_ticker {
    display: inline-block;
    padding: 0 0 0 50px;
    overflow: hidden;
    height: 36px;
    font-size: 14px;
    text-transform: capitalize;
}

.ten_out_scroll a {
    height: 36px;
    line-height: 36px;
    display: inline-block;
    text-decoration: none;
    position: relative;
}
.ten_out_scroll a:before {
    content: "";
    position: absolute;
    left: -30px;
    top: calc(50% - 5px);
    display: inline-block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #c11;
    box-shadow:
        8px 0 0 0 #f80,
        16px 0 0 0 #fc2;
}

@keyframes animate {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

@keyframes animate2 {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-200%);
    }
}

/* Header Ads */
.header_ads img {
    width: 100%;
    margin: 0 0 15px 0px;
}

/* Arsip */
.ten_news_after {
    padding: 10px 0 0;
}

.news_content {
    margin: 0 -10px;
}
.news_primary {
    float: left;
    width: calc(100% - 332px);
    position: sticky;
    top: 150px;
    z-index: 2;
}
.primary_inner {
    margin: 0 10px;
}

/* Loop */
.archive_head {
    position: relative;
    margin: 0 0 15px;
    font-size: 18px;
}
.archive_head span {
    position: relative;
    display: inline-block;
}
.archive_head span:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 60px;
    height: 2px;
}

.late_news {
    padding: 0;
}

.ten_loop {
    padding: 0 0 25px;
    position: relative;
    min-height: 130px;
}
.error404 .ten_loop {
    text-align: center;
    margin: 0 0 60px;
}
.archive_404 {
    margin: 0 0 20px;
}
.ten_loop_img {
    position: relative;
    float: right;
    width: 35%;
    height: 140px;
    border-radius: 8px;
    overflow: hidden;
}
.fix_icon {
    position: absolute;
    right: 8px;
    bottom: 8px;
    z-index: 1;
    color: #fff;
}
.thumb_left .ten_loop_img {
    float: left;
}
.thumb_left .ten_loop_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ten_loop_over {
    width: calc(65% - 20px);
    padding: 6px 0 20px;
    float: left;
}
.thumb_left .ten_loop_over {
    float: right;
}
.ten_loop_meta {
    margin: 0 0 5px;
    display: block;
    font-size: 12px;
}
.ten_loop_meta a {
    font-weight: bold;
    text-transform: uppercase;
    display: none;
}
.ten_loop_meta a:first-child {
    display: inline-block;
}
.ten_loop_title {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.25;
    text-transform: capitalize;
}
.ten_loop_title a {
    text-decoration: none;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0 0 5px;
}
.ten_loop:hover .ten_loop_title a {
    opacity: 0.8;
}
.loop_ads {
    margin: 0 0 20px;
}

.ooops {
    font-size: 60px;
}

.news_sidebar {
    position: sticky;
    top: 150px;
    float: right;
    width: 332px;
    z-index: 1;
}

/* AUTHOR */
.ten_author_box {
    padding: 0 0 30px;
    border-bottom: 1px solid #ddd;
}
.ten_author_box img {
    width: 100px;
    float: left;
    margin: 0 20px 0 0;
    border-radius: 8px;
}
.ten_author_bio {
    float: left;
    width: calc(100% - 120px);
    padding: 8px 0 0;
}
.ten_author_active {
    font-size: 13px;
    margin: 0 0 6px;
    opacity: 0.7;
}
.ten_author_head {
    font-size: 18px;
}
.icon-verify {
	color: #098;
}
.ten_author_contact a {
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #333;
    color: #333;
    margin: 0 4px 0 0;
    border-radius: 28px;
}
.ten_author_contact i {
    display: block;
    width: 28px;
    height: 28px;
    line-height: 28px;
}
.ten_author_desc {
    padding: 20px 0 30px;
    font-size: 16px;
}

/* PAGE */
.pagination {
    margin: 0;
}
.center_paged {
    text-align: center;
}
.left_paged {
    text-align: left;
}
.pagination a {
    display: inline-block;
    padding: 0 10px;
    min-width: 10px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    margin: 16px 4px 30px 0;
    border-radius: 24px;
    border: 0;
    text-decoration: none;
}
.pagination a.active {
    border: 0;
}

/* Single */
.maxx_schema {
    margin: 0 0 25px;
    font-size: 14px;
    font-weight: bold;
}
.page .maxx_schema {
    display: none;
}
.the_title {
    font-size: 40px;
    line-height: 1.25;
    margin: 0 0 15px;
	text-align: center;
}
.type-page .the_title {
    margin: 0 0 15px;
}
.single_author {
    margin: 0 0 30px;
    display: flex;
    align-items: center;
    padding: 8px 15px;
    position: relative;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.single_author img {
    width: 45px;
    height: 45px;
    margin: 0 10px 0 0;
    display: block;
    border-radius: 50px;
}
.data_author {
    float: left;
    width: calc(100% - 53px);
    padding: 2px 0 0;
}
.name_author {
    font-size: 14px;
    line-height: 1.4;
    text-transform: capitalize;
}
.name_author span {
    position: relative;
    padding-right: 10px;
    margin-right: 16px;
    font-weight: bold;
    font-size: 16px;
}
.name_author span i {
    position: absolute;
    color: #098;
    top: -5px;
}
.single_time {
    font-size: 14px;
    opacity: 0.7;
}
.all_author {
    position: absolute;
    right: 19px;
    padding: 6px 11px;
    font-weight: bold;
    font-size: 12px;
    border-radius: 4px;
}

.primary_featured {
    overflow: hidden;
    margin: 0 0 20px;
}
.primary_featured img {
    width: 100%;
    display: block;
}
.primary_featured iframe {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
}
.iframe_scroll .primary_featured iframe {
    position: fixed;
    bottom: 30px;
    right: 20px;
    width: 350px;
    z-index: 999;
}
.hideiframe.iframe_scroll .primary_featured iframe {
    position: static;
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
}
.primary_featured span,
.hideiframe.iframe_scroll .primary_featured span {
    display: none;
}
.iframe_scroll .primary_featured span {
    display: block;
    position: fixed;
    bottom: 35px;
    right: 370px;
    width: 20px;
    height: 20px;
    border-radius: 10px 0 0 10px;
    background: #f43;
    color: #fff;
    z-index: 9999;
}
.primary_featured span:after {
    display: block;
    content: "+";
    position: absolute;
    left: 7px;
    top: 2px;
    height: 20px;
    width: 20px;
    transform: rotate(45deg);
}
.maxx_caption {
    padding: 10px 60px 0 0;
    font-size: 12px;
    opacity: 0.7;
}

.ten_share {
    height: 34px;
    line-height: 34px;
    margin: 0 0 30px;
}
.ten_share span {
    margin: 0 15px 0 0;
    border: 0;
}
.ten_share a,
.share_link {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0;
    border-radius: 30px;
    font-size: 16px;
}
.ten_share a.share_fb {
    color: #fff;
    background: #1c28e0;
}
.ten_share a.share_tw {
    color: #fff;
    background: #111;
}
.ten_share a.share_wa {
    color: #fff;
    background: #2db03b;
}
.ten_share a.share_te {
    color: #fff;
    background: #1595e2;
}
.share_link {
    background: #fc3;
    color: #111;
}
#copy-notification {
    visibility: hidden;
    background: #fff;
    color: #333;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 6px 12px;
    font-size: 13px;
    border-radius: 4px;
    z-index: 1000;
    margin: -15px 0 0 10px;
}
.ten_share span.maxx_liking {
    position: relative;
    display: inline-block;
    float: right;
    height: 30px;
    margin: 0;
}
.ten_share span.maxx_liking button {
    display: flex;
    align-items: center;
    border: 0;
    border-radius: 4px;
    height: 30px;
    line-height: 30px;
    padding: 0 13px 0 10px;
    font-size: 12px;
    box-shadow: 0 0 20px inset rgba(0, 0, 0, 0.1);
}
.ten_share span.maxx_liking span {
    margin: 0;
    font-weight: bold;
}
.ten_share span.maxx_liking i {
    margin-right: 5px;
    font-size: 16px;
}
.like-message {
    position: absolute;
    top: calc(50% - 10px);
    right: calc(100% + 10px);
    height: 20px;
    line-height: 20px;
    width: 200px;
    text-align: right;
}

.post_main {
    float: left;
    width: calc(100% - 170px);
}
.maxx_article p {
    margin: 0 0 20px;
    line-height: 1.6;
}

.maxx_article table {
    width: 100%;
    margin: 0 0 20px;
}

.maxx_article table td {
    padding: 12px 15px;
    border: 1px solid #ccc;
    margin: 0 0 -1px -1px;
}

.maxx_article ul,
.maxx_article ol {
    margin: 0 0 20px;
    line-height: 1.6;
}

.maxx_article ul li {
    margin-left: 15px;
}

.maxx_article ol li {
    margin-left: 20px;
}

.maxx_article li ul,
.maxx_article li ol {
    margin: 0 0 10px;
}

.read_related {
    margin: 0 0 20px;
    padding: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.read_related .attachment-thumbnail {
    float: left;
    width: 80px;
    margin: 0 15px 0 0;
}
.related_text {
    padding: 0;
}
.related_before {
    margin: 0 0 4px;
}
.related_text span {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 2px;
    display: inline-block;
}
.related_text a {
    font-size: 17px;
    font-weight: bold;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.page-link-wrap {
    height: 30px;
    line-height: 30px;
    padding: 20px 0;
}
.page-link-wrap a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    margin: 0 4px 0 0;
    border-radius: 24px;
    border: 0;
    text-decoration: none;
}
.halaman-text {
    margin: 0 20px 0 0;
}
.page-link-wrap span.current {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    margin: 0 4px 0 0;
    border-radius: 24px;
    border: 0;
    text-decoration: none;
}
.the_editor {
    margin: 0 0 30px;
}
.the_editor a {
    font-weight: bold;
}
.maxx_tags {
    margin: 0 0 30px;
}

.maxx_tags a {
    position: relative;
    display: inline-block;
    border: 0;
    border-radius: 5px;
    height: 26px;
    line-height: 26px;
    padding: 0 13px 0 24px;
    margin: 0 4px 4px 0;
    font-size: 12px;
    font-weight: bold;
}
.maxx_tags a:before {
    content: "#";
    position: absolute;
    left: 12px;
    height: 26px;
    line-height: 26px;
}

#respond {
    margin: 40px 0 15px;
    padding: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
}
#reply-title {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 20px;
}
.maxx_article p.comment-notes,
.maxx_article p.logged-in-as {
    font-size: 15px;
    line-height: 1.35;
    padding: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
#commentform label {
    display: block;
    margin: 0;
    font-size: 15px;
}
#commentform .comment-form-cookies-consent input {
    float: left;
    width: 16px;
}

#commentform .comment-form-cookies-consent label {
    float: right;
    width: calc(100% - 25px);
    display: inline-block;
    margin: 0 0 20px;
    font-size: 13px;
    line-height: 1.3;
}
#comment {
    width: calc(100% - 32px);
    padding: 15px;
    border: 1px solid #bbb;
    border-radius: 0px;
    background: rgba(0, 0, 0, 0.02);
}

#author,
#email,
#url {
    width: calc(100% - 32px);
    padding: 0 15px;
    border: 1px solid #bbb;
    height: 34px;
    border-radius: 0px;
    background: rgba(0, 0, 0, 0.02);
}

#submit {
    height: 40px;
    line-height: 40px;
    border: 0;
    padding: 0 20px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
}

#comments {
    margin: 0;
}

.comment {
    margin: 0 0 50px 90px;
    position: relative;
}

.depth-1 {
    margin: 0 0 50px;
}

.comment-meta .avatar {
    float: left;
    margin: 0 30px 0 0;
    border-radius: 8px;
	width: 60px;
	border-radius: 60px;
}

.comment-metadata {
    font-size: 13px;
    padding: 3px 0 0;
    margin: 0 0 15px;
}

.comment-content {
    margin: 0 0 0 90px;
	font-size: 14px;
}

.reply a {
    position: absolute;
    left: 0;
    top: 75px;
    height: 24px;
    line-height: 24px;
    width: 60px;
    text-align: center;
    font-size: 13px;
    border-radius: 4px;
}

.fn {
    font-weight: 700;
}

/* Related */
.rel_news {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 0 30px;
}
.rel_newsimg {
    position: relative;
    display: block;
    margin: 0 0 12px;
    height: 150px;
}
.rel_newsimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}
.rel_newstime {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 4px;
}
.rel_newstitle {
    line-height: 1.3;
    margin: 0 0 8px;
}
.rel_newstitle a {
    font-weight: bold;
    font-size: 15px;
}

.post_side_ads {
    position: sticky;
    top: 150px;
    width: 150px;
    height: 600px;
    float: right;
    background: #eee;
    margin: 0 0 15px;
}
.post_side_ads span {
    display: none;
}
.closeads .post_side_ads .side_float {
    display: block;
}

/* SIDEBAR */

.secondary_content {
    margin: 0 10px;
}
.widget_block {
    line-height: 1.4;
    margin: 0 0 20px;
    font-size: 16px;
}
.news_sidebar .widget_block:last-child {
    padding: 0;
}
.widget_block h1 {
    font-size: 23px;
    margin: 0 0 10px;
}

.widget_block h2 {
    font-size: 21px;
    margin: 0 0 10px;
}

.widget_block h3 {
    font-size: 20px;
    margin: 0 0 10px;
}

.widget_block h4 {
    font-size: 18px;
    margin: 0 0 10px;
}

.widget_block h5 {
    font-size: 17px;
    margin: 0 0 10px;
}

.widget_block h6 {
    font-size: 16px;
    margin: 0 0 10px;
}

.widget_block p {
    margin: 0 0 10px;
}


.widget_block a:hover {
    text-decoration: underline !important;
}

.widget_block ul,
.widget_block ol {
    margin: 0 0 10px;
}

.widget_block ol li {
    margin: 0 0 10px;
    line-height: 1.4;
}

.widget_block ul li {
    margin: 0 0 10px;
    line-height: 1.4;
}

.widget_block blockquote {
    padding: 15px;
    background: rgba(0, 0, 0, 0.02);
    font-size: 16px;
}

.widget_block blockquote cite {
    font-size: 13px;
}

.widget_block .wp-block-code code {
    padding: 15px;
    background: rgba(0, 0, 0, 0.02);
}

.widget_block .wp-block-table {
    width: 100%;
}

.widget_block .wp-block-table td {
    padding: 10px;
    border: 1px solid rgba(125, 125, 125, 0.3);
    margin: 0 0 -1px -1px;
}

.widget_block .wp-block-pullquote blockquote {
    background: none;
}

.widget_block figcaption {
    font-size: 12px;
    padding: 5px 0;
}

.widget_block .wp-block-archives,
.widget_block .wp-block-categories {
    margin: 0;
    list-style: none;
}

.widget_block .wp-block-latest-posts__list li {
    padding: 0 0 7px;
    margin: 0 0 7px;
    border-bottom: 1px dashed rgba(125, 125, 125, 0.3);
}

.widget_block .wp-block-archives li,
.widget_block .wp-block-categories li {
    position: relative;
    padding: 0 0 7px 25px;
    margin: 0 0 7px;
    border-bottom: 1px dashed rgba(125, 125, 125, 0.3);
}

.widget_block .wp-block-archives li:after,
.widget_block .wp-block-categories li:after {
    content: "";
    position: absolute;
    top: calc(50% - 8px);
    left: 0;
    width: 12px;
    height: 8px;
    border-radius: 8px;
    background: #c22;
}

.widget_block .wp-block-calendar table th {
    background: rgba(0, 0, 0, 0.05);
}

.widget_block .wp-block-calendar table caption {
    font-size: 16px;
    padding: 0 0 10px;
}

.widget_block .wp-calendar-nav {
    padding: 10px 0;
}

.widget_block .wp-block-latest-comments__comment {
    padding: 0 0 7px;
    margin: 0 0 7px;
    border-bottom: 1px dashed rgba(125, 125, 125, 0.3);
}

.widget_block .wp-block-latest-comments__comment-excerpt p {
    line-height: 1.4;
}

.widget_block .wp-block-latest-comments__comment-date {
    font-style: italic;
}

.widget_block .wp-block-loop-posts.wp-block-loop-posts__list li,
.widget_block .wp-block-pages-list__item {
    margin: 0;
    padding: 0 0 10px;
}

.widget_block .wp-block-loop-posts.wp-block-loop-posts__list li time {
    font-size: 12px;
    line-height: 1.3;
}

.widget_block .wp-block-page-list {
    list-style: none;
}

.widget_block .wp-block-pages-list__item.has-child {
    padding: 0;
}

.widget_block .wp-block-pages-list__item.has-child .submenu-container {
    margin: 10px 0 0 15px;
}

.widget_block .wp-block-rss {
    list-style: none;
}

.widget_block .wp-block-rss__item {
    padding: 0 0 10px;
    margin: 0;
}

.widget_block .wp-block-tag-cloud a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 14px !important;
    padding: 0 10px;
    margin: 0 4px 6px 0;
}

.widget_block .wp-block-search .wp-block-search__button {
    border: 0;
    height: 30px;
    line-height: 30px;
    width: 70px;
    padding: 0;
    margin-left: 10px;
    text-align: center;
}

.widget_block .wp-block-search .wp-block-search__input {
    border: 1px dashed rgba(125, 125, 125, 0.3);
    height: 30px;
    line-height: 30px;
    width: calc(100% - 90px);
    padding: 0 9px;
    background: #fff;
    color: #222;
    float: left;
}

.widget_block .wp-block-search .wp-block-search__label {
    margin: 0 0 6px;
    font-style: italic;
    display: block;
}

.wp-block-latest-posts__post-title,
.wp-block-latest-comments__comment-meta a {
    font-weight: 700;
}

.widget_block.widget_meta li {
    padding: 0 0 10px;
}

.widget_block.widget_nav_menu li {
    padding: 0 0 10px;
}

.widget_block.widget_nav_menu li.menu-item-has-children {
    padding: 0;
}

.widget_block.widget_nav_menu li.menu-item-has-children ul.sub-menu {
    margin: 10px 0 0;
}

.widget_block .wp-block-video iframe {
    width: 100%;
    padding: 0 0 10px;
    height: 200px;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    width: calc(100% - 10px) !important;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
}

.wp-block-search.wp-block-search__no-button .wp-block-search__inside-wrapper {
    width: calc(100% - 2px) !important;
}

.wp-block-search.wp-block-search__button-outside .wp-block-search__inside-wrapper {
    width: 100% !important;
}

.wp-block-search.wp-block-search__button-outside .wp-block-search__inside-wrapper .wp-block-search__button {
}

/* WIDGET */
.late_head {
    position: relative;
    font-size: 20px;
}

.late_list {
    margin: 0 0 15px;
}
.late_list_img {
    width: 80px;
    height: 80px;
    margin: 0 15px 0 0;
    float: left;
    background: #eee;
    border-radius: 8px;
    position: relative;
}
.right_img .late_list_img {
    margin: 0 0 0 15px;
    float: right;
}
.late_list_img img {
    display: block;
    border-radius: 8px;
}
.late_list_img span {
    position: absolute;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
    z-index: 1;
    width: 30px;
    height: 30px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}
.late_list_post {
    float: right;
    width: calc(100% - 95px);
}
.right_img .late_list_post {
    float: left;
}
.simple_list_title {
    margin: 0 0 4px;
}
.late__time {
    font-size: 12px;
    margin: 0 0 3px;
}
.late_list_title {
    font-size: 15px;
}

/* Simple List */
.simple_list {
    display: flex;
    gap: 12px;
    margin: 0 0 10px;
}
.num_right .simple_list {
    flex-direction: row-reverse;
}
.simple_list_img {
    font-size: 20px;
    width: 30px;
    font-weight: bold;
}
.simple_list_post {
    width: calc(100% - 30px);
}

.left_ads {
    position: fixed;
    top: 150px;
    left: 20px;
    width: 150px;
    min-height: 600px;
    margin-left: 0;
    background: #eee;
    z-index: 1;
}
.right_ads {
    position: fixed;
    top: 150px;
    right: 20px;
    width: 150px;
    min-height: 600px;
    margin-right: 0;
    background: #eee;
    z-index: 1;
}
.left_ads:after,
.right_ads:after,
.post_side_ads:after {
    content: "Ads";
    position: absolute;
    top: calc(50% - 10px);
    left: calc(50% - 18px);
    width: 36px;
    height: 20px;
    font-size: 10px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #bbb;
    color: #fff;
}
.side_float {
    width: 150px;
    position: relative;
    z-index: 1;
}
.closeads .side_float {
    display: none;
}
.side_float span {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    z-index: 2;
    background: #888;
    color: #fff;
}

/* Archive Widget */
.bold_title {
	font-weight: bold;
}
.archive_widget {
	padding: 30px 0 0;
}
.archive_widget .latestsidebar,
.archive_widget .simplepopular,
.archive_widget .popularsidebar,
.home_widget .latestsidebar,
.home_widget .home_widget .simplepopular,
.home_widget .popularsidebar {
	display: none;
}

/* FOOTER */
.ten_footer {
    padding: 40px 0 20px;
    margin: 40px 20px 0;
}
.ten_footer .ten_container {
    padding: 0 170px;
}
.ten_footer_news {
    display: grid;
    grid-gap: 80px;
    grid-template-columns: repeat(4, 1fr);
}

.news_infooter {
    grid-column: span 3;
    padding: 20px 0 0;
}
.footernews {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: repeat(5, 1fr);
    font-size: 13px;
    list-style: none;
}
.footernews > li {
    margin: 0 0 10px;
}
.footernews > li > a {
    font-size: 15px;
    font-weight: bold;
}
.footernews ul {
    list-style: none;
    padding-top: 15px;
}
.footernews ul li {
    margin: 0 0 8px;
}

.copyright {
    grid-column: span 1;
    font-size: 13px;
}
.copyright .ten_logo {
    margin: 0 0 25px;
}
.copyright .ten_sos {
    padding: 30px 0 0;
    display: block !important;
}
.copyright .ten_sos a {
    width: 34px;
    height: 34px;
}
.copyright .ten_sos i {
  width: 34px;
  height: 34px;
  line-height: 34px;
}
.ten_footer_news a.sos_fb {
	background: #1c28e0;
	color: #fff;
}
.ten_footer_news a.sos_x {
	background: #222222;
	color: #fff;
}
.ten_footer_news a.sos_ig {
	background: linear-gradient(30deg, #f60 40%, #d34, #d907a4);
	color: #fff;
}
.ten_footer_news a.sos_you {
	background: #cc1111;
	color: #fff;
}
.ten_footer_news a.sos_tik {
	background: #222222;
	color: #fff;
}
.ten_footer_news a.sos_wa {
	background: #33c751;
	color: #fff;
}

/* Splide */

.splide__container {
    box-sizing: border-box;
    position: relative
}

.splide__list {
    backface-visibility: hidden;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important
}

.splide.is-initialized:not(.is-active) .splide__list {
    display: block
}

.splide__pagination {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    pointer-events: none
}

.splide__pagination li {
    display: inline-block;
    line-height: 1;
    list-style-type: none;
    margin: 0;
    pointer-events: auto
}

.splide:not(.is-overflow) .splide__pagination {
    display: none
}

.splide__progress__bar {
    width: 0
}

.splide {
    position: relative;
    visibility: hidden
}

.splide.is-initialized,
.splide.is-rendered {
    visibility: visible
}

.splide__slide {
    backface-visibility: hidden;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    list-style-type: none !important;
    margin: 0;
    position: relative;
}

.splide__slide img {
    vertical-align: bottom
}

.splide__spinner {
    animation: splide-loading 1s linear infinite;
    border: 2px solid #999;
    border-left-color: transparent;
    border-radius: 50%;
    bottom: 0;
    contain: strict;
    display: inline-block;
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px
}

.splide__sr {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
    display: none
}

.splide__toggle.is-active .splide__toggle__pause {
    display: inline
}

.splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0
}

@keyframes splide-loading {
    0% {
        transform: rotate(0)
    }
    to {
        transform: rotate(1turn)
    }
}

.splide__track--draggable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.splide__track--fade>.splide__list>.splide__slide {
    margin: 0 !important;
    opacity: 0;
    z-index: 0
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
    opacity: 1;
    z-index: 1
}

.splide--rtl {
    direction: rtl
}

.splide__track--ttb>.splide__list {
    display: block
}

.splide__arrow {
    -ms-flex-align: center;
    align-items: center;
    background: #ccc;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    height: 2em;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2em;
    z-index: 1
}

.splide__arrow svg {
    fill: #000;
    height: 1.2em;
    width: 1.2em
}

.splide__arrow:hover:not(:disabled) {
    opacity: .9
}

.splide__arrow:disabled {
    opacity: .3
}

.splide__arrow:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide__arrow--prev {
    left: 1em
}

.splide__arrow--prev svg {
    transform: scaleX(-1)
}

.splide__arrow--next {
    right: 1em
}

.splide.is-focus-in .splide__arrow:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide__pagination {
    bottom: .5em;
    left: 0;
    padding: 0 1em;
    position: absolute;
    right: 0;
    z-index: 1
}

.splide__pagination__page {
    background: #ccc;
    border: 0;
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    margin: 3px;
    opacity: .7;
    padding: 0;
    position: relative;
    transition: transform .2s linear;
    width: 8px
}

.splide__pagination__page.is-active {
    background: #fff;
    transform: scale(1.4);
    z-index: 1
}

.splide__pagination__page:hover {
    cursor: pointer;
    opacity: .9
}

.splide__pagination__page:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide.is-focus-in .splide__pagination__page:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide__progress__bar {
    background: #ccc;
    height: 3px
}

.splide__slide {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.splide__slide:focus {
    outline: 0
}

@supports(outline-offset:-3px) {
    .splide__slide:focus-visible {
        outline: 3px solid #0bf;
        outline-offset: -3px
    }
}

@media screen and (-ms-high-contrast:none) {
    .splide__slide:focus-visible {
        border: 3px solid #0bf
    }
}

@supports(outline-offset:-3px) {
    .splide.is-focus-in .splide__slide:focus {
        outline: 3px solid #0bf;
        outline-offset: -3px
    }
}

@media screen and (-ms-high-contrast:none) {
    .splide.is-focus-in .splide__slide:focus {
        border: 3px solid #0bf
    }
    .splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus {
        border-color: #0bf
    }
}

.splide__toggle {
    cursor: pointer
}

.splide__toggle:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide.is-focus-in .splide__toggle:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide__track--nav>.splide__list>.splide__slide {
    border: 3px solid transparent;
    cursor: pointer
}

.splide__track--nav>.splide__list>.splide__slide.is-active {
    border: 3px solid #000
}

.splide__arrows--rtl .splide__arrow--prev {
    left: auto;
    right: 1em
}

.splide__arrows--rtl .splide__arrow--prev svg {
    transform: scaleX(1)
}

.splide__arrows--rtl .splide__arrow--next {
    left: 1em;
    right: auto
}

.splide__arrows--rtl .splide__arrow--next svg {
    transform: scaleX(-1)
}

.splide__arrows--ttb .splide__arrow {
    left: 50%;
    transform: translate(-50%)
}

.splide__arrows--ttb .splide__arrow--prev {
    top: 1em
}

.splide__arrows--ttb .splide__arrow--prev svg {
    transform: rotate(-90deg)
}

.splide__arrows--ttb .splide__arrow--next {
    bottom: 1em;
    top: auto
}

.splide__arrows--ttb .splide__arrow--next svg {
    transform: rotate(90deg)
}

.splide__pagination--ttb {
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    left: auto;
    padding: 1em 0;
    right: .5em;
    top: 0
}

.splide {
    visibility: visible !important;
}

/* Widget First Gen */

.gap_post_outer {
    margin: 0 0 20px;
}

.gap_inner {
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.gap_inner figure {
	height: 200px;
}
.gap_inner figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.gap_block {
    padding: 25px 20px;
    text-align: center;
    height: 90px;
}

.gap_title {
    line-height: 1.25;
    font-weight: 700;
    margin: 0 0 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.gap_title a {
    font-size: 16px;
	color: #222;
}

.gap_time {
    font-size: 12px;
    font-weight: 400;
}

.gap_post .splide__arrow--prev {
    left: 15px;
}

.gap_post .splide__arrow--next {
    right: 15px;
}

.gap_post .splide__arrow {
    background: #fff;
	padding: 8px;
    border-radius: 30px;
    font-size: 15px;
    opacity: 1;
}
/* Hero Carousel */
.hero_post_outer {
	margin: 0 0 5px;
	padding: 20px;
	border: 1px solid #ddd;
	display: grid;
	align-items: center;
	grid-gap: 0;
	grid-template-columns: repeat(2, 1fr);
}

.hero_left {
    padding: 0 70px 0 0;
}
h2.hero_head {
    position: relative;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.25;
    margin: 0 0 20px;
}

.hero_desc {
    font-size: 16px;
	padding: 0 70px 0 0;
}

.hero_inner {
    position: relative;
}

.hero_inner:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    toP: 0;
    background: #000;
    opacity: 0.4;
    z-index: 1;
}
.hero_inner figure {
	height: 340px;
}
.hero_inner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero_block {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    z-index: 2;
}

.hero_title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.25;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0 0 8px;
}
.hero_title a {
	color: #fff;
}
.hero_time {
    font-size: 12px;
	color: #fff;
}
.hero_post .splide__arrow {
    background: #fff;
	padding: 8px;
    border-radius: 30px;
    font-size: 15px;
    opacity: 1;
}
/* Heading */

.maxx_head_widget {
    padding: 80px 80px;
}

.mb_is_full .maxx_head_widget {
    border-radius: 0;
}

.widget_block h1.maxx_head {
    font-size: 38px;
    line-height: 1.2;
    text-align: center;
    max-width: 700px;
    margin: 0 auto 10px;
}

.maxx_desc {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    text-align: center;
    max-width: 860px;
    margin: 0 auto;
}
/* Widget Gap */
.sm_gap {
    height: 30px;
}
.md_gap {
    height: 50px;
}
.lg_gap {
    height: 80px;
}
/* Widget Stand */

.maxx_stand_post {
    padding: 0 10px;
}

.mb_not_full.is_space .maxx_stand_post {
    padding: 0;
}

.no_space .maxx_stand_post {
    padding: 0;
}

.news_stand {
    display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat(4, 1fr);
}

.no_space .news_stand {
    grid-gap: 0px;
}

.stand_block figure {
	height: 340px;
}

.stand_block figure img {
    width: 100%;
	height: 100%;
	object-fit: cover;
}

.stand_inner {
    margin: 0;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.stand_inner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
	background: #fff;
    z-index: 1;
}

.stand_inner:hover:after {
    opacity: 1;
}

.no_space .stand_inner {
    margin: 0 0 10px;
    border-radius: 0;
}

.stand_meta {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
	z-index: 2;
    display: none;
}
.stand_inner:hover .stand_meta {
    display: block;
}
.stand_title {
    font-size: 16px;
    margin: 0 0 10px;
}
.stand_title a {
	color: #222;
}
.stand_author {
    margin: 0 0 10px;
}

.stand_author img {
    float: left;
    width: 35px;
    height: 35px;
    border-radius: 30px;
    margin: 0 15px 0 0;
}

.stand_author span {
    float: left;
    width: calc( 100% - 50px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    line-height: 35px;
}

.stand_time {
    position: relative;
    margin: 0 0 10px;
    padding: 0 0 0 45px;
	
	font-size: 14px;
}

.stand_time:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 6px;
    height: 1px;
    width: 40px;
	background: #222;
}
/* SImple Carousel */
.simplecarousel .splide__arrow {
  background: #fff;
  padding: 8px;
  border-radius: 30px;
  font-size: 15px;
  opacity: 1;
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}
.simplecarousel .splide__arrow--prev {
    left: 0px;
    bottom: calc( 50% - 18px );
}

.simplecarousel .splide__arrow--next {
    right: 0px;
    bottom: calc( 50% - 18px );
}

.simplecarousel .splide__list {
    padding: 20px;
}

.simple_post_outer {
    margin: 0 -10px;
}

.simple_post .splide__slide {
    padding: 10px;
}

.simple_inner {
    height: calc( 100% - 65px);
    padding: 30px 30px 35px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}

.simple_cat {
    margin: 0 0 10px;
    font-size: 13px;
}

.simple_cat a {
    display: none;
}

.simple_cat a:nth-child(1),
.simple_cat a:nth-child(2) {
    display: inline-block;
}

.mc_artichoke {
    background: #94A684;
    color: #ffffff;
}

.mc_artichoke a {
    color: #f0f0e7;
}

.mc_blue {
    background: #0055ff;
    color: #DFF6FF;
}

.mc_blue a {
    color: #ffffff !important;
}

.mc_green {
    background: #016A70;
    color: #FFFFDD;
}

.mc_green a {
    color: #ffffff !important;
}

.mc_purple {
    background: #5C4B99;
    color: #e0d9f9;
}

.mc_purple a {
    color: #ffffff !important;
}
.mc_default a {
	color: #222;
}
.simple_title {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 20px;
}

.simple_title a {
    font-weight: bold;
}

.simple_block img {
    width: 40px;
    height: 40px;
    float: left;
    margin: 0 15px 0 0;
    border-radius: 30px;
}

.simple_data {
    float: left;
    width: calc( 100% - 55px);
}

.simple_author {
    font-size: 14px;
    line-height: 1.6;
}

.simple_time {
    font-size: 12px;
}

.simple_author i {
    margin-left: -3px;
}




/* DARK MODE */
[data-theme="dark"] .ten_wrapper {
	background: #000 !important;
	color: #ddd !important;
}
[data-theme="dark"] .ten_header {
	background: #000 !important;
	color: #ddd !important;
}
[data-theme="dark"] .ten_search {
	background: #000 !important;
}
[data-theme="dark"] #tensearchpost {
	border: 1px solid #333 !important;
}
[data-theme="dark"] .ten_input {
	background: #000 !important;
	color: #ddd !important;
}
[data-theme="dark"] .ten_input::placeholder {
	color: #ddd !important;
}
[data-theme="dark"] .ten_button {
	background: #ddd !important;
	color: #000 !important;
}
[data-theme="dark"] .ten_sos a {
	background: #222 !important;
	color: #ddd !important;
}
[data-theme="dark"] .ten_menu {
	background: #222 !important;
}
[data-theme="dark"] .nav .accordion li a {
	color: #fff !important;
}
[data-theme="dark"] .maxx_tanggal {
	color: #ddd !important;
}
[data-theme="dark"] .ten_fixed_menu {
	background: #111 !important;
}
[data-theme="dark"] .ten_fixed_menu a {
	color: #ddd !important;
}
[data-theme="dark"] .ten_pop_list {
	background: #000 !important;
}
[data-theme="dark"] .ten_pop_list {
	background: #000 !important;
	color: #ddd !important;
	border-bottom: 1px solid #222 !important;
}
[data-theme="dark"] .ten_pop_list span:before {
	background: #ddd !important;
}
[data-theme="dark"] .pop1_style a,
[data-theme="dark"] .pop2_style a {
	background: #222 !important;
	color: #ddd !important;
}
[data-theme="dark"] .pop1_style a:nth-child(2) {
	color: #ddd !important;
}
[data-theme="dark"] .pop2_style a:nth-child(2),
[data-theme="dark"] .pop3_style a:nth-child(2) {
	color: #ddd !important;
	background: #222 !important;
}
[data-theme="dark"] .pop3_style a {
	background: #ddd !important;
	color: #000 !important;
}
[data-theme="dark"] .ten_scroll {
	background: #000 !important;
}
[data-theme="dark"] .ten_running a {
	color: #fff !important;
}
[data-theme="dark"] .ten_running a:hover {
	color: #ddd !important;
}
[data-theme="dark"] .archive_head span:before {
	background: #ddd !important;
}
[data-theme="dark"] .ten_loop_meta,
[data-theme="dark"] .ten_author_box,
[data-theme="dark"] .ten_author_desc {
	color: #ddd !important;
}
[data-theme="dark"] .ten_loop_meta a {
	color: #fff !important;
}
[data-theme="dark"] .ten_loop_title a {
	color: #ddd !important;
}
		
[data-theme="dark"] .pagination a.active {
	background: #222 !important;
	color: #fff !important;
}
[data-theme="dark"] .pagination a {
	color: #ddd !important;
}
[data-theme="dark"] .news_primary,
[data-theme="dark"] .maxx_schema,
[data-theme="dark"] .maxx_schema .bread_home,
[data-theme="dark"] .page-link-wrap a,
[data-theme="dark"] .news_primary .maxx_article .comment-metadata a,
[data-theme="dark"] .news_primary .maxx_article .rel_newstitle a,
[data-theme="dark"] .news_primary .maxx_article a.post-page-numbers {
	color: #fff !important;
}
[data-theme="dark"] .maxx_schema a,
[data-theme="dark"] .the_editor a,
[data-theme="dark"] .rel_newstime {
	color: #ddd !important;
}
[data-theme="dark"] .all_author,
[data-theme="dark"] .ten_share span.maxx_liking button,
[data-theme="dark"] .page-link-wrap span.current,
[data-theme="dark"] .news_primary #submit {
	background: #ddd !important;
	color: #000 !important;
}
@media screen and (max-width: 1024px) {
	[data-theme="dark"] .like-message {
		background: #ddd !important;
		color: #000 !important;
	}
}
[data-theme="dark"] .ten_share span.maxx_liking i {
	color: #000 !important;
}
[data-theme="dark"] .news_primary .maxx_article a,
[data-theme="dark"] .related_text a,
[data-theme="dark"] #respond a {
	color: #fff !important;
}
[data-theme="dark"] .news_primary .maxx_tags a {
	background: #222 !important;
	color: #ddd !important;
}
[data-theme="dark"] .news_primary .maxx_article .reply a {
	background: #222 !important;
	color: #ddd !important;
}
[data-theme="dark"] .news_sidebar {
	color: #ddd !important;
}
[data-theme="dark"] .news_sidebar a {
	color: #fff !important;
}
[data-theme="dark"] .news_sidebar .span_tax a {
	color: #ddd !important;
}
[data-theme="dark"] .news_sidebar .late_list_img span {
	background: #ddd !important;
	color: #000 !important;
}
[data-theme="dark"] .news_sidebar .simple_list_img {
	color: #ddd !important;
}
		
[data-theme="dark"] .ten_footer {
	background: #111 !important;
	border-top: 1px solid #222 !important;
}
[data-theme="dark"] .ten_footer_news {
	color: #ddd !important;
}
[data-theme="dark"] .ten_footer_news a {
	color: #ddd !important;
}
[data-theme="dark"] .footernews ul li a {
	color: #ddd !important;
}
[data-theme="dark"] .extra2_grid:after {
	background: linear-gradient(to right, transparent 5%, #000) !important;
}

@media screen and (max-width: 1200px) {
    .news_boxed .ten_container {
        padding: 0 20px;
    }
    .ten_container {
        padding: 0 60px;
    }
    .left_ads {
        left: -110px;
    }
    .right_ads {
        right: -110px;
    }
}

@media screen and (max-width: 1024px) {
    .ten_wrapper {
        overflow: hidden;
        padding: 130px 0 0;
    }
    /* Container */
    .ten_container {
        padding: 0 20px;
    }
    /* Sosmed */
    .ten_sos {
        display: none;
    }
    /* Search */
    .ten_search_icon {
        display: flex;
        margin-right: -20px;
    }
    .closemobilesearch {
        display: none;
    }
    .openmobilesearch .closemobilesearch {
        display: block;
    }
    .ten_search {
        display: none;
        position: fixed;
        top: -50px;
        bottom: -50px;
        left: 0;
        right: 0;
        height: auto;
        padding: 30px;
        align-items: center;
        z-index: 100;
    }
    .openmobilesearch .ten_search {
        display: flex;
    }
    #tensearchpost {
        position: relative;
        z-index: 2;
        max-width: 420px;
        margin: 0 auto;
    }
    .ten_input {
        width: calc(100% - 46px);
    }
    /* Menu */
    .ten_menu {
        position: fixed;
        top: 80px;
        left: 0;
        right: 0;
        z-index: 10;
    }

    .nav {
        overflow-x: scroll;
        white-space: nowrap;
        appearance: none;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .maxx_tanggal {
        display: none;
    }
    /* Ads */
    .left_ads,
    .right_ads {
        display: none;
    }
    /* Single */
    .like-message {
        position: fixed;
        bottom: -100px;
        top: auto;
        left: calc(50% - 115px);
        font-size: 15px;
        font-weight: bold;
        text-align: center;
        height: auto;
        padding: 10px 15px;
        background: #f74239;
        color: #fff;
        border-radius: 4px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }
    .like-message.active {
        bottom: calc(50% - 20px);
    }
    /* Footer */
    .ten_footer {
        margin: 40px 0 0;
    }
    .ten_footer .ten_container {
        padding: 0 20px;
    }
    .news_infooter {
        grid-column: span 4;
    }
}
@media screen and (max-width: 800px) {
    .news_primary {
        width: 100%;
        position: static;
    }
    .news_sidebar {
        display: none;
        width: 100%;
        position: static;
    }
    /* Footer */
    .footernews {
        grid-template-columns: repeat(4, 1fr);
    }
	/* Widget Home */
	.hero_post_outer {
		grid-template-columns: repeat(1, 1fr);
	}
	.hero_content {
		margin: 0 0 20px;
	}
	
    .maxx_head_widget {
        padding: 80px 30px;
    }
    .widget_block h1.maxx_head {
        font-size: 30px;
    }
    .maxx_desc {
        font-size: 15px;
    }
	.news_stand {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (max-width: 480px) {
    /* Wrapper */
    .ten_wrapper {
        padding: 96px 0 0;
    }
    /* Container */
    .ten_container,
	.news_full .ten_container {
        padding: 0 15px;
    }
    .news_boxed .ten_container {
        padding: 0 15px;
    }
    /* Header */
    .ten_header {
        height: 60px;
    }
    .ten_header_inner {
        margin: 12px 0;
        height: 36px;
    }
    .ten_logo {
        height: 36px;
    }
    .ten_logo img {
        max-height: 36px;
    }
    .ten_logo i {
        width: 30px;
        height: 60px;
        border-radius: 0;
        margin-left: -15px;
    }
    /* Search */
    .ten_search_icon {
        height: 60px;
        margin-right: -15px;
        width: 30px;
        font-size: 16px;
    }
	#tensearchpost {
		width: 320px;
	}
	.ten_input {
		height: 42px;
		line-height: 42px;
		font-size: 16px;
	}
	.ten_button {
		width: 58px;
		height: 36px;
		font-size: 15px;
	}
    .darkmode:before {
        font-size: 16px;
    }
    /* Menu */
    .ten_menu {
        top: 60px;
        height: 36px;
        font-size: 13px;
    }
    .nav {
        height: 36px;
        width: calc(100% + 0px);
        margin: 0 -15px;
        padding: 0 15px;
    }
    .nav .accordion {
        height: 36px;
        display: flex;
        white-space: nowrap;
    }
    .nav .accordion li {
        line-height: 36px;
    }
    .nav .accordion li a {
        font-size: 14px;
    }
    /* Running */
    .ten_running .ten_container {
        padding: 0;
    }
    .ten_run_ticker {
        font-size: 14px;
    }

    /* Popular */
    .ten_pop_list {
        justify-content: left;
        height: 30px;
        width: calc(100% + 0px);
        margin: 0 -15px;
        padding: 6px 15px;
        overflow-x: scroll;
        white-space: nowrap;
        appearance: none;
        -ms-overflow-style: none;
        scrollbar-width: none;
        gap: 10px;
    }

    /* Ads */
    .header_ads .ten_container {
        padding: 0;
    }
    /* Ten Fixed Menu */
    .ten_fixed_menu {
        top: 60px;
    }
    /* Loop */
    .ten_loop {
        padding: 0 0 15px;
        min-height: 90px;
    }
    .ten_loop_img {
        height: 95px;
    }
    .ten_loop_over {
        width: calc(65% - 12px);
        padding: 4px 0;
    }
    .ten_loop_title {
        font-size: 16px;
    }
    /* Sidebar */
    .news_sidebar {
        display: block;
    }
    .late_list_img {
        width: 100px;
        height: 100px;
    }
    .late_list_post {
        width: calc(100% - 115px);
    }
    .late_list_title {
        font-size: 16px;
    }
    .late__time {
        font-size: 13px;
    }
    .simple_list_img {
        font-size: 30px;
        width: 40px;
    }
    .simple_list_post {
        width: calc(100% - 40px);
    }
    /* Single */
    .maxx_schema {
        margin: 0 0 15px;
    }
    .the_title {
        font-size: 25px;
        margin: 0 0 15px;
        text-transform: capitalize;
    }
    .single_author img {
        width: 36px;
        height: 36px;
    }
    .single_author {
        margin: 0 0 20px;
        padding: 10px 15px;
    }
    .name_author span {
        font-size: 14px;
    }
    .single_time {
        font-size: 12px;
    }
    .all_author {
        right: 15px;
    }
    .post_main {
        width: 100%;
    }
    .primary_featured img {
        border-radius: 6px;
    }

    .post_side_ads {
        display: none;
    }
    .maxx_tags a {
        border-radius: 4px;
        height: 28px;
        line-height: 28px;
        font-size: 13px;
    }
    .maxx_tags a:before {
        height: 28px;
        line-height: 28px;
    }
    .iframe_scroll .primary_featured iframe {
        width: 250px;
        bottom: 20px;
    }
    .iframe_scroll .primary_featured span {
        right: 270px;
    }
    /* Related */
    .rel_newsimg {
        height: 115px;
    }
    /* Sidebar */
    .wp-block-image img {
        margin: 0 auto;
    }
    /* Footer */
    .ten_footer .ten_container {
        padding: 0 15px;
    }
    .ten_footer_news {
        display: block;
    }
    .news_infooter {
        display: none;
    }
    .footernews {
        grid-template-columns: repeat(3, 1fr);
        font-size: 15px;
        grid-gap: 20px;
    }
    .footernews > li > a {
        font-size: 17px;
    }
    .footernews ul li {
        font-weight: bold;
    }
    .copyright {
        margin-bottom: 10px;
        font-size: 15px;
        text-align: center;
    }
    .copyright .ten_logo a {
        margin: 0 auto;
    }
	/* Widget Home */
	.hero_post_outer {
		padding: 12px;
		margin: 0 -13px 5px;
	}
	.hero_left {
		padding: 0 30px 0 0;
	}
	h2.hero_head {
		font-size: 25px;
		margin: 0 0 10px;
	}
	.hero_desc {
		font-size: 15px;
		padding: 0 30px 0 0;
	}
	.hero_block {
		bottom: 12px;
		left: 12px;
		right: 12px;
	}
	.hero_title {
		font-size: 15px;
		margin: 0 0 4px;
	}
	.hero_time {
		font-size: 12px;
	}
	.hero_inner figure {
		height: 260px;
	}
	
    .widget_block h1.maxx_head {
        font-size: 26px;
        margin: 0 auto 15px;
    }
	.maxx_head_widget {
		padding: 30px 10px;
	}
    .sm_gap {
        height: 15px;
    }
    .md_gap {
        height: 25px;
    }
    .lg_gap {
        height: 40px;
    }
	.stand_block figure {
		height: 260px;
	}
	.stand_meta {
		bottom: 12px;
		left: 12px;
		right: 12px;
	}
	.stand_title {
		font-size: 15px;
		margin: 0 0 5px;
	}
	.stand_time {
		font-size: 13px;
	}
	
	
}
