html {
    scroll-behavior: smooth
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #152035
}

#menuwrap {
    float: left;
    background: #fff;
    width: 100%;
    position: relative;
    margin: 0 auto 20px auto;
    padding: 0;
    height: 205px
}

#menu {
    position: absolute;
    width: 100%;
    height: 60px;
    margin: auto;
    z-index: 99
}

#menu.fixed {
    position: fixed;
    top: 0;
    z-index: 99
}

.caraousel-title {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 20px;
    line-height: 30px
}

.back-to-top {
    visibility: hidden;
    background-color: #444;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 48px;
    position: fixed;
    bottom: 65px;
    right: 35px;
    z-index: 1001;
    cursor: pointer;
    border-radius: 1px;
    opacity: 0;
    -webkit-transform: translateZ(0);
    transition: all .6s
}

.back-to-top .fa {
    font-size: 18px;
    color: #fff;
    vertical-align: middle
}

.back-to-top:hover {
    background-color: #fc4f3f;
    opacity: 1
}

.back-to-top.show {
    visibility: visible;
    bottom: 35px;
    opacity: 1
}

.underline {
    position: relative
}

.underline::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 2px;
    background-color: #002171;
    transition: width 0.6s cubic-bezier(.25, 1, .5, 1)
}

a:hover,
a:hover h4 {
    color: #002171 !important;
    transition: width .35s ease-in-out
}

@media (hover:hover) and (pointer:fine) {
    .underline:hover::before {
        left: 0;
        right: auto;
        width: 100%
    }
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0
}

ul {
    list-style-type: none;
    padding-left: 0 !important
}

.head {
    display: block;
    height: 30px;
    background-color: #002171 !important
}

.head li a {
    color: #FFF !important
}

.poweredby {
    color: #fff !important;
    font-size: 9px !important;
    float: left !important;
    margin-top: 8px !important;
    font-weight: 400 !important;
    text-transform: uppercase
}

.logo img {
    width: 100%;
    max-width: 100%
}

.ke-03 {
    width: 15px !important;
    margin-right: 5px;
    float: left
}

.ke-04 {
    padding: 0 15px 0 0px !important;
    color: #fff !important;
    font-size: 8px !important;
    margin-top: 7px !important;
    font-family: 'Poppins', sans-serif !important;
    float: left !important;
    line-height: 3px !important;
    font-weight: 800 !important;
    text-transform: uppercase
}

.ke-28 {
    font-size: 20px !important;
    font-weight: 900 !important;
    font-family: 'Roboto', sans-serif !important
}

.ke-29 {
    font-size: 14px !important;
    font-weight: 400 !important;
    font-family: 'Source Sans Pro', sans-serif !important
}

.ke-181 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 667px !important;
    width: 100% !important;
    float: left !important;
    flex: 0 0 670px !important
}

.ke-202 {
    position: relative !important;
    top: 3px !important
}

.ke-47 {
    float: left !important;
    width: 300px !important;
    height: 250px !important;
    text-align: center !important;
    vertical-align: middle !important;
    border-radius: 0px !important;
    margin-right: 15px !important;
    margin-bottom: 10px !important;
    font-family: 'Nunito Sans', sans-serif !important;
    font-weight: 800 !important;
    color: #fff !important;
    line-height: 250px !important
}

.ke-209 {
    width: 300px !important;
    margin-right: 10px !important;
    overflow: hidden
}

.ke-132 {
    font-size: 20px;
    font-weight: 800;
    left: 0 !important;
    width: 250px !important
}

.ke-139 {
    padding-right: 10px !important;
    padding-bottom: 5px !important;
    padding-left: 0 !important;
    float: left !important
}

.entry-main-content p {
    font-size: 16px;
    font-family: "Source Sans Pro", sans-serif;
    color: #000;
    padding: 5px;
    margin-bottom: 2px !important
}

.entry-main-content p {
    line-height: 23px
}

a {
    text-decoration: none;
    color: #4f4f4f !important;
    font-weight: 400;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s
}

#post-comment a.btn {
    color: #fff !important
}
 ul.pager>li {
        display: inline-flex !important;
        padding: 5px;
    }
    .my-active span{
        background-color: #152035 !important;
        color: white !important;
        border-color: #152035 !important;
        padding: 0 6px;
    }
.slick-track {
    &>.slick-slide:not(:first-child) {
        display: none
    }
}

div.top-news {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap
}

.top-news .news-item {
    display: inline-block;
    width: 200px;
    height: 220px;
    margin: 10px;
    overflow: hidden;
    white-space: normal !important
}

.top-news::-webkit-scrollbar,
ul::-webkit-scrollbar {
    width: 0;
    background: transparent;
    display: none;
    width: 0;
    height: 0
}

.news-item__title {
    font-family: "Montserrat";
    font-size: 14px;
    white-space: normal !important;
    line-height: 1.2 !important;
    max-height: 73px;
    font-weight: 600
}

p.subjudul,
.tgl {
    margin-bottom: 0 !important
}

.judulpanel {
    font-family: "Montserrat";
    display: relative;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.3;
    max-height: 73px;
    font-weight: 600;
    border-bottom: 3px solid #002171;
    display: inline-block
}

#carouselExampleCaptions {
    min-height: 500px
}

.menu-item {
    min-width: 10%
}

ul.livesearch li,
ul.tag li {
    display: inline-block
}

ul.livesearch li a,
.stroke a {
    color: #12133d !important;
    font-weight: 800 !important;
    padding: 14px 5px;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -ms-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
    font-family: 'Roboto', sans-serif;
    line-height: 1;
    cursor: pointer
}

ul.tag li {
    margin-left: 5px;
    padding-left: 1.3em
}

ul.tag li:before {
    content: "\f02c";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em
}

.search-box {
    z-index: 100;
    display: none
}

.search-box .search-form-icon {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
    opacity: .6
}

.search-box input[type="text"] {
    width: 100%;
    padding-left: 2.375rem;
    outline: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: transparent;
    border-radius: 5px;
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    margin: 0;
    padding: 9px 0 9px 50px;
    text-align: left;
    width: 100%;
    background: #fff;
    border: 1px solid #dfe0e6;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .05)
}

.live-box {
    text-align: center;
    padding: 2px
}

.live-box span {
    display: block
}

.live-box span::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50px;
    display: inline-block;
    background: red;
    margin-right: 5px;
    animation: blink 1.5s ease-in-out infinite
}

.tgl {
    font-size: 9px;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -ms-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s
}

@keyframes blink {
    0%,
    100% {
        opacity: 0
    }
    40%,
    70% {
        opacity: 1
    }
}

.stroke {
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 2px 0 #dedede
}

.stroke ul {
    margin-bottom: 0 !important
}

.stroke ul li {
    display: inline-block
}

.stroke ul li a,
.stroke ul li a:after,
.stroke ul li a:before {
    transition: all .5s
}

.stroke ul li a:hover {
    color: #555
}

nav.stroke ul li a {
    position: relative
}

.stroke ul li a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: '.';
    color: transparent;
    background: #333;
    height: 1px
}

nav.stroke ul li a:hover:after {
    width: 100%
}

.mprlink {
    display: block;
    position: relative
}

.logo_mpr {
    width: 15px !important;
    position: relative !important;
    top: -2px !important;
    margin-right: 3px
}

.logo_mpr_nav {
    margin-right: 5px;
    width: 15px !important;
    position: relative !important;
    top: -2px !important
}

.new-badge {
    position: absolute;
    top: 2px;
    right: -20px;
    margin: auto;
    font-size: 8px;
    line-height: 13px;
    padding: 1px 4px;
    font-weight: 800;
    text-align: center;
    color: #fff;
    background-color: #ff0505;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 3px;
    font-size: 7px !important
}

.margin-mpr {
    margin-left: 17px !important
}

.ukuran-mpr {
    width: 15px !important;
    margin-right: 5px !important;
    position: relative !important;
    top: -2px !important
}

.vs_display {
    background: #e9ecef !important
}

.vs_display h5 {
    color: #12133d;
    weight: 900;
    text-align: center;
    padding: 10px
}

.logo_grid {
    padding-left: 20px
}

.tvlain {
    width: 75% !important;
    padding: 15px !important;
    text-align: center !important;
    margin: 0 auto
}

.tvapp {
    margin: 0 auto
}

.entry-meta.meta-1 span {
    margin-right: 10px;
    font-family: 'Poppins', sans-serif
}

.ke-127 {
    font-size: 10px !important
}

.ke-128 {
    font-size: 15px !important;
    line-height: 16px !important;
    font-weight: 700
}

.ke-141 {
    background: rgba(255, 255, 255, .8) !important;
    box-shadow: 5px 5px 0 0 #dee2e6 !important
}

.ke-148 {
    padding: 0 !important;
    background: #fff !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.ke-161 {
    margin-top: -20px !important;
    border-top-left-radius: 7px;
    background: #fff !important;
    z-index: 9 !important;
    position: relative !important;
    margin-left: 5px !important;
    padding: 5px 5px !important
}

.ke-177 {
    text-align: center
}

#post-comment img {
    max-width: 50px
}

.carousel-caption {
    background-color: #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: .5;
    padding: 10px;
    width: 100%;
    left: 0 !important
}

.carousel-caption h3 {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

.carousel-indicators {
    margin-left: 0 !important
}

#posts .news-item {
    position: relative;
    display: inline-block;
    width: 100%
}

#posts .post-kategori {
    text-align: left;
    position: absolute;
    width: 100%;
    bottom: 0;
}

ul.catlist li a {
    font-size: 10px;
    background: #F22;
    padding: 5px;
    color: #fff !important
}

.post-title {
    display:  block;
    min-width:  360px;
    width:  100%;
    height:  auto;
    width:  100%;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
    color: #fff;
    padding:  0 11px;
}

.post-title p {
    line-height: 16px !important;
    padding: 5px;
    margin-bottom: 2px !important
}

.post-title p a {
    color: #fff !important;
    font-weight: 600
}

ul.catlist li {
    display: inline-block;
    margin: 0 5px
}
ul.social_icon {}

ul.social_icon li {
    display: inline-block;
    margin: 0 4px
}

ul.social_icon li a {
    color: #fff !important;
    background: #002171;
    width: 30px;
    height: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px
}

ul.social_icon li a:hover {
    color: #fff
}

.footer {
    padding-top: 30px;
    background: #dee2e6;
    border-top: 3px solid rgba(206, 210, 214, .5)
}

li.cat-item a {
    padding: 5px;
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -ms-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
    font-family: 'Roboto', sans-serif;
    line-height: 1
}

.follow {
    text-align: center
}

.follow h3 {
    color: #fff;
    font-size: 31px;
    font-weight: 500;
    line-height: 30px;
    padding-bottom: 25px
}

.follow ul li {
    display: inline-block;
    margin: 0 4px
}

.follow ul li a {
    color: #252525;
    background: #fff;
    width: 45px;
    height: 45px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 105px;
    font-size: 27px
}

.follow ul li a:hover {
    color: #4ac9f0
}

.copyright {
    background: #4ac9f0;
    padding: 15px 0;
    margin-top: 50px
}

.copyright p {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    text-align: center
}

.copyright a {
    color: #fff
}

.copyright a:hover {
    color: #000
}

.smalldisplay {
    display: none !important
}

.bacajuga {
    margin: 5px 20px;
    padding: 10px;
    border-left: 4px solid #002171
}

.video p.playicon {
    position: absolute;
    display: block;
    background: url(../images/video.png);
    height: 100%;
    width: 100%;
    top: 50px;
    left: 100px;
    background-size: 50px 50px;
    background-repeat: no-repeat
}

.paging-area {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 20px 0 0 10px;
    background: #efefef
}

.pagination>li:first-child,
.pagination>li:last-child {
    visibility: hidden
}

.pagination li {
    margin-right: 10px
}

.page-link {
    background-color: #ddd;
    border-radius: 50% !important
}

.panel-judul {
    border-bottom: 1px solid #ddd !important
}

.nav-mobile {
    display: none
}

.nav-mobile {
    display: none
}

@media (max-width:870px) {
    .head,
    .iklan-tengah,
    .live-item,
    .live-box,
    .bigdisplay {
        display: none !important
    }
    .smalldisplay {
        display: block !important
    }
    .middle-header {
        padding: 10px
    }
    .stroke ul {
        white-space: nowrap;
        overflow-x: auto
    }
    .stroke ul li {}
    .video p.playicon {
        top: 25px;
        left: 50px
    }
    #carouselExampleCaptions {
        min-height: 350px
    }
    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        display: none !important
    }
    label #sign-one {
        display: block
    }
    .nav-mobile {
        position: fixed;
        bottom: 0;
        width: 100%;
        height: 55px;
        box-shadow: 0 0 3px rgba(0, 0, 0, .2);
        background-color: #fff;
        display: flex;
        overflow-x: auto;
        z-index: 100
    }
    .nav-mobile__link {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-grow: 1;
        min-width: 50px;
        overflow: hidden;
        white-space: nowrap;
        font-family: sans-serif;
        font-size: 13px;
        color: #444;
        text-decoration: none;
        -webkit-tap-highlight-color: transparent;
        transition: background-color 0.1s ease-in-out
    }
    .nav-mobile__link:hover {
        background-color: #eee
    }
    .nav-mobile__link--active {
        color: #009578
    }
    .nav-mobile__icon {
        font-size: 18px
    }
}

footer {
    text-align: center;
    background: #dee2e6;
    border-top: 3px solid rgba(206, 210, 214, .5);
    padding-bottom: 50px !important;
    padding-top: 30px !important
}

.ke-94 {
    float: left !important;
    font-size: 15px !important;
    margin-left: 0px !important;
    font-weight: 700 !important;
    margin-top: 0px !important;
    width: 100% !important
}

.color1 {
    color: #12133d
}

.ke-95 {
    float: left !important;
    font-size: 10px !important;
    margin-left: 0 !important;
    font-weight: 400 !important;
    margin-bottom: 10px !important;
    width: 100% !important
}
/* bagian online TV */
 a.mnav-link {
    display: inline-block;
  background-color: #cd1f43;
  border-radius: 3px;
  padding: 6px 10px;
  margin: 0 auto;
  color: #fff !important;
}
.mlive-box{
  text-align: center;
  padding: 2px;
}
.mlive-box span{
  display: block;
}
.mlive-box span::before{
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50px;
  display: inline-block;
  background: #fff;
  margin-right: 5px;
  animation: blink 1.5s ease-in-out infinite;
}
@keyframes blink {
  0%, 100%{
    opacity: 0;
  }
  40%, 70%{
    opacity: 1;
  }
}
   
