@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,700;1,400;1,700&display=swap');

a {
  color: rgba(0, 0, 0, 0.87);
}

.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: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

html {
  font-family: 'Poppins', sans-serif;
}

/* menu - navigation */
nav {
  background-color: #fff;
}

nav a {
  color: #01023f;
}

nav .brand-logo {
  top: 7px;
  left: 10px !important;
}

.mt16{margin-top:16px;}
#search-part {
  width: 100%;
  height: calc(100% + 60px);
  top: 62px;
  position: fixed;
  margin: 0;
  background-color: rgba(0, 0, 0, .75);
  z-index: 998;
  display: none;
  color: #fff;
}

.search-input {
  background-color: #fff !important;
  border: 0 !important;
  border-radius: 6px !important;
  padding-left: 6px !important;
}

.search-input::placeholder {
  text-align: center;
  color: #333;
}

.search-input:focus {
  border: 0 !important;
  box-shadow: 0 !important;
}

.search-btn {
  width: 100%;
  border-radius: 6px;
  background-color: #ff7900;
  height: 40px !important;
  text-transform: none;
  font-size: 16px;
}

.sub-menu,
.breadcrumbs {
  background-color: #eaeaea;
  height: 28px !important;
  line-height: 28px !important;
}

.sub-menu a {
  color: #333;
  font-size: 14px !important;
  padding: 0 0 0 9px;
}

#gigi-balang {
  background: #fff0 url(../images/gigi-balang.png?v=20210904) repeat-x;
  height: 18px;
}

.sidenav {
  width: 100%;
  top: 60px;
}

.sidenav-overlay {
  background-color: transparent;
}

.sidenav li>a {
  font-weight: 700;
  font-size: 16px;
}

.sidenav .divider {
  margin: 0;
  background-color: #00023f;
  color: #fff;
  height: 48px;
  padding: 0 32px;
  font-size: 18px;
  font-weight: 900;
}

.collapsible-header {
  padding: 0 32px !important;
}

.collapsible-body ul>li>a {
  padding: 0 64px !important;
  font-weight: normal;
}

/* news -list */
.news-list {
  margin: 0 16px 16px 16px !important;
}

.news-list>.header {
  padding: 0 !important;
  display: block;
  border-bottom-style: solid;
  border-width: 1px;
  margin-bottom: 16px;
}

.news-list>.header>.title {
  text-transform: uppercase;
  font-size: 12px;
  padding: 4px 10px;
  border-top-right-radius: 10px;
  background-color: #00023f;
  color: #fff;
}

.news-list>.header>a {
  font-size: 11px;
  color: #aaa;
  position: absolute;
  right: 10px;
  margin-top: -5px;
}

.news-list>.header>a::after {
  content: '\e315';
  font-family: 'Material Icons';
  font-size: 24px;
  color: #000;
  margin-left: 4px;
  vertical-align: middle !important;
}

.news-list h2 {
  font-size: 16px !important;
  line-height: 24px;
  font-weight: 600;
  margin: 0;
}

.news-list .col {
  padding: 0 !important;
}

.news-list h2 a {
  color: #333;
}

.news-list .right-image {
  padding-left: 16px !important;
}

.news-list .left-image {
  padding-left: 0 !important;
  padding-right: 16px !important
}

.news-list img {
  width: 100%;
}

.list-info span {
  font-size: 11px;
  color: #aaa;
  margin-right: 5px;
}

.list-info span i {
  font-size: 12px;
  vertical-align: middle;
  margin-right: 3px;
}

.breadcrumbs {
  padding: 0 16px;
  display: flex;
  margin: 8px 0 0 0;
  background-color: white;
  border-bottom: solid 1px #eee;
}

.breadcrumbs li a,
.breadcrumbs li.separator {
  padding-left: 16px;
}

.breadcrumbs li.separator::after {
  content: "\002F";
}

.breadcrumbs li.active {
  background-color: inherit;
  color: #333;
  font-weight: bold;
}

.breadcrumb,
.breadcrumbs li.separator {
  font-size: 12px;
  color: #333 !important;
}

.breadcrumbs::before {
  color: #333 !important;
  font-size: 18px;
  vertical-align: middle;
  margin: 0 2px;
}

.breadcrumb:last-child {
  font-weight: bold;
}

.pagination {
  text-align: center;
  margin: 0 auto 16px auto;
}

.pagination li {
  background-color: #eaeaea;
  border-radius: 6px;
  margin: 0 2px;
}

.pagination li a {
  font-size: 14px;
  font-weight: 600;
}

.pagination li.active {
  background-color: #ff7900;
}

.slider .indicators .indicator-item {
  width: 8px;
  height: 8px;
}

.slider .indicators .indicator-item.active {
  background-color: #ff7900;
}

footer {
  background-color: #000;
  text-align: center;
  padding: 20px 0;
}

.text-white {
  color: white;
}

.text-white a {
  color: white;
}

.text-white i {
  vertical-align: middle;
}

.footer-socmed {
  list-style: none outside none;
  margin: 0;
  padding: 0
}

.footer-socmed>li {
  display: inline-block;
  margin-bottom: 5px
}

.footer-socmed li a {
  margin: 10px 3px 0 3px
}

li.fb a {
  background-image: url(../images/social.png);
  height: 27px;
  width: 28px;
  display: block
}

li.fb a:hover {
  background: url(../images/social.png) 0 -28px;
  height: 27px;
  width: 28px;
  display: block
}

li.twitter a {
  background: url(../images/social.png) 228px 0;
  height: 27px;
  width: 28px;
  display: block
}

li.twitter a:hover {
  background: url(../images/social.png) 228px -28px;
  height: 27px;
  width: 28px;
  display: block
}

li.gplus a {
  background: url(../images/social.png) 85px 0;
  height: 27px;
  width: 28px;
  display: block
}

li.gplus a:hover {
  background: url(../images/social.png) 85px -28px;
  height: 27px;
  width: 28px;
  display: block
}

li.in a {
  background: url(../images/social.png) 169px 0;
  height: 27px;
  width: 28px;
  display: block
}

li.in a:hover {
  background: url(../images/social.png) 169px -28px;
  height: 27px;
  width: 28px;
  display: block
}

li.youtube a {
  background: url(../images/social.png) 200px 0;
  height: 27px;
  width: 28px;
  display: block
}

li.youtube a:hover {
  background: url(../images/social.png) 200px -28px;
  height: 27px;
  width: 28px;
  display: block
}

li.inst a {
  background: url(../images/social.png) -28px 0;
  height: 27px;
  width: 28px;
  display: block
}

li.inst a:hover {
  background: url(../images/social.png) -28px -28px;
  height: 27px;
  width: 28px;
  display: block
}

li.pin a {
  background: url(../images/social.png) 56px 0;
  height: 27px;
  width: 28px;
  display: block
}

li.pin a:hover {
  background: url(../images/social.png) 56px -28px;
  height: 27px;
  width: 28px;
  display: block
}

li.rss a {
  background: url(../images/social.png) 27px 0;
  height: 27px;
  width: 27px;
  display: block
}

li.rss a:hover {
  background: url(../images/social.png) 27px -28px;
  height: 27px;
  width: 27px;
  display: block
}
li.tiktok a {
  background: url(../images/social.png) 87px 0;
  height: 27px;
  width: 27px;
  display: block
}

li.tiktok a:hover {
  background: url(../images/social.png) 87px -28px;
  height: 27px;
  width: 27px;
  display: block
}

/* cuaca */
.cuaca-wrap {
  display: flex;
  width: 76px;
  padding: 4px 0;
}
.cuaca {
  width: 100%;
  height: 48px;
  font-size: 11px;
  line-height: 12px;
  padding: 0;
  overflow: hidden;
}
.cuaca ul {
  position: relative;
  list-style: none;
  height: 100%;
  padding: 0;
  margin: 0;
}
.cuaca-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-right: 0;
  opacity: 0; text-align:center;
}
.cuaca-item a {
  display: inline-block;
  width: auto;
  white-space: nowrap;
  text-decoration: none;
  transition: transform 5s linear;
}
.fadeInDown {
  opacity: 0;
}
.fadeInDown.run {
  animation: fadeInDown 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}
.fadeOutDown {
  opacity: 1;
}
.fadeOutDown.run {
  animation: fadeOutDown 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(30px);
  }
}
@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
/* ./cuaca */
