div.header {
  background: url("../img/bg-hsr90.jpg") no-repeat center right;
  background-size: cover;
  width: 100%;
  height: 100vmin; 
  padding: 30px 0;
}
.nav-head {
  padding: 20px 0;
  text-align: right;
  color: #f0667b;
}
.top-h {
  padding-top: 20px;
}
.layer {
  background-color: #94cef040;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vmin;
  padding: 0;
}
h1.hsr {
  font-weight: 900;
  line-height: 1;
  letter-spacing: 1px;
  text-shadow: 4px 4px white;
}
p.hsr {
  font-weight: 700;
  line-height: 1;
  text-shadow: 2px 2px white;
}
.img-logo {
  display: block;
  width: 100%;
  height: 100%;
}
i.fa-circle-arrow-down {
  color: white;
  font-size: 32px;
}
.icon-scroll {
  position: absolute;
  right: 5%;
  bottom: 3%;
}
.media-social { 
  position: absolute;
  left: 5%;
  bottom: 3%;
}
.media-social-li {
  color: white;
  font-size: 1.5em;
  float: left;
  padding: 0 1.5em;
}
.header-middle  {
  /* min-height: 720px; */
}
.wrap-video {
  width: 100%;
}
.video-1, .video-2 { 
  float: left;
  width: 100%;
}
.quote {
  padding: 10px 0;
  text-align: center;
}
.judul-konten {
  color: #f0667b;
  padding: 20px 0 10px 0;
  text-align: center;
}
.judul-konten h3 {
  font-weight: bold;
}
.judul-w {
  color: #519BD4;
}
.icon-w {
  width: 30%;
  text-align: center;
  padding-top: 10px;
}
.icon-w i {
  font-size: 4em;
  color: #999999;
}
.icon-cctv {
  width: 4.5em;
}
.content-w {
  width: 70%;
}
.box {
  box-sizing: border-box;
  display: flex;
  height: 180px;
  padding: 10px 5px;
}
.scroll-icon-2 {
  text-align: center;
  margin: 5px 0 10px;
}
.scroll-icon-2 i {
  color: black;
}
.layer-gambar {
  width: 100%;
  padding: 5px 0;
}
.gambar-1 {
  width: 100%;
  padding: 0;
}
.layer-cover {
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  transition: transform .2s;
}
.layer-cover:hover {
  transform: scale(1.2);
  z-index: 1;
}
.cover {
  background: linear-gradient(195deg, rgba(255,255,255,0) 0%, rgb(88, 89, 91) 200%);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}
.kata {
  color: white;
  font-weight: bold;
  position: absolute;
  bottom: 5%;
  padding: 0 0 0 20px;
  letter-spacing: 1px;
}
.box-grid {
  padding: 0 5px;
}
.contain-button {
  text-align: center;
  padding: 20px 0;
}
div .nav-link {
  color: black;
}
.nav-tabs {
  padding: 10px 0;
}
.galleryb img {
  width: 100%;
}
.gal-1 {
  transition: transform .2s;
}
.gal-1:hover {
  transform: scale(1.2);
}
.box-gallery {
  padding: 0 5px 10px;
}
.col2-4 {
  width: 20%;
  padding: 0 5px 10px;
}
.box-akses {
  width: 100%;
}
.cover-a {
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgb(51, 51, 51) 150%);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  text-align: right;
  color: white;
}
.layer-cover-a {
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  transition: transform .2s;
}
.layer-cover-a:hover {
  transform: scale(1.2);
  z-index: 1;
}
.durasi { 
  font-size: 0.75em;
}
.kata-akses {
  font-size: 0.9em;
  letter-spacing: 0.7px;
  font-weight: bold;
}
.note-cover {
  position: absolute;
  bottom: 5%;
  right: 5%;
}
.footer {
  padding: 10px 0;
  font-size: 0.8em;
}
.box-yt {
  height: 400px;
}
.modal-footer button {
  width: 100%;
  text-align: center;
}
.btnpop {
  width: 100%;
}
@media only screen and (max-width: 480px) { 
  div.header {        
    height: 100%; 
  }
  h1.hsr {
    font-size: 24px;
  }
  p.h3 {
    font-size: 12px;
  } 
  .box {
    height: 300px;
  }  
  .icon-w i {
    font-size: 3.5em;
    color: #999999;
  }
  .icon-cctv {
    width: 4em;
  }
  .kata {
    font-size: 8px;
  }
  .col2-4 {
    width: 33.3333% !important;
    padding: 0 5px 10px;
  }  
  .durasi { 
    font-size: 0.3em;
  }
  .kata-akses {
    font-size: 0.5em;
    letter-spacing: 0.25px;
  }
  .box-yt {
    height: 300px;
  }
}
@media only screen and (max-width: 820px) {   
  .header-middle  {
    /* min-height: 50vh; */
  }
  .img-logo {
    width: 120px;
    height: 100%;
  }  
  h1.hsr {
    font-weight: 900;
    line-height: 1;
    letter-spacing: 1px;
    text-shadow: 2px 3px white;
  }
  .nav-head {
    text-align: center;
  }  
  .icon-w {
    width: 30%;
    text-align: center;
    padding-top: 20px;
    padding-right: 15px;
  }
  .box {
    height: 100%;
  }  
  .kata {
    padding: 0 10px;
    font-size: 10px;
  }  
  .col2-4 {
    width: 25%;
    padding: 0 5px 10px;
  }  
  .durasi { 
    font-size: 0.5em;
  }
  .kata-akses {
    font-size: 0.6em;
    letter-spacing: 0.3px;
  }
}
@media only screen and (max-width: 1200px) { 
  div.header {       
    background: url("../img/bg-hsr90.jpg") no-repeat right center;
    background-size: cover; 
    height: 100vmax; 
  }
  .layer {
    height: 100vmax; 
  }
  .img-logo {
    width: 120px;
    height: 100%;
  }    
  .media-social-li {
    color: white;
    font-size: 1.25em;
    float: left;
    padding: 0 1em;
  }  
  i.fa-circle-arrow-down {
    color: white;
    font-size: 1.5em;
  }  
  .box {
    margin: 10px 0;
  }
  .scroll-icon-2 i {
    color: black;
  }  
  .box-yt {
    height: 360px;
    padding: 0 0 10px;
  }   
}