/* Tampilan Resolusi FHD */
* {
  font-family: "Quicksand", sans-serif;
}

@media screen and (min-width: 1920px) {

  #link-kuisioner {
    position: absolute;
    margin-top:17.5vh;
    margin-left:2.5vw;
    background-color:rgb(255, 255, 255);
    width: 170px;
    height: 50px;
    font-size:1.1rem;
    text-align: center;
    padding-top:12px;
    font-weight: bold;
    border-radius: 10px;
    text-decoration: none;
    color:black;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  #link-kuisioner:hover {
    background-color:rgba(0, 0, 0, 0.452);
    transform: scale(1.05);
    /* transition: .3s ease-in-out; */
    color:white;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 6px 0 0 rgba(0, 0, 0, 0);
  }

  #body {
    /*background-image: url("../front/img/header.jpg");*/
    background-size: cover;
    z-index: 1;
  }

  #body-filter {
    z-index: 2;
    background: linear-gradient(to bottom, rgb(0, 55, 100, 1) 0%, rgba(0, 55, 100, 0) 100%);
  }

  #kotak {
    /* position: relative; */
    display: flex;
    /* background-color: rgb(55, 198, 255); */
    padding: 3% 5% 5% 5%;
    height: 70vh;
  }

  #kotak2 {
    /* position: relative; */
    display: flex;
    /* background-color: rgb(55, 198, 255); */
    padding: 3% 5% 5% 5%;
  }

  .footer {
    text-align: center;
    /* margin:0 auto; */
    position: fixed; 
    bottom: 0;
    width: 100%;
    height: 7vh;
    /* Set the fixed height of the footer here */
    line-height: 60px;
    /* Vertically center the text there */
    background-color: rgb(0, 55, 100);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    color: white;
  }

  #navbar {
    /* position: relative; */
    /* background-color: rgba(0, 0, 0, 0.5); */
    padding: 3% 3% 1% 3%;
    height: 18vh;
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
    /* background: linear-gradient(to bottom, rgba(0, 140, 255, 0.65) 0%, rgba(0, 140, 255, 0) 100%); */
    /* position: relative; */
    /* float: left; */
  }

  #logo_kemendikbud {
    width: 11vh;
    /* background-color:red; */
    margin: -0.5vh 0 0 0vw;
  }

  #center {
    /* background-color: rebeccapurple; */
    margin: auto;
    color: white;
    margin-top: 1vh;
  }

  #judul1 {
    font-size: 1.5vw;
    line-height: 3.5vh;
    /* z-index: 2; */
    /* transform: translate(0%, 0%); */
  }

  #nav-right {
    float: right;
    height: auto;
    margin: 1vh auto 0 auto;
    padding: 10px;
    position: relative;
    /* background-color: red; */
  }

  .searchbar {
    margin: 1vh 1vw auto 0;
    height: 60px;
    background-color: #fff;
    border-radius: 30px;
    padding: 10px;
  }

  .search_input {
    color: white;
    border: 0;
    outline: 0;
    background: none;
    width: 0;
    caret-color: transparent;
    line-height: 40px;
    transition: width 0.4s linear;
  }

  .searchbar:hover>.search_input {
    padding: 0 10px;
    width: 15vw;
    caret-color: #23aaf2;
    transition: width 0.4s linear;
    text-decoration: none;
    color: black;
  }

  .searchbar:hover>.search_icon {
    text-decoration: none;
    background: white;
    color: #2e82ff;
  }

  .search_icon {
    height: 40px;
    width: 40px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: rgb(0, 55, 100);
    ;
  }

  .fa {
    border-radius: 7.5px;
    padding: 10px;
    font-size: 30px;
    width: 45px;
    text-align: center;
    text-decoration: none;
    /* margin: 5px 2px; */
  }

  .fa:hover {
    /* opacity: 0.7; */
    transform: scale(1.25);
    transition: .3s ease-in-out;
    background-color: white;
  }

  .fa-facebook {
    background: #3b5998;
    color: white;
  }

  .fa-twitter {
    background: #55acee;
    color: white;
  }

  .fa-google {
    background: #dd4b39;
    color: white;
  }

  .fa-youtube {
    background: #bb0000;
    color: white;
  }

  .fa-instagram {
    background: #125688;
    color: white;
  }

  .medsos {
    text-decoration: none;
    font-family: "Quicksand", sans-serif;
    color: white;
    display: inline-block;
    /* background-color: aqua; */
    margin: 0.2% 0% 2% 0%;
    padding: 0%;
    width: 18vw;
    font-size: 1.5rem;
  }

  #konten-tengah {
    /* background-color: rgba(0, 0, 0, 0.5); */
    margin-top: 5vh;
    display: flex;
    width: 90vw;
    height: 45vh;
    padding: 0.5%;
    border-radius: 50px;
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  }

  #konten-tengah-tabel {
    /* background-color: rgba(0, 0, 0, 0.5); */
    margin-top: 2vh;
    display: flex;
    width: 90vw;
    height: 46vh;
    padding: 0.5%;
    border-radius: 50px;
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  }

  #isi-konten-tengah {
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100%;
    border-radius: 45px;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  #isi-konten-tengah-menu {
    /* overflow: hidden; */
    /* background-color: rgba(255, 255, 255, 0.9); */
    width: 100%;
    height: 100%;
    border-radius: 45px;
    margin-left: 21%;
    /* display:flex; */
  }

  #isi-konten-kiri {
    background-color: rgba(255, 255, 255, 0.9);
    width: 69.2%;
    height: 100%;
    border-radius: 50px;
    padding: 2%;
  }

  #isi-konten-kanan {
    background-color: rgba(255, 255, 255, 0.9);
    margin-left: 1.6%;
    width: 29.2%;
    height: 100%;
    border-radius: 50px;
    padding: 2%;
  }

  #konten-kiri-gambar {
    width: 100%;
    height: 90%;
    background-color: #2e82ff;
    overflow: hidden;
    /* border:2px solid #666; */
    border-radius: 30px 30px 0 0;
  }

  #konten-kiri-ket {
    width: 100%;
    height: 10%;
    /* background-color:#dd4b39; */
    /* overflow: hidden; */
    /* border:2px solid #666; */
    border-radius: 5px;
    text-align: center;
    padding: 1.5% 0 0 0;
    font-size: 1.5vw;
    font-family: 'Roboto Condensed', sans-serif;
  }

  #konten-kiri-ket:hover {
    transform: scale(1.1);
    transition: .3s ease-in-out;
    color: #55acee;
  }

  #konten-kanan-ket:hover {
    transform: scale(1.1);
    transition: .3s ease-in-out;
    color: #55acee;
  }

  #konten-kanan-gambar {
    width: 100%;
    height: 90%;
    background-color: #2e82ff;
    overflow: hidden;
    /* border:2px solid #666; */
    border-radius: 5px;
  }

  #konten-kanan-ket {
    width: 100%;
    height: 10%;
    /* background-color:#dd4b39; */
    /* overflow: hidden; */
    /* border:2px solid #666; */
    border-radius: 5px;
    text-align: center;
    padding: 4% 0 0 0;
    font-size: 1.5vw;
    font-family: 'Roboto Condensed', sans-serif;
  }

  #konten-1 {
    /* background-color: rgba(0, 0, 0, 0.5); */
    width: 33vw;
    height: 100%;
    border-radius: 50px 0px 0px 50px;
    padding: 0.5%;
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  }

  #konten-2 {
    /* background-color: rgba(0, 0, 0, 0.5); */
    width: 33vw;
    height: 100%;
    /* margin: 0 0 0 4.5vw; */
    /* border-radius: 10px; */
    padding: 0.5%;
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  }

  #konten-3 {
    /* background-color: rgba(0, 0, 0, 0.5); */
    width: 33vw;
    height: 100%;
    /* margin: 0 0 0 4.5vw; */
    border-radius: 0px 50px 50px 0px;
    padding: 0.5%;
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  }

  #konten-1-utama {
    /* background-color: rgba(0, 0, 0, 0.5); */
    width: 31vw;
    height: 100%;
    border-radius: 50px 0px 0px 50px;
    padding: 0.5%;
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  }

  #konten-2-utama {
    /* background-color: rgba(0, 0, 0, 0.5); */
    width: 38vw;
    height: 100%;
    /* margin: 0 0 0 4.5vw; */
    /* border-radius: 10px; */
    padding: 0.5%;
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  }

  #konten-3-utama {
    /* background-color: rgba(0, 0, 0, 0.5); */
    width: 31vw;
    height: 100%;
    /* margin: 0 0 0 4.5vw; */
    border-radius: 0px 50px 50px 0px;
    padding: 0.5%;
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  }

  #isi-konten-galeri-1 {
    overflow: hidden;
    border-radius: 50px;
    /* padding:2%; */
    width: 100%;
    height: 100%;
    background-size: cover;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    /* background-image: url("../images/header1.jpg"); */
    /* background-color: rgba(47, 57, 196, 0.308); */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  #isi-konten-galeri-filter {
    font-size: 2vw;
    font-family: "Quicksand", sans-serif;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    padding-top: 35%;
    border-radius: 50px;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgb(0, 55, 100, 1) 0%, rgba(0, 55, 100, 0) 100%);
    /* background-color: rgba(0, 0, 0, 0.5); */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    /* filter: blur(20px); */
    border: 5px solid #fff;
  }

  #isi-konten-galeri-1:hover {
    transform: scale(1.02);
    transition: .3s ease-in-out;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    border-radius: 0px;
  }

  #isi-konten-galeri-filter:hover {
    transition: .3s ease-in-out;
    font-size: 2.25vw;
    color: #ffffff;
    border-radius: 0px;
    background: linear-gradient(to bottom, rgb(0, 55, 100, 1) 0%, rgba(0, 55, 100, 0) 0%);
    border: 5px solid rgb(255, 255, 255);
  }

  #isi-konten-galeri-foto-1 {
    overflow: hidden;
    display: flex;
    border-radius: 50px;
    width: 100%;
    height: 49%;
    background-size: cover;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    /* background-image: url("../front/img/header.jpg"); */
    /* background-color: #55acee; */
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  }

  #isi-konten-galeri-foto-1-filter {
    font-size: 2vw;
    font-family: "Quicksand", sans-serif;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    padding-top: 13%;
    border-radius: 50px;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.5); */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    /* filter: blur(20px); */
    background: linear-gradient(to bottom, rgb(0, 55, 100, 1) 0%, rgba(0, 55, 100, 0) 100%);
    border: 5px solid #fff;

  }

  #isi-konten-galeri-foto-1:hover {
    transform: scale(1.02);
    transition: .3s ease-in-out;
    color: #55acee;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    border-radius: 0px;
  }

  #isi-konten-galeri-foto-1-filter:hover {
    transition: .3s ease-in-out;
    font-size: 2.15vw;
    color: #ffffff;
    border-radius: 0px;
    border: 5px solid #fff;
    background: linear-gradient(to bottom, rgb(0, 55, 100, 1) 0%, rgba(0, 55, 100, 0) 0%);
  }

  #isi-konten-galeri-foto-2 {
    overflow: hidden;
    margin-top: 2%;
    display: flex;
    border-radius: 50px;
    width: 100%;
    height: 49%;
    background-size: cover;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    /* background-image: url("../front/img/header.jpg"); */
    /* background-color: #55acee; */
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  }

  #isi-konten-galeri-foto-2-filter {
    font-size: 2vw;
    font-family: "Quicksand", sans-serif;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    padding-top: 13%;
    border-radius: 50px;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgb(0, 55, 100, 1) 0%, rgba(0, 55, 100, 0) 100%);
    /* background-color: rgba(0, 0, 0, 0.5); */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    /* filter: blur(20px); */
    border: 5px solid #fff;
  }

  #isi-konten-galeri-foto-2:hover {
    transform: scale(1.02);
    transition: .3s ease-in-out;
    color: #55acee;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    border-radius: 0px;
  }

  #isi-konten-galeri-foto-2-filter:hover {
    transition: .3s ease-in-out;
    font-size: 2.15vw;
    color: #ffffff;
    border-radius: 0px;
    border: 5px solid #fff;
    background: linear-gradient(to bottom, rgb(0, 55, 100, 1) 0%, rgba(0, 55, 100, 0) 0%);
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
  }

  #isi-konten-1-3 {
    border-radius: 50px;
    width: 100%;
    height: 100%;
    /* background-color:antiquewhite; */
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  }

  #isi-konten-1-denah {
    border-radius: 40px;
    width: 100%;
    height: 100%;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  #isi-konten-2 {
    border-radius: 5px;
    width: 100%;
    height: 100%;
    /* background-color:antiquewhite; */
  }

  #isi-konten-2-denah {
    border-radius: 40px;
    width: 100%;
    height: 100%;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  #isi-konten-2-a-reverse {
    margin-top: 2%;
    display: flex;
    border-radius: 50px;
    width: 100%;
    height: 49%;
    background-color: #55acee;
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  }

  #isi-konten-2-a-3 {
    display: flex;
    border-radius: 10px;
    width: 100%;
    height: 49%;
    /* background-color:#55acee; */
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  }

  #isi-konten-2-utama {
    display: flex;
    border-radius: 30px;
    width: 100%;
    height: 49%;
    background-color: #fff;
    overflow: hidden;
    background: linear-gradient(to bottom, rgb(0, 29, 53) 0%, rgba(255, 255, 255, 0.507) 100%);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  #isi-konten-2-b {
    display: flex;
    margin-top: 2%;
    border-radius: 5px;
    width: 100%;
    height: 49%;
    /* background-color: #dd4b39; */
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  }

  #isi-konten-2-b-reverse {
    display: flex;
    /* margin-top: 2%; */
    border-radius: 5px;
    width: 100%;
    height: 49%;
    /* background-color: #dd4b39; */
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  }

  #isi-konten-2-b-1 {
    overflow: hidden;
    border-radius: 50px;
    width: 49%;
    height: 100%;
    /* background-image: url("../front/img/header.jpg"); */
    background-size: cover;
    background-color: black;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  #isi-konten-2-b-1:hover {
    transform: scale(1.1);
    transition: .3s ease-in-out;
    /* background-color: white; */
    border: 4px solid #fff;
  }

  #isi-konten-2-b-1-utama {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.3rem;
    padding: 3.25vh 2vw 0 2vw;
    text-align: center;
    overflow: hidden;
    border-radius: 30px;
    /* width: 49%; */
    width: 90%;
    height: 100%;
    /* background-image: url("../images/header.jpg"); */
    background-size: cover;
    /* background-color: #fff; */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: white;
    color: rgb(0, 55, 100);
  }

  #isi-konten-2-b-1-utama:hover {
    /* transition: .3s; */
    color: white;
    /* border: 5px solid #fff; */
    background-color: rgba(0, 0, 0, 0.5);
    /* background-color: rgb(0, 55, 100); */
    /* background-color: rgba(0, 0, 0, 0); */
  }

  #isi-konten-galeri-foto-square-1 {
    overflow: hidden;
    border-radius: 50px;
    width: 49%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    height: 100%;
    /* background-image: url("../front/img/header.jpg"); */
    background-size: cover;
    /* background-color: #fff; */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  #isi-konten-galeri-foto-square-1-filter {
    font-size: 1vw;
    font-family: "Quicksand", sans-serif;
    /* font-family: 'Roboto Condensed', sans-serif; */
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    padding-top: 33%;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgb(0, 55, 100, 1) 0%, rgba(0, 55, 100, 0) 100%);
    /* background-color: rgba(0, 0, 0, 0.5); */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    /* filter: blur(20px); */
    border-radius: 50px;
    border: 5px solid #fff;
  }

  #isi-konten-galeri-foto-square-1:hover {
    transform: scale(1.02);
    transition: .3s ease-in-out;
    color: #55acee;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    border-radius: 0px;
  }

  #isi-konten-galeri-foto-square-1-filter:hover {
    transition: .3s ease-in-out;
    font-size: 1.15vw;
    color: #ffffff;
    border-radius: 0px;
    border: 5px solid #fff;
    background: linear-gradient(to bottom, rgb(0, 55, 100, 1) 0%, rgba(0, 55, 100, 0) 0%);
  }

  #isi-konten-galeri-foto-square-2 {
    margin-left: 2%;
    overflow: hidden;
    border-radius: 50px;
    width: 49%;
    height: 100%;
    /* background-image: url("../front/img/header.jpg"); */
    background-size: cover;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    /* background-color: #fff; */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  #isi-konten-galeri-foto-square-2-filter {
    font-size: 1vw;
    /* font-family: 'Roboto Condensed', sans-serif; */
    font-family: "Quicksand", sans-serif;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    padding-top: 33%;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgb(0, 55, 100, 1) 0%, rgba(0, 55, 100, 0) 100%);
    /* background-color: rgba(0, 0, 0, 0.5); */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    /* filter: blur(20px); */
    border-radius: 50px;
    border: 5px solid #fff;
  }

  #isi-konten-galeri-foto-square-2:hover {
    transform: scale(1.02);
    transition: .3s ease-in-out;
    color: #55acee;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    border-radius: 0px;
  }

  #isi-konten-galeri-foto-square-2-filter:hover {
    transition: .3s ease-in-out;
    font-size: 1.15vw;
    color: #ffffff;
    border-radius: 0px;
    border: 5px solid #fff;
    background: linear-gradient(to bottom, rgb(0, 55, 100, 1) 0%, rgba(0, 55, 100, 0) 0%);
  }

  #isi-konten-2-b-2 {
    overflow: hidden;
    margin-left: 2%;
    border-radius: 50px;
    width: 49%;
    height: 100%;
    background-size: cover;
    /* background-image: url("../front/img/header.jpg"); */
    background-color: black;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  #isi-konten-2-b-2:hover {
    transform: scale(1.1);
    transition: .3s ease-in-out;
    /* background-color: white;  } */
    border: 4px solid #fff;
  }

  #isi-konten-2-b-2-utama {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.3rem;
    padding: 3.25vh 2vw 0 2vw;
    text-align: center;
    overflow: hidden;
    margin-left: -6%;
    border-radius: 30px;
    /* width: 49%; */
    width: 100%;
    height: 100%;
    background-size: cover;
    /* background-image: url("../images/header.jpg"); */
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    color: rgb(0, 55, 100);
  }

  #isi-konten-2-b-2-utama:hover {
    /* transition: .3s; */
    color: white;
    /* border: 5px solid #fff; */
    background-color: rgba(0, 0, 0, 0.5);
  }

  #isi-konten-2-b-3-utama {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.3rem;
    padding: 3.25vh 2vw 0 2vw;
    text-align: center;
    overflow: hidden;
    margin-left: 0%;
    border-radius: 30px;
    /* width: 49%; */
    width: 100%;
    height: 100%;
    background-size: cover;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    color: rgb(0, 55, 100);
  }

  /*#isi-konten-2-b-3-utama:hover {
    background-color: rgba(0, 0, 0, 0.5);
  }*/

  #isi-konten-2-b-3-utama:hover #a {
    color: rgb(255, 255, 255);
  }

  #isi-konten-2-b-3-utama:hover {
    /* transition: .3s; */
    color: white;
    /* border: 5px solid #fff; */
    background-color: rgba(0, 0, 0, 0.5);
    /* background-color: rgb(0, 55, 100); */
  }

  #isi-konten-3 {
    border-radius: 5px;
    width: 100%;
    height: 100%;
    /* background-color:antiquewhite; */
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  }

  #isi-konten-3-dashboard {
    border-radius: 30px;
    width: 100%;
    height: 100%;
    background-color:white;
    padding:3%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  #isi-konten-3-denah {
    border-radius: 40px;
    width: 100%;
    height: 100%;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  .example_e {
    /* border: 2px solid #2e82ff; */
    background: #fff;
    font-weight: 700 !important;
    color: #2e82ff !important;
    padding: 20px 50px 20px 50px;
    text-transform: uppercase;
    border-radius: 30px;
    display: inline-block;
    /* transition: all 0.3s ease 0s; */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  .example_e:hover {
    color: #fff !important;
    font-weight: 700 !important;
    /* letter-spacing: 3px; */
    border-radius: 30px;
    background: #2e82ff;
    text-decoration: none;
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
    /* transition: all 0.3s ease 0s; */
    /* transform: scale(1.05); */
    /* transition: .3s ease-in-out; */
  }

  #button_kirim {
    padding: 1vh 0 0 0;
    text-align: center;
    height: 1vh;
    /* background-color:aquamarine; */
  }

  #button_kirim2 {
    margin-bottom: 10%;
    text-align: center;
    height: auto;
    padding: 4vh 0 0 0;
    /* background-color:aquamarine; */
  }

  #isi-konten-2-b-4 {
    /* margin-left: 2%; */
    border-radius: 5px;
    width: 100%;
    height: 100%;
    /* background-color:violet; */
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  }

  #isi-konten-2-c-4 {
    margin-left: 2%;
    border-radius: 5px;
    width: 49%;
    height: 100%;
    /* background-color:blue; */
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  }


  #isi-konten-2-b-4-1 {
    /* margin-left: 2%; */
    margin-bottom: 1.5%;
    border-radius: 5px;
    width: 100%;
    height: 48.5%;
    /* background-color: red; */
    display: flex;
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  }

  #isi-konten-2-b-4-1-utama {
    /* margin-left: 2%; */
    margin-bottom: 1.5%;
    border-radius: 30px;
    width: 100%;
    height: 48.5%;
    background-color: white;
    display: flex;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  #isi-konten-2-b-4-2 {
    /* margin-left: 2%; */
    margin-top: 1.5%;
    border-radius: 30px;
    width: 100%;
    height: 48.5%;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  #isi-konten-2-b-4-2-utama {
    /* margin-left: 2%; */
    padding: 2vh;
    border-radius: 30px;
    width: 100%;
    height: 48.5%;
    background-color: white;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  #slider-utama {
    width: 100%;
    min-height: 8.25vh;
    background-color: dimgrey;
  }


  #isi-konten-2-b-4-1-1 {
    /* margin-left: 2%; */
    margin-bottom: 1.5%;
    border-radius: 20px;
    width: 100%;
    height: 10vh;
    background-color: white;
    display: flex;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    overflow: hidden;
  }

  #isi-konten-2-b-4-2-2 {
    /* margin-left: 2%; */
    margin-top: 1vh;
    border-radius: 20px;
    width: 100%;
    height: 10vh;
    display: flex;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    overflow: hidden;
  }

  #isi-konten-2-b-4-1-3 {
    /* margin-left: 2%; */
    margin-top: 1vh;
    border-radius: 20px;
    width: 100%;
    height: 10vh;
    background-color: white;
    display: flex;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    overflow: hidden;
  }

  #isi-konten-2-b-4-2-4 {
    /* margin-left: 2%; */
    margin-top: 1vh;
    border-radius: 20px;
    width: 100%;
    height: 10vh;
    display: flex;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    overflow: hidden;
  }

  #isi-konten-2-b-4-2-5 {
    /* margin-left: 2%; */
    margin-top: 1vh;
    border-radius: 20px;
    width: 100%;
    height: 10vh;
    display: flex;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    overflow: hidden;
  }

  #isi-konten-2-b-4-foto {
    /* margin-left: 2%; */
    margin-bottom: 1.5%;
    border-radius: 20%;
    width: 22%;
    height: 100%;
    padding: 2%;
    /* background-color: red; */
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  }

  #profil-foto {
    background-size: cover;
    background-position: 100% -10px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    /* background-color: yellow; */
    /* background-image: url("../assets/images/avatar.jpg"); */
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  }

  #profil-foto:hover {
    transform: scale(1.3);
    transition: .3s ease-in-out;
    border-radius: 0;
    margin: 0 0 0 -0.5vw;
  }

  .nama_pejabat {
    margin: 1.25vh 0 0 0;
    /* background-color: violet; */
    width: 100%;
    height: 3vh;
    font-size: 1.2rem;
    font-family: "Quicksand", sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    color: dodgerblue;
  }

  .jabatan {
    /* background-color: rgb(121, 14, 121); */
    width: 100%;
    height: 3vh;
    font-size: 1rem;
    font-family: "Quicksand", sans-serif;
    font-weight: bold;
    font-style: italic;
  }

  .kehadiran {
    border-radius: 10px 0 0 10px;
    background-color: rgb(0, 192, 0);
    width: 100%;
    color: white;
    /* height: 3vh; */
    font-size: 0.75rem;
    font-family: "Quicksand", sans-serif;
    text-transform: uppercase;
    float: right;
    text-align: right;
    padding: 0vh 2vw 0 0;
    font-weight: 900;
  }

  #isi-konten-2-b-4-teks {
    margin-left: 2%;
    margin-bottom: 1 1.5%;
    border-radius: 5px;
    width: 76%;
    height: 100%;
    /* text-align: center; */
    /* background-color: blue; */
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  }

  #isi-konten-2-a-4 {
    background-color: white;
    width: 49%;
    height: 100%;
    border-radius: 30px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  #isi-konten-2-a-utama {
    /* background-color: teal; */
    width: 30vh;
    font-size: 1.7rem;
    font-weight: 900;
    color: white;
    padding: 3vh 0 0 2.5vw;
    font-family: 'Roboto Condensed', sans-serif;
    /* font-family: "Quicksand", sans-serif; */
    /* height: 10vh; */
    border-radius: 5px;
    z-index: 2;
    position: absolute;
    text-transform: uppercase;
  }

  #isi-konten-2-b-utama {
    width: 100%;
    height: 100%;
    border-radius: 500px 0 0 0;
    z-index: 1;
    margin-left: 13vw;
    background-size: cover;
    background-position: center;
  }


  #isi-konten-2-b-utama:hover {
    border-radius: 0 0 0 0;
    z-index: 1;
    margin-left: 0vw;
    background-size: cover;
    background-position: center;
    transition: .3s;
  }

  /**
 * Simple fade transition,
 */
  .mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }

  .mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
  }

  .mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
  }

  .mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }

  .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
  }

  .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
  }


  .col-md-3 {
    display: inline-block;
    margin-left: -4px;
  }

  .col-md-3 img {
    width: 100%;
    height: auto;
  }

  body .carousel-indicators li {
    background-color: black;
    bottom: -1vh;
  }

  body .carousel-indicators {
    bottom: 0;
  }

  body .carousel-control-prev-icon,
  body .carousel-control-next-icon {
    background-color: black;
  }

  body .no-padding {
    padding-left: 0;
    padding-right: 0;
  }

  #isi-konten-atas-menu {
    width: 100%;
    height: 20.7vh;
    /* background-color:green; */
    display: flex;
    border-radius: 45px;
  }

  #isi-konten-bawah-menu {
    width: 100%;
    height: 20.7vh;
    /* background-color:lightgoldenrodyellow; */
    display: flex;
    margin-top: 2vh;
    border-radius: 45px;
  }

  .konten-menu-atas {
    width: 12vw;
    height: 20.7vh;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    color: black;
    background-color: white;
    margin-left: 1vw;
    border-radius: 45px;
    text-align: center;
    overflow: hidden;
  }

  .konten-menu-atas-pinggir {
    width: 12vw;
    height: 20.7vh;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    color: black;
    background-color: white;
    border-radius: 45px;
    text-align: center;
    /* overflow: hidden; */
  }

  .konten-menu-bawah {
    width: 12vw;
    height: 20.7vh;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    color: black;
    background-color: white;
    margin-left: 1vw;
    border-radius: 45px;
    text-align: center;
    overflow: hidden;
  }


  .konten-menu-bawah-pinggir {
    width: 12vw;
    height: 20.7vh;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    color: black;
    background-color: white;
    border-radius: 45px;
    text-align: center;
    overflow: hidden;
  }

  .konten-menu-atas-pinggir:hover {
    transform: scale(1.05);
    transition: .3s ease-in-out;
    background-color: white;
  }

  .konten-menu-bawah-pinggir:hover {
    transform: scale(1.05);
    transition: .3s ease-in-out;
    background-color: white;
  }

  .konten-menu-atas:hover {
    transform: scale(1.05);
    transition: .3s ease-in-out;
    background-color: white;
  }

  .konten-menu-bawah:hover {
    transform: scale(1.05);
    transition: .3s ease-in-out;
    background-color: white;
  }

  .icon-menunya {
    margin: 0 auto;
    /* background-color:lightgreen; */
    width: 8vw;
    height: 11.5vh;
    margin-top: 2.5vh;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }

  .icon-menunya:hover {
    transition: .3s ease-in-out;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }

  .ket-menunya {
    line-height: 2vh;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 auto;
    /* background-color:lavenderblush; */
    width: 8vw;
    height: 7vh;
    padding-top: 1.5vh;
    font-family: 'Roboto Condensed', sans-serif;
  }

  .ket-menunya:hover {
    transition: .3s ease-in-out;
    color: red;
  }

  h1 {
    font-size: 3em;
    font-weight: 300;
    line-height: 1em;
    text-align: center;
    color: #4DC3FA;
  }

  h2 {
    font-size: 1em;
    font-weight: 300;
    text-align: center;
    display: block;
    line-height: 1em;
    padding-bottom: 2em;
    color: #FB667A;
  }

  h2 a {
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(102, 104, 251);
    text-decoration: none;
  }

  .blue {
    color: #185875;
  }

  .yellow {
    color: #FFF842;
  }

  .containers th h1 {
    font-weight: bold;
    font-size: 1em;
    text-align: left;
    color: #000000;
  }

  .containers td {
    font-weight: normal;
    font-size: 1rem;
    -webkit-box-shadow: 0 2px 2px -2px #0E1119;
    -moz-box-shadow: 0 2px 2px -2px #0E1119;
    box-shadow: 0 2px 2px -2px #0E1119;
  }

  .containers {
    text-align: left;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    display: table;
    padding: 0 0 8em 0;
  }

  .containers td,
  .containers th {
    padding-bottom: 2%;
    padding-top: 2%;
    padding-left: 2%;
    color: white;
  }

  /* Background-color of the odd rows */
  .containers tr:nth-child(odd) {
    background-color: rgb(0, 54, 163);
  }

  /* Background-color of the even rows */
  .containers tr:nth-child(even) {
    background-color: rgb(2, 22, 70);
  }

  .containers th {
    background-color: rgb(255, 255, 255);
  }

  .containers td:first-child {
    color: rgb(255, 255, 255);
  }

  .containers tr:hover {
    background-color: #464A52;
    -webkit-box-shadow: 0 6px 6px -6px #0E1119;
    -moz-box-shadow: 0 6px 6px -6px #0E1119;
    box-shadow: 0 6px 6px -6px #0E1119;
  }

  .containers td:hover {
    background-color: rgb(66, 132, 255);
    color: #403E10;
    font-weight: bold;

    box-shadow: rgb(33, 50, 127) -1px 1px, rgb(33, 50, 127) -2px 2px, rgb(33, 50, 127) -3px 3px, rgb(33, 50, 127) -4px 4px, rgb(33, 50, 127) -5px 5px, rgb(33, 50, 127) -6px 6px;
    transform: translate3d(6px, -6px, 0);

    transition-delay: 0s;
    transition-duration: 0.4s;
    transition-property: all;
    transition-timing-function: line;
  }

  #a {
    font-family: 'Roboto Condensed', sans-serif;
    text-decoration: none;
    color: black;
  }

  #a:hover {
    font-family: 'Roboto Condensed', sans-serif;
    text-decoration: none;
    color: white;
  }

  #isi-konten-2-b-4-1-1-4row {
    /* margin-left: 2%; */
    margin-bottom: 1.5%;
    border-radius: 20px;
    width: 100%;
    height: 48.5%;
    background-color: white;
    display: flex;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    overflow: hidden;
  }

  #isi-konten-2-b-4-foto-4row {
    /* margin-left: 2%; */
    margin-bottom: 1.5%;
    border-radius: 20px;
    width: 27%;
    height: 100%;
    padding: 2%;
    /* background-color: white; */
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  }

  #profil_foto-4row {
    background-size: cover;
    background-position: center;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 20%;
    /* background-color: yellow; */
    /* background-image: url("../assets/images/avatar.jpg"); */
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  }

  #isi-konten-2-b-4-teks-4row {
    margin-left: 2%;
    margin-bottom: 1 1.5%;
    border-radius: 5px;
    width: 71%;
    height: 100%;
    /* text-align: center; */
    /* background-color: blue; */
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  }

  .nama_pejabat-4row {
    margin: 3.5vh 0 0 0;
    /* background-color: violet; */
    width: 100%;
    height: 3vh;
    font-size: 1.25rem;
    font-family: "Quicksand", sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    color: dodgerblue;
  }

  .jabatan-4row {
    /* background-color: rgb(121, 14, 121); */
    width: 100%;
    height: 3vh;
    font-size: 1rem;
    font-family: "Quicksand", sans-serif;
    font-weight: bold;
    font-style: italic;
  }

  .kehadiran-4row {
    border-radius: 10px 0 0 10px;
    background-color: rgb(0, 192, 0);
    width: 100%;
    color: white;
    /* height: 3vh; */
    font-size: 0.75rem;
    font-family: "Quicksand", sans-serif;
    text-transform: uppercase;
    float: right;
    text-align: right;
    padding: 0vh 2vw 0 0;
    font-weight: 900;
  }

  #isi-konten-2-b-4-2-2-4row {
    /* margin-left: 2%; */
    margin-top: 1.5%;
    border-radius: 20px;
    width: 100%;
    height: 48.5%;
    display: flex;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    overflow: hidden;
  }




}


























/* Tampilan Resolusi HD */
@media screen and (max-width: 1919px) and (min-width: 1366px) {

  #body {
    background-image: url("../images/header.jpg");
    background-size: cover;
    z-index: 1;
  }

  #body-filter {
    z-index: 2;
    background: linear-gradient(to bottom, rgb(0, 55, 100, 1) 0%, rgba(0, 55, 100, 0) 100%);
  }

  #kotak {
    /* position: relative; */
    display: flex;
    /* background-color: rgb(55, 198, 255); */
    padding: 3% 5% 5% 5%;
    height: 70vh;
  }

  #kotak2 {
    /* position: relative; */
    display: flex;
    /* background-color: rgb(55, 198, 255); */
    padding: 3% 5% 4% 5%;
  }

  .footer {
    text-align: center;
    /* margin:0 auto; */
    /* position: absolute; */
    bottom: 0;
    width: 100%;
    height: 11vh;
    /* Set the fixed height of the footer here */
    line-height: 60px;
    /* Vertically center the text there */
    background-color: rgb(0, 55, 100);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    color: white;
  }

  #navbar {
    /* position: relative; */
    /* background-color: rgba(0, 0, 0, 0.5); */
    padding: 3% 3% 1% 3%;
    height: 18vh;
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
    /* background: linear-gradient(to bottom, rgba(0, 140, 255, 0.65) 0%, rgba(0, 140, 255, 0) 100%); */
    /* position: relative; */
    /* float: left; */
  }

  #logo_kemendikbud {
    width: 11vh;
    /* background-color:red; */
    margin: -0.5vh 0 0 1vw;
  }

  #center {
    /* background-color: rebeccapurple; */
    margin: auto;
    color: white;
    margin-top: 1vh;
  }

  #judul1 {
    font-size: 1.5vw;
    line-height: 3.5vh;
    /* z-index: 2; */
    /* transform: translate(0%, 0%); */
  }

  #nav-right {
    float: right;
    height: auto;
    margin: 1vh auto 0 auto;
    padding: 10px;
    position: relative;
    /* background-color: red; */
  }

  .searchbar {
    margin: 1vh 1vw auto 0;
    height: 60px;
    background-color: #fff;
    border-radius: 30px;
    padding: 10px;
  }

  .search_input {
    color: white;
    border: 0;
    outline: 0;
    background: none;
    width: 0;
    caret-color: transparent;
    line-height: 40px;
    transition: width 0.4s linear;
  }

  .searchbar:hover>.search_input {
    padding: 0 10px;
    width: 13vw;
    caret-color: #23aaf2;
    transition: width 0.4s linear;
    text-decoration: none;
    color: black;
  }

  .searchbar:hover>.search_icon {
    text-decoration: none;
    background: white;
    color: #2e82ff;
  }

  .search_icon {
    height: 40px;
    width: 40px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: rgb(0, 55, 100);
    ;
  }

  .fa {
    border-radius: 7.5px;
    padding: 10px;
    font-size: 30px;
    width: 45px;
    text-align: center;
    text-decoration: none;
    /* margin: 5px 2px; */
  }

  .fa:hover {
    /* opacity: 0.7; */
    transform: scale(1.15);
    transition: .3s ease-in-out;
    background-color: white;
  }

  .fa-facebook {
    background: #3b5998;
    color: white;
  }

  .fa-twitter {
    background: #55acee;
    color: white;
  }

  .fa-google {
    background: #dd4b39;
    color: white;
  }

  .fa-youtube {
    background: #bb0000;
    color: white;
  }

  .fa-instagram {
    background: #125688;
    color: white;
  }

  .medsos {
    text-decoration: none;
    font-family: "Quicksand", sans-serif;
    color: white;
    display: inline-block;
    /* background-color: aqua; */
    margin: 1.5% 0% 2% 0%;
    padding: 0%;
    width: 18vw;
    font-size: 1.1rem;
  }

  #konten-tengah {
    /* background-color: rgba(0, 0, 0, 0.5); */
    margin-top: 5vh;
    display: flex;
    width: 90vw;
    height: 45vh;
    padding: 0.5%;
    border-radius: 50px;
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  }

  #konten-tengah-tabel {
    /* background-color: rgba(0, 0, 0, 0.5); */
    margin-top: 0vh;
    display: flex;
    width: 90vw;
    height: 48vh;
    padding: 0.5%;
    border-radius: 50px;
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  }

  #isi-konten-tengah {
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100%;
    border-radius: 45px;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  #isi-konten-tengah-menu {
    /* overflow: hidden; */
    /* background-color: rgba(255, 255, 255, 0.9); */
    width: 100%;
    height: 100%;
    border-radius: 45px;
    /* display:flex; */
  }

  #isi-konten-kiri {
    background-color: rgba(255, 255, 255, 0.9);
    width: 69.2%;
    height: 100%;
    border-radius: 50px;
    padding: 2%;
  }

  #isi-konten-kanan {
    background-color: rgba(255, 255, 255, 0.9);
    margin-left: 1.6%;
    width: 29.2%;
    height: 100%;
    border-radius: 50px;
    padding: 2%;
  }

  #konten-kiri-gambar {
    width: 100%;
    height: 90%;
    /* background-color: #2e82ff; */
    overflow: hidden;
    /* border:2px solid #666; */
    border-radius: 30px 30px 0 0;
  }

  #konten-kiri-ket {
    width: 100%;
    height: 10%;
    /* background-color:#dd4b39; */
    /* overflow: hidden; */
    /* border:2px solid #666; */
    border-radius: 5px;
    text-align: center;
    padding: 1.5% 0 0 0;
    font-size: 1.5vw;
    font-family: 'Roboto Condensed', sans-serif;
  }

  #konten-kiri-ket:hover {
    transform: scale(1.1);
    transition: .3s ease-in-out;
    color: #55acee;
  }

  #konten-kanan-ket:hover {
    transform: scale(1.1);
    transition: .3s ease-in-out;
    color: #55acee;
  }

  #konten-kanan-gambar {
    width: 100%;
    height: 90%;
    /* background-color: #2e82ff; */
    overflow: hidden;
    /* border:2px solid #666; */
    border-radius: 5px;
  }

  #konten-kanan-ket {
    width: 100%;
    height: 10%;
    /* background-color:#dd4b39; */
    /* overflow: hidden; */
    /* border:2px solid #666; */
    border-radius: 5px;
    text-align: center;
    padding: 4% 0 0 0;
    font-size: 1.5vw;
    font-family: 'Roboto Condensed', sans-serif;
  }

  #konten-1 {
    /* background-color: rgba(0, 0, 0, 0.5); */
    width: 33vw;
    height: 100%;
    border-radius: 50px 0px 0px 50px;
    padding: 0.5%;
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  }

  #konten-2 {
    /* background-color: rgba(0, 0, 0, 0.5); */
    width: 33vw;
    height: 100%;
    /* margin: 0 0 0 4.5vw; */
    /* border-radius: 10px; */
    padding: 0.5%;
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  }

  #konten-3 {
    /* background-color: rgba(0, 0, 0, 0.5); */
    width: 33vw;
    height: 100%;
    /* margin: 0 0 0 4.5vw; */
    border-radius: 0px 50px 50px 0px;
    padding: 0.5%;
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  }

  #konten-1-utama {
    /* background-color: rgba(0, 0, 0, 0.5); */
    width: 31vw;
    height: 100%;
    border-radius: 50px 0px 0px 50px;
    padding: 0.5%;
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  }

  #konten-2-utama {
    /* background-color: rgba(0, 0, 0, 0.5); */
    width: 38vw;
    height: 100%;
    /* margin: 0 0 0 4.5vw; */
    /* border-radius: 10px; */
    padding: 0.5%;
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  }

  #konten-3-utama {
    /* background-color: rgba(0, 0, 0, 0.5); */
    width: 31vw;
    height: 55.25vh;
    /* margin: 0 0 0 4.5vw; */
    border-radius: 0px 50px 50px 0px;
    padding: 0.5%;
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  }

  #isi-konten-galeri-1 {
    overflow: hidden;
    border-radius: 50px;
    /* padding:2%; */
    width: 100%;
    height: 100%;
    background-size: cover;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    /* background-image: url("../images/header1.jpg"); */
    /* background-color: rgba(47, 57, 196, 0.308); */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  #isi-konten-galeri-filter {
    font-size: 2vw;
    font-family: "Quicksand", sans-serif;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    padding-top: 35%;
    border-radius: 50px;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgb(0, 55, 100, 1) 0%, rgba(0, 55, 100, 0) 100%);
    /* background-color: rgba(0, 0, 0, 0.5); */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    /* filter: blur(20px); */
    border: 5px solid #fff;
  }

  #isi-konten-galeri-1:hover {
    transform: scale(1.02);
    transition: .3s ease-in-out;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    border-radius: 0px;
  }

  #isi-konten-galeri-filter:hover {
    transition: .3s ease-in-out;
    font-size: 2.25vw;
    color: #ffffff;
    border-radius: 0px;
    background: linear-gradient(to bottom, rgb(0, 55, 100, 1) 0%, rgba(0, 55, 100, 0) 0%);
    border: 5px solid rgb(255, 255, 255);
  }

  #isi-konten-galeri-foto-1 {
    overflow: hidden;
    display: flex;
    border-radius: 50px;
    width: 100%;
    height: 49%;
    background-size: cover;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    /* background-image: url("../images/header.jpg"); */
    /* background-color: #55acee; */
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  }

  #isi-konten-galeri-foto-1-filter {
    font-size: 2vw;
    font-family: "Quicksand", sans-serif;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    padding-top: 13%;
    border-radius: 50px;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.5); */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    /* filter: blur(20px); */
    background: linear-gradient(to bottom, rgb(0, 55, 100, 1) 0%, rgba(0, 55, 100, 0) 100%);
    border: 5px solid #fff;

  }

  #isi-konten-galeri-foto-1:hover {
    transform: scale(1.02);
    transition: .3s ease-in-out;
    color: #55acee;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    border-radius: 0px;
  }

  #isi-konten-galeri-foto-1-filter:hover {
    transition: .3s ease-in-out;
    font-size: 2.15vw;
    color: #ffffff;
    border-radius: 0px;
    border: 5px solid #fff;
    background: linear-gradient(to bottom, rgb(0, 55, 100, 1) 0%, rgba(0, 55, 100, 0) 0%);
  }

  #isi-konten-galeri-foto-2 {
    overflow: hidden;
    margin-top: 2%;
    display: flex;
    border-radius: 50px;
    width: 100%;
    height: 49%;
    background-size: cover;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    /* background-image: url("../images/header.jpg"); */
    /* background-color: #55acee; */
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  }

  #isi-konten-galeri-foto-2-filter {
    font-size: 2vw;
    font-family: "Quicksand", sans-serif;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    padding-top: 13%;
    border-radius: 50px;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgb(0, 55, 100, 1) 0%, rgba(0, 55, 100, 0) 100%);
    /* background-color: rgba(0, 0, 0, 0.5); */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    /* filter: blur(20px); */
    border: 5px solid #fff;
  }

  #isi-konten-galeri-foto-2:hover {
    transform: scale(1.02);
    transition: .3s ease-in-out;
    color: #55acee;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    border-radius: 0px;
  }

  #isi-konten-galeri-foto-2-filter:hover {
    transition: .3s ease-in-out;
    font-size: 2.15vw;
    color: #ffffff;
    border-radius: 0px;
    border: 5px solid #fff;
    background: linear-gradient(to bottom, rgb(0, 55, 100, 1) 0%, rgba(0, 55, 100, 0) 0%);
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
  }

  #isi-konten-1-3 {
    border-radius: 50px;
    width: 100%;
    height: 55.25vh;
    /* background-color:antiquewhite; */
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  }

  #isi-konten-1-denah {
    border-radius: 40px;
    width: 100%;
    height: 100%;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  #isi-konten-2 {
    border-radius: 5px;
    width: 100%;
    height: 100%;
    /* background-color:antiquewhite; */
  }

  #isi-konten-2-denah {
    border-radius: 40px;
    width: 100%;
    height: 100%;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  #isi-konten-2-a-reverse {
    margin-top: 2%;
    display: flex;
    border-radius: 50px;
    width: 100%;
    height: 49%;
    background-color: #55acee;
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  }

  #isi-konten-2-a-3 {
    display: flex;
    border-radius: 10px;
    width: 100%;
    height: 49%;
    /* background-color:#55acee; */
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  }

  #isi-konten-2-utama {
    display: flex;
    border-radius: 30px;
    width: 100%;
    height: 49%;
    background-color: #fff;
    overflow: hidden;
    background: linear-gradient(to bottom, rgb(0, 29, 53) 0%, rgba(255, 255, 255, 0.507) 100%);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  #isi-konten-2-b {
    display: flex;
    margin-top: 2%;
    border-radius: 5px;
    width: 100%;
    height: 49%;
    /* background-color: #dd4b39; */
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  }

  #isi-konten-2-b-reverse {
    display: flex;
    /* margin-top: 2%; */
    border-radius: 5px;
    width: 100%;
    height: 49%;
    /* background-color: #dd4b39; */
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  }

  #isi-konten-2-b-1 {
    overflow: hidden;
    border-radius: 50px;
    width: 49%;
    height: 100%;
    /* background-image: url("../images/header.jpg"); */
    background-size: cover;
    background-color: black;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  #isi-konten-2-b-1:hover {
    transform: scale(1.1);
    transition: .3s ease-in-out;
    /* background-color: white; */
    border: 4px solid #fff;
  }

  #isi-konten-2-b-1-utama {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1rem;
    padding: 3.25vh 2vw 0 2vw;
    text-align: center;
    overflow: hidden;
    border-radius: 30px;
    /* width: 49%; */
    width: 100%;
    height: 100%;
    /* background-image: url("../images/header.jpg"); */
    background-size: cover;
    /* background-color: #fff; */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: white;
  }

  #isi-konten-2-b-1-utama:hover {
    background-color: rgba(0, 0, 0, 0.5);
  }

  #isi-konten-galeri-foto-square-1 {
    overflow: hidden;
    border-radius: 50px;
    width: 49%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    height: 100%;
    /* background-image: url("../images/header.jpg"); */
    background-size: cover;
    /* background-color: #fff; */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  #isi-konten-galeri-foto-square-1-filter {
    font-size: 1vw;
    font-family: "Quicksand", sans-serif;
    /* font-family: 'Roboto Condensed', sans-serif; */
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    padding-top: 33%;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgb(0, 55, 100, 1) 0%, rgba(0, 55, 100, 0) 100%);
    /* background-color: rgba(0, 0, 0, 0.5); */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    /* filter: blur(20px); */
    border-radius: 50px;
    border: 5px solid #fff;
  }

  #isi-konten-galeri-foto-square-1:hover {
    transform: scale(1.02);
    transition: .3s ease-in-out;
    color: #55acee;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    border-radius: 0px;
  }

  #isi-konten-galeri-foto-square-1-filter:hover {
    transition: .3s ease-in-out;
    font-size: 1.15vw;
    color: #ffffff;
    border-radius: 0px;
    border: 5px solid #fff;
    background: linear-gradient(to bottom, rgb(0, 55, 100, 1) 0%, rgba(0, 55, 100, 0) 0%);
  }

  #isi-konten-galeri-foto-square-2 {
    margin-left: 2%;
    overflow: hidden;
    border-radius: 50px;
    width: 49%;
    height: 100%;
    /* background-image: url("../images/header.jpg"); */
    background-size: cover;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    /* background-color: #fff; */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  #isi-konten-galeri-foto-square-2-filter {
    font-size: 1vw;
    /* font-family: 'Roboto Condensed', sans-serif; */
    font-family: "Quicksand", sans-serif;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    padding-top: 33%;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgb(0, 55, 100, 1) 0%, rgba(0, 55, 100, 0) 100%);
    /* background-color: rgba(0, 0, 0, 0.5); */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    /* filter: blur(20px); */
    border-radius: 50px;
    border: 5px solid #fff;
  }

  #isi-konten-galeri-foto-square-2:hover {
    transform: scale(1.02);
    transition: .3s ease-in-out;
    color: #55acee;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    border-radius: 0px;
  }

  #isi-konten-galeri-foto-square-2-filter:hover {
    transition: .3s ease-in-out;
    font-size: 1.15vw;
    color: #ffffff;
    border-radius: 0px;
    border: 5px solid #fff;
    background: linear-gradient(to bottom, rgb(0, 55, 100, 1) 0%, rgba(0, 55, 100, 0) 0%);
  }

  #isi-konten-2-b-2 {
    overflow: hidden;
    margin-left: 2%;
    border-radius: 50px;
    width: 49%;
    height: 100%;
    background-size: cover;
    /* background-image: url("../images/header.jpg"); */
    background-color: black;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  #isi-konten-2-b-2:hover {
    transform: scale(1.1);
    transition: .3s ease-in-out;
    /* background-color: white;  } */
    border: 4px solid #fff;
  }

  #isi-konten-2-b-2-utama {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1rem;
    padding: 3.25vh 2vw 0 2vw;
    text-align: center;
    overflow: hidden;
    margin-left: 5%;
    border-radius: 30px;
    /* width: 49%; */
    width: 100%;
    height: 100%;
    background-size: cover;
    /* background-image: url("../images/header.jpg"); */
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  #isi-konten-2-b-2-utama:hover {
    background-color: rgba(0, 0, 0, 0.5);
  }

  #isi-konten-2-b-3-utama {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1rem;
    padding: 3.25vh 2vw 0 2vw;
    text-align: center;
    overflow: hidden;
    margin-left: 10%;
    border-radius: 30px;
    /* width: 49%; */
    width: 100%;
    height: 100%;
    background-size: cover;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  #isi-konten-2-b-3-utama:hover {
    background-color: rgba(0, 0, 0, 0.5);
  }

  #isi-konten-2-b-3-utama:hover #a {
    color: rgb(255, 255, 255);
  }


  #isi-konten-3 {
    border-radius: 5px;
    width: 100%;
    height: 100%;
    /* background-color:antiquewhite; */
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  }

  #isi-konten-3-dashboard {
    border-radius: 30px;
    width: 100%;
    height: 100%;
    background-color: white;
    padding: 3%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  #isi-konten-3-denah {
    border-radius: 40px;
    width: 100%;
    height: 100%;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  .example_e {
    /* border: 2px solid #2e82ff; */
    background: #fff;
    font-weight: 700 !important;
    color: #2e82ff !important;
    padding: 15px 40px 15px 40px;
    text-transform: uppercase;
    border-radius: 30px;
    display: inline-block;
    transition: all 0.3s ease 0s;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  .example_e:hover {
    color: #fff !important;
    font-weight: 700 !important;
    /* letter-spacing: 3px; */
    border-radius: 30px;
    background: #2e82ff;
    text-decoration: none;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    /* transition: all 0.3s ease 0s; */
    /* transform: scale(1.1);
    transition: .3s ease-in-out; */
  }

  #button_kirim {
    padding: 1vh 0 0 0;
    text-align: center;
    height: 1vh;
    /* background-color:aquamarine; */
  }

  #button_kirim2 {
    /* margin-bottom: 10%; */
    text-align: center;
    padding: 4vh 0 0 0;
    /* height: 1vh; */
    /* background-color:aquamarine; */
    height: auto;
  }

  #isi-konten-2-b-4 {
    /* margin-left: 2%; */
    border-radius: 5px;
    width: 100%;
    height: 100%;
    /* background-color:violet; */
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  }

  #isi-konten-2-c-4 {
    margin-left: 2%;
    border-radius: 5px;
    width: 49%;
    height: 100%;
    /* background-color:blue; */
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  }


  #isi-konten-2-b-4-1 {
    /* margin-left: 2%; */
    margin-bottom: 1.5%;
    border-radius: 5px;
    width: 100%;
    height: 48.5%;
    /* background-color: red; */
    display: flex;
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  }

  #isi-konten-2-b-4-1-utama {
    /* margin-left: 2%; */
    margin-bottom: 1.5%;
    border-radius: 20px;
    width: 100%;
    height: 48.5%;
    background-color: rgb(219, 219, 219);
    display: flex;
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  }

  #isi-konten-2-b-4-2 {
    /* margin-left: 2%; */
    margin-top: 1.5%;
    border-radius: 20px;
    width: 100%;
    height: 48.5%;
    background-color: rgb(219, 219, 219);
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  }

  #isi-konten-2-b-4-2-utama {
    /* margin-left: 2%; */
    padding: 2vh;
    border-radius: 30px;
    width: 100%;
    height: 48.5%;
    background-color: white;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  #slider-utama {
    width: 100%;
    min-height: 8.25vh;
    background-color: dimgrey;
  }

  #isi-konten-2-b-4-1-1 {
    /* margin-left: 2%; */
    margin-bottom: 1.5%;
    border-radius: 30px;
    width: 100%;
    height: 10vh;
    background-color: white;
    display: flex;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    overflow: hidden;
  }

  #isi-konten-2-b-4-2-2 {
    /* margin-left: 2%; */
    margin-top: 1vh;
    border-radius: 20px;
    width: 100%;
    height: 10vh;
    display: flex;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    overflow: hidden;
  }

  #isi-konten-2-b-4-1-3 {
    /* margin-left: 2%; */
    margin-top: 1vh;
    border-radius: 30px;
    width: 100%;
    height: 10vh;
    background-color: white;
    display: flex;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    overflow: hidden;
  }

  #isi-konten-2-b-4-2-4 {
    /* margin-left: 2%; */
    margin-top: 1vh;
    border-radius: 20px;
    width: 100%;
    height: 10vh;
    display: flex;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    overflow: hidden;
  }

  #isi-konten-2-b-4-2-5 {
    /* margin-left: 2%; */
    margin-top: 1vh;
    border-radius: 20px;
    width: 100%;
    height: 10vh;
    display: flex;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    overflow: hidden;
  }

  #isi-konten-2-b-4-foto {
    /* margin-left: 2%; */
    margin-bottom: 1.5%;
    border-radius: 20%;
    width: 22%;
    height: 100%;
    padding: 2%;
    /* background-color: white; */
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  }

  #profil-foto {
    background-size: cover;
    background-position: top;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    /* background-color: yellow; */
    /* background-image: url("../assets/images/avatar.jpg"); */
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  }

  #profil-foto:hover {
    transform: scale(1.3);
    transition: .3s ease-in-out;
    border-radius: 0;
    margin: 0 0 0 -0.5vw;
  }

  .nama_pejabat {
    margin: 1.25vh 0 0 0;
    /* background-color: violet; */
    width: 100%;
    height: 3vh;
    font-size: 1rem;
    font-family: "Quicksand", sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    color: dodgerblue;
  }

  .jabatan {
    /* background-color: rgb(121, 14, 121); */
    width: 100%;
    height: 3vh;
    font-size: 0.75rem;
    font-family: "Quicksand", sans-serif;
    font-weight: bold;
    font-style: italic;
  }

  .kehadiran {
    border-radius: 10px 0 0 10px;
    background-color: rgb(0, 192, 0);
    width: 100%;
    color: white;
    /* height: 3vh; */
    font-size: 0.6rem;
    font-family: "Quicksand", sans-serif;
    text-transform: uppercase;
    float: right;
    text-align: right;
    padding: 0vh 2vw 0 0;
    font-weight: 900;
  }

  #isi-konten-2-b-4-teks {
    margin-left: 2%;
    margin-bottom: 1 1.5%;
    border-radius: 5px;
    width: 76%;
    height: 100%;
    /* text-align: center; */
    /* background-color: blue; */
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  }

  #isi-konten-2-a-4 {
    background-color: rgb(219, 219, 219);
    width: 49%;
    height: 100%;
    border-radius: 20px;
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  }

  #isi-konten-2-a-utama {
    /* background-color: teal; */
    width: 30vh;
    font-size: 1.25rem;
    font-weight: 900;
    color: white;
    padding: 3vh 0 0 2.5vw;
    font-family: 'Roboto Condensed', sans-serif;
    /* font-family: "Quicksand", sans-serif; */
    /* height: 10vh; */
    border-radius: 5px;
    z-index: 2;
    position: absolute;
    text-transform: uppercase;
  }

  #isi-konten-2-b-utama {
    width: 100%;
    height: 100%;
    border-radius: 500px 0 0 0;
    z-index: 1;
    margin-left: 13vw;
    background-size: cover;
    background-position: center;
  }


  #isi-konten-2-b-utama:hover {
    border-radius: 0 0 0 0;
    z-index: 1;
    margin-left: 0vw;
    background-size: cover;
    background-position: center;
    transition: .3s;
  }


  #link-kuisioner {
    position: absolute;
    margin-top: 17.5vh;
    margin-left: 2.5vw;
    background-color: rgb(255, 255, 255);
    width: 120px;
    height: 40px;
    font-size: 1rem;
    text-align: center;
    padding-top: 8px;
    font-weight: bold;
    border-radius: 10px;
    text-decoration: none;
    color: black;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  #link-kuisioner:hover {
    background-color: rgba(0, 0, 0, 0.452);
    transform: scale(1.05);
    /* transition: .3s ease-in-out; */
    color: white;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 6px 0 0 rgba(0, 0, 0, 0);
  }



  /**
 * Simple fade transition,
 */
  .mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }

  .mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
  }

  .mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
  }

  .mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }

  .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
  }

  .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
  }


  .col-md-3 {
    display: inline-block;
    margin-left: -4px;
  }

  .col-md-3 img {
    width: 100%;
    height: auto;
  }

  body .carousel-indicators li {
    background-color: black;
    bottom: -1.5vh;
  }

  body .carousel-indicators {
    bottom: 0;
  }

  body .carousel-control-prev-icon,
  body .carousel-control-next-icon {
    background-color: black;
  }

  body .no-padding {
    padding-left: 0;
    padding-right: 0;
  }

  #isi-konten-atas-menu {
    width: 100%;
    height: 25.7vh;
    /* background-color:green; */
    display: flex;
    border-radius: 45px;
  }

  #isi-konten-bawah-menu {
    width: 100%;
    height: 25.7vh;
    /* background-color:lightgoldenrodyellow; */
    display: flex;
    margin-top: 4vh;
    border-radius: 45px;
  }

  .konten-menu-atas {
    width: 16vw;
    height: 25.7vh;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    color: black;
    background-color: white;
    margin-left: 2.5vw;
    border-radius: 45px;
    text-align: center;
    overflow: hidden;
  }

  .konten-menu-atas-pinggir {
    width: 16vw;
    height: 25.7vh;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    color: black;
    background-color: white;
    border-radius: 45px;
    text-align: center;
    /* overflow: hidden; */
  }

  .konten-menu-bawah {
    width: 16vw;
    height: 25.7vh;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    color: black;
    background-color: white;
    margin-left: 2.5vw;
    border-radius: 45px;
    text-align: center;
    overflow: hidden;
  }


  .konten-menu-bawah-pinggir {
    width: 16vw;
    height: 25.7vh;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    color: black;
    background-color: white;
    border-radius: 45px;
    text-align: center;
    overflow: hidden;
  }

  .konten-menu-atas-pinggir:hover {
    transform: scale(1.05);
    transition: .3s ease-in-out;
    /* border: 5px solid #fff; */
    /* background-color: rgba(0, 0, 0, 0.2); */
    background: linear-gradient(to bottom, rgb(0, 55, 100, 1) 0%, rgba(0, 55, 100, 0) 100%);
  }

  .konten-menu-bawah-pinggir:hover {
    transform: scale(1.05);
    transition: .3s ease-in-out;
    /* border: 5px solid #fff; */
    /* background-color: rgba(0, 0, 0, 0.2); */
    background: linear-gradient(to bottom, rgb(0, 55, 100, 1) 0%, rgba(0, 55, 100, 0) 100%);
  }

  .konten-menu-atas:hover {
    transform: scale(1.05);
    transition: .3s ease-in-out;
    /* border: 5px solid #fff; */
    /* background-color: rgba(0, 0, 0, 0.2); */
    background: linear-gradient(to bottom, rgb(0, 55, 100, 1) 0%, rgba(0, 55, 100, 0) 100%);
  }

  .konten-menu-bawah:hover {
    transform: scale(1.05);
    transition: .3s ease-in-out;
    /* border: 5px solid #fff; */
    /* background-color: rgba(0, 0, 0, 0.2); */
    background: linear-gradient(to bottom, rgb(0, 55, 100, 1) 0%, rgba(0, 55, 100, 0) 100%);
  }

  .icon-menunya {
    margin: 0 auto;
    /* background-color:lightgreen; */
    width: 8vw;
    height: 15.5vh;
    margin-top: 2.5vh;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }

  .konten-menu-atas:hover .icon-menunya {
    transition: .3s ease-in-out;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }

  .konten-menu-bawah:hover .icon-menunya {
    transition: .3s ease-in-out;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }

  .konten-menu-atas-pinggir:hover .icon-menunya {
    transition: .3s ease-in-out;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }

  .konten-menu-bawah-pinggir:hover .icon-menunya {
    transition: .3s ease-in-out;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }

  .ket-menunya {
    line-height: 2.5vh;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 auto;
    /* background-color:lavenderblush; */
    width: 12vw;
    height: 7vh;
    padding-top: 1vh;
    font-family: 'Roboto Condensed', sans-serif;
  }

  .konten-menu-atas:hover .ket-menunya {
    transition: .3s ease-in-out;
    color: rgb(255, 255, 255);
  }

  .konten-menu-bawah:hover .ket-menunya {
    transition: .3s ease-in-out;
    color: rgb(255, 255, 255);
  }

  .konten-menu-atas-pinggir:hover .ket-menunya {
    transition: .3s ease-in-out;
    color: rgb(255, 255, 255);
  }

  .konten-menu-bawah-pinggir:hover .ket-menunya {
    transition: .3s ease-in-out;
    color: rgb(255, 255, 255);
  }

  h1 {
    font-size: 3em;
    font-weight: 300;
    line-height: 1em;
    text-align: center;
    color: #4DC3FA;
  }

  h2 {
    font-size: 1em;
    font-weight: 300;
    text-align: center;
    display: block;
    line-height: 1em;
    padding-bottom: 2em;
    color: #FB667A;
  }

  h2 a {
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(102, 104, 251);
    text-decoration: none;
  }

  .blue {
    color: #185875;
  }

  .yellow {
    color: #FFF842;
  }

  .containers th h1 {
    font-weight: bold;
    font-size: 1em;
    text-align: left;
    color: #000000;
  }

  .containers td {
    font-weight: normal;
    font-size: 0.7rem;
    -webkit-box-shadow: 0 2px 2px -2px #0E1119;
    -moz-box-shadow: 0 2px 2px -2px #0E1119;
    box-shadow: 0 2px 2px -2px #0E1119;
  }

  .containers {
    text-align: left;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    display: table;
    padding: 0 0 8em 0;
  }

  .containers td,
  .containers th {
    padding-bottom: 2.9vh;
    padding-top: 2.9vh;
    padding-left: 2%;
    color: white;
  }

  /* Background-color of the odd rows */
  .containers tr:nth-child(odd) {
    background-color: rgb(0, 54, 163);
  }

  /* Background-color of the even rows */
  .containers tr:nth-child(even) {
    background-color: rgb(2, 22, 70);
  }

  .containers th {
    background-color: rgb(255, 255, 255);
  }

  .containers td:first-child {
    color: rgb(255, 255, 255);
  }

  .containers tr:hover {
    background-color: #464A52;
    -webkit-box-shadow: 0 6px 6px -6px #0E1119;
    -moz-box-shadow: 0 6px 6px -6px #0E1119;
    box-shadow: 0 6px 6px -6px #0E1119;
  }

  .containers td:hover {
    background-color: rgb(66, 132, 255);
    color: #403E10;
    font-weight: bold;

    box-shadow: rgb(33, 50, 127) -1px 1px, rgb(33, 50, 127) -2px 2px, rgb(33, 50, 127) -3px 3px, rgb(33, 50, 127) -4px 4px, rgb(33, 50, 127) -5px 5px, rgb(33, 50, 127) -6px 6px;
    transform: translate3d(6px, -6px, 0);

    transition-delay: 0s;
    transition-duration: 0.4s;
    transition-property: all;
    transition-timing-function: line;
  }

  #a {
    width: 32%;
    font-family: 'Roboto Condensed', sans-serif;
    text-decoration: none;
    color: black;
  }

  #a:hover {
    font-family: 'Roboto Condensed', sans-serif;
    text-decoration: none;
    color: white;
  }

  .img-fluid:hover {
    transform: scale(1.1);
    transition: .3s ease-in-out;
    filter: brightness(50%);
    border-radius: 10px;
  }

  .ket-galeri {
    /* display:none; */
    opacity: 0;
    position: absolute;
    top: 75%;
    color: white;
    left: 17.5%;
    /* background-color: #55acee; */
    width: 10vw;
    height: 4vh;
    text-align: center;
    line-height: 2vh;
    font-size: 0.8rem;

  }

  .img-fluid:hover+.ket-galeri {
    /* display:block; */
    opacity: 1;
    transition: 3s;
  }

  
  #isi-konten-2-b-4-1-1-4row {
    /* margin-left: 2%; */
    margin-bottom: 1.5%;
    border-radius: 20px;
    width: 100%;
    height: 48.5%;
    background-color: white;
    display: flex;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    overflow: hidden;
  }

  #isi-konten-2-b-4-foto-4row {
    /* margin-left: 2%; */
    margin-bottom: 1.5%;
    border-radius: 20px;
    width: 27%;
    height: 100%;
    padding: 2%;
    /* background-color: white; */
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  }

  #profil_foto-4row {
    background-size: cover;
    background-position: center;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 20%;
    /* background-color: yellow; */
    /* background-image: url("../assets/images/avatar.jpg"); */
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  }

  #isi-konten-2-b-4-teks-4row {
    margin-left: 2%;
    margin-bottom: 1 1.5%;
    border-radius: 5px;
    width: 71%;
    height: 100%;
    /* text-align: center; */
    /* background-color: blue; */
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  }

  .nama_pejabat-4row {
    margin: 3.5vh 0 0 0;
    /* background-color: violet; */
    width: 100%;
    height: 3vh;
    font-size: 1rem;
    font-family: "Quicksand", sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    color: dodgerblue;
  }

  .jabatan-4row {
    /* background-color: rgb(121, 14, 121); */
    width: 100%;
    height: 3vh;
    font-size: 0.7rem;
    font-family: "Quicksand", sans-serif;
    font-weight: bold;
    font-style: italic;
  }

  .kehadiran-4row {
    border-radius: 10px 0 0 10px;
    background-color: rgb(0, 192, 0);
    width: 100%;
    color: white;
    /* height: 3vh; */
    font-size: 0.5rem;
    font-family: "Quicksand", sans-serif;
    text-transform: uppercase;
    float: right;
    text-align: right;
    padding: 0vh 2vw 0 0;
    font-weight: 900;
  }

  #isi-konten-2-b-4-2-2-4row {
    /* margin-left: 2%; */
    margin-top: 1.5%;
    border-radius: 20px;
    width: 100%;
    height: 48.5%;
    display: flex;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    overflow: hidden;
  }

}

/* Tampilan Resolusi Common Smartphone */
@media screen and (max-width: 1365px) and (min-width: 320px) {
  * {
    display: none;
  }
}