* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  scroll-behavior: smooth;
}

@font-face {
  font-family: "Inter-Medium";
  src: url("../fonts/Inter-Medium.eot");
  src: url("../fonts/Inter-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff"), url("../fonts/Inter-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-Bold";
  src: url(../fonts/Inter-Bold.eot);
  src: url("../fonts/Inter-Bold.eot?#iefix") format("embedded-opentype"), url(../fonts/Inter-Bold.woff2) format("woff2"), url(../fonts/Inter-Bold.woff) format("woff"), url(../fonts/Inter-Bold.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Inter-Medium";
}

.iheader-portalception a {
  font-family: "Inter-Bold";
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
button {
  cursor: pointer;
  background-color: transparent;
  border: none;
}

.hidden {
  display: none !important;
}

@keyframes copyAnimate {
  0% {
    bottom: -100%;
  }
  100% {
    bottom: 0px;
  }
}
#backToTop {
  cursor: pointer;
  position: fixed;
  bottom: 120px;
  right: 27px;
  z-index: 999;
  transform: translateY(150px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
  background-color: transparent;
  border: none;
}
#backToTop .backToTop {
  content: url(../img/revamp-mobile/new/icon/btn-top.svg);
  width: 32px;
  height: 32px;
  display: block;
}

header {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}
header .header-top {
  position: relative;
  width: 100%;
  height: 69px;
  z-index: 12;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.4s ease-in-out;
  background-color: #fff;
}
header .header-top.sticky {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 12;
}
header .header-top .logo-inews {
  width: 102px;
  height: 37px;
}
header .header-top .logo-inews img {
  width: 100%;
  height: auto;
}
header .header-top .logo-inews-tv img {
  width: auto;
  height: 20px;
}
header .header-top .right-group-icon {
  display: flex;
  position: relative;
  gap: 8px;
  align-items: center;
}
header .header-top .right-group-icon .icon-search,
header .header-top .right-group-icon .icon-globe,
header .header-top .right-group-icon .burger-menu {
  display: block;
  width: 24px;
  height: 24px;
  background-size: contain;
}
header .header-top .right-group-icon .icon-search {
  background-image: url(../img/revamp-mobile/new/icon/search.png);
}
header .header-top .right-group-icon .icon-globe {
  background-image: url(../img/revamp-mobile/new/icon/globe.png);
}
header .header-top .right-group-icon .burger-menu {
  background-image: url(../img/revamp-mobile/new/icon/burger.png);
}
header .header-bottom {
  position: relative;
  width: 100%;
  height: 40px;
  z-index: 1;
  background-color: #fff;
  overflow: auto;
  white-space: nowrap;
  display: flex;
  align-items: center;
  box-shadow: 0 6px 12px 0 rgba(28, 39, 49, 0.0509803922);
  transition: all 0.2s ease-in-out;
  max-width: 640px;
}
header .header-bottom.sticky {
  position: fixed;
  top: 68px;
  left: 0px;
  width: 100%;
  z-index: 11;
}
header .header-bottom .kanal-list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: start;
  list-style: none;
  overflow-y: hidden;
  padding: 0;
  margin: 0;
}
header .header-bottom .kanal-list .kanal-item {
  padding: 0 16px 0 16px;
  border-radius: 8px 8px 0 0;
}
header .header-bottom .kanal-list .kanal-item .kanal {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0;
  text-align: left;
  text-decoration: none;
  color: #212121;
  padding: 8px 0;
}
header .header-bottom .kanal-list .kanal-item:has(.kanal-active) {
  background-color: #f6f6f6;
}
header .header-bottom .kanal-list .kanal-item .logo-inews-menu {
  background-image: url(../img/revamp-mobile/new/icon/logo-inews.png);
  display: block;
  width: 32px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 16px;
  margin: 0 16px;
}
header .header-bottom .kanal-list .kanal-item .kanal-active {
  background-color: #f6f6f6;
  border-radius: 10px 10px 0 0;
  height: inherit;
  color: #d80605;
  align-items: center;
  display: flex;
}
header .header-bottom .kanal-list .kanal-item .kanal-active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  border-radius: 4px 4px 0 0;
  background-color: #d80605;
}
header .menu-expanded {
  background-color: #fff;
  position: fixed;
  top: -100%;
  left: 0;
  z-index: 12;
  width: 100%;
  height: 100vh;
  transition: all 0.4s ease-in-out;
  overflow: scroll;
}
header .menu-expanded.open {
  top: 0px;
}
header .menu-expanded.open .menu-expanded-header {
  top: 0px;
}
header .menu-expanded .menu-expanded-header {
  position: fixed;
  width: 100%;
  height: 69px;
  max-width: 640px;
  z-index: 11;
  padding: 16px;
  background-color: #fff;
  top: -100%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.4s ease-in-out;
  box-shadow: 0 6px 12px 0 rgba(28, 39, 49, 0.0509803922);
}
header .menu-expanded .menu-expanded-header .logo-inews {
  position: relative;
  width: 100px;
  height: 37px;
  display: block;
}
header .menu-expanded .menu-expanded-header .logo-inews img {
  width: auto;
  height: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}
header .menu-expanded .menu-expanded-header .x-btn-menu {
  display: block;
  position: relative;
  background-image: url(../img/revamp-mobile/new/icon/icon-close.png);
  background-size: contain;
  width: 24px;
  height: 24px;
}
header .menu-expanded .kanal-wrapper {
  float: left;
  width: 100%;
  padding: 0 16px;
}
header .menu-expanded .kanal-wrapper.first {
  margin-top: 85px;
}
header .menu-expanded .kanal-wrapper.open {
  background-color: #fafafa;
}
header .menu-expanded .kanal-wrapper .kanal-title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #000;
  margin-bottom: 16px;
}
header .menu-expanded .kanal-wrapper .kanal-subtitle {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #000;
  margin-bottom: 24px;
}
header .menu-expanded .kanal-wrapper .kanal-subtitle a {
  color: #990100;
  font-weight: 700;
  text-decoration: none;
}
header .menu-expanded .kanal-wrapper .kanal-regional {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #000;
  padding: 20px 0;
  position: relative;
  cursor: pointer;
}
header .menu-expanded .kanal-wrapper .kanal-regional::after {
  content: url(https://static.inews.id/img/chevron-down-v1.svg);
  top: 20px;
  right: 0;
  position: absolute;
}
header .menu-expanded .kanal-wrapper .kanal-regional.open::after {
  content: url(https://static.inews.id/img/chevron-up-v3.svg);
}
header .menu-expanded .kanal-wrapper .kanal-list {
  width: 50%;
  float: left;
  margin-bottom: 30px;
}
header .menu-expanded .kanal-wrapper .kanal-list ul {
  padding: 0;
  list-style: none;
}
header .menu-expanded .kanal-wrapper .kanal-list ul li {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 16px;
}
header .menu-expanded .kanal-wrapper .kanal-list ul li a {
  color: #000;
  text-decoration: none;
}
header .menu-expanded .network-update {
  background-image: url(../img/revamp-mobile/new/icon/icon-net.png);
  border: 1px solid #dcdcdc;
  border-radius: 16px;
  background-position: right;
  padding: 16px 32px;
  margin: 16px;
  position: relative;
  top: 16px;
  display: grid;
  background-repeat: no-repeat;
  background-size: contain;
  gap: 8px;
}
header .menu-expanded .network-update:hover {
  background-image: url(../img/revamp-mobile/new/icon/icon-net-red.png);
}
header .menu-expanded .network-update .top-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0;
  text-align: left;
  color: #000;
}
header .menu-expanded .network-update .bottom-title {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0;
  text-align: left;
  color: #000;
}
header .menu-expanded .personalize {
  background-image: url(../img/revamp-mobile/new/icon/icon-redaksi.png);
  border: 1px solid #dcdcdc;
  border-radius: 16px;
  text-decoration: none;
  background-position: right;
  padding: 16px 32px;
  margin: 16px;
  position: relative;
  top: 16px;
  display: grid;
  background-repeat: no-repeat;
  background-size: contain;
  gap: 8px;
}
header .menu-expanded .personalize:hover {
  background-image: url(../img/revamp-mobile/new/icon/icon-redaksi-red.png);
}
header .menu-expanded .personalize .top-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0;
  text-align: left;
  color: #000;
}
header .menu-expanded .personalize .bottom-title {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0;
  text-align: left;
  color: #000;
}
header .menu-expanded .login-cont {
  margin-top: 69px;
  padding: 16px 16px;
  display: grid;
  gap: 4px;
}
header .menu-expanded .login-cont .text {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0;
  text-align: left;
  color: #000;
}
header .menu-expanded .login-cont .login-logo-wrap {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  text-decoration: none;
}
header .menu-expanded .login-cont .login-logo-wrap .icon-login {
  background-image: url(../img/revamp-mobile/new/icon/icon-login.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
}
header .menu-expanded .login-cont .login-logo-wrap .text-login {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0;
  text-align: center;
  color: #990100;
}
header .menu-expanded .loggedin-cont {
  display: flex;
  align-items: center;
  padding-bottom: 24px;
  padding-top: 70px;
  padding-left: 15px;
}
header .menu-expanded .loggedin-cont a {
  text-decoration: none;
  color: #000;
}
header .menu-expanded .loggedin-cont a .icon-login img {
  width: 42px;
  height: 42px;
  margin-right: 10px;
  vertical-align: middle;
  border-style: none;
  border-radius: 100%;
  -o-object-position: top;
     object-position: top;
  -o-object-fit: cover;
     object-fit: cover;
}
header .menu-expanded .loggedin-cont .group-usn {
  margin-left: 10px;
  width: calc(100% - 100px);
}
header .menu-expanded .loggedin-cont .group-usn a {
  text-decoration: none;
}
header .menu-expanded .loggedin-cont .group-usn a .usn-top {
  font-size: 12px;
  margin-bottom: -10px;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 250px;
  color: #990100;
}
header .menu-expanded .loggedin-cont .group-usn a .usn-bottom {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 600;
  color: #990100;
  overflow: hidden;
  line-height: 1.5rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
header .menu-expanded .loggedin-cont .group-usn .dropdown-profile::after {
  content: url(../img/revamp-mobile/new/icon/chevron-down.svg);
  top: 90px;
  right: 20px;
  position: absolute;
}
header .menu-expanded .loggedin-cont .group-usn .dropdown-profile.open::after {
  content: url(../img/revamp-mobile/new/icon/chevron-up-2.svg);
}
header .menu-expanded .detail-user-container {
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 10px;
  animation: 0.4s animatetop;
}
header .menu-expanded .detail-user-container .closure {
  color: #000;
  font-size: 16px;
}
header .menu-expanded .detail-user-container .disini {
  font-size: 14px;
  line-height: 19.6px;
  padding-top: 8px;
  color: #000;
}
header .menu-expanded .detail-user-container .disini a {
  color: #990100;
  font-weight: 500;
  text-decoration: none;
}
header .menu-expanded .detail-user-container .dashboard {
  padding-top: 15px;
}
header .menu-expanded .detail-user-container .dashboard a {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #990100;
  text-decoration: none;
}
header .menu-expanded .detail-user-container .disconnect {
  padding-top: 15px;
  padding-bottom: 15px;
}
header .menu-expanded .detail-user-container .disconnect a {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #990100;
  text-decoration: none;
}
header .menu-expanded .kanal-section {
  padding: 12px 16px;
  display: grid;
  gap: 20px;
}
header .menu-expanded .kanal-section .text-kanal-section {
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0px;
  text-align: left;
  color: #000;
}
header .menu-expanded .kanal-section .kanal-item-group {
  display: grid;
  gap: 16px;
  justify-content: center;
}
header .menu-expanded .kanal-section .kanal-item-group .kanal-item-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
header .menu-expanded .kanal-section .kanal-item-group .kanal-item-wrap .kanal-item {
  display: grid;
  gap: 8px;
  box-shadow: 0px 6px 12px 0px rgba(28, 39, 49, 0.0509803922);
  width: calc(33.3333333333% - 12px);
  padding: 8px 0px;
  text-decoration: none;
}
header .menu-expanded .kanal-section .kanal-item-group .kanal-item-wrap .kanal-item .kanal-item-icon {
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  margin: 0 auto;
  background-image: url(../img/revamp-mobile/img-spreed-burgermenu.png);
}
header .menu-expanded .kanal-section .kanal-item-group .kanal-item-wrap .kanal-item .kanal-item-icon.home {
  background-position: 0px 0px;
}
header .menu-expanded .kanal-section .kanal-item-group .kanal-item-wrap .kanal-item .kanal-item-icon.news {
  background-position: -79px 0px;
}
header .menu-expanded .kanal-section .kanal-item-group .kanal-item-wrap .kanal-item .kanal-item-icon.daerah {
  background-position: -120px 0px;
}
header .menu-expanded .kanal-section .kanal-item-group .kanal-item-wrap .kanal-item .kanal-item-icon.finance {
  background-position: -161px 0px;
}
header .menu-expanded .kanal-section .kanal-item-group .kanal-item-wrap .kanal-item .kanal-item-icon.sport {
  background-position: -202px 0px;
}
header .menu-expanded .kanal-section .kanal-item-group .kanal-item-wrap .kanal-item .kanal-item-icon.lifestyle {
  background-position: -240px 0px;
}
header .menu-expanded .kanal-section .kanal-item-group .kanal-item-wrap .kanal-item .kanal-item-icon.travel {
  background-position: -279px 0px;
}
header .menu-expanded .kanal-section .kanal-item-group .kanal-item-wrap .kanal-item .kanal-item-icon.otomotif {
  background-position: -322px 0px;
}
header .menu-expanded .kanal-section .kanal-item-group .kanal-item-wrap .kanal-item .kanal-item-icon.techno {
  background-position: -360px 0px;
}
header .menu-expanded .kanal-section .kanal-item-group .kanal-item-wrap .kanal-item .kanal-item-icon.tv {
  background-position: -39px 0px;
}
header .menu-expanded .kanal-section .kanal-item-group .kanal-item-wrap .kanal-item .kanal-item-icon.multimedia {
  background-position: -399px 0px;
}
header .menu-expanded .kanal-section .kanal-item-group .kanal-item-wrap .kanal-item .kanal-item-icon.indeks {
  background-position: -441px 0px;
}
header .menu-expanded .kanal-section .kanal-item-group .kanal-item-wrap .kanal-item .title {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  color: #000;
  margin: 0 auto;
}
header .menu-expanded .sub-menu-section {
  padding: 12px 16px;
  display: grid;
  gap: 16px;
}
header .menu-expanded .sub-menu-section .submenu-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0px;
  text-align: left;
}
header .menu-expanded .sub-menu-section .submenu-item-cont {
  display: flex;
  justify-content: space-between;
}
header .menu-expanded .sub-menu-section .submenu-item-cont .submenu-item-group {
  display: grid;
  gap: 16px;
}
header .menu-expanded .sub-menu-section .submenu-item-cont .submenu-item-group .submenu-item {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0px;
  text-align: left;
  text-decoration: none;
  color: #000;
  width: 98px;
}
header .menu-expanded .search-container {
  padding: 16px;
  background: #f2f2f2;
  position: relative;
  margin-top: 69px;
}
header .menu-expanded .search-container form#search-form {
  display: flex;
  justify-content: center;
}
header .menu-expanded .search-container form#search-form .search-bar {
  position: relative;
  background: #fff;
  border: none;
  width: 100%;
  padding-left: 30px;
  font-size: 14px;
  height: 40px;
  border-radius: 50px 0px 0px 50px;
}
header .menu-expanded .search-container form#search-form .search-bar:focus-visible {
  outline: unset;
}
header .menu-expanded .search-container form#search-form .search-btn {
  display: flex;
  align-items: center;
  height: 40px;
  width: 40px;
  background: #fff;
  border-radius: 0px 50px 50px 0px;
}
header .menu-expanded .search-container form#search-form .search-btn .btn-search {
  border: none;
  background: rgba(0, 0, 0, 0);
  font-size: 20px;
  left: -10px;
}
header .menu-expanded .search-container form#search-form .search-btn .btn-search .icon-search {
  background-image: url(../img/revamp-mobile/new/icon/search.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 24px;
  height: 24px;
  border: unset;
  background-color: unset;
}
header .menu-expanded .search-container form#search-form .search-btn .btn-search.hide {
  display: none;
}
header .menu-expanded .search-container form#search-form .search-btn .btn-clear {
  display: none;
  border: none;
  background: rgba(0, 0, 0, 0);
  font-size: 20px;
  left: -10px;
}
header .menu-expanded .search-container form#search-form .search-btn .btn-clear .icon-clear {
  background-image: url(../img/revamp-mobile/new/icon/icon-close.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 16px;
  height: 16px;
  border: unset;
  background-color: unset;
}
header .menu-expanded .search-container form#search-form .search-btn .btn-clear.visible {
  display: block;
}
header .menu-expanded .search-container.sticky {
  position: fixed;
  width: 100%;
  max-width: 640px;
  z-index: 9;
}
header .menu-expanded .search-container .suggestion-box {
  position: absolute;
  top: 65px;
  margin: 0 16px;
  left: 0;
  right: 0;
  height: auto;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #e3e3e3;
  padding: 16px 0;
  box-shadow: 15px -1px 31px 10px rgba(141, 141, 141, 0.2509803922);
}
header .menu-expanded .search-container .suggestion-box .list-search {
  list-style-type: none;
  padding: 4px 16px;
}
header .menu-expanded .search-container .suggestion-box .list-search:hover {
  background-color: #f2f2f2;
}

.getawayApp {
  position: fixed;
  width: 100%;
  max-width: 640px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
  background-color: #fff;
  margin: 0 auto;
  top: 0;
  left: 0;
  z-index: 11;
}
.getawayApp.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
}
.getawayApp .getawayApp-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}
.getawayApp .getawayApp-wrap .close-getawayApp {
  background-image: url(../img/revamp-mobile/new/icon/close-getaway.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 16px;
  height: 16px;
}
.getawayApp .getawayApp-wrap .logo-getawayApp {
  background-image: url(../img/revamp-mobile/new/icon/logo-apps-circle.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 32px;
  height: 32px;
}
.getawayApp .getawayApp-wrap .title {
  line-height: 14px;
  font-size: 12px;
  font-weight: 500;
  color: #454545;
  width: 100%;
}
.getawayApp .install {
  border: unset;
  padding: 4px 12px;
  border-radius: 32px;
  background-color: #de2027;
  font-weight: 400;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  text-align: center;
  align-items: center;
  display: flex;
}

.search-cont {
  display: block;
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 9999999;
  top: 0;
  animation: 0.4s animatetop;
  max-width: 640px;
  background-color: #fff;
  overflow: scroll;
}

header .header-top-search {
  height: 69px;
  width: 100%;
  max-width: 640px;
  position: fixed;
  z-index: 99;
  background-color: #fff;
  overflow-x: clip;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  top: 0;
  transition: all 0.2s ease-in-out;
  box-shadow: 0px 7px 10px 0px rgba(153, 153, 153, 0.3019607843);
}
header .header-top-search.sticky {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9;
}
header .header-top-search .logo-inews {
  height: 37px;
  width: 102px;
}
header .header-top-search .logo-inews img {
  width: 100%;
  height: auto;
}
header .header-top-search .x-btn-menu {
  display: block;
  position: relative;
  background-image: url(../img/revamp-mobile/new/icon/icon-close.png);
  background-size: contain;
  width: 24px;
  height: 24px;
}
header .search-container {
  padding: 16px;
  background: #f2f2f2;
  position: relative;
  margin-top: 67px;
}
header .search-container form#search-form {
  display: flex;
  justify-content: center;
}
header .search-container form#search-form .search-bar {
  position: relative;
  background: #fff;
  border: none;
  width: 100%;
  padding-left: 30px;
  font-size: 14px;
  height: 40px;
  border-radius: 50px 0px 0px 50px;
}
header .search-container form#search-form .search-bar:focus-visible {
  outline: unset;
}
header .search-container form#search-form .search-btn {
  display: flex;
  align-items: center;
  height: 40px;
  width: 40px;
  background: #fff;
  border-radius: 0px 50px 50px 0px;
}
header .search-container form#search-form .search-btn .btn-search {
  border: none;
  background: rgba(0, 0, 0, 0);
  font-size: 20px;
  left: -10px;
}
header .search-container form#search-form .search-btn .btn-search .icon-search {
  background-image: url(../img/revamp-mobile/new/icon/search.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 24px;
  height: 24px;
  border: unset;
  background-color: unset;
}
header .search-container form#search-form .search-btn .btn-search.hide {
  display: none;
}
header .search-container form#search-form .search-btn .btn-clear {
  display: none;
  border: none;
  background: rgba(0, 0, 0, 0);
  font-size: 20px;
  left: -10px;
}
header .search-container form#search-form .search-btn .btn-clear .icon-clear {
  background-image: url(../img/revamp-mobile/new/icon/icon-close.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 16px;
  height: 16px;
  border: unset;
  background-color: unset;
}
header .search-container form#search-form .search-btn .btn-clear.visible {
  display: block;
}
header .search-container.sticky {
  position: fixed;
  width: 100%;
  max-width: 640px;
  z-index: 9;
}
header .search-container .suggestion-box {
  position: absolute;
  top: 65px;
  margin: 0 16px;
  left: 0;
  right: 0;
  height: auto;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #e3e3e3;
  padding: 16px 0;
  box-shadow: 15px -1px 31px 10px rgba(141, 141, 141, 0.2509803922);
}
header .search-container .suggestion-box .list-search {
  list-style-type: none;
  padding: 4px 16px;
}
header .search-container .suggestion-box .list-search:hover {
  background-color: #F2F2F2;
}

.footer-cont {
  border-top: solid 5px #8a0100;
  background-color: #333;
  padding: 42px 28px 58px 28px;
  background-image: url(../img/revamp-mobile/new/pic/bg-footer.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  background-blend-mode: multiply;
  position: relative;
  display: grid;
}
.footer-cont .top-footer {
  display: grid;
  justify-content: center;
  gap: 8px;
  margin-bottom: 16px;
}
.footer-cont .top-footer img {
  width: auto;
  height: 41.48px;
}
.footer-cont .top-footer .warp-part-of {
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-cont .top-footer .warp-part-of span {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  color: #fff;
}
.footer-cont .top-footer .warp-part-of .logo-part-of {
  width: 62px;
  height: 15px;
}
.footer-cont .center-footer {
  display: grid;
  gap: 16px;
  padding: 16px 0;
  justify-content: center;
}
.footer-cont .center-footer .item-cont {
  display: grid;
  gap: 8px;
}
.footer-cont .center-footer .item-cont .main-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  color: #fff;
}
.footer-cont .center-footer .item-cont .sub-wrap {
  display: flex;
  gap: 32px;
}
.footer-cont .center-footer .item-cont .sub-wrap .sub-left-right {
  display: grid;
  gap: 8px;
}
.footer-cont .center-footer .item-cont .sub-wrap .sub-left-right .sub {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0;
  text-align: left;
  text-decoration: none;
  color: #fff;
  width: 143.5px;
}
.footer-cont .bottom-footer {
  display: grid;
  gap: 16px;
  justify-content: center;
  padding: 24px 0 0 0;
}
.footer-cont .bottom-footer .sosmed-wrap {
  display: flex;
  gap: 18px;
  justify-content: center;
}
.footer-cont .bottom-footer .sosmed-wrap a {
  text-decoration: none;
  color: #000;
}
.footer-cont .bottom-footer .sosmed-wrap a img {
  width: 32px;
  height: 32px;
}
.footer-cont .bottom-footer .store-cont {
  display: grid;
  gap: 16px;
}
.footer-cont .bottom-footer .store-cont .store-wrap {
  display: flex;
  gap: 16px;
  justify-content: center;
}
.footer-cont .bottom-footer .store-cont .title {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: center;
  color: #fff;
}

.copyright-cont {
  width: 100%;
  background-color: #212121;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  max-width: 640px;
  padding: 8px 0px;
  margin: 0 auto;
}

.widget-wrapper {
  float: left;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-color: rgba(196, 196, 196, 0.6);
  position: relative;
  margin: 10px 0 20px;
  background: #fff;
}
.widget-wrapper .widget-banner {
  float: left;
  width: 100%;
}
.widget-wrapper .widget-banner img {
  width: 100%;
}
.widget-wrapper .adsWidget {
  float: left;
  width: 100%;
}
.widget-wrapper .adsWidget img {
  margin: auto;
  display: block;
  width: 100px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.widget-wrapper .list-widget-content-container .list-widget-content {
  margin: 0 0 auto;
}
.widget-wrapper .list-widget-content-container .list-widget-content .display-flex-widget {
  display: flex;
  flex-wrap: wrap;
  padding: 16px;
  margin: -6px -6px;
}
.widget-wrapper .list-widget-content-container .list-widget-content .display-flex-widget .widgetNews {
  width: 50%;
  position: relative;
  padding: 10px 10px 6px 10px;
}
.widget-wrapper .list-widget-content-container .list-widget-content .display-flex-widget .widgetNews a {
  margin: 0 auto;
  width: 100%;
  text-decoration: none;
}
.widget-wrapper .list-widget-content-container .list-widget-content .display-flex-widget .widgetNews a .widget-news-ai-img {
  position: relative;
  height: 108px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}
@media (min-width: 599px) {
  .widget-wrapper .list-widget-content-container .list-widget-content .display-flex-widget .widgetNews a .widget-news-ai-img {
    height: 140px;
  }
}
.widget-wrapper .list-widget-content-container .list-widget-content .display-flex-widget .widgetNews a .widget-news-ai-img img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.widget-wrapper .list-widget-content-container .list-widget-content .display-flex-widget .widgetNews a .widget-news-ai-text p {
  font-size: 14px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  color: #282828;
  margin-bottom: 10px;
}
.widget-wrapper .list-widget-content-container .list-widget-content .btn-more-widget {
  height: 38px;
  border: 1px solid #2f1e1e;
  border-radius: 32px;
  text-align: center;
  position: relative;
  display: block;
  color: #2f1e1e;
  font-size: 16px;
  line-height: 22px;
  padding: 8px;
  margin: auto 16px;
  font-weight: 400;
}
.widget-wrapper .list-widget-content-container .list-widget-content .btn-more-widget.pon {
  background: #231f20;
  color: #fff;
}

.network-sidemenu {
  background-color: #fff;
  padding-top: 80px;
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  max-width: 640px;
  z-index: 999999;
  height: 100vh;
  overflow: scroll;
}
.network-sidemenu.open {
  top: 0px;
}
.network-sidemenu.open .network-sidemenu-header {
  top: 0px;
}
.network-sidemenu .network-sidemenu-header {
  position: fixed;
  width: 100%;
  height: 69px;
  max-width: 640px;
  z-index: 99;
  padding: 16px;
  background-color: #fff;
  top: -100%;
  left: 0;
  transition: all 0.4s ease-in-out;
  box-shadow: 0 6px 12px 0 rgba(28, 39, 49, 0.0509803922);
}
.network-sidemenu .network-sidemenu-header .logo-inews {
  position: relative;
  width: 100px;
  height: 37px;
  display: block;
}
.network-sidemenu .network-sidemenu-header .logo-inews img {
  width: auto;
  height: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}
.network-sidemenu .network-sidemenu-header .x-btn-menu {
  display: block;
  position: relative;
  background-image: url(../img/revamp-mobile/new/icon/icon-close.png);
  background-size: contain;
  width: 24px;
  height: 24px;
}
.network-sidemenu .kanal-wrapper {
  width: 100%;
  float: left;
  padding: 0 16px;
}
.network-sidemenu .kanal-wrapper.open {
  background-color: #fafafa;
}
.network-sidemenu .kanal-wrapper .kanal-title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #000;
  margin-bottom: 16px;
}
.network-sidemenu .kanal-wrapper .kanal-subtitle {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #000;
  margin-bottom: 24px;
}
.network-sidemenu .kanal-wrapper .kanal-subtitle a {
  color: #990100;
  font-weight: 700;
  text-decoration: none;
}
.network-sidemenu .kanal-wrapper .kanal-regional {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #000;
  padding: 20px 0;
  position: relative;
  cursor: pointer;
}
.network-sidemenu .kanal-wrapper .kanal-regional::after {
  content: url(https://static.inews.id/img/chevron-down-v1.svg);
  top: 20px;
  right: 0;
  position: absolute;
}
.network-sidemenu .kanal-wrapper .kanal-regional.open::after {
  content: url(https://static.inews.id/img/chevron-up-v3.svg);
}
.network-sidemenu .kanal-wrapper .kanal-list {
  width: 50%;
  float: left;
  margin-bottom: 30px;
}
.network-sidemenu .kanal-wrapper .kanal-list ul {
  padding: 0;
  list-style: none;
}
.network-sidemenu .kanal-wrapper .kanal-list ul li {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 16px;
}
.network-sidemenu .kanal-wrapper .kanal-list ul li a {
  color: #000;
  text-decoration: none;
}
.network-sidemenu .network-update {
  background-image: url(../img/revamp-mobile/new/icon/icon-net.png);
  border: 1px solid #dcdcdc;
  border-radius: 16px;
  background-position: right;
  padding: 16px 32px;
  margin: 16px;
  position: relative;
  top: 16px;
  display: grid;
  background-repeat: no-repeat;
  background-size: contain;
  gap: 8px;
}
.network-sidemenu .network-update:hover {
  background-image: url(../img/revamp-mobile/new/icon/icon-net-red.png);
}
.network-sidemenu .network-update .top-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0;
  text-align: left;
  color: #000;
}
.network-sidemenu .network-update .bottom-title {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0;
  text-align: left;
  color: #000;
}
.network-sidemenu .personalize {
  background-image: url(../img/revamp-mobile/new/icon/icon-redaksi.png);
  border: 1px solid #dcdcdc;
  border-radius: 16px;
  text-decoration: none;
  background-position: right;
  padding: 16px 32px;
  margin: 16px;
  position: relative;
  top: 16px;
  display: grid;
  background-repeat: no-repeat;
  background-size: contain;
  gap: 8px;
}
.network-sidemenu .personalize:hover {
  background-image: url(../img/revamp-mobile/new/icon/icon-redaksi-red.png);
}
.network-sidemenu .personalize .top-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0;
  text-align: left;
  color: #000;
}
.network-sidemenu .personalize .bottom-title {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0;
  text-align: left;
  color: #000;
}

.menu-sidemenu {
  background-color: #fff;
  padding-top: 16px;
  padding-bottom: 100px;
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  max-width: 640px;
  z-index: 999999;
  height: 100vh;
  transition: all 0.4s ease-in-out;
  overflow: scroll;
}
.menu-sidemenu .menu-sidemenu-header {
  position: fixed;
  max-width: 640px;
  width: 100%;
  height: 69px;
  z-index: 99;
  padding: 16px;
  background-color: #fff;
  top: -100%;
  transition: all 0.4s ease-in-out;
}
.menu-sidemenu .menu-sidemenu-header .logo-inews {
  position: relative;
  width: 100px;
  height: 37px;
  display: block;
}
.menu-sidemenu .menu-sidemenu-header .logo-inews img {
  width: auto;
  height: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}
.menu-sidemenu .menu-sidemenu-header .x-btn-menu {
  display: block;
  position: relative;
  background-image: url(../img/revamp-mobile/new/icon/icon-close.png);
  background-size: contain;
  width: 24px;
  height: 24px;
}
.menu-sidemenu.open {
  top: 0px;
}
.menu-sidemenu.open .menu-sidemenu-header {
  top: 0px;
}
.menu-sidemenu .login-cont {
  margin-top: 70px;
  padding: 0px 16px 16px;
  display: grid;
  gap: 4px;
}
.menu-sidemenu .login-cont .text {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0;
  text-align: left;
  color: #000;
}
.menu-sidemenu .login-cont .login-logo-wrap {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  text-decoration: none;
}
.menu-sidemenu .login-cont .login-logo-wrap .icon-login {
  background-image: url(../img/revamp-mobile/new/icon/icon-login.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
}
.menu-sidemenu .login-cont .login-logo-wrap .text-login {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0;
  text-align: center;
  color: #990100;
}
.menu-sidemenu .loggedin-cont {
  display: flex;
  align-items: center;
  padding-bottom: 24px;
  padding-top: 70px;
  padding-left: 15px;
}
.menu-sidemenu .loggedin-cont a {
  text-decoration: none;
  color: #000;
}
.menu-sidemenu .loggedin-cont a .icon-login img {
  width: 42px;
  height: 42px;
  margin-right: 10px;
  vertical-align: middle;
  border-style: none;
  border-radius: 100%;
  -o-object-position: top;
     object-position: top;
  -o-object-fit: cover;
     object-fit: cover;
}
.menu-sidemenu .loggedin-cont .group-usn {
  margin-left: 10px;
  width: calc(100% - 100px);
}
.menu-sidemenu .loggedin-cont .group-usn a {
  text-decoration: none;
}
.menu-sidemenu .loggedin-cont .group-usn a .usn-top {
  font-size: 12px;
  margin-bottom: -10px;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 250px;
  color: #990100;
}
.menu-sidemenu .loggedin-cont .group-usn a .usn-bottom {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 600;
  color: #990100;
  overflow: hidden;
  line-height: 1.5rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.menu-sidemenu .loggedin-cont .group-usn .dropdown-profile::after {
  content: url(../img/revamp-mobile/new/icon/chevron-down.svg);
  top: 90px;
  right: 20px;
  position: absolute;
}
.menu-sidemenu .loggedin-cont .group-usn .dropdown-profile.open::after {
  content: url(../img/revamp-mobile/new/icon/chevron-up-2.svg);
}
.menu-sidemenu .detail-user-container {
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 10px;
  animation: 0.4s animatetop;
}
.menu-sidemenu .detail-user-container .closure {
  color: #000;
  font-size: 16px;
}
.menu-sidemenu .detail-user-container .disini {
  font-size: 14px;
  line-height: 19.6px;
  padding-top: 8px;
  color: #000;
}
.menu-sidemenu .detail-user-container .disini a {
  color: #990100;
  font-weight: 500;
  text-decoration: none;
}
.menu-sidemenu .detail-user-container .dashboard {
  padding-top: 15px;
}
.menu-sidemenu .detail-user-container .dashboard a {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #990100;
  text-decoration: none;
}
.menu-sidemenu .detail-user-container .disconnect {
  padding-top: 15px;
  padding-bottom: 15px;
}
.menu-sidemenu .detail-user-container .disconnect a {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #990100;
  text-decoration: none;
}
.menu-sidemenu .kanal-section {
  padding: 12px 16px;
  display: grid;
  gap: 20px;
}
.menu-sidemenu .kanal-section .text-kanal-section {
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0px;
  text-align: left;
  color: #000;
}
.menu-sidemenu .kanal-section .kanal-item-group {
  display: grid;
  gap: 16px;
  justify-content: center;
}
.menu-sidemenu .kanal-section .kanal-item-group .kanal-item-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.menu-sidemenu .kanal-section .kanal-item-group .kanal-item-wrap .kanal-item {
  display: grid;
  gap: 8px;
  box-shadow: 0px 6px 12px 0px rgba(28, 39, 49, 0.0509803922);
  width: calc(33.3333333333% - 12px);
  padding: 8px 0px;
  text-decoration: none;
}
.menu-sidemenu .kanal-section .kanal-item-group .kanal-item-wrap .kanal-item .kanal-item-icon {
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  margin: 0 auto;
  background-image: url(../img/revamp-mobile/img-spreed-burgermenu.png);
}
.menu-sidemenu .kanal-section .kanal-item-group .kanal-item-wrap .kanal-item .kanal-item-icon.home {
  background-position: 0px 0px;
}
.menu-sidemenu .kanal-section .kanal-item-group .kanal-item-wrap .kanal-item .kanal-item-icon.news {
  background-position: -79px 0px;
}
.menu-sidemenu .kanal-section .kanal-item-group .kanal-item-wrap .kanal-item .kanal-item-icon.daerah {
  background-position: -120px 0px;
}
.menu-sidemenu .kanal-section .kanal-item-group .kanal-item-wrap .kanal-item .kanal-item-icon.finance {
  background-position: -161px 0px;
}
.menu-sidemenu .kanal-section .kanal-item-group .kanal-item-wrap .kanal-item .kanal-item-icon.sport {
  background-position: -202px 0px;
}
.menu-sidemenu .kanal-section .kanal-item-group .kanal-item-wrap .kanal-item .kanal-item-icon.lifestyle {
  background-position: -240px 0px;
}
.menu-sidemenu .kanal-section .kanal-item-group .kanal-item-wrap .kanal-item .kanal-item-icon.travel {
  background-position: -279px 0px;
}
.menu-sidemenu .kanal-section .kanal-item-group .kanal-item-wrap .kanal-item .kanal-item-icon.otomotif {
  background-position: -322px 0px;
}
.menu-sidemenu .kanal-section .kanal-item-group .kanal-item-wrap .kanal-item .kanal-item-icon.techno {
  background-position: -360px 0px;
}
.menu-sidemenu .kanal-section .kanal-item-group .kanal-item-wrap .kanal-item .kanal-item-icon.tv {
  background-position: -39px 0px;
}
.menu-sidemenu .kanal-section .kanal-item-group .kanal-item-wrap .kanal-item .kanal-item-icon.multimedia {
  background-position: -399px 0px;
}
.menu-sidemenu .kanal-section .kanal-item-group .kanal-item-wrap .kanal-item .kanal-item-icon.indeks {
  background-position: -441px 0px;
}
.menu-sidemenu .kanal-section .kanal-item-group .kanal-item-wrap .kanal-item .title {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  color: #000;
  margin: 0 auto;
}
.menu-sidemenu .sub-menu-section {
  padding: 12px 16px;
  display: grid;
  gap: 16px;
}
.menu-sidemenu .sub-menu-section .submenu-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0px;
  text-align: left;
}
.menu-sidemenu .sub-menu-section .submenu-item-cont {
  display: flex;
  justify-content: space-between;
}
.menu-sidemenu .sub-menu-section .submenu-item-cont .submenu-item-group {
  display: grid;
  gap: 16px;
}
.menu-sidemenu .sub-menu-section .submenu-item-cont .submenu-item-group .submenu-item {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0px;
  text-align: left;
  text-decoration: none;
  color: #000;
  width: 98px;
}

#modalAI.popup {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 101;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  margin-top: 108px !important;
  background: rgba(0, 0, 0, 0.7);
  max-width: 640px;
  height: 100vh;
  margin: 0 auto;
}
#modalAI.popup .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
#modalAI.popup .modal-dialog .modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
#modalAI.popup .modal-dialog .modal-content .modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
#modalAI .modal-body {
  padding: 36px 38px;
  width: auto;
}
#modalAI .modal-body p {
  padding: 0 15px;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
#modalAI .modal-footer {
  text-align: center;
  border: 0;
  padding: 15px;
}
#modalAI .modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.btn-ai {
  width: 90px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  border: unset;
  padding: 6px 12px;
  font-family: "Inter-Medium";
}

.btn-default.btn-ai {
  background-color: #d92129;
}

.btn-disabled {
  background: #c4c4c4;
  color: #fff;
}

#backToTop {
  cursor: pointer;
  position: fixed;
  bottom: 120px;
  right: 27px;
  z-index: 999;
  transform: translateY(150px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
  background-color: transparent;
  border: none;
}
#backToTop .backToTop {
  content: url(../img/revamp-mobile//new/icon/btn-top.svg);
  width: 32px;
  height: 32px;
  display: block;
}

.wrap-all {
  position: relative;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  overflow: hidden;
  top: 0px;
  transition: ease-in 0.8s all;
}
.wrap-all .widget-inewstv {
  margin-top: 30px;
}
.wrap-all.topNull {
  top: 0;
}

.ads-center-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: auto;
  padding: 0px 16px 20px;
  background-color: #fafafa;
}
.ads-center-1 .ads-title {
  margin: 0 auto;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 10px;
  font-weight: 400;
}
.ads-center-1 .ads-title.center-2 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.ads-center-1 .ads-content {
  position: relative;
  width: 320px;
  height: auto;
  min-height: 100px;
  background-color: #e3e3e3;
  padding: 11px;
}

.rowx {
  position: fixed;
  bottom: 0;
  min-width: 100%;
  left: 0;
  background: #fff;
  z-index: 10;
  transition: all 0.4s ease-in-out;
  text-align: center;
}

#fragmentx {
  font-size: 12px;
  font-family: tahoma;
  color: #555;
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  text-decoration: none;
  min-height: 50px;
  width: 320px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
#fragmentx .item-leftx {
  text-align: left;
}
#fragmentx .smartbanner-close {
  float: left;
  margin: 0 auto;
  background: grey;
  font-size: 12px;
  font-weight: 800;
  color: #fff;
  padding: 1px 4px 2px;
  border-radius: 0;
  position: absolute;
  right: 0;
}

div.scrollmenu {
  overflow: auto;
  white-space: nowrap;
}

.iheader-portalCeption {
  width: 100%;
  height: 38px;
  background: #353434;
  color: #fff;
  display: flex;
}
.iheader-portalCeption .more-news {
  margin-left: 16px;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 6px;
  display: flex;
  align-items: center;
}
.iheader-portalCeption a {
  display: inline-block;
  color: #fff;
  text-align: center;
  padding: 12px 0 0;
  margin: 0 6px;
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
}
.iheader-portalCeption a.active {
  background: 0 0;
  border-bottom: 3px solid #d30000;
}

.headline {
  margin: 0px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.headline.multimedia {
  padding: 16px;
}
.headline .headline-img {
  position: relative;
}
.headline .headline-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.headline .headline-img.icon-photo::after {
  content: "";
  background: url(../img/revamp-mobile/new/icon/icon-img.png);
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
  padding: 8px;
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
}
.headline .headline-img.icon-video::after {
  content: "";
  background: url(../img/revamp-mobile/new/icon/icon-video.png);
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
  padding: 8px;
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
}
.headline .headline-img.icon-infografis::after {
  content: "";
  background: url(../img/revamp-mobile/new/icon/icon-infografis.png);
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
  padding: 8px;
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
}
.headline .headline-desc {
  padding: 16px;
}
.headline .headline-desc span {
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  color: #d40403;
}
.headline .headline-desc .title-headline {
  font-size: 18px;
  font-weight: 700;
  line-height: 28.8px;
  text-align: left;
  color: #2d2d2a;
}

.headline-multimedia {
  margin: 20px 0 20px;
  display: grid;
  padding: 16px;
}
.headline-multimedia a {
  text-decoration: none;
}
.headline-multimedia a .img-cont {
  position: relative;
}
.headline-multimedia a .img-cont img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 16px;
  height: 193px;
  border-radius: 16px;
}
@media (min-width: 599px) {
  .headline-multimedia a .img-cont img {
    height: auto;
  }
}
.headline-multimedia a .img-cont.icon-photo::after {
  content: "";
  background: url(../img/revamp-mobile/new/icon/icon-img.png);
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
  padding: 8px;
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
}
.headline-multimedia a .img-cont.icon-video::after {
  content: "";
  background: url(../img/revamp-mobile/new/icon/icon-video.png);
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
  padding: 8px;
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
}
.headline-multimedia a .img-cont.icon-infografis::after {
  content: "";
  background: url(../img/revamp-mobile/new/icon/icon-infografis.png);
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
  padding: 8px;
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
}
.headline-multimedia a span {
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  color: #d40403;
  margin-top: 16px;
}
.headline-multimedia a .title-headline {
  font-size: 18px;
  font-weight: 700;
  line-height: 28.8px;
  text-align: left;
  color: #2d2d2a;
  margin-top: 8px;
}

.list-news-mb {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 16px;
  gap: 20px;
  border-bottom: 1px solid #dcdcdc;
}
.list-news-mb.bg-lw {
  background-color: #fafafa;
}
.list-news-mb .title-list-news {
  font-size: 18px;
  font-weight: 700;
  line-height: 28.8px;
  color: #000;
}
.list-news-mb .title-list-news.icon::before {
  content: "";
  background-image: url(../img/revamp-mobile/new/icon/icon-artikelTerkait.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
  top: 5px;
  margin-right: 8px;
}
.list-news-mb .title-list-news.icon-terkini::before {
  content: "";
  background-image: url(../img/revamp-mobile/new/icon/icon-beritaTerkini.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
  top: 5px;
  margin-right: 8px;
}
.list-news-mb .title-list-news.icon-latest-photo::before {
  content: "";
  background-image: url(../img/revamp-mobile/new/icon/icon-latest-photo.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
  top: 5px;
  margin-right: 8px;
}

.list-artikel {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.artikel {
  display: flex;
  gap: 16px;
  text-decoration: none;
  color: #000;
}
.artikel .artikel-img {
  position: relative;
  width: 101px;
  height: 101px;
}
.artikel .artikel-img.tv {
  height: 94px;
}
.artikel .artikel-img.type-2 {
  width: 142px;
  height: 80px;
}
.artikel .artikel-img.type-3 {
  width: 142px;
  height: 85px;
}
.artikel .artikel-img.photo:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 16px;
  height: 16px;
  background-image: url(../img/revamp-mobile/new/icon/icon-img.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.artikel .artikel-img.infografis:after {
  content: "";
  background-image: url(../img/revamp-mobile/new/icon/icon-infografis.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  top: 4px;
  left: 4px;
  position: absolute;
}
.artikel .artikel-img.video:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 4px;
  left: 4px;
  background-image: url(../img/revamp-mobile/new/icon/icon-video.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.artikel .artikel-img img {
  margin: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.artikel .box-artikel-right {
  width: calc(100% - 101px);
  height: auto;
}
.artikel .box-artikel-right .artikel-cat-wrap {
  display: flex;
  gap: 16px;
}
.artikel .box-artikel-right .artikel-cat-wrap .cat {
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: left;
  color: #e50913;
}
.artikel .box-artikel-right .artikel-cat-wrap .time {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: left;
  color: #525252;
}
.artikel .box-artikel-right .title-artikel {
  font-size: 14px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0px;
  text-align: left;
  color: #000;
  margin-top: 8px;
}

.see-all {
  border-radius: 24px;
  border: 1px solid #000;
  padding: 8px;
  justify-content: center;
  display: flex;
  margin: 16px;
  color: #000;
  text-decoration: none;
}
.see-all .see-all-btn {
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  text-align: left;
}

.ads-center-2 {
  display: grid;
  height: auto;
  width: 343px;
  background-color: #fafafa;
  margin: 30px auto;
}
.ads-center-2 .ads-title {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 10px;
  font-weight: 400;
  margin: 0 auto;
}
.ads-center-2 .ads-content {
  min-height: 250px;
  width: 300px;
  margin-bottom: 21px;
  background-color: #dcdcdc;
  margin: 0 auto 11px;
  height: auto;
}

.geolocation-cont {
  display: grid;
  margin: 20px 16px;
  box-shadow: 0px 2px 6px 0px rgba(28, 39, 49, 0.0784313725);
  border-radius: 16px;
}
.geolocation-cont.detail {
  margin: 16px 0;
}
.geolocation-cont .top-section {
  display: flex;
  padding: 16px;
  justify-content: space-between;
}
.geolocation-cont .top-section .left {
  display: flex;
}
.geolocation-cont .top-section .left .icon {
  background-image: url(../img/revamp-mobile/new/icon/icon-geolocation.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 24px;
  height: 24px;
}
.geolocation-cont .top-section .left .title {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  color: #212121;
}
.geolocation-cont .top-section .right {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2px;
}
.geolocation-cont .top-section .right .icon-toggle {
  background: transparent;
  border: 0px;
}
.geolocation-cont .top-section .right .icon-toggle.off .icon-toggle-bg-v2 {
  background-color: #ACACAC;
  border-radius: 50px;
}
.geolocation-cont .top-section .right .icon-toggle .icon-toggle-bg-v2 {
  position: relative;
  background-color: #BD0100;
  width: 30px;
  height: 16px;
  border-radius: 50px;
  border: 1px solid #eeeeee;
  cursor: pointer;
}
.geolocation-cont .top-section .right .icon-toggle.off .icon-toggle-btn-v2 {
  border: 1px solid #ACACAC;
  transform: translate(0%);
}
.geolocation-cont .top-section .right .icon-toggle .icon-toggle-btn-v2 {
  position: relative;
  background-color: #fff;
  width: 14px;
  height: 14px;
  border: 1px solid #BD0100;
  border-radius: 50px;
  transform: translate(100%);
  transition-duration: 0.3s;
  cursor: pointer;
  margin-left: 0.5px;
  /* margin-top: 0.5px; */
}
.geolocation-cont .content-null {
  background-color: #FAFAFA;
  padding: 13.5px 30.5px;
}
.geolocation-cont .content-null .top {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: center;
  color: #8C8C8C;
}
.geolocation-cont .content-null .bottom {
  background-image: url(../img/revamp-mobile/new/pic/bg-geolocation.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 111px;
  margin: 0 auto;
}
.geolocation-cont .content-geo {
  display: none;
}
.geolocation-cont .content-geo.visible {
  position: relative;
  height: auto;
  display: grid;
  padding: 16px;
}
.geolocation-cont .content-geo .geo-location-prov {
  float: left;
  width: auto;
}
.geolocation-cont .content-geo .geo-location-prov p {
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0px;
  text-align: left;
  color: #474747;
}
.geolocation-cont .content-geo .wdtop-row-geo {
  padding: 12px 0;
  position: relative;
  min-height: 100px;
}
.geolocation-cont .content-geo .wdtop-row-geo a {
  text-decoration: none;
}
.geolocation-cont .content-geo .wdtop-row-geo a .wdtop-col-img-redaksi.fit-cover {
  height: 75px;
  width: 90px;
  background-size: unset !important;
  position: absolute;
  background-position: center !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3px;
}
.geolocation-cont .content-geo .wdtop-row-geo a .wdtop-col-text {
  display: block;
  margin-left: 105px;
  line-height: 20px;
  font-size: 13px;
}
.geolocation-cont .content-geo .wdtop-row-geo a .wdtop-col-text .wdtop-text {
  color: #000;
  overflow: hidden;
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  margin: 0;
}
.geolocation-cont .content-geo .btn-more-geo {
  background: #8A0100;
  border-radius: 100px;
  text-align: center;
  position: relative;
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  padding: 8px 16px;
  width: 100%;
  margin: 10px auto 20px;
  font-weight: 700;
}
.geolocation-cont .text-desc {
  padding: 0 16px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.36px;
  text-align: left;
}

.geolocation-prov-cont {
  display: flex;
  padding: 16px;
  gap: 8px;
}
.geolocation-prov-cont .icon {
  background-image: url(../img/revamp-mobile/new/icon/icon-geolocation.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 24px;
  height: 24px;
}
.geolocation-prov-cont .title {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: #000;
}

.hot-news {
  display: flex;
  width: 100%;
  padding: 0px;
}
.hot-news a {
  text-decoration: none;
}
.hot-news a .artikel-img {
  position: relative;
  width: 100%;
  height: auto;
}
.hot-news a .artikel-img img {
  margin: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.hot-news a .artikel-img.photo.big:after {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  top: 16px;
  left: 16px;
  background-image: url(../img/revamp-mobile/new/icon/icon-img.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.hot-news a .artikel-img.photo:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 16px;
  height: 16px;
  background-image: url(../img/revamp-mobile/new/icon/icon-img.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.hot-news a .artikel-img.infografis.big:after {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  top: 16px;
  left: 16px;
  background-image: url(../img/revamp-mobile/new/icon/icon-infografis.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.hot-news a .artikel-img.infografis:after {
  content: "";
  background-image: url(../img/revamp-mobile/new/icon/icon-infografis.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  top: 4px;
  left: 4px;
  position: absolute;
}
.hot-news a .artikel-img.video.big:after {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  top: 16px;
  left: 16px;
  background-image: url(../img/revamp-mobile/new/icon/icon-video.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.hot-news a .artikel-img.video:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 4px;
  left: 4px;
  background-image: url(../img/revamp-mobile/new/icon/icon-video.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.hot-news a .hot-news-desc {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.hot-news a .hot-news-desc span {
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-align: left;
  color: #d80605;
}
.hot-news a .hot-news-desc .title-hot {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: #2d2d2a;
}

.list-news {
  display: flex;
  flex-direction: column;
  padding: 16px;
  gap: 20px;
}
.list-news a img {
  width: unset;
  height: 101px;
  margin: 0;
}

a {
  text-decoration: none;
}
a .btn-more, a.btn-more {
  border: 1px solid #2f1e1e;
  border-radius: 32px;
  text-align: center;
  position: relative;
  width: auto;
  height: 38px;
  display: block;
  color: #2f1e1e;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  padding: 8px;
}

.banner-perindo {
  width: 100%;
  height: auto;
  margin: 20px 0px 20px;
}
.banner-perindo a img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0;
}

.video-highlights-cont {
  background: #171717;
  padding: 16px;
  display: grid;
}
.video-highlights-cont .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 21.78px;
  letter-spacing: 0.40625px;
  text-align: left;
  color: #fff;
  margin-bottom: 24px;
}
.video-highlights-cont .top-yt {
  position: relative;
  padding-bottom: 57%;
  background: #000;
}
.video-highlights-cont .top-yt iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 8px;
}
.video-highlights-cont .top-dm {
  position: relative;
  background: #000;
}
.video-highlights-cont .top-dm iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 8px;
}
.video-highlights-cont .title-video {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #fff;
  margin-top: 20px;
}
.video-highlights-cont .bottom-list {
  text-decoration: none;
  display: flex;
  gap: 8px;
  padding: 16px 0;
  align-items: flex-start;
  position: relative;
}
.video-highlights-cont .bottom-list .playing {
  position: absolute;
  background-color: rgba(7, 7, 7, 0.637);
  z-index: 1;
  top: 17px;
  left: 0;
  width: 89px;
  height: 59px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #eaeaea;
  font-family: Inter-Bold, sans-serif;
  font-size: 9px;
  font-weight: 700;
  font-style: normal;
}
.video-highlights-cont .bottom-list .playing img {
  width: 12px;
  height: 8px;
}
.video-highlights-cont .bottom-list .news {
  position: relative;
}
.video-highlights-cont .bottom-list .news img {
  width: 89px;
  height: 59px;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-highlights-cont .bottom-list .news.play::after {
  content: "";
  background: url(../img/revamp-mobile/new/icon/icon-video.png);
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  padding: 8px;
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 17px;
}
.video-highlights-cont .bottom-list .right-items .title-news {
  font-size: 12px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0px;
  text-align: left;
  color: #F2F2F2;
}
.video-highlights-cont a {
  text-decoration: none;
}
.video-highlights-cont a .watch-more-btn {
  border: 1px solid #fff;
  background: #3D3D3D;
  border-radius: 100px;
  text-align: center;
  position: relative;
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  padding: 8px 16px;
  width: 100%;
  margin: 10px auto 0;
  font-weight: 700;
}

.photo-cont {
  background: #171717;
  padding: 16px;
}
.photo-cont .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 28.8px;
  text-align: center;
  color: #fff;
  padding: 4px;
}
.photo-cont a {
  text-decoration: none;
  color: #fff;
}
.photo-cont a .photo {
  position: relative;
}
.photo-cont a .photo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  height: auto;
}
.photo-cont a .photo.icon-photo::after {
  content: "";
  background: url(../img/revamp-mobile/new/icon/icon-img.png);
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
  padding: 8px;
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
}
.photo-cont a .photo.icon-infografis::after {
  content: "";
  background: url(../img/revamp-mobile/new/icon/icon-infografis.png);
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
  padding: 8px;
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
}
.photo-cont a .title-photo {
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  text-align: left;
  color: #bdbdbd;
  margin: 16px 0;
}
.photo-cont a .btn-see-all {
  background: #e50913;
  border-radius: 100px;
  text-align: center;
  position: relative;
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  padding: 8px 16px;
  width: 100%;
  margin: 10px auto 0;
  font-weight: 700;
}

.inews-network-cont {
  position: relative;
  background-color: #212121;
  margin: 32px 0;
  padding: 0 0 16px 0;
}
.inews-network-cont .title-inewsNetwork {
  padding: 16px;
  display: flex;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
}
.inews-network-cont .title-inewsNetwork .red-letter {
  color: #D80605;
}
.inews-network-cont .title-inewsNetwork .white-letter {
  color: #fff;
}
.inews-network-cont .top-news {
  padding: 16px;
  display: grid;
  gap: 8px;
  text-decoration: none;
}
.inews-network-cont .top-news img {
  width: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.inews-network-cont .top-news .title-news-network {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  color: #F2F2F2;
}
.inews-network-cont .title-inetwork-daerah {
  display: flex;
  font-size: 12px;
  font-weight: 700;
  gap: 0.5px;
}
.inews-network-cont .title-inetwork-daerah .red-letter {
  color: #D80605;
}
.inews-network-cont .title-inetwork-daerah .white-letter {
  color: #fff;
}
.inews-network-cont .bottom-news {
  text-decoration: none;
  display: flex;
  gap: 8px;
  padding: 16px;
  align-items: flex-start;
}
.inews-network-cont .bottom-news img {
  width: 89px;
  height: 89px;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
.inews-network-cont .bottom-news .right-items {
  display: grid;
  gap: 8px;
}
.inews-network-cont .bottom-news .right-items .title-news {
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0px;
  text-align: left;
  color: #F2F2F2;
}

.opini-cont {
  margin: 16px;
  display: grid;
  background: #F4F4F4;
  border-radius: 16px;
}
.opini-cont .title {
  padding: 16px 16px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 28.8px;
  text-align: left;
  color: #171717;
}
.opini-cont .title::before {
  content: "";
  background-image: url(../img/revamp-mobile/new/icon/icon-opini.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
  top: 5px;
  margin-right: 8px;
}
.opini-cont .opini-wrap {
  display: flex;
  text-decoration: none;
  color: #171717;
  gap: 16px;
  padding: 16px;
  align-items: center;
  justify-content: start;
}
.opini-cont .opini-wrap:nth-child(odd) {
  flex-direction: row-reverse;
  justify-content: end;
}
.opini-cont .opini-wrap:nth-child(odd) .right-wrap .title-opini {
  text-align: right;
}
.opini-cont .opini-wrap:nth-child(odd) .right-wrap .name {
  text-align: right;
}
.opini-cont .opini-wrap img {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.opini-cont .opini-wrap .right-wrap .title-opini {
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  text-align: left;
}
.opini-cont .opini-wrap .right-wrap .name {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  color: #990100;
}

.load-more-btn {
  border-radius: 25px;
  margin: 16px auto;
  padding: 8px 12px;
  text-decoration: none;
  background-color: unset;
  display: grid;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  color: #171717;
  border: 1px solid #171717;
  width: 129px;
  justify-content: center;
}

.trending-topic-container {
  padding: 16px;
}
.trending-topic-container .title {
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  text-align: left;
  margin-bottom: 12px;
}
.trending-topic-container .topic-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px;
}
.trending-topic-container .topic-wrap a {
  text-decoration: none;
}
.trending-topic-container .topic-wrap a .topic {
  border: solid 0.5px #000;
  border-radius: 20px;
  padding: 8px;
  font-size: 12px;
  color: #000;
  display: flex;
  gap: 4.25px;
}
.trending-topic-container .topic-wrap a .topic .icon-fire {
  background-image: url(../img/revamp-mobile/new/icon/fire.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 12px;
  height: 12px;
}

.recent-search-container {
  padding: 16px;
}
.recent-search-container .title-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  align-items: center;
}
.recent-search-container .title-wrap .title {
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  text-align: left;
}
.recent-search-container .title-wrap .clear-all {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-align: left;
  color: #e50913;
}
.recent-search-container .recent-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  align-items: center;
}
.recent-search-container .recent-wrap a {
  text-decoration: none;
}
.recent-search-container .recent-wrap a .recent {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  color: #000;
}
.recent-search-container .recent-wrap .close-recent {
  background-image: url(https://static.inews.id/img/icon-close-v2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 16px;
  height: 16px;
  border: unset;
  background-color: unset;
}

.list-pt {
  padding: 0px 16px;
  background: #fff;
  margin-bottom: 4px;
}
.list-pt .popular-topics {
  padding: 10px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: 0px 6px 12px 0px rgba(28, 39, 49, 0.0509803922);
  border-radius: 16px;
  background-color: #fafafa;
}
.list-pt .popular-topics .title-popular-topic {
  font-size: 18px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0px;
  text-align: left;
  color: #212121;
}
.list-pt .popular-topics .list-popular-topics {
  display: grid;
  gap: 16px;
}
.list-pt .popular-topics .list-popular-topics .popular-topic-wrap {
  text-decoration: none;
  display: flex;
  gap: 8px;
  align-items: center;
}
.list-pt .popular-topics .list-popular-topics .popular-topic-wrap img {
  width: 22px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.list-pt .popular-topics .list-popular-topics .popular-topic-wrap .judul-popular-topic {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  color: #212121;
}

.breadcrumb {
  display: block;
  padding: 16px 8px 20px;
}
.breadcrumb .breadcrumb-wrap {
  margin-top: 0;
  padding: 0;
  list-style: none;
}
.breadcrumb .breadcrumb-wrap li {
  display: inline-block;
  margin: 0 8px;
}
.breadcrumb .breadcrumb-wrap li a {
  text-decoration: none;
  color: #8c8c8c;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.breadcrumb .breadcrumb-wrap li .active {
  color: #525252;
  font-weight: 700;
}
.breadcrumb .breadcrumb-wrap > li + li:before {
  content: "";
  height: 8px;
  background-image: url(../img/revamp-mobile/new/icon/chevron-right.png);
  padding: 0 6px;
  display: flex;
  color: #8c8c8c;
  align-items: center;
  left: -14px;
  bottom: -16px;
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
}

.artikel-photo {
  display: flex;
  gap: 16px;
  text-decoration: none;
  color: #000;
  padding: 10px 16px;
}
.artikel-photo .image-bottom {
  width: 142px;
  height: 80px;
  position: relative;
}
.artikel-photo .image-bottom.tv {
  height: 94px;
}
.artikel-photo .image-bottom img {
  margin: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.artikel-photo .image-bottom.photo {
  width: 101px;
  height: auto;
  aspect-ratio: 5/3;
}
.artikel-photo .image-bottom.photo:after {
  content: "";
  width: 16px;
  height: 16px;
  top: 4px;
  left: 4px;
  position: absolute;
  background-image: url(../img/revamp-mobile/new/icon/icon-img.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.artikel-photo .image-bottom.video {
  width: auto;
  height: 101px;
  aspect-ratio: 16/9;
}
.artikel-photo .image-bottom.video:after {
  content: "";
  background-image: url(../img/revamp-mobile/new/icon/icon-video.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  top: 4px;
  left: 4px;
  position: absolute;
}
.artikel-photo .image-bottom.infografis {
  width: 101px;
  height: auto;
  aspect-ratio: 5/3;
}
.artikel-photo .image-bottom.infografis:after {
  content: "";
  background-image: url(../img/revamp-mobile/new/icon/icon-infografis.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  top: 4px;
  left: 4px;
  position: absolute;
}
.artikel-photo .right-box-artikel {
  display: grid;
  width: calc(100% - 142px);
}
.artikel-photo .right-box-artikel .cat-artikel-wrap {
  display: flex;
  gap: 16px;
}
.artikel-photo .right-box-artikel .cat-artikel-wrap .cat {
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: left;
  color: #d80605;
}
.artikel-photo .right-box-artikel .cat-artikel-wrap .time {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: left;
  color: #525252;
}
.artikel-photo .right-box-artikel .title-artikel {
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0px;
  text-align: left;
  color: #000;
}

.see-all {
  border-radius: 24px;
  border: 1px solid #000;
  padding: 8px;
  justify-content: center;
  display: flex;
  margin: 16px;
  color: #000;
  text-decoration: none;
}
.see-all .see-all-btn {
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  text-align: left;
}

#widget-rplus, #widget-vplus {
  margin: 24px 0;
}/*# sourceMappingURL=wp-mb.css.map */