/* begin custom */
.btn-newstizen {
    z-index:20;
    border:0px;
    color: #000000;
    background:transparent;
    position:absolute;
    right:0;
}

.btn-newstizen:focus, .btn-newstizen.focus {
    border: 0;
}

.btn-newstizen:hover, .btn-newstizen.hover {
    color: #007bff;
}

/* menu utama */
.menu-navbar-newstizen {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 680;
    font-size: 14px;
    display: block;
    padding: 14px 0;
    text-transform: uppercase;
    position: relative;
}

/* jika ingin menu utama berwarna kuning saat hover (ganti warna), aktifkan css class dibawah ini */
.menu-navbar-newstizen .menu-item a:hover, 
.btn-theme-control:hover,.btn-theme-control-m:hover, #search-button:hover,
.news-dark .btn-newstizen:hover, .news-dark a.read-more:hover {
    color: #f6da09!important;
} 

/* untuk detail berita 
ganti .text-newstizen dengan .card-text jika ingin berlaku global untuk semua isi berita (album,video,dll)
*/
.text-newstizen {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 13pt;
}

/* end custom */

body.news-dark{
    background: #121212;
    color: #fff;
}

.news-dark .post-header, .news-dark .post-titlex, .news-dark .blog.card .card-body a, 
.news-dark .section .section-container .section-body .section-post.card a,
.news-dark .video-list.card .card-body a {
    color: #faebd7;
}

.news-dark .blog.card .card-body a:hover, 
.news-dark .grid.card .card-body a:hover,
.news-dark .video-list.card .card-body a:hover,
.news-dark .related-video.card .card-body > ul li a:hover {
    color: #007bff;
}

.news-dark .post-header:hover, .news-dark .footer-widget .widget.card .card-body > ul li a:hover {
    color: #17a2b8;
}

.news-dark .blog.card .card-body .tags a {
    color: #000000;
}

.news-dark .footer-widget, .news-dark .footer-widget a {
    color: inherit;
}

.news-dark .section-title, .news-dark .read-more {
    color: #f0ffff!important;
}

.news-dark .read-more.news-content-trim {
    color: #e55225!important;
}

.news-dark .related-video.card .card-body > ul li a {
    color: #f0ffff;
}

.news-dark .header-content {
    background: #0000004f;
}

.news-dark .header .header-main-menu {
    border-top: 3px solid #2b2b2b;
}

.news-dark [name='search_news'] {
    border-radius: 4px;
    background: #2d2d2d;
    border: 1px solid transparent;
    color: #fff;
}

.news-dark .btn-newstizen {
    color: #fff;
}

.news-dark .btn-responsive {
    background: #404040;
}

#carouselHero ol.carousel-indicators li {
    border-top: 5px solid transparent;
}

#carouselHero ol.carousel-indicators li .image-container {
    width: 100%!important;
    height: 70%!important;
}

#carouselHero ol.carousel-indicators li a {
    font-size: .575rem;
}

@media (max-width: 768px){
    #carouselHero ol.carousel-indicators li .image-container {
        height: 50%!important;
    }
}

@media (max-width: 430px){
    #carouselHero ol.carousel-indicators li a {
        font-size: .475rem;
    }
}

.news-dark #carouselHero ol.carousel-indicators li {
    /* background-color: rgb(232 218 218 / 72%); */
    background-color: #2d2d2d;
}

#back-to-top {
    opacity: 80%;
    background: #ff0000;
}

#back-to-top:hover {
    opacity: 100%;
}

@media (max-width: 992px){
    #back-to-top {
        bottom: 160px;
    }
}

@media (max-width: 300px){
    #back-to-top {
        bottom: 100px;
    }
}

.news-dark .widget-categories .card-body {
    background: #262626;
}

.news-dark .sidebar .widget.card .card-body > ul li a {
    color: #212529;
}

.news-dark .sidebar .widget.card.widget-categories .card-body > ul li a
{
    color: hsla(0,0%,100%,.87);
    margin-left: 10px;
}
.news-dark .grid.card .card-body a {
    color: hsla(0,0%,100%,.87);
}

.news-dark .sidebar .widget.card.widget-categories .card-header {
    border-bottom: 3px solid #d00404;
}

.news-dark .sidebar .widget.card.posts-widget .card-header {
    border-bottom: 3px solid #0066e6;
}

.news-dark .sidebar .widget.card.widget-tagcloud .card-header {
    border-bottom: 3px solid #04652c;
}

.news-dark .sidebar .widget.widget-tagcloud .tagcloud a {
    color: #ff963e;
}

.news-dark .blog-detail.card .card-body table {
    background: #878686;
    color: #e1e2ea;
}

.news-dark .blog-detail.card .card-body table thead {
    background: #3c3c3c;
    color: #f0ffff;
}

.news-dark .pagination a {
    background: #0066e6;
    color: #fff;
}

.news-dark .comment-respond input.form-control,.news-dark .comment-respond textarea.form-control {
    background: #2d2d2d;
    color: #fff;
}

.news-dark .pagination a:hover, .news-dark .pagination span.current {
    background: #d00404;
}

.news-dark .post-content .post-meta {
    color: #c0bdbd!important;
}

.news-dark .section.featured .section-container .section-body .section-post .card-body a .post-title:hover {
    color: #007bff!important;
}

.post-head {
    position: relative;
    color: #e55225;
    font-family: Roboto Condensed,sans-serif;
    text-transform: uppercase;
    font-weight: 700;    
}

.post-head:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 5px solid #0066e6;
}


.main-menu-container.news-navbar {
    padding: 0!important;
    line-height: 1;
    border-top: 1px solid #383838;
}

.news-navbar.navbar-dark {
    background: #020202!important;
}

.footer-widget .widget.widget-social .social-bar a.social-icon {
    padding: 3px;
}

.width-100 {
    width: 100%;
}

.logo-menu-fixed {
    height: 30px;
    margin-top: 0.5em;
}

.news-dark .comment-respond .btn-theme {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.news-dark .comment-respond .btn-theme:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}

.btn-theme-control,.btn-theme-control-m {
    color: #fff;
    font-size: 24px;
}

.btn-theme-control-m {
    line-height: 0;
}

.fixed-top .btn-theme-control {
    font-size: 20px;
    position: absolute;
    top: 0;
    right: 5px;
    z-index: 2001;
}

.news-dark .btn-theme-control, .news-dark .btn-theme-control-m {
    color: #fff;
}

.breaking-news-top #breaking-news .breaking-content .breaking-news-slider {
    border: 1px solid transparent;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 0;
    background: transparent;
    color: #fff;
}

.breaking-news-top #breaking-news .breaking-content .title {
    background: #0066e6;
    padding-top: 2px;
    padding-bottom: 3px;
    border-radius: 0px;
}

.breaking-news-top {
    padding-top: 0.5rem;
}

.breaking-news-top #breaking-news .breaking-content .breaking-news-slider a {
    color: #fff;
}

.breaking-news-top #breaking-news .breaking-content .breaking-news-slider .owl-nav {
    background: transparent;
    top: 0;
}

.breaking-news-top #breaking-news .breaking-content .breaking-news-slider .owl-nav button {
    border: 1px solid #fff;
    color: #fff;
}

.news-dark .breaking-news-top #breaking-news .breaking-content .breaking-news-slider .owl-nav button {
    border: 1px solid #fff;
    color: #fff;
}

#search-button {
    position: absolute;
    top: 0;
    right: 45px;
    z-index: 2000;
    font-size: 20px;
}

#search-button {
    color: #fff;
}

.news-dark #search-button {
    color: #fff;
}

.widget-search.search-fixed {
    position: absolute;
    right: 0px;
    top: 50px;
    width: 30rem;
    z-index: 6000;
}

.search-fixed  .card-body{
    background: #0c0c0c;
}

.news-dark .search-fixed .btn-newstizen {
    background: #2d2d2d;
}

.search-fixed .form-group {
    margin-bottom: 0;
}

.carousel-indicators.thumbnail-indicator {
    display: grid;
    grid-auto-rows: minmax(min-content, 1fr);
    grid-template-columns: repeat(6, minmax(50px, 1fr));
    height: 8em;
    margin-bottom: 30px;
    margin-top: 5px!important;
}

@media (max-width: 576px){
    .carousel-indicators.thumbnail-indicator {
        height: 8em;
    }    

    .carousel-indicators.thumbnail-indicator li a {
        font-size: 10px;
    }

    .iklan-bawah-img {
        width: 100%;
    }
}


.carousel-indicators.thumbnail-indicator li {
    width: auto!important;
    height: 100%!important;
    border-radius: 0!important;
    color: #fff!important;
    
}

.carousel-indicators.thumbnail-indicator li:hover {
    opacity: 1;
    color: #007bff!important;
}


.carousel-indicators.thumbnail-indicator li a {
    color: #fff!important;
}

/* .carousel-indicators.thumbnail-indicator li a:hover {
    color: #007bff!important;
} */

.news-dark .responsive-menu .menu-content {
    background: #181818;    
}

.news-dark .responsive-menu .menu-content .sidemenu {
    background: #2d2d2d;
    color: #fff;
}

.news-dark .responsive-menu .menu-content .menu-header {
    background: #181818;
    color: #fff;    
}

.news-dark .responsive-menu .menu-content ul.sidemenu ul.sub-menu li a, 
.news-dark .responsive-menu .menu-content ul.sidemenu li a {
    color: #fff;
}

.news-dark .responsive-menu .menu-top a {
    background: #2d2d2d;
}

@media (max-width: 1200px) {
    .d-mobile-none {
      display: none !important;
    }
}

@media (max-width: 991px) {
    .d-xs-none {
      display: none !important;
    }
}

.btn.btn-newstizen:active,
.btn.btn-newstizen:focus,.btn.btn-newstizen {
    border: 0px;
    border-color: transparent;
}

.header .header-content {
    background: #121212;
}

.news-navbar .btn-responsive.navbar-toggler {
    background: #404040;
}

.thumbnail-indicator .image-container {
    border-radius: 0px;
}

#carouselHero ol.carousel-indicators li.active {
    border-top: 5px solid #ff0000;
}

.section .section-container .section-body .section-post.card.post-list .post-img-container {
    height: 117px;
    width: 200px;
}

@media (max-width: 767px) {
    .section .section-container .section-body .section-post.card.post-list .post-img-container {
        height: 100px;
        width: 150px;
    }
}

@media (max-width: 767px){
    .section .section-container .section-body .section-post.card.post-list .card-body h4 {
        font-size: 14px;
    }
}

.thumbnail.latest-news-thumbnail {
    position: relative;
    width: inherit;
    height: inherit;
}

.thumbnail.latest-news-thumbnail .portrait {
    min-height: 117px;
}

.thumbnail.latest-news-thumbnail .landscape {
    min-width: 200px;
}

@media (max-width: 575px){
    .section .section-container .section-body .section-post.card.post-list .post-img-container {
        width: 100px;
    }    
    .thumbnail.latest-news-thumbnail .portrait {
        min-height: 117px;
    }
    
    .thumbnail.latest-news-thumbnail .landscape {
        min-width: 100px;
    }    
}

.headline-news {
    position: absolute;
    top: 50px;
    opacity: .7;
    z-index: 20;
    padding: 10px;
    color: #fff;
    font-weight: 700;
}

.section.featured .section-container .section-title, 
.section.gallery .section-container .section-title, 
.section.video .section-container .section-title, 
.section.agenda .section-container .section-title, 
.section.category .section-container .section-title, 
.section.latest-news .section-container .section-title {
    border-bottom: 3px solid #ff0000;
}

#carouselHero .carousel-caption .post-meta {
    color: #f1d9d9;
    background: #464545;
    width: fit-content;
    padding: 0px 5px;
    border-radius: 5px;
}

.news-number:after {
    background: #0bb8dd;
    opacity: .7;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    z-index: -1;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
}

.news-dark .news-number:after {
    background: #262626;
}

.news-number {
    z-index: 1;
    color: #fff;
    font-size: 40px;
    position: relative;
    width: 40%;
    font-weight: 700;
    text-align: center;
}

footer .news-number {
    display: none!important;
}

.iklan-bawah-fixed {
    position: fixed;
    bottom: 0;
    z-index: 20000;
    left: 0;
    right: 0;
    min-height: 60px;
    max-height: 160px;
    background: #404447;
}

.iklan-bawah-fixed-no-image {
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #bcbcbc;
}

.iklan-bawah-tutup {
    position: absolute;
    background: #d30708;
    display: inline-block;
    left: 0;
    top: -20px;
    padding: 4px 8px;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    font-weight: 500;
}

.iklan-bawah-tutup:hover {
    color: #cfcfcf;
}

.iklan-bawah-img {
    object-position: center;
    object-fit: cover;
    max-height: 160px;
}

.iklan-atas-mobile-img {
    object-position: center;
    object-fit: cover;
    width: 100%;
}

.iklan-atas-mobile {
    top: 0;
    width: 100%;
    position: relative;
    z-index: 0;
    background: #212121;
    height: auto;
    overflow: hidden;
    padding-top: 30px;
}

.iklan-atas-mobile:after {
    content: "Gulir ke bawah untuk membaca artikel";
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 30px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.news-content-detail .iklan-atas-mobile:after {
    content: "Ads - Gulir untuk lanjutan artikel";
}

.iklan-atas-mobile-tutup {
    right: 10px;
    width: 20px;
    z-index: 99;
    height: 20px;
    position: absolute;
    top: 5px;
    cursor: pointer;
    padding: 0;
    color: #fff;
    background: #ff0000;
    line-height: 1;
    font-size: 14px;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.iklan-atas-mobile-container, .iklan-atas-mobile-content {
    width: 90%;
    height: fit-content;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #404447;
}

.iklan-atas-mobile-content {
    width: 100%;
}

.iklan-atas-mobile-no-image {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #bcbcbc;
}

.news-pagination {
    position: relative;
    margin: 10px 0;
    padding: 10px;
    background: #2d2d2d;
    font-size: 14px;
    border-radius: 8px;
}

.news-dark .news-pagination {
    background: #2d2d2d;
}

.news-pagination ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.news-pagination li {
    display: block;
    margin: 0 2px 15px;
    list-style: none;
    float: left;
}

.nav-item.nav-item-circle {
    border-radius: 50%;
}

.nav-item.nav-item-circle {
    background: #0066e6;
    color: #fff!important;
    margin-right: 5px;
}

.nav-item.nav-item-circle.active, .nav-item.nav-item-circle:hover, .nav-item.news-show-all.active {
    background: #d00404;
}

.nav-item.news-show-all {
    margin-left: auto;
    font-style: italic;
    font-weight: 600;
    padding-right: 0;
}

.nav-item.news-show-all.active {
    background: transparent;
}

.nav-item.news-show-all:hover {
    color: #fff!important;
}

#footer-bottom {
    height: 250px;
}

@media (max-width: 992px) {
    #footer-bottom {
        height: 325px;
    }
    
}

.news-content-next {
    text-align: justify;
    font-style: italic;
    color: #0066e6;
    font-weight: 700;
    font-size: smaller;
}

@media (max-width: 375px){
    .logo-header {
        width: 80%;
    }

    .logo-header img {
        width: 99%;
    }
}

@media (max-width: 360px){
    .logo-header {
        width: 75%;
    }

}

.navbar-toggler {
    padding: .25rem;
}

