p {
  font-size: 16px;
}

#topbar.topbar-dark,
#topbar.dark {
  background-color: #12768f;
}

#header #header-wrap #logo a>img {
  height: 45px;
  margin-top: 20px;
}

.logo img {
  margin: 5px 0px;
}

.search-border {
  border: 1px solid !important;
  border-radius: 100% !important;
  width: 40px !important;
}

#header #header-wrap {
  height: 55px;
  /* box-shadow: -6px -2px 18px #cacaca; */
}

#header.header-fullwidth #header-wrap .container {
  /* max-width: 1300px; */
  max-width: 1170px;
  padding: 0px 15px;
}

#topbar.topbar-fullwidth>.container {
  padding: 5px 15px;
  /* max-width: 1300px; */
  max-width: 1170px;
}

.btn-layanan {
  background: #005267;
  padding: 10px;
  border-radius: 100%;
  color: #fff;
}

.text-primary-1 {
  /* color: #005267 !important; */
  color: #000000 !important;
}

.text-primary-2 {
  color: #005267 !important;
  /* color: #000000 !important; */
}

.badge-primary {
  background-color: #005267;
}

/* #carouselBigBanner.owl-carousel .owl-stage {
  width: 100% !important;
}

#carouselBigBanner.owl-carousel .owl-item {
  width: 100% !important;
  min-height: 0;
}
*/
#carouselBigBanner.owl-carousel {
  box-shadow: 0px;
  border-radius: 15px;
}

#carouselBigBanner.owl-carousel .owl-stage-outer {
  border-radius: 15px;
}

.desc-banner {
  background: linear-gradient(90deg, rgba(148, 172, 63, 1) -44%, rgba(0, 82, 103, 1) 100%, rgba(148, 172, 63, 1) 100%);
  height: 400px;
  padding-top: 97px;
  padding-right: 44px !important;
  padding-left: 30px !important;
  padding-bottom: 10px;
  color: #fff;
  font-size: 17px;
  line-height: 1.8;
}

.slide-btn-np {
  /* margin-top: -364px; */
  background: transparent;
  border: 0px;
  top: -500px;
}

/* BREAKING NEWS */
.news {
  /* box-shadow: inset 0 -15px 30px rgba(0, 0, 0, 0.4), 0 5px 10px rgba(0, 0, 0, 0.5); */
  width: 350px;
  height: 40px;
  margin: 20px auto;
  overflow: hidden;
  border-radius: 0px;
  -webkit-user-select: none;
  background: #fff;
  border-radius: 10px;
}

.full-width {
  width: 100%;
}

.news span {
  font-weight: bold;
  float: left;
  color: #000;
  padding: 11px;
  padding-right: 20px;
  position: relative;
  top: -3px;
  /* border-bottom-right-radius: 25px; */
  box-shadow: inset 0px -7px 20px rgb(0 0 0 / 9%);
  font: 16px;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  background: #86aeaa;
  color: #fff;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.news ul {
  float: left;
  padding-left: 20px;
  animation: ticker 20s cubic-bezier(1, 0, .5, 0) infinite;
  -webkit-user-select: none;
}

.news ul li {
  line-height: 30px;
  list-style: none
}

.news ul li a {
  text-decoration: none;
  font: 14px 'Comfortaa', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-user-select: none;
}

.scrollLeft {
  padding: 5px;
}

@keyframes ticker {
  0% {
    margin-top: 0
  }

  25% {
    margin-top: -30px
  }

  50% {
    margin-top: -60px
  }

  75% {
    margin-top: -90px
  }

  100% {
    margin-top: 0
  }
}

.marquee {
  height: 39px;
  width: auto;
  overflow: hidden;
  position: relative;
}

.marquee div {
  display: block;
  width: 200%;
  height: 39px;
  position: absolute;
  overflow: hidden;
  animation: marquee 10s linear infinite;
}

.marquee a {
  float: left;
  width: auto;
}

@keyframes marquee {
  0% {
    left: 0;
  }

  100% {
    left: -100%;
  }
}

.news ul:hover {
  animation-play-state: paused
}

.news span:hover+ul {
  animation-play-state: paused
}

/* OTHER COLORS */
.blue {
  background: #ddd;
}

.blue .title {
  background: #0f7292;
}

.blue a {
  background: transparent;
}

/* END BREAKING NEWS */
.container-fluid {
  padding: 0 30px;
}

.box-news-single {
  margin-top: -79px;
  background: #fff;
  padding: 20px !important;
  position: relative;
  margin-left: 30px;
  margin-right: 30px;
  border-radius: 10px;
  box-shadow: 0px 1px 2px 0px #a1a1a1;
}

.footer-primary {
  background-color: #12768f !important;
  color: #fff;
  /* margin-top: 10px; */
}

.bg-primary {
  background-color: #12768f !important;
}

#footer .copyright-content {
  background-color: #005952;
  border-top: none;
  padding: 10px !important;
  min-height: auto;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: #005267;
  border-color: #fff;
  border: 0;
  border-bottom: 2px solid;
}

.nav-tabs .nav-link:hover {
  border: 0;
  border-bottom: 2px solid;
}

.nav-tabs {
  border-bottom: 1px solid #005267;
}

.card-body-warta {
  height: 279px;
  max-height: 279px;
}

#page-content>.container>.row,
#page-content>.container-wide>.row,
#page-content>.container-fluid>.row {
  flex-direction: unset;
}

.box-data-kategori-text {
  margin-top: -19px;
  position: relative;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  text-align: center;
}

.box-data-kategori-img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  max-height: 143px;
}

.footer-img {
  background: #fff;
  border-radius: 15px;
  padding: 10px;
}

.border-radius {
  border-radius: 10px;
}

.box-shadow {
  box-shadow: 0px 0px 2px 0px #a1a1a1;
}

/* PPID KEMENKOP EDIT */
/* .container {
  padding: 0;
} */
.nav-items {
  margin-left: 0;
}

.informasi {
  margin-top: 50px;
}

.post-item {
  padding-bottom: 0;
  width: 100%;
  margin-left: 0;
}

.left.info {
  border-radius: 15px;
  /* height: 400px; */
}

.mid-info {
  margin-left: 50px;
  margin-right: 50px;
  border: 2px solid #005267;
  border-radius: 10px;
}

.right-info {
  border: 2px solid #005267;
  border-radius: 15px;
}

.jumlahContent {
  margin: 30px 35px;
}

h4:not(:last-child),
.h4:not(:last-child) {
  margin-bottom: 0;
}

.nav-pills .nav-link {
  height: 112px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: white;
  border: 2px solid #005267;
  border-radius: 10px 10px 0 0;
}

.iconsNav {
  margin-right: 1px;
}

#mainMenu.menu-lines nav>ul>li>a {
  padding-right: 8px;
  padding-left: 8px;
}

h1,
.h1 {
  font-size: 4.142857em;
}

html {
  overflow-x: hidden;
}

.bodyInfo {
  padding: 270px 0 400px 0;
  margin-bottom: 100px;
}

h3,
.h3 {
  font-size: 1.95714em;
  font-weight: 700;
}

.bodyInfoPub {
  padding: 270px 0 400px 0;
  margin-bottom: 100px;
}

.searchGroup {
  margin-top: 10px;
  margin-bottom: 10px;
}

.btnSearchGroup {
  height: auto;
  margin-bottom: 0;
}

.inputSearch {
  height: 40px;
}

.tableInfoPub {
  color: #005267;
}

.isiDeskripsi {
  text-align: left;
}

.table-bordered td,
.table-bordered th {
  border: 1px solid #005267;
}

.btn-page {
  background-color: white;
  border: 1px solid #005267;
  border-radius: 5px;
  color: #005267;
  height: 25px;
  width: 35px;
  box-shadow: 1px 3px 10px #8f8b8b;
}

.currentbtn {
  background-color: #005267;
  color: white;
}

.button-pages {
  margin-top: 20px;
  margin-bottom: 20px;
}

.titleDesk {
  font-size: 1.70714286em;
  color: #005267;
}

.titleView {
  font-size: 1.50714286em;
  color: #005267;
}

input[placeholder],
[placeholder],
*[placeholder] {
  color: black !important;
  font-style: italic;
}

.fileInputBersama {
  width: 300px;
}

#mainMenu.menu-lines nav>ul>li:first-child {
  margin-left: 0;
}

#mainMenu nav>ul>li .dropdown-menu {
  margin-top: 0;
}

#mainMenu nav>ul>li .dropdown-menu-330 {
  min-width: 330px;
}

.button-top {
  text-align: right;
  margin-top: 10px;
}

.row-postimage {
  justify-content: center;
  margin-top: 20px;
}

.post-item.border .post-item-wrap {
  border: 1px solid #ddd;
  height: 400px;
}

.post-item .post-item-description .post-meta-date,
.post-item .post-item-description .post-meta-comments,
.post-item .post-item-description .post-meta-category {
  color: #aaa;
}

.post-item .post-item-description .post-meta-date a,
.post-item .post-item-description .post-meta-comments a,
.post-item .post-item-description .post-meta-category a {
  color: #aaa;
}

h3:not(:last-child),
.h3:not(:last-child) {
  margin-bottom: 0;
}

.beritaTerbaru {
  color: #fff;
  background: #035b54;
  padding: 5px 25px;
}

/* .container {
  padding: 0px 80px;
} */
.bigBanner {
  background-size: cover;
  height: 500px;
  width: auto;
  background-repeat: no-repeat;
  border-radius: 15px;
  background-position: center center;
}

#page-content {
  background-color: #eaf5fb;
}

.box-beritaTerbaru {
  background-color: white;
  padding: 20px 20px 0 20px;
  border-radius: 15px;
  /* min-height: 425px; */
  box-shadow: 0px 1px 3px #cacaca;
}

.lihatSemua {
  text-align: right;
  margin-top: -20px;
  padding-bottom: 10px;
}

.btn-lihatSemua {
  font-size: 13px;
  background-color: #005267;
}

.tabs.tabs-vertical .nav-tabs {
  /* background: #005267; */
  margin-left: -10px;
  border-radius: 10px;
}

.tabs.tabs-vertical .nav-tabs .nav-link {
  color: #fff;
  border-right: none;
  padding: 20px;
  font-size: 16px;
}

.tabs.tabs-vertical .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #12768f;
  border-right: none;
}

/* .tabs .nav-tabs .nav-item {
  border-bottom: 1px solid #08637a;
} */
.nav-link span {
  margin-left: 10px;
}

.tabs .nav-tabs .nav-item:last-child {
  border-bottom: none;
}

.post-item.border .post-item-wrap-auto {
  height: auto;
}

#footer .footer-content {
  padding: 20px 0 0 0;
}

.footIcons {
  color: #f8790f;
  margin-right: 10px;
}

.widget {
  margin-bottom: 10px;
}

.footer-kontak {
  color: #ffff;
  display: inline-block;
  background: #118ead;
  width: 200px;
  padding: 5px;
  border-bottom: 1px solid #159fc1;
}

.list-kontak {}

.footer-kontak-label {
  display: inline-block;
  width: 80px;
  background: #09627A;
  padding: 5px;
  border-bottom: 1px solid #159fc1;
}

#header #top-search form input {
  font-size: 15px;
  width: 250px;
  border-left: 1px solid #eeeeee
}

#header #top-search form {
  height: 55px;
  width: auto;
  right: 60px;
  left: initial;
}

body.top-search-active #mainMenu:not(#top-search),
body.top-search-active .logo {
  opacity: 1;
}

#header.header-fullwidth #top-search form input {
  padding: 5px;
  background: #fff;
}

#statistik .icon-box .icon i {
  font-size: 55px;
  line-height: 111px;
  color: #09627A;
}

#statistik .icon-box .icon {
  height: 120px;
  width: 120px;
  border-radius: 50%;
  border: 2px solid #94AB3F;
  margin-bottom: 10px;
}

.page-image {
  text-align: center;
}

.page-image img {
  border: 1px solid #ccc;
  width: 100% !important;
}

/* .page-pdf object {width: 100%;height: 100%;} */
.accordion .ac-content {
  border: 1px solid #ddd;
  overflow: initial;
}

.dropdown-menu-right {
  right: 0 !important;
  /* left: auto !important; */
}

.dropdown-menu-btn {
  padding: 10px;
  min-width: 500px;
}

.counter span {
  font-size: 30px;
  line-height: 40px;
}

.btn-whatsapp {
  position: fixed;
  right: 15px;
  bottom: 10px;
  z-index: 99999;
  border-radius: 50px;
  padding: 10px 12px;
  color: #fff;
  font-size: 36px;
  background-color: #25D366;
}

.btn-whatsapp i {
  margin-right: 0px;
  margin-left: 2px;
  margin-bottom: 2px;
}

.asw-menu-btn {
  width: 50px !important;
  height: 50px !important;
}

@media (min-width: 1200px) {
  .container {
    /* max-width: 1300px; */
    max-width: 1170px;
  }
}

#header.header-fullwidth #header-wrap .container {
  background-color: #fff;
}

@media (max-width: 768px) {
  #header #mainMenu-trigger {
    height: 60px;
  }

  #header.header-fullwidth #header-wrap .container {
    background-color: #fff;
  }

  /* #mainMenu nav>ul>li>a,
  #mainMenu nav>ul>li .dropdown-menu>li>a,
  #header #mainMenu:not(.menu-overlay) nav>ul>li.dropdown:before,
  .lines {
    color: #fff !important;
  }

  .lines,
  .lines:before,
  .lines:after {
    background-color: #fff;
  } */
  .banner {
    padding: 0px;
  }

  #carouselBigBanner.owl-carousel {
    border-radius: 0px;
  }

  #carouselBigBanner.owl-carousel .owl-stage-outer {
    border-radius: 0px;
  }

  #topbar.topbar-fullwidth>.container {
    padding: 5px 15px;
  }
}

.icon-mobile-app img {
  width: 55px;
  display: inline-block;
  margin-right: 5px;
  margin-top: 10px;
}