:root {
    --bg-primary: #ca231f;
    --bg-primary1: #111;
    --bg-green: #006633;
    --bg-blue: #0970bd;
    --bg-org: #ea4828;
    --bg-white: #FFF;
    --bg-red: #ce2a22;
    --bg-base:  #FFF;
    --dark-org: #daab46;
    --black: #000;
    --dark-blue: #0c2388;
    --gold: #fcc43f;
    --orange: #ef4a24;
    --blue: #193186;
    --container:1080px;
    --dark: #333;
    --light: #efefef;
    --gray: #999;
    --white: #FFF;
};

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

a {
  text-decoration: none;
  color: #333;
}

a:hover {
  color: var(--bg-primary)!important;
}

li {
  
}

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */

html {
  font-family: "Poppins", sans-serif;
  line-height: 1.3;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  font-size: 20px;
  margin: 0;
  background: var(--bg-base);
}

article,
aside,
footer,
header,
nav,
section {
  display: block
}

h1 {
  font-size: 2em;
  margin: 0.67em 0
}

figcaption,
figure {
  display: block
}

figure {
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 1;
  overflow: visible
}

main {
  display: block
}

pre {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: inherit
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

dfn {
  font-style: italic
}

mark {
  background-color: #ff0;
  color: #000
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -0.25em
}

sup {
  top: -0.5em
}

audio,
video {
  display: inline-block
}

audio:not([controls]) {
  display: none;
  height: 0
}

img {
  border-style: none
}

svg:not(:root) {
  overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText
}

input {
  overflow: visible
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

fieldset {
  padding: 0.35em 0.75em 0.625em
}

legend {
  box-sizing: border-box;
  display: table;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal
}

progress {
  display: inline-block;
  vertical-align: baseline
}

textarea {
  overflow: auto
}

details {
  display: block
}

summary {
  display: list-item
}

menu {
  display: block
}

canvas {
  display: inline-block
}

template {
  display: none
}

[hidden] {
  display: none
}

@keyframes pulse {
  0% {
    background-color: rgba(0, 0, 0, 0.05)
  }
  50% {
    background-color: rgba(0, 0, 0, 0.2)
  }
  100% {
    background-color: rgba(0, 0, 0, 0.05)
  }
}
.c_primary {
  color: var(--bg-primary);
}
.c_blue {
  color: #0066da;
}

.c_white {
  color: #FFF;
}

.c_gray {
  color: var(--gray);
}

.c_red {
  color: #ce2a22;
}

.c_green {
  color: #18510b;
}

.bg-white {
  background: var(--bg-white);
}

.bg-black {
  background: #000;
}

.bg-blue {
  background: var(--bg-blue);
}

.bg-dark-blue {
  background: var(--dark-blue);
}
.bg-light {
  background: #efefef;
}

.bg-orange {
  background: #ea4828; 
}

.bg-red {
  background: #ce2a22; 
}

.bg-primary {
  background: var(--bg-primary);
}

.bg-warning {
  width: 100%;
  display: table;
  border-radius:1px;
  background: #f64549;
  padding: 10px;
}
.bg-success {
  width: 100%;
  display: table;
  border-radius:1px;
  background: #4ee79a;
  padding: 10px;
}

.bg-1 { 
  background: url(bg-1.jpg) center center no-repeat; 
  background-size:100%;
}

.bg-2 { 
  background: url(bg-2.jpg) center center no-repeat; 
  background-size:100%;
}

.bg-3 { 
  background: url(bg-3.jpg) center center no-repeat; 
  background-size:100%; 
}

.bg-4 { 
  background: #000; /* url(bg-4.jpg) center center no-repeat; */
  background-size:100%;
}

.bg-1, .bg-2, .bg-3, .bg-4 { 
  height: auto; 
  background-size:cover; 
}

.bg-white-t {
  background-color: rgba(255, 255, 255, 0.9); 
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.clear:before,
.clear:after,
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after,
.clear:after {
    clear: both;
}
.fixed {
  position: fixed!important; 
  z-index: 100; 
  display: inline;
}

.stiky {
  position: -webkit-sticky;
  position: sticky;
  z-index: 100;
  top: 0px;
}

.inline { 
  display: inline;
}

.center { 
  text-align: center;
}

.left { 
  text-align: left;
}

.right { 
  text-align: right;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
   /* *zoom: 1;*/
}

.fr {
  float: right;
}

.fl {
  float: left;
}

.break {
  clear: both;
}

.br  {
  clear: both;
  height: 10px;
}

.space {
  clear: both;
  height: 25px;
}

.shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.space_mobile {
  height: 0px;
}

.hr {
  border-top: 1px solid #ccc;
}
.br_left {border-left: 1px solid rgba(0, 0, 0, 0.5);}
.br_right {border-right: 1px solid rgba(0, 0, 0, 0.5);}

.brdr, 
.border { 
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}

.br-rad {
  border-radius: 8px; 
  overflow: hidden;
}

.br_btm { 
  border-bottom:1px solid #ccc;
}

.br_btm_dark { 
  border-bottom:1px solid #333;
}

.br_top { 
  border-top:1px solid #ccc;
}

.br_btm_dash { 
  border-bottom:1px dashed #ccc;
}

.text-upper, 
.uppercase {
  text-transform: uppercase;
}

.bold {
  font-weight: bold;
}

.pd0 {padding: 0;}
.pd5 {padding: 5px;}
.pd10 { padding: 10px;}
.pd15 { padding: 15px;}
.pd20 { padding: 20px;}
.pd25 { padding: 25px;}

.pl5 {padding-left: 5px;}
.pl10 {padding-left: 10px;}
.pl15 {padding-left: 15px;}
.pl20 {padding-left: 20px;}
.pl25 {padding-left: 25px;}

.pr5 {padding-right: 5px;}
.pr10 {padding-right: 10px;}
.pr15 {padding-right: 15px;}
.pr20 {padding-right: 20px;}
.pr25 {padding-right: 25px;}

.pt5 {padding-top: 5px;}
.pt10 {padding-top: 10px;}
.pt15 {padding-top: 15px;}
.pt20 {padding-top:20px;}
.pt25 {padding-top: 25px;}

.pb5 {padding-bottom: 5px;}
.pb10 {padding-bottom: 10px;}
.pb15 {padding-bottom: 15px;}
.pb20 {padding-bottom:20px;}
.pb25 {padding-bottom: 25px;}

.mt5 {margin-top:5px;}
.mt10 {margin-top:10px;}
.mt15 {margin-top:15px;}
.mt20 {margin-top:20px;}
.mt25 {margin-top:25px;}

.mb5 {margin-bottom:5px;}
.mb10 {margin-bottom:10px;}
.mb15 {margin-bottom:15px;}
.mb20 {margin-bottom:20px;}
.mb25 {margin-bottom:25px;}

.ml5 {margin-left:5px;}
.ml10 {margin-left:10px;}
.ml15 {margin-left:15px;}
.ml20 {margin-left:20px;}
.ml25 {margin-left:25px;}

.mr5 {margin-right:5px;}
.mr10 {margin-right:10px;}
.mr15 {margin-right:15px;}
.mr20 {margin-right:20px;}
.mr25 {margin-right:25px;}

.bagi-1 { width: 100%; }
.bagi-2 { width: 50%; }

.w-96   { width: var(--container); margin: 0 auto}
.w-90   { width: 90%; margin: 0 auto}
.w-70   { width: 70%; }
.w-30   { width: 30%; }
.w-40   { width: 40%; }

aside {
  max-width: 100%;
  position: relative;
  z-index: 0;
}

nav, 
.header {
  width: 100%;
  float:none;
  margin:0 auto;
  background: var(--bg-white);
}

/*section header*/
.logo {
  width: 35%;
  padding: 0;
  float: left;
  margin: 0;
  cursor: pointer;
  overflow: hidden;
}

.logo img {
  height: 75px;
  margin-top:0px;
}

.datewelcome {
  width: 55%; 
  height: 70px; 
  float: left; 
  text-align: right; 
  padding: 30px 0; 
  font-size: 13px; 
  /*border-right: 1px solid rgba(0, 0, 0, 0.1); */
  box-sizing: border-box;
}

.sosmedatas {
  width: 2%;
  float: left; 
  text-align: center;
}
.sosmed {
  width: 100%;
  margin-top:0px; 
  margin-bottom: 10px;
  float: left; 
  text-align: center;
}
.sosmed p {
  font-size: 12px;
}
.sosmed a {
  width: 25px;
  height: 25px;
  margin: 0 1px;
  padding: 5px;
  box-shadow: 0px 0px 3px #ccc;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
}

.sosmed a:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.sosmed .i-fb {background: url(fb.png); background-size: cover; background-position: center;}
.sosmed .i-twitter {background: url(tw.png); background-size: cover; background-position: center;}
.sosmed .i-ytube {background: url(yt.png); background-size: cover; background-position: center;}
.sosmed .i-ig {background: url(ig.png); background-size: cover; background-position: center;}
.sosmed .i-wa {background: url(wa.png); background-size: cover; background-position: center;}
.sosmed .i-tt {background: url(tt.png); background-size: cover; background-position: center;}
.sosmed .i-rss {background: url(rss.png); background-size: cover; background-position: center;}

.sosmed .i-fb,
.sosmed .i-twitter,
.sosmed .i-ytube,
.sosmed .i-ig,
.sosmed .i-rss {
  webkit-transition: 150ms;
  -moz-transition: 150ms;
  transition: 150ms;
  font-size: 18px;
  line-height: 1;
}

.sosmed .i-fb:hover,
.sosmed .i-twitter:hover,
.sosmed .i-ytube:hover,
.sosmed .i-ig:hover,
.sosmed .i-rss: hover{
  color: var(--dark-blue);
  background: var(--light);
}

/*search*/
.search_b {
  float:left;
  width: 3%;
  z-index: 3;
  height: 70px;
  padding:30px 3px;
  /*border-right: 1px solid rgba(0, 0, 0, 0.1); */
  box-sizing: border-box;
}

.searchh {
  display: none;
  position :relative;
  top: -32px;
  float:right;
  z-index: 2;
  width: 360px;
  height: 0%;
  margin: auto;
  transition: height 500ms;
  width: 360px;
  padding: 10px 15px;
  border-radius: 5px;
  box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.5);
}

.search_b:hover + .searchh {
  display: block;
  position: absolute;
  border-top: none;
  right: 10px;
  top: 70px;
  height: 40px;
  z-index: 1000;
  background: var(--bg-white);
  width: 360px;
  padding: 10px 15px;
  border-radius: 5px;
  box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.5);
}

.searchh:hover {
  display: block;
  position: absolute;
  right: 10px;
  top: 70px;
  height: 40px;
  z-index: 1000;
  background: var(--bg-white);
  padding: 10px 15px;
  border-radius: 5px;
  box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.5);
  border-bottom: 2px solid var(--bg-primary);
}
.search_b:hover + .searchh input,
.searchh:hover input {
  height:25px; 
  padding:5px; 
  width:96%; 
  margin:0; 
  font-size: 14px; 
  border-radius: 5px;
}
/*end search*/

@media all and (max-width : 600px) {
  .mq {position: fixed; z-index: 100;}
  .blok {position: fixed!important; z-index: 100;}
  .datewelcome {display: none;}
  .search_b {
    float:right;
    right: 5px;
    position: fixed;
    cursor: pointer;
    width: 20%;
    z-index: 1000!important;
    width: auto;
    height: 40px;
    padding:15px 15px;
    border-right:none;
    top:2px;
  }
  .searchh {
    display: none;
    position :fixed;
    top: 132px;
    float:right;
    right: auto;
    z-index: 2;
    width: 96%;
    height: 0%;
    margin: auto;
    transition: height 500ms;
  }
  .searchh:hover,
  .search_b:hover + .searchh {
    border-bottom: none;
    box-shadow: none;
  }
  .searchh:hover, .search_b:hover + .searchh {
    background: none;
  }
  .search_b:hover + .searchh input,
  .searchh:hover input {
    position: fixed;
    z-index: 1000;
    top: 40px;
    left: 1%;
    height:25px; 
    padding:5px; 
    width:94%; 
    margin:0; 
    font-size: 14px; 
    border-radius: 5px;
    box-shadow: none;
    border-bottom: none;
  }
  .sosmedatas .sosmed {
    display: none;
  }
  .sosmed {
    margin-bottom: 30px;
  }
  .social-share {
    position: relative;
    width: 100%;
    float: none;
    margin: 10px auto;
  }
  #theme {
    position: fixed!important; 
    z-index: 1000!important; 
    top: 9px!important; 
    right: 45px!important; 
    padding: 0!important; 
    background: none!important; 
    color: #444!important;
    font-size: 28px!important;
    border: none!important;
  }

}
/*end section header*/

/*main frame*/
.container {
  width: 100%;
}

.wrap {
  width: var(--container); 
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.container-fluid,
.contentiklan {
  position: relative;
  width: var(--container);
  margin: 0 auto;
}

.sideleft {
  width:760px;
  float:left;
}

.leftbig {
  width:240px;
  float:right;
}

.card-isi > .leftbig {
  width: 580px;
  float: left;
}

.leftsmall {
  width:160px;
  float:right;
}

.sidebar {
  width:300px;
  float:right;
}

.indeks {
  float: right;
}

.indeks a {
  font-size: 14px;
  font-weight: 600;
  color: var(--bg-primary);
  text-align: right;
}
.space_mobile_cont {
    margin-top: 20px;
  }

@media all and (max-width : 600px) {
  .wrap {
    width: 100%;
    display: block;
  }

  .container-fluid,
  .contentiklan {
    position: relative;
    width: 100%;
  }
  .sideleft {
    width:100%;
  }

  .leftbig {
    width:100%;
  }
  .card-isi > .leftbig {
    width: 100%;
  }
  .sideleft > .leftsmall {
    position: relative;
    width:92%;
    margin: 20px 4% 0 4%;
  }
  .sidebar {
    width:92%;
    margin: 15px 4%
  }
  .indeks {
    width: 100%;
    float: left;
    text-align: left;
  }
  .indeks span {
    float: left;
    margin-right: 3px;
  }
}

/*main frame*/
/*headline*/
.headline {
  width: 100%; 
  background: linear-gradient(-136deg, #a53434, #0a2861, #082b6a) !important;
}

.headline .fotohlfirst {
  width: 100%;
  position: relative;
}

.headline .fotohlfirst .img_ {
  width: 100%; 
  height: 500px; 
  overflow: hidden; 
  margin-bottom: 30px;
}

.headline .fotohlfirst .img_ img {
  width: 100%;
}

.headline .fotohlfirst .info {
  width: 94%; 
  float: left; 
  padding: 150px 3% 30px 3%;
  background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0));;
  position: absolute;
  bottom: 0px;
  z-index: 1;
}

.headline .fotohlfirst .info h1 {
  font-size: 26px; 
  margin: 10px 0 0 0;
  line-height: 1.5;
 
}
.headline .fotohlfirst .info h1 a{
  color: var(--bg-white);
}

.headline .fotohlfirst .cat {
  width: auto;
  padding: 3px 10px;
  font-size: 14px; 
  border-radius: 5px;
  color: var(--bg-white); 
  text-transform: uppercase;
  background: var(--bg-primary1);
}
.headline .fotohlfirst .tgl {
  font-size: 12px;
  color: var(--light);
  margin-top: 10px;
}
.headline .reelhlother {
  width: 94%;
  height: auto;
  margin: 0 3%;
}

.headline .fotohlother {
  width: 48%; 
  float: left; 
  margin-right: 2%;
  margin-bottom: 20px;
}

.headline .fotohlother .img_ {
  width: 35%; 
  height: 100px; 
  float: left; 
  overflow: hidden; 
  border-radius: 5px;
}

.headline .fotohlother .img_ img {
  width: 100%;
}

.headline .fotohlother .info {
  width: 60%; 
  float: left; 
  margin-left: 5%;
}

.headline .fotohlother .info h1 {
  margin: 10px 0 0 0;
  font-size: 14px; 
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-break: break-word;
  color: var(--bg-white);
}
.headline .fotohlother .info h1 a{
 color: var(--bg-white);
}
.headline .fotohlother .cat {
  width: auto;
  padding: 3px 10px;
  font-size: 12px; 
  border-radius: 3px;
  color: var(--bg-white); 
  text-transform: uppercase;
  background: var(--bg-primary1);
}

@media all and (max-width : 600px) {

  .headline {
    overflow: hidden;
    border-radius: 0;
  }

  .headline .pd25 {
    padding: 0;
  }

  .headline .fotohlfirst {
    height: auto;
    position: relative;
    margin: 0 0 25px 0;
  }

  .headline .fotohlfirst .img_ {
    width: 100%; 
    height: auto; 
    float: none; 
    border-radius: 10px;
    overflow: hidden;
  }
  .headline .fotohlfirst .info {
    width: 90%; 
    padding: 100px 5% 15px 5%;
    float: none; 
    margin-right: 0%;
    position: absolute;
    bottom: 0px;
    height: auto;
    border-radius: 10px;
    background-image: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0));
  }
  .headline .fotohlfirst .info h1 {
    font-size: 20px;
    line-height: 1.3;
  }
  .headline .fotohlfirst .info h1 a{
    color: var(--bg-white);
  }

  .headline .reelhlother {
    width: 100% ;
    height: 225px;
    overflow-x: auto;
    overflow-y: hidden;
    float: left;
    margin-top: -15px;
  }

  .headline .reelhlother .reel {
    width: 860px;
  }

  .headline .reelhlother .fotohlother {
    width: 200px;
    margin-bottom: 20px;
    margin-right: 15px;
    float: left;
  }

  .headline .reelhlother .fotohlother .img_ {
    width: 100%;
    height: 120px;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 5px;
  }

  .headline .reelhlother .fotohlother .info {
    width: 100%;
    margin: 0;
  }
  .headline .reelhlother .fotohlother .info h1 {
    -webkit-line-clamp: 3;
  }
  .headline .reelhlother .fotohlother .info h1 a {
    font-size: 14px;
    line-height: 1.3;
    font-weight: 600;
  }
}
/*end headline*/
/*label*/
.labelhead {
  height: 12px;
  position: relative;
  width: 100%;
}

.labelhead_1 {
  height: 40px;
  position: relative;
  width: 100%;
  margin-bottom:20px;
  /*border-bottom: 2px solid rgba(0, 0, 0, 0.3);*/
}

.block-left {
  padding-left: 10px;
  border-left: 5px solid var(--blue);
}

.labeltitle {
  height: 32px;
  float: left; 
  width: 100%; 
  margin-right: 20px; 
  cursor: default;
  color: var(--bg-primary1);
  font-weight: 600;
  display: inline-block;
  text-transform: uppercase;
  font-size: 22px;
  /*border-bottom: 1px solid var(--gray);*/
}

.labeltitle small {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--bg-primary);
  border-bottom: 2px solid var(--bg-primary);
  padding-bottom: 2px;
  margin-right: 5px;
}

.labeltitle a {
  color: var(--bg-primary);
}

.labelhead a { 
  color: var(--bg-primary);
}

.labelhead a:hover { 
  opacity: 0.7;
}
/*end label*/
/*news feed*/
.card {
  z-index: 1;
  display: block;
  position: relative;
}

.card--visual {
  height: auto;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.card--visual:hover .card-image img,
.card--visual:hover .card-image-pilihan img {
  transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05)
}

.card--visual .card-image {
  position: relative;
  width: 28%;
  min-height: 100px;
  max-height: 140px;
  height: auto;
  border-radius: 8px;
  float: left;
  overflow: hidden;
}
.inset {
  position: absolute;
  top: 8px;
  right: 8px;
  padding: 2px 5px;
  background: #333;
  color: #FFF;
  opacity: 0.8;
  font-size: 11px;
}
.kat-inset {
  position: absolute;
  top: 8px;
  left: 8px;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.4;
  background: rgba(255, 255, 255, 0.4);
  padding: 1px 5px;
  border-radius: 1px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(194, 187, 187, 0.2);
  text-transform: uppercase;
}
.img_rep {float: left; width: 28px; height: 28px; border-radius: 50%; overflow: hidden;
margin-right: 5px;}
.img_rep img { width: 100%; }
.reporter {
  float: left; font-size: 12px; margin-top: 8px; border-right: 1px solid rgba(0, 0, 0, 0.3);
  margin-right: 15px; font-weight: 600; padding: 0 15px 0 0;
}
.card--visual .card-image img {
  min-height: 100px;
  max-height: 100%;
  min-width: 100%;
  width: auto;
  max-width: 110%;
  -webkit-transition: 300ms linear;
  -moz-transition: 300ms linear;
  -o-transition: 300ms linear;
  -ms-transition: 300ms linear;
  transition: 300ms linear
}

.card--visual .card-image figcaption {
  margin: 0;
}

.card--visual .card-header {
  float: left;
  width: 62%;
  margin-left: 3%;
  padding-top: 0;
}

.card--visual .card-header .topic a {
  font-size: 14px; 
  color: var(--bg-red); 
  text-transform: uppercase;
}

.card--visual .card-header h2,
.card--visual .card-header-pilihan h2 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  margin: 0px 0 15px 0;
  padding: 0;
}

.card--visual .card-header .card-label,
.card--visual .card-header-pilihan .card-label {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
    background: var(--light);
    padding: 3px 10px;
    border-radius: 5px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(194, 187, 187, 0.2);
}

.card--visual .card-header .card-label a,
.card--visual .card-header-pilihan .card-label a {
  color: var(--bg-primary1);
  font-weight: 600;
}

.card--visual .card-header p {
  padding: 0;
  margin: 8px 0 3px 0;
  font-size: 13px;
  line-height: 1.5;
  color: var(--gray);
}

.card--visual .card-header .card-time,
.card--visual .card-header-pilihan .card-time {
  width: auto;
  margin: 0 0;
  font-size: 13px;
  color: #777;
}

.card--visual .card-title,
.card--visual .card-header p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-break: break-word;
  color: var(--dark);
}

.card--visual .fa {font-size: 14px; font-weight: 200; color: var(--gray);}
.card--visual .card-title a {
  color: var(--dark);
}

.card--visual .card-title:hover a {
  color: var(--blue);
}

.card--visual .card-image-pilihan {
  width: 40%;
  margin-right: 3%;
  margin-right: 0;
  padding-bottom: 20px;
  margin-bottom: 0px;
  min-height: 140px;
  max-height: 175px;
  height: auto;
  border-radius: 0px;
  float: right;
}

.card--visual .card-image-pilihan img {
  min-height: 140px;
  max-height: 100%;
  min-width: 100%;
  width: auto;
  max-width: 110%;
  -webkit-transition: 300ms linear;
  -moz-transition: 300ms linear;
  -o-transition: 300ms linear;
  -ms-transition: 300ms linear;
  transition: 300ms linear
}

.card--visual .card-header-pilihan {
  position: absolute;
  left: 0;
  float: left;
  margin-left: 2%;
  width: 58%;
  padding-bottom: 0;
}

.card--visual .card-footer-pilihan .card-time {
  position: absolute;
  left: 0;
  bottom: 10px;
  margin-right:33%;
  width: 100%;
  background: none;
  font-size: 11px;
}

@media all and (max-width : 600px) {
  .kat-inset {
    font-size: 10px;
    padding: 2px 7px;
  }
  .card {
    width: 96%;
    margin: 0 auto!important;
    padding-top: 0px;
  }
  .card--visual {
    height: auto;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .labeltitle {
    height: 34px;
    font-size: 21px;
    width: 96%;
    margin-left: 2%;
  }
  .side_ .labeltitle, .card--detail .labeltitle {width: 100%; margin-left: 0;}

  .card--visual, .labelhead_1, { 
    width: 100%;
    margin: 0 auto!important;
  }
  .labelhead_1 {margin-bottom: 15px!important;}
  .card--visual .card-image {
    position: relative;
    width: 29%;
    min-height: 95px;
    max-height: 105px;
    height: auto;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  }

  .card--visual .card-header {
    float: right;
    width: 68%;
    color: var(--bg-primary);
  }
  .card--visual .card-header p {
    display: none;
  }

  .card--visual .card-header h2 {
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    line-height: 1.3;
  }

  .card--visual .card-title {
    -webkit-line-clamp: 4;
  }
  .card--visual .img_rep {width: 20px; height: 20px; margin-top: 6px;}
  .card--visual .reporter {
    font-size: 12px; padding-right: 8px; margin-top: 5px; margin-right: 8px; float: left;
  }
  .card--visual .card-header .card-time {float:left; font-size: 12px; margin-top: 5px;}
}
/*end news feed*/

/*video*/

.label_belah {
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid rgba(169, 171, 176, 0.8);
}

.label_belah span {
  float: none;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 600;
  border-bottom: 3px solid var(--bg-red);
  width: auto;
  text-transform: uppercase;
  text-shadow: 0 0 18px rgba(0, 0, 0, 0.5);
}

.video_wrap {width: var(--container); margin: 0 auto; padding: 15px 0;}

.video_first {width: 65%; float: left; margin-right: 3%; position: relative;}
.video_first .image_ {width: 100%; height: 450px; overflow: hidden; border-radius: 10px; box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);}
.video_first .image_ img {width: 100%;}
.video_first .play {position: absolute; width: 60px; height: 60px; 
  top: 40%; left: 48%; z-index: 100; opacity: 0.8;
  background: url(play.png) top left no-repeat; background-size: cover;}
.video_first:hover .play {opacity: 1;}
.video_first .info {position: absolute; bottom: 0; height: 250px; width: 100%; background: linear-gradient(0deg,rgba(0, 0, 0, 1.0), rgba(0, 0, 0, 0)); border-radius: 10px;}
.video_first .info h3 {position: absolute; bottom: 35px;  padding: 20px 5%; width: 90%;}
.video_first .info h5 {position: absolute; bottom: 0px;  padding: 20px 5%; width: 90%; color: var(--bg-white); font-size: 14px; font-weight: 400;}
.video_first .info a {color: var(--bg-white);}

.video {width: 32%; float: left; height: 120px;}
.video .image_ {width: 35%; margin-right: 5%; float: left; height: 90px; overflow: hidden; border-radius: 5px; box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);}
.video .image_ img {width: 110%; min-height: 90px; margin-left: -5%;}
.video .info { width: 60%; float: left; padding: 0; margin: 0; }
.video .info h3 {font-size: 14px; font-weight: 600; margin: 0;}

.video .info h5 {font-size: 12px; font-weight: 400;}
.video .info {color: var(--light);}
.video .info a{color: var(--bg-white);}
.video .info h3 a:hover {color: var(--gray);}

@media all and (max-width : 600px) {
  .video_wrap {width: 96%; margin: 0 auto;}
  .video, .video_first {width: 100%;}
  .video_first {margin-bottom: 20px;}
  .video_first .image_ {height: 240px;}
  .video_first .image_ .play {left: 40%; top: 30%}
  .video_first .info {height: 200px;}
  .video_first .info h3 {bottom: 25px;  padding: 10px 5%; font-size: 16px; }
  .video_first .info h5 {bottom: 0px;  padding: 0px 5%; }



}
/*end video*/

/*populer*/
.card-sidebar {
  position: relative;
  min-height: 85px;
  height: auto;
  display: block;
  clear: both;
  margin: 15px 0;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.card-sidebar .card-image {
  float: left;
  width: 25%;
  margin: 0;
  height: 75px;
  overflow: hidden;
  border: 6px solid #FFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.card-sidebar .card-image img {
  height: auto;
  width: 100%;
}

.card-sidebar .card-header {
  width: 67%;
  float: left;
  margin-left: 4%;
}

.card-sidebar .card-title {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-break: break-word;
  margin: 0;
}
.card-sidebar .card-label{
  font-size: 12px; color: var(--bg-primary);
  margin-bottom: 5px;
}
/*populer*/
/*breakpage*/
.breakpage {
  min-height:150px; 
  margin:0px auto 8px auto; 
  display:grid; 
  grid-template-columns: 18% 18% 18% 18% 18% 18%; 
  grid-gap:2%; 
}

.breakwrap {
  width: 94%;
  margin: auto 3%;
  height: inherit;
  overflow: auto;
}

.label_breakpage {
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.label_breakpage span {
  float: none;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 600;
  color: #FFF;
  border-bottom: 3px solid var(--bg-red);
  width: auto;
  text-transform: uppercase;
  text-shadow: 0 0 18px rgba(0, 0, 0, 0.5);
}

.breakpage_bagi {
  width:100%; 
  height:250px; 
  position:relative;
}

.breakpage_bagi .img_{
  width:100%; 
  height:130px; 
  margin: 0;
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
}

.breakpage_bagi .info  {
  width:100%; 
  position:absolute; 
  z-index:1;
}

.breakpage_bagi .info .time {
  font-size: 12px;
  color: #efefef;
}

.breakpage_bagi .info h2{
  font-size:14px; 
  font-weight: 400;
  line-height:1.3; 
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-break: break-word;
  color:#FFF; 
}
.breakpage_bagi .info  h2 a{
  color:#FFF; 
  text-decoration:none;
}
/*breakpage*/
/*more tab*/
.more_tab {
  text-align: center;
}
.more_div {
  float: none;
}
.more_button {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  line-height: 3;
  font-weight: 600;
  background: var(--bg-light);
  padding: 8px 45px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.more_button a {
  color: var(--bg-primary);
  font-style: italic;
}
.more_div:hover .more_button {
  transition: .5s;
}
.more_div:hover a {
  color:var(--bg-blue);
}
.more_div:hover .more_button {
  border-bottom: 1px solid var(--bg-primary);
}
/*end more tab*/
/*footer*/
.footer {
  width: 100%; /*var(--container);*/
  margin: 0px auto 0px;
  padding: 20px 0 0 0;
  background-image:linear-gradient(180deg, #06152f, #031029, #000) !important;;
  font-size: 14px;
  color: var(--dark);
  border-top: 5px solid #a61c1b;
  }
/*menu footer */
.footer .menu-footer {
  width:auto;
  float: left;
}

/*infosite*/
.infosite { font-size: 13px; font-weight: 400; padding: 0}
.infosite a {color:var(--bg-white); margin:15px 5px;}

/*copyright*/
.copyright {
  width: auto;
  font-size:12px; 
  font-weight:100; 
  color:var(--bg-white); 
}
.copyright a {color: var(--light);}
.copyright a:hover, 
.infosite a:hover {
  color:var(--gold); 
  border-bottom:1px dashed #ccc;
}

.footer .logo_footer {
  width: 30%;
  float: left;
  text-align: center;
  margin-right: 2%;
}
.footer .logo_footer img {
  max-width: 96%;
  width: 250px;
}
.footer .logo_footer p {
  margin-top: 15px;
  color: var(--bg-white);
  line-height: 1.4;
}
.footer .cat_footer {
  width: 68%;
  float: left;
}

.footer ul {
  padding-top:5px;
  padding-bottom:5px;
  text-align: left;
}

.footer ul li {
  width: 140px;
  float: left;
  list-style: none;
  margin: 0;
  line-height: 1.8;
}
.footer ul li a {
  color: var(--bg-white);
}
.footer ul li a:hover {
  color: var(--bg-primary1);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}
/*footer*/
/*err404*/
.err404 {
  width: 100%; 
  height: 140px; 
  position: relative;
}

.err404 .image {
  width: 30%; 
  height: 120px; 
  margin: 0 3% 0 0; 
  float: left; 
  overflow: hidden;
}

.err404 .image img {
  width: 100%; 
  height: 140px;
}

.err404 .header {
  width: 67%; 
  float: left; 
  text-align: left;
  border: none;
}

.err404 .header .label {
  font-size: 11px; 
  color: var(--bg-primary); 
  float: left;
  width: auto;
}

.err404 .header h2.title {
  font-size: 20px; 
  font-weight: 600;
  margin: 0;
}

.err404 .header p {
  font-size: 12px;
  color: var(--gray);
}

.err404 .header .fa {
  font-size: 12px;
  float: left;
  margin: 0 5px;
}

.err404 .header .time {
  font-size: 12px; 
  color: var(--gray);
  float: left;
}
/*end err404*/
/*detail*/
.card--detail {
  position: relative;
}

.card--detail .topic, .card--detail .topic a {
  text-align: left;
  color: var(--bg-red);
}

.card--detail .card-header {
  width: 100%;
}

.card--detail .card-title h1 {
  font-size: 32px;
  line-height: 1.3;
  margin: 3px 0 5px 0;
  padding: 0;

}
.card--detail .judulatas {
  font-size: 14px;
  line-height: 1.3;
  text-align: left;
  text-transform: uppercase;
  color: var(--bg-red);
}

.card--detail .judulkecil {
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
  font-weight: 600;
  margin-bottom: 15px;
}

.card--detail .card-label {
  text-align: center;
  display: block;
}

.card--detail .card-image {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.card--detail .card-image img,
.card--detail .card-text img {
  width: 100%;
  border-radius: 10px;
}

.card--detail .beritafoto .image {
  width: 100%;
  height: auto;
  min-height: 600px;
  background: #222;
  margin:0 0 0 1px;
}

.card--detail .card-reporter {
  font-size: 13px;
  text-align: center;
  line-height: 25px;
  margin-top: 15px;
}

.card--detail .gambar-reporter {
  display: block;
  float: left;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
  background: #222;
  margin: 5px 10px 10px 0;
  border: 1px solid #222;
}

.card--detail .gambar-reporter img {
  width: 100%;
  height: 100%;
}

.card--detail .nama-reporter {
  width: auto;
  display: block;
  margin: 2px 0;
  float: left;
  text-align: left;
  font-size: 13px;
  font-weight: 600;
  color: #444;
}

.card--detail .nama-reporter a {
  color: var(--bg-primary);
}

.card--detail .nama-reporter a:hover {
  color: var(--orange);
}

.card--detail .card-time {
  clear: both;
  display: flex;
  margin-top: 2px;
  font-size: 18px
  line-height: 25px;
  float: left;
}

.card--detail .teks-capt {
  padding: 2px 0 20px 0;
  color: var(--dark);
}

.card--detail .card-caption {
  font-size: 12px;
  width: 100%;
  text-align: right;
  margin-bottom: 3px;
}

.card--detail .card-text {
  font-size: 14px;
  line-height: 1.4;
  width: 100%;
}

.card--detail .viewnum {
  font-size: 12px;
  margin: 0;
  font-weight: 400;
  width: auto;
  position: absolute;
  right: 15px;
}

.card--detail .footmsg {
  font-size: 13px;
  color: #444;
}

.card--detail .card-isi,
.card--detail .card-isi span,
.card--detail .card-isi b,
.card--detail .card-isi p {
  font-size: 18px;
  line-height: 1.5;
}

.card--detail .card-isi .leftbig p a {
  color: var(--bg-primary);
}

.card--detail .card-isi p a:hover {
  text-decoration: underline;
}

.card--detail .card-isi h1,
.card--detail .card-isi h2,
.card--detail .card-isi h3,
.card--detail .card-isi h4,
.card--detail .card-isi h5,
.card--detail .card-isi h6 {
  margin: 15px 0 0 0;
  display: block;
  clear: both;
}

.melayang {
  justify-content: center;
  align-items: center;
  background: url('../cdn/image/bg_ads.png') center no-repeat;
  background-size: 100%;
  min-height: 600px;
}

.card--detail .card-isi p {
  margin: 10px 0;
  padding: 0;
  position: relative;
  left: 0;
  display: table-row;
  float: left;
  width: 100%;
  clear: both;
}

.card--detail .card-isi img,
.card--detail .card-isi .content img,
.card--detail .card-isi .content iframe {
  text-align: center !important;
  max-width: 100%;
}

.card--detail .card-isi blockquote {
  width: 96%;
  font-size: 17px;
  line-height: 1.4;
  border-left: 4px solid rgba(0, 0, 0, 0.5);
  color: var(--bg-primary1);
  background: none;
  padding: 0px 0% 0px 2%;
  line-height: 1.2;
  font-weight: 400;
  margin: 10px 0 0 0;
  display: inline-block;
}

.card--detail .card-isi blockquote a {
  clear: both;
  display: table;
  font-weight: 600;
  color: var(--dark-blue);
}

.card--detail .card-isi blockquote p {
  padding: 0px;
  margin-bottom: 0px;
}

.card--detail .card-isi blockquote br{
  height: 0px;
}

.card--detail .card-isi blockquote ul {
  margin-left: 0px;
  padding-left:15px;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}

.card--detail .card-isi blockquote ul li {
  margin-bottom: 0px; margin-top: 15px;
  list-style: square;
}

.card--detail .card-isi blockquote ul li a:hover {
  color: var(--bg-primary);
}

.card .card-isi .table {
  background: var(--light);
}

.card .card-isi table { 
  min-width: 100%;
  width: auto;
  border-collapse: collapse;
}

.card .card-isi table, td, th {
  border: 1px solid var(--dark);
}

.card .card-isi table th { 
  background: var(--gray);
}

.card .card-isi tr {
  background: var(--bg-white);
}

.card .card-isi td {
  padding: 10px;
}

.card-footer-group {
  font-size: 14px;
}

.w-penulis {
  font-size: 14px;
  float: left;
  width: 20%;
  padding-right:10px;
  color: #666;
}

.w-penulis-isi {
  font-size: 14px;
  float: left;
  width: 76%;
  overflow: hidden;
  color: #666;
}

/*detail foto*/
.card--detail .kontrol {
  display:block; 
  font-size: 20px;
  position:relative!important; 
  padding: 0px 3px; 
  height: 65px; 
  background: #111; 
  color:#FFF;
  margin-top: -6px;
}

.card--detail .kontrol .left {
  background:#ccc; position:absolute!important; 
  left:0; z-index:100; top:0; opacity:0.3
}

.card--detail .kontrol .right {
  background:#ccc; position:absolute!important; 
  right:0; z-index:100; top:0; opacity:0.3
}

.card--detail .kontrol .left:hover, 
.card--detail .kontrol .right:hover {
  opacity:.8;
}

.share-floating {
  z-index: 100;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

/*detail video*/
.videoWrapper {
  position: relative;
  padding-bottom: 56%;  /*16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.play {
  position: absolute;
  top: 30%;
  left: 40%;
  z-index: 1000;
  width: 50px;
  height: 50px;
}

.play:hover img {
  opacity: 0.2;
}
.card--detail .card-image-detail {
  margin: 0;
  overflow: hidden;
}

.card--detail .card-image-detail img {
  width: 100%;
}

.card .card-image,
.card .card-image-pilihan {
  margin: 0;
  overflow: hidden;
  animation: pulse 2s infinite ease-in-out
}

.card .card-image img {
  width: 100%;
  height: auto;
  min-height: 100%;
  display: block
}

.card .card-image figcaption {
  margin: 0
}

@media all and (max-width : 600px) {
.card-sidebar,
.card--detail .card-isi,
.card--detail .card-title, 
.card--detail .card-label-1,
.card--detail .card-reporter { width: 96%; margin: 0 auto;}
.card--detail {padding-top: 15px;}
.card--detail .card-isi,
.card--detail .card-isi span,
.card--detail .card-isi b,
.card--detail .card-isi p,
.card--detail .topic,
.card--detail .card-isi blockquote {
  font-size: 16px;
  line-height: 1.6;
}
.card-sidebar {
  margin-bottom: 15px!important;
}
.card--detail .card-isi blockquote b {
  font-size: 16px;
  font-weight: 600;
}
.card--detail .card-isi blockquote a {
  font-weight: 600;
  line-height: 1.3;
}
.card--detail .card-isi b {
  font-weight: 600;
}
.card--detail .judulatas {
  text-align: center;
}
.play {
  position: absolute;
  top: 30%;
  left: 30%;
  z-index: 1000;
  width: 40px;
  height: 40px;
}

}

/*detail*/
/*author page*/
.authorbanner {
  width: 100%;
  height: 220px;
  background: url(../cdn/uploads/authorpage.jpg) no-repeat;
  background-size: 100%;
  background-position: center center;
  border-radius: 1px;
}

.authorimage {
  width: 150px;
  height: 150px;
  float: left;
  margin: -40px 5% 0 5%;
  overflow: hidden;
  border: 1px solid #eee;
  border-radius: 50%;
  box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.1);
}

.authorimage img {
  width: 100%;
  height: 100%;
}

.authorinfo {
  float: left;
  font-size: 12px;
}

.authorinfo h3 {
  font-size: 25px;
  color: #ccc;
}

.authorinfo span {
  float: left; 
  width: auto; 
  margin-right: 20px;
}
/*author page*/
/*berita terkait*/
#liste_terkait { 
  width:31%; 
  min-height:210px; 
  height:auto;
  float: left;
  position: relative;
  margin-bottom: 25px;
}

#liste_terkait.mr { 
  margin-right:3.5%;
}

#liste_terkait .isi { 
  display:block;
}

#liste_terkait .card-title h2 { 
  font-size:15px; 
  line-height:1.4; 
  font-weight:600; 
  margin:2px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-break: break-word;
  width: 100%;
}

#liste_terkait a:hover { 
  color: #000000
}

#liste_terkait .img_  { 
  float:left; 
  width:100%; 
  min-height:120px; 
  max-height: 130px;
  height: auto;
  margin-right:0px; 
  margin-bottom:5px; 
  overflow:hidden;  
  position:relative; 
  z-index:1;
  border-radius: 5px;
}

#liste_terkait .img_ img{ 
  max-width:120%;
  min-height: 120px;
  max-height: 200px;
  height: auto;
  min-width: 100%;
  width: auto;
}

@media all and (max-width : 600px) {

#liste_terkait { 
    width:100%; 
    min-height: 80px;
    height: auto;
    margin-bottom: 15px;
  }
  #liste_terkait .card-title {  
    width: 67%;
    float: left;
  }
  #liste_terkait .card-title h2 {
    font-size: 14px;
  }
  #liste_terkait .img_ { 
    float:left; 
    width:30%; 
    margin-right: 3%;
    min-height: 70px;
    height: auto;
    max-height: 80px;
    overflow: hidden;
    border-radius: 5px;
  }
  
  #liste_terkait .img_ img {
    min-height: 70px;
    max-height: 90px;
    height: auto;
    min-width: 100%;
    width: auto;
    max-width: 150%;
    -webkit-transition: 300ms linear;
    -moz-transition: 300ms linear;
    -o-transition: 300ms linear;
    -ms-transition: 300ms linear;
    transition: 300ms linear
  }
}

/*berita terkait*/
/*tag*/
.div-tag {
  margin: 0; 
}

.tag {
  font-size: 14px!important;
  font-weight: 500;
  padding: 6px 10px;
  margin-bottom:10px;
  width: auto;
  float: left;
  margin-right: 10px;
  border-radius: 1px;
  background: var(--light);
}

.tag a {
  color: var(--dark);
}

.tag a:hover {
  color: var(--bg-white);
  text-decoration: none;
}

.tag:hover { 
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.tag:hover {
  background: var(--gray);
  -webkit-transition: background-color 1s ease-out;
  -moz-transition: background-color 1s ease-out;
  -o-transition: background-color 1s ease-out;
  transition: background-color 1s ease-out;
  border-radius: 5px;
}
/*tag*/
/*side list*/
.side_ {
  display: grid;
  grid-template-columns: 31.3% 31.3% 31.3%;
  gap: 3%;
}

.sidelist {
  
}

.sidelist .card-image-first {
  float: none;
  width: 100%;
  height: 210px;
  border-radius: 10px;
  margin: 0 0 1px 0;
  overflow: hidden;
  clear: both;
}

.sidelist .card-image {
  float: left;
  width: 30%;
  height: 80px;
  border-radius: 5px;
  margin: 10px 5% 0 0;
  overflow: hidden;
}

.sidelist .card-image-first img,
.sidelist .card-image img {
  width: 100%;
}

.sidelist header {
  padding: 10px 0;
  border-bottom: 1px solid rgba(161, 161, 161, 0.2);
}

.sidelist h2 {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  margin: 2px 0 0 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-break: break-word;
}

.sidelist h2.card-title{ 
  width: 65%; float: left; 
}

.sidelist .card-time {
  font-size: 12px; 
  line-height: 1.3; 
  margin: 0; 
  padding: 0; 
}

.sidelist_small {
  margin-bottom: 0px;
}

.sidelist_small .card-image {
  float: left;
  width: 30%;
  height: 75px;
  border-radius: 0px;
  margin: 7px 15px 0 0;
  overflow: hidden;
}

.sidelist_small .card-image img {
  width: 100%;
}

.sidelist_small  header {
  /*border-bottom: 1px solid #efefef;*/
  padding: 10px 0 0 0;
  height: 80px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-break: break-word;
}

.sidelist_small h2 {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  margin: 2px 0 0 0;
}

.sidelist_small .card-title {
 height: 50px;
 overflow: hidden;
}

.sidelist_small .card-time {
  font-size: 12px; 
  line-height: 1.3; 
  margin: 0; 
  padding: 0; 
}

.sidelist .card-title-first {
  font-size: 16px;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-break: break-word;
  position: relative;
}

@media(max-width: 600px) { 
  .side_ {
    display: grid;
    grid-template-columns:100%;
    gap: 3%;
    padding-bottom: 120px;
  }
}
/*side list*/
/*iklan*/
.iklan {
  display: block;
  width: 100%;
  clear: both;
  text-align: center;
}

.iklan img {
  width: 100%;
  height: auto;
}

.iklan:before,
.iklan:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.iklan:after {
    clear: both;
}

.iklan_header { 
  width: 680px; 
  max-height: 100px;
}

.iklan_mobile {
  display: none; 
  height: 0;
}

.iklan_desktop {
  display: block;
}

.headerad { 
  width: 100vw; 
  height: 320px; 
}
/*iklan*/
/*form kontak*/
.form-kontak input,
.form-kontak textarea {
  padding: 5px 3px;
  border: 1px solid #efefef;
  border-radius: 3px;
  width: 80%;
  margin-bottom: 15px;
}
/*form kontak*/
/*button to top*/
.btt {
    position: fixed;
    bottom: 50px;
    right: 10px;
    background: var(--black);
    color: var(--white);
    border-radius: 50%;
    text-align: center;
    padding:10px;
    z-index: 1;
}

.btt:hover {
    color: var(--white)!important;
    background: var(--bg-primary);
    cursor: pointer
}

.back-to-top {
    padding-bottom: 0px
}

.rightslink,
footer .rightslink a {
    font-size: 20px;
    color: #fff
}
/*button to top*/
/*pagination*/
.pagin {
  float:left;
}

.pagin div {
  height: 20px;
  width: 20px;
  background: var(--bg-primary); 
  border-radius:2px; 
  cursor: pointer; 
  margin-left:10px; 
  margin-top: -5px;
  margin-bottom: 13px;
  color: var(--bg-white);
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  padding: 10px 10px;
  text-align: center;
}

.paginall div {
  background: var(--bg-primary); 
  color: var(--white)!important;
  height: 15px;
  width: auto;
  border-radius:2px; 
  cursor: pointer; 
  margin: -5px 15px 0 5px; 
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  float: right;
  padding: 13px 10px;
}

.pagin .active {
  background:var(--dark);
  color: var(--bg-white);
}

.paginall .active {
  color: var(--bg-org);
}
.pagin div:hover, .paginall div:hover {
  color: var(--bg-org);
}

.nav_button {
  width: auto;
  padding: 3px 6px;
  border: 1px solid #ccc;
  border-radius:2px;
  font-size: 15px;
}

.mypagination{
  padding: 10px 0;
  font-size: 14px; 
  font-weight: 600;
  background:none;
}

.mypagination a {
  padding: 8px 10px; 
  color:  var(--bg-white); 
  margin: 0 2px; 
  background: var(--bg-primary); 
  border:1px solid #ddd; 
  text-decoration: none; 
  border-radius: 2px;
}

.mypagination a:hover {
  background: var(--light); 
  color: var(--black); 
  border:1px solid var(--gray);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.mypagination strong {
  font-weight:bold; 
  padding: 8px 10px; 
  margin: 0 2px; 
  border:1px solid #888888; 
  color:#003399
}
/*pagination*/

@media(max-width: 600px) { 
  .iklan_header { width: 96%; height: auto; max-height: auto; min-height: 1px; margin: 0 auto;} 
  .iklan_mobile { display: block; margin-top:55px;}
  .iklan_desktop { display: none; height: 0;} 
  /*.iklan {margin: 10px 5%; padding: 2%; border: 1px solid rgba(0, 0, 0, 0.2); box-sizing: border-box;}*/
  .iklan img {width:100%; margin: 0 auto;}
}

@media(min-width: 320px) { .headerad { width: 320px; height: 100px; } }

.tombol {
  padding: 3px 10px;
  border: 1px solid #999;
  border-radius: 1px;
  cursor: pointer;
}

.tombol:focus {
  background: #ccc;
}

.showtgl {
  padding: 1px 10px;
  border: 1px solid #999;
  border-radius: 2px;
  margin: 0 3px;
}

.label {
  width: 100%;
  clear: both;
  display: table;
  margin-bottom: 15px;
}

.label input,
.label textarea {
  padding: 5px 10px;
  font-size: 20px;
  margin: 5px 0;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.label input {
  width: 80%;
}

.label textarea {
  width: 98%;
}

.social-share {
  margin-top: 3px;
  font-size:18px;
  line-height: 1.5;
  color: var(--black);
}
.social-share a {
  text-align: center;
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  padding: 2px;
  background: var(--black);
  border: 1px solid #ccc;
}
.social-share a.facebook {color: #FFF; background: #1f449c;}
.social-share a.twitter {color: #FFF; background: #43a2ea;}
.social-share a.telegram {color: #FFF; background: #1488e0;}
.social-share a.whatsapp {color: #FFF; background: #30ab39;}

.box {
  display: table;
  padding: 5px 10px;
  border: 1px dashed #ededed;
  margin-bottom: 15px;
  width: 100%;
  clear: both;
  box-sizing: border-box;
}
.judul-share-floating {
  margin: 10px 0;
  font-size: 13px;
  color: var(--black);
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-break: break-word;
}

@media all and (max-width : 480px) {
  .judul-share-floating,
  .social-share small {
    display: none;
  }

}
@media all and (max-width : 600px) {
  .space_mobile {
    height: 0px;
  }

  .space_mobile_cont {
    margin-top: 80px;
  }

  .footer .logo_footer,
  .footer .cat_footer  {
    width: 100%;
    text-align: center;
    float: none;
  }
  .footer ul li {
    width: 48%;
    float: left;
  }
  .footer .menu-footer {
    float: none;
    text-align: center;
  }
  .footer .menu-footer .infosite a{
    margin: 1px 10px 10px 10px;
    display: inline-block;
  }
  .footer .copyright {
    float: none;
    text-align: center;
    margin-top: 10px;
    padding-top: 30px;
    border-top: 1px solid var(--dark);
  }
  .card--detail .card-image {
      width: 104%;
      margin-left: -2%;
    }
  .err404 {height: 100px;}
  .err404 .image {height: 100px;}
  .err404 .image img {height: 100px;}
  .err404 .header {width: 67%; float: left; text-align: left;}
  .err404 .header .label {font-size: 11px; color: var(--bg-primary); float: left;}
  .err404 .header h2.title {font-size: 14px; font-weight: 600;}
  .err404 .header .time {font-size: 12px; color: var(--gray);}
}


@media all and (max-width : 960px) {
  
  nav,
  .header,
  .sideleft,
  .leftsmall,
  .leftbig,
  .footer,
  .logo-footer,
  .menu-footer  {
    width:100%;
    }
  .footer {padding-bottom: 50px;}

  .label_breakpage {
    width: 100%;
  }
  .label_breakpage span {
    float: none;
    font-size: 16px;
  }

  .has-navbar {
    margin-top: 22px;
  }
  .btt {
    position: fixed;
    bottom: 10px;
    right: 20px;
    background: var(--dark);
    color: #fff;
    border-radius: 50%;
    text-align: center;
    padding:10px;
    z-index: 1;
  }
  
  .w-40 {
    width: 100%;
  }
  .card--video {
    width: 99.5%;
    margin-bottom: 15px;
  }
  .card--video h2.card-title {
    min-height: 10px;
    height: auto;
  }
  #liste_terkait { 
    width:100%; 
    min-height: 80px;
    height: auto;
    margin-bottom: 15px;
  }
  #liste_terkait h2 { 
    font-size:14px; 
    width: 67%;
  }
  #liste_terkait .img_{ 
    float:left; 
    width:28%; 
    margin-right: 3%;
    min-height: 70px;
    height: auto;
    max-height: 80px;
    overflow: hidden;
  }
  #liste_terkait .klear { 
    clear: none;
  }
  .logo-footer img {
    width: 40%;
    margin: 0 auto
  }
  .infosite {
    width: 100%;
  }
}

@media all and (max-width : 600px) {
  .strip { 
    font-size: 14px; 
    display:table; 
    overflow: hidden; 
    width: 100%; 
    height: 40px;
  }
  .strips {
    width: 100%;
    height: 0px;
    display: none;
    margin: 0;
  }

  .card--detail .nama-reporter a {
    display: table;
    text-align: left;
  }

  .card--detail .viewnum {
    width: 100%;
    position: absolute;
    text-align: right;
  }
 
  .tombol {
    padding: 1px 5px;
    font-size: 15px;
    line-height: 1.2;
  }
  .showtgl {
    padding: 1px 3px;
    border: 1px solid #999;
    border-radius: 2px;
    margin: 0 1px;
    font-size: 14px;
    line-height: 1.2;
  }

  .card--detail .judulkecil {
    font-weight: 300;
    margin-bottom: 5px;
  }
  .card--detail .card-title h1 {
    font-size: 22px;

  }
  .card .card-isi {
    font-size: 18px;
    float: left;
    max-width: 98%;
    width: 98%;
  }
  .card .card-isi .content p {
    margin:8px 0;
    position: relative;
    left: 0;
    display: inline-block;
    float: left;
  }
  .card--detail .card-isi .content {
    width:100%; 
    margin-right: 0;
  }
  .melayang {width: 100%; position: relative; min-height: 0; height: auto; top: 0; background: none;}
  .tag {font-size: 14px;}
  .breakpage {
    height:200px; 
    margin: 0; 
    display:block; 
   /*grid-template-columns: 130px 130px 130px 130px 130px 130px ; 
    grid-gap:10px;*/
    width: 1320px;
    padding: 10px;
    color: #FFF;
  }

  .breakwrap {
    margin:-20px 0 0 0; 
    display: grid;
    grid-template-columns: 60.53% 60.53% 60.53% 60.53%; 
    grid-gap:3%;
    height: 240px;
    overflow-x: auto;
    overflow-y: hidden;
    background: none;
    position: relative;
    z-index: 0
  }

  .breakpage_bagi {
    width:200px; 
    height:200px; 
    position:relative;
    float: left;
    margin-right:20px;
  }

  .breakpage_bagi .img_ {
    height: 120px;
    width: 100%;
    background: #1ca7ef;
    border: 1px solid #555;
  }
  .breakpage_bagi .info  h2 a{
    color: #FFF;
    font-size: 14px;
    line-height: 1.3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: break-word;
  }

  .bagi-2, .w-70, .w-30, .w-90, .w-96 {
    width: 100%;
  }
  .kaki-tengah {
    float:left; 
    width:100%; 
    height:auto; 
    color:#999; 
    margin:10px 0 0 0;
    clear: both;
  }
  .kaki-tengah {margin-bottom:30px }
  .authorbanner {height: 120px;}
  .authorimage {height:100px; width: 100px; margin-top: -60px;}
  .authorinfo {display: inline-block; width: 100%; margin-left: 15px;}
  .mypaginationblock {display: table; clear: both; min-height:40px;}
}

/*MARQUEE*/
.marquee {
  height: 20px;
  width:100%;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
  font-size: 12px;
}

.marquee span {
  display: inline-block;
  width: max-content;
  padding-left: 100%;
  /* show the marquee just outside the paragraph */
  will-change: transform;
  animation: marquee 40s linear infinite;
  margin-top: 5px;
}

.marquee span:hover  {
  animation-play-state: paused
}

@keyframes marquee {
  0% { transform: translate(0, 0); }
  100% { transform: translate(-100%, 0); }
}


/* Respect user preferences about animations */

@media (prefers-reduced-motion: reduce) {
  .marquee span {
    animation-iteration-count: 1;
    animation-duration: 0.01; 
    /* instead of animation: none, so an animationend event is 
     * still available, if previously attached.
     */
    width: auto;
    padding-left: 0;
  }
}
.breaking {
  width: 100px;
  float: left;
  background: #FFF;
  color: #111;
  border-radius: 1px;
  position: relative;
  z-index: 10;
  font-size: 11px;
  margin: 1px 0;
  padding: 4px;
  font-weight: 600;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}
.marquee a {color: #FFF; margin-right: 30px;}
@media all and (max-width : 600px) {
  .marquee {
    height: 25px;
  }
  .breaking {
    width: 100px; 
    position: absolute;
    left:0px;
    margin: 1px 0;
  }
}
/*saluran WA*/
.gabungWA {
  width: 96%; 
  height: 35px;
  padding: 15px 2%; 
  background: #b6f2d0; 
  border-radius: 15px; 
  margin-bottom: 30px;
}
.gabungWA span {
  width: 80%;
  float: left;
  margin-top: 0px;
  font-size: 14px!important;
}
.gabungWA .tombolgabung {
  width: 100px;
  border-radius: 8px;
  background: var(--bg-primary);
  font-size: 12px;
  color: #FFF;
  float: right;
  padding:10px 5px;
  margin-top: -3px;
  text-align: center;
}
@media all and (max-width : 600px) {
  .gabungWA {
    width: 92%; 
    height: 35px;
    padding: 15px 4%;
  } 
  .gabungWA .tombolgabung {
    width: 75px;
    padding:10px 3px;
    font-size: 11px;
  }
  .gabungWA span {
    width: 65%;
    float: left;
    margin-top: 0px;
    font-size: 11px!important;
  }
}
/*saluran WA*/

/*dark theme*/
#theme .fa {font-size: 18px; line-height: 1; margin: -8px 0px 0 -3px;}
#theme span:hover {cursor: pointer;}
body.darkmode {transition: .182s; background: #111; }
#theme {position: relative; top: 28px; right: -8px; z-index: 1001; 
  color: #999; width: 20px; height: 20px; border-radius: 50%; 
  padding: 1px 6px 8px 4px; }
.darkmode {color: #efefef;}
.darkmode .bg-white-t {background-color: rgba(0, 0, 0, 0.9); border-bottom:  1px solid rgba(255, 255, 255, 0.2);}
body.darkmode .logo img{display: none;}
body.darkmode .logo {height: 80px; width:35%; background: url(../cdn/image/logo-dark.png) no-repeat top left; background-size:353px 75px;}
body.darkmode [id^=drop]:checked + ul.menu,
body.darkmenu .toggle,
body.darkmode .toggle-menu {color: #ccc;}

body.darkmode .bg-white {background: var(--dark);}
body.darkmode .bingkai-ec,  
body.darkmode .header, 
body.darkmode .card--visual .card-label,
body.darkmode nav {background: #111; color: #FFF!important;}

body.darkmode .footer {background: var(--black);}

body.darkmode hr,
body.darkmode .gabungWA {color: var(--black);}

body.darkmode .terkini,
body.darkmode .more_button a,
body.darkmode .card .card-isi a,
body.darkmode nav li a.current-menu {color: var(--bg-white) }

body.darkmode .more_button {background: var(--black);}

body.darkmode a, 
body.darkmode .c_black, 
body.darkmode .beritautama a, 
body.darkmode .beritautama a:hover, 
body.darkmode .card-title h1, 
body.darkmode .card-isi, 
body.darkmode #liste_terkait a,
body.darkmode .nama-reporter a,
body.darkmode .card--detail .card-isi blockquote a:hover {color: #efefef;}

body.darkmode .card--visual .card-time, body.darkmode .card--visual p {color:var(--gray);}

body.darkmode .card .card-label a, 
body.darkmode .nama-reporter, 
body.darkmode .copyright,
body.darkmode .pagin div,
body.darkmode .card .card-isi a:hover,
body.darkmode .labeltitle,
body.darkmode .card--detail .card-isi blockquote a {color:#888;}

body.darkmode .bg-light, 
body.darkmode .pagin div {background: var(--black);}

body.darkmode .card--detail .card-isi blockquote {
  background: #111; border-color: var(--gray);
  padding-right: 5px; color: var(--light);
}

body.darkmode .pagin .active,  
body.darkmode .tag, 
body.darkmode .mypagination a {background: #222; color: #EFEFEF;}

body.darkmode *, .darkmode #feat {border-color: #222; border: none;}

body.darkmode .tag:hover, 
body.darkmode .mypagination strong {background: #666; color: #111;}

body.darkmode nav ul ul li, 
body.darkmode .bg-success, 
body.darkmode #feat li.ui-tabs-nav-item a {background: #555; color: #ccc;}

body.darkmode .card-isi blockquote,
body.darkmode #icon-menu {background: #333;}

body.darkmode .card-isi blockquote p,
body.darkmode .teks-capt {color: #FFF;}

body.darkmode #owl-fotonews .info h1 a,
body.darkmode #owl-foto .info h1 a,
body.darkmode .card--visual .card-title a {color: #ccc;}
body.darkmode .pagewrap {background-image: none;}
body.darkmode .sidebar {background: none;}

body.darkmode .pagin .active, 
body.darkmode .paginall .active {
  background: var(--gray); color: var(--bg-white);
}
body.darkmode .judul-share-floating,
body.darkmode .social-share {color: var(--white);}

@media all and (max-width : 768px) {
body.darkmode nav ul li { background-color: #222;}
body.darkmode .logom img {display: none;}
body.darkmode .logom { 
  margin-top: 0px;
  height: 60px; 
  background: #000 url(../cdn/image/logo-dark.png) no-repeat center; 
  background-size:200px;}
}

.notfound-404 { position:relative;height:180px}
.notfound-404 h1 { font-size:165px;font-weight:700;margin:0;color:var(--dark-blue);text-transform:uppercase}
