.clearfix {
  clear: both;
}
.navbar{
  height: 80px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;

  /* identical to box height, or 143% */
  display: flex;
  align-items: center;

  /* B600 */
  color: #52575C;
  /*overflow: hidden;*/
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 999;
  flex-wrap: nowrap;
  justify-content: flex-start;
  background-color: white;
}
.navbar a{
  color: #52575C !important;
}
.navbar-bawah{
  height: 80px;
  margin-top: 0px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;

  /* identical to box height, or 143% */
  display: flex;
  align-items: center;

  /* B600 */
  color: white !important;
  overflow: hidden;
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 2;
  flex-wrap: nowrap;
  justify-content: flex-start;
  background: rgba(0, 0, 0, 0.5);
}
.navbar-bawah a{
  color: white !important;
}
.navbar-bawah span{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  padding: 5px;
  margin-left: 10px;
}
.navbar-bawah-menu{
  display: flex;
}
.navbar-bawah img{
  max-width: 3%;
  height: 3%;
}
.navbar-brand{
  margin-left: -12px;
}
.mobile-nav img{
  max-width: 50% !important;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.konten-awal{
  background: linear-gradient(90deg, #1BB397 0%, #08604F 100%);
  padding: 50px;
  padding-top: 50px;
  padding-top: 30px;
  margin-top: 80px;
  padding-top: 120px;
  margin-bottom: 350px;
}
.konten-awal h2{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 48px;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.konten-awal p{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 40px;
}
.konten-awal img{
  margin-bottom: -400px;
}
.konten-awal-img{
  width: 60%;
  margin-bottom: 20px;
  float: right;
}
.thumb-video {
  z-index: 1;
  margin-right: 0px;
  margin-left: 0px;
  margin-top: -25px;
}

.deskripsi-video {
  background-color: #ed1b25;
  color: #fff;
  font-family: "inter";
  font-size: 15px;
  font-weight: 100;
  line-height: 1.8em;
  margin: 30px 30px 30px -45px;
  padding: 0em 0em 1.5em 2.2em;
}

.thumb-video img {
  height: auto;
  max-width: 100%;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 10px;
}

.deskripsi {
  padding: 5px;
}

.deksripsi h1 {
  font-weight: 800;
  font-family: 'Inter';
}

.deskripsi-video h1 {
  background-color: white;
  color: black;
  font-family: 'Inter';
  padding-left: 20px;
  padding-bottom: 20px;
  width: 100%;
  font-weight: 800;
}

.deskripsi-video p {
  padding-left: 20px;
  font-family: 'Inter';
  font-size: 15px;
  padding-right: 10px;
  padding-top: 15px;
  font-weight: 400;
}

.konten-pertama {
  padding: 50px;
  background-color: white;
  margin-top: 50px;
}

.konten-dua {
  padding: 50px;
  background-color: #F8F8F8;
}
.konten-dua h1{
  font-weight: 700;
  font-family: 'Inter';
  font-size: 30px;
}
.konten-dua h1:after{
  content: " ";
  position: absolute;
  border-bottom: 3px solid red;
  width: 80px;
  margin-top: 20px;
  margin-left: 15px;
}
.konten-dua h3{
  font-weight: 600;
  text-align: center;
  font-size: 25px;
  font-family: 'inter';
}
.konten-dua h5{
  font-weight: 300;
  text-align: center;
  font-size: 15px;
  font-family: 'inter';
  color: grey;
}
.konten-dua h1::after {
  width: 10%;
  margin-top: 20px;
  margin-left: 2%;
}
.gambar{
  padding: 20px;
  z-index: 1;
  display: grid;
  place-items:center;
}
.buttons{
  position: absolute;
  z-index: 2;
  top: 68%;
  display: none;
  background-color: red;
  font-family: inter;
  font-weight: 400;
  width: 70%;
  border-radius: 0;
  font-size: 15px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.gambar:hover .buttons{
  display:inline-block;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.top-left {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 16px;
  color: #52575C;
  transform-origin: top left 0;
  left:0;
  top:0;
  transform: rotate(-90deg) translateX(-60%);
  text-transform: uppercase;
}
.top-left:after{
  content: " ";
  position: absolute;
  border-bottom: 3px solid red;
  width: 50px;
  margin-top: 7px;
  margin-left: 10px;
  margin-right: -5px;
}
.logo-proyek{
  z-index: 100;
  margin-top: -380px;
  background-color: white;
  border-radius: 35px;
  position: absolute;
  max-width: 20%;
  padding: 10px;
  margin-left: 200px;
}
.konten-vr{
  background-image: url("../../assets/img/vr/bg-gambar.jpg");
  height: 100%;
  background-position:left;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  padding: 100px;

}
.isi-vr{
  border: 2px solid #ED1B25;
  box-sizing: border-box;
  padding: 60px;
  display: flex;
}
.konten-vr h1{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 48px;

  /* or 120% */
  display: flex;
  align-items: center;
  letter-spacing: 0.002em;

  /* white */
  color: #FFFFFF;

  text-transform: uppercase;
  width: 50%;
}
.konten-vr p{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;

  /* or 150% */
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;

  /* white */
  color: #FFFFFF;

  mix-blend-mode: normal;
  width: 50%;
}
.tombol{
  background-color: #ED1B25;
  padding: 15px;
  color: white;
  font-family: inter;
  text-align: center;
  width: 15%;
  float: right;
  margin-right: 5%;
  margin-top: -3%;
}
.tombol:before{
  margin:10px;
}
.milestone{
  background-image: url("../../assets/img/mileston/bg-mileston.jpeg");
  height: 100%;
  background-position:center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px;
}
.tombol-milestone{
  font-size: 15px;
  background-color: red;
  padding: 20px 20px;
  color: white;
  font-family: inter;
  text-decoration: unset;
  margin-top: 100px;
  width: 180px;
  display: block;
}
.milestone h2{
  font-family: 'inter';
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 48px;

  /* or 120% */
  display: flex;
  align-items: center;

  /* B900 */
  color: #25282B;
}
.milestone hr{
  width:120px;
  background-color: red;
  height: 3.5px;
  opacity: 5;
  margin-top: 50px;
}
.milestone p{
  /* body 2/reguler */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;

  /* or 171% */

  /* B600 */
  color: #25282B;
  margin-top: 25px;
}
.sejarah{
  margin-top: 100px;
}
.sejarah-waktu{
  padding-top: 0px;
  display: flex;
  padding-left: 80px;
}
.sejarah-waktu h5{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  /* identical to box height, or 143% */
  letter-spacing: 0.001em;
}
.sejarah-waktu p{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #25282B;
  margin-top: 5px;
  width: 450px;
  margin-bottom: 20px;
}
.sejarah-mobile{
  display: none;
}
.tahun{
  background: red;
  border-radius: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  place-items: center;
  display: grid;
  width: 150px;
  height: 150px;
}
.tahun span{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;

  /* identical to box height, or 125% */
  text-align: center;

  /* white */
  color: #FFFFFF;
}
.garis{
  /* B600 */
  border-top: 4px dashed #52575C;
  width: 20%;
  margin-top: 80px;
  margin-left: 10px;
}
.garis-kanan{
  /* B200 */
  border-right: 2px solid #E8E8E8;
  padding-right: 1px; 
}
.box-sejarah{
  display: flex;
  /* G10 */
  background: #FFFFFF;

  /* P600 */
  border: 1px solid #ED1B25;
  box-sizing: border-box;
  box-shadow: 0px 4px 24px rgba(219, 221, 224, 0.56);
  border-radius: 2px;
  width: 65%;`
  margin-left: 50px;
  padding: 20px;
  padding-left: 0px;
  margin: auto;
}
.logo-sejarah{
  border: 1px solid #ED1B25;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 100%;
  width: 120px;
  height: 120px;
  margin: auto;
}
.logo-sejarah-dalam{
  background-color: red;
  padding: 24px;
  border-radius: 100%;
}
.logo-sejarah i{
  text-align: center;
  color: white;
  background-color: red;
  display: grid;
  text-align: center;
  font-size: 50px;
}
.garis-waktu {
  height: 100px;
  border-right: dashed;
  width: 155px;
  margin-top: -25px;
}
.media{
  background-color: white;
  padding: 70px;
}
.judul-media{
  display: flex;
  margin-bottom: 30px;
}
.media h1{
  font-weight: 700;
  font-family: 'Inter';
  font-size: 32px;
  font-weight: 700;
  color: #25282B;
  width: 50%;
}
.media h1:after{
  content: " ";
  position: absolute;
  border-bottom: 3px solid red;
  width: 80px;
  margin-top: 20px;
  margin-left: 15px;
}
.media h2{
  font-family: 'Inter';
  font-size: 14px;
  font-weight: 500;
  color: red;
  width: 50%;
  text-align: right;
  margin-top: 10px;
}
.card-title{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;

  /* or 150% */
  letter-spacing: 0.001em;

  /* B900 */
  color: #25282B;
  text-align: justify;
}
.card-text{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;

  /* identical to box height, or 123% */
  letter-spacing: 0.001em;

  /* B500 */
  color: #A0A4A8;
}
.text-muted{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;

  /* identical to box height, or 143% */
  display: flex;
  align-items: center;
  text-align: center;

  /* P600 */
  color: red;
}
.card-body {
  padding: 1.5rem 1.5rem;
}
.main {
  font-size: 28px; /* Increased text to enable scrolling */
  padding: 0px 0px;
}
.main img{
  max-width:100%;
  margin-bottom: 50px;
}
.footer{
  /* B900 */
  background: #25282B;
  padding-top: 80px;
  padding-bottom:80px;
  font-size:16px;
}
.footer-logo{
  width:250px;
}
.footer-logo-proyek{
  width:150px;
  margin-bottom: 10px !important;
}
.footer h5{
  font-family: inter;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;

  /* identical to box height, or 143% */
  letter-spacing: 0.001em;

  /* white */
  color: #FFFFFF;
}
.footer h4{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.001em;
  color: #FFFFFF;
  margin-bottom: 40px;
}
.footer i{
  color: #6b6b6b;
  font-size: 16px;
  margin-top:15px;
  line-height:1.5;
}
/*.footer a{
  color: #6b6b6b;
}*/
.footer h3{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;

  /* identical to box height, or 143% */
  letter-spacing: 0.001em;

  /* white */
  color: #FFFFFF;
  margin-left: 30px;
  margin-bottom: 30px;
}
.footer ul{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;

  /* identical to box height, or 143% */
  letter-spacing: 0.001em;

  /* white */
  color: #FFFFFF;
}
.footer li{
  list-style: none;
  margin-bottom: 20px;
}
.footer p{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;

  /* or 143% */
  letter-spacing: 0.001em;

  /* white */
  color: #FFFFFF;
}
.footer input{
  /* white */
  background: #FFFFFF;

  /* white */
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  width: 252px;
  height: 48px;
  font-family: inter;
  font-size: 14px;
  padding: 15px;
}
.footer a{
  color: white;
  text-decoration: none;
}
.footer-red{
  height: 60px;
  left: 0px;
  bottom: 0px;

  /* P600 */
  background: #ED1B25;
  padding: 20px;
}
.footer-red span{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;

  /* identical to box height, or 143% */
  letter-spacing: 0.001em;

  /* white */
  color: #FFFFFF;
}
.footer hr{
  display: none;
}
.footer-kanan{
  float: right;
}
.sosmed{
  display: flex;
}
.tombol-sosmed {
  background-color: rgba(0,0,0,0);
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  color: white;
  border-radius: 100%;
  padding-top: 8px;
  padding-bottom: 12px;
  padding-right: 10px;
  padding-left: 11px;
  font-size: 15px;
  font-weight: 400;
  margin: 5px;
    margin-top: 5px;
  height: 40px;
  display: inline-block;
  width: 40px;
  margin-top: 50px;
}
.tombol-sosmed i{
  color: white;
  margin:0px;
}
.swiper {
  width: 100%;
  height: 100%;
  padding-top: 80px !important;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide{
  background-repeat: no-repeat !important;
  background-size: cover !important;
  /*width: 1440px !important;*/
  /*height: 600px !important;*/
  left: 0px !important;
  height: 100vh !important;
  background-position: top left !important;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-slide h1{
  font-family: inter;
  font-weight: 800;
  color: white;
  font-size: 62px;
  width: 100%;
  text-align: left;
  height: auto;
  margin-bottom: 40px;
}
.swiper-slide h2{
  font-family: inter;
  font-weight: 800;
  color: white;
  font-size: 62px;
  width: 80%;
  text-align: left;
  height: auto;
  margin-bottom: 40px;
}
.swiper-slide h5{
  font-family: inter;
  font-weight: 400;
  color: white;
  font-size: 20px;
  width: 100%;
  text-align: left;
  height: auto;
}
.swiper p{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  text-align: left;
  width: 50%;
}
.logo-swiper{
  display: none !important;
}
.h2-rv {
  margin-top: 100px;
  line-height: 1.0;
  margin-bottom: 20px !important;
}
.whb-row {
  display: none;
  padding: 10px;
}
.ctr{
  display: flex;
}
.tombol-swiper{
  font-size: 15px;
  background-color: red;
  padding: 20px 20px;
  color: white;
  font-family: inter;
  text-decoration: unset;
  margin-top: 80px;
  width: 180px;
  display: block;
  float: left;
  position: relative;
}
.tombol-swiper-kiri{
  font-size: 15px;
  background-color: transparent;
  padding: 20px 20px;
  color: white;
  font-family: inter;
  text-decoration: unset;
  margin-top: 80px;
  width: 180px;
  display: block;
  float: left;
  position: relative;
  border: 1px solid white;
  margin-right:20px;
}
.tombol-swiper-kanan{
  font-size: 15px;
  background-color: #E99D25;
  padding: 20px 20px;
  color: white;
  font-family: inter;
  text-decoration: unset;
  margin-top: 80px;
  width: 180px;
  display: block;
  float: left;
  position: relative;
  border: 1px solid #E99D25;
}
.swiper-pagination-fraction {
  width: 95% !important;
}
.swiper-pagination {
  color:white;
  font-size: 45px;
  padding: 25px;
  font-weight: 400;
  text-align: right !important;
}
.swiper-pagination-current{
  font-size: 45px;
  font-family: inter;
}
.swiper-pagination-total{
  font-size: 20px;
}
.swiper-button-prev {
  right: 50px !important;
  bottom: 20px !important;
  top: 102vh !important;
  color: white !important;
  left: auto !important;
}
.swiper-button-next {
  right: 10px !important;
  left: auto !important;
  top: 102vh !important;
  color: white !important;
}
.profil{
  background: linear-gradient(263.66deg, rgba(255, 255, 255, 0) 0%, 
    rgba(0, 0, 0, 0.4) 100%), 
  linear-gradient(0deg, rgba(0, 0, 0, 0.4), 
    rgba(0, 0, 0, 0.4)), 
  url(../../assets/img/profil/profil.jpeg);
  height: 85vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 80px;
  padding-top: 170px;
}
.profil h1{
  width: 80%;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-size: 56px;
  line-height: 64px;
  /* or 114% */

  display: flex;
  align-items: center;
  letter-spacing: 0.004em;

  /* white */

  color: #FFFFFF;

  mix-blend-mode: normal;
}
.profil h5{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height, or 150% */

  display: flex;
  align-items: center;
  letter-spacing: 0.02em;

  /* white */

  color: #FFFFFF;

  mix-blend-mode: normal;
}
.visi-misi{
  background-image: url("../../assets/img/mileston/bg-mileston.jpeg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px;
  text-align: center;
}
.visi-misi h1{
  font-family: 'inter';
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 48px;
}
.visi-misi p{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #25282B;
  margin-top: 20px;
}
.misi{
  text-align: center;
}
.misi p{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  color: #25282B;
  margin-top: 20px;
  line-height: 1.7em;
}
.misi img{
  max-width: 35%;
  height: auto;
  margin: auto;
}
.penghargaan-sertifikat{
  background-color: #ded2d2;
  padding: 30px;
  text-align: center;
}
.penghargaan-sertifikat img{
  margin-bottom: 10px;
}
.penghargaan-sertifikat h2{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  line-height: 48px;
  align-items: center;
  text-align: center;
  color: #25282B;
  margin-bottom: 20px;
}
.penghargaan-sertifikat h4{
  font-size: 20px;
  color: black;
  font-weight: 700;
  font-family: inter;
}
.penghargaan-sertifikat h5{
  font-size: 15px;
  color: #686262;
  font-weight: 700;
  font-family: inter;
}
.kerjasama{
  padding: 30px;
}
.pengembangan{
  background-image: url("../../assets/img/b-m.png");
  height: 100%;
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  /*height: 500px;*/
  padding: 100px;
}
.pengembangan-isi{
  border: 2px solid #ED1B25;
  box-sizing: border-box;
  padding: 60px;
}
.pengembangan-isi h1{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  line-height: 48px;
  align-items: center;
  letter-spacing: 0.002em;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 50px;
}
.ket-pengembangan{
  border:1px solid white;
  display: flex;
  height: 110px;
  margin-bottom: 30px;
}
.ket-pengembangan-kiri{
  width: 30%;
  padding: 20px;
  color: white;
}
.ket-pengembangan-kanan{
  width: 70%;
  padding: 20px;
  color: white;
  font-family: inter;
  height: 20px;
}
.pengembangan-judul{
  font-family: inter;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 20px;
  letter-spacing: 0.001em;
  color: #FFFFFF;
  margin-bottom: 30px;
  display: block;
}
.pengembangan-judul-kecil{
  font-family: inter;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.001em;
  color: #FFFFFF;
}
.pengembangan p{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.001em;
  color: #FFFFFF;
}
.isi-data{
  display: flex;
}
.pengembangan input{
  height: 50px;
  background-color: white;
  border-radius: 0px;
  font-family: inter;
}
.pengembangan textarea{
  height: 100px;
  border-radius: 0px;
  font-family: inter;
}
.pengembangan button{
  background-color: #ED1B25;
  padding: 15px;
  color: white;
  font-family: inter;
  text-align: center;
  width: 50%;
  float: right;
  margin-top: 50px;
  margin-bottom: -80px;
  border:1px solid red;
}
.tipe-rumah{
  background-color: white;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 40px;
}
.tipe-rumah h2{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 48px;
  color: #25282B;
  margin-bottom: 10px;
}
.tipe-rumah h3{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 34px;
  color: #E99D25;
  margin-bottom: 10px;
}
.tipe-rumah h4{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #52575C;
}
.tipe-rumah h5{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #A0A4A8;
  margin-bottom: 40px;
}
.tipe-rumah p{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #52575C;
  margin-bottom: 10px;
}
.tipe-rumah i{
  font-size: 15px;
}
.tipe-rumah span{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #25282B;
  margin-left: 10px;
}
.spesifik-rumah{
  padding-top: 0px;
}
.tombol-rumah-kiri{
  font-size: 15px;
  background-color: transparent;
  padding: 20px 20px;
  color: #E99D25;
  font-family: inter;
  text-decoration: unset;
  width: 180px;
  display: block;
  float: left;
  position: relative;
  border: 1px solid #E99D25;
  margin-right:20px;
  text-align: center;
}
.tombol-rumah-kanan{
  font-size: 15px;
  background-color: #E99D25;
  padding: 20px 20px;
  color: white;
  font-family: inter;
  text-decoration: unset;
  width: 180px;
  display: block;
  float: left;
  position: relative;
  border: 1px solid #E99D25;
  text-align: center;
}
.card{
  display: block;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.5rem;
}
.card-wrapper{
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-imgs{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.product-content{
  padding-top: 0;
}
.card-wrapper{
  max-width: 1100px;
  margin: 0 auto;
}
img{
  width: 100%;
  display: block;
}
.img-display{
  overflow: hidden;
}
.img-showcase{
  display: flex;
  width: 100%;
  transition: all 0.5s ease;
}
.img-showcase img{
  min-width: 100%;
}
.img-select{
  display: flex;
}
.img-item{
  margin: 0.3rem;
}
.img-item:nth-child(1),
.img-item:nth-child(2),
.img-item:nth-child(3){
  margin-right: 0;
}
.img-item:hover{
  opacity: 0.8;
}
.intro{
  padding: 50px;
}
.intro h2{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 48px;
  color: #FFFFFF;
}
.intro h3{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-size: 25px;
  line-height: 40px;
  color: #FFFFFF;
}
.intro p{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
}
.intro-hp{
  padding: 50px;
}
.intro-hp h2{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 48px;
  color: #25282B;
  margin-bottom: 30px;
  margin-top: 20px;
}
.intro-hp p{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #52575C;
  margin-bottom: 30px;
}
.intro-hp-img{
  max-width: 70%;
  margin: auto;
}
.intro-hp-img-2{
  max-width: 60%;
  margin-left: -11px;
  margin-bottom: 20px;
}
.standar{
  background: rgba(233, 157, 37, 0.05);
  padding: 50px;
}
.standar-kiri{
  padding-top: 60px;
}
.standar h2{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 48px;
  color: #25282B;
  margin-bottom: 20px;
}
.standar p{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #52575C;
}
.fasilitas-item{
  background: #FFFFFF;
  border: 1px solid #E99D25;
  box-sizing: border-box;
  box-shadow: 2px 2px 16px rgba(233, 157, 37, 0.2);
  padding: 20px;
  margin-bottom: 30px;
}
.fasilitas-item h4{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 27px;
  color: #25282B;
}
.standar h1{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 48px;
  color: #25282B;
  width: 50%;
}
.bahagia{
  padding: 50px;
  margin-bottom: 350px;
}
.bahagia h2{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 48px;
  color: #FFFFFF;
  margin-bottom:40px; 
}
.bahagia img{
  margin-bottom: -250px;
}
.bahagia ul{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 60px;
}
.promo{
  padding: 50px;
  margin-bottom: 200px;
}
.promo h2{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 48px;
  color: #FFFFFF;
  margin-bottom: 50px;
}
.promo h4{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 27px;
  color: #25282B;
  margin-bottom: 20px;
}
.promo p{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 40px;
}
.promo img{
  max-width: 30%;
}
.promo-img {
  max-width: 50% !important;
  margin-top: 70px;
  margin-top: auto;
  margin-top: 70px;
}
.item{
  margin-bottom: -150px;
}
.promo-item{
  background: #FFFFFF;
  border: 1px solid #E99D25;
  box-sizing: border-box;
  box-shadow: 2px 2px 16px rgba(233, 157, 37, 0.2);
  padding: 15px;
  margin-bottom: 30px;
}
.promo-item p{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #52575C;
}
.keamanan{
  padding: 20px;
  margin-top: -50px;
  margin-bottom: 40px;
}
.keamanan h2{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 48px;
  color: #25282B;
}
.keamanan p{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #52575C;
}
.keamanan .ctr{
  float: right;
}
.suasana{
  padding: 40px;
  background: rgba(233, 157, 37, 0.05);
}
.suasana h2{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 48px;
  color: #25282B;
  margin-bottom: 20px;
}
.suasana .product-imgs {
  margin-bottom: 40px;
}
.suasana .ctr{
  float: right;
}
.suasana img{
  max-width: 100%;
}
.suasana-img{
  width: 40%;
  float: right;
}
.lokasi{
  padding: 50px;
  padding-bottom: 300px;
  margin-bottom: 350px;
}
.lokasi h2{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 48px;
  color: #FFFFFF;
  margin-bottom: 40px;
}
.lokasi h2:after{
  content: " ";
  position: absolute;
  border-bottom: 3px solid white;
  width: 150px;
  margin-top: 20px;
  margin-left: 80px;
}
.map-responsive{
  overflow:hidden;
  padding-bottom:56.25%;
  position:relative;
  height:0;
  margin-bottom: -550px;
}
.map-responsive iframe{
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}
.pride{
  margin-bottom: 50px;
}
.pride h2{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 48px;
  color: #25282B;
  width: 50%;
}
.pride p{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #52575C;
}
.pride-kanan{
  margin-top: 100px;
}
.pride-kanan h1{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  color: #25282B;
}
.pride-kanan h3{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 48px;
  color: #25282B;
}
.testimoni{
  padding: 40px;
  background: rgba(233, 157, 37, 0.05);
  margin-bottom: 50px;
}
.testimoni h3{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  line-height: 51px;
  color: #0E0E0E;
  float: left;
  margin-bottom: 50px;
}
.testimoni-item{
  padding: 20px;
}
.testimoni-desk{
  border-right: 3px solid #DAD7D7;
  padding-right: 10px; 
}
.testimoni-title{
  display: flex;
  margin-bottom: 15px;
}
.testimoni p {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  color: #0E0E0E;
  margin-bottom: 20px;
}
.testimoni h5{
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 27px;
  color: #0E0E0E;
  margin-left: 20px;
  padding: 5px;
}
.testimoni h4{
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 27px;
  color: #0E0E0E;
}
.testimoni span{
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  color: #605E5E;
}
.testimoni .img-fluid{
  max-width: 9%;
}
.restok{
  padding: 30px;
  margin-bottom: 50px;
}
.restok img{
  margin-bottom: 30px;
}
.restok .ctr{
  align-items: center;
  justify-content: center;
}
.sewa{
  background-color: white;
  margin-top: 400px;
}
.sewa h2{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 48px;
  color: #25282B;
}
.sewa p{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #52575C;

}
.sewa .ctr{
  float: right;
}
.berita{
  background: linear-gradient(263.66deg, rgba(255, 255, 255, 0) 0%, 
    rgba(0, 0, 0, 0.4) 100%), 
  linear-gradient(0deg, rgba(0, 0, 0, 0.4), 
    rgba(0, 0, 0, 0.4)), 
  url(../../assets/img/artikel.png);
  height: 60vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 80px;
  padding-top: 170px;
}
.berita h1{
  width: 80%;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-size: 56px;
  line-height: 64px;
  display: flex;
  align-items: center;
  letter-spacing: 0.004em;
  color: #FFFFFF;
  mix-blend-mode: normal;
}
.berita h5{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  mix-blend-mode: normal;
}
.artikel{
  width: 60%;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
.kategori-artikel{
  overflow: auto;
  white-space: nowrap;
  display: flex;
}
.kategori-berita{
  background: #FFFFFF;
  border: 1.5px solid #E8E8E8;
  padding: 15px;
  margin-bottom: 40px;
  display: inline-block;
  width: 40%;
  margin-right: 25px;
  border:2px solid #ED1B25;
}
.kategori-berita h5{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #0C0E11;
  display: grid;
  margin-bottom: 10px;
}
.data-artikel{
  background: #FFFFFF;
  box-shadow: 2px 2px 16px rgba(37, 40, 43, 0.1);
  margin-bottom: 20px;
}
.data-artikel .row .col-lg-4{
  padding: 0px;
}
.data-artikel-kanan{
  padding: 20px;
  padding-bottom: 0px;
}
.data-artikel-kanan h4{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 27px;
  color: #25282B;
}
.data-artikel-kanan span{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.001em;
  color: #A0A4A8;
  margin-bottom: 20px;
}
.data-artikel-kanan p{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #52575C;
  margin-top: 15px;
  margin-bottom:10px;
}
.data-artikel-kanan a{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #ED1B25;
}
.detail-berita{
  background-color: white;
  padding-top: 100px;
  margin-bottom: 100px;
}
.detail-berita img{
  margin-bottom: 40px;
}
.detail-berita span{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #A0A4A8;
}
.detail-berita h1{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  color: #25282B;
  width: 70%;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 20px;
}
.detail-berita h5{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #52575C;
  text-align: center;
}
.isi-berita{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #52575C;
  text-align: justify;
  width: 60%;
  margin: auto;
}

@media (min-width: 768px) and (max-width: 1024px){
  .navbar{
  display: none;
}
.navbar-bawah{
  display: none;
}
.swiper {
  width: 100%;
  height: 100%;
  padding-top: 0px !important;
}
.swiper-slide h1 {
  font-size: 40px;
  width: 100%;
  float: left;
}
.swiper h5 {
  font-size: 20px;  
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  display: none !important;
}
.tombol-swiper{
  margin-top: 10px;
  margin-bottom: 70px;
  width: 100%;
}
.whb-row {
  background-image: url("../../assets/img/logo/mobile-logo-2.png");
  /*height: 100%;*/
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}
.ctr{
    display:block;
}
.konten-pertama{
  padding: 0px;
}
.konten-dua{
  padding: 10px;
}
.deskripsi-video{
  margin: auto;
  padding: 0px;
}
.deskripsi-video p {
  padding: 20px;
  font-family: 'Inter';
  font-size: 15px;
  font-weight: 400;
  text-align: justify;
}
.deskripsi-video h1{
  padding: 5px;
  text-align: center;
}
.swiper-button-next{
  display: none !important;
}
.swiper-button-prev{
  display: none !important;
}
.swiper-slide{
  padding: 20px;
  padding-top:80px;
  padding-bottom: 40px;
  height: auto !important; 
}
.logo-swiper{
  display: block !important;
  max-width: 30%;
}
.konten-vr{
  height: auto;
  padding: 10px;
}
.konten-vr h1{
  width: 100%;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}
.konten-vr p {
  text-align: center;
  width: 100%;
}
.isi-vr{
  display: block;
  padding: 20px;
}
.tombol{
  width: 50%;
  margin: auto;
  margin-top: auto;
  margin-top: -20px;
  float: none;
  padding: 10px;
}
.milestone{
  padding: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.milestone h2{
  display: block;
  font-size: 30px;
  line-height: 1.3;
  text-align: center;
}
.milestone hr{
  display: none;
}
.milestone p{
  margin-top: 10px;
  text-align: center;
}
.sejarah-waktu{
  padding: 0px;
  display: none;
}
.garis-waktu{
  display: none;
}
.sejarah-mobile{
  display: block;
}
.tahun{
  background: red;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 150px;
  height: 67px;
}
.tahun span{
  font-size: 20px;
}
.logo-sejarah{
  display: none;
}
.tombol-milestone{
  margin-top: 0px;
}
.media{
  padding: 15px;
}
.media h1{
  font-size: 20px;
}
.media h1::after {
  width: 10%;
  margin-top: 13px;
  margin-left: 2%;
}
.media h2{
  margin-top: 1%;
}
.main img {
  margin: auto;
}
.profil{
  background: linear-gradient(263.66deg, rgba(255, 255, 255, 0) 0%, 
    rgba(0, 0, 0, 0.4) 100%), 
  linear-gradient(0deg, rgba(0, 0, 0, 0.4), 
    rgba(0, 0, 0, 0.4)), 
  url(../../assets/img/profil/profil-mobile.png);
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0px;
  padding: 50px;
}
.profil h1{
  font-size: 28px;
  line-height: 1.5;
  width: 100%;
}
.visi-misi{
  padding: 20px;
}
.visi-misi h1{
  font-size: 20px;
}
.visi-misi p{
  font-size: 16px;
  line-height: 24px;
  margin-top: 0px;
  font-weight: 400;
  font-style: italic;
}
.misi p{
  margin-bottom: 20px;
}
.misi img{
  margin-bottom: 10px;
}
.sejarah{
  margin-top: 0px;
}
.berita{
  margin-top: 0px;
  height: auto;
  padding: 40px;
}
.footer ul {
  display: none;
}
.footer h3{
  display: none;
}
.footer h5{
  margin-top: 20px;
  text-align: center;
}
.footer p{
  text-align: center;
}
.footer hr{
  background: #E2E6EA;
  height: 1px;
  opacity: 5;
  margin-top: 30px;
  display: block;
}
.footer-red span{
  text-align: center;
  display: block;
}
.tombol-sosmed{
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}
.penghargaan-sertifikat {
  padding: 10px;
}
.penghargaan-sertifikat h2{
  font-size: 20px;
  margin-bottom: 20px;
}
.penghargaan-sertifikat h4 {
  font-size: 15px;
}
.penghargaan-sertifikat h5 {
  font-weight: 400;
}
.pengembangan {
  padding: 10px;
}
.pengembangan-isi {
  padding: 10px;
}
.pengembangan-isi h1 {
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 20px;
}
.ket-pengembangan {
  padding: unset;
}
.ket-pengembangan-kanan {
  padding: 10px;
  overflow: hidden;
  height: auto;
  width: 100%;
}
.ket-pengembangan-kiri {
  width: 40%;
  padding: 10px;
}
.kerjasama {
  padding: 0px;
}
.pengembangan-judul {
  font-size: 20px;
}
.pengembangan input {
  margin-bottom: 20px;
}
.pengembangan textarea{
  margin-bottom: 20px;
}
.pengembangan button {
  margin: auto;
}
.swiper-slide {
  background-position: center !important;
}
.swiper-slide h2 {
  font-size: 28px;
  width: 100%;
  margin-bottom: 15px;
}
.swiper p{
  width: 100%;
}
.h2-rv{
  margin-top: 0px;
}
.ctr{
  display: flex;
}
.tombol-swiper-kiri{
  margin-top: 10px;
  padding: 10px;
}
.tombol-swiper-kanan{
  margin-top: 10px;
  padding: 10px;
}
.spesifik-rumah {
  padding: 10px;
}
.tombol-rumah-kiri{
  padding: 10px;
}
.tombol-rumah-kanan{
  padding: 10px;
}
.intro {
  padding: 20px;
}
.standar {
  padding: 20px;
  margin-top: 0px !important;
}
.standar h1 {
  font-size: 30px;
  width: 100%;
  line-height: 1.3;
  text-align: center;
}
.standar h2 {
  font-size: 30px;
  line-height: 1.3;
}
.bahagia {
  padding: 15px;
  margin-bottom: 20px;
}
.bahagia h2{
  font-size: 30px;
  line-height: 35px;
}
.bahagia img {
  margin-bottom: 15px;
}
.standar-kiri{
  padding: 0px;
}
.tipe-rumah {
  padding-top: 20px;
  margin-bottom: 0px;
}
.tipe-rumah h2 {
  font-size: 18px;
  margin-bottom: 0px;
}
.tipe-rumah h3{
  font-size: 16px;
}
.promo {
  padding: 20px;
  margin-bottom: 100px;
}
.promo h2 {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 1.3;
}
.promo img {
  margin-bottom: 20px;
}
.suasana {
  padding: 10px;
}
.suasana .ctr {
  display: none;
}
.lokasi {
  padding: 15px;
  margin-bottom: 20px;
}
.lokasi h2 {
  margin-bottom: 10px;
  text-align: center;
  margin: auto;
  font-size: 30px;
}
.lokasi h2::after {
  display: none;
}
.map-responsive {
  margin-bottom: 0px;
}
.pride {
  margin-top: 30px;
}
.pride h2 {
  width: 100%;
}
.pride p {
  text-align: justify;
}
.pride-kanan{
  margin-top: 30px;
}
.testimoni {
  padding: 25px;
}
.testimoni-item{
  padding: 0px;
}
.testimoni-desk {
  border-right: none;
  padding-right: 0px;
}
.testimoni .img-fluid {
  max-width: 25% !important;
}
.testimoni h5 {
  margin-left: 5px;
}
.restok{
  padding: 0px;
}
.intro-hp {
  padding: 20px;
}
.intro-hp h2 {
  margin-bottom: 10px;
  text-align: center;
}
.intro-hp p {
  margin-bottom: 10px;
  text-align: justify;
}
.keamanan {
  margin-top: 0px;
}
.keamanan .ctr {
  text-align: center;
  float: none;
}
.restok .ctr {
  display: none;
}
.konten-awal{
  padding: 10px;
  margin-bottom: 20px;
  margin-top: 0px;
}
.konten-awal img{
  margin-bottom: 0px;
}
.sewa{
  margin-top: 20px;
}
.berita h1 {
  font-size: 45px;
}
.kategori-berita{
  margin-bottom: 10px;
}
.data-artikel .row .col-12{
  padding-left:13px !important;
  padding-right:13px !important;
}
.artikel {
  width: 100%;
}
.kategori-artikel{
  margin-bottom: 20px;
  display: none;
}
.data-artikel-kanan a {
  margin-bottom: 15px;
}
.detail-berita{
  padding-top:20px;
  margin-bottom: 20px;
}
.detail-berita h1 {
  width: 100%;
}
.detail-berita span{
  color: #25282B;
}
.isi-berita{
  width: 100%;
}
.testimoni-title{
  display: block;
}
.testimoni h5 {
  margin-left: auto;
  text-align: center;
  font-size: 20px;
}
.testimoni p {
  text-align: justify;
}
.testimoni h3 {
  text-align: center;
  float:none;
}
.owl-carousel .owl-item img {
  display: block;
  max-width: 100%;
  margin: auto;
}
.suasana img {
  margin: auto;
  float: none;
}
.suasana h2{
  text-align: center;
}
.gambar:hover .buttons{
  display: none;
}
}

@media only screen and (max-width: 600px) {
.navbar{
  display: none;
}
.navbar-bawah{
  display: none;
}
.swiper {
  width: 100%;
  height: 100%;
  padding-top: 0px !important;
}
.swiper-slide h1 {
  font-size: 40px;
  width: 100%;
  float: left;
}
.swiper h5 {
  font-size: 20px;  
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  display: none !important;
}
.tombol-swiper{
  margin-top: 10px;
  margin-bottom: 70px;
  width: 100%;
}
.whb-row {
  background-image: url("../../assets/img/logo/mobile-logo-2.png");
  /*height: 100%;*/
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}
.ctr{
    display:block;
}
.konten-pertama{
  padding: 0px;
}
.konten-dua{
  padding: 10px;
}
.deskripsi-video{
  margin: auto;
  padding: 0px;
}
.deskripsi-video p {
  padding: 20px;
  font-family: 'Inter';
  font-size: 15px;
  font-weight: 400;
  text-align: justify;
}
.deskripsi-video h1{
  padding: 5px;
  text-align: center;
}
.swiper-button-next{
  display: none !important;
}
.swiper-button-prev{
  display: none !important;
}
.swiper-slide{
  padding: 20px;
  padding-top:80px;
  padding-bottom: 40px;
  height: auto !important; 
}
.logo-swiper{
  display: block !important;
  max-width: 30%;
}
.konten-vr{
  height: auto;
  padding: 10px;
}
.konten-vr h1{
  width: 100%;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}
.konten-vr p {
  text-align: center;
  width: 100%;
}
.isi-vr{
  display: block;
  padding: 20px;
}
.tombol{
  width: 50%;
  margin: auto;
  margin-top: auto;
  margin-top: -20px;
  float: none;
  padding: 10px;
}
.milestone{
  padding: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.milestone h2{
  display: block;
  font-size: 30px;
  line-height: 1.3;
  text-align: center;
}
.milestone hr{
  display: none;
}
.milestone p{
  margin-top: 10px;
  text-align: center;
}
.sejarah-waktu{
  padding: 0px;
  display: none;
}
.garis-waktu{
  display: none;
}
.sejarah-mobile{
  display: block;
}
.tahun{
  background: red;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 150px;
  height: 67px;
}
.tahun span{
  font-size: 20px;
}
.logo-sejarah{
  display: none;
}
.tombol-milestone{
  margin-top: 0px;
}
.media{
  padding: 15px;
}
.media h1{
  font-size: 20px;
}
.media h1::after {
  width: 10%;
  margin-top: 13px;
  margin-left: 2%;
}
.media h2{
  margin-top: 1%;
}
.main img {
  margin: auto;
}
.profil{
  background: linear-gradient(263.66deg, rgba(255, 255, 255, 0) 0%, 
    rgba(0, 0, 0, 0.4) 100%), 
  linear-gradient(0deg, rgba(0, 0, 0, 0.4), 
    rgba(0, 0, 0, 0.4)), 
  url(../../assets/img/profil/profil-mobile.png);
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0px;
  padding: 50px;
}
.profil h1{
  font-size: 28px;
  line-height: 1.5;
  width: 100%;
}
.visi-misi{
  padding: 20px;
}
.visi-misi h1{
  font-size: 20px;
}
.visi-misi p{
  font-size: 16px;
  line-height: 24px;
  margin-top: 0px;
  font-weight: 400;
  font-style: italic;
}
.misi p{
  margin-bottom: 20px;
}
.misi img{
  margin-bottom: 10px;
}
.sejarah{
  margin-top: 0px;
}
.berita{
  margin-top: 0px;
  height: auto;
  padding: 40px;
}
.footer ul {
  display: none;
}
.footer h3{
  display: none;
}
.footer h5{
  margin-top: 20px;
  text-align: center;
}
.footer p{
  text-align: center;
}
.footer hr{
  background: #E2E6EA;
  height: 1px;
  opacity: 5;
  margin-top: 30px;
  display: block;
}
.footer-red span{
  text-align: center;
  display: block;
}
.tombol-sosmed{
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}
.penghargaan-sertifikat {
  padding: 10px;
}
.penghargaan-sertifikat h2{
  font-size: 20px;
  margin-bottom: 20px;
}
.penghargaan-sertifikat h4 {
  font-size: 15px;
}
.penghargaan-sertifikat h5 {
  font-weight: 400;
}
.pengembangan {
  padding: 10px;
}
.pengembangan-isi {
  padding: 10px;
}
.pengembangan-isi h1 {
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 20px;
}
.ket-pengembangan {
  padding: unset;
}
.ket-pengembangan-kanan {
  padding: 10px;
  overflow: hidden;
  height: auto;
  width: 100%;
}
.ket-pengembangan-kiri {
  width: 40%;
  padding: 10px;
}
.kerjasama {
  padding: 0px;
}
.pengembangan-judul {
  font-size: 20px;
}
.pengembangan input {
  margin-bottom: 20px;
}
.pengembangan textarea{
  margin-bottom: 20px;
}
.pengembangan button {
  margin: auto;
}
.swiper-slide {
  background-position: center !important;
}
.swiper-slide h2 {
  font-size: 28px;
  width: 100%;
  margin-bottom: 15px;
}
.swiper p{
  width: 100%;
}
.h2-rv{
  margin-top: 0px;
}
.ctr{
  display: flex;
}
.tombol-swiper-kiri{
  margin-top: 10px;
  padding: 10px;
}
.tombol-swiper-kanan{
  margin-top: 10px;
  padding: 10px;
}
.spesifik-rumah {
  padding: 10px;
}
.tombol-rumah-kiri{
  padding: 10px;
}
.tombol-rumah-kanan{
  padding: 10px;
}
.intro {
  padding: 20px;
}
.standar {
  padding: 20px;
  margin-top: 0px !important;
}
.standar h1 {
  font-size: 30px;
  width: 100%;
  line-height: 1.3;
  text-align: center;
}
.standar h2 {
  font-size: 30px;
  line-height: 1.3;
}
.bahagia {
  padding: 15px;
  margin-bottom: 20px;
}
.bahagia h2{
  font-size: 30px;
  line-height: 35px;
}
.bahagia img {
  margin-bottom: 15px;
}
.standar-kiri{
  padding: 0px;
}
.tipe-rumah {
  padding-top: 20px;
  margin-bottom: 0px;
}
.tipe-rumah h2 {
  font-size: 18px;
  margin-bottom: 0px;
}
.tipe-rumah h3{
  font-size: 16px;
}
.promo {
  padding: 20px;
  margin-bottom: 100px;
}
.promo h2 {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 1.3;
}
.promo img {
  margin-bottom: 20px;
}
.suasana {
  padding: 10px;
}
.suasana .ctr {
  display: none;
}
.lokasi {
  padding: 15px;
  margin-bottom: 20px;
}
.lokasi h2 {
  margin-bottom: 10px;
  text-align: center;
  margin: auto;
  font-size: 30px;
}
.lokasi h2::after {
  display: none;
}
.map-responsive {
  margin-bottom: 0px;
}
.pride {
  margin-top: 30px;
}
.pride h2 {
  width: 100%;
}
.pride p {
  text-align: justify;
}
.pride-kanan{
  margin-top: 30px;
}
.testimoni {
  padding: 25px;
}
.testimoni-item{
  padding: 0px;
}
.testimoni-desk {
  border-right: none;
  padding-right: 0px;
}
.testimoni .img-fluid {
  max-width: 25% !important;
}
.testimoni h5 {
  margin-left: 5px;
}
.restok{
  padding: 0px;
}
.intro-hp {
  padding: 20px;
}
.intro-hp h2 {
  margin-bottom: 10px;
  text-align: center;
}
.intro-hp p {
  margin-bottom: 10px;
  text-align: justify;
}
.keamanan {
  margin-top: 0px;
}
.keamanan .ctr {
  text-align: center;
  float: none;
}
.restok .ctr {
  display: none;
}
.konten-awal{
  padding: 10px;
  margin-bottom: 20px;
  margin-top: 0px;
}
.konten-awal img{
  margin-bottom: 0px;
}
.sewa{
  margin-top: 20px;
}
.berita h1 {
  font-size: 45px;
}
.kategori-berita{
  margin-bottom: 10px;
}
.data-artikel .row .col-12{
  padding-left:13px !important;
  padding-right:13px !important;
}
.artikel {
  width: 100%;
}
.kategori-artikel{
  margin-bottom: 20px;
  display: none;
}
.data-artikel-kanan a {
  margin-bottom: 15px;
}
.detail-berita{
  padding-top:20px;
  margin-bottom: 20px;
}
.detail-berita h1 {
  width: 100%;
}
.detail-berita span{
  color: #25282B;
}
.isi-berita{
  width: 100%;
}
.testimoni-title{
  display: block;
}
.testimoni h5 {
  margin-left: auto;
  text-align: center;
  font-size: 20px;
}
.testimoni p {
  text-align: justify;
}
.testimoni h3 {
  text-align: center;
  float:none;
}
.owl-carousel .owl-item img {
  display: block;
  max-width: 100%;
  margin: auto;
}
.suasana img {
  margin: auto;
  float: none;
}
.suasana h2{
  text-align: center;
}
.gambar:hover .buttons{
  display: none;
}
}