#navbar-top {
  background-color: #fff;
}

.region-top-header {
  width: 100%;
  margin: 0;
}

#navbar-main {
  background-color: transparent;
  border-top: 1px solid #D1D5DB;
  padding: 0;
}
#navbar-main #block-rtm-mainnavigation {
  margin: 0 auto;
}
#navbar-main #block-rtm-mainnavigation .tb-megamenu {
  background-color: transparent;
}
#navbar-main #block-rtm-mainnavigation .tb-megamenu .nav > li:first-child > a {
  padding-left: 0;
}
#navbar-main #block-rtm-mainnavigation .tb-megamenu .nav > li > a {
  border-bottom: 0;
  border-right: 0;
  border-top: 0;
  color: #1C1C1C;
  font-weight: 400;
  padding: 15px 10px;
  text-decoration: none;
}
#navbar-main #block-rtm-mainnavigation .tb-megamenu .nav > li a.active-trail {
  font-weight: 700;
}
#navbar-main #block-rtm-mainnavigation .tb-megamenu .nav > .active > a {
  background-color: transparent;
}
#navbar-main #block-rtm-mainnavigation .tb-megamenu .dropdown-menu .mega-nav > li a {
  text-decoration: none;
}

.language .form-select {
  padding-right: 5px;
  color: #F51E1E;
  border: 0;
  background-position: right 0.5em center;
  font-weight: 700;
}

.column-w3c {
  gap: 15px;
}

.main-banner .bx-wrapper {
  box-shadow: none;
  border: 0;
  margin-bottom: 0;
}
.main-banner .bx-wrapper ul li {
  padding: 0;
}
.main-banner .bx-controls {
  display: none;
}

.rtm-search .search-block-form {
  position: relative;
}
.rtm-search .form-type-search {
  margin-bottom: 0px !important;
}
.rtm-search .form-type-search .form-control {
  border-radius: 20px;
  padding-left: 2rem;
  width: 255px;
  border: 1px solid #D1D5DB;
}
.rtm-search .form-type-search .form-control:focus {
  box-shadow: none;
  border-color: #F51E1E;
}
.rtm-search .form-actions #edit-submit {
  background: url("/themes/contrib/rtm/images/Icon Cari.svg") no-repeat;
  width: 20px;
  height: 20px;
  border: 0;
  position: absolute;
  top: 0;
  left: 8px;
  margin: 15px;
}

.view-berita img {
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.view-berita .berita-category {
  width: fit-content;
  padding: 3px 15px;
  background: #F51E1E;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  border-radius: 10px;
  margin: 10px 15px;
  text-transform: uppercase;
  position: absolute;
  top: 0;
}
.view-berita .berita-title a {
  color: #1C1C1C;
  font-size: 30px;
  line-height: 36px;
  text-decoration: none;
  font-weight: 600;
}
.view-berita .berita-desc {
  font-size: 16px;
  line-height: 24px;
  color: #1C1C1C;
}
.view-berita .berita-desc p {
  line-height: 24px;
  color: #1C1C1C;
}
.view-berita .berita-timestamp {
  position: relative;
  font-size: 14px;
  line-height: 24px;
  color: #6B7280;
}
.view-berita .berita-timestamp:before {
  content: "";
  background: url("../images/Time small grey.svg") no-repeat;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 5px;
}
.view-berita .berita-timestamp span {
  margin-left: 20px;
}
.view-berita .berita-hits,
.view-berita .bt-hits {
  display: inline-block;
  position: relative;
  padding-left: 20px;
}
.view-berita .berita-hits:before,
.view-berita .bt-hits:before {
  content: "";
  background: url("../images/Baca.png") no-repeat;
  width: 14px;
  height: 11px;
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
}
.view-berita.view-display-id-block_3 .berita-terkini {
  margin-bottom: 15px;
}
.view-berita.view-display-id-block_3 .berita-terkini:last-child {
  border-bottom: 0;
}

.berita-terkini {
  gap: 15px;
  border-bottom: 1px solid #D1D5DB;
  padding-bottom: 15px;
}

.berita-col-right .title-part {
  color: #2B2B2B;
}
.berita-col-right .bt-category {
  background: #E5E7EB;
  width: fit-content;
  padding: 3px 15px;
  font-size: 12px;
  font-weight: 700;
  color: #374151;
  border-radius: 13px;
  text-transform: uppercase;
}
.berita-col-right .bt-desc {
  line-height: 24px;
  color: #1C1C1C;
  font-weight: 500;
}
.berita-col-right .bt-desc a {
  color: #1C1C1C;
  text-decoration: none;
}
.berita-col-right .bt-timestamp {
  position: relative;
  font-size: 12px;
  line-height: 17px;
  color: #6B7280;
}
.berita-col-right .bt-timestamp:before {
  content: "";
  background: url("../images/Time small grey.svg") no-repeat;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 2px;
}
.berita-col-right .bt-timestamp span {
  margin-left: 20px;
}
.berita-col-right .bt-image img {
  width: 155px;
  height: 149px;
}
.berita-col-right .bt-hits:before {
  top: 3px;
}

.ulasan-berita {
  background: #E5E7EB;
  border-radius: 17px;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: 600;
  border: 2px solid transparent;
  transition: all 0.3s;
}
.ulasan-berita a {
  text-decoration: none;
  color: #FF2E6C;
}
.ulasan-berita img {
  margin-right: 5px;
  vertical-align: text-bottom;
}
.ulasan-berita:hover {
  border: 2px solid rgba(255, 46, 108, 0.23);
}

.live-container {
  position: relative;
}
.live-container:after {
  width: 100%;
  content: "";
  height: 5px;
  right: 0;
  position: absolute;
  background: #F51E1E;
  top: 15px;
}

.title-live {
  position: relative;
  padding: 5px 25px;
  display: inline-block;
  background: #F51E1E;
  border-radius: 18px;
  z-index: 1;
}
.title-live span {
  font-size: 17px;
  color: #fff;
  font-weight: 700;
  margin-left: 15px;
}
.title-live:before {
  content: "";
  background: url("../images/Icon News updates.png") no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 10px;
  top: 9px;
}

.view-laporan-langsung .item-list ul {
  position: relative;
}
.view-laporan-langsung .item-list ul:before {
  width: 1px;
  background: #D1D5DB;
  height: 60%;
  position: absolute;
  left: 5px;
  content: "";
  top: 9px;
}
.view-laporan-langsung .item-list ul li {
  padding-left: 18px;
}
.view-laporan-langsung .item-list ul li:before {
  content: "";
  background: url("../images/News timeline.svg") no-repeat;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  z-index: 5;
}

.live-row {
  line-height: 20px;
  margin-bottom: 8px;
}

.live-time {
  min-width: 75px;
}

.live-title {
  font-weight: 500;
}

.pakej-berita-col {
  display: none;
}

/*# sourceMappingURL=custom2.css.map */
