
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

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

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

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

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

small {
    font-size: 80%
}

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

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

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

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

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

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

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

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

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

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

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:hover, a:focus {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

[role="button"] {
    cursor: pointer
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small, .h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .h5 .small, .h6 small, .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h1 small, h1 .small, .h1 small, .h1 .small, h2 small, h2 .small, .h2 small, .h2 .small, h3 small, h3 .small, .h3 small, .h3 .small {
    font-size: 65%
}

h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

h4 small, h4 .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small, .h5 .small, h6 small, h6 .small, .h6 small, .h6 .small {
    font-size: 75%
}

h1, .h1 {
    font-size: 36px
}

h2, .h2 {
    font-size: 30px
}

h3, .h3 {
    font-size: 24px
}

h4, .h4 {
    font-size: 18px
}

h5, .h5 {
    font-size: 14px
}

h6, .h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

small, .small {
    font-size: 85%
}

mark, .mark {
    background-color: #fcf8e3;
    padding: .2em
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px
}

ul ul, ul ol, ol ul, ol ol {
    margin-bottom: 0
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dt, dd {
    line-height: 1.42857143
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

code, kbd, pre, samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container:before, .container:after {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

/*.row {*/
/*    margin-left: -15px;*/
/*    margin-right: -15px*/
/*}*/

.row:before, .row:after {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.col-xs-6 {
    width: 50%;
    float: left;
}

.col-xs-12 {
    width: 100%
}

@media (min-width: 768px) {
    .col-sm-12 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-12 {
        width: 100%
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type="file"] {
    display: block
}

input[type="range"] {
    display: block;
    width: 100%
}

select[multiple], select[size] {
    height: auto
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

.max-line-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.3;
}

.line-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
}

.max-line-2 {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
}

.max-line-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
}

.page-size {
    display: flex;
    gap: .5rem;
    justify-content: center;
    align-items: center;
    margin: 2rem 0;
}

.page-size a {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    float: left;
    background: transparent;
    border: solid 1px #ececec;
    color: #111;
    min-width: 32px;
    height: 32px;
    line-height: 32px;
    transition: all .3s;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    text-decoration: auto;
    /*border-radius: 99px;*/
    padding: 0 10px;
}

.page-size a.is-current {
    background: #29bc1e;
    border: solid 1px #29bc1e;
    color: #fff;
}

.page-size span {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    float: left;
    min-width: 32px;
    height: 32px;
    line-height: 32px;
    transition: all .3s;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    background: #29bc1e;
    border: solid 1px #29bc1e;
    color: #fff;
    /*border-radius: 99px;*/
}

.page-size a:hover, .page-size span:hover {
    background: #29bc1e;
    border-color: #29bc1e;
    color: #fff;
}

.page-size ul {
    display: flex;
    gap: 1.5rem;
    justify-content: start;
    align-items: center;
}

.page-size ul, .page-size li {
    list-style: none;
    margin: 0;
    padding: 0;
}

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

.article-info p, .article-info li {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.5;
}

.article-info ul, .article-info li {
    list-style: disc;
}

.article-info ul {
    padding-left: 2rem;
}

.article-info table {
    width: 100%;
    font-size: 10px;
}

.article-info h1, .article-info h2, .article-info h3, .article-info h4, .article-info h5, .article-info h6 {
    font-weight: 700;
    margin: 10px 0;
    color: #000;
    line-height: 1.3;
}

.article-info h1 {
    font-size: 30px;
}

.article-info h2 {
    font-size: 28px;
}

.article-info h3 {
    font-size: 25px;
}

.article-info h4 {
    font-size: 22px;
}

.article-info h5, .article-info h6 {
    font-size: 19px;
}

.article-info a {
    color: #29bc1e;
    text-decoration: underline;
}

.article-info img {
    max-width: 450px;
    width: 100%;
}

.to-top {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 1.5rem;
    bottom: 1.5rem;
    width: 2.5rem;
    height: 2.5rem;
    background: #29bc1e;
    font-size: 2rem;
    color: #fff;
    z-index: 50;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    border: none;
}

.to-top img {
    font-size: 1rem;
    height: 1rem;
    width: 1rem;
}

.to-top.show {
    opacity: 1;
    visibility: visible
}

.to-top:hover {
    opacity: .9;
    background: #5bf54f;
}

.logo-img {
    max-width: 180px;
    height: 40px;
}


.headerHam .menuHam {
    display: block;
    width: 35px;
    height: 25px;
    position: relative;
    margin: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.headerHam .menuHam span {
    display: block;
    position: absolute;
    height: 5px;
    width: 35px;
    opacity: 1;
    left: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    background-color: #515151;
}

.headerHam .menuHam span:nth-child(1) {
    top: 0;
}

.headerHam .menuHam span:nth-child(2) {
    top: 10px;
}

.headerHam .menuHam span:nth-child(3) {
    top: 20px;
}

.headerHam .menuHam.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    left: 7px;
}

.headerHam .menuHam.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.headerHam .menuHam.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 25px;
    left: 7px;
}

@media screen and (max-width: 640px) {
    .headerHam .menuHam span {
        right: 0;
    }
}

.logo-jakartapost > a {
    display: block;
    margin: .5em auto;
}

@media screen and (max-width: 1024px) {

    .logo-jakartapost img {
        max-width: inherit;
    }
}

.headerTop {
    background-color: #f7f7f7;
    clear: both;
    position: relative;
    z-index: 99;
    transition: all .5s ease-in-out;
}

@media screen and (max-width: 1024px) {
    .headerTop {
        margin-bottom: 0;
        top: 0;
        left: 0;
        z-index: 88;
    }
}

.headerNav {
    padding-top: .7em;
}

@media screen and (max-width: 1024px) {
    .headerNav {
        display: none;
    }
}

.headerNavMobile {
    display: none;
}

@media screen and (max-width: 1024px) {
    .headerNavMobile {
        display: block;
    }

    .headerNavMobile .mobileBurger {
        padding: 0;
        display: table-cell;
        vertical-align: middle;
        text-align: right;
    }

    .headerNavMobile .mobileBurger .headerHam {
        display: inline-block;
        vertical-align: middle;
        margin: 15px auto;
    }
}

.site-header {
    padding: 1.5em 0 0;
}

@media screen and (min-width: 1025px) {
    .site-header ul.site-menu {
        display: flex;
    }
}

.site-header ul.site-menu {
    padding: 0 30px;
    justify-content: center;
}

.site-header ul.site-menu > li {
    float: left;
}

.site-header ul.site-menu > li > a {
    overflow: hidden;
}

.site-header li {
    position: relative;
    padding: 0 10px;
    white-space: nowrap;
}

.site-header li a {
    display: inline-block;
    text-transform: uppercase;
    padding: 18px 2px;
    color: #333;
    position: relative;
    font-family: "Lato", sans-serif;
    font-weight: 1000;
    font-size: 12px;
    letter-spacing: 0.1em;
    vertical-align: middle;
}

@media screen and (min-width: 1025px) {
    .site-header li a:before {
        content: "";
        position: absolute;
        left: -100%;
        bottom: 0;
        display: block;
        width: 100%;
        height: 2px;
        border-radius: 10px;
        background-color: #bbc5ca;
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        -ms-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
    }
}

.site-header li a:hover {
    color: #DD1E26;
    transition: all .1s;
}


@media screen and (min-width: 1025px) {
    .site-header li:hover a:before {
        left: 0;
        display: none;
    }

    .site-header li:hover ul {
        display: block;
    }
}

@media screen and (max-width: 1024px) {
    .site-header {
        width: 260px;
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        overflow: hidden;
        -webkit-transform: translate3d(260px, 0px, 0px);
        -moz-transform: translate3d(260px, 0px, 0px);
        -o-transform: translate3d(260px, 0px, 0px);
        -ms-transform: translate3d(260px, 0px, 0px);
        transform: translate3d(260px, 0px, 0px);
        -webkit-transition: all 600ms ease;
        -moz-transition: all 600ms ease;
        -o-transition: all 600ms ease;
        transition: all 600ms ease;
        visibility: hidden;
        padding: 0;
        z-index: 2;
    }


    .site-header .site-page {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        overflow-y: auto;
        background-color: #f2f2f2;
    }


    .site-header.channelHeader ul.site-menu > li {
        width: 100%;
        padding: 0;
        border-bottom: solid 1px #d4d4d4;
    }

    .site-header.channelHeader ul.site-menu > li > a {
        padding: .7em 0 .5em;
        line-height: 2;
    }
}

.channelHeader {
    padding: 0 0 0;
    top: 0;
    background-color: #f7f7f7;
    z-index: 8;
}

.channelHeader.fix-head {
    position: fixed;
    box-shadow: 0 -5px 20px -2px #000;
    z-index: 9;
}

@media screen and (max-width: 1024px) {
    .channelHeader ul.site-menu {
        background-color: #f2f2f2;
        padding: .5em 1em;
    }
}

.site-Head {
    position: relative;
    z-index: 9;
}

.site-Head.fix-head {
    position: fixed;
    top: 0;
    left: 0;
}

.site-Head .siteHd {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1024px) {
    .site-Head {
        -webkit-transition: all 600ms ease;
        -moz-transition: all 600ms ease;
        -o-transition: all 600ms ease;
        transition: all 600ms ease;
    }
}

.mt-10 {
    margin-top: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.footer {
    background-color: #f7f7f7;
}

@media (min-width: 1025px) and (max-width: 1280px) {
    .footer .container {
        width: 1000px;
    }
}

.footer * {
    transition: all 300ms;
}

.footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer .bg-ftr {
    background-color: #f7f7f7;
    border-top: 1px solid #ADADAD;
    border-bottom: 1px solid #ADADAD;
    padding: 1.2em 0;
}

.footer .fotter-bottom {
    padding: 1em 0;
}

.footer .fotter-bottom p, .footer .fotter-bottom a {
    font-family: "Lato", sans-serif;
    font-size: 1.125em;
    color: #736f6f;
    margin: 0;
}

.footer .fotter-bottom .link-footer {
    float: right;
    padding: 0;
}

.footer .fotter-bottom .link-footer ul li {
    padding: 0 1em;
    margin: 0 0;
    position: relative;
    display: inline-block;
}

.footer .fotter-bottom .link-footer ul li a {
    color: rgba(0, 0, 0, 0.65);
}

.footer .fotter-bottom .link-footer a {
    overflow: hidden;
    display: block;
    position: relative;
}

.footer .fotter-bottom .link-footer a:last-child {
    border-right: 0;
}

.footer .fotter-bottom .link-footer a:before {
    content: "";
    position: absolute;
    bottom: 0;
    display: block;
    left: -150%;
    width: 100%;
    height: 2px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.footer .fotter-bottom .link-footer a:hover:before {
    left: 0;
}

.footer .fotter-bottom .copy-footer {
    float: left;
}

@media screen and (max-width: 1024px) {
    .footer {
        overflow: hidden;
    }

    .footer .container {
        padding: 0 30px;
    }

    .footer .fotter-bottom {
        padding: 1em 30px;
    }

    .footer .fotter-bottom p, .footer .fotter-bottom a {
        font-size: 1.0714285714em;
    }
}

@media screen and (max-width: 992px) {

    .footer .fotter-bottom .copy-footer, .footer .fotter-bottom .link-footer {
        padding: 0;
        float: left;
        text-align: left;
    }

    .footer .fotter-bottom .link-footer ul li {
        margin: 1.2em 0;
        display: block;
        border-left: 0;
        padding: 0;
    }

    .footer .fotter-bottom .link-footer ul li:first-child {
        margin-top: 0;
    }

    .footer .fotter-bottom .link-footer ul li a {
        display: inline-block;
        vertical-align: middle;
    }

    .footer .fotter-bottom a, .footer .fotter-bottom p {
        font-size: 1.0714285714em;
    }
}

@media screen and (max-width: 991px) {

    .footer .fotter-bottom.bg-ftr {
        border-top: 1px solid #C9C9C9;
    }

    .footer .fotter-bottom .link-footer {
        padding-left: 10px;
        padding-right: 10px;
    }

    .footer .fotter-bottom .link-footer ul {
        -webkit-column-count: 3;
        -webkit-column-gap: 20px;
    }

    .footer .fotter-bottom a {
        font-size: 13px;
    }

    .footer .fotter-bottom .copy-footer {
        margin: 0 -10px;
    }

    .footer .fotter-bottom .copy-footer p {
        font-size: 13px;
    }
}

@-webkit-keyframes blinker {
    from {
        opacity: 1.0;
    }
    to {
        opacity: 0.0;
    }
}

.dt-news {
    color: #DD1E26;
}

.t-center {
    text-align: center;
}

img {
    -khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    user-select: none;
    max-width: 100%;
    height: auto;
}

body {
    color: #000;
    overflow-anchor: none;
    font-family: "Lato", sans-serif;
}

body.showNav {
    overflow-y: hidden;
}

@media screen and (max-width: 1024px) {
    body.showNav .sitecontainer {
        -webkit-transform: translate3d(-260px, 0px, 0px);
        -moz-transform: translate3d(-260px, 0px, 0px);
        -o-transform: translate3d(-260px, 0px, 0px);
        -ms-transform: translate3d(-260px, 0px, 0px);
        transform: translate3d(-260px, 0px, 0px);
    }

    body.showNav .site-header.channelHeader {
        -webkit-transform: translate3d(0px, 0px, 0px);
        -moz-transform: translate3d(0px, 0px, 0px);
        -o-transform: translate3d(0px, 0px, 0px);
        -ms-transform: translate3d(0px, 0px, 0px);
        transform: translate3d(0px, 0px, 0px);
        visibility: visible;
    }

    body.showNav .site-Head {
        -webkit-transform: translate3d(-260px, 0px, 0px);
        -moz-transform: translate3d(-260px, 0px, 0px);
        -o-transform: translate3d(-260px, 0px, 0px);
        -ms-transform: translate3d(-260px, 0px, 0px);
        transform: translate3d(-260px, 0px, 0px);
    }
}

a, a:active, a:focus, a:hover, area:active, area:focus, area:hover, input[type="submit"], button {
    outline: none;
    text-decoration: none;
}

a, input[type="submit"], button {
    color: inherit;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.mt-10 {
    margin-top: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.no-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.columns {
    display: block;
    position: relative;
}

.columns:before, .columns:after {
    content: " ";
    display: table;
}

.columns:after {
    clear: both;
}

.bgNav {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9;
    display: none;
}

.bgNav.open {
    display: block;
}

.indexSite .headerNav {
    padding: 0;
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .indexSite {
        padding: 0 1em;
        clear: left;
        display: table;
        width: 100%;
    }
}

.indexSite {
    padding-bottom: 0;
}

.indexSite .logo-jakartapost {
    text-align: center;
}

.indexSite .logo-jakartapost > a {
    display: inline-block;
}

@media screen and (max-width: 1024px) {
    .indexSite .logo-jakartapost {
        text-align: left;
        padding: 0;
    }
}

@media screen and (max-width: 1200px) and (min-width: 1025px) {
    .indexSite .logo-jakartapost {
        width: 100%;
    }
}

.date {
    display: block;
    margin-bottom: .5em;
    font-family: "Lato", sans-serif;
    font-size: 1em;
    color: rgba(0, 0, 0, 0.5);
}

.date span {
    text-transform: capitalize;
    margin-right: 8px;
    font-family: "Lato", sans-serif;
}

@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url("./fonts/fa-brands-400.eot");
    src: url("./fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("./fonts/fa-brands-400.woff2") format("woff2"), url("./fonts/fa-brands-400.woff") format("woff"), url("./fonts/fa-brands-400.ttf") format("truetype"), url("./fonts/fa-brands-400.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("./fonts/fa-regular-400.eot");
    src: url("./fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("./fonts/fa-regular-400.woff2") format("woff2"), url("./fonts/fa-regular-400.woff") format("woff"), url("./fonts/fa-regular-400.ttf") format("truetype"), url("./fonts/fa-regular-400.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url("./fonts/fa-solid-900.eot");
    src: url("./fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("./fonts/fa-solid-900.woff2") format("woff2"), url("./fonts/fa-solid-900.woff") format("woff"), url("./fonts/fa-solid-900.ttf") format("truetype"), url("./fonts/fa-solid-900.svg#fontawesome") format("svg");
}

.fa {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.fa {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fa-solid, .fas {
    font-weight: 900
}

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

.fa-magnifying-glass:before, .fa-search:before {
    content: "\f002"
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
    }
}

@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
    }
}

@-o-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -o-transform: translateY(0);
    }
    40% {
        -o-transform: translateY(-30px);
    }
    60% {
        -o-transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}


h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

@keyframes progress {
    0% {
        stroke-dasharray: 0 100;
    }
}

html, body {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
    font-family: "Lora", serif;
    font-style: normal;
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.site-wrapper {
    position: relative;
    z-index: 1;
}

.site-wrapper.active {
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 100vh;
}

.site-wrapper.active::before {
    content: " ";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    background: #FFFFFF;
    z-index: 99999999;
}

.site-grid {
    display: grid;
}

.site-grid--2 {
    grid-template-columns: repeat(2, minmax(0,1fr));
}

.site-grid--1-2 {
    grid-template-columns: 40% 60%;
}

.site-grid--1-2-1 {
    grid-template-columns: 25% 50% 25%;
}

.site-grid--3 {
    grid-template-columns: repeat(3, minmax(0,1fr));
}

.site-grid-3-2x3 {
    grid-template-columns: 1fr 20% 20% 20%;
}

.site-grid--3-1 {
    grid-template-columns: 1fr 33.33%;
}

.site-grid--1-3 {
    grid-template-columns: 33.33% 1fr;
}

.site-grid--4 {
    grid-template-columns: repeat(4, minmax(0,1fr));
    /*gap: 1rem;*/
}

.site-grid__item {
    padding: 0 8px !important;
    border-left: .5px solid #E5E5E5 !important;
    border-right: .5px solid #E5E5E5 !important;
}

.site-grid__item:first-child {
    border-left: none !important;
}

.site-grid__item:last-child {
    border-right: none !important;
}

.site-article {
    padding: 6px 0;
}

.site-article--outlined {
    border-bottom: 1px solid #E5E5E5;
}

.site-article--outlined:last-child {
    border-bottom: none;
}

.site-divider {
    margin: 20px 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #E5E5E5;
}

.site-breadcrumb {
    display: flex;
    align-items: center;
}

.site-breadcrumb__list {
    padding-left: 0;
    list-style: none;
}

.site-breadcrumb__list-item {
    position: relative;
    padding-left: 15px;
    padding-right: 10px;
    display: inline-block;
    color: #6B6B6A;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

@media screen and (max-width: 768px) {
    .site-breadcrumb__list-item {
        font-size: 12px;
    }
}

.site-breadcrumb__list-item::before {
    content: "";
    position: absolute;
    background: #000000;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.site-breadcrumb__list-item:first-child {
    padding-left: 0;
}

.site-breadcrumb__list-item:first-child::before {
    content: none;
}

.site-breadcrumb__list-item:last-child {
    padding-right: 0;
}

.site-breadcrumb__list-item.active {
    color: #DA2228;
}

.site-channel {
    color: #DA2228;
    font-family: "Lato", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.site-channel--medium {
    margin-bottom: 10px;
}

.site-channel--compact {
    margin-bottom: 5px;
}

.site-title {
    color: #000000;
    font-family: "Lora", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.site-title--medium {
    font-size: 18px;
}

.site-title--large {
    font-size: 26px;
}

.site-title--single {
    font-family: "Lora", serif;
    font-size: 38px;
    font-weight: 700;
}

@media screen and (max-width: 768px) {
    .site-title--single {
        font-size: 26px;
        font-weight: 1000;
    }
}

.site-title--headline {
    font-size: 21px;
    font-weight: 600;
}

@media screen and (max-width: 768px) {
    .site-title--headline {
        font-size: 19px;
    }
}

.site-summary {
    color: #6B6B6A;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 125% */
    margin-top: 10px;
}

.site-image {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}

.site-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: 10px;
    object-position: center;
}

@keyframes pulse {
    0% {
        transform: scale(0.33);
    }
    80%,
    100% {
        opacity: 0;
    }
}

@keyframes circle {
    0% {
        transform: scale(0.8);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.8);
    }
}

.site-time {
    color: #595959;
    font-family: "Lato", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 40px;
}

.site-meta {
    margin-top: 20px;
}

.site-meta__label {
    color: #000000;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}

.site-head-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
    margin-bottom: 15px;
    border-top: 1.5px solid #000000;
    border-bottom: 0.5px solid #CED2D5;
}

.site-head-section__title {
    color: #000000;
    font-family: "Lato", sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 2.1px;
}

.site-head-section__action {
    color: #000000;
    text-align: right;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.4px;
}

.site-head-section__action:hover {
    color: #DA2228;
}

.site-podcast__thumbnail-img {
    aspect-ratio: 16 / 9;
    width: 100%;
}

.site-podcast__title {
    margin-top: 12px;
    color: #000000;
    font-family: "Lora", serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.site-deepdive {
    position: relative;
}

.site-deepdive__overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 27.84%, #000000 100%);
}

.site-deepdive__thumbnail {
    position: relative;
    width: 100%;
    /*height: 100%;*/
    aspect-ratio: 16 / 9;
    z-index: 1;
}

.site-deepdive__thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.site-deepdive__detail {
    position: absolute;
    bottom: 0;
    height: 150px;
    z-index: 3;
    padding: 30px 14px;
}

.site-deepdive__detail-channel {
    color: #FFFFFF;
    font-family: "Lato", sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.site-deepdive__detail-title {
    margin-top: 10px;
    color: #FFFFFF;
    font-family: "Lora", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.site-videos__thumbnail {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.site-videos__thumbnail-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 62.35%, #000000 100%);
}

.site-videos__thumbnail-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    object-position: center;
}

.site-videos__title {
    color: #000000;
    font-family: "Lora", serif;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
}

.twndr-channel {
    width: fit-content;
    height: fit-content;
    margin-bottom: 16px;
    padding: 6px 10px;
    color: #FFFFFF;
    font-family: "Lato", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.3px;
    border-radius: 0px 15px 0px 0px;
}

.twndr-channel--primary {
    background: #F06870;
}

.twndr-channel--quaternary {
    background: #F7CA33;
}

@keyframes fadeScaleIn {
    0% {
        opacity: 0;
        transform: scale(0.95);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.btn-search {
    cursor: pointer;
}

@media screen and (max-width: 1024px) {
    .btn-search {
        position: relative;
        top: 5px;
        right: 15px;
    }

    .btn-search i {
        font-size: 22px;
    }
}

.site-search {
    position: absolute;
    /*top: 0;*/
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    display: none;
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .site-search {
        top: 100%;
    }
}

.site-search.active {
    display: block;
}

.site-search .container {
    width: 800px;
}

.site-search-popup {
    padding: 40px 120px;
    background: #FFF;
    box-shadow: 0 40px 100px -20px rgba(24, 48, 63, 0.2);
}

@media screen and (max-width: 1024px) {
    .site-search-popup {
        padding: 20px 0;
    }
}

.site-search-form {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

@media screen and (max-width: 1024px) {
    .site-search-form {
        justify-content: center;
    }
}

.site-search-form__input {
    width: 75%;
    position: relative;
}

.site-search-form__input i {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
}

.site-search-form__input input {
    width: 100%;
    padding: 8px 10px;
    border-radius: 10px;
    border: 0.5px solid #CCC;
    background: #F9F9F9;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 24px;
}

.site-search-form__input input::placeholder {
    color: #6B6B6A;
}

.site-search-form__action {
    margin-left: 20px;
}

@media screen and (max-width: 1024px) {
    .site-search-form__action {
        display: flex;
        align-items: center;
        margin-left: 10px;
    }
}

.site-search-form__action .site-search-btn {
    padding: 8px 20px;
    background: #000000;
    border-radius: 10px;
    border: none;
    color: #FFFFFF;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.site-search-form__action .site-search-btn span {
    margin-left: 5px;
}

@media screen and (max-width: 1024px) {
    .site-search-form__action .site-search-btn {
        padding: 0;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .site-search-form__action .site-search-btn span {
        display: none;
    }
}

.channelHeader.fix-head .site-search {
    top: 53px;
}

.site-homepage__headline .site-grid__item:first-child {
    padding-right: 10px;
}

.site-homepage__headline .site-grid__item:last-child {
    border-left: 1px solid #E5E5E5;
    padding-left: 10px;
}

@media screen and (max-width: 900px) {
    .site-homepage__headline .site-grid--3-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

@media screen and (max-width: 900px) {
    .site-homepage__headline .site-grid--3-1 .site-grid__item {
        padding-left: 0;
        padding-right: 0;
        border-left: 0;
    }
}

.site-homepage__headline .site-grid--3-1 .site-grid--1-3 .site-grid__item:first-child {
    padding-right: 16px;
}

@media screen and (max-width: 900px) {
    .site-homepage__headline .site-grid--3-1 .site-grid--1-3 .site-grid__item:first-child {
        padding-right: 0;
    }
}

@media screen and (max-width: 900px) {
    .site-homepage__headline-main .site-grid {
        display: flex;
        flex-direction: column-reverse;
    }
}

.site-homepage__headline-main .site-grid__item:first-child {
    padding-right: 0;
}

.site-homepage__headline-main .site-grid__item:last-child {
    border-left: none;
    padding-left: 0;
    padding-bottom: 16px;
}

.site-homepage__headline-third {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #E5E5E5;
}

@media screen and (max-width: 900px) {
    .site-homepage__headline-third {
        margin-top: 20px;
        padding-top: 0;
        border-top: none;
    }
}

@media screen and (max-width: 900px) {
    .site-homepage__headline-third .site-grid {
        grid-template-columns: repeat(1,minmax(0,1fr));
    }
}

.site-homepage__headline-third .site-grid__item {
    padding: 0 8px;
    border-left: 1px solid #E5E5E5;
}

.site-homepage__headline-third .site-grid__item:first-child {
    padding-left: 0;
    border-left: none;
}

.site-homepage__headline-third .site-grid__item:last-child {
    padding-right: 0;
}

@media screen and (max-width: 900px) {
    .site-homepage__headline-third .site-grid__item {
        padding: 8px 0;
        border-bottom: 1px solid #E5E5E5;
        border-left: none;
    }

    .site-homepage__headline-third .site-grid__item:first-child {
        border-left: none;
        border-top: 1px solid #E5E5E5;
    }

    .site-homepage__headline-third .site-grid__item:last-child {
        padding-left: 0;
        border-left: none;
    }
}

@media screen and (max-width: 900px) {
    .site-homepage__headline-third .site-article {
        display: grid;
        grid-template-columns: 35% 65%;
    }
}

@media screen and (max-width: 900px) {
    .site-homepage__headline-third .site-article__thumbnail .site-image {
        margin-bottom: 0;
        height: 80px;
    }
}

@media screen and (max-width: 900px) {
    .site-homepage__headline-third .site-article__detail {
        margin-left: 16px;
    }
}

@media screen and (max-width: 900px) {
    .site-homepage__headline-third .site-article__detail .site-channel {
        margin-bottom: 10px;
    }
}

.site-homepage__section {
    margin-bottom: 20px;
    padding: 15px;
}

@media screen and (max-width: 568px) {
    .site-homepage__section {
        padding: 0;
        /*margin: 15px 10px;*/
    }
}

.site-homepage__section .site-grid__item:first-child {
    padding-left: 0;
    padding-right: 10px;
}

.site-homepage__section .site-grid__item:last-child {
    padding-left: 10px;
    padding-right: 0;
}

.site-homepage__section .site-grid--2 .site-grid__item:last-child {
    border-left: 1px solid #E5E5E5;
}

@media screen and (max-width: 900px) {
    .site-homepage__section .site-grid--2 .site-grid__item:last-child {
        border-left: 0;
    }
}

.site-homepage__section .site-grid--3 .site-grid__item:first-child {
    padding-left: 0;
    padding-right: 10px;
}

.site-homepage__section .site-grid--3 .site-grid__item:nth-child(2) {
    padding-left: 10px;
    padding-right: 10px;
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
}

.site-homepage__section .site-grid--3 .site-grid__item:last-child {
    padding-left: 10px;
    padding-right: 0;
}

.site-homepage__section-corporate-corner .site-article {
    padding-top: 16px;
    padding-bottom: 16px;
}

.site-homepage__section-corporate-corner .site-article:nth-child(2) {
    padding-top: 0;
    padding-bottom: 16px;
}

@media screen and (max-width: 900px) {
    .site-homepage__section--popular .site-grid, .site-grid-3-2x3, .site-grid--4 {
        grid-template-columns: repeat(1,minmax(0,1fr));
    }
}

@media screen and (max-width: 900px) {
    .site-homepage__section--popular .site-grid--3-1 .site-grid__item:first-child {
        padding-right: 0;
    }
}

@media screen and (max-width: 900px) {
    .site-homepage__section--popular .site-grid--3-1 .site-grid__item:last-child {
        padding-top: 30px;
        padding-left: 0;
        border-left: 0;
    }
}

@media screen and (max-width: 900px) {
    .site-homepage__section--popular .site-grid--1-2 {
        grid-template-columns: 80px 1fr;
    }
}

@media screen and (max-width: 900px) {
    .site-homepage__section--popular .site-grid--1-2 .site-article {
        padding: 0;
    }
}

@media screen and (max-width: 900px) {
    .site-homepage__section--popular .site-grid--1-2 .site-image {
        width: 80px;
        height: 80px;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 900px) {
    .site-homepage__section--popular .site-grid--1-2 .site-summary {
        display: none;
    }
}

.site-homepage__section--popular .site-grid--1-2 .site-grid__item:last-child {
    padding-left: 16px;
    padding-top: 0;
}

.site-homepage__section--popular .site-grid--1-3 {
    grid-template-columns: 80px 1fr;
}

.site-homepage__section--popular .site-grid--1-3 .site-grid__item:last-child {
    padding-left: 16px;
    padding-top: 0;
}

@media screen and (max-width: 900px) {
    .site-homepage__section--weekender .site-grid {
        grid-template-columns: repeat(1,minmax(0,1fr));
    }
}

@media screen and (max-width: 900px) {
    .site-homepage__section--weekender .site-grid--3-1 .site-grid__item:first-child {
        padding-right: 0;
    }
}

@media screen and (max-width: 900px) {
    .site-homepage__section--weekender .site-grid--3-1 .site-grid__item:last-child {
        padding-top: 30px;
        padding-left: 0;
        border-left: 0;
    }
}

@media screen and (max-width: 900px) {
    .site-homepage__section--weekender .site-grid--3-1 .site-grid__item:first-child {
        padding-right: 0;
    }
}

.site-homepage__section--weekender .site-grid--3-1 .site-grid__item:last-child {
    border-left: 1px solid #E5E5E5;
}

@media screen and (max-width: 900px) {
    .site-homepage__section--weekender .site-grid--3-1 .site-grid__item:last-child {
        padding-top: 0;
        padding-left: 0;
        border-left: none;
    }
}

@media screen and (max-width: 900px) {
    .site-homepage__section--weekender .site-article {
        padding-top: 16px;
        padding-bottom: 16px;
        border-bottom: 1px solid #E5E5E5;
        display: grid;
        grid-template-columns: 35% 65%;
    }
}

.site-homepage__section--weekender .site-article:last-child {
    border-bottom: 0;
}

@media screen and (max-width: 900px) {
    .site-homepage__section--weekender .site-article__thumbnail .site-image {
        margin-bottom: 0;
        height: 80px;
    }
}

@media screen and (max-width: 900px) {
    .site-homepage__section--weekender .site-article__detail {
        margin-left: 16px;
    }
}

@media screen and (max-width: 900px) {
    .site-homepage__section--weekender .site-article__detail .site-title--medium {
        font-size: 16px;
    }
}

@media screen and (max-width: 900px) {
    .site-homepage__section--weekender .site-article__detail .site-channel {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 900px) {
    .site-homepage__section--opinion .site-grid--2 {
        grid-template-columns: repeat(1,minmax(0,1fr));
    }
}

@media screen and (max-width: 900px) {
    .site-homepage__section--opinion .site-grid--2 .site-grid__item:first-child {
        padding-right: 0;
    }

    .site-homepage__section--opinion .site-grid--2 .site-grid__item:last-child {
        padding-left: 0;
    }
}

@media screen and (max-width: 900px) {
    .site-homepage__section--opinion .site-grid--2 .site-grid--2 {
        grid-template-columns: 65% 35%;
        padding-bottom: 16px;
        border-bottom: 1px solid #E5E5E5;
    }
}

@media screen and (max-width: 900px) {
    .site-homepage__section--opinion .site-grid--2 .site-grid--1-3 {
        padding-top: 16px;
        grid-template-columns: 40% 60%;
    }

    .site-homepage__section--opinion .site-grid--2 .site-grid--1-3 .site-grid__item:first-child {
        padding-right: 10px !important;
    }
}

.site-homepage__section--opinion .site-article {
    padding: 10px 0;
}

.site-homepage__section--opinion .site-article:first-child {
    padding-top: 0;
}

@media screen and (max-width: 900px) {
    .site-homepage__section--deepdive .site-grid--3-1 {
        grid-template-columns: repeat(1,minmax(0,1fr));
    }
}

@media screen and (max-width: 900px) {
    .site-homepage__section--deepdive .site-grid--3-1 .site-grid__item {
        overflow: scroll;
    }

    .site-homepage__section--deepdive .site-grid--3-1 .site-grid__item::-webkit-scrollbar {
        display: none;
    }
}

@media screen and (max-width: 900px) {
    .site-homepage__section--deepdive .site-grid--3 {
        display: flex;
        width: 200%;
        overflow: scroll;
    }

    .site-homepage__section--deepdive .site-grid--3::-webkit-scrollbar {
        display: none;
    }
}

.site-homepage__section--deepdive .site-grid--3 .site-grid__item:nth-child(2) {
    border: none;
}

@media screen and (max-width: 900px) {
    .site-homepage__section--reports .site-grid--3 {
        grid-template-columns: repeat(1,minmax(0,1fr));
    }
}

@media screen and (max-width: 900px) {
    .site-homepage__section--reports .site-grid--3 .site-grid__item:first-child {
        padding-right: 0;
        padding-bottom: 16px;
    }
}

@media screen and (max-width: 900px) {
    .site-homepage__section--reports .site-grid--3 .site-grid__item:nth-child(2) {
        padding-left: 0;
        padding-right: 0;
        border-left: 0;
        border-right: 0;
        padding-top: 16px;
        padding-bottom: 16px;
        border-top: 1px solid #E5E5E5;
        border-bottom: 1px solid #E5E5E5;
    }
}

@media screen and (max-width: 900px) {
    .site-homepage__section--reports .site-grid--3 .site-grid__item:last-child {
        padding-left: 0;
        padding-top: 16px;
    }
}

@media screen and (max-width: 900px) {
    .site-homepage__section--reports .site-videos {
        display: grid;
        grid-template-columns: 100px 1fr;
    }
}

@media screen and (max-width: 900px) {
    .site-homepage__section--reports .site-videos:first-child {
        padding-top: 0;
    }
}

@media screen and (max-width: 900px) {
    .site-homepage__section--reports .site-videos:last-child {
        border-bottom: 0;
    }
}

@media screen and (max-width: 900px) {
    .site-homepage__section--reports .site-videos__thumbnail {
        margin-bottom: 0;
    }
}


@media screen and (max-width: 900px) {
    .site-homepage__section--reports .site-videos__thumbnail-img {
        height: 60px;
    }
}

@media screen and (max-width: 900px) {
    .site-homepage__section--reports .site-videos__title {
        margin-left: 16px;
        font-size: 16px;
    }
}

@media screen and (max-width: 900px) {
    .site-homepage__section--indonesia .site-grid--2 {
        display: grid;
        grid-template-columns: repeat(1,minmax(0,1fr));
    }
}

@media screen and (max-width: 900px) {
    .site-homepage__section--indonesia .site-grid--2 .site-grid__item {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 900px) {
    .site-homepage__section--indonesia .site-grid--2 .site-grid--2 .site-grid__item:last-child {
        border-top: 1px solid #E5E5E5;
        margin-top: 16px;
    }
}

@media screen and (max-width: 900px) {
    .site-homepage__section--indonesia .site-article {
        padding-top: 16px;
        padding-bottom: 16px;
    }
}

@media screen and (max-width: 900px) {
    .site-homepage__section--business .site-grid--2 {
        grid-template-columns: repeat(1,minmax(0,1fr));
    }
}

@media screen and (max-width: 900px) {
    .site-homepage__section--business .site-grid--2 .site-grid__item:first-child {
        padding-right: 0;
        padding-bottom: 16px;
    }
}

@media screen and (max-width: 900px) {
    .site-homepage__section--business .site-grid--2 .site-grid__item:last-child {
        padding-top: 16px;
        border-top: 1px solid #E5E5E5;
        padding-left: 0;
        border-left: 0;
    }
}

.site-homepage__section--business .site-grid--2 .site-grid--2 {
    padding-bottom: 10px;
    border-bottom: 1px solid #E5E5E5;
}

@media screen and (max-width: 900px) {
    .site-homepage__section--business .site-grid--2 .site-grid--2 {
        grid-template-columns: 1fr 33.33%;
    }
}

.site-homepage__section--business .site-grid--2 .site-grid--2 .site-grid__item {
    border: none;
}

.site-homepage__section--business .site-grid--2 .site-grid--1-3 {
    padding-top: 16px;
}

@media screen and (max-width: 900px) {
    .site-homepage__section--business .site-grid--2 .site-grid--1-3 .site-grid__item:first-child {
        padding-right: 10px;
    }

    .site-homepage__section--business .site-grid--2 .site-grid--1-3 .site-grid__item:last-child {
        padding-left: 10px;
        border-left: 1px solid #E5E5E5;
        padding-top: 0;
        border-top: 0;
    }
}

.site-homepage__section--business .site-grid--2 .site-grid--1-3 .site-article {
    padding: 10px 0;
}

@media screen and (max-width: 900px) {
    .site-homepage__section--business .site-grid--2 .site-grid--1-3 .site-article:first-child {
        padding-top: 0;
    }
}

@media screen and (max-width: 900px) {
    .site-homepage__section--world .site-grid--1-2-1 {
        grid-template-columns: repeat(1,minmax(0,1fr));
    }
}

.site-homepage__section--world .site-grid--1-2-1 .site-grid__item {
    padding-left: 10px;
    padding-right: 10px;
}

@media screen and (max-width: 900px) {
    .site-homepage__section--world .site-grid--1-2-1 .site-grid__item {
        padding-left: 0;
        padding-right: 0;
        padding-top: 16px;
        padding-bottom: 16px;
    }
}

.site-homepage__section--world .site-grid--1-2-1 .site-grid__item:first-child {
    padding-left: 0;
}

@media screen and (max-width: 900px) {
    .site-homepage__section--world .site-grid--1-2-1 .site-grid__item:first-child {
        padding-top: 0;
        padding-bottom: 6px;
    }
}

@media screen and (max-width: 900px) {
    .site-homepage__section--world .site-grid--1-2-1 .site-grid__item:first-child .site-article {
        display: grid;
        grid-template-columns: 33.33% 1fr;
    }
}

@media screen and (max-width: 900px) {
    .site-homepage__section--world .site-grid--1-2-1 .site-grid__item:first-child .site-article__detail {
        padding-left: 16px;
    }
}

@media screen and (max-width: 900px) {
    .site-homepage__section--world .site-grid--1-2-1 .site-grid__item:first-child .site-image {
        height: 80px;
    }
}

@media screen and (max-width: 900px) {
    .site-homepage__section--world .site-grid--1-2-1 .site-grid__item:first-child .site-summary {
        display: none;
    }
}

.site-homepage__section--world .site-grid--1-2-1 .site-grid__item:nth-child(2) {
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
}

@media screen and (max-width: 900px) {
    .site-homepage__section--world .site-grid--1-2-1 .site-grid__item:nth-child(2) {
        border-left: 0;
        border-right: 0;
        border-top: 1px solid #E5E5E5;
        border-bottom: 1px solid #E5E5E5;
    }
}

.site-homepage__section--world .site-grid--1-2-1 .site-grid__item:last-child {
    padding-right: 0;
}

@media screen and (max-width: 900px) {
    .site-homepage__section--world .site-grid--1-2-1 .site-grid__item:last-child {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 900px) {
    .site-homepage__section--world .site-grid--1-2-1 .site-grid__item:last-child .site-article {
        padding: 16px 0;
    }
}

.site-homepage__section--world .site-article {
    padding: 10px 0;
}

.site-single {
    padding: 20px 0;
}

.site-single__head-item--detail {
    margin-bottom: 20px;
}

.site-single__footer .site-grid__item {
    padding: 0 10px;
}

@media screen and (max-width: 1024px) {
    .site-single__footer .site-grid__item {
        padding: 0;
    }
}

.site-single__footer .site-grid__item:first-child {
    padding-left: 0;
}

.site-single__footer .site-grid__item:last-child {
    padding-right: 0;
}

.site-single__footer .site-grid--2 {
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .site-single__footer .site-grid--2 {
        grid-template-columns: repeat(1,minmax(0,1fr));
    }
}

.site-single__footer .site-grid--2 .site-grid__item:nth-child(1) {
    padding-right: 10px;
}

@media screen and (max-width: 768px) {
    .site-single__footer .site-grid--2 .site-grid__item:nth-child(1) {
        padding-right: 0;
    }
}

.site-single__footer .site-grid--2 .site-grid__item:nth-child(2) {
    padding-left: 10px;
}

@media screen and (max-width: 768px) {
    .site-single__footer .site-grid--2 .site-grid__item:nth-child(2) {
        padding-left: 0;
    }
}

@media screen and (max-width: 768px) {
    .site-single__footer .site-grid--3-1 {
        grid-template-columns: repeat(1,minmax(0,1fr));
    }
}

.site-single__footer .site-grid--3-1 .site-grid__item:nth-child(1) {
    padding-right: 10px;
}

@media screen and (max-width: 768px) {
    .site-single__footer .site-grid--3-1 .site-grid__item:nth-child(1) {
        padding-right: 0;
    }
}

.site-single__footer .site-grid--3-1 .site-grid__item:nth-child(2) {
    padding-left: 10px;
}

@media screen and (max-width: 768px) {
    .site-single__footer .site-grid--3-1 .site-grid__item:nth-child(2) {
        padding-left: 0;
    }
}

.site-single__footer .site-grid--3 {
    margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
    .site-single__footer .site-grid--3 {
        grid-template-columns: repeat(1,minmax(0,1fr));
    }
}

.site-single__footer .site-grid--3:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
    .site-single__footer .site-grid--3:last-child {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 1024px) {
    .site-single__footer .site-grid--3 .site-article {
        display: grid;
        grid-template-columns: 35% 65%;
        padding-top: 0;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #E5E5E5;
    }
}

@media screen and (max-width: 1024px) {
    .site-single__footer .site-grid--3 .site-article__detail {
        padding-left: 16px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

@media screen and (max-width: 1024px) {
    .site-single__footer .site-grid--3 .site-article .site-image {
        height: 80px;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 1024px) {
    .site-single__footer .site-grid--3 .site-article .site-channel {
        margin-bottom: 10px;
    }
}

.site-single__footer .site-grid--3 .site-grid__item:nth-child(2) {
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
}

@media screen and (max-width: 1024px) {
    .site-single__footer .site-grid--3 .site-grid__item:nth-child(2) {
        border-left: none;
        border-right: none;
    }
}

@media screen and (max-width: 1024px) {
    .site-single__footer .site-grid--3 .site-grid__item:last-child .site-article {
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none;
    }
}

.site-single__footer-related .site-article {
    padding: 16px 0;
}

@media print {
    .print-premium .headerTop {
        display: none;
    }

    .print-premium .site-wrapper.active {
        position: unset;
        height: unset;
    }

    .print-premium .site-overlay.active {
        display: none;
    }

    .print-premium .site-single__head-item--detail {
        padding-left: 0;
        padding-right: 0;
    }

    .print-premium .site-single__head-item--action {
        display: none;
        padding-left: 0;
        padding-right: 0;
    }

    .print-premium .site-single__head-item .site-image {
        display: none;
    }

    .print-premium .site-single__footer {
        display: none;
    }

    .print-premium .footer {
        display: none;
    }
}

.header-home {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-home .header-item {
    flex: 1 0 33.33%;
}

.header-home .header-item:first-child {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.header-home .header-item:last-child {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
}

.subscribe-jakpost {
    display: flex;
    align-items: center;
}

.site-header li {
    padding: 0 16px !important;
}

.site-more {
    position: relative;
    max-height: 18px;
}

.site-more__action {
    cursor: pointer;
    border: none;
    background: transparent;
    margin-right: 16px;
}

.site-more__action span {
    display: block;
    width: 30px;
    height: 2px;
    margin-bottom: 6px;
    position: relative;
    background: #333333;
    border-radius: 3px;
}

.site-more__action span:last-child {
    margin-bottom: 0;
}

.site-more__action.active span {
    background: #DA2228;
}

.site-more__nav {
    display: none;
    position: absolute;
    left: 0;
    top: calc(100% + 22px);
    width: fit-content;
    height: fit-content;
    z-index: 9999;
}

.site-more__nav.active {
    display: block;
}

.site-more__nav-menu {
    padding: 10px 25px;
    margin: 0;
    list-style: none;
    background: #FFFFFF;
    border: 1px solid #F2F2F2;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.site-more__nav-menu .item {
    position: relative;
    width: 200px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.05em;
    color: #000000;
    white-space: nowrap;
}

.site-more__nav-menu .item a {
    cursor: pointer;
    text-decoration: none;
}

.site-more__nav-menu .item a:hover {
    color: #DA2228;
}

.site-more__nav-menu .item ul {
    list-style: none;
    padding-top: 10px;
    padding-left: 16px;
}

.site-more__nav-menu .item ul li {
    padding: 10px 0;
    color: #868686;
}

.site-more__nav-menu .item ul li a {
    cursor: pointer;
    text-decoration: none;
}

.site-more__nav-menu .item ul li a:hover {
    color: #DA2228;
}

.site-more__nav-menu .item ul li:last-child {
    padding-bottom: 0;
}

.home-color .dt-news {
    display: inline-block;
    vertical-align: middle;
}

@media screen and (min-width: 1024px) {
    .containerLeft {
        width: 68.8%;
        padding-left: 0;
        padding-right: 18px;
    }

    .container-right {
        width: 31.2%;
        padding: 0;
        overflow: hidden;
    }

}

@media only screen and (min-width: 1440px) and (min-resolution: 96dpi) {
    .containerLeft {
        width: 70.9%;
    }

    .container-right {
        width: 29.1%;
    }
}

@media only screen and (min-width: 1441px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 1441px) and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-width: 1441px) and (min-resolution: 120dpi) {
    .containerLeft {
        width: 70.9%;
    }

    .container-right {
        width: 29.1%;
    }
}

@media screen and (max-width: 1100px) and (min-width: 1041px) {
    .containerLeft {
        width: 67.8%;
    }

    .container-right {
        width: 32.2%;
    }
}

@media screen and (max-width: 1040px) and (min-width: 1024px) {
    .containerLeft {
        width: 66.8%;
    }

    .container-right {
        width: 33.2%;
    }
}

@media screen and (max-width: 1023px) {
    .containerLeft, .container-right {
        width: 100%;
        padding: 0;
    }

    .containerLeft {
        margin-bottom: 30px;
    }
}

.container {
    max-width: 100%;
}

@media (min-width: 1281px) {
    .container {
        width: 1071px;
    }
}

@media (min-width: 1025px) and (max-width: 1280px) {
    .container {
        width: 1000px;
    }

    .footer .fotter-bottom .link-footer ul li {
        padding: 0 0.8em !important;
    }
}

.borderGrid {
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    /*padding-top: 20px;*/
}

.siteRow {
    position: relative;
    display: block;
    float: left;
    width: 100%;
}

.headerTitle .titleMain {
    display: inline-block;
    float: left;
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-size: 21px;
    text-transform: capitalize;
    margin: 0;
    letter-spacing: 0.1em;
}

.headerTitle .titleMain:hover {
    color: #DD1E26;
}

.headerTitle .bordered {
    border-top: 2px solid #000000;
    border-bottom: 1px solid #ddd;
    padding: 8px 0;
}

.sitecontainer {
    clear: left;
    padding: 0;
    left: 0;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    overflow: hidden;
}

.lineSection {
    padding: 0;
    margin-top: 8px;
    margin-bottom: 40px;
}

.listNews * {
    -webkit-transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
}

.listNews .descNews {
    padding: 0 0 .5em;
}

.listNews .imageLatest {
    aspect-ratio: 16 / 9;
    opacity: .9;
    overflow: hidden;
    width: 100%;
}

.listNews .imageLatest img {
    width: 100%;
    aspect-ratio: 16 / 9;
}

.listNews .latestDetail {
    margin-left: 12px;
}

.listNews .latestDetail .date, .listNews .latestDetail .premiumBadge {
    display: inline-block;
    vertical-align: middle;
}

@media screen and (max-width: 640px) {
    .listNews .latestDetail .date, .listNews .latestDetail .premiumBadge {
        margin-top: 0;
        margin-bottom: 0;
    }

    .listNews .latestDetail .date span, .listNews .latestDetail .premiumBadge span {
        width: auto;
        margin-bottom: 0px;
    }
}

.listNews .latestDetail .date, .listNews .latestDetail .premiumBadge {
    margin-bottom: .7em;
}

.listNews .latestDetail .titleNews {
    margin-bottom: .5em;
}

.listNews .premiumBadge {
    background: #fff;
    border: 1px solid #DD1E26;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 3.5px 13px;
    display: inline-block;
    transition: all 0.1s ease-in-out;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 640px) {
    .listNews .premiumBadge {
        padding: 0 5px 2px;
        margin: 10px 0 15px;
        display: block;
        text-align: center;
    }
}

.listNews .premiumBadge span {
    font-family: "Lato", sans-serif;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #DD1E26;
}

@media screen and (max-width: 640px) {
    .listNews .premiumBadge span {
        font-size: 8px;
        line-height: 10px;
    }
}

.listNews .premiumBadge:before {
    content: "";
    background-color: rgba(255, 255, 255, 0.5);
    height: 100%;
    width: 3em;
    display: block;
    position: absolute;
    top: 0;
    left: -4.5em;
    transform: skewX(-45deg) translateX(0);
    transition: none;
}

.listNews .premiumBadge:hover {
    background-color: #DD1E26;
}

.listNews .premiumBadge:hover span {
    color: #fff;
}

.listNews .premiumBadge:hover:before {
    transform: skewX(-45deg) translateX(13.5em);
    transition: all 0.5s ease-in-out;
}

@media screen and (max-width: 1023px) {
    .channelTwoSided {
        border: none;
        margin-bottom: 0;
    }
}

.channelTwoSided .theLatest .site-newsListing {
    padding-right: 0;
    border-right: none;
}

@media screen and (max-width: 640px) {
    .channelTwoSided .theLatest .site-newsListing .latestDetail p {
        display: none;
    }
}

.channelTwoSided .containerLeft .rowAll {
    padding-right: 18px;
    border-right: 1px solid #ddd;
    position: relative;
    float: left;
}

@media screen and (max-width: 1023px) {
    .channelTwoSided .containerLeft .rowAll {
        padding: 0;
        border: none;
    }
}

@media screen and (max-width: 485px) {
    .channelTwoSided .containerLeft .rowAll {
        float: none;
    }
}

@media screen and (max-width: 1023px) {
    .channelTwoSided .containerLeft {
        margin-bottom: 0;
    }
}

.channelTwoSided .container-right .sideSec {
    margin-bottom: 30px;
    position: relative;
    float: left;
    z-index: 2;
}

@media screen and (max-width: 1023px) {
    .channelTwoSided .container-right .sideSec.mostViewedSide {
        display: none;
    }
}

@media screen and (max-width: 1023px) {
    .channelTwoSided .container-right .sideSec-custom {
        float: none;
        display: block !important;
    }
}

.titleNews {
    font-family: "Lora", serif;
    font-size: 18px;
    margin: 0 0 0.4em;
    color: #000;
    line-height: 1.3;
    font-weight: 600;
}

@media screen and (max-width: 640px) {
    .titleNews {
        font-size: 16px;
    }
}

.smallHeadline .titleNews {
    font-size: 21px;
}

@media screen and (max-width: 767px) {
    .smallHeadline .titleNews {
        font-size: 18px;
    }
}

.smallHeadline .descNews {
    padding: 0;
}

.smallHeadline .descNews .date, .smallHeadline .descNews .premiumBadge {
    display: inline-block;
    vertical-align: middle;
}

@media screen and (max-width: 640px) {
    .smallHeadline .descNews .date span, .smallHeadline .descNews .premiumBadge span {
        width: auto;
        margin-bottom: 0;
    }
}

.smallHeadline.channel .listNews {
    border-bottom: solid 1px #ddd;
    margin-bottom: 20px;
    padding-bottom: .5em;
}

.smallHeadline.channel .listNews:last-child {
    border: 0;
    padding: 0;
}

.listBlockNews .listNews {
    border-bottom: solid 1px #ddd;
    border-left: none;
    border-right: none;
    padding: 0;
    margin-bottom: 20px;
    padding-bottom: .5em;
}

.listBlockNews .listNews:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.mainNews {
    padding: 0;
}

.mainNews p {
    font-family: "Lato", sans-serif;
    color: rgba(0, 0, 0, 0.55) !important;
    font-size: 16px;
    line-height: 1.3;
}

.mainNews .date {
    color: rgba(0, 0, 0, 0.55);
}

.mainNews .date span {
    width: fit-content;
}

@media screen and (max-width: 640px) {
    .mainNews .date span {
        font-size: 13px;
        display: block;
        margin-bottom: 14px;
    }
}

@media screen and (max-width: 485px) {
    .mainNews .date span {
        width: 100%;
    }
}

.mainNews .highlight .listNews {
    width: 50%;
    float: left;
}

.mainNews .site-newsListing li {
    background-color: #fff;
}

@media screen and (max-width: 1023px) {
    .mainNews .highlight .listNews:not(.fullNews) {
        width: 100%;
    }
}

@media screen and (max-width: 640px) {
    .mainNews .date {
        font-size: 0.8571428571em;
    }
}

.channelLeft * {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.channelLeft .titleNews {
    font-family: "Lora", serif;
    font-weight: 600;
    line-height: 1.2;
}

@media screen and (max-width: 900px) {
    .site-article {
        padding: 10px 0;
    }
}

@media screen and (max-width: 568px) {
    .site-grid__item {
        padding: 10px 0 !important;
        border-right: 0 !important;
        border-left: 0 !important;
        border-top: none !important;
        border-bottom: .5px solid #E5E5E5 !important;
    }
}