h1, h2, h3, h4, h5, h6 {
  font-family: "Faustina", Sans-serif; }

h1 {
  font-size: 48px;
  font-style: normal;
  font-weight: 700; }

h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700; }

h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700; }

h4 {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  font-family: "Karla", Sans-serif; }

h5 {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  font-family: "Karla", Sans-serif; }

h6 {
  font-size: 14px;
  margin-bottom: 2em;
  font-size: normal;
  font-weight: 700; }

.gradient_primary, .badge-section, .banner, .main-banner-news, .main-banner-detail-news, .footer {
  background: #462F8E;
  background: -webkit-linear-gradient(legacy-direction(135deg), #462F8E, #E22F6E);
  background: linear-gradient(135deg, #462F8E, #E22F6E); }

.gradient_orange {
  background: #462F8E;
  background: -webkit-linear-gradient(legacy-direction(135deg), #462F8E, #F15B2E);
  background: linear-gradient(135deg, #462F8E, #F15B2E); }

.gradient_green {
  background: #462F8E;
  background: -webkit-linear-gradient(legacy-direction(135deg), #462F8E, #47B59B);
  background: linear-gradient(135deg, #462F8E, #47B59B); }

body {
  font-family: "Karla", Sans-serif;
  /*font-size: 24px;*/
  font-size: calc(14px + (24 - 14) * ((100vw - 300px) / (1600 - 300)));
  background-color: #ffffff;
  color: #414241; }
  @media (min-width: 320px) and (max-width: 720px) {
    body {
      background-color: #ffffff; } }

@media only screen and (min-device-width: 1600px) {
  .container {
    max-width: calc(100% - 250px); } }
ul {
  list-style: none; }

a {
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s; }

p {
  margin: 0; }

.p-t-20 {
  padding-top: 20px; }

.no-padding {
  padding: 0 !important; }

.section-padding {
  padding: 80px 0; }
  @media (min-width: 320px) and (max-width: 720px) {
    .section-padding {
      padding: 20px 0; } }

.section-padding-bottom {
  padding-bottom: 80px; }

.section-padding-md {
  padding: 40px 0; }

.btn.see-more {
  margin-top: 40px; }

.btn {
  padding: 5px 30px !important;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  text-shadow: 0 0 0 !important;
  font-weight: bold; }
  .btn:hover {
    color: #ffffff !important; }

.btn-full {
  width: 100%; }

.btn-large {
  /*padding: 15px 65px !important;*/ }

.btn-medium {
  padding: 10px 45px !important; }

.btn-primary {
  background-color: #462F8E; }
  .btn-primary:hover {
    background-color: ligthen(#462F8E, 10); }

.btn-red {
  background-color: #E22F6E; }

.btn-green {
  background-color: #2D8F46; }
  .btn-green:hover {
    background-color: #49b89e; }

.btn-green-outline {
  border-color: #2D8F46;
  color: #2D8F46;
  background-color: #ffffff; }
  .btn-green-outline:hover {
    background-color: #49b89e; }

.btn-orange {
  background-color: #F15B2E; }

.btn-light-green {
  background-color: #47B59B; }

.btn-facebook {
  background-color: #3b5998; }

.btn-google {
  background-color: #f44336; }

.padding-lg {
  margin: 30px 0; }

.padding-bottom-lg {
  padding-bottom: 100px; }

.form-group textarea {
  font-size: 16px; }

.padder-md {
  padding: 40px; }

.m-b-xl {
  margin-bottom: 80px; }

.m-t-xl {
  margin-top: 60px; }

.relative {
  position: relative; }

label {
  font-size: 20px;
  font-family: "Karla", Sans-serif;
  font-weight: 700; }

.form-control {
  font-size: 18px;
  border-color: #414241;
  padding: 10px 15px; }

.tab-content > .tab-pane {
  display: block;
  height: 0;
  overflow: hidden; }

.tab-content > .active {
  height: auto; }

.no-border-form .form-control {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-color: #414241;
  padding: 10px 0;
  outline: none; }
.no-border-form .no-border .form-control {
  border-bottom: none;
  margin-bottom: 20px; }
.no-border-form .form-row .col:first-child {
  padding-right: 0; }
  .no-border-form .form-row .col:first-child .form-control {
    border-right: 1px solid #414241; }
.no-border-form .form-row .col:last-child {
  padding-left: 0; }
  .no-border-form .form-row .col:last-child .form-control, .no-border-form .form-row .col:last-child label {
    padding-left: 20px; }

.form-group, .form-row {
  margin-bottom: 10px; }

.image-medium {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  background-color: #462F8E;
  margin: 0 auto 20px auto;
  width: 148px;
  height: 148px; }
  .image-medium.no-bg {
    background: transparent;
    margin: 0; }
  @media (min-width: 320px) and (max-width: 720px) {
    .image-medium {
      width: 100px;
      height: 100px; } }
  .image-medium img {
    width: 148px;
    height: 148px;
    object-fit: cover;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px; }
    @media (min-width: 320px) and (max-width: 720px) {
      .image-medium img {
        width: 100px;
        height: 100px; } }

.image-small {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  /*background-color: #462F8E;*/
  width: 88px;
  height: 88px; }
  .image-small.circle {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%; }
    .image-small.circle img {
      border-radius: 50%;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%; }
  @media (min-width: 320px) and (max-width: 720px) {
    .image-small {
      margin: 0 auto; } }
  .image-small img {
    width: 88px;
    height: 88px;
    object-fit: cover;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px; }

.flex-row {
  flex-direction: row;
  margin-bottom: 50px; }

.flex {
  display: flex; }

.justify-center {
  display: flex;
  justify-content: space-between;
  margin-top: 30px; }

.justify-around {
  display: flex;
  justify-content: space-around;
  margin-top: 50px; }

.align-center {
  align-items: center; }

.left {
  float: left; }

.right {
  float: right; }

@media (min-width: 320px) and (max-width: 720px) {
  .hide-mobile {
    display: none !important; } }

.show-mobile {
  display: none !important; }
  @media (min-width: 320px) and (max-width: 782px) {
    .show-mobile {
      display: block !important; } }

.unduh-app {
  display: none;
  padding: 20px 15px;
  background: #fff;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  position: fixed;
  bottom: 0;
  width: 100%;
  box-shadow: 0px -3px 4px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px -3px 4px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px -3px 4px 0px rgba(0, 0, 0, 0.2);
  z-index: 10000; }
  @media (min-width: 320px) and (max-width: 768px) {
    .unduh-app {
      display: block; } }
  .unduh-app .container {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .unduh-app .container a.close-app {
      font-size: 20px;
      color: #414241;
      opacity: 1; }
    .unduh-app .container img {
      max-width: 40px; }
    .unduh-app .container .text {
      margin-top: 10px; }
    .unduh-app .container p {
      font-size: 16px;
      font-weight: bold;
      color: #414241;
      line-height: 0;
      margin-bottom: 0; }
    .unduh-app .container span {
      font-size: 12px; }
    .unduh-app .container a.btn {
      width: 90px;
      margin: 0 !important;
      padding: 5px 10px !important; }

.card {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px; }
  .card .card-header {
    background: none;
    max-height: 150px;
    padding: 0;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0; }
    .card .card-header img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .card .card-body h2 {
    font-family: "Karla", Sans-serif; }
  .card .card-body h3 {
    font-family: "Karla", Sans-serif; }
  .card .card-body h5 {
    font-weight: 700;
    font-family: "Karla", Sans-serif; }
  .card .card-body p {
    font-size: 14px;
    line-height: 20px;
    font-family: "Karla", Sans-serif;
    font-style: normal; }
  .card .card-footer {
    background: transparent;
    border: none; }
    .card .card-footer ul {
      padding: 0;
      margin: 0;
      float: left; }
      .card .card-footer ul li {
        float: left;
        line-height: 20px; }
        .card .card-footer ul li a {
          font-size: 16px;
          color: #414241;
          margin-right: 5px; }
          .card .card-footer ul li a:after {
            content: ", "; }
        .card .card-footer ul li:last-child a:after {
          content: ""; }
    .card .card-footer p {
      font-size: 16px;
      color: #414241;
      float: right; }
  .card .card-link {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

.card-shadow {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 60px;
  background-color: #ffffff; }
  .card-shadow img {
    max-width: 100%; }

.content-heading {
  padding-top: 50px; }
  .content-heading h2 {
    font-family: "Karla", Sans-serif; }

.content-text {
  padding: 0 50px 50px 50px; }

.img-description {
  font-size: 16px; }

.card-signup {
  float: right;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  width: 450px;
  height: auto;
  padding: 40px; }
  .card-signup.no-shadow {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3); }
  .card-signup h3 {
    font-family: "Karla", Sans-serif;
    font-weight: 700;
    color: #414241;
    margin-bottom: 20px; }
  .card-signup .form-control {
    border-color: #979797;
    margin-bottom: 20px;
    font-size: 14px;
    outline: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px; }
    .card-signup .form-control::-webkit-input-placeholder {
      color: #979797;
      font-family: "Karla", Sans-serif;
      font-weight: 400;
      font-size: 14px; }
    .card-signup .form-control:-moz-placeholder {
      color: #979797;
      font-family: "Karla", Sans-serif;
      font-weight: 400;
      font-size: 14px; }
    .card-signup .form-control::-moz-placeholder {
      color: #979797;
      font-family: "Karla", Sans-serif;
      font-weight: 400;
      font-size: 14px; }
    .card-signup .form-control:-ms-input-placeholder {
      color: #979797;
      font-family: "Karla", Sans-serif;
      font-weight: 400;
      font-size: 14px; }
    .card-signup .form-control.no-margin {
      margin-bottom: 0; }
  .card-signup .form-group {
    margin-bottom: 20px; }
    .card-signup .form-group label, .card-signup .form-group a {
      font-size: 12px;
      color: #979797;
      font-weight: 400;
      margin-bottom: 0; }
  .card-signup p {
    color: #979797 !important;
    font-size: 12px !important;
    text-align: center;
    margin-top: 20px; }
    .card-signup p a {
      color: #979797 !important;
      line-height: 20px; }
  .card-signup .btn-google, .card-signup .btn-facebook {
    margin-bottom: 20px; }
    @media (min-width: 320px) and (max-width: 720px) {
      .card-signup .btn-google, .card-signup .btn-facebook {
        padding: 10px 20px !important; } }
    .card-signup .btn-google i, .card-signup .btn-facebook i {
      margin-right: 5px; }
  .card-signup p.line-or {
    font-size: 16px !important;
    color: #979797;
    position: relative;
    margin-bottom: 20px;
    margin-top: 10px !important; }
    .card-signup p.line-or:after {
      content: " ";
      width: 45%;
      height: 1px;
      background-color: #979797;
      position: absolute;
      top: 50%;
      right: 0; }
    .card-signup p.line-or:before {
      content: " ";
      width: 45%;
      height: 1px;
      background-color: #979797;
      position: absolute;
      top: 50%;
      left: 0; }

.content.column {
  margin-left: 30px;
  max-width: 320px; }
  @media (min-width: 320px) and (max-width: 720px) {
    .content.column {
      margin: 0 auto !important;
      max-width: 250px; } }
  .content.column h3 {
    font-family: "Karla", Sans-serif;
    color: #462F8E; }
  .content.column p {
    font-size: 16px;
    font-weight: normal;
    line-height: 26px; }

.page-heading, .page-heading-white, .page-heading-black {
  text-align: center;
  margin-bottom: 40px; }
  @media (min-width: 320px) and (max-width: 720px) {
    .page-heading, .page-heading-white, .page-heading-black {
      margin-bottom: 20px; } }
  .page-heading-md {
    margin-bottom: 10px; }
  .page-heading-lg {
    margin-bottom: 60px; }
    @media (min-width: 320px) and (max-width: 720px) {
      .page-heading-lg {
        margin-bottom: 0; } }
  .page-heading h1, .page-heading-white h1, .page-heading-black h1 {
    color: #462F8E;
    margin-bottom: 50px; }
    @media (min-width: 320px) and (max-width: 720px) {
      .page-heading h1, .page-heading-white h1, .page-heading-black h1 {
        font-size: 36px;
        text-align: center;
        margin-bottom: 40px; } }
    .page-heading h1.lg, .page-heading-white h1.lg, .page-heading-black h1.lg {
      font-size: 72px; }
  .page-heading p, .page-heading-white p, .page-heading-black p {
    color: #414241;
    font-size: 24px;
    line-height: 34px;
    width: 600px;
    margin: 0 auto; }
    @media (min-width: 320px) and (max-width: 720px) {
      .page-heading p, .page-heading-white p, .page-heading-black p {
        font-size: 16px;
        text-align: center;
        width: 100%;
        line-height: 26px;
        margin: 20px 0; } }
  .page-heading p.subtitle, .page-heading-white p.subtitle, .page-heading-black p.subtitle {
    margin-bottom: 20px; }

.page-heading-left {
  margin-bottom: 20px; }
  .page-heading-left h1 {
    font-family: "Karla", Sans-serif;
    font-size: 32px; }
  .page-heading-left .breadcrumb {
    background: transparent;
    padding: 0; }
    .page-heading-left .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
      content: ">"; }
  .page-heading-left p {
    font-size: 20px; }

.card-shadow.no-padding .page-heading, .card-shadow.no-padding .page-heading-white, .card-shadow.no-padding .page-heading-black {
  padding: 60px 0; }

.page-heading-white h1, .page-heading-white p {
  color: #ffffff; }

.padder-lg {
  padding: 80px 60px 180px 60px !important; }

.page-heading-black {
  padding: 60px 0 0px 0 !important; }
  .page-heading-black h1, .page-heading-black p {
    color: #414241; }
  .page-heading-black h1 {
    border-bottom: 1px solid #414241;
    display: inline-block;
    padding-bottom: 20px; }

.margin-top-200 {
  margin-top: -200px !important; }

.header {
  height: 70px;
  z-index: 100;
  position: absolute;
  width: 100%; }
  @media (min-width: 320px) and (max-width: 720px) {
    .header {
      position: fixed;
      width: 100%;
      z-index: 10000;
      top: 0;
      background: #2d2352;
      background: -webkit-linear-gradient(legacy-direction(135deg), #2d2352, #e22f6e);
      background: linear-gradient(135deg, #2d2352, #e22f6e);
      height: 55px; }
      .header .container {
        max-width: 100%; }
      .header.menu-active .container {
        position: fixed;
        top: 0;
        right: 0;
        overflow: scroll;
        height: 100vh;
        max-width: 100%;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
        width: 100%; } }
  @media (min-width: 721px) and (max-width: 767px) {
    .header .container {
      max-width: 660px; } }
  .header .header-logo {
    float: left;
    padding: 20px 0; }
    @media (min-width: 320px) and (max-width: 720px) {
      .header .header-logo {
        float: none;
        text-align: left;
        padding: 10px 20px; } }
    .header .header-logo a.toggle-menu, .header .header-logo a.toggle-close {
      display: none; }
      @media (min-width: 320px) and (max-width: 720px) {
        .header .header-logo a.toggle-menu, .header .header-logo a.toggle-close {
          display: block;
          float: right;
          padding: 5px 20px 5px 20px;
          font-size: 20px;
          color: #ffffff;
          position: relative; } }
    @media (min-width: 320px) and (max-width: 720px) {
      .header .header-logo a.toggle-menu {
        padding: 5px 0px 5px 0px; } }
    @media (min-width: 320px) and (max-width: 720px) {
      .header .header-logo a.toggle-close {
        padding: 5px 10px 5px 20px; } }
    .header .header-logo img {
      max-height: 38px;
      width: auto; }
      @media (min-width: 320px) and (max-width: 720px) {
        .header .header-logo img {
          max-height: 30px; } }
  .header .header-menu {
    float: right; }
    @media (min-width: 320px) and (max-width: 720px) {
      .header .header-menu {
        position: absolute;
        width: 100%;
        top: 0;
        right: -100%;
        background: #2d2352;
        background: -webkit-linear-gradient(legacy-direction(180deg), #2d2352, #e22f6e);
        background: linear-gradient(180deg, #2d2352, #e22f6e);
        z-index: 1001;
        padding-bottom: 30px; } }
    .header .header-menu .header-logo {
      display: none; }
      @media (min-width: 320px) and (max-width: 720px) {
        .header .header-menu .header-logo {
          display: block;
          float: none;
          text-align: left;
          padding: 10px 20px; } }
      @media (min-width: 320px) and (max-width: 720px) {
        .header .header-menu .header-logo img {
          max-height: 30px; } }
    .header .header-menu ul.main-nav {
      margin: 20px 0; }
      @media (min-width: 320px) and (max-width: 720px) {
        .header .header-menu ul.main-nav {
          margin: 20px 0 20px 0;
          padding-left: 0; } }
      .header .header-menu ul.main-nav li {
        float: left; }
        @media (min-width: 320px) and (max-width: 720px) {
          .header .header-menu ul.main-nav li {
            float: none; } }
        .header .header-menu ul.main-nav li.active a {
          border-bottom: 2px solid #ffffff; }
          @media (min-width: 320px) and (max-width: 720px) {
            .header .header-menu ul.main-nav li.active a {
              border-bottom: none; } }
        .header .header-menu ul.main-nav li a {
          color: #ffffff;
          font-size: 16px;
          padding: 10px 0;
          margin: 0 18px;
          font-weight: bold; }
          @media (min-width: 320px) and (max-width: 720px) {
            .header .header-menu ul.main-nav li a {
              font-size: 18px;
              width: 100%;
              padding: 15px 25px;
              margin: 0;
              display: inline-block; } }
          .header .header-menu ul.main-nav li a:not(.btn):hover {
            text-decoration: none;
            border-bottom: 2px solid #ffffff; }
            @media (min-width: 320px) and (max-width: 720px) {
              .header .header-menu ul.main-nav li a:not(.btn):hover {
                border-bottom: 0; } }
          .header .header-menu ul.main-nav li a.btn {
            width: auto;
            padding: 0 30px !important;
            line-height: 40px; }
        .header .header-menu ul.main-nav li a.user.active i {
          font-size: 24px; }
        .header .header-menu ul.main-nav li a.user.active.arrow i {
          font-size: 17px;
          margin: 3px 0 0 10px; }
          @media (min-width: 320px) and (max-width: 720px) {
            .header .header-menu ul.main-nav li a.user.active.arrow i {
              float: right;
              font-size: 20px; } }
        .header .header-menu ul.main-nav li:last-child > a {
          margin-right: 0; }
        .header .header-menu ul.main-nav li.has-submenu {
          position: relative; }
          .header .header-menu ul.main-nav li.has-submenu ul.submenu {
            opacity: 0;
            visibility: hidden;
            position: absolute;
            white-space: nowrap;
            text-align: center;
            padding: 10px;
            right: 0;
            border-radius: 10px;
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
            box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.3);
            -moz-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.3);
            -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.3);
            background-color: #ffffff; }
            @media (min-width: 320px) and (max-width: 720px) {
              .header .header-menu ul.main-nav li.has-submenu ul.submenu {
                background: transparent;
                box-shadow: none;
                -moz-box-shadow: none;
                -webkit-box-shadow: none;
                position: relative;
                padding: 0 35px 0 35px;
                height: auto;
                opacity: 1;
                visibility: visible;
                position: relative;
                display: none;
                padding-bottom: 20px; } }
            .header .header-menu ul.main-nav li.has-submenu ul.submenu li {
              text-align: left;
              float: none;
              padding-bottom: 5px; }
              .header .header-menu ul.main-nav li.has-submenu ul.submenu li a {
                font-size: 16px;
                font-weight: normal;
                color: #414241;
                cursor: pointer;
                text-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
                padding: 0; }
                @media (min-width: 320px) and (max-width: 720px) {
                  .header .header-menu ul.main-nav li.has-submenu ul.submenu li a {
                    color: #ffffff;
                    font-size: 16px;
                    text-shadow: none; } }
                .header .header-menu ul.main-nav li.has-submenu ul.submenu li a:hover {
                  text-decoration: none;
                  border-bottom: 1px solid #414241; }
              @media (min-width: 320px) and (max-width: 720px) {
                .header .header-menu ul.main-nav li.has-submenu ul.submenu li {
                  padding: 5px 20px; } }
              .header .header-menu ul.main-nav li.has-submenu ul.submenu li:last-child {
                padding-bottom: 0; }
          .header .header-menu ul.main-nav li.has-submenu:hover ul.submenu {
            opacity: 1;
            visibility: visible; }
          @media (min-width: 320px) and (max-width: 720px) {
            .header .header-menu ul.main-nav li.has-submenu:last-child {
              display: none; } }
  .header.header-white {
    background-color: #fff; }

.additional-menu {
  display: none;
  border-top: 1px solid #ffffff;
  padding: 20px 0; }
  @media (min-width: 320px) and (max-width: 720px) {
    .additional-menu {
      display: block; } }
  .additional-menu ul {
    padding: 0 25px; }
    .additional-menu ul li a {
      padding: 10px 0;
      display: inline-block;
      width: 100%;
      color: #ffffff;
      font-size: 16px; }
  .additional-menu .select2.mobile {
    float: left;
    width: 200px !important;
    padding-left: 0px; }
  .additional-menu .select2-container--bootstrap {
    width: 200px !important;
    margin-left: 20px; }
  .additional-menu .select2-dropdown--below {
    top: -2.8rem;
    /*your input height*/ }
  .additional-menu .select2-container--bootstrap .select2-selection {
    color: #fff;
    background-color: transparent; }
  .additional-menu .select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
    color: #fff; }
  .additional-menu .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent; }
  .additional-menu .select2-container--bootstrap .select2-results__option, .additional-menu .select2-container--bootstrap .select2-selection {
    font-size: 16px; }
  .additional-menu a.profile {
    padding-left: 25px;
    margin-top: 50px;
    display: inline-block;
    width: 50%;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold; }
  .additional-menu a.btn {
    text-align: center; }

.select2-container--bootstrap {
  z-index: 100000; }

.map {
  width: 100%;
  height: 400px;
  background: #979797; }
  @media (min-width: 320px) and (max-width: 720px) {
    .map {
      height: 400px; } }
  .map.radius {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px; }

.data-wrapper {
  width: 80%;
  padding: 10px 0;
  margin: 0 auto;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-top: -70px;
  background-color: #ffffff; }
  @media (min-width: 320px) and (max-width: 760px) {
    .data-wrapper {
      text-align: center;
      background-color: transparent;
      box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
      -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.5); }
      .data-wrapper .row {
        padding: 0; }
      .data-wrapper h2 {
        font-size: 24px;
        font-family: "Karla", Sans-serif; }
      .data-wrapper p {
        font-size: 16px; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .data-wrapper p {
      font-size: 18px; } }
  .data-wrapper h2, .data-wrapper p {
    text-align: center;
    color: #462F8E; }
  .data-wrapper .item {
    margin: 20px 0;
    border-right: 1px solid #462F8E; }
    @media (min-width: 320px) and (max-width: 760px) {
      .data-wrapper .item {
        width: 33.333%;
        text-align: center;
        background-color: #fff;
        padding: 10px 0;
        box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } }
  @media (min-width: 320px) and (max-width: 760px) {
    .data-wrapper .item:first-child {
      border-radius: 5px 0 0 5px;
      -moz-border-radius: 5px 0 0 5px;
      -webkit-border-radius: 5px 0 0 5px; }
    .data-wrapper .item:last-child {
      border-radius: 0 5px 5px 0;
      -moz-border-radius: 0 5px 5px 0;
      -webkit-border-radius: 0 5px 5px 0; } }
  .data-wrapper .item:last-child {
    border-right: none; }
  .data-wrapper.absolute {
    position: absolute;
    width: 70%;
    left: calc((100% - 70%) / 2);
    right: calc((100% - 70%) / 2);
    z-index: 999; }
    @media (min-width: 320px) and (max-width: 768px) {
      .data-wrapper.absolute {
        width: 90%;
        left: calc((100% - 90%) / 2);
        right: calc((100% - 90%) / 2); }
        .data-wrapper.absolute .item {
          flex: 0 0 33.33333% !important;
          max-width: 33.33333% !important; } }

.tab-wrapper {
  padding: 30px 0; }
  .tab-wrapper.home-tab .nav-pills {
    padding: 0; }
    .tab-wrapper.home-tab .nav-pills .nav-item, .tab-wrapper.home-tab .nav-pills .nav-link {
      margin-right: 0;
      text-align: center; }
      .tab-wrapper.home-tab .nav-pills .nav-item:before, .tab-wrapper.home-tab .nav-pills .nav-link:before {
        display: none; }
      .tab-wrapper.home-tab .nav-pills .nav-item a, .tab-wrapper.home-tab .nav-pills .nav-link a {
        padding: 0;
        margin: 0 auto;
        background-color: #462F8E;
        color: #ffffff;
        font-size: bold;
        font-size: 18px; }
  .tab-wrapper .nav-pills {
    padding: 0 70px; }
    @media (min-width: 320px) and (max-width: 720px) {
      .tab-wrapper .nav-pills {
        padding: 0 0; } }
    .tab-wrapper .nav-pills .nav-item, .tab-wrapper .nav-pills .nav-link {
      width: 72px;
      height: 72px;
      margin-right: calc(24%);
      position: relative; }
      .tab-wrapper .nav-pills .nav-item:last-child, .tab-wrapper .nav-pills .nav-link:last-child {
        margin-right: 0; }
        .tab-wrapper .nav-pills .nav-item:last-child:before, .tab-wrapper .nav-pills .nav-link:last-child:before {
          display: none; }
      .tab-wrapper .nav-pills .nav-item:before, .tab-wrapper .nav-pills .nav-link:before {
        content: ' ';
        position: absolute;
        width: 400%;
        height: 2px;
        background-color: #462F8E;
        left: 71px;
        top: 50% !important; }
        @media (min-width: 320px) and (max-width: 720px) {
          .tab-wrapper .nav-pills .nav-item:before, .tab-wrapper .nav-pills .nav-link:before {
            top: 25% !important; } }
        @media only screen and (min-device-width: 1907px) {
          .tab-wrapper .nav-pills .nav-item:before, .tab-wrapper .nav-pills .nav-link:before {
            width: 510%; } }
    .tab-wrapper .nav-pills .nav-link {
      font-size: 18px;
      border-radius: 50%;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border: 1px solid #462F8E;
      color: #462F8E;
      line-height: 70px;
      padding: 0 25px;
      background-color: #ffffff; }
      .tab-wrapper .nav-pills .nav-link.active {
        background-color: #462F8E;
        color: #ffffff; }
  .tab-wrapper .nav-3 .nav-link.active {
    background-color: transparent;
    border: none; }
  .tab-wrapper .tab-wrapper.award {
    width: 100%; }
    .tab-wrapper .tab-wrapper.award #pills-tabContent2 {
      margin-top: 100px; }
    .tab-wrapper .tab-wrapper.award .nav-pills {
      padding: 0 30px; }
      .tab-wrapper .tab-wrapper.award .nav-pills .nav-item, .tab-wrapper.award .tab-wrapper.award .nav-pills .nav-link {
        width: 180px;
        height: 180px;
        margin-right: calc(10%);
        position: relative; }
        .tab-wrapper .tab-wrapper.award .nav-pills .nav-item:before, .tab-wrapper.award .tab-wrapper.award .nav-pills .nav-link:before {
          top: 25%;
          width: 160%; }
        .tab-wrapper .tab-wrapper.award .nav-pills .nav-item:last-child, .tab-wrapper.award .tab-wrapper.award .nav-pills .nav-link:last-child {
          margin-right: 0; }
          .tab-wrapper .tab-wrapper.award .nav-pills .nav-item:last-child .nav-link .level, .tab-wrapper.award .tab-wrapper.award .nav-pills .nav-link:last-child .nav-link .level {
            margin-top: -5px; }
          .tab-wrapper .tab-wrapper.award .nav-pills .nav-item:last-child .nav-link.active .level, .tab-wrapper.award .tab-wrapper.award .nav-pills .nav-link:last-child .nav-link.active .level {
            margin-top: -55px; }
      .tab-wrapper .tab-wrapper.award .nav-pills .nav-link {
        padding: 0;
        width: 180px;
        height: 180px;
        border: none;
        background: transparent; }
        .tab-wrapper .tab-wrapper.award .nav-pills .nav-link .level {
          margin-top: 0; }
        .tab-wrapper .tab-wrapper.award .nav-pills .nav-link.active .level {
          margin-top: -40px; }
        .tab-wrapper .tab-wrapper.award .nav-pills .nav-link.active::before {
          width: 180px;
          right: -180px;
          top: 35%; }
        .tab-wrapper .tab-wrapper.award .nav-pills .nav-link.active img {
          width: 100%;
          height: 100%; }
        .tab-wrapper .tab-wrapper.award .nav-pills .nav-link.active span {
          background-color: #e95021;
          padding: 3px 10px;
          font-weight: bold;
          color: #fff; }
  .tab-wrapper .tab-content {
    margin-top: 0;
    margin-bottom: 40px; }
  .tab-wrapper #pills-tabContent .tab-pane p {
    width: 220px;
    text-align: center;
    font-size: 16px;
    line-height: 34px;
    margin: 0 auto; }
    @media (min-width: 320px) and (max-width: 720px) {
      .tab-wrapper #pills-tabContent .tab-pane p {
        font-size: 16px;
        line-height: 32px;
        width: 160px; } }
  .tab-wrapper #pills-tabContent2 {
    margin-top: 170px; }
    .tab-wrapper #pills-tabContent2 .tab-pane p {
      text-align: center;
      font-size: 24px;
      line-height: 34px;
      margin: 0 auto;
      padding: 0 5px; }
  .tab-wrapper .nav {
    justify-content: center; }
  .tab-wrapper.tab-about {
    padding: 0; }
    .tab-wrapper.tab-about .nav-about .nav-link {
      font-family: "Karla", Sans-serif;
      font-weight: bold;
      padding-bottom: 3px;
      padding-left: 0;
      padding-right: 0;
      margin: 0 20px;
      font-size: 16px;
      color: #979797;
      line-height: 30px;
      background: none;
      border: none; }
      @media (min-width: 320px) and (max-width: 720px) {
        .tab-wrapper.tab-about .nav-about .nav-link {
          padding-bottom: 10px; } }
      .tab-wrapper.tab-about .nav-about .nav-link:hover {
        background: none;
        color: #462F8E; }
        @media (min-width: 320px) and (max-width: 720px) {
          .tab-wrapper.tab-about .nav-about .nav-link:hover {
            border-bottom: 1px solid #462F8E; } }
      .tab-wrapper.tab-about .nav-about .nav-link.active {
        color: #462F8E;
        background: none;
        border: none;
        border-bottom: 1px solid #462F8E; }
    .tab-wrapper.tab-about .nav-tabs {
      border-bottom: none; }

.mCSB_container {
  overflow: -webkit-paged-x; }

@media (min-width: 320px) and (max-width: 720px) {
  .wrapper-tab-mobile {
    width: 100%;
    max-width: 100%;
    overflow-x: scroll;
    height: 70px;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */ }
    .wrapper-tab-mobile ul {
      width: 430px;
      justify-content: flex-start !important;
      height: 50px; }
      .wrapper-tab-mobile ul li a {
        margin: 0 10px !important; }
        .wrapper-tab-mobile ul li a.active {
          border-bottom: none !important; }
    .wrapper-tab-mobile::-webkit-scrollbar {
      width: 0px;
      height: 6px; }
    .wrapper-tab-mobile .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
      background: #979797;
      height: 3px; }
    .wrapper-tab-mobile .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
      background: #462f8e;
      opacity: 1;
      margin-top: 4px;
      width: 70px;
      border-radius: 0;
      -moz-border-radius: 0;
      -webkit-border-radius: 0; }
    .wrapper-tab-mobile::-webkit-scrollbar-thumb:hover {
      background: #462f8e; }
    .wrapper-tab-mobile .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
      width: 70px !important; }

  .about-wrapper {
    padding-top: 10px; } }
.cara-berkontribusi .tab-wrapper {
  width: 100%; }

@media (min-width: 320px) and (max-width: 782px) {
  .sebaran-data.padding-bottom-lg {
    padding-bottom: 60px; }

  .cara-berkontribusi .tab-wrapper {
    width: 100%;
    overflow: scroll;
    padding-bottom: 20px;
    padding: 20px calc((100% - 40%) / 2); }
    .cara-berkontribusi .tab-wrapper .tab-content {
      width: 940px;
      margin-bottom: 30px; }
      .cara-berkontribusi .tab-wrapper .tab-content .tab-pane .row .col-md-3 {
        flex: 0 0 0;
        max-width: 25%; }
    .cara-berkontribusi .tab-wrapper .nav-pills {
      width: 790px; }
      .cara-berkontribusi .tab-wrapper .nav-pills .nav-item, .cara-berkontribusi .tab-wrapper .nav-pills .nav-link {
        margin-right: calc(13%); }
        .cara-berkontribusi .tab-wrapper .nav-pills .nav-item:before, .cara-berkontribusi .tab-wrapper .nav-pills .nav-link:before {
          width: 150%; }
  .cara-berkontribusi a.see-more {
    margin: 20px 0 20px 0; }

  .navigation {
    position: relative; }
    .navigation a {
      width: 36px;
      height: 36px;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
      background-color: #ffffff;
      position: absolute;
      z-index: 100;
      border-radius: 50%;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      padding: 4px 9px; }
      .navigation a i {
        color: #462f8e;
        font-size: 30px; }
      .navigation a.next {
        right: 15px;
        top: 160px;
        padding: 4px 10px; }
      .navigation a.prev {
        left: 15px;
        top: 160px; }

  .kejelasan .navigation a.next {
    top: 180px; }
  .kejelasan .navigation a.prev {
    top: 180px; }
  .kejelasan .section-overflow {
    width: 100%;
    overflow: scroll;
    padding-bottom: 20px;
    margin-top: 30px; }
  .kejelasan .section-wrapper {
    width: 1600px;
    margin-bottom: 30px; }
    .kejelasan .section-wrapper .col-md-6 {
      flex: 0 0 5%;
      max-width: 100%; }
    .kejelasan .section-wrapper .flex-row {
      flex-direction: column !important;
      margin-bottom: 0; }
  .kejelasan .image-small {
    margin: 0 auto; }
  .kejelasan .content.column {
    margin-left: 0;
    max-width: 80%;
    margin: 0 auto; }
    .kejelasan .content.column h3 {
      font-size: 20px;
      text-align: center;
      margin-top: 20px;
      margin-bottom: 15px; }
    .kejelasan .content.column p {
      text-align: center;
      font-weight: normal;
      line-height: 24px; }
  .kejelasan a.see-more {
    margin: 20px 0 20px 0; }

  .progress-campaign {
    width: 100%;
    overflow: hidden;
    padding: 0px;
    margin-top: 0px;
    max-width: 90%;
    margin: 0 auto;
    text-align: center; }
    .progress-campaign .progress-wrapper {
      width: 1320px;
      margin-bottom: 30px;
      padding: 0; }
      .progress-campaign .progress-wrapper .col-md-4 {
        flex: 0 0 23%;
        max-width: 100%; }
    .progress-campaign .progress {
      margin-bottom: 0 !important; }
    .progress-campaign .slick-initialized {
      margin: 0; }
    .progress-campaign .progress-info {
      text-align: center; }
      .progress-campaign .progress-info span {
        float: none; }

  .kampanye-urundata {
    margin: 0 0 40px 0; }
    .kampanye-urundata .navigation a.next {
      top: 360px; }
    .kampanye-urundata .navigation a.prev {
      top: 360px; } }
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
  .cara-berkontribusi .tab-wrapper {
    padding: 20px calc((100% - 53%) / 2); }

  .cara-berkontribusi.about .tab-wrapper {
    padding: 20px calc((100% - 47%) / 2); }

  .kejelasan .section-overflow {
    padding: 20px calc((100% - 71%) / 2); } }
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (min-width: 320px) and (max-width: 720px) {
  .award.new ul {
    width: 1110px;
    margin-left: calc((100% - 74%) / 2); } }

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
    /*
    .kampanye-urundata{
        .progress-campaign{
            padding: 20px calc((100% - 95%) / 2);
        }
    }


    .about-content{
        .section-overflow{
            padding: 20px calc((100% - 52%) / 2)
        }
    }
    */
  .kontribusi.section-overflow {
    padding: 20px calc((100% - 80%) / 2); }

  .tab-wrapper .award {
    padding: 20px calc((100% - 77%) / 2); } }
@media only screen and (min-device-width: 360px) and (max-device-width: 640px) {
  .cara-berkontribusi .tab-wrapper {
    padding: 20px calc((100% - 46%) / 2); }

  .cara-berkontribusi.about .tab-wrapper {
    padding: 20px calc((100% - 42%) / 2); }

  .kejelasan .section-overflow {
    padding: 20px calc((100% - 63%) / 2); } }
@media only screen and (min-device-width: 360px) and (max-device-width: 640px) and (min-width: 320px) and (max-width: 720px) {
  .award.new ul {
    width: 1110px;
    margin-left: calc((100% - 67%) / 2); } }

@media only screen and (min-device-width: 360px) and (max-device-width: 640px) {
    /*
    .kampanye-urundata{
        .progress-campaign{
            padding: 20px calc((100% - 84%) / 2)
        }
    }


    .about-content{
        .section-overflow{
            padding: 20px calc((100% - 46%) / 2)
        }
    }
    */
  .kontribusi.section-overflow {
    padding: 20px calc((100% - 72%) / 2); }

  .tab-wrapper .award {
    padding: 20px calc((100% - 66%) / 2); } }
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
  .cara-berkontribusi .tab-wrapper {
    padding: 20px calc((100% - 45%) / 2); }

  .cara-berkontribusi.about .tab-wrapper {
    padding: 20px calc((100% - 41%) / 2); }

  .kejelasan .section-overflow {
    padding: 20px calc((100% - 63%) / 2); } }
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (min-width: 320px) and (max-width: 720px) {
  .award.new ul {
    width: 1110px;
    margin-left: calc((100% - 64%) / 2); } }

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
    /*
    .kampanye-urundata{
        .progress-campaign{
            padding: 20px calc((100% - 80%) / 2);
        }
    }


    .about-content{
        .section-overflow{
            padding: 20px calc((100% - 45%) / 2)
        }
    }
    */
  .kontribusi.section-overflow {
    padding: 20px calc((100% - 70%) / 2); }

  .tab-wrapper .award {
    padding: 20px calc((100% - 63%) / 2); } }
@media only screen and (min-device-width: 411px) and (max-device-width: 731px) {
  .cara-berkontribusi .tab-wrapper {
    padding: 20px calc((100% - 41%) / 2); }

  .cara-berkontribusi.about .tab-wrapper {
    padding: 20px calc((100% - 37%) / 2); }

  .kejelasan .section-overflow {
    padding: 20px calc((100% - 55%) / 2); } }
@media only screen and (min-device-width: 411px) and (max-device-width: 731px) and (min-width: 320px) and (max-width: 720px) {
  .award.new ul {
    width: 1110px;
    margin-left: calc((100% - 57%) / 2); } }

@media only screen and (min-device-width: 411px) and (max-device-width: 731px) {
    /*
    .kampanye-urundata{
        .progress-campaign{
            padding: 20px calc((100% - 73%) / 2);
        }
    }


    .about-content{
        .section-overflow{
            padding: 20px calc((100% - 40%) / 2)
        }
    }
    */
  .kontribusi.section-overflow {
    padding: 20px calc((100% - 63%) / 2); }

  .tab-wrapper .award {
    padding: 20px calc((100% - 58%) / 2); } }
#slider-kampanye-detail, #kegunaan-slider, #kontribusi-slider, #kejelasan-slider {
  position: relative;
  width: 100%;
  margin-left: 0; }
  #slider-kampanye-detail a.slick-arrow, #kegunaan-slider a.slick-arrow, #kontribusi-slider a.slick-arrow, #kejelasan-slider a.slick-arrow {
    width: 36px;
    height: 36px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
    position: absolute;
    z-index: 100;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    padding: 4px 9px; }
    #slider-kampanye-detail a.slick-arrow i, #kegunaan-slider a.slick-arrow i, #kontribusi-slider a.slick-arrow i, #kejelasan-slider a.slick-arrow i {
      color: #462f8e;
      font-size: 30px; }
    #slider-kampanye-detail a.slick-arrow.next, #kegunaan-slider a.slick-arrow.next, #kontribusi-slider a.slick-arrow.next, #kejelasan-slider a.slick-arrow.next {
      right: 0;
      top: calc(50% - 36px);
      padding: 4px 10px; }
    #slider-kampanye-detail a.slick-arrow.prev, #kegunaan-slider a.slick-arrow.prev, #kontribusi-slider a.slick-arrow.prev, #kejelasan-slider a.slick-arrow.prev {
      left: 0;
      top: calc(50% - 36px); }

.slider-bullet a.slick-arrow {
  display: none !important; }
@media (min-width: 320px) and (max-width: 1200px) {
  .slider-bullet a.slick-arrow {
    display: block !important;
    width: 44px;
    height: 44px;
    position: absolute;
    z-index: 100;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); }
    .slider-bullet a.slick-arrow i {
      color: #462f8e;
      font-size: 44px; }
    .slider-bullet a.slick-arrow.next {
      right: 0;
      top: calc(70%);
      padding: 4px 10px; }
    .slider-bullet a.slick-arrow.prev {
      left: 10px;
      top: calc(70%); } }

@media (min-width: 320px) and (max-width: 1200px) {
  #cara-kontribusi a.slick-arrow {
    display: block !important;
    width: 44px;
    height: 44px;
    position: absolute;
    z-index: 100;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); }
    #cara-kontribusi a.slick-arrow i {
      color: #462f8e;
      font-size: 44px; }
    #cara-kontribusi a.slick-arrow.next {
      right: 0;
      top: calc(30%);
      padding: 4px 10px; }
    #cara-kontribusi a.slick-arrow.prev {
      left: 10px;
      top: calc(30%); } }

#kejelasan-slider a.slick-arrow.next {
  right: 20px; }
#kejelasan-slider a.slick-arrow.prev {
  left: 20px; }
@media (min-width: 768px) and (max-width: 991px) {
  #kejelasan-slider .col-md-4 {
    flex: 0 0 50% !important;
    max-width: 50% !important; } }

.progress-campaign.map-campaign {
  position: relative;
  display: inline-block;
  width: auto; }
  .progress-campaign.map-campaign .pointer {
    position: absolute;
    bottom: -75px;
    z-index: 0;
    left: 43%; }
    .progress-campaign.map-campaign .pointer img {
      width: 45px;
      height: auto; }
  .progress-campaign.map-campaign .card-body {
    width: 400px;
    max-width: 400px;
    background-color: #fff;
    padding: 20px 30px;
    display: inline-block;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    position: relative; }
    @media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
      .progress-campaign.map-campaign .card-body {
        width: 100%;
        max-width: 100%; } }
    .progress-campaign.map-campaign .card-body h3 {
      font-family: "Karla", Sans-serif;
      font-size: 20px;
      margin-bottom: 0; }
    .progress-campaign.map-campaign .card-body span {
      font-size: 16px; }
    .progress-campaign.map-campaign .card-body p {
      line-height: 18px; }
      .progress-campaign.map-campaign .card-body p span {
        font-size: 14px; }
    .progress-campaign.map-campaign .card-body:after {
      content: '';
      position: absolute;
      bottom: -10px;
      width: 0;
      height: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 10px solid #ffffff;
      left: calc(50% - 10px); }

#pills-tabContent .tab-pane .row .col-md-3 .image-medium {
  transition: .3s; }
  #pills-tabContent .tab-pane .row .col-md-3 .image-medium img {
    transition: .3s; }
#pills-tabContent .tab-pane .row .col-md-3 p {
  transition: .3s; }
#pills-tabContent .tab-pane .row .col-md-3:hover .image-medium {
  width: 160px;
  height: 160px; }
  #pills-tabContent .tab-pane .row .col-md-3:hover .image-medium img {
    width: 160px;
    height: 160px; }
#pills-tabContent .tab-pane .row .col-md-3:hover p {
  font-size: 24px; }

.search {
  padding: 30px 0 0 0;
  margin: 20px 0; }
  .search.news {
    padding-top: 20px;
    margin-bottom: 0; }
    @media (min-width: 320px) and (max-width: 720px) {
      .search.news {
        padding-top: 60px; } }
    @media (min-width: 320px) and (max-width: 720px) {
      .search.news.artikel {
        box-shadow: -1px 2px 9px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: -1px 2px 9px 0px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: -1px 2px 9px 0px rgba(0, 0, 0, 0.2);
        background-color: #fff; } }
    @media (min-width: 320px) and (max-width: 720px) {
      .search.news.artikel .page-heading, .search.news.artikel .page-heading-white, .search.news.artikel .page-heading-black {
        display: none; } }
    @media (min-width: 320px) and (max-width: 720px) {
      .search.news.artikel {
        padding: 30px 0;
        margin-top: 0; } }
    @media (min-width: 320px) and (max-width: 720px) {
      .search.news.artikel .form-group {
        padding: 0 15px; } }
    .search.news.artikel .form-group input[type="text"] {
      width: 100%;
      max-width: 78%; }
      @media (min-width: 320px) and (max-width: 720px) {
        .search.news.artikel .form-group input[type="text"] {
          width: 100%;
          max-width: 100%; } }
    @media (min-width: 320px) and (max-width: 720px) {
      .search.news.artikel .form-group a.btn {
        display: none; } }
    @media (min-width: 320px) and (max-width: 720px) {
      .search.news.artikel .form-group .input-group-addon {
        position: absolute;
        right: 30px;
        top: 5px; } }
    @media (min-width: 320px) and (max-width: 720px) {
      .search.news.artikel a {
        font-size: 16px;
        margin-top: 10px; } }
    @media (min-width: 320px) and (max-width: 720px) {
      .search.news .form-group {
        text-align: center; } }
    .search.news .form-group input[type="text"] {
      background-color: #e6e1f5 !important;
      border-color: #e6e1f5 !important;
      border: none;
      display: inline-block;
      max-width: 35.9999%;
      height: 60px;
      padding-left: 25px;
      margin-right: 20px;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px; }
      .search.news .form-group input[type="text"]::-webkit-input-placeholder {
        color: #8d8f8d;
        font-family: "Karla", Sans-serif;
        font-weight: 400; }
      .search.news .form-group input[type="text"]:-moz-placeholder {
        color: #8d8f8d;
        font-family: "Karla", Sans-serif;
        font-weight: 400; }
      .search.news .form-group input[type="text"]::-moz-placeholder {
        color: #8d8f8d;
        font-family: "Karla", Sans-serif;
        font-weight: 400; }
      .search.news .form-group input[type="text"]:-ms-input-placeholder {
        color: #8d8f8d;
        font-family: "Karla", Sans-serif;
        font-weight: 400; }
      @media (min-width: 320px) and (max-width: 720px) {
        .search.news .form-group input[type="text"] {
          height: 44px;
          padding-left: 10px;
          padding-right: 0;
          margin-right: 0px !important;
          font-size: 16px; }
          .search.news .form-group input[type="text"]::-webkit-input-placeholder {
            color: #8d8f8d;
            font-family: "Karla", Sans-serif;
            font-weight: 400; }
          .search.news .form-group input[type="text"]:-moz-placeholder {
            color: #8d8f8d;
            font-family: "Karla", Sans-serif;
            font-weight: 400; }
          .search.news .form-group input[type="text"]::-moz-placeholder {
            color: #8d8f8d;
            font-family: "Karla", Sans-serif;
            font-weight: 400; }
          .search.news .form-group input[type="text"]:-ms-input-placeholder {
            color: #8d8f8d;
            font-family: "Karla", Sans-serif;
            font-weight: 400; } }
    .search.news .form-group a.btn {
      color: #ffffff;
      font-size: 18px;
      float: right;
      margin-top: 0;
      margin-left: 0; }
    @media (min-width: 320px) and (max-width: 720px) {
      .search.news .form-group.text-right {
        text-align: center !important;
        display: inline-block; } }
    @media (min-width: 320px) and (max-width: 720px) {
      .search.news .form-group input[type="text"] {
        display: inline-block;
        width: 35%;
        margin-left: 0; } }
    @media (min-width: 320px) and (max-width: 720px) {
      .search.news .form-group a.btn {
        width: 20%;
        text-align: center;
        float: none;
        height: 44px;
        font-size: 16px;
        padding: 10px 0 !important;
        margin-left: 0; } }
    .search.news a {
      font-size: 24px;
      color: #414241;
      font-weight: bold;
      padding-bottom: 5px;
      margin-left: 20px;
      margin-top: 30px;
      display: inline-block;
      font-family: "Karla", Sans-serif; }
      .search.news a:hover, .search.news a.active {
        color: #462F8E;
        border-bottom: 2px solid #462F8E;
        text-decoration: none; }
    .search.news .custom-select {
      font-size: 24px;
      color: #414241;
      font-weight: bold;
      margin-top: 30px;
      line-height: 20px;
      background-size: 15px !important; }
  .search .form-group {
    margin-bottom: 0; }
    .search .form-group input[type="text"] {
      background-color: rgba(255, 255, 255, 0.3);
      border: none;
      height: 50px;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px; }
      .search .form-group input[type="text"]::-webkit-input-placeholder {
        color: #fff;
        font-family: "Karla", Sans-serif;
        font-weight: 400; }
      .search .form-group input[type="text"]:-moz-placeholder {
        color: #fff;
        font-family: "Karla", Sans-serif;
        font-weight: 400; }
      .search .form-group input[type="text"]::-moz-placeholder {
        color: #fff;
        font-family: "Karla", Sans-serif;
        font-weight: 400; }
      .search .form-group input[type="text"]:-ms-input-placeholder {
        color: #fff;
        font-family: "Karla", Sans-serif;
        font-weight: 400; }
  .search.no-bg {
    background: transparent; }
    .search.no-bg .form-group input[type="text"] {
      background-color: white;
      border: 1px solid #414241;
      border-radius: 4px;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px; }
      .search.no-bg .form-group input[type="text"]::-webkit-input-placeholder {
        color: #979797;
        font-family: "Karla", Sans-serif;
        font-weight: 400; }
      .search.no-bg .form-group input[type="text"]:-moz-placeholder {
        color: #979797;
        font-family: "Karla", Sans-serif;
        font-weight: 400; }
      .search.no-bg .form-group input[type="text"]::-moz-placeholder {
        color: #979797;
        font-family: "Karla", Sans-serif;
        font-weight: 400; }
      .search.no-bg .form-group input[type="text"]:-ms-input-placeholder {
        color: #979797;
        font-family: "Karla", Sans-serif;
        font-weight: 400; }
    .search.no-bg .custom-select {
      color: #414241;
      background: rgba(255, 255, 255, 0) url(../img/arrow-down-grey.svg) no-repeat right 0.75rem center;
      background-size: 10px; }
  .search .custom-select {
    border: none;
    background-color: rgba(255, 255, 255, 0);
    margin-top: 10px;
    color: #ffffff;
    font-size: 16px;
    background: rgba(255, 255, 255, 0) url(../img/arrow-down.svg) no-repeat right 0.75rem center;
    background-size: 10px 10px;
    outline: none; }
  .search .custom-select option {
    background-color: transparent !important;
    border: none;
    color: #ffffff;
    -webkit-appearance: none;
    -moz-appearance: none; }

.form-control {
  padding-right: 30px; }

.form-control + .fas {
  position: absolute;
  top: 5px;
  right: 0;
  padding: 8px 27px;
  color: #fff; }

.no-bg .form-control + .fas {
  color: #414241; }

.static-page {
  padding: 40px 0; }
  .static-page .right-content {
    padding: 0 0 0 80px;
    padding-left: 40px;
    border-left: 1px solid #414141; }
    @media (min-width: 320px) and (max-width: 720px) {
      .static-page .right-content {
        padding: 20px;
        border-left: 0; }
        .static-page .right-content p {
          font-size: 16px; }
          .static-page .right-content p b {
            font-size: 20px;
            margin-bottom: 20px;
            display: inline-block; } }
  .static-page .left-content {
    margin-bottom: 0; }
    @media (min-width: 320px) and (max-width: 720px) {
      .static-page .left-content h1 {
        padding: 40px 0 20px 0;
        margin-bottom: 0; } }

ul#tab-static {
  border-bottom: none; }
  @media (min-width: 320px) and (max-width: 720px) {
    ul#tab-static {
      display: none; } }
  ul#tab-static li {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px; }
    ul#tab-static li > a {
      font-weight: bold;
      font-size: 24px;
      color: #462F8E;
      line-height: 30px; }
      ul#tab-static li > a:hover {
        text-decoration: none; }
    ul#tab-static li i {
      color: #462F8E;
      margin-left: 10px; }
    ul#tab-static li.submenu ul {
      opacity: 0;
      visibility: hidden;
      padding-left: 20px;
      margin-top: 20px;
      height: 0;
      transition: .3s; }
      ul#tab-static li.submenu ul li {
        margin-bottom: 15px; }
        ul#tab-static li.submenu ul li a {
          font-weight: normal; }
    ul#tab-static li.active > a {
      border-bottom: 2px solid #462F8E; }
    ul#tab-static li.active.submenu ul {
      opacity: 1;
      visibility: visible;
      height: auto; }

.tab-content.static h2 {
  font-size: 48px;
  color: #462F8E;
  margin-bottom: 40px; }
.tab-content.static p {
  margin-bottom: 20px; }
  .tab-content.static p b {
    margin-bottom: 15px; }

.section-collapse {
  color: #462a90;
  text-decoration: none; }
  .section-collapse:hover {
    color: #462a90;
    text-decoration: none; }
  .section-collapse .fa-caret-down {
    margin-left: 15px; }

.collapsed .fa-caret-up:before {
  content: "\f0d7"; }

.contact-page {
  padding: 80px 0; }
  @media (min-width: 320px) and (max-width: 720px) {
    .contact-page {
      padding-bottom: 40px; } }
  .contact-page .content {
    text-align: center;
    padding: 0 70px; }
    @media (min-width: 320px) and (max-width: 720px) {
      .contact-page .content {
        padding: 0 20px; } }
    .contact-page .content a {
      padding: 30px;
      display: inline-block; }
      .contact-page .content a:hover {
        text-decoration: none;
        display: inline-block;
        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.3);
        background-color: #ffffff;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px; }
    .contact-page .content img {
      margin-bottom: 30px; }
      @media (min-width: 320px) and (max-width: 720px) {
        .contact-page .content img {
          max-width: 80px; } }
    .contact-page .content p {
      color: #414241; }
      @media (min-width: 320px) and (max-width: 720px) {
        .contact-page .content p {
          font-size: 16px; } }
      .contact-page .content p b {
        font-weight: bold;
        margin-bottom: 20px;
        display: inline-block; }
        @media (min-width: 320px) and (max-width: 720px) {
          .contact-page .content p b {
            font-size: 24px;
            width: 50%;
            line-height: 28px; } }

.contact-banner {
  padding-top: 120px; }

.modal-header, .modal-body {
  border-bottom: 0; }

@media (min-width: 320px) and (max-width: 720px) {
  .modal {
    margin-top: 60px; } }

@media (min-width: 320px) and (max-width: 720px) {
  .modal-dialog {
    max-width: 100%; } }

.contact-modal {
  padding: 0 60px 40px 60px; }
  @media (min-width: 320px) and (max-width: 720px) {
    .contact-modal {
      padding: 0 30px 30px 30px; } }
  .contact-modal h2 {
    text-align: center;
    font-size: 48px;
    color: #462F8E;
    margin-bottom: 20px; }
    @media (min-width: 320px) and (max-width: 720px) {
      .contact-modal h2 {
        font-size: 24px; } }
  .contact-modal p {
    text-align: center; }
    @media (min-width: 320px) and (max-width: 720px) {
      .contact-modal p {
        font-size: 16px; } }
  .contact-modal form {
    margin-top: 40px; }
    @media (min-width: 320px) and (max-width: 720px) {
      .contact-modal form {
        margin-top: 20px; } }
    @media (min-width: 320px) and (max-width: 720px) {
      .contact-modal form .row {
        display: inline-block;
        width: 100%; } }
    .contact-modal form label {
      font-weight: normal;
      font-size: 16px; }
    .contact-modal form button {
      margin-top: 20px; }

.award ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0; }
  .award ul li {
    text-align: center;
    position: relative;
    width: 180px; }
    .award ul li:last-child::before {
      display: none; }
    .award ul li::before {
      content: ' ';
      height: 1px;
      width: 190px;
      position: absolute;
      right: -150px;
      top: 28%;
      background: #462F8E; }
    .award ul li .level img {
      width: 100px;
      height: 100px; }
    .award ul li .level p {
      font-weight: bold;
      color: #462F8E;
      font-size: 24px;
      margin-top: 30px;
      line-height: 0; }
    .award ul li .level span {
      font-size: 20px;
      color: #462F8E; }
    .award ul li.active::before {
      width: 180px;
      right: -180px;
      top: 35%; }
    .award ul li.active img {
      width: 100%;
      height: 100%; }
    .award ul li.active span {
      background-color: #e95021;
      padding: 3px 10px;
      font-weight: bold;
      color: #fff; }

.badge-section {
  margin: 60px 0; }
  .badge-section h2, .badge-section h1 {
    color: #ffffff;
    font-family: "Karla", Sans-serif; }
  .badge-section h2 {
    font-weight: 400; }
  .badge-section img {
    margin: 40px 0; }
  .badge-section .btn {
    margin-top: 40px; }

body.signup {
  background: #fff url(../img/bg-body.png) repeat;
  background-size: contain; }
  @media (min-width: 320px) and (max-width: 720px) {
    body.signup {
      background: none; } }

.main-banner-signup {
  padding: 100px 20px; }
  @media (min-width: 320px) and (max-width: 720px) {
    .main-banner-signup {
      padding: 80px 0; } }
  .main-banner-signup h1 {
    color: #462F8E;
    margin-bottom: 40px; }
  .main-banner-signup p {
    font-size: 24px;
    line-height: 34px;
    color: #414241; }
  .main-banner-signup .signin-text {
    padding: 70px 0; }
    @media (min-width: 320px) and (max-width: 720px) {
      .main-banner-signup .signin-text {
        display: none; } }
  @media (min-width: 320px) and (max-width: 720px) {
    .main-banner-signup .card-signup {
      float: none;
      margin: 0 auto;
      width: 100%;
      padding: 0 40px;
      box-shadow: 0 0 0 #fff; } }
  @media (min-width: 320px) and (max-width: 720px) {
    .main-banner-signup form .row .col-md-6 {
      width: 50%; } }

#login-modal .modal-dialog {
  max-width: auto !important; }
#login-modal .card-signup {
  float: none;
  margin: 0 auto;
  width: 100%;
  padding: 0;
  box-shadow: 0 0 0 #fff; }

.btn-login-mobile {
  margin: 30px auto;
  width: 110px;
  display: block; }

.profile-area {
  padding: 35px 0; }
  @media (min-width: 320px) and (max-width: 720px) {
    .profile-area {
      padding-top: 90px; } }
  .profile-area .profile-description {
    padding-right: 20px !important; }
    @media (min-width: 320px) and (max-width: 720px) {
      .profile-area .profile-description {
        padding: 0 20px 0px 20px !important; } }
    .profile-area .profile-description .avatar-profile {
      width: 160px;
      height: 160px;
      border-radius: 50%;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      margin-right: 40px;
      margin-bottom: 20px;
      float: left; }
      @media (min-width: 320px) and (max-width: 720px) {
        .profile-area .profile-description .avatar-profile {
          width: 72px;
          height: 72px;
          margin-right: 20px; } }
      .profile-area .profile-description .avatar-profile img {
        width: 160px;
        height: 160px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%; }
        @media (min-width: 320px) and (max-width: 720px) {
          .profile-area .profile-description .avatar-profile img {
            width: 72px;
            height: 72px; } }
    .profile-area .profile-description .name {
      float: left;
      margin-top: 20px;
      margin-bottom: 20px; }
      @media (min-width: 320px) and (max-width: 720px) {
        .profile-area .profile-description .name {
          margin-top: 0; } }
      .profile-area .profile-description .name h1 {
        color: #462F8E; }
        @media (min-width: 320px) and (max-width: 720px) {
          .profile-area .profile-description .name h1 {
            font-size: 24px; } }
      .profile-area .profile-description .name p {
        font-size: 20px;
        color: #414241; }
        @media (min-width: 320px) and (max-width: 720px) {
          .profile-area .profile-description .name p {
            font-size: 12px; } }
  .profile-area .bio-profile {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #000; }
    @media (min-width: 320px) and (max-width: 720px) {
      .profile-area .bio-profile {
        border-top: 1px solid #000;
        padding-top: 20px;
        margin-top: 20px;
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0; } }
    .profile-area .bio-profile .wrapper {
      display: inline-block;
      width: 45%; }
      .profile-area .bio-profile .wrapper p {
        font-size: 24px;
        font-weight: bold; }
        @media (min-width: 320px) and (max-width: 720px) {
          .profile-area .bio-profile .wrapper p {
            font-size: 16px; } }
      .profile-area .bio-profile .wrapper span {
        font-size: 20px; }
        @media (min-width: 320px) and (max-width: 720px) {
          .profile-area .bio-profile .wrapper span {
            font-size: 16px; } }
  .profile-area #more-profile {
    width: 100%; }
    .profile-area #more-profile .bio-profile {
      padding-right: 20px; }
      .profile-area #more-profile .bio-profile .wrapper {
        width: 45%; }
  .profile-area .profile-badge {
    height: 390px;
    background: #462F8E;
    background: -webkit-linear-gradient(legacy-direction(135deg), #462F8E, #E22F6E);
    background: linear-gradient(135deg, #462F8E, #E22F6E);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    @media (min-width: 320px) and (max-width: 720px) {
      .profile-area .profile-badge.show-mobile {
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        display: flex !important; } }
    .profile-area .profile-badge .socmed {
      display: inline-block; }
      .profile-area .profile-badge .socmed a {
        width: 55px;
        height: 55px;
        margin: 25px 5px 0 5px;
        display: inline-block; }
    .profile-area .profile-badge .level img {
      width: 100px;
      height: 100px;
      margin-bottom: 15px; }
    .profile-area .profile-badge .level p {
      font-size: 24px;
      font-weight: bold;
      color: #ffffff;
      margin-bottom: 15px; }
    .profile-area .profile-badge .level span {
      font-size: 24px;
      font-weight: normal;
      color: #ffffff; }
    .profile-area .profile-badge a.btn {
      max-width: 200px;
      margin-top: 20px; }
  .profile-area a.collapse-button {
    font-weight: bold;
    color: #000;
    font-size: 24px;
    text-decoration: none;
    display: inline-block;
    width: 100%; }
    @media (min-width: 320px) and (max-width: 720px) {
      .profile-area a.collapse-button {
        font-size: 16px; } }
  .profile-area a.btn {
    display: inline-block;
    margin-top: 20px; }

.table-kontribusi {
  padding-bottom: 40px; }
  .table-kontribusi h2 {
    color: #462F8E;
    font-size: 48px; }
    @media (min-width: 320px) and (max-width: 720px) {
      .table-kontribusi h2 {
        font-size: 24px;
        text-align: center; } }
  .table-kontribusi .table-datakita {
    padding-top: 20px; }

@media (min-width: 320px) and (max-width: 720px) {
  #edit-profile .modal-header {
    padding: 5px 10px; } }
@media (min-width: 320px) and (max-width: 720px) {
  #edit-profile .modal-dialog {
    max-width: 70%;
    margin: 0 auto; } }
@media (min-width: 320px) and (max-width: 720px) {
  #edit-profile form {
    display: flex;
    flex-direction: column;
    align-items: center; } }
#edit-profile form label {
  font-size: 24px;
  font-weight: bold; }
  @media (min-width: 320px) and (max-width: 720px) {
    #edit-profile form label {
      font-size: 16px; } }
@media (min-width: 320px) and (max-width: 720px) {
  #edit-profile form input[type="Text"] {
    padding: 5px 10px;
    font-size: 16px; } }
#edit-profile form .photo-wrapper {
  display: flex;
  align-items: center; }
  @media (min-width: 320px) and (max-width: 720px) {
    #edit-profile form .photo-wrapper {
      flex-direction: column; } }
  #edit-profile form .photo-wrapper img {
    width: 120px;
    height: 120px; }
    @media (min-width: 320px) and (max-width: 720px) {
      #edit-profile form .photo-wrapper img {
        width: 78px;
        height: 78px; } }
  #edit-profile form .photo-wrapper .avatar-profile {
    display: flex;
    flex-direction: column; }
    @media (min-width: 320px) and (max-width: 720px) {
      #edit-profile form .photo-wrapper .avatar-profile {
        text-align: center; } }
  #edit-profile form .photo-wrapper .action {
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    margin-left: 20px; }
    @media (min-width: 320px) and (max-width: 720px) {
      #edit-profile form .photo-wrapper .action {
        flex-direction: row;
        margin: 20px 20px 0 20px;
        justify-content: space-evenly;
        width: 100%; } }
    #edit-profile form .photo-wrapper .action a {
      font-size: 24px;
      text-decoration: none;
      color: #414241; }
      @media (min-width: 320px) and (max-width: 720px) {
        #edit-profile form .photo-wrapper .action a {
          font-size: 16px; } }

.profile-campaign {
  margin-top: 40px; }

@media (min-width: 320px) and (max-width: 720px) {
  .collapse-wrapper {
    padding: 0 20px 30px 20px; } }
@media (min-width: 320px) and (max-width: 720px) {
  .collapse-wrapper .col-md-8, .collapse-wrapper .col-md-4 {
    padding: 0 10px !important; } }

@media (min-width: 320px) and (max-width: 720px) {
  .profile-kita {
    margin-bottom: 0 !important; } }

@media (min-width: 320px) and (max-width: 720px) {
  .btn-edit-profile {
    text-align: center; } }

.cell, .cell-comment {
  display: inline-block;
  width: 100%;
  padding: 30px 60px;
  border-bottom: 1px solid #D1D5DA; }
  .cell .cell-header, .cell-comment .cell-header {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%; }
    .cell .cell-header img, .cell-comment .cell-header img {
      border-radius: 50%;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      width: 80px;
      height: 80px; }
  .cell .cell-body, .cell-comment .cell-body {
    height: 80px;
    margin-left: 20px; }
  .cell .cell-body h5, .cell-comment .cell-body h5, .cell .cell-body p, .cell-comment .cell-body p {
    font-size: 24px;
    vertical-align: middle; }
  .cell .cell-body h5, .cell-comment .cell-body h5 {
    color: #414241;
    margin-top: 5px;
    margin-bottom: 0; }
    .cell .cell-body h5 small, .cell-comment .cell-body h5 small {
      color: #979797;
      margin-left: 20px; }
  .cell .cell-body p, .cell-comment .cell-body p {
    color: #979797; }
  .cell .cell-body p.reply, .cell-comment .cell-body p.reply {
    color: #414241;
    font-size: 18px; }
  .cell .cell-header, .cell-comment .cell-header, .cell .cell-body, .cell-comment .cell-body {
    display: inline-block;
    vertical-align: middle; }

.cell-comment {
  width: 60% !important;
  height: 240px;
  overflow: hidden;
  border-bottom: none; }
  .cell-comment .cell-body {
    width: 72%; }
    .cell-comment .cell-body .reply-btn {
      color: #979797;
      font-size: 16px;
      font-weight: 700; }
      .cell-comment .cell-body .reply-btn:hover {
        text-decoration: none;
        color: #462F8E; }
  .cell-comment .cell-header {
    width: 16%; }
  .cell-comment.child {
    margin-left: 40px; }

.main-banner .wrapper {
  margin-top: 0;
  z-index: 0;
  position: relative; }
  .main-banner .wrapper:after {
    background: url(../img/bg-triangle.png) center right no-repeat;
    background-size: cover;
    content: ' ';
    position: absolute;
    width: 50%;
    height: 100vh;
    left: -2px;
    top: 0;
    z-index: 1; }
    @media (min-width: 320px) and (max-width: 720px) {
      .main-banner .wrapper:after {
        display: none; } }
.main-banner .text-slider {
  position: absolute;
  z-index: 0;
  top: calc((100vh / 2) - 150px);
  padding: 0 10%;
  width: 100%; }
  @media (min-width: 320px) and (max-width: 720px) {
    .main-banner .text-slider {
      width: 100%;
      text-align: center;
      padding: 0;
      left: 0; } }
  @media only screen and (min-device-width: 1907px) {
    .main-banner .text-slider {
      padding: 0 5%; } }
  .main-banner .text-slider .text {
    width: 380px; }
    @media (min-width: 320px) and (max-width: 720px) {
      .main-banner .text-slider .text {
        width: 100%;
        padding-top: 0; } }
    .main-banner .text-slider .text h1 {
      margin-bottom: 40px; }
      @media (min-width: 320px) and (max-width: 720px) {
        .main-banner .text-slider .text h1 {
          font-size: 36px;
          line-height: 40px !important;
          margin-bottom: 20px; } }
    .main-banner .text-slider .text h1, .main-banner .text-slider .text p {
      color: #ffffff;
      line-height: 58px; }
    .main-banner .text-slider .text p {
      font-size: 24px;
      line-height: 34px;
      margin-bottom: 40px; }
      @media (min-width: 320px) and (max-width: 720px) {
        .main-banner .text-slider .text p {
          line-height: 24px !important;
          font-size: 16px;
          margin-bottom: 20px; } }
    @media (min-width: 320px) and (max-width: 720px) {
      .main-banner .text-slider .text a.btn {
        padding: 10px 45px !important; } }
@media (min-width: 320px) and (max-width: 720px) {
  .main-banner {
    margin-top: 0; } }
.main-banner .item {
  height: 100vh;
  position: relative; }
  @media (min-width: 320px) and (max-width: 720px) {
    .main-banner .item {
      height: 90vh;
      display: flex;
      align-items: center; } }
  .main-banner .item .container {
    padding: 20px 60px; }
    @media (min-width: 320px) and (max-width: 720px) {
      .main-banner .item .container {
        padding: 0;
        text-align: center;
        display: flex;
        justify-content: center; } }

@media (min-width: 320px) and (max-width: 720px) {
  .main-banner-alt2 {
    position: relative; } }
.main-banner-alt2 .wrapper {
  margin-top: 0;
  z-index: 0;
  position: relative; }
.main-banner-alt2 .text-slider {
  position: absolute;
  z-index: 0;
  top: calc((100vh / 2) - 150px);
  padding: 0 7.5%;
  width: 100%; }
  @media (min-width: 320px) and (max-width: 720px) {
    .main-banner-alt2 .text-slider {
      width: 100%;
      text-align: center;
      padding: 0;
      left: 0; } }
  @media only screen and (min-device-width: 1907px) {
    .main-banner-alt2 .text-slider {
      padding: 0 5%; } }
  @media (min-width: 721px) and (max-width: 767px) {
    .main-banner-alt2 .text-slider .container {
      max-width: 660px;
      padding: 0; } }
  @media only screen and (min-device-width: 721px) and (max-device-width: 768px) {
    .main-banner-alt2 .text-slider .align-middle {
      max-width: 100%;
      text-align: center; } }
  @media (min-width: 320px) and (max-width: 720px) {
    .main-banner-alt2 .text-slider {
      top: auto;
      bottom: 0; }
      .main-banner-alt2 .text-slider .align-middle {
        max-width: 100%;
        text-align: center; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .main-banner-alt2 .text-slider .align-middle {
      padding: 0; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .main-banner-alt2 .text-slider .container {
      padding: 0; } }
  .main-banner-alt2 .text-slider .text {
    position: relative;
    width: 100%;
    padding: 60px 40px 40px 40px;
    background-color: rgba(70, 47, 142, 0.65); }
    @media (min-width: 320px) and (max-width: 720px) {
      .main-banner-alt2 .text-slider .text {
        width: 100%;
        padding: 60px 40px 40px 40px; } }
    @media only screen and (min-device-width: 721px) and (max-device-width: 768px) {
      .main-banner-alt2 .text-slider .text {
        text-align: center; } }
    @media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
      .main-banner-alt2 .text-slider .text {
        margin-top: 15px; } }
    .main-banner-alt2 .text-slider .text h1 {
      margin-bottom: 40px;
      margin-top: 20px; }
      @media (min-width: 320px) and (max-width: 720px) {
        .main-banner-alt2 .text-slider .text h1 {
          font-size: 36px;
          line-height: 40px !important;
          margin-bottom: 20px; } }
    .main-banner-alt2 .text-slider .text h1, .main-banner-alt2 .text-slider .text p {
      color: #ffffff;
      line-height: 58px; }
    .main-banner-alt2 .text-slider .text p {
      font-size: 24px;
      line-height: 34px;
      margin-bottom: 40px; }
      @media (min-width: 320px) and (max-width: 720px) {
        .main-banner-alt2 .text-slider .text p {
          line-height: 24px !important;
          font-size: 16px;
          margin-bottom: 20px; } }
    .main-banner-alt2 .text-slider .text p.m-none {
      margin-top: 20px; }
    @media (min-width: 320px) and (max-width: 720px) {
      .main-banner-alt2 .text-slider .text a.btn {
        padding: 10px 45px !important; } }
@media (min-width: 320px) and (max-width: 720px) {
  .main-banner-alt2 {
    margin-top: 0; } }
.main-banner-alt2 .item {
  height: 100vh;
  position: relative; }
  @media (min-width: 320px) and (max-width: 720px) {
    .main-banner-alt2 .item {
      height: 90vh;
      display: flex;
      align-items: center; } }
  .main-banner-alt2 .item .container {
    padding: 20px 60px; }
    @media (min-width: 320px) and (max-width: 720px) {
      .main-banner-alt2 .item .container {
        padding: 0;
        text-align: center;
        display: flex;
        justify-content: center; } }
.main-banner-alt2 .image-description {
  font-size: 16px;
  color: #fff;
  background: #E22F6E;
  padding: 1px 40px 0 40px;
  line-height: 39px;
  display: inline-block; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .main-banner-alt2 .image-description {
      display: block;
      padding: 10px 40px; } }
.main-banner-alt2 .next-slider {
  left: 65%;
  bottom: 0; }
.main-banner-alt2 .prev-slider {
  left: 60%;
  bottom: 0; }
.main-banner-alt2 .slick-dots {
  top: 25px;
  left: 9.5%; }
  @media only screen and (min-device-width: 1280px) and (max-device-width: 1439px) {
    .main-banner-alt2 .slick-dots {
      top: 35px;
      left: 8.5%; } }
  @media only screen and (min-device-width: 1441px) {
    .main-banner-alt2 .slick-dots {
      left: 10%; } }
  @media only screen and (min-device-width: 1500px) {
    .main-banner-alt2 .slick-dots {
      left: 11%; } }
  @media only screen and (min-device-width: 1600px) {
    .main-banner-alt2 .slick-dots {
      left: 16%; } }
  @media only screen and (min-device-width: 1700px) {
    .main-banner-alt2 .slick-dots {
      left: 15%; } }
  @media only screen and (min-device-width: 1800px) {
    .main-banner-alt2 .slick-dots {
      left: 14.5%; } }
  @media only screen and (min-device-width: 1800px) {
    .main-banner-alt2 .slick-dots {
      left: 12%; } }
.main-banner-alt2 .next-slider, .main-banner-alt2 .prev-slider {
  font-size: 24px; }
@media only screen and (min-device-width: 721px) and (max-device-width: 768px) {
  .main-banner-alt2 .next-slider, .main-banner-alt2 .prev-slider {
    display: none !important; }
  .main-banner-alt2 .slick-dots {
    left: 0;
    padding-left: 0;
    width: 100%;
    text-align: center; } }
@media (min-width: 320px) and (max-width: 720px) {
  .main-banner-alt2 .next-slider, .main-banner-alt2 .prev-slider {
    display: none !important; }
  .main-banner-alt2 .slick-dots {
    left: 0;
    padding-left: 0;
    width: 100%;
    text-align: center; } }
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .main-banner-alt2 .slick-dots {
    top: 40px;
    left: 0;
    padding-left: 0;
    width: 100%;
    text-align: center; } }

.banner {
  position: relative;
  padding: 100px 0; }
  @media (min-width: 320px) and (max-width: 720px) {
    .banner {
      padding: 40px;
      text-align: center; } }
  @media (min-width: 721px) and (max-width: 767px) {
    .banner .container {
      max-width: 660px; } }
  .banner h1, .banner p {
    color: #ffffff; }
  .banner h1 {
    margin-bottom: 20px; }
    @media (min-width: 320px) and (max-width: 720px) {
      .banner h1 {
        font-size: 36px;
        text-align: center;
        margin-bottom: 20px; } }
  .banner p {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 34px; }
    @media (min-width: 320px) and (max-width: 720px) {
      .banner p {
        font-size: 16px;
        line-height: 26px;
        text-align: center; } }
    @media (min-width: 721px) and (max-width: 767px) {
      .banner p {
        width: 400px; } }
  .banner:after {
    background: url(../img/bg-app.png) bottom right no-repeat;
    content: ' ';
    position: absolute;
    background-size: contain;
    width: 50%;
    height: 90%;
    right: 0;
    bottom: 0; }
    @media (min-width: 721px) and (max-width: 767px) {
      .banner:after {
        width: 40%; } }
    @media (min-width: 320px) and (max-width: 720px) {
      .banner:after {
        display: none; } }

@media only screen and (min-device-width: 1919px) {
  #home-slider.alt1 {
    padding: 0 250px; } }
@media only screen and (min-device-width: 1919px) {
  #home-slider.alt2 .next-slider {
    right: 5%; }
  #home-slider.alt2 .prev-slider {
    left: 5%; } }
#home-slider .slick-dots {
  bottom: 80px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  margin-left: 0; }
  @media (min-width: 320px) and (max-width: 720px) {
    #home-slider .slick-dots {
      padding-left: 0;
      bottom: 40px; } }
#home-slider .next-slider {
  right: 5%; }
  @media (min-width: 320px) and (max-width: 720px) {
    #home-slider .next-slider {
      display: none !important; } }
#home-slider .prev-slider {
  left: 5%; }
  @media (min-width: 320px) and (max-width: 720px) {
    #home-slider .prev-slider {
      display: none !important; } }

.banner-image {
  position: relative;
  padding: 220px 0;
  background: url(../img/upload_img/merbabu.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed; }
  @media (min-width: 320px) and (max-width: 720px) {
    .banner-image {
      padding: 60px 0; } }
  .banner-image h1 {
    color: #ffffff; }
    @media (min-width: 320px) and (max-width: 720px) {
      .banner-image h1 {
        font-size: 24px;
        text-align: center; } }
  .banner-image h1 {
    margin-bottom: 20px;
    text-align: center; }

.main-banner-about, .main-banner-kampanye, .main-banner-news, .main-banner-profile {
  z-index: -1;
  width: 100%;
  position: relative; }
  @media (min-width: 320px) and (max-width: 720px) {
    .main-banner-about, .main-banner-kampanye, .main-banner-news, .main-banner-profile {
      margin-top: 0; } }
  .main-banner-about .item, .main-banner-kampanye .item, .main-banner-news .item, .main-banner-profile .item {
    min-height: 720px; }
    @media (min-width: 320px) and (max-width: 720px) {
      .main-banner-about .item, .main-banner-kampanye .item, .main-banner-news .item, .main-banner-profile .item {
        min-height: 80px; } }
    .main-banner-about .item .logo-big, .main-banner-kampanye .item .logo-big, .main-banner-news .item .logo-big, .main-banner-profile .item .logo-big {
      text-align: center; }
      .main-banner-about .item .logo-big img, .main-banner-kampanye .item .logo-big img, .main-banner-news .item .logo-big img, .main-banner-profile .item .logo-big img {
        height: 120px; }
        @media (min-width: 320px) and (max-width: 720px) {
          .main-banner-about .item .logo-big img, .main-banner-kampanye .item .logo-big img, .main-banner-news .item .logo-big img, .main-banner-profile .item .logo-big img {
            height: 50px; } }
    .main-banner-about .item p.about-text, .main-banner-kampanye .item p.about-text, .main-banner-news .item p.about-text, .main-banner-profile .item p.about-text {
      font-size: 24px;
      color: #fff;
      line-height: 30px;
      margin-top: 60px; }
      @media (min-width: 721px) and (max-width: 991px) {
        .main-banner-about .item p.about-text, .main-banner-kampanye .item p.about-text, .main-banner-news .item p.about-text, .main-banner-profile .item p.about-text {
          font-size: 18px;
          line-height: 24px; } }
      @media (min-width: 320px) and (max-width: 720px) {
        .main-banner-about .item p.about-text, .main-banner-kampanye .item p.about-text, .main-banner-news .item p.about-text, .main-banner-profile .item p.about-text {
          display: none; } }

.wrapper-about {
  height: 500px;
  padding-top: calc(720px - 500px); }
  @media (min-width: 320px) and (max-width: 720px) {
    .wrapper-about {
      height: 180px;
      padding-top: 90px; } }

.main-banner-kampanye .item {
  min-height: 70vh; }
.main-banner-kampanye .page-heading-white {
  padding: 150px;
  text-align: center; }
.main-banner-kampanye .row {
  width: 100%; }

.main-banner-news .item {
  min-height: 50vh !important; }
.main-banner-news .page-heading-white {
  padding: 100px;
  text-align: center; }
.main-banner-news .row {
  width: 100%; }

.main-banner-profile .item {
  min-height: 78vh; }
.main-banner-profile .page-heading-white {
  padding: 150px;
  text-align: center; }

.sebaran-data {
  margin-top: 0; }

.about-content {
  padding: 50px 0 0 0;
  margin-bottom: 0 !important; }
  @media (min-width: 320px) and (max-width: 720px) {
    .about-content {
      padding: 30px 0; }
      .about-content .kontribusi.navigation {
        position: unset; }
      .about-content .section-overflow {
        width: 100%;
        padding: 20px;
        margin-top: 30px; }
        .about-content .section-overflow .data-kontribusi {
          width: 1100px;
          align-items: flex-start;
          display: flex;
          flex-direction: row;
          justify-content: space-around; }
          .about-content .section-overflow .data-kontribusi .row {
            display: flex;
            flex-direction: column;
            width: 23%; }
            .about-content .section-overflow .data-kontribusi .row p {
              font-size: 16px;
              line-height: 26px;
              text-align: center;
              max-width: 250px; }
            .about-content .section-overflow .data-kontribusi .row img {
              height: 250px;
              width: auto;
              margin: 0 auto 20px auto; }
            .about-content .section-overflow .data-kontribusi .row.col-reverse {
              flex-direction: column-reverse; }
        .about-content .section-overflow .row .flex {
          flex-direction: column !important;
          align-items: center; }
          .about-content .section-overflow .row .flex .content {
            margin: 0; }
            .about-content .section-overflow .row .flex .content h3 {
              font-size: 16px;
              text-align: center;
              margin: 20px 0 10px 0; }
            .about-content .section-overflow .row .flex .content p {
              font-weight: bold;
              font-size: 16px;
              text-align: center;
              line-height: 32px; }
      .about-content .kontribusi {
        margin-top: 0; }
      .about-content .youtube-wrapper {
        padding: 0; }
        .about-content .youtube-wrapper iframe {
          height: 204px !important; }
      .about-content .tab-wrapper.award {
        padding: 0 !important;
        position: relative; }
      .about-content .tab-wrapper .award {
        width: 100%;
        overflow: scroll;
        padding-top: 60px;
        padding-bottom: 60px;
        height: 300px; }
        .about-content .tab-wrapper .award ul {
          width: 1110px; }
      .about-content .tab-wrapper .daftar-relawan {
        padding: 20px 20px 20px 40px;
        margin-top: 20px; }
        .about-content .tab-wrapper .daftar-relawan h5, .about-content .tab-wrapper .daftar-relawan p {
          font-size: 16px !important;
          line-height: 22px;
          margin-bottom: 5px; }
      .about-content #pills-tabContent2 {
        margin-top: 0px !important; } }
  @media (min-width: 320px) and (max-width: 720px) {
    .about-content .text {
      padding: 0 30px; } }
  .about-content .text h1 {
    text-align: center;
    color: #462F8E;
    margin-bottom: 30px; }
    @media (min-width: 320px) and (max-width: 720px) {
      .about-content .text h1 {
        text-align: center;
        font-size: 28px;
        margin-bottom: 20px; } }
  .about-content .text p {
    margin-bottom: 40px !important;
    text-align: left !important; }
    @media (min-width: 320px) and (max-width: 720px) {
      .about-content .text p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 20px !important; } }
    .about-content .text p.header-center {
      text-align: center !important; }
  @media (min-width: 320px) and (max-width: 720px) {
    .about-content .siapa-kami .justify-center, .about-content .siapa-kami .justify-around {
      justify-content: flex-start; }
      .about-content .siapa-kami .justify-center .text-center, .about-content .siapa-kami .justify-around .text-center {
        padding: 0 20px; }
        .about-content .siapa-kami .justify-center .text-center p, .about-content .siapa-kami .justify-around .text-center p {
          font-size: 16px;
          padding-top: 10px; } }
  .about-content .siapa-kami .section-overflow-nopadding {
    width: 100%; }
    @media (min-width: 320px) and (max-width: 720px) {
      .about-content .siapa-kami .section-overflow-nopadding {
        padding: 0 !important;
        overflow: scroll;
        margin-top: 0px; } }
  .about-content-text {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: center;
    max-width: 1180px;
    margin: 0 auto; }
    .about-content-text .image-medium {
      margin: 0 40px; }
    @media (min-width: 720px) and (max-width: 1024px) {
      .about-content-text {
        margin: 30px 0;
        font-size: 20px; } }
    @media (min-width: 320px) and (max-width: 720px) {
      .about-content-text {
        margin: 30px 0; }
        .about-content-text p.text-cara {
          font-size: 16px; }
        .about-content-text .image-medium {
          margin: 0 15px; } }

.siapa-kami-logo {
  overflow: hidden !important; }
  .siapa-kami-logo .text-center {
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-bottom: 20px; }
    .siapa-kami-logo .text-center img {
      max-width: 70%; }
    @media (min-width: 499px) and (max-width: 767px) {
      .siapa-kami-logo .text-center {
        width: 50%; }
        .siapa-kami-logo .text-center img {
          max-width: 60%; } }
    @media (min-width: 320px) and (max-width: 498px) {
      .siapa-kami-logo .text-center img {
        max-width: 40%; } }

@media (min-width: 320px) and (max-width: 720px) {
  .main-banner-detail-news {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    margin-top: 0;
    height: 55px !important; } }

@media (min-width: 320px) and (max-width: 720px) {
  .about-slider .slick-slide img {
    width: 100%;
    height: auto; } }
@media (min-width: 320px) and (max-width: 720px) {
  .about-slider .slick-slide {
    padding: 0 20px; } }
@media (min-width: 320px) and (max-width: 720px) {
  .about-slider.slider-news .slick-slide {
    padding: 0; } }
@media (min-width: 320px) and (max-width: 720px) {
  .about-slider.slider-news .slick-slide img {
    margin-bottom: 0; } }
@media (min-width: 320px) and (max-width: 720px) {
  .about-slider.slider-news {
    padding: 0; } }
@media (min-width: 320px) and (max-width: 720px) {
  .about-slider.slider-news .next-slider {
    right: 20px; } }
@media (min-width: 320px) and (max-width: 720px) {
  .about-slider.slider-news .prev-slider {
    left: 20px; } }
@media (min-width: 320px) and (max-width: 720px) {
  .about-slider .slick-dots {
    display: none !important; } }
@media (min-width: 320px) and (max-width: 720px) {
  .about-slider.slick-dotted {
    position: relative; }
    .about-slider.slick-dotted a {
      width: 36px;
      height: 36px;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
      background-color: #ffffff;
      position: absolute;
      z-index: 100;
      border-radius: 50%;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      padding: 4px 9px; }
      .about-slider.slick-dotted a i {
        color: #462f8e;
        font-size: 30px; }
      .about-slider.slick-dotted a.next {
        right: 15px;
        top: 35%;
        padding: 4px 10px; }
      .about-slider.slick-dotted a.prev {
        left: 15px;
        top: 35%; } }

.slider-bullet .content {
  box-shadow: none;
  outline: none; }
  .slider-bullet .content .level {
    font-size: 24px;
    color: #414241;
    background-color: transparent;
    padding: 5px 10px;
    text-align: center;
    display: block;
    width: 75%;
    margin: 0 auto 10px; }
    @media (min-width: 320px) and (max-width: 720px) {
      .slider-bullet .content .level {
        width: 50%; } }
  .slider-bullet .content.slick-active {
    margin-top: 60px; }
  .slider-bullet .content.slick-current {
    margin-top: 0; }
  .slider-bullet .content.slick-current .level {
    color: #ffffff;
    background-color: #E95021;
    margin-top: 35px !important; }
  .slider-bullet .content.slick-current .image-medium.about-image {
    width: 220px;
    height: 220px; }
    .slider-bullet .content.slick-current .image-medium.about-image img {
      width: 220px;
      height: 220px; }
      .slider-bullet .content.slick-current .image-medium.about-image img.star {
        width: 210px;
        height: 240px; }
  .slider-bullet .content.slick-current .image-medium.circle {
    width: 220px;
    height: 220px; }
    .slider-bullet .content.slick-current .image-medium.circle img {
      width: 220px;
      height: 220px; }
  .slider-bullet .content .image-medium.about-image {
    width: 160px;
    height: 160px;
    background: transparent;
    margin: 0 auto;
    display: flex;
    align-items: center; }
    .slider-bullet .content .image-medium.about-image img {
      width: 160px;
      height: 160px;
      margin: 0 auto;
      object-fit: contain; }
      .slider-bullet .content .image-medium.about-image img.star {
        width: 175px;
        height: 200px;
        margin: -20px auto 0; }
  .slider-bullet .content .image-medium.circle {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: transparent;
    width: 160px;
    height: 160px; }
    .slider-bullet .content .image-medium.circle img {
      border-radius: 50%;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      width: 160px;
      height: 160px; }
  .slider-bullet .content.slick-current p {
    font-weight: bold;
    color: #462F8E;
    text-decoration: underline; }
  .slider-bullet .content p {
    font-size: 24px;
    font-weight: normal;
    text-align: center; }

.slider-content {
  margin-top: 60px;
  margin-bottom: 20px; }
  .slider-content p {
    text-align: center;
    max-width: 1000px;
    display: inline-block;
    padding: 65px 80px;
    background-color: #EAE5E4; }
    @media (min-width: 320px) and (max-width: 720px) {
      .slider-content p {
        padding: 20px; } }

.news-content .img-kampanye-wrapper {
  overflow: hidden;
  width: 100%;
  height: 400px;
  margin-bottom: 40px; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
    .news-content .img-kampanye-wrapper {
      width: 100%;
      height: auto;
      margin-bottom: 10px; } }
  .news-content .img-kampanye-wrapper img {
    width: 100%;
    height: 400px;
    object-fit: cover; }
    @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
      .news-content .img-kampanye-wrapper img {
        width: 100%;
        height: auto;
        margin-bottom: 0; } }
.news-content img {
  max-width: 100%;
  width: 100%;
  margin-bottom: 20px; }
.news-content p {
  margin-bottom: 20px; }

.slider-news {
  margin: 10px 0; }
  .slider-news .slick-dots {
    text-align: center;
    width: 100%;
    bottom: 60px; }

@media (min-width: 320px) and (max-width: 720px) {
  .artikel-detail {
    padding: 40px 0 0; } }
@media (min-width: 320px) and (max-width: 720px) {
  .artikel-detail h1 {
    font-size: 36px;
    line-height: 40px; } }
@media (min-width: 320px) and (max-width: 720px) {
  .artikel-detail p {
    font-size: 16px; } }
@media (min-width: 320px) and (max-width: 720px) {
  .artikel-detail .container {
    padding: 0; } }
@media (min-width: 320px) and (max-width: 720px) {
  .artikel-detail .container .page-heading-left {
    padding: 0 20px; } }
@media (min-width: 320px) and (max-width: 720px) {
  .artikel-detail .container .news-content p {
    padding: 0 20px; } }
@media (min-width: 320px) and (max-width: 720px) {
  .artikel-detail .container .row {
    margin-left: 0;
    margin-right: 0; } }
@media (min-width: 320px) and (max-width: 720px) {
  .artikel-detail .about-slider.slick-dotted a {
    line-height: 30px;
    padding: 0 9px; } }
@media (min-width: 320px) and (max-width: 720px) {
  .artikel-detail .about-slider.slick-dotted i {
    font-size: 22px; } }
.artikel-detail .about-slider.slick-dotted .prev-slider, .artikel-detail .about-slider.slick-dotted .next-slider {
  top: calc(50% - 40px); }

.breadcrumb li {
  font-size: 16px; }
  @media (min-width: 320px) and (max-width: 720px) {
    .breadcrumb li {
      font-size: 16px; } }

@media only screen and (min-device-width: 1024px) and (max-device-width: 1280px) {
  .news-container {
    margin: 0 !important; }
    .news-container .col-md-3 {
      max-width: 24.99999%; } }

.datakita-tab {
  background-color: #D1D5DA; }
  @media (min-width: 320px) and (max-width: 720px) {
    .datakita-tab {
      background-color: #ffffff; } }
  .datakita-tab p.headline {
    padding: 50px 0;
    font-size: 24px;
    font-weight: bold;
    color: #462F8E; }
    @media (min-width: 320px) and (max-width: 720px) {
      .datakita-tab p.headline {
        text-align: center;
        font-size: 16px;
        padding: 35px 0 15px 0; } }
  @media (min-width: 320px) and (max-width: 720px) {
    .datakita-tab #datakita-navigation .nav-item, .datakita-tab #datakita-navigation .tab-wrapper .nav-pills .nav-link, .tab-wrapper .nav-pills .datakita-tab #datakita-navigation .nav-link {
      width: 33.3333%;
      display: inline-block; } }
  .datakita-tab #datakita-navigation .nav-item a, .datakita-tab #datakita-navigation .tab-wrapper .nav-pills .nav-link a, .tab-wrapper .nav-pills .datakita-tab #datakita-navigation .nav-link a {
    padding: 15px 30px;
    margin: 15px 0;
    background-color: #D1D5DA;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0; }
    @media (min-width: 320px) and (max-width: 720px) {
      .datakita-tab #datakita-navigation .nav-item a, .datakita-tab #datakita-navigation .tab-wrapper .nav-pills .nav-link a, .tab-wrapper .nav-pills .datakita-tab #datakita-navigation .nav-link a {
        padding: 5px;
        margin: 0;
        height: 95px;
        vertical-align: middle;
        display: flex;
        flex-direction: column;
        justify-content: center; } }
    .datakita-tab #datakita-navigation .nav-item a span, .datakita-tab #datakita-navigation .tab-wrapper .nav-pills .nav-link a span, .tab-wrapper .nav-pills .datakita-tab #datakita-navigation .nav-link a span {
      color: #462F8E;
      display: inline-block;
      width: 100%;
      line-height: 32px; }
      .datakita-tab #datakita-navigation .nav-item a span.number, .datakita-tab #datakita-navigation .tab-wrapper .nav-pills .nav-link a span.number, .tab-wrapper .nav-pills .datakita-tab #datakita-navigation .nav-link a span.number {
        font-size: 36px; }
        @media (min-width: 320px) and (max-width: 720px) {
          .datakita-tab #datakita-navigation .nav-item a span.number, .datakita-tab #datakita-navigation .tab-wrapper .nav-pills .nav-link a span.number, .tab-wrapper .nav-pills .datakita-tab #datakita-navigation .nav-link a span.number {
            font-size: 24px;
            font-weight: bold;
            text-align: center; } }
      .datakita-tab #datakita-navigation .nav-item a span.title, .datakita-tab #datakita-navigation .tab-wrapper .nav-pills .nav-link a span.title, .tab-wrapper .nav-pills .datakita-tab #datakita-navigation .nav-link a span.title {
        font-size: 16px; }
        @media (min-width: 320px) and (max-width: 720px) {
          .datakita-tab #datakita-navigation .nav-item a span.title, .datakita-tab #datakita-navigation .tab-wrapper .nav-pills .nav-link a span.title, .tab-wrapper .nav-pills .datakita-tab #datakita-navigation .nav-link a span.title {
            text-align: center;
            line-height: 18px; } }
        .datakita-tab #datakita-navigation .nav-item a span.title i, .datakita-tab #datakita-navigation .tab-wrapper .nav-pills .nav-link a span.title i, .tab-wrapper .nav-pills .datakita-tab #datakita-navigation .nav-link a span.title i {
          font-size: 24px;
          float: right;
          margin-top: -20px; }
          @media (min-width: 320px) and (max-width: 720px) {
            .datakita-tab #datakita-navigation .nav-item a span.title i, .datakita-tab #datakita-navigation .tab-wrapper .nav-pills .nav-link a span.title i, .tab-wrapper .nav-pills .datakita-tab #datakita-navigation .nav-link a span.title i {
              display: none; } }
    .datakita-tab #datakita-navigation .nav-item a.active, .datakita-tab #datakita-navigation .tab-wrapper .nav-pills .nav-link a.active, .tab-wrapper .nav-pills .datakita-tab #datakita-navigation .nav-link a.active {
      border: 1px solid transparent;
      border-radius: 0;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      background-color: #462F8E;
      padding: 30px 30px;
      margin: 0; }
      @media (min-width: 320px) and (max-width: 720px) {
        .datakita-tab #datakita-navigation .nav-item a.active, .datakita-tab #datakita-navigation .tab-wrapper .nav-pills .nav-link a.active, .tab-wrapper .nav-pills .datakita-tab #datakita-navigation .nav-link a.active {
          padding: 5px; } }
      .datakita-tab #datakita-navigation .nav-item a.active span, .datakita-tab #datakita-navigation .tab-wrapper .nav-pills .nav-link a.active span, .tab-wrapper .nav-pills .datakita-tab #datakita-navigation .nav-link a.active span {
        color: #ffffff; }
    .datakita-tab #datakita-navigation .nav-item a:hover, .datakita-tab #datakita-navigation .tab-wrapper .nav-pills .nav-link a:hover, .tab-wrapper .nav-pills .datakita-tab #datakita-navigation .nav-link a:hover, .datakita-tab #datakita-navigation .nav-item a:focus, .datakita-tab #datakita-navigation .tab-wrapper .nav-pills .nav-link a:focus, .tab-wrapper .nav-pills .datakita-tab #datakita-navigation .nav-link a:focus {
      border-color: transparent; }
  .datakita-tab #datakita-navigation .nav-item:last-child a, .datakita-tab #datakita-navigation .tab-wrapper .nav-pills .nav-link:last-child a, .tab-wrapper .nav-pills .datakita-tab #datakita-navigation .nav-link:last-child a {
    border-right: 0; }
  .datakita-tab #datakita-navigation .nav-item:nth-child(2) a, .datakita-tab #datakita-navigation .tab-wrapper .nav-pills .nav-link:nth-child(2) a, .tab-wrapper .nav-pills .datakita-tab #datakita-navigation .nav-link:nth-child(2) a {
    border-right: 1px solid #462F8E; }

#datakita-navigation-kampanye {
  width: auto;
  display: inline-flex;
  position: absolute;
  top: 20px;
  background-color: #ffffff;
  z-index: 90;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); }
  @media (min-width: 320px) and (max-width: 720px) {
    #datakita-navigation-kampanye {
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 295px;
      background-color: transparent;
      box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
      -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
      border-bottom: 0; } }
  @media (min-width: 320px) and (max-width: 720px) {
    #datakita-navigation-kampanye .nav-item, #datakita-navigation-kampanye .tab-wrapper .nav-pills .nav-link, .tab-wrapper .nav-pills #datakita-navigation-kampanye .nav-link {
      background-color: #fff;
      box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.3);
      -webkit-box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.3); } }
  #datakita-navigation-kampanye .nav-item a, #datakita-navigation-kampanye .tab-wrapper .nav-pills .nav-link a, .tab-wrapper .nav-pills #datakita-navigation-kampanye .nav-link a {
    font-size: 16px;
    font-weight: bold;
    color: #462F8E;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 5px 15px;
    margin: 3px 0;
    border-right: 1px solid #462F8E; }
    #datakita-navigation-kampanye .nav-item a.active, #datakita-navigation-kampanye .tab-wrapper .nav-pills .nav-link a.active, .tab-wrapper .nav-pills #datakita-navigation-kampanye .nav-link a.active {
      border: 1px solid transparent;
      border-radius: 0;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      background-color: #462F8E;
      padding: 8px 15px;
      margin: 0;
      color: #ffffff; }
    #datakita-navigation-kampanye .nav-item a:hover, #datakita-navigation-kampanye .tab-wrapper .nav-pills .nav-link a:hover, .tab-wrapper .nav-pills #datakita-navigation-kampanye .nav-link a:hover, #datakita-navigation-kampanye .nav-item a:focus, #datakita-navigation-kampanye .tab-wrapper .nav-pills .nav-link a:focus, .tab-wrapper .nav-pills #datakita-navigation-kampanye .nav-link a:focus {
      border-color: transparent; }
    #datakita-navigation-kampanye .nav-item a.active, #datakita-navigation-kampanye .tab-wrapper .nav-pills .nav-link a.active, .tab-wrapper .nav-pills #datakita-navigation-kampanye .nav-link a.active {
      border-left: 1px solid #462F8E;
      margin-left: -1px; }
    #datakita-navigation-kampanye .nav-item a .disabled, #datakita-navigation-kampanye .tab-wrapper .nav-pills .nav-link a .disabled, .tab-wrapper .nav-pills #datakita-navigation-kampanye .nav-link a .disabled {
      cursor: disabled; }
  #datakita-navigation-kampanye .nav-item:last-child a, #datakita-navigation-kampanye .tab-wrapper .nav-pills .nav-link:last-child a, .tab-wrapper .nav-pills #datakita-navigation-kampanye .nav-link:last-child a {
    border: 1px solid transparent; }

#datakita-navigation-kampanye2 {
  width: auto;
  display: inline-flex;
  position: absolute;
  top: 20px;
  background-color: #ffffff;
  z-index: 90;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); }
  @media (min-width: 720px) and (max-width: 1199px) {
    #datakita-navigation-kampanye2 {
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 80%; } }
  @media (min-width: 320px) and (max-width: 720px) {
    #datakita-navigation-kampanye2 {
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 90%; } }
  @media (min-width: 320px) and (max-width: 1199px) {
    #datakita-navigation-kampanye2 {
      position: relative;
      display: flex;
      justify-content: center;
      background-color: transparent;
      box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
      -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
      border-bottom: 0;
      padding: 0; } }
  @media (min-width: 320px) and (max-width: 1199px) {
    #datakita-navigation-kampanye2 .nav-item, #datakita-navigation-kampanye2 .tab-wrapper .nav-pills .nav-link, .tab-wrapper .nav-pills #datakita-navigation-kampanye2 .nav-link {
      background-color: #fff;
      box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.3);
      -webkit-box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.3);
      width: 50%; } }
  #datakita-navigation-kampanye2 .nav-item a, #datakita-navigation-kampanye2 .tab-wrapper .nav-pills .nav-link a, .tab-wrapper .nav-pills #datakita-navigation-kampanye2 .nav-link a {
    font-size: 16px;
    font-weight: bold;
    color: #462F8E;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 5px 15px;
    margin: 3px 0;
    border-right: 1px solid #462F8E; }
    @media (min-width: 320px) and (max-width: 1199px) {
      #datakita-navigation-kampanye2 .nav-item a, #datakita-navigation-kampanye2 .tab-wrapper .nav-pills .nav-link a, .tab-wrapper .nav-pills #datakita-navigation-kampanye2 .nav-link a {
        width: 100%;
        text-align: center; } }
    @media (min-width: 320px) and (max-width: 1199px) {
      #datakita-navigation-kampanye2 .nav-item a i, #datakita-navigation-kampanye2 .tab-wrapper .nav-pills .nav-link a i, .tab-wrapper .nav-pills #datakita-navigation-kampanye2 .nav-link a i {
        float: left;
        margin-top: 3px; } }
    #datakita-navigation-kampanye2 .nav-item a.active, #datakita-navigation-kampanye2 .tab-wrapper .nav-pills .nav-link a.active, .tab-wrapper .nav-pills #datakita-navigation-kampanye2 .nav-link a.active {
      border: 1px solid transparent;
      border-radius: 0;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      background-color: #462F8E;
      padding: 8px 15px;
      margin: 0;
      color: #ffffff; }
    #datakita-navigation-kampanye2 .nav-item a:hover, #datakita-navigation-kampanye2 .tab-wrapper .nav-pills .nav-link a:hover, .tab-wrapper .nav-pills #datakita-navigation-kampanye2 .nav-link a:hover, #datakita-navigation-kampanye2 .nav-item a:focus, #datakita-navigation-kampanye2 .tab-wrapper .nav-pills .nav-link a:focus, .tab-wrapper .nav-pills #datakita-navigation-kampanye2 .nav-link a:focus {
      border-color: transparent; }
    #datakita-navigation-kampanye2 .nav-item a.active, #datakita-navigation-kampanye2 .tab-wrapper .nav-pills .nav-link a.active, .tab-wrapper .nav-pills #datakita-navigation-kampanye2 .nav-link a.active {
      border-left: 1px solid #462F8E;
      margin-left: -1px; }
    #datakita-navigation-kampanye2 .nav-item a .disabled, #datakita-navigation-kampanye2 .tab-wrapper .nav-pills .nav-link a .disabled, .tab-wrapper .nav-pills #datakita-navigation-kampanye2 .nav-link a .disabled {
      cursor: disabled; }
  #datakita-navigation-kampanye2 .nav-item:last-child a, #datakita-navigation-kampanye2 .tab-wrapper .nav-pills .nav-link:last-child a, .tab-wrapper .nav-pills #datakita-navigation-kampanye2 .nav-link:last-child a {
    border: 1px solid transparent; }

.tab-datakita .tab-pane {
  position: relative; }
  @media (min-width: 320px) and (max-width: 720px) {
    .tab-datakita .tab-pane .map {
      height: 400px; } }

.data-kita-campaign, .table-datakita {
  padding-top: 100px; }
  @media (min-width: 320px) and (max-width: 720px) {
    .data-kita-campaign, .table-datakita {
      padding-bottom: 40px;
      padding-top: 90px; } }

.kampanye-kita-campaign {
  padding-top: 100px; }
  @media (min-width: 320px) and (max-width: 720px) {
    .kampanye-kita-campaign {
      padding-bottom: 40px;
      padding-top: 40px; } }

@media (min-width: 320px) and (max-width: 720px) {
  .map-datakita .table-datakita {
    padding-top: 40px; } }

.table-datakita {
  margin-bottom: 40px; }
  @media (min-width: 320px) and (max-width: 720px) {
    .table-datakita {
      width: 100%;
      overflow-y: scroll;
      padding-left: 5px;
      padding-right: 5px; } }
  .table-datakita table {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 100%; }
    @media (min-width: 320px) and (max-width: 720px) {
      .table-datakita table {
        width: 300%; } }
    .table-datakita table thead tr {
      border-bottom: 1px solid #979797; }
      .table-datakita table thead tr th {
        padding: 10px 20px;
        font-size: 20px;
        font-weight: bold; }
    .table-datakita table tbody tr {
      border-bottom: 1px solid #979797; }
      .table-datakita table tbody tr td {
        padding: 10px 20px;
        font-size: 16px; }
        .table-datakita table tbody tr td:first-child {
          font-weight: bold; }
        .table-datakita table tbody tr td img {
          width: 36px;
          height: 36px;
          margin-right: 10px; }
        .table-datakita table tbody tr td .progress {
          float: left;
          width: 60%;
          height: 13px;
          border-radius: 20px;
          -moz-border-radius: 20px;
          -webkit-border-radius: 20px;
          margin-top: 5px; }
          .table-datakita table tbody tr td .progress .progress-bar {
            border-radius: 20px;
            -moz-border-radius: 20px;
            -webkit-border-radius: 20px;
            background-color: #47B59B; }

.kampanye {
  padding: 120px 0 80px 0;
  background: url(../img/bg-gradient-tujuan.png) top center no-repeat;
  background-size: contain; }
  @media (min-width: 320px) and (max-width: 720px) {
    .kampanye {
      background: none;
      background-size: cover;
      padding: 80px 0 80px 0;
      background: #462F8E;
      background: -webkit-linear-gradient(legacy-direction(135deg), #462F8E, #E22F6E);
      background: linear-gradient(135deg, #462F8E, #E22F6E); } }
  @media (min-width: 320px) and (max-width: 720px) {
    .kampanye .card-wrapper {
      position: absolute; } }
  .kampanye.header-top {
    padding: 60px 0;
    background: none;
    background-size: contain; }
    @media (min-width: 320px) and (max-width: 720px) {
      .kampanye.header-top {
        padding-top: 0; } }
    @media (min-width: 320px) and (max-width: 720px) {
      .kampanye.header-top .progress-campaign {
        padding: 20px 15px;
        margin-top: 0; } }
  .kampanye .text {
    padding: 100px 0; }
    .kampanye .text h1 {
      color: #462F8E;
      margin-bottom: 20px; }
    .kampanye .text p {
      font-size: 24px;
      line-height: 34px;
      width: 350px; }
  .kampanye .slider-kampanye {
    position: relative;
    margin-bottom: 40px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    overflow: hidden;
    background-color: #ffffff; }
    .kampanye .slider-kampanye .card-item {
      min-height: 615px;
      position: relative;
      padding: 60px;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px; }
      .kampanye .slider-kampanye .card-item:before {
        content: ' ';
        position: absolute;
        width: 100%;
        height: 100%;
        background: url(../img/bg-slider-kampanye.png) -90px center no-repeat;
        background-size: contain;
        top: 0;
        left: 0; }
  .kampanye .progress-campaign .card {
    border: none;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0; }
    .kampanye .progress-campaign .card .card-header img {
      width: 100%;
      height: 320px;
      object-fit: cover;
      border-radius: 5px 5px 0 0;
      -moz-border-radius: 5px 5px 0 0;
      -webkit-border-radius: 5px 5px 0 0; }
    .kampanye .progress-campaign .card .card-header-small img {
      width: 100%;
      height: 180px;
      object-fit: cover;
      border-radius: 5px 5px 0 0;
      -moz-border-radius: 5px 5px 0 0;
      -webkit-border-radius: 5px 5px 0 0; }
    .kampanye .progress-campaign .card .card-body h3 {
      margin-bottom: 5px; }
    .kampanye .progress-campaign .card .card-body p {
      margin-top: 10px; }
    .kampanye .progress-campaign .card .card-body.small span {
      margin-top: 20px;
      font-size: 16px; }

.progress-campaign span {
  font-size: 16px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .progress-campaign span {
      width: 90%;
      display: inline-block; } }
.progress-campaign .progress {
  float: left;
  width: 50%;
  height: 13px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  margin-top: 15px; }
  .progress-campaign .progress .progress-bar {
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    background-color: #47B59B; }
.progress-campaign .icon-mobile {
  float: right; }
  .progress-campaign .icon-mobile a img {
    width: 36px;
    height: 36px; }

.slide-kampanye {
  position: relative;
  margin-bottom: 40px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  overflow: hidden;
  background-color: #ffffff; }
  .slide-kampanye .card-item {
    min-height: 615px;
    position: relative;
    padding: 60px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px; }
    .slide-kampanye .card-item:before {
      content: ' ';
      position: absolute;
      width: 100%;
      height: 100%;
      background: url(../img/bg-slider-kampanye.png) -90px center no-repeat;
      background-size: contain;
      top: 0;
      left: 0; }
  .slide-kampanye .text {
    padding: 100px 0; }
    .slide-kampanye .text h1 {
      color: #462F8E;
      margin-bottom: 20px; }
    .slide-kampanye .text p {
      font-size: 24px;
      line-height: 34px;
      margin-bottom: 20px;
      width: 400px; }

.tujuan {
  padding: 60px 0 0 0;
  background: url(../img/bg-gradient-tujuan.png) top center no-repeat;
  background-size: contain;
  position: relative; }
  .tujuan .text {
    padding: 60px 0; }
    .tujuan .text h1 {
      color: #462F8E;
      margin-bottom: 20px; }
    .tujuan .text p {
      font-size: 24px;
      line-height: 34px; }
  .tujuan .slider-tujuan {
    position: relative;
    margin-bottom: 40px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    overflow: hidden;
    background-color: #ffffff; }
    .tujuan .slider-tujuan:after {
      content: ' ';
      position: absolute;
      bottom: 0;
      right: -68px;
      background: url(../img/bg-gradient-tujuan-after.png) top center no-repeat;
      background-size: cover;
      width: 200px;
      height: 200px; }
    .tujuan .slider-tujuan .card-item {
      min-height: 615px;
      position: relative;
      padding: 60px;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px; }
      .tujuan .slider-tujuan .card-item:before {
        content: ' ';
        position: absolute;
        width: 100%;
        height: 100%;
        background: url(../img/bg-tujuan.png) -90px top no-repeat;
        top: 0;
        left: 0; }
    .tujuan .slider-tujuan .content-tujuan h6 {
      font-family: "Karla", Sans-serif;
      font-size: 18px;
      font-weight: 700;
      margin-top: 20px;
      margin-bottom: 20px;
      padding-bottom: 20px;
      position: relative; }
      .tujuan .slider-tujuan .content-tujuan h6:after {
        content: ' ';
        position: absolute;
        bottom: 0px;
        left: 0;
        width: 60px;
        height: 4px;
        background-color: #462F8E; }
    .tujuan .slider-tujuan .content-tujuan p {
      font-size: 16px;
      line-height: 26px; }

.margin-40 {
  margin-top: 40px; }

.share-icon {
  margin-top: 0;
  text-align: left;
  display: inline-block;
  padding-bottom: 25px; }
  @media (min-width: 320px) and (max-width: 720px) {
    .share-icon {
      text-align: center;
      border-bottom: 0;
      margin-bottom: 20px;
      margin-top: 20px; } }
  .share-icon p {
    font-size: 16px;
    margin-bottom: 25px;
    color: #9B9B9B;
    font-weight: bold;
    text-align: center; }
    @media (min-width: 320px) and (max-width: 720px) {
      .share-icon p {
        text-align: center;
        margin-bottom: 15px !important; } }
  .share-icon a {
    width: 40px;
    height: 40px;
    background-color: #cecece;
    padding: 0 5px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: inline-block;
    line-height: 43px;
    margin: 0 20px; }
    .share-icon a i {
      color: #fff;
      font-size: 22px; }
    @media (min-width: 320px) and (max-width: 720px) {
      .share-icon a {
        float: none;
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 26px; }
        .share-icon a i {
          font-size: 24px;
          line-height: 40px; } }

.subscribe {
  width: 50%;
  margin: 0 auto 80px auto; }
  .subscribe input[type="Text"] {
    width: 100%;
    padding: 5px 10px;
    height: 50px;
    text-align: center;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-width: 1px;
    border-color: #414241;
    margin-bottom: 20px;
    font-size: 20px; }
    .subscribe input[type="Text"]::-webkit-input-placeholder {
      color: #d1d5da;
      font-family: "Karla", Sans-serif;
      font-weight: 400; }
    .subscribe input[type="Text"]:-moz-placeholder {
      color: #d1d5da;
      font-family: "Karla", Sans-serif;
      font-weight: 400; }
    .subscribe input[type="Text"]::-moz-placeholder {
      color: #d1d5da;
      font-family: "Karla", Sans-serif;
      font-weight: 400; }
    .subscribe input[type="Text"]:-ms-input-placeholder {
      color: #d1d5da;
      font-family: "Karla", Sans-serif;
      font-weight: 400; }

.form-group {
  width: 100%; }
  .form-group textarea {
    border: 1px solid #414241;
    width: 100%;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px; }

.sebaran-data-profile {
  position: relative;
  margin: 120px 0 0 0; }
  .sebaran-data-profile .page-sebaran-data {
    position: absolute;
    left: calc(50% - 400px);
    top: -58px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #fff;
    text-align: center;
    width: 800px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    padding: 20px 0; }
    .sebaran-data-profile .page-sebaran-data h2 {
      font-family: "Karla", Sans-serif;
      color: #462F8E; }
    .sebaran-data-profile .page-sebaran-data p {
      color: #462F8E;
      font-size: 20px; }

.kampanye-data-detail-map {
  margin-bottom: 60px; }

.kampanye-data {
  margin-bottom: 60px; }

.data-text {
  padding: 60px 0 0 0; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .data-text {
      padding: 60px 80px; } }
  .data-text p {
    margin-bottom: 10px; }

.prev-slider, .next-slider {
  z-index: 10;
  position: absolute;
  /*top: calc(50% - 26px);*/
  color: #ffffff;
  font-size: 35px; }
  .prev-slider:hover, .next-slider:hover {
    color: rgba(0, 0, 0, 0.4); }

.prev-slider {
  left: 40px; }

.next-slider {
  right: 40px; }

.slick-dots {
  bottom: 80px;
  left: 0; }
  .slick-dots li button {
    color: transparent;
    border: 3px solid white !important;
    opacity: 1;
    text-indent: -99999px;
    padding: 0;
    width: 20px;
    height: 20px; }

.about-slider {
  margin-bottom: 10px; }
  .about-slider p {
    font-size: 16px;
    margin-top: 10px; }

.daftar-relawan {
  width: 100%;
  margin-top: 140px; }
  .daftar-relawan h5 {
    font-size: 24px;
    width: 100%;
    text-align: center;
    margin-bottom: 30px; }
  .daftar-relawan p {
    font-size: 24px; }

.padding-header {
  padding: 50px 0; }

.kampanye-area {
  padding-top: 30px; }
  @media (min-width: 320px) and (max-width: 1199px) {
    .kampanye-area {
      padding-top: 0; }
      .kampanye-area .page-heading, .kampanye-area .page-heading-white, .kampanye-area .page-heading-black {
        margin-top: 30px; }
        .kampanye-area .page-heading h1, .kampanye-area .page-heading-white h1, .kampanye-area .page-heading-black h1 {
          margin-bottom: 20px; }
      .kampanye-area .container {
        width: 95%; } }
  .kampanye-area .form-group input[type="text"] {
    background-color: #e6e1f5 !important;
    border-color: #e6e1f5 !important;
    border: none;
    display: inline-block;
    max-width: 36.9999%;
    height: 60px;
    padding-left: 25px;
    margin-right: 15px;
    margin-left: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px; }
    @media (min-width: 320px) and (max-width: 1199px) {
      .kampanye-area .form-group input[type="text"] {
        width: calc(100% - 20px);
        padding: 10px;
        height: 44px;
        font-size: 16px;
        margin: 0 10px 20px 0;
        margin-bottom: 20px;
        max-width: 100%;
        margin-right: 0; } }
  @media (min-width: 320px) and (max-width: 1199px) {
    .kampanye-area .form-group a.btn {
      height: 40px;
      padding: 0 5px !important;
      width: 120px;
      line-height: 40px;
      margin-left: 10px; } }
  @media (min-width: 320px) and (max-width: 1199px) {
    .kampanye-area .padding-header {
      padding: 30px 0 0 0; } }
  .kampanye-area .page-heading, .kampanye-area .page-heading-white, .kampanye-area .page-heading-black {
    margin: 20px 0 0; }
    @media (min-width: 320px) and (max-width: 1199px) {
      .kampanye-area .page-heading, .kampanye-area .page-heading-white, .kampanye-area .page-heading-black {
        margin: 40px 0 0; } }

.table-kampanye {
  margin-bottom: 40px; }
  @media (min-width: 320px) and (max-width: 720px) {
    .table-kampanye {
      width: 100%;
      overflow-y: scroll;
      padding-left: 5px;
      padding-right: 5px; } }
  .table-kampanye table {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 100%; }
    @media (min-width: 320px) and (max-width: 720px) {
      .table-kampanye table {
        width: 300%; } }
    .table-kampanye table thead tr {
      border-bottom: 1px solid #979797; }
      .table-kampanye table thead tr th {
        padding: 10px 20px;
        font-size: 20px;
        font-weight: bold; }
    .table-kampanye table tbody tr {
      border-bottom: 1px solid #979797; }
      .table-kampanye table tbody tr td {
        padding: 20px;
        font-size: 20px; }
        .table-kampanye table tbody tr td:first-child {
          font-weight: bold; }
        .table-kampanye table tbody tr td img {
          width: 36px;
          height: 36px;
          margin-right: 10px; }
        .table-kampanye table tbody tr td .progress {
          float: left;
          width: 60%;
          height: 13px;
          border-radius: 20px;
          -moz-border-radius: 20px;
          -webkit-border-radius: 20px;
          margin-top: 5px; }
          .table-kampanye table tbody tr td .progress .progress-bar {
            border-radius: 20px;
            -moz-border-radius: 20px;
            -webkit-border-radius: 20px;
            background-color: #47B59B; }

.kampanye-detail {
  background-color: #fff; }
  .kampanye-detail p {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 30px; }
    .kampanye-detail p img {
      max-width: 100%; }
    .kampanye-detail p span {
      font-size: 16px; }
  @media (min-width: 320px) and (max-width: 720px) {
    .kampanye-detail {
      padding: 20px 0; }
      .kampanye-detail h1 {
        font-size: 36px;
        padding: 0 10px; }
      .kampanye-detail .breadcrumb {
        padding: 0 10px; }
        .kampanye-detail .breadcrumb li {
          color: #414241;
          font-size: 18px; }
      .kampanye-detail p {
        font-size: 16px;
        padding: 0 10px; }
      .kampanye-detail p.text-center {
        padding: 0; }
      .kampanye-detail .col-md-12 {
        padding: 0; }
      .kampanye-detail .col-md-3.offset-md-1.text-left {
        padding: 5% 20%; }
      .kampanye-detail .btn.btn-large.btn-green {
        margin-bottom: 40px; } }
  @media (min-width: 320px) and (max-width: 720px) {
    .kampanye-detail .container {
      padding: 0; }
      .kampanye-detail .container .page-heading-left {
        padding: 0 20px; }
      .kampanye-detail .container .row {
        margin: 0; }
      .kampanye-detail .container .col-md-8, .kampanye-detail .container .col-md-4, .kampanye-detail .container .col-md-6 {
        padding: 0; }
      .kampanye-detail .container .news-content p {
        padding: 0 20px; }
        .kampanye-detail .container .news-content p.text-center {
          padding: 0; } }
  .kampanye-detail .text-kampanye {
    margin-bottom: 60px; }
    @media (min-width: 320px) and (max-width: 720px) {
      .kampanye-detail .text-kampanye {
        text-align: center;
        padding-left: 0px; }
        .kampanye-detail .text-kampanye .text-right {
          text-align: center !important;
          margin-bottom: 40px; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .kampanye-detail .text-kampanye .text-right {
        text-align: center !important;
        margin-bottom: 40px;
        max-width: 100% !important; }
      .kampanye-detail .text-kampanye > .text-center {
        text-align: right !important; }
      .kampanye-detail .text-kampanye .col-md-4 {
        max-width: 50%;
        flex: 50%; } }
    @media (min-width: 660px) and (max-width: 768px) {
      .kampanye-detail .text-kampanye {
        text-align: center;
        padding-left: 0px; }
        .kampanye-detail .text-kampanye .text-right {
          text-align: center !important;
          margin-bottom: 10px; } }
    @media (min-width: 320px) and (max-width: 720px) {
      .kampanye-detail .text-kampanye a.btn-full {
        max-width: calc(100% - 40px);
        padding: 10px 5px !important; } }
    .kampanye-detail .text-kampanye > p {
      margin-bottom: 30px; }
    .kampanye-detail .text-kampanye .progress-campaign {
      margin-bottom: 20px; }
      .kampanye-detail .text-kampanye .progress-campaign p {
        font-size: 20px;
        margin-bottom: 10px; }
      .kampanye-detail .text-kampanye .progress-campaign .progress {
        width: 100%;
        margin-bottom: 10px;
        margin-top: 0; }
      .kampanye-detail .text-kampanye .progress-campaign .progress-info {
        padding-top: 0px;
        margin-bottom: 0px;
        display: inline-block;
        width: 100%; }
        @media (min-width: 320px) and (max-width: 720px) {
          .kampanye-detail .text-kampanye .progress-campaign .progress-info {
            margin-bottom: 0; } }
      @media (min-width: 320px) and (max-width: 720px) {
        .kampanye-detail .text-kampanye .progress-campaign {
          margin-top: 0;
          margin-bottom: 0;
          padding-bottom: 0; } }

.tab-kampanye-detail .tab-content {
  margin-bottom: 0; }
  @media (min-width: 320px) and (max-width: 720px) {
    .tab-kampanye-detail .tab-content {
      padding: 0 20px; } }
  @media (min-width: 320px) and (max-width: 720px) {
    .tab-kampanye-detail .tab-content #chart-pie1 .highcharts-container, .tab-kampanye-detail .tab-content #chart-pie2 .highcharts-container {
      width: 200px !important;
      height: 200px !important;
      margin: 0 auto; } }
  @media (min-width: 320px) and (max-width: 720px) {
    .tab-kampanye-detail .tab-content #chart-pie1 .highcharts-container > svg, .tab-kampanye-detail .tab-content #chart-pie2 .highcharts-container > svg {
      width: 200px !important;
      height: 200px !important; } }
  @media (min-width: 320px) and (max-width: 720px) {
    .tab-kampanye-detail .tab-content .data-text {
      text-align: center;
      padding-top: 0; } }
  @media (min-width: 720px) and (max-width: 767px) {
    .tab-kampanye-detail .tab-content .data-text {
      padding-top: 10px; } }
  @media (min-width: 320px) and (max-width: 720px) {
    .tab-kampanye-detail .tab-content #chart-pie2 .highcharts-container {
      width: 200px !important;
      height: 200px !important;
      margin: 0 auto; } }
  @media (min-width: 320px) and (max-width: 720px) {
    .tab-kampanye-detail .tab-content #chart-pie2 .highcharts-container > svg {
      width: 200px !important;
      height: 200px !important; } }
.tab-kampanye-detail .nav-tabs {
  border-bottom: 0;
  margin-bottom: 40px; }
  @media (min-width: 320px) and (max-width: 720px) {
    .tab-kampanye-detail .nav-tabs {
      justify-content: space-around; } }
  .tab-kampanye-detail .nav-tabs .nav-item, .tab-kampanye-detail .nav-tabs .tab-wrapper .nav-pills .nav-link, .tab-wrapper .nav-pills .tab-kampanye-detail .nav-tabs .nav-link {
    padding: 0 20px;
    margin: 0 20px; }
    .tab-kampanye-detail .nav-tabs .nav-item:first-child, .tab-kampanye-detail .nav-tabs .tab-wrapper .nav-pills .nav-link:first-child, .tab-wrapper .nav-pills .tab-kampanye-detail .nav-tabs .nav-link:first-child {
      border-right: 1px solid #472681;
      font-size: 24px;
      padding: 0 40px;
      margin: 0; }
      @media (min-width: 320px) and (max-width: 720px) {
        .tab-kampanye-detail .nav-tabs .nav-item:first-child, .tab-kampanye-detail .nav-tabs .tab-wrapper .nav-pills .nav-link:first-child, .tab-wrapper .nav-pills .tab-kampanye-detail .nav-tabs .nav-link:first-child {
          padding: 0 30px; } }
    @media (min-width: 320px) and (max-width: 720px) {
      .tab-kampanye-detail .nav-tabs .nav-item, .tab-kampanye-detail .nav-tabs .tab-wrapper .nav-pills .nav-link, .tab-wrapper .nav-pills .tab-kampanye-detail .nav-tabs .nav-link {
        margin: 0; } }
    .tab-kampanye-detail .nav-tabs .nav-item .nav-link, .tab-kampanye-detail .nav-tabs .tab-wrapper .nav-pills .nav-link .nav-link, .tab-wrapper .nav-pills .tab-kampanye-detail .nav-tabs .nav-link .nav-link {
      color: #414241;
      padding: 0; }
      .tab-kampanye-detail .nav-tabs .nav-item .nav-link:hover, .tab-kampanye-detail .nav-tabs .tab-wrapper .nav-pills .nav-link .nav-link:hover, .tab-wrapper .nav-pills .tab-kampanye-detail .nav-tabs .nav-link .nav-link:hover, .tab-kampanye-detail .nav-tabs .nav-item .nav-link:active, .tab-kampanye-detail .nav-tabs .tab-wrapper .nav-pills .nav-link .nav-link:active, .tab-wrapper .nav-pills .tab-kampanye-detail .nav-tabs .nav-link .nav-link:active {
        border-color: transparent; }
      .tab-kampanye-detail .nav-tabs .nav-item .nav-link.active, .tab-kampanye-detail .nav-tabs .tab-wrapper .nav-pills .nav-link .nav-link.active, .tab-wrapper .nav-pills .tab-kampanye-detail .nav-tabs .nav-link .nav-link.active {
        background-color: transparent;
        border: none;
        font-weight: bold;
        border-bottom: 1px solid #472681;
        color: #462F8E; }
      @media (min-width: 320px) and (max-width: 720px) {
        .tab-kampanye-detail .nav-tabs .nav-item .nav-link, .tab-kampanye-detail .nav-tabs .tab-wrapper .nav-pills .nav-link .nav-link, .tab-wrapper .nav-pills .tab-kampanye-detail .nav-tabs .nav-link .nav-link {
          font-size: 16px; } }

.kontributor-wrapper {
  margin-top: 60px;
  padding-top: 30px;
  margin-bottom: 20px;
  border-top: 1px solid #d1d5da; }
  @media (min-width: 320px) and (max-width: 720px) {
    .kontributor-wrapper {
      text-align: center;
      margin-bottom: 40px !important; } }
  .kontributor-wrapper h3 {
    font-family: "Karla", Sans-serif;
    margin-bottom: 20px; }
  .kontributor-wrapper .kontributor {
    display: flex;
    align-items: center;
    margin-bottom: 10px; }
    @media (min-width: 320px) and (max-width: 720px) {
      .kontributor-wrapper .kontributor {
        justify-content: center;
        margin: 0 auto 15px;
        max-width: 50%; } }
    .kontributor-wrapper .kontributor img {
      height: 50px;
      width: 50px;
      margin-right: 15px; }
    .kontributor-wrapper .kontributor p {
      font-size: 16px;
      color: #414241; }
      @media (min-width: 320px) and (max-width: 720px) {
        .kontributor-wrapper .kontributor p {
          text-align: left;
          margin-bottom: 0;
          line-height: 24px; } }

@media (min-width: 320px) and (max-width: 720px) {
  .kampanye {
    margin-bottom: 400px; } }
.kampanye.new {
  padding-bottom: 0; }
  @media (min-width: 320px) and (max-width: 720px) {
    .kampanye.new {
      padding-bottom: 200px;
      position: relative; } }
  .kampanye.new .page-heading h1, .kampanye.new .page-heading-white h1, .kampanye.new .page-heading-black h1 {
    width: 100%;
    text-align: left;
    padding: 0 60px; }
    @media (min-width: 320px) and (max-width: 720px) {
      .kampanye.new .page-heading h1, .kampanye.new .page-heading-white h1, .kampanye.new .page-heading-black h1 {
        text-align: center;
        font-size: 36px; } }
  .kampanye.new .page-heading p, .kampanye.new .page-heading-white p, .kampanye.new .page-heading-black p {
    width: 100%;
    text-align: left; }
    @media (min-width: 320px) and (max-width: 720px) {
      .kampanye.new .page-heading p, .kampanye.new .page-heading-white p, .kampanye.new .page-heading-black p {
        text-align: center; } }

.kampanye-banner {
  overflow: hidden;
  border: none;
  height: 600px; }
  @media (min-width: 320px) and (max-width: 720px) {
    .kampanye-banner {
      position: absolute;
      left: 20px;
      right: 20px; } }
  .kampanye-banner .item {
    height: 600px; }
    @media (min-width: 320px) and (max-width: 720px) {
      .kampanye-banner .item {
        height: 300px; } }
  .kampanye-banner .text-slider {
    top: calc((300px / 2) - 150px);
    padding: 0 10%; }
  .kampanye-banner .wrapper:after {
    background: url(../img/bg-slider-kampanye.png) center right no-repeat;
    background-size: cover;
    height: 600px; }
  @media (min-width: 320px) and (max-width: 720px) {
    .kampanye-banner .text-slider {
      top: auto;
      bottom: calc((120px / 2));
      padding: 0 20px;
      text-align: center; } }
  @media (min-width: 320px) and (max-width: 720px) {
    .kampanye-banner .text-slider .text {
      padding-bottom: 0; } }
  .kampanye-banner .text-slider .text h1 {
    color: #462F8E; }
    @media (min-width: 320px) and (max-width: 720px) {
      .kampanye-banner .text-slider .text h1 {
        font-size: 20px;
        line-height: 24px;
        width: 100%;
        margin-bottom: 10px; } }
  .kampanye-banner .text-slider .text p {
    color: #414241; }
    @media (min-width: 320px) and (max-width: 720px) {
      .kampanye-banner .text-slider .text p {
        font-size: 16px;
        line-break: 26px;
        width: 100%;
        margin-bottom: 10px; } }
  .kampanye-banner .next-slider {
    right: 5% !important; }
    .kampanye-banner .next-slider i {
      text-shadow: 0 4px 16px rgba(0, 0, 0, 0.5); }
  .kampanye-banner .prev-slider {
    left: 5% !important; }
    .kampanye-banner .prev-slider i {
      text-shadow: 0 4px 16px rgba(0, 0, 0, 0.5); }

.kampanye-content .text h1 {
  margin-bottom: 50px; }

.kampanye-kontribusi .page-heading p, .kampanye-kontribusi .page-heading-white p, .kampanye-kontribusi .page-heading-black p {
  width: 100%; }

.kampanye-header {
  background: transparent;
  position: absolute; }

@media (min-width: 320px) and (max-width: 720px) {
  .tab-wrapper.award.new {
    padding: 20px 0 !important; } }
@media (min-width: 320px) and (max-width: 720px) {
  .tab-wrapper.award.new .daftar-relawan {
    margin-top: 0; } }
@media (min-width: 320px) and (max-width: 720px) {
  .tab-wrapper.award.new #pills-tabContent2 {
    margin-top: 40px;
    padding: 0 20px; } }
@media (min-width: 320px) and (max-width: 720px) {
  .tab-wrapper.award.new ul {
    width: 1110px; } }
@media (min-width: 320px) and (max-width: 720px) {
  .tab-wrapper .container-award {
    overflow: scroll;
    padding: 20px 0 !important;
    height: 335px; } }

.slider-tab-home {
  width: 180px !important;
  height: 128px !important;
  margin-right: 10% !important; }
  .slider-tab-home:last-child {
    margin-right: 0 !important; }
  .slider-tab-home:before {
    width: 200% !important; }
  .slider-tab-home a.nav-link {
    border: 0 !important;
    width: 180px !important;
    height: 128px !important;
    background-color: transparent !important;
    padding: 0 !important; }
    .slider-tab-home a.nav-link .image-medium {
      width: 124px !important;
      height: 128px !important; }
      .slider-tab-home a.nav-link .image-medium img {
        width: 124px !important;
        height: 128px !important; }
    .slider-tab-home a.nav-link p {
      line-height: 24px;
      color: #462F8E; }
    .slider-tab-home a.nav-link span {
      color: #462F8E; }
    .slider-tab-home a.nav-link.active {
      margin-top: -30px; }
      .slider-tab-home a.nav-link.active .image-medium {
        width: 180px !important;
        height: 180px !important; }
        .slider-tab-home a.nav-link.active .image-medium img {
          width: 180px !important;
          height: 180px !important; }
      .slider-tab-home a.nav-link.active span {
        color: #fff;
        background-color: #e95021;
        width: 90px;
        display: inline-block;
        font-size: 16px;
        font-weight: bold;
        line-height: 30px; }

@media (min-width: 320px) and (max-width: 768px) {
  .footer {
    display: none; } }
.footer .footer-content {
  padding: 50px 0 50px 0; }
  .footer .footer-content .widget h5 {
    color: #fff;
    margin-bottom: 20px;
    text-align: left; }
  .footer .footer-content .widget ul {
    margin: 0;
    padding: 0; }
    .footer .footer-content .widget ul li a {
      font-size: 16px;
      color: #fff; }
      .footer .footer-content .widget ul li a:hover {
        color: #ED7624;
        text-decoration: none; }
  .footer .footer-content .widget a img {
    max-height: 37px;
    width: auto; }
  .footer .footer-content .widget .logo {
    margin: 10px 0 30px 0; }
    .footer .footer-content .widget .logo img {
      max-height: 50px;
      width: auto; }
.footer .footer-copyright .container {
  padding: 40px 0 40px 0;
  border-top: 1px solid #ffffff;
  /*
  select{
      float: right;
      border:1px solid $white;
      @include border-radius(0 !important);
      color: $white;
      background: transparent;
      font-size: 16px;
      font-weight: bold;
      height: 40px;
      width: 200px;
      text-align: center;
      outline: none;
      -webkit-appearance: menulist;
  }
  */ }
  .footer .footer-copyright .container p {
    float: left;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 0; }
  .footer .footer-copyright .container .select2 {
    float: right;
    width: 200px !important; }
  .footer .footer-copyright .container .select2-container--bootstrap .select2-selection {
    color: #fff;
    background-color: transparent; }
  .footer .footer-copyright .container .select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
    color: #fff; }
  .footer .footer-copyright .container .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent; }
  .footer .footer-copyright .container .select2-container--bootstrap .select2-results__option, .footer .footer-copyright .container .select2-container--bootstrap .select2-selection {
    font-size: 16px; }

.footer-mobile {
  display: none; }

@media (min-width: 320px) and (max-width: 768px) {
  .footer-mobile {
    position: relative;
    padding: 50px 0;
    display: block;
    background: #462F8E;
    background: -webkit-linear-gradient(legacy-direction(135deg), #462F8E, #E22F6E);
    background: linear-gradient(135deg, #462F8E, #E22F6E); }
    .footer-mobile .logo {
      max-height: 80px; }
    .footer-mobile .google-play img {
      max-width: 140px; }
    .footer-mobile .socmed {
      display: flex;
      justify-content: space-evenly;
      margin: 40px 0; }
      .footer-mobile .socmed a img {
        width: 40px;
        height: 40px; }
    .footer-mobile a.totop {
      width: 36px;
      height: 36px;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
      background-color: #ffffff;
      position: absolute;
      right: 15px;
      top: -18px;
      border-radius: 50%;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      padding: 2px 8px; }
      .footer-mobile a.totop i {
        color: #462f8e;
        font-size: 30px; } }

.g-recaptcha { margin-bottom: 1em; margin-top: 0.5em; }
.home-arrow { padding-top: 0.5em; }
.home-arrow .slick-arrow { color: #fff; margin-left: 0.5em; margin-right: 0.5em; }

.pdf-viewer { height: 25em; }
.pdf-viewer iframe { height: 25em; }

/** HOME BANNER CSS -BEGIN- **/
.home-banner { display: none; }
.banner-item { 
  width: 100%; 
  height: 600px;

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  position: relative;
}

.banner-box {
  width: 55%;
  margin-left: 5%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.banner-content { width: calc(100% - 10%); padding: 4%; background-color: rgba(70, 47, 142, 0.65); color: #fff; }
  .banner-content-title { font-size: 1.2em; font-style: normal; font-weight: 700; text-transform: uppercase; font-family: "Faustina", Sans-serif; margin-bottom: 0.3em; }
  .banner-content-description { font-size: 0.8em; margin-bottom: 1em; }
  .banner-content-buttons { margin-bottom: 2.5em; width: 100%; }
    .banner-content-button { width: 50%; float: left; }
    .banner-arrow { width: 50%; }
.banner-courtesy { font-size: 0.5em; background-color: #E22F6E; width: 50%; padding: 1% 3%; color: #fff; }
.banner-arrow { float: left; text-align: right; }
.banner-arrow .slick-arrow {
    color: #fff;
    margin-left: 0.5em;
    margin-right: 0.5em;
}
#banner .slick-track { height: 500px; }
#banner .slick-initialized { display: block; }

#banner .custom-dots { padding-left: 0; margin-bottom: 0; }
#banner .custom-dots li {
  margin: 0 0 0 0.5em;
  display: inline-block;
  list-style: none;
}
#banner .custom-dots li:first-child {
  margin-left: 0;
}
#banner .custom-dots .dot {
  display: block;
  width: 18px;
  height: 18px;
  text-decoration: none;
  background-color: transparent;
  border: 3px solid #fff;
  border-radius: 50%;
  cursor: pointer;
}
#banner .custom-dots .dot .string {
  position: absolute;
  left: -99999px;
  line-height: 0;
  opacity: 0;
}
#banner .custom-dots .slick-active .dot {
  background-color: #fff;
}
#banner .custom-dots .dot:hover,
#banner .custom-dots .slick-active .dot:hover {
    background-color: #fff;
}
#banner .slick-dotted.slick-slider { margin-bottom: 0 !important; }
/** HOME BANNER CSS -END- **/

/** CAMPAIGN RIBBON -BEGIN- **/
.ribbon {
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: absolute;
}
.kampanye-kita-campaign .ribbon { width: 120px; height: 120px; }
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #2980b9;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0 15px 49px;
  background-color: #e82;
  color: #fff;
  font: 700 12px/1 'Lato', sans-serif;
  text-transform: uppercase;
  text-align: left;
}
.kampanye-kita-campaign .ribbon span { padding-left: 63px; }
.ribbon-bottom-right {
  bottom: 20px;
  right: 8px;
}
.kampanye-kita-campaign .ribbon-bottom-right { bottom: 0; }
.ribbon-bottom-right::before,
.ribbon-bottom-right::after {
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.ribbon-bottom-right::before {
  bottom: 0;
  left: 0;
}
.ribbon-bottom-right::after {
  top: 0;
  right: 0;
}
.ribbon-bottom-right span {
  left: -25px;
  bottom: 30px;
  transform: rotate(315deg);
}
/** CAMPAIGN RIBBON -END- **/

@media (min-width: 320px) and (max-width: 720px) {
  .banner-box { width: 90% }
  .banner-content-buttons { margin-bottom: 3.5em }
}