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 */
