@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");
html {
  font-family: "Source Sans 3", sans-serif;
  font-size: 100%;
}

@supports (font-variation-settings: normal) {
  html {
    font-family: "Source Sans 3", sans-serif;
    font-size: 100%;
  }
}
body {
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #060606;
}

.container-fluid {
  padding: 0;
}

.path-frontpage #content {
  display: none;
}

@media screen and (min-width: 21em) {
  .width-screen,
#main-wrapper {
    width: 93%;
  }
}
@media screen and (min-width: 48em) {
  .width-screen,
#main-wrapper {
    width: 85%;
  }
}
@media screen and (min-width: 62em) {
  .width-screen,
#main-wrapper {
    width: 83%;
  }
}
@media screen and (min-width: 80em) {
  .width-screen,
#main-wrapper {
    width: 80%;
  }
}
@media screen and (min-width: 96em) {
  .width-screen,
#main-wrapper {
    width: 70%;
  }
}
@media screen and (min-width: 150em) {
  .width-screen,
#main-wrapper {
    width: 90em;
  }
}
.width-screen,
#main-wrapper {
  margin: 0 auto;
}

.f18 {
  font-size: 18px;
}

.f24 {
  font-size: 24px;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.kluster-main-title {
  font-size: 30px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 25px;
}

.kluster-slider .kluster-item {
  padding: 0 8px;
}
.kluster-slider .kluster-item > div {
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  background-color: #FFFFFF;
  height: 224px;
  padding: 10px 14px 0 14px;
  position: relative;
}
.kluster-slider .kluster-item > div.active {
  box-shadow: 0px 3px 6px #00000078;
}
.kluster-slider .kluster-item .kluster-title {
  font-weight: 700;
  margin-bottom: 10px;
}
.kluster-slider .kluster-item .kluster-desc {
  color: #3C3C3C;
  line-height: 18px;
}
.kluster-slider .kluster-item .kluster-click {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.kluster-slider .kluster-item .kluster-click a {
  display: block;
  height: 100%;
  color: transparent;
}
.kluster-slider .kluster-item.umum > div {
  background: url("../images/kluster-umum.png") no-repeat center bottom;
}
.kluster-slider .kluster-item.umum .kluster-title {
  color: #1E40AF;
}
.kluster-slider .kluster-item.kesihatan > div {
  background: url("../images/kluster-pendapatan.png") no-repeat center bottom;
}
.kluster-slider .kluster-item.kesihatan .kluster-title {
  color: #115E59;
}
.kluster-slider .kluster-item.makanan > div {
  background: url("../images/kluster-makanan.png") no-repeat center bottom;
}
.kluster-slider .kluster-item.makanan .kluster-title {
  color: #C2410C;
}
.kluster-slider .kluster-item.pendapatan > div {
  background: url("../images/kluster-kesihatan.png") no-repeat center bottom;
}
.kluster-slider .kluster-item.pendapatan .kluster-title {
  color: #01A7AC;
}
.kluster-slider .kluster-item.pendidikan > div {
  background: url("../images/kluster-pendidikan.png") no-repeat center bottom;
}
.kluster-slider .kluster-item.pendidikan .kluster-title {
  color: #6B21A8;
}
.kluster-slider .kluster-item.pengangkutan > div {
  background: url("../images/kluster-pengangkutan.png") no-repeat center bottom;
}
.kluster-slider .kluster-item.pengangkutan .kluster-title {
  color: #B91C1C;
}
.kluster-slider .kluster-item.perumahan > div {
  background: url("../images/kluster-perumahan.png") no-repeat center bottom;
}
.kluster-slider .kluster-item.perumahan .kluster-title {
  color: #D34502;
}
.kluster-slider .kluster-item.utiliti > div {
  background: url("../images/kluster-utiliti.png") no-repeat center bottom;
}
.kluster-slider .kluster-item.utiliti .kluster-title {
  color: #00ACD0;
}
.kluster-slider .slick-dots {
  text-align: center;
  margin-top: 15px;
}
.kluster-slider .slick-dots li {
  display: inline-block;
  margin: 0 2px;
}
.kluster-slider .slick-dots li button {
  background: none;
  color: transparent;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  border: 1px solid #EC1C7C;
}
.kluster-slider .slick-dots li.slick-active button {
  width: 24px;
  border-radius: 8px;
  background: #EC1C7C;
  outline: none;
}

.agensi-slider {
  margin: 0 auto;
  border-bottom: 1px solid #CAD1FC;
  padding-bottom: 10px;
}
.agensi-slider .views-row {
  text-align: center;
  font-size: 9px;
  font-weight: 600;
}
.agensi-slider img {
  width: 88px;
  height: auto;
  margin: 0 auto 10px auto;
}
.agensi-slider .slick-arrow {
  width: fit-content;
  padding: 0;
  border: none;
  background: none;
  position: absolute;
  top: 30%;
}
.agensi-slider .slick-arrow img {
  width: 20px;
  height: 20px;
}
.agensi-slider .slick-arrow.slick-prev {
  left: 0;
}
.agensi-slider .slick-arrow.slick-next {
  right: 0;
}

.site-footer {
  background: #E9F2FC;
}
.site-footer .site-footer__bottom {
  margin: 30px 0 0 0;
  border: none;
}
.site-footer .site-footer__bottom .region-footer-fifth {
  margin: 0;
}
.site-footer #block-ihsanmadani-views-block-agensi-block-1 {
  margin-top: 20px;
}
.site-footer #block-ihsanmadani-views-block-agensi-block-1 h2 {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #060606;
  margin-bottom: 15px;
}

.kluster-pilihan {
  text-align: center;
}

.inisiatif-header .inisiatif-kluster {
  display: inline-block;
  margin: 0 10px 20px 10px;
  position: relative;
  text-align: left;
  cursor: pointer;
}
.inisiatif-header .inisiatif-kluster .inisiatif-box {
  border-radius: 10px;
  height: 155px;
  width: 186px;
  background: #FFFFFF;
  font-weight: 700;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 0 0 10px 10px;
}
.inisiatif-header .inisiatif-kluster .inisiatif-box > div {
  padding: 10px 0 0 10px;
}
.inisiatif-header .inisiatif-kluster .inisiatif-box.umum {
  color: #1E40AF !important;
  background: url("../images/kluster-umum.png") no-repeat center bottom;
}
.inisiatif-header .inisiatif-kluster .inisiatif-box.kesihatan {
  color: #115E59 !important;
  background: url("../images/kluster-pendapatan.png") no-repeat center bottom;
}
.inisiatif-header .inisiatif-kluster .inisiatif-box.makanan {
  color: #C2410C !important;
  background: url("../images/kluster-makanan.png") no-repeat center bottom;
}
.inisiatif-header .inisiatif-kluster .inisiatif-box.pendapatan {
  color: #01A7AC !important;
  background: url("../images/kluster-kesihatan.png") no-repeat center bottom;
}
.inisiatif-header .inisiatif-kluster .inisiatif-box.pendidikan {
  color: #6B21A8 !important;
  background: url("../images/kluster-pendidikan.png") no-repeat center bottom;
}
.inisiatif-header .inisiatif-kluster .inisiatif-box.pengangkutan {
  color: #B91C1C !important;
  background: url("../images/kluster-pengangkutan.png") no-repeat center bottom;
}
.inisiatif-header .inisiatif-kluster .inisiatif-box.perumahan {
  color: #D34502 !important;
  background: url("../images/kluster-perumahan.png") no-repeat center bottom;
}
.inisiatif-header .inisiatif-kluster .inisiatif-box.utiliti {
  color: #00ACD0 !important;
  background: url("../images/kluster-utiliti.png") no-repeat center bottom;
}
.inisiatif-header .inisiatif-kluster .overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  mix-blend-mode: saturation;
  background: #494949;
}
.inisiatif-header .inisiatif-kluster.select .overlay {
  display: none;
}
.inisiatif-header .inisiatif-kluster.select .inisiatif-box {
  border-radius: 10px;
}
.inisiatif-header .inisiatif-kluster.select .umum {
  border: 1px solid #1E40AF;
}
.inisiatif-header .inisiatif-kluster.select .kesihatan {
  border: 1px solid #115E59;
}
.inisiatif-header .inisiatif-kluster.select .makanan {
  border: 1px solid #C2410C;
}
.inisiatif-header .inisiatif-kluster.select .pendapatan {
  border: 1px solid #01A7AC;
}
.inisiatif-header .inisiatif-kluster.select .pendidikan {
  border: 1px solid #6B21A8;
}
.inisiatif-header .inisiatif-kluster.select .pengangkutan {
  border: 1px solid #B91C1C;
}
.inisiatif-header .inisiatif-kluster.select .perumahan {
  border: 1px solid #D34502;
}
.inisiatif-header .inisiatif-kluster.select .utiliti {
  border: 1px solid #00ACD0;
}

.inisiatif-content {
  padding-top: 30px;
}
.inisiatif-content > div {
  display: none;
  text-align: left;
}
.inisiatif-content > div:first-child {
  display: block;
}
.inisiatif-content > div .views-col {
  margin-bottom: 30px;
}
.inisiatif-content > div .kluster-article-box {
  padding: 0 10px;
}
.inisiatif-content > div .kluster-article-box .kluster-article-header {
  border-radius: 10px;
  padding: 5px 10px;
  font-weight: 700;
  margin-bottom: 10px;
}
.inisiatif-content > div .kluster-article-box .kluster-article-header .kluster-article-category {
  font-size: 12px;
  text-transform: uppercase;
}
.inisiatif-content > div .kluster-article-box .kluster-article-header .kluster-article-title {
  line-height: 20px;
}
.inisiatif-content > div .kluster-article-box .kluster-article-header.Umum {
  border: 1px solid #1E40AF;
}
.inisiatif-content > div .kluster-article-box .kluster-article-header.Umum .kluster-article-category {
  color: #1E40AF;
}
.inisiatif-content > div .kluster-article-box .kluster-article-header.Kesihatan {
  border: 1px solid #115E59;
}
.inisiatif-content > div .kluster-article-box .kluster-article-header.Kesihatan .kluster-article-category {
  color: #115E59;
}
.inisiatif-content > div .kluster-article-box .kluster-article-header.Makanan {
  border: 1px solid #C2410C;
}
.inisiatif-content > div .kluster-article-box .kluster-article-header.Makanan .kluster-article-category {
  color: #C2410C;
}
.inisiatif-content > div .kluster-article-box .kluster-article-header.Pendapatan {
  border: 1px solid #01A7AC;
}
.inisiatif-content > div .kluster-article-box .kluster-article-header.Pendapatan .kluster-article-category {
  color: #01A7AC;
}
.inisiatif-content > div .kluster-article-box .kluster-article-header.Pendidikan {
  border: 1px solid #6B21A8;
}
.inisiatif-content > div .kluster-article-box .kluster-article-header.Pendidikan .kluster-article-category {
  color: #6B21A8;
}
.inisiatif-content > div .kluster-article-box .kluster-article-header.Pengangkutan {
  border: 1px solid #B91C1C;
}
.inisiatif-content > div .kluster-article-box .kluster-article-header.Pengangkutan .kluster-article-category {
  color: #B91C1C;
}
.inisiatif-content > div .kluster-article-box .kluster-article-header.Perumahan {
  border: 1px solid #D34502;
}
.inisiatif-content > div .kluster-article-box .kluster-article-header.Perumahan .kluster-article-category {
  color: #D34502;
}
.inisiatif-content > div .kluster-article-box .kluster-article-header.Utiliti {
  border: 1px solid #00ACD0;
}
.inisiatif-content > div .kluster-article-box .kluster-article-header.Utiliti .kluster-article-category {
  color: #00ACD0;
}
.inisiatif-content > div .kluster-article-box .article-summary {
  line-height: 20px;
}
.inisiatif-content > div .kluster-article-box .article-full a {
  font-weight: 600;
  text-decoration: none;
  color: #EA1C7F;
}
.inisiatif-content > div .kluster-article-box .article-full a:after {
  content: "";
  font-family: "Font Awesome 6 Free";
  font-size: 10px;
  color: #EA1C7F;
  font-weight: 600;
  margin-left: 10px;
}
.inisiatif-content > div .kluster-article-box .article-full a:hover {
  color: #BD005B;
}
.inisiatif-content > div .kluster-article-box .article-full a:hover:after {
  color: #BD005B;
}

.field--name-field-accordion > div {
  margin-bottom: 20px;
}
.field--name-field-accordion > div:last-child {
  margin-bottom: 0;
}
.field--name-field-accordion > div .accordion-item {
  border: none;
}
.field--name-field-accordion > div .accordion-item .accordion-header button {
  border: 1px solid #D4D4D4;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  color: #0A0A0A !important;
  background: none;
  box-shadow: none;
}
.field--name-field-accordion > div .accordion-item .accordion-header button:focus {
  box-shadow: none;
}
.field--name-field-accordion > div .accordion-item .accordion-header button:after {
  content: "";
  font-family: "Font Awesome 6 Free";
  font-size: 16px;
  color: #000000;
  font-weight: 700;
  background-image: none;
  position: absolute;
  right: 16px;
  top: 30%;
}
.field--name-field-accordion > div .accordion-item .accordion-header button[aria-expanded=true] {
  border: 1px solid #A7C2FF;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
}
.field--name-field-accordion > div .accordion-item > div {
  margin: 0;
  border: 1px solid #A7C2FF;
  border-top: 0;
  border-radius: 0 0 10px 10px;
  font-size: 16px;
  text-align: justify;
  background: none;
  padding: 0 16px 16px 16px;
}
.field--name-field-accordion > div .accordion-item > div .accordion-body {
  padding-bottom: 0;
  background: #F2F6FF;
  border-radius: 10px;
  padding: 15px;
}
.field--name-field-accordion > div .accordion-item > div .accordion-body ol li {
  margin-bottom: 15px;
}

.node__content {
  font-size: 16px;
}

body.node--type-article #main-wrapper > div > div {
  margin: 0;
}
body.node--type-article #main-wrapper #content {
  padding: 0;
}
body.node--type-article #main-wrapper #content .content .node__content {
  position: relative;
}
body.node--type-article #main-wrapper #content .content .node__content .article-body {
  font-size: 16px;
  margin-bottom: 20px;
}
body.node--type-article #main-wrapper #content .content .node__content .article-body > div:first-child {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}
body.node--type-article #main-wrapper #content .content .node__content div:has(+ .back-prev) {
  border-bottom: 1px solid #D4D4D4;
}
body.node--type-article #main-wrapper #content .content .article-header {
  border-radius: 10px;
  padding: 20px;
  font-weight: 700;
  font-size: 20px;
}
body.node--type-article #main-wrapper #content .content .article-header .article-category {
  font-size: 12px;
  text-transform: uppercase;
}
body.node--type-article #main-wrapper #content .content .article-header .article-category > div {
  margin-bottom: 0;
}
body.node--type-article #main-wrapper #content .content .article-header.Umum {
  border: 1px solid #1E40AF;
}
body.node--type-article #main-wrapper #content .content .article-header.Umum .article-category {
  color: #1E40AF;
}
body.node--type-article #main-wrapper #content .content .article-header.Kesihatan {
  border: 1px solid #115E59;
}
body.node--type-article #main-wrapper #content .content .article-header.Kesihatan .article-category {
  color: #115E59;
}
body.node--type-article #main-wrapper #content .content .article-header.Makanan {
  border: 1px solid #C2410C;
}
body.node--type-article #main-wrapper #content .content .article-header.Makanan .article-category {
  color: #C2410C;
}
body.node--type-article #main-wrapper #content .content .article-header.Pendapatan {
  border: 1px solid #01A7AC;
}
body.node--type-article #main-wrapper #content .content .article-header.Pendapatan .article-category {
  color: #01A7AC;
}
body.node--type-article #main-wrapper #content .content .article-header.Pendidikan {
  border: 1px solid #6B21A8;
}
body.node--type-article #main-wrapper #content .content .article-header.Pendidikan .article-category {
  color: #6B21A8;
}
body.node--type-article #main-wrapper #content .content .article-header.Pengangkutan {
  border: 1px solid #B91C1C;
}
body.node--type-article #main-wrapper #content .content .article-header.Pengangkutan .article-category {
  color: #B91C1C;
}
body.node--type-article #main-wrapper #content .content .article-header.Perumahan {
  border: 1px solid #D34502;
}
body.node--type-article #main-wrapper #content .content .article-header.Perumahan .article-category {
  color: #D34502;
}
body.node--type-article #main-wrapper #content .content .article-header.Utiliti {
  border: 1px solid #00ACD0;
}
body.node--type-article #main-wrapper #content .content .article-header.Utiliti .article-category {
  color: #00ACD0;
}
body.node--type-article #main-wrapper #content .content .tabbing {
  border: 1px solid #D4D4D4;
  border-radius: 10px;
  padding: 20px;
  margin: 20px 0 30px 0;
}
body.node--type-article #main-wrapper #content .content .tabbing .nav-pills {
  justify-content: center;
}
body.node--type-article #main-wrapper #content .content .tabbing .nav-pills li {
  position: relative;
}
body.node--type-article #main-wrapper #content .content .tabbing .nav-pills li button {
  font-weight: 600;
  font-size: 16px;
  padding: 5px 15px 5px 40px;
  margin-left: 10px;
  color: #6E6E6E;
  position: relative;
}
body.node--type-article #main-wrapper #content .content .tabbing .nav-pills li button#pills-sasar-tab:before {
  content: "";
  background: url("../images/tab-kumpulan.svg") no-repeat;
  position: absolute;
  left: 15px;
  width: 18px;
  height: 17px;
  top: 8px;
}
body.node--type-article #main-wrapper #content .content .tabbing .nav-pills li button#pills-syarat-tab:before {
  content: "";
  background: url("../images/tab-syarat.svg") no-repeat;
  position: absolute;
  left: 15px;
  width: 20px;
  height: 20px;
  top: 8px;
}
body.node--type-article #main-wrapper #content .content .tabbing .nav-pills li button#pills-bantuan-tab:before {
  content: "";
  background: url("../images/tab-kadar.svg") no-repeat;
  position: absolute;
  left: 15px;
  width: 22px;
  height: 22px;
  top: 6px;
}
body.node--type-article #main-wrapper #content .content .tabbing .nav-pills li button#pills-faq-tab:before {
  content: "";
  background: url("../images/tab-faq.svg") no-repeat;
  position: absolute;
  left: 15px;
  width: 21px;
  height: 18px;
  top: 9px;
}
body.node--type-article #main-wrapper #content .content .tabbing .nav-pills li button#pills-agensi-tab:before {
  content: "";
  background: url("../images/tab-agensi.svg") no-repeat;
  position: absolute;
  left: 15px;
  width: 23px;
  height: 19px;
  top: 8px;
}
body.node--type-article #main-wrapper #content .content .tabbing .nav-pills li button.active {
  color: #FFFFFF;
  background-color: #EC1C7C;
  border-radius: 5px;
}
body.node--type-article #main-wrapper #content .content .tabbing .nav-pills li button.active#pills-sasar-tab:before {
  background: url("../images/tab-kumpulan-wh.svg") no-repeat;
}
body.node--type-article #main-wrapper #content .content .tabbing .nav-pills li button.active#pills-syarat-tab:before {
  background: url("../images/tab-syarat-wh.svg") no-repeat;
}
body.node--type-article #main-wrapper #content .content .tabbing .nav-pills li button.active#pills-bantuan-tab:before {
  background: url("../images/tab-kadar-wh.svg") no-repeat;
}
body.node--type-article #main-wrapper #content .content .tabbing .nav-pills li button.active#pills-faq-tab:before {
  background: url("../images/tab-faq-wh.svg") no-repeat;
}
body.node--type-article #main-wrapper #content .content .tabbing .nav-pills li button.active#pills-agensi-tab:before {
  background: url("../images/tab-agensi-wh.svg") no-repeat;
}
body.node--type-article #main-wrapper #content .content .tabbing .nav-pills li:after {
  content: "";
  width: 1px;
  height: 80%;
  top: 10%;
  right: -5px;
  border-left: 1px solid #D4D4D4;
  position: absolute;
}
body.node--type-article #main-wrapper #content .content .tabbing .tab-content {
  background-color: #F2F6FF;
  margin-top: 20px;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #F1F5FE;
  font-size: 16px;
}
body.node--type-article #main-wrapper #content .content .tabbing .tab-content ol,
body.node--type-article #main-wrapper #content .content .tabbing .tab-content p {
  margin: 0;
}
body.node--type-article .other-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
body.node--type-article .other-btn a {
  text-decoration: none;
}
body.node--type-article .other-btn a div {
  background: transparent linear-gradient(180deg, #EC1C7C 0%, #D91A93 100%) 0% 0% no-repeat padding-box;
  border-radius: 5px;
  padding: 5px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #FFF;
}

.back-prev {
  cursor: pointer;
  padding: 5px 20px 5px 15px;
  border-radius: 5px;
  color: #EC1C7C;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid #EC1C7C;
  width: fit-content;
}
.back-prev:before {
  content: "";
  background: url("../images/Back btn.png") no-repeat;
  margin-right: 5px;
  width: 17px;
  height: 11px;
  display: inline-block;
}

.pagination {
  justify-content: center;
  margin-top: 30px;
}
.pagination .page-item .page-link {
  color: #090909;
  font-size: 16px;
  border: none;
  font-weight: 400;
  padding: 2px 10px;
}
.pagination .page-item .page-link:hover {
  background-color: transparent;
}
.pagination .page-item .page-link:focus {
  outline: none;
  box-shadow: none;
}
.pagination .page-item .page-link[title="Go to first page"] {
  padding: 1px 8px;
  height: 100%;
  border: 1px solid #888;
  border-radius: 4px;
  color: #8B8B8B;
  margin-right: 1px;
  position: relative;
}
.pagination .page-item .page-link[title="Go to first page"] span {
  display: none;
}
.pagination .page-item .page-link[title="Go to first page"]:before {
  content: "";
  font-family: "Font Awesome 6 Free";
  font-size: 10px;
  font-weight: 600;
}
.pagination .page-item .page-link[title="Go to previous page"] {
  padding: 1px 11px;
  height: 100%;
  border: 1px solid #888;
  border-radius: 4px;
  color: #8B8B8B;
  margin: 0 3px;
  position: relative;
}
.pagination .page-item .page-link[title="Go to previous page"] span {
  display: none;
}
.pagination .page-item .page-link[title="Go to previous page"]:before {
  content: "";
  font-family: "Font Awesome 6 Free";
  font-size: 10px;
  font-weight: 600;
}
.pagination .page-item .page-link[title="Go to last page"] {
  padding: 1px 8px;
  height: 100%;
  border: 1px solid #888;
  border-radius: 4px;
  color: #8B8B8B;
  margin-left: 1px;
  position: relative;
}
.pagination .page-item .page-link[title="Go to last page"] span {
  display: none;
}
.pagination .page-item .page-link[title="Go to last page"]:before {
  content: "";
  font-family: "Font Awesome 6 Free";
  font-size: 10px;
  font-weight: 600;
}
.pagination .page-item .page-link[title="Go to next page"] {
  padding: 1px 11px;
  height: 100%;
  border: 1px solid #888;
  border-radius: 4px;
  color: #8B8B8B;
  margin: 0 3px;
  position: relative;
}
.pagination .page-item .page-link[title="Go to next page"] span {
  display: none;
}
.pagination .page-item .page-link[title="Go to next page"]:before {
  content: "";
  font-family: "Font Awesome 6 Free";
  font-size: 10px;
  font-weight: 600;
}
.pagination .page-item.active .page-link {
  background-color: #FFE4F1;
  border-radius: 4px;
  color: #EC1C7C;
}

.contact-us img {
  width: 100%;
}
.contact-us .contact-title {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 30px;
}
.contact-us .contact-place {
  margin-bottom: 30px;
}
.contact-us .contact-place > div:last-child {
  width: calc(100% - 60px);
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}
.contact-us .contact-address {
  margin-bottom: 30px;
}
.contact-us .contact-address > div:last-child {
  width: calc(100% - 60px);
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}
.contact-us .contact-email > div:last-child {
  width: calc(100% - 60px);
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}
.contact-us .contact-icon {
  width: 40px;
  height: 40px;
  background: #2e3192;
  border-radius: 100%;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
}
.contact-us .contact-icon img {
  width: 20px;
  height: 20px;
  margin-top: 10px;
}

.feedback-page .feedback-title {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.feedback-page form label {
  width: 230px;
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
}
.feedback-page form input,
.feedback-page form .form-textarea-wrapper {
  width: calc(100% - 240px);
  vertical-align: top;
  display: inline-block;
}
.feedback-page form .js-form-item {
  margin-bottom: 30px !important;
}
.feedback-page form .form-actions {
  text-align: right;
}
.feedback-page form .form-actions input {
  width: 200px;
}

.w3c > div {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
.w3c > div.w3c-button {
  border: 1px solid #C4C4C4;
  border-radius: 14px;
  padding: 2px 10px;
  cursor: pointer;
}
.w3c > div.w3c-button span {
  vertical-align: middle;
  margin-left: 5px;
}
.w3c .list-w3c {
  display: none;
  border: 1px solid #C4C4C4;
  border-radius: 14px;
  padding: 3px 10px;
  background-color: #ffffff;
}
.w3c .list-w3c > div {
  vertical-align: middle;
  display: inline-block;
  border-right: 1px solid #E7E7E7;
  padding-right: 5px;
  margin-right: 10px;
}
.w3c .list-w3c > div > div {
  vertical-align: middle;
  display: inline-block;
  border: 1px solid #C4C4C4;
  width: 21px;
  height: 21px;
  border-radius: 100%;
  text-align: center;
  margin-right: 4px;
  cursor: pointer;
}
.w3c .list-w3c > div > div.ikon-w3c img {
  margin-top: -3px;
}
.w3c .list-w3c > div.closew3c {
  color: #EA1C7F;
  font-weight: 600;
  border: none;
  padding-right: 0;
  margin-right: 0;
  cursor: pointer;
}

/* Responsive CSS */
/*@media (max-width: 768px) {
  .site-footer .col-sm-4 {
    width: 100% !important;
  }

  #block-ihsanmadani-kluster .kluster > .row:last-child {
    margin-top: 0;
  }

  .kluster-box {
    margin-bottom: 20px;
  }

  .site-footer {
    padding: 50px 15px 15px 15px;
  }

  .site-footer .footer-address {
    text-align: center;
  }

  .site-footer .footer-address > div:last-child {
    position: relative;
    margin-bottom: 20px;
  }

  .site-footer .site-footer__bottom .content .row > div:first-child {
    text-align: center;
  }

  .site-footer .social-media {
    margin-bottom: 30px;
  }

  .site-footer .visitor-update {
    position: relative;
    text-align: center;
    white-space: nowrap;
  }

  .site-footer .site-footer__bottom .content .row > div:last-child {
    padding: 0 10px;
    padding-bottom: 70px;
  }

  .site-footer .faq-button {
    margin: 10px auto 15px auto;
    width: 70%;
  }

  .download-zone > p {
    width: fit-content;
    margin: 0 auto;
  }

  .site-footer .apps-link {
    position: absolute;
    right: calc(50% - 30px);
  }

  .site-footer .download-zone > div {
    right: calc(50% - 135px);
  }

  .site-footer .footer-img {
    display: block;
    margin: 10px auto 20px auto;
  }

  .kluster-page .view-kluster .view-content .views-row .views-col {
    width: 100% !important;
    padding: 30px 0;
  }

  .kluster-page .view-kluster .view-content .views-row .views-col .article-box {
    height: auto !important;
  }

  .kluster-page .view-kluster .view-content .views-row .views-col .article-box .article-full a {
    width: 90%;
  }

  .kluster-page .view-kluster .view-footer {
    display: none;
  }

  .view-kluster .pagination {
    justify-content: center;
  }

  body.node--type-article #main-wrapper #content .content .title {
    min-width: 100%;
  }

  body.node--type-article #main-wrapper {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px 0px;
  }

  body.node--type-article #main-wrapper #content .content {
    padding: 0 15px;
  }

  #tabbingMadani #pills-tab li {
    width: 100%;
    height: 120px;
    margin-bottom: 20px;
  }

  #tabbingMadani #pills-tabContent {
    padding-bottom: 130px;
    margin-top: 0;
    padding-top: 20px;
    min-height: auto;
  }

  body.node--type-article .other-btn {
    bottom: 60px;
    right: 0;
    left: 0;
    text-align: center;
    width: 90%;
    margin: 0 auto;
  }

  .floating-menu > div {
    display: none;
  }

  .floating-menu > div.w3c {
    display: block;
  }

  .contact-us {
    padding: 0 15px;

    .contact-email {
      margin-bottom: 30px;
    }
  }

  .feedback-page {
    form {
      padding: 0 15px;

      label {
        width: 100%;
        display: block;
        margin-bottom: 10px;
      }

      input,
      .form-textarea-wrapper {
        width: 100%;
        display: block;
      }
    }
  }

  .feedback-page form .form-actions input {
    margin: 0 auto;
  }

  .kluster-page #main {
    background: none;
    border-radius: 0;
    padding: 25px 30px;
  }

  .kluster-page .view-kluster {
    padding-bottom: 0;
  }

  .kluster-page .view-kluster nav {
    position: relative;
    bottom: 0;
  }

  .kluster-page {
    #sidebar_first {
      position: relative;
      width: 90%;
      margin: 0 auto;

      h2 {
        display: none;
      }

      ul.nav {
        position: absolute;
        background-color: #fff;
        border: 1px solid #E2E8F0;
        border-radius: 0.375rem;
        box-shadow: 0 1px 2px 0 rgba(0,0,0,0.05);
        visibility: hidden;
        width: 70%;
        top: 60px;

        li {
          margin-bottom: 0;

          a {
            font-weight: 400;
            display: block;
            padding: 5px 15px;
          }

          &.active {
            a {
              border-radius: 0;
              padding: 5px 15px;
            }
          }
        }
      }
    }

    .kluster-btn {
      cursor: pointer;
      font-size: 26px;
      font-weight: 800;
      text-transform: uppercase;
      color: rgb(46, 49, 146);
      position: relative;
      padding: 0 12px;

      &.umum {
        &:before {
          content: "";
          background: url("../images/title-umum.png") no-repeat;
          width: 30px;
          height: 30px;
          display: inline-block;
          margin-right: 15px;
          position: relative;
          top: 5px;
        }
      }

      &.kesihatan {
        &:before {
          content: "";
          background: url("../images/title-kesihatan.png") no-repeat;
          width: 30px;
          height: 30px;
          display: inline-block;
          margin-right: 15px;
          position: relative;
          top: 5px;
        }
      }

      &.makanan {
        &:before {
          content: "";
          background: url("../images/title-mknn.png") no-repeat;
          width: 30px;
          height: 30px;
          display: inline-block;
          margin-right: 15px;
          position: relative;
          top: 5px;
        }
      }

      &.pendapatan {
        &:before {
          content: "";
          background: url("../images/title-pendapatan.png") no-repeat;
          width: 30px;
          height: 30px;
          display: inline-block;
          margin-right: 15px;
          position: relative;
          top: 5px;
        }
      }

      &.pendidikan {
        &:before {
          content: "";
          background: url("../images/title-pendidikan.png") no-repeat;
          width: 30px;
          height: 30px;
          display: inline-block;
          margin-right: 15px;
          position: relative;
          top: 5px;
        }
      }

      &.pengangkutan {
        &:before {
          content: "";
          background: url("../images/title-pengangkutan.png") no-repeat;
          width: 30px;
          height: 30px;
          display: inline-block;
          margin-right: 15px;
          position: relative;
          top: 5px;
        }
      }

      &.perumahan {
        &:before {
          content: "";
          background: url("../images/title-perumahan.png") no-repeat;
          width: 30px;
          height: 30px;
          display: inline-block;
          margin-right: 15px;
          position: relative;
          top: 5px;
        }
      }

      &.utiliti {
        &:before {
          content: "";
          background: url("../images/title-utiliti.png") no-repeat;
          width: 30px;
          height: 30px;
          display: inline-block;
          margin-right: 15px;
          position: relative;
          top: 5px;
        }
      }

      span {
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 0 10px 10px 10px;
        border-color: transparent transparent #2E3192 transparent;
        transform: rotate(180deg);
        display: inline-block;
        vertical-align: middle;
        margin-left: 5px;
      }
    }

    .kluster-desc {
      font-weight: 600;
      font-size: 18px;
      padding: 0 12px;
      margin-top: 10px;
    }
  }

  #block-ihsanmadani-kluster .kluster > .row > div {
    width: 50%;
    max-width: 50%;
  }

  .kluster-box > div {
    height: 200px;

    a {
      padding-top: 20%;

      span {
        //padding: 0;
      }
    }
  }

  #block-ihsanmadani-floatingmenu {
    position: initial;
  }

  .floating-menu {
    position: absolute;
    top: 15px;
    z-index: 100;
    right: 10px;

    &>div {
      width: auto;
      transition: none;
      box-shadow: none;
      border-radius: 0;
      cursor: initial;

      &:hover {
        transform: none;
        transition: none;
      }

      &.w3c {
        padding: 0;
        margin-top: 0;
        margin-bottom: 0;
        position: absolute;
        top: 16px;
        right: 50px;
        background-color: transparent;
        overflow: hidden;

        &>div {
          &:first-child {
            img {
              display: none;

              &.w3cmobile {
                display: block !important;
                width: 25px;
                cursor: pointer;
                height: auto;
              }
            }
          }
        }

        .box-w3c {
          right: -438px;
          top: 70px;
          transition: all .15s linear;

          &.select {
            transform: translate(-378px);
            transition: all .15s linear;
          }

          .w3c-title {
            .w3cclose {
              display: block;
              cursor: pointer;
            }
          } 
        }
      }
    }
  }

  .floating-menu > div.w3c .box-w3c .w3c-content .font-part span {
    cursor: pointer;
  }

  #block-ihsanmadani-klustertitle {
    text-align: left;
    line-height: 108.3%;
  }

  #block-ihsanmadani-kluster {
    margin: 20px 0 0 0;
  }

  #block-ihsanmadani-kolaborasi {
    margin: 60px 0 20px 0;
  }

  .kluster-page #main section #block-ihsanmadani-content {
    width: 90%;
    margin: 0 auto;
  }

  .field--name-field-accordion > div .accordion-item .accordion-header button {
    padding: 10px 30px;
  }

  .field--name-field-accordion > div .accordion-item .accordion-header button:after {
    font-size: 16px;
    right: 25px;
    top: 20%;
  }

  .field--name-field-accordion > div .accordion-item .accordion-header button[aria-expanded="true"]:after {
    top: 34%;
  }

  .inisiatif-card .article-container {
    padding: 20px 10px;
    max-width: 100%;
    height: auto !important;
    margin-bottom: 30px;
  }
}*/

/*# sourceMappingURL=custom3.css.map */
