@font-face {
  font-family: "Gotham-Bold";
  src: url("../css/font/Gotham-Bold.ttf");
}
@font-face {
  font-family: "Gotham-Medium";
  src: url("../css/font/Gotham-Medium.otf");
}
* {
  box-sizing: border-box;
}

body,
html {
  margin: 0;
  padding: 0;
}

body {
  background: #fff;
  font-family: "Gotham-Medium";
  -webkit-text-size-adjust: 100%;
  width: 100%;
  overflow-x: hidden;
  font-size: 16px;
}

a {
  text-decoration: none;
}

a {
  color: #fff;
}

.text-30 {
  font-size: 30px;
}

.text-20 {
  font-size: 20px;
}

.text-18 {
  font-size: 18px;
}

.text-16 {
  font-size: 16px;
}

.text-14 {
  font-size: 14px;
  line-height: 1.57;
}

.text-12 {
  font-size: 12px;
}

.text-grey {
  color: #7d7d7c;
}

.text-blue {
  color: #0a254b;
}

.center {
  text-align: center;
}

.container {
  margin: 0 145px;
}

.container-semicenter {
  margin: 0 200px;
}

.wrapper-content {
  margin: 50px 0 120px 0;
}

.wrapper-auto {
  max-width: 1200px;
  margin: 0 auto;
}

.m-btm {
  margin-bottom: 50px;
}

.m-top {
  margin-top: 50px;
}

.p-top {
  padding-top: 50px;
}

ul {
  list-style: none;
  margin: 0;
}

h2,
h3,
h4 {
  margin: 0;
}

.banner__box {
  position: relative;
}
.banner__background {
  width: 100%;
  height: 400px;
}
.banner__background img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner__box-title {
  position: absolute;
  bottom: 100px;
  left: 145px;
}
.banner__title {
  color: #fff;
}
.banner__breadcrumb {
  display: flex;
  padding-left: 0;
  margin-top: 20px;
  font-size: 11px;
}
.banner__breadcrumb li {
  color: #fff;
}
.banner__breadcrumb li a {
  color: #36a5dd;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination ul {
  display: flex;
  padding-left: 0;
  color: #0a254b;
  font-size: 12px;
  margin: 0 5px;
}
.pagination ul li {
  padding: 7px 15px;
  background: #e9e9e9;
  margin: 0 3px;
  border-radius: 4px;
}
.pagination .fas {
  color: #0a254b;
  font-size: 18px;
}
.pagination .page-numbers {
  padding: 7px 15px;
  background: #e9e9e9;
  margin: 0 3px;
  color: #0a254b;
  border-radius: 4px;
  font-size: 14px;
}
.pagination .prev,
.pagination .next {
  background: #fff;
}
.pagination .current {
  color: #fff !important;
  background: #0a254b !important;
}

@media screen and (min-width: 360px) and (max-width: 1023px) {
  .container-semicenter {
    margin: 0 20px;
  }
  .wrapper-content {
    margin: 30px 0 35px 0;
  }
  .container {
    margin: 0 20px;
  }
  .m-top {
    margin-top: 30px;
  }
  .m-btm {
    margin-bottom: 30px;
  }
  .banner__box-title {
    position: relative;
    bottom: 0;
    left: 0;
    margin-bottom: 50px;
    margin-left: 20px;
  }
  .banner__box-title h4, .banner__box-title h3 {
    position: absolute;
    top: 26px;
    color: #0a254b;
    text-transform: uppercase;
    font-size: 16px;
  }
  .banner__box-title .title-form {
    font-size: 20px;
  }
  .banner__background {
    width: 100%;
    height: 250px;
  }
  .banner__background img {
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .banner__box-title-mobile {
    margin-bottom: 45px !important;
  }
  .banner__breadcrumb li {
    color: #7d7d7c;
  }
}
.swiper-container {
  width: 100%;
  height: 100%;
}

.mySwiperrr {
  height: 100px;
}

.swiper-life-wrapper {
  position: relative;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide--auto {
  height: 80px !important;
  text-align: justify;
  margin-bottom: 40px;
  display: flex;
  justify-content: flex-start !important;
}

.swiper-edit-next {
  right: 50px;
  color: #d7eaff;
}

.swiper-edit-prev {
  left: 50px;
  color: #d7eaff;
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  display: none;
}

.swiper-pagination-bullet {
  width: 30px;
  height: 5px;
  display: inline-block;
  border-radius: 10px;
  background: #000;
  opacity: 0.2;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 50px;
  height: 5px;
  display: inline-block;
  border-radius: 10px;
  background: #000;
  opacity: 0.2;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 20px;
  width: 100%;
  left: -25px;
}

.swiper-pagination-bullet-active {
  opacity: 1 !important;
}

.swiper-pagination {
  position: absolute;
  text-align: right;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.wrapper-header {
  display: block;
  position: fixed;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  padding: 30px 60px 25px 49px;
  z-index: 11;
}

.mini-header {
  display: flex;
  justify-content: space-between;
}

.logo {
  width: 275px;
}
.logo img {
  width: 100%;
}

.language {
  display: none;
}
.language li {
  margin-right: 20px;
}
.language li a {
  display: flex;
  align-items: center;
}
.language li a .fa-user-circle {
  margin-right: 7px;
}
.language li a p {
  margin: 0;
}
.language li .translate {
  display: flex;
  font-size: 12px;
  margin-right: 10px;
  color: #fff;
}

.login {
  display: none;
}

#menu-main-menu {
  display: flex;
  list-style: none;
}
#menu-main-menu li {
  margin-left: 4rem;
}
#menu-main-menu li #menu-47 {
  width: 73px;
}
#menu-main-menu li #menu-49 {
  width: 93px;
}
#menu-main-menu li:first-child {
  margin-left: 0;
}
#menu-main-menu .menu-item-has-children {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}
#menu-main-menu .menu-item-has-children a {
  text-decoration: none;
  color: #757575;
}
#menu-main-menu .menu-item-has-children a:hover {
  color: #0a254b;
}
#menu-main-menu .menu-item-has-children:hover {
  color: #fff;
}
#menu-main-menu .item {
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
}
#menu-main-menu .item span {
  color: #7d7d7c;
}
#menu-main-menu .item span i {
  margin-left: 20px;
}
#menu-main-menu .item .active i {
  transform: rotate(180deg);
}
#menu-main-menu .item_name {
  display: -webkit-inline-box;
  position: relative;
}
#menu-main-menu .item_name.active i {
  transform: rotate(180deg);
}
#menu-main-menu .item_name .fa-angle-down {
  display: none;
}
#menu-main-menu .item_name.active::after {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 20px solid #36a5dd;
  border-right: 20px solid transparent;
  position: absolute;
  left: 0;
  bottom: -40px;
}
#menu-main-menu .sub-menu-main {
  display: none;
  padding: 30px 20px;
  position: absolute;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background: #fff;
  opacity: 0.9;
}
#menu-main-menu .sub-menu-main .wrap-submenu li {
  margin-left: 0;
}
#menu-main-menu .sub-menu-main .wrap-submenu li .sub-submenu .item {
  margin-top: 5px;
}
#menu-main-menu #sub-47 {
  position: absolute;
  top: 100px;
}
#menu-main-menu #sub-47 .wrap-submenu {
  text-transform: capitalize;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 10px;
  max-width: 520px;
}
#menu-main-menu #sub-49 {
  position: absolute;
  top: 100px;
  left: 770px;
}
#menu-main-menu #sub-49 .wrap-submenu {
  text-transform: capitalize;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 10px;
  max-width: 520px;
}
#menu-main-menu #sub-51 {
  position: absolute;
  top: 100px;
  left: 770px;
}
#menu-main-menu #sub-51 .wrap-submenu {
  text-transform: capitalize;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 10px;
  max-width: 370px;
}
#menu-main-menu #menu-48 {
  color: #7d7d7c;
}
#menu-main-menu #menu-51.active::after {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 20px solid #36a5dd;
  border-right: 20px solid transparent;
  position: absolute;
  left: 0;
  bottom: -55px;
}

.sub-menu-main {
  width: 100%;
  border-top: 1px solid #ccc;
  display: none;
}
.sub-menu-main.visibile {
  display: block !important;
}
.sub-menu-main .item {
  text-transform: capitalize !important;
}
.sub-menu-main .sub-submenu {
  display: none;
  padding-left: 10px;
}

.visibile {
  display: block !important;
}

.wrapper-responsive-header {
  display: none;
  position: fixed;
  z-index: 11;
  width: 100%;
  background: #0a254b;
  padding: 10px 20px 6px 20px;
}

.mini-header-responsive {
  display: flex;
  justify-content: space-between;
}

.mega-menu-mobile {
  position: absolute;
  top: 51px;
  background: #fff;
  width: 100%;
  overflow-y: auto;
  padding: 30px 20px;
  list-style: none;
  transition: 0.5s;
  transition: transform 0.5s ease in;
  transform: translate(-100%, 0px);
  visibility: hidden;
}

.toggle .line1 {
  transform: rotate(-45deg) translate(-8px, 3px) !important;
}

.toggle .line2 {
  opacity: 0;
}

.toggle .line3 {
  transform: rotate(45deg) translate(-6px, -2px) !important;
}

.mega-head {
  overflow: hidden;
  position: relative;
}

.mega-head::before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.5);
}

.mega-active-mobile {
  position: absolute;
  left: 0;
  top: 51px;
  visibility: visible;
  transform: translate(0, 0);
  z-index: 5;
  box-shadow: 0px -3px #36a5dd;
  height: 100vh;
}

.visibile-mobile {
  display: block !important;
}

.burger {
  cursor: pointer;
}

.burger div {
  width: 20px;
  height: 2px;
  background-color: #fff;
  margin: 5px 0;
  transition: all 0.3s ease;
}

#menu-main-menu-mobile {
  padding-left: 0;
}
#menu-main-menu-mobile li {
  color: #0a254b;
}
#menu-main-menu-mobile li a {
  color: #0a254b;
}
#menu-main-menu-mobile .menu-item-has-children {
  border-bottom: 1px solid #36a5dd;
}

.parent-ft {
  margin-top: 180px;
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
  #menu-main-menu #sub-51 {
    left: 503px !important;
  }
  #menu-main-menu #sub-49 {
    position: absolute;
    top: 100px;
    left: 503px !important;
  }
}
@media screen and (min-width: 1366px) {
  #menu-main-menu #sub-49 {
    left: 753px;
  }
  #menu-main-menu #sub-51 {
    left: 753px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1300px) {
  #menu-main-menu #sub-49 {
    left: 650px;
  }
  #menu-main-menu #sub-51 {
    left: 650px;
  }
}
@media screen and (min-width: 360px) and (max-width: 1023px) {
  .wrapper-header {
    display: none;
  }
  .wrapper-responsive-header {
    display: block;
  }
  .logo {
    width: 180px;
  }
  .left-container {
    display: flex;
  }
  #menu-main-menu {
    display: inline;
    padding-left: 0;
  }
  #menu-main-menu .menu-item-has-children {
    color: #0a254b;
    margin-left: 0;
    font-size: 16px;
  }
  #menu-main-menu .menu-item-has-children:hover {
    color: #0a254b;
  }
  #menu-main-menu a {
    color: #0a254b;
    font-size: 16px;
  }
  #menu-main-menu .sub-menu-main {
    position: relative;
    padding: 20px;
    border-bottom: none;
    border-top: none;
    border-left: none;
  }
  #menu-main-menu .item_name {
    width: 100%;
    position: relative;
  }
  #menu-main-menu .item_name .fa-angle-down {
    display: block;
  }
  #menu-main-menu .item_name i {
    position: absolute;
    right: 0;
    top: 3px;
  }
  #menu-main-menu .item_name.active::after {
    position: relative;
    border-bottom: none;
    border-left: none;
  }
  #menu-main-menu li {
    margin-left: 0 !important;
  }
  .menu-m li {
    margin-bottom: 15px;
  }
  .menu-m li .item_name {
    border-bottom: 1px solid #36a5dd;
  }
  .menu-m li i {
    color: #36a5dd;
  }
  .menu-m .item {
    border-bottom: 1px solid #36a5dd !important;
  }
  .menu-m .item a {
    color: #0a254b;
    font-weight: bold;
  }
  .menu-m .wrap-submenu .item {
    border-bottom: none !important;
  }
  .menu-m .wrap-submenu .item a {
    color: #0a254b !important;
    font-weight: normal;
  }
  .menu-m .wrap-submenu .item span {
    color: #0a254b !important;
    font-weight: normal;
    font-size: 16px;
  }
  .menu-main-menu-mobile li {
    border-bottom: 1px solid #36a5dd;
  }
  .menu-main-menu-mobile li .item {
    border-bottom: 1px solid #36a5dd;
  }
  .sub-menu-main {
    border-top: 1px solid #36a5dd;
  }
  .language {
    padding-left: 0;
  }
  .language li {
    margin-right: 0;
  }
  .translate li {
    margin-right: 10px;
  }
  .footer__socialmedia {
    display: none !important;
  }
}
.footer__top {
  display: flex;
  justify-content: space-between;
}
.footer__menu {
  padding-left: 0;
}
.footer__menu li a {
  line-height: 1.6;
  color: #000;
  font-weight: 500;
}
.footer__sosmed {
  display: none;
}
.footer__socialmedia {
  display: flex;
  padding-left: 0;
  margin-top: 50px;
}
.footer__socialmedia li {
  margin-right: 20px;
}
.footer__socialmedia li a {
  color: #0a254b;
}
.footer__socialmedia li:last-child {
  margin-right: 0;
}
.footer__questions {
  margin-bottom: 5px;
}
.footer__questions .fa-question-circle {
  font-size: 22px;
  padding-right: 5px;
}
.footer__list-question {
  padding-left: 29px;
  width: 370px;
}
.footer__list-question li {
  border-bottom: 1px solid #8c99ab;
  line-height: 1.6;
}
.footer__list-question li a {
  color: #0a254b;
}
.footer__bottom {
  margin-top: 80px;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
}
.footer__right a {
  color: #0a254b;
}
.footer__right a:hover {
  text-decoration: underline;
}

.footer-desc {
  display: block;
}

.footer-mobile {
  display: none;
}

@media screen and (min-width: 360px) and (max-width: 1023px) {
  .footer-desc {
    display: none;
  }
  .footer-mobile {
    display: block;
  }
  .footer__list-question {
    width: 100%;
    padding-left: 0;
  }
  .footer__menu {
    margin-top: 40px;
  }
  .footer__menu li {
    font-size: 16px;
  }
  .footer__menu li a {
    font-size: 16px !important;
  }
  .footer__bottom {
    margin-top: 60px;
    margin-bottom: 40px;
  }
}
.banner-content__background a {
  width: 100%;
}
.banner-content__background img {
  width: 100%;
  height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.banner-content .banner-video {
  display: block;
}
.banner-content .banner-website {
  display: block;
}
.banner-content .bannerresponsive {
  display: none;
}

.padding-bottom {
  padding: 50px 0 120px 0;
}

.content__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-left: 0;
}
.content__list li {
  width: 146px;
  margin: 0 auto;
}
.content__list li img {
  width: 100%;
}
.content__list-description {
  text-align: center;
}
.content__btn-info i {
  display: none;
}
.content__banner {
  width: 100%;
  height: 400px;
  background: #d1d1d1;
}
.content__banner img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.content__detail {
  padding: 0 150px;
}
.content__title {
  text-align: center;
  padding: 30px 0 10px 0;
}
.content__description p {
  text-align: justify !important;
}
.content__news-lates {
  padding: 0 30px;
  margin-bottom: 120px;
}
.content__box-news {
  display: grid;
  grid-template-columns: auto 45%;
  grid-column-gap: 40px;
  margin-top: 30px;
}
.content__left img {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.content__subtitle {
  margin: 0;
  text-align: justify;
  margin-top: 5px;
  font-weight: 400;
}
.content .fa-calendar-alt {
  margin-right: 10px;
  font-size: 18px;
}
.content__right {
  padding-left: 0;
}
.content__right li {
  margin-bottom: 20px;
}
.content__right li:last-child {
  margin-bottom: 0;
}
.content__date {
  margin: 0;
}
.content__list-arrow {
  display: flex;
  justify-content: flex-end;
}
.content__list-arrow .arrow {
  height: 8px;
}
.content__list-arrow .arrow i {
  color: #7d7d7c;
}
.content__newsdesc {
  display: block;
}
.content__newsmobile {
  display: none;
}
.content__box-detail {
  margin-top: 20px;
}
.content__box-detail p {
  margin-bottom: 10px;
}
.content__btn-seemore {
  margin-top: 30px;
  display: flex;
  justify-content: flex-end;
}
.content__btn-seemore button {
  padding: 8px 20px;
  border: 1px solid #7d7d7c;
  border-radius: 50px;
  text-align: center;
  background: #fff;
}

.readmore {
  display: none;
}

.btnmore {
  display: none;
}

@media screen and (min-width: 360px) and (max-width: 1023px) {
  .banner-content .banner-video {
    display: none;
  }
  .banner-content .banner-website {
    display: none;
  }
  .banner-content .bannerresponsive {
    display: block;
  }
  .content__title {
    font-size: 14px;
  }
  .content__list {
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 50px;
  }
  .content__list li {
    width: 100%;
  }
  .content__list li img {
    display: none;
  }
  .content__list-description {
    text-align: justify;
  }
  .content__boxdetail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #36a5dd;
  }
  .content__btn-info i {
    display: block;
    color: #36a5dd;
  }
  .content__banner {
    height: 200px;
  }
  .content__banner img {
    height: 200px;
  }
  .content__box-newsmobile {
    display: flex;
    /* max-width: 1000px !important; */
    overflow-y: hidden;
    white-space: nowrap;
  }
  .content__newsdesc {
    display: none;
  }
  .content__newsmobile {
    display: block;
  }
  .content__title-news {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .content__subtitle {
    text-overflow: ellipsis;
    overflow: hidden;
    display: flex;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    white-space: pre-line;
    text-align: justify;
    margin: 10px 0;
  }
  .content__news-first {
    margin-right: 20px;
  }
  .content__news-first .background {
    width: 200px;
    height: 250px;
    background: #d1d1d1;
    margin-bottom: 15px;
  }
  .content__news-first .background img {
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .content__news-latesmobile {
    margin-left: 20px;
    margin-top: 30px;
  }
  .content__news-first:last-child {
    margin-right: 20px;
  }
  .content__detailnews {
    padding: 0 20px;
  }
  .content__detailnews p {
    width: 120px;
    padding: 8px 15px;
    border: 1px solid #7d7d7c;
    border-radius: 50px;
    text-align: center;
  }
  .content__detailnews .btn {
    margin: 10px 0 20px 0;
    padding: 6px 0;
  }
  .content__detail {
    padding: 0;
  }
  .content__btn-seemore {
    margin-right: 20px;
    margin-top: 10px;
  }
  .readmore {
    display: block;
    margin-top: 20px;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 14px !important;
  }
  .btnmore {
    display: block;
  }
  .text-hidee {
    color: #777;
    position: relative;
    display: block;
  }
  .read-more-height {
    height: 157px;
    overflow: hidden;
  }
  .read-more {
    padding-top: 30px;
    cursor: pointer;
  }
  .showw-height {
    height: auto;
    overflow: visible;
  }
  .btn-readmore {
    margin: 20px 0 30px 0;
  }
}
.aboutus__bg-video iframe {
  display: flex;
  margin: 80px auto;
}
.aboutus__detail p {
  text-align: justify;
  line-height: 1.6;
}
.aboutus__background {
  margin: 0 80px;
}
.aboutus__background img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 50px;
}
.aboutus__background p {
  text-align: justify;
  padding: 0 55px;
}
.aboutus__list-limitation {
  margin: 35px auto 0 auto;
  width: -moz-max-content;
  width: max-content;
}
.aboutus__box-limitation {
  display: flex;
  margin-bottom: 35px;
}
.aboutus__bg-limitation {
  width: 50px;
}
.aboutus__bg-limitation img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.aboutus__title-limitation {
  display: flex;
  align-items: center;
  padding-left: 25px;
}
.aboutus__title-mitra {
  text-align: center;
  margin-top: 30px;
}
.aboutus__box-table {
  padding-top: 15px;
  margin: 0 70px 50px 70px;
}
.aboutus__bgtabel img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.aboutus__link-mnc-group h4 {
  text-align: center;
  font-weight: bold;
}
.aboutus__link-mnc-group p {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0;
}

@media screen and (min-width: 360px) and (max-width: 1024px) {
  .aboutus__bg-video iframe {
    margin: 10px auto 30px auto;
    width: 100%;
    height: 250px;
  }
  .aboutus__detail {
    font-size: 12px;
  }
  .aboutus__background {
    margin: 0;
  }
  .aboutus__background img {
    height: 250px;
    margin-bottom: 15px;
  }
  .aboutus__background .wp-block-image img {
    height: 200px;
    margin-bottom: 10px;
  }
  .aboutus__background p {
    padding: 0 20px;
  }
  .aboutus__title-limitation {
    font-size: 14px;
  }
  .aboutus__link-mnc-group {
    margin-top: 30px;
  }
  .aboutus__link-mnc-group h4 {
    font-size: 14px;
  }
  .aboutus__link-mnc-group p {
    font-size: 14px;
  }
  .aboutus__bgtabel {
    height: auto;
  }
  .aboutus__bgtabel img {
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .aboutus__box-table {
    margin: 0 20px 50px 20px;
  }
}
@media screen and (min-width: 360px) and (max-width: 1024px) {
  .pertanyaan {
    display: none;
  }
}
.visimisi__background {
  margin: 0 80px;
}
.visimisi__background img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.visimisi__box {
  display: grid;
  grid-template-columns: 35% auto;
  grid-column-gap: 30px;
  padding: 0 250px !important;
}
.visimisi__left {
  display: grid;
  grid-template-columns: 24% auto;
  grid-column-gap: 20px;
}
.visimisi__bg img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.visimisi__description {
  padding-left: 0;
}
.visimisi__description p {
  text-align: justify;
}
.visimisi__description ul li {
  text-align: justify;
}
.visimisi__description #arrow {
  border-right: 2px solid #36a5dd;
  border-bottom: 2px solid #36a5dd;
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
  margin-top: 40px;
}
.visimisi__description ul li {
  position: relative;
  padding-bottom: 10px;
}
.visimisi__description ul {
  list-style: none;
}
.visimisi__description ul li:before {
  content: "";
  position: absolute;
  border-right: 2px solid #36a5dd;
  border-bottom: 2px solid #36a5dd;
  width: 5px;
  height: 5px;
  top: 10px;
  left: -20px;
  transform: translateY(-50%) rotate(-45deg);
}

@media screen and (min-width: 360px) and (max-width: 767px) {
  .visimisi__background {
    margin: 0;
  }
  .visimisi__background img {
    height: 200px;
  }
  .visimisi__box {
    padding: 0 20px !important;
    display: grid;
    grid-template-columns: 1fr;
  }
  .visimisi__left {
    display: grid;
    grid-template-columns: 17% auto;
    grid-column-gap: 15px;
  }
  .visimisi__left h2 {
    font-size: 20px;
    width: 145px;
  }
  .visimisi .desc-visi {
    padding-left: 72px;
  }
  .visimisi .desc-misi {
    padding-left: 50px;
  }
  .visimisi__description p {
    margin: 0;
    margin-top: 10px;
  }
  .visimisi__description li ul {
    margin-top: 10px;
  }
}
@media screen and (min-width: 405px) and (max-width: 424px) {
  .visimisi .desc-visi {
    padding-left: 80px;
  }
}
@media screen and (min-width: 425px) and (max-width: 435px) {
  .visimisi .desc-visi {
    padding-left: 83px;
  }
  .visimisi__left h2 {
    font-size: 24px;
  }
}
@media screen and (min-width: 451px) and (max-width: 475px) {
  .visimisi .desc-visi {
    padding-left: 85px;
  }
}
@media screen and (min-width: 436px) and (max-width: 450px) {
  .visimisi .desc-visi {
    padding-left: 85px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .visimisi__background {
    margin: 0 20px;
  }
  .visimisi__box {
    padding: 0 70px !important;
    display: grid;
    grid-template-columns: 1fr !important;
  }
  .visimisi__description p {
    margin: 0;
  }
  .visimisi__left {
    display: grid;
    grid-template-columns: 15% auto !important;
  }
  .visimisi__left h2 {
    width: 180px;
  }
  .visimisi .desc-visi {
    padding-left: 115px;
  }
  .visimisi .desc-misi {
    padding-left: 95px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1366px) {
  .visimisi__box {
    padding: 0 170px !important;
  }
  .visimisi__description p {
    padding-left: 20px;
    margin: 0;
  }
}
@media screen and (min-width: 360px) and (max-width: 1024px) {
  .pertanyaan {
    display: none;
  }
}
.organization__title {
  text-align: center;
}
.organization__background img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (min-width: 360px) and (max-width: 1024px) {
  .organization {
    padding: 20px;
  }
  .organization__title {
    font-size: 14px;
  }
  .organization__background img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (min-width: 360px) and (max-width: 1024px) {
  .pertanyaan {
    display: none;
  }
}
.commissioner {
  padding: 0 185px;
}
.commissioner__avatar {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
}
.commissioner__avatar img {
  width: 100%;
  height: 300px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.commissioner__title {
  text-align: center;
  margin: 50px 0 15px 0;
}
.commissioner__sub-title {
  text-align: center;
}
.commissioner__name {
  text-align: center;
  margin: 0;
  padding-bottom: 50px;
}
.commissioner__description {
  height: auto !important;
  text-align: justify;
}
.commissioner__description p {
  color: #7d7d7c;
}
.commissioner__description .fa-chevron-down {
  font-size: 20px;
}
.commissioner__line {
  border-top: 1px solid #000;
  margin: 50px 250px;
}
.commissioner__box {
  display: flex;
}
.commissioner__box:last-child {
  margin-bottom: 0;
}
.commissioner__left {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}
.commissioner__left img {
  width: 100%;
  height: 200px;
  border-radius: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}
.commissioner__right {
  margin-bottom: 50px;
  margin-left: 30px;
}
.commissioner__title-list {
  margin-bottom: 10px;
}
.commissioner__name-list {
  margin: 0;
  padding-bottom: 10px;
}

#more,
#moresecond {
  display: none;
}

.text-hide {
  color: #777;
  position: relative;
  display: block;
}

.show-more-height {
  height: 185px;
  overflow: hidden;
}

.show-more {
  padding-top: 30px;
  cursor: pointer;
}

.show-desk {
  display: none;
}

.show-height {
  height: auto;
  overflow: visible;
}

.close-more > .show-more i {
  transform: rotate(180deg);
}

.commissioner-desk {
  display: block;
}

.commissioner-mobile {
  display: none;
}

.btn-commissioner {
  display: none;
}

@media screen and (min-width: 360px) and (max-width: 1024px) {
  .commissioner-desk {
    display: block;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .commissioner-mobile {
    display: none;
  }
  .commissioner-mobile .background {
    width: 100%;
    background: #d1d1d1;
    height: 300px;
  }
  .commissioner-mobile .background img {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
  .commissioner-mobile .list {
    margin-left: 20px;
  }
  .commissioner-mobile .list__box-list {
    display: flex;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .commissioner-mobile .list__list-first {
    margin-right: 20px;
  }
  .commissioner-mobile .list__list-first .background {
    background: #d1d1d1;
    height: 300px;
  }
  .commissioner-mobile .list__list-first .background img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .commissioner-mobile .list__list-first .listdetail {
    margin: 20px;
  }
  .commissioner__name {
    padding-bottom: 10px !important;
  }
  .commissioner__title {
    font-size: 16px;
    margin-top: 30px !important;
  }
  .commissioner__sub-title {
    font-size: 12px !important;
  }
  .commissioner__title-list {
    font-size: 16px;
    text-align: center;
  }
  .commissioner__subtitle-list {
    font-size: 12px;
    text-align: center;
  }
  .commissioner__name-list {
    text-align: center;
  }
  .commissioner__avatar {
    height: 250px;
    border-radius: 0;
    box-shadow: none;
  }
  .commissioner__avatar img {
    height: 250px;
    border-radius: 0;
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .commissioner__box {
    display: inline;
  }
  .commissioner__right {
    margin-left: 0;
    margin-top: 20px;
  }
  .commissioner__left {
    border-radius: 0;
    width: 100%;
    box-shadow: none;
    display: flex;
  }
  .commissioner__left img {
    width: 100%;
    border-radius: 0;
    -o-object-fit: contain;
       object-fit: contain;
    margin: 0 auto;
  }
  .commissioner__line {
    margin: 0 !important;
    border: 0 !important;
  }
  .box-detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .btn-commissioner {
    padding: 6px 12px;
    margin-bottom: 0;
    border: 1px solid #7d7d7c;
    border-radius: 50px;
  }
  .btn-commissioner p {
    margin: 0;
    font-size: 11px;
    text-align: center;
  }
  .spacebtn {
    width: 112px;
    margin-top: 10px;
  }
  .m-title {
    text-align: justify;
  }
  .desc {
    text-align: justify;
  }
  .show-desk {
    display: block;
  }
  .fa-chevron-down {
    font-size: 20px;
  }
  .commissioner {
    padding: 0;
  }
  .btn-commissioner {
    display: none;
    width: 100px;
  }
  .show-more-height {
    height: 120px !important;
  }
  .show-height {
    height: auto !important;
    overflow: visible;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1366px) {
  .commissioner-mobile .background {
    height: 500px !important;
  }
  .commissioner-mobile .background img {
    height: 500px !important;
  }
}
@media screen and (min-width: 360px) and (max-width: 1024px) {
  .pertanyaan {
    display: none;
  }
}
.contact__box {
  padding-top: 50px;
}
.contact__title {
  text-transform: uppercase;
  text-align: justify;
}
.contact__detail-informations {
  margin: 30px 0;
}

.appreciation {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  grid-gap: 25px;
  margin-bottom: 1.5em;
  font-size: 14px;
}

.appreciation input {
  background: rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid #d1d1d1;
  border-top: none;
  border-left: none;
  border-right: none;
  outline: none;
  width: 350px;
  border-radius: 0;
  padding-left: 0;
}

.form-control {
  display: block;
  font-size: 1rem;
  padding: 10px 0;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control::-moz-placeholder {
  font-weight: normal;
  line-height: 1.79;
  letter-spacing: normal;
  color: #7d7d7c;
  font-size: 12px;
}

.form-control::placeholder {
  font-weight: normal;
  line-height: 1.79;
  letter-spacing: normal;
  color: #7d7d7c;
  font-size: 12px;
}

.input-title {
  padding: 10px 0 35px 0;
}

textarea {
  overflow: auto;
  resize: vertical;
  background: rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid #d1d1d1;
  border-top: none;
  font-family: "Montserrat", sans-serif;
  border-left: none;
  border-right: none;
  outline: none;
  margin: 0 auto;
  width: 755px;
}

.space-form {
  margin-bottom: 5rem;
}

.space-message {
  margin-bottom: 2rem;
}

.btn-send {
  display: flex;
  align-items: center;
}

.pill {
  border: 1px solid #0a254b;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 0;
  cursor: pointer;
  border-radius: 50px;
  background: #fff;
  color: #0a254b;
  font-weight: bold;
  font-size: 16px;
}

.pill-2 {
  display: flex;
  align-items: center;
}

.grid-template {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 50px;
}

strong {
  color: #0a254b;
}

.location-map iframe {
  width: 100%;
}

.back-to-top p {
  color: #0a254b;
}
.back-to-top p i {
  margin-right: 20px;
}
.back-to-top p a {
  color: #0a254b;
  margin-left: 10px;
}

@media screen and (min-width: 360px) and (max-width: 1024px) {
  .contact__box {
    padding-top: 0;
  }
  .grid-template {
    display: grid;
    grid-template-columns: 1fr !important;
    grid-column-gap: 50px;
  }
  .appreciation {
    display: grid;
    grid-template-columns: 1fr;
  }
  .contact__box {
    margin: 50px 20px 0 20px;
  }
  .appreciation input {
    width: 321px;
  }
  textarea {
    width: 321px;
  }
  .location-map {
    width: -moz-max-content;
    width: max-content;
    margin: 0;
    width: 100%;
  }
}
div.wpcf7-mail-sent-ng, div.wpcf7-aborted {
  border: 2px solid #46b450 !important;
}

@media screen and (min-width: 360px) and (max-width: 1024px) {
  .pertanyaan {
    display: none;
  }
}
.news {
  padding: 0 155px;
}
.news__box-title {
  display: flex;
  align-items: center;
}
.news__box-title .fa-chevron-up,
.news__box-title .fa-chevron-down {
  margin-left: 15px;
  font-size: 20px;
  color: #7d7d7c;
}
.news__box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  margin-bottom: 50px;
}
.news__box:last-child {
  margin-bottom: 0;
}
.news__background {
  background: #e9e9e9;
}
.news__background img {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.news__detail {
  padding: 15px;
}
.news__description {
  text-overflow: ellipsis;
  overflow: hidden;
  display: flex;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  white-space: pre-line;
  margin-bottom: 15px;
}
.news__detail-date {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news__detail-date-mobile {
  display: none;
}
.news__left {
  font-size: 11px;
  display: flex;
  align-items: center;
}
.news__left .fa-calendar-alt {
  margin-right: 5px;
  font-size: 18px;
}
.news__right .fa-chevron-right {
  margin-right: 5px;
}
.news__right button {
  padding: 5px 10px;
  background: #36a5dd;
  border: none;
  color: #fff;
  font-size: 11px;
}
.news__list-box ul {
  padding-left: 0;
}
.news__list-box ul .parent_li {
  border-bottom: none;
  margin-bottom: 50px;
}
.news__list-box .box-faq {
  display: flex;
  justify-content: flex-start;
}
.news__list-box .box-faq i {
  margin-left: 20px;
  color: #7d7d7c;
  font-size: 20px;
}

.detail-news h3 {
  font-size: 20px;
  text-align: center;
}

.newsdesk {
  display: block;
}

.newsmobile {
  display: none;
}

.wrapper-news {
  padding-top: 170px;
  margin-bottom: 120px;
}
.wrapper-news h3 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 50px;
}
.wrapper-news .background {
  margin: 0 160px;
}
.wrapper-news .background img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.wrapper-news .detail-news {
  padding-top: 20px;
  padding-left: 200px;
  padding-right: 200px;
}
.wrapper-news .detail-news .description {
  font-size: 16px;
}
.wrapper-news .detail-news .description p {
  font-size: 16px;
}

@media screen and (min-width: 360px) and (max-width: 1024px) {
  .newsdesk {
    display: none;
  }
  .newsmobile {
    display: block;
    margin-left: 20px;
  }
  .newsmobile:first-child {
    margin-left: 0;
  }
  .pertanyaan {
    display: none;
  }
  .detail-news {
    margin: 0 20px;
  }
  .detail-news .description {
    font-size: 16px;
  }
  .detail-news .description p {
    font-size: 16px;
  }
  .news {
    padding: 0;
    margin: 0 0 0 20px;
  }
  .news__detail-date-mobile {
    display: block;
  }
  .news__box {
    display: flex;
    overflow-y: hidden;
    width: 1133px;
  }
  .news__background:last-child {
    margin-right: 20px;
  }
  .news__background {
    width: 100% !important;
  }
  .news__background img {
    width: 100%;
  }
  .news__box-title {
    justify-content: space-between;
    margin-right: 20px;
  }
  .news__description {
    margin: 0;
  }
  .news__description p {
    padding-top: 5px;
    margin: 0 !important;
  }
  .news__list-box .box-faq {
    display: flex;
    justify-content: space-between;
  }
  .news__list-box .box-faq i {
    margin-left: 0;
    margin-right: 20px;
  }
  .wrapper-news {
    padding-top: 80px;
  }
  .wrapper-news .background {
    margin: 0;
  }
  .wrapper-news h3 {
    text-align: center;
    margin-bottom: 20px;
  }
  .wrapper-news img {
    width: 100%;
    height: 250px !important;
  }
  .wrapper-news .detail-news {
    padding-left: 0;
    padding-right: 0;
  }
}
.claim {
  margin: 0 80px;
}
.claim__title {
  text-align: center;
  margin-bottom: 50px;
  padding-top: 20px;
}
.claim__background {
  width: 100%;
  height: 600px;
  background: #d1d1d1;
}
.claim__background img {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.claim__list {
  text-align: center;
}
.claim__list li {
  margin-bottom: 15px;
}
.claim__list li:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 360px) and (max-width: 1024px) {
  .claim {
    margin: 0;
  }
  .claim__background {
    height: 250px;
  }
  .claim__background img {
    height: 250px;
  }
  .claim__list {
    padding-left: 0;
    padding: 0 20px;
  }
  .claim__list ul {
    padding-left: 0;
  }
  .claim__list ul li {
    font-size: 14px;
  }
  .claim__title {
    margin-bottom: 20px;
    padding-top: 0;
  }
}
@media screen and (min-width: 360px) and (max-width: 1024px) {
  .pertanyaan {
    display: none;
  }
}
.program {
  padding: 0 80px;
}
.program__description {
  padding: 0 150px;
  text-align: center;
  padding-top: 50px;
}
.program__images {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
.program__box {
  display: flex;
  margin: 0 145px;
}
.program__title {
  font-size: 40px;
  color: #0a254b;
  width: 360px;
}
.program__right {
  padding-left: 0;
}
.program__right li {
  display: flex;
}
.program__right li .fa-chevron-right {
  margin-top: 5px;
  margin-right: 10px;
  color: #36a5dd;
  font-size: 12px;
}
.program__right li p {
  margin: 0;
}
.program__box-dana {
  display: block;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  grid-column-gap: 68px;
  margin: 0 85px;
}
.program__background {
  width: 200px;
  height: 200px;
  background: #d1d1d1;
  margin: 0 auto;
}
.program__background img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.program__sub-title {
  text-align: center;
  margin: 40px 0 15px 0;
}
.program__detail {
  margin: 0;
  text-align: justify;
  height: 100px;
  line-height: 1.3;
}
.program__title-dppk {
  text-align: center;
}
.program__top {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 5px;
}
.program__header {
  background: #0a254b;
  border-radius: 10px;
}
.program__header .title {
  color: #fff;
  text-align: center;
  padding: 20px;
}
.program__bottom {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 5px;
  margin-top: 5px;
}
.program__content {
  background: #d7eaff;
  border-radius: 10px;
  padding: 50px 30px;
}
.program .content-left {
  display: flex;
  justify-content: center;
  align-items: center;
}
.program__difference-details ul {
  padding-left: 0;
}
.program__difference-details ul li {
  margin-bottom: 20px;
}
.program__difference-details ul li:last-child {
  margin-bottom: 0;
}
.program__difference-details p {
  margin: 0;
}
.program .detail-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.program .dplk {
  margin-top: 50px;
}
.program__dppk .title {
  border: 1px solid #0a254b;
  background: #0a254b;
  color: #fff;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
}
.program__dppk .description {
  border: 1px solid #d7eaff;
  background-color: #d7eaff;
  min-height: 150px;
  padding: 20px;
  border-radius: 10px;
}
.program__dppk .text-center {
  padding: 0 85px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.program__dppk .detail {
  border: 1px solid #d7eaff;
  background-color: #d7eaff;
  padding: 20px;
  border-radius: 10px;
}
.program__dppk-detail {
  margin: 5px 0;
}
.program__box-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}
.program__ppmp-title {
  border: 1px solid #0a254b;
  background: #0a254b;
  color: #fff;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
}
.program__ppmp-description {
  border: 1px solid #d7eaff;
  background: #d7eaff;
  padding: 20px;
  border-radius: 10px;
}
.program__ppmp-description li {
  margin-bottom: 15px;
}
.program__ppmp-description li:last-child {
  margin-bottom: 0;
}
.program .style-disc {
  list-style: disc;
}
.program .style-disc li {
  margin-left: 20px;
}
.program__box-benefit {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 213px;
  margin: 0 50px;
}
.program__employee ul {
  list-style: disc;
  margin-top: 25px;
}
.program__company ul {
  list-style: disc;
  margin-top: 25px;
}
.program__hukum {
  background: #d1d1d1;
}
.program__box-hukum {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 50px 0;
}
.program__box-hukum .title h2 {
  font-size: 40px;
  color: #0a254b;
  width: 405px;
  padding-top: 20px;
}
.program__box-hukum .list ul {
  padding-top: 30px;
}
.program__box-hukum .list ul li {
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-column-gap: 15px;
}
.program__box-hukum .list ul li .background-list {
  background: #d7eaff;
}
.program__box-hukum .list ul li .background-list a {
  color: #7d7d7c;
}
.program__box-hukum .list ul li .background-list p {
  margin: 0;
  padding: 20px;
}
.program__box-hukum .list ul li .background-list i {
  padding: 20px;
}
.program__dana-mobile {
  display: none;
}
.program__table-dppk table {
  border-spacing: 5px;
}
.program__table-dppk th {
  background: #0a254b;
  color: #fff;
  padding: 20px;
  border-spacing: 10px;
  width: 347px;
  text-align: center;
}
.program__table-dppk th, .program__table-dppk td {
  border-radius: 10px;
}
.program__table-dppk td {
  padding: 50px 20px;
  color: #7d7d7c;
  background: #d7eaff;
  text-align: left;
  font-size: 14px;
}
.program__table-dppk td ul {
  padding-left: 0;
}
.program__table-dppk td ul li {
  margin-bottom: 20px;
}
.program__table-dppk td ul li:last-child {
  margin-bottom: 0;
}
.program__table-dppk .aspek {
  text-align: center;
}
.program__table-ppmp .space-table {
  border-spacing: 5px;
}
.program__table-ppmp table {
  border-spacing: 0;
  width: 100%;
}
.program__table-ppmp th {
  background: #0a254b;
  color: #fff;
  padding: 20px;
  border-spacing: 10px;
  width: 310px;
  text-align: center;
}
.program__table-ppmp th, .program__table-ppmp td {
  border-radius: 10px;
}
.program__table-ppmp td {
  font-size: 14px;
  height: 50px;
  padding: 5px 0;
}
.program__table-ppmp .space-td {
  padding: 20px 20px;
  color: #7d7d7c;
  background: #d7eaff;
  text-align: left;
  vertical-align: top;
}
.program__table-ppmp .aspek ul li {
  margin-bottom: 15px;
  font-size: 14px;
}
.program__table-ppmp .listppmp {
  padding-left: 10px !important;
  list-style: disc;
}
.program__table-ppmp .aspek-list ul {
  padding-left: 0;
}
.program__table-ppmp .ppmp-list ul {
  list-style: disc;
  padding-left: 10px;
}

@media screen and (min-width: 360px) and (max-width: 1024px) {
  .pertanyaan {
    display: none;
  }
  .program {
    padding: 0 20px;
  }
  .program__description {
    text-align: left;
    padding: 0;
    padding-top: 0;
  }
  .program__images {
    height: 250px;
  }
  .program__box {
    margin: 0;
    display: inline;
  }
  .program__title {
    font-size: 16px;
  }
  .program__sub-title {
    font-size: 16px;
  }
  .program__right {
    margin-top: 10px;
  }
  .program__box-dana {
    display: block;
    margin: 0;
  }
  .program__danadetail {
    margin-bottom: 30px;
  }
  .program__dana-mobile {
    display: none;
  }
  .program__dana-mobile .background {
    margin-bottom: 15px;
  }
  .program__dana-mobile .background img {
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
  .program__dana-mobile .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #e9e9e9;
    padding: 20px 20px;
  }
  .program__dana-mobile .box h3 {
    width: 170px;
  }
  .program__dana-mobile .btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    border: 1px solid #0a254b;
    border-radius: 10px;
  }
  .program__dana-mobile .btn p {
    font-size: 12px;
    margin: 0;
  }
  .program__dana-mobile .btn .fa-chevron-right {
    margin: 10px 0 10px 20px;
    color: #0a254b;
  }
  .program__dppk {
    margin-top: -10px !important;
  }
  .program__title-dppk {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .program__table-dppk {
    overflow-x: auto;
  }
  .program__table-dppk td {
    font-size: 14px;
    padding: 20px 20px;
  }
  .program__table-dppk th {
    font-size: 14px;
    padding: 20px 35px;
  }
  .program__table-ppmp {
    overflow-x: auto;
  }
  .program__table-ppmp th {
    font-size: 14px;
  }
  .program__table-ppmp td {
    height: 118px;
  }
  .program__table-ppmp .ppmp {
    padding: 20px 20px;
  }
  .program__table-ppmp .ppmp-list ul {
    list-style: disc;
    padding-left: 10px;
  }
  .program__table-ppmp .aspek ul li {
    margin-bottom: 15px;
    font-size: 14px;
  }
  .program__table-ppmp .aspek-list ul {
    padding-left: 0;
  }
  .program__box-benefit {
    margin: 0;
    display: grid;
    grid-template-columns: 1fr;
  }
  .program__employee {
    margin-bottom: 30px;
  }
  .program__employee h3 {
    font-size: 16px;
  }
  .program__company h3 {
    font-size: 16px;
  }
  .program__hukum {
    background: #fff;
  }
  .program__box-hukum {
    display: grid;
    grid-template-columns: 1fr;
    padding: 0;
    margin: 0 20px;
  }
  .program__box-hukum .title h2 {
    font-size: 16px;
    width: 100%;
    padding-top: 0;
  }
  .program__box-hukum .list ul {
    padding-left: 0;
    padding-top: 0;
  }
  .program__box-hukum .list ul li {
    border-bottom: 1px solid #36a5dd;
    margin-bottom: 0;
    grid-column-gap: 0;
  }
  .program__box-hukum .list ul li .background-list {
    background: #fff;
    display: flex;
    align-items: center;
  }
  .program__box-hukum .list ul li .background-list a {
    color: #0a254b;
  }
  .program__box-hukum .list ul li .background-list a i {
    color: #36a5dd;
  }
  .program__box-hukum .list ul li .background-list p {
    padding: 20px 0;
  }
}
.terms {
  padding-top: 50px;
}
.terms__title {
  padding-bottom: 10px;
  border-bottom: 3px solid #0a254b;
  margin: 0 250px;
  text-align: center;
}
.terms__description {
  text-align: justify;
}
.terms__detail {
  text-align: center;
}
.terms__list {
  display: table;
  margin: auto;
  padding-left: 0;
}
.terms__list li {
  display: grid;
  grid-template-columns: 20% 1fr;
  margin: 0 175px;
}
.terms__list p {
  margin: 0;
  display: flex;
  align-items: center;
}
.terms__background {
  width: 120px;
  height: 120px;
  margin: 0 auto;
}
.terms__background img {
  width: 100%;
}
.terms__listsecond {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.terms__listsecond li {
  margin: 0 auto;
}
.terms__listsecond li p {
  text-align: center;
}
.terms__listthird {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

@media screen and (min-width: 360px) and (max-width: 1024px) {
  .terms {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .terms__title {
    margin: 0;
    font-size: 20px;
  }
  .terms__list li {
    margin: 0;
    display: grid;
    grid-template-columns: 1fr;
  }
  .terms__list p {
    display: flex;
    justify-content: center;
    font-size: 14px !important;
  }
  .terms__detail {
    font-size: 14px;
  }
  .terms__description {
    font-size: 16px !important;
    text-align: center !important;
  }
  .terms__background {
    width: 100px;
    height: 100px;
  }
  .terms__listsecond {
    padding-left: 0;
    grid-column-gap: 10px;
  }
  .terms__listthird {
    padding-left: 0;
  }
}
@media screen and (min-width: 360px) and (max-width: 1024px) {
  .pertanyaan {
    display: none;
  }
}
@media screen and (min-width: 1008px) and (max-width: 1366px) {
  .terms__list li {
    margin: 0 75px;
  }
}
.dues__title {
  text-align: center;
}
.dues__description {
  margin: 50px;
  text-align: center;
}
.dues__background {
  width: 100%;
  height: 600px;
  background: #d1d1d1;
}
.dues__list {
  text-align: center;
  padding-left: 0;
  padding: 0 200px;
}
.dues__list li {
  margin-bottom: 15px;
}
.dues__top {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 5px;
}
.dues__header {
  background: #0a254b;
  border-radius: 10px;
}
.dues__sub-title {
  color: #fff;
  text-align: center;
  padding: 20px;
}
.dues__bottom {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 5px;
  margin-top: 5px;
}
.dues__content {
  background: #d7eaff;
  border-radius: 10px;
}
.dues__detail {
  padding: 50px 20px;
  text-align: center;
}
.dues__table-bid table {
  border-spacing: 5px;
  margin: 0 auto;
}
.dues__table-bid th {
  background: #0a254b;
  color: #fff;
  padding: 20px;
  border-spacing: 10px;
  width: 310px;
  text-align: center;
}
.dues__table-bid th, .dues__table-bid td {
  border-radius: 10px;
}
.dues__table-bid td {
  padding: 50px 20px;
  color: #7d7d7c;
  background: #d7eaff;
  text-align: center;
}

@media screen and (min-width: 360px) and (max-width: 1024px) {
  .pertanyaan {
    display: none;
  }
  .dues {
    padding: 0 20px;
  }
  .dues__title {
    padding-top: 0;
  }
  .dues__description {
    margin: 0 0 30px 0;
  }
  .dues__list {
    padding: 0;
  }
  .dues__table-bid {
    overflow-x: auto;
  }
  .dues__table-bid td {
    padding: 50px 10px;
    font-size: 14px;
  }
  .dues__table-bid th {
    font-size: 14px;
  }
}
.adventage-desk {
  display: block;
}

.adventage-mobile {
  display: none;
}

.adventage {
  padding: 0 130px;
}
.adventage__title {
  text-align: center;
}
.adventage__title-pensiun {
  font-size: 24px;
}
.adventage__background {
  width: 100%;
  height: 300px;
  background: #e9e9e9;
}
.adventage__background img {
  width: 100%;
  height: 300px;
}
.adventage__pt {
  list-style: upper-latin;
  padding-left: 20px;
  margin-top: 20px;
}
.adventage__list-pt {
  list-style: outside;
  padding-left: 20px;
}
.adventage__payment .title-payment {
  text-align: center;
  font-size: 24px;
  padding-top: 50px;
}
.adventage__box-payment {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.adventage__box-payment .box ul {
  font-size: 14px;
  color: #7d7d7c;
  padding: 30px 0;
}
.adventage__box-payment .box ul li {
  margin-bottom: 10px;
}
.adventage__box-payment .box ul li:last-child {
  margin-bottom: 0;
}
.adventage__space {
  margin-top: 20px;
}
.adventage__note {
  text-align: center;
}
.adventage__title-bk {
  text-transform: uppercase;
}
.adventage__list-bk {
  padding-left: 0;
  list-style: inside;
  padding-top: 5px;
}
.adventage__icon {
  padding-left: 20px;
}
.adventage__list-note {
  padding-left: 20px;
}

.example {
  display: grid;
  grid-template-columns: 30% auto;
  grid-column-gap: 10px;
}
.example__left {
  background: #0a254b;
  padding: 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.example__left h2 {
  margin-left: 200px;
  text-align: center;
  font-size: 24px;
  color: #fff;
}
.example__right {
  background: #e9e9e9;
  padding: 20px 230px 20px 20px;
}
.example__right .box-left {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.example__background {
  height: 300px;
  background: #d1d1d1;
  margin-top: 30px;
}
.example__background img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.example__box {
  display: grid;
  grid-template-columns: auto 40%;
  background: #e9e9e9;
}
.example__box-left {
  padding: 20px;
}
.example__box-left h2 {
  font-size: 16px;
}
.example__box-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: 20px;
}
.example__box-right a {
  border: 1px solid #0a254b;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  align-items: center;
}
.example__box-right a button {
  border: none;
  background: none;
  color: #0a254b;
  font-size: 12px;
}
.example__box-right a i {
  color: #0a254b;
  font-size: 12px;
}
.example__content-mobile {
  display: none;
}
.example__content-desk {
  display: block;
}

.data {
  display: block;
}
.data .box-top {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 5px;
  padding: 0 100px;
}
.data__box-blue {
  border: 1px solid #0a254b;
  background: #0a254b;
  color: #fff;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
}
.data__box-white {
  background: #d7eaff;
  color: #fff;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
}
.data .left {
  grid-column: 1/2;
}
.data .center {
  grid-column: 2/3;
}
.data .right {
  grid-column: 3/5;
}
.data .desc-pm {
  min-height: 0;
  text-align: center;
}
.data .title-pm {
  padding: 30px 20px;
}
.data .bg-blue {
  background: #36a5dd;
  border: none;
}

.table-data table {
  border-spacing: 5px;
  margin: 0 auto;
}
.table-data th {
  background: #0a254b;
  color: #fff;
  padding: 20px 30px;
  border-radius: 10px;
  margin: 0 100px;
}
.table-data td {
  color: #7d7d7c;
  background: #d7eaff;
  text-align: center;
  border-radius: 10px;
  padding: 20px 30px;
}
.table-data .bg-dkr {
  background: #0a254b;
  color: #fff;
}
.table-data .clr-white {
  color: #fff;
}

.total {
  display: block;
}
.total__background {
  width: 100%;
}
.total__background img {
  width: 100%;
  height: 400px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (min-width: 360px) and (max-width: 1024px) {
  .adventage-desk {
    display: block;
  }
  .adventage-mobile {
    display: none;
  }
  .adventage {
    padding: 0 20px;
  }
  .adventage__title-pensiun {
    margin-bottom: 30px;
    font-size: 16px;
    text-align: justify;
  }
  .adventage__title-bk {
    font-size: 14px;
  }
  .adventage__payment .title-payment {
    text-align: left;
    font-size: 16px;
    padding-top: 30px;
  }
  .adventage__box-payment {
    display: grid;
    grid-template-columns: 1fr;
  }
  .adventage__space {
    margin-top: 0;
  }
  .adventage .adventage__box-payment .box ul {
    padding: 20px 0;
  }
  .adventage__note {
    margin: 0;
    text-align: justify;
  }
  .adventage__background {
    height: auto;
    background: #fff;
  }
  .adventage__background img {
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .example {
    display: grid;
    grid-template-columns: 1fr;
  }
  .example__left h2 {
    margin-left: 0px;
    text-align: left;
    font-size: 16px;
  }
  .example__right {
    padding: 20px;
  }
  .example__right .box-left {
    display: grid;
    grid-template-columns: 1fr;
  }
  .example__content-mobile {
    display: none;
  }
  .example__content-desk {
    display: block;
  }
  .data {
    display: block;
  }
  .table-data {
    overflow-x: auto;
  }
  .table-data th {
    font-size: 14px;
  }
  .table-data td {
    font-size: 14px;
  }
  .total {
    display: block;
  }
  .total__background img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (min-width: 360px) and (max-width: 1024px) {
  .pertanyaan {
    display: none;
  }
}
@media screen and (max-width: 1025px) {
  .data .box-top {
    padding: 0 !important;
  }
}
.formulir {
  padding-top: 9rem;
  padding-left: 5rem;
  padding-right: 5rem;
}
.formulir__box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.formulir__background {
  background: #e9e9e9;
  padding: 20px;
}
.formulir__title {
  margin-bottom: 20px;
}
.formulir__date {
  display: flex;
  align-items: center;
  margin-bottom: 70px;
}
.formulir__date .fa-calendar-alt {
  color: #7d7d7c;
  margin-right: 5px;
}
.formulir__date p {
  font-size: 11px;
}
.formulir__detail-date {
  display: flex;
  justify-content: space-between;
}
.formulir button {
  margin-top: 70px;
  background: #36a5dd;
  border: none;
  border-radius: 5px;
  padding: 10px 15px;
  color: #fff;
  cursor: pointer;
}

@media screen and (min-width: 360px) and (max-width: 1024px) {
  .formulir {
    padding-top: 1rem;
    padding-left: 20px;
    padding-right: 20px;
  }
  .formulir__box {
    display: grid;
    grid-template-columns: 1fr;
  }
  .space-form {
    margin-top: 45px;
  }
}
@media screen and (min-width: 360px) and (max-width: 1024px) {
  .pertanyaan {
    display: none;
  }
}
.regulasi {
  padding: 50px 200px 0 200px;
}
.regulasi__title {
  text-align: center;
}
.regulasi__box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.regulasi__background {
  background: #e9e9e9;
  padding: 20px;
}
.regulasi__sub-title {
  margin-bottom: 20px;
}
.regulasi__date {
  display: flex;
  align-items: center;
  margin-bottom: 70px;
}
.regulasi__date .fa-calendar-alt {
  color: #7d7d7c;
  margin-right: 5px;
}
.regulasi__date p {
  font-size: 11px;
}
.regulasi__detail-date {
  display: flex;
  position: relative;
  justify-content: space-between;
}
.regulasi button {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #36a5dd;
  border: none;
  border-radius: 5px;
  padding: 10px 15px;
  color: #fff;
  cursor: pointer;
}

@media screen and (min-width: 360px) and (max-width: 1024px) {
  .banner__box-title {
    margin-bottom: 20px;
  }
  .title-none {
    display: none;
  }
  .content-wrapper {
    margin: 0 0 35px 0 !important;
  }
  .regulasi {
    padding: 0 20px 0 20px;
  }
  .regulasi__box {
    display: grid;
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 360px) and (max-width: 1024px) {
  .pertanyaan {
    display: none;
  }
}
.tere ul {
  list-style: none;
}

.tree .parent_li > span {
  cursor: pointer;
}

.tree i {
  margin-right: 5px;
}

.parent_li .fa-chevron-up,
.parent_li.open .fa-chevron-down {
  display: none;
}

.parent_li.open .fa-chevron-up {
  display: inline-block;
}

.parent_li {
  border-bottom: 1px solid #0a254b;
}

.parent_li ul {
  height: 0;
  overflow: hidden;
  transition: all 500ms linear;
  padding-left: 0;
}

.parent_li.open ul {
  height: auto;
  overflow: auto;
}

.box-faq {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box-faq p {
  margin: 20px 0;
}

.faq {
  padding: 100px 185px 0 185px;
}
.faq__questions .fa-question-circle {
  font-size: 22px;
  margin-right: 5px;
}

@media screen and (min-width: 360px) and (max-width: 1024px) {
  .pertanyaan {
    display: none;
  }
  .faq {
    padding: 5px 20px 0 20px;
  }
  .box-faq p {
    margin: 20px 20px 0 0;
  }
}
.page-error {
  background-image: url("images/bg-404-2@3x.png");
  background-size: cover;
  height: 100vh;
  width: 100%;
}

.wrapper-error {
  padding: 83px 80px;
}
.wrapper-error img {
  width: 120px;
}

.circle-404 {
  position: relative;
  z-index: 1;
}
.circle-404__page {
  position: absolute;
  width: 30%;
  left: 85px;
  top: 80px;
}
.circle-404__number {
  margin-block-start: 0;
  margin-block-end: 0;
  color: #ffffff;
  font-size: 130px;
  position: relative;
  text-align: center;
}
.circle-404__number::before {
  content: " ";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 25px;
  left: 0;
  border-radius: 5px;
  background: #ffffff;
}
.circle-404__title {
  margin-block-start: 0;
  margin-block-end: 0;
  font-size: 36px;
}
.circle-404__description {
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
}
.circle-404__button button {
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 22px;
  text-transform: uppercase;
  outline: none;
}

.circle-404::before {
  content: "";
  display: inline-block;
  width: 500px;
  height: 500px;
  border-radius: 239px;
  position: absolute;
  left: 0;
  background: rgba(189, 189, 188, 0.73);
  z-index: -1;
}

@media screen and (min-width: 360px) and (max-width: 1024px) {
  .circle-404__page {
    position: absolute;
    width: 30%;
    left: 120px;
    top: 35px;
  }
}/*# sourceMappingURL=main.css.map */