/* // Extra  devices (portrait phones, less than 576px)
// No media query since this is the default in Bootstrap
// Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1199.98px) {
  .title-red {
    position: relative;
    font-weight: bold;
    font-size: 1rem;
  }
  .terbaru .col-12 .card .row .card-custom .card-subtitle {font-size: 12px; font-weight: normal;}
  .terbaru .col-12 .card .row .card-body .card-subtitle {font-size: 12px; font-weight: normal;}
  .terbaru .col-12 .card .row .card-body .card-text {font-size: 12px; font-weight: normal;}
  /*
  .title-red:before {
    top: 30px;
  }
  */
  aside .kolom-side .title-red:before {
    top: 30px;
  }
  .content-terbaru .card-title,
  .list-kolom h3 {
    font-size: 18px;
  }
  .content-terbaru .card-subtitle,
  .list-kolom .text-muted {
    font-size: 16px;
    font-weight: normal;
  }
  .content-terbaru {
    font-size: 70%;
  }
  .dropdown-profile .dropdown-menu {
    right: -20px;
  }
  .ads-parallax
    .wrap-ads-parallax
    .body-ads-parallax
    .bone-ads-parallax
    .wrap-image-ads-parallax {
    left: 80px;
  }
  .rm-tv-index .program-rmtv-desc .deskripsi p {
    font-size: 14px;
  }
  .terbaru-halaman-utama
    .ads-parallax
    .wrap-ads-parallax
    .body-ads-parallax
    .bone-ads-parallax
    .wrap-image-ads-parallax {
    left: 165px;
  }
}

@media screen and (max-width:1000px) {

  .skin_left,
  .skin_right {
    display: none;
    visibility: hidden;
  }
}

/* // Large devices (desktops, 992px and up) */
@media (max-width: 991.98px) {
  .dark-light-mode {
    align-self: center;
  }
  .dark-light-mode .label {
    margin: auto;
    background-color: #111;
    border-radius: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px;
    position: relative;
    width: 50px;
    margin-right: -10px !important;
    font-size: 17px;
    transform: scale(1.1);
  }
  .dark-light-mode .label .ball {
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 3px;
    height: 18px;
    width: 18px;
    transform: translateX(0px);
    transition: transform 0.2s linear;
  }
  .navbar-akun img,
  .nav_search img,
  .dropdown-profile img {
    height: 20px !important;
    width: 20px !important;
  }
  .form_search.open {
    transform: translateY(50px);
  }
  .form_search_fixed {
    top: 45px;
  }
  .form_search input {
    padding-right: 6%;
  }
  .dropdown-profile img {
    width: 30px;
  }
  .accordion ul {
    list-style: none;
    padding-left: 20px;
    margin-top: 0 !important;
  }
  .accordion ul li {
    display: list-item;
    border-bottom: none !important;
    text-align: -webkit-match-parent;
  }
  .accordion ul li::before {
    content: "\2022";
    color: #fff;
    font-weight: bold;
    display: inline-block;
    width: 0.6em;
    font-size: 21px;
  }
  .accordion .card {
    width: 100%;
  }
  .accordion .accordion-link {
    width: 100%;
    position: relative;
    margin-bottom: -1px;
    border-bottom: 1px solid #d4d4d4;
  }
  .content-berita-video .title-berita {
    margin-top: 20px;
  }
  .rm-tv-index .profile-anchor .card-text {
    font-size: 15px;
  }
  .navbar-dark .navbar-nav .rmtv {
    padding: 10px;
  }
  .navbar-dark .dropdown .dropdown-menu {
    left: 0;
    top: 31px;
  }
  .navbar-dark .accordion .nav-link {
    display: inline-block;
  }
  .navbar-dark .accordion .arrow {
    position: absolute;
    right: 20px;
    margin-top: unset;
    font-size: 14px;
    top: 7px;
    color: #fff;
    transform: rotate(180deg);
    transition: all ease 0.25s;
  }
  .navbar-dark .mobileMenu .navbar-nav .rmtv {
    border: none;
    position: relative;
  }
  .navbar-dark .mobileMenu .navbar-nav .rmtv:hover {
    border: none;
    position: relative;
    background-color: none;
  }
  .navbar-dark .accordion .arrow:hover,
  .navbar-dark .accordion .arrow:focus {
    color: rgba(255, 255, 255, 0.75) !important;
  }
  .navbar-dark .accordion .arrow.collapsed {
    transform: rotate(0deg);
    transition: all ease 0.25s;
  }
  .btn-search-mobile {
    color: #ffffff;
    background-color: #e4332e;
  }
  .navbar .navbar-collapse.pcMenu {
    display: none !important;
  }
  .navbar .navbar-collapse.mobileMenu {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    position: fixed;
    top: -60px;
    z-index: 2;
    bottom: 0;
    margin: auto;
    right: 0;
    width: 100vw;
    height: 100vh;
    display: flex !important;
    overflow-y: auto;
    -webkit-transition: all ease 0.25s;
    -moz-transition: all ease 0.25s;
    -o-transition: all ease 0.25s;
    transition: all ease 0.25s;
  }
  .navbar .mobileMenu .mobileMenu-row {
    flex-direction: row !important;
    align-self: baseline;
    /* align-items: normal; */
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-evenly; */
    width: 100%;
  }
  .mobileMenu.mobileMenuParallax {
    top: 97px;
  }
  .navbar .navbar-collapse.mobileMenu.open {
    -webkit-transform: translateX(0%);
    overflow-x: hidden;
    transform: translateX(0%);
    -webkit-transition: all ease 1.0s;
    -moz-transition: all ease 1.0s;
    -o-transition: all ease 1.0s;
    transition: all ease 1.0s;
  }
  .mobileMenu .navbar-nav {
    margin-top: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
    align-self: baseline;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }
  .header-mobileMenu {
    top: 10px;
    left: 0;
    z-index: 999999999;
    position: absolute;
    width: 100vw;
  }
  .header-mobileMenu .header-mobileMenu_wrap {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .mobileMenu .mobileMenu-socialmedia,
  .mobileMenu .mobileMenu-logo {
    margin-top: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-basis: 100%;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    justify-content: space-around;
  }
  .mobileMenu .mobileMenu-socialmedia .icon {
    display: inline-block;
    text-align: center;
    flex: 1;
    color: #ffffff;
  }
  .mobileMenu .mobileMenu-logo .icon {
    display: inline-block;
    text-align: center;
  }
  .mobileMenu .mobileMenu-logo .icon img {
    width: 100px;
  }
  .menu-mobile-rmid {
    color: #d4d4d4; font-weight: 700;
    background-color: rgba(245, 89, 89, 0.527)
  }
  .overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
  }
  .overlay.open {
    display: block;
    z-index: 1029;
    -webkit-transition: all ease 0.25s;
    -moz-transition: all ease 0.25s;
    -o-transition: all ease 0.25s;
    transition: all ease 0.25s;
  }
  .navbar .navbar-nav li {
    text-align: left;
    justify-content: unset;
    align-items: unset;
    position: relative;
    border-bottom: 1px solid #d4d4d4;
  }
  .dropdown-parlemen:hover .dropdown-content {
    display: none !important;
  }
  .covid .content .col {
    padding: 0;
    margin: auto;
    font-size: 14px;
  }
  .content-terbaru .card-title,
  .list-kolom h3 {
    font-size: 16px;
  }
  aside .title-red:first-child {
    font-size: 18px;
  }
  aside .terpopuler .berita .angka {
    width: 50px;
    font-size: 1.75rem;
  }
  aside .terpopuler .berita .desc {
    font-size: 0.6rem;
    padding-left: 60px;
  }
  aside .terpopuler .berita .desc .judul {
    margin-top: 5px;
  }
  .rm-video-terbaru {
    margin-right: 0;
  }
  .share a {
    color: #ffffff;
    background-color: #5270ff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    display: inline-block;
    margin: 10px 0;
  }
  .title-berita .share {
    font-size: 0.75rem;
  }
  .masuk-berita-bagian-kolom .image-masuk-kolom-berita .figure .media h2 {
    font-size: 1.25rem;
  }
  .masuk-berita-bagian-kolom
    .image-masuk-kolom-berita
    .figure
    .media
    img
    .list-kolom
    img {
    width: 120px;
  }

  .title-berita .title {
    font-size: 25px;
  }

  .title-berita .kategori-berita p {
    font-size: 18px;
  }
  .title-berita .tanggal {
    font-size: 14px;
  }
  .masuk-berita-bagian-kolom .image-masuk-kolom-berita .figure .media img,
  .list-kolom img {
    width: 120px;
  }
  .change-page div {
    display: inline-block;
    font-size: 20px;
    background-color: #e4332e;
    color: #ffffff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0 5px;
    font-weight: bold;
  }
  .ads-parallax
    .wrap-ads-parallax
    .body-ads-parallax
    .bone-ads-parallax
    .wrap-image-ads-parallax {
    left: 25px;
  }
  .rm-tv-index .program-rmtv-desc .desc {
    padding: 20px 15px;
  }
  .rm-tv-index .program-rmtv-desc .title-program {
    font-size: 1rem;
  }
  .rm-tv-index .tayang {
    font-size: 0.75rem;
  }
  .rm-tv-index .program-rmtv-desc .deskripsi {
    margin-top: 10px;
  }
  .rm-tv-index .program-rmtv-desc .deskripsi h3 {
    font-size: 20px;
    font-weight: bold;
  }
  .rm-tv-index .program-rmtv-desc .deskripsi p {
    font-size: 12px;
    padding-right: 15px;
  }
  .account .content-account {
    padding: 20px 0px;
  }
  .account .content-account .informasi-profile .title-akun h4 {
    font-size: 14px;
  }
  .account .content-account .informasi-profile .akun .content-akun {
    padding: 10px 5px;
  }
  .account .content-account .informasi-profile .akun table {
    font-size: 12px;
  }
  .account div.content-halaman-utama {
    padding: 1px 0px;
  }
  .indeks-berita-header .nav .nav-item .title-indeks {
    font-weight: bold;
    font-size: 30px;
  }
  .indeks-berita-header .nav-2 .nav-link {
    font-size: 12px;
  }
  .terbaru-halaman-utama
    .ads-parallax
    .wrap-ads-parallax
    .body-ads-parallax
    .bone-ads-parallax
    .wrap-image-ads-parallax {
    left: 85px;
  }
  /*
  .rm-video-terbaru .col-lg-5 .card-title {
    font-size: 18px !important;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  */
  .news-sticker .news-sticker-content ul {
    animation: ticks 30s infinite linear;
    -webkit-animation: ticks 30s infinite linear;
    -moz-animation: ticks 30s infinite linear;
  }
}

@media (max-width: 810px) {
  .header-slide-news {
    justify-content: unset;
  }
  .header-slide-news-new {
    justify-content: unset;
  }
}

/* // Medium devices (tablets, 768px and up) */
@media (max-width: 767.98px) {
  .dark-light-mode .label {
    margin: auto;
    background-color: #111;
    border-radius: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
    position: relative;
    width: 50px;
    margin-right: -10px !important;
    transform: scale(1.1);
  }
  .full-slide-carousel .owl-stage {
    padding-left: 0px !important;
  }
  footer .footer-1 .kiri img {
    width: 150px;
  }
  .image-news .title-news h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0px;
  }
  footer .footer-1 .tengah .rmtv {
    border: 3px solid #e4332e;
    border-radius: 5px;
    color: #ffffff;
    text-align: center;
    font-size: 34px;
    font-weight: bold;
    position: relative;
  }
  footer .footer-1 .tengah .rmtv:before {
    content: "";
    position: absolute;
    width: 15px;
    left: 7px;
    top: 17px;
    height: 15px;
    border-radius: 15px;
    background-color: #e4332e;
  }
  footer .footer-1 .tengah .rmtv span {
    margin-left: 30px;
  }
  footer .footer-1 .kanan .shape-scroll-top {
    right: 0;
  }
  footer .download {
    margin: 10px 0;
  }
  .title .lihat-semua {
    font-size: 14px !important;
  }
  aside .kolom-side .card-img {
    border-radius: 50%;
  }
  aside .kolom-side {
    margin-top: 20px;
  }
  .ads-parallax
    .wrap-ads-parallax
    .body-ads-parallax
    .bone-ads-parallax
    .wrap-image-ads-parallax {
    left: 50px;
  }
  aside .ramai-dilihat {
    margin-top: 20px;
  }
  .rm-tv-index .program-rmtv-desc .image {
    height: 250px;
  }
  .rm-tv-index .program-rmtv-desc .img-program {
    width: 100%;
    height: 100%;
  }
  .terbaru-halaman-utama
    .ads-parallax
    .wrap-ads-parallax
    .body-ads-parallax
    .bone-ads-parallax
    .wrap-image-ads-parallax {
    left: 115px;
  }

  .full-slide-carousel {
    display: block !important;
    margin-top: 20px;
  }
  .full-slide-carousel .slider {
    position: relative;
  }
  .full-slide-carousel .owl-stage-outer {
    margin: 0 -5px;
  }
  .full-slide-carousel .slider .kategori {
    color: #ffffff;
    background-color: #e4332e;
    position: absolute;
    font-size: 12px;
    top: 10px;
    left: 10px;
    font-weight: bold;
    padding: 5px;
    border-radius: 5px;
  }
  .full-slide-carousel .slider .title {
    position: absolute;
    z-index: 2;
    bottom: 40px;
    padding: 0 10px;
    color: #fff;
    font-weight: 500;
  }
  .full-slide-carousel .slider::before {
    content: "";
    background: rgb(0, 0, 0);
    background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 1) 1%,
      rgba(0, 212, 255, 0) 100%
    );
    opacity: 0.8;
    position: absolute;
    z-index: 1;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
  }
  .full-slide-carousel .owl-dots {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
  }
  .full-slide-carousel .owl-dots span {
    background: none repeat scroll 0 0 #e4332e;
    border-radius: 20px;
    display: block;
    height: 6px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 6px;
  }
  .full-slide-carousel .active span {
    background: none repeat scroll 0 0 #e4332e;
    border-radius: 20px;
    display: block;
    height: 6px;
    margin: 5px 7px;
    opacity: 1;
    width: 6px;
  }
  .terbaru .col-6 .col-12 {
    margin-bottom: 0;
  }
  .content-terbaru .card-title,
  .list-kolom h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
  }
  .content-terbaru .card-subtitle,
  .list-kolom .text-muted,
  .content-terbaru .card-subtitle span {
    font-size: 13px;
    font-weight: bold;
  }
  .card-text:last-child {
    margin-bottom: 0;
    font-size: 12px;
  }
  .sidebar-news-list .card-text {
    font-size: 12px;
    margin-top: 0;
  }
  @keyframes ticks {
    from {
      transform: translatex(55%);
      -moz-transform: translatex(55%);
      -webkit-transform: translatex(55%);
      -o-transform: translatex(55%);
    }
    to {
      transform: translatex(-100%);
      -moz-transform: translatex(-100%);
      -webkit-transform: translatex(-100%);
      -o-transform: translatex(-100%);
    }
  }
}

@media (max-width: 719.98px) {
  .close_search {
    position: absolute;
    right: 40px;
  }
  .form_search .btn_search {
    position: absolute;
    right: 0;
  }
}

@media (max-width: 700.98px) {
  .menu {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
  .account .content-account .alert {
    margin-top: 20px;
    font-size: 14px;
  }
  .account .sidebar-account a.active {
    border-radius: 0;
  }
  .account div.content-halaman-utama {
    min-height: 800px;
  }
}

/* //  devices (landscape phones, 576px and up) */
@media (max-width: 575.98px) {

  .form-epaper .pilih-mode-baca {
    text-align: left;
  }
  .form-epaper .pilih-resolusi {
    text-align: left;
  }
  
footer .footer-3 .foot-left {
  text-align: center; margin-bottom: 15px;
}
footer .footer-3 .foot-center {
  text-align: center; margin-bottom: 15px;
}
footer .footer-3 .foot-right {
  text-align: center; margin-bottom: 15px;
}
footer .footer-3 .follow-kami {
  text-align: center; color: #FFFFFF;
}


  .logo-nav {
    top: -10px;
  }

  .title-tags-top{
    display: block;
  }
  .title-tags-right{
    display: none;
  }
  
  .caption-daftar-rubrik {
    position: relative;
    background: rgba(226, 22, 22, 0.7); color: #FFFFFF; font-weight: 600; padding: 15px; 
    margin-top: 5px;

    -webkit-border-radius:0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
  }
  
  .caption-foto {
    position: relative;
    background: rgba(226, 22, 22, 0.7); color: #FFFFFF; font-weight: 600; padding: 15px; 
    margin-top: 5px;

    -webkit-border-radius:0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
  }
  .waktu-konten-detil {
    text-align: left;
  }

  .slider-desktop {
    display: none;
  }
  .card-title {

    overflow: hidden; line-height:20px; max-height:60px;
    text-overflow: -o-ellipsis-lastline;
  }
/* 
  .terbaru .card-custom {display: none;}
  .terbaru .card-body .card-subtitle {display: block;}
  .terbaru .card-body .card-text {display: block;}
 */
.terbaru .col-12 .card .row .card-custom {display: none;}
.terbaru .col-12 .card .row .card-body .card-subtitle {display: inline;}
.terbaru .col-12 .card .row .card-body .card-text {display: inline-block;}
.terbaru .col-12 .card .row .card-custom .card-subtitle {font-size: 12px;}
.terbaru .col-12 .card .row .card-body .card-subtitle {font-size: 12px;}
.terbaru .col-12 .card .row .card-body .card-text {font-size: 12px;}

.terbaru-six-news .col-12 .card-body .card-subtitle{
  display: inline;
}
.terbaru-six-news .col-12 .card-body .card-text{
  display: inline-block;
}

  #closeNavApp,
  #closeNavAdd,
  #closeNavApp:active,
  #closeNavAdd:active,
  #closeNavApp:focus,
  #closeNavAdd:focus,
  #closeNavApp:hover,
  #closeNavAdd:hover {
    background: none;
    border: none;
  }
  .navbar-app {
    background-color: #ffffff;
    display: flex;
  }
  .nav-fixed {
    top: 0px;
    position: fixed;
  }
  .header-slide-news.fixed {
    position: fixed;
    z-index: 2;
    top: 57px;
  }
  .header-slide-news-new.fixed {
    position: fixed;
    z-index: 2;
    top: 57px;
  }
  .navbar-app .navbar-nav {
    flex-direction: row;
    align-items: center;
    width: 100%;
  }
  .navbar-app .navbar-nav li {
    border-bottom: none;
    margin-left: 5px;
    font-size: 10px;
    margin-right: 5px;
  }
  .navbar-app {
    justify-content: center;
    align-items: center;
  }
  .navbar-app .btn-dapatkan {
    background-color: #e4332e;
    color: #ffffff !important;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
  }
  .navbar-add-home .navbar-nav {
    flex-direction: row;
    align-items: center;
  }
  /* .navbar-add-home .navbar-nav li{
        border-bottom: none;
        margin-left: 5px;
        font-size: 10px;
        margin-right: 5px;
    }
    .navbar-add-home{
        justify-content: center;
        align-items: center;
        position: fixed;
        bottom: 0;
        background-color: #ffffff;
        border-top: 3px #343a40 solid;
    }
    .navbar-add-home .btn-dapatkan{
        background-color: #E4332E;
        color: #ffffff !important;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        padding: 10px;
        border-radius: 5px;
    } */
  .form_search input {
    padding-right: 10%;
  }
  .covid {
    margin: 0 -10px;
  }
  .rm-video-terbaru,
  .foto-terbaru,
  .bibir-mer-terbaru,
  .zona-sport-terbaru {
    margin: 0 -15px;
  }
  .ads-parallax
    .wrap-ads-parallax
    .body-ads-parallax
    .bone-ads-parallax
    .wrap-image-ads-parallax {
    top: 120px;
    left: 0;
    width: 100%;
    height: auto;
  }
  .rmco-video-floating {
    width: 70vw;
  }
  html,
  body {
    overflow-x: hidden;
  }
  .container {
    padding-right: 5px;
    padding-left: 5px;
  }
  footer .footer-1 .kanan .shape-scroll-top {
    right: 20px;
  }
  .image-news .title-news h3 {
    font-size: 16px;
  }
  .image-news .title-news .kategori {
    font-size: 14px;
  }
  .image-news .title-news .durasi {
    font-size: 12px;
  }
  /*
  .covid .title-red:before {
    position: absolute;
    background-color: #e4332e;
    width: 100px;
    height: 6px;
    content: "";
    top: 25px;
    right: 0;
    left: 0;
  }
  .covid .title-red {
    font-size: 14px;
  }
  */
  aside .slider-side .content .card-text {
    font-size: 10px;
  }
  .mobileMenu {
    height: 100vh;
    right: -20px;
    position: absolute;
  }
  .masuk-berita-bagian-kolom .lebih-dari-kolom .content {
    padding-right: 20px;
  }
  .rm-tv-index .nav-link {
    display: block;
    padding: 0.5rem 0.35rem;
    font-size: 0.75rem;
  }
  .navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 0.85rem;
    line-height: inherit;
    white-space: nowrap;
  }
  .rm-tv-index .rm-tv-title .share a,
  .rm-tv-index .rm-tv-title-2 .share a {
    color: #ffffff;
    background-color: #5270ff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    font-size: 0.75rem;
    display: inline-block;
    margin: 0;
  }
  .news-update .content-news-update .card-title .card-title-tiga {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .sidebar-news-list,
  .terbaru {
    margin: 20px 30px;
  }
  .terbaru-halaman-utama
    .ads-parallax
    .wrap-ads-parallax
    .body-ads-parallax
    .bone-ads-parallax
    .wrap-image-ads-parallax {
    left: 0;
  }
  .content-terbaru .card-body {
    padding: 2px 5px;
  }
  /*
  .rm-video-terbaru .title-red {
    font-size: 18px;
    color: #ffffff;
  }
  */
  .news-sticker .news-sticker-title {
    width: 130px;
    float: left;
    color: #fff;
    font-size: 12px;
    padding: 10px 20px;
    position: relative;
    overflow: hidden;
  }
  .news-sticker .news-sticker-content {
    width: calc(100% - 170px);
    float: left;
    overflow: hidden;
    height: 40px;
    position: relative;
    padding-top: 0px;
  }
  .news-sticker .news-sticker-content li {
    display: inline-block;
    font-size: 12px;
    padding: 7px 0;
    padding-right: 70px;
    position: relative;
  }
  @keyframes ticks {
    from {
      transform: translatex(66%);
      -moz-transform: translatex(66%);
      -webkit-transform: translatex(66%);
      -o-transform: translatex(66%);
    }
    to {
      transform: translatex(-100%);
      -moz-transform: translatex(-100%);
      -webkit-transform: translatex(-100%);
      -o-transform: translatex(-100%);
    }
  }
  
  .foto-terbaru, .bibir-mer-terbaru, .zona-sport-terbaru{
    min-height: 330px;
  
}

@media (max-width: 480.98px) {
  
.terbaru .col-12 .card .row .card-body .card-subtitle {font-size: 10px;}
.terbaru .col-12 .card .row .card-body .card-text {font-size: 10px;}

  .card-text:last-child {
    margin-bottom: 0;
    font-size: 10px; font-weight: normal;
  }
  .card-custom{
    padding: 0px 0 5px 5px;
  }
  
.pos-img-right{
  padding: 0px 5px 0px 5px;
}

  .form_search input {
    padding-right: 15%;
  }
  footer .footer-1 .tengah .rmtv {
    font-size: 20px;
  }
  footer .footer-1 .tengah .rmtv:before {
    width: 10px;
    top: 10px;
    height: 10px;
    border-radius: 10px;
  }
  .image-news .title-news h3 {
    font-size: 14px;
  }
  .masuk-berita-bagian-kolom .image-masuk-kolom-berita .figure .media img,
  .list-kolom img {
    width: 90px;
  }
  .masuk-berita-bagian-kolom .image-masuk-kolom-berita {
    margin-bottom: 0px;
  }
  .masuk-berita-bagian-kolom .image-masuk-kolom-berita .figure .media {
    left: 15px;
  }
  .title-red {
    font-size: 1.0rem;
  }
  /*
  .title-red:before {
    height: 3px !important;
    top: 25px !important;
  }
  */
  .title-red::before {
	background-color: #e4332e;
	bottom: 0;
	border-radius: 30px;
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	width: 60px;
 	top: 30px;
}
.title-red::after {
    background-color: #e4332e;
    bottom: 0;
    border-radius: 30px;
    content: "";
    height: 4px;
    left: 65px;
    position: absolute;
    width: 4px;
	top: 30px;
}
  
  
  .arrow {
    color: #e4332e;
    font-size: 1rem;
    margin-top: 5px;
  }
  .masuk-berita-bagian-kolom .lebih-dari-kolom .content h5 {
    font-size: 14px;
  }
  .masuk-berita-bagian-kolom .lebih-dari-kolom .content p {
    font-size: 12px;
  }
  .rm-tv-index .tayang {
    font-size: 0.55rem;
  }
  .rm-tv-index .program-rmtv-desc .deskripsi h3 {
    font-size: 14px;
    font-weight: bold;
  }
  .rm-tv-index .program-rmtv-desc .deskripsi p {
    font-size: 10px;
  }
  .indeks-berita .form-control {
    padding: 0.2rem 0.5rem;
    font-size: 0.65rem;
    margin-bottom: 10px;
  }
  .indeks-berita-header .nav-2 .nav-link {
    padding: 0.5rem 0.5rem;
  }
  .content-terbaru .card-subtitle,
  .list-kolom .text-muted,
  .content-terbaru .card-subtitle span {
    font-size: 10px;
    font-weight: normal;
  }
  .terbaru .image img {
    width: 100%;
    height: 100%;
  }
  .sidebar-news-list,
  .terbaru {
    margin: 20px 0px;
  }
}

@media (max-width: 360.98px) {
  
  .card-body .card-title {
    font-size: 12px;

    overflow: hidden; line-height:18px; max-height:54px;
    text-overflow: -o-ellipsis-lastline;
  }

  .rm-video-terbaru .content-rm-video-terbaru .card-bottom .card-title {
    font-size: 12px;
  }


  .form_search input {
    padding-right: 20%;
  }
  .rm-tv-index .program-rmtv .card-text {
    margin-top: 5px;
    font-size: 80%;
    line-height: 1.2;
  }
  .covid .content .col {
    font-size: 10px;
  }
  /*
  .covid .title-red:before {
    height: 4px;
    top: 17px;
  }
  */
  .covid .title-red {
    font-size: 10px;
  }
  .covid {
    padding: 5px;
  }
  footer .footer-1 .kiri img {
    width: 100px;
  }
  .rmco-video-floating .header-video-floating h2 {
    font-size: 20px;
  }

  .sidebar-news-list .card-subtitle {
    font-size: 12px;
    margin: 3px 0;
  }
}

@media (max-width: 320px) {
  footer .footer-1 .tengah .rmtv span {
    margin-left: 20px;
    font-size: 12px;
  }
  .barisan-komentar .isikomentar img {
    width: 44px;
    height: 44px;
    margin-top: 10px;
  }
  .list-kolom img {
    width: 60px;
  }
  .rm-tv-index .program-rmtv-desc .deskripsi p {
    font-size: 10px;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -o-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    -moz-line-clamp: 7;
    -moz-box-orient: vertical;
    -o-line-clamp: 7;
    -o-box-orient: vertical;
  }
}
