:root {
  --base-color: #c90003;
  --light-color: #ff5941;
  --fb-color: #3b5998;
  --ig-color: #A133AE;
  --twit-color: #00aced;
  --yt-color: #c82525;
  --wa-color: #4fce5d;
  --tiktok-color: #000000;
  --telegram-color: #4C9FEE;
}

body {
  font-family: Roboto, sans-serif;
}

header .headMenu {
  position: relative;
  -js-display: flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 2px 6px rgb(0 0 0 / 10%);
}

.headMenu .menu-toggle {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  justify-content: flex-start;
  font-size: 22px;
  padding-right: 10px;
}

.headMenu .menu-toggle a {
  color: #000;
}

.headMenu .logoHead {
  -ms-flex: 1;
  flex: 1;
  justify-content: center;
  padding: 0 10px;
  text-align: center;
}

.logoHead img {
  -ms-interpolation-mode: bicubic;
  height: 55px;
}

.headMenu .searchHead {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  justify-content: flex-end;
  font-size: 22px;
  padding-left: 10px;
}

.headMenu .searchHead a {
  color: #000;
}

header .navToggle {
  display: block;
  background-color: #fff;
  position: fixed;
  top: 75px;
  width: 300px;
  height: calc(100% - 60px);
  z-index: 12;
  overflow-y: auto;
  padding-bottom: 20px;
  transition: transform 0.1s linear 0s;
  transform: translateX(-100%);
}

.navlinktoggle {
  padding: 10px;
  padding-left: 15px;
  font-weight: 500;
}

a {
  color: #000;
}

a:hover {
  text-decoration: none;
}

.navlinktoggle_important {
  border-bottom: 1px solid rgb(236, 239, 241);
  border-top: 1px solid rgb(236, 239, 241);
  margin-bottom: 15px;
  padding: 15px 10px;
  padding-left: 15px;
  margin-top: 15px;
  font-weight: 500;
}

.overlayToggle {
  display: none;
  z-index: 6;
  position: fixed;
  top: 75px;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  transition: opacity 0.1s ease 0s;
}

a.icon_collapse {
  float: right;
}

.navToggle.show {
  transform: translateX(0px);
  transition: transform 0.1s linear 0s;
}

.nav-search input[type=text] {
  border: 1px solid var(--base-color);
  padding: 14px 20px;
  font-size: 13px;
}

.nav-search {
  display: none;
  padding: 15px 0px;
  position: fixed;
  z-index: 9;
  width: 100%;
  top: 70px;
}

#main {
  padding-top: 10px;
}

.fixed-head {
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
}

#main {
  padding-top: 10px;
}

.headline {
  position: relative;
  padding: 0px 10px;
}

header {
  position: sticky;
  top: 0;
  padding-bottom: 0;
  right: 0;
  left: 0;
  z-index: 99;
  background-color: #fff;
}

.headline .slick-arrow {
  top: 50%;
  position: absolute;
  background-color: #fff;
  font-size: 20px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  z-index: 1;
  padding-top: 5px;
  text-align: center;
  opacity: .8;
}

.headline .headline-prev {
  left: 20px;
}

.headline .headline-next {
  right: 20px;
}

.headline .item-headline {
  position: relative;
  width: 100%;
}

.img-headline img {
  width: 100%;
}

.headline .options-headline {
  position: absolute;
  bottom: 0;
  z-index: 1;
  padding: 15px 10px;
  text-align: left;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
}

.options-headline .title a {
  color: #fff;
}

.options-headline .title {
  text-align: left;
  color: #fff;
  padding: 0 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 3;
  letter-spacing: 2px;
  line-height: 1.3;
  font-weight: 700;
  font-size: 16px;
}

.options-headline .date {
  margin-top: 10px;
  color: #fff;
  padding: 0 10px;
  font-size: 11px;
  position: relative;
}

.options-headline .date:after {
  background: #e96656;
  bottom: -4px;
  content: "";
  height: 2px;
  left: 10px;
  margin: auto;
  position: absolute;
  width: 50px;
  z-index: 1;
}

.wrapper {
  margin: 10px 0;
}

.wrapper .title-wrapper {
  margin-bottom: 20px;
  border-bottom: 2px solid #eee;
  font-size: 14px;
  font-weight: 700;
  line-height: 35px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin: 0 15px;
}

.wrapper .title-wrapper:after {
  content: "";
  width: 40px;
  height: 2px;
  background: #f70d28;
  display: block;
  position: relative;
  bottom: -2px;
}

.last-feed {
  width: 100%;
  padding: .6rem 15px;
}

.last-feed .flexbox-article {
  display: flex;
  align-items: start;
}

.last-feed .media-left {
  width: 30%;
  margin-right: 1rem;
}

.last-feed .media-right {
  flex: 1;
}

.media-left img {
  width: 100%;
}

.media-right .category {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
}

.media-right .category a {
  color: var(--base-color);
}

.media-right .title {
  font-size: 15px;
  font-weight: 600;
  margin: 10px 0px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 3;
  line-height: 1.4;
}

.media-right .date {
  color: #a0a0a0;
  font-size: 11px;
}

.media-right .date i {
  color: var(--base-color);
}

.wrapper .box-slide {
  display: flex;
  overflow-x: scroll;
  flex-wrap: nowrap;
  padding-bottom: 5px;
}

.wrapper .box-slide .box-article .content-box {
  width: 250px;
}

.wrapper .box-slide .box-article {
  width: 250px!important;
  padding:0px;
}

.wrapper .box-article {
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgb(0 0 0 / 8%);
  margin: 0 10px;
}

.box-article .title-wrapper {
  margin: 0;
}

.box-article .thumbs {
  margin-bottom: 15px;
}

.box-article .content-box {
  margin-top: 15px;
}

.box-slide .box-article .content-box {
  margin-top: 0px;
}

.thumbs img {
  width: 100%;
}

.box-article .options-box .title {
  font-size: 15px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 3;
}

.box-slide .box-article .options-box {
  padding: 10px;
}

.ads-wrapper {
  text-align: center;
  content: "Sponsored Content";
  display: block;
  margin-bottom: 15px;
}

footer {
  margin-left: 15px;
  margin-right: 15px;
  border-top: 1px solid #000000;
  padding: 5px;
}

.footer-links a {
  font-size: 12px;
  color: var(--light-color);
}

.footer-links li:not(:last-child):after {
  margin: 0 0 0 6px;
  content: "-";
}

footer .copyright {
  margin-bottom: 1em;
  font-size: 10px;
  text-align: center;
}

footer .footer-links {
  text-align: center;
}

button.load-more {
  margin: 0px 15px;
  width: calc(100% - 30px)!important;
}

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

.content-post .breadcrumb {
  background-color: transparent;
  padding: 0.75rem 0rem;
  margin-bottom: 0px;
}

.breadcrumb li {
  font-size: 11px;
}

.breadcrumb li a {
  color: var(--light-color);
}

.content-post h1.title {
  font-size: 1.5em;
  letter-spacing: -.5px;
  line-height: 1.3;
  margin-bottom: 0;
  font-weight: 800;
}

h2.subtitle, h2.subtitle a {
  color: var(--base-color);
  font-size: 13px;
  font-weight: 600;
}

.content-post .author {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #a0a0a0;
  font-size: 13px;
}

.author a {
  color: var(--light-color);
}

.content-post .date {
  font-size: 11px;
  color: #a0a0a0;
  margin-bottom: 10px;
}

.content-post figure {
  width: 100%!important;
}

.figure .figure-img {
  width: 100%;
  margin-bottom: 0;
}

.content-post .figure-caption {
  font-size: 70%;
}

.content-post .figure-caption, .content-post .wp-caption-text, .content-post figcaption {
  background-color: #EEE;
  color: #4A4A4A;
  font-size: 13px;
  padding: 10px 15px;
  font-style: italic;
  line-height: 1.5;
}

.content-post .article .wp-caption {
  width:100%!important;
}

.content-post .tag-list {
  font-size: 14px;
  margin-bottom: 15px;
}

.tag-list span {
  font-weight: 700;
}

.tag-list a {
  display: inline-block;
  padding: 4px 10px;
  background-color: #f5f5f5;
  margin: 0 10px 5px 0;
  color: #616161;
}

li.share {
  margin-right: 5px;
  display: inline-block;
  padding: 8px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

li.share-facebook {
  background-color: var(--fb-color);
}

a.share-url {
  color: #fff;
}

li.share-twitter {
  background-color: var(--twit-color);
}

li.share-whatsapp {
  background-color: var(--wa-color);
}

li.share-telegram {
  background-color: var(--telegram-color);
}

.title-wrapper .red {
  color: #f70d28;
}

.letter-tiny {
  letter-spacing: 0;
}

.page-item.active .page-link {
  border-color: var(--base-color);
  background-color: var(--base-color);
}

.page-link {
  color: var(--base-color);
}

.title-wrapper .desc-title {
  font-size: 12px;
  text-transform: initial;
  letter-spacing: 0;
  line-height: 2;
  font-weight: 500;
  font-style: italic;
}

.article.entry-content {
  font-size: 1.1rem;
  line-height: 1.7rem;
  margin-top: 1rem;
}

.content-post .article a {
  color: var(--base-color);
}

.article .readmore {
  font-weight: 700;
  border-left: 4px solid var(--light-color);
  padding-left: 10px;
}

.article .readmore a {
  color: var(--base-color);
}

.box-author {
  padding: 10px;
  margin-bottom: 15px;
  display: flex;
  align-items: start;
  background-color: #f5f5f5;
  border: 1px solid #eaeaea;
  border-radius: 3px;
}

.box-author .image {
  width: 90px;
  margin-right: 10px;
}

.box-author .image img {
  width: 90px;
  border-radius: 50%;
}

.box-author .options {
  width: 100%;
  height: 100px;
  padding: 10px;
}

.box-author .options .title {
  color: var(--light-color);
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.box-author .options .description {
  font-size: 13px;
}

.indeks-form {
  margin-bottom: 15px;
  margin-top: 15px;
}

.indeks-form .select_date {
  font-size: 16px;
  padding: 10px;
  background-color: #eee;
  border-radius: 5px;
  border: 0px;
}

.indeks-form input, .indeks-form select {
  width: 100%;
}

.indeks-form .select_cat {
  background-color: #eee;
  padding: 10px;
  font-size: 16px;
  border: 0;
  border-radius: 5px;
}

.article img {
  width: 100%!important;
  height: auto;
}

.loading-more {
  display: none;
}

.box_socialmedia {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  padding: 5px;
  background-color: rgba(255, 89, 65, 0.2);
  border-radius: 8px;
}

.box_socialmedia p.title {
  font-weight: 600;
}

.box_socialmedia .follow-sosmed, .box_socialmedia .follow-sosmed a {
  color: #fff!important;
  font-size: 10px;
}

footer .box_socialmedia .follow-sosmed, .box_socialmedia .follow-sosmed a {
  font-size: 24px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
}

.box_socialmedia li {
  margin-bottom: 10px;
}

.box_socialmedia .follow-sosmed.facebook {
  background-color: var(--fb-color);
  border-color: var(--fb-color);;
}

.box_socialmedia .follow-sosmed.twitter {
  background-color: var(--twit-color);
  border-color: var(--twit-color);;
}

.box_socialmedia .follow-sosmed.youtube {
  background-color: var(--yt-color);
  border-color: var(--yt-color);;
}

.box_socialmedia .follow-sosmed.instagram {
  background-color: var(--ig-color);
  border-color: var(--ig-color);
}

.box_socialmedia .follow-sosmed.tiktok {
  background-color: var(--tiktok-color);
  border-color: var(--tiktok-color);;
}

footer .network {
  text-align:  center;
  margin-bottom: 15px;
}

footer .network .title {
  color: var(--base-color);
  font-size: 1.3em;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.network .listnetwork img {
  width: auto;
  height: 45px;
}

.citizen-info {
  display: flex;
  align-items: start;
  align-items: center;
  font-size: 14px;
  color: #888888;
  background-color: rgba(253, 164, 105, 0.4);
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.citizen-info .icon-netizen {
  color: var(--light-color);
  align-items: center;
  font-size: 40px;
}

.citizen-info .citizen-text {
  padding-left: 10px;
  flex: 1
}

.ads_sticky_footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  text-align: center;
  z-index: 100000;
  box-shadow: 0 -1px 2px 0 rgb(0 0 0 / 10%);
}

.closeAdsSticky {
  position: absolute;
  width: 26px;
  height: 24px;
  line-height: 28px;
  font-weight: 700;
  right: 0;
  background-color: #fff;
  box-shadow: 0 -1px 3px 0 rgb(0 0 0 / 10%);
  border: none;
  border-top-left-radius: 13px;
  font-size: 21px;
  top: -24px;
}

.ads_sticky_footer .ads-wrapper {
  margin: 0px!important;
}