@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html {
  font-family: "Poppins", sans-serif;
  font-size: 100%;
}

@supports (font-variation-settings: normal) {
  html {
    font-family: "Poppins", sans-serif;
    font-size: 100%;
  }
}
body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #131313;
  background: #FFFFFF;
}

.path-frontpage #main-wrapper {
  display: none;
}
.path-frontpage .block-views > h2,
.path-frontpage .block-content-basic > h2 {
  font-size: 28px;
  font-weight: 700;
  color: #0C1534;
}
.path-frontpage #block-mdr-agensi {
  margin-top: -55px;
  position: relative;
}

button.hover-btn,
a.hover-btn {
  background: #24409B;
  border-radius: 20px;
  border: none;
  padding: 7px 15px;
  text-decoration: none;
}
button.hover-btn span,
a.hover-btn span {
  color: #FFFFFF;
  font-weight: 400;
}
button:hover.hover-btn,
a:hover.hover-btn {
  background: #0C2882;
}
button:hover.hover-btn span,
a:hover.hover-btn span {
  color: #FFFFFF;
  font-weight: 400;
}

.site-footer {
  background: #12204E;
  padding: 0;
  font-family: "Poppins", sans-serif;
}
.site-footer .site-footer__bottom {
  margin: 0;
  border: none;
}
.site-footer .site-footer__bottom .block {
  margin: 0;
}
.site-footer .site-footer__bottom .region {
  margin: 0;
}
.site-footer .content {
  font-size: 15px;
  color: #FFFFFF;
  padding: 0;
}
.site-footer .content a {
  color: #FFFFFF;
  text-decoration: none;
}
.site-footer .address-footer {
  display: flex;
  gap: 20px;
  border-right: 1px solid #707070;
  padding: 15px 12px;
}
.site-footer .contact-footer {
  margin-top: 10px;
}
.site-footer .contact-footer .footer-label {
  width: 100px;
  display: inline-block;
}
.site-footer .contact-footer > div {
  display: flex;
}
.site-footer .right-footer {
  padding: 15px 12px 15px 0;
  text-align: right;
}
.site-footer .link-footer {
  border-bottom: 1px solid #707070;
  padding-bottom: 10px;
}
.site-footer .link-footer a:after {
  content: "●";
  display: inline-block;
  position: relative;
  margin-left: 10px;
  color: #FFFFFF;
  margin-right: 7px;
}
.site-footer .link-footer a:last-child:after {
  display: none;
}
.site-footer .update-visitor-footer {
  display: flex;
  justify-content: end;
  gap: 10px;
  padding: 15px 0;
  /*&>div {
    &:first-child {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }
  }*/
}
.site-footer .update-visitor-footer .mix-div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.site-footer .update-visitor-footer .mix-div span {
  font-weight: 600;
}
.site-footer .update-visitor-footer .mix-div time {
  font-weight: 400;
}
.site-footer .copyright-footer {
  color: #CBCED8;
}

.counter-part > div {
  display: flex;
  justify-content: end;
}
.counter-part span {
  margin-right: 10px;
}

#counter ul {
  list-style: none;
  padding: 0;
}

.highlighted .container-fluid {
  padding: 0;
}
.highlighted .block-views-blockprogram-kempen-block-1 {
  border-top: 1px solid #D9DCE5;
  border-bottom: 1px solid #D9DCE5;
  margin: 30px 0;
  padding: 30px 0;
}

.title-part {
  position: relative;
  margin-bottom: 30px;
}
.title-part h2 {
  font-size: 28px;
  color: #0C1534;
  font-weight: 700;
}
.title-part .view-header {
  position: absolute;
  right: 0;
  top: 0;
}

.view-program-kempen .view-content {
  margin: 0;
}
.view-program-kempen .slick-slide {
  padding: 0 20px;
}
.view-program-kempen .slick-slide img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.view-program-kempen .slick-slide .views-field-nothing {
  position: relative;
}
.view-program-kempen .slick-slide .views-field-nothing:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.46;
  border-radius: 10px;
}
.view-program-kempen .slick-slide.slick-center .views-field-nothing:before {
  display: none;
}
.view-program-kempen .slick-prev {
  position: absolute;
  left: 25%;
  color: transparent;
  background: none;
  border: none;
  z-index: 1;
  top: 40%;
  width: 53px;
  height: 53px;
  padding: 0;
}
.view-program-kempen .slick-prev:before {
  content: "";
  background: url("../images/arrow-previous.png") no-repeat;
  display: inline-block;
  width: 48px;
  height: 48px;
}
.view-program-kempen .slick-next {
  position: absolute;
  right: 25%;
  color: transparent;
  background: none;
  border: none;
  z-index: 1;
  top: 40%;
  width: 53px;
  height: 53px;
  padding: 0;
}
.view-program-kempen .slick-next:before {
  content: "";
  background: url("../images/arrow-next.png") no-repeat;
  display: inline-block;
  width: 48px;
  height: 48px;
}

.tab-content.show-all .fade {
  transition: none;
}
.tab-content.show-all .tab-pane {
  display: block;
  position: absolute;
  overflow: hidden;
  max-width: 90%;
  margin: 0 auto;
  visibility: hidden;
}
.tab-content.show-all .tab-pane.active {
  display: block;
  position: relative;
  z-index: 3;
  opacity: 1;
  visibility: visible;
}

#block-mdr-agensi {
  padding: 0;
  position: relative;
}
#block-mdr-agensi .blue-box-left,
#block-mdr-agensi .blue-box-right {
  position: absolute;
  background-color: #12204E;
  height: 100%;
  top: 0;
  padding: 0;
}
#block-mdr-agensi .tab-content {
  position: relative;
}
#block-mdr-agensi #nav-tab {
  border: none;
}
#block-mdr-agensi #nav-tab > button {
  background-color: #12204E;
  color: rgba(255, 255, 255, 0.56);
  font-size: 14px;
  font-weight: 600;
  border: none;
  font-family: "Poppins", sans-serif;
  border-radius: 0;
  padding: 15px 15px 20px 15px;
}
#block-mdr-agensi #nav-tab > button.active {
  color: white;
  position: relative;
}
#block-mdr-agensi #nav-tab > button.active:after {
  background-color: #F9FAFB;
  position: absolute;
  bottom: 0;
  left: 40%;
  content: "";
  border-bottom: 15px solid #F9FAFB;
  border-left: 10px solid #12204E;
  border-right: 10px solid #12204E;
}

.view-agensi .view-content {
  margin: 0;
  padding: 20px 10px;
}
.view-agensi .slick-slide img {
  margin: 0 auto;
}
.view-agensi .slick-slide .views-field-nothing {
  text-align: center;
}
.view-agensi .slick-slide a {
  font-size: 12px;
  font-weight: 600;
  color: #2E2E2E;
  text-decoration: none;
}
.view-agensi .blue-box-left,
.view-agensi .blue-box-right {
  position: absolute;
  background-color: #12204E;
  height: 100%;
  top: 0;
  padding: 0;
}

#block-mdr-beritakalendar {
  background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url("../images/bg footer.png") no-repeat bottom right;
  padding: 0 0 150px 0;
}
#block-mdr-beritakalendar .view-berita .berita-image img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}
#block-mdr-beritakalendar .view-berita .berita-body {
  border-radius: 0 0 10px 10px;
  background-color: #F2F8FF;
  padding: 10px;
}
#block-mdr-beritakalendar .view-berita .berita-body .berita-date {
  font-size: 14px;
  color: #2E2E2E;
  display: flex;
  gap: 5px;
  align-items: center;
}
#block-mdr-beritakalendar .view-berita .berita-body .berita-date img {
  width: 13px;
  height: 14px;
}
#block-mdr-beritakalendar .view-berita .berita-body .berita-title {
  margin-top: 10px;
}
#block-mdr-beritakalendar .view-berita .berita-body .berita-title a {
  font-weight: 600;
  color: #222222;
  text-decoration: none;
}
#block-mdr-beritakalendar .view-berita .berita-body .berita-title a:hover {
  color: #222222;
}
#block-mdr-beritakalendar .view-berita .slick-slide {
  padding: 0 10px;
}
#block-mdr-beritakalendar .view-berita .slick-prev {
  position: absolute;
  left: 0;
  color: transparent;
  background: none;
  border: none;
  z-index: 1;
  top: 40%;
  width: 53px;
  height: 53px;
  padding: 0;
}
#block-mdr-beritakalendar .view-berita .slick-prev:before {
  content: "";
  background: url("../images/arrow-previous.png") no-repeat;
  display: inline-block;
  width: 48px;
  height: 48px;
}
#block-mdr-beritakalendar .view-berita .slick-next {
  position: absolute;
  right: 0;
  color: transparent;
  background: none;
  border: none;
  z-index: 1;
  top: 40%;
  width: 53px;
  height: 53px;
  padding: 0;
}
#block-mdr-beritakalendar .view-berita .slick-next:before {
  content: "";
  background: url("../images/arrow-next.png") no-repeat;
  display: inline-block;
  width: 48px;
  height: 48px;
}

.sub-title {
  font-size: 25px;
  font-weight: 700;
  color: #0C1534;
}

.aktiviti-home .view-content {
  margin: 0;
}
.aktiviti-home .views-row {
  background-color: #E8EEFF;
  margin: 10px 0;
  padding: 10px;
  border: 2px solid #738DDE;
  border-radius: 10px;
}
.aktiviti-home .views-field-nothing {
  width: fit-content;
  color: #525252;
  font-size: 12px;
  background-color: #FFFFFF;
  border-radius: 6px;
  padding: 5px 10px;
  margin-bottom: 10px;
}
.aktiviti-home .views-field-nothing .field-content span {
  display: flex;
  align-items: center;
  gap: 5px;
}
.aktiviti-home .views-field-title {
  color: #2E2E2E;
  font-weight: 700;
}

.lagi-part {
  text-align: center;
}

#block-mdr-tabbinghomepage {
  padding: 50px 0 30px 0;
}
#block-mdr-tabbinghomepage .nav {
  justify-content: center;
  gap: 15px;
  border: none;
  margin-bottom: 40px;
}
#block-mdr-tabbinghomepage .nav button {
  border-radius: 20px;
  border: 3px solid #E0E0E0;
  color: #222;
}
#block-mdr-tabbinghomepage .nav button.active {
  background-color: #355AD0;
  color: #FFF;
  font-weight: 700;
  border: 3px solid #355AD0;
  position: relative;
}
#block-mdr-tabbinghomepage .nav button.active:after {
  content: "";
  border-left: 10px solid transparent;
  position: absolute;
  bottom: -17px;
  left: 45%;
  border-top: 15px solid #355AD0;
  border-right: 10px solid transparent;
}
#block-mdr-tabbinghomepage .tag {
  text-align: center;
  width: 50%;
  margin: 0 auto;
}
#block-mdr-tabbinghomepage .tag ul {
  list-style: none;
  padding: 0;
}
#block-mdr-tabbinghomepage .tag ul li {
  display: inline-block;
  margin: 5px;
}
#block-mdr-tabbinghomepage .tag ul li a {
  border: 2px solid #E2E5F5;
  text-decoration: none;
  color: #222222;
  border-radius: 10px;
  padding: 10px;
  display: block;
}
#block-mdr-tabbinghomepage .tag ul li a:hover {
  border: 2px solid #355AD0;
}

.tender-home .view-content {
  margin: 0;
  color: #222222;
}
.tender-home .slick-prev,
.tender-home .slick-next {
  display: none !important;
}
.tender-home .slick-dots {
  display: flex;
  justify-content: center;
  gap: 5px;
  list-style: none;
  margin-top: 15px;
}
.tender-home .slick-dots button {
  color: transparent;
  width: 9px;
  height: 9px;
  background-color: transparent;
  border-radius: 100%;
  border: 1px solid #CBD5E1;
}
.tender-home .slick-dots .slick-active button {
  width: 22px;
  background-color: #24409A;
  border-radius: 5px;
  border: 1px solid #24409A;
}
.tender-home .tender-part {
  padding: 10px;
}
.tender-home .tender-box {
  padding: 15px;
  position: relative;
}
.tender-home .tender-box a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  color: transparent;
  border: 2px solid #E2E5F5;
  border-radius: 10px;
}
.tender-home .tender-box a:hover {
  border: 2px solid #355AD0;
}
.tender-home .tender-category {
  position: absolute;
  top: -8px;
  left: 40px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #ffffff;
  z-index: 1;
  padding: 0 5px;
}
.tender-home .tender-info {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: calc(100% - 30px);
  left: 15px;
  bottom: 15px;
  font-size: 14px;
}
.tender-home .tender-info > div span:first-child {
  color: #355AD0;
  margin-right: 10px;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.aplikasi-wrapper .aplikasi-container .circle-main {
  position: relative;
  text-align: center;
}
.aplikasi-wrapper .aplikasi-container .circle-main .circle-img {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  border: 5px solid #e2e5f5;
  border-radius: 50%;
  overflow: hidden;
}
.aplikasi-wrapper .aplikasi-container .circle-main .circle-img-child {
  position: absolute;
  width: 110px;
  height: 110px;
  left: 50%;
  top: 5px;
  transform: translateX(-50%);
}
.aplikasi-wrapper .aplikasi-container .circle-main .circle-img-child img {
  display: inline-block;
  border-radius: 50%;
  max-width: 100%;
  height: auto;
}
.aplikasi-wrapper .aplikasi-container .circle-main .circle-img-child a {
  position: absolute;
  color: transparent;
  z-index: 1;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  left: -5px;
  top: -5px;
}
.aplikasi-wrapper .aplikasi-container .circle-main:has(.circle-img-child a:hover) .circle-img {
  background: linear-gradient(white, white), radial-gradient(circle at top left, #355AD0, #355AD0, #0C2882, #0C2882);
  border: double 5px transparent;
  background-origin: border-box;
  background-clip: content-box, border-box;
  -webkit-animation: rotate 0.7s linear infinite;
}
.aplikasi-wrapper .aplikasi-container .circle-main:has(.circle-img-child a:hover) .circle-img-child img {
  filter: grayscale(1);
}
.aplikasi-wrapper .aplikasi-container .circle-main .aplikasi-title {
  margin-top: 10px;
  color: #222222;
}
.aplikasi-wrapper .aplikasi-container .circle-main .aplikasi-total {
  color: #222222;
  font-size: 14px;
}

.downloads-home .view-content {
  margin: 0;
  color: #222222;
}
.downloads-home .slick-prev,
.downloads-home .slick-next {
  display: none !important;
}
.downloads-home .slick-dots {
  display: flex;
  justify-content: center;
  gap: 5px;
  list-style: none;
  margin-top: 15px;
}
.downloads-home .slick-dots button {
  color: transparent;
  width: 9px;
  height: 9px;
  background-color: transparent;
  border-radius: 100%;
  border: 1px solid #CBD5E1;
}
.downloads-home .slick-dots .slick-active button {
  width: 22px;
  background-color: #24409A;
  border-radius: 5px;
  border: 1px solid #24409A;
}

body:not(.path-frontpage) #main {
  padding: 0;
  position: relative;
}
body:not(.path-frontpage) .row:has(.main-content) {
  margin: 0;
}
body:not(.path-frontpage) #block-mdr-page-title {
  background: #E8EEF0;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  padding: 70px 0 50px 0;
  margin-top: -20px;
}
body:not(.path-frontpage) #block-mdr-page-title:before {
  content: "";
  background: url("../images/background-header.png") no-repeat;
  opacity: 0.33;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
body:not(.path-frontpage) #block-mdr-page-title h1 {
  font-size: 28px;
  font-weight: 700;
  color: #222;
}
body:not(.path-frontpage) #block-mdr-contentsharing {
  position: absolute;
  top: 0;
  right: 12px;
  box-shadow: 0px 3px 6px #00576821;
  background: #fff;
  padding: 5px 0 5px 20px;
  height: 30px;
  font-size: 14px;
  color: #222222;
  font-weight: 600;
}
body:not(.path-frontpage) #block-mdr-contentsharing .content > div {
  display: flex;
  gap: 15px;
}
body:not(.path-frontpage) #block-mdr-contentsharing .a2a_kit {
  display: flex;
  align-items: center;
}
body:not(.path-frontpage) #block-mdr-contentsharing .a2a_kit a {
  padding: 0 7px;
}
body:not(.path-frontpage) #block-mdr-breadcrumbs {
  margin-bottom: 30px;
}
body:not(.path-frontpage) .breadcrumb {
  width: fit-content;
  margin-bottom: 0;
  background: #FFF;
  box-shadow: 0px 3px 6px #00576821;
  padding: 5px 20px;
  position: relative;
  margin-top: -16px;
}
body:not(.path-frontpage) .breadcrumb li {
  font-size: 14px;
  color: #585858;
  opacity: 0.88;
  text-transform: capitalize;
}
body:not(.path-frontpage) .breadcrumb li:before {
  background: url("../images/bread-next.png") no-repeat;
  width: 5px;
  height: 8px;
  content: "";
  display: inline-block;
  float: none;
}
body:not(.path-frontpage) .breadcrumb li a {
  font-size: 14px;
  color: #585858;
  text-transform: capitalize;
  text-decoration: none;
}
body:not(.path-frontpage) .breadcrumb li:first-child {
  opacity: 1;
}
body:not(.path-frontpage) .breadcrumb li:first-child:before {
  content: "";
  background: url("../images/home.svg") no-repeat;
  width: 16px;
  height: 12px;
  position: absolute;
  top: 9px;
}
body:not(.path-frontpage) .breadcrumb li:first-child a {
  width: 16px;
  height: 17px;
  color: transparent;
  display: inline-block;
  text-indent: -9999px;
  z-index: 1;
  position: relative;
}
body:not(.path-frontpage) .breadcrumb li:last-child {
  color: #222222;
  font-weight: 600;
}
body:not(.path-frontpage) .main-content {
  padding-bottom: 60px;
}
body:not(.path-frontpage) .main-content .node__content {
  font-size: 16px !important;
}
body:not(.path-frontpage) .main-content .node__content .item-list {
  padding: 0 0 0 40px;
}
body:not(.path-frontpage) .main-content .node__content ul {
  list-style-image: url("../images/bullet.png");
}
body:not(.path-frontpage) .main-content .node__content ul li {
  margin: 10px 0;
}
body:not(.path-frontpage) .main-content .node__content ul li a {
  text-decoration: none;
  color: #131313;
  font-weight: 600;
}
body:not(.path-frontpage) .main-content .node__content img.image-style-wide {
  width: 100%;
  height: auto;
}
body:not(.path-frontpage) .main-content h5 {
  font-size: 20px;
  font-weight: 700;
}

.inner-menu {
  margin-bottom: 30px;
  padding: 0 12px;
}
.inner-menu ul {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: center;
  background: #F7F7F7;
  border-radius: 6px;
  padding: 15px;
  align-items: center;
}
.inner-menu ul li {
  width: fit-content;
}
.inner-menu ul li a {
  color: #6D6D6D !important;
  opacity: 0.74;
  font-weight: 700;
  font-size: 14px;
  padding: 5px 0 5px 10px;
  text-decoration: none;
}
.inner-menu ul li:has(> a.is-active) {
  border: 2px solid #24409B;
  border-radius: 4px;
  margin-left: 10px;
}
.inner-menu ul li:has(> a.is-active) a {
  color: #222222 !important;
  opacity: 1;
  padding-right: 10px;
}
.inner-menu ul li:has(> a.is-active) a:before {
  content: "";
  background: url("../images/active.png") no-repeat;
  width: 7px;
  height: 8px;
  display: inline-block;
  margin-right: 5px;
}
.inner-menu ul li:has(> a.is-active) a.active {
  margin-left: 0;
}
.inner-menu ul li.dropdown {
  margin-right: 5px;
}
.inner-menu ul li.dropdown > span {
  color: #6D6D6D !important;
  opacity: 0.74 !important;
  font-weight: 700;
  font-size: 14px;
  padding: 5px 0 5px 10px;
}
.inner-menu ul li.dropdown > span.active {
  font-weight: 700;
  color: #222222 !important;
  opacity: 1 !important;
}
.inner-menu ul li.dropdown.active {
  margin-right: 5px;
}
.inner-menu ul li.dropdown.active > a.active {
  font-weight: 700;
  opacity: 1;
  color: #222222 !important;
}
.inner-menu ul li.dropdown .dropicon {
  background: url("../images/menu-icon-pages--open.svg") no-repeat;
  position: absolute;
  right: -23px;
  top: 6px;
  cursor: pointer;
  width: 18px;
  height: 18px;
}
.inner-menu ul li.dropdown .dropiconSubmenu {
  background: url("../images/menu-icon-submenu--open.svg") no-repeat;
  position: absolute;
  right: -23px;
  top: 6px;
  cursor: pointer;
  width: 18px;
  height: 18px;
}
.inner-menu ul li.dropdown.open .dropicon {
  background: url("../images/menu-icon-pages--close.svg") no-repeat;
}
.inner-menu ul li.dropdown.open .dropiconSubmenu {
  background: url("../images/menu-icon-submenu--close.svg") no-repeat;
}
.inner-menu ul li ul.dropdown-menu {
  display: none;
}
.inner-menu ul li ul.dropdown-menu.show {
  display: block;
  position: absolute;
  padding: 5px 10px;
  margin-top: 2px;
  background: #F7F7F7;
}
.inner-menu ul li ul.dropdown-menu.show li {
  padding: 0;
  background: none;
}
.inner-menu ul li ul.dropdown-menu.show li a {
  padding: 0;
  color: #6D6D6D !important;
  opacity: 0.74;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
}
.inner-menu ul li ul.dropdown-menu.show li a:before {
  display: none;
}
.inner-menu ul li ul.dropdown-menu.show li a:hover {
  background: none;
  --bs-dropdown-link-hover-bg: #f7f7f7;
}
.inner-menu ul li ul.dropdown-menu.show li a.is-active {
  color: #222222 !important;
  opacity: 1;
  padding-right: 10px;
}
.inner-menu ul li ul.dropdown-menu.show li a.is-active:before {
  content: "";
  background: url("../images/active.png") no-repeat;
  width: 7px;
  height: 8px;
  display: inline-block;
  margin-right: 5px;
}
.inner-menu ul li ul.dropdown-menu.show li.active {
  border: none;
  background: none;
}

.inner-side {
  border: 1px solid #DFDFDF !important;
  border-radius: 10px;
  padding: 0 !important;
}
.inner-side h2 {
  padding: 10px;
  border-bottom: none;
  color: #222222;
  font-size: 16px;
  font-weight: 700;
  background: #EBEDF6 !important;
  margin-bottom: 0;
  border-radius: 10px 10px 0 0;
}
.inner-side .content {
  padding: 10px;
  background: #ffffff !important;
  border-radius: 0 0 10px 10px;
}
.inner-side .tag {
  font-size: 12px;
}
.inner-side .tag ul {
  list-style: none;
  padding: 0;
  text-align: center;
}
.inner-side .tag ul li {
  display: inline-block;
  padding: 10px 5px;
}
.inner-side .tag ul li a {
  text-decoration: none;
  color: #222222;
  border: 1px solid #DFDFDF;
  border-radius: 6px;
  background: #F6F6F6;
  padding: 5px;
}
.inner-side .tag ul li a:hover {
  color: #222222;
}

.berita-page .views-col {
  padding: 10px;
}
.berita-page .grid-box {
  position: relative;
}
.berita-page .grid-image {
  position: relative;
}
.berita-page .grid-image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.berita-page .grid-image:before {
  content: "";
  background: transparent linear-gradient(180deg, #17171700 0%, #171717FA 61%, #171717 100%) 0% 0% no-repeat padding-box;
  width: 100%;
  height: 100%;
  position: absolute;
}
.berita-page .grid-info {
  position: absolute;
  bottom: 0;
  color: #FFF;
  padding: 10px;
}
.berita-page .grid-info .grid-date {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 5px;
}
.berita-page .grid-info .grid-title {
  font-weight: 700;
}
.berita-page .grid-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.berita-page .grid-link a {
  display: block;
  height: 100%;
}

.list-box .view-content {
  margin: 0;
}
.list-box .view-content .views-row {
  padding: 0;
  margin-bottom: 15px;
}
.list-box .view-content .views-row a {
  border: 1px solid #C6D3FA;
  border-radius: 10px;
  background: #FFF;
  padding: 10px 15px;
  display: block;
  text-decoration: none;
}
.list-box .view-content .news-title {
  color: #222222;
  font-weight: 600;
  line-height: 19px;
}
.list-box .view-content .news-date {
  font-size: 14px;
  color: #131313;
  position: relative;
}
.list-box .view-content .news-date:before {
  content: "";
  background: url("../images/date.png") no-repeat;
  width: 13px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
}
.list-box .view-content .news-date time {
  vertical-align: middle;
  margin-left: 5px;
}

.view-photo-gallery .views-col {
  padding: 10px;
}
.view-photo-gallery .field-content > div {
  border: 1px solid #CDD5F0;
  border-radius: 10px;
}
.view-photo-gallery .photo-img img {
  width: 100%;
  height: 220px;
  border-radius: 10px 10px 0 0;
  object-fit: cover;
}
.view-photo-gallery .photo-content {
  padding: 10px;
  height: 100px;
  position: relative;
}
.view-photo-gallery .photo-content a {
  font-weight: 600;
  color: #484848;
  text-decoration: none;
}
.view-photo-gallery .photo-date {
  position: absolute;
  font-size: 14px;
  color: #7D7D7D;
  text-transform: uppercase;
  bottom: 10px;
}
.view-photo-gallery .photo-date:before {
  content: "";
  background: url("../images/date.png") no-repeat;
  width: 13px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
}
.view-photo-gallery .photo-date time {
  vertical-align: middle;
  margin-left: 5px;
}

.year-filter .view-filters > form > div {
  justify-content: end;
  padding: 0 10px 0 10px;
}
.year-filter .view-filters > form > div > .form-type-select {
  display: flex;
  gap: 10px;
  align-items: center;
}
.year-filter .view-filters > form > div > .form-type-select label {
  font-weight: 600;
}
.year-filter .view-filters > form > div > .form-type-select select:focus, .year-filter .view-filters > form > div > .form-type-select select:focus-visible {
  outline: none !important;
  border: 1px solid #ced4da !important;
  box-shadow: none !important;
}

.view .pagination {
  justify-content: start;
  list-style-image: none !important;
  margin-top: 20px;
}
.view .pagination .page-item {
  margin: 0 3px !important;
  min-width: 40px;
  height: 40px;
  text-align: center;
}
.view .pagination .page-item .page-link {
  border: 1px solid #24409B;
  border-radius: 5px;
  color: #222222;
  font-weight: 700;
}
.view .pagination .page-item .page-link[rel=next] {
  position: relative;
}
.view .pagination .page-item .page-link[rel=next]:before {
  content: "";
  background: url("../images/next.svg") no-repeat;
  position: absolute;
  width: 9px;
  height: 15px;
  top: 11px;
  left: 16px;
}
.view .pagination .page-item .page-link[rel=next] span {
  color: transparent;
}
.view .pagination .page-item .page-link[rel=prev] {
  position: relative;
}
.view .pagination .page-item .page-link[rel=prev]:before {
  content: "";
  background: url("../images/prev.svg") no-repeat;
  position: absolute;
  width: 9px;
  height: 15px;
  top: 11px;
  left: 16px;
}
.view .pagination .page-item .page-link[rel=prev] span {
  color: transparent;
}
.view .pagination .page-item .page-link[rel=first] {
  position: relative;
}
.view .pagination .page-item .page-link[rel=first]:before {
  content: "";
  background: url("../images/first.svg") no-repeat;
  position: absolute;
  width: 15px;
  height: 15px;
  top: 11px;
  left: 13px;
}
.view .pagination .page-item .page-link[rel=first] span {
  color: transparent;
}
.view .pagination .page-item .page-link[rel=last] {
  position: relative;
}
.view .pagination .page-item .page-link[rel=last]:before {
  content: "";
  background: url("../images/last.svg") no-repeat;
  position: absolute;
  width: 15px;
  height: 15px;
  top: 11px;
  left: 13px;
}
.view .pagination .page-item .page-link[rel=last] span {
  color: transparent;
}
.view .pagination .page-item.active .page-link {
  border: 1px solid #24409B;
  background: #24409B;
  color: #fff;
}
.view .pagination .page-item:has([rel=next]) {
  margin-left: 15px !important;
}
.view .pagination .page-item:has([rel=prev]) {
  margin-right: 15px !important;
}

.node--type-photo-gallery .gallery-slider {
  width: 80%;
  margin: 0 auto;
}
.node--type-photo-gallery .lslide img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 5px;
}
.node--type-photo-gallery .lSPager {
  list-style-image: none !important;
}
.node--type-photo-gallery .lSPager li {
  border: 2px solid #fff;
}
.node--type-photo-gallery .lSPager li img {
  width: 100% !important;
  height: 80px !important;
  object-fit: cover;
}
.node--type-photo-gallery .lSPager li.active {
  border: 2px solid #E39A03;
}
.node--type-photo-gallery #image-gallery {
  list-style-image: none !important;
}

.view-video .view-content .views-col {
  padding: 10px 20px;
  text-align: center;
  position: relative;
}
.view-video .view-content .views-col .video-title {
  font-weight: 700;
  margin-bottom: 5px;
  color: #222;
}
.view-video .view-content .views-col .video-category {
  position: absolute;
  color: transparent;
}
.view-video iframe.video-FB {
  padding: 0 26px;
}

.tender-download {
  text-indent: -9999px;
}

.ikon-jkt-download {
  background: url("../images/icon-download.png") no-repeat 0 0 !important;
  display: inline-block !important;
  width: 21px;
  height: 19px;
}

.tender-page table {
  caption-side: top;
}
.tender-page table caption {
  color: #222;
  font-weight: 700;
  font-size: 18px;
}
.tender-page table thead tr th {
  white-space: nowrap;
}
.tender-page table tbody tr td time {
  white-space: nowrap;
}

.view-point-of-interest .views-field-title span {
  font-weight: 700;
}

.view-ahli-majlis .views-col {
  padding: 10px;
}
.view-ahli-majlis .ahli-box {
  border-radius: 10px;
  border: 1px solid #C6D3FA;
}
.view-ahli-majlis .ahli-image img {
  width: 100%;
  height: auto;
  border-radius: 10px 10px 0 0;
}
.view-ahli-majlis .ahli-zon {
  padding: 10px;
  text-align: center;
  font-weight: 700;
  border-top: 1px solid #C6D3FA;
}

#tabbingSegamat > ul {
  list-style-image: none !important;
  border-bottom: 1px solid #E2E5F5;
}
#tabbingSegamat > ul li {
  margin: 0;
}
#tabbingSegamat > ul li button {
  color: #7C7C7C;
  font-size: 14px;
  position: relative;
}
#tabbingSegamat > ul li button.active {
  font-weight: 600;
  color: #0C2882;
  background: none;
}
#tabbingSegamat > ul li button.active:after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #0C2882;
  position: absolute;
  bottom: -2px;
  left: 0;
}
#tabbingSegamat .tab-content {
  padding: 15px 15px 30px 15px;
}

#accordionSegamat .accordion-item {
  border: none;
  margin-bottom: 10px;
}
#accordionSegamat .accordion-button {
  background: #021C6D;
  color: #fff;
  border-radius: 10px 10px 0 0;
  border: none;
  padding: 10px;
  font-weight: 600;
  position: relative;
}
#accordionSegamat .accordion-button:after {
  content: "";
  background: url("../images/icon-accordion--close.svg") no-repeat;
  position: absolute;
  width: 13px;
  height: 7px;
  right: 10px;
  transform: none;
}
#accordionSegamat .accordion-button.collapsed {
  border-radius: 10px;
  border: 1px solid #E0E0E0;
  color: #131313;
  background: #ffffff;
}
#accordionSegamat .accordion-button.collapsed:after {
  content: "";
  background: url("../images/icon-accordion--open.svg") no-repeat;
  position: absolute;
  width: 13px;
  height: 7px;
  right: 10px;
}
#accordionSegamat .accordion-button:focus, #accordionSegamat .accordion-button:focus-visible {
  outline: none;
  box-shadow: none;
}
#accordionSegamat .accordion-collapse.show {
  border: 1px solid #E0E0E0;
  border-radius: 0 0 10px 10px;
}
#accordionSegamat .accordion-collapse .accordion-body {
  padding: 10px;
}

.field--name-field-top-paragraph {
  margin-bottom: 20px;
}

.field--name-field-bottom-paragraph {
  margin-top: 40px;
}

.embedded-entity header {
  margin-bottom: 20px;
}
.embedded-entity header a {
  color: #131313;
  font-size: 20px;
  text-decoration: none;
  font-weight: 700;
}

/* Responsive CSS */
@media (max-width: 768px) {
  .tab-content.show-all .tab-pane {
    /*max-width: 94%;*/
  }

  #block-mdr-tabbinghomepage .tag {
    width: 100%;
  }

  .title-part {
    margin-bottom: 70px;
  }

  .title-part .view-header {
    top: 40px;
    right: 20px;
  }

  .site-footer .address-footer {
    border-right: none;
    flex-direction: column;
  }
  .site-footer .address-footer > div:first-child {
    text-align: center;
  }
  .site-footer .address-footer > div:last-child > div {
    text-align: center;
  }

  .site-footer .contact-footer > div {
    display: block;
  }

  .counter-part > div {
    justify-content: center;
  }

  .site-footer .link-footer {
    border-bottom: none;
  }

  .site-footer .right-footer {
    text-align: center;
    padding: 15px 0;
  }

  .site-footer .update-visitor-footer {
    justify-content: center;
    flex-direction: column;
  }

  body:not(.path-frontpage) .main-content .node__content img {
    max-width: 100%;
    height: auto;
  }

  .view-photo-gallery .views-col,
.berita-page .views-col,
.view-video .view-content .views-col {
    width: 100% !important;
  }

  .node--type-photo-gallery .lslide img {
    height: 250px !important;
  }

  .node--type-photo-gallery .lSPager li img {
    height: 40px !important;
  }

  .view .pagination {
    flex-wrap: wrap;
  }

  .table-block table {
    display: block;
    border-radius: 0;
  }
  .table-block table thead {
    display: none;
  }
  .table-block table tbody {
    display: block;
  }
  .table-block table tbody tr {
    display: block;
    background: none;
    padding: 0;
    margin-bottom: 20px;
  }
  .table-block table tbody tr td {
    display: block;
    text-align: center;
  }
  .table-block table tbody tr:nth-child(even) td {
    background: #f7f7f7;
  }
  .table-block .header-table {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 5px;
  }

  body:not(.path-frontpage) #block-mdr-page-title {
    padding: 70px 0 100px 0;
  }

  body:not(.path-frontpage) #block-mdr-breadcrumbs {
    margin-bottom: 80px;
  }

  body:not(.path-frontpage) .breadcrumb {
    width: 100%;
    margin-top: -66px;
    margin-left: 0 !important;
  }

  body:not(.path-frontpage) #block-mdr-contentsharing {
    top: 50px;
    right: 12px;
  }
}

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