/**
 * DISPERIDAG
 * Ulah pudul
 * version 1.0
 */
@import "https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800&display=swap";
/**
 * Colors
 */
/**
 * Mixins
 */
/**
 * Breakpoints
 */
body {
  font-family: "Poppins", sans-serif; }

a:hover, a:active {
  outline: none; }

input:focus, input:active,
button:focus,
button:active,
textarea:focus,
textarea:active {
  outline: none; }

ul, ol {
  margin-bottom: 0; }

@media (max-width: 767px) {
  .row > div[class*="col-"],
  .row > div[class="col"] {
    padding-left: 8px;
    padding-right: 8px; } }
.bg-purple {
  background-color: purple; }

/**
 * Help Class
 */
.menu > ul, .footer-contact .footer-about,
.footer-contact .footer-list,
.footer-contact .footer-sosmed, .slider-item, .news, .news-img, .news-title, .news-desc, .news-date, .detail-page-backlink, .detail-page-title, .detail-page-content, .shortcut-image, .shortcut-title {
  display: block;
  position: relative; }

.layout {
  width: 100%;
  position: relative;
  padding-left: 16px;
  padding-right: 16px;
  margin-right: auto;
  margin-left: auto; }
  .layout::after {
    content: "";
    clear: both;
    display: block; }
  @media (min-width: 992px) {
    .layout {
      max-width: 1000px; } }
  @media (min-width: 1200px) {
    .layout {
      max-width: 1250px; } }

/**
 * Parents
 */
.top-header,
.menu-primary,
.map-container,
.ikm-list,
.categories-list,
.footer-contact,
.footer-cp,
.bg-profil,
.title-page,
.slider {
  width: 100%;
  position: relative; }
  .top-header::after,
  .menu-primary::after,
  .map-container::after,
  .ikm-list::after,
  .categories-list::after,
  .footer-contact::after,
  .footer-cp::after,
  .bg-profil::after,
  .title-page::after,
  .slider::after {
    content: "";
    clear: both;
    display: block; }
  @media (max-width: 767px) {
    .top-header,
    .menu-primary,
    .map-container,
    .ikm-list,
    .categories-list,
    .footer-contact,
    .footer-cp,
    .bg-profil,
    .title-page,
    .slider {
      padding-left: 16px;
      padding-right: 16px; } }

/**
 * Top Header
 */
.top-header {
  border-bottom: 1px solid #f0f4f9; }
  .top-header .logo,
  .top-header .info-bapokting,
  .top-header .search-top {
    display: flex; }
  .top-header .logo {
    width: 350px; }
    .top-header .logo img {
      max-width: 350px;
      height: auto;
      margin-right: 1rem; }
      @media (max-width: 767px) {
        .top-header .logo img {
          max-width: 250px;
          height: auto; } }
    .top-header .logo-text {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%; }
      .top-header .logo-text span,
      .top-header .logo-text h1 {
        color: #000000; }
      .top-header .logo-text h1 {
        font-size: 1.05rem;
        margin-bottom: 0;
        font-weight: 700; }
        @media (max-width: 767px) {
          .top-header .logo-text h1 {
            font-size: .9rem; } }
      .top-header .logo-text span {
        font-size: .9rem; }
        @media (max-width: 767px) {
          .top-header .logo-text span {
            font-size: .75rem; } }
  .top-header .info-bapokting {
    overflow: hidden;
    border-radius: 24234242rem; }
    @media screen and (max-width: 1080px) {
      .top-header .info-bapokting {
        margin-top: 1rem; } }
    .top-header .info-bapokting-label, .top-header .info-bapokting-info {
      padding: 7px 1rem 3px;
      text-align: center;
      font-size: .8rem; }
    .top-header .info-bapokting-label {
      width: 140px;
      font-weight: 600;
      color: #ffffff;
      background: linear-gradient(to top, #cb1d14, #d91f15);
      border: 1px solid transparent;
      border-right-color: transparent;
      border-top-left-radius: 24234242rem;
      border-bottom-left-radius: 24234242rem; }
      @media (max-width: 767px) {
        .top-header .info-bapokting-label {
          display: none; } }
    .top-header .info-bapokting-info {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 445px;
      overflow: hidden;
      border: 1px solid #f0f4f9;
      border-top-right-radius: 24234242rem;
      border-bottom-right-radius: 24234242rem;
      transition: all ease-in-out .3s; }
      @media (max-width: 767px) {
        .top-header .info-bapokting-info {
          border-radius: 24234242rem;
          font-size: .8rem; } }
      @media (max-width: 1080px) {
        .top-header .info-bapokting-info {
          max-width: 100%; } }
      .top-header .info-bapokting-info span {
        font-weight: 500;
        color: #00428f;
        display: inline-block;
        overflow: hidden;
        max-width: 100%;
        text-overflow: ellipsis;
        white-space: nowrap; }
        .top-header .info-bapokting-info span span {
          color: #4b9c3d; }
  .top-header .search-top {
    width: 250px;
    border-radius: 234234rem;
    border: 1px solid #f3f3f3;
    transition: all ease-in-out .25s; }
    .top-header .search-top:focus-within {
      box-shadow: none;
      border-color: #00428f; }
    @media (max-width: 767px) {
      .top-header .search-top {
        display: none; } }
    .top-header .search-top .form-control {
      width: auto;
      padding: 5px 1rem;
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;
      border-color: transparent;
      border-radius: 0;
      box-shadow: none;
      border-top-left-radius: 234234rem;
      border-bottom-left-radius: 234234rem;
      font-size: .9rem; }
      .top-header .search-top .form-control::-webkit-input-placeholder {
        color: #aaa;
        font-size: .75rem; }
      .top-header .search-top .form-control:-moz-placeholder {
        color: #aaa;
        font-size: .75rem; }
      .top-header .search-top .form-control::-moz-placeholder {
        color: #aaa;
        font-size: .75rem; }
      .top-header .search-top .form-control:-ms-input-placeholder {
        color: #aaa;
        font-size: .75rem; }
    .top-header .search-top .btn-go {
      padding: 3px 10px;
      color: #ffffff;
      color: #ffffff;
      background: linear-gradient(to top, #00428f, #00499e);
      border-top-right-radius: 234234rem;
      border-bottom-right-radius: 234234rem;
      box-shadow: none;
      border-color: transparent; }
      .top-header .search-top .btn-go:hover {
        background-color: #003676; }

/**
 * Button toggle menu
 */
.btn-toggle-menu {
  display: none; }
  @media (max-width: 767px) {
    .btn-toggle-menu {
      display: inline-block;
      width: 35px;
      height: 35px;
      border-radius: .25rem;
      border: 1px solid #e0e2e1;
      line-height: 34px;
      font-size: 1.3rem;
      color: #00428f;
      text-align: center;
      background-color: transparent; } }

/**
 * Menu Primary
 */
.menu-primary {
  box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.1);
  z-index: 2000; }
  @media (max-width: 767px) {
    .menu-primary {
      visibility: hidden;
      opacity: 0;
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: rgba(0, 0, 0, 0.4);
      transition: all ease-in-out .25s;
      overflow: hidden; }
      .menu-primary .menu {
        opacity: 0;
        visibility: hidden;
        transition: all ease-in-out .25s;
        transform: translateX(105%); }
      .menu-primary.opened {
        visibility: visible;
        opacity: 1; }
        .menu-primary.opened .menu {
          opacity: 1;
          visibility: visible;
          transform: translateX(0); }
      .menu-primary > .layout {
        padding: 0; } }

.menu {
  width: 100%;
  position: relative;
  /**
   * Item
   */
  /**
   * Link 
   */
  /**
   * Dropdown
   */
  /**
   * Lev 2
   */
  /**
   * Lev 3
   */ }
  .menu::after {
    content: "";
    clear: both;
    display: block; }
  @media (max-width: 767px) {
    .menu {
      width: 80%;
      height: 100vh;
      float: right;
      background-color: #ffffff;
      overflow-x: hidden;
      overflow-y: auto; } }
  .menu ul {
    padding: 0; }
  .menu-item {
    text-align: left;
    display: inline-block;
    background-color: #ffffff;
    transition: all ease-in-out .25s;
    position: relative;
    margin: 0 20px;
    /**
     * Position options 
     */ }
    @media (max-width: 767px) {
      .menu-item {
        display: block;
        border-bottom: 1px solid #f0f4f9; } }
    .menu-item:last-child {
      border-bottom-left-radius: .25rem;
      border-bottom-right-radius: .25rem; }
    .menu-item:hover {
      color: #00428f;
      text-decoration: none;
      background-color: #f0f4f9; }
    .menu-item.active a {
      color: #00428f;
      font-weight: 600; }
    .menu-item.has-child::before {
      content: "";
      position: absolute;
      right: 10px;
      top: calc(50% - 2px);
      border-top: 5px solid #777;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent; }
    .menu-item.has-child > a {
      padding-right: 2rem; }
    .menu-item.push-left ul {
      right: 100%;
      left: auto; }
      @media (max-width: 767px) {
        .menu-item.push-left ul {
          left: 0;
          right: auto; } }
    .menu-item.push-right ul {
      left: 100%;
      right: auto; }
      @media (max-width: 767px) {
        .menu-item.push-right ul {
          left: 0;
          right: auto; } }
  .menu-link {
    display: block;
    padding: 12px 1rem;
    color: #444444;
    font-size: 1rem;
    position: relative; }
    .menu-link:hover {
      text-decoration: none; }
  .menu ul ul {
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem; }
    @media (max-width: 767px) {
      .menu ul ul {
        display: none; } }
  .menu ul li > ul {
    position: absolute;
    z-index: 300;
    top: 100%;
    width: 230px;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transform: translate(0, 10px);
    transition: all ease-in-out .25s;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.04); }
    @media (max-width: 767px) {
      .menu ul li > ul {
        width: 100%;
        box-shadow: none; } }
  .menu ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0); }
  @media (max-width: 767px) {
    .menu ul li:hover > ul {
      display: block; } }
  .menu ul ul li {
    display: block;
    border-bottom: 1px solid #f0f4f9; }
    .menu ul ul li.has-child::before {
      top: calc(50% - 5px);
      border-top: 5px solid transparent;
      border-left: 5px solid #777;
      border-bottom: 5px solid transparent; }
    .menu ul ul li:last-child {
      border-bottom: none; }
  .menu ul ul li > ul {
    position: absolute;
    z-index: 300;
    top: 0;
    width: 230px;
    visibility: hidden;
    opacity: 0;
    transform: translate(10px, 0);
    transition: all ease-in-out .25s;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.04); }
    @media (max-width: 767px) {
      .menu ul ul li > ul {
        width: 100%;
        box-shadow: none; } }
  .menu ul ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0); }
  .menu ul ul ul li > ul {
    position: absolute;
    z-index: 300;
    top: 0;
    width: 230px;
    visibility: hidden;
    opacity: 0;
    background-color: #232a23;
    transform: translate(10px, 0);
    transition: all ease-in-out .25s;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.04); }
    @media (max-width: 767px) {
      .menu ul ul ul li > ul {
        width: 100%;
        box-shadow: none;
        display: none; } }
  .menu ul ul ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    display: block;
    transform: translate(0, 0); }
    @media (max-width: 767px) {
      .menu ul ul ul li:hover > ul {
        display: block; } }
  @media (max-width: 767px) {
    .menu ul ul > li a {
      padding-left: 1.5rem; }
    .menu ul ul ul > li a {
      padding-left: 1.8rem; }
    .menu ul ul ul ul > li a {
      padding-left: 2.1rem; }
    .menu ul {
      position: relative !important;
      transform: initial !important; } }

/**
 * Maps
 */
.map-container {
  height: 500px; }
  .map-container .container-search {
    z-index: 10; }
  .map-container #map {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  .map-container .filter-box {
    max-width: 460px;
    background-color: #00428f;
    padding: 3rem;
    border-radius: 3rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); }
    @media (max-width: 767px) {
      .map-container .filter-box {
        padding: 1rem;
        border-radius: 1.3rem; } }
    .map-container .filter-box h2,
    .map-container .filter-box p {
      color: #ffffff;
      text-align: center; }
    .map-container .filter-box h2 {
      font-weight: 700;
      font-size: 1.6rem; }
      @media (max-width: 767px) {
        .map-container .filter-box h2 {
          font-size: 1rem; } }
    .map-container .filter-box p {
      font-size: .9rem; }
      @media (max-width: 767px) {
        .map-container .filter-box p {
          font-size: .7rem; } }
    .map-container .filter-box .select2-container {
      font-size: .9rem; }
      .map-container .filter-box .select2-container:focus {
        outline: none !important; }
    .map-container .filter-box .select2-container .select2-selection--single {
      height: 35px; }
      .map-container .filter-box .select2-container .select2-selection--single .select2-selection__rendered {
        padding-left: 10px; }
      .map-container .filter-box .select2-container .select2-selection--single .select2-selection__arrow {
        top: calc(50% - 13px); }
    .map-container .filter-box .select2-container--default .select2-selection--single {
      border-color: transparent;
      border-radius: 0;
      border-top-left-radius: 2243242rem;
      border-bottom-left-radius: 2243242rem;
      border-top-right-radius: 2243242rem;
      border-bottom-right-radius: 2243242rem; }
    .map-container .filter-box .select2-container--default .select2-selection--single .select2-selection__rendered {
      line-height: 35px; }
  .map-container .btn-exec {
    color: #ffffff;
    font-size: .9rem;
    border-radius: 0;
    border-top-right-radius: 2243242rem;
    border-bottom-right-radius: 2243242rem;
    border-top-left-radius: 2243242rem;
    border-bottom-left-radius: 2243242rem;
    background: linear-gradient(to top, #cb1d14, #d91f15); }
  .map-container .form-control {
    border-color: transparent;
    border-radius: 0;
    border-top-left-radius: 2243242rem;
    border-bottom-left-radius: 2243242rem;
    border-top-right-radius: 2243242rem;
    border-bottom-right-radius: 2243242rem; }
    .map-container .form-control::-webkit-input-placeholder {
      color: #aaa;
      font-size: .95rem; }
    .map-container .form-control:-moz-placeholder {
      color: #aaa;
      font-size: .95rem; }
    .map-container .form-control::-moz-placeholder {
      color: #aaa;
      font-size: .95rem; }
    .map-container .form-control:-ms-input-placeholder {
      color: #aaa;
      font-size: .95rem; }

/**
 * Title Section
 */
.title-section {
  font-size: 1.3rem;
  color: #00428f;
  font-weight: 700;
  margin-bottom: .2rem; }
  @media (max-width: 767px) {
    .title-section {
      font-size: 1rem; } }

.subtitle-section {
  font-size: .85rem;
  color: #777; }
  @media (max-width: 767px) {
    .subtitle-section {
      font-size: .75rem; } }

/**
 * IKM LIST
 */
.ikm-list {
  background-color: #fafafa; }

/**
 * Ikm Item
 */
.ikm-item {
  display: flex;
  flex-wrap: wrap;
  border-radius: 1rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
  background-color: #ffffff;
  transition: all ease-in-out .25s; }
  @media (max-width: 767px) {
    .ikm-item {
      margin-bottom: .8rem; } }
  .ikm-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); }
  .ikm-item > div:first-child {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem; }
  .ikm-item > div:first-child {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem; }
  .ikm-item-img, .ikm-item-logo, .ikm-item-name, .ikm-item-desc, .ikm-item-store, .ikm-item-loc {
    flex: 0 0 100%;
    width: 100%;
    padding: 0 1rem .5rem; }
  .ikm-item-img {
    padding: 0; }
    .ikm-item-img img {
      width: 100%;
      height: 150px;
      object-fit: cover;
      border-top-left-radius: 1rem;
      border-top-right-radius: 1rem; }
  .ikm-item-logo {
    position: relative;
    text-align: center;
    margin-top: -35px;
    z-index: 1; }
    .ikm-item-logo .img-pict {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      box-shadow: 0 5px 5px -1px rgba(0, 0, 0, 0.1);
      background-color: #f0f4f9; }
      .ikm-item-logo .img-pict img {
        width: 35px;
        height: 35px;
        object-fit: cover; }
  .ikm-item-name {
    padding-top: .3rem;
    text-align: center; }
    .ikm-item-name h4 {
      color: #444444;
      font-size: .9rem;
      font-weight: 600;
      margin-bottom: 0; }
      @media (max-width: 767px) {
        .ikm-item-name h4 {
          font-size: .75rem; } }
    .ikm-item-name span {
      color: #bcbbbc;
      font-size: .75rem;
      font-weight: 600; }
      @media (max-width: 767px) {
        .ikm-item-name span {
          font-size: .64rem; } }
  .ikm-item-desc {
    text-align: center;
    font-size: .78rem;
    color: #444444; }
    @media (max-width: 767px) {
      .ikm-item-desc {
        display: none; } }
  .ikm-item-loc {
    padding-top: .5rem;
    border-top: 1px solid #f0f4f9;
    text-align: center;
    color: #999;
    font-size: .65rem;
    font-weight: 500;
    line-height: 1.3; }
    .ikm-item-loc > i {
      color: #00428f; }
  .ikm-item-store {
    padding-top: .95rem;
    border-top: 1px solid #f0f4f9;
    text-align: center;
    color: #999;
    font-size: .85rem;
    font-weight: 500;
    line-height: 1.3; }
    .ikm-item-store > i {
      color: #00428f; }

/**
 * Kategori IKM
 */
.category-item {
  display: flex;
  padding: .6rem;
  border-radius: .6rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border: 1px solid #f0f4f9;
  transition: all ease-in-out .25s;
  margin-bottom: 1rem; }
  .category-item:hover {
    background-color: #fafafa; }
  .category-item:hover > .category-item-icon {
    background-color: #ffffff; }
  .category-item-icon {
    width: 60px;
    height: 60px;
    border-radius: .5rem;
    background-color: #f0f4f9;
    position: relative;
    transition: all ease-in-out .25s; }
    .category-item-icon img {
      max-width: 35px;
      height: auto; }
  .category-item-name {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
    .category-item-name span {
      color: #444444;
      font-size: .9rem;
      font-weight: 500;
      display: inline-block;
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      padding-right: 1rem; }

/**
 * Footer Contact
 */
.footer-contact {
  border-top: 1px solid #f0f4f9; }
  @media (max-width: 767px) {
    .footer-contact .footer-about,
    .footer-contact .footer-list,
    .footer-contact .footer-sosmed {
      margin-bottom: 1rem;
      padding-top: 0 !important; } }
  .footer-contact h3 {
    font-size: 1.05rem;
    font-weight: 600; }
    @media (max-width: 767px) {
      .footer-contact h3 {
        font-size: 1rem; } }
  .footer-contact .footer-about-logo {
    display: flex; }
    .footer-contact .footer-about-logo img {
      max-width: 35px;
      height: auto;
      margin-right: 1rem; }
      @media (max-width: 767px) {
        .footer-contact .footer-about-logo img {
          height: 45px; } }
    .footer-contact .footer-about-logo div {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;
      align-self: center; }
      .footer-contact .footer-about-logo div h5 {
        color: #00428f;
        font-weight: 600;
        margin: 0;
        font-size: 1rem; }
      .footer-contact .footer-about-logo div span {
        font-size: .85rem;
        color: #444444; }
  .footer-contact .footer-about-desc {
    margin-top: 1.2rem;
    font-size: .8rem; }
  .footer-contact .footer-list {
    padding-top: 1rem; }
    .footer-contact .footer-list ul {
      display: block;
      padding: 0;
      list-style: none; }
      .footer-contact .footer-list ul li {
        display: inherit; }
      .footer-contact .footer-list ul a {
        color: #444444;
        font-size: .8rem; }
        .footer-contact .footer-list ul a:hover {
          color: #00428f; }
  .footer-contact .footer-sosmed {
    padding-top: 1rem; }
    .footer-contact .footer-sosmed ul {
      list-style: none;
      display: block;
      padding: 0; }
      .footer-contact .footer-sosmed ul li {
        display: inline-block;
        margin: 0 5px; }
        .footer-contact .footer-sosmed ul li:first-child {
          margin-left: 0; }
      .footer-contact .footer-sosmed ul a {
        width: 35px;
        height: 35px;
        display: block;
        border-radius: 50%;
        background-color: #444444;
        font-size: 1rem;
        color: #ffffff;
        text-align: center;
        line-height: 35px; }
        .footer-contact .footer-sosmed ul a:hover {
          background-color: #00428f;
          text-decoration: none; }

/**
 * Footer Copyright
 */
.footer-cp {
  padding: 8px 1rem;
  text-align: center;
  background-color: #f0f4f9; }
  @media (max-width: 767px) {
    .footer-cp {
      line-height: 1.2; } }
  .footer-cp span {
    color: #444444;
    font-size: .8rem; }

/**
 * Detail IKM
 */
.bg-profil-color {
  background-color: #3382E1;
  min-height: 550px; }

.bg-profil {
  display: flex;
  flex-direction: column;
  min-height: 340px;
  background: #00428f url("../img/camera.png") no-repeat center top 100px;
  background-size: 60px 60px; }
  .bg-profil.has-image {
    background-position: center center;
    background-size: cover; }
    .bg-profil.has-image .bg-profil-bar {
      background-color: rgba(0, 0, 0, 0.6); }
  .bg-profil-bar {
    padding: .6rem 0;
    margin-bottom: 0;
    margin-top: auto;
    background-color: rgba(255, 255, 255, 0.06); }
    .bg-profil-bar .profil-img,
    .bg-profil-bar .profil-menu {
      display: flex; }
    .bg-profil-bar .profil-img-holder {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background-color: #f0f4f9;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media (max-width: 767px) {
        .bg-profil-bar .profil-img-holder {
          width: 40px;
          height: 40px; } }
      .bg-profil-bar .profil-img-holder img {
        max-width: 40px;
        height: auto; }
        @media (max-width: 767px) {
          .bg-profil-bar .profil-img-holder img {
            max-width: 30px; } }
    .bg-profil-bar .profil-img-info {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;
      align-self: center; }
      .bg-profil-bar .profil-img-info h4,
      .bg-profil-bar .profil-img-info span {
        color: #ffffff;
        margin: 0; }
      .bg-profil-bar .profil-img-info h4 {
        font-size: 1.1rem;
        font-weight: 500; }
      .bg-profil-bar .profil-img-info span {
        font-size: .75rem;
        font-weight: 300; }
      @media (max-width: 767px) {
        .bg-profil-bar .profil-img-info {
          margin-bottom: 1rem; }
          .bg-profil-bar .profil-img-info h4 {
            font-size: .9rem; }
          .bg-profil-bar .profil-img-info span {
            font-size: .65rem; } }
    .bg-profil-bar .profil-menu ul {
      display: flex;
      flex-wrap: wrap;
      list-style: none; }
      .bg-profil-bar .profil-menu ul li {
        flex: 0 0 auto;
        width: auto;
        margin: 0 1rem; }
      .bg-profil-bar .profil-menu ul a {
        display: block;
        padding: .3rem 0;
        color: #ffffff;
        font-size: .85rem;
        transition: all ease-in-out .25s; }
        .bg-profil-bar .profil-menu ul a:hover {
          text-decoration: none;
          box-shadow: 0 2px 0 0 #ffffff; }
    @media (max-width: 767px) {
      .bg-profil-bar .profil-menu {
        padding: .45rem 0 0;
        border-top: 1px solid rgba(255, 255, 255, 0.6); }
        .bg-profil-bar .profil-menu ul {
          justify-content: center;
          align-items: center; } }

/**
 * Profil Info
 */
.profil {
  display: block;
  /**
   * Produk image
   */ }
  .profil.description .txt-jml,
  .profil.description .subtitle-jml {
    display: block; }
  .profil.description .txt-jml {
    font-size: 1.7rem;
    color: #00428f;
    font-weight: 600; }
  .profil.description .subtitle-jml {
    color: #444444;
    font-size: .7rem; }
  .profil.description p {
    color: #444444;
    font-size: .8rem;
    margin-bottom: 10px;
    text-align: justify; }
  .profil.description .marketplace-list {
    display: flex;
    list-style: none; }
    .profil.description .marketplace-list-item {
      display: inline-block;
      margin-right: 1rem; }
      .profil.description .marketplace-list-item:last-child {
        padding-left: 0; }
      .profil.description .marketplace-list-item img {
        max-width: 30px;
        height: auto; }
  .profil.produk h3 {
    color: #777;
    font-size: 1.2rem;
    font-weight: 600; }
  .profil.produk .row {
    margin-left: -5px;
    margin-right: -5px; }
    .profil.produk .row > div[class*="col-"] {
      padding-left: 5px;
      padding-right: 5px;
      margin-bottom: 10px; }
  .profil.produk img {
    border-radius: .25rem;
    width: 100%;
    height: 80px;
    object-fit: cover; }
  .profil.map iframe {
    width: 100%;
    height: 250px;
    border-radius: .25rem;
    position: relative;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }

/**
 * Produk
 */
.product {
  display: flex;
  flex-direction: column;
  border-radius: 1rem;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 250px;
  margin-bottom: 2rem;
  transition: all ease-in-out .25s; }
  .product:hover {
    transform: translate(0, -5px); }
  .product-name {
    margin-bottom: 0;
    margin-top: auto;
    display: flex;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 0 1rem;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem; }
  .product-title, .product-price {
    color: #ffffff;
    font-weight: 500;
    padding: .6rem 0;
    line-height: 1.3; }
  .product-title {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    font-size: .8rem; }
  .product-price {
    width: auto;
    margin-left: .6rem;
    font-size: 1rem;
    align-self: center; }

/**
 * Profil Ikm Kontak
 */
.map-profil-contact {
  width: 350px;
  height: auto;
  position: relative;
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  margin-bottom: 1rem;
  background-color: #ffffff; }
  @media (max-width: 767px) {
    .map-profil-contact {
      width: 100%; } }
  .map-profil-contact > div:first-child {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem; }
  .map-profil-contact > div:last-child {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem; }
  .map-profil-contact-map, .map-profil-contact-desc {
    display: block; }
  .map-profil-contact-map {
    overflow: hidden; }
    .map-profil-contact-map iframe {
      width: 100%;
      height: 180px; }
  .map-profil-contact-desc {
    padding: 1rem;
    /**
     * Sosmed List
     */ }
    .map-profil-contact-desc h6 {
      font-size: .9rem;
      font-weight: 600;
      color: #00428f; }
    .map-profil-contact-desc span {
      display: flex;
      margin-bottom: .5rem;
      line-height: 1.3; }
      .map-profil-contact-desc span p {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
        margin: 0;
        color: #444444;
        font-size: .75rem; }
      .map-profil-contact-desc span i {
        display: inline-block;
        width: 30px;
        font-size: 1rem;
        color: #00428f; }
    .map-profil-contact-desc ul {
      display: block;
      list-style: none;
      padding: 0; }
      .map-profil-contact-desc ul li {
        display: inline-block; }
      .map-profil-contact-desc ul a {
        width: 30px;
        height: 30px;
        display: block;
        font-size: 1rem;
        text-align: center;
        line-height: 30px;
        border-radius: 30px;
        color: #ffffff;
        background-color: #444444; }
        .map-profil-contact-desc ul a:hover {
          background-color: #00428f; }

.panel-filter-produk {
  width: 350px;
  height: auto;
  position: relative;
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  margin-bottom: 1rem;
  background-color: #ffffff;
  padding: 10px; }
  @media (max-width: 767px) {
    .panel-filter-produk {
      width: 100%; } }
  .panel-filter-produk > div:first-child {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem; }
  .panel-filter-produk > div:last-child {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem; }
  .panel-filter-produk .btn-exec {
    flex: 0 0 100%;
    width: 100%;
    padding: 10px;
    color: #ffffff;
    font-size: .9rem;
    border-radius: 0;
    background: linear-gradient(to top, #cb1d14, #d91f15); }

/**
 * Slider
 */
.slider {
  max-height: 600px; }
  .slider-item img {
    width: 100%;
    height: auto; }

/**
 * Form Kontak
 */
.form-contact-profil {
  display: block;
  background-color: #ffffff;
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
  margin: 20px;
  padding: 20px; }
  .form-contact-profil > div:first-child {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem; }
  .form-contact-profil > div:last-child {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem; }
  .form-contact-profil-header, .form-contact-profil-body {
    display: block;
    padding: .6rem 1rem; }
  .form-contact-profil-header {
    border-bottom: 1px solid #f0f4f9; }
  .form-contact-profil-body .form-control {
    box-shadow: none;
    border-radius: .2rem;
    border-color: #eaeaea; }
    .form-contact-profil-body .form-control:focus {
      border-color: #00428f; }
    .form-contact-profil-body .form-control::-webkit-input-placeholder {
      font-size: .8rem;
      color: #aaaaaa; }
    .form-contact-profil-body .form-control:-moz-placeholder {
      font-size: .8rem;
      color: #aaa; }
    .form-contact-profil-body .form-control::-moz-placeholder {
      font-size: .8rem;
      color: #aaa; }
    .form-contact-profil-body .form-control:-ms-input-placeholder {
      font-size: .8rem;
      color: #aaa; }
  .form-contact-profil-body .btn-send {
    background-color: #00428f;
    color: #ffffff;
    border-radius: .2rem;
    box-shadow: none; }
    .form-contact-profil-body .btn-send:hover, .form-contact-profil-body .btn-send:focus {
      background-color: #003676; }

/**
 * Title Page
 */
.title-page {
  min-height: 170px;
  background-color: #00428f; }
  .title-page h3 {
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 600; }

/**
 * Berita
 */
.berita-big {
  border-radius: 1rem;
  position: relative;
  overflow: hidden; }
  .berita-big img {
    width: 100%;
    object-fit: cover;
    object-position: center center; }
  .berita-big-caption {
    position: absolute;
    width: 100%;
    padding: 1rem;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent); }
    .berita-big-caption .link,
    .berita-big-caption .date {
      display: block;
      line-height: 1.3;
      color: #ffffff;
      font-weight: 600; }
    .berita-big-caption .link {
      font-size: 1rem; }
      .berita-big-caption .link:hover {
        text-decoration: underline; }
    .berita-big-caption .date {
      font-size: .75rem; }

/**
 * News Card
 */
.news-card {
  position: relative;
  margin-bottom: 1.5rem; }
  .news-card:last-child {
    margin-bottom: 0; }
  .news-card-info {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
    .news-card-info .link,
    .news-card-info .date {
      display: block;
      line-height: 1.3;
      font-weight: 600; }
    .news-card-info .link {
      font-size: .9rem;
      color: #444444; }
      .news-card-info .link:hover {
        text-decoration: underline; }
    .news-card-info .date {
      font-size: .75rem;
      color: #777; }
  .news-card-img {
    width: 100px; }
    .news-card-img img {
      max-width: 100%;
      height: 70px;
      object-fit: cover;
      border-radius: .6rem; }

/**
 * News
 */
.news {
  margin-bottom: 1rem; }
  .news-img, .news-title, .news-desc, .news-date {
    margin-bottom: .5rem; }
  .news-img {
    height: 160px; }
    .news-img img {
      width: 100%;
      height: 100%;
      border-radius: 1rem; }
  .news-title {
    color: #00428f;
    font-size: .85rem;
    font-weight: 600;
    line-height: 1.3; }
    .news-title:hover {
      text-decoration: underline; }
  .news-date {
    font-size: .8rem;
    color: #777; }
  .news-desc {
    font-size: .85rem;
    color: #444444; }

/**
 * Detail Berita
 */
.detail-page {
  width: 100%;
  position: relative; }
  .detail-page::after {
    content: "";
    clear: both;
    display: block; }
  .detail-page-backlink, .detail-page-title, .detail-page-content {
    margin-bottom: .5rem; }
  .detail-page-backlink a {
    color: #777;
    font-size: .9rem; }
    .detail-page-backlink a:hover {
      color: #444444; }
  .detail-page-title h2 {
    color: #00428f;
    font-size: 1.6rem;
    font-weight: 600; }
  .detail-page-content {
    font-size: .9rem;
    color: #444444;
    text-align: justify; }
    .detail-page-content img {
      float: left;
      max-width: 100%;
      margin-bottom: 1rem;
      margin-right: 1.2rem;
      border-radius: 1rem; }

/**
 * Shortcuts
 */
.shortcuts {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }

.shortcut {
  display: flex;
  position: relative;
  flex-direction: column;
  min-height: 220px;
  overflow: hidden;
  border-radius: 1.5rem; }
  @media (max-width: 767px) {
    .shortcut {
      margin-bottom: 1rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .shortcut {
      margin-bottom: 1rem; } }
  .shortcut:hover {
    text-decoration: none; }
  .shortcut-image, .shortcut-title {
    text-align: center; }
  .shortcut-image {
    margin-top: auto;
    margin-bottom: 0; }
    .shortcut-image img {
      max-width: 80px;
      height: auto; }
  .shortcut-title {
    margin-bottom: 2rem;
    margin-top: auto; }
    .shortcut-title span {
      display: block;
      color: #ffffff;
      font-size: .85rem;
      font-weight: 500;
      line-height: 1.3; }

/**
 * Sambutan
 */
.sambutan {
  display: flex;
  max-width: 1000px; }
  .sambutan-text, .sambutan-img {
    position: relative; }
  .sambutan-img {
    width: 180px; }
    .sambutan-img img {
      max-width: 100%;
      height: auto;
      border-radius: .25rem; }
  .sambutan-text {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
    .sambutan-text .title,
    .sambutan-text .name,
    .sambutan-text .desc {
      display: block; }
    .sambutan-text .title {
      font-size: .75rem;
      color: #232a23;
      font-weight: 600;
      margin-bottom: .5rem; }
    .sambutan-text .name {
      color: #00428f;
      font-size: .9rem;
      font-weight: 700; }
    .sambutan-text .desc {
      font-size: .85rem;
      color: #777; }

/**
 * Info
 */
.info-terkini {
  display: flex;
  margin-bottom: 1rem; }
  .info-terkini-img {
    width: 100px; }
    .info-terkini-img img {
      width: 100%;
      height: auto;
      border-radius: .25rem; }
  .info-terkini-desc {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
    .info-terkini-desc .title,
    .info-terkini-desc .date {
      display: block; }
    .info-terkini-desc .title {
      color: #232a23;
      font-size: 1.15rem;
      font-weight: 600; }
      .info-terkini-desc .title:hover {
        color: #000000; }
    .info-terkini-desc .date {
      font-size: .8rem;
      color: #777; }

/*# sourceMappingURL=style.min.css.map */
