@import url('https://fonts.googleapis.com/css2?display=swap');
html {
  scroll-behavior: smooth;
}

* {
  background-color: #F6F9FF;
  ;
}

/* START HALAMAN LANDING */

/* NAVBAR MENU */
.first-header .fixed-top {
  position: fixed;
  top: -10px;
  right: 0;
  left: 0;
  z-index: 1030;
}
.first-header .fixed-top .container{
  background: none;
}
.first-header .navbar-expand-lg{
  background: #ffff;
  box-shadow: 0px 0px 45px 0px rgba(106, 75, 255, 0.25);
}
.first-header .navbar-light .navbar-brand {
  color: rgba(0,0,0,.9);
  background: none;
}
.first-header .navbar-brand img {
  /* margin-left: -66px; */
  width: 221px;
  height: 82px;
  background: none;
}
.first-header .navbar-expand-lg .navbar-collapse{
  background: none;
}
.first-header .navbar-expand-lg .navbar-nav{
  background: none;
}
.first-header .navbar-expand-lg .navbar-nav .nav-item{
  background: none;
  position: relative;
}
.first-header .sign {
  margin-left: 20px;
  background: none;
}

.first-header #navbarNav .nav-link {
  color: var(--primary-blue, #92929d);
  text-align: left;
  font: var(--h-3, 500 17px 'Inter', sans-serif);
  margin-left: 20px;
  background: none;
  position: relative;
}
.first-header #navbarNav .nav-item a.active {
  color: var(--primary-blue, #0e0e59);
  font: var(--h-3, 500 17px 'Inter', sans-serif);
  background: none;
  border-bottom: 1px solid #D96A20;
}

.first-header #navbarNav .nav-link:hover {
  color: var(--primary-blue, #0e0e59);
  text-align: left;
  font: var(--h-3, 500 17px 'Inter', sans-serif);
  margin-left: 20px;
  border-bottom: 1px solid #D96A20;
}
.first-header #navbarNav .nav-item a svg{
  background: none;
}
.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: .5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-clip: padding-box;
  border: none;
  border-radius: .25rem;
  background: #F6F9FF;
  margin-top: 5px;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  font: var(--h-3, 500 18px 'Inter', sans-serif);
  color: var(--primary-blue, #92929d);
  letter-spacing: 0.2px;
}
.dropdown-item:hover {
  color: var(--primary-blue, #0e0e59);
  background: none;
}
ul li ul {
  visibility: hidden;
  opacity: 0;
  display: none;
  list-style: none;
}
ul li:hover > ul,
ul li ul:hover {
  visibility: visible;
  opacity: 1;
  position: absolute;
  padding: 10px;
  border-radius: 10px;
  display: block;
  box-shadow: 0px 3px 5px -1px #ccc;
}

.first-header #navbarNav .sign a {
  background: var(--primary-blue, #0e0e59);
  border-radius: 40px;
  padding: 10px 30px 10px 30px;
  color: #d2d2d2;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  /* box-shadow: 6px 6px 48px 0px rgba(106, 75, 255, 0.25); */
}

.first-header #navbarNav .sign a:hover {
  background: var(--primary-blue, #0e0e59);
  border-radius: 40px;
  padding: 10px 30px 10px 30px;
  color: white;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: none;
  /* box-shadow: 6px 6px 48px 0px rgba(106, 75, 255, 0.25); */
}

/* END NAVBAR */

#btn-back-to-top {
  position: fixed;
  z-index: 999;
  bottom: 20px;
  right: 20px;
  border-radius: 100px;
  background-color: #C4C4C4;
  border: none;
  width: 45px;
  height: 45px;
}

#btn-back-to-top i {
  background: none;
  color: #0E0E59;
  font-size: 18px;
}


.first-card {
  margin-top: 160px;
}
.login-header {
  margin-top: 160px;
}
.register-header {
  margin-top: 160px;
}

/* CONTENT LANDING */
.landing-header {
  padding-top: 150px;
  padding-bottom: 100px;
}
.landing-header .frame-1 {
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 541px;
  position: relative;
  padding-top: 30px;
  font-size: 21px;
  font-weight: 700;
  color: #92929D;
  z-index: 1;
  background: none;
}
.landing-header .frame-1 svg{
  background: none;
}
.landing-header .frame-1 .indonesian-journal{
  background: none;
}
.landing-header .welcome {
  position: relative;
  width: 514px;
  margin-top: 15px;
  background: none;
  z-index: 1;
}
.landing-header .welcome p{
  color: var(--text-black, #364670);
  text-align: left;
  font: var(--big-title-48-px, 600 48px/130% 'Inter', sans-serif);
  background: none;
}
.landing-header .your-citation {
  position: relative;
  width: 541px;
  margin-top: 15px;
  margin-bottom: 25px;
  z-index: 1;
  background: none;
}
.landing-header .your-citation p{
  color: var(--text-grey, #92929d);
  text-align: left;
  font: var(--regular-20-px, 400 20px/149.5% 'Inter', sans-serif);
  background: none;
}
.landing-header .button2 {
  background: var(--primary-blue, #0e0e59);
  border-radius: 40px;
  padding: 17px 25px 17px 25px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  /* box-shadow: 0px 12px 48px 0px rgba(0, 0, 0, 0.25); */
  width: 50%;
  z-index: 1;
}

.landing-header .button3 {
  color: var(--text-white, #d2d2d2);
  text-align: left;
  font: var(--h-3, 500 20px 'Inter', sans-serif);
  position: relative;
  background: none;
}
.landing-header .button3:hover {
  color: var(--text-white, #ffffff);
  text-align: left;
  font: var(--h-3, 500 20px 'Inter', sans-serif);
  position: relative;
  background: none;
}
.landing-header .scroll-down {
  background: none;
  position: relative;
  z-index: 1;
}
.landing-header .scroll-down button {
  background: none;
  border: none;
}
.landing-header .scroll-down button svg{
  background: none;
  width: 54px;
  height: 54px;
  margin-left: 110px;
  transform-origin: center center;
  animation: scrollDownAnimation1 2s infinite ease-in-out;
}
.landing-header .scroll-down2 {
  background: none;
  position: relative;
  z-index: 1;
}
.landing-header .scroll-down2 button {
  background: none;
  border: none;
}
.landing-header .scroll-down2 button svg{
  background: none;
  width: 54px;
  height: 54px;
  margin-top: -55px;
  margin-left: 110px;
  transform-origin: center center;
  animation: scrollDownAnimation2 2s infinite ease-in-out;
}
@keyframes scrollDownAnimation1 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
}

@keyframes scrollDownAnimation2 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
}

.landing-header .frame-40 {
  position: relative;
  margin-top: 30px;
  background: none;
  z-index: 1;
}
.landing-header .frame-40 .image-1{
  background: none;
  width: 100%;
  position: absolute;
  transform-origin: center center;
  animation: parallax3 4s infinite alternate ease-out;
}
.landing-header .frame-40 .image-2{
  background: none;
  width: 40%;
  position: absolute;
  margin-left: 230px;
  transform-origin: center center;
  animation: parallax2 3s infinite alternate ease-out;
}
.landing-header .frame-40 .image-3{
  background: none;
  width: 50%;
  margin-top: 70px;
  margin-left: 35px;
  position: absolute;
  transform-origin: center center;
  animation: parallax3 3s infinite alternate ease-out;
}
.landing-header .frame-40 .image-4{
  background: none;
  width: 35%;
  position: absolute;
  margin-left: 280px;
  margin-top: 100px;
  transform-origin: center center;
  animation: parallax4 3s infinite alternate ease-out;

}

@keyframes parallax1 {
  to {
    transform: translate(-10%, -10%);
  }
}
@keyframes parallax2 {
  to {
    transform: translate(-10%, -10%);
  }
}

@keyframes parallax3 {
  to {
    transform: translate(-5%, -5%);
  }
}

@keyframes parallax4 {
  to {
    transform: translate(-10%, -10%);
  }
}

.landing-header .search-statistic {
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: center;
  justify-content: flex-start;
  background: none;
  display: none;
}

.landing-header .search-statistic .rectangle-2 {
  background: #ffffff;
  border-radius: 50px;
  flex-shrink: 0;
  width: 1132px;
  height: 66px;
  position: relative;
  box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.10), 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
  margin-bottom: 120px;
  margin-top: 68px;
  z-index: 1;
}

.landing-header .search-statistic form {
  background: none;
  width: 100%;
}

.landing-header .search-statistic input {
  display: flex;
  flex-direction: row;
  gap: 165px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: absolute;
  left: 35px;
  top: 15px;
  background: transparent;
  border: 0;
  outline: none;
  padding: 6px 4px;
  width: 80%;
  font: var(--regular-20-px, 500 18px/149.5% 'Inter', sans-serif);
  color: #888888;
}
.landing-header .search-statistic button {
  position: absolute;
  top: 25%;
  left: 15%;
  background: none;
  border: none;
  z-index: 1;
}
.landing-header .search-statistic .rectangle-31 {
  background: var(--primary-blue, #0e0e59);
  border-radius: 100px;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 1060px;
  top: 7px;
}
.landing-header .search-statistic .rectangle-31 button i {
  font-size: 24px;
  color: white;
  background: none;
}

.our-client .title {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  background: none;
}
.our-client .title h1{
  margin-bottom: 0px;
}
.our-client .title h1{
  color: var(--text-black, #364670);
  text-align: center;
  font: 700 40px/130% 'Inter', sans-serif;
  position: relative;
  background: none;
  border: 1px solid #E0E3EB;
  width: 28%;
  height: 78px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.our-client .univ {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: -webkit-center;
  margin-top: 80px;
  position: relative;
  z-index: 1;
  background: none;

}
.our-client .univ .slick-list {
  margin-left: 17px;
  background: none;

}
.slick-track {
  background: none;
}
.slick-slide {
  background: none;
}
.slick-slide div {
  background: none;
}
.our-client .univ .logo {
  background: none;
  border-right: 1px solid black;
  /* margin-left: -2px; */
  position: relative;
  overflow: hidden;
  flex: 1;
  z-index: 1;
}
.our-client .univ .logo img{
  background: none;
  width: 60%;
  border-radius: 50%;
}
.our-client .univ .logo:before {
  content: "";
  z-index: 10;
  position: absolute;
  height: 200%;
  width: 200%;
  top: -120%;
  left: -120%;
  background: linear-gradient(transparent 0%, rgba(255, 255, 255, 0.1) 45%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.1) 55%, transparent 100%);
  transition: all 2s;
  transform: rotate(-45deg);
  animation: shine 5s infinite forwards;
}
@keyframes shine {
  0% {
    top: -120%;
    left: -120%;
  }
  20% {
    left: 100%;
    top: 100%;
  }
  40% {
    left: 100%;
    top: 100%;
  }
  100% {
    left: 100%;
    top: 100%;
  }
}
.review .title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  position: relative;
  z-index: 1;
  background: none;
}
/* .review .title h1{
  margin-bottom: 0px;
} */
.review .title h1{
  color: var(--text-black, #364670);
  text-align: center;
  font: 700 40px/130% 'Inter', sans-serif;
  position: relative;
  background: none;
  border: 1px solid #E0E3EB;
  width: 28%;
  height: 78px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.review .swiper-slide{
  background: none;
}
.review .card{
  position: relative;
  width: 273px;
  height: 317px;
  border: 1px solid transparent;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
}
.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
    background: none;
}
/* Aturan CSS yang telah disesuaikan */
.review .swiper {
  padding-top: 150px;
  padding-bottom: 50px;
  display: flex;
  justify-content: center;
  background: none;
}
.review .swiper .swiper-pagination{
    background: none;
}
.review .card .description
{
    background: none;
    width: 230px;
    overflow: hidden;
}

.review .card .description p {
    background: none;
    font: var(--h-3, 400 17px 'Inter', sans-serif);
    letter-spacing: 0.2px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 50px;
}

.review .card .image{
    background: none;
}
.review .card .image img{
  background: none;
  margin-top: -70px;
  width: 123px;
  height: 123px;
  margin-bottom: 20px;
}
.review .card .name{
    background: none;
}
.review .card .name span{
    background: none;
    font: var(--h-3, 600 25px 'Inter', sans-serif);
    text-decoration: underline;
    letter-spacing: 0.5px;
}
/* .review .card .rating,
.review .card .rating i
{
  background: none;
  margin-top: 10px;
  margin-bottom: 10px;
} */
.review .card .rating {
  background: none;
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.review .card .rating i {
  background: none;
  margin: 0;
  font-size: 30px; /* Sesuaikan ukuran ikon bintang */
  color: #FFD700; /* Warna bintang yang menyala */
}

.review .card .rating i.fas::before {
  content: '\2605'; /* Unicode untuk ikon bintang penuh */
}

.review .card .rating i.far::before {
  content: '\2606'; /* Unicode untuk ikon bintang kosong */
}
.post .title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 36px;
  position: relative;
  z-index: 1;
  background: none;
}
.post .title h1{
  color: var(--text-black, #364670);
  text-align: center;
  font: 700 40px/130% 'Inter', sans-serif;
  position: relative;
  background: none;
  border: 1px solid #E0E3EB;
  width: 28%;
  height: 78px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.post .latepost {
  background: none;
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
  background:none;
}
/* animasi latepost */
.latepost {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.latepost.visible {
  opacity: 1;
  transform: translateY(0);
}
.artikel-next .artikel {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.artikel-next .artikel.visible {
  opacity: 1;
  transform: translateY(0);
}
/* animasi banner */
.banner-landing-shape {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.banner-landing-shape.visible {
  opacity: 1;
  transform: translateY(0);
}

/* end */
.post .latepost .image{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  background: none;
}
.post .latepost .image img {
  width: 90%;
  background: none;
}
.post .latepost .post {
  background: none;
  position: absolute;
  margin-top: -15px;
}
.post .latepost .post .content {
  display: flex;
  justify-content: center;
  background: none;
}
.post .latepost .post .content .img-post{
  background: #ffff;
  border-radius: 10px;
}
.post .latepost .post .content .img-post img{
  width: 100%;
  padding: 5px;
}
.post .latepost .post .content .content2{
  background: none;
  width: 40%;
  margin-left: 20px;
}
.post .latepost .post .content .content2 .judul{
  background: none;
  color: #000;
  font: var(--regular-20-px, 600 24px/149.5% 'Inter', sans-serif);
  line-height: 30px;
  margin-top: 20px;
}
.post .latepost .post .content .content2 .deskripsi{
  background: none;
  font: var(--regular-20-px, 300 18px/149.5% 'Inter', sans-serif);
  line-height: normal;
  letter-spacing: 0.1px;
  margin-top: 3px;
}
.post .latepost .post .content .content2 .deskripsi a{
  background: none;
  text-decoration: none;
  color: #000;
  font: var(--regular-20-px, 600 18px/149.5% 'Inter', sans-serif);
}
.post .latepost .post .news{
  border-radius: 50px;
  background: rgba(255, 87, 0, 0.60);
  width: 75px;
  height: 30px;
  text-align: center;
}
.post .latepost .post .news p{
  background: none;
  font: var(--regular-20-px, 900 12px/149.5% 'Inter', sans-serif);
  letter-spacing: 0.24px;
  line-height: 149.5%;
  color: #fff;
  margin-top: 5px;
}
.post .latepost .post .detail{
  background: none;
  display: flex;
  justify-content: left;
  align-items: center;
  margin-top: 11px;
}
.post .latepost .post .detail .time{
  background: none;
  display: flex;
  justify-content: space-evenly;
  align-items: baseline;
}
.post .latepost .post .detail .time i{
  background: none;
}
.post .latepost .post .detail .time p{
  background: none;
  font: var(--regular-20-px, 300 14px/149.5% 'Inter', sans-serif);
  color: #84829A;
  margin-left: 2px;
}
.post .latepost .post .detail .view{
  background: none;
  display: flex;
  justify-content: space-evenly;
  align-items: baseline;
  margin-left: 13px;
}
.post .latepost .post .detail .view i{
  background: none;
}
.post .latepost .post .detail .view p{
  background: none;
  font: var(--regular-20-px, 300 14px/149.5% 'Inter', sans-serif);
  color: #84829A;
  margin-left: 2px;
}
.post .artikel-next {
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  position: relative;
  z-index: 1;
}
.post .artikel-next .artikel {
  background: none;
}
.post .artikel-next .artikel button{
  background: none;
  font: var(--regular-20-px, 400 24px/149.5% 'Inter', sans-serif);
  line-height: normal;
  color: #92929D;
  border: 0px;
  text-decoration: underline;
}

.banner-landing{
  padding-top: 10%;
  position: relative;
  /* z-index: 1; */
  /* background: none; */
}
.banner-landing .container{
  background: none;
}
.banner-landing .banner-landing-shape{
    display: flex;
    justify-content: center;
    background: none;
    position: relative;
    z-index: 1;
}
.banner-landing .banner-landing-shape img{
    background: none;
}
.banner-landing .banner-landing-shape .title{
    position: absolute;
    background: none;
    text-align: center;
    color: var(--MRT-App-Headline, #1B1C57);
    /* font-family: Lexend; */
    font: var(--regular-20-px, 700 30px/149.5% 'Inter', sans-serif);
    line-height: 48px; /* 160% */
    text-transform: capitalize;
    background: none;
}
.banner-landing .banner-landing-shape .search {
  background: none;
  position: relative;
}
.banner-landing .banner-landing-shape .search img{
    position: absolute;
    background: none;
    margin-left: 5%;
    margin-top: 3%;
}
.banner-landing .banner-landing-shape .search input {
  background: #fff;
  border: 0;
  outline: none;
  padding: 10px 48px;
  width: 100%;
  font: var(--regular-20-px, 600 16px/149.5% 'Inter', sans-serif);
  color: #888B97;
  border-radius: 30px;
}
.banner-landing .banner-landing-shape .search .klik button{
  position: absolute;
  top: 17%;
  left: 73%;
  font: var(--regular-20-px, 600 16px/149.5% 'Inter', sans-serif);
  background: #FF6600;
  padding: 8px 15px;
  border-radius: 30px;
  border: none;
}
.footer-bg-landing1 img{
  position: absolute;
  width: 100%;
  /* margin-top: -170%; */
  top: 150%;
  background: none;
}
.footer-bg-landing2 img{
  position: absolute;
  width: 100%;
  top: 350%;
  /* margin-top: -75%; */
  background: none;
}


/* START FOOTER */
.footer {
  padding-top: 110px;
}

.footer .company {
  width: 37.666667%;
}

.footer .import {
  width: 21.666667%;
}

.footer .eks {
  width: 21.666667%;
}

.footer .sos {
  width: 18.666667%;
}

.frame-23 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  background: none;
}

.our-company {
  color: var(--text-black, #364670);
  text-align: left;
  font: var(--regular-20-px, 600 20px/149.5% 'Inter', sans-serif);
  position: relative;
  background: none;
}

.logo-idpublishing-1 {
  flex-shrink: 0;
  width: 210px;
  height: 78.47px;
  position: relative;
  background: none;
}
.frame-24 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  margin-bottom: 40px;
  background: none;
}

.our-office {
  color: var(--text-black, #364670);
  text-align: left;
  font: var(--regular-20-px, 550 20px 'Inter', sans-serif);
  position: relative;
  background: none;
}

.frame-4 {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  background: none;
}

.email {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  background: none;
}

.pt-penerbit-jurnal-indonesia {
  color: var(--text-black, #364670);
  text-align: left;
  font: var(--regular-20-px, 400 20px/149.5% 'Inter', sans-serif);
  position: relative;
  background: none;
}

.pt-penerbit-jurnal-indonesia span {
  background: none;
}
.pt-penerbit-jurnal-indonesia-span {
  color: var(--text-black, #364670);
  font: var(--regular-20-px, 550 20px 'Inter', sans-serif);
  background: none;
}

.pt-penerbit-jurnal-indonesia-span2 {
  color: var(--text-black, #364670);
  font: var(--regular-20-px, 400 20px/149.5% 'Inter', sans-serif);
  background: none;

}

.frame-3 {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 432px;
  position: relative;
  background: none;
}
.pin {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  position: relative;
  overflow: hidden;
  background: none;
}

.group {
  position: absolute;
  left: 4.67px;
  top: 2.33px;
  overflow: visible;
  background: none;
}

.main-office-pubmedia-journal-training-kelurahan-ngestiharjo-kecamatan-kasihan-kabupaten-bantul-d-i-yogyakarta {
  color: var(--text-black, #364670);
  text-align: justify;
  font: var(--regular-20-px, 400 19px 'Inter', sans-serif);
  position: relative;
  flex: 1;
  background: none;

}

.email2 {
  flex-shrink: 0;
  position: relative;
  overflow: visible;
  background: none;

}
.info-idpublishing-org {
  color: var(--text-black, #364670);
  text-align: left;
  font: var(--regular-20-px, 400 19px 'Inter', sans-serif);
  position: relative;
  background: none;

}
.frame-2 {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  background: none;

}

.phone {
  flex-shrink: 0;
  position: relative;
  overflow: visible;
  background: none;
}

._62-81990251989 {
  color: var(--text-black, #364670);
  text-align: left;
  font: var(--regular-20-px, 400 19px 'Inter', sans-serif);
  position: relative;
  background: none;
}

.sitemap {
  display: flex;
  flex-direction: column;
  gap: 27px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  background: none;
}

.socmed {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  background: none;
}
.important-links {
  color: var(--text-black, #364670);
  text-align: left;
  font: var(--h-2, 600 20px 'Inter', sans-serif);
  position: relative;
  background: none;
}
.contact-us {
  color: var(--text-black, #364670);
  text-align: left;
  font: var(--regular-20-px, 400 19px 'Inter', sans-serif);
  position: relative;
  background: none;
}

.privacy-policy {
  color: var(--text-black, #364670);
  text-align: left;
  font: var(--regular-20-px, 400 19px 'Inter', sans-serif);
  position: relative;
  background: none;
}

.terms-of-service {
  color: var(--text-black, #364670);
  text-align: left;
  font: var(--regular-20-px, 400 19px 'Inter', sans-serif);
  position: relative;
  background: none;
}

.sitemap2 {
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  background: none;
}

.eksternal-links {
  color: var(--text-black, #364670);
  text-align: left;
  font: var(--h-2, 600 20px 'Inter', sans-serif);
  position: relative;
  background: none;
}

.id-publishing {
  color: var(--text-black, #364670);
  text-align: left;
  font: var(--regular-20-px, 400 19px 'Inter', sans-serif);
  position: relative;
  background: none;
}

.pubmedia {
  color: var(--text-black, #364670);
  text-align: left;
  font: var(--regular-20-px, 400 19px 'Inter', sans-serif);
  position: relative;
  background: none;
}


.social-media {
  color: var(--text-black, #364670);
  text-align: left;
  font: var(--h-2, 600 20px 'Inter', sans-serif);
  position: relative;
  background: none;
}

.socmed2 {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  background: none;
}

.facebook-fill {
  flex-shrink: 0;
  position: relative;
  overflow: visible;
  background: none;
}

.twitter-fill {
  flex-shrink: 0;
  position: relative;
  overflow: visible;
  background: none;
}

.linkedin-fill {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  position: relative;
  overflow: hidden;
  background: none;
}
.linkedin-fill svg{
  background: none;
}
/* END FOOTER */
/* END HALAMAN LANDING */

/* START HALAMAN ABOUT  */

.about-header .title {
  padding-top: 150px;
  padding-bottom: 100px;
  background: none;
}

.about-header .about-us {
  color: var(--text-black, #364670);
  text-align: center;
  font: 600 40px/130% 'Inter', sans-serif;
  position: relative;
  background: none;
}

.about-header .berikut {
  color: var(--text-color-grey, #92929d);
  text-align: center;
  font: var(--regular-20-px, 400 20px/149.5% 'Inter', sans-serif);
  position: relative;
  margin-bottom: 2%;
  background: none;
}

.about-id-publishing2 .frame-133 {
  color: #364670;
  text-align: left;
  font: var(--regular-20-px, 600 20px/149.5% 'Inter', sans-serif);
  background: none;
  position: relative;
}
.about-id-publishing2 .frame-133 div{
  background: none;
}

.sub-pt-penerbit {
  color: var(--text-grey, #92929d);
  text-align: justify;
  font: var(--regular-20-px, 400 20px/149.5% 'Inter', sans-serif);
  padding-top: 25px;
  position: relative;
  background: none;
  z-index: 1;
}

.sub-pt-penerbit-span {
  color: var(--text-grey, #92929d);
  font: var(--regular-20-px, 400 20px/149.5% 'Inter', sans-serif);
  text-decoration: underline;
  background: none;
  border: 1px solid black;
}
.sub-pt-penerbit-span3 {
  text-decoration: underline;
  border: 1px solid black;
}
.sub-pt-penerbit-span5 {
  text-decoration: underline;
  border: 1px solid black;
}
.sub-pt-penerbit-span7 {
  text-decoration: underline;
  border: 1px solid black;
}
.academic-platform {
  text-decoration: underline;
  border: 1px solid black;
}
.pubmedia-id {
  text-decoration: underline;
  border: 1px solid black;
}
.sub-pt-penerbit span{
  background: none;
  position: relative;

}

.visi-dan-misi {
  color: #364670;
  text-align: left;
  font: var(--regular-20-px, 600 20px/149.5% 'Inter', sans-serif);
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
  background: none;
  z-index: 1;
}

.sub-pt-penerbit2 {
  color: var(--text-grey, #92929d);
  text-align: justify;
  font: var(--regular-20-px, 400 20px/149.5% 'Inter', sans-serif);
  height: 239px;
  background: none;
  position: relative;
  z-index: 1;
}
.sub-nilai {
  color: var(--text-color-black, #364670);
  text-align: center;
  font: var(--h-2, 600 24px 'Inter', sans-serif);
  position: relative;
  align-self: stretch;
  padding-top: 25px;
  padding-bottom: 25px;
  background: none;
  position: relative;
  z-index: 1;
}

.sub-menunjang {
  color: var(--text-grey, #92929d);
  text-align: justify;
  font: var(--regular-20-px, 400 20px/149.5% 'Inter', sans-serif);
  background: none;
  position: relative;
  z-index: 1;
}
.sub-menunjang ol{
  background: none;
}
.sub-menunjang ol li{
  background: none;
}
.sub-menunjang span{
  background: none;
  position: relative;
}
.banner-about{
  padding-top: 10%;
  position: relative;
  z-index: 1;
  /* background: none; */
}
.banner-about .container{
  background: none;
}
.banner-about .banner-about-shape{
    display: flex;
    justify-content: center;
    background: none;
}
.banner-about .banner-about-shape img{
    background: none;
}
.banner-about .banner-about-shape .title{
    position: absolute;
    background: none;
    text-align: center;
    color: var(--MRT-App-Headline, #1B1C57);
    /* font-family: Lexend; */
    font: var(--regular-20-px, 700 30px/149.5% 'Inter', sans-serif);
    line-height: 48px; /* 160% */
    text-transform: capitalize;
    background: none;
}
.banner-about .banner-about-shape .search {
  background: none;
  position: relative;
}
.banner-about .banner-about-shape .search img{
    position: absolute;
    background: none;
    margin-left: 5%;
    margin-top: 3%;
}
.banner-about .banner-about-shape .search input {
  background: #fff;
  border: 0;
  outline: none;
  padding: 10px 48px;
  width: 100%;
  font: var(--regular-20-px, 600 16px/149.5% 'Inter', sans-serif);
  color: #888B97;
  border-radius: 30px;
}
.banner-about .banner-about-shape .search .klik button{
  position: absolute;
  top: 17%;
  left: 73%;
  font: var(--regular-20-px, 600 16px/149.5% 'Inter', sans-serif);
  background: #FF6600;
  padding: 8px 15px;
  border-radius: 30px;
  border: none;
}
.footer-bg-about img{
  position: absolute;
  width: 100%;
  margin-top: -80%;
  background: none;
}
/* END HALAMAN ABOUT */


/* START HALAMAN CONTACT  */
.body-contact {
  position: relative;
}
.contact-header .title {
  padding-top: 150px;
  padding-bottom: 100px;
}
.contact-header .row .col-lg-6 {
  background: none;
}

.main-bg img{
  position: absolute;
  width: 100%;
  height: 653px;
}
.our-contact .title {
  padding-top: 20px;
  padding-bottom: 200px;
}

.our-contact .title {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  left: 0px;
  top: 195px;
}

.our-contact {
  color: var(--text-black, #364670);
  text-align: center;
  font: 600 40px/130% 'Inter', sans-serif;
  position: relative;
  padding-bottom: 10px;
  background: none;
}

.contact-header .silahkan-kontak {
  color: var(--text-color-grey, #92929d);
  text-align: center;
  font: var(--regular-20-px, 400 20px/149.5% 'Inter', sans-serif);
  position: relative;
  /* width: 696px; */
  padding-bottom: 85px;
  background: none;
}

.contact .main-text {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 562px;
  padding-bottom: 20px;
}

.frame-133 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  background: none;
  /* position: relative; */
}

.frame-133 .contact-pt-penerbit {
  position: relative;
  color: var(--text-black, #364670);
  text-align: left;
  font: 600 28px 'Inter', sans-serif;
  width: 514px;
  padding-top: 50px;
  padding-bottom: 50px;
  background: none;
}

.perumahan {
  color: var(--text-grey, #92929d);
  text-align: justify;
  font: var(--regular-30-px, 400 20px/149.5% 'Inter', sans-serif);
  position: relative;
  padding-bottom: 50px;
  margin-right: 5%;
  background: none;
}

.contact-header .button {
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  background: none;
}

.contact-header .button2 {
  background: var(--primary-blue, #0e0e59);
  border-radius: 50px;
  padding: 20px 40px 20px 40px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  /* box-shadow: 0px 12px 48px 0px rgba(0, 0, 0, 0.25); */
  /* width: 235px; */
}

.contact-header .button3 {
  color: var(--text-white, #d2d2d2);
  text-align: left;
  font: var(--h-3, 500 20px 'Inter', sans-serif);
  /* position: relative; */
  background: none;
}

.contact-header .button3:hover {
  color: var(--text-white, #ffffff);
  text-align: left;
  font: var(--h-3, 500 20px 'Inter', sans-serif);
  /* position: relative; */
  background: none;
}

.contact-header .rectangle {
  width: 100%;
  height: 450px;
  position: relative;
  z-index: 3;
}
.banner{
  padding-top: 90px;
}
.banner .banner-shape{
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.banner .banner-shape .title{
    position: absolute;
    background: none;
    text-align: center;
    color: var(--MRT-App-Headline, #1B1C57);
    /* font-family: Lexend; */
    font: var(--regular-20-px, 700 30px/149.5% 'Inter', sans-serif);
    line-height: 48px; /* 160% */
    text-transform: capitalize;
}
.banner .banner-shape .search {
  background: none;
  position: relative;
}
.banner .banner-shape .search img{
    position: absolute;
    background: none;
    margin-left: 5%;
    margin-top: 3%;
}
.banner .banner-shape .search input {
  background: #fff;
  border: 0;
  outline: none;
  padding: 10px 48px;
  width: 100%;
  font: var(--regular-20-px, 600 16px/149.5% 'Inter', sans-serif);
  color: #888B97;
  border-radius: 30px;
}
.banner .banner-shape .search .klik button{
  position: absolute;
  top: 17%;
  left: 73%;
  font: var(--regular-20-px, 600 16px/149.5% 'Inter', sans-serif);
  background: #FF6600;
  padding: 8px 15px;
  border-radius: 30px;
  border: none;
}

.icon-bg img{
  position: absolute;
  left: 45%;
  margin-top: 10%;
}
.footer-bg-contact img{
  position: absolute;
  width: 100%;
  bottom: 0%;
  background: none;
}
/* END HALAMAN CONTACT  */


/* START HALAMAN OUR TEAM */
.team-header .title {
  padding-top: 150px;
  padding-bottom: 100px;
  background: none;
}
.team-header .title {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  background: none;
}
.our-team {
  color: var(--text-black, #364670);
  text-align: center;
  font: 600 40px/130% 'Inter', sans-serif;
  position: relative;
  padding-bottom: 10px;
  background: none;
}
.team-header .title .row{
  background: none;
  display: flex;
  justify-content: center;
}
.team-header .title .row .col-lg-4 {
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 5;
}
.team-header .title .row .col-lg-4 .card{
  width: 229.799px;
  /* height: 286px; */
  margin-top: 58px;
  margin-bottom: 58px;
  background: none;
  border: 1px;
  background: rgba(67, 64, 65, 0.24);
  border-radius: 25px;
  position: relative;
  z-index: 9;
}
.team-header .title .row .col-lg-4 .card .img-author{
  background: none;
  position: absolute;
  margin-top: -10px;
}
.team-header .title .row .col-lg-4 .card .img-author img{
  background: none;
  width: 100%;
}
.team-header .title .row .col-lg-4 .card .vector-1{
  background: none;
  position: relative;
}
.team-header .title .row .col-lg-4 .card .vector-1 img{
  background: none;
}
.team-header .title .row .col-lg-4 .card .ig{
  background: none;
  position: absolute;
  margin-top: 40px;
  margin-left: 6px;
}
.team-header .title .row .col-lg-4 .card .ig a{
  background: none;
  text-decoration: none;
}
.team-header .title .row .col-lg-4 .card .ig img{
  background: none;
  width: 18px;
  height: 18px;
}
.team-header .title .row .col-lg-4 .card .fb{
  background: none;
  position: absolute;
  margin-top: 55px;
  margin-left: 6px;
}
.team-header .title .row .col-lg-4 .card .fb a{
  background: none;
  text-decoration: none;
}
.team-header .title .row .col-lg-4 .card .fb img{
  background: none;
  width: 18px;
  height: 18px;
}
.team-header .title .row .col-lg-4 .card .tw{
  background: none;
  position: absolute;
  margin-top: 70px;
  margin-left: 6px;
}
.team-header .title .row .col-lg-4 .card .tw a{
  background: none;
  text-decoration: none;
}
.team-header .title .row .col-lg-4 .card .tw img{
  background: none;
  width: 18px;
  height: 18px;
}
.team-header .title .row .col-lg-4 .card .title-name{
  background: none;
  text-align: center;
  position: absolute;
  margin-top: 98%;
  width: 100%;
}
.team-header .title .row .col-lg-4 .card .title-name .name{
  background: none;
  color: #ffffff;
  font: var(--regular-20-px, 600 16px/149.5% 'Inter', sans-serif);
}
.team-header .title .row .col-lg-4 .card .title-name .jabatan{
  background: none;
  color: #ffffff;
  font: var(--regular-20-px, 400 13px/149.5% 'Inter', sans-serif);
  margin-top: -16px;
  line-height: initial;

}

.banner-ourteam{
  padding-top: 10%;
  position: relative;
  /* z-index: 1; */
  /* background: none; */
}
.banner-ourteam .container{
  background: none;
}
.banner-ourteam .banner-ourteam-shape{
    display: flex;
    justify-content: center;
    background: none;
    position: relative;
    z-index: 1;
}
.banner-ourteam .banner-ourteam-shape img{
    background: none;
}
.banner-ourteam .banner-ourteam-shape .title{
    position: absolute;
    background: none;
    text-align: center;
    color: var(--MRT-App-Headline, #1B1C57);
    /* font-family: Lexend; */
    font: var(--regular-20-px, 700 30px/149.5% 'Inter', sans-serif);
    line-height: 48px; /* 160% */
    text-transform: capitalize;
    background: none;
}
.banner-ourteam .banner-ourteam-shape .search {
  background: none;
  position: relative;
}
.banner-ourteam .banner-ourteam-shape .search img{
    position: absolute;
    background: none;
    margin-left: 5%;
    margin-top: 3%;
}
.banner-ourteam .banner-ourteam-shape .search input {
  background: #fff;
  border: 0;
  outline: none;
  padding: 10px 48px;
  width: 100%;
  font: var(--regular-20-px, 600 16px/149.5% 'Inter', sans-serif);
  color: #888B97;
  border-radius: 30px;
}
.banner-ourteam .banner-ourteam-shape .search .klik button{
  position: absolute;
  top: 17%;
  left: 73%;
  font: var(--regular-20-px, 600 16px/149.5% 'Inter', sans-serif);
  background: #FF6600;
  padding: 8px 15px;
  border-radius: 30px;
  border: none;
}

.footer-bg-ourteam img{
  position: absolute;
  width: 100%;
  margin-top: -35%;
}
/* END HALAMAN OUR TEAM */

/* START HALAMAN LAYANAN  */
.layanan-first-card {
    padding-top: 150px;
    /* padding-bottom: 100px; */
}
.layanan-first-card .head-title h2 {
  color: var(--text-black, #364670);
  text-align: center;
  font: 600 40px/130% 'Inter', sans-serif;
  position: relative;
  /* padding-bottom: 10px; */
  background: none;
}
.layanan-first-card .line-title a5 {
  color: var(--text-black, #364670);
  text-align: center;
  font: 600 35px/130% 'Inter', sans-serif;
  position: relative;
  padding-bottom: 70px;
  background: none;
}
.layanan-first-card .line-title {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  background: none;
  margin-top: 30px;
}
.layanan-first-card .row {
  padding-bottom: 70px;
  display: flex;
  justify-content: center;
}
.layanan-first-card .row .col-lg-4{
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
}
.layanan-first-card .card {
  border: none;
  background: none;
  padding-bottom: 20px;
}
.layanan-first-card .content .card .card-body {
  width: 100%;
  background-color: #ffffff;
  /* height: 385.54px; */
  height: auto;
  position: relative;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.10);
  border-radius: 14px;
  z-index: 1;
}
.layanan-first-card .card-body .container {
  background: none;
  margin-top: 15px;
}
.layanan-first-card .picture1 {
  background: none;
}
.layanan-first-card .layanan-rating {
  background: none;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 15px;
}
.layanan-first-card .rating {
  background: none;
  display: flex;
  align-items: center;
}

.layanan-first-card .rating i {
  background: none;
  margin: 0;
  font-size: 25px; /* Sesuaikan ukuran ikon bintang */
  color: #FFD700; /* Warna bintang yang menyala */
}

.layanan-first-card .rating i.fas::before {
  content: '\2605'; /* Unicode untuk ikon bintang penuh */
}

.layanan-first-card .rating i.far::before {
  content: '\2606'; /* Unicode untuk ikon bintang kosong */
}
.picture1 img {
  border-radius: 14px;
  width: 100%;
}
.layanan-first-card .secondary-button {
  background: rgba(29, 241, 101, 0.20);
  border-radius: 8px;
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
}
.layanan-first-card .title-head {
  text-align: left;
  width: 100%;
  background: none;
  margin-top: 10px;
}
.asistensi-akreditasi-jurnal-nasional {
  color: #000000;
  text-align: left;
  position: relative;
  width: 100%;
  background: none;
  font: var(--regular-20-px, 600 16px/149.5% 'Inter', sans-serif);
}
.rp-5-000-000 {
  color: #ff7426;
  text-align: left;
  background: none;
  position: relative;
  font: var(--regular-20-px, 600 16px/149.5% 'Inter', sans-serif);
}
.layanan-first-card .card .view {
  background: none;
  display: flex;
  align-items: center;
  margin-top: 20px;
  flex-direction: row-reverse;
  padding-bottom: 35px;
}
._200-order {
  color: #acacac;
  background: none;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin-left: 10px;
}
.line-1 {
  border-style: dashed;
  border-color: #acacac;
  border-width: 1px 0 0 0;
  width: 100%;
  top: 7px;
  position: relative;
  transform-origin: 0 0;
  transform: rotate(0deg) scale(1, 1);
}
.layanan-first-card .button {
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0%;
  width: 100%;
}
.rectangle-39 {
  background: #16a75c;
  border-radius: 96px;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 42px;
}
.rectangle-39:hover {
  background: #05773c;
}
.layanan-first-card .button a {
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    font-family: 'Inter', 'Roboto-Medium', sans-serif;
    font-size: 18px;
    font-weight: 500;
    /* text-transform: uppercase; */
    background: none;
}

.layanan-first-card .ellipse-8 {
  background: var(--secondary-green, #3bc963);
  border-radius: 50%;
  flex-shrink: 0;
  left: 6px;
  width: 8px;
  height: 8px;
  position: relative;
}
.layanan-first-card .repository {
  color: var(--text-black, #364670);
  text-align: left;
  font-family: var(--h-7-font-family, 'Inter-Bold', sans-serif);
  font-size: var(--h-7-font-size, 14px);
  line-height: var(--h-7-line-height, 130%);
  font-weight: var(--h-7-font-weight, 700);
  position: relative;
  left: -15px;
  flex: 1;
  background: none;
}
.footer-bg-layanan img{
  position: absolute;
  width: 100%;
  margin-top: -35%;
}
.footer-bg-layanan2 img{
  position: absolute;
  width: 100%;
  margin-top: -4500px;
  background: none;
  z-index: 0;
}
.footer-bg-layanan3 img{
  position: absolute;
  width: 100%;
  margin-top: -2559px;
  background: none;
  z-index: 0;
}

/* END HALAMAN LAYANAN */

/* START HALAMAN LAYANAN DETAIL  */

.layanan-detail {
  padding-top: 190px;
  padding-bottom: 100px;
}
.layanan-detail .card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  background: #ffffff;
  border: none;
}
.layanan-detail .card .card-body {
  box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.10), 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
  border-radius: 25px;
  background: #ffffff;
  position: relative;
  z-index: 1;
}
.layanan-detail .card .card-body .image{
  background: none;
  padding-top: 20px;
}
.layanan-detail .card .card-body .image img {
  background: none;
  width: 100%;
  height: 655px;
  object-fit: cover;
  object-position: center 5%;
  box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.10), 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
  border-radius: 25px;
}

/* #fullpage {
  display:none;
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-color: rgba(0, 0, 0, .9);

} */
.layanan-detail .card .card-body .text {
  background: none;
  margin-left: 40px;
}
.layanan-detail .card .card-body .text .title{
  background: none;
  font: var(--regular-20-px, 600 28px'Inter', sans-serif);
  color: #364670;
  letter-spacing: 0.117px;
  margin-top: 55px;
}
.layanan-detail .secondary-button {
  background: rgba(29, 241, 101, 0.20);
  border-radius: 20px;
  left: 40px;
  top: 30px;
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: center;
  justify-content: center;
  width: 450px;
  /* height: 45px; */
  position: relative;
  padding: 8px;
}
.layanan-detail .ellipse-8 {
  background: var(--secondary-green, #3bc963);
  border-radius: 50%;
  flex-shrink: 0;
  left: 15px;
  width: 15px;
  height: 15px;
  position: relative;
}
.layanan-detail .repository {
  color: var(--text-black, #364670);
  text-align: left;
  font-family: var(--h-7-font-family, 'Inter-Bold', sans-serif);
  font-size: var(--h-7-font-size, 20px);
  line-height: var(--h-7-line-height, 130%);
  font-weight: var(--h-7-font-weight, 700);
  position: relative;
  left: 10px;
  flex: 1;
  background: none;
}
.layanan-detail .card .card-body .text .description{
  background: none;
  margin-top: 10px;
  margin-left: -30px;
}
.layanan-detail .card .card-body .text .description ul{
  background: none;
}
.layanan-detail .card .card-body .text .description ul li{
  background: none;
  font: var(--regular-20-px, 600 24px'Inter', sans-serif);
  color: #92929D;
  letter-spacing: 0.5px;
  padding-top: 3px;
  line-height: normal;
}
.layanan-detail .card .card-body .text .people{
  background: none;
  font: var(--regular-20-px, 600 24px'Inter', sans-serif);
  color: #92929D;
  letter-spacing: 0.5px;
}
.layanan-detail .card .card-body .footer-text{
  background: none;
  margin-top: 22px;
  margin-left: 40px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  align-items: center;
}
.layanan-detail .card .card-body .footer-text .place{
  background: none;
  font: var(--regular-20-px, 500 28px'Inter', sans-serif);
}
.layanan-detail .card .card-body .footer-text .place .city{
  background: none;
  font: var(--regular-20-px, 500 20px'Inter', sans-serif);
  width: 80%;
  padding-top: 5px;
}
.layanan-detail .card .card-body .footer-text .paid{
  background: none;
  font: var(--regular-20-px, 500 28px'Inter', sans-serif);
}
.layanan-detail .card .card-body .footer-text .paid .price{
  background: none;
  padding-top: 5px;
  font: var(--regular-20-px, 500 28px'Inter', sans-serif);
  color: #FF7426;
}
.layanan-detail .card .card-body .new1{
  border-top: 1px dotted black;
  background: none;
}
.layanan-detail .card .card-body .reg{
  background: none;
}
.layanan-detail .card .card-body .reg a{
  background: #16A75C;
  text-decoration: none;
  font: var(--regular-20-px, 500 20px'Inter', sans-serif);
  color: #fff;
  padding: 20px;
  border-radius: 20px;
}
.layanan-detail .card .card-body .reg a:hover{
  background: #08d66c;
  color: #fff;
}
.banner-layanan{
  padding-top: 10%;
  /* background: none; */
}
.banner-layanan .container{
  background: none;
}
.banner-layanan .banner-layanan-shape{
    display: flex;
    justify-content: center;
    background: none;
    position: relative;
    z-index: 1;
}
.banner-layanan .banner-layanan-shape img{
    background: none;
    position: relative;
    z-index: 1;
}
.banner-layanan .banner-layanan-shape .title{
    position: absolute;
    background: none;
    text-align: center;
    color: var(--MRT-App-Headline, #1B1C57);
    /* font-family: Lexend; */
    font: var(--regular-20-px, 700 30px/149.5% 'Inter', sans-serif);
    line-height: 48px; /* 160% */
    text-transform: capitalize;
    background: none;
    z-index: 2;
}
.banner-layanan .banner-layanan-shape .search {
  background: none;
  position: relative;
}
.banner-layanan .banner-layanan-shape .search img{
    position: absolute;
    background: none;
    margin-left: 5%;
    margin-top: 3%;
}
.banner-layanan .banner-layanan-shape .search input {
  background: #fff;
  border: 0;
  outline: none;
  padding: 10px 48px;
  width: 100%;
  font: var(--regular-20-px, 600 16px/149.5% 'Inter', sans-serif);
  color: #888B97;
  border-radius: 30px;
}
.banner-layanan .banner-layanan-shape .search .klik button{
  position: absolute;
  top: 17%;
  left: 73%;
  font: var(--regular-20-px, 600 16px/149.5% 'Inter', sans-serif);
  background: #FF6600;
  padding: 8px 15px;
  border-radius: 30px;
  border: none;
}
.footer-bg-layanan-detail img{
  position: absolute;
  width: 100%;
  /* margin-top: -170%; */
  margin-top: -50%;
  background: none;
}
/* END HALAMAN LAYANAN DETAIL */

/* START HALAMAN BLOG */
.blog-header .title {
  padding-top: 150px;
  padding-bottom: 100px;
  background: none;
}
.blog-header .title {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  background: none;
}

.our-blog {
  color: var(--text-black, #364670);
  text-align: center;
  font: 600 40px/130% 'Inter', sans-serif;
  position: relative;
  padding-bottom: 10px;
  background: none;
  z-index: 1;
}
.blog-header .search-statistic {
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: center;
  justify-content: flex-start;
  /* position: absolute;
    left: 300px;
    top: 567px; */
  background: none;
}

.blog-header .search-statistic .rectangle-2 {
  background: #ffffff;
  border-radius: 50px;
  flex-shrink: 0;
  width: 1132px;
  height: 66px;
  position: relative;
  box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.10), 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
  margin-bottom: 120px;
  margin-top: 68px;
  z-index: 1;
}

.blog-header .search-statistic form {
  background: none;
  width: 100%;
}

.blog-header .search-statistic input {
  display: flex;
  flex-direction: row;
  gap: 165px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: absolute;
  left: 35px;
  top: 15px;
  background: transparent;
  border: 0;
  outline: none;
  padding: 6px 4px;
  width: 80%;
  font: var(--regular-20-px, 500 18px/149.5% 'Inter', sans-serif);
  color: #888888;
}
.blog-header .search-statistic button {
  position: absolute;
  top: 25%;
  left: 15%;
  background: none;
  border: none;
  z-index: 1;
}
.blog-header .search-statistic .rectangle-31 {
  background: var(--primary-blue, #0e0e59);
  border-radius: 100px;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 1070px;
  top: 8px;
}
.blog-header .search-statistic .rectangle-31 button i {
  font-size: 24px;
  color: white;
  background: none;
}

.blog-header .card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  background: none;
  border: none;
  margin-bottom: 52px;
  position: relative;
  z-index: 2;
}
.blog-header .title .card .card-body {
  box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.10), 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
  border-radius: 25px;
  background: #ffffff;
  position: relative;
  z-index: 1;
}
.blog-header .title .card .card-body .news {
  font: var(--regular-20-px, 500 18px/149.5% 'Inter', sans-serif);
  padding: 2px 8px;
  letter-spacing: 0.1px;
  color: #000;
  border-radius: 25px;
  background: rgba(29, 146, 241, 0.20);
  width: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 34px;
  margin-left: 40px;
}
.blog-header .title .card .card-body .tips {
  font: var(--regular-20-px, 500 18px/149.5% 'Inter', sans-serif);
  padding: 2px 8px;
  letter-spacing: 0.1px;
  color: #000;
  border-radius: 25px;
  background: rgb(241 150 29 / 20%);
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 34px;
  margin-left: 40px;
}
.blog-header .title .card .card-body .text {
  margin-top: 11px;
  margin-left: 40px;
  width: 90%;
  background: none;
}
.blog-header .title .card .card-body .text a{
  background: none;
  font: var(--regular-20-px, 600 30px/149.5% 'Inter', sans-serif);
  text-decoration: none;
  color: #0e0e59;
}
.blog-header .title .card .card-body .text a:hover{
  background: none;
  font: var(--regular-20-px, 600 30px/149.5% 'Inter', sans-serif);
  text-decoration: none;
  color: #0e0ea8;
}
.blog-header .title .card .card-body .people{
  background: none;
  margin-top: 10px;
  margin-left: 40px;
  font: var(--regular-20-px, 500 18px/149.5% 'Inter', sans-serif);
  letter-spacing: 0.1px;
  color: #92929D;
}
.blog-header .title .card .card-body .people i{
  background: none;
  width: 24px;
  height: 24px;
  margin-right: 6px;
}
.blog-header .title .card .card-body .image{
  background: none;
  margin-top: 20px;
}
.blog-header .title .card .card-body .image img{
  background: none;
  width: 100%;
}
.blog-header .title .card .card-body .date{
  background: #fff;
  border: 1px solid #D96A20;
  color: #D96A20;
  width: 140px;
  height: 36px;
  display:flex;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  position: absolute;
  z-index: 1;
  margin-top: -20px;
}
.blog-header .title .card .card-body .description{
  background: none;
  margin-top: 38px;
  margin-left: 80px;
  width: 80%;
}
.blog-header .title .card .card-body .description p{
  background: none;
  font: var(--regular-20-px, 400 20px/149.5% 'Inter', sans-serif);
  line-height: 149.5%;
  letter-spacing: 0.4px;
  color: #696974;
}
.blog-header .title .card .card-body .read-post{
  background: none;
  margin-top: 10px;
  margin-left: 80px;
  margin-bottom: 65px;
  display: flex;
}
.blog-header .title .card .card-body .read-post a{
  background: none;
  text-decoration: none;
  font: var(--regular-20-px, 600 20px/130% 'Inter', sans-serif);
  color: #0e0e59;
}
.blog-header .title .card .card-body .read-post a:hover{
  background: none;
  text-decoration: none;
  font: var(--regular-20-px, 600 20px/130% 'Inter', sans-serif);
  color: #0000db;
}
.blog-header .title .card .card-body .read-post svg{
  background: none;
  color: #0e0e59;
  width: 18px;
  height: 18px;
}
.blog-header .title .pagination-container {
  background: none;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;

}
.blog-header .title .pagination-container .pagination-button{
  background: none;
  border: none;
  cursor: pointer;
  font: var(--regular-20-px, 500 20px/130% 'Inter', sans-serif);
  color: #84829A;
  margin-top: 80px;
}
.blog-header .title .pagination-container .pagination-button:hover {
  color: rgb(135, 92, 255);
}
.blog-header .title .pagination-container .pagination-button.active {
  border-bottom: 2px solid #D96A20;
  font: var(--regular-20-px, 600 20px/130% 'Inter', sans-serif);
  color: #000;
}
.blog-header .card2 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  background: none;
  border: none;
}
.blog-header .title .card2 .card-body {
  box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.10), 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
  border-radius: 25px;
  background: #ffffff;
  position: relative;
  z-index: 1;
  width: 100%;
}
.blog-header .title .card2 .card-body .category{
  font: var(--regular-20-px, 600 25px/130% 'Inter', sans-serif);
  background: none;
  color: #0e0e59;
  margin-top: 69px;
  text-align: center;
  margin-bottom: 36px;
}
.blog-header .title .card2 .card-body .list{
  background: none;
  margin-left: 46px;
}
.blog-header .title .card2 .card-body .list ul{
  background: none;
}
.blog-header .title .card2 .card-body .list ul li{
  background: none;
}
.blog-header .title .card2 .card-body .list ul li a{
  background: none;
  text-decoration: none;
  font: var(--regular-20-px, 400 20px/179.5% 'Inter', sans-serif);
  letter-spacing: 1.2px;
  color: #696974;
}
.blog-header .title .card2 .card-body .list ul li a svg{
  display: none;
}
.blog-header .title .card2 .card-body .list ul li a:hover{
  background: none;
  text-decoration: none;
  font: var(--regular-20-px, 400 20px/179.5% 'Inter', sans-serif);
  letter-spacing: 1.2px;
  color: #0e0e59;
}
.blog-header .title .card2 .card-body .new-post{
  background: none;
  text-align: center;
  margin-top: 47px;
}
.blog-header .title .card2 .card-body .new-post span{
  font: var(--regular-20-px, 600 25px/130% 'Inter', sans-serif);
  background: none;
  color: #0e0e59;
  margin-bottom: 29px;
}
.blog-header .title .card2 .card-body .new-post .row{
  background: none;
  margin-top: 36px;
}
.blog-header .title .card2 .card-body .new-post .row .col-lg-6{
  background: none;
}
.blog-header .title .card2 .card-body .new-post .row .col-lg-6 .img-news{
  background: none;
}
.blog-header .title .card2 .card-body .new-post .row .col-lg-6 .img-news img{
  background: none;
  width: 100%;
}
.blog-header .title .card2 .card-body .new-post .row .col-lg-6 .description{
  background: none;
  text-align: left;
}
.blog-header .title .card2 .card-body .new-post .row .col-lg-6 .description a{
  background: none;
  font: var(--regular-20-px, 300 16px/130% 'Inter', sans-serif);
  letter-spacing: 0.32px;
  color: #364670;
  text-decoration: none;
}
.blog-header .title .card2 .card-body .new-post .row .col-lg-6 .description a:hover{
  color: #0e0e59;
  background: none;
  font: var(--regular-20-px, 300 16px/130% 'Inter', sans-serif);
  letter-spacing: 0.32px;
  color: #0032af;
  text-decoration: none;
}
.blog-header .title .card2 .card-body .new-post .row .col-lg-6 .date{
  background: none;
  font: var(--regular-20-px, 300 12px/130% 'Inter', sans-serif);
  letter-spacing: 0.32px;
  color: #364670;
  text-align: left;
  margin-top: 4px;
}
.blog-header .title .card2 .card-body .new-post .next{
  background: none;
  margin-top: 20px;
  margin-bottom: 100px;
}
.blog-header .title .card2 .card-body .new-post .next button{
  background: none;
  border: none;
  font: var(--regular-20-px, 300 18px/130% 'Inter', sans-serif);
  letter-spacing: 0.32px;
  text-decoration: underline;
  color: #92929D;
}
.blog-header .title .card2 .card-body .new-post .next button:hover{
  background: none;
  border: none;
  font: var(--regular-20-px, 300 18px/130% 'Inter', sans-serif);
  letter-spacing: 0.32px;
  text-decoration: underline;
  color: #0e0e59;
}
.banner-blog{
  padding-top: 10%;
  /* position: relative;
  z-index: 1;
  background: none; */
}
.banner-blog .container{
  background: none;
}
.banner-blog .banner-blog-shape{
    display: flex;
    justify-content: center;
    background: none;
    position: relative;
  z-index: 1;
}
.banner-blog .banner-blog-shape img{
    background: none;
}
.banner-blog .banner-blog-shape .title{
    position: absolute;
    background: none;
    text-align: center;
    color: var(--MRT-App-Headline, #1B1C57);
    /* font-family: Lexend; */
    font: var(--regular-20-px, 700 30px/149.5% 'Inter', sans-serif);
    line-height: 48px; /* 160% */
    text-transform: capitalize;
    background: none;
}
.banner-blog .banner-blog-shape .search {
  background: none;
  position: relative;
}
.banner-blog .banner-blog-shape .search img{
    position: absolute;
    background: none;
    margin-left: 5%;
    margin-top: 3%;
}
.banner-blog .banner-blog-shape .search input {
  background: #fff;
  border: 0;
  outline: none;
  padding: 10px 48px;
  width: 100%;
  font: var(--regular-20-px, 600 16px/149.5% 'Inter', sans-serif);
  color: #888B97;
  border-radius: 30px;
}
.banner-blog .banner-blog-shape .search .klik button{
  position: absolute;
  top: 17%;
  left: 73%;
  font: var(--regular-20-px, 600 16px/149.5% 'Inter', sans-serif);
  background: #FF6600;
  padding: 8px 15px;
  border-radius: 30px;
  border: none;
}

.footer-bg-blog img{
  position: absolute;
  width: 100%;
  margin-top: -35%;
}
.footer-bg-blog2 img{
  position: absolute;
  width: 100%;
  margin-top: -4200px;
  background: none;
  z-index: 0;
}
.footer-bg-blog3 img{
  position: absolute;
  width: 100%;
  margin-top: -2559px;
  background: none;
  z-index: 0;
}
/* END HALAMAN BLOG */


/* START HALAMAN BLOG DETAIL */
.footer-bg-blog-detail img{
  position: absolute;
  width: 100%;
  /* margin-top: -170%; */
  margin-top: -100%;
  background: none;
}

.blog-detail .title {
  padding-top: 150px;
  padding-bottom: 100px;
  background: none;
}
.blog-detail .title {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  background: none;
}
.blog-detail .title .image {
  margin-top: 65px;
  margin-bottom: 95px;
  display: flex;
  justify-content: center;
  background: none;
  position: relative;
  z-index: 1;
}
.blog-detail .title .image img{
  width: 100%;
  background: none;

}


.our-blog {
  color: var(--text-black, #364670);
  text-align: center;
  font: 600 40px/130% 'Inter', sans-serif;
  position: relative;
  padding-bottom: 10px;
  background: none;
  z-index: 1;
}
.blog-detail .card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  background: none;
  border: none;
  margin-bottom: 52px;
  position: relative;
  z-index: 2;
}
.blog-detail .title .card .card-body {
  box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.10), 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
  border-radius: 25px;
  background: #ffffff;
  position: relative;
  z-index: 1;
}
.blog-detail .title .card .card-body .news-people {
  display: flex;
  align-items: center;
  background: none;
  margin-top: 22px;
}
.blog-detail ._09-oktober-2023 {
  color: var(--secondary-orange, #d96a20);
  text-align: left;
  font-family: 'Inter-SemiBold', sans-serif;
  font-size: 18px;
  line-height: 130%;
  font-weight: 600;
  position: relative;
  background: none;
  margin-top: 40px;
  margin-left: 40px;
  margin-bottom: 14px;
}
.blog-detail .title .card .card-body .news {
  font: var(--regular-20-px, 500 18px/149.5% 'Inter', sans-serif);
  padding: 2px 8px;
  letter-spacing: 0.1px;
  color: #000;
  border-radius: 25px;
  background: rgba(29, 146, 241, 0.20);
  width: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  /* margin-top: 34px; */
  margin-left: 40px;
}
.blog-detail .title .card .card-body .tips {
  font: var(--regular-20-px, 500 18px/149.5% 'Inter', sans-serif);
  padding: 2px 8px;
  letter-spacing: 0.1px;
  color: #000;
  border-radius: 25px;
  background: rgb(241 150 29 / 20%);
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  /* margin-top: 34px; */
  margin-left: 40px;
}
.blog-detail .title .card .card-body .text {
  margin-top: 11px;
  margin-left: 40px;
  width: 90%;
  background: none;
}
.blog-detail .title .card .card-body .text a{
  background: none;
  font: var(--regular-20-px, 600 30px/149.5% 'Inter', sans-serif);
  text-decoration: none;
  color: #0e0e59;
}
.blog-detail .title .card .card-body .text a:hover{
  background: none;
  font: var(--regular-20-px, 600 30px/149.5% 'Inter', sans-serif);
  text-decoration: none;
  color: #0e0ea8;
}
.blog-detail .title .card .card-body .people{
  background: none;
  /* margin-top: 10px; */
  margin-left: 20px;
  font: var(--regular-20-px, 300 18px/149.5% 'Inter', sans-serif);
  letter-spacing: 0.1px;
  color: #92929D;
}
.blog-detail .title .card .card-body .people i{
  background: none;
  width: 24px;
  height: 24px;
  margin-right: 6px;
}
.blog-detail .title .card .card-body .image{
  background: none;
  margin-top: 20px;
}
.blog-detail .title .card .card-body .image img{
  background: none;
  width: 100%;
}
.blog-detail .title .card .card-body .date{
  background: #fff;
  border: 1px solid #D96A20;
  color: #D96A20;
  width: 140px;
  height: 36px;
  display:flex;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  position: absolute;
  z-index: 1;
  margin-top: -20px;
}
.blog-detail .title .card .card-body .description{
  background: none;
  margin-top: 40px;
  margin-left: 40px;
  width: 90%;
  text-align: justify;
}
.blog-detail .title .card .card-body .description p{
  background: none;
  font: var(--regular-20-px, 400 20px/149.5% 'Inter', sans-serif);
  line-height: 149.5%;
  letter-spacing: 0.4px;
  color: #696974;
  text-indent: 15px;
}
.blog-detail .title .card .card-body .description p p {
  background: none;
  font: var(--regular-20-px, 400 20px/149.5% 'Inter', sans-serif);
  line-height: 149.5%;
  letter-spacing: 0.4px;
  color: #696974;
  text-indent: 15px;
}
.blog-detail .title .card .card-body .description ul{
  background: none;
}
.blog-detail .title .card .card-body .description ul li{
  background: none;
  font: var(--regular-20-px, 400 20px/149.5% 'Inter', sans-serif);
  line-height: 149.5%;
  letter-spacing: 0.4px;
  color: #696974;
  /* text-indent: 15px; */
}
.blog-detail .title .card .card-body .description p span{
  background: none;
  font: var(--regular-20-px, 600 20px/149.5% 'Inter', sans-serif);
  color: #000000;
  text-indent: 15px;
  /* margin-left: 20px; */
}
.blog-detail .card2 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  background: none;
  border: none;
}
.blog-detail .title .card2 .card-body {
  box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.10), 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
  border-radius: 25px;
  background: #ffffff;
  position: relative;
  z-index: 1;
  width: 100%;
}
.blog-detail .title .card2 .card-body .category{
  font: var(--regular-20-px, 600 25px/130% 'Inter', sans-serif);
  background: none;
  color: #0e0e59;
  margin-top: 69px;
  text-align: center;
  margin-bottom: 36px;
}
.blog-detail .title .card2 .card-body .list{
  background: none;
  margin-left: 46px;
}
.blog-detail .title .card2 .card-body .list ul{
  background: none;
}
.blog-detail .title .card2 .card-body .list ul li{
  background: none;
}
.blog-detail .title .card2 .card-body .list ul li a{
  background: none;
  text-decoration: none;
  font: var(--regular-20-px, 400 20px/179.5% 'Inter', sans-serif);
  letter-spacing: 1.2px;
  color: #696974;
}
.blog-detail .title .card2 .card-body .list ul li a svg{
  display: none;
}
.blog-detail .title .card2 .card-body .list ul li a:hover{
  background: none;
  text-decoration: none;
  font: var(--regular-20-px, 400 20px/179.5% 'Inter', sans-serif);
  letter-spacing: 1.2px;
  color: #0e0e59;
}
.blog-detail .title .card2 .card-body .new-post{
  background: none;
  text-align: center;
  margin-top: 47px;
}
.blog-detail .title .card2 .card-body .new-post span{
  font: var(--regular-20-px, 600 25px/130% 'Inter', sans-serif);
  background: none;
  color: #0e0e59;
  margin-bottom: 29px;
}
.blog-detail .title .card2 .card-body .new-post .row{
  background: none;
  margin-top: 36px;
}
.blog-detail .title .card2 .card-body .new-post .row .col-lg-6{
  background: none;
}
.blog-detail .title .card2 .card-body .new-post .row .col-lg-6 .img-news{
  background: none;
}
.blog-detail .title .card2 .card-body .new-post .row .col-lg-6 .img-news img{
  background: none;
  width: 100%;
}
.blog-detail .title .card2 .card-body .new-post .row .col-lg-6 .description{
  background: none;
  text-align: left;
}
.blog-detail .title .card2 .card-body .new-post .row .col-lg-6 .description a{
  background: none;
  font: var(--regular-20-px, 300 16px/130% 'Inter', sans-serif);
  letter-spacing: 0.32px;
  color: #364670;
  text-decoration: none;
}
.blog-detail .title .card2 .card-body .new-post .row .col-lg-6 .description a:hover{
  color: #0e0e59;
  background: none;
  font: var(--regular-20-px, 300 16px/130% 'Inter', sans-serif);
  letter-spacing: 0.32px;
  color: #0032af;
  text-decoration: none;
}
.blog-detail .title .card2 .card-body .new-post .row .col-lg-6 .date{
  background: none;
  font: var(--regular-20-px, 300 12px/130% 'Inter', sans-serif);
  letter-spacing: 0.32px;
  color: #364670;
  text-align: left;
  margin-top: 4px;
}
.blog-detail .title .card2 .card-body .new-post .next{
  background: none;
  margin-top: 20px;
  margin-bottom: 100px;
}
.blog-detail .title .card2 .card-body .new-post .next button{
  background: none;
  border: none;
  font: var(--regular-20-px, 300 18px/130% 'Inter', sans-serif);
  letter-spacing: 0.32px;
  text-decoration: underline;
  color: #92929D;
}
.blog-detail .title .card2 .card-body .new-post .next button:hover{
  background: none;
  border: none;
  font: var(--regular-20-px, 300 18px/130% 'Inter', sans-serif);
  letter-spacing: 0.32px;
  text-decoration: underline;
  color: #0e0e59;
}
/* END HALAMAN BLOG DETAIL*/


/* START HALAMAN PELATIHAN */
.pelatihan .title {
  padding-top: 150px;
  padding-bottom: 100px;
  background: none;
}
.pelatihan .title {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  background: none;
}

.training {
  color: var(--text-black, #364670);
  text-align: center;
  font: 600 40px/130% 'Inter', sans-serif;
  position: relative;
  padding-bottom: 10px;
  background: none;
}
.pelatihan .row .col-lg-4 {
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
.pelatihan .row .card {
  background: none;
  border: none;
  margin-bottom: 75px;
}

.pelatihan .row .card .image {
  position: relative;
  width: 311px;
  height: 311px;
  overflow: hidden;
  border-radius: 20px;
}
.pelatihan .row .card .image img{
  background: none;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  object-fit: cover;
  transition: transform 0.3s ease; /* Animasi efek zoom */
}

.pelatihan .row .card .image:hover img {
  transform: scale(1.1); /* Efek zoom saat mouse hover */
}


.pelatihan .row .card .image:before {
  content: "";
  position: absolute;
  z-index: 2;
  background: black;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
  filter: blur(10px);
}
.pelatihan .row .card .text {
  background: none;
}
.pelatihan .row .card .text .top-text {
  background: none;
}
.pelatihan .row .card .text .top-text .city {
  background: none;
  color: #fff;
  font: 900 12px/130% 'Inter', sans-serif;
  text-shadow: 0px 2px 1.3px rgba(0, 0, 0, 0.25);
  line-height: normal;
  position: absolute;
  top: 10%;
  left: 6%;
  z-index: 2;
}
.pelatihan .row .card .text .top-text .date {
  background: none;
  color: #fff;
  font: 500 10px/130% 'Inter', sans-serif;
  text-shadow: 0px 2px 1.3px rgba(0, 0, 0, 0.25);
  line-height: normal;
  margin-left: 130px;
  position: absolute;
  top: 10%;
  left: 25%;
  z-index: 2;
}
.pelatihan .row .card .text .center-text {
  position: absolute;
  top: 0%;
  z-index: 2;
  background: none;
  color: #ffff;
  font: 700 17px/130% 'Inter', sans-serif;
  text-shadow: 0px 2px 1.3px rgba(0, 0, 0, 0.25);
  line-height: normal;
  width: 285px;
  left: 6%;
  margin-top: 155px;
}
.pelatihan .row .card .text .center-text .all-people i{
  background: none;
  margin-right: 5px;
}
.pelatihan .row .card .text .center-text .all-people {
  background: none;
  font: 400 10px/130% 'Inter', sans-serif;
  margin-top: 11px;
}
.pelatihan .row .card .text .bottom-text {
  position: absolute;
  top: 0%;
  z-index: 2;
  background: none;
  color: #fff;
  font: 700 18px/130% 'Inter', sans-serif;
  text-shadow: 0px 2px 1.3px rgba(0, 0, 0, 0.25);
  line-height: normal;
  width: 285px;
  left: 6%;
  margin-top: 260px;
  display: flex;
  align-items: baseline;
}
.pelatihan .row .card .text .bottom-text a{
  background: none;
  text-decoration: none;
}
.pelatihan .row .card .text .bottom-text .read{
  background: #E5E4DF30;
  border-radius: 7px;
  width: 74px;
  height: 27px;
  color: #fff;
  font: 500 14px/130% 'Inter', sans-serif;
  text-shadow: 0px 2px 1.3px rgba(0, 0, 0, 0.25);
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pelatihan .row .card .text .bottom-text i{
  background: none;
  margin-right: 5px;
}
.pelatihan .row .card .text .bottom-text .share{
  background: none;
  margin-left: 155px;
}
.pelatihan .row .card .text .bottom-text .share i{
  width: 24px;
}


/* .load-next .load {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.load-next .load.visible {
  opacity: 1;
  transform: translateY(0);
} */

.pelatihan .load-next {
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  position: relative;
  z-index: 1;
}
.pelatihan .load-next .load {
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid;
  border-radius: 50px;
  width: 23%;
  height: 60px;
}
.pelatihan .load-next .load .image {
  border: 1px solid;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 21px;
  width: 21px;
}
.pelatihan .load-next .load button {
  background: none;
  font: var(--regular-20-px, 400 20px/149.5% 'Inter', sans-serif);
  line-height: normal;
  color: #92929D;
  border: 0px;
  text-decoration: none;
  margin-left: 0px;
}


.banner-pelatihan{
  padding-top: 10%;
  /* background: none; */
}
.banner-pelatihan .container{
  background: none;
}
.banner-pelatihan .banner-pelatihan-shape{
    display: flex;
    justify-content: center;
    background: none;
    position: relative;
    z-index: 1;
}
.banner-pelatihan .banner-pelatihan-shape img{
    background: none;
    position: relative;
    z-index: 1;
}
.banner-pelatihan .banner-pelatihan-shape .title{
    position: absolute;
    background: none;
    text-align: center;
    color: var(--MRT-App-Headline, #1B1C57);
    /* font-family: Lexend; */
    font: var(--regular-20-px, 700 30px/149.5% 'Inter', sans-serif);
    line-height: 48px; /* 160% */
    text-transform: capitalize;
    background: none;
    z-index: 2;
}
.banner-pelatihan .banner-pelatihan-shape .search {
  background: none;
  position: relative;
}
.banner-pelatihan .banner-pelatihan-shape .search img{
    position: absolute;
    background: none;
    margin-left: 5%;
    margin-top: 3%;
}
.banner-pelatihan .banner-pelatihan-shape .search input {
  background: #fff;
  border: 0;
  outline: none;
  padding: 10px 48px;
  width: 100%;
  font: var(--regular-20-px, 600 16px/149.5% 'Inter', sans-serif);
  color: #888B97;
  border-radius: 30px;
}
.banner-pelatihan .banner-pelatihan-shape .search .klik button{
  position: absolute;
  top: 17%;
  left: 73%;
  font: var(--regular-20-px, 600 16px/149.5% 'Inter', sans-serif);
  background: #FF6600;
  padding: 8px 15px;
  border-radius: 30px;
  border: none;
}
.footer-bg-pelatihan img{
  position: absolute;
  width: 100%;
  margin-top: -20%;
  background: none;
}
/* END HALAMAN PELATIHAN */

/* START HALAMAN PELATIHAN DETAIL */
.pelatihan-detail {
  padding-top: 190px;
  padding-bottom: 100px;
}
.pelatihan-detail .card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  background: #ffffff;
  border: none;
}
.pelatihan-detail .card .card-body {
  box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.10), 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
  border-radius: 25px;
  background: #ffffff;
  position: relative;
}
.pelatihan-detail .card .card-body .image{
  background: none;
  padding-top: 20px;
}
.pelatihan-detail .card .card-body .image img {
  background: none;
  width: 100%;
  height: 365px;
  object-fit: cover;
  object-position: center 5%;
  box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.10), 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
  border-radius: 25px;
}
/* .pelatihan-detail .image {
  display: flex;
  flex-wrap: wrap;
}

.pelatihan-detail .image img {
  width: 200px;
  height: 200px;
  margin: 5px;
  cursor: pointer;
} */

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.9);
  z-index: 2;
}

.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

.close {
  color: #fff;
  position: absolute;
  top: 100px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
  z-index: 2;
  background: none;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}
/* #fullpage {
  display:none;
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-color: rgba(0, 0, 0, .9);

} */
.pelatihan-detail .card .card-body .text {
  background: none;
  margin-left: 60px;
}
.pelatihan-detail .card .card-body .text .title{
  background: none;
  font: var(--regular-20-px, 600 28px'Inter', sans-serif);
  color: #364670;
  letter-spacing: 0.117px;
  margin-top: 55px;
}
.pelatihan-detail .card .card-body .text .description{
  background: none;
  margin-top: 10px;
  margin-left: -30px;
}
.pelatihan-detail .card .card-body .text .description ul{
  background: none;
}
.pelatihan-detail .card .card-body .text .description ul li{
  background: none;
  font: var(--regular-20-px, 600 24px'Inter', sans-serif);
  color: #92929D;
  letter-spacing: 0.5px;
  padding-top: 3px;
  line-height: normal;
}
.pelatihan-detail .card .card-body .text .people{
  background: none;
  font: var(--regular-20-px, 600 24px'Inter', sans-serif);
  color: #92929D;
  letter-spacing: 0.5px;
}
.pelatihan-detail .card .card-body .footer-text{
  background: none;
  margin-top: 22px;
  margin-left: 60px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
.pelatihan-detail .card .card-body .footer-text .place{
  background: none;
  font: var(--regular-20-px, 500 28px'Inter', sans-serif);
}
.pelatihan-detail .card .card-body .footer-text .place .city{
  background: none;
  font: var(--regular-20-px, 500 20px'Inter', sans-serif);
  width: 80%;
  padding-top: 5px;
}
.pelatihan-detail .card .card-body .footer-text .paid{
  background: none;
  font: var(--regular-20-px, 500 28px'Inter', sans-serif);
}
.pelatihan-detail .card .card-body .footer-text .paid .price{
  background: none;
  padding-top: 5px;
  font: var(--regular-20-px, 500 28px'Inter', sans-serif);
  color: #FF7426;
}
.pelatihan-detail .card .card-body .new1{
  border-top: 1px dotted black;
  background: none;
}
.pelatihan-detail .card .card-body .reg{
  background: none;
  position: absolute;
  left: 45%;
}
.pelatihan-detail .card .card-body .reg a{
  background: #16A75C;
  text-decoration: none;
  font: var(--regular-20-px, 500 20px'Inter', sans-serif);
  color: #fff;
  padding: 20px;
  border-radius: 20px;
}
/* END HALAMAN PELATIHAN DETAIL */

/* START HALAMAN LOGIN  */
.body-login {
  position: relative;
}
.main-bg-login img {
  position: absolute;
  width: 100%;
  height: 653px;
  top: -10%;
}
.position-relative {
  background: none;
}
.login-header .sign-in2 {
  background: none;
}
.login-header .rectangle-49 {
  background: var(--text-color-white, #ffffff);
  border-radius: 60px 0px 60px 0px;
  width: 100%;
  height: 680px;
  position: absolute;
  margin-left: -100px;
  box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.10), 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
}
.login-header .sign-in2 .unsplash-v-ggn-0-x-ldy-8-s {
  border-radius: 60px 0px 0px 0px;
    width: 100%;
    height: 680px;
    position: relative;
    z-index: 1;
  box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.10), 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
}
.login-header .sign-in2 .rectangle-45 {
  background: var(--secondary-orange, #ff6600);
  width: 97.5%;
  height: 596.66px;
  position: absolute;
  margin-top: 95px;
  margin-left: -11px;
  box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.10), 0px 0px 15px 0px rgba(0, 0, 0, 0.10);

}

.login-header .sign-in3 .logo-big {
  padding: 8.29px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: left;
  flex-shrink: 0;
  background: none;
}


.login-header .pubmedia3 {
  color: var(--text-color-black, #364670);
  text-align: left;
  font: 600 17px/121% 'Inter', sans-serif;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: none;
}


.login-header .sign-in4 {
  color: var(--primary-blue, #0e0e59);
  text-align: left;
  font: 700 34.81px 'Inter', sans-serif;
  position: relative;
  left: -5px;
  top: 30px;
  background: none;
}

.login-header .form-sign-in {
  display: flex;
  flex-direction: column;
  gap: 24.86px;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 100px;
  background: none;
}

.login-header .frame-57 {
  display: flex;
  flex-direction: column;
  gap: 16.57px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  background: none;
}

.login-header .email-address {
  display: flex;
  flex-direction: column;
  gap: 8.29px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  background: none;
}

.login-header .email-address2 {
  color: var(--dark-grey, #888383);
  text-align: left;
  font: 400 18px 'Inter', sans-serif;
  background: none;
}

.login-header .input {
  background: var(--text-white, #ffffff);
  border-radius: 11.6px;
  border-style: solid;
  border-color: var(--text-color-grey, #92929d);
  border-width: 1.24px;
  display: flex;
  flex-direction: row;
  gap: 8.29px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 331.48px;
  height: 49.72px;
  position: relative;
}
.login-header .field {
  padding: 8.29px 8.29px 8.29px 13.26px;
  display: flex;
  flex-direction: row;
  gap: 8.29px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  position: relative;
  background: none;
}
.login-header input {
  display: flex;
  flex-direction: row;
  gap: 165px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: absolute;
  left: 0px;
  top: 0px;
  background: transparent;
  border: 0;
  outline: none;
  padding: 6px 4px;
  width: 100%;
  font: var(--h-4, 500 18px 'Inter', sans-serif);
  color: #c9c9c9;
}
.login-header .placeholder {
  color: var(--text-color-line-dark, #979797);
  text-align: left;
  font: var(--h-4, 500 18px 'Inter', sans-serif);
  position: relative;
  background: none;
}
.login-header .password {
  display: flex;
  flex-direction: column;
  gap: 8.29px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  background: none;
}

.login-header .password2 {
  color: var(--dark-grey, #888383);
  text-align: left;
  font: 400 18px 'Inter', sans-serif;
  position: relative;
  background: none;
}

.login-header .frame-58 {
  display: flex;
  flex-direction: column;
  gap: 8.29px;
  align-items: flex-end;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  background: none;
}

.login-header .lupa-password {
  color: var(--text-color-grey, #92929d);
  text-align: left;
  font: 400 18px 'Inter', sans-serif;
  position: relative;
  background: none;
}

.login-header .lupa-password:hover {
  color: var(--text-color-grey, #5e5e61);
  text-align: left;
  font: 400 14.92px 'Inter', sans-serif;
  position: relative;
  background: none;
}

.login-header .frame-60 {
  display: flex;
  flex-direction: column;
  gap: 16.57px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  background: none;
}

.login-header .frame-60 .button2 {
  color: var(--text-white, #dfdfdf);
  text-align: left;
  font: var(--h-3, 500 20px 'Inter', sans-serif);
  position: relative;
  background: none;
}

.login-header .frame-60 .button2:hover {
  color: var(--text-white, #ffffff);
  text-align: left;
  font: var(--h-3, 500 20px 'Inter', sans-serif);
  position: relative;
  background: none;
}

.login-header .frame-60 .button3 {
  background: var(--primary-blue, #0e0e59);
  border-radius: 16.57px;
  padding: 12.43px 33.15px 12.43px 33.15px;
  display: flex;
  flex-direction: row;
  gap: 8.29px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 331.48px;
  position: relative;
}

.login-header .button4 {
  border-radius: 16.57px;
  border-style: solid;
  border-color: var(--primary-blue, #0e0e59);
  border-width: 1.24px;
  padding: 12.43px 33.15px 12.43px 33.15px;
  display: flex;
  flex-direction: row;
  gap: 8.29px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 331.48px;
  position: relative;
}

.login-header .button5 {
  color: var(--primary-blue, #39399c);
  text-align: left;
  font: var(--h-3, 500 20px 'Inter', sans-serif);
  position: relative;
  background: none;
}

.login-header .button5:hover {
  color: var(--primary-blue, #0e0e59);
  text-align: left;
  font: var(--h-3, 600 20px 'Inter', sans-serif);
  position: relative;
  background: none;
}

.login-header .sign-in3{
  position: relative;
  background: none;
  margin-top: 30px;
  margin-left: 10%;
  width: 70%;
}
.login-header .sign-in3 .logo3{
  background: none;
}
.login-header .sign-in3 .logo3 img{
  background: none;
}

.footer-bg-login img {
  position: absolute;
  width: 100%;
  bottom: 0%;
  background: none;
}
/* END HALAMAN LOGIN  */

/* START HALAMAN REGISTER  */
.register-body {
  position: relative;
}
.main-bg-register img {
  position: absolute;
  width: 100%;
  height: 653px;
  top: -10%;
}
.register-body .register2 {
  background: none;
}
.register-header .register2 .unsplash-v-ggn-0-x-ldy-8-s {
  border-radius: 60px 0px 0px 0px;
  width: 100%;
  height: 680px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.10), 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
  background: none;
}

.register-header .rectangle-49 {
  background: var(--text-color-white, #ffffff);
  border-radius: 60px 0px 60px 0px;
  width: 105%;
  height: 680px;
  position: absolute;
  margin-left: -100px;
  box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.10), 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
}

.register-header .register2 .rectangle-45 {
  background: var(--secondary-orange, #ff6600);
  width: 97.5%;
  height: 596.66px;
  position: absolute;
  margin-top: 95px;
  margin-left: -11px;
  box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.10), 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
}

.register-header .register3 .logo-big {
  padding: 8.29px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: left;
  flex-shrink: 0;
  background: none;
  margin-left: -3%;
}

.register-header .pubmedia3 {
  color: var(--text-color-black, #364670);
  text-align: left;
  font: 600 17px/121% 'Inter', sans-serif;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: none;
}


.register-header .register4 {
  color: var(--primary-blue, #0e0e59);
  text-align: left;
  font: 700 34.81px 'Inter', sans-serif;
  position: relative;
  top: 30px;
  background: none;
  margin-left: -1%;
}


.register-header .form-register {
  display: flex;
  flex-direction: column;
  gap: 24.86px;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 100px;
  background: none;
}

.register-header .frame-57 {
  display: flex;
  flex-direction: column;
  gap: 16.57px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  background: none;
}

.register-header .email-address {
  display: flex;
  flex-direction: column;
  gap: 8.29px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  background: none;
}

.register-header .email-address2 {
  color: var(--dark-grey, #888383);
  text-align: left;
  font: 400 14.92px 'Inter', sans-serif;
  background: none;
}


.register-header .input {
  background: var(--text-white, #ffffff);
  border-radius: 11.6px;
  border-style: solid;
  border-color: var(--text-color-grey, #92929d);
  border-width: 1.24px;
  display: flex;
  flex-direction: row;
  gap: 8.29px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 331.48px;
  height: 49.72px;
  position: relative;
}

.register-header .field {
  padding: 8.29px 8.29px 8.29px 13.26px;
  display: flex;
  flex-direction: row;
  gap: 8.29px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  position: relative;
  background: none;
}

.register-header .placeholder {
  color: var(--text-color-line-dark, #979797);
  text-align: left;
  font: var(--h-4, 500 18px 'Inter', sans-serif);
  position: relative;
  background: none;
}

.register-header .placeholder:hover {
  color: var(--text-color-line-dark, #4b4b4b);
  text-align: left;
  font: var(--h-4, 500 18px 'Inter', sans-serif);
  position: relative;
  background: none;
}

.register-header input {
  display: flex;
  flex-direction: row;
  gap: 165px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: absolute;
  left: 0px;
  top: 0px;
  background: transparent;
  border: 0;
  outline: none;
  padding: 6px 4px;
  width: 100%;
  font: var(--h-4, 500 18px 'Inter', sans-serif);
  color: #c9c9c9;
}

.register-header .password {
  display: flex;
  flex-direction: column;
  gap: 8.29px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  background: none;
}

.register-header .how-did-you-hear-about-us {
  color: var(--dark-grey, #5b5575);
  text-align: left;
  font: 400 14.92px 'Inter', sans-serif;
  position: relative;
  background: none;
}

.register-header .frame-58 {
  display: flex;
  flex-direction: column;
  gap: 8.29px;
  align-items: flex-end;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  background: none;
}

.register-header .dropdown {
  background: var(--text-white, #ffffff);
  border-radius: 11.6px;
  border-style: solid;
  border-color: var(--text-line-dark, #eaeaea);
  border-width: 1.24px;
  display: flex;
  flex-direction: row;
  gap: 8.29px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 331.51px;
  height: 49.73px;
  position: relative;
}

.register-header .placeholder2 {
  color: var(--text-black, #6a7592);
  text-align: left;
  font: var(--h-4, 500 18px 'Inter', sans-serif);
  position: relative;
  background: none;
  border-color: rgba(178, 34, 34, 0);
  outline: none;
  width: 100%;
}

.register-header .frame-60 {
  display: flex;
  flex-direction: column;
  gap: 16.57px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  top: 0px;
  background: none;
}

.register-header .frame-60 .to-sign-in {
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  left: 45px;
  top: -10px;
  background: none;
}

.register-header .sudah-punya-akun {
  color: var(--primary-blue, #0e0e59);
  text-align: left;
  font: 500 16.58px 'Inter', sans-serif;
  position: relative;
  background: none;
}

.register-header .frame-60 .sign-in2 {
  color: var(--text-color-grey, #92929d);
  text-align: left;
  font: 500 16.58px 'Inter', sans-serif;
  position: relative;
  top: -7px;
  background: none;
}

.register-header .frame-60 .sign-in2:hover {
  color: var(--text-color-grey, #4b4b4e);
  text-align: left;
  font: 500 16.58px 'Inter', sans-serif;
  position: relative;
  top: -7px;
  background: none;
}


.register-header .button2 {
  color: var(--text-white, #dfdfdf);
  text-align: left;
  font: var(--h-3, 500 20px 'Inter', sans-serif);
  position: relative;
  background: none;
}

.register-header .button2 a:hover {
  color: var(--text-white, #ffffff);
}

.register-header .button2 a {
  background: var(--primary-blue, #0e0e59);
  border-radius: 16.57px;
  padding: 12.43px 33.15px 12.43px 33.15px;
  display: flex;
  flex-direction: row;
  gap: 8.29px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 331.48px;
  position: relative;
  color: rgb(216, 216, 216);
  text-decoration: none;
  margin-left: -4%;
}

.register-header .register3 {
  /* display: contents; */
  position: relative;
  background: none;
  margin-top: 30px;
  margin-left: 10%;
  width: 70%;
}

.register-header .register3 .logo3 {
  background: none;
}

.register-header .register3 .logo3 img {
  background: none;
}
.footer-bg-register img {
  position: absolute;
  width: 100%;
  bottom: 0%;
  background: none;
  height: 500px;
}
/* END HALAMAN REGISTER  */

@media screen and (max-width: 1400px) {

}

@media (max-width: 1200px) {

  /* START HALAMAN LANDING RESOLUSI MAX 1200PX */
  /* START NAVBAR */
  .first-header .navbar-brand img {
    /* margin-left: -66px; */
    width: 200px;
    height: 75px;
    background: none;
  }
  .first-header .navbar-expand-lg .navbar-nav .nav-item {
    background: none;
    position: relative;
    /* display: flex;
    justify-content: center;
    align-items: baseline; */
  }
  .first-header #navbarNav .sign a {
    background: var(--primary-blue, #0e0e59);
    border-radius: 40px;
    color: #d2d2d2;
    width: 100%;
  }
  .first-header #navbarNav .nav-link {
    color: var(--primary-blue, #92929d);
    text-align: left;
    font: var(--h-3, 500 18px 'Inter', sans-serif);
    margin-left: 0px;
    background: none;
    position: relative;
  }
  .first-header #navbarNav .nav-link:hover {
    color: var(--primary-blue, #0e0e59);
    text-align: left;
    font: var(--h-3, 500 18px 'Inter', sans-serif);
    margin-left: 0px;
    border-bottom: 1px solid #D96A20;
  }
  ul li:hover > ul, ul li ul:hover {
    visibility: visible;
    opacity: 1;
    padding: 10px;
    border-radius: 10px;
    display: block;
    box-shadow: 0px 3px 5px -1px #ccc;
  }
  /* END NAVBAR */
  .landing-header .frame-1 {
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    width: 541px;
    position: relative;
    padding-top: 30px;
    font-size: 20px;
    font-weight: 700;
    color: #92929D;
    z-index: 1;
    background: none;
  }
  .landing-header .frame-1 svg {
    background: none;
    width: 25px;
    height: 25px;
  }
  .landing-header .welcome {
    color: var(--text-black, #364670);
    text-align: left;
    font: var(--big-title-48-px, 600 46px/130% 'Inter', sans-serif);
    position: relative;
    width: 514px;
    margin-top: 15px;
    background: none;
    z-index: 1;
  }
  .landing-header .your-citation {
    color: var(--text-grey, #92929d);
    text-align: left;
    font: var(--regular-20-px, 400 19px/149.5% 'Inter', sans-serif);
    position: relative;
    width: 541px;
    margin-top: 15px;
    margin-bottom: 25px;
    z-index: 1;
    background: none;
  }
  .landing-header .button2 {
    background: var(--primary-blue, #0e0e59);
    border-radius: 50px;
    padding: 15px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    /* box-shadow: 0px 12px 48px 0px rgba(0, 0, 0, 0.25); */
    width: 60%;
    z-index: 1;
  }
  .landing-header .button3 {
    color: var(--text-white, #d2d2d2);
    text-align: left;
    font: var(--h-3, 500 17px 'Inter', sans-serif);
    position: relative;
    background: none;
  }
  .landing-header .button3:hover {
    color: var(--text-white, #ffffff);
    text-align: left;
    font: var(--h-3, 500 17px 'Inter', sans-serif);
    position: relative;
    background: none;
  }
  .landing-header .scroll-down button svg {
    background: none;
    width: 50px;
    height: 50px;
    margin-left: 100px;
    transform-origin: center center;
    animation: scrollDownAnimation2 2s infinite ease-in-out;
  }
  .landing-header .scroll-down2 button svg {
    background: none;
    width: 50px;
    height: 50px;
    margin-top: -55px;
    margin-left: 100px;
    transform-origin: center center;
    animation: scrollDownAnimation2 2s infinite ease-in-out;
  }
  .our-client .title h1 {
    color: var(--text-black, #364670);
    text-align: center;
    font: 700 35px/130% 'Inter', sans-serif;
    position: relative;
    background: none;
    border: 1px solid #E0E3EB;
    width: 28%;
    height: 78px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
  }
  .review .title h1 {
    color: var(--text-black, #364670);
    text-align: center;
    font: 700 35px/130% 'Inter', sans-serif;
    position: relative;
    background: none;
    border: 1px solid #E0E3EB;
    width: 28%;
    height: 78px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
  }
  .review .card {
    position: relative;
    width: 100%;
    height: 270px;
    border: 1px solid transparent;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
}
  .review .swiper {
    padding-top: 150px;
    padding-bottom: 50px;
    display: flex;
    justify-content: center;
    background: none;
  }
  .review .card .image img {
    background: none;
    margin-top: -45px;
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
  }
  .review .card .name span {
    background: none;
    font: var(--h-3, 600 20px 'Inter', sans-serif);
    text-decoration: underline;
    letter-spacing: 0.5px;
  }
  .review .card .rating i {
    background: none;
    margin: 0;
    font-size: 28px;
    color: #FFD700;
  }
  .review .card .description {
    background: none;
    width: 185px;
    overflow: hidden;
  }
  .review .card .description p {
    background: none;
    font: var(--h-3, 400 16px'Inter', sans-serif);
    letter-spacing: 0.2px;
    text-align: center;
    overflow: hidden;
  }
  .post .title h1 {
    color: var(--text-black, #364670);
    text-align: center;
    font: 700 35px/130% 'Inter', sans-serif;
    position: relative;
    background: none;
    border: 1px solid #E0E3EB;
    width: 28%;
    height: 78px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
  }
  .post .latepost .image img {
    width: 100%;
    background: none;
  }
  .post .latepost .post .content .img-post {
    background: none;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .post .latepost .post .content .img-post img {
    width: 91%;
    padding: 9px;
    background: #fff;
    border-radius: 10px;
  }
  .post .latepost .post .content .content2 .judul {
    background: none;
    color: #000;
    font: var(--regular-20-px, 600 19px 'Inter', sans-serif);
    line-height: 25px;
    margin-top: 20px;
  }
  .post .latepost .post .content .content2 .deskripsi {
    background: none;
    font: var(--regular-20-px, 300 16px/149.5% 'Inter', sans-serif);
    line-height: normal;
    letter-spacing: 0.1px;
    margin-top: 3px;
  }
  .post .latepost .post .content .content2 .deskripsi a {
    background: none;
    text-decoration: none;
    color: #000;
    font: var(--regular-20-px, 600 16px/149.5% 'Inter', sans-serif);
  }
  .post .latepost .post .news {
    border-radius: 50px;
    background: rgba(255, 87, 0, 0.60);
    width: 75px;
    height: 25px;
    text-align: center;
  }
  .post .latepost .post .news p {
    background: none;
    font: var(--regular-20-px, 900 11px/149.5% 'Inter', sans-serif);
    letter-spacing: 0.24px;
    line-height: 149.5%;
    color: #fff;
    margin-top: 5px;
  }
  .post .latepost .post .detail {
    background: none;
    display: flex;
    justify-content: left;
    align-items: center;
    margin-top: 15px;
  }
  .post .artikel-next .artikel button {
    background: none;
    font: var(--regular-20-px, 400 20px/149.5% 'Inter', sans-serif);
    line-height: normal;
    color: #92929D;
    border: 0px;
    text-decoration: underline;
  }
  .banner-landing .banner-landing-shape img {
    background: none;
    width: 100%;
    height: auto;
  }
  .banner-landing .banner-landing-shape .title {
    position: absolute;
    background: none;
    text-align: center;
    color: var(--MRT-App-Headline, #1B1C57);
    /* font-family: Lexend; */
    font: var(--regular-20-px, 700 26px 'Inter', sans-serif);
    line-height: 38px;
    text-transform: capitalize;
    background: none;
  }
  .banner-landing .banner-landing-shape .search {
    background: none;
    position: relative;
    margin-top: 10px;
  }
  .banner-landing .banner-landing-shape .search img {
    position: absolute;
    background: none;
    margin-left: 1%;
    margin-top: 4%;
    width: 6%;
  }
  .banner-landing .banner-landing-shape .search .klik button {
    position: absolute;
    top: 15%;
    left: 75%;
    font: var(--regular-20-px, 600 11px/149.5% 'Inter', sans-serif);
    background: #FF6600;
    padding: 8px 15px;
    border-radius: 30px;
    border: none;
  }
  .banner-landing .banner-landing-shape .search input {
    background: #fff;
    border: 0;
    outline: none;
    padding: 10px 48px;
    width: 86%;
    font: var(--regular-20-px, 600 13px/149.5% 'Inter', sans-serif);
    color: #888B97;
    border-radius: 30px;
    margin-left: -20px;
  }
  .footer-bg-landing1 img {
    position: absolute;
    width: 100%;
    /* margin-top: -170%; */
    top: 80%;
    background: none;
  }
  .footer-bg-landing2 img {
    position: absolute;
    width: 100%;
    top: 150%;
    /* margin-top: -75%; */
    background: none;
  }

  /* FOOTER */
  .our-company {
    color: var(--text-black, #364670);
    text-align: left;
    font: var(--regular-20-px, 600 19px 'Inter', sans-serif);
    position: relative;
    background: none;
  }
  .logo-idpublishing-1 {
    flex-shrink: 0;
    width: 190px;
    height: 68.47px;
    position: relative;
    background: none;
  }
  .our-office {
    color: var(--text-black, #364670);
    text-align: left;
    font: var(--regular-20-px, 550 19px 'Inter', sans-serif);
    position: relative;
  }
  .pt-penerbit-jurnal-indonesia-span {
    color: var(--text-black, #364670);
    font: var(--regular-20-px, 550 19px 'Inter', sans-serif);
  }
  .frame-3 {
    display: flex;
    flex-direction: row;
    gap: 32px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    width: 300px;
    position: relative;
  }
  .pin {
    flex-shrink: 0;
    width: 25px;
    height: 26px;
    position: relative;
    overflow: hidden;
  }
  .main-office-pubmedia-journal-training-kelurahan-ngestiharjo-kecamatan-kasihan-kabupaten-bantul-d-i-yogyakarta {
    color: var(--text-black, #364670);
    text-align: justify;
    font: var(--regular-20-px, 400 18px 'Inter', sans-serif);
    position: relative;
    flex: 1;
  }
  .email {
    display: flex;
    flex-direction: row;
    gap: 29px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
  }
  .info-idpublishing-org {
    color: var(--text-black, #364670);
    text-align: left;
    font: var(--regular-20-px, 400 18px 'Inter', sans-serif);
    position: relative;
  }
  .frame-2 {
    display: flex;
    flex-direction: row;
    gap: 29px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
  }
  ._62-81990251989 {
    color: var(--text-black, #364670);
    text-align: left;
    font: var(--regular-20-px, 400 18px 'Inter', sans-serif);
    position: relative;
  }
  .important-links {
    color: var(--text-black, #364670);
    text-align: left;
    font: var(--h-2, 600 19px 'Inter', sans-serif);
    position: relative;
  }
  .contact-us {
    color: var(--text-black, #364670);
    text-align: left;
    font: var(--regular-20-px, 400 18px 'Inter', sans-serif);
    position: relative;
  }

  .privacy-policy {
    color: var(--text-black, #364670);
    text-align: left;
    font: var(--regular-20-px, 400 18px 'Inter', sans-serif);
    position: relative;
  }

  .terms-of-service {
    color: var(--text-black, #364670);
    text-align: left;
    font: var(--regular-20-px, 400 18px 'Inter', sans-serif);
    position: relative;
  }

  .sitemap2 {
    display: flex;
    flex-direction: column;
    gap: 28px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
  }

  .eksternal-links {
    color: var(--text-black, #364670);
    text-align: left;
    font: var(--h-2, 600 19px 'Inter', sans-serif);
    position: relative;
  }

  .id-publishing {
    color: var(--text-black, #364670);
    text-align: left;
    font: var(--regular-20-px, 400 18px 'Inter', sans-serif);
    position: relative;
  }

  .pubmedia {
    color: var(--text-black, #364670);
    text-align: left;
    font: var(--regular-20-px, 400 18px 'Inter', sans-serif);
    position: relative;
  }


  .social-media {
    color: var(--text-black, #364670);
    text-align: left;
    font: var(--h-2, 600 19px 'Inter', sans-serif);
    position: relative;
  }
  /* END FOOTER */
  /* END HALAMAN LANDING */
  /* START HALAMAN ABOUT RESOLUSI 1200PX */
  .about-id-publishing2 .frame-133 {
    color: #364670;
    text-align: left;
    font: var(--regular-20-px, 600 19px/149.5% 'Inter', sans-serif);
    background: none;
    position: relative;
  }
  .sub-pt-penerbit {
    color: var(--text-grey, #92929d);
    text-align: justify;
    font: var(--regular-20-px, 400 18px/149.5% 'Inter', sans-serif);
    padding-top: 25px;
    position: relative;
    background: none;
    z-index: 1;
  }
  .visi-dan-misi {
    color: #364670;
    text-align: left;
    font: var(--regular-20-px, 600 19px/149.5% 'Inter', sans-serif);
    padding-top: 25px;
    padding-bottom: 25px;
    position: relative;
    background: none;
    z-index: 1;
  }
  .sub-pt-penerbit2 {
    color: var(--text-grey, #92929d);
    text-align: justify;
    font: var(--regular-20-px, 400 18px/149.5% 'Inter', sans-serif);
    height: 239px;
    background: none;
    position: relative;
    z-index: 1;
  }
  .sub-nilai {
    color: var(--text-color-black, #364670);
    text-align: center;
    font: var(--h-2, 600 20px 'Inter', sans-serif);
    position: relative;
    align-self: stretch;
    padding-top: 30px;
    padding-bottom: 25px;
    background: none;
    position: relative;
    z-index: 1;
  }
  .sub-menunjang {
    color: var(--text-grey, #92929d);
    text-align: justify;
    font: var(--regular-20-px, 400 18px/149.5% 'Inter', sans-serif);
    background: none;
    position: relative;
    z-index: 1;
  }
  .banner-about .banner-about-shape img {
    background: none;
    width: 100%;
    height: auto;
  }
  .banner-about .banner-about-shape .title {
    position: absolute;
    background: none;
    text-align: center;
    color: var(--MRT-App-Headline, #1B1C57);
    /* font-family: Lexend; */
    font: var(--regular-20-px, 700 26px 'Inter', sans-serif);
    line-height: 38px;
    text-transform: capitalize;
    background: none;
  }
  .banner-about .banner-about-shape .search {
    background: none;
    position: relative;
    margin-top: 10px;
  }
  .banner-about .banner-about-shape .search img {
    position: absolute;
    background: none;
    margin-left: 1%;
    margin-top: 4%;
    width: 6%;
  }
  .banner-about .banner-about-shape .search .klik button {
    position: absolute;
    top: 15%;
    left: 75%;
    font: var(--regular-20-px, 600 11px/149.5% 'Inter', sans-serif);
    background: #FF6600;
    padding: 8px 15px;
    border-radius: 30px;
    border: none;
  }
  .banner-about .banner-about-shape .search input {
    background: #fff;
    border: 0;
    outline: none;
    padding: 10px 48px;
    width: 86%;
    font: var(--regular-20-px, 600 13px/149.5% 'Inter', sans-serif);
    color: #888B97;
    border-radius: 30px;
    margin-left: -20px;
  }
  /* END HALAMAN ABOUT */

  /* START HALAMAN OURTEAM RESOLUSI 1200PX*/
  .banner-ourteam .banner-ourteam-shape img {
    background: none;
    width: 100%;
    height: auto;
  }
  .banner-ourteam .banner-ourteam-shape .title {
    position: absolute;
    background: none;
    text-align: center;
    color: var(--MRT-App-Headline, #1B1C57);
    /* font-family: Lexend; */
    font: var(--regular-20-px, 700 26px 'Inter', sans-serif);
    line-height: 38px;
    text-transform: capitalize;
    background: none;
  }
  .banner-ourteam .banner-ourteam-shape .search {
    background: none;
    position: relative;
    margin-top: 10px;
  }
  .banner-ourteam .banner-ourteam-shape .search img {
    position: absolute;
    background: none;
    margin-left: 1%;
    margin-top: 4%;
    width: 6%;
  }
  .banner-ourteam .banner-ourteam-shape .search .klik button {
    position: absolute;
    top: 15%;
    left: 75%;
    font: var(--regular-20-px, 600 11px/149.5% 'Inter', sans-serif);
    background: #FF6600;
    padding: 8px 15px;
    border-radius: 30px;
    border: none;
  }
  .banner-ourteam .banner-ourteam-shape .search input {
    background: #fff;
    border: 0;
    outline: none;
    padding: 10px 48px;
    width: 86%;
    font: var(--regular-20-px, 600 13px/149.5% 'Inter', sans-serif);
    color: #888B97;
    border-radius: 30px;
    margin-left: -20px;
  }
  /* END HALAMAN OURTEAM */

  /* START HALAMAN LAYANAN RESOLUSI 1200PX */
  .layanan-first-card .rating i {
    background: none;
    margin: 0;
    font-size: 20px;
    color: #FFD700;
  }
  .banner-layanan .banner-layanan-shape img {
    background: none;
    width: 100%;
    height: auto;
  }
  .banner-layanan .banner-layanan-shape .title {
    position: absolute;
    background: none;
    text-align: center;
    color: var(--MRT-App-Headline, #1B1C57);
    /* font-family: Lexend; */
    font: var(--regular-20-px, 700 26px 'Inter', sans-serif);
    line-height: 38px;
    text-transform: capitalize;
    background: none;
  }
  .banner-layanan .banner-layanan-shape .search {
    background: none;
    position: relative;
    margin-top: 10px;
  }
  .banner-layanan .banner-layanan-shape .search img {
    position: absolute;
    background: none;
    margin-left: 1%;
    margin-top: 4%;
    width: 6%;
  }
  .banner-layanan .banner-layanan-shape .search .klik button {
    position: absolute;
    top: 15%;
    left: 75%;
    font: var(--regular-20-px, 600 11px/149.5% 'Inter', sans-serif);
    background: #FF6600;
    padding: 8px 15px;
    border-radius: 30px;
    border: none;
  }
  .banner-layanan .banner-layanan-shape .search input {
    background: #fff;
    border: 0;
    outline: none;
    padding: 10px 48px;
    width: 86%;
    font: var(--regular-20-px, 600 13px/149.5% 'Inter', sans-serif);
    color: #888B97;
    border-radius: 30px;
    margin-left: -20px;
  }
  /* END HALAMAN LAYANAN */

  /* START HALAMAN LAYANAN DETAIL RESOLUSI 1200PX*/
  .layanan-detail .card .card-body .image img {
    background: none;
    width: 100%;
    height: 540px;
    object-fit: cover;
    object-position: center 5%;
    box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.10), 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
    border-radius: 25px;
  }

  .layanan-detail .secondary-button {
    background: rgba(29, 241, 101, 0.20);
    border-radius: 20px;
    left: 40px;
    top: 30px;
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: center;
    justify-content: center;
    width: 50%;
    position: relative;
  }
  .layanan-detail .card .card-body .text {
    background: none;
    margin-left: 40px;
  }
  .layanan-detail .card .card-body .footer-text {
    background: none;
    margin-top: 22px;
    margin-left: 40px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    align-items: center;
  }
  /* END HALAMAN LAYANAN DETAIL */

  /* START HALAMAN BLOG RESOLUSI 1200PX */

  .blog-header .search-statistic {
    display: flex;
    flex-direction: column;
    gap: 60px;
    align-items: center;
    justify-content: flex-start;
    background: none;
    width: 100%;
  }

  .blog-header .search-statistic .rectangle-2 {
    background: #ffffff;
    border-radius: 50px;
    flex-shrink: 0;
    width: 100%;
    height: 55px;
    position: relative;
    box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.10), 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
    margin-bottom: 120px;
    margin-top: 10px;
    z-index: 1;
}

  .blog-header .search-statistic form {
    background: none;
    width: 100%;
  }

  .blog-header .search-statistic input {
    display: flex;
    flex-direction: row;
    gap: 165px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: absolute;
    left: 30px;
    top: 10px;
    background: transparent;
    border: 0;
    outline: none;
    padding: 6px 4px;
    width: 88%;
    font: var(--regular-20-px, 500 17px/149.5% 'Inter', sans-serif);
    color: #888888;
  }
  .blog-header .search-statistic button {
    position: absolute;
    top: 23%;
    left: 13%;
    background: none;
    border: none;
    z-index: 1;
  }
  .blog-header .search-statistic .rectangle-31 {
    background: var(--primary-blue, #0e0e59);
    border-radius: 100px;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 95%;
    top: 8px;
  }
  .blog-header .search-statistic .rectangle-31 button i {
    font-size: 20px;
    color: white;
    background: none;
  }
  .banner-blog .banner-blog-shape img {
    background: none;
    width: 100%;
    height: auto;
  }
  .banner-blog .banner-blog-shape .title {
    position: absolute;
    background: none;
    text-align: center;
    color: var(--MRT-App-Headline, #1B1C57);
    /* font-family: Lexend; */
    font: var(--regular-20-px, 700 26px 'Inter', sans-serif);
    line-height: 38px;
    text-transform: capitalize;
    background: none;
  }
  .banner-blog .banner-blog-shape .search {
    background: none;
    position: relative;
    margin-top: 10px;
  }
  .banner-blog .banner-blog-shape .search img {
    position: absolute;
    background: none;
    margin-left: 1%;
    margin-top: 4%;
    width: 6%;
  }
  .banner-blog .banner-blog-shape .search .klik button {
    position: absolute;
    top: 15%;
    left: 75%;
    font: var(--regular-20-px, 600 11px/149.5% 'Inter', sans-serif);
    background: #FF6600;
    padding: 8px 15px;
    border-radius: 30px;
    border: none;
  }
  .banner-blog .banner-blog-shape .search input {
    background: #fff;
    border: 0;
    outline: none;
    padding: 10px 48px;
    width: 86%;
    font: var(--regular-20-px, 600 13px/149.5% 'Inter', sans-serif);
    color: #888B97;
    border-radius: 30px;
    margin-left: -20px;
  }
  /* END HALAMAN BLOG */

  /* START HALAMAN LOGIN RESOLUSI 1200PX */
  .login-header .sign-in3 {
    position: relative;
    background: none;
    margin-top: 30px;
    margin-left: -15%;
    width: 70%;
  }
  .login-header .sign-in3 .logo-big {
    padding: 8.29px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: left;
    flex-shrink: 0;
    background: none;
    margin-left: -15px;
  }
  .position-relative {
    background: none;
    display: flex;
    justify-content: center;
  }
  /* END HALAMAN LOGIN  */

  /* START HALAMAN REGISTER RESOLUSI 1200PX */
  .register-header .register3 .logo-big {
    padding: 8.29px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: left;
    flex-shrink: 0;
    background: none;
    margin-left: -5%;
  }
  .register-header .register3 {
    /* display: contents; */
    position: relative;
    background: none;
    margin-top: 30px;
    margin-left: -15%;
    width: 70%;
  }
  /* END HALAMAN REGISTER */

  /* START HALAMAN CONTACT RESOLUSI 1200px */

  .banner .banner-shape img {
    background: none;
    width: 100%;
    height: auto;
  }
  .banner .banner-shape .title {
    position: absolute;
    background: none;
    text-align: center;
    color: var(--MRT-App-Headline, #1B1C57);
    /* font-family: Lexend; */
    font: var(--regular-20-px, 700 26px 'Inter', sans-serif);
    line-height: 38px;
    text-transform: capitalize;
    background: none;
  }
  .banner .banner-shape .search {
    background: none;
    position: relative;
    margin-top: 10px;
  }
  .banner .banner-shape .search img {
    position: absolute;
    background: none;
    margin-left: 1%;
    margin-top: 4%;
    width: 6%;
  }
  .banner .banner-shape .search .klik button {
    position: absolute;
    top: 15%;
    left: 75%;
    font: var(--regular-20-px, 600 11px/149.5% 'Inter', sans-serif);
    background: #FF6600;
    padding: 8px 15px;
    border-radius: 30px;
    border: none;
  }
  .banner .banner-shape .search input {
    background: #fff;
    border: 0;
    outline: none;
    padding: 10px 48px;
    width: 86%;
    font: var(--regular-20-px, 600 13px/149.5% 'Inter', sans-serif);
    color: #888B97;
    border-radius: 30px;
    margin-left: -20px;
  }
  .perumahan {
    color: var(--text-grey, #92929d);
    text-align: justify;
    font: var(--regular-30-px, 400 19px/149.5% 'Inter', sans-serif);
    position: relative;
    padding-bottom: 50px;
    margin-right: 5%;
    background: none;
  }
  .frame-133 .contact-pt-penerbit {
    position: relative;
    color: var(--text-black, #364670);
    text-align: left;
    font: 600 28px 'Inter', sans-serif;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    background: none;
  }
  .contact-header .button2 {
    background: var(--primary-blue, #0e0e59);
    border-radius: 50px;
    padding: 15px 40px 15px 40px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    /* box-shadow: 0px 12px 48px 0px rgba(0, 0, 0, 0.25); */
    /* width: 235px; */
  }
  /* END HALAMAN CONTACT RESOLUSI 1200px */

  /* START HALAMAN PELATIHAN RESOLUSI 1200PX */
  .pelatihan .row .card .image {
    position: relative;
    width: 300px;
    height: 300px;
    overflow: hidden;
    border-radius: 20px;
  }
  .pelatihan .row .card .text .center-text {
    position: absolute;
    top: 0%;
    z-index: 2;
    background: none;
    color: #ffff;
    font: 700 17px/130% 'Inter', sans-serif;
    text-shadow: 0px 2px 1.3px rgba(0, 0, 0, 0.25);
    line-height: normal;
    width: 265px;
    left: 6%;
    margin-top: 155px;
  }
  .pelatihan .row .card .text .bottom-text {
    position: absolute;
    top: -2%;
    z-index: 2;
    background: none;
    color: #fff;
    font: 700 18px/130% 'Inter', sans-serif;
    text-shadow: 0px 2px 1.3px rgba(0, 0, 0, 0.25);
    line-height: normal;
    width: 285px;
    left: 6%;
    margin-top: 260px;
    display: flex;
    align-items: baseline;
  }
  .pelatihan .load-next .load {
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid;
    border-radius: 50px;
    width: 25%;
    height: 50px;
  }
  .pelatihan .load-next .load button {
    background: none;
    font: var(--regular-20-px, 400 18px/149.5% 'Inter', sans-serif);
    line-height: normal;
    color: #92929D;
    border: 0px;
    text-decoration: none;
    margin-left: 0px;
  }
  .banner-pelatihan .banner-pelatihan-shape img {
    background: none;
    width: 100%;
    height: auto;
  }
  .banner-pelatihan .banner-pelatihan-shape .title {
    position: absolute;
    background: none;
    text-align: center;
    color: var(--MRT-App-Headline, #1B1C57);
    /* font-family: Lexend; */
    font: var(--regular-20-px, 700 26px 'Inter', sans-serif);
    line-height: 38px;
    text-transform: capitalize;
    background: none;
  }
  .banner-pelatihan .banner-pelatihan-shape .search {
    background: none;
    position: relative;
    margin-top: 10px;
  }
  .banner-pelatihan .banner-pelatihan-shape .search img {
    position: absolute;
    background: none;
    margin-left: 1%;
    margin-top: 4%;
    width: 6%;
  }
  .banner-pelatihan .banner-pelatihan-shape .search .klik button {
    position: absolute;
    top: 15%;
    left: 75%;
    font: var(--regular-20-px, 600 11px/149.5% 'Inter', sans-serif);
    background: #FF6600;
    padding: 8px 15px;
    border-radius: 30px;
    border: none;
  }
  .banner-pelatihan .banner-pelatihan-shape .search input {
    background: #fff;
    border: 0;
    outline: none;
    padding: 10px 48px;
    width: 86%;
    font: var(--regular-20-px, 600 13px/149.5% 'Inter', sans-serif);
    color: #888B97;
    border-radius: 30px;
    margin-left: -20px;
  }
  /* END HALAMAN PELATIHAN */
  /* START HALAMAN PELATIHAN DETAIL RESOLUSI 1200PX */
  .pelatihan-detail .card .card-body .text {
    background: none;
    margin-left: 20px;
  }
  .pelatihan-detail .card .card-body .text .title {
    background: none;
    font: var(--regular-20-px, 600 25px'Inter', sans-serif);
    color: #364670;
    letter-spacing: 0.117px;
    margin-top: 65px;
  }
  .pelatihan-detail .card .card-body .text .description ul li {
    background: none;
    font: var(--regular-20-px, 600 22px'Inter', sans-serif);
    color: #92929D;
    letter-spacing: 0.5px;
    padding-top: 3px;
    line-height: normal;
  }
  .pelatihan-detail .card .card-body .text .people {
    background: none;
    font: var(--regular-20-px, 600 22px'Inter', sans-serif);
    color: #92929D;
    letter-spacing: 0.5px;
  }
  .pelatihan-detail .card .card-body .footer-text {
    background: none;
    margin-top: 22px;
    margin-left: 30px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 28px;
  }
  .pelatihan-detail .card .card-body .footer-text .place {
    background: none;
    font: var(--regular-20-px, 500 25px'Inter', sans-serif);
  }
  .pelatihan-detail .card .card-body .footer-text .place .city {
    background: none;
    font: var(--regular-20-px, 500 19px'Inter', sans-serif);
    width: 80%;
    padding-top: 5px;
  }
  .pelatihan-detail .card .card-body .footer-text .paid {
    background: none;
    font: var(--regular-20-px, 500 25px'Inter', sans-serif);
  }
  .pelatihan-detail .card .card-body .reg a {
    background: #16A75C;
    text-decoration: none;
    font: var(--regular-20-px, 500 19px'Inter', sans-serif);
    color: #fff;
    padding: 20px;
    border-radius: 20px;
  }
  /* END HALAMAN PELATIHAN DETAIL */
}



@media screen and (max-width: 992px) {


  /* START HALAMAN LANDING RESOLUSI 992px */

  nav .navbar-toggler img{
    background: none;
  }
  .first-header .navbar-brand img {
    margin-left: 0px;
    width: 100%;
  }
  .first-header .navbar-expand-lg .navbar-nav .nav-item {
    background: none;
    position: relative;
    /* display: flex;
    justify-content: left;
    margin-top: 5px; */
  }
  .first-header #navbarNav .nav-item a.active {
    color: var(--primary-blue, #0e0e59);
    font: var(--h-3, 600 18px 'Inter', sans-serif);
    background: none;
    border-bottom: 1px solid #D96A20;
    width:15%;
  }
  .first-header #navbarNav .nav-link:hover {
    color: var(--primary-blue, #0e0e59);
    text-align: left;
    font: var(--h-3, 500 18px 'Inter', sans-serif);
    border-bottom: 1px solid #D96A20;
    width:15%;
  }
  .first-header .sign {
    margin-left: 0px;
    background: none;
  }
  .first-header #navbarNav .sign a {
    background: var(--primary-blue, #0e0e59);
    border-radius: 40px;
    padding: 10px 30px 10px 30px;
    color: #d2d2d2;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    /* box-shadow: 6px 6px 48px 0px rgba(106, 75, 255, 0.25); */
  }
  .first-header #navbarNav .sign a {
    background: var(--primary-blue, #0e0e59);
    border-radius: 40px;
    color: #d2d2d2;
    width: 20%;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .first-header #navbarNav .sign a:hover {
    background: var(--primary-blue, #0e0e59);
    border-radius: 40px;
    color: #fff;
    width: 20%;
    margin-bottom: 15px;
  }
  .dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-clip: padding-box;
    border: none;
    border-radius: .25rem;
    background: #F6F9FF;
    width: 19%;
    margin-top: 6px;
  }
  .search .rectangle-2 {
    background: #ffffff;
    border-radius: 50px;
    flex-shrink: 0;
    width: 649px;
    height: 77px;
    position: relative;
    box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.10), 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
    margin-top: -1087px;
  }

  .landing-header .search-statistic {
    display: flex;
    flex-direction: column;
    gap: 60px;
    align-items: center;
    justify-content: flex-start;
    background: none;
    display: block;
  }

  .landing-header .search-statistic .rectangle-2 {
    background: #ffffff;
    border-radius: 50px;
    flex-shrink: 0;
    width: 100%;
    height: 55px;
    position: relative;
    box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.10), 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
    margin-bottom: 120px;
    margin-top: 10px;
    z-index: 1;
}

  .landing-header .search-statistic form {
    background: none;
    width: 100%;
  }

  .landing-header .search-statistic input {
    display: flex;
    flex-direction: row;
    gap: 165px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: absolute;
    left: 30px;
    top: 10px;
    background: transparent;
    border: 0;
    outline: none;
    padding: 6px 4px;
    width: 88%;
    font: var(--regular-20-px, 500 17px/149.5% 'Inter', sans-serif);
    color: #888888;
  }
  .landing-header .search-statistic button {
    position: absolute;
    top: 23%;
    left: 13%;
    background: none;
    border: none;
    z-index: 1;
  }
 .landing-header .search-statistic .rectangle-31 {
    background: var(--primary-blue, #0e0e59);
    border-radius: 100px;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 92%;
    top: 10px;
  }
  .landing-header .search-statistic .rectangle-31 button i {
    font-size: 20px;
    color: white;
    background: none;
  }
  .landing-header .container .row .kol-1{
    order: 1;
  }
  .landing-header .frame-40 {
    position: relative;
    margin-top: 0px;
    background: none;
    z-index: 1;
    display: flex;
    justify-content: center;
  }
  .landing-header .frame-40 .image-1 {
    background: none;
    width: 79%;
    position: absolute;
    transform-origin: center center;
    animation: parallax3 4s infinite alternate ease-out;
  }
  .landing-header .frame-40 .image-2 {
    background: none;
    width: 30%;
    position: absolute;
    left: 15%;
    margin-top: 30px;
    transform-origin: center center;
    animation: parallax2 3s infinite alternate ease-out;
  }
  .landing-header .frame-40 .image-3 {
    background: none;
    width: 40%;
    margin-top: 93px;
    position: absolute;
    left: 13%;
    transform-origin: center center;
    animation: parallax3 3s infinite alternate ease-out;
  }
  .landing-header .frame-40 .image-4 {
    background: none;
    width: 30%;
    position: absolute;
    margin-top: 113px;
    left: 13%;
    transform-origin: center center;
    animation: parallax4 3s infinite alternate ease-out;
  }
  .landing-header .frame-1 {
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 100%;
    position: relative;
    /* padding-top: 30px; */
    font: var(--regular-20-px, 700 21px/149.5% 'Inter', sans-serif);
    color: #92929D;
    z-index: 1;
    background: none;
    margin-top: 400px;
  }
  .landing-header .frame-1 svg {
    background: none;
    width: 34px;
    height: 35px;
  }
  .landing-header .welcome {
    position: relative;
    width: 100%;
    margin-top: 15px;
    background: none;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .landing-header .welcome p {
    color: var(--text-black, #364670);
    text-align: center;
    font: var(--big-title-48-px, 600 48px/130% 'Inter', sans-serif);
    background: none;
    width: 80%;
  }
  .landing-header .your-citation {
    position: relative;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 25px;
    z-index: 1;
    background: none;
  }
  .landing-header .your-citation p{
    color: var(--text-grey, #92929d);
    text-align: center;
    font: var(--regular-20-px, 400 21px/149.5% 'Inter', sans-serif);
    background: none;
  }
  .landing-header .button {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .landing-header .button2 {
    background: var(--primary-blue, #0e0e59);
    border-radius: 50px;
    padding: 15px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    /* box-shadow: 0px 12px 48px 0px rgba(0, 0, 0, 0.25); */
    width: 45%;
    z-index: 1;
  }
  .landing-header .scroll-down {
    background: none;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .landing-header .scroll-down button svg {
    background: none;
    width: 50px;
    height: 50px;
    margin-left: 0px;
    transform-origin: center center;
    animation: scrollDownAnimation2 2s infinite ease-in-out;
  }
  .landing-header .scroll-down2 {
    background: none;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .landing-header .scroll-down2 button svg {
    background: none;
    width: 50px;
    height: 50px;
    margin-left: 0px;
    transform-origin: center center;
    animation: scrollDownAnimation2 2s infinite ease-in-out;
  }
  .our-client .title h1 {
    color: var(--text-black, #364670);
    text-align: center;
    font: 700 28px/130% 'Inter', sans-serif;
    position: relative;
    background: none;
    border: 1px solid #E0E3EB;
    width: 31%;
    height: 65px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    margin-top: -35px;
  }
  .review .title h1 {
    color: var(--text-black, #364670);
    text-align: center;
    font: 700 28px/130% 'Inter', sans-serif;
    position: relative;
    background: none;
    border: 1px solid #E0E3EB;
    width: 31%;
    height: 65px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
  }
  .review .card {
    position: relative;
    width: 95%;
    height: 130px;
    border: 1px solid transparent;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
  }
  .review .swiper-slide {
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .review .swiper {
    padding-top: 100px;
    padding-bottom: 50px;
    display: flex;
    justify-content: center;
    background: none;
  }
  .swiper .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 200px 225px;
    /* grid-gap: 10px; */
    margin-bottom: -20px;
  }
  .review .card .image img {
    background: none;
    margin-top: -45px;
    width: 71px;
    height: 70px;
    margin-bottom: 0px;
    margin-left: -170px;
  }
  .review .card .name {
    background: none;
    margin-top: -55px;
    margin-left: -105px;
  }
  .review .card .name span {
    background: none;
    font: var(--h-3, 600 19px 'Inter', sans-serif);
    text-decoration: underline;
    letter-spacing: 0.5px;
  }
  .review .card .rating {
    background: none;
    display: flex;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: -65px;
  }
  .review .card .description {
    background: none;
    width: 90%;
    overflow: hidden;
    margin-left: 29px;
  }
  .review .card .description p {
    background: none;
    font: var(--h-3, 400 16px'Inter', sans-serif);
    letter-spacing: 0.2px;
    text-align: left;
    overflow: hidden;
  }
  .post .title h1 {
    color: var(--text-black, #364670);
    text-align: center;
    font: 700 28px/130% 'Inter', sans-serif;
    position: relative;
    background: none;
    border: 1px solid #E0E3EB;
    width: 31%;
    height: 65px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
  }
  .post .latepost .image img {
    width: 100%;
    background: none;
    height: 240px;
  }
  .post .latepost .post .content .img-post {
    background: none;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -5px;
    margin-top: 15px;
  }
  .post .latepost .post .content .img-post img {
    width: 93%;
    padding: 9px;
    background: #fff;
    border-radius: 10px;
    height: 150px;
  }
  .post .latepost .post .content .content2 {
    background: none;
    width: 56%;
    margin-left: 5px;
  }
  .post .latepost .post .news {
    border-radius: 50px;
    background: none;
    text-align: center;
    position: absolute;
    top: 4%;
    left: 2%;
  }
  .post .latepost .post .news p {
    background: none;
    font: var(--regular-20-px, 900 11px/149.5% 'Inter', sans-serif);
    letter-spacing: 0.24px;
    line-height: 149.5%;
    color: #92929D;
    margin-top: 5px;
  }
  .banner-landing {
    padding-top: 10%;
    position: relative;
    /* z-index: 1; */
    /* background: none; */
    display: none;
  }


  .footer-bg-landing1 img {
      position: absolute;
      width: 100%;
      /* margin-top: -170%; */
      top: 170%;
      background: none;
  }
  .footer-bg-landing2 img {
    position: absolute;
    width: 100%;
    top: 256%;
    /* margin-top: -75%; */
    background: none;
  }
  .footer {
    padding-top: 60px;
  }

  .footer .company {
    width: 64.666667%;
  }

  .footer .import {
    width: 33.666667%;
  }

  .footer .eks {
    width: 64.666667%;
    margin-bottom: 40px;
  }

  .footer .sos {
    width: 33.666667%;
  }

  .footer .our-company {
    color: var(--text-black, #364670);
    text-align: left;
    font: var(--regular-20-px, 600 19px 'Inter', sans-serif);
    position: relative;
  }
  .footer .logo-idpublishing-1 {
    flex-shrink: 0;
    width: 200px;
    height: 71.47px;
    position: relative;
  }

  .footer .our-office {
    color: var(--text-black, #364670);
    text-align: left;
    font: var(--regular-20-px, 500 19px 'Inter', sans-serif);
    position: relative;
  }

  .footer .pt-penerbit-jurnal-indonesia-span {
    color: var(--text-black, #364670);
    font: var(--regular-20-px, 500 19px 'Inter', sans-serif);
  }
  .group {
    position: absolute;
    left: 4.67px;
    top: 2.33px;
    overflow: visible;
    width: 70%;
  }
  .footer .frame-3 {
    display: flex;
    flex-direction: row;
    gap: 32px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    width: 75%;
    position: relative;
  }
  .footer .main-office-pubmedia-journal-training-kelurahan-ngestiharjo-kecamatan-kasihan-kabupaten-bantul-d-i-yogyakarta {
    color: var(--text-black, #364670);
    text-align: justify;
    font: var(--regular-20-px, 500 18px 'Inter', sans-serif);
    position: relative;
    flex: 1;
    line-height: 25px;
  }
  .email2 {
    flex-shrink: 0;
    position: relative;
    overflow: visible;
    width: 25px;
  }
  .footer .info-idpublishing-org {
    color: var(--text-black, #364670);
    text-align: left;
    font: var(--regular-20-px, 500 18px 'Inter', sans-serif);
    position: relative;
  }
  .phone {
    flex-shrink: 0;
    position: relative;
    overflow: visible;
    width: 25px;
  }
  ._62-81990251989 {
    color: var(--text-black, #364670);
    text-align: left;
    font: var(--regular-20-px, 500 18px 'Inter', sans-serif);
    position: relative;
  }

  .footer .sitemap {
    display: flex;
    flex-direction: column;
    gap: 27px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
    margin-top: 60px;
  }

  .footer .important-links {
    color: var(--text-black, #364670);
    text-align: left;
    font: var(--h-2, 600 19px 'Inter', sans-serif);
    position: relative;
  }

  .footer .contact-us {
    color: var(--text-black, #364670);
    text-align: left;
    font: var(--regular-20-px, 500 18px 'Inter', sans-serif);
    position: relative;
  }

  .footer .privacy-policy {
    color: var(--text-black, #364670);
    text-align: left;
    font: var(--regular-20-px, 500 18px 'Inter', sans-serif);
    position: relative;
  }

  .footer .terms-of-service {
    color: var(--text-black, #364670);
    text-align: left;
    font: var(--regular-20-px, 500 18px 'Inter', sans-serif);
    position: relative;
  }

  .footer .sitemap2 {
    display: flex;
    flex-direction: column;
    gap: 28px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
    margin-top: 60px;
  }

  .footer .eksternal-links {
    color: var(--text-black, #364670);
    text-align: left;
    font: var(--h-2, 600 19px 'Inter', sans-serif);
    position: relative;
  }

  .footer .id-publishing {
    color: var(--text-black, #364670);
    text-align: left;
    font: var(--regular-20-px, 500 18px 'Inter', sans-serif);
    position: relative;
  }

  .footer .pubmedia {
    color: var(--text-black, #364670);
    text-align: left;
    font: var(--regular-20-px, 500 18px 'Inter', sans-serif);
    position: relative;
  }

  .footer .socmed {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
    margin-top: 60px;
    margin-bottom: 40px;
  }

  .social-media {
    color: var(--text-black, #364670);
    text-align: left;
    font: var(--h-2, 600 18px 'Inter', sans-serif);
    position: relative;
  }
  .facebook-fill {
    flex-shrink: 0;
    position: relative;
    overflow: visible;
    width: 25px;
  }
  .twitter-fill {
    flex-shrink: 0;
    position: relative;
    width: 25px;
    overflow: visible;
  }
  .linkedin-fill svg{
    width: 70%;
  }
  /* END HALAMAN LANDING */



  /* START HALAMAN LOGIN RESOLUSI 992px */

  .login-header .column1 {
    display: none;
  }
  .login-header .rectangle-49 {
    background: var(--text-color-white, #ffffff);
    border-radius: 60px 0px 60px 0px;
    width: 100%;
    height: 680px;
    position: absolute;
    margin-left: -100px;
    display: none;
  }
  .login-header .sign-in3 {
    position: relative;
    background: none;
    margin-top: 10px;
    margin-left: 4%;
    width: 70%;
  }
  .login-header .sign-in3 .logo-big {
    padding: 8.29px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: left;
    flex-shrink: 0;
    background: none;
    display: none;
  }
  .login-header .form-sign-in {
    display: flex;
    flex-direction: column;
    gap: 24.86px;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
    background: none;
    margin-bottom: 60px;
  }
  .login-header .sign-in4 {
    color: var(--primary-blue, #0e0e59);
    text-align: center;
    font: 700 28px 'Inter', sans-serif;
    position: relative;
    left: -5px;
    top: 30px;
    background: none;
  }
  .login-header .email-address2 {
    color: var(--dark-grey, #888383);
    text-align: left;
    font: 400 18px 'Inter', sans-serif;
    background: none;
  }
  .login-header .password2 {
    color: var(--dark-grey, #888383);
    text-align: left;
    font: 400 18px 'Inter', sans-serif;
    position: relative;
    background: none;
  }
  .login-header .lupa-password {
    color: var(--text-color-grey, #92929d);
    text-align: left;
    font: 400 18px 'Inter', sans-serif;
    position: relative;
    background: none;
  }
  .login-header .frame-60 .button2 {
    color: var(--text-white, #dfdfdf);
    text-align: left;
    font: var(--h-3, 500 18px 'Inter', sans-serif);
    position: relative;
    background: none;
  }
  .login-header .frame-60 .button2:hover {
    color: var(--text-white, #ffffff);
    text-align: left;
    font: var(--h-3, 500 18px 'Inter', sans-serif);
    position: relative;
    background: none;
  }
  .login-header .button5 {
    color: var(--primary-blue, #39399c);
    text-align: left;
    font: var(--h-3, 500 18px 'Inter', sans-serif);
    position: relative;
    background: none;
  }
  .login-header .button5:hover {
    color: var(--primary-blue, #0e0e59);
    text-align: left;
    font: var(--h-3, 600 18px 'Inter', sans-serif);
    position: relative;
    background: none;
  }

  /* END HALAMAN LOGIN */


  /* START HALAMAN REGISTER RESOLUSI 992 PX */
  .register-header .register2 .rectangle-45 {
    display: none;
  }

  .register-header .register2 .unsplash-v-ggn-0-x-ldy-8-s {
    display: none;
  }

  .register-header .rectangle-49 {
    display: none;
  }

  .register-header .pubmedia3 {
    display: none;
  }

  .register-header .register3 .logo-big {
    display: none;
  }
  .register-header .register3 {
    /* display: contents; */
    position: relative;
    background: none;
    margin-top: 30px;
    margin-left: 0%;
    width: 100%;
  }
  .register-header .form-register {
    display: flex;
    flex-direction: column;
    gap: 24.86px;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    background: none;
  }
  .register-header .register4 {
    color: var(--primary-blue, #0e0e59);
    text-align: left;
    font: 700 28px 'Inter', sans-serif;
    position: relative;
    top: 10px;
    background: none;
    margin-left: -1%;
    text-align: center;
  }
  .register-header .email-address2 {
    color: var(--dark-grey, #888383);
    text-align: left;
    font: 400 18px 'Inter', sans-serif;
    background: none;
  }
  .register-header .how-did-you-hear-about-us {
    color: var(--dark-grey, #5b5575);
    text-align: left;
    font: 400 18px 'Inter', sans-serif;
    position: relative;
    background: none;
  }
  .register-header .placeholder {
    color: var(--text-color-line-dark, #979797);
    text-align: left;
    font: var(--h-4, 500 18px 'Inter', sans-serif);
    position: relative;
    background: none;
  }
  .register-header .placeholder:hover {
    color: var(--text-color-line-dark, #4b4b4b);
    text-align: left;
    font: var(--h-4, 500 18px 'Inter', sans-serif);
    position: relative;
    background: none;
  }
  .register-header .placeholder2 {
    color: var(--text-black, #6a7592);
    text-align: left;
    font: var(--h-4, 500 18px 'Inter', sans-serif);
    position: relative;
    background: none;
    border-color: rgba(178, 34, 34, 0);
    outline: none;
    width: 100%;
  }
  .register-header .button2 {
    color: var(--text-white, #dfdfdf);
    text-align: left;
    font: var(--h-3, 500 18px 'Inter', sans-serif);
    position: relative;
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .register-header .sudah-punya-akun {
    color: var(--primary-blue, #0e0e59);
    text-align: left;
    font: 500 17px 'Inter', sans-serif;
    position: relative;
    background: none;
  }
  .register-header .frame-60 .sign-in2 {
    color: var(--text-color-grey, #92929d);
    text-align: left;
    font: 500 17px 'Inter', sans-serif;
    position: relative;
    top: -7px;
    background: none;
  }
  .register-header .frame-60 .sign-in2:hover {
    color: var(--text-color-grey, #4b4b4e);
    text-align: left;
    font: 500 17px 'Inter', sans-serif;
    position: relative;
    top: -7px;
    background: none;
  }
  /* END HALAMAN REGISTER RESOLUSI 992 PX */

  /* START HALAMAN ABOUT RESOLUSI 992 PX */
  .about-header .about-us {
    color: var(--text-black, #364670);
    text-align: center;
    font: 600 35px/130% 'Inter', sans-serif;
    position: relative;
    background: none;
  }
  .about-header .berikut {
    color: var(--text-color-grey, #92929d);
    text-align: center;
    font: var(--regular-20-px, 400 19px/149.5% 'Inter', sans-serif);
    position: relative;
    margin-bottom: 2%;
    background: none;
  }
  .about-id-publishing2 .frame-133 {
    color: #364670;
    text-align: left;
    font: var(--regular-20-px, 600 19px/149.5% 'Inter', sans-serif);
    background: none;
    position: relative;
    margin-top: -70px;
  }
  .sub-nilai {
    color: var(--text-color-black, #364670);
    text-align: center;
    font: var(--h-2, 600 20px 'Inter', sans-serif);
    position: relative;
    align-self: stretch;
    padding-top: 80px;
    padding-bottom: 25px;
    background: none;
    position: relative;
    z-index: 1;
  }
  .banner-about {
    padding-top: 10%;
    position: relative;
    /* z-index: 1; */
    /* background: none; */
    display: none;
  }

  /* END HALAMAN ABOUT RESOLUSI 992 PX */
  /* START HALAMAN OURTEAM RESOLUSI 992PX */
  .team-header .our-team {
    color: var(--text-black, #364670);
    text-align: center;
    font: 600 35px/130% 'Inter', sans-serif;
    position: relative;
    background: none;
  }
  .banner-ourteam {
    padding-top: 10%;
    position: relative;
    /* z-index: 1; */
    /* background: none; */
    display: none;
  }
  .footer-bg-ourteam img {
    position: absolute;
    width: 100%;
    margin-top: -110%;
    height: 670px;
  }
  /* END HALAMAN OURTEAM */

  /* START HALAMAN LAYANAN RESOLUSI 992PX */
  .banner-layanan {
    padding-top: 10%;
    position: relative;
    /* z-index: 1; */
    /* background: none; */
    display: none;
  }
  .footer-bg-layanan img{
    position: absolute;
    width: 100%;
    margin-top: -35%;
  }
  .footer-bg-layanan2 img{
    position: absolute;
    width: 100%;
    margin-top: -4800px;
    background: none;
    z-index: 0;
  }
  .footer-bg-layanan3 img{
    position: absolute;
    width: 100%;
    margin-top: -2559px;
    background: none;
    z-index: 0;
  }
  /* END HALAMAN LAYANAN */

  /* START HALAMAN LAYANAN DETAIL RESOLUSI 992PX */
  .footer-bg-layanan-detail img{
    position: absolute;
    width: 100%;
    /* margin-top: -170%; */
    margin-top: -10%;
    height: 600px;
    background: none;
  }
  .layanan-detail .card .card-body .image {
    background: none;
    padding-top: 10px;
  }
  .layanan-detail .card .card-body .image img {
    background: none;
    width: 100%;
    height: 460px;
    object-fit: cover;
    object-position: center 5%;
    box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.10), 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
    border-radius: 25px;
  }
  .layanan-detail .secondary-button {
    background: rgba(29, 241, 101, 0.20);
    border-radius: 20px;
    left: 30px;
    top: 30px;
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: center;
    justify-content: center;
    width: 50%;
    position: relative;
  }
  .layanan-detail .repository {
    color: var(--text-black, #364670);
    text-align: left;
    position: relative;
    left: 10px;
    flex: 1;
    background: none;
    font: var(--regular-20-px, 700 17px'Inter', sans-serif);
  }
  .layanan-detail .card .card-body .text {
    background: none;
    margin-left: 30px;
  }
  .layanan-detail .card .card-body .text .title {
    background: none;
    font: var(--regular-20-px, 600 23px'Inter', sans-serif);
    color: #364670;
    letter-spacing: 0.117px;
    margin-top: 55px;
  }
  .layanan-detail .card .card-body .text .people {
    background: none;
    font: var(--regular-20-px, 500 19px'Inter', sans-serif);
    color: #92929D;
    letter-spacing: 0.5px;
    margin-top: 5px;
  }
  .layanan-detail .card .card-body .footer-text {
    background: none;
    margin-top: 22px;
    margin-left: 30px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    align-items: center;
  }
  .layanan-detail .card .card-body .footer-text .paid {
    background: none;
    font: var(--regular-20-px, 500 23px'Inter', sans-serif);
  }
  .layanan-detail .card .card-body .footer-text .paid .price {
    background: none;
    padding-top: 5px;
    font: var(--regular-20-px, 500 23px'Inter', sans-serif);
    color: #FF7426;
  }
  .layanan-detail .card .card-body .reg a {
    background: #16A75C;
    text-decoration: none;
    font: var(--regular-20-px, 500 20px'Inter', sans-serif);
    color: #fff;
    padding: 15px;
    border-radius: 20px;
  }

  /* END HALAMAN LAYANAN DETAIL */

  /* START HALAMAN BLOG RESOLUSI 992PX */
  .blog-header .search-statistic .rectangle-31 {
    background: var(--primary-blue, #0e0e59);
    border-radius: 100px;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 93%;
    top: 8px;
  }
  .blog-header .search-statistic button {
    position: absolute;
    top: 20%;
    left: 10%;
    background: none;
    border: none;
    z-index: 1;
  }
  .blog-header .title .card .card-body .text a {
    background: none;
    font: var(--regular-20-px, 600 25px/149.5% 'Inter', sans-serif);
    text-decoration: none;
    color: #0e0e59;
  }
  .blog-header .title .card .card-body .text a:hover{
    background: none;
    font: var(--regular-20-px, 600 25px/149.5% 'Inter', sans-serif);
    text-decoration: none;
    color: #0e0ea8;
  }
  .blog-header .title .card .card-body .news {
    font: var(--regular-20-px, 500 17px/149.5% 'Inter', sans-serif);
    padding: 2px;
    letter-spacing: 0.1px;
    color: #000;
    border-radius: 25px;
    background: rgba(29, 146, 241, 0.20);
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 34px;
    margin-left: 40px;
  }
  .blog-header .title .card .card-body .tips {
    font: var(--regular-20-px, 500 17px/149.5% 'Inter', sans-serif);
    padding: 2px 8px;
    letter-spacing: 0.1px;
    color: #000;
    border-radius: 25px;
    background: rgb(241 150 29 / 20%);
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 34px;
    margin-left: 40px;
  }
  .blog-header .title .card .card-body .people {
    background: none;
    margin-top: 10px;
    margin-left: 40px;
    font: var(--regular-20-px, 500 17px/149.5% 'Inter', sans-serif);
    letter-spacing: 0.1px;
    color: #92929D;
  }
  .blog-header .title .card .card-body .people i {
    background: none;
    /* width: 14px; */
    /* height: 24px; */
    margin-right: 10px;
  }
  .blog-header .title .card .card-body .description {
    background: none;
    margin-top: 38px;
    margin-left: 40px;
    width: 90%;
  }
  .blog-header .title .card .card-body .description p {
    background: none;
    font: var(--regular-20-px, 400 18px/149.5% 'Inter', sans-serif);
    line-height: 149.5%;
    letter-spacing: 0.4px;
    color: #696974;
    text-align: justify;
  }
  .blog-header .title .card .card-body .date {
    background: #fff;
    border: 1px solid #D96A20;
    color: #D96A20;
    width: 140px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 40px;
    position: absolute;
    z-index: 1;
    margin-top: -20px;
    font: var(--regular-20-px, 400 13px/149.5% 'Inter', sans-serif);
  }
  .blog-header .title .card .card-body .read-post {
    background: none;
    margin-top: 10px;
    margin-left: 40px;
    margin-bottom: 65px;
    display: flex;
  }
  .blog-header .title .card .card-body .read-post a {
    background: none;
    text-decoration: none;
    font: var(--regular-20-px, 600 18px/130% 'Inter', sans-serif);
    color: #0e0e59;
  }
  .blog-header .title .card .card-body .read-post a:hover{
    background: none;
    text-decoration: none;
    font: var(--regular-20-px, 600 18px/130% 'Inter', sans-serif);
    color: #0000db;
  }
  .blog-header .title .card .card-body .read-post svg {
    background: none;
    color: #0e0e59;
    width: 15px;
    height: 15px;
  }
  .blog-header .title .pagination-container .pagination-button.active {
    border-bottom: 2px solid #D96A20;
    font: var(--regular-20-px, 600 18px/130% 'Inter', sans-serif);
    color: #000;
  }
  .blog-header .title .pagination-container .pagination-button {
    background: none;
    border: none;
    cursor: pointer;
    font: var(--regular-20-px, 500 18px/130% 'Inter', sans-serif);
    color: #84829A;
    margin-top: 30px;
  }
  .blog-header .title .card2 .card-body {
    box-shadow: none;
    background: none;
    position: relative;
    z-index: 1;
    width: 100%;
  }
  .blog-header .title .card2 .card-body .category {
    font: var(--regular-20-px, 600 23px/130% 'Inter', sans-serif);
    background: none;
    color: #0e0e59;
    margin-top: 69px;
    text-align: left;
    margin-bottom: 36px;
  }
  .blog-header .title .card2 .card-body .list {
    background: none;
    margin-left: 0px;
  }
  .blog-header .title .card2 .card-body .list ul {
    background: none;
    display: flex;
    justify-content: left;
    /* margin-left: -40px; */
    padding: 0px;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .blog-header .title .card2 .card-body .list ul .berita{
    background: rgba(29, 146, 241, 0.20);
  }
  .blog-header .title .card2 .card-body .list ul .karir{
    background: rgb(30 241 29 / 20%);
  }
  .blog-header .title .card2 .card-body .list ul .pengumuman{
    background: rgb(241 29 184 / 20%);
  }
  .blog-header .title .card2 .card-body .list ul .tips-trik{
    background: rgb(241 150 29 / 20%);
  }
  .blog-header .title .card2 .card-body .list ul .tutorial{
    background: rgb(208 241 29 / 35%);
  }
  .blog-header .title .card2 .card-body .list ul .wawancara{
    background: rgb(241 132 29 / 35%);
  }
  .blog-header .title .card2 .card-body .list ul li {
    background: none;
    list-style: none;
    border-radius: 50px;
    padding: 2px 25px;
    margin-left: 10px;
    margin-top: 20px;
  }
  .blog-header .title .card2 .card-body .list ul li a svg{
    background: none;
    display: block;
  }
  .blog-header .title .card2 .card-body .list ul li a {
    background: none;
    text-decoration: none;
    font: var(--regular-20-px, 400 18px/179.5% 'Inter', sans-serif);
    letter-spacing: 1.2px;
    color: #696974;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }
  .blog-header .title .card2 .card-body .list ul li a:hover {
    background: none;
    text-decoration: none;
    font: var(--regular-20-px, 400 18px/179.5% 'Inter', sans-serif);
    letter-spacing: 1.2px;
    color: #0e0e59;
  }
  .blog-header .title .card2 .card-body .new-post {
    background: none;
    text-align: left;
    margin-top: 60px;
  }
  .blog-header .title .card2 .card-body .new-post span {
    font: var(--regular-20-px, 600 23px/130% 'Inter', sans-serif);
    background: none;
    color: #0e0e59;
    margin-bottom: 29px;
  }
  .blog-header .title .card2 .card-body .new-post .row {
    background: none;
    margin-top: 50px;
  }
  .blog-header .title .card2 .card-body .new-post .row .col-lg-6 .date {
    background: none;
    font: var(--regular-20-px, 300 12px/130% 'Inter', sans-serif);
    letter-spacing: 0.32px;
    color: #364670;
    text-align: left;
    margin-top: 20px;
  }
  .banner-blog {
    padding-top: 10%;
    position: relative;
    z-index: 1;
    background: none;
    display: none;
  }
  .blog-header .title .card2 .card-body .new-post .next {
    background: none;
    margin-top: 50px;
    margin-bottom: -100px;
    text-align: center;
  }

  .footer-bg-blog img {
    position: absolute;
    width: 100%;
    margin-top: -105%;
  }
  /* END HALAMAN BLOG */

  /* START HALAMAN BLOG DETAIL RESOLUSI 992 PX */
  .footer-bg-blog-detail img{
    position: absolute;
    width: 100%;
    /* margin-top: -170%; */
    margin-top: -105%;
    background: none;
  }

  .blog-detail .search-statistic .rectangle-31 {
    background: var(--primary-blue, #0e0e59);
    border-radius: 100px;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 93%;
    top: 8px;
  }
  .blog-detail .search-statistic button {
    position: absolute;
    top: 20%;
    left: 10%;
    background: none;
    border: none;
    z-index: 1;
  }
  .blog-detail .title .card .card-body .text a {
    background: none;
    font: var(--regular-20-px, 600 25px/149.5% 'Inter', sans-serif);
    text-decoration: none;
    color: #0e0e59;
  }
  .blog-detail .title .card .card-body .text a:hover{
    background: none;
    font: var(--regular-20-px, 600 25px/149.5% 'Inter', sans-serif);
    text-decoration: none;
    color: #0e0ea8;
  }
  .blog-detail .title .card .card-body .news {
    font: var(--regular-20-px, 500 17px/149.5% 'Inter', sans-serif);
    padding: 2px;
    letter-spacing: 0.1px;
    color: #000;
    border-radius: 25px;
    background: rgba(29, 146, 241, 0.20);
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 34px;
    margin-left: 40px;
  }
  .blog-detail .title .card .card-body .tips {
    font: var(--regular-20-px, 500 17px/149.5% 'Inter', sans-serif);
    padding: 2px 8px;
    letter-spacing: 0.1px;
    color: #000;
    border-radius: 25px;
    background: rgb(241 150 29 / 20%);
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 34px;
    margin-left: 40px;
  }
  .blog-detail .title .card .card-body .people {
    background: none;
    margin-top: 10px;
    margin-left: 40px;
    font: var(--regular-20-px, 500 17px/149.5% 'Inter', sans-serif);
    letter-spacing: 0.1px;
    color: #92929D;
  }
  .blog-detail .title .card .card-body .people i {
    background: none;
    /* width: 14px; */
    /* height: 24px; */
    margin-right: 10px;
  }
  .blog-detail .title .card .card-body .description {
    background: none;
    margin-top: 38px;
    margin-left: 40px;
    width: 90%;
  }
  .blog-detail .title .card .card-body .description p {
    background: none;
    font: var(--regular-20-px, 400 18px/149.5% 'Inter', sans-serif);
    line-height: 149.5%;
    letter-spacing: 0.4px;
    color: #696974;
    text-align: justify;
  }
  .blog-detail .title .card .card-body .date {
    background: #fff;
    border: 1px solid #D96A20;
    color: #D96A20;
    width: 140px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 40px;
    position: absolute;
    z-index: 1;
    margin-top: -20px;
    font: var(--regular-20-px, 400 13px/149.5% 'Inter', sans-serif);
  }
  .blog-detail .title .card .card-body .read-post {
    background: none;
    margin-top: 10px;
    margin-left: 40px;
    margin-bottom: 65px;
    display: flex;
  }
  .blog-detail .title .card .card-body .read-post a {
    background: none;
    text-decoration: none;
    font: var(--regular-20-px, 600 18px/130% 'Inter', sans-serif);
    color: #0e0e59;
  }
  .blog-detail .title .card .card-body .read-post a:hover{
    background: none;
    text-decoration: none;
    font: var(--regular-20-px, 600 18px/130% 'Inter', sans-serif);
    color: #0000db;
  }
  .blog-detail .title .card .card-body .read-post svg {
    background: none;
    color: #0e0e59;
    width: 15px;
    height: 15px;
  }
  .blog-detail .title .pagination-container .pagination-button.active {
    border-bottom: 2px solid #D96A20;
    font: var(--regular-20-px, 600 18px/130% 'Inter', sans-serif);
    color: #000;
  }
  .blog-detail .title .pagination-container .pagination-button {
    background: none;
    border: none;
    cursor: pointer;
    font: var(--regular-20-px, 500 18px/130% 'Inter', sans-serif);
    color: #84829A;
    margin-top: 30px;
  }
  .blog-detail .title .card2 .card-body {
    box-shadow: none;
    background: none;
    position: relative;
    z-index: 1;
    width: 100%;
  }
  .blog-detail .title .card2 .card-body .category {
    font: var(--regular-20-px, 600 23px/130% 'Inter', sans-serif);
    background: none;
    color: #0e0e59;
    margin-top: 69px;
    text-align: left;
    margin-bottom: 36px;
  }
  .blog-detail .title .card2 .card-body .list {
    background: none;
    margin-left: 0px;
  }
  .blog-detail .title .card2 .card-body .list ul {
    background: none;
    display: flex;
    justify-content: left;
    /* margin-left: -40px; */
    padding: 0px;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .blog-detail .title .card2 .card-body .list ul .berita{
    background: rgba(29, 146, 241, 0.20);
  }
  .blog-detail .title .card2 .card-body .list ul .karir{
    background: rgb(30 241 29 / 20%);
  }
  .blog-detail .title .card2 .card-body .list ul .pengumuman{
    background: rgb(241 29 184 / 20%);
  }
  .blog-detail .title .card2 .card-body .list ul .tips-trik{
    background: rgb(241 150 29 / 20%);
  }
  .blog-detail .title .card2 .card-body .list ul .tutorial{
    background: rgb(208 241 29 / 35%);
  }
  .blog-detail .title .card2 .card-body .list ul .wawancara{
    background: rgb(241 132 29 / 35%);
  }
  .blog-detail .title .card2 .card-body .list ul li {
    background: none;
    list-style: none;
    border-radius: 50px;
    padding: 2px 25px;
    margin-left: 10px;
    margin-top: 20px;
  }
  .blog-detail .title .card2 .card-body .list ul li a svg{
    background: none;
    display: block;
  }
  .blog-detail .title .card2 .card-body .list ul li a {
    background: none;
    text-decoration: none;
    font: var(--regular-20-px, 400 18px/179.5% 'Inter', sans-serif);
    letter-spacing: 1.2px;
    color: #696974;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }
  .blog-detail .title .card2 .card-body .list ul li a:hover {
    background: none;
    text-decoration: none;
    font: var(--regular-20-px, 400 18px/179.5% 'Inter', sans-serif);
    letter-spacing: 1.2px;
    color: #0e0e59;
  }
  .blog-detail .title .card2 .card-body .new-post {
    background: none;
    text-align: left;
    margin-top: 60px;
  }
  .blog-detail .title .card2 .card-body .new-post span {
    font: var(--regular-20-px, 600 23px/130% 'Inter', sans-serif);
    background: none;
    color: #0e0e59;
    margin-bottom: 29px;
  }
  .blog-detail .title .card2 .card-body .new-post .row {
    background: none;
    margin-top: 50px;
  }
  .blog-detail .title .card2 .card-body .new-post .row .col-lg-6 .date {
    background: none;
    font: var(--regular-20-px, 300 12px/130% 'Inter', sans-serif);
    letter-spacing: 0.32px;
    color: #364670;
    text-align: left;
    margin-top: 20px;
  }
  .banner-blog {
    padding-top: 10%;
    position: relative;
    z-index: 1;
    background: none;
    display: none;
  }
  .blog-detail .title .card2 .card-body .new-post .next {
    background: none;
    margin-top: 50px;
    margin-bottom: -100px;
    text-align: center;
  }

  .footer-bg-blog img {
    position: absolute;
    width: 100%;
    margin-top: -105%;
  }

  /* END HALAMAN BLOG DETAIL  */

  /* START HALAMAN CONTACT RESOLUSI 992 PX */
  .contact-header .our-contact {
    color: var(--text-black, #364670);
    text-align: center;
    font: 600 35px/130% 'Inter', sans-serif;
    position: relative;
    background: none;
  }
  .contact-header .silahkan-kontak {
    color: var(--text-color-grey, #92929d);
    text-align: center;
    font: var(--regular-20-px, 400 19px/149.5% 'Inter', sans-serif);
    position: relative;
    /* width: 696px; */
    padding-bottom: 85px;
    background: none;
  }
  .contact-header .maps{
    order: -1;
  }
  .contact-header .rectangle {
    width: 100%;
    height: 450px;
    position: relative;
    z-index: 2;
    margin-top: 78px;
  }
  .frame-133 .contact-pt-penerbit {
    position: relative;
    color: var(--text-black, #364670);
    text-align: left;
    font: 600 23px 'Inter', sans-serif;
    width: 100%;
    margin-top: -595px;
    padding-bottom: 520px;
    background: none;
  }
  .frame-133 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    /* position: relative; */
  }
  .perumahan {
    color: var(--text-grey, #92929d);
    text-align: justify;
    font: var(--regular-30-px, 400 18px/149.5% 'Inter', sans-serif);
    position: relative;
    padding-bottom: 50px;
    margin-right: 5%;
    background: none;
  }
  .contact-header .button3 {
    color: var(--text-white, #d2d2d2);
    text-align: left;
    font: var(--h-3, 500 18px 'Inter', sans-serif);
    /* position: relative; */
    background: none;
  }
  .contact-header .button3:hover {
    color: var(--text-white, #ffffff);
    text-align: left;
    font: var(--h-3, 500 18px 'Inter', sans-serif);
    /* position: relative; */
    background: none;
  }
  .banner {
    padding-top: 90px;
    display: none;
  }
  .footer-bg-contact img {
    position: absolute;
    width: 100%;
    bottom: 0%;
    background: none;
    height: 600px;
  }
  /* END HALAMAN CONTACT RESOLUSI 992 PX */
  /* START HALAMAN PELATIHAN RESOLUSI 992PX */
  .pelatihan .training {
    color: var(--text-black, #364670);
    text-align: center;
    font: 600 35px/130% 'Inter', sans-serif;
    position: relative;
    background: none;
  }
  .pelatihan .load-next .load {
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid;
    border-radius: 50px;
    width: 32%;
    height: 50px;
  }
  .banner-pelatihan {
    padding-top: 10%;
    /* background: none; */
    display: none;
  }
  /* END HALAMAN PELATIHAN */

  /* START HALAMAN PELATIHAN DETAIL RESOLUSI 992PX */
  .pelatihan-detail .card .card-body .image img {
    background: none;
    width: 100%;
    height: 320px;
    object-fit: cover;
    object-position: center 5%;
    box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.10), 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
    border-radius: 25px;
  }
  .pelatihan-detail .card .card-body .text .title {
    background: none;
    font: var(--regular-20-px, 600 25px'Inter', sans-serif);
    color: #364670;
    letter-spacing: 0.117px;
    margin-top: 65px;
  }
  .pelatihan-detail .card .card-body .text .title {
    background: none;
    font: var(--regular-20-px, 600 23px 'Inter', sans-serif);
    color: #364670;
    letter-spacing: 0.117px;
    margin-top: 65px;
  }
  .pelatihan-detail .card .card-body .text .description ul li {
    background: none;
    font: var(--regular-20-px, 500 19px'Inter', sans-serif);
    color: #92929D;
    letter-spacing: 0.5px;
    padding-top: 3px;
    line-height: normal;
  }
  .pelatihan-detail .card .card-body .text .people {
    background: none;
    font: var(--regular-20-px, 500 19px 'Inter', sans-serif);
    color: #92929D;
    letter-spacing: 0.5px;
  }
  .pelatihan-detail .card .card-body .footer-text {
    background: none;
    margin-top: 22px;
    margin-left: 15px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 28px;
  }
  .pelatihan-detail .card .card-body .footer-text .place {
    background: none;
    font: var(--regular-20-px, 600 23px'Inter', sans-serif);
    width: 50%;
  }
  .pelatihan-detail .card .card-body .footer-text .place .city {
    background: none;
    font: var(--regular-20-px, 500 18px'Inter', sans-serif);
    width: 80%;
    padding-top: 5px;
  }
  .pelatihan-detail .card .card-body .footer-text .paid {
    background: none;
    font: var(--regular-20-px, 600 23px'Inter', sans-serif);
  }
  .pelatihan-detail .card .card-body .footer-text .paid .price {
    background: none;
    padding-top: 5px;
    font: var(--regular-20-px, 600 23px'Inter', sans-serif);
    color: #FF7426;
  }
  .pelatihan-detail .card .card-body .reg a {
    background: #16A75C;
    text-decoration: none;
    font: var(--regular-20-px, 500 18px'Inter', sans-serif);
    color: #fff;
    padding: 20px;
    border-radius: 20px;
  }
  /* END HALAMAN PELATIHAN DETAIL */

}

@media screen and (max-width: 767px) {

  /* START HALAMAN LANDING RESOLUSI 767px */
  #btn-back-to-top {
    position: fixed;
    z-index: 2;
    bottom: 20px;
    right: 20px;
    border-radius: 100px;
    background-color: #C4C4C4;
    border: none;
    width: 35px;
    height: 35px;
  }
  #btn-back-to-top i {
    background: none;
    color: #0E0E59;
    /* display: none; */
    font-size: 15px;
    position: absolute;
    margin-top: -1px;
    margin-left: -5.5px;
  }
  .first-header .navbar-brand img {
    width: 90%;
    /* margin-left: -60px; */
  }
  .first-header #navbarNav .nav-link {
    color: var(--primary-blue, #92929d);
    text-align: left;
    font: var(--h-3, 500 16px 'Inter', sans-serif);
  }
  .first-header #navbarNav .nav-link:hover {
    color: var(--primary-blue, #0e0e59);
    text-align: left;
    font: var(--h-3, 500 16px 'Inter', sans-serif);
    border-bottom: 1px solid #D96A20;
    width: 20%;
  }
  .first-header #navbarNav .nav-item a.active {
    color: var(--primary-blue, #0e0e59);
    font: var(--h-3, 600 16px 'Inter', sans-serif);
    background: none;
    border-bottom: 1px solid #D96A20;
    width: 20%;
  }
  .first-header #navbarNav .sign a {
    background: var(--primary-blue, #0e0e59);
    border-radius: 40px;
    color: #d2d2d2;
    width: 25%;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .first-header #navbarNav .sign a:hover {
    background: var(--primary-blue, #0e0e59);
    border-radius: 40px;
    color: #fff;
    width: 25%;
    margin-bottom: 15px;
  }
  .dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-clip: padding-box;
    border: none;
    border-radius: .25rem;
    background: #F6F9FF;
    width: 19%;
    margin-top: 6px;
  }
  .dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font: var(--h-3, 500 16px 'Inter', sans-serif);
    color: var(--primary-blue, #92929d);
    letter-spacing: 0.2px;
  }
  .landing-header .search-statistic .rectangle-2 {
    background: #ffffff;
    border-radius: 50px;
    flex-shrink: 0;
    width: 100%;
    height: 45px;
    position: relative;
    box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.10), 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
    margin-bottom: 120px;
    margin-top: 10px;
    z-index: 1;
  }
  .landing-header .search-statistic input {
    display: flex;
    flex-direction: row;
    gap: 165px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: absolute;
    left: 25px;
    top: 5px;
    background: transparent;
    border: 0;
    outline: none;
    padding: 6px 4px;
    width: 84%;
    font: var(--regular-20-px, 500 15px/149.5% 'Inter', sans-serif);
    color: #888888;
  }
  .landing-header .search-statistic .rectangle-31 {
    background: var(--primary-blue, #0e0e59);
    border-radius: 100px;
    width: 35px;
    height: 35px;
    position: absolute;
    left: 91%;
    top: 5px;
  }
  .landing-header .search-statistic button {
    position: absolute;
    top: 15%;
    left: 13%;
    background: none;
    border: none;
    z-index: 1;
  }
  .landing-header .search-statistic .rectangle-31 button i {
    font-size: 15px;
    color: white;
    background: none;
  }
  .landing-header .frame-40 .image-1 {
    background: none;
    width: 90%;
    position: absolute;
    transform-origin: center center;
  }
  .landing-header .frame-40 .image-2 {
    background: none;
    width: 32%;
    position: absolute;
    left: 6%;
    margin-top: 30px;
    transform-origin: center center;
  }
  .landing-header .frame-40 .image-3 {
    background: none;
    width: 43%;
    margin-top: 80px;
    position: absolute;
    left: 11%;
    transform-origin: center center;
  }
  .landing-header .frame-40 .image-4 {
    background: none;
    width: 30%;
    position: absolute;
    margin-top: 100px;
    left: 3%;
    transform-origin: center center;
  }
  .landing-header .frame-1 {
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 100%;
    position: relative;
    /* padding-top: 30px; */
    font: var(--regular-20-px, 700 20px/149.5% 'Inter', sans-serif);
    color: #92929D;
    z-index: 1;
    background: none;
    margin-top: 400px;
  }
  .landing-header .welcome p {
    color: var(--text-black, #364670);
    text-align: center;
    font: var(--big-title-48-px, 600 45px/130% 'Inter', sans-serif);
    background: none;
    width: 80%;
  }
  .landing-header .your-citation p {
    color: var(--text-grey, #92929d);
    text-align: center;
    font: var(--regular-20-px, 400 19px/149.5% 'Inter', sans-serif);
    background: none;
  }
  .landing-header .button3 {
    color: var(--text-white, #d2d2d2);
    text-align: left;
    font: var(--h-3, 500 17px 'Inter', sans-serif);
    position: relative;
    background: none;
  }
  .landing-header .button3:hover {
    color: var(--text-white, #ffffff);
    text-align: left;
    font: var(--h-3, 500 17px 'Inter', sans-serif);
    position: relative;
    background: none;
  }
  .landing-header .button2 {
    background: var(--primary-blue, #0e0e59);
    border-radius: 50px;
    padding: 15px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    /* box-shadow: 0px 12px 48px 0px rgba(0, 0, 0, 0.25); */
    width: 40%;
    z-index: 1;
    height: 50px;
  }
  .landing-header .scroll-down button svg {
    background: none;
    width: 45px;
    height: 45px;
    margin-left: 0px;
    transform-origin: center center;
    animation: scrollDownAnimation2 2s infinite ease-in-out;
  }
  .landing-header .scroll-down2 button svg {
    background: none;
    width: 45px;
    height: 45px;
    margin-left: 0px;
    transform-origin: center center;
    animation: scrollDownAnimation2 2s infinite ease-in-out;
  }
  .our-client .title h1 {
    color: var(--text-black, #364670);
    text-align: center;
    font: 700 22px/130% 'Inter', sans-serif;
    position: relative;
    background: none;
    border: 1px solid #E0E3EB;
    width: 35%;
    height: 50px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    margin-top: -35px;
  }
  .review .title h1 {
    color: var(--text-black, #364670);
    text-align: center;
    font: 700 22px/130% 'Inter', sans-serif;
    position: relative;
    background: none;
    border: 1px solid #E0E3EB;
    width: 35%;
    height: 50px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    margin-top: -35px;
  }
  .review .card .image img {
    background: none;
    margin-top: -45px;
    width: 71px;
    height: 70px;
    margin-bottom: 0px;
    margin-left: -260px;
  }
  .review .card .name {
    background: none;
    margin-top: -55px;
    margin-left: -277px;
  }
  .review .card .rating {
    background: none;
    display: flex;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: -250px;
  }
  .review .card .description p {
    background: none;
    font: var(--h-3, 400 15px 'Inter', sans-serif);
    letter-spacing: 0.2px;
    text-align: left;
    overflow: hidden;
  }
  .post .title h1 {
    color: var(--text-black, #364670);
    text-align: center;
    font: 700 22px/130% 'Inter', sans-serif;
    position: relative;
    background: none;
    border: 1px solid #E0E3EB;
    width: 35%;
    height: 50px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    margin-top: -35px;
  }
  .post .latepost .image img {
    width: 100%;
    background: none;
    height: 193px;
  }
  .post .latepost .post .content .img-post {
    background: none;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
    margin-top: 15px;
  }
  .post .latepost .post .content .img-post img {
    width: 93%;
    padding: 5px;
    background: #fff;
    border-radius: 10px;
    height: 130px;
  }
  .post .latepost .post .news {
    border-radius: 50px;
    background: none;
    text-align: center;
    position: absolute;
    top: 2%;
    left: 3%;
  }
  .post .latepost .post .content .content2 {
    background: none;
    width: 50%;
    margin-left: 5px;
  }
  .post .latepost .post .content .content2 .deskripsi {
    background: none;
    font: var(--regular-20-px, 300 16px/149.5% 'Inter', sans-serif);
    line-height: normal;
    letter-spacing: 0.1px;
    margin-top: 3px;
    display: none;
  }
  .post .latepost .post .content .content2 #toggleBtn {
    background: none;
    text-decoration: underline;
    color: #000;
    font: var(--regular-20-px, 400 15px/149.5% 'Inter', sans-serif);
  }
  .post .latepost .post .content .content2 #toggleBtn {
    background: none;
    text-decoration: underline;
    color: #363636;
    font: var(--regular-20-px, 400 15px/149.5% 'Inter', sans-serif);
  }
  .post .latepost .post .content .content2 .judul {
    background: none;
    color: #000;
    font: var(--regular-20-px, 600 17px 'Inter', sans-serif);
    line-height: 25px;
    margin-top: 20px;
  }
  .post .latepost .post .detail {
    background: none;
    display: flex;
    justify-content: left;
    align-items: center;
    margin-top: 5px;
  }
  .post .latepost .post .detail .time p {
    background: none;
    font: var(--regular-20-px, 300 13px 'Inter', sans-serif);
    color: #84829A;
    margin-left: 2px;
  }
  .post .latepost .post .detail .time i {
    background: none;
    font-size: 15px;
  }
  .post .latepost .post .detail .view p {
    background: none;
    font: var(--regular-20-px, 300 13px 'Inter', sans-serif);
    color: #84829A;
    margin-left: 2px;
  }
  .post .latepost .post .detail .view i {
    background: none;
    font-size: 15px;
  }
  .post .artikel-next .artikel button {
    background: none;
    font: var(--regular-20-px, 400 17px/149.5% 'Inter', sans-serif);
    line-height: normal;
    color: #92929D;
    border: 0px;
    text-decoration: underline;
  }
  .footer-bg-landing1 img {
    position: absolute;
    width: 100%;
    /* margin-top: -170%; */
    top: 215%;
    background: none;
    height: 500px;
  }
  .footer-bg-landing2 img {
    position: absolute;
    width: 100%;
    top: 370%;
    /* margin-top: -75%; */
    background: none;
    height: 500px;
  }

  .footer .company {
    width: 80.666667%;
  }

  .footer .import {
    width: 80.666667%;
  }

  .footer .eks {
    width: 80.666667%;
    margin-bottom: 40px;
  }

  .footer .sos {
    width: 80.666667%;
  }

  .footer .sitemap2 {
    display: flex;
    flex-direction: column;
    gap: 28px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
    margin-top: 60px;
  }

  .footer .socmed {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .footer .logo-idpublishing-1 {
    flex-shrink: 0;
    width: 177px;
    height: 64.47px;
    position: relative;
  }
  .footer .our-office {
    color: var(--text-black, #364670);
    text-align: left;
    font: var(--regular-20-px, 500 16px/149.5% 'Inter', sans-serif);
    position: relative;
  }
  .footer .pt-penerbit-jurnal-indonesia-span {
    color: var(--text-black, #364670);
    font: var(--regular-20-px, 500 16px/149.5% 'Inter', sans-serif);
  }

  .group {
    position: absolute;
    left: 4.67px;
    top: 2.33px;
    overflow: visible;
    width: 65%;
  }
  .footer .frame-3 {
    display: flex;
    flex-direction: row;
    gap: 32px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    width: 100%;
    position: relative;
  }
  .footer .main-office-pubmedia-journal-training-kelurahan-ngestiharjo-kecamatan-kasihan-kabupaten-bantul-d-i-yogyakarta {
    color: var(--text-black, #364670);
    text-align: justify;
    font: var(--regular-20-px, 500 16px/149.5% 'Inter', sans-serif);
    position: relative;
    flex: 1;
  }
  .email2 {
    flex-shrink: 0;
    position: relative;
    overflow: visible;
    width: 22px;
  }
  .footer .info-idpublishing-org {
    color: var(--text-black, #364670);
    text-align: left;
    font: var(--regular-20-px, 500 16px/149.5% 'Inter', sans-serif);
    position: relative;
  }
  .phone {
    flex-shrink: 0;
    position: relative;
    overflow: visible;
    width: 22px;
  }
  ._62-81990251989 {
    color: var(--text-black, #364670);
    text-align: left;
    font: var(--regular-20-px, 500 16px/149.5% 'Inter', sans-serif);
    position: relative;
  }

  .footer .contact-us {
    color: var(--text-black, #364670);
    text-align: left;
    font: var(--regular-20-px, 500 16px/149.5% 'Inter', sans-serif);
    position: relative;
  }

  .footer .privacy-policy {
    color: var(--text-black, #364670);
    text-align: left;
    font: var(--regular-20-px, 500 16px/149.5% 'Inter', sans-serif);
    position: relative;
  }

  .footer .terms-of-service {
    color: var(--text-black, #364670);
    text-align: left;
    font: var(--regular-20-px, 500 16px/149.5% 'Inter', sans-serif);
    position: relative;
  }

  .footer .id-publishing {
    color: var(--text-black, #364670);
    text-align: left;
    font: var(--regular-20-px, 500 16px/149.5% 'Inter', sans-serif);
    position: relative;
  }

  .footer .pubmedia {
    color: var(--text-black, #364670);
    text-align: left;
    font: var(--regular-20-px, 500 16px/149.5% 'Inter', sans-serif);
    position: relative;
  }

  /* END HALAMAN LANDING */

  /* START HALAMAN LOGIN RESOLUSI 767px */
  .login-header .sign-in4 {
    color: var(--primary-blue, #0e0e59);
    text-align: center;
    font: 700 27px 'Inter', sans-serif;
    position: relative;
    left: -5px;
    top: 30px;
    background: none;
  }
  .login-header .placeholder {
    color: var(--text-color-line-dark, #979797);
    text-align: left;
    font: var(--h-4, 500 17px 'Inter', sans-serif);
    position: relative;
    background: none;
  }
  .login-header .email-address2 {
    color: var(--dark-grey, #888383);
    text-align: left;
    font: 400 17px 'Inter', sans-serif;
    background: none;
  }
  .login-header .password2 {
    color: var(--dark-grey, #888383);
    text-align: left;
    font: 400 17px 'Inter', sans-serif;
    position: relative;
    background: none;
  }
  .login-header .lupa-password {
    color: var(--text-color-grey, #92929d);
    text-align: left;
    font: 400 18px 'Inter', sans-serif;
    position: relative;
    background: none;
  }
  .login-header .frame-60 .button2 {
    color: var(--text-white, #dfdfdf);
    text-align: left;
    font: var(--h-3, 500 17px 'Inter', sans-serif);
    position: relative;
    background: none;
  }
  .login-header .frame-60 .button2:hover {
    color: var(--text-white, #ffffff);
    text-align: left;
    font: var(--h-3, 500 17px 'Inter', sans-serif);
    position: relative;
    background: none;
  }
  .login-header .button5 {
    color: var(--primary-blue, #39399c);
    text-align: left;
    font: var(--h-3, 500 17px 'Inter', sans-serif);
    position: relative;
    background: none;
  }
  .login-header .button5:hover {
    color: var(--primary-blue, #0e0e59);
    text-align: left;
    font: var(--h-3, 600 17px 'Inter', sans-serif);
    position: relative;
    background: none;
  }
  .footer-bg-login img {
    position: absolute;
    width: 100%;
    bottom: 0%;
    background: none;
    height: 500px;
  }
  /* END HALAMAN LOGIN */

  /* START HALAMAN REGISTER RESOLUSI 767PX */
  .register-header .register4 {
    color: var(--primary-blue, #0e0e59);
    text-align: left;
    font: 700 27px 'Inter', sans-serif;
    position: relative;
    top: 10px;
    background: none;
    margin-left: -1%;
    text-align: center;
  }
  .register-header .email-address2 {
    color: var(--dark-grey, #888383);
    text-align: left;
    font: 400 17px 'Inter', sans-serif;
    background: none;
  }
  .register-header .how-did-you-hear-about-us {
    color: var(--dark-grey, #5b5575);
    text-align: left;
    font: 400 17px 'Inter', sans-serif;
    position: relative;
    background: none;
  }
  .register-header .placeholder {
    color: var(--text-color-line-dark, #979797);
    text-align: left;
    font: var(--h-4, 500 17px 'Inter', sans-serif);
    position: relative;
    background: none;
  }
  .register-header .placeholder:hover {
    color: var(--text-color-line-dark, #4b4b4b);
    text-align: left;
    font: var(--h-4, 500 17px 'Inter', sans-serif);
    position: relative;
    background: none;
  }
  .register-header .placeholder2 {
    color: var(--text-black, #6a7592);
    text-align: left;
    font: var(--h-4, 500 17px 'Inter', sans-serif);
    position: relative;
    background: none;
    border-color: rgba(178, 34, 34, 0);
    outline: none;
    width: 100%;
  }
  .register-header .button2 {
    color: var(--text-white, #dfdfdf);
    text-align: left;
    font: var(--h-3, 500 17px 'Inter', sans-serif);
    position: relative;
    background: none;
  }
  .register-header .sudah-punya-akun {
    color: var(--primary-blue, #0e0e59);
    text-align: left;
    font: 500 16px 'Inter', sans-serif;
    position: relative;
    background: none;
  }
  .register-header .frame-60 .sign-in2 {
    color: var(--text-color-grey, #92929d);
    text-align: left;
    font: 500 16px 'Inter', sans-serif;
    position: relative;
    top: -7px;
    background: none;
  }
  .register-header .frame-60 .sign-in2:hover {
    color: var(--text-color-grey, #4b4b4e);
    text-align: left;
    font: 500 16px 'Inter', sans-serif;
    position: relative;
    top: -7px;
    background: none;
  }
  /* END HALAMAN REGISTER */

  /* START HALAMAN ABOUT RESOLUSI 767px */
  .about-header .about-us {
    color: var(--text-black, #364670);
    text-align: center;
    font: 600 30px/130% 'Inter', sans-serif;
    position: relative;
    background: none;
  }
  .about-header .berikut {
    color: var(--text-color-grey, #92929d);
    text-align: center;
    font: var(--regular-20-px, 400 18px/149.5% 'Inter', sans-serif);
    position: relative;
    margin-bottom: 2%;
    background: none;
    margin-top: 15px;
  }
  .about-id-publishing2 .frame-133 {
    color: #364670;
    text-align: left;
    font: var(--regular-20-px, 600 18px/149.5% 'Inter', sans-serif);
    background: none;
    position: relative;
    margin-top: -70px;
  }
  .sub-pt-penerbit {
    color: var(--text-grey, #92929d);
    text-align: justify;
    font: var(--regular-20-px, 400 17px/149.5% 'Inter', sans-serif);
    padding-top: 25px;
    position: relative;
    background: none;
    z-index: 1;
  }
  .visi-dan-misi {
    color: #364670;
    text-align: left;
    font: var(--regular-20-px, 600 18px/149.5% 'Inter', sans-serif);
    padding-top: 25px;
    padding-bottom: 25px;
    position: relative;
    background: none;
    z-index: 1;
  }
  .sub-pt-penerbit2 {
    color: var(--text-grey, #92929d);
    text-align: justify;
    font: var(--regular-20-px, 400 17px/149.5% 'Inter', sans-serif);
    height: 239px;
    background: none;
    position: relative;
    z-index: 1;
  }
  .sub-nilai {
    color: var(--text-color-black, #364670);
    text-align: center;
    font: var(--h-2, 600 18px 'Inter', sans-serif);
    position: relative;
    align-self: stretch;
    padding-top: 165px;
    padding-bottom: 25px;
    background: none;
    position: relative;
    z-index: 1;
  }
  .sub-menunjang {
    color: var(--text-grey, #92929d);
    text-align: justify;
    font: var(--regular-20-px, 400 17px/149.5% 'Inter', sans-serif);
    background: none;
    position: relative;
    z-index: 1;
  }
  /* END HALAMAN ABOUT RESOLUSI 767px */
  /* START HALAMAN OURTEAM RESOLUSI 767PX */
  .team-header .our-team {
    color: var(--text-black, #364670);
    text-align: center;
    font: 600 30px/130% 'Inter', sans-serif;
    position: relative;
    background: none;
  }
  /* END HALAMAN OURTEAM */

  /* START HALAMAN LAYANAN RESOLUSI 767PX */
  .layanan-first-card .head-title h2 {
    color: var(--text-black, #364670);
    text-align: center;
    font: 600 35px/130% 'Inter', sans-serif;
    position: relative;
    /* padding-bottom: 10px; */
    background: none;
  }
  .layanan-first-card .line-title a5 {
    color: var(--text-black, #364670);
    text-align: center;
    font: 600 30px/130% 'Inter', sans-serif;
    position: relative;
    padding-bottom: 70px;
    background: none;
  }
  .layanan-first-card .row {
    padding-bottom: 26px;
    display: flex;
    justify-content: center;
  }
  .rectangle-39 {
    background: #16a75c;
    border-radius: 96px;
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 42px;
  }
  .layanan-first-card .button a {
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    font-family: 'Inter', 'Roboto-Medium', sans-serif;
    font-size: 17px;
    font-weight: 500;
    /* text-transform: uppercase; */
    background: none;
  }
  .footer-bg-blog img{
    position: absolute;
    width: 100%;
    margin-top: -35%;
    display: none;
  }
  .footer-bg-blog2 img{
    position: absolute;
    width: 100%;
    margin-top: -4200px;
    background: none;
    z-index: 0;
    display: none;
  }
  .footer-bg-blog3 img{
    position: absolute;
    width: 100%;
    margin-top: -2559px;
    background: none;
    z-index: 0;
    display: none;
  }
  /* END HALAMAN LAYANAN */

  /* START HALAMAN LAYANAN DETAIL RESOLUSI 767PX */
  .layanan-detail .card .card-body .image {
    background: none;
    padding-top: 10px;
  }
  .layanan-detail .card .card-body .image img {
    background: none;
    width: 100%;
    height: 380px;
    object-fit: cover;
    object-position: center 5%;
    box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.10), 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
    border-radius: 25px;
  }
  .layanan-detail .secondary-button {
    background: rgba(29, 241, 101, 0.20);
    border-radius: 20px;
    left: 10px;
    top: 30px;
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: center;
    justify-content: center;
    width: 70%;
    position: relative;
  }
  .layanan-detail .repository {
    color: var(--text-black, #364670);
    text-align: left;
    position: relative;
    left: 10px;
    flex: 1;
    background: none;
    font: var(--regular-20-px, 700 15px'Inter', sans-serif);
  }
  .layanan-detail .card .card-body .text {
    background: none;
    margin-left: 10px;
  }
  .layanan-detail .card .card-body .text .title {
    background: none;
    font: var(--regular-20-px, 600 19px'Inter', sans-serif);
    color: #364670;
    letter-spacing: 0.117px;
    margin-top: 55px;
  }
  .layanan-detail .card .card-body .text .people {
    background: none;
    font: var(--regular-20-px, 500 16px'Inter', sans-serif);
    color: #92929D;
    letter-spacing: 0.5px;
    margin-top: 5px;
  }
  .layanan-detail .card .card-body .footer-text {
    background: none;
    margin-top: 22px;
    margin-left: 10px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    align-items: center;
  }
  .layanan-detail .card .card-body .footer-text .paid {
    background: none;
    font: var(--regular-20-px, 500 19px'Inter', sans-serif);
  }
  .layanan-detail .card .card-body .footer-text .paid .price {
    background: none;
    padding-top: 5px;
    font: var(--regular-20-px, 500 19px'Inter', sans-serif);
    color: #FF7426;
  }
  .layanan-detail .card .card-body .reg a {
    background: #16A75C;
    text-decoration: none;
    font: var(--regular-20-px, 500 16px'Inter', sans-serif);
    color: #fff;
    padding: 15px;
    border-radius: 20px;
  }

  /* END HALAMAN LAYANAN DETAIL */

  /* START HALAMAN CONTACT RESOLUSI 767px */
  .contact-header .our-contact {
    color: var(--text-black, #364670);
    text-align: center;
    font: 600 30px/130% 'Inter', sans-serif;
    position: relative;
    background: none;
  }
  .contact-header .silahkan-kontak {
    color: var(--text-color-grey, #92929d);
    text-align: center;
    font: var(--regular-20-px, 400 18px/149.5% 'Inter', sans-serif);
    position: relative;
    /* width: 696px; */
    padding-bottom: 85px;
    background: none;
  }
  .contact-header .rectangle {
    width: 100%;
    height: 350px;
    position: relative;
    z-index: 2;
    margin-top: 78px;
  }
  .frame-133 .contact-pt-penerbit {
    position: relative;
    color: var(--text-black, #364670);
    text-align: left;
    font: 600 22px 'Inter', sans-serif;
    width: 100%;
    margin-top: -500px;
    padding-bottom: 415px;
    background: none;
  }
  .perumahan {
    color: var(--text-grey, #92929d);
    text-align: justify;
    font: var(--regular-30-px, 400 17px/149.5% 'Inter', sans-serif);
    position: relative;
    padding-bottom: 30px;
    margin-right: 5%;
    background: none;
  }
  .contact-header .button3 {
    color: var(--text-white, #d2d2d2);
    text-align: left;
    font: var(--h-3, 500 17px 'Inter', sans-serif);
    /* position: relative; */
    background: none;
  }
  .contact-header .button3:hover {
    color: var(--text-white, #ffffff);
    text-align: left;
    font: var(--h-3, 500 17px 'Inter', sans-serif);
    /* position: relative; */
    background: none;
  }
  .contact-header .button2 {
    background: var(--primary-blue, #0e0e59);
    border-radius: 50px;
    padding: 10px 40px 10px 40px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    /* box-shadow: 0px 12px 48px 0px rgba(0, 0, 0, 0.25); */
    /* width: 235px; */
  }
  .icon-bg img {
    position: absolute;
    left: 45%;
    margin-top: 60%;
  }
  /* END HALAMAN CONTACT RESOLUSI 767px */

  /* START HALAMAN BLOG RESOLUSI 767PX */
  .blog-header .our-blog {
    color: var(--text-black, #364670);
    text-align: center;
    font: 600 30px/130% 'Inter', sans-serif;
    position: relative;
    background: none;
  }
  .blog-header .search-statistic .rectangle-2 {
    background: #ffffff;
    border-radius: 50px;
    flex-shrink: 0;
    width: 100%;
    height: 45px;
    position: relative;
    box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.10), 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
    margin-bottom: 120px;
    margin-top: 10px;
    z-index: 1;
  }
  .blog-header .search-statistic input {
    display: flex;
    flex-direction: row;
    gap: 165px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: absolute;
    left: 25px;
    top: 5px;
    background: transparent;
    border: 0;
    outline: none;
    padding: 6px 4px;
    width: 84%;
    font: var(--regular-20-px, 500 15px/149.5% 'Inter', sans-serif);
    color: #888888;
  }
  .blog-header .search-statistic .rectangle-31 {
    background: var(--primary-blue, #0e0e59);
    border-radius: 100px;
    width: 35px;
    height: 35px;
    position: absolute;
    left: 91%;
    top: 5px;
  }
  .blog-header .search-statistic button {
    position: absolute;
    top: 15%;
    left: 13%;
    background: none;
    border: none;
    z-index: 1;
  }
  .blog-header .search-statistic .rectangle-31 button i {
    font-size: 15px;
    color: white;
    background: none;
  }
  .blog-header .title .card .card-body .text {
    margin-top: 11px;
    margin-left: 25px;
    width: 90%;
    background: none;
  }
  .blog-header .title .card .card-body .text a {
    background: none;
    font: var(--regular-20-px, 600 19px/149.5% 'Inter', sans-serif);
    text-decoration: none;
    color: #0e0e59;
  }
  .blog-header .title .card .card-body .text a:hover{
    background: none;
    font: var(--regular-20-px, 600 19px/149.5% 'Inter', sans-serif);
    text-decoration: none;
    color: #0e0ea8;
  }
  .blog-header .title .card .card-body .news {
    font: var(--regular-20-px, 500 15px/149.5% 'Inter', sans-serif);
    padding: 2px;
    letter-spacing: 0.1px;
    color: #000;
    border-radius: 25px;
    background: rgba(29, 146, 241, 0.20);
    width: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 34px;
    margin-left: 25px;
  }
  .blog-header .title .card .card-body .people i {
    background: none;
    margin-right: 5px;
    font-size: 16px;
  }
  .blog-header .title .card .card-body .people {
    background: none;
    margin-top: 10px;
    margin-left: 25px;
    font: var(--regular-20-px, 500 16px/149.5% 'Inter', sans-serif);
    letter-spacing: 0.1px;
    color: #92929D;
  }
  .blog-header .title .card .card-body .description p {
    background: none;
    font: var(--regular-20-px, 400 16px/149.5% 'Inter', sans-serif);
    line-height: 149.5%;
    letter-spacing: 0.4px;
    color: #696974;
    text-align: justify;
  }
  .blog-header .title .card .card-body .date {
    background: #fff;
    border: 1px solid #D96A20;
    color: #D96A20;
    width: 140px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 25px;
    position: absolute;
    z-index: 1;
    margin-top: -20px;
    font: var(--regular-20-px, 400 13px/149.5% 'Inter', sans-serif);
  }
  .blog-header .title .card .card-body .description {
    background: none;
    margin-top: 38px;
    margin-left: 25px;
    width: 90%;
  }
  .blog-header .title .card .card-body .read-post a {
    background: none;
    text-decoration: none;
    font: var(--regular-20-px, 600 16px/130% 'Inter', sans-serif);
    color: #0e0e59;
  }
  .blog-header .title .card .card-body .read-post a:hover{
    background: none;
    text-decoration: none;
    font: var(--regular-20-px, 600 16px/130% 'Inter', sans-serif);
    color: #0000db;
  }
  .blog-header .title .card .card-body .read-post {
    background: none;
    margin-top: 10px;
    margin-left: 25px;
    margin-bottom: 65px;
    display: flex;
  }
  .blog-header .title .pagination-container .pagination-button.active {
    border-bottom: 2px solid #D96A20;
    font: var(--regular-20-px, 600 16px/130% 'Inter', sans-serif);
    color: #000;
  }
  .blog-header .title .pagination-container .pagination-button {
    background: none;
    border: none;
    cursor: pointer;
    font: var(--regular-20-px, 500 16px/130% 'Inter', sans-serif);
    color: #84829A;
    margin-top: 30px;
  }
  .blog-header .title .card2 .card-body .category {
    font: var(--regular-20-px, 600 19px/130% 'Inter', sans-serif);
    background: none;
    color: #0e0e59;
    margin-top: 69px;
    text-align: left;
    margin-bottom: 36px;
  }
  .blog-header .title .card2 .card-body .list ul li a {
    background: none;
    text-decoration: none;
    font: var(--regular-20-px, 400 16px/179.5% 'Inter', sans-serif);
    letter-spacing: 1.2px;
    color: #696974;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }
  .blog-header .title .card2 .card-body .list ul li a:hover{
    background: none;
    text-decoration: none;
    font: var(--regular-20-px, 400 16px/179.5% 'Inter', sans-serif);
    letter-spacing: 1.2px;
    color: #0e0e59;
  }
  .blog-header .title .card2 .card-body .new-post span {
    font: var(--regular-20-px, 600 19px/130% 'Inter', sans-serif);
    background: none;
    color: #0e0e59;
    margin-bottom: 29px;
  }
  .blog-header .title .card2 .card-body .new-post .row .col-lg-6 .date {
    background: none;
    font: var(--regular-20-px, 300 12px/130% 'Inter', sans-serif);
    letter-spacing: 0.32px;
    color: #364670;
    text-align: left;
    margin-top: 10px;
  }
  .blog-header .title .card2 .card-body .new-post .next button {
    background: none;
    border: none;
    font: var(--regular-20-px, 300 16px/130% 'Inter', sans-serif);
    letter-spacing: 0.32px;
    text-decoration: underline;
    color: #92929D;
  }
  .blog-header .title .card2 .card-body .new-post .next button:hover{
    background: none;
    border: none;
    font: var(--regular-20-px, 300 16px/130% 'Inter', sans-serif);
    letter-spacing: 0.32px;
    text-decoration: underline;
    color: #0e0e59;
  }

  .footer-bg-blog img {
    position: absolute;
    width: 100%;
    margin-top: -120%;
    height: 500px;
  }
  /* END HALAMAN BLOG */

  /* START HALAMAN BLOG DETAIL RESOLUSI 767PX */
  .footer-bg-blog-detail img{
    position: absolute;
    width: 100%;
    /* margin-top: -170%; */
    margin-top: -120%;
    height: 500px;
  }

  .blog-detail .our-blog {
    color: var(--text-black, #364670);
    text-align: center;
    font: 600 30px/130% 'Inter', sans-serif;
    position: relative;
    background: none;
  }
  .blog-detail .search-statistic .rectangle-2 {
    background: #ffffff;
    border-radius: 50px;
    flex-shrink: 0;
    width: 100%;
    height: 45px;
    position: relative;
    box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.10), 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
    margin-bottom: 120px;
    margin-top: 10px;
    z-index: 1;
  }
  .blog-detail .search-statistic input {
    display: flex;
    flex-direction: row;
    gap: 165px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: absolute;
    left: 25px;
    top: 5px;
    background: transparent;
    border: 0;
    outline: none;
    padding: 6px 4px;
    width: 84%;
    font: var(--regular-20-px, 500 15px/149.5% 'Inter', sans-serif);
    color: #888888;
  }
  .blog-detail .search-statistic .rectangle-31 {
    background: var(--primary-blue, #0e0e59);
    border-radius: 100px;
    width: 35px;
    height: 35px;
    position: absolute;
    left: 91%;
    top: 5px;
  }
  .blog-detail .search-statistic button {
    position: absolute;
    top: 15%;
    left: 13%;
    background: none;
    border: none;
    z-index: 1;
  }
  .blog-detail .search-statistic .rectangle-31 button i {
    font-size: 15px;
    color: white;
    background: none;
  }
  .blog-detail .title .card .card-body .text {
    margin-top: 11px;
    margin-left: 25px;
    width: 90%;
    background: none;
  }
  .blog-detail .title .card .card-body .text a {
    background: none;
    font: var(--regular-20-px, 600 19px/149.5% 'Inter', sans-serif);
    text-decoration: none;
    color: #0e0e59;
  }
  .blog-detail .title .card .card-body .text a:hover{
    background: none;
    font: var(--regular-20-px, 600 19px/149.5% 'Inter', sans-serif);
    text-decoration: none;
    color: #0e0ea8;
  }
  .blog-detail .title .card .card-body .news {
    font: var(--regular-20-px, 500 15px/149.5% 'Inter', sans-serif);
    padding: 2px;
    letter-spacing: 0.1px;
    color: #000;
    border-radius: 25px;
    background: rgba(29, 146, 241, 0.20);
    width: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 34px;
    margin-left: 25px;
  }
  .blog-detail .title .card .card-body .people i {
    background: none;
    margin-right: 5px;
    font-size: 16px;
  }
  .blog-detail .title .card .card-body .people {
    background: none;
    margin-top: 10px;
    margin-left: 25px;
    font: var(--regular-20-px, 500 16px/149.5% 'Inter', sans-serif);
    letter-spacing: 0.1px;
    color: #92929D;
  }
  .blog-detail .title .card .card-body .description p {
    background: none;
    font: var(--regular-20-px, 400 16px/149.5% 'Inter', sans-serif);
    line-height: 149.5%;
    letter-spacing: 0.4px;
    color: #696974;
    text-align: justify;
  }
  .blog-detail .title .card .card-body .date {
    background: #fff;
    border: 1px solid #D96A20;
    color: #D96A20;
    width: 140px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 25px;
    position: absolute;
    z-index: 1;
    margin-top: -20px;
    font: var(--regular-20-px, 400 13px/149.5% 'Inter', sans-serif);
  }
  .blog-detail .title .card .card-body .description {
    background: none;
    margin-top: 38px;
    margin-left: 25px;
    width: 90%;
  }
  .blog-detail .title .card .card-body .read-post a {
    background: none;
    text-decoration: none;
    font: var(--regular-20-px, 600 16px/130% 'Inter', sans-serif);
    color: #0e0e59;
  }
  .blog-detail .title .card .card-body .read-post a:hover{
    background: none;
    text-decoration: none;
    font: var(--regular-20-px, 600 16px/130% 'Inter', sans-serif);
    color: #0000db;
  }
  .blog-detail .title .card .card-body .read-post {
    background: none;
    margin-top: 10px;
    margin-left: 25px;
    margin-bottom: 65px;
    display: flex;
  }
  .blog-detail .title .pagination-container .pagination-button.active {
    border-bottom: 2px solid #D96A20;
    font: var(--regular-20-px, 600 16px/130% 'Inter', sans-serif);
    color: #000;
  }
  .blog-detail .title .pagination-container .pagination-button {
    background: none;
    border: none;
    cursor: pointer;
    font: var(--regular-20-px, 500 16px/130% 'Inter', sans-serif);
    color: #84829A;
    margin-top: 30px;
  }
  .blog-detail .title .card2 .card-body .category {
    font: var(--regular-20-px, 600 19px/130% 'Inter', sans-serif);
    background: none;
    color: #0e0e59;
    margin-top: 69px;
    text-align: left;
    margin-bottom: 36px;
  }
  .blog-detail .title .card2 .card-body .list ul li a {
    background: none;
    text-decoration: none;
    font: var(--regular-20-px, 400 16px/179.5% 'Inter', sans-serif);
    letter-spacing: 1.2px;
    color: #696974;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }
  .blog-detail .title .card2 .card-body .list ul li a:hover{
    background: none;
    text-decoration: none;
    font: var(--regular-20-px, 400 16px/179.5% 'Inter', sans-serif);
    letter-spacing: 1.2px;
    color: #0e0e59;
  }
  .blog-detail .title .card2 .card-body .new-post span {
    font: var(--regular-20-px, 600 19px/130% 'Inter', sans-serif);
    background: none;
    color: #0e0e59;
    margin-bottom: 29px;
  }
  .blog-detail .title .card2 .card-body .new-post .row .col-lg-6 .date {
    background: none;
    font: var(--regular-20-px, 300 12px/130% 'Inter', sans-serif);
    letter-spacing: 0.32px;
    color: #364670;
    text-align: left;
    margin-top: 10px;
  }
  .blog-detail .title .card2 .card-body .new-post .next button {
    background: none;
    border: none;
    font: var(--regular-20-px, 300 16px/130% 'Inter', sans-serif);
    letter-spacing: 0.32px;
    text-decoration: underline;
    color: #92929D;
  }
  .blog-detail .title .card2 .card-body .new-post .next button:hover{
    background: none;
    border: none;
    font: var(--regular-20-px, 300 16px/130% 'Inter', sans-serif);
    letter-spacing: 0.32px;
    text-decoration: underline;
    color: #0e0e59;
  }

  .footer-bg-blog img {
    position: absolute;
    width: 100%;
    margin-top: -120%;
    height: 500px;
  }

  /* END HALAMAN BLOG DETAIL*/

  /* START HALAMAN PELATIHAN RESOLUSI 767PX */
  .pelatihan .training {
    color: var(--text-black, #364670);
    text-align: center;
    font: 600 30px/130% 'Inter', sans-serif;
    position: relative;
    background: none;
  }
  .pelatihan .row .card .text .center-text {
    position: absolute;
    top: 0%;
    z-index: 2;
    background: none;
    color: #ffff;
    font: 700 16px/130% 'Inter', sans-serif;
    text-shadow: 0px 2px 1.3px rgba(0, 0, 0, 0.25);
    line-height: normal;
    width: 265px;
    left: 6%;
    margin-top: 155px;
  }
  .pelatihan .load-next .load {
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid;
    border-radius: 50px;
    width: 40%;
    height: 50px;
    margin-top: -30px;
  }
  .pelatihan .load-next .load button {
    background: none;
    font: var(--regular-20-px, 400 16px/149.5% 'Inter', sans-serif);
    line-height: normal;
    color: #92929D;
    border: 0px;
    text-decoration: none;
    margin-left: 0px;
  }
  .footer-bg-pelatihan img {
    position: absolute;
    width: 100%;
    margin-top: -100%;
    background: none;
    height: 600px;
  }
  /* END HALAMAN PELATIHAN */

  /* START HALAMAN PELATIHAN DETAIL RESOLUSI 767PX */
  .pelatihan-detail .card .card-body .image img {
    background: none;
    width: 100%;
    height: 240px;
    object-fit: cover;
    object-position: center 5%;
    box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.10), 0px 0px 0px 0px rgba(0, 0, 0, 0.10);
    border-radius: 25px;
  }
  .pelatihan-detail .card .card-body .text .title {
    background: none;
    font: var(--regular-20-px, 600 19px 'Inter', sans-serif);
    color: #364670;
    letter-spacing: 0.117px;
    margin-top: 45px;
  }
  .pelatihan-detail .card .card-body .text .description {
    background: none;
    margin-top: 5px;
    margin-left: -30px;
  }
  .pelatihan-detail .card .card-body .text .description ul li {
    background: none;
    font: var(--regular-20-px, 500 16px'Inter', sans-serif);
    color: #92929D;
    letter-spacing: 0.5px;
    padding-top: 3px;
    line-height: normal;
  }
  .pelatihan-detail .card .card-body .text .people {
    background: none;
    font: var(--regular-20-px, 500 16px 'Inter', sans-serif);
    color: #92929D;
    letter-spacing: 0.5px;
  }
  .pelatihan-detail .card .card-body .footer-text {
    background: none;
    margin-top: 22px;
    margin-left: 15px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 35px;
  }
  .pelatihan-detail .card .card-body .footer-text .place {
    background: none;
    font: var(--regular-20-px, 600 19px'Inter', sans-serif);
    width: 50%;
  }
  .pelatihan-detail .card .card-body .footer-text .place .city {
    background: none;
    font: var(--regular-20-px, 500 16px'Inter', sans-serif);
    width: 100%;
    padding-top: 5px;
  }
  .pelatihan-detail .card .card-body .footer-text .paid {
    background: none;
    font: var(--regular-20-px, 600 19px'Inter', sans-serif);
  }
  .pelatihan-detail .card .card-body .footer-text .paid .price {
    background: none;
    padding-top: 5px;
    font: var(--regular-20-px, 600 19px'Inter', sans-serif);
    color: #FF7426;
  }
  .pelatihan-detail .card .card-body .reg a {
    background: #16A75C;
    text-decoration: none;
    font: var(--regular-20-px, 500 16px'Inter', sans-serif);
    color: #fff;
    padding: 12px 23px 12px 23px;
    border-radius: 12px;
  }
  .pelatihan-detail .card .card-body .new1 {
    border-top: 3px dotted black;
    background: none;
  }
  /* END HALAMAN PELATIHAN DETAIL */

}

@media screen and (max-width: 576px) {

  /* START HALAMAN LANDING RESOLUSI 576px */
  #btn-back-to-top {
    position: fixed;
    z-index: 2;
    bottom: 20px;
    right: 20px;
    border-radius: 100px;
    background-color: #C4C4C4;
    border: none;
    /* width: 30px;
    height: 30px; */
  }
  #btn-back-to-top i {
    background: none;
    color: #0E0E59;
    /* display: none; */
    font-size: 13px;
    position: absolute;
    margin-top: 0px;
    margin-left: -5px;
  }
  .first-header .navbar-brand img {
    margin-left: 0px;
    width: 85%;
    height: 55px;
  }
  nav .navbar-toggler img {
    background: none;
    width: 75%;
  }
  .first-header #navbarNav .nav-link {
    color: var(--primary-blue, #92929d);
    text-align: left;
    font: var(--h-3, 500 15px 'Inter', sans-serif);
  }
  .first-header #navbarNav .nav-link:hover {
    color: var(--primary-blue, #0e0e59);
    text-align: left;
    font: var(--h-3, 500 15px 'Inter', sans-serif);
    border-bottom: 1px solid #D96A20;
    width:20%;
  }
  .first-header #navbarNav .nav-item a.active {
    color: var(--primary-blue, #0e0e59);
    font: var(--h-3, 600 15px 'Inter', sans-serif);
    background: none;
    border-bottom: 1px solid #D96A20;
    width: 20%;
  }
  .dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font: var(--h-3, 500 15px 'Inter', sans-serif);
    color: var(--primary-blue, #92929d);
    letter-spacing: 0.2px;
  }
  .landing-header .search-statistic .rectangle-2 {
    background: #ffffff;
    border-radius: 50px;
    flex-shrink: 0;
    width: 100%;
    height: 40px;
    position: relative;
    box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.10), 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
    margin-bottom: 120px;
    margin-top: 10px;
    z-index: 1;
  }
  .landing-header .search-statistic input {
    display: flex;
    flex-direction: row;
    gap: 165px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: absolute;
    left: 25px;
    top: 4px;
    background: transparent;
    border: 0;
    outline: none;
    padding: 6px 4px;
    width: 84%;
    font: var(--regular-20-px, 500 13px/149.5% 'Inter', sans-serif);
    color: #888888;
  }
  .landing-header .search-statistic .rectangle-31 {
    background: var(--primary-blue, #0e0e59);
    border-radius: 100px;
    width: 33px;
    height: 33px;
    position: absolute;
    left: 91%;
    top: 4px;
  }
  .landing-header .search-statistic button {
    position: absolute;
    top: 10%;
    left: 10%;
    background: none;
    border: none;
    z-index: 1;
  }
  .landing-header .frame-40 .image-1 {
    background: none;
    width: 90%;
    position: absolute;
    transform-origin: center center;
  }
  .landing-header .frame-40 .image-2 {
    background: none;
    width: 32%;
    position: absolute;
    left: 4%;
    margin-top: 35px;
    transform-origin: center center;
  }
  .landing-header .frame-40 .image-3 {
    background: none;
    width: 43%;
    margin-top: 80px;
    position: absolute;
    left: 9%;
    transform-origin: center center;
  }
  .landing-header .frame-40 .image-4 {
    background: none;
    width: 30%;
    position: absolute;
    margin-top: 110px;
    left: 2%;
    transform-origin: center center;
  }
  .landing-header .frame-1 {
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 90%;
    position: relative;
    /* padding-top: 30px; */
    font: var(--regular-20-px, 700 18px/149.5% 'Inter', sans-serif);
    color: #92929D;
    z-index: 1;
    background: none;
    margin-top: 400px;
  }
  .landing-header .frame-1 .indonesian-journal {
    background: none;
    width: 65%;
  }
  .landing-header .welcome p {
    color: var(--text-black, #364670);
    text-align: center;
    font: var(--big-title-48-px, 600 40px/130% 'Inter', sans-serif);
    background: none;
    width: 80%;
  }
  .landing-header .your-citation p {
    color: var(--text-grey, #92929d);
    text-align: center;
    font: var(--regular-20-px, 400 17px/149.5% 'Inter', sans-serif);
    background: none;
  }
  .landing-header .button3 {
    color: var(--text-white, #d2d2d2);
    text-align: left;
    font: var(--h-3, 500 14px 'Inter', sans-serif);
    position: relative;
    background: none;
  }
  .landing-header .button3:hover {
    color: var(--text-white, #ffffff);
    text-align: left;
    font: var(--h-3, 500 14px 'Inter', sans-serif);
    position: relative;
    background: none;
  }
  .our-client .title h1 {
    color: var(--text-black, #364670);
    text-align: center;
    font: 700 20px/130% 'Inter', sans-serif;
    position: relative;
    background: none;
    border: 1px solid #E0E3EB;
    width: 35%;
    height: 50px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    margin-top: -35px;
  }
  .review .title h1 {
    color: var(--text-black, #364670);
    text-align: center;
    font: 700 20px/130% 'Inter', sans-serif;
    position: relative;
    background: none;
    border: 1px solid #E0E3EB;
    width: 35%;
    height: 50px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    margin-top: -35px;
  }
  .review .swiper {
    padding-top: 64px;
    padding-bottom: 50px;
    display: flex;
    justify-content: center;
    background: none;
  }
  .review .card {
    position: relative;
    width: 85%;
    height: 130px;
    border: 1px solid transparent;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
  }
  .review .card .image img {
    background: none;
    margin-top: -45px;
    width: 65px;
    height: 65px;
    margin-bottom: 0px;
    margin-left: 0px;
    position: absolute;
    top: 4%;
    left: -8%;
  }
  .review .card .name {
    background: none;
    margin-top: -55px;
    margin-left: 0px;
    position: absolute;
    top: 20%;
    left: 10%;
  }
  .review .card .name span {
    background: none;
    font: var(--h-3, 600 18px 'Inter', sans-serif);
    text-decoration: underline;
    letter-spacing: 0.5px;
  }
  .review .card .rating {
    background: none;
    display: flex;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 0px;
    position: absolute;
    top: 0%;
    left: 10%;
  }
  .review .card .description {
    background: none;
    width: 90%;
    overflow: hidden;
    margin-left: 0px;
    position: absolute;
    top: 30%;
    left: 7%;
  }
  .review .card .description p {
    background: none;
    font: var(--h-3, 400 14px 'Inter', sans-serif);
    letter-spacing: 0.2px;
    text-align: left;
    overflow: hidden;
  }
  .review .card .rating i {
    background: none;
    margin: 0;
    font-size: 25px;
    color: #FFD700;
  }
  .post .title h1 {
    color: var(--text-black, #364670);
    text-align: center;
    font: 700 20px/130% 'Inter', sans-serif;
    position: relative;
    background: none;
    border: 1px solid #E0E3EB;
    width: 35%;
    height: 50px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    margin-top: -35px;
  }
  .post .latepost .post .news {
    border-radius: 50px;
    background: none;
    text-align: center;
    position: absolute;
    top: 4%;
    left: 3%;
  }
  .post .latepost .post .content .img-post img {
    width: 85%;
    padding: 5px;
    background: #fff;
    border-radius: 10px;
    height: 125px;
  }
  .post .latepost .post .content .img-post {
    background: none;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0px;
    margin-top: 15px;
  }
  .post .latepost .post .content .content2 {
    background: none;
    width: 50%;
    margin-left: 0px;
  }
  .post .latepost .post .content .content2 .judul {
    background: none;
    color: #000;
    font: var(--regular-20-px, 600 16px 'Inter', sans-serif);
    line-height: 25px;
    margin-top: 20px;
  }
  .post .latepost .post .content .content2 #toggleBtn {
    background: none;
    text-decoration: underline;
    color: #363636;
    font: var(--regular-20-px, 400 13px/149.5% 'Inter', sans-serif);
  }
  .post .latepost .post .detail .time i {
    background: none;
    font-size: 14px;
  }
  .post .latepost .post .detail .time p {
    background: none;
    font: var(--regular-20-px, 300 12px 'Inter', sans-serif);
    color: #84829A;
    margin-left: 2px;
  }
  .post .latepost .post .detail .view i {
    background: none;
    font-size: 14px;
  }
  .post .latepost .post .detail .view p {
    background: none;
    font: var(--regular-20-px, 300 12px 'Inter', sans-serif);
    color: #84829A;
    margin-left: 2px;
  }
  .post .artikel-next {
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    position: relative;
    z-index: 1;
  }
  .post .artikel-next .artikel button {
    background: none;
    font: var(--regular-20-px, 400 16px/149.5% 'Inter', sans-serif);
    line-height: normal;
    color: #92929D;
    border: 0px;
    text-decoration: underline;
  }
  .footer-bg-landing1 img {
    position: absolute;
    width: 100%;
    /* margin-top: -170%; */
    top: 205%;
    background: none;
    height: 500px;
  }
  .footer-bg-landing2 img {
    position: absolute;
    width: 100%;
    top: 335%;
    /* margin-top: -75%; */
    background: none;
    height: 500px;
  }

  .footer .our-company {
    color: var(--text-black, #364670);
    text-align: left;
    font: var(--regular-20-px, 600 16px 'Inter', sans-serif);
    position: relative;
  }
  .footer .logo-idpublishing-1 {
    flex-shrink: 0;
    width: 155px;
    height: 60.47px;
    position: relative;
  }
  .footer .our-office {
    color: var(--text-black, #364670);
    text-align: left;
    font: var(--regular-20-px, 500 16px/149.5% 'Inter', sans-serif);
    position: relative;
  }
  .pt-penerbit-jurnal-indonesia {
    color: var(--text-black, #364670);
    text-align: left;
    font: var(--regular-20-px, 400 20px/149.5% 'Inter', sans-serif);
    position: relative;
    background: none;
    margin-top: 0px;
  }
  .footer .pt-penerbit-jurnal-indonesia-span {
    color: var(--text-black, #364670);
    font: var(--regular-20-px, 500 16px/149.5% 'Inter', sans-serif);
  }
  .footer .frame-3 {
    display: flex;
    flex-direction: row;
    gap: 32px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    width: 100%;
    position: relative;
    margin-top: -15px;
  }
  .footer .main-office-pubmedia-journal-training-kelurahan-ngestiharjo-kecamatan-kasihan-kabupaten-bantul-d-i-yogyakarta {
    color: var(--text-black, #364670);
    text-align: justify;
    font: var(--regular-20-px, 500 15px/149.5% 'Inter', sans-serif);
    position: relative;
    flex: 1;
  }
  .email {
    display: flex;
    flex-direction: row;
    gap: 29px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
    margin-top: -15px;
  }
  .footer .info-idpublishing-org {
    color: var(--text-black, #364670);
    text-align: left;
    font: var(--regular-20-px, 500 15px/149.5% 'Inter', sans-serif);
    position: relative;
  }
  .frame-2 {
    display: flex;
    flex-direction: row;
    gap: 29px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
    margin-top: -15px;
  }
  ._62-81990251989 {
    color: var(--text-black, #364670);
    text-align: left;
    font: var(--regular-20-px, 500 15px/149.5% 'Inter', sans-serif);
    position: relative;
  }
  .footer .sitemap {
    display: flex;
    flex-direction: column;
    gap: 27px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
    margin-top: 0px;
  }
  .footer .important-links {
    color: var(--text-black, #364670);
    text-align: left;
    font: var(--h-2, 600 16px 'Inter', sans-serif);
    position: relative;
  }
  .footer .contact-us {
    color: var(--text-black, #364670);
    text-align: left;
    font: var(--regular-20-px, 500 15px/149.5% 'Inter', sans-serif);
    position: relative;
    margin-top: -15px;
  }
  .footer .privacy-policy {
    color: var(--text-black, #364670);
    text-align: left;
    font: var(--regular-20-px, 500 15px/149.5% 'Inter', sans-serif);
    position: relative;
    margin-top: -15px;
  }
  .footer .terms-of-service {
    color: var(--text-black, #364670);
    text-align: left;
    font: var(--regular-20-px, 500 15px/149.5% 'Inter', sans-serif);
    position: relative;
    margin-top: -15px;
  }
  .footer .sitemap2 {
    display: flex;
    flex-direction: column;
    gap: 28px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
    margin-top: 35px;
  }
  .footer .eksternal-links {
    color: var(--text-black, #364670);
    text-align: left;
    font: var(--h-2, 600 16px 'Inter', sans-serif);
    position: relative;
  }
  .footer .id-publishing {
    color: var(--text-black, #364670);
    text-align: left;
    font: var(--regular-20-px, 500 15px/149.5% 'Inter', sans-serif);
    position: relative;
    margin-top: -15px;
  }
  .footer .pubmedia {
    color: var(--text-black, #364670);
    text-align: left;
    font: var(--regular-20-px, 500 15px/149.5% 'Inter', sans-serif);
    position: relative;
    margin-top: -15px;
  }
  .footer .socmed {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
    margin-top: -10px;
    margin-bottom: 40px;
  }
  .social-media {
    color: var(--text-black, #364670);
    text-align: left;
    font: var(--h-2, 600 16px 'Inter', sans-serif);
    position: relative;
  }
  .socmed2 {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
    background: none;
    margin-top: -15px;
  }
  /* END HALAMAN LANDING */

  /* START HALAMAN LOGIN RESOLUSI 576px */
  .login-header .sign-in4 {
    color: var(--primary-blue, #0e0e59);
    text-align: center;
    font: 700 26px 'Inter', sans-serif;
    position: relative;
    left: -5px;
    top: 30px;
    background: none;
  }
  .login-header .placeholder {
    color: var(--text-color-line-dark, #979797);
    text-align: left;
    font: var(--h-4, 500 16px 'Inter', sans-serif);
    position: relative;
    background: none;
  }
  .login-header .email-address2 {
    color: var(--dark-grey, #888383);
    text-align: left;
    font: 400 16px 'Inter', sans-serif;
    background: none;
  }
  .login-header .password2 {
    color: var(--dark-grey, #888383);
    text-align: left;
    font: 400 16px 'Inter', sans-serif;
    position: relative;
    background: none;
  }
  .login-header .lupa-password {
    color: var(--text-color-grey, #92929d);
    text-align: left;
    font: 400 16px 'Inter', sans-serif;
    position: relative;
    background: none;
  }
  .login-header .frame-60 .button2 {
    color: var(--text-white, #dfdfdf);
    text-align: left;
    font: var(--h-3, 500 16px 'Inter', sans-serif);
    position: relative;
    background: none;
  }
  .login-header .frame-60 .button2:hover {
    color: var(--text-white, #ffffff);
    text-align: left;
    font: var(--h-3, 500 16px 'Inter', sans-serif);
    position: relative;
    background: none;
  }
  .login-header .button5 {
    color: var(--primary-blue, #39399c);
    text-align: left;
    font: var(--h-3, 500 16px 'Inter', sans-serif);
    position: relative;
    background: none;
  }
  .login-header .button5:hover {
    color: var(--primary-blue, #0e0e59);
    text-align: left;
    font: var(--h-3, 600 16px 'Inter', sans-serif);
    position: relative;
    background: none;
  }
  .footer-bg-login img {
    position: absolute;
    width: 100%;
    bottom: 0%;
    background: none;
    DISPLAY: NONE;
  }
  /* END HALAMAN LOGIN */

  /* START HALAMAN REGISTER RESOLUSI 576PX */
  .register-header .register4 {
    color: var(--primary-blue, #0e0e59);
    text-align: left;
    font: 700 26px 'Inter', sans-serif;
    position: relative;
    top: 10px;
    background: none;
    margin-left: -1%;
    text-align: center;
  }
  .register-header .email-address2 {
    color: var(--dark-grey, #888383);
    text-align: left;
    font: 400 16px 'Inter', sans-serif;
    background: none;
  }
  .register-header .how-did-you-hear-about-us {
    color: var(--dark-grey, #5b5575);
    text-align: left;
    font: 400 16px 'Inter', sans-serif;
    position: relative;
    background: none;
  }
  .register-header .placeholder {
    color: var(--text-color-line-dark, #979797);
    text-align: left;
    font: var(--h-4, 500 16px 'Inter', sans-serif);
    position: relative;
    background: none;
  }
  .register-header .placeholder:hover {
    color: var(--text-color-line-dark, #4b4b4b);
    text-align: left;
    font: var(--h-4, 500 16px 'Inter', sans-serif);
    position: relative;
    background: none;
  }
  .register-header .placeholder2 {
    color: var(--text-black, #6a7592);
    text-align: left;
    font: var(--h-4, 500 16px 'Inter', sans-serif);
    position: relative;
    background: none;
    border-color: rgba(178, 34, 34, 0);
    outline: none;
    width: 100%;
  }
  .register-header .button2 {
    color: var(--text-white, #dfdfdf);
    text-align: left;
    font: var(--h-3, 500 16px 'Inter', sans-serif);
    position: relative;
    background: none;
  }
  .register-header .sudah-punya-akun {
    color: var(--primary-blue, #0e0e59);
    text-align: left;
    font: 500 15px 'Inter', sans-serif;
    position: relative;
    background: none;
  }
  .register-header .frame-60 .sign-in2 {
    color: var(--text-color-grey, #92929d);
    text-align: left;
    font: 500 15px 'Inter', sans-serif;
    position: relative;
    top: -7px;
    background: none;
  }
  .register-header .frame-60 .sign-in2:hover {
    color: var(--text-color-grey, #4b4b4e);
    text-align: left;
    font: 500 15px 'Inter', sans-serif;
    position: relative;
    top: -7px;
    background: none;
  }
  .footer-bg-register img {
    position: absolute;
    width: 100%;
    bottom: 0%;
    background: none;
    height: 500px;
    DISPLAY: none;
  }
  /* END HALAMAN REGISTER */

  /* START HALAMAN ABOUT RESOLUSI 576px */
  .about-header .about-us {
    color: var(--text-black, #364670);
    text-align: center;
    font: 600 29px/130% 'Inter', sans-serif;
    position: relative;
    background: none;
  }
  .about-header .berikut {
    color: var(--text-color-grey, #92929d);
    text-align: center;
    font: var(--regular-20-px, 400 17px/149.5% 'Inter', sans-serif);
    position: relative;
    margin-bottom: 2%;
    background: none;
    margin-top: 15px;
  }
  .about-id-publishing2 .frame-133 {
    color: #364670;
    text-align: left;
    font: var(--regular-20-px, 600 17px/149.5% 'Inter', sans-serif);
    background: none;
    position: relative;
    margin-top: -50px;
  }
  .sub-pt-penerbit-span {
    color: var(--text-grey, #92929d);
    font: var(--regular-20-px, 400 16px/149.5% 'Inter', sans-serif);
    text-decoration: underline;
    background: none;
    border: 1px solid black;
  }
  .sub-pt-penerbit {
    color: var(--text-grey, #92929d);
    text-align: justify;
    font: var(--regular-20-px, 400 16px/149.5% 'Inter', sans-serif);
    padding-top: 25px;
    position: relative;
    background: none;
    z-index: 1;
  }
  .visi-dan-misi {
    color: #364670;
    text-align: left;
    font: var(--regular-20-px, 600 17px/149.5% 'Inter', sans-serif);
    padding-top: 25px;
    padding-bottom: 15px;
    position: relative;
    background: none;
    z-index: 1;
  }
  .sub-pt-penerbit2 {
    color: var(--text-grey, #92929d);
    text-align: justify;
    font: var(--regular-20-px, 400 16px/149.5% 'Inter', sans-serif);
    height: 239px;
    background: none;
    position: relative;
    z-index: 1;
  }
  .sub-nilai {
    color: var(--text-color-black, #364670);
    text-align: center;
    font: var(--h-2, 600 17px 'Inter', sans-serif);
    position: relative;
    align-self: stretch;
    padding-top: 100px;
    padding-bottom: 20px;
    background: none;
    position: relative;
    z-index: 1;
  }
  .sub-menunjang {
    color: var(--text-grey, #92929d);
    text-align: justify;
    font: var(--regular-20-px, 400 16px/149.5% 'Inter', sans-serif);
    background: none;
    position: relative;
    z-index: 1;
  }
  /* END HALAMAN ABOUT RESOLUSI 576px */

  /* START HALAMAN OURTEAM RESOLUSI 576PX */
  .team-header .our-team {
    color: var(--text-black, #364670);
    text-align: center;
    font: 600 29px/130% 'Inter', sans-serif;
    position: relative;
    background: none;
  }
  /* END HALAMAN OURTEAM */

  /* START HALAMAN LAYANAN RESOLUSI 576PX */
  .layanan-first-card .head-title h2 {
    color: var(--text-black, #364670);
    text-align: center;
    font: 600 34px/130% 'Inter', sans-serif;
    position: relative;
    /* padding-bottom: 10px; */
    background: none;
  }
  .layanan-first-card .line-title a5 {
    color: var(--text-black, #364670);
    text-align: center;
    font: 600 29px/130% 'Inter', sans-serif;
    position: relative;
    padding-bottom: 70px;
    background: none;
  }
  .layanan-first-card .button a {
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    font-family: 'Inter', 'Roboto-Medium', sans-serif;
    font-size: 16px;
    font-weight: 500;
    /* text-transform: uppercase; */
    background: none;
  }
  /* END HALAMAN LAYANAN */

  /* START HALAMAN CONTACT RESOLUSI 576px */
  .contact-header .our-contact {
    color: var(--text-black, #364670);
    text-align: center;
    font: 600 29px/130% 'Inter', sans-serif;
    position: relative;
    background: none;
  }
  .contact-header .silahkan-kontak {
    color: var(--text-color-grey, #92929d);
    text-align: center;
    font: var(--regular-20-px, 400 17px/149.5% 'Inter', sans-serif);
    position: relative;
    /* width: 696px; */
    padding-bottom: 85px;
    background: none;
  }
  .frame-133 .contact-pt-penerbit {
    position: relative;
    color: var(--text-black, #364670);
    text-align: center;
    font: 600 21px 'Inter', sans-serif;
    width: 100%;
    margin-top: -475px;
    padding-bottom: 415px;
    background: none;
  }
  .contact-header .maps {
    display: flex;
    justify-content: center;
  }
  .contact-header .rectangle {
    width: 95%;
    height: 335px;
    position: relative;
    z-index: 2;
    margin-top: 65px;
  }
  .perumahan {
    color: var(--text-grey, #92929d);
    text-align: justify;
    font: var(--regular-30-px, 400 16px/149.5% 'Inter', sans-serif);
    position: relative;
    padding-bottom: 30px;
    margin-right: 0%;
    background: none;
    width: 100%;
  }
  .contact-header .button3 {
    color: var(--text-white, #d2d2d2);
    text-align: left;
    font: var(--h-3, 500 16px 'Inter', sans-serif);
    /* position: relative; */
    background: none;
  }
  .contact-header .button3:hover {
    color: var(--text-white, #ffffff);
    text-align: left;
    font: var(--h-3, 500 16px 'Inter', sans-serif);
    /* position: relative; */
    background: none;
  }
  .icon-bg img {
    position: absolute;
    left: 45%;
    margin-top: 25%;
  }
  /* END HALAMAN CONTACT RESOLUSI 576px */

  /* START HALAMAN BLOG RESOLUSI 565PX */
  .blog-header .our-blog {
    color: var(--text-black, #364670);
    text-align: center;
    font: 600 29px/130% 'Inter', sans-serif;
    position: relative;
    background: none;
  }
  .blog-header .search-statistic .rectangle-2 {
    background: #ffffff;
    border-radius: 50px;
    flex-shrink: 0;
    width: 100%;
    height: 40px;
    position: relative;
    box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.10), 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
    margin-bottom: 120px;
    margin-top: 10px;
    z-index: 1;
  }
  .blog-header .search-statistic input {
    display: flex;
    flex-direction: row;
    gap: 165px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: absolute;
    left: 25px;
    top: 4px;
    background: transparent;
    border: 0;
    outline: none;
    padding: 6px 4px;
    width: 84%;
    font: var(--regular-20-px, 500 13px/149.5% 'Inter', sans-serif);
    color: #888888;
  }
  .blog-header .search-statistic .rectangle-31 {
    background: var(--primary-blue, #0e0e59);
    border-radius: 100px;
    width: 33px;
    height: 33px;
    position: absolute;
    left: 92%;
    top: 4px;
  }
  .blog-header .search-statistic button {
    position: absolute;
    top: 10%;
    left: 10%;
    background: none;
    border: none;
    z-index: 1;
  }
  .blog-header .title .card .card-body .news {
    font: var(--regular-20-px, 500 14px/149.5% 'Inter', sans-serif);
    padding: 2px;
    letter-spacing: 0.1px;
    color: #000;
    border-radius: 25px;
    background: rgba(29, 146, 241, 0.20);
    width: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 34px;
    margin-left: 25px;
  }
  .blog-header .title .card .card-body .tips {
    font: var(--regular-20-px, 500 14px/149.5% 'Inter', sans-serif);
    padding: 2px 8px;
    letter-spacing: 0.1px;
    color: #000;
    border-radius: 25px;
    background: rgb(241 150 29 / 20%);
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 34px;
    margin-left: 25px;
  }
  .blog-header .title .card .card-body .text a {
    background: none;
    font: var(--regular-20-px, 600 18px/149.5% 'Inter', sans-serif);
    text-decoration: none;
    color: #0e0e59;
  }
  .blog-header .title .card .card-body .text a:hover{
    background: none;
    font: var(--regular-20-px, 600 18px/149.5% 'Inter', sans-serif);
    text-decoration: none;
    color: #0e0ea8;
  }
  .blog-header .title .card .card-body .people {
    background: none;
    margin-top: 10px;
    margin-left: 25px;
    font: var(--regular-20-px, 500 15px/149.5% 'Inter', sans-serif);
    letter-spacing: 0.1px;
    color: #92929D;
  }
  .blog-header .title .card .card-body .people i {
    background: none;
    margin-right: 0px;
    font-size: 15px;
  }
  .blog-header .title .card .card-body .description p {
    background: none;
    font: var(--regular-20-px, 400 15px/149.5% 'Inter', sans-serif);
    line-height: 149.5%;
    letter-spacing: 0.4px;
    color: #696974;
    text-align: justify;
  }
  .blog-header .title .card .card-body .read-post {
    background: none;
    margin-top: 10px;
    margin-left: 25px;
    margin-bottom: 25px;
    display: flex;
  }
  .blog-header .title .card .card-body .read-post a {
    background: none;
    text-decoration: none;
    font: var(--regular-20-px, 600 15px/130% 'Inter', sans-serif);
    color: #0e0e59;
  }
  .blog-header .title .card .card-body .read-post a:hover{
    background: none;
    text-decoration: none;
    font: var(--regular-20-px, 600 15px/130% 'Inter', sans-serif);
    color: #0000db;
  }
  .blog-header .title .pagination-container .pagination-button.active {
    border-bottom: 2px solid #D96A20;
    font: var(--regular-20-px, 600 15px/130% 'Inter', sans-serif);
    color: #000;
  }
  .blog-header .title .pagination-container .pagination-button {
    background: none;
    border: none;
    cursor: pointer;
    font: var(--regular-20-px, 500 15px/130% 'Inter', sans-serif);
    color: #84829A;
    margin-top: 30px;
  }
  .blog-header .title .card2 .card-body .category {
    font: var(--regular-20-px, 600 18px/130% 'Inter', sans-serif);
    background: none;
    color: #0e0e59;
    margin-top: 60px;
    text-align: left;
    margin-bottom: 36px;
  }
  .blog-header .title .card2 .card-body .list ul li {
    background: none;
    list-style: none;
    border-radius: 50px;
    padding: 2px 15px;
    margin-left: 10px;
    margin-top: 20px;
  }
  .blog-header .title .card2 .card-body .list ul li a {
    background: none;
    text-decoration: none;
    font: var(--regular-20-px, 400 15px/179.5% 'Inter', sans-serif);
    letter-spacing: 1.2px;
    color: #696974;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }
  .blog-header .title .card2 .card-body .list ul li a:hover{
    background: none;
    text-decoration: none;
    font: var(--regular-20-px, 400 15px/179.5% 'Inter', sans-serif);
    letter-spacing: 1.2px;
    color: #0e0e59;
  }
  .blog-header .title .card2 .card-body .new-post span {
    font: var(--regular-20-px, 600 18px/130% 'Inter', sans-serif);
    background: none;
    color: #0e0e59;
    margin-bottom: 29px;
  }
  .blog-header .title .card2 .card-body .new-post .row .col-lg-6 .description a {
    background: none;
    font: var(--regular-20-px, 300 15px/130% 'Inter', sans-serif);
    letter-spacing: 0.32px;
    color: #364670;
    text-decoration: none;
  }
  .blog-header .title .card2 .card-body .new-post .row .col-lg-6 .description a:hover{
    color: #0e0e59;
    background: none;
    font: var(--regular-20-px, 300 15px/130% 'Inter', sans-serif);
    letter-spacing: 0.32px;
    color: #0032af;
    text-decoration: none;
  }
  .blog-header .title .card2 .card-body .new-post .next button {
    background: none;
    border: none;
    font: var(--regular-20-px, 300 15px/130% 'Inter', sans-serif);
    letter-spacing: 0.32px;
    text-decoration: underline;
    color: #92929D;
  }
  .blog-header .title .card2 .card-body .new-post .next button:hover{
    background: none;
    border: none;
    font: var(--regular-20-px, 300 15px/130% 'Inter', sans-serif);
    letter-spacing: 0.32px;
    text-decoration: underline;
    color: #0e0e59;
  }
  .footer-bg-blog img {
    position: absolute;
    width: 100%;
    margin-top: -160%;
    height: 500px;
  }
  /* END HALAMAN BLOG */

  /* START HALAMAN PELATIHAN RESOLUSI 576PX */
  .pelatihan .training {
    color: var(--text-black, #364670);
    text-align: center;
    font: 600 29px/130% 'Inter', sans-serif;
    position: relative;
    background: none;
  }
  .pelatihan .row .card .text .center-text {
    position: absolute;
    top: 0%;
    z-index: 2;
    background: none;
    color: #ffff;
    font: 700 15px/130% 'Inter', sans-serif;
    text-shadow: 0px 2px 1.3px rgba(0, 0, 0, 0.25);
    line-height: normal;
    width: 265px;
    left: 6%;
    margin-top: 155px;
  }
  .pelatihan .row .card .text .bottom-text .read {
    background: #E5E4DF30;
    border-radius: 7px;
    width: 74px;
    height: 27px;
    color: #fff;
    font: 500 13px/130% 'Inter', sans-serif;
    text-shadow: 0px 2px 1.3px rgba(0, 0, 0, 0.25);
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .pelatihan .load-next .load .image {
    border: 1px solid;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 19px;
    width: 19px;
  }
  .pelatihan .load-next .load button {
    background: none;
    font: var(--regular-20-px, 400 15px/149.5% 'Inter', sans-serif);
    line-height: normal;
    color: #92929D;
    border: 0px;
    text-decoration: none;
    margin-left: 0px;
  }
  /* END HALAMAN PELATIHAN */

  /* START HALAMAN PELATIHAN DETAIL RESOLUSI 576PX */
  .pelatihan-detail .card .card-body .image img {
    background: none;
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center 5%;
    box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.10), 0px 0px 0px 0px rgba(0, 0, 0, 0.10);
    border-radius: 25px;
  }
  .pelatihan-detail .card .card-body .text .title {
    background: none;
    font: var(--regular-20-px, 600 18px 'Inter', sans-serif);
    color: #364670;
    letter-spacing: 0.117px;
    margin-top: 40px;
  }
  .pelatihan-detail .card .card-body .text .description ul li {
    background: none;
    font: var(--regular-20-px, 500 15px'Inter', sans-serif);
    color: #92929D;
    letter-spacing: 0.5px;
    padding-top: 3px;
    line-height: normal;
  }
  .pelatihan-detail .card .card-body .text .people {
    background: none;
    font: var(--regular-20-px, 500 15px 'Inter', sans-serif);
    color: #92929D;
    letter-spacing: 0.5px;
  }
  .pelatihan-detail .card .card-body .footer-text .place {
    background: none;
    font: var(--regular-20-px, 600 18px'Inter', sans-serif);
    width: 50%;
  }
  .pelatihan-detail .card .card-body .footer-text .place .city {
    background: none;
    font: var(--regular-20-px, 500 15px'Inter', sans-serif);
    width: 100%;
    padding-top: 5px;
  }
  .pelatihan-detail .card .card-body .footer-text .paid {
    background: none;
    font: var(--regular-20-px, 600 18px'Inter', sans-serif);
  }
  .pelatihan-detail .card .card-body .footer-text .paid .price {
    background: none;
    padding-top: 5px;
    font: var(--regular-20-px, 600 18px'Inter', sans-serif);
    color: #FF7426;
  }
  .pelatihan-detail .card .card-body .reg {
    background: none;
    position: absolute;
    left: 40%;
  }
  .pelatihan-detail .card .card-body .reg a {
    background: #16A75C;
    text-decoration: none;
    font: var(--regular-20-px, 500 15px'Inter', sans-serif);
    color: #fff;
    padding: 12px 23px 12px 23px;
    border-radius: 12px;
  }
  /* END HALAMAN PELATIHAN DETAIL */

}
@media (max-width:475px){
  /* START HALAMAN LANDING RESOLUSI 475PX */
  .first-header #navbarNav .sign a {
    background: var(--primary-blue, #0e0e59);
    border-radius: 40px;
    color: #d2d2d2;
    width: 27%;
    margin-bottom: 15px;
  }
  .first-header #navbarNav .sign a:hover {
    background: var(--primary-blue, #0e0e59);
    border-radius: 40px;
    color: #fff;
    width: 27%;
    margin-bottom: 15px;
  }
  .landing-header .frame-40 .image-1 {
    background: none;
    width: 90%;
    position: absolute;
    transform-origin: center center;
  }
  .landing-header .frame-40 .image-2 {
    background: none;
    width: 32%;
    position: absolute;
    left: -4%;
    margin-top: 45px;
    transform-origin: center center;
  }
  .landing-header .frame-40 .image-3 {
    background: none;
    width: 43%;
    margin-top: 80px;
    position: absolute;
    left: 9%;
    transform-origin: center center;
  }
  .landing-header .frame-40 .image-4 {
    background: none;
    width: 30%;
    position: absolute;
    margin-top: 100px;
    left: -8%;
    transform-origin: center center;
  }
  .landing-header .frame-1 {
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 90%;
    position: relative;
    /* padding-top: 30px; */
    font: var(--regular-20-px, 700 17px/149.5% 'Inter', sans-serif);
    color: #92929D;
    z-index: 1;
    background: none;
    margin-top: 340px;
  }
  .landing-header .welcome p {
    color: var(--text-black, #364670);
    text-align: center;
    font: var(--big-title-48-px, 600 34px/130% 'Inter', sans-serif);
    background: none;
    width: 80%;
  }
  .landing-header .welcome p {
    color: var(--text-black, #364670);
    text-align: center;
    font: var(--big-title-48-px, 600 34px/130% 'Inter', sans-serif);
    background: none;
    width: 80%;
  }
  .landing-header .your-citation p {
    color: var(--text-grey, #92929d);
    text-align: center;
    font: var(--regular-20-px, 400 16px/149.5% 'Inter', sans-serif);
    background: none;
  }
  .landing-header .button3 {
    color: var(--text-white, #d2d2d2);
    text-align: left;
    font: var(--h-3, 500 14px 'Inter', sans-serif);
    position: relative;
    background: none;
  }
  .landing-header .button3:hover {
    color: var(--text-white, #ffffff);
    text-align: left;
    font: var(--h-3, 500 14px 'Inter', sans-serif);
    position: relative;
    background: none;
  }
  .landing-header .button2 {
    background: var(--primary-blue, #0e0e59);
    border-radius: 50px;
    padding: 15px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    /* box-shadow: 0px 12px 48px 0px rgba(0, 0, 0, 0.25); */
    width: 45%;
    z-index: 1;
    height: 50px;
    }
    .our-client .title h1 {
      color: var(--text-black, #364670);
      text-align: center;
      font: 700 19px/130% 'Inter', sans-serif;
      position: relative;
      background: none;
      border: 1px solid #E0E3EB;
      width: 38%;
      height: 50px;
      border-radius: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 2;
      margin-top: -35px;
    }
    .review .title h1 {
      color: var(--text-black, #364670);
      text-align: center;
      font: 700 19px/130% 'Inter', sans-serif;
      position: relative;
      background: none;
      border: 1px solid #E0E3EB;
      width: 38%;
      height: 50px;
      border-radius: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 2;
      margin-top: -35px;
    }
    .review .card .image img {
      background: none;
      margin-top: -41px;
      width: 55px;
      height: 55px;
      margin-bottom: 0px;
      margin-left: 0px;
      position: absolute;
      top: 4%;
      left: -5%;
    }
    .review .card .name {
      background: none;
      margin-top: -55px;
      margin-left: 0px;
      position: absolute;
      top: 20%;
      left: 12%;
    }
    .review .card .name span {
      background: none;
      font: var(--h-3, 600 17px 'Inter', sans-serif);
      text-decoration: underline;
      letter-spacing: 0.5px;
    }
    .review .card .description {
      background: none;
      width: 90%;
      overflow: hidden;
      margin-left: 0px;
      position: absolute;
      top: 30%;
      left: 7%;
      height: 80px;
    }
    .post .title h1 {
      color: var(--text-black, #364670);
      text-align: center;
      font: 700 19px/130% 'Inter', sans-serif;
      position: relative;
      background: none;
      border: 1px solid #E0E3EB;
      width: 38%;
      height: 50px;
      border-radius: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 2;
      margin-top: -35px;
    }
    .post .latepost .post .content .img-post {
      background: none;
      border-radius: 10px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-left: -20px;
      margin-top: 15px;
    }
    .post .latepost .post .content .img-post img {
      width: 85%;
      padding: 5px;
      background: #fff;
      border-radius: 10px;
      height: 100px;
    }
    .post .latepost .post .content .content2 .judul {
      background: none;
      color: #000;
      font: var(--regular-20-px, 600 15px 'Inter', sans-serif);
      line-height: 25px;
      margin-top: 20px;
    }
    .post .latepost .post .content .content2 #toggleBtn {
      background: none;
      text-decoration: underline;
      color: #363636;
      font: var(--regular-20-px, 400 13px/149.5% 'Inter', sans-serif);
    }
    .post .artikel-next .artikel button {
      background: none;
      font: var(--regular-20-px, 400 15px/149.5% 'Inter', sans-serif);
      line-height: normal;
      color: #92929D;
      border: 0px;
      text-decoration: underline;
    }
    .footer-bg-landing1 img {
      position: absolute;
      width: 100%;
      /* margin-top: -170%; */
      top: 130%;
      background: none;
      height: 500px;
    }
    .footer-bg-landing2 img {
      position: absolute;
      width: 100%;
      top: 245%;
      /* margin-top: -75%; */
      background: none;
      height: 500px;
    }
    .footer .main-office-pubmedia-journal-training-kelurahan-ngestiharjo-kecamatan-kasihan-kabupaten-bantul-d-i-yogyakarta {
      color: var(--text-black, #364670);
      text-align: justify;
      font: var(--regular-20-px, 500 15px/149.5% 'Inter', sans-serif);
      position: relative;
      flex: 1;
      margin-left: -7px;
    }
  /* END HALAMAN LANDING */

  /* START HALAMAN ABOUT RESOLUSI 475PX */
  .about-header .about-us {
    color: var(--text-black, #364670);
    text-align: center;
    font: 600 28px/130% 'Inter', sans-serif;
    position: relative;
    background: none;
  }
  .about-header .berikut {
    color: var(--text-color-grey, #92929d);
    text-align: center;
    font: var(--regular-20-px, 400 16px/149.5% 'Inter', sans-serif);
    position: relative;
    margin-bottom: 2%;
    background: none;
    margin-top: 15px;
  }
  .about-id-publishing2 .frame-133 {
    color: #364670;
    text-align: left;
    font: var(--regular-20-px, 600 15px/149.5% 'Inter', sans-serif);
    background: none;
    position: relative;
    margin-top: -50px;
  }
  .sub-pt-penerbit-span {
    color: var(--text-grey, #92929d);
    font: var(--regular-20-px, 400 15px/149.5% 'Inter', sans-serif);
    text-decoration: underline;
    background: none;
    border: 1px solid black;
  }
  .sub-pt-penerbit {
    color: var(--text-grey, #92929d);
    text-align: justify;
    font: var(--regular-20-px, 400 15px/149.5% 'Inter', sans-serif);
    padding-top: 25px;
    position: relative;
    background: none;
    z-index: 1;
  }
  .visi-dan-misi {
    color: #364670;
    text-align: left;
    font: var(--regular-20-px, 600 16px/149.5% 'Inter', sans-serif);
    padding-top: 25px;
    padding-bottom: 15px;
    position: relative;
    background: none;
    z-index: 1;
  }
  .sub-pt-penerbit2 {
    color: var(--text-grey, #92929d);
    text-align: justify;
    font: var(--regular-20-px, 400 15px/149.5% 'Inter', sans-serif);
    height: 239px;
    background: none;
    position: relative;
    z-index: 1;
  }
  .sub-nilai {
    color: var(--text-color-black, #364670);
    text-align: center;
    font: var(--h-2, 600 16px 'Inter', sans-serif);
    position: relative;
    align-self: stretch;
    padding-top: 135px;
    padding-bottom: 20px;
    background: none;
    position: relative;
    z-index: 1;
  }
  .sub-menunjang {
    color: var(--text-grey, #92929d);
    text-align: justify;
    font: var(--regular-20-px, 400 15px/149.5% 'Inter', sans-serif);
    background: none;
    position: relative;
    z-index: 1;
  }
  /* END HALAMAN ABOUT */

  /* START HALAMAN OURTEAM RESOLUSI 475PX */
  .team-header .our-team {
    color: var(--text-black, #364670);
    text-align: center;
    font: 600 28px/130% 'Inter', sans-serif;
    position: relative;
    background: none;
  }
  .team-header .title .row .col-lg-4 .card .title-name .name {
    background: none;
    color: #ffffff;
    font: var(--regular-20-px, 600 15px/149.5% 'Inter', sans-serif);
  }
  .team-header .title .row .col-lg-4 .card .title-name .jabatan {
    background: none;
    color: #ffffff;
    font: var(--regular-20-px, 400 13px/149.5% 'Inter', sans-serif);
    margin-top: -16px;
    line-height: initial;
  }
  .footer-bg-ourteam img {
    position: absolute;
    width: 100%;
    margin-top: -251%;
    height: 670px;
  }
  /* END HALAMAN OURTEAM */

  /* START HALAMAN LAYANAN RESOLUSI 475PX */
  .layanan-first-card .head-title h2 {
    color: var(--text-black, #364670);
    text-align: center;
    font: 600 33px/130% 'Inter', sans-serif;
    position: relative;
    /* padding-bottom: 10px; */
    background: none;
  }
  .layanan-first-card .line-title a5 {
    color: var(--text-black, #364670);
    text-align: center;
    font: 600 28px/130% 'Inter', sans-serif;
    position: relative;
    padding-bottom: 70px;
    background: none;
  }
  .rectangle-39 {
    background: #16a75c;
    border-radius: 96px;
    width: 35%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 42px;
  }
  .layanan-first-card .button a {
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    font-family: 'Inter', 'Roboto-Medium', sans-serif;
    font-size: 15px;
    font-weight: 500;
    /* text-transform: uppercase; */
    background: none;
  }
  /* END HALAMAN LAYANAN */
  /* START HALAMAN LAYANAN DETAIL RESOLUSI 475PX */
  .layanan-detail .card .card-body .image {
    background: none;
    padding-top: 10px;
  }
  .layanan-detail .card .card-body .image img {
    background: none;
    width: 100%;
    height: 330px;
    object-fit: cover;
    object-position: center 5%;
    box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.10), 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
    border-radius: 25px;
  }
  .layanan-detail .secondary-button {
    background: rgba(29, 241, 101, 0.20);
    border-radius: 20px;
    left: 0px;
    top: 30px;
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: center;
    justify-content: center;
    width: 70%;
    position: relative;
  }
  .layanan-detail .repository {
    color: var(--text-black, #364670);
    text-align: left;
    position: relative;
    left: 10px;
    flex: 1;
    background: none;
    font: var(--regular-20-px, 700 15px'Inter', sans-serif);
  }
  .layanan-detail .card .card-body .text {
    background: none;
    margin-left: 0px;
  }
  .layanan-detail .card .card-body .text .title {
    background: none;
    font: var(--regular-20-px, 600 19px'Inter', sans-serif);
    color: #364670;
    letter-spacing: 0.117px;
    margin-top: 55px;
  }
  .layanan-detail .card .card-body .text .people {
    background: none;
    font: var(--regular-20-px, 500 16px'Inter', sans-serif);
    color: #92929D;
    letter-spacing: 0.5px;
    margin-top: 5px;
  }
  .layanan-detail .card .card-body .footer-text {
    background: none;
    margin-top: 22px;
    margin-left: 0px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    align-items: center;
  }
  .layanan-detail .card .card-body .footer-text .paid {
    background: none;
    font: var(--regular-20-px, 500 19px'Inter', sans-serif);
  }
  .layanan-detail .card .card-body .footer-text .paid .price {
    background: none;
    padding-top: 5px;
    font: var(--regular-20-px, 500 19px'Inter', sans-serif);
    color: #FF7426;
  }
  .layanan-detail .card .card-body .reg a {
    background: #16A75C;
    text-decoration: none;
    font: var(--regular-20-px, 500 16px'Inter', sans-serif);
    color: #fff;
    padding: 15px;
    border-radius: 20px;
  }

  /* END HALAMAN LAYANAN DETAIL */

  /* START HALAMAN CONTACT RESOLUSI 475PX */
  .contact-header .our-contact {
    color: var(--text-black, #364670);
    text-align: center;
    font: 600 28px/130% 'Inter', sans-serif;
    position: relative;
    background: none;
  }
  .contact-header .silahkan-kontak {
    color: var(--text-color-grey, #92929d);
    text-align: center;
    font: var(--regular-20-px, 400 16px/149.5% 'Inter', sans-serif);
    position: relative;
    /* width: 696px; */
    padding-bottom: 85px;
    background: none;
  }
  .frame-133 .contact-pt-penerbit {
    position: relative;
    color: var(--text-black, #364670);
    text-align: center;
    font: 600 19px/140.5% 'Inter', sans-serif;
    width: 85%;
    margin-top: -480px;
    padding-bottom: 370px;
    background: none;
  }
  .perumahan {
    color: var(--text-grey, #92929d);
    text-align: justify;
    font: var(--regular-30-px, 400 15px/149.5% 'Inter', sans-serif);
    position: relative;
    padding-bottom: 30px;
    margin-right: 0%;
    background: none;
    width: 100%;
  }
  .contact-header .button {
    display: flex;
    flex-direction: row;
    gap: 48px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
    background: none;
    margin-bottom: -70px;
  }
  .contact-header .button3 {
    color: var(--text-white, #d2d2d2);
    text-align: left;
    font: var(--h-3, 500 15px 'Inter', sans-serif);
    /* position: relative; */
    background: none;
  }
  .contact-header .button3:hover {
    color: var(--text-white, #ffffff);
    text-align: left;
    font: var(--h-3, 500 15px 'Inter', sans-serif);
    /* position: relative; */
    background: none;
  }
  .icon-bg img {
    position: absolute;
    left: 45%;
    margin-top: 25%;
    display: none;
  }
  /* END HALAMAN CONTACT */

  /* START HALAMAN BLOG RESOLUSI 475PX */
  .blog-header .our-blog {
    color: var(--text-black, #364670);
    text-align: center;
    font: 600 28px/130% 'Inter', sans-serif;
    position: relative;
    background: none;
  }
  .blog-header .search-statistic .rectangle-31 {
    background: var(--primary-blue, #0e0e59);
    border-radius: 100px;
    width: 33px;
    height: 33px;
    position: absolute;
    left: 91%;
    top: 4px;
  }
  .blog-header .title .card .card-body .news {
    font: var(--regular-20-px, 500 13px/149.5% 'Inter', sans-serif);
    padding: 2px;
    letter-spacing: 0.1px;
    color: #000;
    border-radius: 25px;
    background: rgba(29, 146, 241, 0.20);
    width: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 34px;
    margin-left: 20px;
  }
  .blog-header .title .card .card-body .tips {
    font: var(--regular-20-px, 500 13px/149.5% 'Inter', sans-serif);
    padding: 2px 8px;
    letter-spacing: 0.1px;
    color: #000;
    border-radius: 25px;
    background: rgb(241 150 29 / 20%);
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 34px;
    margin-left: 20px;
  }
  .blog-header .title .card .card-body .text {
    margin-top: 11px;
    margin-left: 20px;
    width: 90%;
    background: none;
  }
  .blog-header .title .card .card-body .text a {
    background: none;
    font: var(--regular-20-px, 600 17px/149.5% 'Inter', sans-serif);
    text-decoration: none;
    color: #0e0e59;
  }
  .blog-header .title .card .card-body .text a:hover{
    background: none;
    font: var(--regular-20-px, 600 17px/149.5% 'Inter', sans-serif);
    text-decoration: none;
    color: #0e0ea8;
  }
  .blog-header .title .card .card-body .people {
    background: none;
    margin-top: 10px;
    margin-left: 20px;
    font: var(--regular-20-px, 500 14px/149.5% 'Inter', sans-serif);
    letter-spacing: 0.1px;
    color: #92929D;
  }
  .blog-header .title .card .card-body .people i {
    background: none;
    margin-right: 0px;
    font-size: 14px;
  }
  .blog-header .title .card .card-body .date {
    background: #fff;
    border: 1px solid #D96A20;
    color: #D96A20;
    width: 140px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    position: absolute;
    z-index: 1;
    margin-top: -20px;
    font: var(--regular-20-px, 400 13px/149.5% 'Inter', sans-serif);
  }
  .blog-header .title .card .card-body .description {
    background: none;
    margin-top: 38px;
    margin-left: 20px;
    width: 90%;
  }
  .blog-header .title .card .card-body .description p {
    background: none;
    font: var(--regular-20-px, 400 13px/149.5% 'Inter', sans-serif);
    line-height: 149.5%;
    letter-spacing: 0.4px;
    color: #696974;
    text-align: justify;
  }
  .blog-header .title .card .card-body .read-post {
    background: none;
    margin-top: 10px;
    margin-left: 20px;
    margin-bottom: 25px;
    display: flex;
  }
  .blog-header .title .card .card-body .read-post a {
    background: none;
    text-decoration: none;
    font: var(--regular-20-px, 600 14px/130% 'Inter', sans-serif);
    color: #0e0e59;
  }
  .blog-header .title .card .card-body .read-post a:hover{
    background: none;
    text-decoration: none;
    font: var(--regular-20-px, 600 14px/130% 'Inter', sans-serif);
    color: #0000db;
  }
  .blog-header .title .pagination-container .pagination-button.active {
    border-bottom: 2px solid #D96A20;
    font: var(--regular-20-px, 600 14px/130% 'Inter', sans-serif);
    color: #000;
  }
  .blog-header .title .pagination-container .pagination-button {
    background: none;
    border: none;
    cursor: pointer;
    font: var(--regular-20-px, 500 14px/130% 'Inter', sans-serif);
    color: #84829A;
    margin-top: 30px;
  }
  .blog-header .title .card2 .card-body .category {
    font: var(--regular-20-px, 600 17px/130% 'Inter', sans-serif);
    background: none;
    color: #0e0e59;
    margin-top: 60px;
    text-align: left;
    margin-bottom: 36px;
  }
  .blog-header .title .card2 .card-body .list ul li {
    background: none;
    list-style: none;
    border-radius: 50px;
    padding: 2px 15px;
    margin-left: 10px;
    margin-top: 20px;
  }
  .blog-header .title .card2 .card-body .list ul li a {
    background: none;
    text-decoration: none;
    font: var(--regular-20-px, 400 14px/179.5% 'Inter', sans-serif);
    letter-spacing: 1.2px;
    color: #696974;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }
  .blog-header .title .card2 .card-body .list ul li a:hover{
    background: none;
    text-decoration: none;
    font: var(--regular-20-px, 400 14px/179.5% 'Inter', sans-serif);
    letter-spacing: 1.2px;
    color: #0e0e59;
  }
  .blog-header .title .card2 .card-body .new-post span {
    font: var(--regular-20-px, 600 17px/130% 'Inter', sans-serif);
    background: none;
    color: #0e0e59;
    margin-bottom: 29px;
  }
  .blog-header .title .card2 .card-body .new-post .row .col-lg-6 .description a {
    background: none;
    font: var(--regular-20-px, 300 14px/130% 'Inter', sans-serif);
    letter-spacing: 0.32px;
    color: #364670;
    text-decoration: none;
  }
  .blog-header .title .card2 .card-body .new-post .row .col-lg-6 .description a:hover{
    color: #0e0e59;
    background: none;
    font: var(--regular-20-px, 300 14px/130% 'Inter', sans-serif);
    letter-spacing: 0.32px;
    color: #0032af;
    text-decoration: none;
  }
  .blog-header .title .card2 .card-body .new-post .next button {
    background: none;
    border: none;
    font: var(--regular-20-px, 300 14px/130% 'Inter', sans-serif);
    letter-spacing: 0.32px;
    text-decoration: underline;
    color: #92929D;
  }
  .blog-header .title .card2 .card-body .new-post .next button:hover{
    background: none;
    border: none;
    font: var(--regular-20-px, 300 14px/130% 'Inter', sans-serif);
    letter-spacing: 0.32px;
    text-decoration: underline;
    color: #0e0e59;
  }
  /* END HALAMAN BLOG */

  /* START HALAMAN PELATIHAN RESOLUSI 475PX */
  .pelatihan .training {
    color: var(--text-black, #364670);
    text-align: center;
    font: 600 28px/130% 'Inter', sans-serif;
    position: relative;
    background: none;
  }
  .pelatihan .row {
    margin-top: -30px;
  }
  .pelatihan .row .card {
    background: none;
    border: none;
    margin-bottom: 70px;
  }
  .pelatihan .load-next .load {
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid;
    border-radius: 50px;
    width: 45%;
    height: 45px;
    margin-top: -30px;
  }
  .pelatihan .load-next .load button {
    background: none;
    font: var(--regular-20-px, 400 13px/149.5% 'Inter', sans-serif);
    line-height: normal;
    color: #92929D;
    border: 0px;
    text-decoration: none;
    margin-left: 0px;
  }

  /* END HALAMAN PELATIHAN */

  /* START HALAMAN PELATIHAN DETAIL RESOLUSI 475PX */
  .pelatihan-detail .card .card-body .image img {
    background: none;
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center 5%;
    box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.10), 0px 0px 0px 0px rgba(0, 0, 0, 0.10);
    border-radius: 25px;
  }
  .pelatihan-detail .card .card-body .text {
    background: none;
    margin-left: 10px;
  }
  .pelatihan-detail .card .card-body .text .title {
    background: none;
    font: var(--regular-20-px, 600 17px 'Inter', sans-serif);
    color: #364670;
    letter-spacing: 0.117px;
    margin-top: 40px;
  }
  .pelatihan-detail .card .card-body .text .description ul li {
    background: none;
    font: var(--regular-20-px, 500 14px'Inter', sans-serif);
    color: #92929D;
    letter-spacing: 0.5px;
    padding-top: 3px;
    line-height: normal;
  }
  .pelatihan-detail .card .card-body .text .people {
    background: none;
    font: var(--regular-20-px, 500 14px 'Inter', sans-serif);
    color: #92929D;
    letter-spacing: 0.5px;
  }
  .pelatihan-detail .card .card-body .footer-text {
    background: none;
    margin-top: 22px;
    margin-left: 10px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 35px;
  }
  .pelatihan-detail .card .card-body .footer-text .place {
    background: none;
    font: var(--regular-20-px, 600 17px'Inter', sans-serif);
    width: 50%;
  }
  .pelatihan-detail .card .card-body .footer-text .place .city {
    background: none;
    font: var(--regular-20-px, 500 14px'Inter', sans-serif);
    width: 100%;
    padding-top: 5px;
  }
  .pelatihan-detail .card .card-body .footer-text .paid {
    background: none;
    font: var(--regular-20-px, 600 17px'Inter', sans-serif);
  }
  .pelatihan-detail .card .card-body .footer-text .paid .price {
    background: none;
    padding-top: 5px;
    font: var(--regular-20-px, 600 17px'Inter', sans-serif);
    color: #FF7426;
  }
  .pelatihan-detail .card .card-body .reg {
    background: none;
    position: absolute;
    left: 40%;
  }
  .pelatihan-detail .card .card-body .reg a {
    background: #16A75C;
    text-decoration: none;
    font: var(--regular-20-px, 500 14px'Inter', sans-serif);
    color: #fff;
    padding: 12px 23px 12px 23px;
    border-radius: 12px;
  }
  /* END HALAMAN PELATIHAN DETAIL */

  /* START HALAMAN LOGIN RESOLUSI 475PX */
  .login-header .sign-in4 {
    color: var(--primary-blue, #0e0e59);
    text-align: center;
    font: 700 25px 'Inter', sans-serif;
    position: relative;
    left: -5px;
    top: 30px;
    background: none;
  }
  .login-header .placeholder {
    color: var(--text-color-line-dark, #979797);
    text-align: left;
    font: var(--h-4, 500 15px 'Inter', sans-serif);
    position: relative;
    background: none;
  }
  .login-header .email-address2 {
    color: var(--dark-grey, #888383);
    text-align: left;
    font: 400 15px 'Inter', sans-serif;
    background: none;
  }
  .login-header .password2 {
    color: var(--dark-grey, #888383);
    text-align: left;
    font: 400 15px 'Inter', sans-serif;
    position: relative;
    background: none;
  }
  .login-header .lupa-password {
    color: var(--text-color-grey, #92929d);
    text-align: left;
    font: 400 15px 'Inter', sans-serif;
    position: relative;
    background: none;
  }
  .login-header .frame-60 .button2 {
    color: var(--text-white, #dfdfdf);
    text-align: left;
    font: var(--h-3, 500 15px 'Inter', sans-serif);
    position: relative;
    background: none;
  }
  .login-header .frame-60 .button2:hover {
    color: var(--text-white, #ffffff);
    text-align: left;
    font: var(--h-3, 500 15px 'Inter', sans-serif);
    position: relative;
    background: none;
  }
  .login-header .button5 {
    color: var(--primary-blue, #39399c);
    text-align: left;
    font: var(--h-3, 500 15px 'Inter', sans-serif);
    position: relative;
    background: none;
  }
  .login-header .button5:hover {
    color: var(--primary-blue, #0e0e59);
    text-align: left;
    font: var(--h-3, 600 15px 'Inter', sans-serif);
    position: relative;
    background: none;
  }

  /* END HALAMAN LOGIN */
  /* START HALAMAN REGISTER RESOLUSI 475 PX */
  .register-header .input {
    background: var(--text-white, #ffffff);
    border-radius: 11.6px;
    border-style: solid;
    border-color: var(--text-color-grey, #92929d);
    border-width: 1.24px;
    display: flex;
    flex-direction: row;
    gap: 8.29px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 292.48px;
    height: 41.72px;
    position: relative;
  }
  .register-header .dropdown {
    background: var(--text-white, #ffffff);
    border-radius: 11.6px;
    border-style: solid;
    border-color: var(--text-line-dark, #eaeaea);
    border-width: 1.24px;
    display: flex;
    flex-direction: row;
    gap: 8.29px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 292.51px;
    height: 41.73px;
    position: relative;
  }
  .register-header .button2 a {
    background: var(--primary-blue, #0e0e59);
    border-radius: 16.57px;
    padding: 12.43px 33.15px 12.43px 33.15px;
    display: flex;
    flex-direction: row;
    gap: 8.29px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 287.48px;
    position: relative;
    color: rgb(216, 216, 216);
    text-decoration: none;
    margin-left: -4%;
  }
  .register-header .register4 {
    color: var(--primary-blue, #0e0e59);
    text-align: left;
    font: 700 25px 'Inter', sans-serif;
    position: relative;
    top: 10px;
    background: none;
    margin-left: -1%;
    text-align: center;
  }
  .register-header .email-address2 {
    color: var(--dark-grey, #888383);
    text-align: left;
    font: 400 15px 'Inter', sans-serif;
    background: none;
  }
  .register-header .how-did-you-hear-about-us {
    color: var(--dark-grey, #5b5575);
    text-align: left;
    font: 400 15px 'Inter', sans-serif;
    position: relative;
    background: none;
  }
  .register-header .placeholder {
    color: var(--text-color-line-dark, #979797);
    text-align: left;
    font: var(--h-4, 500 15px 'Inter', sans-serif);
    position: relative;
    background: none;
  }
  .register-header .placeholder:hover {
    color: var(--text-color-line-dark, #4b4b4b);
    text-align: left;
    font: var(--h-4, 500 15px 'Inter', sans-serif);
    position: relative;
    background: none;
  }
  .register-header .placeholder2 {
    color: var(--text-black, #6a7592);
    text-align: left;
    font: var(--h-4, 500 15px 'Inter', sans-serif);
    position: relative;
    background: none;
    border-color: rgba(178, 34, 34, 0);
    outline: none;
    width: 100%;
  }
  .register-header .button2 {
    color: var(--text-white, #dfdfdf);
    text-align: left;
    font: var(--h-3, 500 15px 'Inter', sans-serif);
    position: relative;
    background: none;
  }
  .register-header .sudah-punya-akun {
    color: var(--primary-blue, #0e0e59);
    text-align: left;
    font: 500 14px 'Inter', sans-serif;
    position: relative;
    background: none;
  }
  .register-header .frame-60 .sign-in2 {
    color: var(--text-color-grey, #92929d);
    text-align: left;
    font: 500 14px 'Inter', sans-serif;
    position: relative;
    top: -7px;
    background: none;
  }
  .register-header .frame-60 .sign-in2:hover {
    color: var(--text-color-grey, #4b4b4e);
    text-align: left;
    font: 500 14px 'Inter', sans-serif;
    position: relative;
    top: -7px;
    background: none;
  }

  /* END HALAMAN REGISTER RESOLUSI 475 PX */
}
@media (max-width: 435px) {

  /* START HALAMAN LANDING RESOLUSI 435px */
  .first-header #navbarNav .sign a {
    background: var(--primary-blue, #0e0e59);
    border-radius: 40px;
    color: #d2d2d2;
    width: 30%;
    margin-bottom: 15px;
  }
  .first-header #navbarNav .sign a:hover {
    background: var(--primary-blue, #0e0e59);
    border-radius: 40px;
    color: #fff;
    width: 30%;
    margin-bottom: 15px;
  }
  .landing-header .search-statistic input {
    display: flex;
    flex-direction: row;
    gap: 165px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: absolute;
    left: 15px;
    top: 4px;
    background: transparent;
    border: 0;
    outline: none;
    padding: 6px 4px;
    width: 84%;
    font: var(--regular-20-px, 500 13px/149.5% 'Inter', sans-serif);
    color: #888888;
  }
   .landing-header .search-statistic .rectangle-31 {
    background: var(--primary-blue, #0e0e59);
    border-radius: 100px;
    width: 33px;
    height: 33px;
    position: absolute;
    left: 90%;
    top: 4px;
  }
  .landing-header .frame-40 .image-2 {
    background: none;
    width: 32%;
    position: absolute;
    left: -8%;
    margin-top: 45px;
    transform-origin: center center;
  }
  .landing-header .frame-40 .image-3 {
    background: none;
    width: 43%;
    margin-top: 65px;
    position: absolute;
    left: 7%;
    transform-origin: center center;
  }
  .landing-header .frame-40 .image-4 {
    background: none;
    width: 30%;
    position: absolute;
    margin-top: 100px;
    left: -15%;
    transform-origin: center center;
  }
  .landing-header .frame-1 {
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 90%;
    position: relative;
    /* padding-top: 30px; */
    font: var(--regular-20-px, 700 17px/149.5% 'Inter', sans-serif);
    color: #92929D;
    z-index: 1;
    background: none;
    margin-top: 300px;
  }
  .landing-header .frame-1 .indonesian-journal {
    background: none;
    width: 75%;
  }
  .landing-header .button2 {
    background: var(--primary-blue, #0e0e59);
    border-radius: 50px;
    padding: 15px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    /* box-shadow: 0px 12px 48px 0px rgba(0, 0, 0, 0.25); */
    width: 48%;
    z-index: 1;
    height: 50px;
  }
  .our-client .title h1 {
    color: var(--text-black, #364670);
    text-align: center;
    font: 700 18px/130% 'Inter', sans-serif;
    position: relative;
    background: none;
    border: 1px solid #E0E3EB;
    width: 38%;
    height: 50px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    margin-top: -35px;
  }
  .review .title h1 {
    color: var(--text-black, #364670);
    text-align: center;
    font: 700 18px/130% 'Inter', sans-serif;
    position: relative;
    background: none;
    border: 1px solid #E0E3EB;
    width: 38%;
    height: 50px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    margin-top: -35px;
  }
  .review .card .description {
    background: none;
    width: 90%;
    overflow: hidden;
    margin-left: 0px;
    position: absolute;
    top: 28%;
    left: 7%;
    height: auto;
  }
  .review .card .description p {
    background: none;
    font: var(--h-3, 400 13px 'Inter', sans-serif);
    letter-spacing: 0.2px;
    text-align: left;
    overflow: auto;
  }
  .post .title h1 {
    color: var(--text-black, #364670);
    text-align: center;
    font: 700 18px/130% 'Inter', sans-serif;
    position: relative;
    background: none;
    border: 1px solid #E0E3EB;
    width: 38%;
    height: 50px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    margin-top: -35px;
  }
  .post .latepost .post .content .content2 .judul {
    background: none;
    color: #000;
    font: var(--regular-20-px, 600 14px 'Inter', sans-serif);
    line-height: 25px;
    margin-top: 20px;
  }
  .post .latepost .post .content .content2 #toggleBtn {
    background: none;
    text-decoration: underline;
    color: #363636;
    font: var(--regular-20-px, 400 13px/149.5% 'Inter', sans-serif);
  }
  .post .latepost .post .detail .time i {
    background: none;
    font-size: 13px;
  }
  .post .latepost .post .detail .time p {
    background: none;
    font: var(--regular-20-px, 300 11px 'Inter', sans-serif);
    color: #84829A;
    margin-left: 2px;
  }
  .post .latepost .post .detail .view i {
    background: none;
    font-size: 13px;
  }
  .post .latepost .post .detail .view p {
    background: none;
    font: var(--regular-20-px, 300 11px 'Inter', sans-serif);
    color: #84829A;
    margin-left: 2px;
  }
  .post .artikel-next .artikel button {
    background: none;
    font: var(--regular-20-px, 400 13px/149.5% 'Inter', sans-serif);
    line-height: normal;
    color: #92929D;
    border: 0px;
    text-decoration: underline;
  }
  /* END HALAMAN LANDING */

  /* START HALAMAN BLOG RESOLUSI 435PX */
  .blog-header .search-statistic input {
    display: flex;
    flex-direction: row;
    gap: 165px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: absolute;
    left: 15px;
    top: 4px;
    background: transparent;
    border: 0;
    outline: none;
    padding: 6px 4px;
    width: 84%;
    font: var(--regular-20-px, 500 13px/149.5% 'Inter', sans-serif);
    color: #888888;
  }
   .blog-header .search-statistic .rectangle-31 {
    background: var(--primary-blue, #0e0e59);
    border-radius: 100px;
    width: 33px;
    height: 33px;
    position: absolute;
    left: 90%;
    top: 4px;
  }
  /* END HALAMAN BLOG */
}

@media (max-width: 400px) {

  /* START HALAMAN LANDING RESOLUSI 400px */
  .first-header .navbar-brand img {
    margin-left: 0px;
    width: 85%;
    height: 50px;
  }
  .first-header .navbar-light .navbar-brand {
    color: rgba(0,0,0,.9);
    background: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  nav .navbar-toggler img {
    background: none;
    width: 65%;
  }
  .first-header #navbarNav .nav-link {
    color: var(--primary-blue, #92929d);
    text-align: left;
    font: var(--h-3, 500 14px 'Inter', sans-serif);
  }
  .first-header #navbarNav .nav-item a.active {
    color: var(--primary-blue, #0e0e59);
    font: var(--h-3, 600 14px 'Inter', sans-serif);
    background: none;
    border-bottom: 1px solid #D96A20;
    width: 25%;
  }
  .first-header #navbarNav .nav-link:hover {
    color: var(--primary-blue, #0e0e59);
    text-align: left;
    font: var(--h-3, 500 14px 'Inter', sans-serif);
    border-bottom: 1px solid #D96A20;
    width: 25%;
  }
  .first-header #navbarNav .sign a {
    background: var(--primary-blue, #0e0e59);
    border-radius: 40px;
    color: #d2d2d2;
    width: 34%;
    margin-bottom: 15px;
  }
  .first-header #navbarNav .sign a:hover {
    background: var(--primary-blue, #0e0e59);
    border-radius: 40px;
    color: #fff;
    width: 34%;
    margin-bottom: 15px;
  }
  .dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font: var(--h-3, 500 14px 'Inter', sans-serif);
    color: var(--primary-blue, #92929d);
    letter-spacing: 0.2px;
  }
  .landing-header .search-statistic .rectangle-2 {
    background: #ffffff;
    border-radius: 50px;
    flex-shrink: 0;
    width: 100%;
    height: 35px;
    position: relative;
    box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.10), 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
    margin-bottom: 120px;
    margin-top: 10px;
    z-index: 1;
  }
  .landing-header .search-statistic input {
    display: flex;
    flex-direction: row;
    gap: 165px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: absolute;
    left: 10px;
    top: 3px;
    background: transparent;
    border: 0;
    outline: none;
    padding: 6px 4px;
    width: 84%;
    font: var(--regular-20-px, 500 11px/149.5% 'Inter', sans-serif);
    color: #888888;
  }
  .landing-header .search-statistic .rectangle-31 {
    background: var(--primary-blue, #0e0e59);
    border-radius: 100px;
    width: 27px;
    height: 27px;
    position: absolute;
    left: 90%;
    top: 4px;
  }
  .landing-header .search-statistic button {
    position: absolute;
    top: 0%;
    left: 5%;
    background: none;
    border: none;
    z-index: 1;
  }
  .landing-header .search-statistic .rectangle-31 button i {
    font-size: 13px;
    color: white;
    background: none;
  }
  .landing-header .frame-40 {
    position: relative;
    margin-top: -30px;
    background: none;
    z-index: 1;
    display: flex;
    justify-content: center;
  }
  .landing-header .frame-40 .image-2 {
    background: none;
    width: 32%;
    position: absolute;
    left: -20%;
    margin-top: 30px;
    transform-origin: center center;
  }
  .landing-header .frame-40 .image-3 {
    background: none;
    width: 43%;
    margin-top: 55px;
    position: absolute;
    left: 5%;
    transform-origin: center center;
  }
  .landing-header .frame-40 .image-4 {
    background: none;
    width: 30%;
    position: absolute;
    margin-top: 70px;
    left: -28%;
    transform-origin: center center;
  }
  .landing-header .frame-1 {
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 90%;
    position: relative;
    /* padding-top: 30px; */
    font: var(--regular-20-px, 700 14px/149.5% 'Inter', sans-serif);
    color: #92929D;
    z-index: 1;
    background: none;
    margin-top: 190px;
  }
  .landing-header .frame-1 svg {
    background: none;
    width: 35px;
    height: 27px;
  }
  .landing-header .welcome p {
    color: var(--text-black, #364670);
    text-align: center;
    font: var(--big-title-48-px, 600 29px/130% 'Inter', sans-serif);
    background: none;
    width: 80%;
  }
  .landing-header .your-citation p {
    color: var(--text-grey, #92929d);
    text-align: center;
    font: var(--regular-20-px, 400 13px/149.5% 'Inter', sans-serif);
    background: none;
  }
  .landing-header .button2 {
    background: var(--primary-blue, #0e0e59);
    border-radius: 50px;
    padding: 15px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    /* box-shadow: 0px 12px 48px 0px rgba(0, 0, 0, 0.25); */
    width: 52%;
    z-index: 1;
    height: 45px;
  }
  .landing-header .button3 {
    color: var(--text-white, #d2d2d2);
    text-align: left;
    font: var(--h-3, 500 13px 'Inter', sans-serif);
    position: relative;
    background: none;
  }
  .landing-header .button3:hover {
    color: var(--text-white, #ffffff);
    text-align: left;
    font: var(--h-3, 500 13px 'Inter', sans-serif);
    position: relative;
    background: none;
  }
  .landing-header .scroll-down button svg {
    background: none;
    width: 35px;
    height: 35px;
    margin-left: 0px;
    transform-origin: center center;
    animation: scrollDownAnimation2 2s infinite ease-in-out;
  }
  .landing-header .scroll-down2 button svg {
    background: none;
    width: 35px;
    height: 35px;
    margin-left: 0px;
    transform-origin: center center;
    animation: scrollDownAnimation2 2s infinite ease-in-out;
  }
  .our-client .title h1 {
    color: var(--text-black, #364670);
    text-align: center;
    font: 700 16px/130% 'Inter', sans-serif;
    position: relative;
    background: none;
    border: 1px solid #E0E3EB;
    width: 38%;
    height: 40px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    margin-top: -100px;
  }
  .our-client .univ {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: -webkit-center;
    margin-top: 30px;
    position: relative;
    z-index: 1;
    background: none;
  }
  .review .title h1 {
    color: var(--text-black, #364670);
    text-align: center;
    font: 700 16px/130% 'Inter', sans-serif;
    position: relative;
    background: none;
    border: 1px solid #E0E3EB;
    width: 38%;
    height: 40px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    margin-top: -35px;
  }
  .review .swiper {
    padding-top: 55px;
    padding-bottom: 50px;
    display: flex;
    justify-content: center;
    background: none;
  }
  .swiper .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 200px 225px;
    /* grid-gap: 10px; */
    margin-bottom: -40px;
  }
  .review .card .image img {
    background: none;
    margin-top: -41px;
    width: 45px;
    height: 45px;
    margin-bottom: 0px;
    margin-left: 0px;
    position: absolute;
    top: 9%;
    left: -6%;
  }
  .review .card .name span {
    background: none;
    font: var(--h-3, 600 14px 'Inter', sans-serif);
    text-decoration: underline;
    letter-spacing: 0.5px;
  }
  .review .card .rating {
    background: none;
    display: flex;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 0px;
    position: absolute;
    top: -4%;
    left: 11%;
  }
  .review .card .rating i {
    background: none;
    margin: 0;
    font-size: 20px;
    color: #FFD700;
  }
  .review .card .description {
    background: none;
    width: 90%;
    overflow: hidden;
    margin-left: 0px;
    position: absolute;
    top: 20%;
    left: 7%;
    height: auto;
  }
  .review .card .description p {
    background: none;
    font: var(--h-3, 400 12px 'Inter', sans-serif);
    letter-spacing: 0.2px;
    text-align: left;
    overflow: auto;
  }
  .post .title h1 {
    color: var(--text-black, #364670);
    text-align: center;
    font: 700 16px/130% 'Inter', sans-serif;
    position: relative;
    background: none;
    border: 1px solid #E0E3EB;
    width: 38%;
    height: 40px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    margin-top: -35px;
  }
  .post .latepost .post .content .img-post img {
    width: 83%;
    padding: 5px;
    background: #fff;
    border-radius: 10px;
    height: 85px;
  }
  .post .latepost .post .content .content2 .judul {
    background: none;
    color: #000;
    font: var(--regular-20-px, 600 13px 'Inter', sans-serif);
    line-height: 20px;
    margin-top: 20px;
  }
  .post .latepost .post .content .content2 #toggleBtn {
    background: none;
    text-decoration: underline;
    color: #363636;
    font: var(--regular-20-px, 400 12px/149.5% 'Inter', sans-serif);
  }
  .post .latepost .post .news {
    border-radius: 50px;
    background: none;
    text-align: center;
    position: absolute;
    top: 4%;
    left: 5%;
    display: flex;
    justify-content: flex-start;
  }
  .post .latepost .post .news p {
    background: none;
    font: var(--regular-20-px, 900 10px/149.5% 'Inter', sans-serif);
    letter-spacing: 0.24px;
    line-height: 149.5%;
    color: #92929D;
    margin-top: 0px;
  }
  .post .latepost .post .detail .time i {
    background: none;
    font-size: 12px;
  }
  .post .latepost .post .detail .time p {
    background: none;
    font: var(--regular-20-px, 300 10px 'Inter', sans-serif);
    color: #84829A;
    margin-left: 2px;
  }
  .post .latepost .post .detail .view i {
    background: none;
    font-size: 12px;
  }
  .post .latepost .post .detail .view p {
    background: none;
    font: var(--regular-20-px, 300 10px 'Inter', sans-serif);
    color: #84829A;
    margin-left: 2px;
  }
  .post .artikel-next {
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    position: relative;
    z-index: 1;
  }
  .post .artikel-next .artikel button {
    background: none;
    font: var(--regular-20-px, 400 13px/149.5% 'Inter', sans-serif);
    line-height: normal;
    color: #92929D;
    border: 0px;
    text-decoration: underline;
  }

  .footer .our-company {
    color: var(--text-black, #364670);
    text-align: left;
    font: var(--regular-20-px, 600 15px/149.5% 'Inter', sans-serif);
    position: relative;
  }

  .footer .logo-idpublishing-1 {
    flex-shrink: 0;
    width: 135px;
    height: 50.47px;
    position: relative;
  }
  .footer .our-office {
    color: var(--text-black, #364670);
    text-align: left;
    font: var(--regular-20-px, 500 14px 'Inter', sans-serif);
    position: relative;
  }
  .footer .pt-penerbit-jurnal-indonesia-span {
    color: var(--text-black, #364670);
    font: var(--regular-20-px, 500 14px'Inter', sans-serif);
  }
  .footer .main-office-pubmedia-journal-training-kelurahan-ngestiharjo-kecamatan-kasihan-kabupaten-bantul-d-i-yogyakarta {
      color: var(--text-black, #364670);
      text-align: justify;
      font: var(--regular-20-px, 500 14px 'Inter', sans-serif);
      position: relative;
      flex: 1;
  }
  .footer .info-idpublishing-org {
    color: var(--text-black, #364670);
    text-align: left;
    font: var(--regular-20-px, 500 14px 'Inter', sans-serif);
    position: relative;
  }
  .footer ._62-81990251989 {
    color: var(--text-black, #364670);
    text-align: left;
    font: var(--regular-20-px, 500 14px 'Inter', sans-serif);
    position: relative;
  }
  .footer .important-links {
    color: var(--text-black, #364670);
    text-align: left;
    font: var(--h-2, 600 15px 'Inter', sans-serif);
    position: relative;
    /* margin-top: -50px; */
  }
  .footer .contact-us {
    color: var(--text-black, #364670);
    text-align: left;
    font: var(--regular-20-px, 500 14px 'Inter', sans-serif);
    position: relative;
  }
  .footer .privacy-policy {
    color: var(--text-black, #364670);
    text-align: left;
    font: var(--regular-20-px, 500 14px'Inter', sans-serif);
    position: relative;
  }
  .footer .terms-of-service {
    color: var(--text-black, #364670);
    text-align: left;
    font: var(--regular-20-px, 500 14px 'Inter', sans-serif);
    position: relative;
  }
  .footer .eksternal-links {
    color: var(--text-black, #364670);
    text-align: left;
    font: var(--h-2, 600 15px 'Inter', sans-serif);
    position: relative;
    margin-top: -5px;
  }
  .footer .id-publishing {
    color: var(--text-black, #364670);
    text-align: left;
    font: var(--regular-20-px, 500 14px/149.5% 'Inter', sans-serif);
    position: relative;
  }
  .footer .pubmedia {
    color: var(--text-black, #364670);
    text-align: left;
    font: var(--regular-20-px, 500 14px/149.5% 'Inter', sans-serif);
    position: relative;
  }
  .footer .social-media {
    color: var(--text-black, #364670);
    text-align: left;
    font: var(--h-2, 600 16px 'Inter', sans-serif);
    position: relative;
  }
  /* END HALAMAN LANDING */

  /* START HALAMAN ABOUT RESOLUSI 400PX */

  .about-header .about-us {
    color: var(--text-black, #364670);
    text-align: center;
    font: 600 27px/130% 'Inter', sans-serif;
    position: relative;
    background: none;
  }
  .about-header .berikut {
    color: var(--text-color-grey, #92929d);
    text-align: center;
    font: var(--regular-20-px, 400 15px/149.5% 'Inter', sans-serif);
    position: relative;
    margin-bottom: 2%;
    background: none;
    margin-top: 15px;
  }
  .about-id-publishing2 .frame-133 {
    color: #364670;
    text-align: left;
    font: var(--regular-20-px, 600 14px/149.5% 'Inter', sans-serif);
    background: none;
    position: relative;
    margin-top: -50px;
  }
  .sub-pt-penerbit-span {
    color: var(--text-grey, #92929d);
    font: var(--regular-20-px, 400 13px/149.5% 'Inter', sans-serif);
    text-decoration: underline;
    background: none;
    border: 1px solid black;
  }
  .sub-pt-penerbit {
    color: var(--text-grey, #92929d);
    text-align: justify;
    font: var(--regular-20-px, 400 13px/149.5% 'Inter', sans-serif);
    padding-top: 25px;
    position: relative;
    background: none;
    z-index: 1;
  }
  .visi-dan-misi {
    color: #364670;
    text-align: left;
    font: var(--regular-20-px, 600 15px/149.5% 'Inter', sans-serif);
    padding-top: 25px;
    padding-bottom: 15px;
    position: relative;
    background: none;
    z-index: 1;
  }
  .sub-pt-penerbit2 {
    color: var(--text-grey, #92929d);
    text-align: justify;
    font: var(--regular-20-px, 400 13px/149.5% 'Inter', sans-serif);
    height: 239px;
    background: none;
    position: relative;
    z-index: 1;
  }
  .sub-nilai {
    color: var(--text-color-black, #364670);
    text-align: center;
    font: var(--h-2, 600 15px 'Inter', sans-serif);
    position: relative;
    align-self: stretch;
    padding-top: 150px;
    padding-bottom: 20px;
    background: none;
    position: relative;
    z-index: 1;
  }
  .sub-menunjang {
    color: var(--text-grey, #92929d);
    text-align: justify;
    font: var(--regular-20-px, 400 13px/149.5% 'Inter', sans-serif);
    background: none;
    position: relative;
    z-index: 1;
  }
  /* END HALAMAN ABOUT */

  /* START HALAMAN OURTEAM RESOLUSI 400PX */
  .team-header .our-team {
    color: var(--text-black, #364670);
    text-align: center;
    font: 600 27px/130% 'Inter', sans-serif;
    position: relative;
    background: none;
  }
  .team-header .title .row .col-lg-4 .card .title-name .name {
    background: none;
    color: #ffffff;
    font: var(--regular-20-px, 600 14px/149.5% 'Inter', sans-serif);
  }
  .team-header .title .row .col-lg-4 .card .title-name .jabatan {
    background: none;
    color: #ffffff;
    font: var(--regular-20-px, 400 12px/149.5% 'Inter', sans-serif);
    margin-top: -16px;
    line-height: initial;
  }
  /* END HALAMAN OURTEAM */


  /* START HALAMAN CONTACT RESOLUSI 400px */
  .contact-header .our-contact {
    color: var(--text-black, #364670);
    text-align: center;
    font: 600 27px/130% 'Inter', sans-serif;
    position: relative;
    background: none;
  }
  .contact-header .silahkan-kontak {
    color: var(--text-color-grey, #92929d);
    text-align: center;
    font: var(--regular-20-px, 400 15px/149.5% 'Inter', sans-serif);
    position: relative;
    /* width: 696px; */
    padding-bottom: 85px;
    background: none;
  }
  .frame-133 .contact-pt-penerbit {
    position: relative;
    color: var(--text-black, #364670);
    text-align: center;
    font: 600 18px/140.5% 'Inter', sans-serif;
    width: 85%;
    margin-top: -425px;
    padding-bottom: 320px;
    background: none;
  }
  .contact-header .rectangle {
    width: 95%;
    height: 270px;
    position: relative;
    z-index: 2;
    margin-top: 65px;
  }
  .perumahan {
    color: var(--text-grey, #92929d);
    text-align: justify;
    font: var(--regular-30-px, 400 14px/149.5% 'Inter', sans-serif);
    position: relative;
    padding-bottom: 30px;
    margin-right: 0%;
    background: none;
    width: 100%;
  }
  .contact-header .button3 {
    color: var(--text-white, #d2d2d2);
    text-align: left;
    font: var(--h-3, 500 14px 'Inter', sans-serif);
    /* position: relative; */
    background: none;
  }
  .contact-header .button3:hover {
    color: var(--text-white, #ffffff);
    text-align: left;
    font: var(--h-3, 500 14px 'Inter', sans-serif);
    /* position: relative; */
    background: none;
  }
  .icon-bg img {
    position: absolute;
    left: 45%;
    display: none;
    margin-top: 31%;
  }
  /* END HALAMAN CONTACT RESOLUSI 400px */

  /* START HALAMAN BLOG RESOLUSI 400PX */
  .blog-header .our-blog {
    color: var(--text-black, #364670);
    text-align: center;
    font: 600 27px/130% 'Inter', sans-serif;
    position: relative;
    background: none;
  }
  .blog-header .search-statistic .rectangle-2 {
    background: #ffffff;
    border-radius: 50px;
    flex-shrink: 0;
    width: 100%;
    height: 35px;
    position: relative;
    box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.10), 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
    margin-bottom: 120px;
    margin-top: 10px;
    z-index: 1;
  }
  .blog-header .search-statistic input {
    display: flex;
    flex-direction: row;
    gap: 165px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: absolute;
    left: 10px;
    top: 3px;
    background: transparent;
    border: 0;
    outline: none;
    padding: 6px 4px;
    width: 84%;
    font: var(--regular-20-px, 500 11px/149.5% 'Inter', sans-serif);
    color: #888888;
  }
  .blog-header .search-statistic .rectangle-31 {
    background: var(--primary-blue, #0e0e59);
    border-radius: 100px;
    width: 27px;
    height: 27px;
    position: absolute;
    left: 90%;
    top: 4px;
  }
  .blog-header .search-statistic button {
    position: absolute;
    top: 0%;
    left: 5%;
    background: none;
    border: none;
    z-index: 1;
  }
  .blog-header .search-statistic .rectangle-31 button i {
    font-size: 13px;
    color: white;
    background: none;
  }
  .blog-header .title .card .card-body .news {
    font: var(--regular-20-px, 500 13px/149.5% 'Inter', sans-serif);
    padding: 2px;
    letter-spacing: 0.1px;
    color: #000;
    border-radius: 25px;
    background: rgba(29, 146, 241, 0.20);
    width: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
    margin-left: 10px;
  }
  .blog-header .title .card .card-body .tips {
    font: var(--regular-20-px, 500 13px/149.5% 'Inter', sans-serif);
    padding: 2px 8px;
    letter-spacing: 0.1px;
    color: #000;
    border-radius: 25px;
    background: rgb(241 150 29 / 20%);
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
    margin-left: 10px;
  }
  .blog-header .title .card .card-body .text {
    margin-top: 11px;
    margin-left: 10px;
    width: 95%;
    background: none;
  }
  .blog-header .title .card .card-body .people {
    background: none;
    margin-top: 10px;
    margin-left: 10px;
    font: var(--regular-20-px, 500 14px/149.5% 'Inter', sans-serif);
    letter-spacing: 0.1px;
    color: #92929D;
  }
  .blog-header .title .card .card-body .date {
    background: #fff;
    border: 1px solid #D96A20;
    color: #D96A20;
    width: 140px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    position: absolute;
    z-index: 1;
    margin-top: -20px;
    font: var(--regular-20-px, 400 13px/149.5% 'Inter', sans-serif);
  }
  .blog-header .title .card .card-body .description {
    background: none;
    margin-top: 38px;
    margin-left: 10px;
    width: 95%;
  }
  .blog-header .title .card .card-body .read-post {
    background: none;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 25px;
    display: flex;
  }
  .blog-header .title .pagination-container .pagination-button {
    background: none;
    border: none;
    cursor: pointer;
    font: var(--regular-20-px, 500 14px/130% 'Inter', sans-serif);
    color: #84829A;
    margin-top: 30px;
  }
  .blog-header .title .card2 .card-body .category {
    font: var(--regular-20-px, 600 17px/130% 'Inter', sans-serif);
    background: none;
    color: #0e0e59;
    margin-top: 60px;
    text-align: left;
    margin-bottom: 36px;
  }
  .blog-header .title .card2 .card-body .list ul li {
    background: none;
    list-style: none;
    border-radius: 50px;
    padding: 2px 15px;
    margin-left: 10px;
    margin-top: 20px;
  }
  .blog-header .title .card2 .card-body .new-post span {
    font: var(--regular-20-px, 600 17px/130% 'Inter', sans-serif);
    background: none;
    color: #0e0e59;
    margin-bottom: 29px;
  }
  .footer-bg-blog img {
    position: absolute;
    width: 100%;
    margin-top: -240%;
    height: 400px;
  }
  /* END HALAMAN BLOG */

  /* START HALAMAN PELATIHAN RESOLUSI 400PX */
  .pelatihan .training {
    color: var(--text-black, #364670);
    text-align: center;
    font: 600 27px/130% 'Inter', sans-serif;
    position: relative;
    background: none;
  }
  .pelatihan .row .card .text .center-text {
    position: absolute;
    top: 0%;
    z-index: 2;
    background: none;
    color: #ffff;
    font: 700 14px/130% 'Inter', sans-serif;
    text-shadow: 0px 2px 1.3px rgba(0, 0, 0, 0.25);
    line-height: normal;
    width: 265px;
    left: 6%;
    margin-top: 155px;
  }
  .pelatihan .row .card .text .bottom-text .read {
    background: #E5E4DF30;
    border-radius: 7px;
    width: 74px;
    height: 27px;
    color: #fff;
    font: 500 12px/130% 'Inter', sans-serif;
    text-shadow: 0px 2px 1.3px rgba(0, 0, 0, 0.25);
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .pelatihan .row .card .text .bottom-text .share i {
    font-size: 15px;
  }
  .pelatihan .load-next .load {
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid;
    border-radius: 50px;
    width: 50%;
    height: 45px;
    margin-top: -30px;
  }
  .pelatihan .load-next .load .image {
    border: 1px solid;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 17px;
    width: 15px;
  }
  .pelatihan .load-next .load button {
    background: none;
    font: var(--regular-20-px, 400 13px/149.5% 'Inter', sans-serif);
    line-height: normal;
    color: #92929D;
    border: 0px;
    text-decoration: none;
    margin-left: 0px;
  }
  /* END HALAMAN PELATIHAN */

  /* START HALAMAN PELATIHAN DETAIL RESOLUSI 400PX */
  .pelatihan-detail .card .card-body .image img {
    background: none;
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center 5%;
    box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.10), 0px 0px 0px 0px rgba(0, 0, 0, 0.10);
    border-radius: 25px;
  }
  .pelatihan-detail .card .card-body .reg {
    background: none;
    position: absolute;
    left: 35%;
  }
  /* END HALAMAN PELATIHAN DETAIL */

  /* START HALAMAN LOGIN RESOLUSI 400px */
  .login-header .sign-in4 {
    color: var(--primary-blue, #0e0e59);
    text-align: center;
    font: 700 24px 'Inter', sans-serif;
    position: relative;
    left: -5px;
    top: 30px;
    background: none;
  }
  .login-header .placeholder {
    color: var(--text-color-line-dark, #979797);
    text-align: left;
    font: var(--h-4, 500 14px 'Inter', sans-serif);
    position: relative;
    background: none;
  }
  .login-header .email-address2 {
    color: var(--dark-grey, #888383);
    text-align: left;
    font: 400 14px 'Inter', sans-serif;
    background: none;
  }
  .login-header .password2 {
    color: var(--dark-grey, #888383);
    text-align: left;
    font: 400 14px 'Inter', sans-serif;
    position: relative;
    background: none;
  }
  .login-header .lupa-password {
    color: var(--text-color-grey, #92929d);
    text-align: left;
    font: 400 14px 'Inter', sans-serif;
    position: relative;
    background: none;
  }
  .login-header .frame-60 .button2 {
    color: var(--text-white, #dfdfdf);
    text-align: left;
    font: var(--h-3, 500 14px 'Inter', sans-serif);
    position: relative;
    background: none;
  }
  .login-header .frame-60 .button2:hover {
    color: var(--text-white, #ffffff);
    text-align: left;
    font: var(--h-3, 500 14px 'Inter', sans-serif);
    position: relative;
    background: none;
  }
  .login-header .button5 {
    color: var(--primary-blue, #39399c);
    text-align: left;
    font: var(--h-3, 500 14px 'Inter', sans-serif);
    position: relative;
    background: none;
  }
  .login-header .button5:hover {
    color: var(--primary-blue, #0e0e59);
    text-align: left;
    font: var(--h-3, 600 14px 'Inter', sans-serif);
    position: relative;
    background: none;
  }

  /* END HALAMAN LOGIN */
  /* START HALAMAN REGISTER RESOLUSI 400 PX */
  .register-header .register4 {
    color: var(--primary-blue, #0e0e59);
    text-align: left;
    font: 700 24px 'Inter', sans-serif;
    position: relative;
    top: 10px;
    background: none;
    margin-left: -1%;
    text-align: center;
  }
  .register-header .email-address2 {
    color: var(--dark-grey, #888383);
    text-align: left;
    font: 400 14px 'Inter', sans-serif;
    background: none;
  }
  .register-header .how-did-you-hear-about-us {
    color: var(--dark-grey, #5b5575);
    text-align: left;
    font: 400 14px 'Inter', sans-serif;
    position: relative;
    background: none;
  }
  .register-header .placeholder {
    color: var(--text-color-line-dark, #979797);
    text-align: left;
    font: var(--h-4, 500 14px 'Inter', sans-serif);
    position: relative;
    background: none;
  }
  .register-header .placeholder:hover {
    color: var(--text-color-line-dark, #4b4b4b);
    text-align: left;
    font: var(--h-4, 500 14px 'Inter', sans-serif);
    position: relative;
    background: none;
  }
  .register-header .placeholder2 {
    color: var(--text-black, #6a7592);
    text-align: left;
    font: var(--h-4, 500 14px 'Inter', sans-serif);
    position: relative;
    background: none;
    border-color: rgba(178, 34, 34, 0);
    outline: none;
    width: 100%;
  }
  .register-header .button2 {
    color: var(--text-white, #dfdfdf);
    text-align: left;
    font: var(--h-3, 500 14px 'Inter', sans-serif);
    position: relative;
    background: none;
  }
  .register-header .sudah-punya-akun {
    color: var(--primary-blue, #0e0e59);
    text-align: left;
    font: 500 13px 'Inter', sans-serif;
    position: relative;
    background: none;
  }
  .register-header .frame-60 .sign-in2 {
    color: var(--text-color-grey, #92929d);
    text-align: left;
    font: 500 13px 'Inter', sans-serif;
    position: relative;
    top: -7px;
    background: none;
  }
  .register-header .frame-60 .sign-in2:hover {
    color: var(--text-color-grey, #4b4b4e);
    text-align: left;
    font: 500 13px 'Inter', sans-serif;
    position: relative;
    top: -7px;
    background: none;
  }
  /* END HALAMAN REGISTER RESOLUSI 400 PX */

}
@media screen and (max-width: 360px) {

  /* START HALAMAN LANDING RESOLUSI 360px */
  .landing-header .button2 {
    background: var(--primary-blue, #0e0e59);
    border-radius: 50px;
    padding: 15px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    /* box-shadow: 0px 12px 48px 0px rgba(0, 0, 0, 0.25); */
    width: 55%;
    z-index: 1;
    height: 45px;
  }
  /* END HALAMAN LANDING */
  /* START HALAMAN LOGIN RESOLUSI 360px */
  .login-header .email-address2 {
    color: var(--dark-grey, #888383);
    text-align: left;
    font: 500 15.92px 'Inter', sans-serif;
    background: none;
  }
  .login-header .password2 {
    color: var(--dark-grey, #888383);
    text-align: left;
    font: 500 15.92px 'Inter', sans-serif;
    position: relative;
    background: none;
  }
  .login-header .input {
    background: var(--text-white, #ffffff);
    border-radius: 11.6px;
    border-style: solid;
    border-color: var(--text-color-grey, #92929d);
    border-width: 1.24px;
    display: flex;
    flex-direction: row;
    gap: 8.29px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 290.48px;
    height: 40.72px;
    position: relative;
  }
  .login-header .placeholder {
    color: var(--text-color-line-dark, #979797);
    text-align: left;
    font: var(--h-4, 500 16px 'Inter', sans-serif);
    position: relative;
    background: none;
  }
  .login-header .frame-60 .button3 {
    background: var(--primary-blue, #0e0e59);
    border-radius: 16.57px;
    padding: 10.43px 29.15px 10.43px 29.15px;
    display: flex;
    flex-direction: row;
    gap: 8.29px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 290.48px;
    position: relative;
  }
  .login-header .button4 {
    border-radius: 16.57px;
    border-style: solid;
    border-color: var(--primary-blue, #0e0e59);
    border-width: 1.24px;
    padding: 10.43px 29.15px 10.43px 29.15px;
    display: flex;
    flex-direction: row;
    gap: 8.29px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 290.48px;
    position: relative;
  }
  .login-header .frame-60 .button2 {
    color: var(--text-white, #dfdfdf);
    text-align: left;
    font: var(--h-3, 500 18px 'Inter', sans-serif);
    position: relative;
    background: none;
  }
  .login-header .button5 {
    color: var(--primary-blue, #39399c);
    text-align: left;
    font: var(--h-3, 500 16px 'Inter', sans-serif);
    position: relative;
    background: none;
  }
  /* END HALAMAN LOGIN */
}
@media (max-width: 340px){
   /* START HALAMAN LANDING RESOLUSI 340px */
  .first-header .navbar-brand img {
    margin-left: 0px;
    width: 90%;
    height: 45px;
  }
  .first-header #navbarNav .nav-link {
    color: var(--primary-blue, #92929d);
    text-align: left;
    font: var(--h-3, 500 13px 'Inter', sans-serif);
  }
  .first-header #navbarNav .nav-item a.active {
    color: var(--primary-blue, #0e0e59);
    font: var(--h-3, 600 13px 'Inter', sans-serif);
    background: none;
    border-bottom: 1px solid #D96A20;
    width: 28%;
  }
  .first-header #navbarNav .nav-link:hover {
    color: var(--primary-blue, #0e0e59);
    text-align: left;
    font: var(--h-3, 500 13px 'Inter', sans-serif);
    border-bottom: 1px solid #D96A20;
    width: 28%;
  }
  .first-header #navbarNav .sign a {
    background: var(--primary-blue, #0e0e59);
    border-radius: 40px;
    color: #d2d2d2;
    width: 37%;
    margin-bottom: 15px;
  }
  .first-header #navbarNav .sign a:hover {
    background: var(--primary-blue, #0e0e59);
    border-radius: 40px;
    color: #fff;
    width: 37%;
    margin-bottom: 15px;
  }
  .dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font: var(--h-3, 500 13px 'Inter', sans-serif);
    color: var(--primary-blue, #92929d);
    letter-spacing: 0.2px;
  }
  .landing-header .search-statistic {
    display: flex;
    flex-direction: column;
    gap: 60px;
    align-items: center;
    justify-content: flex-start;
    background: none;
    /* display: block; */
  }
  .landing-header .search-statistic .rectangle-2 {
    background: #ffffff;
    border-radius: 50px;
    flex-shrink: 0;
    width: 95%;
    height: 30px;
    position: relative;
    box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.10), 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
    margin-bottom: 120px;
    margin-top: -15px;
    z-index: 1;
  }
  .landing-header .search-statistic input {
    display: flex;
    flex-direction: row;
    gap: 165px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: absolute;
    left: 6px;
    top: 3px;
    background: transparent;
    border: 0;
    outline: none;
    padding: 6px 4px;
    width: 85%;
    font: var(--regular-20-px, 500 10px/149.5% 'Inter', sans-serif);
    color: #888888;
  }
  .landing-header .search-statistic .rectangle-31 {
    background: var(--primary-blue, #0e0e59);
    border-radius: 100px;
    width: 23px;
    height: 23px;
    position: absolute;
    left: 90%;
    top: 3px;
  }
  .landing-header .search-statistic button {
    position: absolute;
    top: -10%;
    left: 0%;
    background: none;
    border: none;
    z-index: 1;
  }
  .landing-header .search-statistic .rectangle-31 button i {
    font-size: 12px;
    color: white;
    background: none;
  }
  .landing-header .frame-40 {
    position: relative;
    margin-top: -50px;
    background: none;
    z-index: 1;
    display: flex;
    justify-content: center;
  }
  .landing-header .frame-40 .image-2 {
    background: none;
    width: 35%;
    position: absolute;
    left: -78px;
    margin-top: 19px;
    transform-origin: center center;
  }
  .landing-header .frame-40 .image-3 {
    background: none;
    width: 45%;
    margin-top: 42px;
    position: absolute;
    left: 7px;
    transform-origin: center center;
  }
  .landing-header .frame-40 .image-4 {
    background: none;
    width: 33%;
    position: absolute;
    margin-top: 60px;
    left: -110px;
    transform-origin: center center;
  }
  .landing-header .frame-1 {
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 100%;
    position: relative;
    /* padding-top: 30px; */
    font: var(--regular-20-px, 700 13px/149.5% 'Inter', sans-serif);
    color: #92929D;
    z-index: 1;
    background: none;
    margin-top: 130px;
  }
  .landing-header .welcome p {
    color: var(--text-black, #364670);
    text-align: center;
    font: var(--big-title-48-px, 600 25px/130% 'Inter', sans-serif);
    background: none;
    width: 100%;
  }
  .landing-header .your-citation p {
    color: var(--text-grey, #92929d);
    text-align: center;
    font: var(--regular-20-px, 400 12px/149.5% 'Inter', sans-serif);
    background: none;
  }
  .landing-header .button3 {
    color: var(--text-white, #d2d2d2);
    text-align: left;
    font: var(--h-3, 500 12px 'Inter', sans-serif);
    position: relative;
    background: none;
  }
  .landing-header .button3:hover {
    color: var(--text-white, #ffffff);
    text-align: left;
    font: var(--h-3, 500 12px 'Inter', sans-serif);
    position: relative;
    background: none;
  }
  .landing-header .button2 {
    background: var(--primary-blue, #0e0e59);
    border-radius: 50px;
    padding: 15px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    /* box-shadow: 0px 12px 48px 0px rgba(0, 0, 0, 0.25); */
    width: 58%;
    z-index: 1;
    height: 45px;
  }
  .landing-header .scroll-down button svg {
    background: none;
    width: 30px;
    height: 30px;
    margin-left: 0px;
    transform-origin: center center;
    animation: scrollDownAnimation2 2s infinite ease-in-out;
  }
  .landing-header .scroll-down2 button svg {
    background: none;
    width: 30px;
    height: 30px;
    margin-left: 0px;
    transform-origin: center center;
    animation: scrollDownAnimation2 2s infinite ease-in-out;
  }
  .our-client .title h1 {
    color: var(--text-black, #364670);
    text-align: center;
    font: 700 15px/130% 'Inter', sans-serif;
    position: relative;
    background: none;
    border: 1px solid #E0E3EB;
    width: 40%;
    height: 35px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    margin-top: -115px;
  }
  .our-client .univ {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: -webkit-center;
    margin-top: 10px;
    position: relative;
    z-index: 1;
    background: none;
  }
  .review .title h1 {
    color: var(--text-black, #364670);
    text-align: center;
    font: 700 15px/130% 'Inter', sans-serif;
    position: relative;
    background: none;
    border: 1px solid #E0E3EB;
    width: 40%;
    height: 35px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    margin-top: -40px;
  }
  .review .swiper {
    padding-top: 35px;
    padding-bottom: 50px;
    display: flex;
    justify-content: center;
    background: none;
  }
  .review .card {
    position: relative;
    width: 85%;
    height: 110px;
    border: 1px solid transparent;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
  }
  .review .card .name span {
    background: none;
    font: var(--h-3, 600 13px 'Inter', sans-serif);
    text-decoration: underline;
    letter-spacing: 0.5px;
  }
  .review .card .name {
    background: none;
    margin-top: -55px;
    margin-left: 0px;
    position: absolute;
    top: 20%;
    left: 15%;
  }
  .review .card .rating i {
    background: none;
    margin: 0;
    font-size: 18px;
    color: #FFD700;
  }
  .review .card .rating {
    background: none;
    display: flex;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 0px;
    position: absolute;
    top: -4%;
    left: 14%;
  }
  .review .card .description p {
    background: none;
    font: var(--h-3, 400 11px 'Inter', sans-serif);
    letter-spacing: 0.2px;
    text-align: left;
    overflow: auto;
  }
  .post .title h1 {
    color: var(--text-black, #364670);
    text-align: center;
    font: 700 15px/130% 'Inter', sans-serif;
    position: relative;
    background: none;
    border: 1px solid #E0E3EB;
    width: 40%;
    height: 35px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    margin-top: -35px;
  }
  .post .latepost .post .content .img-post {
    background: none;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -10px;
    margin-top: 15px;
  }
  .post .latepost .post .content .img-post img {
    width: 85%;
    padding: 3px;
    background: #fff;
    border-radius: 10px;
    height: 83px;
  }
  .post .latepost .post .content .content2 {
    background: none;
    width: 50%;
    margin-left: -5px;
  }
  .post .latepost .post .content .content2 .judul {
    background: none;
    color: #000;
    font: var(--regular-20-px, 600 12px 'Inter', sans-serif);
    line-height: 20px;
    margin-top: 20px;
    margin-bottom: -5px;
  }
  .post .latepost .post .content .content2 #toggleBtn {
    background: none;
    text-decoration: underline;
    color: #363636;
    font: var(--regular-20-px, 400 11px/149.5% 'Inter', sans-serif);
  }
  .post .latepost .post .detail .time i {
    background: none;
    font-size: 11px;
  }
  .post .latepost .post .detail .time p {
    background: none;
    font: var(--regular-20-px, 300 9px 'Inter', sans-serif);
    color: #84829A;
    margin-left: 2px;
  }
  .post .latepost .post .detail .view i {
    background: none;
    font-size: 11px;
  }
  .post .latepost .post .detail .view p {
    background: none;
    font: var(--regular-20-px, 300 9px 'Inter', sans-serif);
    color: #84829A;
    margin-left: 2px;
  }
  .post .artikel-next .artikel button {
    background: none;
    font: var(--regular-20-px, 400 12px/149.5% 'Inter', sans-serif);
    line-height: normal;
    color: #92929D;
    border: 0px;
    text-decoration: underline;
  }
  .footer .our-company {
    color: var(--text-black, #364670);
    text-align: left;
    font: var(--regular-20-px, 600 14px/149.5% 'Inter', sans-serif);
    position: relative;
  }
  .footer .logo-idpublishing-1 {
    flex-shrink: 0;
    width: 127px;
    height: 45.47px;
    position: relative;
  }
  .footer .our-office {
    color: var(--text-black, #364670);
    text-align: left;
    font: var(--regular-20-px, 500 13px 'Inter', sans-serif);
    position: relative;
  }
  .footer .pt-penerbit-jurnal-indonesia-span {
    color: var(--text-black, #364670);
    font: var(--regular-20-px, 500 13px 'Inter', sans-serif);
  }
  .group {
    position: absolute;
    left: 4.67px;
    top: 2.33px;
    overflow: visible;
    width: 60%;
  }
  .footer .main-office-pubmedia-journal-training-kelurahan-ngestiharjo-kecamatan-kasihan-kabupaten-bantul-d-i-yogyakarta {
    color: var(--text-black, #364670);
    text-align: justify;
    font: var(--regular-20-px, 500 13px 'Inter', sans-serif);
    position: relative;
    flex: 1;
  }
  .email2 {
    flex-shrink: 0;
    position: relative;
    overflow: visible;
    width: 19px;
  }
  .footer .info-idpublishing-org {
    color: var(--text-black, #364670);
    text-align: left;
    font: var(--regular-20-px, 500 13px 'Inter', sans-serif);
    position: relative;
  }
  .phone {
    flex-shrink: 0;
    position: relative;
    overflow: visible;
    width: 19px;
  }
  .footer ._62-81990251989 {
    color: var(--text-black, #364670);
    text-align: left;
    font: var(--regular-20-px, 500 13px 'Inter', sans-serif);
    position: relative;
  }
  .footer .important-links {
    color: var(--text-black, #364670);
    text-align: left;
    font: var(--h-2, 600 14px 'Inter', sans-serif);
    position: relative;
    /* margin-top: -50px; */
  }
  .footer .contact-us {
    color: var(--text-black, #364670);
    text-align: left;
    font: var(--regular-20-px, 500 13px 'Inter', sans-serif);
    position: relative;
  }
  .footer .privacy-policy {
    color: var(--text-black, #364670);
    text-align: left;
    font: var(--regular-20-px, 500 13px 'Inter', sans-serif);
    position: relative;
  }
  .footer .terms-of-service {
    color: var(--text-black, #364670);
    text-align: left;
    font: var(--regular-20-px, 500 13px 'Inter', sans-serif);
    position: relative;
  }
  .footer .eksternal-links {
    color: var(--text-black, #364670);
    text-align: left;
    font: var(--h-2, 600 14px 'Inter', sans-serif);
    position: relative;
    margin-top: -5px;
  }
  .footer .id-publishing {
    color: var(--text-black, #364670);
    text-align: left;
    font: var(--regular-20-px, 500 13px/149.5% 'Inter', sans-serif);
    position: relative;
  }
  .footer .pubmedia {
    color: var(--text-black, #364670);
    text-align: left;
    font: var(--regular-20-px, 500 13px/149.5% 'Inter', sans-serif);
    position: relative;
  }
  .footer .social-media {
    color: var(--text-black, #364670);
    text-align: left;
    font: var(--h-2, 600 14px 'Inter', sans-serif);
    position: relative;
  }
  .facebook-fill {
    flex-shrink: 0;
    position: relative;
    overflow: visible;
    width: 20px;
  }
  .twitter-fill {
    flex-shrink: 0;
    position: relative;
    width: 20px;
    overflow: visible;
  }
  .linkedin-fill {
    flex-shrink: 0;
    position: relative;
    width: 20px;
    overflow: visible;
  }
   /* END HALAMAN LANDING */

   /* START HALAMAN PELATIHAN RESOLUSI 340PX */
   .pelatihan .load-next .load {
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid;
    border-radius: 50px;
    width: 60%;
    height: 45px;
    margin-top: -30px;
  }
   /* END HALAMAN PELATIHAN */

   /* START HALAMAN LAYANAN DETAIL RESOLUSI 340PX */
  .layanan-detail .card .card-body .image {
    background: none;
    padding-top: 0px;
  }
   .layanan-detail .card .card-body .image img {
    background: none;
    width: 100%;
    height: 310px;
    object-fit: cover;
    object-position: center 5%;
    box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.10), 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
    border-radius: 25px;
  }

  .layanan-detail .card .card-body .text .title {
    background: none;
    font: var(--regular-20-px, 600 17px'Inter', sans-serif);
    color: #364670;
    letter-spacing: 0.117px;
    margin-top: 55px;
  }
  .layanan-detail .card .card-body .text .people {
    background: none;
    font: var(--regular-20-px, 500 15px'Inter', sans-serif);
    color: #92929D;
    letter-spacing: 0.5px;
    margin-top: 5px;
  }
  .layanan-detail .card .card-body .footer-text {
    background: none;
    margin-top: 22px;
    margin-left: 0px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    align-items: center;
  }
  .layanan-detail .card .card-body .footer-text .paid {
    background: none;
    font: var(--regular-20-px, 500 17px'Inter', sans-serif);
  }
  .layanan-detail .card .card-body .footer-text .paid .price {
    background: none;
    padding-top: 5px;
    font: var(--regular-20-px, 500 17px'Inter', sans-serif);
    color: #FF7426;
  }

  .layanan-detail .secondary-button {
    background: rgba(29, 241, 101, 0.20);
    border-radius: 20px;
    left: 0px;
    top: 30px;
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: center;
    justify-content: center;
    width: 80%;
    position: relative;
  }
  .layanan-detail .repository {
    color: var(--text-black, #364670);
    text-align: left;
    position: relative;
    left: 10px;
    flex: 1;
    background: none;
    font: var(--regular-20-px, 700 13px'Inter', sans-serif);
  }
  .layanan-detail .ellipse-8 {
    background: var(--secondary-green, #3bc963);
    border-radius: 50%;
    flex-shrink: 0;
    left: 4px;
    width: 10px;
    height: 10px;
    position: relative;
  }
  .layanan-detail .repository {
    color: var(--text-black, #364670);
    text-align: left;
    position: relative;
    left: 0px;
    flex: 1;
    background: none;
    font: var(--regular-20-px, 700 13px'Inter', sans-serif);
  }
  .layanan-detail .card .card-body .reg a {
    background: #16A75C;
    text-decoration: none;
    font: var(--regular-20-px, 500 14px'Inter', sans-serif);
    color: #fff;
    padding: 10px;
    border-radius: 20px;
  }
   /* END HALAMAN LAYANAN DETAIL */

  /* START HALAMAN ABOUT RESOLUSI 340px */

  .about-header .about-us {
    color: var(--text-black, #364670);
    text-align: center;
    font: 600 26px/130% 'Inter', sans-serif;
    position: relative;
    background: none;
  }
  .about-header .berikut {
    color: var(--text-color-grey, #92929d);
    text-align: center;
    font: var(--regular-20-px, 400 13px/149.5% 'Inter', sans-serif);
    position: relative;
    margin-bottom: 2%;
    background: none;
    margin-top: 15px;
  }
  .about-id-publishing2 .frame-133 {
    color: #364670;
    text-align: left;
    font: var(--regular-20-px, 600 13px/149.5% 'Inter', sans-serif);
    background: none;
    position: relative;
    margin-top: -50px;
  }
  .sub-pt-penerbit-span {
    color: var(--text-grey, #92929d);
    font: var(--regular-20-px, 400 13px/149.5% 'Inter', sans-serif);
    text-decoration: underline;
    background: none;
    border: 1px solid black;
  }
  .sub-pt-penerbit {
    color: var(--text-grey, #92929d);
    text-align: justify;
    font: var(--regular-20-px, 400 13px/149.5% 'Inter', sans-serif);
    padding-top: 25px;
    position: relative;
    background: none;
    z-index: 1;
  }
  .visi-dan-misi {
    color: #364670;
    text-align: left;
    font: var(--regular-20-px, 600 14px/149.5% 'Inter', sans-serif);
    padding-top: 25px;
    padding-bottom: 15px;
    position: relative;
    background: none;
    z-index: 1;
  }
  .sub-pt-penerbit2 {
    color: var(--text-grey, #92929d);
    text-align: justify;
    font: var(--regular-20-px, 400 13px/149.5% 'Inter', sans-serif);
    height: 239px;
    background: none;
    position: relative;
    z-index: 1;
  }
  .sub-nilai {
    color: var(--text-color-black, #364670);
    text-align: center;
    font: var(--h-2, 600 14px 'Inter', sans-serif);
    position: relative;
    align-self: stretch;
    padding-top: 125px;
    padding-bottom: 20px;
    background: none;
    position: relative;
    z-index: 1;
  }
  .sub-menunjang {
    color: var(--text-grey, #92929d);
    text-align: justify;
    font: var(--regular-20-px, 400 13px/149.5% 'Inter', sans-serif);
    background: none;
    position: relative;
    z-index: 1;
  }
  /* END HALAMAN ABOUT RESOLUSI 340px */


}
@media (max-width: 320px) {

  /* START HALAMAN ABOUT RESOLUSI 320px */
  .sub-nilai {
    color: var(--text-color-black, #364670);
    text-align: center;
    font: var(--h-2, 600 14px 'Inter', sans-serif);
    position: relative;
    align-self: stretch;
    padding-top: 145px;
    padding-bottom: 20px;
    background: none;
    position: relative;
    z-index: 1;
  }
  /* END HALAMAN ABOUT */

  /* START HALAMAN LOGIN RESOLUSI 320px */
  .login-header .email-address2 {
    color: var(--dark-grey, #888383);
    text-align: left;
    font: 500 15.92px 'Inter', sans-serif;
    background: none;
  }
  .login-header .password2 {
    color: var(--dark-grey, #888383);
    text-align: left;
    font: 500 15.92px 'Inter', sans-serif;
    position: relative;
    background: none;
  }
  .login-header .input {
    background: var(--text-white, #ffffff);
    border-radius: 11.6px;
    border-style: solid;
    border-color: var(--text-color-grey, #92929d);
    border-width: 1.24px;
    display: flex;
    flex-direction: row;
    gap: 8.29px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 260.48px;
    height: 40.72px;
    position: relative;
  }
  .login-header .frame-60 .button3 {
    background: var(--primary-blue, #0e0e59);
    border-radius: 16.57px;
    padding: 12.43px 33.15px 12.43px 33.15px;
    display: flex;
    flex-direction: row;
    gap: 8.29px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 260.48px;
    position: relative;
  }
  .login-header .button4 {
    border-radius: 16.57px;
    border-style: solid;
    border-color: var(--primary-blue, #0e0e59);
    border-width: 1.24px;
    padding: 12.43px 33.15px 12.43px 33.15px;
    display: flex;
    flex-direction: row;
    gap: 8.29px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 260.48px;
    position: relative;
  }
  .login-header .placeholder {
    color: var(--text-color-line-dark, #979797);
    text-align: left;
    font: var(--h-4, 500 16px 'Inter', sans-serif);
    position: relative;
    background: none;
  }
  .login-header .frame-60 .button3 {
    background: var(--primary-blue, #0e0e59);
    border-radius: 16.57px;
    padding: 10.43px 28.15px 10.43px 28.15px;
    display: flex;
    flex-direction: row;
    gap: 8.29px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 260.48px;
    position: relative;
  }
  .login-header .frame-60 .button2 {
    color: var(--text-white, #dfdfdf);
    text-align: left;
    font: var(--h-3, 500 16px 'Inter', sans-serif);
    position: relative;
    background: none;
  }
  .login-header .button4 {
    border-radius: 16.57px;
    border-style: solid;
    border-color: var(--primary-blue, #0e0e59);
    border-width: 1.24px;
    padding: 10.43px 28.15px 10.43px 28.15px;
    display: flex;
    flex-direction: row;
    gap: 8.29px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 260.48px;
    position: relative;
  }

  .login-header .button5 {
    color: var(--primary-blue, #39399c);
    text-align: left;
    font: var(--h-3, 500 16px 'Inter', sans-serif);
    position: relative;
    background: none;
  }
  /* END HALAMAN LOGIN */

  /* START HALAMAN REGISTER RESOLUSI 320PX */
  .register-header .input {
    background: var(--text-white, #ffffff);
    border-radius: 11.6px;
    border-style: solid;
    border-color: var(--text-color-grey, #92929d);
    border-width: 1.24px;
    display: flex;
    flex-direction: row;
    gap: 8.29px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 265.48px;
    height: 35.72px;
    position: relative;
  }
  .register-header .dropdown {
    background: var(--text-white, #ffffff);
    border-radius: 11.6px;
    border-style: solid;
    border-color: var(--text-line-dark, #eaeaea);
    border-width: 1.24px;
    display: flex;
    flex-direction: row;
    gap: 8.29px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 265.51px;
    height: 35.73px;
    position: relative;
  }
  .register-header .button2 a {
    background: var(--primary-blue, #0e0e59);
    border-radius: 16.57px;
    padding: 12.43px 33.15px 12.43px 33.15px;
    display: flex;
    flex-direction: row;
    gap: 8.29px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 250.48px;
    position: relative;
    color: rgb(216, 216, 216);
    text-decoration: none;
    /* margin-left: -4%; */
  }
  /* END HALAMAN REGISTER */

  /* START HALAMAN CONTACT RESOLUSI 320PX */
  .frame-133 .contact-pt-penerbit {
    position: relative;
    color: var(--text-black, #364670);
    text-align: center;
    font: 600 18px/140.5% 'Inter', sans-serif;
    width: 85%;
    margin-top: -385px;
    padding-bottom: 275px;
    background: none;
  }
  .contact-header .rectangle {
    width: 95%;
    height: 240px;
    position: relative;
    z-index: 2;
    margin-top: 65px;
  }
  /* END HALAMAN CONTACT */
}

@media (max-width: 305px) {
  /* START HALAMAN LANDING RESOLUSI 305PX */
  .first-header #navbarNav .sign a {
    background: var(--primary-blue, #0e0e59);
    border-radius: 40px;
    color: #d2d2d2;
    width: 43%;
    margin-bottom: 15px;
  }
  .landing-header .search-statistic .rectangle-2 {
    background: #ffffff;
    border-radius: 50px;
    flex-shrink: 0;
    width: 95%;
    height: 30px;
    position: relative;
    box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.10), 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
    margin-bottom: 120px;
    margin-top: -30px;
    z-index: 1;
  }
  .landing-header .search-statistic .rectangle-31 {
    background: var(--primary-blue, #0e0e59);
    border-radius: 100px;
    width: 23px;
    height: 23px;
    position: absolute;
    left: 88%;
    top: 3px;
  }
  .landing-header .search-statistic button {
    position: absolute;
    top: -11%;
    left: 0%;
    background: none;
    border: none;
    z-index: 1;
  }
  .landing-header .frame-40 {
    position: relative;
    margin-top: -60px;
    background: none;
    z-index: 1;
    display: flex;
    justify-content: center;
  }
  .landing-header .frame-40 .image-2 {
    background: none;
    width: 35%;
    position: absolute;
    left: -99px;
    margin-top: 19px;
    transform-origin: center center;
  }
  .landing-header .frame-40 .image-4 {
    background: none;
    width: 33%;
    position: absolute;
    margin-top: 55px;
    left: -131px;
    transform-origin: center center;
  }
  .landing-header .frame-1 {
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 100%;
    position: relative;
    /* padding-top: 30px; */
    font: var(--regular-20-px, 700 13px/149.5% 'Inter', sans-serif);
    color: #92929D;
    z-index: 1;
    background: none;
    margin-top: 100px;
  }
  .landing-header .button2 {
    background: var(--primary-blue, #0e0e59);
    border-radius: 50px;
    padding: 15px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    /* box-shadow: 0px 12px 48px 0px rgba(0, 0, 0, 0.25); */
    width: 63%;
    z-index: 1;
    height: 45px;
  }
  .our-client .title h1 {
    color: var(--text-black, #364670);
    text-align: center;
    font: 700 14px/130% 'Inter', sans-serif;
    position: relative;
    background: none;
    border: 1px solid #E0E3EB;
    width: 42%;
    height: 35px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    margin-top: -115px;
  }
  .review .title h1 {
    color: var(--text-black, #364670);
    text-align: center;
    font: 700 14px/130% 'Inter', sans-serif;
    position: relative;
    background: none;
    border: 1px solid #E0E3EB;
    width: 42%;
    height: 35px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    margin-top: -40px;
  }
  .post .title h1 {
    color: var(--text-black, #364670);
    text-align: center;
    font: 700 14px/130% 'Inter', sans-serif;
    position: relative;
    background: none;
    border: 1px solid #E0E3EB;
    width: 42%;
    height: 35px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    margin-top: -35px;
  }
  .post .latepost .post .content .content2 .judul {
    background: none;
    color: #000;
    font: var(--regular-20-px, 600 12px 'Inter', sans-serif);
    line-height: normal;
    margin-top: 15px;
    margin-bottom: -5px;
  }
  .post .latepost .post .news {
    border-radius: 50px;
    background: none;
    text-align: center;
    position: absolute;
    top: 10%;
    left: 5%;
    display: flex;
    justify-content: flex-start;
  }
  .post .latepost .post .content .img-post img {
    width: 85%;
    padding: 3px;
    background: #fff;
    border-radius: 10px;
    height: 75px;
  }
  .post .latepost .post .content .img-post {
    background: none;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -4px;
    margin-top: 15px;
  }
  .post .latepost .image img {
    width: 100%;
    background: none;
    height: 149px;
  }
  /* END HALAMAN LANDING */
  /* START HALAMAN ABOUT RESOLUSI 305PX */
  .sub-nilai {
    color: var(--text-color-black, #364670);
    text-align: center;
    font: var(--h-2, 600 14px 'Inter', sans-serif);
    position: relative;
    align-self: stretch;
    padding-top: 165px;
    padding-bottom: 20px;
    background: none;
    position: relative;
    z-index: 1;
  }
  /* END HALAMAN ABOUT */
}
