@font-face {
  font-display: swap;
  font-family: Century Gothic Bold;
  src: url(../font/CenturyGothic-Bold.eot);
  src: url(../font/CenturyGothic-Bold.eot?#iefix) format("embedded-opentype"),
    url(../font/CenturyGothic-Bold.woff2) format("woff2"),
    url(../font/CenturyGothic-Bold.woff) format("woff"),
    url(../font/CenturyGothic-Bold.ttf) format("truetype");
}
@font-face {
  font-display: swap;
  font-family: Century Gothic Bold Italic;
  src: url(../font/CenturyGothic-BoldItalic.eot);
  src: url(../font/CenturyGothic-BoldItalic.eot?#iefix)
      format("embedded-opentype"),
    url(../font/CenturyGothic-BoldItalic.woff2) format("woff2"),
    url(../font/CenturyGothic-BoldItalic.woff) format("woff"),
    url(../font/CenturyGothic-BoldItalic.ttf) format("truetype");
}
@font-face {
  font-display: swap;
  font-family: Century Gothic;
  src: url(../font/CenturyGothic.eot);
  src: url(../font/CenturyGothic.eot?#iefix) format("embedded-opentype"),
    url(../font/CenturyGothic.woff2) format("woff2"),
    url(../font/CenturyGothic.woff) format("woff"),
    url(../font/CenturyGothic.ttf) format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Futura Medium";
  src: url(../font/df0acd5.eot);
  src: url(../font/df0acd5.eot?#iefix) format("embedded-opentype"),
    url(../font/15c0c22.woff2) format("woff2"),
    url(../font/e06c3f8.woff) format("woff"),
    url(../font/78cd44e.ttf) format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Futura Medium Italic";
  src: url(../font/7f24ed4.eot);
  src: url(../font/7f24ed4.eot?#iefix) format("embedded-opentype"),
    url(../font/c9e49e6.woff2) format("woff2"),
    url(../font/4dd24ec.woff) format("woff"),
    url(../font/ee18be8.ttf) format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(../font/MaterialIcons-Regular.eot);
  src: local("Material Icons"), local("MaterialIcons-Regular"),
    url(../font/MaterialIcons-Regular.woff2) format("woff2"),
    url(../font/MaterialIcons-Regular.woff) format("woff"),
    url(../font/MaterialIcons-Regular.ttf) format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Ionicons";
  src: url("../font/ionicons.eot");
  src: url("../font/ionicons.eot") format("embedded-opentype"),
    url("../font/ionicons.ttf") format("truetype"),
    url("../font/ionicons.woff") format("woff"),
    url("../font/ionicons.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: Roboto;
  src: url("../font/Roboto-Regular.ttf");
}
@font-face {
  font-family: MNC-Sans-Regular;
  src: url("../font/mnc_sans/MNC-Sans-Regular.otf");
  font-display: swap;
}
@font-face {
  font-family: MNC-Sans-Bold;
  src: url("../font/mnc_sans/MNC-Sans-Bold.otf");
  font-display: swap;
}
@font-face {
  font-family: MNC-Sans-Medium;
  src: url("../font/mnc_sans/MNC-Sans-Medium.otf");
  font-display: swap;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Century Gothic", Arial, sans-serif;
}

body,
a {
  color: #454545;
  text-decoration: none;
}

* {
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
}

:focus,
button:focus {
  outline: unset;
}

h1,
h5 {
  letter-spacing: 0;
  font-family: "Century Gothic Bold", Arial, sans-serif;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

h5 {
  font-size: 24px;
}

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

h6 {
  font-family: Century Gothic Bold;
  font-size: 20px;
  letter-spacing: 0.15px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

.container {
  flex: 1 1 100%;
  margin: auto;
  padding: 24px;
  width: 100%;
}

.v-body {
  flex: 1 1 auto;
  max-width: 100%;
  position: relative;
}

nav {
  background-color: #204d7f;
}

nav ul {
  position: relative;
  list-style: none;
  display: flex;
  flex-direction: row;
  padding-left: 0;
}

nav.sticky-menu ul {
  right: unset;
}

nav ul li {
  display: inline-block;
  background-color: #204d7f;
}

nav a {
  display: block;
  padding: 0 10px;
  color: #fff;
  font-size: 20px;
  line-height: 60px;
  text-decoration: none;
}

nav ul ul {
  display: none;
  position: absolute;
  z-index: 9999;
}

nav ul li:hover > ul {
  display: inherit;
}

nav ul ul li {
  width: 170px;
  float: none;
  display: list-item;
  position: relative;
}

.container--logo {
  padding: 32px 0;
  background-color: #fff;
}

.container--logo .container {
  display: flex;
  align-items: center;
}

.logo-idx {
  background: url(../img/IDXlogo.png) no-repeat center;
  width: 17%;
  padding: 0;
  position: relative;
  height: 87px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.header-menu {
  line-height: 70px;
}

.container--menu .container {
  padding: 0 !important;
}

.header-menu .text-menubar {
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
  width: 100%;
  padding: 10px 0;
  font-family: "Century Gothic Bold";
}

.text-menubar {
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-size: 14px;
  letter-spacing: 0.44px;
}

.container-body-home {
  background: #fff;
  padding: 0;
  display: block;
  position: relative;
}

.container-bodyhome-left {
  width: calc(100% - 301px);
  float: left;
  margin-right: 0;
  display: block;
  padding-right: 15px;
  padding-bottom: 60px;
}

.main-headline-left {
  width: 100%;
  margin: 0 0 10px 0;
  border-right: 1px solid #e2e2e2;
}

.main-headline .mh-img {
  margin: 15px 0;
}

.mh-img {
  width: 100%;
  overflow: hidden;
  max-height: 506px;
  position: relative;
}

.mh-img img {
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.headline-child {
  display: flex;
  justify-content: space-between;
  width: inherit;
  font-family: "Century Gothic Bold";
}

.mh-img2 {
  width: 49%;
  position: relative;
}

.mh-title-wrap {
  width: 100%;
  float: left;
  position: absolute;
  left: 0%;
  right: 0%;
  top: 45.76%;
  bottom: 0%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.2) 35%,
    rgb(0, 0, 0) 75%
  );
}

.mh-title-wrap.top0 {
  top: unset !important;
}

.mh-isi-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 5px;
  position: absolute;
  height: 165px;
  left: 3.85%;
  right: 3.85%;
  top: calc(50% - 130px + 107px);
}

.mh-isi-content.bawah {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 13px;
  position: absolute;
  height: 165px;
  left: 3.85%;
  right: 3.85%;
  top: calc(50% - 165px + 107px);
}

.headline-kanal,
.mh-clock {
  color: #fff;
}

.headline-kanal:hover {
  color: #a3a3a3;
}

.desk-headline .headline-kanal:hover {
  color: #fff;
}

.main-headline-wrap .headline-date i {
  color: #fff;
}

.desk-headline {
  max-height: 39px;
  overflow: hidden;
}

.main-headline .desk-headline a p {
  font-family: "Century Gothic";
  display: -webkit-box;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.25px;
}

.headline-child .headline-kanal {
  font-size: 16px;
}

.headline-child .mh-title-wrap {
  padding-left: 17px;
  padding-bottom: 19.3px;
  padding-right: 63px;
}

.headline-date {
  margin-top: 10px;
  display: flex;
}

.line-horizontal {
  height: 0.5px;
  border: 0.5px solid #ededed;
}

.container-news {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.container-news h6 {
  width: 100%;
}

.swiper-slide img {
  width: 100%;
}

.slider-wrapper {
  height: 100%;
  width: 100%;
  background-position: 50%;
  background-size: cover;
  filter: blur(0);
}

.slider-wrapper.nav-slide-idx {
  position: relative;
  overflow: hidden;
  transform: translateY(-99%);
  filter: unset !important;
  -webkit-filter: unset !important;
  max-width: 1300px;
  margin: auto;
}

.swiper-container {
  position: relative;
  width: 100%;
  height: 441px;
}

.swiper-container > .swiper-slide__content {
  position: absolute;
  top: 0;
}

.swiper-slide {
  height: 441px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 200ms linear;
}

.swiper-slide__content {
  height: 300px;
}

.navbar-slider .nav-slide-idx .text {
  position: absolute;
  z-index: 1;
  color: #fff;
  top: 50px;
  padding-bottom: 15px;
  border-bottom: 2px solid #fff;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 50px;
  border-radius: 50%;
  outline: none;
  height: 50px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: 50%;
  background-repeat: no-repeat;
}

.nav-slide-idx .swiper-container {
  overflow: visible;
}

.slider-instance-wrapper {
  position: relative;
  height: 420px;
  width: 100%;
}

body {
  font-family: "Century Gothic";
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

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

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

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

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

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

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

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

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

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

.mt-20 {
  margin-top: 25px;
}

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

.mt-35 {
  margin-top: 30px;
}

.mb-35 {
  margin-bottom: 35px !important;
}

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

.description {
  padding: 15px 0 0;
}

#right h2 {
  text-align: center;
}

#latest_post_group {
  margin: 10px 0;
}

.latest_post {
  background: linear-gradient(
    to right top,
    rgba(218, 112, 214, 0.8),
    rgba(34, 139, 34, 0.8)
  );
  padding: 10px 0;
  text-align: center;
  color: white;
  margin: 10px 0;
}

.news_letter_head {
  text-align: center;
  font-size: 25px;
}

input[type="submit"] {
  width: 360px;
  margin: 10px 0;
  background: linear-gradient(
    to right top,
    rgba(218, 112, 214, 0.8),
    rgba(34, 139, 34, 0.8)
  );
  color: black;
  padding: 10px 0;
  border: none;
  font-size: 20px;
}

input[type="submit"]:hover {
  background: rgba(105, 90, 205, 0.8);
  color: white;
}

#footer {
  background: rgba(105, 90, 205, 0.8);
  width: 1200px;
  padding: 20px 0;
  color: white;
  text-align: center;
}

.vidcont {
  width: inherit;
  position: relative;
}

.tab-body {
  width: 100%;
}

.tab--content .headline-kanal,
.tab--content .mh-clock {
  color: #a3a3a3;
}

.headline-date i {
  font-size: 20px;
  color: gray;
  line-height: 15px;
}

.bt-con {
  padding: 15px 0px 15px 0px;
}

.bt-con .title-capt {
  font-family: Century Gothic Bold;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.44px;
  color: black;
  display: block;
}

.title-capt a:hover {
  color: #a3a3a3;
}

.tab--content {
  padding-right: 0;
  margin-top: 10px;
}

.title-arrow {
  display: flex;
  align-items: baseline;
}

.title-arrow h6 {
  margin-right: 10px;
}

.thumbnail-grid {
  display: flex;
  flex-direction: column;
}

.text-body--1 {
  letter-spacing: 0.5px;
  font-weight: 700;
  line-height: 22px;
  font-size: 16px;
}

.thumbnail-grid .content--category {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  margin-top: 10px;
}

.text-caption--2,
.text-caption--3 {
  font-family: Century Gothic;
  line-height: 18px;
  letter-spacing: 0.21px;
  font-style: normal;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
}

.text-caption--3 {
  color: #b22a2a;
  margin-bottom: 10px;
}

.thumbnail-grid-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 40px;
}

.thumbnail-grid--lg img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.thumbnail-grid--md,
.thumbnail-grid--md a {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.thumbnail-grid--md {
  flex: 1;
  position: relative;
}

.thumbnail-grid--md img {
  display: block;
}

.thumbnail-grid-overlay a {
  color: #fff;
}

.thumbnail-grid-overlay {
  position: absolute;
  bottom: 0;
  justify-content: center;
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  opacity: 0.9;
  background-image: linear-gradient(180deg, transparent, #000);
  height: 109px;
}

.button-default {
  height: auto;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
  text-transform: capitalize;
  background-color: #fff !important;
  border: 1px solid #204d7f !important;
  max-width: -moz-max-content;
  max-width: max-content;
}

.button-default .text-body--1 {
  text-decoration: none;
  display: inline-block;
  height: auto;
  display: flex;
  justify-content: center;
  color: #204d7f !important;
}

.button-default:hover {
  background-color: #204d7f !important;
  transition: background-color 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}

.button-default:hover .text-body--1 {
  color: #fff !important;
}

#menuBar.sticky-menu {
  top: 69px;
  display: block;
  visibility: visible;
}

.sticky-menu {
  position: fixed;
  left: 0;
  right: 0;
  visibility: hidden;
  z-index: 991;
  transition: all 0.3s ease-in;
}

.thumbnail-overlay--background {
  float: left;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-image: linear-gradient(180deg, transparent, #000);
  color: #fff;
}

.nav-slide-idx .swiper-wrapper .swiper-slide-active .text-body--1 {
  color: #fff;
}

.nav-slide-idx .bundle-slide {
  border: 2px solid #fff;
}

.nav-slide-idx .swiper-wrapper .desc {
  float: left;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-image: linear-gradient(180deg, transparent, #000);
  padding: 0 25px 35px 25px;
}

.nav-slide-idx .container h6 {
  position: absolute;
  z-index: 1;
  color: #fff;
  top: 50px;
  padding-bottom: 15px;
  border-bottom: 2px solid #fff;
}

.nav-slide-idx .swiper-wrapper .desc .text-caption--2 {
  color: #fff;
}

.nav-slide-idx .swiper-wrapper .swiper-slide-next .desc,
.nav-slide-idx .swiper-wrapper .swiper-slide-prev .desc,
.nav-slide-idx .swiper-wrapper .swiper-slide-duplicate-prev .desc,
.nav-slide-idx .swiper-wrapper .swiper-slide-duplicate-next .desc {
  display: none;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.nav-slide-idx .swiper-wrapper img {
  display: block;
  width: 100%;
}

.container--footer {
  background-color: #193f6e;
  padding-bottom: 70px;
  padding-top: 43px;
}

.footer--social-media {
  display: flex;
  justify-content: space-between;
}

.line-horizontal-blue {
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}

.footer--social-media-left {
  width: 600px;
}

.footer--social-media-right {
  width: 145px;
}

.footer--social-media-left,
.footer--social-media-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer--menu-right .footer--menu-logo img {
  width: 70px;
  height: 70px;
  -o-object-fit: contain;
  object-fit: contain;
}

.footer-logo {
  width: 118.6px;
  height: 49px;
}

.footer-logo img {
  width: 100%;
  height: 100%;
}

.footer .text-caption--2 {
  color: #fff;
}

.footer-icon-app img {
  width: 110px;
  height: 40px;
}

.footer--menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer--menu-left {
  width: 460px;
}

.footer--menu-right {
  width: 580px;
}

.footer--menu-left ul,
.footer--menu-right {
  display: flex;
  justify-content: space-between;
}

.footer--menu-left ul,
.footer--menu-right {
  display: flex;
  justify-content: space-between;
}

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

.footer--menu-logo {
  display: flex;
  align-items: center;
  padding: 5px;
}

.thumbnail-list--md a:hover {
  color: #a3a3a3;
}

.sidebar-content .text-body--1.sidebar:hover {
  color: #a3a3a3;
}

.line-vertical {
  width: 0.5px;
  border: 0.5px solid #f5f5f5;
}

.Marquee {
  position: relative;
  background: #eeeeee;
  box-sizing: border-box;
  color: #fff;
  font-weight: 200;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-align: center;
  align-items: center;
  overflow: hidden;
}

.width-100 {
  width: 100%;
}

.Marquee-content {
  display: flex;
}

.Marquee-tag {
  margin: 14px 10px 14px 10px;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -o-box-align: center;
  align-items: center;
  -o-box-pack: center;
  justify-content: center;
  transition: all 10s ease;
  display: flex;
  width: -moz-max-content;
  width: max-content;
}

.Marquee-tag.mw {
  margin: 0px 0px 0px 0px;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -o-box-align: center;
  align-items: center;
  -o-box-pack: center;
  justify-content: center;
  transition: all 10s ease;
  display: flex;
  width: -moz-max-content;
  width: max-content;
}

.Marquee-tag:hover {
  cursor: pointer;
}

.Marquee-tag div {
  padding: 0;
  color: rgb(20, 20, 20);
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  width: -moz-max-content;
  width: max-content;
}

.Marquee-tag .market-list {
  padding: 0;
  color: rgb(20, 20, 20);
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  font-family: "Century Gothic";
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 10px;
  width: 65px;
  height: 68px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.Marquee-tag .market-list ul,
.market-list-right-red ul {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 15px;
  width: 65px;
  height: 63px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.Marquee-tag .market-list ul,
.market-list-right-green ul {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 15px;
  width: 65px;
  height: 63px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.market-list-right-red ul {
  text-align: right;
  color: #d82526;
}

.market-list-right-green ul {
  text-align: right;
  color: #53a663;
}

.Marquee-tag a {
  color: rgb(22, 22, 22);
  font-size: 11px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  font-family: "Century Gothic Bold";
  white-space: nowrap;
}

.saham-dex-index {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 10px;
  height: 10px;
}

.saham-dex-index.up {
  background-image: url(../img/triangle-ijo.svg);
  width: 13px;
  height: 8px;
  left: 2px;
  top: 5.5px;
  padding: 0px 14px;
}

.saham-dex-index.null {
  background-image: url(../img/null.png);
  width: 13px;
  height: 16px;
  left: 2px;
  top: 5.5px;
  padding: 0px 14px;
}

.saham-dex-index.down {
  background-image: url(../img/trianglemerah.svg);
  width: 13px;
  height: 8px;
  left: 2px;
  top: 13.5px;
  padding: 0px 14px;
}

.saham-dex-index.stuck {
  background-image: url(../img/stuck.svg);
}

.view-stock-idx {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-color: #193f6e;
  padding: 4px 8px;
}

.view-stock-idx a {
  color: #fff;
  background-color: #000;
  height: 100%;
  border-radius: 4px;
  display: flex;
  padding: 0 8px;
  align-items: center;
}

.view-stock-idx a {
  color: #ffd869;
}

.view-stock-idx a div:nth-child(1) {
  font-size: 12px;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translate(-50%);
  }
}
.text-menubar.active {
  color: #d82526;
}

.header-menu li:hover {
  background-color: #193f6e;
  color: white;
}

.header-menu .header-menu--child li {
  width: 180px;
}

.header-menu .header-menu--child li a {
  justify-content: left;
  padding: 0 15px;
}

.header-menu .text-menubar.active:hover {
  color: #d86565;
}

.header-menu .text-menubar:hover {
  color: #a3a3a3;
}

.header-menu li {
  flex: auto;
  min-width: 40px;
  padding: 10px 0;
  align-self: center;
}

.headline-kanal {
  font-family: Century Gothic Bold;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #ffffff;
}

.headline-date,
.headline-date .headline-kanal {
  display: flex;
  font-family: "Century Gothic";
  font-weight: 700;
  font-size: 12px !important;
  line-height: 160%;
  letter-spacing: 0.214286px;
  display: inline-block;
  margin-top: 0px;
}

.content--category {
  margin-top: 10px;
}

.container--menu {
  margin: auto;
}

.idx-rec {
  margin-bottom: 10px;
  margin-top: 10px;
  height: 40px;
  margin: auto;
  border-radius: 4px;
  display: flex;
  background-color: #b42825;
  width: 120px;
}

.idx-rec:hover {
  background-color: #da221c;
}

.sticky-logo {
  position: relative;
  background: url(../img/sticky-white-logo.png);
  width: 35px;
  height: 35px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.header-menu .menu-utilities:hover {
  background-color: unset;
}

.title-full-arrow {
  justify-content: space-between;
}

.title-full-arrow,
.title-full-arrow a {
  display: flex;
  align-items: center;
}

.middle a {
  cursor: pointer;
  color: #454545;
  text-decoration: none;
}

.appimage {
  background-image: url(../img/27cff84.jpeg);
  background-position: 50%;
  background-size: 60px;
}

.title-full-arrow,
.title-full-arrow a {
  display: flex;
  align-items: center;
}

.thumbnail-list--md a,
.thumbnail-list--sm a {
  display: flex;
  align-items: center;
}

.thumbnail-list--md-image,
.thumbnail-list--sm-image {
  position: relative;
}

.thumbnail-list--md-image img,
.thumbnail-list--sm-image img {
  display: block;
  width: inherit;
  height: inherit;
}

.middle img {
  -o-object-fit: cover;
  object-fit: cover;
}

.fade-img {
  animation: onFaded 0.8s;
  -webkit-animation: onFaded 0.8s;
  -moz-animation: onFaded 0.8s;
}

.century-bold-11,
.century-bold-14,
.century-bold-16,
.text-body--1,
.text-custom,
.text-menubar,
.text-subtitle--1,
.v-tabs__item,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Century Gothic Bold;
}

.thumbnail-list--md .text-caption--2,
.thumbnail-list--sm .text-caption--2 {
  color: #a3a3a3;
  margin-top: 10px;
}

.index-content--left,
.index-content--right {
  display: flex;
  flex-direction: column;
}

.sidebar {
  width: auto;
}

.sidebar h6 {
  margin-bottom: 10px;
  color: #9c5454;
}

.sidebar-tab {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.sidebar-content {
  margin-top: 10px;
  margin-bottom: 10px;
}

.line-horizontal2 {
  border: 0.5px solid #f5f5f5;
}

#middle {
  display: flex;
  justify-content: center;
}

#navslider {
  display: flex;
  position: relative;
  overflow: hidden;
}

#left,
#right {
  display: flex;
  flex-direction: column;
}

.vidcont a:hover {
  color: #a3a3a3;
}

.thumbnail-tab--md-image img {
  width: inherit;
  height: inherit;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.bt-con .title-capt:hover {
  color: red;
}

.market-watch {
  display: flex;
  justify-content: space-between;
  font-family: century gothic;
}

.market-watch--description {
  padding-top: 7px;
  padding-bottom: 7px;
  max-height: 170px;
}

.market-watch--content {
  max-height: 170px;
  max-width: 947px;
  background-color: #fafafa;
  padding-top: 0;
  border: 1px solid #eee;
  padding-bottom: 5px;
  display: flex;
  border-radius: 20px;
}

.market-watch--description span {
  display: flex;
  padding-bottom: 1.5px;
}

.text-caption--2 {
  line-height: 12px;
  letter-spacing: 0.21px;
  font-style: normal;
  padding-top: 4px;
}

.text-caption--p {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.21px;
  font-style: normal;
  padding-top: 6px;
  padding-bottom: 5px;
}

.text-caption--2,
.text-caption--italic {
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
}

.market-watch--content-left {
  display: flex;
  position: relative;
}

.market-watch--content-left::after {
  content: "";
  height: 168px;
  width: 98px;
  position: absolute;
  right: -35px;
  top: 0px;
  background: linear-gradient(
    270deg,
    #dddddd 4.69%,
    rgba(221, 221, 221, 0.46) 43.9%,
    rgba(221, 221, 221, 0) 100%
  );
}

.market-watch--text a {
  color: #454545;
  text-decoration: none;
  cursor: pointer;
}

.market-watch--text,
.market-watch .nuxt-link-active {
  letter-spacing: 0.15px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  font-size: 22px;
}

.text-body--3 {
  letter-spacing: 0.5px;
  line-height: normal;
}

.text-body--3.img-left {
  position: relative;
  overflow: hidden;
  letter-spacing: 0.5px;
  line-height: normal;
  padding-left: 15px;
  margin-left: 0px !important;
}

.text-body--3.img-left::before {
  content: url(../img/detailartikelicon.png);
  position: absolute;
  left: 0px;
}

.text-body--2,
.text-body--3 {
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

.market-watch--change {
  display: flex;
  align-items: center;
}

.market-watch--content-left .index-row:not(:first-child) {
  border-left: 1px solid #eee;
}

.swiper-container-idx {
  margin: 0 auto;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  padding-right: 40px !important;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}

.swiper-button-next-custom,
.swiper-button-prev-custom {
  position: absolute;
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  bottom: 0;
  width: 50px;
  outline: none;
  height: 50px;
  margin-bottom: -27px;
  z-index: 10;
  display: flex;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: 50%;
  background-repeat: no-repeat;
}

.swiper-button-next-custom2,
.swiper-button-prev-custom2 {
  position: absolute;
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  bottom: 0;
  width: 50px;
  outline: none;
  height: 50px;
  margin-bottom: -27px;
  z-index: 10;
  display: flex;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: 50%;
  background-repeat: no-repeat;
}

.swiper-button-next-custom:hover,
.swiper-button-prev-custom:hover {
  opacity: 1;
}

.swiper-button-next-custom2:hover,
.swiper-button-prev-custom2:hover {
  opacity: 1;
}

.swiper-button-prev-custom,
.swiper-container-rtl .swiper-button-next-custom {
  left: auto;
  right: 510px;
  background-size: 14px;
  bottom: 60px;
}

.swiper-button-next-custom,
.swiper-container-rtl .swiper-button-prev-custom {
  left: 530px;
  right: auto;
  background-size: 14px;
  bottom: 60px;
}

.swiper-button-prev-custom2,
.swiper-container-rtl .swiper-button-next-custom2 {
  left: 80px;
  right: auto;
  background-size: 14px;
  bottom: 25px;
}

.swiper-button-next-custom2,
.swiper-container-rtl .swiper-button-prev-custom2 {
  left: auto;
  right: 70px;
  background-size: 14px;
  bottom: 25px;
}

.swiper-button-next-custom.swiper-button-disabled,
.swiper-button-prev-custom.swiper-button-disabled {
  opacity: 0.5;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next-custom2.swiper-button-disabled,
.swiper-button-prev-custom2.swiper-button-disabled {
  opacity: 0.5;
  cursor: auto;
  pointer-events: none;
}

.theme--light.v-icon {
  color: rgba(0, 0, 0, 0.54);
}

.v-icon {
  align-items: center;
  display: inline-flex;
  font-feature-settings: "liga";
  justify-content: center;
  line-height: 1;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  vertical-align: text-bottom;
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: flex;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
}

.swiper-container-idx .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-idx .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.container--market {
  padding-top: 30px;
}

.market-watch--content-right {
  padding-top: 25px;
  background-color: #ffffff;
  display: flex;
  height: 168px;
  border-radius: 20px;
  position: relative;
}

.market-watch--content-left .index-row {
  min-height: 68px;
}

.market-watch--content-left .index-row:not(:first-child) {
  border-left: 1px solid #959595;
}

.market-watch--content-left .index-row .text-body--3 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.slide-mw.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: unset;
  align-items: unset;
  justify-content: unset;
  transition: all 200ms linear;
}

.market-watch--content-right .index-row {
  min-width: 50%;
  min-height: 120px;
  padding-left: 25px;
  padding-right: 25px;
  border-left: 1px solid #dfdfdf;
  height: 130px;
}

.market-watch--content-right .index-row--content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 6px;
  margin: 0px 0px 0px 0px;
}

.market-watch--content-right .index-row--content-child {
  display: flex;
  flex-direction: column;
}

.text-subtitle--2 {
  font-size: 14px;
  letter-spacing: 0.1px;
  font-weight: 500;
  line-height: normal;
}

.market-watch--content-right .index-row--content-child .text-subtitle--2 {
  padding-top: 9px;
}

.lg-watch {
  position: relative;
  background: url(../img/shape-watch.svg);
  width: 32px;
  height: 32px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 10px;
}

.swiper-slide .path-index {
  width: 14px;
  height: 14px;
  margin-right: 10px;
}

.kanal-foto .path {
  position: relative;
  background: url(../img/path.svg);
  width: 14px;
  height: 14px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

header nav .search-bar .search {
  display: flex;
  align-items: center;
  flex: 1;
}

header nav .search-bar .search .search__input {
  border: none;
  height: 40px;
  border-radius: 20px;
  background-color: #fff;
  margin-bottom: 10px;
  margin-top: 10px;
  padding-left: 40px;
  outline: none;
  width: 100%;
  line-height: 40px;
}

.search-bar {
  display: flex;
  justify-content: flex-end;
  width: 60px;
}

header nav .search-bar .search .search__btn {
  background: #36474f;
  height: 40px;
  border: none;
  width: 120px;
  color: #fff;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  cursor: pointer;
  outline: 0;
  transition: all 0.4s ease-out;
  border-radius: unset;
}

header nav .search-bar .search .search__btn:hover {
  background: #263137;
}

header nav .search-bar .search .search__icon,
header nav .search-bar .search .search--icon {
  display: none;
}

header .menu {
  display: flex;
  flex: 2;
  justify-content: flex-end;
  align-items: center;
  padding: 2rem;
  font-size: 2rem;
  color: #fff;
  height: 80px;
  line-height: 80px;
  cursor: pointer;
}

.hide-element {
  display: none !important;
}

.mobile-search {
  margin: 0 1em;
  opacity: 1 !important;
  visibility: visible !important;
  width: 100%;
}

.close-icon {
  color: #909090 !important;
  position: absolute !important;
  right: 8% !important;
  font-size: 1rem;
}

@keyframes rotation-show {
  0% {
    transform: perspective(1000px) rotateX(-90deg);
  }
  100% {
    transform: perspective(1000px) translateY(0);
  }
}
.header-menu .menu-search {
  flex: unset;
  min-width: unset;
  padding: unset;
}

.menus,
.menu-sticky {
  width: 100%;
  max-height: 40px;
  align-items: center;
  position: relative;
  display: contents;
}

.search-bar .search-icon {
  background: url(../img/black-search-3-x%402x.png);
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  margin: 0 10px;
}

.ion-ios-search:before {
  content: "\f4a5";
}

.ion-ios-search-strong:before {
  content: "\f4a4";
}

.ion-close-round:before {
  content: "\f129";
}

.ion-close-round:before,
.ion-ios-search:before {
  display: inline-block;
  font-family: "Ionicons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.detail-menu .header-menu li .idx-rec:before {
  content: "";
  width: 100%;
  height: 40px;
  position: absolute;
  background-color: #b42825;
  top: 50%;
  transform: translate(0, -50%);
}

#middle {
  padding-top: 30px;
}

.text-custom {
  line-height: normal;
  letter-spacing: normal;
}

.text-custom,
.text-menubar {
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

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

.text-red {
  color: #b22a2a;
}

.idxtainment .main-headline-wrap {
  margin-bottom: 30px;
}

iframe {
  border: 0;
}

.icon-photo {
  display: flex;
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 3px;
  width: 50px;
  height: 50px;
}

.icon-content-foto {
  background-image: url(../img/foto_icon.png);
  width: 100%;
  height: 100%;
  background-size: 100%;
  background-position: center;
  z-index: 99;
}

.icon-content-video {
  background-image: url(../img/video_icon.svg);
  width: 100%;
  height: 100%;
  background-size: 100%;
  background-position: center;
  z-index: 99;
}

.thumbnail-grid--lg .icon-photo {
  position: relative;
  bottom: 75px;
  width: 70px;
  height: 70px;
}

.thumbnail-list--md > div:last-child .line-horizontal2,
.thumbnail-list--sm > div:last-child .line-horizontal2 {
  display: none;
}

.container--detail,
.container--index,
.container--market,
.container--schedule {
  padding-top: 30px;
}

.index-content {
  display: flex;
  justify-content: center;
}

.index-content--infografis,
.index-content--regulasi {
  width: 100%;
}

.thumbnail-infografis,
.thumbnail-regulasi {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -1px;
}

.thumbnail-infografis--content,
.thumbnail-regulasi--content {
  width: 30%;
}

.thumbnail-infografis--content a,
.thumbnail-regulasi--content a {
  display: flex;
  flex-direction: column;
}

.thumbnail-infografis--content img,
.thumbnail-regulasi--content img {
  width: 100%;
}

.thumbnail-infografis--text,
.thumbnail-regulasi--text {
  align-items: center;
}

.thumbnail-infografis--text .running-text,
.thumbnail-regulasi--text .running-text {
  margin-top: 10px;
  color: #9b9b9b;
}

.running-text {
  font-size: 12px;
}

.yks--banner {
  background-color: #fafafa;
  padding: 25px;
  border: 1px solid #eee;
  display: flex;
  position: relative;
  align-items: center;
}

.yks--banner iframe {
  border: 1px solid #d4d4d4;
}

.yks--banner .text-body--3 {
  line-height: 1.5;
}

.yks--button {
  display: flex;
}

.button-default-dark {
  background-color: #204d7f !important;
}

.yks--button .button-default {
  margin-left: unset;
  margin-right: 12px;
}

.button-default-dark .text-body--1 {
  color: #fff !important;
}

.yks--banner .v-btn,
.yks--banner .v-btn:hover {
  background-color: #f0f0f0;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  min-width: 25px;
  height: 25px;
  padding: 0;
}

.yks--banner .v-btn:before {
  border-radius: inherit;
  color: inherit;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  opacity: 0.12;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  width: 100%;
}

.yks--banner .v-btn__content {
  align-items: center;
  border-radius: inherit;
  color: inherit;
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  white-space: nowrap;
  width: inherit;
}

.btn-close-ykn {
  border: unset;
}

.yks--banner .btn-close-ykn .close-ykn,
.yks--banner .icon-close-ykn {
  width: 100%;
  height: 100%;
}

.yks--banner .icon-close-ykn {
  color: #a3a3a3;
}

button:focus {
  outline: unset;
  outline: unset;
}

.view-stock-idx a:hover {
  text-decoration: unset;
}

.swiper-button-next-custom:hover,
.swiper-button-prev-custom:hover {
  box-shadow: none;
  opacity: 1;
}

.idx-rec .text-menubar:hover {
  color: #fff;
}

.thumbnail-overlay--lg {
  width: inherit;
  position: relative;
}

.thumbnail-overlay--lg .videoSticky-bg {
  background-color: #efefef;
}

.thumbnail-overlay--lg .videoSticky-iframe {
  transition: transform 0.5s ease;
  transform-origin: bottom right;
}

.thumbnail-overlay--lg iframe,
.thumbnail-overlay--lg img {
  width: 100%;
  display: block;
}

.container.idxc-live .headline-date,
.container.idxclive--detail .headline-date {
  display: flex;
  align-items: center;
  margin-top: 6px;
  flex-wrap: wrap;
}

.container.idxc-live .headline-date i,
.container.idxclive--detail .headline-date i {
  margin-right: 5px;
  margin-left: 3px;
}

.container .headline-date i {
  margin-right: 3px;
  margin-left: 0px;
  transform: translate(0, -2px);
}

.autoplay-video--fixed {
  position: fixed;
  transform-origin: bottom right;
  width: 630px !important;
  height: 360px !important;
  transition: transform 0.5s ease;
  bottom: 10vh;
  right: 50px;
  transform: scale(0.5);
  z-index: 7;
}

.container.idxc-live .autoplay-video--fixed iframe {
  height: 360px;
}

.bottomcss .autoplay-video--fixed {
  bottom: 189px;
}

.schedule {
  background-image: url(../img/schedule@2x.png);
  color: #fff;
  justify-content: space-evenly;
  display: flex;
  padding: 30px;
  background-size: cover;
  align-items: center;
}

.schedule ul {
  display: flex;
  padding: 0;
}

.schedule li {
  list-style: none;
}

.schedule--time {
  text-align: center;
}

.schedule--liner {
  display: flex;
  align-items: center;
}

.schedule ul li:first-child > div div:first-child,
.schedule ul li:last-child > div div:last-child {
  visibility: hidden;
}

.schedule--liner .line {
  width: 100%;
  background-color: #fff;
  height: 1px;
}

.schedule--liner svg {
  width: 20px;
}

.schedule--name-active {
  color: #ffd869;
}

.schedule--name {
  padding: 0 15px;
  text-transform: capitalize;
}

#float-logo {
  display: none;
}

.sticky-menu #float-logo {
  display: block;
}

.ico-logo-sticky {
  display: none;
  position: absolute;
  background-image: url(../img/idxxxxx.png);
  width: 5%;
  height: 40px;
  background-size: 38px;
  background-position: center;
}

.sticky-menu .ico-logo-sticky {
  display: block;
}

.text-menubar.home-ico {
  padding: 0;
}

.thumbnail-round {
  display: flex;
  justify-content: space-between;
}

.thumbnail-round--image {
  justify-content: center;
  display: flex;
}

.thumbnail-round--image img {
  border-radius: 50%;
  background-color: #204d7f;
}

.thumbnail-round .text-menubar {
  text-align: center;
}

.line-horizontal-red {
  width: 50px;
  height: 1px;
  border: 1.5px solid #b22a2a;
  background: #b22a2a;
}

.thumbnail-list--sm-image {
  height: 70px;
  width: 125px;
  background-color: #204d7f;
}

.container.idxc-live .thumbnail-list--sm-image img {
  -o-object-fit: cover;
  object-fit: cover;
}

.container.idxc-live #middle {
  margin-bottom: 40px;
}

.pt-30 {
  padding-top: 30px;
}

.icon-video {
  display: flex;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 3px;
  border-radius: 50%;
  opacity: 0.8;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.icon-video .v-icon {
  background-image: url(../img/Triangle.png);
  background-size: 20px;
  width: 40px;
  height: 40px;
  background-position: center;
  transform: translate(3px, 0);
}

.index-content--filter {
  display: flex;
}

.justify-space-between {
  justify-content: space-between;
}

.v-btn {
  font-size: 14px;
  font-weight: 500;
  padding: 0 16px;
}

.v-btn {
  align-items: center;
  border-radius: 2px;
  display: inline-flex;
  height: 36px;
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 500;
  justify-content: center;
  margin: 6px 8px;
  min-width: 88px;
  outline: 0;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1), color 1ms;
  position: relative;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.index-content--filter button {
  margin: 10px 0;
}

.v-btn.v-btn--outline {
  border: 1px solid;
  background: transparent;
  box-shadow: none;
}

.v-btn:before {
  border-radius: inherit;
  color: inherit;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  opacity: 0.12;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  width: 100%;
}

.v-btn__content {
  align-items: center;
  border-radius: inherit;
  color: inherit;
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  white-space: nowrap;
  width: inherit;
}

.indigo--text {
  color: #3f51b5;
  caret-color: #3f51b5;
}

.container.tagging .theme--light.v-btn:hover {
  background-color: #f5f5f5;
  cursor: pointer;
}

.text-blue {
  color: #193f6e;
}

.index-content--search {
  display: flex;
  align-items: flex-start;
}

.v-input {
  align-items: flex-start;
  display: flex;
  flex: 1 1 auto;
  font-size: 16px;
  text-align: left;
}

.v-select {
  position: relative;
}

.v-text-field {
  padding-top: 12px;
  margin-top: 4px;
}

.v-input__control {
  display: flex;
  flex-direction: column;
  height: auto;
  flex-grow: 1;
  flex-wrap: wrap;
  width: 100%;
}

.v-select > .v-input__control > .v-input__slot {
  cursor: pointer;
}

.v-text-field > .v-input__control > .v-input__slot {
  cursor: text;
  transition: background 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}

.v-input__slot {
  align-items: center;
  color: inherit;
  display: flex;
  margin-bottom: 8px;
  min-height: inherit;
  position: relative;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  width: 100%;
}

.v-text-field__details {
  display: flex;
  flex: 1 0 auto;
  max-width: 100%;
  overflow: hidden;
}

.theme--light.v-text-field > .v-input__control > .v-input__slot:before {
  border-color: rgba(0, 0, 0, 0.42);
}

.v-text-field > .v-input__control > .v-input__slot:before {
  border-style: solid;
  border-width: thin 0 0;
}

.v-text-field > .v-input__control > .v-input__slot:after,
.v-text-field > .v-input__control > .v-input__slot:before {
  bottom: -1px;
  content: "";
  left: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  width: 100%;
}

.v-select__slot {
  position: relative;
  align-items: center;
  display: flex;
  width: 100%;
}

.theme--light.v-label {
  color: rgba(0, 0, 0, 0.54);
}

.v-input .v-label {
  height: 20px;
  line-height: 20px;
}

.v-text-field .v-label--active {
  max-width: 133%;
  transform: translateY(0) scale(0.75);
}

.v-text-field .v-label {
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  top: 6px;
  transform-origin: top left;
  white-space: nowrap;
  pointer-events: none;
}

.v-label {
  font-size: 16px;
  line-height: 1;
  min-height: 8px;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}

.theme--light.v-select .v-select__selections {
  color: rgba(0, 0, 0, 0.87);
}

.v-select__selections {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  line-height: 18px;
}

.v-select__selection--comma {
  align-items: center;
  display: inline-flex;
  margin: 7px 4px 7px 0;
}

.v-select__selection {
  max-width: 90%;
}

.v-select__selection--comma {
  align-items: center;
  display: inline-flex;
  margin: 7px 4px 7px 0;
}

.v-select__selection {
  max-width: 90%;
}

.theme--light.v-input:not(.v-input--is-disabled) input,
.theme--light.v-input:not(.v-input--is-disabled) textarea {
  color: rgba(0, 0, 0, 0.87);
  border: unset;
}

.v-select.v-text-field input {
  flex: 1 1;
  margin-top: 0;
  min-width: 0;
  pointer-events: none;
  position: relative;
}

.v-input input {
  max-height: 32px;
}

.v-text-field input {
  flex: 1 1 auto;
  line-height: 20px;
  padding: 8px 0;
  max-width: 100%;
  min-width: 0;
  width: 100%;
}

.v-text-field .v-input__append-inner {
  margin-left: auto;
  padding-left: 4px;
}

.v-text-field .v-input__append-inner,
.v-text-field .v-input__prepend-inner {
  align-self: flex-start;
  display: inline-flex;
  margin-top: 4px;
  line-height: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.v-input__icon {
  align-items: center;
  display: inline-flex;
  height: 24px;
  flex: 1 0 auto;
  justify-content: center;
  min-width: 24px;
  width: 24px;
}

.index-content .index-content--left {
  width: 100%;
}

.index-content--date-field {
  display: flex;
}

.index-content .index-content--date .v-text-field {
  width: 50%;
  align-items: flex-start;
  display: flex;
  flex: 1 1 auto;
  font-size: 16px;
  text-align: left;
  position: relative;
}

.md-form {
  margin-top: 0;
}

.md-form .prefix {
  top: 0.25rem;
  font-size: 1.75rem;
  position: absolute;
  transition: color 0.2s;
}

.index-content--date-field .md-form .form-control {
  height: auto;
  padding: 0.6rem 0 0.4rem 0;
  margin: 0 0 0.5rem 0;
  background-color: #fff;
  border-radius: 0;
}

.index-content .v-text-field .v-label {
  position: absolute;
  color: #000;
}

.wd-100 {
  width: 100%;
}

.pr-10 {
  padding-right: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.dropdown-content li > a,
.dropdown-content li > span {
  color: #000;
}

.dropdown-content li.active > a,
.dropdown-content li.active > span {
  color: #1976d2;
}

.index-date .index-content--date {
  display: flex;
}

.pd-15 {
  padding-top: 15px;
}

.index-date .index-content--date-field .v-label {
  transform: translateY(0) scale(0.75);
}

.container.filters.index-content.index-date {
  flex: unset;
  margin: 0;
}

.dropdown-ico-more {
  background-image: url(../img/dropdown.svg);
  width: 9px;
  height: 6px;
  margin-left: 5px;
  background-size: 9px 6px;
}

.material-icons.blue {
  color: #3f51b5;
  background: transparent !important;
}

.blue {
  color: #043b87;
  background: #fff;
  padding: 5px;
  width: 100px;
}

.dropdown-search-kanal,
.dropdown-search-artikel {
  position: absolute;
  display: inline-block;
  border-radius: 2px;
  max-width: 80%;
  overflow-y: auto;
  overflow-x: hidden;
  contain: content;
  will-change: transform;
  height: 100%;
  background-color: #fff;
  border-color: #fff;
  color: rgba(0, 0, 0, 0.87);
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
  text-decoration: none;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}

.dropdown-search-kanal {
  max-height: 300px;
  min-width: 395px;
  top: 570px;
  left: 113px;
  transform-origin: left top;
  z-index: 8;
}

.dropdown-search-artikel {
  max-height: 300px;
  min-width: 368px;
  top: 570px;
  left: 524px;
  transform-origin: left top;
  z-index: 8;
}

.article--infografis {
  display: flex;
  flex-direction: column;
}

.article--gallery-row {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: 10px;
  overflow-y: hidden;
}

.article--gallery-row a:last-child {
  margin-right: 0;
}

.article--gallery {
  position: relative;
}

.article--gallery-wrapper {
  box-shadow: 0 5px 4px 0 hsla(0, 0%, 72.9%, 0.5);
  border: 1px solid #f3f3f3;
  background-color: #fff;
  min-height: 100px;
  max-height: 450px;
  display: block;
}

.article--gallery img {
  margin: auto;
  display: block;
  max-height: inherit;
  max-width: 100%;
}

.article--gallery .swiper-button-next {
  right: 0;
}

.swiper-button-prev.swiper-button-white {
  background-image: url(../img/Left-idx.svg);
  background-size: 14px;
}

.swiper-button-next.swiper-button-white {
  background-image: url(../img/next-idx.svg);
  background-size: 14px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 32px;
  border-radius: 50%;
  outline: none;
  height: 50px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: 50%;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  pointer-events: none;
  cursor: default;
}

.swiper-button-next.swiper-main,
.swiper-button-prev.swiper-main {
  visibility: hidden;
  opacity: 0;
  transition: ease 0.5s all;
}

.slider-instance-wrapper:hover .swiper-button-next.swiper-main,
.slider-instance-wrapper:hover .swiper-button-prev.swiper-main {
  visibility: visible;
  opacity: 1;
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  position: absolute;
  top: 50%;
  width: 50px;
  border-radius: 50%;
  outline: none;
  background-color: #252525;
  height: 50px;
  margin-top: -22px;
  z-index: 10;
  box-shadow: 0 8px 4px 0 rgba(0, 0, 0, 0.5);
  cursor: pointer;
  background-size: 27px 44px;
  background-position: 50%;
  background-repeat: no-repeat;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  box-shadow: none;
}

.article--gallery-row a {
  opacity: 0.6;
}

.article--gallery-row a.nuxt-link-active {
  opacity: 1;
}

.article--gallery-row a {
  margin-right: 5px;
  width: 180px;
  height: 100px;
}

.article--gallery-row a img {
  width: inherit;
  height: 100%;
  display: block;
}

.article--gallery-row::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f3f3f3;
}

.article--gallery-row::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #b22a2a;
}

.article--gallery-row::-webkit-scrollbar {
  height: 5px;
  background-color: #f3f3f3;
}

.icon-content-infografis {
  background-image: url(../img/statistics-idx.svg);
  width: 100%;
  background-position: center;
  background-size: 13px;
}

#table_id_wrapper .actionLabel {
  position: absolute;
  left: 8px;
  top: 10px;
  font-size: 16px;
  font-weight: 200;
  color: rgba(0, 0, 0, 0.87);
  transition: all 0.5s ease;
  pointer-events: none;
}

#table_id_wrapper input[type="search"]:focus ~ .actionLabel {
  display: block;
  color: black;
  top: -20px;
  font-size: 12px;
  color: #1976d2;
}

#table_id_wrapper input[type="search"]:focus ~ .actionLine {
  background-color: #1976d2;
  position: absolute;
  content: " ";
  height: 1px;
  right: 38%;
  top: 39px;
  transform: scaleX(5);
}

#table_id_wrapper .actionLine {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  width: 20%;
  transform: scaleX(1);
  background-color: rgba(0, 0, 0, 0.42);
}

#table_id_wrapper textarea,
#table_id_wrapper input {
  outline: none;
  border: 0;
  border-bottom: 1px solid #cecece;
  height: 40px;
  width: 100%;
}

#table_id_filter:before {
  content: "";
  border-style: solid;
  border-width: thin 0 0;
  border-color: rgba(0, 0, 0, 0.42);
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
}

#table_id_filter {
  position: relative;
  float: left;
}

.dataTables_filter {
  display: block;
  color: #454545;
}

.dataTables_filter input {
  border: unset;
}

.dataTables_filter input::-moz-placeholder {
  color: red;
}

.dataTables_filter input::placeholder {
  color: red;
}

:focus {
  outline: unset;
}

#table_id {
  table-layout: fixed;
  border-radius: 2px;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100% !important;
  max-width: 100%;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.87);
  border-bottom: unset;
}

#table_id thead {
  background-color: #4a4a4a;
}

#table_id thead tr {
  height: 56px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

#table_id thead th {
  color: #fff;
  text-align: left;
  font-weight: 500;
  font-size: 12px;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: relative;
}

#table_id_wrapper table.dataTable thead .sorting_asc,
#table_id_wrapper table.dataTable thead .sorting_desc {
  background-image: unset;
}

#table_id_wrapper table.dataTable thead .sorting_asc i,
#table_id_wrapper table.dataTable thead .sorting_desc i {
  background-image: url(../img/up-arrow-idx.svg);
  width: 16px;
  height: 16px;
  background-size: 10px;
  background-position: center;
}

#table_id_wrapper table.dataTable thead .sorting_desc i {
  transform: rotate(180deg);
}

#table_id_wrapper table.dataTable thead .sorting {
  background-image: unset;
}

#table_id_wrapper table.dataTable thead .sorting:hover i {
  background-image: url(../img/up-arrow-idx.svg);
  background-size: 10px;
  position: absolute;
  opacity: 0.6;
  width: 16px;
  height: 16px;
  background-position: center;
}

#table_id_wrapper table.dataTable tbody tr {
  transition: background 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  will-change: background;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  background-color: #fff;
}

#table_id_wrapper table.dataTable thead th,
#table_id_wrapper table.dataTable tbody tr td {
  padding: 0 24px;
}

table tbody td,
table tbody th {
  height: 48px;
}

#table_id_wrapper table.dataTable.display tbody tr > .sorting_1,
#table_id_wrapper table.dataTable.order-column.stripe tbody tr > .sorting_1 {
  background-color: #fff;
}

.text-xs-right {
  text-align: right;
}

table tbody td {
  font-weight: 400;
  font-size: 17px;
  padding: 10px;
}

table tbody td,
.t-2 {
  font-weight: 700;
  font-size: 16px;
  padding: 10px;
  text-align: left;
}

table tbody td,
.t-1 {
  font-weight: 700;
  font-size: 16px;
  padding: 10px;
  text-align: center;
}

.datatable-bottom-toolbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  white-space: nowrap;
}

.dataTables_length {
  display: none;
}

#table_id_paginate span {
  display: none;
}

.dataTables_length label,
#table_id_info {
  text-align: center;
  color: rgba(0, 0, 0, 0.54);
  margin: 0 32px 0 24px;
  font-size: 12px;
}

#table_id_info {
  padding-top: 0;
}

#table_id_previous,
#table_id_next {
  background-image: url(../img/pre1-idx.svg);
  background-position: center;
  background-size: 8px;
  background-repeat: no-repeat;
  width: 36px;
  margin: 10px;
  height: 36px;
  border: unset;
  position: relative;
}

#table_id_previous.disabled,
#table_id_next.disabled {
  opacity: 0.5;
}

#table_id_next {
  transform: rotate(180deg);
}

#table_id_previous:hover:before,
#table_id_next:hover:before {
  color: inherit;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  opacity: 0.12;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  width: 100%;
  background-color: #000;
  border-radius: 50%;
}

#table_id_previous.disabled:hover:before,
#table_id_next.disabled:hover:before {
  display: none;
}

.market-list--list {
  display: flex;
  padding: 10px 0;
}

.market-list--list > div:first-child {
  flex: 1;
}

.market-list--list > div:nth-child(2) {
  flex: 2;
  display: flex;
  justify-content: space-between;
  text-align: right;
}

.market-list--list > div:nth-child(2) .text-menubar {
  width: 27%;
}

.market-list--change {
  display: flex;
  align-items: center;
}

.text-green {
  color: #3f8e42;
}

#table_id .text-xs-right {
  font-family: "Century Gothic Bold";
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.54;
  letter-spacing: 0.41px;
  text-align: left;
}

.shimmer-more {
  display: flex;
}

.shimmer-more-idx .shine {
  background: #f6f7f8;
  background-image: linear-gradient(
    to right,
    #f6f7f8 0%,
    #edeef1 20%,
    #f6f7f8 40%,
    #f6f7f8 100%
  );
  background-repeat: no-repeat;
  background-size: 800px 104px;
  display: inline-block;
  position: relative;
  -webkit-animation-duration: 100000s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: placeholderShimmer;
  -webkit-animation-timing-function: linear;
}

.shimmer-more-idx box {
  height: 104px;
  width: 100%;
}

.shimmer-more-idx div {
  display: inline-flex;
  flex-direction: column;
  vertical-align: top;
  width: 100%;
}

.shimmer-more-idx lines {
  height: 10px;
  margin-top: 10px;
  width: 30%;
}

.shimmer-more-idx lines:nth-child(1) {
  width: 50%;
}

.shimmer-more-idx {
  width: 32.3%;
  margin: 0 4px;
}
.idxclive-logo {
  background-image: url(../img/Circle-IDX-Live.gif);
  width: 20px;
  height: 20px;
  position: relative;
  background-size: contain;
}

.nav-slide-idx .swiper-button-prev {
  left: -25px;
  right: auto;
  background-size: 14px;
  background-image: url(../img/left.svg);
}

.nav-slide-idx .swiper-button-next {
  right: -25px;
  left: auto;
  background-size: 14px;
  background-image: url(../img/right.svg);
}

.thumbnail-grid--lg {
  flex: 3;
}

.select-wrapper span.caret {
  top: 0.3em;
  font-size: 24px;
  font-family: "Material Icons";
}

.container--about-image .img-about {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.container--about-fluid {
  background-color: #fafafa;
}

.container--about,
.container--about-fluid {
  display: flex;
  justify-content: space-between;
}

.container--about-right {
  flex: 4;
}

.text-body--3 {
  font-family: "Century Gothic";
}

.about-left-img {
  width: 230px;
  height: 204px;
  padding-right: 50px;
}

.img-about-left {
  background: url(../img/group-4@3x.png) center no-repeat;
  width: 100%;
  height: 100%;
  background-size: contain;
}

.grow,
.spacer {
  flex-grow: 1 !important;
}

.container--about-address {
  color: #fff;
  flex: 1.5;
  padding: 60px;
  background-size: cover;
  background-image: url(../img/bg-kantorpusat@3x.png);
}

.title {
  font-size: 20px;
  font-weight: 500;
  line-height: 0.2;
  letter-spacing: 0.02em;
  font-family: "Century Gothic Bold";
  padding: 0;
}

.disclaimer-idx ol,
.disclaimer-idx ul {
  padding-left: 20px;
}

.program--detail {
  display: flex;
}

.program--detail img {
  border-radius: 50%;
  height: 50px;
  width: 50px;
  margin-right: 15px;
}

.program--detail-name {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  text-transform: capitalize;
}

.container--detail > img {
  width: 100%;
}

.v-window__container .tab-content {
  padding: 0;
}

.sidebar-tab:last-child .line-horizontal2 {
  display: none;
}

#toggleClass_index {
  height: 75px;
  max-height: 75px;
  margin: 0;
}

.picker__box .picker__header .picker__date-display .picker__year-display {
  left: 3% !important;
}

.picker__box .picker__header .picker__date-display {
  justify-content: flex-start !important;
}

.picker__header button.btn {
  margin: 0 0.375rem !important;
}

.picker__box .picker__header .picker__nav--next:before {
  content: "" !important;
  background-image: url(../img/right-cuk.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 15px;
}

.picker__box .picker__header .picker__nav--prev:before {
  content: "" !important;
  background-image: url(../img/left-cuk.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 15px;
}

.ads {
  align-self: center;
}

.ads img {
  max-width: 100%;
}

.ads-02 {
  padding: 20px;
}

.ads-04 {
  padding-bottom: 35px;
}

.ads-05,
.ads-06 {
  margin: 40px auto;
}

.thumbnail-infografis--content a:hover {
  color: #a3a3a3;
  text-decoration: none;
}

.container--market .market-watch--content-left .market-watch--change img {
  -o-object-fit: contain;
  object-fit: contain;
}

.btn-primary:focus,
.btn-primary.focus {
  box-shadow: unset;
}

.error {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 0 0;
}

.error img {
  width: 100%;
  height: 300px;
}

.error > h3 {
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #d86565;
  text-align: center;
  margin: 10px 0;
}

.error > p {
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.38;
  letter-spacing: 0.5px;
  color: #a3a3a3;
  text-align: center;
}

.error-logo {
  width: 100%;
}

.error-logo img {
  width: 80px;
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
}

.index-content--notfound {
  display: flex;
  flex-direction: column;
  text-align: center;
  color: #a3a3a3;
  margin: 50px;
}

.index-content--notfound .v-icon {
  color: #a3a3a3 !important;
  font-size: 50px;
}

.header-menu--child {
  height: auto;
  position: absolute;
  top: 60px;
  background: #204d7f;
}

.header-menu--child div {
  padding: 0;
  width: 49%;
  float: left;
}

.menus .header-menu--child {
  right: -39px;
}

#content {
  width: 100% !important;
  position: absolute;
  right: 0;
  display: flex;
  justify-content: flex-end;
}

#content.on {
  animation-name: in-out;
  animation-duration: 0.7s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}

#content input {
  box-sizing: border-box;
  height: 42px;
  width: 40px;
  position: absolute;
  background: #123663;
  color: transparent;
  border: 0;
  font-size: 16px;
  font-weight: 400;
  font-family: "Century Gothic";
  outline: 0;
  line-height: normal;
  transition: width 0.4s ease-in-out, border-radius 0.8s ease-in-out,
    padding 0.2s;
  transform: translate(0, -49%);
  border-radius: 15%;
}

#content input::-moz-placeholder {
  transition-delay: 0.5s;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#content input::placeholder {
  transition-delay: 0.5s;
  transition: all 0.3s ease-in-out;
}

#content .search {
  background: #123663;
  position: absolute;
  top: 3px;
  height: 42px;
  width: 40px;
  padding: 0;
  border-radius: 100%;
  outline: 0;
  border: 0;
  color: inherit;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  transform: translate(0%, -54%);
  border-radius: 15%;
}

#content .tutup {
  transition: unset;
  background: none;
}

#content .tutup:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 3px;
  margin-top: -1px;
  margin-left: 10px;
  background-color: #d86565;
  transform: rotate(45deg);
  transition: 0.2s ease-in-out;
}

#content .tutup:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 3px;
  background-color: #d86565;
  margin-top: -1px;
  margin-left: 10px;
  cursor: pointer;
  transform: rotate(-45deg);
}

#content .square {
  box-sizing: border-box;
  padding: 0 10px 0 40px;
  position: absolute;
  background: #ffffff;
  width: 100%;
  height: 42px;
  border-radius: 5px;
  color: #000;
  font-family: "Century Gothic";
  font-size: 16px;
  font-weight: 400;
  outline: 0;
  transition: width 0.4s ease-in-out, border-radius 0.4s ease-in-out,
    padding 0.2s;
  transform: translate(0%, -22px);
}

#economics .thumbnail-list--md-image {
  width: 100px;
  height: 100px;
}

#economics .thumbnail-list--md-image img,
#economics .thumbnail-list--sm-image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

#populer .thumbnail-list--md-image {
  width: 177px;
  height: 100px;
}

.thumbnail-list--md-image .floatbox,
.vid-program .floatbox,
.thumbnail-tab--md-image .floatbox {
  font-family: "Century Gothic";
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  position: absolute;
  z-index: 1;
  width: 47px;
  height: 20px;
  padding: 3px;
  vertical-align: top;
  display: inline-block;
  bottom: 0;
  right: 0;
  margin: 7px 9px;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.9);
}

.idx-video .thumbnail-list--md-image .floatbox,
.idx-video .vid-program .floatbox,
.idx-video .thumbnail-tab--md-image .floatbox {
  width: 47px;
  height: 20px;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.vidcont .vid-program iframe {
  width: 100%;
  height: 439px;
}

.vid-program img {
  width: 100%;
  height: 439px;
  -o-object-fit: cover;
  object-fit: cover;
}

.vid-program .description {
  opacity: 0;
  height: 439px;
  position: absolute;
  transform: translate(0, 50px);
  color: #fff;
  top: 0;
}

.vid-program .description:hover {
  opacity: 0.9;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
  padding: 15px;
}

.vid-program .description:hover::before {
  content: "";
  background-image: url(../img/btn-play.svg);
  width: 80px;
  height: 80px;
  background-position: center;
  background-size: 100%;
  position: absolute;
  transform: translate(20em, 9em);
}

.vid-program .description h5 {
  margin-top: 300px;
}

.idxc-live .text-custom::before {
  content: "";
  background: url(../img/redbig-dot.svg);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 6px;
  margin: 10px;
  position: absolute;
  transform: translate(125px, 3px);
}

.text-caption--2 .strong-capt {
  font-family: "Century Gothic Bold";
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.44px;
  text-align: left;
  color: #d86565;
}

.kanal-video .icon-photo {
  bottom: 100px;
  width: 70px;
  height: 70px;
}

.kanal-video .vid-program .floatbox {
  top: 12px;
  width: 70px !important;
  height: 30px !important;
  font-size: 16px;
  padding: 5px;
}

.title-onimg {
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.55)
  );
  padding: 0 10px 10px 10px;
  font-family: Century Gothic Bold;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}

.kanal-economia .mh-title-wrap {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.55)
  );
}

.box-penulis {
  position: relative;
}

.box-penulis a {
  display: flex;
}

.box-penulis .thumbnail-list--md-image {
  width: 80px;
  height: 80px;
  margin: 15px 10px 10px 0;
}

.box-penulis .appimage.fade-img {
  border-radius: 200px;
}

.box-penulis .thumbnail-list--content {
  margin: 30px 10px 20px 10px;
}

.box-penulis .text-menubar {
  margin: 0 78px 5px 0;
  font-size: 14px;
  color: #d86565;
}

.box-penulis.thumbnail-list--md-row .text-menubar {
  font-size: 16px;
}

.box-penulis .text-caption--2.desk {
  font-weight: bold;
  color: #454545;
  font-size: 12px;
  margin-bottom: 10px;
}

.thumbnail-list--md-row.box-penulis .text-caption--2.desk {
  font-size: 16px;
}

.box-penulis.thumbnail-list--md-row a {
  margin: 0;
}

.container-news .box-penulis .thumbnail-list--md-image {
  width: 45px;
  height: 45px;
}

.container-news .box-penulis .thumbnail-list--content {
  margin: 15px 0 10px 0;
}

.box-penulis:hover {
  color: #a3a3a3;
}

.box-penulis.thumbnail-list--md-row .headline-date.judul {
  font-family: "Century Gothic Bold";
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}

.box-penulis.thumbnail-list--md-row .headline-date {
  margin-bottom: 5px;
  font-size: 12px;
}

.title-onimg:hover {
  color: #a3a3a3;
}

.kanal-economia label {
  top: 10px;
}

#economia h6 {
  color: #454545;
}

.article--creator a {
  font-weight: bold;
  color: #d82526 !important;
}

.thumbnail-regulasi .running-text {
  font-family: "Century Gothic";
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #d86565;
}

.thumbnail-regulasi a:hover {
  color: unset;
}

.thumbnail-regulasi .running-text:hover {
  color: #853434;
}

#table_id th.colum {
  width: 10% !important;
}

#table_id th.name {
  width: 40% !important;
}

#content .icon-search {
  background-image: url(../img/putih-search.svg);
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  position: absolute;
  top: 7px;
  left: 8px;
  z-index: -9;
}

.icon-float {
  display: none;
}

.stop-scroll .icon-float {
  display: block;
}

#content .icon-float::before {
  content: "";
  background-image: url(../img/biru-search.svg);
  width: 22px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  position: absolute;
  top: -14px;
  left: 8px;
  z-index: 99;
}

.baca-juga {
  margin: 25px 0px 25px 0px;
  font-family: "Century Gothic";
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: #b22a2a;
  padding: 30px 10px;
  background-color: #eeeeee;
}

.baca-juga-2 {
  font-family: "Century Gothic";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.5px;
  padding-top: 10px;
}

.article--content .baca-juga a {
  font-family: "Century Gothic Bold";
  color: #454545;
}

.baca-juga ul {
  margin-top: 20px;
}

.baca-juga li {
  margin: 10px 0;
}

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

.gallery-wrapper .content {
  position: relative;
  overflow: hidden;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.swiper-container-detail-gallery {
  width: 100%;
  position: relative;
}

.gallery-wrapper
  .content
  .gallery.full
  .swiper-container-detail-gallery
  .swiper-wrapper {
  height: auto;
  align-items: unset;
}

.gallery-wrapper
  .content
  .gallery.full
  .swiper-container-detail-gallery
  .swiper-wrapper
  .swiper-slide {
  height: auto;
}

.gallery-wrapper
  .content
  .gallery.full
  .swiper-container-detail-gallery
  .swiper-wrapper
  .swiper-slide.swiper-slide-active {
  height: auto;
  width: 100% !important;
}

.gallery-wrapper .content .gallery.full .swiper-next-button,
.gallery-wrapper .content .gallery.full .swiper-prev-button {
  align-items: center;
  justify-content: center;
}

.gallery-wrapper .content .gallery.full .swiper-next-button em,
.gallery-wrapper .content .gallery.full .swiper-prev-button em {
  font-size: 45px;
}

.gallery-wrapper .content .gallery.full .swiper-next-button {
  padding-left: 0;
}

.gallery-wrapper .content .gallery.full .swiper-prev-button {
  padding-right: 0;
}

.gallery-wrapper .content .gallery.thumb {
  position: relative;
  width: auto;
  max-width: 1020px;
  display: flex;
  align-items: center;
}

.swiper-container-detail-gallery.swiper-container-thumbs {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: 10px;
}

.gallery-wrapper
  .content
  .gallery.thumb
  .swiper-container-detail-gallery
  .swiper-wrapper
  .swiper-slide {
  position: relative;
  width: auto;
  height: 15vh;
  box-sizing: border-box;
  cursor: pointer;
}

.gallery-wrapper .content .gallery.thumb .swiper-next-button {
  right: 10px;
}

.gallery-wrapper .content .gallery.thumb .swiper-prev-button {
  left: 10px;
}

.signature {
  display: none;
}

.gallery-wrapper .content .gallery.full .swiper-next-button {
  padding-left: 0;
}

.gallery-wrapper .content .gallery.full .swiper-prev-button {
  padding-right: 0;
}

.gallery-wrapper .content .gallery.full .swiper-next-button,
.gallery-wrapper .content .gallery.full .swiper-prev-button {
  align-items: center;
  justify-content: center;
}

.gallery-wrapper .content .gallery.full {
  height: 360.5px;
}

.gallery-wrapper
  .content
  .gallery.full
  .swiper-container-detail-gallery
  .swiper-wrapper,
.gallery-wrapper
  .content
  .gallery.full
  .swiper-container-detail-gallery
  .swiper-wrapper
  .swiper-slide.swiper-slide-active {
  height: 100%;
}

.gallery-wrapper
  .content
  .gallery.full
  .swiper-container-detail-gallery
  .swiper-wrapper
  .swiper-slide
  .image
  img {
  width: 100%;
  height: 100% !important;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  box-shadow: 0 5px 4px 0 rgba(0, 0, 0, 0.5);
  border: 1px solid #f3f3f3;
  background-color: #fff;
  min-height: 100px;
  max-height: 450px;
}

.gallery-wrapper
  .content
  .gallery.full
  .swiper-container-detail-gallery
  .swiper-wrapper
  .swiper-slide.swiper-slide-active {
  height: auto;
  width: 100% !important;
}

.detail-content .article--content .gallery-wrapper {
  display: inline-grid;
}

.gallery-wrapper
  .content
  .gallery.full
  .swiper-container-detail-gallery
  .swiper-wrapper
  .swiper-slide
  .image {
  width: 100%;
  height: 360.5px;
}

.gallery-wrapper
  .content
  .gallery.thumb
  .swiper-container-detail-gallery
  .swiper-wrapper
  .swiper-slide
  .image
  .overlay {
  position: absolute;
  top: 0;
  background-color: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}

.gallery-wrapper
  .content
  .gallery.thumb
  .swiper-container-detail-gallery
  .swiper-wrapper
  .swiper-slide.swiper-slide-thumb-active
  .image {
  box-shadow: inset 0px 0px 0px 2px #b22a2a;
  padding: 2px;
}

.gallery-wrapper
  .content
  .gallery.thumb
  .swiper-container-detail-gallery
  .swiper-wrapper
  .swiper-slide.swiper-slide-thumb-active
  .image
  .overlay {
  opacity: 0;
}

.gallery-wrapper
  .content
  .gallery.thumb
  .swiper-container-detail-gallery
  .swiper-wrapper
  .swiper-slide
  .image
  img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.embed-gallery.gallery-wrapper
  .content
  .gallery.thumb
  .swiper-container-detail-gallery
  .swiper-wrapper
  .swiper-slide
  .image {
  width: 211px;
  height: 120px;
}

.embed-gallery .text-body--2 {
  width: 100%;
  float: left;
  height: 80%;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-image: linear-gradient(180deg, transparent, #000);
  padding: 15px;
  color: #fff;
}

.gallery-wrapper .swiper-container-detail-gallery::-webkit-scrollbar {
  height: 5px;
  background-color: #f3f3f3;
}

.gallery-wrapper .swiper-container-detail-gallery::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #b22a2a;
}

.gallery-wrapper .swiper-container-detail-gallery::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f3f3f3;
}

.title-breaking {
  display: flex;
  margin-bottom: 15px;
}

.breaking-news h6 {
  width: 81px;
  color: #b22a2a;
  margin-right: 10px;
  margin-bottom: 0;
  font-size: 16px;
  display: contents;
}

.idxc-live--title {
  display: flex;
  align-items: center;
}

.idxc-live--title h6 {
  margin-right: 8px;
}

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

.idxc-live--title a {
  margin-right: 0;
  margin-left: auto;
  display: flex;
  align-items: center;
}

.idxc-live iframe {
  margin-top: 25px;
  width: 100%;
  display: block;
  height: 214px;
}

.idxclive--detail #middle {
  padding-top: 0;
}

.thumbnail-tab--lg-image,
.thumbnail-tab--lg a {
  width: 100%;
  position: relative;
}

.thumbnail-tab--lg-image {
  height: auto;
}

.thumbnail-tab--lg-image img {
  width: inherit;
  height: inherit;
  display: block;
}

.thumbnail-tab--sm {
  display: flex;
  justify-content: space-between;
}

.thumbnail-tab--sm a {
  position: relative;
  display: flex;
}

.thumbnail-tab--sm-image {
  position: relative;
  height: auto;
}

.thumbnail-tab--sm-image img {
  width: inherit;
  height: inherit;
  display: block;
}

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

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

#middle a:hover {
  color: #a3a3a3;
  text-decoration: none;
}

.v-tabs,
.v-tabs__bar {
  position: relative;
}

.v-tabs {
  display: flex;
  flex-direction: column;
  padding-top: 50px;
}

.theme--light.v-tabs__bar {
  background-color: #fff;
}

.v-tabs__bar {
  border-radius: inherit;
  margin-bottom: 10px;
}

.v-tabs__wrapper {
  overflow: hidden;
  contain: content;
  display: flex;
}

.v-tabs__container {
  flex: 1 0 auto;
  display: flex;
  height: auto !important;
  list-style-type: none;
  transition: transform 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  white-space: nowrap;
  position: relative;
}

.v-tabs__slider-wrapper {
  bottom: 0;
  margin: 0 !important;
  position: absolute;
  width: 50% !important;
}

.v-item-group,
.v-tabs__slider-wrapper {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}

.v-tabs__div {
  align-items: center;
  display: inline-flex;
  flex: 0 1 auto;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  height: inherit;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  width: 50%;
  border-bottom: 2px solid #fafafa;
  max-width: none !important;
}

.theme--light.v-tabs__bar .v-tabs__div {
  color: rgba(0, 0, 0, 0.87);
}

.v-tabs__item {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  text-transform: capitalize;
  transition: none;
  font-stretch: normal;
  line-height: 1.38;
  letter-spacing: 0.5px;
  max-width: none !important;
  color: #a3a3a3;
}

.v-tabs__item--active {
  line-height: normal;
  letter-spacing: 0.2px;
}

.v-tabs__item {
  align-items: center;
  color: inherit;
  display: flex;
  flex: 1 1 auto;
  height: 100%;
  justify-content: center;
  max-width: inherit;
  padding: 6px 12px;
  text-decoration: none;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: normal;
}

.v-tabs__slider {
  height: 2px;
  width: 100%;
}

.v-tabs__item:not(.v-tabs__item--active) {
  opacity: 0.7;
}

.v-window__container {
  position: relative;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}

.sidebar-tab {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.sidebar-content {
  margin-top: 10px;
  margin-bottom: 10px;
}

#widget_terpopuler_editor {
  width: 100%;
}

#widget_terpopuler_editor .slider {
  display: inline-block;
  position: absolute;
  z-index: 1200;
  bottom: 0;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  background-color: #b22a2a;
  border-color: #b22a2a;
}

.nav-tabs .nav-link {
  border: unset;
}

.v-tabs__item.active {
  opacity: 1;
}

.ads-01 {
  margin-right: 0;
  margin-left: auto;
  width: 80%;
  justify-content: flex-end;
}

.ads-02 a {
  margin: auto;
}

.article--image > iframe {
  width: 100%;
  height: 400px;
}

h1.headline-kanal,
h1.headline-kanal a {
  font-family: Century Gothic Bold;
  font-weight: 700;
  font-size: 24px;
  line-height: 160%;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #ffffff;
  margin-top: 0px;
}

.headline-child h1.headline-kanal {
  font-size: 12px;
  color: #fff;
}

h2.headline-kanal a,
div.headline-kanal a {
  letter-spacing: 0;
  font-family: Century Gothic;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 160%;
  color: #ffffff;
  font-size: 16px;
}

h2.berita-baru,
div.berita-baru {
  width: 100%;
  font-size: 20px;
  letter-spacing: 0.15px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  text-align: left !important;
  font-family: "Century Gothic Bold";
}

.detail-content--left .baca_juga {
  margin-top: 20px;
}

h2.berita-foto,
div.berita-foto {
  width: auto;
  margin-right: 10px;
  font-size: 20px;
  letter-spacing: 0.15px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  text-align: left !important;
}

h2.list-berita-baru,
h3.list-berita-baru,
div.list-berita-baru {
  font-family: Century Gothic Bold;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.44px;
  color: black;
  display: block;
  text-align: left !important;
}

h2.text-menubar,
div.text-menubar {
  text-align: left !important;
}

div.text-menubar.center {
  text-align: center !important;
}

h2.special-program,
div.special-program {
  font-size: 24px;
  font-family: Century Gothic Bold;
}

h2.berita-editor,
div.berita-editor {
  font-family: Century Gothic Bold;
  font-size: 20px;
  letter-spacing: 0.15px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  margin-bottom: 10px;
  color: #9c5454;
  text-align: left !important;
}

h2.list-editor,
div.list-editor,
h2.list-content-tab,
h3.list-content-tab,
div.list-content-tab {
  text-align: left !important;
  letter-spacing: 0.5px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}

h2.tab-populer,
div.tab-populer {
  padding: 0px;
}

h2.tab-populer a.v-tabs-title,
div.tab-populer a.v-tabs-title {
  font-size: 16px;
}

h2.list-infografis {
  text-align: left !important;
}

.slider-ecotainment {
  position: absolute;
  z-index: 1;
  color: #fff;
  top: 30px;
  padding-bottom: 15px;
  margin-bottom: 0.5rem;
}

.header-watch {
  z-index: 1;
  color: #454545;
  font-family: Century Gothic Bold;
  font-size: 20px;
  letter-spacing: 0.15px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  margin-bottom: 0.5rem;
}

.plus-more {
  font-family: Century Gothic Bold;
  font-size: 24px;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

.header-populer {
  letter-spacing: 0.15px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  margin-bottom: 0.5rem;
  font-family: Century Gothic Bold;
  margin-top: 0;
}

.text-body--3 p img {
  width: 100%;
  height: auto;
}

.wide-image {
  max-height: 480px !important;
  height: unset !important;
}

.icaii2022-icaii {
  color: #ffffff;
}

.icaii2022-2022 {
  color: #ffd382;
}

.image {
  width: 17px;
  height: 17px;
}

.swiper-pagination {
  width: 100%;
  position: absolute;
  bottom: 20px;
  text-align: left;
  left: 100px;
}

main .grid .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  margin-right: 10px;
}

.swiper-pagination-bullet {
  background: #dfdfdf;
}

.swiper-pagination-bullet-active {
  background: #d82526;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.active-popular-news::before {
  content: "";
  position: absolute;
  background-image: url(../img/active-popular.png);
  height: auto;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  background-size: cover;
  background-position: top;
  top: 0;
  right: 0;
  z-index: -9;
}

.saham-hijau {
  text-align: right !important;
  color: #53a663 !important;
  padding-right: 5px !important;
  border-right: 1px solid #acacac !important;
  width: 45px;
  height: 34px;
  left: 62px;
  top: 0px;
}

.saham-grey {
  text-align: right !important;
  color: #959595 !important;
  padding-right: 5px !important;
  border-right: 1px solid #acacac !important;
  width: 45px;
  height: 34px;
  left: 62px;
  top: 0px;
}

.saham-merah {
  text-align: right !important;
  color: #d82526 !important;
  padding-right: 5px !important;
  border-right: 1px solid #acacac !important;
  width: 45px;
  height: 34px;
  left: 62px;
  top: 0px;
}

.list-market {
  text-align: left !important;
  font-weight: bold !important;
  font-size: 16px !important;
  padding-bottom: 10px !important;
}

.list-market-right {
  padding-bottom: 14px !important;
}

.market-button {
  width: 100% !important;
  height: 100% !important;
  background-color: white !important;
  border-radius: 50% !important;
  max-height: 32px !important;
  max-width: 32px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  box-shadow: 2px 2px 2px #888888;
}

.search-button {
  display: flex;
  justify-content: left;
  align-items: center;
}

.see-market {
  background-color: white;
  border: 1px solid #193f6e;
  color: #193f6e;
  padding: 10px;
  width: 70%;
  height: 100%;
  border-radius: 5px;
  font-size: 12px;
  transition: 0.3s;
  font-weight: 900;
  line-height: 14px;
}

.see-market:hover {
  background-color: #193f6e;
  color: white;
}

.marquee-button {
  width: 100%;
  height: 100%;
  background-color: white;
  border-radius: 50%;
  max-height: 32px;
  max-width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 2px 2px 2px #888888;
}

.marquee-button:hover {
  background-color: #888888;
  transition: 0.3s;
}

.market-button:hover {
  background-color: #888888 !important;
  transition: 0.3s !important;
}

.title-berita {
  color: #333333;
  font-family: Century Gothic Bold;
  font-size: 30px;
  letter-spacing: 0.15px;
  font-weight: 700;
}

.swiper-slide-title {
  width: 80%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  background-image: linear-gradient(
    270deg,
    transparent,
    rgba(69, 69, 69, 0.767)
  );
  padding: 0 50px 100px 50px;
  color: rgb(255, 255, 255);
}

.swiper-slide-title::before {
  content: "";
  height: 441px;
  width: 245px;
  position: absolute;
  right: 211px;
  top: 0;
  background: linear-gradient(
    90deg,
    #454545 30.69%,
    rgba(69, 69, 69, 0.552083) 53.46%,
    rgba(69, 69, 69, 0.196067) 70.54%,
    rgba(69, 69, 69, 0) 89.29%
  );
}

.ecotainment-button {
  width: 100%;
  height: 100%;
  background-color: white;
  border-radius: 50%;
  max-height: 32px;
  max-width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tabright {
  overflow: hidden;
  border: none;
  background-color: #f9f9f9;
  width: 379px;
  height: 54px;
}

.tabright button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 20px;
  color: #959595;
  font-weight: 700;
  width: 50%;
}

.tabcontentright {
  display: none;
  padding: 6px 12px;
  border-top: none;
}

.market-watch-major-index {
  position: absolute;
  top: 25px;
  left: 25px;
  letter-spacing: 0.15px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  font-size: 22px;
}

.marquee-isi {
  width: 45px;
  height: 34px;
  left: 0px;
  top: 0px;
}

.tabright button[name="a"].active {
  position: sticky;
  -webkit-clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
  background: #d82526;
  width: 188px;
  height: 54px;
  top: -5px;
  font-family: Century Gothic;
  font-weight: 700;
  color: #454545;
  font-size: 20px;
}

.tabright button[name="a"].active .tab-clip {
  position: absolute;
  -webkit-clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
  background: white;
  width: 188px;
  height: 54px;
  top: 2px;
  left: -1px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tabright button[name="b"].active {
  position: sticky;
  -webkit-clip-path: polygon(14% 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(14% 0, 100% 0, 100% 100%, 0% 100%);
  background: #d82526;
  width: 188px;
  height: 54px;
  top: -5px;
  font-family: Century Gothic;
  font-weight: 700;
  color: #454545;
  font-size: 20px;
}

.tabright button[name="b"].active .tab-clip {
  position: absolute;
  -webkit-clip-path: polygon(14% 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(14% 0, 100% 0, 100% 100%, 0% 100%);
  background: white;
  width: 188px;
  height: 54px;
  top: 2px;
  right: -1px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.isi-slide {
  width: 70%;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 110px;
  font-family: Century Gothic;
  position: relative;
}

.h5mi {
  font-size: 16px;
  font-family: Century Gothic Bold;
  font-weight: 900;
  padding-top: 5px;
  padding-bottom: 5px;
}

.tab {
  padding-bottom: 10px;
  overflow: hidden;
  background-color: #ffffff;
}

.tab.atas {
  padding-bottom: 25px;
  overflow: hidden;
  background-color: #ffffff;
  padding-left: 11px;
}

.tab.atas button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0px 0px;
  transition: 0.3s;
  font-size: 17px;
  font-family: century gothic;
  margin-right: 25px;
  color: #959595;
}

.tab.bawah {
  overflow: hidden;
  background-color: #ffffff;
  padding: 0px;
  border-bottom: 1px solid #dfdfdf;
  width: auto;
  float: left;
  padding-top: 10px;
}

.tab.bawah button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0px 0px;
  transition: 0.3s;
  font-size: 17px;
  font-family: century gothic;
  margin-right: 50px;
  margin-bottom: 2px solid #000;
  color: #959595;
}

.tab.bawah button:last-child {
  margin-right: 10px;
}

.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 0px;
  transition: 0.3s;
  font-size: 17px;
  font-family: century gothic;
}

.tab button.active {
  border-bottom: 2px solid rgb(197, 48, 48);
  font-weight: 700;
  color: rgb(77, 77, 77);
  font-family: "Century Gothic Bold";
}

.tabcontent {
  display: none;
  padding: 6px 12px;
}

.stockcontent {
  display: none;
  padding: 20px 0px;
  float: left;
}

.tab .stocklinks.active {
  font-weight: 700;
  color: #193f6e;
  border-bottom: 2px solid #193f6e;
}

.commoditiescontent {
  display: none;
  padding: 20px 0px;
  float: left;
}

.tab .commoditieslinks.active {
  font-weight: 700;
  color: #193f6e;
  border-bottom: 2px solid #193f6e;
}

#topgainers {
  font-family: Century Gothic;
  border-collapse: collapse;
  width: 100%;
}

#topgainers td,
#topgainers th {
  border-bottom: 1px solid #ddd;
  padding: 8px;
}

#topgainers td {
  font-weight: 700;
}

#topgainers tr:hover {
  background-color: #ddd;
}

#topgainers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  border: none;
  background-color: #ffffff;
  color: #454545;
  font-weight: 400;
  font-size: 16px;
}

.h3sc {
  font-family: "Century Gothic";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  color: #193f6e;
}

.h3c {
  font-size: 24px;
  font-family: Century Gothic Bold;
  font-weight: 900;
  color: #193f6e;
  margin-bottom: 0.5rem;
}

.h1c {
  font-size: 16px;
  font-family: Century Gothic;
  font-weight: 800;
  color: rgb(51, 51, 51);
  padding-bottom: 20px;
}

.button-currencies {
  width: 0px;
  height: 22px;
  position: absolute;
  padding-left: 83px;
  margin: 10px;
  border-right: 1px solid rgb(216, 216, 216);
}

.select-wrapper {
  height: 50px;
  overflow-y: visible;
}

.select-currencies {
  border: transparent;
  width: 16%;
  margin: 10px;
  position: absolute;
  background: none;
  color: #043b87;
  z-index: 999;
}

.img-convert {
  width: 100%;
  height: 100%;
  background-color: white;
  border-radius: 50%;
  max-height: 32px;
  max-width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.input-currencies {
  border: 1px solid #193f6e;
  width: 335px;
  height: 42px;
  padding: 0;
  padding-left: 100px;
  border-radius: 10px;
}

.div-img-convert {
  height: 100%;
  padding: 6px 15px;
  width: 10%;
}

.p-buysell {
  padding-right: 15px;
  font-weight: 500;
  font-size: 20px;
  line-height: 110%;
  color: #959595;
}

.p-width {
  font-weight: 500;
  font-size: 22px;
  line-height: 110%;
  color: #959595;
}

.buysell-button {
  border: 1px solid #959595;
  width: 88px;
  height: 32px;
  margin: 1px;
  position: absolute;
  border-radius: 5px;
  color: #d82526;
}

.buysell-button .buysell-option[value="#D82526"] {
  color: #d82526;
}

.buysell-button .buysell-option[value="#53A663"] {
  color: #53a663;
}

.a-share {
  padding-right: 15px;
}

.comment {
  padding: 26px 0px;
  font-family: century gothic;
}

.comment .title {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.5px;
  color: #263137;
  margin-bottom: 30px;
}

.comment .typing {
  display: flex;
  gap: 28px;
  align-items: center;
  position: relative;
}

.comment .text-1 {
  color: #a3a3a3;
  font-family: century gothic italic;
  font-family: 12px;
  letter-spacing: 0.4px;
  padding: 9px;
  width: 100px;
}

.comment .typing .text-typing {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.25px;
  color: #a3a3a3;
  padding-left: 26px;
}

.comment .text-2 {
  border: dashed 1px #a3a3a3;
  background-color: #f9f9f9;
  text-align: center;
  color: #a3a3a3;
  padding: 7px 39px;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.comment .text-3 {
  color: var(--blacktext);
  background-color: #f9f9f9;
  padding: 40px 0;
  text-align: center;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.21px;
}

.highlight-stock-table {
  font-family: century gothic bold;
  display: block;
  align-items: center;
  margin-bottom: 15px;
  justify-content: space-between;
  gap: 8px;
  padding: 0 0px 0;
}

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

.stock-table {
  width: 100%;
  border-collapse: collapse;
}

.stock-table tr {
  border-bottom: 1pt solid #959595;
  text-align: center;
}

.stock-table .title-stock-table th .t-1 {
  text-align: center;
  padding: 10px;
}

.stock-table .title-stock-table th .t-2 {
  text-align: left;
  padding: 10px;
  font-weight: 900;
}

.title-stock-table th .t-1 {
  text-align: center;
  padding: 0px;
}

.title-stock-table th .t-2 {
  text-align: left;
  padding: 0px 60px 0px 0px;
  font-weight: 900;
}

.pagination-market {
  display: flex;
  margin: 20px 0;
}

.pagination-market p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 12px;
  color: #959595;
}

.pagination-market .button-pagination-1,
.button-pagination-2 {
  font-family: Century Gothic Bold;
  color: #454545;
  font-size: 15px;
  padding: 0px 20px 0px 20px;
  cursor: pointer;
}

.pagination-market .number-pagination {
  display: flex;
  gap: 20px;
  font-family: century gothic;
  cursor: pointer;
}

.pagination-market .number-pagination div.active-button-number {
  font-family: century gothic bold;
  color: #193f6e;
  position: relative;
  border-bottom: 2px solid #193f6e;
}

.pagination-market .number-pagination div {
  font-family: century gothic;
  color: #454545;
}

.title-stock-table th {
  background-color: #454545;
  color: #ffffff;
  border-style: hidden !important;
  font-family: "Century Gothic";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
}

.stock-table .data-stock-table {
  position: relative;
}

.highlight-stock-table .stock-table-title,
.search-stock-table {
  font-family: century gothic;
  font-weight: 700;
  font-size: 20px;
  color: #454545;
  justify-content: space-around;
  display: flex;
}

.stock-table-title {
  font-family: Century Gothic Bold;
  font-weight: 700;
  font-size: 20px;
  color: #454545;
  justify-content: space-around;
  display: flex;
}

.search-stock-table {
  font-family: century gothic;
  font-weight: 400;
  font-size: 20px;
  color: #454545;
  display: flex;
  border-bottom: 1px solid #959595;
  padding-bottom: 10px;
  width: 284px;
}

.title-ecotaiment {
  padding-left: 50px;
  font-size: 24px;
  letter-spacing: 0;
  font-family: Century Gothic Bold;
  margin-bottom: 0.5rem;
}

.title-date {
  padding-bottom: 20px;
  padding-left: 50px;
  padding-top: 5px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
}

.title-desk1 {
  font-family: "Century Gothic";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  padding-top: 10px;
  padding-left: 50px;
}

.title-desk1 .title-desk2 {
  font-family: "Century Gothic";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  display: contents;
}

.stockh3 {
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 120%;
  color: #204d7f;
  padding-bottom: 30px;
}

.stockh3b {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: #204d7f;
}

.dropdown-svg {
  width: 100%;
  height: 100%;
  max-height: 10px;
  max-width: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 13px;
}

.input-search-box {
  border: none;
  width: auto;
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  color: #454545;
}

.h3curren {
  font-family: century gothic;
  font-weight: 700;
  font-size: 20px;
  line-height: 160%;
  color: #193f6e;
}

.acurren {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #959595 !important;
}

.h3curren1 {
  font-family: century gothic;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 160%;
  color: #193f6e;
}

.am5stock-link {
  margin: 0px 25px 0px 0px !important;
  font-weight: 500 !important;
  color: #999999 !important;
  border: 1px solid #fff !important;
}

.am5stock-active,
.am5stock-link:hover {
  background-color: white !important;
  border: 1px solid #193f6e !important;
  font-family: century gothic bold !important;
  color: #193f6e !important;
}

.am5stock-link:nth-child(5),
.am5stock-link:last-child {
  display: none;
}

.am5stock-control-button {
  border: none !important;
}

.mdr-title {
  padding-left: 20px;
  font-family: "Century Gothic Bold";
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0;
}

.currencies-head {
  height: 60px;
}

.dataTables_info {
  display: block;
  color: #959595 !important;
  font-size: 12px;
}

.dataTables_wrapper .dataTables_paginate {
  margin-top: 24px;
  margin-bottom: 50px;
}

.dataTables_wrapper .dataTables_info {
  margin-top: 24px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  min-width: 0;
  padding: 0;
  margin: 0px 10px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #193f6e !important;
  border-bottom: 1px solid #193f6e;
  background-color: white;
}

.ecotaintment-img {
  width: 674px !important;
  height: 441px !important;
}

.control-font {
  display: contents;
  float: right;
}

.article--fonts {
  display: flex;
  justify-content: end;
  align-items: baseline;
  margin-bottom: 40px;
}

.stockrupiah {
  padding-right: 15px;
  border-right: 1px solid #b8b8b8;
  font-weight: 700;
  font-size: 20px;
  color: #454545;
}

.stockrupiahnaik {
  padding-right: 15px;
  font-weight: 500;
  color: #53a663 !important;
  font-size: 20px;
}

.stockrupiahturun {
  padding-right: 15px;
  font-weight: 700;
  color: #e74227 !important;
  font-size: 20px;
}

.stockytd {
  font-weight: 700;
  font-size: 20px;
  color: #454545;
}

.iconstocknaik {
  padding-left: 5px;
  padding-right: 5px;
  width: 25px;
  height: 15px;
}

.column2 a {
  color: #193f6e;
  cursor: pointer;
}

.column2 a:hover {
  color: #193f6e !important;
}

.column7 {
  color: #53a663;
}

.breadcrumb-currencies-none {
  display: none;
}

.breadcrumb-currencies-show {
  display: show;
}

.breadcrumb-stock-none {
  display: none;
}

.breadcrumb-stock-show {
  display: show;
}

.img-nomer-merah-besar {
  width: 23px !important;
  height: 52px !important;
  -o-object-fit: contain !important;
  object-fit: contain !important;
  margin: 0px 0px 0px 0px;
}

.img-nomer-merah-sedang {
  width: 34px !important;
  height: 34px !important;
  -o-object-fit: contain !important;
  object-fit: contain !important;
  margin: 5px 0px 0px 0px;
}

.outer-social-media-box {
  position: sticky;
  top: 172px;
}

.search-button-hide {
  display: none;
}

.search-button-show {
  display: block;
}

.swiper-button-next-show {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.2s linear;
}

.swiper-button-next-hidden {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.2s, opacity 9.2s linear;
}

.swiper-button-prev-show {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.2s linear;
}

.swiper-button-prev-hidden {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.2s, opacity 0.2s linear;
}

.inside-eco-button {
  width: 100%;
  height: 100%;
  background-color: white;
  border-radius: 50%;
  max-height: 32px;
  max-width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.inside-eco-button:hover {
  background-color: #959595;
}

.bottom-pagination {
  justify-content: space-between;
  display: flex;
}

.bton {
  padding: 0px 10px;
  font-weight: 500;
  font-size: 16px;
  color: #959595 !important;
  border: none;
  background-color: #fff;
  font-family: century gothic bold;
}

.bton:nth-child(1) {
  font-size: 16px;
}

.bton:nth-child(2) {
  font-size: 20px;
}

.bton:nth-child(3) {
  font-size: 24px;
}

.cfactive {
  background-color: #fff;
  color: #454545 !important;
  font-family: century gothic bold;
  font-weight: 900;
}

#detail .content p {
  font-family: MNC-Sans-Regular;
  font-size: 16px;
  line-height: 26px;
  color: #454545;
  letter-spacing: 0.44px;
  margin-bottom: 30px;
}

table tr td:nth-child(3) {
  text-align: left;
}

table tr td:nth-child(6) {
  color: #53a663;
}

table tr td:nth-child(7) {
  color: #53a663;
}

td a {
  color: #193f6e;
}

.kj {
  color: #193f6e !important;
}

table thead tr th:nth-child(3) {
  text-align: left;
}

.text-body--3.utama {
  font-weight: 700;
}

.text-body--2.utama {
  font-weight: 700;
}

.button-default .show-ra-btn-class {
  height: auto;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
  text-transform: capitalize;
  background-color: #fff !important;
  border: 1px solid #204d7f !important;
  max-width: -moz-max-content;
  max-width: max-content;
}

.text-custom,
.text-menubar.e {
  color: #d82526 !important;
}

.text-custom.black {
  color: #454545 !important;
  background: unset !important;
}

.title-berita.h {
  padding-top: 30px;
}

.select-dropdown {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.select-wrapper .select-dropdown {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 9999;
}

.swiper-button-next.swiper-button-white {
  background-image: url(../img/akar-icons_arrow-left.png);
  background-size: 13px;
  background-color: #fafafa;
  width: 30px;
  height: 30px;
  box-shadow: 2px 2px 2px #888888;
}

.swiper-button-next.swiper-button-black {
  background-image: url(../img/next-idx.svg);
  background-size: 14px;
}

.swiper-button-prev.swiper-button-black {
  background-image: url(../img/Left-idx.svg);
  background-size: 14px;
}

.swiper-button-next.swiper-button-white:hover {
  background-color: #e2e2e2;
  box-shadow: 2px 2px 2px #888888;
}

.swiper-button-prev.swiper-button-white {
  background-image: url(../img/akar-icons_arrow-right.png);
  background-size: 13px;
  background-color: #fafafa;
  width: 30px;
  height: 30px;
  box-shadow: 2px 2px 2px #888888;
}

.swiper-button-prev.swiper-button-white:hover {
  background-color: #e2e2e2;
  box-shadow: 2px 2px 2px #888888;
}

.infografis {
  padding-top: 20px;
}

.text-custom.l {
  color: #333333 !important;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35 !important;
  cursor: auto;
  pointer-events: none;
}

.dataTables_filter {
  padding: 10px 0px;
}

.dataTables_filter input[type="search"] {
  border-bottom: 1px solid #959595;
  width: auto;
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  color: #454545;
  padding: 0px 0px 10px 35px;
  font-family: century gothic;
}

.dataTables_filter::before {
  content: url(../img/search.png);
  position: absolute;
  margin: 5px 10px;
}

.dataTables_filter.none::before {
  content: "";
}

.dataTables_filter input[type="search"]::-moz-placeholder {
  color: #454545;
  font-weight: lighter;
  font-size: 20px;
  font-family: century gothic;
}

.dataTables_filter input[type="search"]::placeholder {
  color: #454545;
  font-weight: lighter;
  font-size: 20px;
  font-family: century gothic;
}

.mh-img2-wrapper {
  float: left;
  width: 100%;
}

.mh-img2-box {
  float: left;
  width: 50%;
  padding-right: 50px;
  padding-top: 10px;
  font-weight: 500;
  color: #043b87;
}

.mh-img2-box-2 {
  float: left;
  width: 50%;
  padding-right: 0px;
  padding-top: 10px;
  text-align: right;
}

.mh-img2-box a,
.mh-img2-box-2 a {
  padding-right: 5px;
  font-weight: 500;
  font-family: Century Gothic;
}

.pr50 {
  padding-right: 50px;
}

.footer--menu-left ul:nth-child(5) {
  width: 120%;
}

#topgainers tr td:nth-child(3) {
  text-align: center;
}

.navstock.inline {
  display: inline;
}

table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
  border-top: 2px solid #ddd !important;
}

.list-tabs {
  width: 106px;
}

.list-tabs ul li {
  font-size: 16px;
  line-height: 20px;
  color: #949494;
  font-weight: 600;
  list-style: none;
  padding: 10px 0px;
  font-family: "Century Gothic Bold";
  cursor: pointer;
}

.list-tabs ul li.active {
  color: #454545;
}

.hidden {
  display: none;
}

.text-body--3.about-us-tabs p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #454545;
  text-align: justify;
}

.text-body--3.about-us-tabs p.end-paraghraph {
  padding-left: 1.5em;
  text-indent: -1.4em;
}

.pl-20 {
  padding-left: 20px;
}

.list-tabs-content-ul {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.container--about-right.list-tabs-content-border {
  padding-bottom: 30px;
  border-left: 2px solid #e7e7e7;
  padding-left: 50px;
  margin-bottom: 100px;
}

.tabcontentright .list-content-tab .headline-child {
  width: -moz-fit-content;
  width: fit-content;
}

.but-tab {
  margin-right: 10px;
  color: #193f6e;
  font-weight: 100;
  background: none;
  border: none;
  padding-top: 10px;
  font-family: century gothic;
}

.but-tab-logo {
  background-image: url("../img/seedetails.png");
  width: 20px;
  height: 10px;
  display: inline-block;
  margin: 0px 10px;
}

.but-tab-logo.up {
  background-image: url("../img/seedetailsup.png");
  width: 20px;
  height: 10px;
  display: inline-block;
}

.footer .text-caption--2.fw900 {
  font-weight: 900;
}

.struktur-o {
  font-weight: 700;
  font-size: 16px;
}

.name {
  text-align: justify;
}

.sekilas-idx {
  font-family: century gothic bold;
  padding: 10px 0px;
}

.pedoman-p {
  font-weight: 800;
}

.teks-share {
  text-align: center;
  font-weight: 600;
}

.Marquee-tag.mw .market-list2 ul {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  width: 65px;
  height: 63px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.Marquee-tag.mw .market-list2 ul li {
  padding: 3px 0px;
}

.mkr-title {
  font-weight: 700;
  font-size: 15px;
}

.mkr-text1 {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
}

.mkr-text1.r {
  color: #d82526;
}

.mkr-text1.g {
  color: #53a663;
}

.mkr-text2 {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
}

.g-triangle {
  background-image: url(../img/hijausegitiga.png);
  width: 14px;
  height: 7px;
  padding: 0px 6px;
}

.r-triangle {
  background-image: url(../img/merahsegitiga.png);
  width: 14px;
  height: 7px;
  padding: 0px 6px;
}

.n-triangle {
  background-image: url(../img/null.png);
  width: 14px;
  height: 7px;
  padding: 0px 6px;
}

.v-content-sticky {
  padding-top: 180px;
}

/* Wa Channel */
.wa-channel {
  background: #d6e9ff;
  padding: 12px 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 22px 0px 32px;
}

.wa-channel .desc-wa-channel {
  width: calc(100% - 84px);
  padding-right: 16px;
  font-family: "Century Gothic";
  font-size: 16px;
  font-style: normal;
  color: #204d7f;
  line-height: 150%;
}

.wa-channel .btn-follow-channel {
  display: block;
  padding: 8px 16px;
  border-radius: 5px;
  background: #295d9e;
  color: #f9f9f9;
  font-family: "Century Gothic Bold";
  font-size: 16px;
  font-style: normal;
  line-height: normal;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  #left {
    width: 500px;
    padding-right: 20px;
  }
  #right {
    width: 380px;
  }
  header {
    width: 100%;
  }
  body {
    width: 176%;
  }
  .Marquee-tag {
    width: 86%;
  }
  .swiper-button-prev-custom2,
  .swiper-container-rtl .swiper-button-next-custom2 {
    left: 30px;
    right: auto;
    background-size: 14px;
    bottom: 25px;
  }
  .swiper-button-next-custom2,
  .swiper-container-rtl .swiper-button-prev-custom2 {
    left: auto;
    right: 15px;
    background-size: 14px;
    bottom: 25px;
  }
  .swiper-button-prev-custom,
  .swiper-container-rtl .swiper-button-next-custom {
    left: auto;
    right: 365px;
    background-size: 14px;
    bottom: 60px;
  }
  .swiper-button-next-custom,
  .swiper-container-rtl .swiper-button-prev-custom {
    left: 385px;
    right: auto;
    background-size: 14px;
    bottom: 60px;
  }
  .swiper-container-idx {
    padding-top: 55px;
  }
  .mh-img2 {
    height: 130px;
  }
  .see-market {
    width: 85%;
  }
  .market-watch {
    flex-direction: row;
    justify-content: left;
  }
  .market-watch--content {
    width: 406px;
  }
  .market-watch--content-right {
    width: 85%;
  }
  .mh-isi-content {
    gap: 0px;
  }
  .market-watch--description {
    width: 230px;
  }
  .mh-title-wrap {
    top: 14.76%;
  }
  .headline-kanal .headline-child {
    color: #fff;
  }
  .mh-isi-content.bawah {
    gap: 0px;
  }
  .swiper-slide img {
    width: 60%;
  }
  .swiper-slide-title {
    width: 85%;
  }
  .swiper-slide-title::before {
    background: linear-gradient(
      90deg,
      #2a2a2a 30.69%,
      rgba(69, 69, 69, 0.552083) 53.46%,
      rgba(69, 69, 69, 0.196067) 70.54%,
      rgba(69, 69, 69, 0) 89.29%
    );
  }
  .isi-slide {
    width: 80%;
  }
  .swiper-pagination {
    bottom: 0px;
  }
  .market-watch--text {
    font-size: 18px;
  }
}
@media only screen and (min-width: 580px) {
  .shimmer-more-idx {
    display: flex;
  }
  .shimmer-more {
    display: block;
    margin-top: 0;
  }
  .shimmer-more-idx:nth-child(1) {
    margin-top: 15px;
  }
  .shimmer-more-idx:last-child {
    margin-bottom: 0;
  }
  .shimmer-more-idx {
    width: 100%;
    margin: 30px 0;
  }
  .shimmer-more-idx div {
    width: calc(100% - 140px);
  }
  .shimmer-more-idx lines:nth-child(1) {
    width: 95%;
  }
  .shimmer-more-idx lines {
    width: 53%;
  }
  .shimmer-more-idx box {
    width: 130px;
    height: 78px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .idxc-live iframe,
  .vid-program iframe {
    height: calc(37vh - 26px);
  }
}
@media only screen and (max-width: 650px) {
  .idxc-live iframe,
  .vid-program iframe {
    height: calc(44vh - 26px);
  }
}
@media only screen and (max-width: 700px) {
  .idxc-live iframe,
  .vid-program iframe {
    height: calc(51vh - 26px);
  }
  .vid-program img {
    height: 325px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 560px) {
  .container {
    max-width: 100%;
    padding: 0 15px;
  }
  .container--logo {
    padding: 0;
  }
  .header-menu li {
    height: 40px;
  }
  .menu-utilities {
    display: none;
  }
  .slide-mw.swiper-slide {
    width: 20%;
  }
  .market-watch--content-left {
    width: 100%;
  }
  .swiper-container-idx {
    margin: 0 20px;
  }
  a.logo-idx {
    display: flex;
  }
  .thumbnail-grid-content {
    flex-direction: column;
  }
  .thumbnail-grid-overlay {
    height: 91px;
    width: 33.1%;
    right: 0;
  }
  .thumbnail-grid--md a {
    flex-direction: row;
  }
  .thumbnail-grid--md img {
    width: 33.1%;
    height: 91px;
  }
  .slider-instance-wrapper {
    height: 360px;
  }
  .swiper-container {
    height: 360px;
  }
  .nav-slide-idx .swiper-wrapper .swiper-slide-active img {
    width: 270px !important;
    height: 165px !important;
  }
  .nav-slide-idx .swiper-wrapper .swiper-slide-active .bundle-slide {
    width: 380px;
    max-height: 170px;
    position: relative;
    height: 100%;
    border: 2px solid #fff;
  }
  .nav-slide-idx .swiper-wrapper .swiper-slide-next img,
  .nav-slide-idx .swiper-wrapper .swiper-slide-prev img,
  .nav-slide-idx .swiper-wrapper .swiper-slide-duplicate-next img,
  .nav-slide-idx .swiper-wrapper .swiper-slide-duplicate-prev img {
    max-width: 160px;
    max-height: 133px;
  }
  .swiper-nav h6 {
    display: none;
  }
  .thumbnail-grid--lg {
    height: 280px;
    margin-bottom: 2px;
    width: 100%;
    clear: both;
  }
  .thumbnail-grid--md img {
    width: 33.3333333333%;
    height: 120px;
  }
  .market-watch--content-left .index-row {
    width: 90px;
    padding-left: 20px;
  }
  .market-watch--content-left .index-row-additional {
    display: block;
  }
  .headline-child .mh-img2 {
    margin-bottom: 21px;
  }
  .headline-child img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
  }
  .thumbnail-tab--md-image {
    width: 130px !important;
    height: 78px;
    margin-right: 10px;
    position: relative;
  }
  .container-news .bt-con {
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .headline-date {
    margin-top: 0;
  }
  .idxc-live iframe,
  .vid-program iframe {
    height: calc(55vh - 13px);
  }
  .thumbnail-list--md-image {
    width: 130px;
    height: 80px;
  }
  .thumbnail-list--md-image,
  .thumbnail-list--sm-image {
    margin-right: 10px;
  }
  .button-default {
    width: 100%;
    max-width: 100%;
  }
  .button-default .text-body--1 {
    padding: 10px;
  }
  .footer--social-media-left .text-caption--2 {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .footer-icon {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
  }
  .container--footer {
    text-align: center;
  }
  .footer--menu-left ul li {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .index-content--right {
    margin-bottom: 35px;
  }
  .market-watch--text {
    font-size: 18px;
  }
  .mkr-title {
    font-weight: 700;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .bt-con {
    display: block !important;
    width: 30% !important;
    margin-right: 16px;
  }
  .mh-img2 img {
    height: 200px !important;
  }
  .container-news {
    width: calc(100% + 16px);
  }
  .thumbnail-tab--md {
    width: calc(100% + 20px);
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 10px;
  }
  .thumbnail-tab--md-row {
    width: 32%;
    margin: 0;
  }
  .thumbnail-tab--md-link {
    display: block;
  }
  .thumbnail-tab--md-image {
    height: 134px;
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .container {
    padding: 0 16px;
    max-width: 100%;
  }
  #left {
    width: 450px;
  }
  #right {
    width: 270px;
  }
  .thumbnail-grid-content {
    flex-direction: column;
  }
  .thumbnail-grid-overlay {
    height: 91px;
    width: 33.1%;
    right: 0;
  }
  .thumbnail-grid--md a {
    flex-direction: row;
  }
  .thumbnail-grid--md img {
    width: 33.1%;
    height: 91px;
  }
  .button-default .text-body--1 {
    padding: 12px 22px;
  }
  h6 {
    font-size: 18px;
  }
  .text-menubar {
    font-size: 10px;
    line-height: 15px;
  }
  .thumbnail-list--md a,
  .thumbnail-list--sm a {
    margin-bottom: 15px;
    margin-top: 15px;
    margin-right: 0;
  }
  .thumbnail-list--md-image,
  .thumbnail-list--sm-image {
    margin-right: 10px;
  }
  .thumbnail-list--md-image {
    width: 130px;
    height: 80px;
  }
  .index-content--right {
    width: 270px;
  }
  .sidebar-content {
    margin-right: 0;
  }
  .line-vertical {
    margin-left: 10px;
    margin-right: 10px;
  }
  .bt-con .thumbnail-tab--md-image {
    height: 100px;
    margin-right: 15px;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
  }
  .thumbnail-tab--md-link {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .bt-con {
    width: 100%;
  }
  .idx-rec {
    width: 90px;
    height: 35px;
  }
  .idxclive-logo {
    width: 15px;
    height: 15px;
  }
  .market-watch {
    flex-direction: column;
  }
  .market-watch--content-left {
    width: 50%;
  }
  .market-watch--content-right {
    width: 50%;
  }
  .market-watch--content-left .index-row {
    width: 100px;
    padding-left: 26px;
  }
  .market-watch--content-left .index-row-additional {
    display: none;
  }
  .text-body--3 {
    font-size: 16px;
  }
  .mh-img {
    height: 300px;
  }
  .kanal-economia .mh-img {
    height: 354px;
  }
  .mh-img2 {
    max-height: 137px;
  }
  .mh-title-wrap {
    padding-left: 18px;
    padding-bottom: 19px;
  }
  .headline-kanal {
    font-size: 18px;
  }
  .bt-con {
    display: flex;
  }
  .headline-child img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
  }
  .headline-child .mh-title-wrap {
    padding: unset;
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.2) 35%,
      rgb(0, 0, 0) 75%
    );
  }
  .headline-child .headline-date {
    margin-bottom: 10px;
  }
  .nav-slide-idx .swiper-wrapper .swiper-slide-active img {
    width: 375px !important;
    height: 230px !important;
  }
  .nav-slide-idx .swiper-wrapper .swiper-slide-active .bundle-slide {
    width: 380px;
    max-height: 235px;
    position: relative;
    height: 100%;
    border: 2px solid #fff;
  }
  .nav-slide-idx .swiper-wrapper .swiper-slide-next img,
  .nav-slide-idx .swiper-wrapper .swiper-slide-prev img,
  .nav-slide-idx .swiper-wrapper .swiper-slide-duplicate-next img,
  .nav-slide-idx .swiper-wrapper .swiper-slide-duplicate-prev img {
    max-width: 160px;
    max-height: 133px;
  }
  .vid-program,
  .vid-program img {
    height: 255px;
  }
  .kanal-video .icon-photo {
    bottom: 125px;
  }
  .vidcont .vid-program iframe {
    height: 100%;
  }
  .thumbnail-tab--lg .thumbnail-tab--content {
    margin-top: 10px;
  }
  .text-body--1 {
    font-size: 13px;
    line-height: 18px;
  }
  .thumbnail-tab--sm {
    flex-direction: column;
  }
  .thumbnail-tab--sm a {
    flex-direction: row;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
  }
  .thumbnail-tab--sm-image {
    width: 123px;
    margin-right: 10px;
  }
  .thumbnail-tab--lg .line-horizontal {
    display: none;
  }
  .footer--social-media-right {
    padding: 0 10px;
  }
  .text-custom {
    font-size: 24px;
  }
  .thumbnail-infografis--content,
  .thumbnail-regulasi--content {
    margin-left: 11px;
    margin-right: 11px;
  }
  .thumbnail-infografis--text,
  .thumbnail-regulasi--text {
    text-align: center;
    padding: 10px;
  }
  .yks--banner img {
    height: 100px;
  }
  .yks--banner iframe {
    margin-left: 25px;
    margin-right: 25px;
    width: 250px;
  }
  .thumbnail-overlay--lg .videoSticky-bg,
  .thumbnail-overlay--lg iframe {
    height: 280px;
  }
  .thumbnail-round--row {
    width: 100%;
  }
  .thumbnail-round--image img {
    width: 60px;
    height: 60px;
  }
  .index-content--filter {
    align-items: center;
  }
  .article--infografis {
    width: 83%;
  }
  .index-content--date {
    flex-direction: column;
  }
  .datepicker-index--field .prefix {
    position: relative;
  }
  .datepicker-index--field .prefix ~ label {
    margin-left: 2em;
    top: 1em;
  }
  .container.filters.index-content.index-date h5 {
    line-height: 30px;
  }
  .index-date .datepicker-index--field {
    display: flex;
  }
  .index-date .md-form.v-text-field .v-label {
    left: 2em;
  }
  .index-content--infografis .index-content--date-field {
    display: block;
  }
  .yuknabung-saham .button-default .text-body--1 {
    padding: 12px;
  }
  .thumbnail-grid--lg {
    height: 232px;
    margin-right: 0;
    margin-bottom: 2px;
  }
  .swiper-nav h6 {
    display: none;
  }
  .shimmer-more-idx box {
    width: 170px;
    height: 100px;
    margin-right: 15px;
  }
  .shimmer-more-idx div {
    width: calc(100% - 185px);
  }
  .v-tabs__item {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .idxc-live .text-custom::before {
    margin: 8px 0px;
  }
  .sm-pr0 {
    padding-right: 0px !important;
  }
  .display-block {
    display: block !important;
  }
  .footer--menu-left {
    width: 50%;
  }
  .footer--menu-right {
    width: 35%;
    display: flex;
    flex-wrap: wrap;
  }
  #left {
    width: 530px;
  }
  #right {
    width: 370px;
  }
  header {
    width: 100%;
  }
  body {
    width: 131%;
  }
  .Marquee-tag {
    width: 86%;
  }
  .saham-dex-index.up {
    padding: 0px 10px;
  }
  .saham-dex-index.down {
    padding: 0px 10px;
  }
  .saham-dex-index.null {
    padding: 0px 10px;
  }
  .swiper-button-prev-custom2,
  .swiper-container-rtl .swiper-button-next-custom2 {
    left: 13px;
    right: auto;
    background-size: 14px;
    bottom: 25px;
  }
  .swiper-button-next-custom2,
  .swiper-container-rtl .swiper-button-prev-custom2 {
    left: auto;
    right: 0px;
    background-size: 14px;
    bottom: 25px;
  }
  .swiper-button-prev-custom,
  .swiper-container-rtl .swiper-button-next-custom {
    left: auto;
    right: 332px;
    background-size: 14px;
    bottom: 60px;
  }
  .swiper-button-next-custom,
  .swiper-container-rtl .swiper-button-prev-custom {
    left: 352px;
    right: auto;
    background-size: 14px;
    bottom: 60px;
  }
  .swiper-container-idx {
    padding-top: 55px;
  }
  .mh-img2 {
    width: 100%;
    float: left;
  }
  .see-market {
    width: 85%;
  }
  .market-watch {
    flex-direction: row;
  }
  .market-watch--content {
    width: 748px;
  }
  .market-watch--content-right {
    width: 50%;
  }
  .mh-isi-content {
    gap: 0px;
  }
  .market-watch--description {
    width: 230px;
  }
  .mh-title-wrap {
    top: 14.76%;
  }
  .headline-kanal .headline-child {
    color: #fff;
  }
  .mh-isi-content.bawah {
    gap: 16px;
  }
  .swiper-slide img {
    width: 60% !important;
    height: 100%;
  }
  .swiper-slide-title {
    width: 85%;
  }
  .swiper-slide-title::before {
    background: linear-gradient(
      90deg,
      #464646 30.69%,
      rgba(69, 69, 69, 0.552083) 53.46%,
      rgba(69, 69, 69, 0.196067) 70.54%,
      rgba(69, 69, 69, 0) 89.29%
    );
    width: 390px;
    right: 100px;
  }
  .input-currencies {
    width: 209px;
  }
  .select-currencies {
    width: 25%;
  }
  .tab.bawah {
    width: 80%;
  }
  .tab.bawah button {
    margin-right: 20px;
  }
  .div-img-convert {
    padding: 6px 0px;
    width: 14%;
  }
  .stockmarket-head {
    padding-left: 116px;
  }
  .mh-img2-box {
    padding-right: 0;
    white-space: nowrap;
  }
  .mh-img2-box-2 {
    white-space: nowrap;
  }
  .market-watch--text {
    font-size: 22px;
  }
  .mkr-title {
    font-weight: 700;
    font-size: 14px;
  }
  .market-watch-major-index {
    font-size: 22px;
  }
}
@media (min-width: 960px) {
  .container {
    max-width: 900px !important;
  }
}
@media only screen and (max-width: 960px) {
  .ads-01 {
    width: calc(100% - 153px);
    overflow: hidden;
  }
  nav ul {
    margin: 0 10px;
  }
  .search-bar {
    width: 40px;
  }
  #content input {
    height: 36px;
    width: 36px;
  }
  #content .search {
    height: 36px;
    width: 36px;
    top: 0;
  }
  #content .icon-search {
    width: 19px;
    height: 19px;
    top: 8px;
    left: 8px;
  }
  .container--menu .container {
    max-width: unset !important;
    margin: 0;
  }
  .sticky-menu .header-menu {
    margin: 0 15px;
  }
  #table_id thead th:nth-child(3),
  #table_id thead th:nth-child(5) {
    display: none;
  }
  #table_id tbody tr td:nth-child(3),
  #table_id tbody tr td:nth-child(5) {
    display: none;
  }
  .breaking-news .thumbnail-overlay--lg .videoSticky-bg,
  .breaking-news .thumbnail-overlay--lg iframe {
    height: 250px;
  }
}
@media (min-width: 980px) {
  .container {
    max-width: 980px !important;
    padding: 0;
  }
  #left {
    width: 581px;
  }
  #right {
    width: 313px;
  }
  .thumbnail-grid-content {
    flex-direction: row;
  }
  .thumbnail-grid--md a {
    flex-direction: column;
  }
  .thumbnail-grid--md img {
    width: 100%;
    height: 109px;
  }
  .thumbnail-grid-overlay {
    height: 109px;
    width: 100%;
  }
  .button-default .text-body--1,
  .yuknabung-saham .button-default .text-body--1 {
    padding: 12px 36px;
  }
  .text-menubar {
    font-size: 13px;
    line-height: 20px;
  }
  .thumbnail-list--md a,
  .thumbnail-list--sm a {
    margin-bottom: 20px;
    margin-top: 20px;
    margin-right: 5px;
  }
  .thumbnail-list--md-image {
    width: 160px;
    height: 100px;
  }
  .thumbnail-list--md-image,
  .thumbnail-list--sm-image {
    margin-right: 15px;
  }
  .index-content--right {
    width: 313px;
  }
  .line-vertical {
    margin-left: 30px;
    margin-right: 30px;
  }
  .bt-con .thumbnail-tab--md-image {
    height: 120px;
    margin-right: 20px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .idx-rec {
    width: 120px;
  }
  .market-watch {
    flex-direction: column;
  }
  .market-watch--content-left {
    width: 59%;
  }
  .main-headline .mh-img {
    height: 327px;
  }
  .mh-img img {
    max-width: 100%;
    height: 327px;
  }
  .mh-img2 img {
    width: 100%;
    height: 157px;
  }
  .headline-child .headline-kanal {
    font-size: 13px;
  }
  .headline-child .mh-title-wrap .headline-date {
    align-items: center;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .bt-con {
    display: flex;
  }
  .nav-slide-idx .swiper-wrapper .swiper-slide-active img {
    width: 440px !important;
    height: 260px !important;
  }
  .nav-slide-idx .swiper-wrapper .swiper-slide-active .bundle-slide {
    width: 445px;
    max-height: 266px;
    position: relative;
    height: 100%;
    border: 2px solid #fff;
  }
  .nav-slide-idx .swiper-wrapper .swiper-slide-next img,
  .nav-slide-idx .swiper-wrapper .swiper-slide-prev img,
  .nav-slide-idx .swiper-wrapper .swiper-slide-duplicate-next img,
  .nav-slide-idx .swiper-wrapper .swiper-slide-duplicate-prev img {
    max-width: 240px;
    max-height: 143px;
  }
  .nav-slide-idx .swiper-button-next {
    right: 0;
  }
  .nav-slide-idx .swiper-button-prev {
    left: 0;
  }
  .vid-program,
  .vid-program img {
    height: 326px;
  }
  .kanal-video .icon-photo {
    bottom: 100px;
  }
  .mh-img2 {
    max-height: 213px;
  }
  .headline-child .headline-kanal {
    font-size: 16px;
    color: #fff;
  }
  .headline-child .mh-img2 {
    max-height: 213px;
  }
  .headline-child .mh-title-wrap {
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.3) 10%,
      rgb(0, 0, 0) 55%
    );
  }
  .headline-child .mh-title-wrap {
    position: absolute;
  }
  .headline-child .mh-title-wrap {
    padding-left: 17px;
    padding-bottom: 19.3px;
    padding-right: 63px;
  }
  .text-custom {
    font-size: 28px;
  }
  .index-content--date-field {
    margin-left: auto;
    margin-right: 0;
  }
  .thumbnail-infografis--content {
    margin-left: 15px;
    margin-right: 15px;
  }
  .thumbnail-round--image img {
    width: 80px;
    height: 80px;
  }
  .index-content--date {
    align-items: center;
    flex-direction: row;
  }
  .datepicker-index--field .prefix {
    top: 1em;
    left: -1.5em;
    position: absolute;
  }
  .datepicker-index--field .prefix ~ label {
    margin-left: 0;
  }
  .container.filters.index-content.index-date h5 {
    line-height: 95px;
  }
  .index-date .datepicker-index--field {
    display: block;
  }
  .index-date .md-form.v-text-field .v-label {
    left: 0;
    top: 12px;
  }
  .index-content--infografis .index-content--date-field {
    margin-left: 3.4em;
    display: flex;
  }
  .thumbnail-grid--lg {
    height: 330px;
    margin-right: 2px;
    margin-bottom: 0;
  }
  .headline-child .headline-kanal {
    font-size: 12px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .container-news {
    width: calc(100% + 16px);
  }
  .footer--menu-left {
    width: 50%;
  }
  .footer--menu-right {
    width: 35%;
    display: flex;
    flex-wrap: wrap;
  }
  #left {
    width: 500px;
  }
  #right {
    width: 380px;
  }
  header {
    width: 100%;
  }
  body {
    width: 101%;
  }
  .Marquee-tag {
    width: 86%;
  }
  .saham-dex-index.up {
    padding: 0px 1px;
  }
  .saham-dex-index.down {
    padding: 0px 1px;
  }
  .saham-dex-index.null {
    padding: 0px 1px;
  }
  .Marquee-tag div {
    font-size: 10.5px;
  }
  .Marquee-tag a {
    font-size: 10.5px;
  }
  .swiper-button-prev-custom2,
  .swiper-container-rtl .swiper-button-next-custom2 {
    left: 5px;
    right: auto;
    background-size: 14px;
    bottom: 25px;
  }
  .swiper-button-next-custom2,
  .swiper-container-rtl .swiper-button-prev-custom2 {
    left: auto;
    right: 0px;
    background-size: 14px;
    bottom: 25px;
  }
  .swiper-button-prev-custom,
  .swiper-container-rtl .swiper-button-next-custom {
    left: auto;
    right: 435px;
    background-size: 14px;
    bottom: 60px;
  }
  .swiper-button-next-custom,
  .swiper-container-rtl .swiper-button-prev-custom {
    left: 455px;
    right: auto;
    background-size: 14px;
    bottom: 60px;
  }
  .swiper-container-idx {
    padding-top: 55px;
  }
  .see-market {
    width: 85%;
  }
  .market-watch {
    flex-direction: row;
  }
  .market-watch--content {
    width: 795px;
  }
  .market-watch--content-right {
    width: 41%;
  }
  .mh-isi-content {
    gap: 0px;
  }
  .market-watch--description {
    width: 200px;
  }
  .mh-title-wrap {
    top: 14.76%;
  }
  .headline-kanal .headline-child {
    color: #fff;
  }
  .mh-isi-content.bawah {
    gap: 0px;
  }
  .swiper-slide img {
    width: 60% !important;
  }
  .swiper-slide-title {
    width: 85%;
  }
  .swiper-slide-title::before {
    background: linear-gradient(
      90deg,
      #464646 30.69%,
      rgba(69, 69, 69, 0.552083) 53.46%,
      rgba(69, 69, 69, 0.196067) 70.54%,
      rgba(69, 69, 69, 0) 89.29%
    );
  }
  .footer--menu {
    flex-direction: row;
  }
  .input-currencies {
    width: 215px;
  }
  .select-currencies {
    width: 25%;
  }
  .market-watch--text {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1100px) {
  .tabright {
    width: 100%;
  }
  .tabright button {
    font-size: 14px;
    width: 50%;
    height: 54px;
  }
  .tabright button[name="a"].active {
    position: sticky;
    -webkit-clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
    background: #d82526;
    width: 50%;
    height: 54px;
    top: -5px;
    font-family: Century Gothic;
    font-weight: 700;
    color: #454545;
    font-size: 14px;
  }
  .tabright button[name="a"].active .tab-clip {
    position: absolute;
    -webkit-clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
    background: white;
    width: 155px;
    height: 54px;
    top: 2px;
    left: -1px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .tabright button[name="b"].active {
    position: sticky;
    -webkit-clip-path: polygon(14% 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(14% 0, 100% 0, 100% 100%, 0% 100%);
    background: #d82526;
    width: 50%;
    height: 54px;
    top: -5px;
    font-size: 14px;
  }
  .tabright button[name="b"].active .tab-clip {
    position: absolute;
    -webkit-clip-path: polygon(14% 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(14% 0, 100% 0, 100% 100%, 0% 100%);
    background: white;
    width: 155px;
    height: 54px;
    top: 2px;
    right: -1px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .swiper-button-next.swiper-main,
  .swiper-button-prev.swiper-main {
    visibility: visible;
    opacity: 1;
    transition: ease 0.5s all;
  }
  .input-currencies {
    width: 100%;
  }
  .display-block {
    display: block !important;
  }
  .mh-img2 {
    width: 100%;
    float: left;
  }
  .sm-pr0 {
    padding-right: 0px !important;
  }
  body {
    width: 100%;
  }
  .swiper-slide-title::before {
    width: 275px;
  }
  .container {
    max-width: 1000px !important;
  }
  .header-menu .text-menubar {
    font-size: 11px;
  }
  #left {
    width: calc(100% - 380px);
  }
  #right {
    width: 310px;
  }
  .tab.bawah {
    width: 100% !important;
  }
  .mh-img2-box {
    padding-right: 0;
    width: 48%;
  }
  .Marquee-tag.mw .market-list2 ul {
    width: 62px;
  }
  .mkr-title {
    font-weight: 700;
    font-size: 14px;
  }
  .market-watch--content-right .index-row {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 768px) {
  .idxc-live .text-custom::before {
    margin: 10px 35px;
  }
  .bottomcss .autoplay-video--fixed {
    bottom: 380px;
  }
  .footer--menu-right {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .headline-child .mh-img2 {
    width: 49% !important;
    max-height: unset;
  }
  .logo-idx {
    width: 143px;
    height: 58px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 980px) {
  .shimmer-more-idx box {
    width: 200px;
    margin-right: 20px;
    height: 120px;
  }
  .shimmer-more-idx div {
    width: calc(100% - 220px);
  }
  .breaking-news .thumbnail-overlay--lg .videoSticky-bg,
  .breaking-news .thumbnail-overlay--lg iframe {
    height: 327px;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1200px !important;
  }
  .headline-child .mh-img2 {
    max-height: 259px;
  }
  #left {
    width: 893px;
  }
  #right {
    width: 380px;
  }
  h6 {
    font-size: 20px;
  }
  .text-menubar {
    font-size: 14px;
  }
  .index-content--right {
    width: 380px;
  }
  .sidebar-content {
    margin-right: 10px;
  }
  .line-vertical {
    margin-left: 18px;
    margin-right: 21px;
  }
  .bt-con .thumbnail-tab--md-image {
    width: 100% !important;
    height: 149px;
    margin-right: 0;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .thumbnail-tab--md-link {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
  .bt-con {
    width: 32.3%;
    margin: 0 4px;
    display: block;
  }
  .market-watch {
    flex-direction: row;
  }
  .market-watch--description {
    min-height: 150px;
    width: 20%;
  }
  .text-body--1,
  .text-body--3 {
    font-size: 16px;
  }
  .mh-img img {
    max-width: 150%;
    height: 100%;
  }
  .main-headline .mh-img {
    height: 530px;
  }
  .mh-img2 img {
    max-width: 100%;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .vid-program,
  .vid-program img {
    width: 100%;
    height: 439px;
  }
  .nav-slide-idx .swiper-wrapper .swiper-slide-active .bundle-slide {
    width: 507px;
    max-height: 306px;
    position: relative;
    height: 100%;
    border: 2px solid #fff;
  }
  .nav-slide-idx .swiper-wrapper .swiper-slide-active img {
    display: block;
    width: 500px !important;
    height: 302px !important;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .nav-slide-idx .swiper-wrapper .swiper-slide-next img,
  .nav-slide-idx .swiper-wrapper .swiper-slide-prev img,
  .nav-slide-idx .swiper-wrapper .swiper-slide-duplicate-next img,
  .nav-slide-idx .swiper-wrapper .swiper-slide-duplicate-prev img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 300px;
    max-height: 180px;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0.8;
  }
  .mh-img2 {
    max-height: 213px;
  }
  .idxc-live iframe {
    height: 210px;
  }
  .thumbnail-tab--content {
    padding-right: 0;
    margin-top: 10px;
  }
  .text-body--1 {
    line-height: 22px;
  }
  .text-body--1,
  .text-body--3 {
    font-size: 16px;
  }
  .thumbnail-tab--sm {
    flex-direction: row;
  }
  .thumbnail-tab--sm a {
    flex-direction: column;
    width: 48%;
  }
  .thumbnail-tab--sm-image {
    width: 100%;
  }
  .yks--banner img {
    height: 137px;
  }
  .yks--banner iframe {
    margin-left: 50px;
    margin-right: 50px;
    width: 350px;
  }
  .thumbnail-overlay--lg .videoSticky-bg,
  .thumbnail-overlay--lg iframe,
  .thumbnail-overlay--lg img {
    height: 439px;
  }
  .thumbnail-round--row {
    width: 140px;
  }
  .shimmer-more-idx {
    display: block;
    width: 32.3%;
    margin: 0 4px;
  }
  .shimmer-more-idx box {
    height: 104px;
    width: 100%;
  }
  .shimmer-more {
    display: flex;
  }
  .shimmer-more-idx div {
    width: 100%;
  }
  .shimmer-more {
    margin-top: 30px;
  }
  .shimmer-more-idx:nth-child(1) {
    margin-top: 0;
  }
  .swiper-wrapper-market {
    padding-top: 64px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .market-watch--content {
    width: 80%;
  }
  .market-watch--content-right {
    width: 41%;
  }
  .swiper-button-next-custom,
  .swiper-container-rtl .swiper-button-prev-custom {
    left: 540px;
    right: auto;
    background-size: 14px;
    bottom: 60px;
  }
  .swiper-button-prev-custom,
  .swiper-container-rtl .swiper-button-next-custom {
    left: auto;
    right: 520px;
    background-size: 14px;
    bottom: 60px;
  }
  .swiper-button-prev-custom2,
  .swiper-container-rtl .swiper-button-next-custom2 {
    left: 60px;
    right: auto;
    background-size: 14px;
    bottom: 25px;
  }
  .swiper-button-next-custom2,
  .swiper-container-rtl .swiper-button-prev-custom2 {
    left: auto;
    right: 55px;
    background-size: 14px;
    bottom: 25px;
  }
  .Marquee-tag {
    width: 72%;
  }
}
@media (min-width: 1100px) and (max-width: 1280px) {
  .swiper-button-prev-custom2,
  .swiper-container-rtl .swiper-button-next-custom2 {
    left: 50px;
    right: auto;
    background-size: 14px;
    bottom: 25px;
  }
  .swiper-button-next-custom2,
  .swiper-container-rtl .swiper-button-prev-custom2 {
    left: auto;
    right: 40px;
    background-size: 14px;
    bottom: 25px;
  }
  .swiper-slide-title::before {
    width: 215px;
  }
}
@media (min-width: 1400px) and (max-width: 1500px) {
  #left {
    width: 780px;
  }
  #right {
    width: 380px;
  }
  .swiper-button-next-custom,
  .swiper-container-rtl .swiper-button-prev-custom {
    left: 540px;
    right: auto;
    background-size: 14px;
    bottom: 60px;
  }
  .swiper-button-prev-custom,
  .swiper-container-rtl .swiper-button-next-custom {
    left: auto;
    right: 525px;
    background-size: 14px;
    bottom: 60px;
  }
  .swiper-button-prev-custom2,
  .swiper-container-rtl .swiper-button-next-custom2 {
    left: 70px;
    right: auto;
    background-size: 14px;
    bottom: 25px;
  }
  .swiper-button-next-custom2,
  .swiper-container-rtl .swiper-button-prev-custom2 {
    left: auto;
    right: 50px;
    background-size: 14px;
    bottom: 25px;
  }
  .ecotaintment-img {
    width: 100% !important;
    max-width: 720px !important;
    -o-object-fit: cover;
    object-fit: cover;
    height: 470px !important;
  }
  .marquee-isi {
    width: 5%;
  }
  .swiper-slide-title {
    width: 60%;
    background-image: linear-gradient(
      270deg,
      transparent,
      rgba(69, 69, 69, 0.767)
    );
  }
  .market-watch--content-right {
    width: 41%;
  }
}
@media (min-width: 1400px) and (max-width: 1800px) {
  .ecotaintment-img {
    width: 100% !important;
    max-width: 720px !important;
    -o-object-fit: cover;
    object-fit: cover;
    height: 470px !important;
  }
  .swiper-slide-title {
    width: 60%;
  }
  .swiper-slide-title::before {
    width: 250px;
    right: -100px;
  }
  .swiper-button-prev-custom2,
  .swiper-container-rtl .swiper-button-next-custom2 {
    left: 50px;
    right: auto;
    background-size: 14px;
    bottom: 25px;
  }
  .swiper-button-next-custom2,
  .swiper-container-rtl .swiper-button-prev-custom2 {
    left: auto;
    right: 40px;
    background-size: 14px;
    bottom: 25px;
  }
  .market-watch--content-right {
    width: 41%;
  }
}
#MarketGidComposite1102154_10018 .mgheader {
  margin-left: 5px !important;
}

@media (min-width: 1500px) {
  .ecotaintment-img {
    width: 100% !important;
    max-width: 720px !important;
    -o-object-fit: cover;
    object-fit: cover;
    height: 470px !important;
  }
  .swiper-slide-title {
    width: 70% !important;
  }
  .swiper-slide-title::before {
    width: 400px;
    height: 470px;
    right: 50px !important;
  }
}
@media (min-width: 1920px) {
  .ecotaintment-img {
    width: 100% !important;
    max-width: 950px !important;
    -o-object-fit: cover;
    object-fit: cover;
    height: 600px !important;
  }
  .swiper-slide-title::before {
    width: 400px;
    height: 600px;
    right: 50px !important;
  }
  .swiper-button-prev-custom2,
  .swiper-container-rtl .swiper-button-next-custom2 {
    left: 305px;
    right: auto;
    background-size: 14px;
    bottom: 25px;
  }
  .swiper-button-next-custom2,
  .swiper-container-rtl .swiper-button-prev-custom2 {
    left: auto;
    right: 290px;
    background-size: 14px;
    bottom: 25px;
  }
  .swiper-container {
    height: 600px;
  }
  #middle {
    margin: 120px 0px;
  }
}

#menuBar.sticky-menu {
  top: 73.5px;
}

.pt-10 {
  padding-top: 10px;
}
.container.detail-content.playlist {
  justify-content: space-between;
}

.detail-playlist {
  position: relative;
  width: 100%;
}

.detail-playlist .detail-playlist-listen {
  position: relative;
  width: 100%;
  /* aspect-ratio: 4 / 3; */
  padding: 16px;
  background: rgba(32, 77, 127, 1);
}

.detail-playlist .detail-playlist-listen .detail-playlist-img {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.detail-playlist .detail-playlist-listen .detail-playlist-img img {
  width: 100%;
  height: 100%;

  object-fit: cover;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;

  object-position: top;
  -webkit-object-position: top;
  -moz-object-position: top;
  -ms-object-position: top;
  -o-object-position: top;

  display: block;
}

.detail-playlist .detail-playlist-listen .news-title {
  position: absolute;
  bottom: 0;
  left: auto;
  width: calc(100% - 32px);
  padding: 32px 24px;
  background: rgba(32, 77, 127, 0.6);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  -moz-backdrop-filter: blur(16px);
  -ms-backdrop-filter: blur(16px);
  -o-backdrop-filter: blur(16px);

  font-family: "Century Gothic Bold";
  font-weight: 700;
  font-size: 24px;
  line-height: 160%;
  letter-spacing: 0%;
  color: #fff;
}

.detail-playlist .detail-playlist-audio {
  width: 100%;
  padding: 16px;
  background: rgba(32, 77, 127, 1);
}

.text-body-- {
  overflow: hidden;
}

.text-body--,
.text-body-- p {
  font-family: "Century Gothic";
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
}
.text-body-- strong {
  font-family: "Century Gothic Bold";
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
}
.text-body-- em {
  font-family: "Century Gothic Bold";
  font-weight: 700;
  font-style: italic;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
}
.text-body-- img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: top;
}
.text-body-- iframe {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 360px;
}

.detail-playlist .detail-playlist-audio audio {
  width: 100%;
  height: 40px;
  display: block;
}

.detail-more {
  position: relative;
  width: 100%;
  height: 0px;
  transition: all 0.4s ease-in-out;
}

.detail-more.expand {
  height: auto;
  margin-bottom: 20px;
}

.btn-desc-listen {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 12px;
  margin-bottom: 32px;
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: rgba(25, 63, 110, 1);
  border: 1px solid rgba(25, 63, 110, 1);
}

.btn-desc-listen .i-arrow-down {
  width: 20px;
  height: 20px;
  content: url("../img/i-arrow-down.svg");
}

.btn-desc-listen .i-arrow-up {
  width: 20px;
  height: 20px;
  content: url("../img/i-arrow-down.svg");
  transform: rotate(180deg);
}

.wrap-list-playlist {
  position: sticky;
  top: 180.5px;
  width: 100%;
  background: rgba(32, 77, 127, 1);
  transition: ease-in-out all 0.6s;
  margin-bottom: 32px;
}

.wrap-list-playlist .title-section {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #fff;
  padding: 12px 8px 4px;
  margin-bottom: 8px;
}

.wrap-list-playlist .list-playlist {
  display: flex;
  gap: 8px;
  padding: 4px 8px;
  background: rgba(32, 77, 127, 1);
  cursor: pointer;
  transition: ease-in-out all 0.6s;
}

.wrap-list-playlist .list-playlist:last-child {
  margin-bottom: 8px;
}

.wrap-list-playlist .list-playlist .img-playlist {
  width: 56px;
  height: 56px;
  min-width: 56px;
}

.wrap-list-playlist .list-playlist .img-playlist img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  display: block;
}

.wrap-list-playlist .list-playlist .title-playlist {
  font-family: Century Gothic;
  font-weight: 700;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #fff;
  display: flex;
  align-items: center;
  width: calc(100% - 48px - 12px - 4px);
}

.floating-player-sticky {
  top: 73px;
}
.floating-player {
  position: fixed;
  width: 780px;
  top: -176px;
  left: auto;
  right: auto;
  z-index: 2;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(32, 77, 127, 0.9);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  padding: 6px 16px;
  transition: ease-in-out all 0.6s;
}

.floating-player.show {
  top: 176px;
  z-index: 9;
}

.floating-player .img-floating {
  position: relative;
  width: 62px;
  height: 62px;
  overflow: hidden;
}

.floating-player .img-floating img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.floating-player .title-floating {
  width: calc(100% - 40px);
  font-family: "Century Gothic Bold";
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #fff;
}

.floating-player .wrap-right {
  position: relative;
  width: calc(100% - 62px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.floating-player .wrap-btn {
  display: flex;
}

.floating-player .btn-play {
  background-image: url(../img/btn-play-w.svg);
}

.floating-player .btn-pause {
  background-image: url(../img/btn-pause-w.svg);
}

.floating-player .i-btn-control {
  margin-left: auto;
  display: block;
  width: 40px;
  height: 40px;
  background-size: 40px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.container.detail-content.playlist {
    justify-content: unset;
}

.container.detail-content.playlist .detail-content--left {
   margin-right: 40px;
}