@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot") format("embedded-opentype"), url("../fonts/icomoon.ttf?a9tlcz") format("truetype"), url("../fonts/icomoon.woff?a9tlcz") format("woff"), url("../fonts/icomoon.svg?a9tlcz#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-quotes-right:before {
  content: "\e900";
}
 
.icon-quotes-left:before {
  content: "\e901";
}

.icon-ig:before {
  content: "\e49c";
}

.icon-tw:before {
  content: "\e49d";
}

.icon-in:before {
  content: "\e4cf";
}

.icon-wa:before {
  content: "\e605";
}

.icon-kompas-bw:before {
  content: "\e611";
}

.icon-fb:before {
  content: "\e614";
}

.icon-gp2:before {
  content: "\e904";
}

.icon-play:before {
  content: "\e906";
}

.icon-search:before {
  content: "\f002";
}

.icon-close:before {
  content: "\f00d";
}

.icon-forward:before {
  content: "\f064";
}

.icon-menu:before {
  content: "\f0c9";
}

.icon-angle-left:before {
  content: "\f104";
}

.icon-angle-right:before {
  content: "\f105";
}

.icon-angle-up:before {
  content: "\f106";
}

.icon-angle-down:before {
  content: "\f107";
}

.icon-share:before {
  content: "\f1e0";
}
.header {
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    background: #000;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 10;
    height: 50px;
    position: fixed;
}

.header--transparent {
    background: transparent
}

@media (min-width: 990px) {
    .header {
        
    }
}

.header--fixed {
    position: fixed
}

.back {
    position: absolute;
    left: 0;
    top: 5px
}

.back__link {
    font-size: 22px;
    color: #FFF;
    padding: 7px 10px;
    display: block
}

.back__link:hover {
    color: #fff
}

@media (min-width: 990px) {
    .back {
        display: none
    }
}

.logo {
    padding: 5px;
    margin: 0 auto;
    text-align: left
}
.logo a:hover {
    text-decoration: none;
    color: white;
}

@media (min-width: 990px) {
    .logo {
        margin: 3px 0 0 10px;
        display: inline-block
    }
}

.logo-title {
    color: white;
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    font-size: 36px;
    font-weight: 300;
    letter-spacing: 2px
}

.logo-title .title-break {
    text-transform: uppercase;
    display: block;
    font-size: 8px;
    vertical-align: middle
}

.logo-title .block-logo {
    float: left;
    border-left: 1px solid white;
    padding-left: 10px;
    margin-top: 3px;
    margin-left: 10px
}

.logo-title .title-text {
    display: inline-block;
    float: left;
    font-family: "Black Ops One", cursive;
    line-height: 1
}

.nav {
    font-family: "Heebo", sans-serif;
    position: absolute;
    float: none;
    right: 0px;
    top: 5px
}

@media (min-width: 990px) {
    .nav {
        position: relative;
        float: right;
        right: 90px
    }
}

.nav--hide {
    opacity: 0
}

.nav__menu {
    font-size: 22px;
    color: #fff;
    padding: 3px 10px;
    display: block;
    cursor: pointer;
}

.nav__menu:hover {
    color: #fff
}

@media (min-width: 990px) {
    .nav__menu--lg-hidden {
        display: none
    }
}

.nav__wrap {
    margin: -5px 0 0;
    padding: 0;
    background: #000;
    width: 230px
}

.nav__wrap:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0
}

@media (max-width: 990px) {
    .nav__wrap--sm-hidden {
        display: none
    }
}

.nav__wrap--hidden {
    display: none
}

.nav__item {
    display: block
}

.nav__link {
    padding: 10px;
    color: #fff;
    text-align: left;
    display: block;
    height: auto;
    vertical-align: bottom;
    font-size: 13px;
    border-bottom: 1px solid #222;
    border-right: 1px solid #222
}
.nav__link:hover{
    text-decoration: none;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .nav__link {
        font-size: 14px;
        padding: 14px 10px
    }
}

@media (min-width: 640px) {
    .nav__link {
        font-size: 16px;
        padding: 16px
    }
}

.nav__link span {
    display: block;
    font-size: 11px;
    padding: 0 0 3px 0;
    color: #666
}

.nav__link:hover,
.nav__link--active {
    background: #222;
    color: #f5f5f5
}

.nav__subwrap {
    padding: 0 0 20px
}

@media (min-width: 990px) {
    .nav__subwrap {
        display: none
    }
}

.nav__subitem {
    padding: 0 0 0 30px
}

.nav__sublink {
    padding: 10px 0;
    display: block;
    color: #fff
}

.js-menu--show .nav__wrap--hidden {
    display: block;
    position: absolute;
    top: 46px;
    right: 0;
    z-index: 3
}

.share--mobile {
    position: absolute;
    right: 0;
    top: 3px;
}

@media (min-width: 990px) {
    .share--mobile {
        top: 6px;
        right: 140px
    }
}

.share__title {
    position: relative;
    color: #fff;
    cursor: pointer;
    display: block;
    padding: 8px 10px
}

.share__title:before {
    content: "\f1e0";
    font-family: "icomoon";
    font-size: 20px;
    line-height: 1
}

.share--inline {
    display: inline-block
}

.share--right {
    display: inline-block;
    float: right
}

.share--fixed {
    position: fixed;
    bottom: 13px;
    right: 55px;
    z-index: 9
}

.share__wrap {
    padding: 0 5px;
    margin: 0;
    display: block;
    height: 40px
}

.share__wrap--float {
    position: absolute;
    top: 40px;
    right: 0;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    min-width: 130px;
    height: auto
}

.share__wrap--float .share__link {
    color: #fff;
    background: transparent
}

.share__wrap--float .share__link:hover {
    background: transparent
}

.share__wrap--float .share__link--fb:hover span {
    color: #3b5998
}

.share__wrap--float .share__link--tw:hover span {
    color: #4099FF
}

.share__wrap--float .share__link--wa:hover span {
    color: #43d854
}

.share__item {
    padding: 0;
    margin: 4px 2px;
    display: block;
    float: left;
}

.share__link {
    width: 28px;
    height: 28px;
    padding: 6px 0;
    margin: 0;
    line-height: 1;
    font-size: 16px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    text-align: center;
    vertical-align: middle;
    display: block;
    color: #000
}

.share__link:hover {
    color: #fff
}

.share__link--fb:hover {
    background: #3b5998
}

.share__link--tw:hover {
    background: #4099FF
}

.share__link--wa:hover {
    background: #43d854
}

.share__count {
    /* font-family: "Open Sans",sans-serif; */
    display: inline-block;
    float: right;
    padding: 6px 5px 0 5px;
    display: block;
    font-weight: 400;
    font-size: 10px;
    color: #fff;
    text-align: center;
}

.share__total {
    line-height: 13px;
    font-weight: 700;
    font-size: 14px;
    display: block;
    /* font-family: "Roboto_bl", sans-serif; */
}

.share__wrap {
    float: right;
}

.icon-ig:before {
    content: "\e49c"
}

.icon-tw:before {
    content: "\e49d"
}

.icon-in:before {
    content: "\e4cf"
}

.icon-wa:before {
    content: "\e605"
}

.icon-kompas-bw:before {
    content: "\e611"
}

.icon-fb:before {
    content: "\e614"
}

.icon-gp2:before {
    content: "\e904"
}

.display--hide {
    display: none
}

.caption__foto {
    background: rgba(197, 6, 6, 0.8);
    font: 14px 'roboto', arial;
    color: #fff;
    position: absolute;
    width: 100%;
    height: auto;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 1rem;
    text-align: right;
}
.caption__foto2 {
    font: 14px 'roboto', arial;
    color: #fff;
    position: absolute;
    width: 100%;
    height: auto;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 1rem;
    text-align: right;
}

@media (max-width: 768px) {
    .caption__foto {
        position: relative;
        width: 100%;
    }
}

.article__text {
    font-weight: 300;
    font-size: 17px;
    line-height: 1.4;
    position: relative
}

@media (min-width: 1024px) {
    .article__text {
        line-height: 1.5
    }
}
.preload {
    background: black;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 14;
    text-align: center;
    top: 0;
    display: table
}

.preload .intables {
    display: table-cell;
    vertical-align: middle
}

.article__text--q {
    margin: 40px 0 10px;
    font-size: 21px;
    line-height: 1.2;
    font-family: "Heebo", sans-serif
}

.article__text strong {
    font-weight: 700
}

.article__text a {
    text-decoration: none;
    font-weight: 700;
    color: #F04124
}

.article__text a:hover {
    color: #000;
    text-decoration: none
}

.article__text--credit {
    padding: 20px 0;
    margin: 50px 0 0;
    position: relative;
    font-size: 14px;
    text-align: left
}

.article__text--credit:before {
    content: "";
    position: absolute;
    top: 0;
    width: 5%
}

.article__text--credit p {
    font-family: "Heebo", sans-serif
}

.article__text--credit strong {
    font-size: 13px;
    line-height: 22px;
    font-family: "Heebo", sans-serif;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 0;
}

.article__text--credit .bp {
    position: relative;
    padding-left: 170px;
    margin: 5px 0;
}

@media (max-width: 1024px) {
    .article__text--credit .bp {
        padding-left: 120px;
    }
}

.article__text--credit .br {
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    padding-left: 15px;
    padding-top: 3px;
    position: relative;
    display: block
}

.article__text--credit .br:before {
    position: absolute;
    left: 0;
    top: -2px;
    content: ' \203A ';
    font-size: 20px;
    padding: 0 3px;
    color: #F79D19;
    line-height: 1;
    font-weight: 700
}

.article__text--credit .br span {
    display: inline-block
}

@media (max-width: 1024px) {
    .article__text--credit .br span {
        display: block
    }
}

.article__text--float {
    color: #fff;
    padding: 20px 0;
    margin: 50px 20px 0 20px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8)
}

@media (min-width: 1024px) {
    .article__text--float {
        color: #fff;
        background: #000;
        padding: 20px;
        margin: 50px 40px 0
    }
}

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

.article__highlight:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 20%;
    border-bottom: 3px solid #2a2a2a
}

.article__highlight:before {
    content: "";
    position: absolute;
    top: 0;
    width: 20%;
    border-top: 3px solid #2a2a2a
}

.article__map {
    border: 0;
    position: relative;
    padding: 20px 0
}

.article__map--right {
    float: right;
    margin: 0 -90px 20px 20px
}

.article__map--left {
    float: left;
    margin: 0 20px 20px -90px
}

.credit {
    background: #000
}

.credit--fixed {
    position: fixed;
    width: 100%;
    bottom: 0px;
    left: 0px
}

.credit--show {
    opacity: 1
}

.credit__logo {
    position: relative;
    padding: 30px 0
}

@media (max-width: 1024px) {
    .credit__logo {
        text-align: center;
        padding: 0
    }
}

.credit__logo--kompas,
.credit__logo--kompastv,
.credit__logo--kompascom {
    margin: 0 20px
}

@media (max-width: 1024px) {
    .credit__logo--kompas,
    .credit__logo--kompastv,
    .credit__logo--kompascom {
        margin: 10px 10px 0;
        display: inline-block
    }
}

.credit__logo--kompascom {
    margin: 0 20px 0 0
}

@media (max-width: 1024px) {
    .credit__logo--kompascom {
        margin: 10px 0 0 0
    }
}

.credit__logo--kompas img {
    width: 168px
}

@media (max-width: 1024px) {
    .credit__logo--kompas img {
        width: 96px
    }
}

.credit__logo--kompastv img {
    width: 186px
}

@media (max-width: 1024px) {
    .credit__logo--kompastv img {
        width: 106px
    }
}

.credit__logo--kompascom img {
    width: 218px
}

@media (max-width: 1024px) {
    .credit__logo--kompascom img {
        width: 120px
    }
}
.credit {
  background: #000;
  width: 100%;
}
.credit--fixed {
  position: fixed;
  width: 100%;
  bottom: 0px;
  left: 0px;
}
.credit--show {
  opacity: 1;
}
.credit__logo {
  position: relative;
  padding: 30px 0;
}
@media (max-width: 1024px) {
  .credit__logo {
    text-align: center;
    padding: 0;
  }
}
.credit__logo--kompas, .credit__logo--kompastv, .credit__logo--juara, .credit__logo--kompascom {
  margin: 0 20px;
  text-decoration: none !important;
}
@media (max-width: 1024px) {
  .credit__logo--kompas, .credit__logo--kompastv, .credit__logo--juara, .credit__logo--kompascom {
    margin: 10px 10px 0;
    display: inline-block;
  }
}
.credit__logo--kompascom {
  margin: 0 20px 0 0;
}
@media (max-width: 1024px) {
  .credit__logo--kompascom {
    margin: 10px 0 0 0;
  }
}
.credit__logo--kompas img {
  width: 104px;
}
@media (max-width: 1024px) {
  .credit__logo--kompas img {
    width: 96px;
  }
}
.credit__logo--kompastv img {
  width: 115px;
}
@media (max-width: 1024px) {
  .credit__logo--kompastv img {
    width: 106px;
  }
}
.credit__logo--kompascom img {
  width: 157px;
}
@media (max-width: 1024px) {
  .credit__logo--kompascom img {
    width: 120px;
  }
}
.credit__logo--juara {
  margin: 0 0 0 20px;
}
@media (max-width: 1024px) {
  .credit__logo--juara {
    margin: 10px 0 0 0;
  }
}
.credit__logo--juara img {
  width: 108px;
}
@media (max-width: 1024px) {
  .credit__logo--juara img {
    width: 90px;
  }
}
.creditnew {
  padding: 50px 20px;
  color: white;
}
.credit-item {
  margin-bottom: 20px;
}
.credit-title {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #f1ba1b;
  text-transform: uppercase;
}
.credit-name-item {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 300;
  display: block;
}
.display-table {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.display-center {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 100%;
}

@media (max-width: 990px) {
  .share__count {
    display: none;
  }
  .share__wrap {
    margin-right: 0px;
  }
}
.top {
    display: none;
    position: fixed;
    bottom: 25px;
    right: 10px;
    z-index: 9
}

.top__link {
    width: auto;
    padding: 0 8px;
    margin: 0;
    line-height: 1;
    font-size: 24px;
    background: rgba(239, 239, 239, 0.9);
    border-radius: 5px;
    color: #000;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
}
.top__link:hover {
    text-decoration: none;
}

.top__link:hover {
    color: #2a2a2a
}

.top--show {
    display: block
}

.display--hide {
    display: none
}
