/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  --color-main: #4a8c7e;
  --color-second: #acce22;
  --color-third: #1f3b35;
}
body {
  font-family: "Roboto", sans-serif;
  color: #444444;
  font-size: 14px
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
a {
  color: #212529;
  text-decoration: none;
}

a:hover {
  color: #3b8af2;
  text-decoration: none;
}
.plontos {
    list-style: none;
    padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-text {
  font-family: Roboto;
  font-weight: 500;
  font-style: normal;
}

section {
  padding: 60px 0;
}

.rounded {
  border-radius: 50%;
}
.rounded-small {
  border-radius: 8px;
}
.fs-10 {
  font-size: 10px !important;
}
.fs-11 {
  font-size: 11px !important;
}
.fs-12 {
  font-size: 12px !important;
}
.fs-13 {
  font-size: 13px !important;
}
.fs-14 {
  font-size: 14px !important;
}
.fs-15 {
  font-size: 15px !important;
}
.fs-16 {
  font-size: 16px !important;
}
.fs-17 {
  font-size: 17px !important;
}
.fs-18 {
  font-size: 18px !important;
}
.fs-19 {
  font-size: 19px !important;
}
.fs-20 {
  font-size: 20px !important;
}
.fs-21 {
  font-size: 21px !important;
}
.fs-22 {
  font-size: 22px !important;
}
.fs-23 {
  font-size: 23px !important;
}
.fs-24 {
  font-size: 24px !important;
}
.fs-25 {
  font-size: 25px !important;
}
.fs-30 {
  font-size: 30px !important;
}
.fs-default {
  font-size: 14px;
}
.fs-medium {
  font-size: 18px;
}
.fs-large {
  font-size: 22px;
}

.justify-content-center {
  justify-content: center;
}
.w-100 {
  width: 100%;
}
.center {
  text-align: center;
}
.bold {
  font-weight: bold;
}
.bg-cover {
  background-size: cover;
}
.main-color {
  color: var(--color-main);
}
.flex {
  display: flex;
}
.align-center {
  align-items: center;
}
.overflow-hidden {
  overflow: hidden !important;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
.pt-60 {
  padding-top: 60px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pt-30 {
  padding-top: 30px;
}
.pb-30 {
  padding-bottom: 30px;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .fs-default {
    font-size: 14px !important;
  }
  .fs-medium {
    font-size: 18px !important;
  }
  .fs-large {
    font-size: 22px !important;
  }
}
/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Website Dinas Perhubungan Provinsi Papua Tengah
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #5686ff;
  height: 40px;
  font-size: 12px;
  transition: all 0.5s;
  color: #fff;
  padding: 0;
}

#topbar .contact-info i {
  font-style: normal;
  color: #fff;
}

#topbar .contact-info i a,
#topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
}

#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
  transition: 0.3s;
}

#topbar .contact-info i a:hover {
  color: #fff;
  text-decoration: underline;
}

#topbar .social-links a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 0;
  transition: 0.3s;
  margin-left: 20px;
}

#topbar .social-links a:hover {
  color: white;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
  top: 40px;
}
#header.header-scrolled {
  top: 0;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
#header .logo .dark {
  display: none;
}
#header.header-scrolled .logo .dark {
  display: block;
}
#header.header-scrolled .logo .light {
  display: none;
}
#header.header-scrolled,
#header.header-inner-pages {
  background: #fff;
  padding: 10px 0;
}
#header.header-scrolled .navbar a,
#header.header-scrolled .navbar a:focus {
  color: rgb(72, 72, 72);
}
#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 40px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar > ul > li {
  white-space: nowrap;
  padding: 8px 6px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  padding: 0 3px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  white-space: nowrap;
  transition: 0.3s;
  letter-spacing: 0.1em;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  /* background-color: #ff4a17; */
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover > a:before,
.navbar .active:before {
  visibility: visible;
  width: 100%;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: #fff;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  padding: 8px 25px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
  border: 2px solid #fff;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #fd3800;
  border-color: #ff4a17;
}

.navbar > ul > li > .getstarted:before {
  visibility: hidden;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 2px 20px;
  font-size: 14px;
  text-transform: none;
  color: #15222b;
  font-weight: 400;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
  color: #ff4a17;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: none !important;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block !important;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(4, 7, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #15222b;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: #1d1b10;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
  color: #ff4a17;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}
/*--------------------------------------------------------------
  # Menu Home
  --------------------------------------------------------------*/
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
#navigasi {
  margin: auto;
  margin-top: 0em;
  margin-bottom: 0em;
  width: 775px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.dropup {
  position: relative;
  display: inline-block;
}
.top-35 {
  top: 35%;
}
#icon-utama {
  max-width: 100px;
  max-height: 100px;
  position: relative;
  margin-top: 8px;
  bottom: 0;
}
.dropup .title {
  z-index: 9999;
  white-space: nowrap;
  display: inline-block;
  background: #fff;
  color: #333;
  padding: 2px 15px;
  border-radius: 20px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, 0) scale(0);
  -webkit-transform: translate(-50%, 0) scale(0);
  opacity: 0;
  transition: 300ms ease;
  -webkit-transition: 300ms ease;
  text-align: center;
}
.dropup:hover .title {
  transform: translate(-50%, 15px) scale(1);
  -webkit-transform: translate(-50%, 15px) scale(1);
  opacity: 1;
}
.dropdown-menu li:nth-child(odd) {
  background: white;
}
.top-50 {
  top: 50%;
}
.dropup .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.myopd {
  top: auto !important;
  bottom: 105% !important;
  left: -75% !important;
  border: none;
  border-radius: 10px;
  box-shadow: none;
  padding: 15px 0;
  background-color: rgba(255, 255, 255, 0.9);
  transition: 500ms ease;
  transform: translate(0%, 0px) !important;
  -webkit-transition: 500ms ease;
  -webkit-transform: translate(0%, 0px) !important;
  max-width: 100%;
  min-width: 270px;
}
.myopd {
  bottom: 100% !important;
  left: -30% !important;
}
.dropdown-menu {
  min-width: 15rem;
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.myopd li.heading {
  color: white;
  background: #238ae6;
  padding: 10px 15px;
  margin: -15px 0 0px;
  border-radius: 5px 5px 0 0;
}
.dropdown-menu li {
  background: #ddd;
  padding: 0px 5px;
  font-size: 10px;
}

.myopd:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 46%;
  transform: translateX(-46%);
  -webkit-transform: translateX(-46%);
  border: 10px solid transparent;
  border-top: 10px solid rgba(255, 255, 255, 0.9);
}
/*--------------------------------------------------------------
  # Kontak Page
  --------------------------------------------------------------*/
.text-primary {
    color: #AD272E !important;
}
.g-4, .gy-4 {
  --bs-gutter-y: 1.5rem;
}
.g-4, .gx-4 {
  --bs-gutter-x: 1.5rem;
}
.text-blue-primary {
  color: #1B8D7F;
}
.green-sky{
  background-color: #f4fffe!important;
}
.dropup .dropdown-toggle::after {
  display: none !important;
}
/*--------------------------------------------------------------
  # Header Video
  --------------------------------------------------------------*/
.video-wrapper {
  width: 100%;
  height: 96vh;
  overflow: hidden;
}
.video-wrapper .wrapper__video,
.video-wrapper iframe {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.ytp-watermark,
:not(.ytp-mweb-player) .ytp-watermark:not(.ytp-no-hover):hover {
  opacity: 0 !important;
}

.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
.text-center {
  text-align: center;
}
.top-20 {
  top: 20%;
}
.top-25 {
  top: 25%;
}
.text-white {
  color: #fff;
}
.text-black {
  color: #000;
}
.overlay {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  top: 0;
}
.banner-search {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  width: 600px;
  height: 56px;
  padding: 0 3px 0 16px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 8px;
  z-index: 5;
  border: 1px solid transparent;
  color: #212121;
  margin: 0 auto;
}
.banner-search-input {
  line-height: 1.44;
  font-weight: 400;
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  padding: 15px 0;
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: transparent;
  position: relative;
  z-index: 400;
  font-size: 14px;
  color: #212121;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 54px;
  caret-color: #ff5722;
}
.home-page-search-button {
  font-size: 16px;
  line-height: 1.44;
  font-weight: 500;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  flex: none;
  padding: 0 40px;
  height: 48px;
  border-radius: 6px;
  margin-left: 16px;
  background: #61af4c;
  color: #fff;
  border: #61af4c;
  cursor: pointer;
}
.search-box_popover {
  position: absolute;
  top: 68px;
  left: 0;
  width: 800px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 6px 20px rgb(0 0 0 / 8%);
  overflow: hidden;
}
input:focus,
textarea:focus {
  outline-color: transparent;
}
.fs-46 {
  font-size: 46px;
}
.fs-28 {
  font-size: 28px;
}
.revo-button {
  color: #fff !important;
  font-size: 14px !important;
  line-height: 35px !important;
  display: inline-block;
  vertical-align: middle;
  background-color: rgba(71, 160, 255, 1) !important;
  letter-spacing: 2px;
  font-weight: 700;
  padding-left: 20px;
  border-radius: 3px;
  padding-right: 20px;
  border: none;
}
.revo-button:hover {
  cursor: pointer;
}

.navbar > ul > li {
  padding: 8px 8px;
}
.navbar a,
.navbar a:focus {
  font-size: 12px;
}
/*--------------------------------------------------------------
  # Footer
  --------------------------------------------------------------*/
.footer-area {
  position: relative;
  z-index: 1;
  background-color: #111111;
  padding-top: 40px;
}
.footer-area .footer-widget {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 10px;
}
.footer-area .footer-widget .widget-title {
  display: block;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  border-left: 3px solid #007600;
  /*border-left: 3px solid #007600;*/
  padding-left: 10px;
}
.footer-area .footer-widget .foo-logo {
  display: block;
  margin-bottom: 25px;
}
.footer-area .footer-widget p {
  margin-bottom: 30px;
  display: block;
}
.footer-area .footer-widget .footer-social-info a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #007600;
  text-align: center;
  font-size: 15px;
  color: #ffffff;
  line-height: 40px;
  margin-right: 3px;
  border-radius: 50%;
}
.footer-area .footer-widget .footer-social-info a:hover,
.footer-area .footer-widget .footer-social-info a:focus {
  background-color: #007600;
}
.footer-area .footer-widget .footer-social-info a.facebook {
  background-color: #4b6cd0;
}
.footer-area .footer-widget .footer-social-info a.google-plus {
  background-color: #f03b3b;
}
.footer-area .footer-widget .footer-social-info a.instagram {
  background-color: #bb8950;
}
.footer-area .footer-widget .footer-social-info a.twitter {
  background-color: #49a7f3;
}
.footer-area .footer-widget .footer-social-info a.linkedin {
  background-color: #30bad7;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-area .footer-widget .footer-social-info a {
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 13px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area .footer-widget .footer-social-info a {
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area .footer-widget .footer-social-info a {
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 13px;
  }
}
.footer-area .footer-widget .footer-widget-nav {
  position: relative;
  z-index: 1;
}
.footer-area .footer-widget .footer-widget-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer-area .footer-widget .footer-widget-nav ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  /*flex: 0 0 50%;*/
  /*max-width: 50%;*/
  width: 100%;
}
.footer-area .footer-widget .footer-widget-nav ul li a {
  /*display: inline-block;*/
  display: contents;
  color: #ffffff;
  margin-bottom: 15px;
}
.footer-area .footer-widget .footer-widget-nav ul li a i {
  color: #777777;
  margin-right: 5px;
}
.footer-area .footer-widget .footer-widget-nav ul li a:hover,
.footer-area .footer-widget .footer-widget-nav ul li a:focus {
  color: #007600;
}
.footer-area .footer-widget .footer-tags {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -5px;
  margin-left: -5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-area .footer-widget .footer-tags {
    margin-top: -2px;
    margin-left: -2px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-area .footer-widget .footer-tags {
    margin-top: -2px;
    margin-left: -2px;
  }
}
.footer-area .footer-widget .footer-tags li a {
  height: 30px;
  border-radius: 2px;
  background-color: #272727;
  color: #777777;
  text-transform: uppercase;
  padding: 0 10px;
  display: inline-block;
  line-height: 30px;
  margin: 5px;
  font-size: 12px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-area .footer-widget .footer-tags li a {
    margin: 2px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-area .footer-widget .footer-tags li a {
    margin: 2px;
  }
}
.footer-area .footer-widget .footer-tags li a:hover,
.footer-area .footer-widget .footer-tags li a:focus {
  background-color: #007600;
  color: #ffffff;
}
.footer-area .copywrite-area {
  position: relative;
  z-index: 1;
  padding: 10px 0;
  background-color: #0a0a0a;
}
.footer-area .copywrite-area .copywrite-text {
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 400;
  color: #777777;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area .copywrite-area .copywrite-text {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area .copywrite-area .copywrite-text {
    font-size: 12px;
  }
}
.footer-area .copywrite-area .copywrite-text a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area .copywrite-area .copywrite-text a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area .copywrite-area .copywrite-text a {
    font-size: 12px;
  }
}
.footer-area .copywrite-area .copywrite-text a:hover,
.footer-area .copywrite-area .copywrite-text a:focus {
  color: #007600;
}
.footer-area .copywrite-area .footer-nav {
  position: relative;
  z-index: 1;
}
.footer-area .copywrite-area .footer-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .footer-area .copywrite-area .footer-nav ul {
    margin-top: 5px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.footer-area .copywrite-area .footer-nav ul li a {
  display: inline-block;
  color: #777777;
  font-size: 14px;
  padding: 0 15px;
  font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area .copywrite-area .footer-nav ul li a {
    font-size: 12px;
    padding: 0 8px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area .copywrite-area .footer-nav ul li a {
    font-size: 12px;
    padding: 0 8px;
  }
}
.footer-area .copywrite-area .footer-nav ul li a:hover,
.footer-area .copywrite-area .footer-nav ul li a:focus {
  font-weight: 400;
  color: #007600;
}
.footer-area .copywrite-area .footer-nav ul li:last-child a {
  padding-right: 0;
}

/*--------------------------------------------------------------
  # Breadcrumbs
  --------------------------------------------------------------*/
.breaking-news-mb,
.breaking-news {
  display: block;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.my-dashed {
  border: 1px dashed #e1e1e1;
}
.p-30 {
  padding: 30px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.breaking-news {
  height: 25px;
  line-height: px;
}
.text-hitam {
  color: #060606;
  font-weight: bold;
  font-size: 14px;
}
.bn-label {
  background-color: #5686ff;
  height: 100%;
  position: absolute;
  z-index: 3;
  white-space: nowrap;
  padding-right: 10px;
}
.bn-label {
  white-space: nowrap;
}
.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.mag-breadcrumb .breadcrumb,
.mag-breadcrumb .breadcrumb li a {
  font-size: 13px;
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
  border-radius: 0;
}
.mag-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  font-size: 12px;
  content: "/";
}
.breadcrumb-item.active {
  color: #6c757d;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-overlay {
  position: relative;
  z-index: 2;
  background-position: center center;
  background-size: cover;
}
.breadcrumb-area {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 200px;
}
.bg-overlay::after {
  background-color: rgba(0, 0, 0, 0.5);
  background-image: linear-gradient(
    rgba(38, 58, 62, 0.86) 0%,
    rgba(15, 63, 130, 0.85) 99%
  );
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.breadcrumb-area .breadcrumb-content h2 {
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0;
  text-transform: uppercase;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.breadcrumb-area .breadcrumb-content {
  text-align: center;
}
.h-100 {
  height: 100%;
}
.pt-30 {
  padding-top: 30px;
}
.dashed {
  border-top: 1px dashed #aaa;
}
dl,footer ol, footer ul {
  margin-top: 0;
  margin-bottom: 1rem;
  list-style: none;
  padding: 0;
}
.addresss-info li{
  display:flex;
}
.addresss-info li i{
  margin-right:10px;
  margin-top: 5px;
  color:#fff000;
}
/* :: 6.0 Post Area CSS */
.mag-posts-area {
  position: relative;
  z-index: 1;
  padding: 0 15px;
}

.post-sidebar-area {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
  max-width: 300px;
  width: 300px;
  margin-left: 15px;
  margin-right: 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .post-sidebar-area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;
    max-width: 280px;
    width: 280px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .post-sidebar-area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 30px);
    flex: 0 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
    width: calc(50% - 30px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .post-sidebar-area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 30px);
    flex: 0 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
    width: calc(50% - 30px);
  }
}
@media only screen and (max-width: 767px) {
  .post-sidebar-area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 30px);
    flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
    width: calc(100% - 30px);
  }
}

.mag-posts-content {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 690px);
  flex: 0 0 calc(100% - 690px);
  max-width: calc(100% - 690px);
  width: calc(100% - 690px);
  margin-left: 15px;
  margin-right: 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .mag-posts-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 650px);
    flex: 0 0 calc(100% - 650px);
    max-width: calc(100% - 650px);
    width: calc(100% - 650px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mag-posts-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 30px);
    flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
    width: calc(100% - 30px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mag-posts-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 30px);
    flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 767px) {
  .mag-posts-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 30px);
    flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
    width: calc(100% - 30px);
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .post-sidebar-area.left-sidebar {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .post-sidebar-area.left-sidebar {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
}
@media only screen and (max-width: 767px) {
  .post-sidebar-area.left-sidebar {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .post-sidebar-area.right-sidebar {
    -webkit-box-ordinal-group: 31;
    -ms-flex-order: 30;
    order: 30;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .post-sidebar-area.right-sidebar {
    -webkit-box-ordinal-group: 31;
    -ms-flex-order: 30;
    order: 30;
  }
}
@media only screen and (max-width: 767px) {
  .post-sidebar-area.right-sidebar {
    -webkit-box-ordinal-group: 31;
    -ms-flex-order: 30;
    order: 30;
  }
}

.single-blog-post {
  position: relative;
  z-index: 1;
  /*border-bottom: 1px solid #ebebeb;*/
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.single-blog-post:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.single-blog-post .post-thumbnail {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  max-width: 70px;
  width: 70px;
}
.single-blog-post .post-thumbnail img {
  width: 100%;
}
.single-blog-post .post-content {
  padding-left: 15px;
  margin-top: -5px;
}
.single-blog-post .post-content .post-title {
  font-size: 16px;
  margin-bottom: 8px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .single-blog-post .post-content .post-title {
    font-size: 14px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .single-blog-post .post-content .post-title {
    font-size: 16px;
  }
}
.single-blog-post .post-content .post-title:hover,
.single-blog-post .post-content .post-title:focus {
  color: #007600;
}
.single-blog-post .post-content .post-meta a {
  font-size: 14px;
  color: #777777;
}
@media only screen and (max-width: 767px) {
  .single-blog-post .post-content .post-meta a {
    font-size: 13px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .single-blog-post .post-content .post-meta a {
    font-size: 14px;
  }
}
.single-blog-post .post-content .post-meta a:hover,
.single-blog-post .post-content .post-meta a:focus {
  color: #007600;
}
.single-blog-post.style-2 {
  border-bottom-color: #3d3d3d;
}
.single-blog-post.style-2:last-child {
  border-bottom: none;
}
.single-blog-post.style-2 .post-content .post-title {
  color: #ffffff;
  font-size: 14px;
}
.single-blog-post.style-2 .post-content .post-title:hover,
.single-blog-post.style-2 .post-content .post-title:focus {
  color: #007600;
}
.single-blog-post.style-3 {
  padding-bottom: 0;
  border-bottom: none;
}
.single-blog-post.style-3 .post-thumbnail {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  max-width: 120px;
  width: 120px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .single-blog-post.style-3 .post-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    max-width: 50px;
    width: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-blog-post.style-3 .post-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100;
    flex: 0 0 100;
    max-width: 100;
    width: 100;
  }
}
@media only screen and (max-width: 767px) {
  .single-blog-post.style-3 .post-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    max-width: 60px;
    width: 60px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .single-blog-post.style-3 .post-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    max-width: 80px;
    width: 80px;
  }
}
.single-blog-post.style-3 .post-content {
  padding-left: 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .single-blog-post.style-3 .post-content {
    padding-left: 10px;
  }
}
.single-blog-post.style-3 .post-content .post-title {
  font-size: 18px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .single-blog-post.style-3 .post-content .post-title {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-blog-post.style-3 .post-content .post-title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .single-blog-post.style-3 .post-content .post-title {
    font-size: 14px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .single-blog-post.style-3 .post-content .post-title {
    font-size: 16px;
  }
}
.single-blog-post.style-3 .post-content .post-meta a {
  font-size: 14px;
  color: #777777;
  margin-right: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .single-blog-post.style-3 .post-content .post-meta a {
    margin-right: 10px;
    font-size: 11px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-blog-post.style-3 .post-content .post-meta a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .single-blog-post.style-3 .post-content .post-meta a {
    font-size: 12px;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .single-blog-post.style-3 .post-content .post-meta a {
    font-size: 14px;
    margin-right: 15px;
  }
}
.single-blog-post.style-3 .post-content .post-meta a:hover,
.single-blog-post.style-3 .post-content .post-meta a:focus {
  color: #007600;
}
.single-blog-post.style-4 .post-thumbnail {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  margin-bottom: 15px;
}
.single-blog-post.style-4 .post-thumbnail .video-play {
  width: 50px;
  height: 50px;
  background-color: rgba(26, 26, 26, 0.7);
  border-radius: 50%;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  line-height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99;
}
.single-blog-post.style-4 .post-thumbnail .video-play:hover,
.single-blog-post.style-4 .post-thumbnail .video-play:focus {
  background-color: #007600;
}
.single-blog-post.style-4 .post-thumbnail .video-duration {
  background-color: #252324;
  font-size: 13px;
  color: #ffffff;
  line-height: 1;
  text-align: center;
  padding: 10px 15px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 99;
  font-weight: 500;
}
.single-blog-post.style-4 .post-content {
  padding-left: 0;
}
.single-blog-post.style-4 .post-content .post-title {
  font-size: 22px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .single-blog-post.style-4 .post-content .post-title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .single-blog-post.style-4 .post-content .post-title {
    font-size: 16px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .single-blog-post.style-4 .post-content .post-title {
    font-size: 18px;
  }
}
.single-blog-post.style-4 .post-content .post-meta a {
  font-size: 14px;
  color: #777777;
  margin-right: 20px;
}
.single-blog-post.style-4 .post-content .post-meta a:hover,
.single-blog-post.style-4 .post-content .post-meta a:focus {
  color: #007600;
}

.add-img {
  width: 100%;
}
.add-img img {
  width: 100%;
}

.single-post-list {
  position: relative;
  z-index: 1;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .single-post-list {
    -ms-flex-wrap: flex;
    flex-wrap: flex;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .single-post-list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.single-post-list .post-list-thumbnail {
  margin-right: 15px;
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 130px;
  flex: 0 0 130px;
  max-width: 130px;
  width: 130px;
}
@media only screen and (max-width: 767px) {
  .single-post-list .post-list-thumbnail {
    margin-right: 15px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .single-post-list .post-list-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    max-width: 120px;
    width: 120px;
  }
}
.single-post-list .post-list-thumbnail::after {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 100;
  content: "";
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}
.single-post-list .post-list-thumbnail img {
  height: 80px;
  max-height: 80px;
  width: 100%;
}
.single-post-list .post-list-thumbnail .social-btn {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 80%;
  bottom: 20px;
  left: 10%;
  right: 10%;
  z-index: 300;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  opacity: 0;
  visibility: hidden;
}
.single-post-list .post-list-thumbnail .social-btn a {
  /*border: 1px solid #fff;*/
  padding: 4px 5px;
  color: #ffffff;
  font-size: 18px;
}
.single-post-list .post-list-thumbnail .social-btn a:hover,
.single-post-list .post-list-thumbnail .social-btn a:focus {
  color: #fdad0c;
}
.single-post-list .post-list-content {
  /*padding: 15px 30px; */
  /*padding-left: 15px;*/
}
.single-post-list .post-list-content a {
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .single-post-list .post-list-content {
    padding: 0px;
  }
}
/*padding: 15px 0px; } }*/
.single-post-list .post-list-content h6 {
  margin-bottom: 5px;
}
.single-post-list .post-list-content span {
  color: #6d6d6d;
  font-size: 10px;
  display: block;
  margin-bottom: 0px;
}
.single-post-list .post-list-content span a {
  color: #6d6d6d;
  font-size: 13px;
  display: block;
  margin-bottom: 5px;
}
.single-post-list .post-list-content p {
  margin-bottom: 0;
  line-height: 1.7;
  font-weight: 300;
  font-size: 14px;
}
.single-post-list:hover .post-list-thumbnail::after,
.single-post-list:focus .post-list-thumbnail::after {
  opacity: 1;
  visibility: visible;
}
.single-post-list:hover .post-list-thumbnail .social-btn,
.single-post-list:focus .post-list-thumbnail .social-btn {
  opacity: 1;
  visibility: visible;
}
.single-post-list:last-child {
  margin-bottom: 0;
}
.line-clamp-2, .line-clamp-3, .line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.line-clamp-3 {
  -webkit-line-clamp: 3;
}
.line-clamp-2 {
  -webkit-line-clamp: 2;
}
:root {
  --portal-color: #2980b9;
  --portal-color-old: #ff9715;
}
.intro-news-filter {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
  height: 35px;
  border-bottom: 2px solid var(--portal-color);
  /* background-color: #f0f4f8; */
}
.intro-news-filter .nav-tabs {
  border-bottom: none;
}
.intro-news-filter .nav-tabs .nav-link {
  border: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  display: block;
  padding: 0 10px;
  font-size: 14px;
  /* color: #000000; */
  text-transform: uppercase;
  line-height: 35px;
  background-color: transparent;
}
.intro-news-filter .nav-tabs .nav-link.active {
  background-color: var(--portal-color);
  color: white;
}
.intro-news-filter {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
  height: 35px;
  border-bottom: 2px solid var(--portal-color);
  /* background-color: #f0f4f8; */
}
/* border-pagination */
.b-pagination-outer {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  display: flex
}
#border-pagination {
  margin: 0 auto;
  padding: 0;
  text-align: center
}
#border-pagination li {
  display: inline;

}
#border-pagination li a {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 5px 10px;
  border: 1px solid #ddd;
  float: left;
  margin-right: 5px;
}
#border-pagination li a {
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s
}
#border-pagination li a.active {
  background-color: #4caf50;
  color: #fff;
}
#border-pagination li a:hover:not(.active) {
  background: #ddd;
}
#border-pagination li.active a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 5px 10px;
  border: 1px solid #158779;
  background-color:#158779;
  float: left;
}
.single-catagory-post {
  position: relative;
  z-index: 1;
  /* padding-bottom: 20px; */
  /* margin-bottom: 20px; */
  border-bottom: 1px dashed #aaa;
  word-wrap: break-word;
}
.post-details-content{
  word-wrap: break-word;
}
.bg-thumb {
  display: block;
  background-image: url('noimage.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: black;
  background-size: 100px;
}
.single-catagory-post .post-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;
  width: 70%;
  position: relative;
  z-index: 1;
  /* padding-left: 30px; */
}
.meta {
  font-size: 13px;
  color: #aaa;
}
.meta > div {
  display: inline-block;
  margin-right: 5px;
}
.single-catagory-post .post-content .post-title {
  font-size: 18px;
  margin-bottom: 2px;
}
.single-catagory-post .post-thumbnail {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  height: 180px;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.borderx {
  border: 2px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  border-top: 1px dashed rgba(0, 0, 0, 0.2);
}
.sambutan-wrap img{
  width: 80%;
  margin: 0 auto;
  display: block;
}
.gallery-style1 .gallery-img {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  height: 180px;
}
.gallery-style1 .gallery-img:after, .gallery-style1 .gallery-img:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 51%;
  height: 40%;
  background-color: #1B8B7D;
  opacity: 0;
  visibility: hidden;
  transition: all ease .6s;
  z-index: 1;
}
.gallery-style1 .gallery-img:after {
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
}
.gallery-style1 .gallery-img img {
  width: 100%;
  transform: scale(1.001);
  transition: all ease .4s;
  min-height: 180px
}
.gallery-style1 .gallery-btn:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  right: 2px;
  bottom: 2px;
  background-color: #16897C;
  border-radius: inherit;
  z-index: -1;
  transition: all ease .4s;
  transform: scale(0.5);
  opacity: 0;
  visibility: hidden;
}
.gallery-style1 .gallery-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #000;
  color: #fff;
  border-radius: 50%;
  font-size: 24px;
  transform: translate(-50%, -50%);
  z-index: 3;
  opacity: 0;
  visibility: hidden;
}
.gallery-style1:hover .gallery-img img {
  transform: scale(1.15);
}
.gallery-style1:hover .gallery-img:after, .gallery-style1:hover .gallery-img:before {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
.gallery-style1:hover .gallery-btn {
  opacity: 1;
  visibility: visible;
}
.img-border, .img-border-sm {
  position: relative;
  height: 190px;
  overflow: hidden;
}
.image-play .icon-wrap {
  z-index: 6;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 70px;
  height: 50px;
  background: #dc3545f0;
  border-radius: 20%;
}
.image-play .icon-wrap > span {
  font-size: 20px;
  color: #fff;
  position: absolute;
  -webkit-transform: translate(-35%, -50%);
  -ms-transform: translate(-35%, -50%);
  transform: translate(-35%, -50%);
  top: 50%;
  left: 50%;
}
.img-border img, .img-border-sm img {
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  min-height:190px;
}
.header-scrolled .mobile-nav-toggle{
  color:black;
}
.pengaduan-slides .youtube-slides, .trending-post-slides, .info-terkini-slides, .featured-video-posts-slide, .most-viewed-videos-slide, .sports-videos-slides {
  position: relative;
  z-index: 1;
}
.intro-news-filter {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
  height: 35px;
  border-bottom: 2px solid var(--portal-color);
  /* background-color: #f0f4f8; */
}
.intro-news-filter .nav-tabs {
  border-bottom: none;
}
.intro-news-filter .nav-tabs .nav-link {
  border: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  display: block;
  padding: 0 10px;
  font-size: 14px;
  /* color: #000000; */
  text-transform: uppercase;
  line-height: 35px;
  background-color: transparent;
}
.intro-news-filter .nav-tabs .nav-link.active {
  background-color: var(--portal-color);
  color: white;
}
.selengkapnya {
  font-size: 12px !important;
  margin-bottom: 0px !important;
}
.section-heading {
  height: 35px;
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
  /* background-color: #f2f4f5; */
  padding: 10px 0px;
  /* border-left: 4px solid red; */
}
.section-heading h5 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1;
}
.section-heading h5:after {
  background-color: var(--portal-color);
  bottom: 0;
  content: '';
  display: block;
  height: 2px;
  top: 5px;
  left: 0;
  position: relative;
  /* transform: translate(-50%,0); */
  width: 100px;
}
.pengaduan-slides .owl-prev, .pengaduan-slides .owl-next, .youtube-slides .owl-prev, .youtube-slides .owl-next, .trending-post-slides .owl-prev, .trending-post-slides .owl-next, .info-terkini-slides .owl-prev, .info-terkini-slides .owl-next, .featured-video-posts-slide .owl-prev, .featured-video-posts-slide .owl-next, .most-viewed-videos-slide .owl-prev, .most-viewed-videos-slide .owl-next, .sports-videos-slides .owl-prev, .sports-videos-slides .owl-next {
  position: absolute;
  background-color: none;
  border: 1px solid #ccc !important;
  width: 30px;
  height: 30px;
  text-align: center;
  top: -40px;
  right: 35px;
}
.pengaduan-slides .owl-next, .youtube-slides .owl-next, .trending-post-slides .owl-next, .info-terkini-slides .owl-next, .featured-video-posts-slide .owl-next, .most-viewed-videos-slide .owl-next, .sports-videos-slides .owl-next {
  right: 0;
}
/* @media (min-width: 1200px){
  .container {
    max-width: 100%;
  }
} */
.single-info-terkini {
  /* background-color: #616065; */
  height: 330px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.single-info-terkini img {
  min-height: 250px;
  width: 100%;
  -webkit-transition-duration: 600ms;
  -o-transition-duration: 600ms;
  transition-duration: 600ms;
}
.single-info-terkini .post-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 99;
  right: 20px;
}
.single-info-terkini::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
}
.pull-right {
  float: right;
}
.form-control {
  /* position: relative; */
  z-index: 2;
  height: 40px;
  width: 100%;
  /* background-color: #ffffff; */
  font-size: 13px;
  margin-bottom: 10px;
  /* border: 2px solid #ebebeb; */
  padding: 10px 20px;
  color: #777777;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}
.text-primary {
  color: #13998a !important;
}
.cabang .main-desc h2{
  font-weight:bold;
  font-size:30px;
  text-align:center;
}
.cabang .main-desc h3{
  font-weight:normal;
  font-size:30px;
  text-align:center;
}
.sidebar-wrap {
  position: sticky;
  top: 75px;
}
.bidang .single-post-list .post-list-content a {
  display: block;
  line-height: 1.5;
}
.cabang-tab span.first{
  font-size:12px;
  line-height:1.2;
}
.cabang-tab span.second{
  font-size:10.5px;
  line-height:1.2;
}
.cabang-tab .intro-news-filter {
  border:none;
}
.cabang-tab .intro-news-filter .nav-tabs .nav-link.active {
  color: black;
  border-bottom: 3px solid #168b80;
}
.cabang-tab .intro-news-filter .nav-tabs .nav-link {
  flex-grow: 1;
}
.bg-grey{
  background-color:#EDEDED;
}
.dropup a{
    height:100%;
    display:block;
}
@media (min-width: 1501px) {
  #header .logo img {
    max-height: 48px;
  }
  .navbar > ul > li {
    padding: 8px 12px;
  }
  .navbar a,
  .navbar a:focus {
    font-size: 14px;
  }
  .navbar .dropdown ul a {
    padding: 5px 20px;
    font-size: 14px;
  }
  .text-hitam {
    color: #474747;
    font-weight: bold;
    font-size: 14px;
  }
  #icon-utama {
    max-width: 170px;
    max-height: 170px;
  }
  #navigasi {
    width: 1200px;
  }
  .myopd {
    left: -15% !important;
  }
  .dropup .dropdown-menu {
    min-width: 14rem;
  }

  .dropdown-menu li {
    padding: 0px 10px;
    font-size: 14px;
  }

  .cabang-tab span.first{
    font-size:14px;
    line-height:1.2;
  }
  .cabang-tab span.second{
    font-size:12.5px;
    line-height:1.2;
  }
}
#st-1{
    z-index :2 !important;
}
@media(max-width:769px){
  .gallery-style1 .gallery-img {
    height: 90px;
  }
  .gallery-style1 .gallery-img img {
    min-height: 90px;
  }
  .single-catagory-post .post-thumbnail {
    -ms-flex: 0 0 30%;
    flex: 0 0 100%;
    height: 180px;
    margin-bottom: 10px;
  }
  .single-catagory-post .post-content {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding:0 !important;
  }
  .navbar a, .navbar a:focus {
    font-size: 14px;
  }
  .breadcrumb-area .breadcrumb-content h2 {
    font-size: 14px;
  }
  .post-details-area{
    padding:10px !important; 
  }
  #navigasi {
    width: 100%;
  }
  
  .top-50 {
    top: 22%;
  }
  
  .video-wrapper .wrapper__video, .video-wrapper iframe {
    object-fit: none;
  }
  .archive-posts-area img{
      width:100%;
  }
  .breadcrumb-area {
    height: 155px;
  }
 
}
