* {
  font-family: "Poppins", sans-serif;
}

.navbar>.main-container {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

.main-container {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

.btn:focus {
  box-shadow: none;
}

.bg-grey {
  background-color: rgba(242, 243, 244, 0.75);
}

input:focus,
textarea:focus,
select:focus {
  outline: none !important;
  box-shadow: none !important;
}

.ctf-nav {
  flex-wrap: wrap !important;
}

.wrapper-justify {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.top-nav {
  width: 100%;
  padding: 9px 0px;
  background-color: #082A50;
}

.top-nav a {
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 13px;
  letter-spacing: 0.02em;
  color: #5F86B4;
  text-decoration: none;
}

.main-nav {
  padding: 0;
  position: relative;
}

.main-nav::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #E5E5E5;
}

.main-nav .navbar-brand {
  padding-top: 12px;
  padding-bottom: 12px;
  max-width: 168px;
}

.main-nav .navbar-brand img {
  width: 100%;
}

.main-nav .navbar-collapse {
  width: 100%;
}

.main-nav .navbar-collapse::before {
  content: "";
  position: absolute;
  top: 71px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #E5E5E5;
}

.main-nav .wrapper-search {
  z-index: 999;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 0;
  padding-left: 6px;
  background-color: #FFFFFF;
}

.main-nav .wrapper-search .search-btn {
  color: #2C334F;
  float: left;
  background: none;
  font-size: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.main-nav .wrapper-search .search-btn {
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.main-nav .wrapper-search .search-btn img {
  pointer-events: none;
}

.main-nav .wrapper-search .input-search {
  border: none;
  outline: none;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.04em;
  color: #2C334F;
}

.main-nav .wrapper-search .input-search::placeholder {
  opacity: .3;
  color: #2C334F;
}

.main-nav .navbar-nav .nav-link {
  height: 47px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.02em;
  color: #2C334F;
  padding: 12px 6px 13px 6px;
  margin-left: 12px;
  margin-right: 12px;
  position: relative;
}

.main-nav .navbar-nav .nav-item:nth-child(1) .nav-link {
  padding: 12px 6px 13px 6px;
  margin-left: 0;
}

.main-nav .navbar-nav .active>.nav-link {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
}

.main-nav .navbar-nav .active>.nav-link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #3EC6AD;
  border-radius: 3.5px 3.5px 0px 0px;
  bottom: 0;
  left: 0;
}

.main-nav .nav-item .dropdown-toggle::after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 900;
  color: #2e3a5973;
  font-size: 10px;
  line-height: 21px;
  margin-left: 10px;
  letter-spacing: 0.02em;
  vertical-align: 0;
  border: none;
}

.main-nav .nav-item .dropdown-menu {
  border: none;
  padding: 12px;
  background-color: #3EC6AD;
  border-radius: 8px;
}

.main-nav .nav-item .dropdown-menu .wp-nav-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}

.main-nav .wp-nav-row .wp-dropdown-item {
  width: 100%;
}

.main-nav .wp-nav-row .wp-dropdown-item .dropdown-item {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 32px;
  letter-spacing: 0.02em;
  border-radius: 6px;
  color: #D4FBF4;
  margin-bottom: 8px;
}

.main-nav .wp-nav-row .wp-dropdown-item .dropdown-item:nth-last-of-type(1) {
  margin-bottom: 0;
}

.main-nav .wp-nav-row .wp-dropdown-item .dropdown-item:hover {
  color: #3EC6AD;
  background-color: #FFFFFF;
}

.main-nav .wp-nav-row .wp-dropdown-item .dropdown-item.active {
  color: #3EC6AD;
  background-color: #FFFFFF;
}

section.slider .carousel .carousel-inner .carousel-item img {
  height: 520px;
  object-fit: cover;
  object-position: center;
}

section.slider .carousel-control-next,
section.slider .carousel-control-prev {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: transparent;
  padding: 48px 0px;
  max-width: 200px;
}

section.main-banner {
  width: 100%;
  padding-top: 103px;
  padding-bottom: 226px;
  max-height: 520px;
  background-image: url("../images/image.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.main-banner .banner-title {
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 65px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  max-width: 520px;
  margin-bottom: 18px;
}

.main-banner .banner-text {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  max-width: 568px;
  margin-bottom: 0;
}

section.main-menu.expand-top {
  margin-top: -110px;
  padding-bottom: 30px;
}

.main-menu .wp-outer-menu {
  padding: 51px;
  background-color: #0F2845;
  border-radius: 12px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

.main-menu .wp-outer-menu .menu-title {
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 48px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  margin-bottom: 0;
}

.main-menu .wp-inner-menu {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x)/ -2);
  margin-left: calc(var(--bs-gutter-x)/ -2)
}

.main-menu .wp-inner-menu .col {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main-menu .wp-inner-menu .menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 118px;
  height: 118px;
  padding: 8px;
  background-color: #21426933;
  border-radius: 24px;
  text-decoration: none;
}

.main-menu .wp-inner-menu .menu:hover {
  background-color: #214169;
}

.main-menu .wp-inner-menu .menu:hover img {
  filter: invert(80%) sepia(82%) saturate(794%) hue-rotate(326deg) brightness(100%) contrast(102%);
}

.main-menu .wp-inner-menu .menu img {
  margin-bottom: 10px;
  filter: invert(42%) sepia(78%) saturate(353%) hue-rotate(171deg) brightness(96%) contrast(84%);
}

.main-menu .wp-inner-menu .menu span {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}

section.mitra {
  padding-top: 60px;
  padding-bottom: 60px;
}

.mitra .title {
  font-style: normal;
  font-weight: normal;
  width: 100%;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.02em;
  color: rgba(44, 51, 79, 0.5);
  margin-bottom: 48px;
}

.mitra .mitra-logo {
  width: 100%;
  max-height: 78px;
  object-fit: contain;
  mix-blend-mode: luminosity;
}

.mitra .mitra-logo:hover {
  mix-blend-mode: normal;
}


.mitra .splide__slide a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mitra .splide__slide {

  display: flex;

  justify-content: center;

}

section.about {
  margin-top: 30px;
  padding-top: 78px;
  padding-bottom: 80px;
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  background-image: url("../images/unigres.png");
}

.about .wp-logo {
  width: 72px;
  height: 72px;
  border-radius: 18px;
  background-color: rgba(255, 198, 54, 0.2);
  padding: 15px;
  margin-bottom: 18px;
}

.about .wp-logo img {
  width: 100%;
}

.about .about-tag {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.02em;
  color: #FFC736;
  margin-bottom: 0px;
}

.about .about-title {
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 48px;
  letter-spacing: 0.02em;
  color: #0F2845;
  max-width: 280px;
  margin-bottom: 17px;
}

.about .about-text {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.02em;
  color: #2C334F;
  max-width: 518px;
  margin-bottom: 0;
}

.about .media-control {
  width: 100%;
  border-radius: 12px;
}

.about .media-control.xs {
  display: none;
}

section.counting {
  padding-top: 70px;
  padding-bottom: 92px;
  background-color: #f2f3f4bf;
}

.counting .wp-prodi {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x)/ -2);
  margin-left: calc(var(--bs-gutter-x)/ -2);
  margin-bottom: 55px;
}

.counting .wp-prodi .item-prodi {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-left: 48px;
  padding-right: 48px;
}

.counting .wp-prodi .item-prodi::after {
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  font-weight: 900;
  color: #2e3a5973;
  position: absolute;
  font-size: 10px;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
}

.counting .wp-prodi .item-prodi:nth-last-of-type(1)::after {
  display: none;
}

.counting .wp-prodi .item-prodi .wp-inside-prodi {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}

.counting .wp-prodi .item-prodi .wp-inside-prodi .wp-amount {
  width: 46px;
  height: 46px;
  background: #3ec6ad1a;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.counting .wp-prodi .item-prodi .wp-inside-prodi .wp-amount span {
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 0.02em;
  color: #3EC6AD;
}

.counting .wp-prodi .item-prodi .wp-inside-prodi .title {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.02em;
  color: #0f284580;
  margin-left: 12px;
  margin-bottom: 0;
}

.counting .wp-counting {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x)/ -2);
  margin-left: calc(var(--bs-gutter-x)/ -2);
}

.counting .wp-counting .item-counting {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.counting .wp-counting .item-counting::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 48px;
  background-color: rgba(33, 66, 104, 0.35);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.counting .wp-counting .item-counting:nth-last-of-type(1)::after {
  display: none;
}

.counting .wp-counting .item-counting .amount {
  width: 64px;
  height: 64px;
  background: rgba(15, 40, 69, 0.1);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}

.counting .wp-counting .item-counting .amount span {
  font-style: normal;
  font-weight: bold;
  font-size: 38px;
  line-height: 57px;
  letter-spacing: 0.02em;
  color: #0F2845;
}

.counting .wp-counting .item-counting .amount-title {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.02em;
  color: rgba(15, 40, 69, 0.7);
  margin-bottom: 0;
}

section.information {
  width: 100%;
}

.information-banner {
  padding-top: 38px;
  padding-bottom: 38px;
  width: 100%;
  position: relative;
}

.information-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #f2f3f4bf;
}

.information-banner .wp-banner {
  position: relative;
  z-index: 100;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 80px;
  border-radius: 18px;
  background: linear-gradient(263.76deg, #0078BA 56.08%, rgba(0, 120, 186, 0) 114.7%), url("../images/banner-main.jpg");
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  flex-wrap: wrap;
}

.information-banner .wp-banner .wp-logo {
  width: 86px;
  height: 86px;
  padding: 13px;
  border-radius: 18px;
  background-color: #a9dcf8bf;
  margin-right: 32px;
}

.information-banner .wp-banner .wp-logo img {
  width: 100%;
}

.information-banner .wp-banner .banner-title {
  font-style: normal;
  font-weight: normal;
  font-size: 42px;
  line-height: 52px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  margin-bottom: 0;
  margin-right: 32px;
}

.information-banner .wp-banner .banner-title span {
  font-weight: bold;
}

.information-banner .wp-banner .btn-info-banner {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #FFFFFF;
  background: #FFC736;
  margin-left: auto;
  border-radius: 12px;
  padding: 18px 35px;
}

.main-info {
  padding-top: 38px;
  padding-bottom: 60px;
}

.main-info .info-tag {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.02em;
  color: #42246E;
  margin-bottom: 0px;
}

.main-info .wp-title-info {
  width: 100%;
}

.main-info .wp-title-info .title {
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 48px;
  letter-spacing: 0.02em;
  color: #0F2845;
  margin-bottom: 0px;
  margin-right: 38px;
}

.main-info .wp-title-info .link-more {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.02em;
  color: #9269CE;
  margin-bottom: 0;
  text-decoration: none;
}

.main-info .wp-link.xs {
  display: none;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 38px;
}

.main-info .wp-link.xs .link-more {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.02em;
  color: #9269CE;
  margin-bottom: 0;
  text-decoration: none;
}

.main-info .item-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  margin-top: 24px;
}

.main-info .item-info .wp-image-link {
  width: 100%;
  max-width: 212px;
  height: 120px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  margin-right: 32px;
}

.main-info .item-info .wp-image-link img {
  width: 100%;
  height: 120px;
  object-fit: cover;
}

.main-info .item-info .wp-image-link .tag-info {
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 0.02em;
  color: #3EC6AD;
  margin-bottom: 0;
  padding: 4px 15px;
  border-radius: 0px 4px 0px 0px;
  background-color: #FFFFFF;
  position: absolute;
  bottom: 0;
  left: 0;
}

.main-info .item-info .wp-title-link .link-date {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.02em;
  color: #A6B5C6;
  margin-bottom: 6px;
}

.main-info .item-info .wp-title-link .link-date img {
  width: 14px;
  margin-right: 8px;
  margin-bottom: 4px;
}

.main-info .item-info .wp-title-link .link-title {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #2C334F;
  margin-bottom: 0;
}

.main-info .wp-right-info {
  background-color: #F5F6F7;
  border-radius: 12px;
  padding-bottom: 38px;
  min-height: 380px;
}

.main-info .wp-right-info .header-right-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 26px 38px 18px 38px;
  border-bottom: 1px solid rgba(33, 66, 104, 0.15);
}

.main-info .header-right-info .title {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.02em;
  color: #0F2845;
  margin-bottom: 0;
}

.main-info .header-right-info .btn-filter::after {
  display: none;
}

.main-info .header-right-info .dropdown-filter {
  padding: 10px;
}

.main-info .body-right-info .right-info-link {
  text-decoration: none;
}

.main-info .body-right-info .right-info-item {
  margin-top: 24px;
  padding-top: 6px;
  padding-left: 38px;
  padding-right: 38px;
}

.main-info .body-right-info .right-info-item .date {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.02em;
  color: #A2A2A2;
  margin-bottom: 2px;
}

.main-info .body-right-info .right-info-item .date img {
  width: 12px;
  margin-right: 10px;
  margin-bottom: 2px;
}

.main-info .body-right-info .right-info-item .title {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.02em;
  color: #2C334F;
  margin-bottom: 12px;
}

.main-info .body-right-info .right-info-item .wp-time {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(33, 66, 104, 0.07);
}

.main-info .body-right-info .right-info-item .wp-time .date {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.02em;
  color: #A2A2A2;
  margin-right: 24px;
}

.main-info .body-right-info .right-info-item .wp-time .date:nth-last-of-type(1) {
  margin-right: 0;
}

.main-info .body-right-info .right-info-link:nth-last-of-type(1) .right-info-item .wp-time {
  border-bottom: none;
}

section.second-banner {
  padding-top: 36px;
  padding-bottom: 50px;
}

.second-banner .row-banner {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}

.second-banner .row-banner .col-left {
  flex: 0 0 auto;
  width: 45%;
  padding-left: 38px;
  padding-right: 38px;
  position: relative;
}

.second-banner .row-banner .col-right {
  flex: 0 0 auto;
  width: 55%;
  padding-right: 38px;
}

.second-banner .wp-absolute-img {
  position: absolute;
  top: 50%;
  left: calc(100% - 40.5px);
  width: 81px;
  height: 81px;
  border-radius: 81px;
  background-color: #FFFFFF;
  box-shadow: 0px 12px 32px rgba(53, 74, 99, 0.32);
  padding: 14px;
}

.second-banner .wp-absolute-img img {
  width: 100%;
  pointer-events: none;
}

.second-banner .about {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 48px;
  letter-spacing: 0.02em;
  color: #0F2845;
  margin-bottom: 2px;
}

.second-banner .title {
  font-style: normal;
  font-weight: bold;
  font-size: 64px;
  line-height: 72px;
  letter-spacing: 0.02em;
  color: #0F2845;
  margin-bottom: 29px;
  max-width: 420px;
}

.second-banner .wp-banner-sosmed {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.second-banner .wp-banner-sosmed li a {
  text-decoration: none;
  font-size: 24px;
  color: #8C91A6;
  margin-right: 27px;
}

.second-banner .wp-banner-sosmed li a:hover {
  color: #0A66C2;
}

.second-banner .wp-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  min-height: 330px;
  background: linear-gradient(90deg, #082A50 -2.16%, rgba(8, 42, 80, 0) 83.34%);
  border-radius: 24px;
}

.second-banner .wp-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
  position: relative;
}

section.content-about .wrapper-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}

section.content-about .wrapper-text>* {
  max-width: 960px;
  margin-bottom: 38px;
}

.content-about .wrapper-text p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #6E7799;
}

section.content-about .wrapper-quote {
  margin-top: 38px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

section.content-about .wrapper-quote>* {
  max-width: 960px;
  margin-bottom: 84px;
}

section.content-about .wrapper-quote .text-quote {
  font-style: italic;
  font-weight: 500;
  font-size: 24px;
  line-height: 38px;
  color: #6E7799;
  padding-left: 48px;
  padding-top: 48px;
  position: relative;
}

section.content-about .wrapper-quote .text-quote::before {
  font-family: "Font Awesome 5 Free";
  content: "\f10d";
  font-style: normal;
  font-weight: 900;
  color: #EDF0F5;
  font-size: 38px;
  position: absolute;
  top: 0;
  left: 0;
}

section.misi {
  margin-bottom: 118px;
}

section.misi .wrapper-list {
  display: flex;
  flex-direction: column;
  align-items: center;
}

section.misi .wrapper-list>* {
  max-width: 960px;
}

section.misi .wrapper-list .title {
  width: 100%;
  font-style: normal;
  font-weight: bold;
  font-size: 38px;
  line-height: 57px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #0F2845;
  margin-bottom: 43px;
}

section.misi .wrapper-list ul li {
  font-style: italic;
  font-weight: 500;
  font-size: 24px;
  line-height: 38px;
  color: #6E7799;
  padding-left: 12px;
  margin-bottom: 38px;
}

section.misi .wrapper-list ul li::marker {
  font-family: "Font Awesome 5 Free";
  content: "\f058";
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  margin-right: 12px;
  color: #3EC6AD;
}

section.struktur {
  margin-top: 48px;
  padding-bottom: 124px;
}

section.struktur .wrapper-struktur {
  display: flex;
  flex-direction: column;
  align-items: center;
}

section.struktur .wrapper-struktur>* {
  max-width: 960px;
}

section.struktur .wrapper-struktur img {
  width: 100%;
}


.third-banner {
  padding-top: 36px;
  padding-bottom: 53px;
}

.third-banner .row-banner {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}

.third-banner .row-banner .col-left {
  flex: 0 0 auto;
  width: 28%;
  padding-left: 38px;
}

.third-banner .row-banner .col-right {
  flex: 0 0 auto;
  width: 72%;
  padding-left: 68px;
  padding-right: 38px;
  position: relative;
}

.third-banner .wp-absolute-img {
  position: absolute;
  top: 50%;
  right: calc(100% - 40.5px);
  width: 81px;
  height: 81px;
  border-radius: 81px;
  background-color: #FFFFFF;
  box-shadow: 0px 12px 32px rgba(53, 74, 99, 0.32);
  padding: 14px;
}

.third-banner .wp-absolute-img img {
  width: 100%;
  pointer-events: none;
}

.third-banner .wp-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  min-height: 330px;
  border-radius: 24px;
}

.third-banner .wp-image img {
  width: 100%;
  min-height: 330px;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
  position: relative;
}

.third-banner .wp-banner-sosmed {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 0;
  list-style: none;
  margin-bottom: 36px;
}

.third-banner .wp-banner-sosmed li a {
  text-decoration: none;
  font-size: 24px;
  color: #8C91A6;
  margin-right: 27px;
}

.third-banner .wp-banner-sosmed li a:hover {
  color: #0A66C2;
}

.third-banner .about {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.02em;
  color: #0F2845;
  margin-bottom: 0;
}

.third-banner .title {
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 72px;
  letter-spacing: 0.02em;
  color: #0F2845;
  margin-bottom: 1px;
}

.third-banner .text-name {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 38px;
  color: #0F2845;
  margin-bottom: 0;
  padding-top: 38px;
  padding-left: 12px;
  position: relative;
}

.third-banner .text-name.xs {
  display: none;
}

.third-banner .text-name.xl {
  display: block;
}

.third-banner .text-name::before {
  font-family: "Font Awesome 5 Free";
  content: "\f10d";
  font-style: normal;
  font-weight: 900;
  color: #EDF0F5;
  position: absolute;
  top: 0;
  left: 0;
}

section.content-profile {
  margin-bottom: 87px;
}

section.content-profile .wrapper-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}

section.content-profile .wrapper-text>* {
  max-width: 960px;
  margin-bottom: 38px;
}

.content-profile .wrapper-text p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #6E7799;
}

section.contact {
  padding-top: 54px;
  padding-bottom: 128px;
}

section.contact .contact-title {
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  line-height: 37px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #2C334F;
  margin-bottom: 26px;
}

section.contact .contact-information {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #6E7799;
  width: 100%;
  margin-bottom: 47px;
}

section.contact .wp-row {
  display: flex;
  flex-direction: row;
  align-items: center;
}

section.contact .ic-bag {
  width: 20px;
  height: 20px;
  margin-right: 14px;
  filter: invert(63%) sepia(48%) saturate(535%) hue-rotate(119deg) brightness(98%) contrast(85%);
}

section.contact .location-title {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  margin-bottom: 0;
}

section.contact .location-detail {
  max-width: 298px;
  margin-top: 18px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #130F26;
  margin-bottom: 25px;
}

section.contact .direct-location {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #FFFFFF;
  padding: 12px 35px;
  background-color: #0078BA;
  border-radius: 8px;
}

section.contact .direct-location i {
  margin-left: 8px;
}

.contact-navigation {
  width: 100%;
  margin-bottom: 58px;
}

.contact-navigation .nav-item {
  width: 33.33%;
}

.contact-navigation .nav-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 21px 75px;
  background: #FFFFFF;
  border: none;
  border-radius: 15px;
}

.contact-navigation .nav-link:focus {
  outline: none;
}

.contact-navigation .nav-link.active {
  background-color: #F4F8FC;
}

.contact-navigation .nav-link span {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #2C334F;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.contact-navigation .nav-link img {
  filter: invert(63%) sepia(48%) saturate(535%) hue-rotate(119deg) brightness(98%) contrast(85%);
  margin-bottom: 16px;
}

.content-contact {
  min-height: 280px;
}

section.contact .content-contact .wp-maps {
  border: 1px solid #A6B5C6;
  overflow: hidden;
  border-radius: 18px;
}

section.contact .content-contact .wrapper-input {
  margin-bottom: 24px;
}

section.contact .content-contact .wrapper-input .form-lable {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #2C334F;
}

section.contact .content-contact .wrapper-input .form-group {
  position: relative;
}

section.contact .content-contact .wrapper-input .form-group .input-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  font-size: 18px;
  z-index: 10;
  color: rgba(0, 0, 0, 0.2);
  ;
}

section.contact .content-contact .wrapper-input .form-group .form-control {
  min-height: 46px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #2C334F;
  padding-left: 48px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}

section.contact .content-contact .wrapper-input .form-group .form-control:focus {
  border-color: #3EC6AD;
  box-shadow: none;
}

section.contact .content-contact .wrapper-input .form-group .form-control:focus+.input-icon {
  color: #3EC6AD;
}

section.contact .content-contact .form-group textarea.form-control {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  background-color: #F4F8FC;
  line-height: 19px;
  padding: 24px;
  color: #2C334F;
  border: none;
  border-radius: 6px;
}

section.contact .content-contact select.form-control {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  min-height: 46px;
  line-height: 19px;
  color: #2C334F;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}

section.contact .content-contact .form-group .form-control:focus {
  border-color: #3EC6AD;
}

section.theme-1 .banner {
  margin-bottom: 32px;
}

section.theme-1 .banner img {
  width: 100%;
  max-height: 338px;
  object-fit: cover;
  object-position: bottom;
  border-radius: 24px;
}

section.theme-1 .main-content {
  padding: 0px 42px;
}

section.theme-1 .main-content .title {
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.02em;
  color: #2C334F;
  margin-bottom: 14px;
}

section.theme-1 .main-content .wp-publish-lable {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 34px;
  margin-bottom: 32px;
}

section.theme-1 .main-content .wp-publish-lable p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.02em;
  color: #A6B5C6;
  margin-bottom: 0;
  position: relative;
}

section.theme-1 .main-content .wp-publish-lable p i {
  margin-right: 6px;
}

section.theme-1 .main-content .wp-publish-lable p::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f111";
  font-size: 6px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
}

section.theme-1 .main-content .wp-publish-lable p:nth-last-child(1)::after {
  display: none;
}

section.theme-1 .main-content .wp-content {
  margin-bottom: 48px;
}

section.theme-1 .main-content .wp-content p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #6E7799;
  margin-bottom: 0;
}

section.theme-1 .main-content .page-info {
  font-style: italic;
  font-weight: 500;
  font-size: 24px;
  line-height: 38px;
  color: #6E7799;
  padding-left: 58px;
  padding-top: 42px;
  margin-bottom: 68px;
  position: relative;
  max-width: 964px;
}

section.theme-1 .main-content .page-info::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f10d";
  font-size: 38px;
  color: #EDF0F5;
  position: absolute;
  top: 0;
  left: 0;
}

section.theme-1 .wp-social {
  display: flex;
  flex-direction: row;
  align-items: center;
}

section.theme-1 .wp-social span {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
}

section.theme-1 .wp-social a {
  font-size: 24px;
  color: rgba(0, 0, 0, 0.2);
  margin-left: 25px;
}

section.theme-1 {
  padding-top: 48px;
  margin-bottom: 28px;
}

section.pusat-informasi {
  padding-bottom: 78px;
  padding-top: 74px;
}

section.pusat-informasi .wp-title-info .title {
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 48px;
  letter-spacing: 0.02em;
  color: #0F2845;
}

section.pusat-informasi .wp-title-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

section.pusat-informasi .wp-title-info .link-more {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.02em;
  color: #9269CE;
  text-decoration: none;
}

section.pusat-informasi .item-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  margin-top: 24px;
}

section.pusat-informasi .item-info .wp-image-link {
  width: 182px;
  height: 120px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  margin-right: 32px;
}

section.pusat-informasi .item-info .wp-image-link img {
  width: 100%;
  height: 120px;
  object-fit: cover;
}

section.pusat-informasi .item-info .wp-image-link .tag-info {
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 0.02em;
  color: #3EC6AD;
  margin-bottom: 0;
  padding: 4px 15px;
  border-radius: 0px 4px 0px 0px;
  background-color: #FFFFFF;
  position: absolute;
  bottom: 0;
  left: 0;
}

section.pusat-informasi .item-info .wp-title-link .link-date {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.02em;
  color: #A6B5C6;
  margin-bottom: 6px;
}

section.pusat-informasi .item-info .wp-title-link .link-date img {
  width: 14px;
  margin-right: 8px;
  margin-bottom: 4px;
}

section.pusat-informasi .item-info .wp-title-link .link-title {
  font-style: normal;
  font-weight: 600;
  max-width: 280px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #2C334F;
  margin-bottom: 0;
}

section.agenda .navigation-agenda {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  column-gap: 18px;
  margin-bottom: 48px;
}

section.agenda .navigation-agenda .nav-item {
  width: calc(33.33% - 12px);
}

section.agenda .navigation-agenda .nav-link {
  display: flex;
  flex-direction: row;
  text-align: left;
  padding: 14px;
  background-color: #FFFFFF;
  border: 0.5px solid rgba(166, 181, 198, 0.45);
  border-radius: 12px;
  width: 100%;
}

section.agenda .navigation-agenda .nav-link.active {
  background-color: #FAFBFD;
}

section.agenda .navigation-agenda .nav-link:focus {
  outline: none;
}

section.agenda {
  padding-top: 42px;
}

section.agenda .navigation-agenda .nav-link .wp-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 10px;
  padding: 14px;
  margin-right: 14px;
}

section.agenda .navigation-agenda .nav-link .wp-logo img {
  width: 100%;
}

section.agenda .navigation-agenda .nav-item:nth-child(1) .nav-link .wp-logo {
  background: rgba(62, 198, 173, 0.2);
}

section.agenda .navigation-agenda .nav-item:nth-child(2) .nav-link .wp-logo {
  background-color: rgba(66, 36, 110, 0.2);
}

section.agenda .navigation-agenda .nav-item:nth-child(3) .nav-link .wp-logo {
  background-color: rgba(0, 121, 186, 0.2);
}

section.agenda .navigation-agenda .nav-item:nth-child(1) .nav-link .wp-logo img {
  filter: invert(74%) sepia(59%) saturate(471%) hue-rotate(112deg) brightness(84%) contrast(85%);
}

section.agenda .navigation-agenda .nav-item:nth-child(2) .nav-link .wp-logo img {
  filter: invert(11%) sepia(75%) saturate(2379%) hue-rotate(252deg) brightness(99%) contrast(91%);
}

section.agenda .navigation-agenda .nav-item:nth-child(3) .nav-link .wp-logo img {
  filter: invert(26%) sepia(94%) saturate(1805%) hue-rotate(181deg) brightness(95%) contrast(101%);
}

section.agenda .navigation-agenda .nav-item:nth-child(1) .nav-link .wp-text span {
  color: #3EC6AD;
}

section.agenda .navigation-agenda .nav-item:nth-child(2) .nav-link .wp-text span {
  color: #42246E;
}

section.agenda .navigation-agenda .nav-item:nth-child(3) .nav-link .wp-text span {
  color: #0078BA;
}

section.agenda .navigation-agenda .nav-item .nav-link .wp-text span {
  font-style: normal;
  font-weight: 900;
  font-size: 46px;
  line-height: 52px;
  letter-spacing: 0.02em;
  margin-bottom: 3px;
}

section.agenda .navigation-agenda .nav-link .wp-text p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.02em;
  color: rgba(44, 51, 79, 0.5);
  margin-bottom: 0;
}

section.agenda .content-agenda {
  min-height: 640px;
  padding-bottom: 48px;
}

section.agenda .content-agenda .wp-item-left .title {
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.02em;
  color: #2C334F;
  margin-bottom: 28px;
}

section.agenda .content-agenda .item-left {
  margin-top: 10px;
  padding-top: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(33, 66, 104, 0.07);
  cursor: pointer;
  max-width: 88%;
}

section.agenda .content-agenda .item-left .wp-date {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 2px;
}

section.agenda .content-agenda .item-left .wp-date img {
  margin-right: 6px;
  width: 12px;
  margin-bottom: 2px;
}

section.agenda .content-agenda .item-left .wp-date span {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #A2A2A2;
}

section.agenda .content-agenda .item-left .item-title {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.02em;
  color: #2C334F;
  margin-bottom: 10px;
}

section.agenda .content-agenda .item-left .item-desc {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #6E7799;
  margin-bottom: 10px;
  max-width: 624px;
}

section.agenda .content-agenda .wp-item-right .tag-date {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.02em;
  color: rgba(44, 51, 79, 0.65);
  margin-bottom: 30px;
}

section.agenda .content-agenda .body-right-info {
  background: rgba(244, 248, 252, 0.5);
  border-radius: 15px;
  margin-bottom: 30px;
}

section.agenda .content-agenda .body-right-info .right-info-link:nth-last-of-type(1) .right-info-item {
  border-bottom: none;
}

section.agenda .content-agenda .body-right-info .right-info-link {
  text-decoration: none;
}

section.agenda .content-agenda .body-right-info .right-info-item {
  padding-top: 18px;
  padding-left: 16px;
  padding-right: 16px;
  border-bottom: 2px solid rgba(255, 255, 255);
}

section.agenda .content-agenda .body-right-info .right-info-item .date {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.02em;
  color: #A2A2A2;
  margin-bottom: 2px;
}

section.agenda .content-agenda .body-right-info .right-info-item .date img {
  width: 12px;
  margin-right: 10px;
  margin-bottom: 2px;
}

section.agenda .content-agenda .body-right-info .right-info-item .title {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.02em;
  color: #2C334F;
  margin-bottom: 12px;
}

section.agenda .content-agenda .body-right-info .right-info-item .wp-time {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 20px;
}

section.agenda .content-agenda .body-right-info .right-info-item .wp-time .date {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.02em;
  color: #A2A2A2;
  margin-right: 24px;
}

section.agenda .content-agenda .body-right-info .right-info-item .wp-time .date:nth-last-of-type(1) {
  margin-right: 0;
}

.modal-agenda .modal-content {
  border: none;
  border-radius: 12px;
  overflow: hidden;
}

.modal-agenda .modal-header {
  padding: 18px 30px;
  background-color: #F5F6F7;
  border: none;
  border-radius: 0;
}

.modal-agenda .modal-header .btn-close {
  margin: 0;
  padding: 0;
  width: 12px;
  height: 12px;
}

.modal-agenda .modal-header .wp-title {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.modal-agenda .modal-header .wp-title img {
  margin-right: 14px;
  width: 18px;
  filter: invert(79%) sepia(47%) saturate(591%) hue-rotate(108deg) brightness(83%) contrast(84%);
}

.modal-agenda .modal-header .modal-title {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.02em;
  color: #2C334F;
}

.modal-agenda .modal-body {
  background-color: #FFFFFF;
  padding: 27px 38px 42px 38px;
}

.modal-agenda .modal-body .body-title {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.02em;
  color: #2C334F;
  margin-bottom: 16px;
}

.modal-agenda .modal-body .wp-date-time {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 32px;
}

.modal-agenda .modal-body .wp-date-time p.date {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #A2A2A2;
  margin-bottom: 0;
  margin-right: 48px;
  vertical-align: middle;
}

.modal-agenda .modal-body .wp-date-time p.date img {
  width: 18px;
  margin-right: 10px;
  vertical-align: top;
}

.modal-agenda .modal-body .wp-date-time p.date:nth-last-of-type(1) {
  margin-right: 0;
}

.modal-agenda .modal-body .body-content p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #6E7799;
  margin-bottom: 0;
}

.modal-agenda .custom-size-xl {
  max-width: 800px !important;
}

.content-about p img {
  width: 100% !important;
  object-fit: contain;
}

.content-about strong img {
  width: 100% !important;
  object-fit: contain;
}

section.theme-2 {
  padding-top: 48px;
  padding-bottom: 58px;
}

section.theme-2 .wp-title-info .title {
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 48px;
  letter-spacing: 0.02em;
  color: #0F2845;
}

section.theme-2 .wp-title-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

section.theme-2 .wp-title-info .link-more {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.02em;
  color: #9269CE;
  text-decoration: none;
}

section.theme-2 .item-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  width: calc(50% - 8px);
}

section.theme-2 .item-info .wp-image-link {
  width: 182px;
  height: 120px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  margin-right: 32px;
}

section.theme-2 .item-info .wp-image-link img {
  width: 100%;
  height: 120px;
  object-fit: cover;
}

section.theme-2 .item-info .wp-image-link .tag-info {
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 0.02em;
  color: #3EC6AD;
  margin-bottom: 0;
  padding: 4px 15px;
  border-radius: 0px 4px 0px 0px;
  background-color: #FFFFFF;
  position: absolute;
  bottom: 0;
  left: 0;
}

section.theme-2 .item-info .wp-title-link .link-date {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.02em;
  color: #A6B5C6;
  margin-bottom: 6px;
}

section.theme-2 .item-info .wp-title-link .link-date img {
  width: 14px;
  margin-right: 8px;
  margin-bottom: 4px;
}

section.theme-2 .item-info .wp-title-link .link-title {
  font-style: normal;
  font-weight: 600;
  max-width: 280px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #2C334F;
  margin-bottom: 0;
}

section.theme-2 .gap-xy {
  column-gap: 16px;
  row-gap: 24px;
}











footer {
  padding-top: 44px;
  padding-bottom: 28px;
  background-color: #0F2845;
}

footer .footer-logo {
  width: 100%;
  max-width: 168px;
  margin-bottom: 21px;
}

footer .wp-address {
  list-style: none;
  padding-left: 0;
}

footer .wp-address li {
  display: flex;
  flex-direction: row;
}

footer .wp-address li i {
  width: 16px;
  font-size: 13px;
  color: #A3BEDE;
  margin-right: 8px;
  line-height: 19px;
}

footer .address {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  max-width: 274px;
  margin-bottom: 18px;
}

/* footer .address::before{
  font-family: "Font Awesome 5 Free";
  content: "\f3c5";
  font-weight: 900;
  color: #A3BEDE;
  margin-right: 12px;
} */
footer .contact {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  margin-bottom: 0;
}

/* footer .contact::before{
  font-family: "Font Awesome 5 Free";
  content: "\f879";
  font-weight: 900;
  color: #A3BEDE;
  margin-right: 12px;
} */
footer .footer-title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 8px;
  margin-bottom: 8px;
}

footer .wp-link-footer {
  list-style: none;
  padding-left: 0;
}

footer .wp-link-footer li {
  margin-bottom: 12px;
}

footer .link-footer {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 32px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  opacity: 0.75;
  text-decoration: none;
}

footer .link-footer:hover {
  opacity: 1;
}

footer .wp-copy-right {
  margin-top: 38px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

footer .wp-copy-right .copy-right {
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  margin-bottom: 0;
}

footer .wp-copy-right .wp-list-sosmed {
  display: flex;
  flex-direction: row;
  align-items: center;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

footer .wp-copy-right .wp-list-sosmed li {
  margin-right: 20px;
}

footer .wp-copy-right .wp-list-sosmed li:nth-last-of-type(1) {
  margin-right: 0;
}

footer .wp-copy-right .wp-list-sosmed li a {
  text-decoration: none;
  color: #ffffff59;
  font-size: 14px;
}

footer .wp-copy-right .wp-list-sosmed li a:hover {
  color: #FFFFFF;
}




.berita-home {
  margin-top: 80px;
  margin-bottom: 120px;
}

.berita-home .item-info .wp-title-link .link-title {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #2C334F;
  margin-bottom: 0;
}

.berita-home .item-info .wp-title-link .link-date {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.02em;
  color: #A6B5C6;
  margin-bottom: 6px;
}

.berita-home .item-info .wp-title-link .link-date img {
  width: 14px;
  margin-right: 8px;
  margin-bottom: 4px;
}


.berita-home .item-info .wp-image-link {
  width: 100%;
  height: 210px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  margin-right: 32px;
}

.berita-home .item-info .wp-image-link img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.berita-home .item-info .wp-image-link .tag-info {
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 0.02em;
  color: #3EC6AD;
  margin-bottom: 0;
  padding: 4px 15px;
  border-radius: 0px 4px 0px 0px;
  background-color: #FFFFFF;
  position: absolute;
  bottom: 0;
  left: 0;
}