/* ==========================
   DISHUB SMARTGOV 5.0
========================== */

:root{

--primary:#0B3D91;

--secondary:#00AEEF;

--gold:#FFC107;

--dark:#16213E;

--light:#F4F7FC;

--white:#ffffff;

--text:#1E293B;

--shadow:0 20px 45px rgba(0,0,0,.08);

}
html {
  scroll-behavior: smooth; }

body,
html {
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  color: #191919;
  background: #fff; }

.form-control:focus {
  box-shadow: none; }

.container {
  max-width: 1280px; }

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px; }

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px; }

.op-9 {
  opacity: 0.9; }

a {
  color: #000;
  text-decoration: none; }
  a:hover:not(.btn), a:focus:not(.btn) {
    text-decoration: none;
    color: #329b47; }

.dropdown-item.active,
.dropdown-item:active {
  background: transparent !important; }

.btn {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }

.btn-custom {
  background: #329b47;
  color: #fff; }
  .btn-custom:hover {
    background: #1a6d2a;
    color: #fff; }

.btn-more-custom {
  display: flex;
  align-items: center;
  background: #329b47;
  color: #fff;
  padding: 14px 20px;
  font-weight: 600;
  font-size: 13px; }
  .btn-more-custom:hover {
    background: #1a6d2a;
    color: #fff; }

.bg-gray {
  background: #f6f6f6; }

.meta-kategori {
  background-color: #329b47;
  color: #ffff !important;
  border-radius: 10px;
  padding: 3px 10px;
  font-size: 9pt; }
  .meta-kategori:hover, .meta-kategori:focus {
    color: #fff !important; }

.page-item .page-link {
  color: #329b47; }
.page-item.active .page-link {
  background-color: #e0f0e4;
  border-color: #e0f0e4;
  color: #329b47; }

.gg-search {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 16px;
  height: 16px;
  border: 2px solid;
  border-radius: 100%;
  margin-left: -4px;
  margin-top: -4px; }
  .gg-search::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    width: 2px;
    height: 8px;
    background: currentColor;
    transform: rotate(-45deg);
    top: 10px;
    left: 12px; }

.list-group .list-group-item {
  background: transparent !important;
  border: 0;
  padding: 8px 0; }
  .list-group .list-group-item:hover {
    background: transparent; }

.hero-desktop {
  position: relative; }
  .hero-desktop #header {
    z-index: 1000;
    position: absolute;
    top: 0;
    width: 100%;
    margin: auto; }
    .hero-desktop #header .navbar-header {
      background: transparent;
      box-shadow: none; }
      .hero-desktop #header .navbar-header .logo-text,
      .hero-desktop #header .navbar-header .logo-subtitle {
        color: #fff; }
      .hero-desktop #header .navbar-header .logo-icon {
        background: transparent;
        border-radius: 0;
        padding: 0; }
      .hero-desktop #header .navbar-header .nav-item.active .nav-link {
        color: #fff !important; }
      .hero-desktop #header .navbar-header .nav-item .nav-link {
        color: #fff !important;
        opacity: 0.7; }
  .hero-desktop .control-toggler ion-icon {
    font-size: 24px;
    color: #fff; }

#header .navbar-header {
  position: sticky !important;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  background: #329b47;
  box-shadow: 0 2px 16px 0px rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid transparent;
  z-index: 1000; }
  #header .navbar-header .nav-link {
    color: #fff !important;
    font-size: 14px;
    padding: 6px 12px;
    font-weight: 500; }
    #header .navbar-header .nav-link:hover, #header .navbar-header .nav-link:focus {
      color: #fff !important;
      opacity: 0.8; }
  #header .navbar-header .nav-item:first-child .nav-link {
    padding-left: 0px !important; }
  #header .navbar-header .nav-item:last-child .nav-link {
    padding-right: 0px !important; }
  #header .navbar-header .nav-item.active .nav-link {
    color: #fff !important; }
  #header .navbar-header .input-search {
    width: 200px;
    border: 1px solid #f6f6f6;
    background: #fff;
    border-radius: 50px;
    overflow: hidden; }
    #header .navbar-header .input-search .form-control {
      background: transparent;
      border: 0;
      min-height: 36px;
      color: #121212; }
    #header .navbar-header .input-search .btn-search {
      background: transparent;
      color: #329b47;
      font-size: 22px;
      padding: 0;
      display: flex;
      align-items: center;
      margin-right: 4px; }
      #header .navbar-header .input-search .btn-search svg {
        height: 32px;
        min-height: 100%; }
  #header .navbar-header .navbar-brand {
    display: flex;
    align-items: center; }
  #header .navbar-header .logo-icon {
    padding: 4px;
    background: #fff;
    border-radius: 4px;
    margin-right: 12px; }
  #header .navbar-header .logo-text {
    font-size: 18px;
    font-weight: 600;
    color: #fff; }
  #header .navbar-header .logo-subtitle {
    opacity: 0.8;
    font-size: 12px;
    color: #fff; }
#header .nav-kategori {
  background: #fff;
  padding: 15px;
  border-bottom: 1px solid #f6f6f6; }
  #header .nav-kategori .scrollbar {
    width: 100%;
    height: 10px;
    display: none; }
  #header .nav-kategori .scrollbar .handle {
    width: 100px;
    /* overriden if dynamicHandle: 1 */
    height: 100%;
    background: #222; }
  #header .nav-kategori #frame {
    display: flex;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative; }
  #header .nav-kategori .scroll-nav {
    overflow: auto; }
  #header .nav-kategori .btn-jsNav {
    position: absolute;
    background: 0 0;
    border: 0;
    color: #000;
    font-size: 24px;
    margin-top: 2px;
    background: #fff;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0; }
    #header .nav-kategori .btn-jsNav.disable {
      color: rgba(255, 255, 255, 0.5); }
    #header .nav-kategori .btn-jsNav:not(.disable) {
      cursor: pointer; }
  #header .nav-kategori #btn-jsPrevNav {
    left: 0; }
  #header .nav-kategori #btn-jsNextNav {
    right: 0; }
  #header .nav-kategori .nav {
    flex-wrap: nowrap;
    margin-left: 15px;
    margin-right: 15px;
    overflow: auto;
    scroll-behavior: smooth; }
    #header .nav-kategori .nav .nav-link {
      white-space: nowrap;
      font-size: 13px;
      font-weight: 600;
      color: #637381;
      position: relative; }
      #header .nav-kategori .nav .nav-link:first-child {
        margin-left: -13px; }
      #header .nav-kategori .nav .nav-link:hover, #header .nav-kategori .nav .nav-link:focus {
        color: #212b35 !important; }
      #header .nav-kategori .nav .nav-link.active {
        color: #212b35 !important; }
#header.double-navigation {
  box-shadow: 0 2px 16px 0px rgba(0, 0, 0, 0.12); }
  #header.double-navigation .navbar-header {
    box-shadow: none; }
  #header.double-navigation .nav-kategori {
    border-bottom: 0; }

.control-toggler .navbar-toggler {
  color: #fff;
  padding: 0;
  border: 0; }
.control-toggler ion-icon {
  font-size: 22px; }

.sidebar-menu {
  display: none;
  width: calc(100% - 30px);
  max-width: 400px !important;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1490196078);
  position: fixed;
  height: 100vh;
  background: #fff;
  z-index: 2000;
  top: 0;
  right: 0;
  padding: 0 30px;
  overflow-y: scroll;
  overflow-x: hidden; }
  .sidebar-menu .sidebar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f6f6f6;
    position: relative; }
  .sidebar-menu .btn-close {
    font-size: 24px;
    background: transparent;
    padding: 0;
    position: absolute;
    right: -5px; }
  .sidebar-menu .navbar-brand {
    display: flex;
    align-items: center;
    margin: 0; }
  .sidebar-menu .logo-icon {
    margin-right: 12px; }
  .sidebar-menu .logo-text {
    font-size: 18px;
    font-weight: 600; }
  .sidebar-menu .logo-subtitle {
    opacity: 0.8;
    font-size: 12px; }
  .sidebar-menu .navbar-nav {
    padding-top: 15px; }
    .sidebar-menu .navbar-nav .nav-item .nav-link {
      font-size: 1.1em;
      font-weight: 500;
      padding-top: 15px;
      padding-bottom: 15px; }

.dropdown:hover > .dropdown-menu {
  display: block; }

.dropdown-submenu {
  position: relative; }
  .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0px;
    margin-left: 0px; }
  .dropdown-submenu:hover > .dropdown-menu {
    display: block; }

.navbar-top .input-search {
  width: 425px;
  overflow: hidden; }
  .navbar-top .input-search .form-control {
    border: 1px solid #f6f6f6;
    background: transparent;
    min-height: 36px;
    border-radius: 36px;
    color: #121212; }
    .navbar-top .input-search .form-control:focus {
      box-shadow: none !important; }
  .navbar-top .input-search .btn-search {
    background: transparent;
    color: #b7b9bc;
    font-size: 22px;
    padding-top: 0px;
    padding-bottom: 0px;
    display: flex; }

#searchCollapse {
  width: 100%; }
  #searchCollapse .input-search {
    display: flex; }

.navbar-header-not-home {
  box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.1); }

.navbar-header-fixed {
  position: sticky !important;
  width: 100%;
  z-index: 1001;
  box-shadow: 0 0 25px rgba(103, 119, 239, 0.1);
  border: 0;
  top: 0; }
  .navbar-header-fixed .navbar-header .logo-text {
    font-size: 16px; }
  .navbar-header-fixed .nav-kategori {
    display: none; }

@keyframes headermove {
  from {
    opacity: 0.2;
    top: -100px; }
  to {
    opacity: 1;
    top: 0; } }
#slideshow {
  position: relative;
  overflow: hidden;
  z-index: 1; }
  #slideshow .overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: black;
    background: linear-gradient(215deg, rgba(0, 0, 0, 0) 10%, black 100%);
    opacity: 0.85;
    z-index: 1001; }
  #slideshow .hero-info {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1002;
    color: #fff;
    width: 100%;
    padding-top: 36px; }
    #slideshow .hero-info .builtwith {
      background: #329b475c;
      border-radius: 40px;
      padding: 4px 8px;
      padding-left: 12px;
      display: flex;
      width: fit-content;
      align-items: center;
      font-size: 13px;
      margin-bottom: 24px; }
      #slideshow .hero-info .builtwith span {
        background: #329b47;
        border-radius: 40px;
        padding: 4px 8px;
        margin-left: 5px;
        font-weight: 600; }
        #slideshow .hero-info .builtwith span a {
          color: #fff !important; }
          #slideshow .hero-info .builtwith span a:hover, #slideshow .hero-info .builtwith span a:focus {
            color: #fff !important; }
    #slideshow .hero-info .hero-title {
      font-size: 48px;
      font-weight: 700;
      max-width: 650px;
      line-height: 125%;
      margin-bottom: 16px;
      letter-spacing: 0.2px; }
    #slideshow .hero-info .hero-subtitle {
      font-size: 20px;
      font-weight: 400;
      max-width: 600px;
      opacity: 0.7;
      line-height: 150%; }
  #slideshow a:hover, #slideshow a:focus {
    opacity: 1 !important; }
  #slideshow .slideshow-home {
    position: relative;
    margin-bottom: 0px;
    overflow: hidden; }
    #slideshow .slideshow-home .slide-container {
      position: relative;
      width: 100%; }
    #slideshow .slideshow-home img {
      width: 100%;
      max-height: 650px;
      height: 650px;
      object-fit: cover;
      object-position: bottom;
      transition: all 0.4s; }
    #slideshow .slideshow-home .container {
      position: relative; }
    #slideshow .slideshow-home .slide-info {
      position: absolute;
      top: 50%;
      width: 100%;
      text-align: center;
      z-index: 1000;
      color: #fff;
      transform: translateY(-50%); }
      #slideshow .slideshow-home .slide-info h4 {
        font-size: 36px;
        font-weight: 600;
        max-width: 800px;
        margin: auto;
        margin-bottom: 16px; }
      #slideshow .slideshow-home .slide-info .tanggal {
        display: flex;
        width: fit-content;
        border-radius: 5px;
        margin: auto; }
        #slideshow .slideshow-home .slide-info .tanggal ion-icon {
          font-size: 18px;
          margin-right: 8px; }
  #slideshow .slick-dots {
    bottom: 24px !important; }
    #slideshow .slick-dots li button:before {
      font-size: 32px;
      color: #fff;
      opacity: 0.3; }
    #slideshow .slick-dots li.slick-active button:before {
      color: #329b47;
      opacity: 1; }
  #slideshow .slick-next {
    right: 35px; }
  #slideshow .slick-prev {
    left: 35px; }
  #slideshow .slick-prev:before,
  #slideshow .slick-next:before {
    content: ""; }
  #slideshow .slick-arrow {
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    width: 40px;
    height: 40px;
    border-radius: 60px; }
    #slideshow .slick-arrow:hover {
      opacity: 0.9; }
    #slideshow .slick-arrow ion-icon {
      font-size: 40px;
      color: #329b47; }
  #slideshow .slick-track {
    display: flex; }

#info-gampong .info-gampong-card {
  background: url(../images/banner-info-gampong.jpg);
  border-radius: 40px;
  background-size: cover;
  color: #fff; }
  #info-gampong .info-gampong-card .row {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px; }
#info-gampong .info-keuchik {
  display: flex;
  align-items: center;
  flex-direction: column; }
  #info-gampong .info-keuchik .gambar-keuchik {
    height: 400px;
    padding: 16px 16px 0; }
  #info-gampong .info-keuchik h5 {
    font-size: 16px;
    background: #f37731;
    padding: 4px;
    margin-bottom: 16px; }
  #info-gampong .info-keuchik h3 {
    font-size: 28px;
    font-weight: 700; }
#info-gampong .info-gampong-card-detail {
  display: flex;
  flex-direction: column;
  justify-content: center; }
#info-gampong .ucapan {
  font-size: 16px;
  margin-right: 24px;
  margin-bottom: 40px; }
#info-gampong .menu-info-gampong {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-right: 60px;
  gap: 30px;
  margin-bottom: 40px; }
  #info-gampong .menu-info-gampong > .menu-info-gampong-card {
    background: #fff !important;
    display: flex;
    align-items: center;
    flex-direction: row;
    border-radius: 20px;
    padding: 24px;
    transition: all ease-out 0.3s; }
    #info-gampong .menu-info-gampong > .menu-info-gampong-card:hover {
      transform: scale(1.05); }
    #info-gampong .menu-info-gampong > .menu-info-gampong-card img {
      height: 40px; }
    #info-gampong .menu-info-gampong > .menu-info-gampong-card h3 {
      margin-left: 16px;
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 0; }

.headline-berita {
  display: flex;
  flex-direction: column;
  border: 1px solid #f6f6f6;
  border-radius: 5px;
  padding-bottom: 30px;
  margin-bottom: 30px; }
  .headline-berita .cms-berita-judul {
    display: none; }
  .headline-berita .cms-berita-col {
    padding: 0;
    margin-bottom: 0 !important; }
  .headline-berita .cms-berita-element {
    margin-bottom: 0px; }
  .headline-berita .widget-berita-terkini-li {
    padding-left: 15px;
    padding-right: 15px; }
    .headline-berita .widget-berita-terkini-li:last-child {
      margin-bottom: 0;
      border-bottom: 0; }
  .headline-berita .other-headline {
    margin-top: 24px; }
    .headline-berita .other-headline img.widget-berita-terkini-thumb {
      width: 100%;
      margin-bottom: 10px; }
    .headline-berita .other-headline a.widget-berita-terkini-judul {
      font-size: 14px;
      font-weight: 600; }

.berita-terkini {
  display: flex;
  flex-direction: column; }

#berita-terkini {
  position: relative; }
  #berita-terkini .post {
    background-color: #fff;
    border: 1px solid #f6f6f6;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden; }
    #berita-terkini .post .btn-more {
      color: #329b47;
      padding: 0;
      position: relative;
      font-weight: 600;
      font-size: 14px; }
    #berita-terkini .post .post-date {
      color: #9f9f9f; }
    #berita-terkini .post .entry-content {
      color: #7b7b7b; }
  #berita-terkini .post-block {
    display: flex;
    margin-bottom: 30px; }
    #berita-terkini .post-block .post-content {
      flex: 1;
      padding: 30px; }
    #berita-terkini .post-block .post-img {
      width: 512px;
      right: auto; }
      #berita-terkini .post-block .post-img img {
        height: 100%;
        min-width: 100%;
        object-fit: cover; }
    #berita-terkini .post-block .post-title h3 {
      margin-top: 18px;
      margin-bottom: 18px; }
      #berita-terkini .post-block .post-title h3 a {
        color: #222222;
        font-size: 22px;
        font-weight: 700; }
    #berita-terkini .post-block .entry-content {
      margin-bottom: 30px; }
  #berita-terkini .post-inline {
    margin-bottom: 30px; }
    #berita-terkini .post-inline .post-img a {
      height: 240px; }
      #berita-terkini .post-inline .post-img a img {
        height: 240px;
        min-width: 100%;
        object-fit: cover; }
    #berita-terkini .post-inline .post-content {
      padding: 15px 20px 30px; }
    #berita-terkini .post-inline .post-title h3 {
      margin-bottom: 8px; }
      #berita-terkini .post-inline .post-title h3 a {
        color: #222222;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px !important; }

section {
  position: relative;
  overflow: hidden; }
  section.bg-section1 {
    background-image: url(../images/bg_section1.svg);
    background-size: cover; }
  section.bg-section2 {
    background-image: url(../images/bg_section2.svg);
    background-size: cover; }
  section .title-section {
    color: #1c1c1d;
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 36px;
    position: relative;
    text-align: center; }
    section .title-section:before {
      content: "";
      position: absolute;
      height: 4px;
      width: 45px;
      background: #fca400;
      bottom: -8px;
      left: 50%;
      transform: translateX(-50%);
      border-radius: 5px; }
  section .subtitle {
    text-align: center;
    font-size: 16px;
    color: #737373;
    margin-bottom: 48px; }
  section .dot {
    position: absolute;
    top: 40px;
    left: 50px;
    z-index: 1; }
  section .ornament-1 {
    position: absolute;
    width: 400px;
    height: 400px;
    background: #d3e9f4;
    border: 70px solid #f0f2f4;
    border-spacing: 20px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 1000px;
    bottom: -100px;
    z-index: 1; }
  section .ornament-2 {
    position: absolute;
    width: 400px;
    height: 400px;
    background: #d3e9f4;
    border: 70px solid #f0f2f4;
    border-spacing: 20px;
    right: -100px;
    border-radius: 1000px;
    top: -100px;
    z-index: 1; }
  section .container {
    z-index: 2;
    position: relative; }
  section .cms-berita-judul,
  section .title-custom {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
    margin-bottom: 24px; }
    section .cms-berita-judul:before,
    section .title-custom:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 1px;
      background: #f8f8f8;
      bottom: 2px; }
    section .cms-berita-judul:after,
    section .title-custom:after {
      content: "";
      position: absolute;
      left: 0px;
      bottom: 2px;
      z-index: 2;
      width: 64px;
      height: 2px;
      background-color: #ffc107; }

.sidebar {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px; }
  .sidebar .sidebar-container {
    border-radius: 5px;
    margin-left: 8px; }
  .sidebar cms\:render,
  .sidebar .widget {
    margin-top: 16px;
    padding-bottom: 30px; }
    .sidebar cms\:render:first-child,
    .sidebar .widget:first-child {
      margin-top: 0px; }
    .sidebar cms\:render:last-child,
    .sidebar .widget:last-child {
      border-bottom: 0px; }
  .sidebar .cms-berita-judul,
  .sidebar .title-custom {
    font-size: 18px;
    font-weight: 700; }
  .sidebar .cms-berita-list ul {
    margin-top: 16px;
    margin-bottom: 0; }
  .sidebar .cms-berita-list li {
    border-bottom: 0;
    margin-bottom: 8px;
    padding-bottom: 12px; }
    .sidebar .cms-berita-list li:last-child {
      margin-bottom: 0;
      padding-bottom: 0; }
    .sidebar .cms-berita-list li .widget-berita-terkini-has-thumb {
      margin-top: 0;
      margin-left: 16px; }
    .sidebar .cms-berita-list li .widget-berita-terkini-thumb {
      width: 5rem;
      height: 4rem;
      min-width: 5rem;
      min-height: 4rem; }
    .sidebar .cms-berita-list li .widget-berita-terkini-judul {
      max-height: 44px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: inherit;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      font-size: 14px; }
    .sidebar .cms-berita-list li p.widget-berita-terkini-deskripsi {
      display: none; }
  .sidebar .cms-berita-element {
    margin: 0; }
  .sidebar .cms-berita-col {
    padding-bottom: 0;
    margin-bottom: 0 !important; }

.cms-berita-element ul {
  list-style: none;
  padding-left: 0; }

.cms-berita-list li, .cms-berita-list td.widget-berita-terkini-li {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #f6f6f6;
  margin-bottom: 20px; }

.img-link:hover, .img-link:focus {
  opacity: 0.9; }

.widget-berita-terkini-li-big {
  flex-direction: column;
  border-radius: 5px 5px 0 0;
  overflow: hidden; }
  .widget-berita-terkini-li-big .widget-berita-terkini-judul {
    color: #333 !important;
    font-size: 24px;
    font-weight: 700;
    padding-right: 15px;
    margin-bottom: 10px; }
    .widget-berita-terkini-li-big .widget-berita-terkini-judul:active {
      font-weight: 700; }
  .widget-berita-terkini-li-big .widget-berita-terkini-tanggal,
  .widget-berita-terkini-li-big p.widget-berita-terkini-deskripsi {
    padding-right: 15px; }

p.widget-berita-terkini-deskripsi {
  margin-bottom: 0;
  font-size: 13px;
  opacity: 0.9; }

.widget-berita-terkini-has-thumb {
  margin-left: 16px; }

img.widget-berita-terkini-thumb {
  position: relative;
  width: 200px;
  height: 130px;
  min-width: 200px;
  min-height: 130px;
  border-radius: 5px;
  object-fit: cover;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05); }

img.widget-berita-terkini-big-thumb {
  margin-bottom: 16px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  height: 350px;
  width: 100%;
  object-fit: cover; }

p.widget-berita-terkini-tanggal {
  font-size: 11px; }

a.widget-berita-terkini-judul {
  font-size: 17px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 5px;
  width: 100%;
  display: block;
  color: #333 !important;
  transition: all 0.3s; }
  a.widget-berita-terkini-judul:hover, a.widget-berita-terkini-judul:focus {
    color: #329b47 !important; }

.agenda .media-body {
  min-height: 110px; }

.calendar {
  position: relative;
  background-image: url(../images/themes/calendar.svg);
  background-repeat: no-repeat;
  width: 110px;
  height: 110px; }
  .calendar .all-day {
    text-align: center;
    margin-top: 10px;
    font-size: 3.75rem; }
    .calendar .all-day.all-day_date {
      margin-top: 5px; }
  .calendar .all-day_mount {
    margin-top: -20px;
    margin-right: 30px;
    text-align: center; }
  .calendar .day {
    margin-top: 10px;
    text-align: center;
    padding-right: 10px; }
  .calendar .date {
    text-align: center;
    margin-top: 20px;
    font-size: 1.375rem; }

.recent-post-widget .card {
  background: unset; }
  .recent-post-widget .card:last-child {
    margin-bottom: 0 !important; }
.recent-post-widget .judul-berita > a {
  max-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: inherit;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box; }

#link-web {
  overflow: hidden;
  background: #f6f6f6; }
  #link-web .container {
    overflow: hidden; }

#gallery-home .img-fluid {
  height: 180px;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
  position: relative;
  transition: all 0.5s; }
#gallery-home .gallery-card {
  position: relative;
  display: block;
  margin-bottom: 30px;
  border-radius: 5px;
  overflow: hidden; }
  #gallery-home .gallery-card:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.15), black);
    top: 0;
    left: 0;
    transition: all 0.5s; }
  #gallery-home .gallery-card:hover:after {
    opacity: 0.5; }
  #gallery-home .gallery-card:hover img {
    transform: scale(1.1); }
  #gallery-home .gallery-card .gallery-desc {
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 1000;
    color: #fff;
    font-weight: 700;
    font-size: 14px; }
  #gallery-home .gallery-card.more-galleries:after {
    background: #000;
    opacity: 0.7; }
  #gallery-home .gallery-card.more-galleries .gallery-desc {
    top: 50%;
    left: 0;
    text-align: center;
    width: 100%;
    transform: translateY(-50%);
    height: fit-content; }

#footer {
  background: #329b47; }
  #footer .navbar-brand {
    display: flex;
    align-items: center;
    color: #fff; }
    #footer .navbar-brand:hover, #footer .navbar-brand:focus {
      color: #fff !important; }
  #footer .logo-icon {
    margin-right: 12px; }
  #footer .logo-text {
    font-size: 18px;
    font-weight: 600; }
  #footer .logo-subtitle {
    opacity: 0.8;
    font-size: 12px; }
  #footer .informasi {
    font-size: 14px;
    line-height: 1.8;
    color: #ebebeb; }
  #footer .title-link {
    font-size: 15px; }
  #footer .list-link > li > a {
    display: block;
    color: #ebebeb;
    margin-bottom: 15px;
    font-size: 14px; }
    #footer .list-link > li > a:hover, #footer .list-link > li > a:focus {
      text-decoration: underline;
      color: #fff !important; }
  #footer .social-link-small {
    display: inline-flex;
    margin: 3px;
    padding: 6px;
    border: 1px solid #e6e8f0;
    border-radius: 5px; }
    #footer .social-link-small:hover {
      border-color: #fff; }
    #footer .social-link-small ion-icon {
      color: #fff;
      font-size: 16px; }

#modalPopUp .modal-content {
  border: 0; }
#modalPopUp .btn-close {
  position: absolute;
  right: 15px;
  top: 7px;
  font-size: 32px;
  color: #5a5757;
  z-index: 1000; }

#carouselTrending .carousel-control {
  width: unset; }
#carouselTrending .carousel-control-next-icon,
#carouselTrending .carousel-control-prev-icon {
  width: 25px;
  height: 25px; }

.article .title {
  color: #333;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 24px; }
.article .news-content p {
  color: #504e4e;
  line-height: 1.52 !important;
  font-size: 16px;
  margin-bottom: 16px; }

.related-article {
  border: 1px solid #eee;
  padding: 16px;
  border-radius: 5px;
  margin-top: 16px; }
  .related-article .link-terkait {
    color: #20af45 !important;
    padding-right: 20px;
    font-size: 14px;
    font-weight: 500; }

.share-area .social-share,
.sosmed-area .social-share {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.270588235); }
  .share-area .social-share img,
  .sosmed-area .social-share img {
    width: 20px;
    height: 20px; }
.share-area .fb-share,
.sosmed-area .fb-share {
  background: rgba(59, 89, 153, 0.1); }
.share-area .tw-share,
.sosmed-area .tw-share {
  background: rgba(85, 172, 238, 0.1); }
.share-area .wa-share,
.sosmed-area .wa-share {
  background: rgba(76, 175, 80, 0.1); }

table.list-berita td {
  margin: 0 0.5rem 0.5rem 0;
  text-align: left;
  vertical-align: top;
  background-color: #fff; }

#daftar-pejabat .link-berita {
  font-weight: 600; }
#daftar-pejabat .deskripsi-list {
  margin-top: 6px !important;
  margin-bottom: 8px !important; }
#daftar-pejabat .meta-kategori {
  margin-top: 6px !important;
  display: inline-block; }
#daftar-pejabat table tbody tr {
  margin-bottom: 30px !important;
  display: block !important; }
#daftar-pejabat .label-more {
  font-size: 13px;
  color: #329b47; }

#daftar-agenda .agenda-hari {
  color: #3a3a3a;
  margin: -6px 0;
  padding: 0;
  font-size: 49px; }
#daftar-agenda .agenda-tanggal {
  text-align: center; }
#daftar-agenda .judul-list {
  font-size: 16px;
  font-weight: 600; }
#daftar-agenda .meta {
  margin-top: 5px;
  font-size: 12px;
  color: #505050; }
#daftar-agenda p.agenda-tanggal-detil {
  color: #329b47;
  margin: 0; }
#daftar-agenda table tbody tr {
  margin-bottom: 20px !important;
  display: block !important; }
#daftar-agenda .deskripsi-list {
  font-size: 14px;
  font-weight: 300;
  color: #333;
  margin-top: 8px; }

#daftar-galeri img {
  width: 100%;
  min-height: 175px;
  max-height: 175px;
  object-fit: cover;
  border-radius: 5px; }
#daftar-galeri .judul-album {
  padding: 12px 0;
  text-align: left;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600; }
#daftar-galeri .galeri {
  border: 0;
  margin-bottom: 16px; }

.gg-arrow-left {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px; }

.gg-arrow-left::after,
.gg-arrow-left::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  left: 3px; }

.gg-arrow-left::after {
  width: 8px;
  height: 8px;
  border-bottom: 2px solid;
  border-left: 2px solid;
  transform: rotate(45deg);
  bottom: 7px; }

.gg-arrow-left::before {
  width: 16px;
  height: 2px;
  bottom: 10px;
  background: currentColor; }

.gg-arrow-right {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px; }

.gg-arrow-right::after,
.gg-arrow-right::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  right: 3px; }

.gg-arrow-right::after {
  width: 8px;
  height: 8px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  bottom: 7px; }

.gg-arrow-right::before {
  width: 16px;
  height: 2px;
  bottom: 10px;
  background: currentColor; }

#goTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #329b47;
  color: white;
  cursor: pointer;
  width: 50px;
  height: 50px;
  font-size: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 50px; }
  #goTop:hover {
    background-color: #1a6d2a; }

    span.kategori a {
      font-size: 8.2pt;
      background: #daedff;
      padding: 2px 4px;
      margin-top: 15px;
      display: inline-block;
      color: #1367b3;
    }
  
    span.kategori a:hover{
      color:#1367b3;
    }
  
    span.kategori a img {
        width: 10px;
        margin-right: 5px;
    }
  
    ul.pagination {
      justify-content: center;
      margin-right: 30px;
  }
  
  ul.pagination li {
      width: 42px;
      min-height: 42px;
      border-bottom: none;
  }
  
  .page-link {
    line-height: 1.5;
    padding: .5rem 1rem;
  }
  
  ul.pagination li a.page-link {
      border-radius: 20px;
      border: none;
  }
  
  ul.pagination li.page-item.active a {
      background: #329b47;
      color: white;
  }
  
  ul.pagination li.next {
    margin-left: 10px;
  }

  ul.pagination li.page-item a {
      color: #329b47;
  }
  
  ul.pagination > li.next > a {
      background: #329b47;
      border-radius: 100% !important;
      font-size: 20px;
      color: white;
      width: 24px;
      padding: 0px 10px;
      height: 25px;
      margin-top: 4px;
      line-height: 0.9;
  }
  
  ul.pagination > li.previous > a {
      background: #329b47;
      border-radius: 100% !important;
      font-size: 20px;
      color: white;
      width: 24px;
      padding: 0px 10px;
      height: 25px;
      margin-top: 4px;
      line-height: 0.9;
  }
  ul.pagination li.page-item.active a:hover {
      color: #fff !important;
      text-decoration: none;
  }
  ul.pagination > li.page-item.disabled > a {
      background: #ededed;
      border-radius: 100% !important;
      font-size: 20px;
      color: #546E7A;
      width: 25px;
      padding: 0px 10px;
      height: 26px;
      margin-top: 4px;
      line-height: 0.9;
  }
  ul.pagination li.next a:hover,ul.pagination li.previous a:hover {
      color: #fff !important;
      text-decoration: none;
  }
  
  .dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right;
    visibility: hidden;
  }
  
  #dl_dokumen_length select {
      margin: 8px 4px;
      border-radius: 6px;
      padding: 3px 5px;
      font-size: 9pt;
      background: #ECEFF1;
      border: none;
      box-shadow: 0 4px 6px #f4f4f4;
  }
  
  div.dataTables_wrapper div.dataTables_info {
      padding-top: 1.85em;
  }
  
  tr td div.cms-agenda-tanggal {
      background: #f3f3f3;
      border-radius: 10px;
      margin: 0px 10px;
  }

@media screen and (max-width: 1024px) {
  #berita-terkini .post-block {
    flex-direction: column;
    position: relative;
    background: transparent; }
    #berita-terkini .post-block .post-title h3 a {
      font-size: 18px; }
    #berita-terkini .post-block .entry-content {
      font-size: 13px; }
    #berita-terkini .post-block .post-img {
      width: 100%; }
      #berita-terkini .post-block .post-img .img-fluid {
        width: 100%;
        height: 350px; }
    #berita-terkini .post-block .post-content {
      margin-top: -175px;
      background: #f8f9fb;
      margin-left: 40px;
      margin-right: 40px;
      z-index: 1000; } }
@media screen and (min-width: 991px) {
  .navbar-top .input-search {
    margin-left: 36px; }

  .navbar-header-home {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030; }

  .navbar-header-fixed .nav-kategori .navbar-brand {
    display: flex; }

  #sekapur-sirih .well {
    margin-bottom: 66px; }
  #sekapur-sirih .img-fluid {
    position: absolute;
    height: 100%;
    bottom: 0; }

  #carouselTrending .carousel-control-prev {
    left: -50px; }
  #carouselTrending .carousel-control-next {
    right: -50px; }

  .nav-kategori .nav {
    display: flex; } }
@media screen and (max-width: 1100px) {
  #info-gampong .info-keuchik h3 {
    font-size: 24px; }

  #info-gampong .info-keuchik .gambar-keuchik {
    height: 360px; }

  #info-gampong .menu-info-gampong {
    padding-right: 30px; }

  #info-gampong .menu-info-gampong > .menu-info-gampong-card h3 {
    font-size: 18px; } }
@media screen and (max-width: 991px) {
  .container {
    max-width: unset !important;
    padding-left: 60px;
    padding-right: 60px; }

  #slideshow .hero-info .hero-title {
    font-size: 42px; }

  #slideshow .hero-info .hero-subtitle {
    font-size: 18px; }

  .info-gampong-card {
    overflow: hidden; }

  #info-gampong .info-keuchik {
    text-align: center; }

  #info-gampong .info-keuchik .gambar-keuchik {
    height: 340px;
    margin-top: auto; }

  .navbar-header .nav-item .nav-link {
    padding-left: 0px !important; }

  .navbar-control {
    display: flex;
    align-items: center;
    width: 100%; }

  .sidebar-menu {
    display: block;
    right: 0;
    transform: translateX(100%);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
    .sidebar-menu .dropdown-menu {
      position: static !important;
      transform: none !important; }
    .sidebar-menu .dropdown-submenu > .dropdown-meu {
      position: static !important;
      transform: none !important; }

  .open-sidebar {
    overflow: hidden;
    position: relative; }
    .open-sidebar:before {
      content: "";
      width: 100%;
      height: 100%;
      background: #000;
      opacity: 0.7;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1002; }
    .open-sidebar .sidebar-menu {
      display: block;
      transform: translateX(0); }

  .sub-nav {
    position: relative; }
    .sub-nav .collapsing {
      display: block; }
    .sub-nav .nav {
      position: absolute;
      top: 100%;
      background: white;
      width: 100%;
      z-index: 100;
      padding-bottom: 15px;
      border-bottom: 1px solid #ededed; }

  #searchCollapse .input-search {
    width: 100% !important; }

  #sekapur-sirih .img-fluid {
    max-height: 300px; }

  #berita-terkini .post-inline .post-img a img {
    height: 175px; }

  #flex-order-column #berita-terkini {
    order: 1; }
  #flex-order-column #pejabat {
    order: 2; }

  #sekapur-sirih .jabatan {
    font-size: 24px; }
  #sekapur-sirih .nama-pejabat {
    font-size: 18px; }

  #pejabat .deskripsi-pejabat h3 {
    font-size: 24px; }
  #pejabat .image-pejabat img {
    width: 250px !important; }

  #footer .col-informasi {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 15px; }

  .article .title {
    font-size: 24px; } }
@media screen and (max-width: 900px) {
  .info-keuchik,
  .info-gampong-card-detail {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  #info-gampong .info-gampong-card .row {
    padding: 0; }

  #info-gampong .info-gampong-card {
    background: transparent !important;
    border-radius: 0 !important;
    overflow: visible !important; }
  #info-gampong .menu-info-gampong {
    margin-bottom: 16px; }
  #info-gampong .info-keuchik {
    padding: 24px;
    padding-bottom: 0px;
    background: #1e6f2e;
    border-radius: 40px;
    margin-bottom: 24px; }
  #info-gampong .info-gampong-card-detail {
    padding: 24px;
    border-radius: 40px;
    background: url(../images/banner-info-gampong.jpg);
    background-size: cover; }
    #info-gampong .info-gampong-card-detail .menu-info-gampong {
      padding-right: 0;
      grid-template-columns: 1fr 1fr; }
      #info-gampong .info-gampong-card-detail .menu-info-gampong .menu-info-gampong-card {
        flex-direction: column;
        justify-content: center;
        text-align: center; }
        #info-gampong .info-gampong-card-detail .menu-info-gampong .menu-info-gampong-card h3 {
          margin-top: 16px;
          margin-left: 0;
          font-size: 16px; }
  #info-gampong .ucapan {
    background: #1e6f2e;
    border-radius: 20px;
    margin-right: 0;
    padding: 16px; } }
@media screen and (max-width: 768px) {
  .container {
    max-width: unset !important;
    padding-left: 60px;
    padding-right: 60px; }

  #link-web .container {
    padding-top: 16px !important;
    padding-bottom: 16px !important; }

  #slideshow .hero-info .hero-title {
    font-size: 40px; }

  #slideshow .hero-info .hero-subtitle {
    font-size: 18px; }

  #berita-terkini .dot {
    height: 70px; }
  #berita-terkini .post {
    border-radius: 0px; }
  #berita-terkini .post-inline {
    background: transparent;
    margin-bottom: 20px;
    display: inline-block;
    box-shadow: none;
    border: 0; }
    #berita-terkini .post-inline .post-img {
      width: 75px;
      height: 75px;
      float: left;
      margin-right: 16px; }
      #berita-terkini .post-inline .post-img a img {
        height: 75px;
        border-radius: 5px; }
    #berita-terkini .post-inline .post-content {
      padding-top: 0px;
      padding-bottom: 0px; }
    #berita-terkini .post-inline .btn-more {
      display: none; }
    #berita-terkini .post-inline .post-title h3 a {
      font-size: 15px; }

  #pejabat .image-pejabat .jabatan {
    display: none; }
  #pejabat .col-image-pejabat {
    width: 100%;
    padding: 0; }
  #pejabat .image-pejabat img {
    width: 100% !important;
    background: #21b39f; }

  section .title-section {
    font-size: 28px; }

  .cms-berita-list li {
    flex-direction: column; }

  img.widget-berita-terkini-thumb {
    width: 100%;
    height: 175px;
    min-width: 100%;
    min-height: 175px; }

  .widget-berita-terkini-has-thumb {
    margin-left: 0px; }

  p.widget-berita-terkini-deskripsi {
    display: none; }

  .py-100 {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }

  .py-80 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }

  .py-50 {
    padding-top: 25px !important;
    padding-bottom: 25px !important; }

  .py-30 {
    padding-top: 15px !important;
    padding-bottom: 15px !important; } }
.cms-agenda-hari {
  color: #329b47 !important;
  font-size: 12px !important; }

@media screen and (min-width: 577px) {
  #informasi-aceh .card-menu:hover {
    border-color: #2fc8b3;
    box-shadow: rgba(22, 57, 85, 0.2) 0px 40px 20px -20px;
    transform: translateY(-10px); } }
@media screen and (max-width: 576px) {
  .container {
    padding-left: 30px;
    padding-right: 30px; }

  #slideshow .hero-info .hero-title {
    font-size: 32px; }

  #slideshow .hero-info .hero-subtitle {
    font-size: 16px; }

  #slideshow .slideshow-home img {
    height: 600px; }

  #header .navbar-header {
    min-height: 50px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important; }
    #header .navbar-header .logo-icon {
      height: 30px !important;
      margin-right: 8px; }
    #header .navbar-header .logo-text {
      font-size: 15px; }
  #header .nav-kategori {
    padding: 15px 0; }
    #header .nav-kategori .nav .nav-link {
      font-size: 12px;
      padding: 6px 10px; }
      #header .nav-kategori .nav .nav-link:first-child {
        margin-left: -8px; }

  .hero-header .title-header {
    font-size: 2.25em; }
  .hero-header .subtitle-header {
    font-size: 1.25em; }
  .hero-header .hero-search {
    min-width: 100%; }
    .hero-header .hero-search ion-icon {
      font-size: 17px; }
    .hero-header .hero-search .btn-search {
      width: 75px;
      font-size: 14px;
      font-weight: 500; }
  .hero-header .overlay-2 {
    background-image: linear-gradient(180deg, rgba(0, 6, 57, 0.9215686275) 0%, rgba(0, 6, 57, 0.1) 100%);
    opacity: 0.5; }

  section .dot {
    top: 30px;
    left: 15px; }
  section .ornament-2 {
    width: 225px;
    height: 225px;
    border: 40px solid #f0f2f4;
    right: -80px;
    top: -70px; }

  .navbar-top .navbar-brand img {
    height: 26px !important; }

  .nav-kategori .nav {
    overflow: auto; }

  #slideshow .slick-prev,
  #slideshow .slick-next {
    display: none;
    visibility: hidden; }

  #berita-terkini .post-block .post-img .img-fluid {
    height: 225px; }
  #berita-terkini .post-block .post-content {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #fff; }
  #berita-terkini .post-block .entry-content {
    display: none; }
  #berita-terkini .post-block .post-title h3 {
    margin-top: 8px;
    margin-bottom: 15px; }
  #berita-terkini .post-inline .post-title h3 a {
    font-size: 14px;
    display: block;
    line-height: 21px; }

  #gallery-home .img-fluid {
    max-height: 160px !important; }

  img.widget-berita-terkini-big-thumb {
    max-height: 200px; }

  #goTop {
    width: 40px;
    height: 40px;
    font-size: 20px;
    bottom: 15px;
    right: 10px; }

  #gpr-kominfo .banner {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 16px !important; }

  .other-headline .card-berita {
    margin-bottom: 15px; }
    .other-headline .card-berita .widget-berita-terkini-thumb {
      width: 100% !important;
      height: 150px !important; }

  .sidebar .sidebar-container {
    margin-left: 0px; }

  .cms-berita-list li, .cms-berita-list td.widget-berita-terkini-li {
    border: 0; }

  .widget-berita-terkini-li-big {
    flex-direction: column !important; }
    .widget-berita-terkini-li-big .widget-berita-terkini-judul {
      font-size: 16px; }

  .cms-berita-list li, .cms-berita-list td.widget-berita-terkini-li {
    flex-direction: row; }

  img.widget-berita-terkini-thumb {
    width: 75px;
    height: 75px;
    min-width: 75px;
    min-height: 75px; }

  .widget-berita-terkini-has-thumb {
    width: calc(100% - 75px) !important;
    float: right;
    margin-left: 16px; }

  a.widget-berita-terkini-judul {
    font-size: 14px; }

  p.widget-berita-terkini-tanggal {
    font-size: 11px; } }
.cms-list {
  margin-bottom: 24px; }

.cms-detail {
  margin-top: 8px;
  margin-bottom: 8px; }

/*# sourceMappingURL=custom.css.map */
.dishub-quick-menu a{
border-radius:20px;
font-weight:600;
padding:8px 15px;
}

#header{
background:#ffffff;
box-shadow:0 5px 20px rgba(0,0,0,.08);
}
/* ======================================
   DISHUB SMART TRANSPORTATION 5.0
====================================== */

.dishub-services{

margin-top:-70px;

position:relative;

z-index:99;

}

.service-card{

display:block;

background:#fff;

padding:25px;

border-radius:20px;

text-align:center;

text-decoration:none;

color:#333;

box-shadow:0 10px 25px rgba(0,0,0,.08);

transition:.35s;

height:100%;

}

.service-card:hover{

transform:translateY(-10px);

text-decoration:none;

background:#0d6efd;

color:white;

}

.service-icon{

font-size:42px;

margin-bottom:15px;

}

.service-card h5{

font-weight:700;

margin-bottom:10px;

}

.service-card p{

font-size:14px;

margin:0;

}
/* ==============================
   DASHBOARD DISHUB
============================== */

.dashboard-dishub{

background:#f5f8fc;

}

.stat-card{

background:#ffffff;

padding:30px;

border-radius:20px;

text-align:center;

box-shadow:0 10px 25px rgba(0,0,0,.08);

transition:.3s;

height:100%;

}

.stat-card:hover{

transform:translateY(-8px);

box-shadow:0 20px 35px rgba(0,0,0,.12);

}

.stat-icon{

font-size:48px;

margin-bottom:15px;

}

.stat-card h3{

font-size:36px;

font-weight:700;

color:#0d6efd;

margin-bottom:10px;

}

.stat-card span{

font-size:15px;

color:#666;

}
.hero-badge{
display:inline-block;
background:#0d6efd;
color:#fff;
padding:10px 20px;
border-radius:50px;
font-weight:600;
margin-bottom:20px;
}

.hero-main-title{
font-size:60px;
font-weight:800;
color:#fff;
margin-bottom:20px;
text-shadow:0 4px 20px rgba(0,0,0,.3);
}

.hero-main-subtitle{
font-size:22px;
color:#fff;
max-width:800px;
margin:auto;
margin-bottom:30px;
}

.hero-buttons .btn{
border-radius:50px;
padding:12px 30px;
font-weight:600;
}

.quick-service{
background:#f8fafc;
}

.service-box{
display:block;
background:white;
padding:35px 20px;
border-radius:20px;
text-align:center;
box-shadow:0 5px 20px rgba(0,0,0,.08);
transition:.3s;
text-decoration:none;
color:#222;
height:100%;
}

.service-box:hover{
transform:translateY(-10px);
box-shadow:0 15px 30px rgba(0,0,0,.15);
text-decoration:none;
}

.service-box h5{
margin-top:15px;
font-weight:700;
}

@media(max-width:768px){

.hero-main-title{
font-size:36px;
}

.hero-main-subtitle{
font-size:16px;
}
.dashboard-section{

background:#f4f7fb;

}

.dashboard-title{

font-size:40px;

font-weight:800;

color:#0f172a;

}

.dashboard-subtitle{

color:#666;

margin-bottom:20px;

}

.dashboard-card{

background:white;

border-radius:20px;

padding:35px;

text-align:center;

transition:.4s;

box-shadow:0 10px 30px rgba(0,0,0,.08);

height:100%;

}

.dashboard-card:hover{

transform:translateY(-10px);

box-shadow:0 20px 45px rgba(0,0,0,.15);

}

.dashboard-icon{

font-size:50px;

margin-bottom:20px;

}

.dashboard-card h2{

font-size:46px;

font-weight:800;

color:#0d6efd;

}

.dashboard-card p{

font-size:18px;

font-weight:600;

margin:0;

}
  .monitor-card{

background:white;

border-radius:20px;

padding:20px;

box-shadow:0 10px 25px rgba(0,0,0,.08);

overflow:hidden;

}

.monitor-card h4{

margin-bottom:20px;

font-weight:700;

}

.monitor-card iframe{

border-radius:15px;

width:100%;

}
  .running-info{

background:#0056b3;

color:white;

padding:12px;

font-weight:600;

}
  .service-card{

display:block;

background:rgba(255,255,255,.96);

border-radius:24px;

padding:35px;

text-align:center;

transition:.35s;

box-shadow:0 10px 35px rgba(0,0,0,.08);

border:1px solid rgba(255,255,255,.4);

}

.service-card:hover{

transform:translateY(-12px);

box-shadow:0 35px 70px rgba(11,61,145,.18);

text-decoration:none;

}

.service-icon{

font-size:55px;

margin-bottom:20px;

}
  body{

background:var(--light);

font-family:'Inter',sans-serif;

color:var(--text);

}
  #header{

background:rgba(11,61,145,.96);

backdrop-filter:blur(18px);

box-shadow:0 8px 30px rgba(0,0,0,.12);

position:sticky;

top:0;

z-index:9999;

}

.navbar-brand{

color:white!important;

}

.navbar-brand .logo-text{

color:white;

font-size:22px;

font-weight:700;

}

.navbar-brand .logo-subtitle{

color:#dbeafe;

}

.navbar-nav .nav-link{

color:white!important;

padding:15px;

font-weight:600;

transition:.3s;

}

.navbar-nav .nav-link:hover{

color:var(--gold)!important;

}
  #hero{

position:relative;

height:90vh;

overflow:hidden;

}

#hero:before{

content:"";

position:absolute;

left:0;

top:0;

width:100%;

height:100%;

background:linear-gradient(120deg,
rgba(11,61,145,.92),
rgba(0,174,239,.65));

z-index:2;

}

.hero-info{

position:absolute;

z-index:5;

top:50%;

left:50%;

transform:translate(-50%,-50%);

text-align:center;

width:100%;

color:white;

}

.hero-title{

font-size:60px;

font-weight:800;

text-shadow:0 6px 20px rgba(0,0,0,.4);

}

.hero-subtitle{

font-size:22px;

opacity:.95;

}
  .smart-card,
.service-card,
.stat-card{

background:white;

border-radius:25px;

padding:35px;

transition:.4s;

box-shadow:var(--shadow);

border:none;

}

.smart-card:hover,
.service-card:hover,
.stat-card:hover{

transform:translateY(-10px);

box-shadow:0 30px 60px rgba(11,61,145,.18);

}
  .section-title h2{

font-size:42px;

font-weight:800;

color:var(--primary);

position:relative;

display:inline-block;

}

.section-title h2:after{

content:"";

width:80px;

height:5px;

background:var(--gold);

display:block;

margin:15px auto;

border-radius:20px;

}
  .stat-card{

text-align:center;

}

.stat-card h3{

font-size:42px;

font-weight:800;

color:var(--primary);

}

.stat-icon{

font-size:55px;

margin-bottom:20px;

}
  #footer{

background:#06152F;

color:white;

}

#footer h5{

color:white;

font-weight:700;

}

#footer a{

color:#bcd7ff;

}

#footer a:hover{

color:var(--gold);

}
.smart-card,
.service-card,
.stat-card{

animation:fadeUp .8s ease;

}

@keyframes fadeUp{

from{

opacity:0;

transform:translateY(60px);

}

to{

opacity:1;

transform:translateY(0);

}
.hero-button{

margin-top:35px;

}

.btn-smart{

display:inline-block;

padding:16px 35px;

background:#FFC107;

color:#16213E;

font-weight:700;

border-radius:50px;

margin:10px;

transition:.3s;

text-decoration:none;

}

.btn-smart:hover{

background:white;

color:#0B3D91;

transform:translateY(-5px);

}

.btn-smart-outline{

display:inline-block;

padding:16px 35px;

border:2px solid white;

color:white;

border-radius:50px;

margin:10px;

font-weight:700;

transition:.3s;

text-decoration:none;

}

.btn-smart-outline:hover{

background:white;

color:#0B3D91;

}
  .service-card{

background:rgba(255,255,255,.96);

backdrop-filter:blur(15px);

border:1px solid rgba(255,255,255,.5);

}

.service-card:hover{

background:#0B3D91;

color:white;

}

.service-card:hover h5{

color:white;

}

.service-card:hover p{

color:white;

}

.service-card:hover .service-icon{

transform:scale(1.2);

transition:.4s;

}
.dashboard-title{

font-size:46px;

font-weight:800;

color:#0B3D91;

margin-bottom:15px;

}

.dashboard-title span{

color:#FFC107;

}
.floating-wa{

position:fixed;

right:25px;

bottom:25px;

width:65px;

height:65px;

background:#25D366;

border-radius:50%;

display:flex;

justify-content:center;

align-items:center;

font-size:34px;

color:white;

box-shadow:0 15px 35px rgba(0,0,0,.25);

z-index:99999;

text-decoration:none;

animation:float 2s infinite;

}

@keyframes float{

0%{transform:translateY(0);}

50%{transform:translateY(-8px);}

100%{transform:translateY(0);}

}
#header{

transition:.4s;

}

.header-scroll{

background:#0B3D91!important;

box-shadow:0 12px 30px rgba(0,0,0,.2);

}
.hero-content{
    max-width:850px;
    margin:auto;
    text-align:center;
    color:#fff;
    padding-top:140px;
}

.hero-badge{
    display:inline-block;
    background:rgba(255,255,255,.15);
    backdrop-filter:blur(10px);
    padding:10px 22px;
    border-radius:50px;
    margin-bottom:25px;
    font-weight:600;
    letter-spacing:1px;
}

.hero-main-title{
    font-size:64px;
    font-weight:800;
    line-height:1.1;
    margin-bottom:25px;
    color:#fff;
}

.hero-main-subtitle{
    font-size:22px;
    color:#eee;
    margin-bottom:40px;
}

.hero-buttons{

display:flex;

justify-content:center;

gap:20px;

flex-wrap:wrap;

}

.hero-buttons .btn{

border:none;

border-radius:60px;

padding:16px 38px;

font-size:17px;

font-weight:700;

transition:.35s;

box-shadow:0 15px 40px rgba(0,0,0,.25);

}

.hero-buttons .btn:hover{

transform:translateY(-8px);

box-shadow:0 30px 60px rgba(0,0,0,.35);

}
}

.hero-buttons .btn{
    border-radius:50px;
    padding:14px 30px;
    font-weight:700;
    box-shadow:0 10px 30px rgba(0,0,0,.25);
}

.running-info{
    background:#072a63;
    color:#fff;
    padding:10px 0;
    font-weight:600;
}
  /* ===============================
   PREMIUM HERO
================================ */

#hero{
    position:relative;
    height:100vh;
    overflow:hidden;
}

#hero::before{

    content:"";

    position:absolute;

    inset:0;

    background:linear-gradient(
        135deg,
        rgba(8,28,68,.90),
        rgba(11,61,145,.72),
        rgba(14,116,144,.65)
    );

    z-index:2;

}

.hero-info{

    position:absolute;

    inset:0;

    display:flex;

    align-items:center;

    justify-content:center;

    z-index:10;

}

.hero-content{

    max-width:900px;

    margin:auto;

    text-align:center;

    color:#fff;

}

.hero-badge{

    display:inline-block;

    background:rgba(255,255,255,.15);

    border:1px solid rgba(255,255,255,.3);

    backdrop-filter:blur(15px);

    padding:12px 28px;

    border-radius:100px;

    margin-bottom:30px;

    font-weight:700;

    letter-spacing:1px;

}

.hero-main-title{

    font-size:72px;

    font-weight:800;

    line-height:1.05;

    margin-bottom:25px;

}

.hero-main-subtitle{

    font-size:22px;

    line-height:1.8;

    opacity:.95;

    margin-bottom:45px;

}
.dashboard-card{

background:white;

padding:45px;

border-radius:25px;

text-align:center;

transition:.35s;

box-shadow:0 12px 35px rgba(0,0,0,.08);

}

.dashboard-card:hover{

transform:translateY(-10px);

box-shadow:0 35px 60px rgba(11,61,145,.18);

}

.dashboard-icon{

font-size:60px;

margin-bottom:20px;

}

.dashboard-card h2{

font-size:52px;

font-weight:800;

color:#0B3D91;

}

.dashboard-card p{

font-weight:600;

color:#64748B;

}
#header{

position:fixed;

width:100%;

top:0;

left:0;

z-index:999;

transition:.35s;

}

.header-scroll{

background:#081C44;

box-shadow:0 15px 45px rgba(0,0,0,.2);

backdrop-filter:blur(18px);

}

.header-scroll .navbar{

padding:8px 0;

}
#footer{

background:linear-gradient(

135deg,

#081C44,

#0B3D91

);

color:white;

}

#footer h5{

font-weight:700;

margin-bottom:25px;

}

.social-link-small{

width:45px;

height:45px;

display:inline-flex;

align-items:center;

justify-content:center;

border-radius:50%;

background:rgba(255,255,255,.12);

transition:.35s;

margin-right:10px;

}

.social-link-small:hover{

background:#F59E0B;

transform:translateY(-5px);

}
.service-card{

background:#fff;

border-radius:25px;

padding:35px;

text-align:center;

transition:.35s;

box-shadow:0 10px 35px rgba(0,0,0,.08);

border:1px solid rgba(255,255,255,.4);

overflow:hidden;

position:relative;

}

.service-card:hover{

transform:translateY(-12px);

box-shadow:0 20px 50px rgba(11,36,71,.25);

}

.service-card::before{

content:"";

position:absolute;

top:0;

left:0;

height:5px;

width:100%;

background:linear-gradient(90deg,#0B2447,#1E88E5,#00BCD4);

}  
.service-icon{

width:80px;

height:80px;

margin:auto;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

font-size:34px;

background:linear-gradient(135deg,#0B2447,#1565C0);

color:#fff;

margin-bottom:20px;

box-shadow:0 15px 30px rgba(0,0,0,.2);

}
.dashboard-card{

background:#fff;

border-radius:25px;

padding:35px;

text-align:center;

box-shadow:0 15px 40px rgba(0,0,0,.08);

transition:.35s;

}

.dashboard-card:hover{

transform:translateY(-8px);

}

.dashboard-card h2{

font-size:48px;

font-weight:800;

color:#0B2447;

}

.dashboard-icon{

font-size:55px;

margin-bottom:15px;

color:#1565C0;

}
body{

background:#F4F7FA;

}
section{

background:#fff;

margin-bottom:35px;

border-radius:30px;

}
#header{

background:rgba(8,22,48,.55);

backdrop-filter:blur(18px);

-webkit-backdrop-filter:blur(18px);

transition:.4s;

}
.header-scroll{

background:#0B2447!important;

box-shadow:0 10px 40px rgba(0,0,0,.25);

}
.overlay{

background:

linear-gradient(

90deg,

rgba(3,20,45,.90),

rgba(3,20,45,.55)

);

}
.running-info{

background:linear-gradient(90deg,#FFC107,#F57C00);

color:#fff;

font-weight:bold;

padding:12px;

box-shadow:0 5px 20px rgba(0,0,0,.15);

}
.section-title h2{

font-size:42px;

font-weight:800;

color:#0B2447;

position:relative;

}

.section-title h2::after{

content:"";

display:block;

width:80px;

height:5px;

background:#FFC107;

margin:15px auto;

border-radius:30px;

}
#footer{

background:#081630;

color:#fff;

}

#footer h5{

color:#FFC107;

font-weight:700;

}
.floating-wa{

position:fixed;

bottom:30px;

right:30px;

width:65px;

height:65px;

border-radius:50%;

background:#25D366;

display:flex;

align-items:center;

justify-content:center;

font-size:32px;

color:#fff;

z-index:999;

box-shadow:0 10px 35px rgba(0,0,0,.35);

transition:.3s;

}

.floating-wa:hover{

transform:scale(1.1);

}
  .future-transport{

background:#061b3a;

}

.future-card{

display:block;

background:rgba(255,255,255,.05);

backdrop-filter:blur(15px);

padding:30px;

border-radius:20px;

text-align:center;

color:white;

transition:.4s;

border:1px solid rgba(255,255,255,.08);

height:100%;

text-decoration:none;

}

.future-card:hover{

transform:translateY(-12px);

background:linear-gradient(135deg,#0d6efd,#00b4ff);

color:white;

box-shadow:0 20px 50px rgba(0,0,0,.35);

}

.future-icon{

font-size:55px;

margin-bottom:15px;

}

.future-card h4{

font-weight:700;

margin-bottom:10px;

}

.future-card span{

opacity:.8;

font-size:14px;

}
.command-center{

background:#02142a;

padding:80px 0;

}

.command-box{

background:#0b2348;

border-radius:20px;

padding:25px;

color:#fff;

box-shadow:0 15px 35px rgba(0,0,0,.35);

height:100%;

}

#transport-map{

height:600px;

border-radius:15px;

background:#0f305f;

}

.system-status{

list-style:none;

padding:0;

margin:0;

}

.system-status li{

padding:15px 0;

border-bottom:1px solid rgba(255,255,255,.08);

font-size:18px;

}

.online{

width:12px;

height:12px;

display:inline-block;

background:#00ff88;

border-radius:50%;

margin-right:10px;

box-shadow:0 0 10px #00ff88;

}

.warning{

width:12px;

height:12px;

display:inline-block;

background:#ffc107;

border-radius:50%;

margin-right:10px;

box-shadow:0 0 10px #ffc107;

}
.live-center{

background:linear-gradient(180deg,#02162f,#04244b);

padding:70px 0;

}

.live-card{

background:rgba(255,255,255,.05);

border:1px solid rgba(255,255,255,.08);

border-radius:20px;

padding:35px;

text-align:center;

transition:.4s;

backdrop-filter:blur(20px);

}

.live-card:hover{

transform:translateY(-10px);

background:#0d6efd;

box-shadow:0 20px 50px rgba(0,0,0,.35);

}

.live-icon{

font-size:60px;

margin-bottom:15px;

}

.live-value{

font-size:42px;

font-weight:700;

color:#fff;

}

.live-title{

color:#ddd;

margin-top:10px;

font-size:17px;

}
.top-dashboard{

background:#041d44;

padding:20px 0;

box-shadow:0 15px 30px rgba(0,0,0,.2);

}

.top-dashboard a{

display:flex;

flex-direction:column;

align-items:center;

justify-content:center;

color:white;

text-decoration:none;

padding:15px;

border-radius:15px;

transition:.35s;

}

.top-dashboard ion-icon{

font-size:38px;

margin-bottom:10px;

}

.top-dashboard a:hover{

background:#0d6efd;

transform:translateY(-8px);

}
.live-status{

background:#021126;

color:#fff;

padding:12px;

font-size:15px;

}

.live-dot{

width:10px;

height:10px;

background:#00ff5b;

display:inline-block;

border-radius:50%;

margin-right:10px;

animation:pulse 1s infinite;

}

@keyframes pulse{

50%{

transform:scale(1.5);

opacity:.3;

}
.fleet-card{

background:#fff;

padding:35px;

border-radius:20px;

text-align:center;

box-shadow:0 20px 40px rgba(0,0,0,.1);

transition:.3s;

}

.fleet-card:hover{

transform:translateY(-10px);

}

.fleet-card ion-icon{

font-size:55px;

color:#0d6efd;

margin-bottom:20px;

}

.fleet-card h1{

font-size:52px;

font-weight:700;

}
.hero-video{

position:relative;

height:100vh;

overflow:hidden;

}

.hero-video video{

position:absolute;

width:100%;

height:100%;

object-fit:cover;

}

.hero-overlay{

position:absolute;

width:100%;

height:100%;

background:linear-gradient(rgba(0,20,60,.65),rgba(0,40,90,.8));

}

.hero-content{

position:absolute;

top:50%;

left:50%;

transform:translate(-50%,-50%);

text-align:center;

color:white;

z-index:10;

}
  .transport-center{

background:#f5f9fc;

}

.transport-title{

font-size:38px;

font-weight:800;

color:#0b2d52;

margin-bottom:10px;

}

.transport-card{

background:#fff;

border-radius:22px;

padding:35px;

text-align:center;

transition:.35s;

box-shadow:0 12px 30px rgba(0,0,0,.08);

height:100%;

}

.transport-card:hover{

transform:translateY(-12px);

box-shadow:0 30px 50px rgba(0,91,172,.18);

}

.transport-icon{

font-size:55px;

margin-bottom:18px;

}

.transport-card h4{

font-weight:700;

margin-bottom:10px;

color:#003b70;

}

.transport-card p{

color:#666;

margin:0;

}
.live-monitor{

background:#eef5fb;

}

.monitor-box{

background:white;

border-radius:20px;

overflow:hidden;

box-shadow:0 15px 35px rgba(0,0,0,.08);

transition:.3s;

}

.monitor-box:hover{

transform:translateY(-8px);

box-shadow:0 25px 50px rgba(0,91,172,.18);

}

.monitor-header{

background:linear-gradient(90deg,#003b70,#005bac);

color:white;

padding:15px 25px;

display:flex;

justify-content:space-between;

font-weight:700;

}

.monitor-body{

height:320px;

overflow:hidden;

}

.monitor-body img{

width:100%;

height:100%;

object-fit:cover;

}

.status-online{

color:#00ff7f;

font-weight:bold;

}  
  .hero-modern{

height:100vh;

position:relative;

}

.hero-grid{

display:grid;

grid-template-columns:2fr 1fr;

gap:60px;

align-items:center;

min-height:100vh;

}

.hero-left h1{

font-size:68px;

font-weight:900;

line-height:1.1;

margin-bottom:25px;

}

.hero-left p{

font-size:22px;

opacity:.95;

max-width:720px;

}

.hero-card{

background:rgba(255,255,255,.08);

backdrop-filter:blur(25px);

border-radius:30px;

padding:35px;

border:1px solid rgba(255,255,255,.15);

}

.hero-item{

display:flex;

justify-content:space-between;

padding:15px 0;

border-bottom:1px solid rgba(255,255,255,.15);

color:white;

}

.hero-menu{

margin-top:-45px;

position:relative;

z-index:999;

}

.hero-menu .row{

background:white;

border-radius:30px;

padding:25px;

box-shadow:0 20px 60px rgba(0,0,0,.12);

}

.hero-menu a{

display:flex;

flex-direction:column;

align-items:center;

text-decoration:none;

font-weight:700;

color:#0B3D91;

transition:.35s;

}

.hero-menu ion-icon{

font-size:42px;

margin-bottom:10px;

}

.hero-menu a:hover{

transform:translateY(-8px);

color:#00AEEF;

}
}
