@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap");
body {
  margin: 0;
  padding: 0;
  font-family: Open Sans, sans-serif;
}

.title-tab {
  font-size: 28px;
  padding-left: 15px !important;
}

.font-bold {
  font-weight: 700 !important;
}

a {
  color: #676767;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #007bff;
}

#twitter-widget-0 {
  height: 250px !important;
}

#twitter-widget-1 {
  height: 325px !important;
}

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

/* padding-top btn-group language and search button  */

.space-padding {
  padding-top: 5px;
}

#top {
  background-color: #044085;
  padding: 8px 0;
  /* box-shadow: 0px 10px 5px 2px rgba(0, 0, 0, 0.27);
    -webkit-box-shadow: 0px 10px 5px 2px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 0px 10px 5px 2px rgba(0, 0, 0, 0.27); */
}

.inner-shadow {
  box-shadow: 0px 19px 9px -5px rgba(1, 8, 0, 0.21) inset;
  -webkit-box-shadow: 0px 19px 9px -5px rgba(1, 8, 0, 0.21) inset;
  -moz-box-shadow: 0px 19px 9px -5px rgba(1, 8, 0, 0.21) inset;
}

.frame-shadow {
  box-shadow: 0px 1px 9px 13px rgba(1, 8, 0, 0.13) inset;
  -webkit-box-shadow: 0px 1px 9px 13px rgba(1, 8, 0, 0.13) inset;
  -moz-box-shadow: 0px 1px 9px 13px rgba(1, 8, 0, 0.13) inset;
}

.outer-shadow {
  box-shadow: 0px 19px 9px -5px rgba(1, 8, 0, 0.21);
  -webkit-box-shadow: 0px 19px 9px -5px rgba(1, 8, 0, 0.21);
  -moz-box-shadow: 0px 19px 9px -5px rgba(1, 8, 0, 0.21);
}

.card-product {
  background-color: #f2f2f2;
  border-radius: 10px;
  padding: 15px;
}

#top .top-mobile {
  display: none;
}

@media screen and (max-width: 991px) {
  #top .top-mobile {
    display: block;
  }

  .title-tab {
    font-size: 12px !important;
    padding-left: 15px !important;
  }
}

#top .top-mobile .toggleMenu {
  display: none;
  background: navy;
  padding: 10px 5px;
  color: #fff;
  border: 1px solid;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 800;
  width: 100%;
  text-align: center;
}

#top .top-mobile .nav {
  list-style: none;
  *zoom: 1;
}

#top .top-mobile .nav:before {
  content: " ";
  display: table;
}

#top .top-mobile .nav:after {
  content: " ";
  display: table;
  clear: both;
}

#top .top-mobile .nav ul {
  list-style: none;
  width: 9em;
}

#top .top-mobile .nav a {
  padding: 10px 10px 10px 0;
  color: #fff;
}

#top .top-mobile .nav li {
  position: relative;
}

#top .top-mobile .nav li ul {
  position: absolute;
  left: -9999px;
}

#top .top-mobile .nav li li.hover ul {
  left: 100%;
  top: 0;
}

#top .top-mobile .nav li li a {
  display: block;
  /* background: navy; */
  position: relative;
  z-index: 100;
  border-bottom: 1px solid #fff;
}

#top .top-mobile .nav li li li a {
  background: navy;
  z-index: 200;
  border-bottom: 1px solid #fff;
}

#top .top-mobile .nav > li:first-child {
  float: left;
  border: 0;
}

#top .top-mobile .nav > li:first-child > .parent {
  background-image: url(https://raw.githubusercontent.com/tessalt/dropdowns/master/images/downArrow.png);
  background-repeat: no-repeat;
  background-position: 100%;
}

#top .top-mobile .nav > li:first-child > a {
  display: block;
}

#top .top-mobile .nav > li {
  float: left;
  border-bottom: 1px solid #fff;
}

#top .top-mobile .nav > li > .parent {
  background-image: url(https://raw.githubusercontent.com/tessalt/dropdowns/master/images/downArrow.png);
  background-repeat: no-repeat;
  background-position: 100%;
}

#top .top-mobile .nav > li > a {
  display: block;
}

#top .top-mobile .nav > li.hover > ul {
  left: 0;
}

@media screen and (max-width: 768px) {
  #top .top-mobile .active {
    display: block;
  }
  #top .top-mobile .nav > li {
    float: none;
    display: block;
    width: 100%;
  }
  #top .top-mobile .nav > li > .parent {
    background-position: 95% 50%;
  }
  #top .top-mobile .nav li li .parent {
    background-image: url(https://raw.githubusercontent.com/tessalt/dropdowns/master/images/downArrow.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
  }
  #top .top-mobile .nav ul {
    display: block;
    width: 100%;
  }
  #top .top-mobile .nav > li.hover > ul,
  #top .top-mobile .nav li li.hover ul {
    position: static;
  }
}

@media screen and (max-width: 992px) {
  #top .top-desktop {
    display: none;
  }
}

#top .top-desktop .logo {
  display: flex;
  align-items: center;
  height: 100%;
}

#top .top-desktop .btn-group {
  font-size: 12px;
}

#top .top-desktop .btn-group a {
  color: #fff;
  padding: 10px;
  text-decoration: none;
  font-size: 12px;
}

#top .top-desktop .btn-group .dropdown-menu {
  background-color: #232b2b;
}

#top .top-desktop .search {
  display: inline-flex;
}

#top .top-desktop .menus {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

#top .top-desktop .menus ul {
  padding: 0;
  margin: 0;
}

#top .top-desktop .menus ul li {
  list-style: none;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  font-size: 12px;
  margin-right: 7px;
  position: relative;
}

#top .top-desktop .submenu ul li a {
  list-style: none;
  font-weight: 400;
  text-transform: uppercase;
  display: inline-block;
  font-size: 12px;
  padding-left: 15px !important;
  /* margin-top: -13px !important; */
  position: relative;
}

#top .top-desktop .menus ul li:hover .submenu {
  display: block;
}

#top .top-desktop .menus ul li:last-child {
  margin-right: 0;
}

#top .top-desktop .menus ul li a {
  color: #fff;
  padding: 25px 0;
  text-decoration: none;
}

/* #top .top-desktop .menus ul li a:hover {
    color: #ff3b30
} */

#top .top-desktop .menus .submenu ul li:hover {
  background-color: #ef8300;
}

#top .top-desktop .menus ul li .submenu {
  position: absolute;
  display: none;
  top: 40px;
  z-index: 1;
  background-color: #044085;
  /* opacity: .85; */
  width: 220px;
}

#top .top-desktop .menus ul li .submenu ul li {
  font-size: 12px;
  padding: 5px 5px;
  display: block;
  position: relative;
  margin-right: 0;
}

/* #top .top-desktop .menus ul li .submenu ul li .submenu2 ul {
    margin-top: 12px;
} */

#top .top-desktop .menus ul li .submenu ul li:hover .submenu2 {
  display: block;
}

#top .top-desktop .menus ul li .submenu ul li a {
  padding: 0px;
  display: block;
}

#top .top-desktop .menus ul li .submenu ul li .submenu2 {
  display: none;
  position: absolute;
  left: 215px;
  top: 0;
  background-color: #044085;
  width: 200px;
}

.home-slides-wrapper {
  position: relative;
  color: #fff;
}

/* shadow image carousel */

.home-slides-wrapper .slider-for .columns-slides .shadow-carousel::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* box-shadow: 0px 0px 60px 40px black inset; */
  /* box-shadow: 0px -200px 51px 33px rgba(13, 1, 1, 0.50) inset; */
  /* latest - terlalu gelap */
  /* box-shadow: 0px -200px 55px 23px rgba(0, 0, 0, 0.62) inset; */
  box-shadow: 0px -200px 18px 1px rgba(0, 0, 0, 0.35) inset;
}

@media (min-width: 1280px) {
  .home-slides-wrapper .slider-for .img img {
    width: 100%;
    height: 580px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.home-slides-wrapper .slider-for .txt {
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
}

.home-slides-wrapper .slider-for .txt .date {
  font-size: 12px;
}

.home-slides-wrapper .slider-for .txt .title {
  font-size: 25px;
  font-weight: 700;
  margin: 10px 0 30px;
  line-height: normal;
}

@media screen and (max-width: 991px) {
  .home-slides-wrapper .slider-for .txt .title {
    font-size: 16px;
  }
}

.home-slides-wrapper .slider-for .txt .more a {
  background-color: #044085;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
}

.home-slides-wrapper .thumb-nav-slider {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  padding: 20px 0;
}

@media screen and (max-width: 991px) {
  .home-slides-wrapper .thumb-nav-slider {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .home-slides-wrapper .slider-for .txt .more a {
    background-color: #044085;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
  }
}

/* indicator carousel */

.home-slides-wrapper .thumb-nav-slider .slider-nav .thumb-slides {
  /* border-top: 1px solid hsla(0, 0%, 100%, .6); */
  /* padding-top: 140px; */
  outline: none;
  cursor: pointer;
  /* width: 100px; */
  height: 10px !important;
  width: 10px !important;
  background-color: whitesmoke;
  border-radius: 50%;
  display: inline-block;
}

.home-slides-wrapper .thumb-nav-slider .slider-nav {
  padding-left: 530px;
  margin-bottom: -20px;
}

.home-slides-wrapper .thumb-nav-slider .slider-nav .thumb-slides.slick-current {
  border: 3px solid #ef8201;
  background-color: white;
}

.home-slides-wrapper
  .thumb-nav-slider
  .slider-nav
  .thumb-slides.slick-current
  .txt {
  color: #ff3b30;
}

.home-slides-wrapper .thumb-nav-slider .slider-nav .thumb-slides .img img {
  width: 100%;
}

.home-slides-wrapper .thumb-nav-slider .slider-nav .thumb-slides .txt {
  font-weight: 700;
  font-size: 12px;
  padding: 0 5px;
}

@media screen and (min-width: 992px) {
  .no-right {
    padding-right: 0;
  }
}

#main .paging ul li a {
  font-size: 13px;
  color: #00499d;
  font-weight: 600;
}

#main .paging ul li a:hover {
  color: #fff;
  background-color: #00499d;
}

#main .paging ul li.disabled a {
  color: #a7a7a7;
}

#main .paging .countPaging {
  float: left;
}

@media screen and (max-width: 480px) {
  #main .paging .countPaging {
    display: none;
  }
}

#main .paging .countPaging p {
  font-size: 12px;
  padding-top: 5px;
  margin-bottom: 0;
}

#main .paging .countPaging p span {
  color: #bdbdbd;
}

#main .headingPage {
  background: #d2d2d2;
  padding: 30px 0;
}

#main .headingPage .colHeadingPage h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 0;
}

#main .headingPage .colHeadingPage .formSelect .form-group {
  width: 50%;
  float: right;
}

@media screen and (max-width: 480px) {
  #main .headingPage .colHeadingPage .formSelect .form-group {
    width: 100%;
    margin-top: 20px;
  }
}

#main .headingPage .colHeadingPage .formSelect .form-group select {
  background: #f3f3f3;
  border: 1px solid #b3b3b3;
}

#main .gallery-foto .nav-tabs li {
  width: 150px;
}

#main .gallery-foto .nav-tabs li a {
  color: #a7a7a7;
  font-size: 14px;
}

#main .gallery-foto .nav-tabs li a.active {
  color: #000;
}

@media screen and (max-width: 480px) {
  #main .gallery-foto .tab-content #home {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

#main .gallery-foto .card-gallery {
  box-shadow: 1px 1px 4px #dedede;
  border-radius: 10px;
  overflow: hidden;
}

#main .gallery-foto .card-gallery .card-body {
  padding: 10px;
}

#main .gallery-foto .card-gallery .card-body h4.card-title {
  line-height: 16px;
}

#main .gallery-foto .card-gallery .card-body h4.card-title a {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

#main .gallery-foto .card-gallery .card-body h4.card-title a:hover {
  color: #00499d;
  text-decoration: none;
}

#main .gallery-foto .card-gallery .card-body p.card-text {
  color: #a7a7a7;
  font-size: 13px;
}

#main .gallery-foto .card-gallery .galleryImage {
  position: relative;
}

#main .gallery-foto .card-gallery .galleryImage .iconImage {
  top: 5px;
  right: 5px;
  position: absolute;
}

#main .gallery-foto .card-gallery .galleryImage .iconImage .bgIcon {
  width: 25px;
  height: 25px;
  background: #ddd;
  border-radius: 50%;
  text-align: center;
}

#main .gallery-foto .card-gallery .galleryImage .iconImage .bgIcon span {
  top: -1px;
  font-size: 10px;
  position: relative;
}

#main .gallery-foto .card-gallery .galleryImage .imgBig .info-publication {
  height: 200px;
}

#main .gallery-foto .card-gallery .galleryImage .imgBig .img-publication {
  height: 200px;
  object-fit: cover;
}

#main .gallery-foto .card-gallery .galleryImage .imgBig .book-publication {
  height: 330px;
  object-fit: cover;
  object-position: 30% 5%;
}

#main .gallery-foto .paging ul li a {
  font-size: 13px;
  color: #00499d;
  font-weight: 600;
}

#main .gallery-foto .paging ul li a:hover {
  color: #fff;
  background-color: #00499d;
}

#main .gallery-foto .paging ul li.disabled a {
  color: #a7a7a7;
}

#main .gallery-foto .paging .countPaging {
  float: left;
}

@media screen and (max-width: 480px) {
  #main .gallery-foto .paging .countPaging {
    display: none;
  }
}

#main .gallery-foto .paging .countPaging p {
  font-size: 12px;
  padding-top: 5px;
  margin-bottom: 0;
}

#main .gallery-foto .paging .countPaging p span {
  color: #bdbdbd;
}

#main .pageCustom .sidebarLeft .imgSidebarLeft {
  margin-bottom: 60px;
}

#main .pageCustom .sidebarLeft .imgSidebarLeft img {
  width: 40%;
}

#main .pageCustom .sidebarLeft .menuProfile {
  background-color: #ef8201;
  border-radius: 10px;
  /* padding: 10px; */
}

#main .pageCustom .sidebarLeft .menuProfile .menus h2 {
  color: white;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 2px solid white;
  padding-bottom: 10px !important;
  padding-top: 10px !important;
}

#main .pageCustom .sidebarLeft .menuProfile .menus ul {
  /* padding-top: 10px; */
  padding: 0 !important;
  padding-bottom: 10px !important;
  margin-top: -10px !important;
}

#main .pageCustom .sidebarLeft .menuProfile .menus ul li {
  list-style: none;
  margin-bottom: 5px;
  display: block;
  position: relative;
  margin-right: 0;
}

#main .pageCustom .sidebarLeft .menuProfile .menus ul li a {
  color: white;
  font-size: 14px;
  display: block;
  padding: 10px;
  padding-left: 30px;
}

#main .pageCustom .sidebarLeft .menuProfile .menus ul li a:hover {
  /* color: #00499d; */
  color: #ef8201;
  text-decoration: none;
  background-color: white;
}

#main .pageCustom .sidebarLeft .menuProfile .menus ul .menus-li {
  padding: 10px;
  padding-left: 30px;
  color: white;
}

#main .pageCustom .sidebarLeft .menuProfile .menus ul .menus-li:hover {
  /* color: #00499d; */
  color: #ef8201;
  text-decoration: none;
  background-color: white;
}

#main .pageCustom .contentProfil .table thead th {
  color: #505050;
  font-weight: 600;
}

#main .pageCustom .contentProfil .table td,
#main .pageCustom .contentProfil .table th {
  font-size: 14px;
}

#main .pageCustom .contentProfil .formContent {
  overflow: hidden;
  margin-bottom: 20px;
}

#main .pageCustom .contentProfil .formContent form .labelInput {
  width: 69.8%;
  float: left;
  text-align: right;
  margin-right: 15px;
}

#main .pageCustom .contentProfil .formContent form .labelInput label {
  color: #505050;
  font-size: 14px;
  font-weight: 600;
}

#main .pageCustom .contentProfil .formContent form .inputSearch {
  width: 28%;
  float: left;
  text-align: right;
}

#main .pageCustom .contentProfil .formContent form .inputSearch input {
  font-size: 13px;
}

#main .pageCustom .contentProfil .formContent form .inputSearch button {
  border: 0;
  margin-top: -65px;
  background: transparent;
}

#main .pageCustom .contentProfil .formContent form .inputSearch button i {
  color: #ddd;
}

#main .pageCustom .contentProfil .formContent .btnActions {
  text-align: right;
  margin-bottom: 20px;
}

#main .pageCustom .contentProfil .formContent .btnActions button.btnSurat {
  color: #00499d;
  font-size: 14px;
  font-weight: 600;
  padding-left: 20px;
  padding-right: 20px;
  background: transparent;
}

#main .pageCustom .contentProfil .formContent .btnActions button.btnPeraturan {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding-left: 25px;
  padding-right: 25px;
  background: #ef8300;
  border: 1px solid #ef8300;
}

#main .pageCustom .contentProfil .tugas {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
}

#main .pageCustom .contentProfil .headingProfil h2 {
  font-weight: 600;
  font-size: 24px;
}

#main .pageCustom .contentProfil .listProfile ol li p {
  font-size: 14px;
}

#main .pageCustom .listKerjasama {
  overflow: hidden;
}

#main .pageCustom .listKerjasama .num {
  width: 5%;
  float: left;
}

@media screen and (max-width: 480px) {
  #main .pageCustom .listKerjasama .num {
    width: 10%;
  }
}

#main .pageCustom .listKerjasama .num .bgNum {
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
  text-align: center;
  background: #eeefef;
}

#main .pageCustom .listKerjasama .num .bgNum p {
  font-size: 12px;
}

#main .pageCustom .listKerjasama .contentKerjasama {
  width: 95%;
  float: left;
}

@media screen and (max-width: 480px) {
  #main .pageCustom .listKerjasama .contentKerjasama {
    width: 90%;
  }
}

#main .pageCustom .listKerjasama .contentKerjasama p {
  font-size: 14px;
}

#main .pageCustom .listKerjasama .contentKerjasama p.bron {
  color: #afafaf;
  font-style: italic;
}

#main .pageCustom .listKerjasama .contentKerjasama .status .statusKerjasama {
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}

#main
  .pageCustom
  .listKerjasama
  .contentKerjasama
  .status
  .statusKerjasama
  .boxKerjasama {
  float: left;
  width: 31%;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #ececec;
}

@media screen and (max-width: 480px) {
  #main
    .pageCustom
    .listKerjasama
    .contentKerjasama
    .status
    .statusKerjasama
    .boxKerjasama {
    width: 30%;
    margin-right: 9px;
  }
}

#main
  .pageCustom
  .listKerjasama
  .contentKerjasama
  .status
  .statusKerjasama
  .boxKerjasama
  h3 {
  font-size: 14px;
  font-weight: 600;
}

#main
  .pageCustom
  .listKerjasama
  .contentKerjasama
  .status
  .statusKerjasama
  .boxKerjasama
  p {
  font-size: 13px;
  color: #9e9e9e;
}

#main
  .pageCustom
  .listKerjasama
  .contentKerjasama
  .status
  .statusKerjasama
  .boxKerjasama:last-child {
  border-right: 0;
}

#main .pageCustom .listKerjasama .contentKerjasama .colAction {
  overflow: hidden;
  padding-top: 20px;
}

#main .pageCustom .listKerjasama .contentKerjasama .colAction .action {
  width: 40%;
  float: left;
}

#main .pageCustom .listKerjasama .contentKerjasama .colAction .action h3 {
  font-size: 14px;
  font-weight: 600;
}

#main .pageCustom .listKerjasama .contentKerjasama .colAction .action p {
  color: #9e9e9e;
  font-size: 13px;
}

#main .pageCustom .listKerjasama .contentKerjasama .colAction .colDownload {
  width: 60%;
  float: left;
}

#main
  .pageCustom
  .listKerjasama
  .contentKerjasama
  .colAction
  .colDownload
  .download {
  width: 150px;
  float: right;
  margin-top: 25px;
  padding-top: 7px;
  text-align: center;
  border-radius: 3px;
  background: #ef8300;
  padding-bottom: 7px;
}

#main
  .pageCustom
  .listKerjasama
  .contentKerjasama
  .colAction
  .colDownload
  .download
  a {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

#main
  .pageCustom
  .listKerjasama
  .contentKerjasama
  .colAction
  .colDownload
  .download
  a
  img {
  width: 10px;
}

#main
  .pageCustom
  .listKerjasama
  .contentKerjasama
  .colAction
  .colDownload
  .download
  a:hover {
  text-decoration: none;
}

#main .pageCustom .contentWorldbank {
  min-height: 630px;
  height: 100%;
  border: 1px solid #ddd;
}

#main .sejarah {
  padding-bottom: 0 !important;
}

#main .sejarah .sidebarLeft .imgSidebarLeft img {
  width: 60%;
}

#main .sejarah .content .headingProfil h2 {
  font-weight: 600;
}

#main .sejarah .content .contentSejarah {
  margin-top: 20px;
}

#main .sejarah .content .contentSejarah p {
  font-size: 14px;
  padding-left: 20px;
}

#main .sejarah .colthumbSejarah .listSejarah {
  text-align: center;
}

#main .sejarah .colthumbSejarah .listSejarah .thumbSejarah img {
  width: 85px;
  margin-bottom: 15px;
}

#main .sejarah .colthumbSejarah .listSejarah .thumbSejarah p {
  color: #00499d;
  font-size: 20px;
  font-weight: 700;
}

#main .sejarah .colthumbSejarah .listSejarah .imgCenter img {
  width: 65px;
}

#main .sejarah .colthumbSejarah .listSejarah .contentThumb p {
  font-size: 14px;
}

#main .sejarah .timelineSejarah {
  background-color: #eeefef;
}

#main .sejarah .timelineSejarah .headingTimeline {
  width: 55%;
  margin: auto;
}

@media screen and (max-width: 480px) {
  #main .sejarah .timelineSejarah .headingTimeline {
    width: 100%;
  }
}

#main .sejarah .timelineSejarah .headingTimeline h2 {
  color: #1c2e36;
  font-size: 15px;
  line-height: 23px;
  text-align: center;
}

#main .content-column-wrapper {
  /* padding: 30px 0 */
}

#main .detail-page .headline {
  color: #00499d;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 10px;
  text-transform: capitalize;
  border-bottom: 3px solid #00499d;
}

@media screen and (max-width: 500px) {
  #main .detail-page .headline {
    font-size: 13px !important;
  }
  #main .detail-page .card-berita-video {
    margin-top: -30px;
  }
}

#main .detail-page .colImgBig h1 {
  font-size: 32px;
}

#main .detail-page .colImgBig .title {
  font-weight: 600;
  color: #00499d;
  margin-bottom: 15px;
}

#main .detail-page .colImgBig .title a {
  font-size: 22px;
  line-height: 10px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  text-transform: capitalize;
}

#main .detail-page .title-1 a {
  font-size: 22px;
  line-height: 10px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  text-transform: capitalize;
  font-weight: 700;
}

#main .detail-page .colImgBig .desc p {
  font-size: 14px;
  color: #1c2e36;
  margin-bottom: 0;
}

#main .detail-page .colImgBig .information-post {
  color: black !important;
  font-size: 12px;
  font-weight: 600;
  margin: 10px 0;
  width: 100%;
}

#main .detail-page .colImgBig .information-post,
#main .detail-page .sidebarRight .block .date {
  font-size: 12px;
  color: rgba(141, 149, 149, 0.7);
  font-weight: 600;
  margin: 10px 0;
}

#main .detail-page .sidebarRight .block .title {
  font-weight: 600;
  font-size: 14px;
  line-height: normal;
}

#main .detail-page .sidebarRight .block .title a {
  color: #1c2e36;
  text-decoration: none;
}

#main .detail-page .berita-terkini {
  margin-top: 50px;
  border-top: 1px solid #f1f0f0;
}

#main .detail-page .berita-terkini .media .img-center {
  margin-left: auto;
  margin-right: auto !important;
  border-radius: 5px;
  object-fit: cover;
  aspect-ratio: 16/9;
}

#main .detail-page .paging ul li a {
  font-size: 13px;
  color: #00499d;
  font-weight: 600;
}

#main .detail-page .paging ul li a:hover {
  color: #fff;
  background-color: #00499d;
}

#main .detail-page .paging ul li.disabled a {
  color: #a7a7a7;
}

#main .detail-page .paging .countPaging {
  float: left;
}

@media screen and (max-width: 480px) {
  #main .detail-page .paging .countPaging {
    display: none;
  }
}

#main .detail-page .paging .countPaging p {
  font-size: 12px;
  padding-top: 5px;
  margin-bottom: 0;
}

#main .detail-page .paging .countPaging p span {
  color: #bdbdbd;
}

#main .detail-page .detail-berita .line {
  height: 1px;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 30px;
  background: #ddd;
}

#main .detail-page .detail-berita article p {
  font-size: 14px;
  color: #1c2e36;
}

#main .detail-page .detail-berita .related {
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}

#main .detail-page .detail-berita .related .prev {
  float: left;
  width: 49%;
  border-right: 1px solid #ecebeb;
}

#main .detail-page .detail-berita .related .prev .imgArrowLeft {
  width: 35px;
  float: left;
}

@media screen and (max-width: 480px) {
  #main .detail-page .detail-berita .related .prev .imgArrowLeft {
    width: 30px;
    padding-top: 20px;
  }
}

#main .detail-page .detail-berita .related .prev .imgArrowLeft img {
  width: 20px;
  float: left;
  padding-top: 10px;
  margin-right: 20px;
}

#main .detail-page .detail-berita .related .prev .textPrev {
  width: 85%;
  float: left;
}

@media screen and (max-width: 480px) {
  #main .detail-page .detail-berita .related .prev .textPrev {
    width: 75%;
  }
}

#main .detail-page .detail-berita .related .prev .textPrev p {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}

@media screen and (max-width: 480px) {
  #main .detail-page .detail-berita .related .prev .textPrev p {
    line-height: 16px;
  }
}

#main .detail-page .detail-berita .related .next {
  float: right;
  width: 49%;
}

#main .detail-page .detail-berita .related .next .textPrevLeft {
  width: 80%;
  float: left;
}

#main .detail-page .detail-berita .related .next .textPrevLeft p {
  color: #00499d;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0;
}

@media screen and (max-width: 480px) {
  #main .detail-page .detail-berita .related .next .textPrevLeft p {
    line-height: 17px;
  }
}

#main .detail-page .detail-berita .related .next .imgArrowRight {
  width: 30px;
  float: right;
  text-align: center;
}

@media screen and (max-width: 480px) {
  #main .detail-page .detail-berita .related .next .imgArrowRight {
    padding-top: 20px;
  }
}

#main .detail-page .detail-berita .related .next .imgArrowRight img {
  width: 20px;
  padding-top: 10px;
}

#main .breadcrumbs {
  background: #e9ecef;
}

#main .breadcrumbs ol {
  padding-left: 0;
  padding-right: 0;
}

#main .breadcrumbs ol li {
  font-size: 13px;
}

#main .breadcrumbs ol li.current a {
  color: #ef8300;
}

#main .berita-foto .center-content-wrapper .heading .title {
  font-weight: 600;
  color: #00499d;
  margin-bottom: 15px;
  font-size: 32px;
}

#main .berita-foto .center-content-wrapper .slider-for-thumb .txt {
  position: absolute;
  bottom: 5%;
  display: block;
  width: 100%;
  /* padding-left: 30px; */
}

#main .berita-foto .center-content-wrapper .slider-for-thumb .txt .title-foto {
  color: white !important;
  /* position: absolute; */
  /* bottom: 50%; */
  padding: 15px 20px;
  /* margin-top: -20px; */
  font-size: 14px;
  /* margin-top: -90px; */
  box-shadow: 0px -200px 18px 1px rgb(0 0 0 / 35%) inset;
  /* width: 605px; */
  /* margin-left: -45px; */
  border-radius: 5px;
}

#main .berita-foto .slick-slide img {
  width: 100% !important;
  /* height: 70% !important; */
}

#main .berita-foto .slick-initialized .slick-slide {
  margin-left: 1px;
  /* margin-right: ; */
  height: 100% !important;
}

#main .berita-foto .slider .img img {
  width: 100% !important;
  aspect-ratio: auto;
}

#main .berita-foto .berita-terkini .headline {
  color: #00499d;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 10px;
  text-transform: capitalize;
  border-bottom: 3px solid #00499d;
}

#main .berita-foto .berita-terkini .block .img .img img {
  border-radius: 5px;
  aspect-ratio: 4/3;
  object-fit: cover;
  width: 100%;
}

#main .berita-foto .berita-terkini .block .date {
  font-size: 12px;
  margin: 10px 0;
}

#main .berita-foto .berita-terkini .block .title a {
  color: black;
  text-decoration: none;
  font-size: 14px;
}

#main .berita-foto .berita-terkini .linedate {
  height: 1px;
  width: 345px;
  margin-bottom: 5px;
  background: #ddd;
}

#main .berita-foto .berita-terkini .paging ul li a {
  font-size: 13px;
  color: #00499d;
  font-weight: 600;
}

#main .berita-foto .berita-terkini .paging ul li a:hover {
  color: #fff;
  background-color: #00499d;
}

#main .berita-foto .berita-terkini .paging ul li.disabled a {
  color: #a7a7a7;
}

#main .berita-foto .berita-terkini .paging .countPaging {
  float: left;
}

@media screen and (max-width: 480px) {
  #main .berita-foto .berita-terkini .paging .countPaging {
    display: none;
  }
}

#main .berita-foto .berita-terkini .paging .countPaging p {
  font-size: 12px;
  padding-top: 5px;
  margin-bottom: 0;
}

#main .berita-foto .berita-terkini .paging .countPaging p span {
  color: #bdbdbd;
}

@media screen and (max-width: 480px) {
  #main .foto-detail {
    padding-top: 0;
  }
  #main .foto-detail .center-content-wrapper {
    margin-top: 0;
  }
}

#main .foto-detail .descDetailImg {
  padding: 15px;
  background: #edf4fc;
}

@media screen and (max-width: 480px) {
  #main .foto-detail .descDetailImg {
    margin-top: 15px;
  }
}

#main .foto-detail .descDetailImg .heading h2 {
  color: #00499d;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 10px !important;
  text-transform: capitalize;
  border-bottom: 3px solid #00499d;
  padding-left: 0px !important;
}

#main .foto-detail .descDetailImg span {
  color: black;
  font-size: 13px;
}

#main .foto-detail .descDetailImg p {
  color: #313131;
  font-size: 14px;
  font-weight: 600;
}

#main .foto-detail .descDetailImg ul {
  padding-left: 30px;
}

#main .foto-detail .descDetailImg ul li p {
  margin-bottom: 0;
}

#main .foto-detail .headline {
  color: #00499d;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 10px;
  text-transform: capitalize;
  border-bottom: 3px solid #00499d;
}

#main .foto-detail .box-slider {
  width: 555px;
}

#main .foto-detail .slick-current img {
  width: 100%;
  height: auto;
  display: block;
}

/* #main .foto-detail .slick-current .txt {
    position: absolute;
    bottom: 5%;
    display: block;
    padding-left: 30px;
} */

/* #main .foto-detail .slick-current .title-foto {
    color: white !important;
    position: absolute;
    bottom: 50%;
    padding-left: 10px;
    margin-top: -20px;
    font-size: 20px;
} */

#main .foto-detail .slider-nav .slick-slide {
  margin: 0 1px;
}

#main .foto-detail .slider-nav .slick-slide img {
  width: 55px;
  height: 85px;
}

#main .foto-detail .slider-nav {
  width: 100%;
}

#main .foto-detail .slick-slider.slider-nav .slick-track {
  display: table;
  margin: 0 auto;
}

#main .foto-detail .slick-slider.slider-nav .slick-slide:focus {
  outline: none;
}

/* #main .foto-detail .your-class .slide {
    border: 5px solid white;
}

#main .foto-detail .your-class .slide-sm {
    height: 50px;
    background: red;
}

#main .foto-detail .your-class .slide-md {
    height: 200px;
    background: #aca;
}

#main .foto-detail .your-class .slide-lg {
    height: 300px;
    background: #aac;
} */

#main .foto-detail .date {
  margin: 10px 0;
  color: #8d9595;
  opacity: 0.7;
  font-size: 12px;
}

#main .foto-detail .linedate {
  height: 1px;
  width: 60px;
  margin-bottom: 5px;
  background: #ddd;
}

#main .foto-detail .title {
  font-size: 14px;
  font-weight: 600;
}

#main .foto-detail .title a {
  color: #1c2e36;
  text-decoration: none;
}

#main .foto-detail .title a:hover {
  color: #00499d;
}

#main .foto-detail .slider-nav {
  margin-top: 25px;
  /* height: 100px; */
}

#main .foto-detail .slider-for-thumb .arrows {
  z-index: 2;
  position: absolute;
  /* background-color: rgba(0, 73, 157, .9); */
  background-color: transparent;
  border: none;
  color: white;
  padding: 12px 20px;
  font-weight: 400;
  outline: none;
  cursor: pointer;
}

#main .foto-detail .slider-for-thumb .arrows {
  z-index: 2;
  position: absolute;
  /* background-color: rgba(0, 73, 157, .9); */
  background-color: transparent;
  border: none;
  color: white;
  padding: 12px 20px;
  font-weight: 400;
  outline: none;
  cursor: pointer;
}

#main .foto-detail .slider-nav .arrows {
  z-index: 2;
  position: absolute;
  /* background-color: rgba(0, 73, 157, .9); */
  background-color: transparent;
  border: none;
  color: #fff;
  padding: 12px 20px;
  font-weight: 400;
  outline: none;
  cursor: pointer;
}

#main .foto-detail .slider-for-thumb button.prev {
  top: 50% !important;
  z-index: 1;
  left: -16px;
  font-size: 40px;
  /* top: 25%;
    z-index: 1;
    left: -10px */
}

#main .foto-detail .slider-nav button.prev {
  top: 13px !important;
  z-index: 1;
  left: -16px;
  font-size: 26px;
  /* top: 25%;
    z-index: 1;
    left: -10px */
}

@media screen and (max-width: 480px) {
  #main .foto-detail .slider-nav button.prev {
    /* top: 20%;
        padding: 3px 10px */
    padding: 3px 10px;
    top: 9px !important;
    z-index: 1;
    left: -10px;
    font-size: 20px;
  }
  #main .foto-detail .slider-for-thumb button.prev {
    top: 50% !important;
    z-index: 1;
    left: -16px;
    font-size: 35px;
  }
}

#main .foto-detail .slider-for-thumb button.next {
  /* top: 25%;
    z-index: 1;
    right: -10px */
  right: -16px;
  top: 50% !important;
  z-index: 1;
  font-size: 40px;
}

#main .foto-detail .slider-nav button.next {
  z-index: 1;
  right: -16px;
  top: 13px;
  font-size: 26px;
}

@media screen and (max-width: 480px) {
  #main .foto-detail .slider-nav button.next {
    top: 17%;
    padding: 3px 17px;
    z-index: 1;
    right: -16px;
    font-size: 20px !important;
  }
  #main .foto-detail .slider-for-thumb button.next {
    right: -16px;
    top: 50% !important;
    z-index: 1;
    font-size: 35px;
  }
}

#main .kontak .imgKontak {
  position: relative;
}

#main .kontak .imgKontak .colAddress {
  position: absolute;
  width: 100%;
  bottom: 0;
  color: #fff;
  padding: 15px 30px;
}

#main .kontak .imgKontak .colAddress h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

#main .kontak .imgKontak .colAddress h3 {
  font-size: 14px;
}

#main .kontak .imgKontak .colAddress p {
  margin-bottom: 0;
}

#main .kontak .imgKontak .colAddress p img {
  width: 15px;
  margin-right: 10px;
}

#main .kontak .mapsKontak .maps iframe {
  width: 100%;
  height: 350px;
}

.sidebar {
  color: #1c2e36;
}

@media screen and (max-width: 667px) {
  .sidebar .img img {
    width: 100%;
  }
  .sidebar .pengumuman .img img {
    height: 81px;
    object-fit: cover;
  }
}

.sidebar .pengumuman {
  margin-bottom: 20px;
}

@media screen and (min-width: 667px) {
  .sidebar .pengumuman .img img {
    height: 197px;
    object-fit: cover;
    object-position: 65% 0;
  }
}

.sidebar .pengumuman .list ul {
  padding: 0;
}

.sidebar .pengumuman .list ul li {
  list-style: none;
  background: url(/images/pengumuman.png?a9944aa1d421b1fce4bebf6831c0a731)
    no-repeat 0 0;
  padding-left: 40px;
  border-bottom: 1px solid rgba(141, 149, 149, 0.2);
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-weight: 700;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar .pengumuman .list ul li {
    font-size: 12px;
    line-height: normal;
  }
}

.sidebar .pengumuman .list ul li:last-child {
  border-bottom: none;
}

.sidebar .gempa-terkini {
  margin-bottom: 40px;
}

.sidebar .gempa-terkini .headline {
  border-bottom: 1px solid rgba(141, 149, 149, 0.2);
}

.sidebar .gempa-terkini .detail ul {
  padding: 15px 8px;
  margin: 0;
}

.sidebar .gempa-terkini .detail ul li {
  list-style: none;
  padding-left: 40px;
  font-size: 14px;
  margin-bottom: 10px;
}

.sidebar .gempa-terkini .detail ul li span {
  font-size: 16px;
}

.sidebar .gempa-terkini .detail ul li:first-child {
  background: url(/images/status-date.png?d07b741bdeecdde6acdc1244d1fe9f96)
    no-repeat 0;
}

.sidebar .gempa-terkini .detail ul li:nth-child(2) {
  background: url(/images/status-type.png?26165b73e4c8a5f172096e98b774d1ae)
    no-repeat 0;
}

.sidebar .gempa-terkini .detail ul li:nth-child(3) {
  background: url(/images/status-deep.png?0b40685516e64689d8b2c67bc1730911)
    no-repeat 0;
}

.sidebar .gempa-terkini .detail ul li:nth-child(4) {
  background: url(/images/status-loc.png?6470b83066d1350fc699e4fc1120ed20)
    no-repeat 0;
}

.sidebar .siaga-bencana .headline {
  border-bottom: 1px solid rgba(141, 149, 149, 0.2);
}

@media screen and (min-width: 768px) {
  .sidebar .siaga-bencana .img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.sidebar .siaga-bencana .more {
  font-size: 14px;
}

.sidebar .accordion {
  margin-bottom: 20px;
}

.sidebar .accordion .card .card-header h2 {
  font-size: 16px;
}

.sidebar .accordion .card .card-header button {
  color: #fff;
}

.sidebar .accordion .collapse .card-body {
  padding: 0 !important;
}

.sidebar .accordion .collapse .card-body .list ul {
  padding: 10px !important;
  margin: 0 !important;
}

.sidebar .accordion .collapse .card-body .list ul li {
  list-style: none;
  border-bottom: 1px solid rgba(141, 149, 149, 0.2);
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.sidebar .accordion .collapse .card-body .list ul li:last-child {
  border: none;
}

.sidebar .accordion .collapse .card-body .list ul li .block .nama-gunung {
  color: #1c2e36;
  font-size: 16px;
}

.sidebar .accordion .collapse .card-body .list ul li .block .time {
  font-size: 10px;
  font-weight: 600;
  color: #9fabb0;
}

.sidebar .status-gunung {
  margin-bottom: 40px;
}

.sidebar .berita-populer .block,
.sidebar .status-gunung .headline {
  border-bottom: 1px solid rgba(141, 149, 149, 0.2);
}

.sidebar .berita-populer .block {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.sidebar .berita-video {
  margin-bottom: 40px;
}

.sidebar .berita-video .see-more {
  padding-top: 10px;
  text-align: right;
  font-size: 14px;
}

.sidebar .berita-video .see-more a {
  color: #002b4d;
}

.sidebar .bencana {
  margin-bottom: 40px;
}

.sidebar .bencana .headline {
  border-bottom: 1px solid rgba(141, 149, 149, 0.2);
}

.sidebar .bencana .see-more {
  padding-top: 10px;
  text-align: right;
  font-size: 14px;
}

.sidebar .bencana .see-more a {
  color: #002b4d;
}

.sidebar .twitter-feed .headline {
  border-bottom: 1px solid rgba(141, 149, 149, 0.2);
}

.sidebar .column .more {
  text-align: right;
}

.sidebar .column .more a {
  color: #002b4d;
  text-decoration: none;
}

.sidebar .column .date {
  font-size: 12px;
  color: rgba(141, 149, 149, 0.7);
  font-weight: 600;
  margin: 10px 0;
}

.sidebar .column .title {
  font-weight: 600;
  font-size: 14px;
  line-height: normal;
}

.sidebar .column .title a {
  color: #1c2e36;
  text-decoration: none;
  font-size: 12px;
}

.sidebar .column .title a:hover {
  color: #00499d;
}

.sidebar .headline {
  color: #00499d;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  border-bottom: 3px solid #00499d;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar .headline {
    font-size: 16px;
  }
}

.sidebar .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  /* height: 0; */
  height: 197px;
  overflow: hidden;
  max-width: 100%;
}

@media screen and (max-width: 667px) {
  .sidebar .embed-container {
    height: 0;
  }
  .sidebar .headline {
    color: #00499d;
    font-size: 13px !important;
    font-weight: 700;
    text-transform: capitalize;
    border-bottom: 3px solid #00499d;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}

.sidebar .embed-container embed,
.sidebar .embed-container iframe,
.sidebar .embed-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sidebar .goverment #gpr-kominfo-widget-body {
  height: 350px;
  overflow-y: scroll;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar .goverment #gpr-kominfo-widget-container {
    min-width: 160px !important;
  }
}

@media screen and (max-width: 667px) {
  /* .center-content-wrapper {
        margin-top: 40px
    } */
  .center-content-wrapper .slider-home-centring .arrows {
    position: absolute;
    background-color: rgba(0, 73, 157, 0.9);
    border: none;
    color: #fff;
    /* padding: 12px 20px; */
    font-weight: 400;
    outline: none;
    cursor: pointer;
  }
  .center-content-wrapper .slider-home-centring .block .txt {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 73, 157, 0.85);
    color: #fff;
    /* padding: 15px 30px */
  }
  .sidebar .column .title a {
    color: #1c2e36;
    text-decoration: none;
    font-size: 6px !important;
  }
  .center-content-wrapper .slider-home-centring .slick-dots {
    display: none !important;
  }
  .center-content-wrapper .slider-home-centring .next {
    top: 30% !important;
    right: 0;
    z-index: 1;
  }
  .center-content-wrapper .slider-home-centring .prev {
    top: 30% !important;
    left: 0;
    z-index: 2;
  }
}

@media screen and (min-width: 667px) {
  .center-content-wrapper .slider-home-centring .arrows {
    position: absolute;
    background-color: rgba(0, 73, 157, 0.9);
    border: none;
    color: #fff;
    padding: 12px 20px;
    font-weight: 400;
    outline: none;
    cursor: pointer;
  }
  .center-content-wrapper .slider-home-centring .block .txt {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 73, 157, 0.85);
    color: #fff;
    padding: 15px 30px;
  }
}

.center-content-wrapper .slider-home-centring .next {
  top: 40%;
  right: 0;
  z-index: 1;
}

.center-content-wrapper .slider-home-centring .next-mini {
  top: 20%;
  right: 0;
  z-index: 1;
}

.center-content-wrapper .slider-home-centring .prev {
  top: 40%;
  left: 0;
  z-index: 2;
}

.center-content-wrapper .slider-home-centring .slick-dots {
  position: absolute;
  bottom: 45px;
  /* right: 100px; */
  /* padding: 0; */
  margin: 0;
  left: 50%;
  margin-left: -80px;
}

.center-content-wrapper .slider-home-centring .slick-dots li {
  display: inline-block;
  cursor: pointer;
  margin-right: 10px;
}

.center-content-wrapper
  .slider-home-centring
  .slick-dots
  li.slick-active
  button {
  opacity: 1;
}

.center-content-wrapper .slider-home-centring .slick-dots li button {
  text-indent: -9999px;
  border: none;
  width: 10px;
  height: 12px;
  border-radius: 50%;
  opacity: 0.8;
}

.center-content-wrapper .slider-home-centring .block {
  position: relative;
}

.center-content-wrapper .slider-home-centring .block .txt .date {
  font-size: 12px;
  font-weight: 600;
  opacity: 0.7;
}

.center-content-wrapper .slider-home-centring .block .txt .title {
  font-size: 16px;
  font-weight: 700;
}

.center-content-wrapper .berita-terkini .headline {
  border-bottom: 1px solid rgba(141, 149, 149, 0.2);
  color: #00499d;
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

@media screen and (max-width: 667px) {
  .center-content-wrapper .berita-terkini .img img {
    width: 100%;
  }
  .center-content-wrapper .img .img-fit {
    height: auto;
  }
}

.center-content-wrapper .img .book-img {
  display: block;
  margin: auto;
  border-radius: 5px;
  object-fit: cover;
  aspect-ratio: auto;
}

.center-content-wrapper .img .info-img {
  display: block;
  margin: auto;
  border-radius: 5px;
  /* object-fit: cover; */
  aspect-ratio: auto;
  /* height: 197px; */
  /* object-position: 0% 0%; */
}

.center-content-wrapper .img img {
  display: block;
  margin: auto;
  border-radius: 5px;
  /* object-fit: cover; */
  aspect-ratio: 16/9;
  /* height: 197px; */
  object-position: 0% 0%;
  width: 100%;
}

@media screen and (min-width: 667px) {
  .center-content-wrapper .img .img-fit {
    height: 197px;
  }
}

.center-content-wrapper .berita-terkini .block {
  border-bottom: 1px solid rgba(141, 149, 149, 0.2);
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.center-content-wrapper .berita-terkini .title {
  font-size: 14px;
  font-weight: 600;
}

@media screen and (max-width: 667px) {
  .center-content-wrapper .berita-terkini .title {
    font-size: 18px;
    line-height: normal;
  }
}

.center-content-wrapper .berita-terkini .title a {
  text-decoration: none;
  color: #1c2e36;
}

.center-content-wrapper .berita-terkini .title a:hover {
  color: #00499d;
}

.center-content-wrapper .berita-terkini .date {
  margin: 10px 0;
  color: #8d9595;
  opacity: 0.7;
  font-size: 12px;
}

.center-content-wrapper .berita-terkini .desc {
  font-size: 14px;
  color: #1c2e36;
}

.center-content-wrapper .berita-terkini .more {
  text-align: center;
  font-weight: 600;
}

.center-content-wrapper .berita-terkini .more a {
  text-decoration: none;
  display: block;
  color: #fff;
  background-color: #00499d;
  text-align: center;
  padding: 10px 20px;
}

.center-content-wrapper .logo-centring {
  border-top: 1px solid #00499d;
  padding-top: 20px;
  margin-top: 40px;
}

.center-content-wrapper .logo-centring .block {
  margin-bottom: 20px;
}

.center-content-wrapper .logo-centring .block .title {
  text-align: center;
  color: #1c2e36;
  font-weight: 700;
  text-transform: uppercase;
  min-height: 30px;
  line-height: 16px;
  font-size: 14px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .center-content-wrapper .logo-centring .block .title {
    min-height: 50px;
  }
}

.center-content-wrapper .logo-centring .block .img {
  border: 1px solid #fa6400;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  border-radius: 10px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .center-content-wrapper .logo-centring .block .img {
    padding: 10px;
  }
}

.center-content-wrapper .emagazine .more {
  text-align: right;
}

.center-content-wrapper .emagazine .more a {
  color: #002b4d;
  font-size: 14px;
  text-decoration: none;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .center-content-wrapper .emagazine .more a {
    font-size: 10px;
  }
}

.center-content-wrapper .emagazine .top {
  padding: 20px 0 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(141, 149, 149, 0.2);
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .center-content-wrapper .emagazine .top {
    padding: 0;
  }
}

.center-content-wrapper .emagazine .top .title {
  color: #00499d;
  font-weight: 700;
  font-size: 22px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .center-content-wrapper .emagazine .top .title {
    font-size: 14px;
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 667px) {
  .center-content-wrapper .emagazine .img img {
    width: 100%;
  }
}

#footer {
  background-color: #282828 !important;
  padding: 40px 0;
  color: #fff;
}

#footer .logo,
#footer .txt {
  margin-bottom: 20px;
}

#footer .txt {
  font-size: 14px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #footer .txt {
    font-size: 12px;
  }
}

#footer .txt p {
  margin-bottom: 0;
}

#footer .headline {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 5px;
}

@media screen and (max-width: 667px) {
  #footer .headline {
    margin-bottom: 10px;
  }
}

#footer .sosmed ul {
  padding: 20px 0;
  margin: 0;
}

#footer .sosmed ul li {
  list-style: none;
  display: inline-block;
  margin-right: 20px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #footer .sosmed ul li {
    margin-right: 3px;
  }
}

#footer .sosmed ul li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 667px) {
  #footer .twitter-feed {
    margin: 40px 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #footer .twitter-feed iframe {
    min-width: 100% !important;
  }
}

#footer .subscriber label {
  font-size: 13px;
}

#footer .subscriber form input {
  background-color: #eeefef;
  border-radius: 4px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #footer .subscriber form .form-check-label {
    font-size: 12px;
    line-height: normal;
  }
}

#footer .subscriber form button {
  background-color: #00499d;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  width: 60%;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #footer .subscriber form button {
    width: 100%;
  }
}

@media screen and (max-width: 667px) {
  #footer .menus {
    margin-bottom: 40px;
  }
}

#footer .menus ul {
  padding: 0;
}

#footer .menus ul li {
  list-style: none;
}

#footer .menus ul li a {
  display: block;
  color: #fff;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.5);
  padding: 10px 0;
  text-decoration: none;
}

#footer .menus ul li a:hover {
  color: #ff3b30;
  border-color: rgba(255, 59, 48, 0.5);
}

.timeline {
  padding: 50px 0;
  position: relative;
}

.timeline-nodes {
  padding-bottom: 25px;
  position: relative;
}

.timeline p {
  font-size: 13px;
  padding: 5px 15px 5px 25px;
}

.timeline:before {
  content: "";
  display: block;
  position: absolute;
  top: 62px;
  left: 22%;
  width: 0;
  border-left: 2px solid #c7c7c7;
  height: 82%;
  z-index: 1;
  transform: translateX(-50%);
}

.timeline-content time {
  font-size: 27px;
  color: white;
  font-weight: 900;
}

.timeline-content h4 {
  color: #ff9500;
  font-size: 14px;
  font-weight: 600;
}

.timeline-image {
  left: 22%;
  top: 24px;
  z-index: 100;
  position: absolute;
}

.timeline-image:before {
  content: "";
  width: 25px;
  height: 25px;
  border: 1px solid #ef8300;
  border-radius: 50%;
  display: block;
  transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: 1;
}

.timeline-image img {
  position: relative;
  z-index: 100;
}

.timeline-nodes .timeline-date {
  padding: 0 !important;
}

@media (max-width: 767px) {
  .timeline:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 4%;
    width: 0;
    border-left: 2px dashed var(--blue);
    height: 100%;
    z-index: 1;
    transform: translateX(-50%);
    display: none;
  }
  .timeline h3 {
    font-size: 1.7rem;
  }
  .timeline p {
    font-size: 14px;
  }
  .timeline-image {
    position: absolute;
    left: 0;
    top: 60px;
    display: none;
  }
  .timeline-nodes:nth-child(2n) .timeline-date {
    text-align: left;
  }
  .timeline-image:before {
    width: 65px;
    height: 65px;
  }
}

@media (max-width: 480px) {
  .timeline p {
    font-size: 13px;
  }
  .timeline-content {
    width: 20% !important;
    max-width: 20% !important;
    order: inherit;
    float: left;
    position: absolute;
    left: 0;
  }
  .timeline-content time {
    font-size: 16px;
    line-height: 18px;
    text-align: center;
  }
}

#myUL,
ul {
  list-style-type: none;
}

#myUL {
  margin: 0;
  padding: 0;
}

#myUL .caretFirst {
  margin-bottom: 15px;
}

#myUL .parent {
  margin-left: 25px;
}

#myUL .parent .titleParent {
  width: 70%;
  padding: 7px 20px;
  border-radius: 5px;
  margin-bottom: 10px;
  border: 1px solid #ef8300;
  /* box-shadow: 0 2px 3px #888 */
}

@media screen and (max-width: 667px) {
  #myUL .parent .titleParent {
    width: 100%;
  }
}

#myUL .parent .titleParent img {
  width: 70px;
  float: right;
  padding-top: 5px;
}

#myUL .nested li {
  margin-bottom: 15px;
}

#myUL .nested li.child {
  color: #00a1e0;
  margin-top: 5px;
  font-size: 15px;
  cursor: pointer;
  margin-bottom: 5px;
}

#myUL .nested li.child img {
  top: -1px;
  width: 7px;
  position: relative;
}

.caret {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.caret:before {
  content: "\25B6";
  color: #ef8300;
  display: inline-block;
  margin-right: 6px;
  float: left;
}

.disable-caret {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.disable-caret:before {
  content: "\25B6";
  color: #000;
  display: none;
  margin-right: 6px;
  float: left;
}

.caret-down:before {
  transform: rotate(90deg);
}

.nested {
  display: none;
}

.active {
  display: block;
}

#modalProfil .modal-content {
  border-radius: 13px;
}

#modalProfil .modal-content .modal-body {
  padding: 0;
}

#modalProfil .modal-content .modal-body button {
  top: 8px;
  right: 10px;
  position: absolute;
  background: #fff;
  border-radius: 50%;
  height: 25px;
  width: 25px;
}

#modalProfil .modal-content .modal-body button span {
  font-size: 25px;
}

#modalProfil .modal-content .modal-body .headPopup {
  text-align: center;
}

#modalProfil .modal-content .modal-body .headPopup .imgAvatar img {
  width: 100%;
}

#modalProfil .modal-content .modal-body .headPopup .imgProfile .infoPic img {
  width: 40%;
  margin-top: -80px;
}

#modalProfil .modal-content .modal-body .headPopup .nameAvatar {
  margin-top: 20px;
  margin-bottom: 25px;
}

#modalProfil .modal-content .modal-body .headPopup .nameAvatar h2 {
  color: #00499d;
  font-size: 22px;
  font-weight: bolder;
}

#modalProfil .modal-content .modal-body .headPopup .footerPopup {
  padding: 20px 15px;
  background: #f5f5f5;
}

#modalProfil .modal-content .modal-body .headPopup .footerPopup h3 {
  font-size: 16px;
  margin-bottom: 0;
}

#footer-bottom {
  background-color: #212121;
  color: hsla(0, 0%, 100%, 0.6);
  padding: 20px 0;
  font-size: 14px;
}

.filter-gallery {
  text-align: center;
}

.filter-button {
  color: #0b2f7b;
  background: transparent;
  border: 0 solid #fff;
  padding: 0;
  margin: 0 5px;
  font-weight: 600;
}

.filter-button.displayed {
  border-bottom: 2px solid #0b2f7b;
}

.filter-button:focus {
  outline: none;
}

.filter-button:after {
  content: "";
  border-bottom: none !important;
  display: block;
  width: 0;
  height: 2px;
  background: #0b2f7b;
  transition: width 0.3s;
}

.filter-button:hover:after {
  width: 100%;
  transition: width 0.9s;
}

.gallery-img-box.gallery-hidden {
  display: none;
}

.cl-awas {
  color: #e02020;
}

.cl-siaga {
  color: #fa6400;
}

.cl-waspada {
  color: #f7b500;
}

.cl-normal {
  color: #5b9c16;
}

.bg-awas {
  background-color: #e02020;
}

.bg-siaga {
  background-color: #fa6400;
}

.bg-waspada {
  background-color: #f7b500;
}

.bg-normal {
  background-color: #5b9c16;
}

@-webkit-keyframes icon-blink {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.25;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  to {
    opacity: 0;
  }
}

@keyframes icon-blink {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.25;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  to {
    opacity: 0;
  }
}

.icon-blink {
  -webkit-animation: icon-blink 0.75s linear infinite;
  animation: icon-blink 0.75s linear infinite;
}

.search-btn {
  background-color: #044085;
  padding: 0;
}

.close-btn {
  position: relative;
  z-index: 9999;
}

.search-area {
  position: absolute;
  display: none;
  content: "";
  top: 0;
  left: 0;
  background: #09088c;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.form-btn {
  margin-top: 40%;
  font-family: Poppins, sans-serif;
}

.form-btn input {
  height: 60px;
  background: transparent;
  font-size: 28px;
  color: #fff;
}

.form-btn input:focus {
  background: transparent;
  outline: none;
  box-shadow: none;
  border-color: #ced4da;
  color: #fff;
}

.brd-left-none {
  border-left: none !important;
}

.form-btn .form-control {
  border-right: none !important;
}

.border-bottom {
  border: none;
  border-bottom: 1px solid #ced4da;
  border-radius: 0;
}

.form-btn input::-webkit-input-placeholder {
  color: #fff;
  font-weight: 400;
}

.form-btn input::-moz-placeholder {
  color: #fff;
  font-weight: 400;
}

.form-btn input:-ms-input-placeholder {
  color: #fff;
  font-weight: 400;
}

.form-btn input::-ms-input-placeholder {
  color: #fff;
  font-weight: 400;
}

.form-btn input::placeholder {
  color: #fff;
  font-weight: 400;
}

.form-btn i {
  font-size: 30px;
  color: #fff;
}

.img-fullwidth {
  width: 100%;
}

.info-related {
  width: 100%;
  height: 255px;
}

.img-related {
  width: 80%;
  height: 330px;
  aspect-ratio: 9/16;
}

.book-related {
  width: 80%;
  height: 330px;
  aspect-ratio: 9/16;
}

.picture-related {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
  object-position: 0% 10%;
}

.img-cover {
  height: 340px;
}

.img-cover-infografik {
  height: 200px;
}

.img-news-list {
  width: 225px;
  height: 155px;
}

.img-news-cover {
  width: 100%;
  height: 410px;
}

.btn-tags {
  color: #fff !important;
  text-transform: uppercase;
  text-decoration: none;
  background: navy;
  padding: 10px;
  margin: 5px;
  border-radius: 5px;
  display: inline-block;
  border: none;
  font-size: 12px;
}

.btn-tags,
.btn-tags:hover {
  transition: all 0.4s ease 0s;
}

.btn-tags:hover {
  background: #434343;
  letter-spacing: 1px;
  box-shadow: 5px 40px -10px rgba(0, 0, 0, 0.57);
}

#toast_bnpb {
  opacity: 0.4;
  position: fixed;
  top: 80px;
  right: 20px;
  min-width: 300px;
  z-index: 99;
}

#toast_bnpb:hover {
  opacity: 1;
}

.toast-header {
  background-color: #ef8300 !important;
}

.toast-header,
.toast-header a {
  color: #fff !important;
}

.toast:first-child {
  opacity: 0;
  -webkit-animation: toastAnimation 1s;
  animation: toastAnimation 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.toast:nth-child(2) {
  opacity: 0;
  -webkit-animation: toastAnimation 3s;
  animation: toastAnimation 3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.toast:nth-child(3) {
  opacity: 0;
  -webkit-animation: toastAnimation 5s;
  animation: toastAnimation 5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@keyframes toastAnimation {
  99% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes toastAnimation {
  99% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

ul.tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
}

ul.tabs li {
  width: 100%;
  background: none;
  color: #222;
  display: inline-block;
  padding: 5px 0;
  cursor: pointer;
}

ul.tabs li.current {
  color: #222;
}

.custom-tab {
  display: none;
}

.custom-tab.current {
  display: inherit;
}

.nav-tabs .nav-link.active {
  font-weight: 700;
  background-color: transparent !important ;
  border: none;
  border-bottom: 3px solid white !important;
}

.nav-tabs .nav-link:hover {
  font-weight: 700;
  background-color: transparent;
  color: #495057;
  border: none;
  border-bottom: 3px solid navy;
  transition: 0.4s;
  transition-timing-function: ease-in;
}

.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-justified .nav-item {
  float: none;
}

.nav-justified .nav-link {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 544px) {
  .nav-justified .nav-item {
    display: table-cell;
    width: 1%;
  }
  .nav-justified .nav-link {
    margin-bottom: 0;
  }
}

.nav-justified .nav-link {
  margin-right: 0;
  border-radius: 0.25rem;
}

.nav-justified .nav-link.active,
.nav-justified .nav-link.active:focus,
.nav-justified .nav-link.active:hover {
  border: 1px solid #ddd;
}

@media (min-width: 544px) {
  .nav-justified .nav-link {
    border-bottom: 1px solid #ddd;
    border-radius: 0.25rem 0.25rem 0 0;
  }
  .nav-justified .nav-link.active,
  .nav-justified .nav-link.active:focus,
  .nav-justified .nav-link.active:hover {
    border-bottom-color: #fff;
  }
}

.no-result,
.results tr[visible="false"] {
  display: none;
}

.results tr[visible="true"] {
  display: table-row;
}

.counter {
  padding: 8px;
  color: #ccc;
}

#gpr-kominfo-widget-container {
  background-color: #676767 !important;
  width: 100% !important;
  min-width: 200px !important;
  max-width: 786px !important;
  padding: 4px !important;
  border: 1px solid #676767 !important;
  border-radius: 5px !important;
}

#gpr-kominfo-widget-header {
  background-color: #676767 !important;
  background-image: url(https://widget.kominfo.go.id/images/gpr-header-fix.jpg);
  background-size: 100% 100% !important;
  margin-bottom: -12px !important;
  margin-left: -1px !important;
  border-left: 6px solid #676767 !important;
  height: 70px !important;
}

#gpr-kominfo-widget-body {
  background-color: #fff !important;
  padding: 5px !important;
  margin: 5px !important;
  word-wrap: break-word !important;
  border-radius: 2px 5px 5px !important;
}

#gpr-kominfo-widget-list {
  margin: -5px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

li.gpr-kominfo-widget-icon-artikel-berita-gpr {
  background: url(https://widget.kominfo.go.id/images/artikelberitagpr.png) 0
    no-repeat;
  background-size: 55px !important;
}

li.gpr-kominfo-widget-list-item {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
  background-size: 55px !important;
  padding-left: 64px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  border-bottom: 1px dotted #676767 !important;
  list-style: none !important;
  text-decoration: none !important;
}

li.gpr-kominfo-widget-list-item small {
  color: #676767 !important;
}

.gpr-small-date {
  font-size: 70% !important;
}

.gpr-kominfo-align-left {
  float: left !important;
  font-size: 80% !important;
  font-weight: 700 !important;
}

.gpr-kominfo-align-right {
  float: right !important;
  padding-right: 10px !important;
  font-size: 80% !important;
}

#gpr-kominfo-widget-footer {
  background-image: url(https://widget.kominfo.go.id/images/gpr-footer.png);
  background-size: 100% 90% !important;
  height: 40px !important;
}

#gpr-kominfo-widget-footer,
#gpr-kominfo-widget-header {
  background-repeat: no-repeat !important;
  background-position: 50% !important;
  padding: 5px !important;
}

.gpr-kominfo-clear-fix {
  clear: both !important;
}

#tautan-lainnya {
  background-color: #3b73b4;
}

@media screen and (max-width: 500px) {
  #tautan-lainnya .slide-horinzontal {
    display: flex;
    flex-wrap: nowrap;
    /* height: 300px; */
    overflow-x: auto;
    width: auto;
  }
  /* #publikasi .card .card-body .tab-pane .row .col-md-3 .img-slider {
        width: 200px;
    } */
}

.testimonials .testimonial-wrap {
  padding-left: 50px;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px;
  margin: 30px 15px;
  min-height: 200px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
  border-radius: 15px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 10px;
  border: 6px solid #fff;
  float: left;
  margin: 0 10px 0 0;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 25px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #fceaea;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 30px auto 15px auto;
}

.testimonials .owl-nav,
.testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.testimonials .owl-dot.active {
  background-color: #e03a3c !important;
}

@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }
  .testimonials .testimonial-item {
    padding: 30px;
    margin: 15px;
  }
  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}

.text-black {
  color: #000 !important;
}

.btn-orange {
  background-color: #ef8300 !important;
}

.bottomLineWhite {
  border: 1px solid #ffffff;
  background: #ffffff;
  border-radius: 5px;
  width: 30%;
}

.bottomLineBlue {
  border: 1px solid #044085;
  background: #044085;
  border-radius: 5px;
  width: 30%;
}

.txt-dark-blue {
  color: #044085;
}

.btn-dark-blue {
  background-color: #044085 !important;
}

#subscriber-email {
  background-color: #484848;
  color: #ffffff;
}

#publikasi {
  background-color: #ef8300 !important;
}

#publikasi .card .card-header ul {
  display: flex !important;
}

#infografis {
  background-color: #044085 !important;
}

@media screen and (max-width: 500px) {
  #publikasi .card .card-body .tab-pane .slide-horinzontal {
    display: flex;
    flex-wrap: nowrap;
    /* height: 300px; */
    overflow-x: auto;
    width: auto;
  }
  #publikasi .card .card-body .tab-pane .row .col-md-3 .img-slider {
    width: 200px;
  }
  #infografis .slide-horinzontal {
    display: flex;
    flex-wrap: nowrap;
    /* height: 300px; */
    overflow-x: auto;
    width: auto;
  }
}

#bnpbTV {
  background-color: #044085 !important;
}

#bnpbTV .slide-horinzontal {
  display: none;
}

#beritaFoto {
  /* background-color: #eceaea; */
  background-color: #ef8300 !important;
}

#beritaTerbaru {
  /* background-color: #044085; */
  background-color: #044085;
}


#data-bencana-alam-first {
  /* background-color: #ef8300; */
  background-color: white;
}

#data-bencana-alam-second {
  background-color: #ef8300;
  /* background-color: white; */
}

#data-bencana-alam-three {
  background-color: #044085;
  /* background-color: white; */
}

#data-covid19 {
  background-color: #eceaea !important;
}

#beritaTerbaru .card .card-header ul {
  display: flex !important;
}

@media screen and (max-width: 500px) {
  #data-covid19 .meninggal .desc-content,
  #data-covid19 .sembuh .desc-content,
  #data-covid19 .dirawat .desc-content {
    font-size: 14px !important;
  }
  section .section-title h3 .title-res {
    font-size: 20px;
  }
  #tautan-lainnya .section-title h3 .title-res {
    font-size: 20px;
  }
  #bnpbTV .slide-horinzontal {
    display: flex;
    flex-wrap: nowrap;
    /* height: 300px; */
    overflow-x: auto;
    width: auto;
  }
  #bnpbTV .slide-horinzontal-desktop {
    display: none;
  }
  #beritaTerbaru .slide-horinzontal {
    display: flex;
    flex-wrap: nowrap;
    /* height: 300px; */
    overflow-x: auto;
    width: auto;
  }
  #data-bencana-alam .aos-animate #jumlah_kejadian-anim {
    font-size: 25px;
  }
  #data-bencana-alam .aos-animate #meninggal_gis-anim {
    font-size: 25px;
  }
  #data-bencana-alam .aos-animate #hilang-anim {
    font-size: 25px;
  }
  #data-bencana-alam .aos-animate #terluka-anim {
    font-size: 25px;
  }
  #data-bencana-alam .aos-animate #menderita_mengungsi-anim {
    font-size: 25px;
  }
  #data-covid19 .aos-animate #dirawat-anim {
    font-size: 25px;
  }
  #data-covid19 .aos-animate #sembuh-anim {
    font-size: 25px;
  }
  #data-covid19 .aos-animate #meninggal-anim {
    font-size: 25px;
  }
}

/* image logo BNPB dioage sejarah BNPB */

.image-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.image-wrapper {
  position: relative;
  padding-bottom: 56.2%;
}

.image-wrapper img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@import url(https://fonts.googleapis.com/css?family=Raleway);
.content {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
}

.content .content-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.image-news {
  aspect-ratio: 4/3;
  object-fit: cover;
}

.content img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  /* aspect-ratio: 4/3; */
}

.content:hover .content-overlay {
  opacity: 1;
}

.content-image {
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3 {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.content-details p {
  color: #fff;
  font-size: 0.8em;
}

.fadeIn-bottom {
  top: 80%;
}

.slick-track {
  display: flex !important;
}

.slick-slide {
  height: inherit !important;
}

.border-radius {
  border-radius: 0.5rem;
}

#main {
  padding-top: 16px;
}

@media screen and (max-width: 767px) {
  #main {
    padding-top: 60px;
  }
}

