.media .card .card-body {
  padding-right: 0px;
  overflow: hidden; }
  @media (max-width: 1024px) {
    .media .card .card-body {
      padding-left: 2.5rem; } }
  @media (max-width: 480px) {
    .media .card .card-body {
      padding: .5rem 2rem; } }
.media .media-hero .caption {
  padding: 1rem;
  color: white;
  position: absolute;
  width: 100%;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5); }
  .media .media-hero .caption .date {
    font-size: .8rem; }
  @media (max-width: 480px) {
    .media .media-hero .caption {
      padding: 0.5rem; } }
.media .media-hero .main-media-hero, .media .media-hero .media-hero-item {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  min-height: 250px; }
  .media .media-hero .main-media-hero .caption, .media .media-hero .media-hero-item .caption {
    font-size: 1.4rem; }
    @media (max-width: 480px) {
      .media .media-hero .main-media-hero .caption, .media .media-hero .media-hero-item .caption {
        font-size: 1rem; } }
.media .media-hero .media-hero-item {
  min-height: 200px; }
  .media .media-hero .media-hero-item .caption {
    font-size: 1rem; }
.media .media-section {
  margin-bottom: 2rem; }
  .media .media-section .media-section-item {
    width: 100%;
    height: 200px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 1.5rem; }
    @media (max-width: 480px) {
      .media .media-section .media-section-item {
        height: 140px; } }
    .media .media-section .media-section-item .caption {
      position: absolute;
      bottom: 0;
      right: 0;
      background-color: white;
      max-width: 80%; }
      .media .media-section .media-section-item .caption .date {
        color: white;
        font-weight: bold;
        width: 50px;
        min-height: 50px;
        text-align: center;
        padding: .125rem; }
        .media .media-section .media-section-item .caption .date .month {
          font-weight: normal;
          font-size: .8rem; }
      @media (max-width: 480px) {
        .media .media-section .media-section-item .caption h6 {
          font-size: .8rem; } }
.media .sidebar-container .sidebar ul.sidebar-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column; }
  .media .sidebar-container .sidebar ul.sidebar-list li {
    display: flex; }
    .media .sidebar-container .sidebar ul.sidebar-list li:before {
      content: '';
      position: relative;
      display: inline-block;
      width: 1px;
      left: -15px;
      background-color: #ccc; }
    .media .sidebar-container .sidebar ul.sidebar-list li a, .media .sidebar-container .sidebar ul.sidebar-list li a:hover, .media .sidebar-container .sidebar ul.sidebar-list li a:visited {
      color: black;
      text-decoration: none;
      padding-bottom: .75rem;
      font-size: 1rem; }
.media .footer-item {
  width: 80%;
  padding-top: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .media .footer-item .caption {
    position: absolute;
    height: 70px;
    width: 80%;
    background-color: white;
    padding: .5rem;
    bottom: 0;
    right: 0; }
.media .media-detail-item {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ccc; }
  .media .media-detail-item .media-detail-item-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    padding-bottom: 80%; }
    @media (max-width: 480px) {
      .media .media-detail-item .media-detail-item-image {
        padding-bottom: 60%; } }
    .media .media-detail-item .media-detail-item-image .date {
      color: white;
      font-weight: bold;
      width: 50px;
      min-height: 50px;
      text-align: center;
      padding: .125rem;
      bottom: 0;
      right: 0;
      position: absolute; }
      .media .media-detail-item .media-detail-item-image .date .month {
        font-weight: normal;
        font-size: .8rem; }
  .media .media-detail-item .icon-title {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .media .media-detail-item .date-container {
    font-size: .8rem; }
    .media .media-detail-item .date-container .date {
      color: #ccc; }
  .media .media-detail-item .content-container {
    margin-bottom: 1rem; }
  @media (max-width: 480px) {
    .media .media-detail-item {
      padding-left: 0;
      padding-right: 0; } }
.media .no-radius {
  border-radius: 0px; }

.keberlanjutan .footer-item {
  height: 240px; }
  @media (max-width: 768px) {
    .keberlanjutan .footer-item {
      width: 100%;
      height: 140px; } }
.keberlanjutan .keberlanjutan-hero {
  width: 100%;
  height: 400px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 2rem; }
  @media (max-width: 480px) {
    .keberlanjutan .keberlanjutan-hero {
      height: 250px; } }
  .keberlanjutan .keberlanjutan-hero .caption {
    max-width: 70%;
    position: absolute;
    bottom: 25px;
    left: 25px;
    padding: 1rem;
    color: white;
    font-weight: bold;
    font-size: 1.2rem; }
    .keberlanjutan .keberlanjutan-hero .caption .title {
      font-weight: bold;
      font-size: 2.5rem; }
    @media (max-width: 480px) {
      .keberlanjutan .keberlanjutan-hero .caption {
        max-width: 100%;
        bottom: 0;
        left: 0;
        font-size: .8rem;
        font-weight: normal; }
        .keberlanjutan .keberlanjutan-hero .caption .title {
          font-size: 1.4rem; } }

/*# sourceMappingURL=media.css.map */
.media .pagination a, .archive .pagination a:hover, .archive .pagination a:visited {
    color: black;
    text-decoration: none;
}

.media .pagination .page-item.active a, .archive .pagination .page-item.active a:hover, .archive .pagination .page-item.active a:visited {
    color: white;
}
.card-body > .row {
    margin-right:0px;
}