@charset "UTF-8";
body {
    font-family: "Montserrat", sans-serif;
    color: #565758;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
    margin: 0; 
    padding: 0;
}
html {
    margin: 0;
    padding: 0;
}
*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a {
    color: inherit;
    text-decoration: none;
    vertical-align: top;
    outline: 0;
    -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;
}
a:hover {
    color: #ECE1D4;
    text-decoration: none;
}
a:focus, button:focus {
    outline: 0;
    outline: -webkit-focus-ring-color auto 0;
    outline-offset: 0;
}
strong {
    font-weight: 700;
}
img {
    max-width: 100%;
    width: auto;
    height: auto;
    vertical-align: top;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
input:focus::-webkit-input-placeholder, input:focus:-moz-placeholder, input:focus::-moz-placeholder, input:focus:-ms-input-placeholder {
    color: transparent;
}
h1, h2, h3 {
    margin: 0;
}
.clearfix {
    *zoom: 1;
    position: relative;
}
.clearfix:after, .clearfix:before {
    display: table;
    content: "";
    line-height: 0;
}
.clearfix:after {
    clear: both;
}
.container {
    width: 1090px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    *zoom: 1;
}
@media (max-width: 1100px) {
    .container {
        width: 1100px;
    }
}
.col-20, .col-30, .col-40, .col-70, .col-80, .col-100 {
    float: left;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0;
}
.col-20 {
    width: 25%;
}
.col-30 {
    width: 33.33333333%;
}
.col-40 {
    width: 41.66666667%;
}
.col-70 {
    width: 66.66666667%;
}
.col-80 {
    width: 75%;
}
.col-100 {
    width: 100%;
}
.col-offset-fluid {
    margin-right: -15px;
    margin-left: -15px;
}
.col-offset-0 {
    padding-right: 0px;
    padding-left: 0px;
}
.mt1 {
    margin-top: 10px;
}
.mt2 {
    margin-top: 20px;
}
.mt3 {
    margin-top: 30px;
}
.mt4 {
    margin-top: 40px;
}
.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%;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.logo {
    padding: 15px 0px;
    position: relative;
}
.logo__link {
    float: left;
    max-width: 220px;
    padding-top: 10px;
}
.logo__social {
    position: absolute;
    bottom: 32px;
    right: 0;
    color: white;
}
.logo__social-item {
    display: inline-block;
}
.logo__social-link {
    background: grey;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    padding-top: 7px;
    border-radius: 50%;
    border: 1px solid transparent;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.logo__social-fb {
    background: #3b5998;
}
.logo__social-fb:hover {
    background: white;
    color: #3b5998;
    border: 1px solid #3b5998;
}
.logo__social-tw {
    background: #4099FF;
}
.logo__social-tw:hover {
    background: white;
    color: #4099FF;
    border: 1px solid #4099FF;
}
.logo__social-gp {
    background: #d34836;
}
.logo__social-gp:hover {
    background: white;
    color: #d34836;
    border: 1px solid #d34836;
}
.logo__social-yt {
    background: #e62117;
}
.logo__social-yt:hover {
    background: white;
    color: #e62117;
    border: 1px solid #e62117;
}
.logo__social-in {
    background: #c13584;
}
.logo__social-in:hover {
    background: white;
    color: #c13584;
    border: 1px solid #c13584;
}
.cateskew {
    padding: 5px 15px;
    background: #BE2C00;
    display: inline-block;
    font-family: "Rajdhani", sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    position: relative;
}
.cateskew:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 31px solid transparent;
    border-bottom: 0px solid transparent;
    border-right: 8px solid #BE2C00;
    position: absolute;
    left: -8px;
    top: 0;
}
.cateskew:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-bottom: 31px solid transparent;
    border-left: 8px solid #BE2C00;
    position: absolute;
    right: -8px;
    top: 0;
}
.video-terkini {
    padding: 20px 0;
}
.video-terkini__list {
    margin: 40px -10px 0 -10px;
}
.video-terkini__item {
    float: left;
    width: 33.33%;
    padding: 0 10px;
}
.video-terkini__item:hover .video-terkini__icon {
    background: rgba(255, 255, 255, 0.9);
}
.video-terkini__item:hover .video-terkini__thumb:before {
    background: rgba(0, 0, 0, 0.3);
}
.video-terkini__item img {
    width: 100%;
}
.video-terkini__lead {
    padding: 20px;
    background: #ECE1D4;
    font-size: 16px;
    color: #000;
    font-weight: 700;
    height: 99px;
    overflow: hidden;
    border-bottom: 20px solid #ece1d4;
}
.video-terkini__icon {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    left: calc(50% - 25px);
    top: calc(50% - 25px);
    text-align: center;
    font-size: 30px;
    z-index: 2;
}
.video-terkini__icon svg {
    margin-top: 11px;
    padding-left: 5px;
    color: #000;
}
.video-terkini__thumb {
    max-height: 140px;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.video-terkini__thumb:before {
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
}
.news-related {
    padding-top: 30px;
}
.news-related__item {
    margin-bottom: 15px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 5px;
}
.news-related__link {
    font-weight: 700;
    line-height: 1.5em;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.news-related__link:hover {
    color: #BE2C00;
}
.news-related__title {
    font-size: inherit;
    font-weight: inherit;
    padding: 0;
    margin: 0;
}
.news-list {
    padding: 20px 0;
}
.news-list__list {
    padding-top: 20px;
    margin-bottom: 40px;
}
.news-list__thumb {
    width: 220px;
    height: 140px;
    float: left;
    overflow: hidden;
    margin-right: 20px;
}
.news-list__thumb img {
    width: 100%;
}
.news-list__item {
    margin-bottom: 20px;
}
.news-list__item .cateskew {
    font-size: 16px;
    color: #ECE1D4;
    margin-left: 10px;
    padding: 5px 10px;
    margin-bottom: 5px;
    height: 31px;
}
.news-list__item.l-index {
    padding-bottom: 5px;
    border-bottom: 1px solid #dadada;
}
.news-list__item.l-index:last-child {
    border: none;
}
.news-list__item.l-index .news-list__thumb {
    width: 120px;
    height: 76px;
}
.news-list__item.l-index .cateskew {
    font-size: 12px;
    color: #ECE1D4;
    margin-left: 10px;
    padding: 5px 10px;
    margin-bottom: 8px;
    line-height: 1em;
    height: 22px;
}
.news-list__item.l-index .cateskew:before {
    border-top: 22px solid transparent;
    border-bottom: 0px solid transparent;
    border-right: 8px solid #BE2C00;
}
.news-list__item.l-index .cateskew:after {
    border-top: 0px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 8px solid #BE2C00;
}
.news-list__item.l-index .news-list__title {
    font-size: 14px;
    margin-bottom: 5px;
    max-height: 32px;
}
.news-list__link {
    color: #000;
}
.news-list__link:hover, .news-list__link:focus {
    color: #000;
}
.news-list__title {
    font-size: 20px;
    line-height: 1.2em;
    margin-bottom: 10px;
    max-height: 74px;
    overflow: hidden;
}
.news-list__date {
    font-size: 12px;
}

.news-list__date-tag {
    padding: 10px 30px;
    background: #be2c00;
    color: white; 
    font-weight: bold;
    font-size: 15px;
    border: none;
    cursor:pointer;
}
.author {
    width: auto;
    padding: 10px 15px;
    background: #333;
    min-width: 230px;
    position: relative;
    color: white;
}
.author__name {
    font-weight: 500;
    font-size: 20px;
    padding: 5px 0;
}
.author a {
    color: #FF0000;
}
.author__thumb {
    width: 100px;
    height: 100px;
    float: left;
    margin-left: 0;
    margin-right: 15px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.author__thumb img {
    width: 100%;
}
.author__profile {
    padding-top: 5px;
    font-size: 14px;
    color: #9b9b9b;
    padding-left: 115px;
    line-height: 1.6em;
}
.author p {
    padding: 0;
    margin: 5px 0 2px 0;
}
.loadmore {
    padding: 10px;
    background: #81797B;
    color: white;
    font-size: 14px;
    font-family: "Rajdhani", sans-serif;
    font-weight: 700;
    letter-spacing: 0.05em;
}
.terpopuler__item {
    margin-bottom: 20px;
}
.terpopuler__thumb {
    float: left;
    margin-right: 10px;
    width: 130px;
}
.terpopuler__numb {
    float: left;
    width: 30px;
    height: 30px;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    color: #ECE1D4;
    padding-top: 3px;
    font-family: "Rajdhani", sans-serif;
    background: #5A5255;
}
.terpopuler__link {
    color: black;
    max-height: 60px;
    overflow: hidden;
    display: block;
}
.terpopuler__link:hover, .terpopuler__link:focus {
    color: black;
}
.terpopuler__title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4em;
}
.superball__item {
    margin-bottom: 20px;
}
.superball__thumb {
    float: left;
    margin-right: 10px;
    width: 100px;
}
.superball__numb {
    float: left;
    width: 30px;
    height: 30px;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    color: #ECE1D4;
    padding-top: 3px;
    font-family: "Rajdhani", sans-serif;
    background: #5A5255;
}
.superball__link {
    color: #016fba;
    max-height: 60px;
    overflow: hidden;
    display: block;
}
.superball__link:hover, .superball__link:focus {
    color: black;
}
.superball__title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4em;
}
.widget {
    padding-top: 30px;
}
.juaranet__item {
    margin-bottom: 20px;
}
.juaranet__thumb {
    float: left;
    margin-right: 10px;
    width: 100px;
}
.juaranet__numb {
    float: left;
    width: 30px;
    height: 30px;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    color: #ECE1D4;
    padding-top: 3px;
    font-family: "Rajdhani", sans-serif;
    background: #5A5255;
}
.juaranet__link {
    color: #FF3333;
    max-height: 60px;
    overflow: hidden;
    display: block;
}
.juaranet__link:hover, .juaranet__link:focus {
    color: black;
}
.juaranet__title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4em;
}
.kolom {
    padding-top: 30px;
}
.kolom__item {
    display: block;
    margin-bottom: 20px;
}
.kolom__thumb {
    float: left;
    width: 120px;
    height: 120px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin-right: 20px;
    overflow: hidden;
}
.kolom__thumb img {
    width: 100%;
}
.kolom__name {
    color: #81797B;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
    max-height: 38px;
    overflow: hidden;
}
.kolom__title {
    color: black;
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 400;
    max-height: 88px;
    overflow: hidden;
}
.indexsum__toptitle {
    color: #5A5255;
    font-weight: 300;
    font-size: 36px;
    margin-bottom: 10px;
}
.indexsum__list {
    margin-right: -15px;
}
.indexsum__item {
    float: left;
    width: 223px;
    overflow: hidden;
    margin-right: 15px;
    margin-bottom: 15px;
}
.indexsum__item--big {
    width: 460px;
    height: 240px;
    position: relative;
}
.indexsum__item--big img {
    width: 100%;
}
.indexsum__item--big .indexsum__thumb {
    height: 100%;
}
.indexsum__item--big .indexsum__thumb img {
    height: auto;
    width: 100%;
}
.indexsum__item--big .indexsum__detail {
    z-index: 3;
    position: absolute;
    bottom: 0;
    background: -moz-linear-gradient(top, transparent 0%, black 100%);
    background: -webkit-linear-gradient(top, transparent 0%, black 100%);
    background: linear-gradient(to bottom, transparent 0%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e0000000', GradientType=0);
    height: auto;
    padding-top: 100px;
}
.indexsum__item--big .indexsum__title {
    color: white;
    font-weight: 700;
    font-style: italic;
    font-size: 30px;
    line-height: 1.2em;
    height: auto;
    max-height: 220px;
}
.indexsum__thumb {
    height: 112px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.indexsum__thumb img {
    width: 100%;
}
.indexsum__cate {
    position: absolute;
    background: #ECE1D4;
    width: 50%;
    padding: 10px 0 5px 10px;
    color: #BE2C00;
    font-family: "Rajdhani", sans-serif;
    font-size: 16px;
    font-weight: 700;
    bottom: 0;
}
.indexsum__cate:hover, .indexsum__cate:focus {
    color: #BE2C00;
}
.indexsum__detail {
    padding: 10px 20px;
    background: #ECE1D4;
    height: 128px;
}
.indexsum__link {
    -webkit-transition: 0.1s ease-in-out;
    -moz-transition: 0.1s ease-in-out;
    -ms-transition: 0.1s ease-in-out;
    -o-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
}
.indexsum__link:hover, .indexsum__link:focus {
    color: inherit;
}
.indexsum__title {
    font-size: 14px;
    color: black;
    line-height: 1.4em;
    height: 112px;
    overflow: hidden;
    font-weight: 600;
}
.read__title {
    font-size: 38px;
    color: black;
    line-height: 1.2em;
    margin: 25px 0;
}
.read__boxauthor {
    width: 505px;
    font-size: 14px;
    margin-bottom: 10px;
    float: left;
}
.read__author {
    color: #FF0000;
    font-family: "Rajdhani", sans-serif;
    font-weight: 700;
}
.read__time {
    color: #5A5255;
    font-weight: 300;
}
.read__article {
    font-size: 16px;
    line-height: 1.6em;
}
.read__article.static p {
    padding: 0;
    margin: 5px 0;
}
.read__article .article__title {
    margin-bottom: 20px;
}
.read__article ul, .read__article ol {
    padding: 0 40px;
    list-style: inherit;
    margin: inherit;
}
.read__article ol {
    list-style: decimal;
}
.read__article a {
    color: #C1272D;
}
.read__article ul {
    list-style: disc;
}
.read__article blockquote {
    padding: 5px 20px;
    border-left: 2px solid #9a9a9a;
    margin: 20px 0;
    opacity: .6;
}
.read__left {
    float: left;
    width: 180px;
    padding-top: 20px;
}
.read__right {
    float: right;
    width: 520px;
}
.tags::before {
    content: attr(data-tag);
    position: absolute;
    left: 0px;
    top: 10px;
    color: #777;
    font-size: 16px;
}
.tags {
    position: relative;
    padding: 0px 0 0 50px;
    margin: 0 0 5px;
    display: block;
    font-family: 'Rubik', sans-serif;
}
.tags li {
    background-color: #ede1d5;
    display: inline-block;
    list-style: none;
    margin: 0 5px 5px 0;
    padding: 2px 5px;
    float: left;
    border-radius: 5px;
}
.tags a {
    color: #000;
}
.tags ul {
    margin: 0 10px !important;
}
.tags__title {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    padding: 0;
    margin: 0;
}
.suggest {
    width: 45%;
    float: left;
    margin: 7px 30px 20px 0px;
    padding: 10px 0;
}
.suggest:last-child {
    width: 100%;
}
.suggest p {
    margin: 0 0 15px;
    padding: 15px 0 0 20px;
}
.suggest ul {
    padding: 0 10px 0 40px;
}
.suggest li {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 1.6;
}
.suggest li a:hover {
    color: #2a2a2a;
}
.suggest__title {
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
    padding: 0;
}
.suggest a {
    color: #C1272D;
    margin: 0;
    padding: 0;
    line-height: inherit;
    display: inline-block;
}
.breadcrumb {
    position: relative;
}
.breadcrumb__wrap {
    position: relative;
}
.breadcrumb__item {
    display: inline-block;
    font-family: "Rajdhani", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #81797B;
}
.breadcrumb__item:after {
    content: ' / ';
}
.breadcrumb__item:last-child:after {
    content: '';
}
.breadcrumb__link {
    position: relative;
    display: inline-block;
}
.breadcrumb__link:hover {
    color: #000;
}
.social {
    width: 100%;
}
.social__share {
    width: 195px;
    float: left;
    margin-top: -10px;
}
.social .kcm-date {
    font-family: 'Catamaran';
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: 0.1px;
    float: left;
    padding: 10px 0 0;
    margin-top: 10px;
}
.social .kcm-date .kcm-author {
    color: #c21945;
    text-transform: uppercase;
    font-weight: 600;
    text-align: left;
    display: inline;
}
.social .social__share {
    float: right;
    padding: 10px 0 0;
    margin-top: 10px;
}
.social__item, .social__wrap {
    padding: 0;
    margin: 0;
    display: inline-block;
}
.social__wrap {
    float: left;
}
.social__item {
    position: relative;
    min-width: 35px;
    height: 35px;
}
.social__link {
    display: inline-block;
}
.social__bg {
    height: 30px;
    width: 30px;
    display: inline-block;
    border-radius: 20px;
    position: absolute;
    padding: 8px;
    left: 0;
    top: 0;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.social__bg--fb {
    background: #3B579D;
}
.social__bg--tw {
    background: #5EAADE;
}
.social__bg--gp {
    background: #DD4B39;
}
.social__bg--wa {
    background: #64d448;
}
.social__bg--comment {
    background: #B6B6B6;
}
.social__bg--link {
    background: #E94F1D;
}
.social__bg--line {
    background: #3ACE01;
}
.share-total {
    display: inline-block;
    float: left;
    padding: 5px 0 0 5px;
    font-weight: 700;
    color: #9A9A9A;
    font-size: 18px;
    line-height: 15px;
    text-align: center;
}
.share-total span {
    display: block;
    font-weight: 400;
    font-size: 10px;
    color: #000;
}
.ico-shared {
    font-size: 14px;
    color: #fff;
}
.kcm-sosial-count {
    vertical-align: top;
    padding: 0;
    font-weight: 400;
    display: none;
    font-size: 11px;
}
.social__item:hover .kcm-sosial-count {
    color: #555;
    display: inline-block;
    position: absolute;
    width: 32px;
    top: -20px;
    left: -3px;
}
.social__item:hover .social__bg {
    height: 32px;
    width: 32px;
    padding: 9px;
    left: -1px;
    top: -1px;
}
.photo {
    height: auto;
}
.photo--wrap {
    margin: 0;
    width: 100%;
}
.photo--wrap .photo__item {
    padding: 0;
}
.photo__item {
    width: 100%;
    position: relative;
}
.photo__item img {
    width: 100%;
}
.photo__author {
    padding: 5px 20px;
    color: #fff;
    text-align: right;
    font-size: 12px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
}
.photo__author.auth2 {
    bottom: 100%;
}
.arrowart, .polling, .suggest {
    background: #e8e8e8;
}
.photo__caption {
    padding: 5px 0;
    font-size: 14px;
    color: #5A5255;
    font-weight: 300;
    position: relative;
}
.photo--wrap .photo__caption {
    padding: 10px 0 20px;
}
.logowhite {
    width: 135px;
    margin-top: -5px;
    margin-right: 20px;
    display: none;
}
@-webkit-keyframes b {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -1000px, 0);
        transform: translate3d(0, -1000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 1px, 0);
        transform: translate3d(0, 1px, 0);
    }
    90% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes b {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -1000px, 0);
        transform: translate3d(0, -1000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 1px, 0);
        transform: translate3d(0, 1px, 0);
    }
    90% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
.tagpop {
    padding-top: 30px;
}
.tagpop__item {
    background: #000000;
    display: inline-block;
    padding: 5px 15px;
    margin-bottom: 5px;
    color: #ead7c9;
}
.tagpop__title {
    font-size: 14px;
    line-height: normal;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
.pagination {
    background-color: #eee;
    display: block;
    font-family: "Rubik", sans-serif;
    width: 100%;
    padding: 10px 10px;
    text-align: center;
    margin-top: 20px;
}
.pagination.index {
    background: transparent;
    margin-top: 0;
}
.pagination_number {
    text-align: center;
}
.pagination_number.left {
    text-align: left;
}
.pagination_number li {
    display: inline-block;
    padding: 3px 5px;
    background-color: #ede1d5;
    border-radius: 5px;
}
.pagination_number li.active {
    background-color: #be2c00 !important;
}
.pagination_number li.active a {
    color: white;
}
.pagination a {
    color: #000;
}
.paging {
    background-color: #eee;
    display: block;
    font-family: "Rubik", sans-serif;
    width: 100%;
    padding: 10px 10px;
    text-align: center;
    margin-top: 20px;
}
.paging.index {
    background: transparent;
    margin-top: 0;
}
.paging ul {
    text-align: center;
}
.paging ul.left {
    text-align: left;
}
.paging__item {
    display: inline-block;
    padding: 3px 5px;
    background-color: #ede1d5;
    border-radius: 5px;
}
.paging__item.paging__item--active {
    background-color: #be2c00 !important;
}
.paging__item.paging__item--active a {
    color: white;
}
.paging a {
    color: #000;
}
/*404 Page*/

.notfound-404 {
    display: table;
    text-align: center;
    width: 100%;
    padding: 20px 0px;
    clear: both;
    height: 300px;
}
.notfound-404--wrapper {
    display: table-cell;
    vertical-align: middle;
}
.notfound-404--header {
    padding: 12px 0px;
}
.notfound-number {
    font-size: 9.375em;
    font-family: "Rajdhani", sans-serif;
    color: #000;
    font-weight: 700;
}
.notfound-speedo img {
    width: 220px;
}
.notfound-404--footer {
    padding: 0px 0px 30px 0px;
}
.notfound-404--footer .span-404-text {
    font-size: 1.8em;
    font-family: "Rajdhani", sans-serif;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
}
/**/

.title-heading-alt {
    width: 380px;
    margin: auto;
    text-align: center;
    padding-bottom: 15px;
}
.title-heading-alt--wrapper {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    content: '';
    display: block;
    border-top: 2px solid #939598;
    position: relative;
}
.title-heading-alt--wrapper::before {
    content: '';
    display: block;
    border-top: 5px solid #c30000;
    width: 30%;
    position: absolute;
    top: -3px;
    z-index: 12;
    left: 0;
    right: 0;
    margin: auto;
}
.title-heading-alt-text {
    padding: 10px 0px;
    font-size: 18px;
    margin: 0;
    color: #000;
}
.list-kumpulan {
    width: 70%;
    margin: auto;
    clear: both;
    display: table;
    padding-bottom: 30px;
}
.list-kumpulan li {
    padding: 5px;
    list-style: none;
    width: 50%;
    box-sizing: border-box;
    float: left;
}
.list-kumpulan--img {
    width: 100px;
    float: left;
}
.list-kumpulan--img img {
    width: 100%;
}
.list-kumpulan--txt {
    height: 53px;
    font-family: 'Roboto', sans-serif;
    width: 240px;
    padding: 0px 10px;
    float: left;
    overflow: hidden;
}
.list-kumpulan--txt .span-text {
    font-size: 14px;
    color: #666666;
    font-weight: inherit;
}
.list-kumpulan--txt .span-text a {
    color: #666666;
}
.menu__static {
    display: block;
    padding: 20px 15px;
}
.menu__static-item {
    display: block;
    margin-bottom: 10px;
    padding: 10px 0px;
    border-bottom: 2px solid #333;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    padding-left: 15px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.menu__static-item:hover, .menu__static-item:hover, .menu__static-item.active {
    color: #333;
    padding-left: 0;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.index__input {
    color: #111;
    border-radius: 2px;
    -moz-box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, 0.2);
    border: 1px solid #bbb;
    resize: none;
    padding: 5px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
    background-color: #f5f5f5;
}
.index__title {
    background-color: #f5f5f5;
    border-bottom: 1px solid #d5d5d5;
    padding: 20px 30px;
    font-size: 30px;
    margin-bottom: 30px;
}
.index__button {
    background: -moz-linear-gradient(#fff, #eaeaea);
    background: -webkit-linear-gradient(#fff, #eaeaea);
    background: -o-linear-gradient(#fff, #eaeaea);
    background: linear-gradient(#fff, #eaeaea);
    -webkit-box-shadow: inset 0 0 2px #fff;
    -moz-box-shadow: inset 0 0 2px #fff;
    box-shadow: inset 0 0 2px #fff;
    text-shadow: 0 0 2px #fff;
    color: #666;
    border: 1px solid #ccc;
    border-bottom: 1px solid #aaa;
    outline: 0;
    border-radius: 3px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-weight: 700;
    cursor: pointer;
    padding: 6px 10px;
    -ms-transition: .5s;
}
.index__button:hover {
    -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.12);
    outline: 0;
    text-decoration: none;
    border: 1px solid #b7b7b7;
}
.index__text {
    font-size: 16px;
    padding-right: 20px;
}
.index__list {
    padding-top: 50px;
}
.footerbox {
    position: relative;
    border-top: 2px solid rgba(236, 225, 212, 0.4);
    padding-top: 30px;
}
.footercap {
    width: 60%;
    font-size: 12px;
    line-height: 1.6em;
    font-weight: 300;
    margin-bottom: 20px;
}
.footerlink {
    width: 40%;
    font-size: 12px;
    overflow: hidden;
    line-height: 1.6em;
    position: absolute;
    right: 0px;
    top: 30px;
    text-align: right;
}
.footerlink__item {
    padding-left: 20px;
    font-weight: 700;
}
.topmenu {
    background: #5A5255;
    max-height: 30px;
    padding: 8px;
}
.topmenu ul {
    float: right;
    display: block;
    margin: 0;
    padding: 0;
}
.topmenu li {
    display: inline-block;
}
.topmenu li a {
    color: #ECE1D4;
    padding: 10px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 400;
}
.topmenu li a:hover, .topmenu li a:focus {
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.58);
}
.boxmenu {
    background: #000000;
}
.mainmenu.fixed {
    background: #000000;
    position: fixed;
    width: 100%;
    z-index: 10;
    height: 60px;
    top: -10px;
    -webkit-animation: b 1.5s;
    animation: b 1.5s;
}
.mainmenu.fixed .mainmenu__link {
    padding: 15px 5px 14px 5px;
}
.mainmenu.fixed .mainmenu__gate {
    margin-top: 10px;
}
.mainmenu.fixed .mainmenu__search {
    height: 55px;
    top: -5px;
}
.mainmenu.fixed .mainmenu__search:before {
    border-top: 55px solid transparent;
}
.mainmenu.fixed .mainmenu__search--icon {
    top: 20px;
}
.mainmenu.fixed .logowhite {
    display: block;
}
.mainmenu__list {
    background: #000000;
    height: 50px;
    padding: 15px 0;
    margin: 0;
    color:#fff;
}
.mainmenu__list--child {
    visibility: hidden;
    opacity: 0;
    transition: all .4s ease-in-out;
    background: #000000;
    padding: 15px 0;
    margin: 0;
    position: absolute;
    left: 0;
    top: 35px;
    width: 280px;
    z-index: 10;
    left: -1px;
}
.mainmenu__list--child .mainmenu__item {
    width: 50%;
    display: inline-block;
    margin-bottom: 5px;
    font-size: 14px;
    padding: 2px 8px 2px 8px;
}
.mainmenu__list--child .mainmenu__item:hover a, .mainmenu__list--child .mainmenu__item:focus a {
    background: transparent;
}
.mainmenu__list--child .mainmenu__link {
    padding: 15px 5px 14px 5px;
}
.mainmenu__item {
    float: left;
    position: relative;
}
.mainmenu__item.active>a {
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.58);
    background: #333;
}
.mainmenu__item:hover>a, .mainmenu__item:focus>a {
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.58);
    background: #BE2C00;
}
.mainmenu__item:hover .mainmenu__list--child, .mainmenu__item:focus .mainmenu__list--child {
    visibility: visible;
    opacity: 1;
}
.mainmenu__link {
    font-family: "Rajdhani", sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    padding: 15px 15px 14px 15px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.mainmenu__gate {
    margin-bottom: 20px;
    position: relative;
}
.mainmenu__search {
    position: absolute;
    right: 15px;
    top: 0;
    height: 50px;
    background: #333;
    width: 190px;
    color: rgb(255, 255, 255);
}
.mainmenu__search--icon {
    position: absolute;
    top: 17px;
    font-size: 17px;
    left: 8px;
}
.mainmenu__search:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 0px solid transparent;
    border-right: 20px solid #333;
    position: absolute;
    left: -20px;
}
.mainmenu__input {
    width: 90%;
    height: 100%;
    position: absolute;
    right: 0;
    font-size: 16px;
    padding: 0 20px;
    border: 0;
    outline: none;
    color: #fff;
    background: none;
}
.mainmenu__input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}
.mainmenu__input::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}
.mainmenu__input:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}
.mainmenu__input:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}
.footermenu {
    background: #5A5255;
    margin-top: 50px;
}
.footermenu__list {
    height: 50px;
    margin: 0;
}
.footermenu__item {
    display: inline-block;
}
.footermenu__link {
    font-family: "Rajdhani", sans-serif;
    color: white;
    font-weight: 700;
    font-size: 14px;
    padding-right: 20px;
}
.footermenu__link:hover, .footermenu__link:focus {
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.58);
}
.footermenu__gate {
    padding: 80px 0;
    position: relative;
    color: white;
}
.footermenu__search {
    position: absolute;
    right: 15px;
    top: 0;
    height: 50px;
    background: #BE2C00;
    width: 190px;
    color: #ECE1D4;
}
.footermenu__search--icon {
    position: absolute;
    top: 17px;
    font-size: 17px;
    left: 8px;
}
.footermenu__search:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 60px solid transparent;
    border-bottom: 0px solid transparent;
    border-right: 20px solid #BE2C00;
    position: absolute;
    left: -20px;
}
.footermenu__input {
    width: 90%;
    height: 100%;
    position: absolute;
    right: 0;
    font-size: 16px;
    padding: 0 20px;
    border: 0;
    outline: none;
    color: #ECE1D4;
    background: none;
}
.footermenu__input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ECE1D4;
}
.footermenu__input::-moz-placeholder {
    /* Firefox 19+ */
    color: #ECE1D4;
}
.footermenu__input:-ms-input-placeholder {
    /* IE 10+ */
    color: #ECE1D4;
}
.footermenu__input:-moz-placeholder {
    /* Firefox 18- */
    color: #ECE1D4;
}
.footermenu__social {
    position: absolute;
    top: 75px;
    right: 0;
    color: white;
}
.footermenu__social-item {
    display: inline-block;
}
.footermenu__social-link {
    padding: 0px 5px;
}
.footermenu2 {
    background: linear-gradient(to right, #444444 0%, #000000 100%);
    background: -webkit-linear-gradient(left, #444444 0%, #000000 100%);
    background: -moz-linear-gradient(left, #444444 0%, #000000 100%);
    margin-top: 50px;
}
.footermenu2 a:hover, .footermenu2 a:focus {
    color: #f5eb03;
}
.footermenu2__list {
    height: 50px;
    margin: 0;
}
.footermenu2__item {
    display: inline-block;
}
.footermenu2__link {
    font-family: "Rajdhani", sans-serif;
    color: white;
    font-weight: 700;
    font-size: 14px;
    padding-right: 20px;
}
.footermenu2__link:hover, .footermenu2__link:focus {
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.58);
}
.footermenu2__gate {
    padding: 0px 0 80px;
    position: relative;
    color: white;
}
.footermenu2__search {
    position: absolute;
    right: 15px;
    top: 0;
    height: 50px;
    background: #BE2C00;
    width: 190px;
    color: #ECE1D4;
}
.footermenu2__search--icon {
    position: absolute;
    top: 17px;
    font-size: 17px;
    left: 8px;
}
.footermenu2__search:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 60px solid transparent;
    border-bottom: 0px solid transparent;
    border-right: 20px solid #BE2C00;
    position: absolute;
    left: -20px;
}
.footermenu2__input {
    width: 90%;
    height: 100%;
    position: absolute;
    right: 0;
    font-size: 16px;
    padding: 0 20px;
    border: 0;
    outline: none;
    color: #ECE1D4;
    background: none;
}
.footermenu2__input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ECE1D4;
}
.footermenu2__input::-moz-placeholder {
    /* Firefox 19+ */
    color: #ECE1D4;
}
.footermenu2__input:-ms-input-placeholder {
    /* IE 10+ */
    color: #ECE1D4;
}
.footermenu2__input:-moz-placeholder {
    /* Firefox 18- */
    color: #ECE1D4;
}
.footermenu2__social {
    position: absolute;
    top: 75px;
    right: 0;
    color: white;
}
.footermenu2__social-item {
    display: inline-block;
}
.footermenu2__social-link {
    padding: 0px 5px;
}
.footer-content {
    display: inline-block;
}
.footer-logo {
    text-align: right;
}
.footer-mid {
    width: 665px;
    height: auto;
    position: relative;
    float: left;
    text-align: center;
    font-size: 12px;
    margin: 0 10px;
    line-height: 24px;
}
.footer-left {
    float: left;
    width: 230px;
}
.footer-right {
    float: right;
    width: 170px;
}
.wrap {
    width: 1100px;
    height: auto;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    display: list-item;
    list-style: none;
    clear: both;
}
.wrap-bottom {
    padding: 10px 0;
    border-top: 1px dashed #fff;
    text-align: center;
}
.ads__top {
    float: right;
    overflow: hidden;
    padding-left: 20px
}

.ads__side {
    padding: 20px;
    background: #F1F1F1;
    max-width: 340px;
    overflow: hidden
}

.ads__top-big {
    text-align: center;
    margin: 0 auto
}

.ads__stick {
    position: fixed;
    top: 45px;
    z-index: 10;
    width: 100%;
    -webkit-transition: top 0.2s ease;
    -moz-transition: top 0.2s ease;
    -ms-transition: top 0.2s ease;
    -o-transition: top 0.2s ease;
    transition: top 0.2s ease;
}

.ads__stick__fluid {
    position: absolute;
    width: calc((100% - 1100px)/2);
    display: block;
    top: 0;
}

.ads__stick__fluid img {
    max-width: none;
}

.ads__stick__fluid--left {
    left: 0;
}

.ads__stick__fluid--right {
    right: 0;
}

.ads__stick__wrap {
    position: relative;
    width: 100%;
}

.ads__stick--sticky {
    top: 50px;
}

.ads__stick--left {
    right: 0;
    position: absolute;
}

.ads__stick--right {
    left: 0;
    position: absolute;
}

.ads__horizontal {
    margin: 5px 0 0 -15px;
    padding: 0;
    height: auto;
    position: fixed;
    bottom: 0;
    width: 1100px;
    z-index: 10
}
.ads__close {
    position: absolute;
    background: #3CA5DD;
    display: inline-block;
    right: 0;
    top: -20px;
    padding: 4px 8px;
    font-size: 12px;
    line-height: 1;
    color: #fff;
}
.ads__close:hover {
    color: #fff;
}
.ads__skyscraper {
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.ads__skyscraper.fixed {
    position: fixed;
    top: 40px;
}
.headline {
    position: relative;
    color: #fff;
}
.headline__subtitle {
    position: absolute;
    left: 0;
    top: 30px;
    z-index: 1;
    background: #fff;
    text-transform: uppercase;
    padding: 10px;
    font-size: 12px;
    font-weight: 700;
    color: #ECE1D4;
}
.headline__big {
    position: relative;
    overflow: hidden;
}
.headline__big__row {
    position: relative;
}
.headline__big__item {
    display: block;
}
.headline__big__link {
    display: block;
}
.headline__big__link:hover {
    color: #fff;
}
.headline__big__img {
    width: 700px;
    overflow: hidden;
    position: relative;
}
.headline__big__box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 35px 0;
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.88) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.88) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.88) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e0000000', GradientType=0);
}
.headline__big__box .cateskew {
    margin-left: 30px;
}
.headline__big__title {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.1;
    color: white;
    font-style: italic;
    padding: 0 20px;
    margin: 10px 0 10px;
}
.headline__big__date {
    padding: 0 20px;
    font-size: 12px;
    font-weight: 600;
    color: #9B9B9B;
}
.headline__thumb {
    position: relative;
    overflow: hidden;
    margin: 0 0 0 -1px;
}
.headline__thumb__row {
    position: relative;
    margin: 0;
    overflow: hidden;
}
.headline__thumb__item {
    padding: 0;
    outline: 0;
    background: #ECE1D4;
    position: relative;
    margin: 0 1px;
    /* height: 230px !important; */
    float: left;
    width: 25%;
}
.headline__thumb__item.slick-current:after {
    content: '';
    position: absolute;
    z-index: 4;
    bottom: 0px;
    left: 0;
    height: 6px;
    background: #FF0000;
    width: 100%;
}
.headline__thumb__item:after {
    content: '';
    position: absolute;
    z-index: 4;
    bottom: 0px;
    left: 0;
    height: 6px;
    background: #5A5255;
    width: 100%;
}
.headline__thumb__img {
    margin: 0 0 10px;
    position: relative;
    cursor: pointer;
}
.headline__thumb__title {
    font-size: 13px;
    font-weight: 400;
    color: #000;
    line-height: 16px;
    padding: 0 10px;
    height: 98px;
}
.headline__thumb__link {
    display: block;
    padding-bottom: 20px;
}
.headline__thumb__link:hover {
    color: white;
}
.section__left {
    width: 700px;
    float: left;
}
.section__right {
    width: 340px;
    float: left;
    margin-left: 20px;
}
.title__default {
    position: relative;
    height: 2px;
    width: 100%;
    background: #000000;
    margin: 30px 0;
}
.title__default.blue {
    background: #016fba;
}
.title__default.juaranet {
    background: #FF3333;
}
.title__default span {
    position: absolute;
    bottom: -10px;
    left: 0;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    display: block;
    background: white;
    padding-right: 20px;
}
.title__default .superball {
    position: absolute;
    bottom: -10px;
    left: 0;
    color: #BE2C00;
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    display: block;
    background: white;
    padding-right: 20px;
}
.title__default .superball img {
    width: 115px;
}
.title__default .juaranet {
    position: absolute;
    bottom: -12px;
    left: 0;
    color: #BE2C00;
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    display: block;
    background: white;
    padding-right: 20px;
}
.title__default .juaranet img {
    width: 115px;
}
.wrap-formscore {
    display: inline-block;
    width: 150px;
    float: left;
    position: relative;
    background: #3C3C3C;
    height: 91px;
}
.formscore {
    margin: 29px 10px 0;
    padding: 0px 2px;
    border-radius: 3px;
}
.formscore:after {
    content: "\e603";
    font-family: "icomoon";
    font-size: 12px;
    line-height: 1;
    right: 17px;
    top: 38px;
    position: absolute;
    z-index: 1;
}
.formscore__select {
    display: inline-block;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    content: '';
    z-index: 2;
    position: relative;
    border: none;
    color: #C6C6C6;
    cursor: pointer;
    padding: 5px 13px 5px 2px;
}
.formscore__select:focus {
    outline: none;
}
.formscore__select option {
    background: #3C3C3C;
    color: #C6C6C6;
}
.tabscore {
    text-align: center;
    padding-top: 0px;
    color: white;
}
.tabscore h1, .tabscore h2, .tabscore h3, .tabscore h4, .tabscore h5, .tabscore h6 {
    font-size: 16px;
    margin: 0;
    padding: 32px 0;
}
.score {
    padding: 0 31px;
    margin: 0 0 0 10px;
    position: relative;
    max-height: 98px;
    overflow: hidden;
    width: 900px;
    float: left;
}
.score .slick-arrow {
    position: absolute;
    top: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #222121;
    border: none;
    cursor: pointer;
    color: white;
    font-size: 25px;
    outline: 0;
    width: 30px;
    height: 100%;
    padding: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.score .slick-arrow:hover {
    background: #5d5d5d;
}
.score .slick-prev {
    z-index: 1;
    left: 0;
}
.score .slick-prev:before, .score .slick-next:before {
    font-family: "icomoon";
    color: #fff;
    font-size: 30px;
}
.score .slick-next {
    right: 0;
}
.score__detail {
    padding: 0;
    font-size: inherit;
    margin: 0;
    font-weight: inherit;
    position: relative;
}
.score__item {
    display: inline-block;
    margin: 0 1px 0 0;
    padding: 8px 0;
    float: left;
    background: #333;
    outline: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    height: 91px !important;
}
.score__item:hover {
    background: #1e1e1e;
}
.score__item a {
    display: block;
}
.score__date {
    font-size: 11px;
    padding: 0px 10px;
    color: #A9A9A9;
}
.score__status {
    padding: 2px 10px;
    font-size: 10px;
    background: #3C3C3C;
    margin: 3px 0;
    font-weight: 700;
}
.score__team img {
    vertical-align: middle;
    width: 15px;
    height: 15px;
}
.score__team {
    padding: 2px 10px;
    position: relative;
    font-size: 12px;
    color: #fff;
    height: auto;
    max-height: 20px;
    overflow: hidden;
}
.score__result {
    position: absolute;
    right: 10px;
    top: 0;
}
/* Slider */

.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}
.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    outline: 0;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 10px;
    width: 10px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 10px;
    height: 10px;
    font-family: "slick";
    font-size: 6px;
    line-height: 10px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
}
.headline__big .slick-slider {
    margin-bottom: 0px;
}
.headline__thumb .slick-slider {
    margin-bottom: 15px;
}
.article__photo__wrap .slick-slider {
    margin-bottom: 10px;
}
.article__photo__wrap .slick-dots {
    top: -35px;
    bottom: auto;
    width: 20%;
    left: 40%;
}
.article__photo__wrap .slick-dots li button {
    width: 10px;
    height: 10px;
    background: #ccc;
    border-radius: 20px;
}
.article__photo__wrap .slick-dots li.slick-active button {
    background: #ECE1D4;
}
.article__photo__wrap .slick-dots li button:before {
    content: '';
}
.jixie__logo {
    font-size: 12px;
    padding: 15px 5px 5px;
    text-align: right;
    color: #b7b7b7;
    position: absolute;
    right: 0;
    top: 2px;
    z-index: 10;
    background: #fff
}
.jixie__logo--right {
    float: right
}
.jixie__logo span {
    position: relative;
    vertical-align: bottom;
    padding: 0 5px
}
.jixie__logo__img {
    cursor: pointer;
    display: inline-block
}
.jixie__logo img {
    width: 60px
}
.jixie__logo .tooltips {
    position: absolute;
    top: 36px;
    right: 10px;
    width: 335px;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    -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;
    cursor: default
}
.jixie__logo .tooltips:before {
    content: '';
    position: absolute;
    top: 6px;
    right: 18px;
    width: 10px;
    height: 10px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #000
}
.jixie__logo .tooltips span {
    border-radius: 5px;
    background: #000;
    display: block;
    margin-top: 10px;
    padding: 12px;
    color: #fff
}
.jixie__logo .tooltips--show {
    opacity: 1;
    visibility: visible
}
.indexjixie {
    position: relative
}
.indexjixie .indexsum__item {
    width: 163px
}
.indexjixie .indexsum__thumb {
    height: 103px;
    width: 100%;
    overflow: hidden;
    position: relative
}
.float_left {
    float: left
}
.floatright {
    float: right
}

/*tambahan buat klasemen*/
.tables {
    margin: 10px 0;
    font-size: 15px;
    border-spacing: 0px 2px
}

.tables th,
.tables td {
    padding: 8px
}

.tables__header {
    background: #BE2C00;
    color: white;
    text-transform: uppercase
}

.tables__content {
    margin: 20px 0;
    color: #5a5858;
    font-size: 13px
}

.tables__content:nth-child(odd) {
    background: #ccc
}

.tables__content:nth-child(even) {
    background: #ececec
}

.tables__details {
    text-align: center
}

.tables__details__ref {
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline;
    color: #BE2C00;
    transition: all .2ss ease-in-out
}

.tables__details__ref:hover {
    color: #5A5255
}

.custom-select-wrapper {
    position: relative;
    display: block;
    user-select: none;
    width: 250px
}

.custom-select-wrapper select {
    display: none
}

.custom-select {
    position: relative;
    display: block;
    margin: 20px 0px;
    width: 250px
}

.custom-select-trigger {
    position: relative;
    @Include flex;
    width: 250px;
    height: 40px;
    font-size: 14px;
    cursor: pointer;
    border-color: #dedddd;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #9a9a9a;
    padding: 10px;
    border: 1px solid #dedddd;
    align-items: center;
    padding-right: 42px;
    display: block
}

.custom-select-trigger:after {
    position: absolute;
    display: block;
    content: '';
    top: 50%;
    right: 10px;
    width: 0px;
    height: 0px;
    border-width: 0px 7px 7px;
    border-style: solid;
    border-color: transparent transparent #9a9a9a;
    border-image: initial;
    transform: rotate(180deg) translateY(-40%);
    transition: all .4s ease-in-out;
    transform-origin: 50% 0
}

.custom-select.opened .custom-select-trigger:after {
    margin-top: 3px;
    transform: rotate(0deg) translateY(-100%)
}

.custom-options {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    right: 0;
    min-width: 250px;
    width: 250px;
    margin: 15px 0;
    border: 1px solid #b5b5b5;
    box-sizing: border-box;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.07);
    background: #fff;
    transition: all .4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-15px)
}

.custom-select.opened .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0)
}

.custom-options:before {
    position: absolute;
    display: block;
    content: '';
    bottom: 100%;
    right: 25px;
    width: 7px;
    height: 7px;
    margin-bottom: -4px;
    border-top: 1px solid #b5b5b5;
    border-left: 1px solid #b5b5b5;
    background: #fff;
    transform: rotate(45deg);
    transition: all .4s ease-in-out
}

.option-hover:before {
    background: #f9f9f9
}

.custom-option {
    position: relative;
    display: block;
    padding: 0 22px;
    border-bottom: 1px solid #b5b5b5;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: #b5b5b5;
    line-height: 47px;
    cursor: pointer;
    transition: all .4s ease-in-out
}

.custom-option:last-of-type {
    border-bottom: 0
}

.custom-option:hover,
.custom-option.selection {
    background: #f9f9f9
}

.hasil {
    border-spacing: 0px 2px;
    margin: 10px 0
}

.hasil__header {
    background: #ff8e00;
    color: white;
    padding: 10px
}

.hasil th,
.hasil td {
    padding: 8px
}

.hasil__team {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    font-weight: 600
}

.hasil__team img {
    margin: 0 10px;
    width: 30px
}

.hasil__team--right {
    text-align: right;
    flex-direction: row-reverse
}

.hasil__result {
    font-weight: 600
}

.hasil__content {
    margin: 20px 0;
    color: #5a5858;
    font-size: 13px
}

.hasil__content:nth-child(odd) {
    background: #ccc
}

.hasil__content:nth-child(even) {
    background: #ececec
}

.hasil__more {
    color: #ff8e00;
    font-weight: 700;
    font-size: 14px;
    text-decoration: underline;
    padding: 0 15px
}

.klasemen__title {
    font-size: 38px;
    color: black;
    line-height: 1.2em;
    margin: 25px 0
}

.klasemen__desc {
    color: #9a9a9a;
    font-size: 14px;
    margin: 20px 0
}

.klasemen__link {
    font-weight: 600;
    text-decoration: underline;
    transition: all .2ss ease-in-out
}

.klasemen__link:hover {
    color: #5A5255
}

.klasemen__option {
    margin: 20px 0px;
    padding: 10px 100px 10px 0px;
    border-top: 1px solid #dedddd;
    border-bottom: 1px solid #dedddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center
}

.klasemen__option__choose {
    width: 250px;
    height: 40px;
    border-color: #dedddd;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #9a9a9a;
    padding: 0 10px
}

.klasemen__option__desc {
    margin-right: 20px;
    font-weight: 600;
    font-size: 14px;
    color: #9a9a9a
}

.klasemen__table {
    margin-bottom: 50px
}

.klasemen__tables {
    margin: 10px 0;
    font-size: 15px;
    border-spacing: 0px 2px
}

.klasemen__tables th,
.klasemen__tables td {
    padding: 8px
}

.klasemen__tables__header {
    background: #BE2C00;
    color: white;
    text-transform: uppercase
}

.klasemen__tables__content {
    margin: 20px 0;
    color: #5a5858;
    font-size: 13px;
    font-weight: 600
}

.klasemen__tables__content td {
    text-align: center
}

.klasemen__tables__content:nth-child(odd) {
    background: #ddbebe
}

.klasemen__tables__content:nth-child(even) {
    background: #ececec
}

.klasemen__tables__rank {
    margin: 0;
    color: white;
    text-align: center;
    padding: 5px;
    border-radius: 4px;
    background: #666666
}

.klasemen__tables__rank--first {
    background: #366601
}

.klasemen__tables__rank--second {
    background: #366601
}

.klasemen__tables__rank--third {
    background: #366601
}

.klasemen__tables__rank--fourth {
    background: #3ebd00
}

.klasemen__tables__rank--fifth {
    background: #0066cc
}

.klasemen__tables__rank--degradation {
    background: #BE2C00
}

.klasemen__legend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 25px;
    background: #ececec;
    border: 1px solid #d5d5d5
}

.klasemen__box {
    display: block;
    width: 25px;
    height: 25px;
    background: black;
    margin: 0 10px;
    border-radius: 4px
}

.klasemen__box--first {
    background: #366601
}

.klasemen__box--second {
    background: #3ebd00
}

.klasemen__box--third {
    background: #0066cc
}

.klasemen__box--fourth {
    background: #BE2C00
}

.klasemen__note {
    font-size: 12px;
    font-weight: 600
}

.klasemen__hasil__title {
    margin: 20px 0;
    font-weight: 700;
    font-size: 20px
}

.klasemen__pos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center
}

.klasemen__up {
    display: block;
    content: '';
    width: 0px;
    height: 0px;
    border-width: 0px 5px 5px;
    border-style: solid;
    border-color: transparent transparent #5e8355;
    border-image: initial;
    transform: rotate(0deg)
}

.klasemen__down {
    display: block;
    content: '';
    width: 0px;
    height: 0px;
    border-width: 0px 5px 5px;
    border-style: solid;
    border-color: transparent transparent #be2c00;
    border-image: initial;
    transform: rotate(180deg)
}

.tables__content {
    margin: 20px 0;
    color: #000000;
    font-weight: 600;
    font-size: 13px
}

.tables__content:nth-child(odd) {
    background: #ddbebe
}

.tables__content:nth-child(even) {
    background: #ececec
}
/*tambahan buat klasemen*/

.bolanews__item {
    margin-bottom: 20px
}

.bolanews__thumb {
    float: left;
    margin-right: 10px;
    width: 100px
}

.bolanews__numb {
    float: left;
    width: 30px;
    height: 30px;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    color: #ECE1D4;
    padding-top: 3px;
    font-family: "Rajdhani", sans-serif;
    background: #5A5255
}

.bolanews__link {
    color: black;
    max-height: 60px;
    overflow: hidden;
    display: block
}

.bolanews__link:hover,
.bolanews__link:focus {
    color: black
}

.bolanews__title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4em
}
.title__default.bolanews {
    background: #F33
}
.title__default .bolanews {
    position: absolute;
    bottom: -12px;
    left: 0;
    color: #b70000;
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    display: block;
    background: white;
    padding-right: 20px
}

.title__default .bolanews img {
    width: 115px
}
.score__logo {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 70px;
    height: auto;
    padding-right: 5px;
    z-index: 0
}

.score__logo img {
    max-width: 100%;
    height: 20px
}
.score__item--logo {
    padding: 2px 0 !important
}

.score__item--logo .score__date {
    width: 75%;
    z-index: 1;
    position: relative
}