* {
	margin: 0;
	padding: 0;

}

img {
	width: 100%;
}

body {
    background-color: lightblue;
    font-size: 18px;
	font-family: 'Noto Sans JP', sans-serif;
	margin : 0;
    margin-top: 0;
}  
marquee{
  font-size: 14px;
  background: linear-gradient( to right,#0c0a08, #2c2c2c);
  color:#ffffff;
  font-weight: 600;
  font-family: 'Encode Sans SC', sans-serif;
  text-transform: uppercase;
  line-height: 20px;
  vertical-align: middle;
}
.container2 {
  width: 100%;
  /*padding-right: 15px;
  padding-left: 15px;*/
  margin-right: auto;
  margin-left:inherit;
  margin-left: 0;
  z-index:100;
}


@media (max-width: 340px) {
  body {
    margin-left:-1%;
    padding-left:none;
  }  
  .container2{
    min-width:100%;
    padding-left: 0;
    margin-left: -1%;
  }
}
@media (max-width: 400px) {
  body {
    margin-left: none;
    padding-left:none;
  }  
  .container2{
    max-width:100%;
    padding-left: 0;
    margin-left: none;
  }
}
@media (min-width: 576px) {
  .container2{
    max-width:91%;
  }
}
@media (min-width: 768px) {
  .container2{
    max-width: 90%;
  }
}
@media (min-width: 992px) {
  .container2{
    max-width: 92%;
  }
}
@media (min-width: 1100px) {
 
    .container2 {
    max-width: 92%;
  }
}
@media (min-width: 1250px) {
 
    .container2 {
    max-width: 100%;
  }
}
@media (min-width: 1420px) {
  
  .container2 {
    max-width: 100%;
  }
}
/*header*/
.header {
	display: grid;
	height:245px;
	overflow: visible;
	width:100%;
	/*margin: inherit;*/
	grid-template-areas: 
	
	'banner ';
}
/*web banner*/
.banner{
	display: grid;
	grid-area: banner;
    size: inherit;
    position: static;
    overflow: hidden;
	padding-right: 5%;
	padding-left: 5%;
	grid-template-areas: 
	'logo';
	background-color: transparent;
}
/*.sticky-wrapper {
  width: 100%;
  position: sticky;
  background: transparent;
  top: calc(100vh/2 - 613px/2);
  display: flex;
  align-items: right;
  justify-content: right;
  pointer-events: none;
  z-index: 3;
  float:right; /* added */
 /* shape-outside:linear-gradient(transparent,transparent);
}

.sticky-element {
  width: 95px;
  height: 140px;
  top: 0;
}*/

/*logo web*/
.logo {
	grid-area: logo;
    height:225px;
    width : 100%;
	background-color: transparent;
}
.logo img{
  margin-top: 10px;
  /*margin-left: inherit;*/
  margin-bottom: 10px;
  position: static;
  /*padding-left: inherit;*/
  width: 103%;
  height: 222px;
  /*padding-bottom: inherit;*/
}
@media (max-width: 1249px){
  .header{
    height: 240px;
    width:100%;
  }
  .banner{
    height: 235px;
  }
  .logo {
    margin-bottom:5px;
  }
  .logo img{
  width: 102%;
  height:225px;
  margin-left:1%;
  margin-bottom: none;
  }
}
@media (max-width: 1120px){
  .header{
    height: 215px;
    width:100%;
  }
  .banner{
    height: 215px;
    margin-bottom: 10px;
    padding-left :none;
  }
  .logo {
    margin-bottom:10px;
  }
  .logo img{
  width: 101%;
  height:210px;
  margin-left:1%;
  padding-bottom: none;
  margin-bottom: none;
  }
}
@media (max-width: 920px){
  .header{
    height: 196px;
    width:100%;
  }
  .banner{
    height: 190px;
    margin-bottom: 5px;
    padding-right: 1%;
	padding-left: 1%;
  }
  .logo {
    margin-bottom:5px;
  }
  .logo img{
  width: 100%;
  height:185px;
  margin-left: 2.5%;
  padding-bottom: none;
  margin-bottom: none;
  }
}
@media (max-width: 820px){
  .header{
    height: 140px;
  }
  .banner{
    height: 140px;
    width: 98%;
    margin-bottom: 5px;
    padding-right: 1%;
	padding-left: 2%;
  }
  .logo {
    margin-bottom:10px;
  }
  .logo img{
  width: 98%;
  height:140px;
  padding-bottom: none;
  margin-bottom: none;
  margin-left:20px;
  }
}
@media (max-width: 760px){
  .header{
    height: 175px;
    margin-left : none;
    padding-left :none;
  }
  .banner{
    height: 175px;
    width: 98.5%;
    margin-bottom: 10px;
    padding-right: none;
	padding-left: 2%;
  }
  .logo {
    margin-bottom:10px;
  }
  .logo img{
  width: 98.5%;
  height:170px;
  margin-left:3%;
  padding-bottom: none;
  margin-bottom: none;
  }
}
@media (max-width: 550px){
  .header{
    height: 155px;
    margin-left : none;
    padding-left :none;
  }
  .banner{
    height: 155px;
    width: 98%;
    margin-bottom: 5px;
    padding-right: none;
	padding-left: -2%;
	margin-top: -15px;
  }
  .logo {
    margin-top: none;
    margin-bottom:10px;
  }
  .logo img{
  width: 98%;
  height:150px;
  margin-left:4%;
  padding-bottom: none;
  margin-bottom: none;
  }
}
@media (max-width: 395px){
  .header{
    height: 135px;
    width: auto;
  }
  .banner{
    height: 135px;
    width: 100%;
    margin-bottom: 10px;
    margin-top:-15px;
  }
  .logo {
    grid-area: logo;
    padding-right : 2%;
    background-color: transparent;
  }
  .logo img{
    margin-top: -1%;
    margin-left: 3%;
    margin-bottom: none;
    padding-left: none;
    width: 100%;
    height: 130px;
    padding-bottom: none;
  }
}
@media (max-width: 350px){
  .header{
    height: 100px;
    width: auto;
  }
  .banner{
    height: 100px;
    width: 100%;
    margin-bottom: 10px;
    margin-top:-15%;
  }
  .logo {
    grid-area: logo;
    padding-right :none;
    background-color: transparent;
  }
  .logo img{
    margin-bottom: none;
    padding-left: none;
    margin-top:-5px;
    margin-left:5%;
    width: 100%;
    height: 100px;
    padding-bottom: none;
  }
}
@media (max-width: 250px){
  .header{
    height: 80px;
    width: auto;
  }
  .banner{
    height: 100%;
    width: 100%;
    margin-bottom: 5%;
    margin-top:-15%;
  }
  .logo {
    grid-area: logo;
    padding-right :none;
    background-color: transparent;
  }
  .logo img{
    margin-bottom: none;
    padding-left: none;
    margin-top:-3%;
    margin-left:5%;
    width: 100%;
    height: 80px;
    padding-bottom: none;
  }
}
/*kontent*/
.konten{
  background-color:transparent;
  width: 100%;
  padding-top: none;
  margin-top: none;
  padding-left: 5%;
  padding-right: 2%;
  /*overflow: hidden*/;
  display: grid;
  height: auto;
	grid-template-areas: 
	'isi';
  color: #679cb1;
}
/*isi grid konten*/
.isi{
  grid-area: isi;
  background: rgba(254, 249, 255, 0.85);
  display: grid;
  grid-template-columns: 70% 1fr;
  width: 100%;
  padding-bottom:10px;
  margin-top: none;
  margin-bottom: 10px;
  position :static;
  height: auto;
  border: 0px solid #eee;
 
   grid-template-areas:  
  'mainmenu mainmenu'
  'poster poster'
  'appl appl'
  'laporan laporan'
  'app app '
  'zi zi'
  'surv surv'
  'marq marq'
  'kiri kanan'
  'bawah bawah'
  'tambah tambah';
}
/*navbar menu dan slider*/
.mainmenu {
    overflow: visibe;
	grid-area: mainmenu;
	margin-top: none;
	z-index:100;
	background-color: transparent;
}
.mainmenu img{
  display: flex;
  flex-direction: row;
  height: 360px;
}
/*aplikasi lokal*/
.appl {
	background-color: transparent ;
  grid-area: appl;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-top: 10px solid #1a4436;
}
.appl .card-1{
  width: 20%;
  height: 240px;
  margin-top:1%;
  margin-bottom:1%;
  margin-left: auto;
  margin-right: auto;
  padding-left: .5%;
  padding-right: .5%;
  align-items: center;
  display: flex;
  flex-direction: column;
  /*border: 2px solid #d8d8d8;*/
}
.appl img{
  margin-top: 3%;
  align-items: center;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  border: 2px solid #4e4e4e;
}
.appl p{
  font-size: clamp(12px, 2.5vw, 16px);
  color: #08315c;
  font-weight: 600;
  text-align: justify;
  margin-left: 2%;
  margin-right: 2%;
  font-family: 'Titillium Web', sans-serif;
  letter-spacing: .8px;
  
}
/*laporan*/
.laporan {
	background-color: #187555 ;
  grid-area: laporan;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-top: 10px solid #1a4436;
}
.laporan .card-1{
  width: 19%;
  height: 170px;
  margin-top:1%;
  margin-bottom:.5%;
  margin-left: auto;
  margin-right: auto;
  padding-left: .5%;
  padding-right: .5%;
  align-items: center;
  display: flex;
  flex-direction: column;
  /*border: 2px solid #d8d8d8;*/
}
.laporan img{
  margin-top: 3%;
  align-items: center;
  height: 140px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  border: 2px solid white;
}
.laporan p{
  font-size: 12px;
  color: white;
  font-weight: 700;
  text-align: justify;
  margin-left: 1%;
  margin-right: 1%;
  font-family: 'Titillium Web', sans-serif;
  letter-spacing: .8px;
  
}
/*poster langlah-langkah*/
.poster {
	background-color: #187555 ;
  grid-area: poster;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-top: 10px solid #1a4436;
  height: 310px;
  overflow-x:auto;
}
.poster h5{
  color:#1f1f1f;
  font-weight: 500;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  text-transform: uppercase;
}
.poster button{
  color:#1f1f1f;
}
.poster .card-1{
  width: 20%;
  height: 200px;
  margin-top:1%;
  margin-bottom:1%;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  display: flex;
  flex-direction: column;
  /*border: 2px solid #d8d8d8;*/
}
.poster .img-modal{
  width: 100%;
  height: 100%;
}
.poster img{
  margin-top: 3%;
  height: 170px;
  width: 90%;
  border: 1px solid white;
}
.poster span{
  font-size: clamp(13px, 2.5vw, 16px);
  color: white;
  font-weight: 500;
  text-align: justify;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.posterlengkap {
	background-color: transparent ;
  grid-area: posterlengkap;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-top: none;
}
.posterlengkap h5{
  color:#1f1f1f;
  font-weight: 500;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  text-transform: uppercase;
}
.posterlengkap button{
  color:#1f1f1f;
}
.posterlengkap .card-1{
  width: 20%;
  height: 230px;
  margin-top:1%;
  margin-bottom:1%;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  display: flex;
  flex-direction: column;
  /*border: 2px solid #d8d8d8;*/
}
.posterlengkap .img-modal{
  width: 100%;
  height: 100%;
}
.posterlengkap img{
  margin-top: 3%;
  height: 200px;
  width: 90%;
  border: 1px solid white;
}
.posterlengkap span{
  font-size: 13px;
  color: #1f1f1f;
  font-weight: 500;
  text-align: justify;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
/*poster langlah-langkah*/
.tambah {
	background-color: #187555 ;
  grid-area: tambah;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-top: 10px solid #1a4436;
}
.tambah .card-1{
  width: 9%;
  height: 120px;
  margin-top:1%;
  margin-bottom:1%;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  display: flex;
  flex-direction: column;
  /*border: 2px solid #d8d8d8;*/
}
.tambah img{
  margin-top: 3%;
  height: 70%;
  width: 90%;
  border: 1px solid white;
}
@media (max-width: 900px){
  .poster .img-modal{
  display: block;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  width: 95%;
  height: 500px;
  }
  .posterlengkap .img-modal{
    display: block;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    width: 95%;
    height: 500px;
    }
}
@media (max-width: 700px){
  .poster .img-modal{
  display: block;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  width: 95%;
  height: 500px;
  }
  .posterlengkap .img-modal{
    display: block;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    width: 95%;
    height: 500px;
    }
}
@media (max-width: 350px){
  .poster .img-modal{
  display: block;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  width: 95%;
  height: 300px;
  }
  .posterlengkap .img-modal{
    display: block;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    width: 95%;
    height: 300px;
    }
}
/*banner applikasi*/
.app {
	background-color: transparent ;
  grid-area: app;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-top: 10px solid #1a4436;
  border-bottom: 10px solid #1a4436;
}
.app .card-1{
  width: 19%;
  height: 270px;
  margin-top:1%;
  margin-left: auto;
  margin-right: auto;
  padding-left: .5%;
  padding-right: .5%;
  align-items: center;
  display: flex;
  flex-direction: column;
  border: 0 solid #187555;
  border-radius: 0.5rem;
}
.app img{
  margin-top: 1%;
  width: 90%;
  height:140px;
}
.app p{
  font-size: clamp(12px, 2.5vw, 16px);
  color: #3b6858;
  font-weight: 600;
  text-align: justify;
  margin-left: 2%;
  margin-right: 2%;
  font-family: 'Titillium Web', sans-serif;
  letter-spacing: 1px;
  
}

/*banner zi*/
.zi {
  grid-area: zi;
  height: 100%;
  background-color: #187555 ;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-bottom: 10px solid #1a4436;
}
.zi .card-1{
  margin-top:2%;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  width: 16%;
}
.zi img{
  width: 97%;
  height: 100%;
}
.zi span{
  font-size: 10px;
}

/*banner survey*/
.surv {
  grid-area: surv;
  height: 100%;
  background-color: transparent ;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-bottom: 10px solid #1a4436;
}
.surv .card-1{
  margin-top:1%;
  margin-bottom:1%;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  width: 95%;
  height: auto;
}
.surv img{
  width: 99%;
  height: auto;
}
.surv span{
  font-size: 10px;
}
.marq{
  grid-area: marq;
  background-color: white;

}
/*konten kolom sebelah kiri*/
.kiri{
	grid-area: kiri;
	background-color: transparent;
	display: grid;
  margin-top: 2%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 2%;
	grid-template-areas: 
  'tampilanisi tampilanisi'
  'posterlengkap posterlengkap'
  'beritapop beritapop'
  'konten1 konten1'
  'tabmenu tabmenu'
  'konten2 konten2'
  'konten3 konten3'
  'konten4 konten4'
  'konten5 konten5';
  
}
/*konten kolom sebelah kanan*/
.kanan{
	grid-area: kanan;
	background-color: transparent;
	display: grid;
  margin-top: 1%;
  margin-right: 2%;
  margin-left: 2%;
	grid-template-areas:  
	'nilaiindeks'
  'surveyindeks'
  'livestream '
  'agenda'
	'linkter'
	'jamkerja'
	'statistik'
  'contact'
  'section1'
  'section2';
}
.bawah{
  grid-area: bawah;
	background-color: transparent;
	display: grid;
  margin-top: 2%;
  margin-right: 1%;
  margin-bottom: 2%;
	grid-template-areas: 
  'apppendukung apppendukung';
}
.hubungi{
  grid-area: hubungi;
  background-color: transparent;
  margin-top: .5%;
  margin-bottom: .5%;
  border: none;
}
.hubungi .card-1{
  width: 18%;
  height: auto;
  display: inline-block;
  align-items: center;
  margin-top: 1%;
  margin-right: 1%;
}
.surveyindeks{
  grid-area: surveyindeks;
  background-color: transparent;
  margin-top: .5%;
  margin-bottom: .5%;
  border: none;
}
.surveyindeks h3{
  text-align: center;
  color: white;
  font-weight: 500;
  font-family: sans-serif;
}
.surveyindeks.card-1{
  width: 18%;
  height: auto;
  display: inline-block;
  align-items: center;
  margin-top: 1%;
  margin-right: 1%;
}
.surveyindeks .list {
  display:flex;
  flex-direction: row;
}
.surveyindeks .list .isi {
  display: flex;
  flex-direction: column;
}
.surveyindeks .list .isi .gambar{
  width: 100%;
  height: 150px;
  margin-top: 1%;
  margin-bottom: 1%;
}
.surveyindeks .list .isi .judul{
  font-size: 12px;
  font-weight: 500;
  font-family:'Fredoka One', cursive;
  text-transform: uppercase;
  color :#212529;
}

.jadwalsidang{
  grid-area: jadwalsidang;
  background-color: transparent;
  min-width: 300px;
  min-height: 250px;
}
.framesidang{
  min-width: 90%;
  min-height: 500px;
}
/*tabmenu content*/
.tabmenu{
  grid-area: tabmenu;
  background-color: transparent;
  margin-top: 1%;
}

.tabcontainer{
  width: 100%;
  min-height: 200px;
  overflow-x: auto;
}

.tabcontainer.tabbuttoncontainer{
  height: 20%;
  padding: 2%;
}

.tabcontainer .tabbuttoncontainer button{
  width: auto;
  height: 50px;
  float: left;
  border-top:0;
  border-right: 0;
  border-left: 0.5px solid white;
  border-bottom: 3px solid white;
  outline: none;
  cursor: pointer;
  padding: 1.5%;
  font-family: sans-serif;
  font-size: 15px;
  background-color: rgba( 24, 117, 85 , .9);
  color: white;
}
.tabcontainer .tabbuttoncontainer button:hover{
  background-color:#d7d4d4; 
  color: black;
}

.tabcontainer .tabPanel{
  height: auto;
  width:100%;
  background-color: transparent;
  color: white;
  text-align: center;
  padding-top: 7%;
  box-sizing: border-box;
  font-family: sans-serif;
  font-size: 22px;
  display: none;
}
.tabcontainer .tabPanel.active{
  display: block;
  height: relative;
  background-color: transparent;
  color: white;
  text-align: center;
  padding-top: 7%;
  box-sizing: border-box;
  font-family: sans-serif;
  font-size: 22px;
}
.tabcontainer .tabPanel.active2{
  display: block;
  height: relative;
  background-color: transparent;
  color: white;
  text-align: center;
  padding-top: 7%;
  box-sizing: border-box;
  font-family: sans-serif;
  font-size: 22px;
}
.tampilanisi {
	grid-area: tampilanisi;
	background-color: transparent;
  display: flex;
}
.tampilanisi h3{
  font-weight: 600;
  color: #520a1a;
  letter-spacing: 2px;
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
}
.tampilanisi span{
  display: flex;
  text-align: justify;
}
.tampilanisi img{
  width: 600px;
  min-height: 200px;
  align-items: center;
}

/*card aplikasi pendukung*/
.apppendukung {
  grid-area: apppendukung;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background-color: transparent;
  width: auto;
  height: fit-content;
  border-top: 10px solid #1a4436;
  border-bottom: 10px solid #1a4436;
  border: 1px solid rgba(206, 206, 206, .4);
}
.apppendukung h3{
  text-align: center;
  color: #187555;
  font-weight: 600;
  font-family:'Fredoka One', cursive;;
}
.apppendukung .card-1{
  width: 9%;
  height: auto;
  margin-top:1%;
  margin-bottom:1%;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.apppendukung .img {
  width:70%;
  height: 90%;
  margin-top: 1%;
  margin-bottom: 5%;
  padding-bottom: 5%;
}

/*beritapopular untuk halaman isi*/
.beritapop {
	grid-area: beritapop;
	background-color: transparent;
  overflow-wrap: break-word;
}
.beritapop h3{
  color: #187555;
  font-weight: 600;
  font-family:'Montserrat', sans-serif;
}
/*isi dari konten*/
.konten1 {
	grid-area: konten1;
	background-color: transparent;
  margin-left:auto;
  margin-right: auto;
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 2%;
}
.konten2 {
  grid-area: konten2;
  background-color: transparent;
  display: flex;
  flex-direction: row;
  margin-bottom: .5%;
}

.konten3 {
  grid-area: konten3;
  background-color: transparent;
  display: flex;
  flex-direction: row;
  margin-bottom: .5%;
}

.konten4 {
  grid-area: konten4;
  background-color: transparent;
  display: flex;
  flex-direction: row;
  margin-bottom: .5%;
}
.konten5 {
  grid-area: konten5;
  background-color: transparent;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: stretch;
  margin-bottom: .5%;
}
.konten5 iframe{
  width:32%;
  height:auto;
}
/*kolom kanan nilaiindeks*/
.nilaiindeks {
  grid-area: nilaiindeks;
  margin-top:1%;
  max-height: 400px;
  margin-bottom: none;
  background-color: transparent;
}
.nilaiindeks img{
  width: 99%;
  height: 95%;
}
/*kolom kanan livestream*/
.livestream {
  grid-area: livestream;
  background-color: transparent;
}
/*kolom kanan agenda*/
.agenda {
	grid-area: agenda;
	background-color: transparent;
}
.agenda .list{
  display: flex;
  flex-direction: row;
  height: 20%;
}
.agenda .kalendar {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50px; /* Pastikan ukuran seragam */
}

.agenda .kalendar .bulan {
  width: 50px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, #272626, #181818);
  text-align: center;
  font-size: clamp(12px, 1.2vw,16px);
  font-weight: 600;
  color: white;
  border: 1px solid #858585;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  box-sizing: border-box;
}

.agenda .kalendar .tanggal {
  width: 50px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, #f5c802, #faef52);
  text-align: center;
  font-size: clamp(16px, 2.3vw,26px);
  font-weight: 600;
  color: #1f1f1f;
  border: 1px solid #faef52;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  box-sizing: border-box;
}

.agenda .ket {
  color: #641717;
  font-weight: 200;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: clamp(12px, 1.3vw, 15px);
  margin-left: 5%;
  text-align: justify;
  line-height: 1.3; /* Menambah keterbacaan */
  word-wrap: break-word; /* Mencegah teks melampaui batas */
  max-width: 90%; /* Batasi lebar agar tidak terlalu panjang */
}

/*kolom kanan linkter*/
.linkter {
	grid-area: linkter;
	background-color: transparent;
}
.linkter .list{
  display: flex;
  flex-direction: row;
  margin-bottom: 2%;
}
.linkter .list .nama{
  display: flex;
  flex-direction: column;
  margin-left: 5%;
}
.linkter .list .nama .atas{
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  font-family:'Montserrat', sans-serif;
  text-decoration: none;
}
.linkter .list .nama .atas a{
  color: #068b80;
}
.linkter .list .nama .bawah{
  font-size: 11px;
  color: #068b80;
  font-family:'Montserrat', sans-serif;
}
.linkter .list .gambar{
  width: 34px;
  height: 34px;
  border: none;
  box-shadow: none;
}
/*kolom kanan jamkerja*/
.jamkerja {
	grid-area: jamkerja;
	background-color: transparent;
}
/*kolom kanan statistik*/
.statistik {
	grid-area: statistik;
	background-color: transparent;
}
/*kolom kanan contact*/
.contact {
  grid-area: contact;
  background-color: transparent;
  min-height: 30%;
}
/*kolom kanan contact*/
.section1 {
  grid-area: section1;
  background-color: transparent;
  min-height: 10%;
}
.section2 {
  grid-area: section2;
  background-color: transparent;
  min-height: 10%;
}
/*macam-macam card*/
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: transparent;
  border-radius: 0.25rem;
  border: 1px solid rgb(206, 206, 206);
  padding: 10px;
}
.card-trans {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width:100%;
  word-wrap: break-word;
  background-color: transparent;
  background-clip: border-box;
  border-radius: 0.15rem;
  border: 1px solid rgba(206, 206, 206, 0.1);
  padding: 10px;
}
.card-trans2 {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: transparent;
  background-clip: border-box;
  border-radius: 0.25rem;
  padding: 10px;
}
.card-kolom1 {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
  background-color: transparent;
  background-clip: border-box;
  border-radius: 0.25rem;
  border: 1px solid rgba(206, 206, 206, 0.2);
  -moz-box-shadow: -1px 1px 1px 1px rgba(236, 227, 200,0.2);
  -webkit-box-shadow: -1px 1px 1px 1px rgba(236, 227, 200,0.2);
  box-shadow: -1px 1px 1px 1px rgba(236, 227, 200,0.2);
  padding: 10px;
  margin: 1%;
}
.card-kolom2 {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  background-color: transparent;
  background-clip: border-box;
  border-radius: 0.25rem;
  border: 1px solid rgba(206, 206, 206, 0.2);
  -moz-box-shadow: -1px 1px 1px 1px rgba(236, 227, 200,0.2);
  -webkit-box-shadow: -1px 1px 1px 1px rgba(236, 227, 200,0.2);
  box-shadow: -1px 1px 1px 1px rgba(236, 227, 200,0.2);
  padding: 10px;
  margin: 1%;
}
/*pengaturan list untuk isi konten dalam card-kolom*/
.card-kolom1 .list{
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid rgba(190, 190, 190, 0.5);
  margin-top:1%;
}
.card-kolom1 .list .ket{
  display: flex;
  flex-direction: column;
  margin-left: 5%;
}
.card-kolom1 .list .ket .tgl{
  font-size: 9px;
  color:#aaa;
  text-decoration: none;
  text-transform: uppercase;
}
.card-kolom1.list .ket .judul{
  font-size: 11px;
  font-weight: 600;
}
.card-kolom1 .list .ket .judul a{
  text-decoration: none;
  font-size: clamp(12px, 1.4vw, 16px);
  text-align: justify;
  text-transform: uppercase;
  color: rgb(114, 2, 2);
}
.card-kolom1 .list .gambar{
  
    width: clamp(50px, 10vw, 120px);
    height: 120px;
    object-fit: cover;
    flex-shrink: 0;
    margin-right: 10px;
    display: block;
  
}
.card-kolom1 .list .gambar.img{
  /*height: 100%;*/
  width:100px;
}
.card-kolom2 .list{
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid rgba(190, 190, 190, 0.5);
  margin-top:1%;
}
.card-kolom2 .list .ket{
  display: flex;
  flex-direction: column;
}
.card-kolom2 .list .ket .tgl{
  font-size: 9px;
  color:#aaa;
  text-decoration: none;
  text-transform: uppercase;
}
.card-kolom2.list .ket .judul{
  font-size: 12px;
  font-weight: 600;
}
.card-kolom2 .list .ket .judul a{
  text-decoration: none;
  font-size: clamp(12px, 1.3vw, 16px);
  text-align: justify;
  text-transform: uppercase;
  color: rgb(114, 2, 2);
}
.card-kolom2 .list .gambar{
  width: clamp(60px, 10vw, 120px);
  height: 100%;
  max-height: clamp(60px, 10vw, 120px);
  object-fit: contain;
  margin-right: 10px;
  border: none;
  box-shadow: none;
}
.card-slider{
  min-height: 300px;
  max-width: auto;
  padding-top: 0.5rem;
  padding-left: 0.0rem;
  padding-right: 0.0rem;
  margin-bottom: 0;
  background-color: #187555;
  border-bottom: 0 solid rgba(0, 0, 0, 0.125);
  z-index: -100;
}

.card-slider table tr td{
  min-width: 320px;
  border: none;
}

@media (max-width: 900px){
  .card-slider table tr td{
  min-width: 30px;
}
}
@media (max-width: 1140px){
  .card-slider table tr td{
  min-width: 40px;
}
}
@media (max-width: 1000px){
.contact {
  background-color: transparent;
  height: 0%;
}
/*kolom kanan contact*/
.section1 {
  background-color: transparent;
  height: 0%;
}
.section2 {
  background-color: transparent;
  height:0%;
}
}

.card-menu-utama {
  height: 400px;
  padding-top: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-bottom: 0;
  background-color: #187555;
  border-bottom: 0 solid rgba(0, 0, 0, 0.125);
  box-shadow: 0px 5px rgba(100,100,100, 0.5);
  border-radius: 0.5rem;
}
.card-brosur {
  height: 150px;
  padding-top: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-bottom: 0;
  background-color: #187555;
  border-bottom: 1 solid rgba(0, 0, 0, 0.125);
  box-shadow: 0px 5px rgba(100,100,100, 0.5);
  border-radius: 0.5rem;
}
.card-header-green{
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #187555;
  border-bottom: 0 solid rgba(0, 0, 0, 0.125);
}
.card-header-trans{
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 1px groove #befaf2;
  border-radius: 0.2rem;
}
.card-header-green > .card-tools {
  float: right;
  margin-right: -0.625rem;
}
.card-title {
  float: left;
  font-size: clamp(12px, 1.5vw, 20px);
  font-weight: 400;
  margin: 0;
}

.icon-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
}
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
  border-radius: 0.5rem;
  overflow-wrap: break-word;
  overflow-x: auto;
}
.card-body2 {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
  border-radius: 0.5rem;
}
.card-body-trans {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.5rem;
  border-radius: 0.5rem;
  background-color: transparent;
}
.card-body p{
  text-align: justify;
}
.card-body span{
  text-align: justify;
}
.card-body2 p{
  text-align: justify;
  text-indent: 30px;
}
.card-body2 span{
  text-align: justify;
  
}
.card-body2 img{
  width: 500px;
  height: 300px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.card-body2 .cover{
  width: 600px;
  height: 300px;
  align-items: center;
  margin-top: 5%;
  margin-bottom: 5%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.card-body2 .tab{
  border: #014b4b 1px solid;
}
@media (max-width: 900px){
  .card-body2 .cover{
    width: 330px;
    height: 180px;
  }
  .card-body2 img{
    width: 330px;
    height: 180px;
  }
  .apppendukung .card-1{
    width: 18%;
    height: auto;
    margin-top:1%;
    margin-bottom:1%;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    display: flex;
    flex-direction: column;
  }
}
.card-body3 {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
  border-radius: 0.2rem;
}
.card-body3 img{
  max-width: fit-content;
  border: #014b4b 2px solid;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.card-body3 table{
  margin-bottom: 1rem;
  color: #212529;
  background-color: transparent;
  width: relative;
  border: none;
}
.card-body3 table th tr td{
  color:black;
  border: #1f1f1f;
  padding:.5em;
}
.card-menu-footer {
  padding: 0.5rem 0.5rem;
  padding-bottom: none;
  min-height: 20px;
  background: linear-gradient( #FE9A2E,#fc7c0a);
  border-top: 0 solid rgba(0, 0, 0, 0.125);
}
.card-footer {
  /*padding: 0.5rem 0.5rem;*/
  height: 25px;
  background: linear-gradient( #444040,#131313);
  border-top: 0 solid rgba(0, 0, 0, 0.125);
}
.selanjutnya{
  color: #014b4b;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: underline;
  font-style: oblique;
  vertical-align: middle;
  height: 38px;
  min-width: 160px;
  background:transparent;
  border-radius: 5px;
  border: none;
  float:right;
}
.selanjutnya:hover{
  color: #181818;
  font-style: bold;
}
.card-title-green {
  float: left;
  font-size: clamp(13px, 1.5vw, 20px);
  font-weight: 400;
  margin: 0;
  color: white;
}
.card-title-trans {
  float: left;
  font-size: clamp(12px, 1.5vw, 20px);
  font-weight: 400;
  margin: 0;
  color: white;
  background-color: transparent;
}

/*footer*/
.footer {
	display: grid;
	margin-bottom: 20px;
	margin-top: 10px;
  padding-left: 5%;
  padding-right: 2%;
	grid-template-areas: 
	'main_footer';
}
@media (max-width: 400px){
  .footer {
    display: grid;
    margin-bottom: 20px;
    margin-top: 10px;
    padding-left: none;
    padding-right: none;
    grid-template-areas: 
    'main_footer';
  }
  .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1rem;
    border-radius: 0.5rem;
  }
  .card-kolom1{
    width: 100%;
    padding: 5px;
    margin: .5%;
  }
  .card-kolom1.list .ket .judul{
    font-size: clamp(12px, 1.3vw, 18px);
  }
  .card-kolom1 .list .ket .judul a{
    font-size: clamp(12px, 1.3vw, 18px);
  }
  .card-kolom1 .list .gambar{
    margin-top: 2%;
    margin-bottom: 2%;
    margin-left: none;
    min-width: 30px;
    max-width: 30px;
    height: 70px;
    border: none;
    box-shadow: none;
  }
  .card-title-green {
    font-size: clamp(12px, 1.3vw, 20px);
    font-weight: 400;
  }
}

.main_footer{
	grid-area: main_footer;
	background-color: #0b5a3f;
	display: grid;
	padding: 2%;
	grid-template-areas: 
	'hubungi tautanweb tautanpa'
  'hubungi tautanweb tautanpa'
  'medsos medsos medsos';
	border-bottom: 10px solid #1f1f1f;
}
@media (max-width: 280px) {
  .footer{
    width: 100%;
  }
  .main_footer {
    width: 100%;
    margin: auto;
    padding: none;
  }
  
}
.hubungi{
grid-area: hubungi;
background-color: transparent;
}

.tautanweb{
grid-area: tautanweb;
background-color: transparent;
}

.tautanpa{
grid-area: tautanpa;
background-color: transparent;
}
.medsos{
  grid-area: medsos;
  background: linear-gradient(toright, #1f1f1f, #333);
  width: auto;
  min-width: 50px;
  margin-left: none;
  }
.medsos ul li{
    display: inline-block;
    margin-right: 10px;
    font-size: 2.3rem;
    color: white;
    padding-left: 1.5%;
  
  }
.medsos ul li a{
    color: white;
  
  }
  @media (max-width: 560px){
    .header {
    display: grid;
    grid-template-areas: 
    'banner';
    width: 100%;
  }
}
@media (max-width: 280px){
.konten{
  background-color: transparent;
  display: grid;
  height: auto;
  padding-left: none;
  margin-left: none;
  width:100%;
}
.isi{
  padding-left: none;
  margin-left: none;
}
}
@media (max-width: 400px){
  .header {
  display: grid;
  grid-template-areas: 
  'banner';
}
.konten{
  background-color: transparent;
  display: grid;
  height: auto;
  width:100%;
  padding-left: none;
  margin-left: none;
  grid-template-areas: 
  'isi';
}
.isi{
  padding-left: none;
  margin-left: none;
}
}
/*media max 1000px*/
  @media (max-width: 950px){
    .header {
    display: grid;
    grid-template-areas: 
    'banner';
  }
  .banner{
    size: 100%;
  }
  
  .konten{
    background-color: transparent;
    display: grid;
    height: auto;
    grid-template-areas: 
    'isi';
  }
  .isi{
    background: rgba(255, 252, 246, 0.98);
    grid-area: isi;
    grid-template-columns: 100%;
    width: auto;
    height: auto;
    display: grid;
  
    grid-template-areas:  
    'mainmenu '
    'poster'
    'appl'
    'app '
    'zi '
    'surv'
    'marq'
    'kiri'
    'kanan'
    'bawah';
    border-radius: 10px;
  }
  .mainmenu{
    grid-area: mainmenu;
  }
  .carousel-caption h5{
    font-size: 22px;
  }
  .zi {
    grid-area: zi;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .zi .card-1{
    padding-top: 1%;
    width: 100%;
    height: 270px;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    margin-bottom: 1%;
    margin-top: 1%;
  }
  .zi img{
    height: 250px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    display: block;
  }
  .zi span{
    font-size: clamp(12px, 1.5vw, 20px);
  }
  .surv {
    grid-area: surv;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .appl{
    background-color: transparent;
    grid-area: appl;
    display: flex;
    flex-direction: column;
    margin-bottom: none;
  }
  .appl .card-1{
    width: 95%;
    height: 210px;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    display: block;
    border-radius: 0.5em;
  }
  .appl img{
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    display: block;
    height: 140px;
    width: 85%;
  }
  .appl p{
    font-size: clamp(18px, 2vw, 20px);
    text-align: center;
  }
  .poster{
    background-color: #187555;
    grid-area: poster;
    display: flex;
    flex-direction: column;
    margin-bottom: none;
  }
  .poster .card-1 {
    width: min(95%, 1000px); /* Maksimal lebar 1000px agar tidak terlalu besar di layar lebar */
    height: clamp(280px, 35vw, 350px); /* Fleksibel tergantung lebar layar */
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    display: block;
    border-radius: 0.5em;
  }
  
  .poster img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: clamp(200px, 30vw, 300px); /* Gambar tumbuh tapi dibatasi */
    width: min(90%, 700px); /* Lebar maksimum gambar di layar besar */
    object-fit: cover;
    border-radius: 0.4em;
  }
  
  .poster span{
    font-size: clamp(18px, 2vw, 22px);
    text-align: center;
  }
  .app{
    background-color: transparent;
    grid-area: app;
    margin-top: none;
    display: flex;
    flex-direction: column;
  }
  .app .card-1{
    width: 95%;
    height: 280px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2%;
    padding-left: none;
    align-items: center;
    display: block;
    border-radius: 0.5em;
  }
  .app img{
    height: 220px;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    display: block;
  }
  .app p{
    font-size: clamp(18px, 2vw, 22px);
    text-align: center;
    margin-bottom:1%;
    color: #013321;
  }
  .kiri{
    grid-area: kiri;
    background-color: transparent;
    display: grid;
    margin-left: 1%;
  
    grid-template-areas:  
    'tampilanisi'
    'posterlengkap'
    'beritapop'
    'konten1'
    'tabmenu'
    'konten2'
    'konten2'
    'konten3'
    'konten4'
    'konten5';
  }
  .konten1{
    padding-top:5%;
  }
  .konten2{
    display: flex;
    flex-direction: column;
  }
  .konten5 iframe{
    width:48%;
    height: auto;
  }
  .tabmenu{
    height: 100%;
    margin-top: 5%;
    margin-bottom: 5%;
  }
  .apppendukung .card-1 {
    margin-left: auto;
    margin-right: auto;
  }
  .linkter .list .nama .atas{
    margin-bottom: 2%;
    margin-top: 1%;
  }
  .linkter .list .gambar{
    width: 10%;
    height: 12%;
    border: none;
    box-shadow: none;
  }
  .footer {
    display: grid;
    margin-bottom: 20px;
    margin-top: 5px;
    padding-left: 4%;
    padding-right: 1%;
    grid-template-areas: 
    'main_footer';
  }
  .main_footer{
    grid-area: main_footer;
    background-color: #0b5a3f;
    display: grid;
    width: 100%;
    padding: 2%;
    grid-template-areas: 
    'hubungi'
    'tautanweb'
    'tautanpa'
    'medsos';
    border-bottom: 10px solid #1f1f1f;
    border-radius: 0.5rem;
    -moz-box-shadow: -5px 7px 10px 5px #888;
    -webkit-box-shadow: -5px 7px 10px 5px#888;
    box-shadow: -5px 7px 10px 5px #888;
  }
  .medsos ul li{
    padding-left: 7%;
  }
  .tabcontainer .tabbuttoncontainer{
    float: center;
    width: 100%;
  }
  .tabcontainer .tabbuttoncontainer button{
    width: 100%;
    height: 100%;
    float: left;
    border: 1px solid white;
    cursor: pointer;
    padding-left: 5%;
    font-family: sans-serif;
    font-size: 14px;
    background-color:  #187555;
    color: white;
    position: center;
  }
  .tabcontainer .tabbuttoncontainer button:hover{
    color: black;
    }
  .tabcontainer .tabPanel.active{
    display: none;
    }
  .tabcontainer .tabPanel.active2{
    display: block;
    }
  .tampilanisi, .card-trans {
      display: flex;
      flex-direction: column;
    }
  .card-kolom1{
    width: 100%;
    padding: 10px;
    margin: 1%;
  }
  .card-kolom1.list .ket .judul{
    font-size: clamp(15px, 1.5vw, 16px);
  }
  .card-kolom1 .list .ket .judul a{
    font-size: clamp(15px, 1.5vw, 16px);
  }
  .card-kolom1 .list .gambar{
    margin-top: 2%;
    margin-bottom: 2%;
    margin-left: none;
    min-width: 80px;
    max-width: 80px;
    height: 80px;
    border: none;
    box-shadow: none;
  }
  .card-title-green {
    font-size: 1.25rem;
    font-weight: 400;
  }
}
/*end media 1120px*/
@media (max-width: 920px){
  .header {
  display: grid;
  grid-template-areas: 
  'banner';
}
.banner{
  size:100%;
}
.konten{
  background-color: transparent;
  display: grid;
  height: auto;
  grid-template-areas: 
  'isi';
}
.isi{
  background: rgba(255, 252, 246, 0.8);
  grid-area: isi;
  grid-template-columns: 100%;
  width: auto;
  height: auto;
  display: grid;

  grid-template-areas:  
  'mainmenu '
  'poster'
  'appl'
  'laporan'
  'app '
  'zi '
  'surv'
  'marq'
  'kiri'
  'kanan'
  'bawah';
  border-radius: 10px;
}
.mainmenu{
  grid-area: mainmenu;
}
.carousel-caption h5{
  font-size: 18px;
}
.zi {
  grid-area: zi;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.zi .card-1{
  padding-top: 1%;
  width: 100%;
  height: 270px;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  margin-bottom: 1%;
}
.zi img{
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  height: 250px;
  width: 80%;
}
.zi span{
  font-size: 12px;
  text-align: center;
}
.appl{
  background-color: transparent;
  grid-area: appl;
  display: flex;
  flex-direction: column;
  margin-bottom: none;
}
.appl .card-1{
  width: 97%;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: none;
  align-items: center;
  display: block;
  border-radius: 0.5em;
  margin-bottom: none;
}
.appl img{
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  display: block;
  height: 140px;
  width: 85%;
}
.appl p{
  font-size: 18px;
  text-align: center;
}
.laporan{
  background-color:  #187555;
  grid-area: laporan;
  display: flex;
  flex-direction: column;
  margin-bottom: none;
}
.laporan .card-1{
  width: 97%;
  height: 160px;
  margin-left: auto;
  margin-right: auto;
  padding-left: none;
  align-items: center;
  display: block;
  border-radius: 0.5em;
  margin-bottom: none;
}
.laporan img{
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  display: block;
  height: 140px;
  width: 85%;
}
.laporan p{
  font-size: 18px;
  text-align: center;
}
.poster{
  background-color: #187555;
  grid-area: poster;
  display: flex;
  flex-direction: column;
  margin-bottom: none;
}
.poster .card-1{
  width: 97%;
  height: 310px;
  margin-left: auto;
  margin-right: auto;
  padding-left: none;
  align-items: center;
  display: block;
  border-radius: 0.5em;
  margin-bottom: none;
}
.poster img{
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  display: block;
  height: 260px;
  width: 80%;
}
.poster span{
  font-size: 18px;
  text-align: center;
}
.app{
  background-color: transparent;
  grid-area: app;
  margin-top: none;
  display: flex;
  flex-direction: column;
}
.app .card-1{
  width: 95%;
  height: 270px;
  margin-left: auto;
  margin-right: auto;
  padding-left: none;
  align-items: center;
  display: block;
  border-radius: 0.5em;
}
.app img{
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  display: block;
  height: 190px;
  width: 85%;
}
.app p{
  font-size: 18px;
  text-align: center;
  color: #013321;
}
.kiri{
  grid-area: kiri;
  background-color: transparent;
  display: grid;
  margin-left: 1%;

  grid-template-areas:  
  'tampilanisi'
  'posterlengkap'
  'beritapop'
  'konten1'
  'tabmenu'
  'konten2'
  'konten2'
  'konten3'
  'konten4'
  'konten5'
  'surveyindeks';
}
.konten1{
  padding-top:5%;
}
.konten2{
  display: flex;
  flex-direction: column;
}
.konten5 iframe{
  width:48%;
  height: auto;
}
.tabmenu{
  height: 100%;
  margin-top: 5%;
  margin-bottom: 5%;
}
.apppendukung .card-1 {
  margin-left: auto;
  margin-right: auto;
}
.linkter .list .nama .atas{
  margin-bottom: 2%;
  margin-top: 1%;
}
.linkter .list .gambar{
  width: 10%;
  height: 12%;
  border: none;
  box-shadow: none;
}
.footer {
  display: grid;
  margin-bottom: 20px;
  margin-top: 5px;
  padding-left: 4%;
  padding-right: auto;
  grid-template-areas: 
  'main_footer';
}
.main_footer{
  grid-area: main_footer;
  background-color: #0b5a3f;
  display: grid;
  width: 100%;
  padding: 2%;
  grid-template-areas: 
  'hubungi'
  'tautanweb'
  'tautanpa'
  'medsos';
  border-bottom: 10px solid #1f1f1f;
  border-radius: 0.5rem;
  -moz-box-shadow: -5px 7px 10px 5px #888;
  -webkit-box-shadow: -5px 7px 10px 5px#888;
  box-shadow: -5px 7px 10px 5px #888;
}
.footer .credit{
  float:right;
  color:white;
  font-weight: 500;
  font-size: 12px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  width: 100%;
}
.medsos ul li{
  padding-left: 7%;
}
.tabcontainer .tabbuttoncontainer{
  float: center;
  width: 100%;
}
.tabcontainer .tabbuttoncontainer button{
  width: 100%;
  height: 100%;
  float: left;
  border: 1px solid white;
  cursor: pointer;
  padding-left: 5%;
  font-family: sans-serif;
  font-size: 14px;
  background-color:  #187555;
  color: white;
  position: center;
}
.tabcontainer .tabbuttoncontainer button:hover{
  color: black;
  }
.tabcontainer .tabPanel.active{
  display: none;
  }
.tabcontainer .tabPanel.active2{
  display: block;
  }
.tampilanisi, .card-trans {
    display: flex;
    flex-direction: column;
    overflow-x: auto;
  }
.card-kolom1{
  width: 100%;
  padding: 10px;
  margin: 1%;
}
.card-kolom1.list .ket .judul{
  font-size: 15px;
}
.card-kolom1 .list .ket .judul a{
  font-size: 15px;
}
.card-title-green {
  font-size: 1.25rem;
  font-weight: 400;
}
}
/*end media 900*/
@media (min-width: 2500px){
  /*banner applikasi*/
.app .card-1{
  width: 20%;
  height: auto;
  margin-top:1%;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  display: flex;
  flex-direction: column;
  border: 0 solid #187555;
  border-radius: 0.5rem;
}
.app img{
  margin-top: 1%;
  height: 220px;
  width: 350px;
}
.app p{
  font-size: 14px;
  color: #578d7a;
  font-weight: 600;
}

}

@media (max-width: 700px){
  .card-kolom1{
    width: 100%;
    padding: 10px;
    margin: 1%;
  }
  .card-kolom1.list .ket .judul{
    font-size: 13.5px;
  }
  .card-kolom1 .list .ket .judul a{
    font-size: 13.5px;
  }
  .card-title-green {
    font-size: 1.25rem;
    font-weight: 400;
  }
  .framesidang{
    width: 90%;
    min-height: 250px;
    max-height: 300px;
  }
  .zi .card-1{
    width: 100%;
    height: 250px;
  }
  .zi img{
    height: 220px;
    width: 80%;
  }
  .appl .card-1{
    width: 97%;
    height: 200px;
  }
  .appl img{
    height: 140px;
    width: 85%;
  }
  .appl p{
    font-size: 16px;
    text-align: center;
  }
  .poster .card-1{
    width: 97%;
    height: 260px;
  }
  .poster img{
    height: 200px;
    width: 80%;
  }
  .poster span{
    font-size: 16px;
    text-align: center;
  }
  .posterlengkap .card-1{
    width: 97%;
    height: 260px;
  }
  .posterlengkap img{
    height: 200px;
    width: 80%;
  }
  .posterlengkap span{
    font-size: 16px;
    text-align: center;
  }
  .app .card-1{
    width: 95%;
    height: 240px;
  }
  .app img{
    height: 150px;
    width: 85%;
  }
}
@media (max-width: 450px){
  .card-kolom1{
    width: 100%;
    padding: 10px;
    margin: 1%;
  }
  .card-kolom1.list .ket .judul{
    font-size: 11px;
  }
  .card-kolom1 .list .ket .judul a{
    font-size: 11px;
  }
  .framesidang{
    width: 90%;
    min-height: 300px;
  }
  .zi {
    grid-area: zi;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .zi .card-1{
    padding-top: 1%;
    width: 100%;
    height: 180px;
    margin-bottom: 1%;
    margin-top: 1%;
  }
  .zi img{
    height: 120px;
    width: 80%;
  }
  .zi span{
    font-size: 8px;
  }
  .appl .card-1{
    width: 95%;
    height: 160px;
  }
  .appl img{
    height: 90px;
    width: 85%;
  }
  .appl p{
    font-size: 12px;
    text-align: center;
  }
  .poster .card-1{
    width: 95%;
    height: 180px;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    border-radius: 0.5em;
  }
  .poster img{
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    display: block;
    height: 130px;
    width: 80%;
  }
  .poster span{
    font-size: 14px;
    text-align: center;
  }
  .posterlengkap .card-1{
    width: 95%;
    height: 180px;
    border-radius: 0.5em;
  }
  .posterlengkap img{
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    display: block;
    height: 130px;
    width: 80%;
  }
  .posterlengkap span{
    font-size: 14px;
    text-align: center;
  }
  .app .card-1{
    width: 95%;
    height: 200px;
    margin-bottom: 2%;
    border-radius: 0.5em;
  }
  .app img{
    height: 130px;
    width: 85%;
  }
  .app p{
    font-size: 12px;
    text-align: center;
    margin-bottom:1%;
    color: #013321;
  }
  .card-kolom1 .list .gambar{
    display:none;
  }
}
@media (max-width: 350px){
  .card-kolom1{
    width: 100%;
    padding-left:none;
    margin-left: none;
    margin: 1%;
  }
  .card-kolom1.list .ket .judul{
    font-size: 11px;
  }
  .card-kolom1 .list .ket .judul a{
    font-size: 11px;
  }
  .card-kolom1 .list .gambar img{
    display:none;
  }
  .framesidang{
    width: 80%;
    min-height: 300px;
  }
  .zi .card-1{
    padding-top: 1%;
    width: 100%;
    height: 120px;
    margin-bottom: 1%;
    margin-top: 1%;
  }
  .zi img{
    height: 90px;
    width: 80%;
  }
  .zi span{
    font-size: 8px;
  }
  .appl .card-1{
    width: 100%;
    height: 170px;
  }
  .appl img{
    height: 80px;
    width: 85%;
  }
  .appl p{
    font-size: 9px;
    text-align: center;
  }
  .poster .card-1{
    width: 95%;
    height: 150px;
    border-radius: 0.5em;
    margin-left: 0;
    margin-right: auto;
    align-items: center;
  }
  .poster img{
    height: 110px;
    width: 80%;
  }
  .poster span{
    font-size: 12px;
    text-align: center;
  }
  .posterlengkap .card-1{
    width: 95%;
    height: 150px;
    border-radius: 0.5em;
  }
  .posterlengkap img{
    height: 110px;
    width: 80%;
  }
  .posterlengkap span{
    font-size: 12px;
    text-align: center;
  }
  .app .card-1{
    width: 95%;
    height: 180px;
    margin-bottom: 2%;
    border-radius: 0.5em;
  }
  .app img{
    height: 110px;
    width: 85%;
  }
  .app p{
    font-size: 11px;
    text-align: center;
    margin-bottom:1%;
    color: #013321;
  }
  .agenda .kalendar .tanggal{
    min-width: 45px;
    max-height: 100px;
    vertical-align: middle;
    margin-top: auto;
    margin-bottom: auto;
    padding-top:10%;
    font-size: 1.5rem;
  }
  .agenda .kalendar .bulan{
    width: 35px;
    max-height: 50px;
  }
  
.tabcontainer .tabPanel{
  width:100%;
  padding-top: 7%;
  font-size: 16px;
}
.tabcontainer .tabPanel.active{
  padding-top: 7%;
  font-size: 16px;
}
.tabcontainer .tabPanel.active2{
  padding-top: 7%;
  font-size: 16px;
}
  .tabcontainer .tabbuttoncontainer{
    float: center;
    width: 100%;
  }
  .tabcontainer .tabbuttoncontainer button{
    width: 100%;
    height: 100%;
    padding-left: 1%;
    font-size: 12px;
  }
  .table4{
    overflow-wrap: break-word;
  }
  .table5{
    width: auto;
    overflow-wrap: break-word;
    overflow-x: auto;
  }
  .table5 th{	
    color: #141111;
    font-size: .7rem;
    border: none;
    padding: none;
  }
  .table5 td{	
    color: #141111;
    font-size: .7rem;
    padding: none;
  }
  .table5 a{
    font-size: .7rem;
    color: #000000;
  }
  .card-trans {
    width:fit-content;
    overflow-x: auto;
  }
}
.table {
  margin-bottom: 1rem;
  color: #212529;
  background-color: transparent;
  width: relative;
  border: none; 
}
.table td{	
  color: #27dcce;
  font-size: 10pt;
  height: 10%;
  border-top: none;
  min-width: 200px;
}
.table td a {
  margin-bottom: 1rem;
  color: #27dcce;
  background-color: transparent; 
}
.table-content {
  margin-bottom: 1rem;
  color: #212529;
  background-color: transparent;
  width: relative;
  border:0px solid black;
  text-indent: 10%;
  margin:1%;
  padding: 5%;
  line-height: 120%;
}
.table-content td{
  
  color: black;
  font-size: 12pt;
  height: 10%;
  text-align: justify; 
}
.table-content td a {
  margin-bottom: 1rem;
  color: #27dcce;
  background-color: transparent; 
}
.table1 {
  margin-bottom: 1rem;
  color: #27dcce;
  background-color: transparent;
  max-width: 300px;
}
.table1 td{
	border-bottom: 1px dashed #585858;
}
.table2 {
  margin-bottom: 1rem;
  color: #212529;
  background-color: transparent;
  width: auto;  
}
.table2 td{
  border-bottom: 0px dashed white;
  color: #ffffff;
  line-height: 2.5em;
}
.table2 td a{
  border-bottom: 0px dashed white;
  color: #ffffff;
  line-height: 2.5em;
}
.table3 {
  margin-bottom: 1rem;
  color: #27dcce;
  background-color: transparent;
  text-decoration: none; 
}
.table3 td{
  border: 1px solid #5f5e5e;
}
.table4 {
  margin-bottom: 1rem;
  color: #212529;
  background-color: transparent;
  width:fit-content;
  border: none; 
  overflow-wrap: break-word;
}
.table4 th{	
  color: #141111;
  font-size: 1rem;
  border: 1px solid #181818;
  padding: 7px 7px;
  background-color: #fbff00;
  text-align: center;
}
.table4 td{	
  color: #141111;
  font-size: 1rem;
  border: 1px solid #181818;
  padding: 7px 5px;
}
.table5 {
  margin-bottom: 1rem;
  color: #08315c;
  background-color: transparent;
  width: relative;
  border: none; 
}
.table5 th{	
  color: #141111;
  font-size: 1.2 rem;
  border: none;
  padding: 7px 7px;
  border-bottom:1px solid #aaa;
}
.table5 td{	
  color: #141111;
  font-size: 14px;
  padding: 7px 5px;
  padding-left:2%;
}
.table5 a{
  color: #000000;
}

.form-inline{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 50%
}


.img-slider{
  size: 20%;
  box-shadow: 5px #333;
  margin: 2;
  padding: 3;
  transform: rotate(360deg);
  transition: .7s;
}
.footer-footer {
  min-height: 20px;
  position: relative;
  display: flex;
  min-width: 0;
  word-wrap: break-word;
  padding: 0.75rem 0.5rem;
  background: linear-gradient(toright, #1f1f1f, #111);
  border-top: 0 solid rgba(0, 0, 0, 0.125);
}
.footer-footer ul li{
    display: inline-block;
    margin-right: 10px;
    font-size: 2.5rem;
    color: white;
    padding-left: 2%;
  
}
.footer-footer ul li a{
    color: white;
  
}
/*--------------------------------------------------------------
# Header menu
--------------------------------------------------------------*/
.headermenu {
  background: linear-gradient( #FE9A2E,#fc7c0a);
  margin-left: .1em;
  margin-right: .1em;
  margin-bottom: .3em;
  padding-bottom: none;
  padding-top: none;
  height: 5em;
  border-bottom: 5px double #026844;
}

@media (max-width: 992px) {
  .headermenu {
    top: 0;
    padding: 15px 0;
  }
  
}
@media (max-width: 500px) {
  .headermenu {
    top: 0;
    padding: 0 0;
  }
  
}
@media (max-width: 350px){
  .tampilanisi{
    width: 97%;
    overflow-x: auto ;
  }
  .tampilanisi .card-trans {
    width: 95%;
    overflow-x: auto;
  }
  .beritapop{
    width: 90%;
    overflow-x: auto;
  }
  .card-trans2{
    max-width: 100%;
    overflow-wrap: break-word;
    overflow-x: auto;
  }
  .card-body{
    width: 95%;
    overflow-x: auto;
    overflow-wrap: break-word;
  }
  .table5{
    max-width: 300px;
    overflow-x: auto;
    overflow-wrap: break-word;
  }
  .table5 th tr td{
    font-size:.6em;
  }
}
@media (max-width: 400px){
  .tampilanisi{
    width: 97%;
    overflow-x: auto ;
  }
  .tampilanisi .card-trans {
    width: 95%;
    overflow-x: auto;
  }
  .beritapop{
    width: 90%;
    overflow-x: auto;
  }
  .card-trans2{
    max-width: 100%;
    overflow-wrap: break-word;
    overflow-x: auto;
  }
  .card-body{
    width: 95%;
    overflow-x: auto;
    overflow-wrap: break-word;
  }
  .table5{
    max-width: 300px;
    overflow-x: auto;
    overflow-wrap: break-word;
  }
}
@media (max-width: 260px){
  .beritapop{
    width: 90%;
    overflow-x: auto;
  }
  .card-trans2{
    max-width: 100%;
    overflow-wrap: break-word;
    overflow-x: auto;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */

.navbar{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border: none;
}
.menu{
  display: flex;
  flex-direction: row;
  margin: inherit;
  z-index: 100;
  top: 10%;
  
}
.menu li{
  list-style: none;
  padding-left:10px;
  /*border-left: 1px solid #b95d07;*/
 
}

.menu li a{
  display: block;
  text-decoration: none;
  color: var(--light);
  padding: 0.15em 1em;
  font-size: clamp(1rem, 2vw, 1.5rem);

  
}
.menu li a span{
  font-size: .85em;
  padding-top: none;
}
.has-dropdown{
  position: relative;
  text-align: justify;
  justify-content: center;
  padding:1px .5px;
  z-index:100;
}
.submenu{
  position: absolute;
  left: 0%;
  top:100%;
  background-color: #0a523a;
  white-space: nowrap;
  padding: 5px 0;
  border: none;
  z-index:100;
  box-shadow: 0px 0px 0px rgba(48, 47, 47, 0);

  /* hide submenu */
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top center;
}
.submenu > li > a{
  padding: 5px 1em;
  font-size: .95em;
  z-index:100;
}
.submenu .submenu{
  padding: .5em 0;
  min-width: 1.8em;
  left: 100%;
  top: 0;
  color: white;
  z-index:100;
}
.submenu .submenu .submenu{
  top: 0;
}
.menu > li:hover > a, .submenu > li:hover > a{
  background-color:#fc7c0a;
  color: black;
}
.menu > li:hover > a{
  background-color: rgb(2,131,86,.8);
  color:white;
}

.menu > li:hover > a + .submenu, 
.submenu > li:hover > a + .submenu{
  opacity: 1;
  transform:scaleY(1) ;
}

@media only screen and (max-width: 400px){
  .menu li a{
    padding: .03em .4em;
    font-size: .5em;
  }
}
@media only screen and (max-width: 700px){
  .headermenu{
    position: relative;
    padding: .8em .5em;
    height: 3em;
  }
  .menu {
    flex-flow:column;
    position: absolute;
    background: transparent;
    padding-left: none;
    padding-right: none;
    top: 2.3em;
    left: 0;
    right: 0;
    height: 100vh;
    min-width: relative;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top center;
    transition: 200ms transform cubic-bezier(0.36,0.4, 0.42, 1.48 ) 100ms,
    100ms opacity ease-in-out;
  }
  .menu > li > a{
    font-size: .9rem;
    color: white;
    padding: .9em .4em;
    
  }
  .submenu > li > a{
    font-size: .9rem;
  }
  .submenu{
    top: 0;
    padding-left: .5em;
    padding-top: .5em;
    border-left: 0.01em dotted hsla(22, 96%, 45%, 0.95);
  }
  .submenu .submenu{
    top: 0;
    left: 0;
    padding-left: 1em;

  }
  .menu > li:hover > a{
    background-color: #f8a20d;
    color:black;
  }
  .menu > li:hover > a + .submenu,
  .submenu > li:hover > a +.submenu{
    position: relative;
    
  }
  .menu li a span{
    display: none;
  }
  .hamburger{
    width: 1.2em;
    height: .2em;
    display: block;
    background: #1f1f1f;
    position: relative;
    cursor: pointer;
  }

.hamburger::after,  .hamburger::before{
  content: "";
  position: absolute;
  left:0;
  background: inherit;
  width: inherit;
  height: inherit;

  transition: 0.2s transform ease-in-out;

}
.hamburger::after{
  top: .5em;
}
.hamburger::before{
  bottom: .5em;
}
.close::after, .close::before{
  top:0;
  transition: 0.2s transform ease-in-out;
}
.close::before{
  display: none;
  transform: rotate(-90deg);
}
.close{
  transform: rotate(45deg);
  transition: 0.2s transform ease-in-out;
}
.close::after{
  transform: rotate(-90deg);
}

input[type="checkbox"]:checked + .menu{
  position: absolute;
  opacity: 1;
  transform: scaleY(1);
  background: #187555;
}
}
@media only screen and (max-width: 900px){
  .menu li a{
    font-size: .8em;
    
  }
}
@media only screen and (max-width: 1250px){
  .menu li a{
    font-size: 1.4em;
  }
  .menu li a span{
  font-size: .9em;
}
}
@media (max-width: 900px){
  .headermenu{
    position: relative;
    padding: 1em .7em;
    height: 3.3em;
  }
  .menu {
    flex-flow:column;
    position: absolute;
    background: transparent;
    padding-left: none;
    padding-right: none;
    top: 2.55em;
    left: 0;
    right: 0;
    height: 100vh;
    /*min-width: absolute;*/
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top center;
    transition: 200ms transform cubic-bezier(0.36,0.4, 0.42, 1.48 ) 100ms,
    100ms opacity ease-in-out;
  }
  .menu > li > a{
    font-size: 1rem;
    color: white;
    padding: 1em .5em;
    
  }
  .submenu > li > a{
    font-size: 1rem;
  }
  .submenu{
    top: 0;
    padding-left: 1em;
    padding-top: 1em;
    border-left: 0.01em dotted hsla(22, 96%, 45%, 0.95);
  }
  .submenu .submenu{
    top: 0;
    left: 0;
    padding-left: 1em;

  }
  .menu > li:hover > a{
    background-color: #f8a20d;
    color:black;
  }
  .menu > li:hover > a + .submenu,
  .submenu > li:hover > a +.submenu{
    position: relative;
    
  }
  .menu li a span{
    display: none;
  }
  .hamburger{
    width: 1.4em;
    height: .22em;
    display: block;
    background: #1f1f1f;
    position: relative;
    cursor: pointer;
  }

.hamburger::after,  .hamburger::before{
  content: "";
  position: absolute;
  left:0;
  background: inherit;
  width: inherit;
  height: inherit;

  transition: 0.2s transform ease-in-out;

}
.hamburger::after{
  top: .55em;
}
.hamburger::before{
  bottom: .55em;
}
.close::after, .close::before{
  top:0;
  transition: 0.2s transform ease-in-out;
}
.close::before{
  display: none;
  transform: rotate(-90deg);
}
.close{
  transform: rotate(45deg);
  transition: 0.2s transform ease-in-out;
}
.close::after{
  transform: rotate(-90deg);
}

input[type="checkbox"]:checked + .menu{
  position: absolute;
  opacity: 1;
  transform: scaleY(1);
  background: #187555;
}
}
/*end menu media 900*/
.container-login{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family:'Montserrat', sans-serif;
}
.login{
  width: 30vw;
  height: 44vh;
  min-width: 340px;
  min-height: 450px;
  flex-direction: column;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(4px);
  border-radius: 4px;
}
.login h2{
  font-size: 35px;
  color: #014b4b;
  margin-top: 8%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 2%;
  text-align: center;
}
.login h4{
  font-size: 12px;
  color: white;
  margin-top: 2%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 2%;
  text-align: center;
}
.login fieldset{
  display: flex;
  flex-direction: column;
  width: 98%;
  border: none;
  padding: 0 10px;
  margin-top: 20px;
}
.login fieldset legend{
  font-size: 14px;
  letter-spacing: 2px;
  color: white;
  width: fit-content;
  padding: 0 4px;
}
.login fieldset input{
  width: 100%;
  border: none;
  background: none;
  color: white;
  font-size: 19px;
  padding: 0 3px 3px 3px;
  margin: 2% 0  8px 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.76);
  transition: border-bottom 0.5s;
}
.login input[type=submit]{
  width: 95%;
  border:none;
  background-color: white;
  color: #008080 ;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 500;
  padding: 7px 12px;
  border-radius: 3px;
  margin-left: 2.5%;
  margin-right: 2%;
  margin-top: 5%;
  margin-bottom: 10%;
  cursor: pointer;
  transition: transform 0.1s;
}
.login input[type=submit]:hover{
  transform: scale(1.01);
}
.login input[type=submit]:active{
  transform: scale(0.9);
}
.login span{
  color: white;
  font-size: 14px;
  margin-top: 10%;
  padding-top: 10%;
  margin-left: 2%;
  text-align: center;
}
.login span a{
  color: white;
  font-weight: 600;
}
.container-login{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family:'Montserrat', sans-serif;
}

.cont-nama{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  margin-top: 5%;
  justify-content: center;
  font-family:'Montserrat', sans-serif;
}
.nama-kantor{
  width: 40vw;
  height: 5vh;
  min-width: 340px;
  min-height: 100px;
  flex-direction: column;
  align-items: center;
  background-color: transparent;
}
.nama-kantor span{
  font-size: 2em;
  color: #b9f2fa;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 600;
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.difabel{
    position: sticky;
    height:110px; 
    width:110px; 
    float:left;  
    top: calc(100vh - 150px);
    display: flex;
    align-items: left;
    justify-content: left;
    box-shadow: 10px 10px 20px black;
    z-index: 5000;
}
.cctv{
    position: sticky;
    height:110px; 
    width:110px; 
    float:right;  
    top: calc(100vh/2 - 450px/2);
    display: flex;
    flex-direction: row-reverse;
    z-index: 5000;
}
@media (max-width: 500px) {
  .difabel{
    top: calc(100vh - 50px);
    height:50px; 
    width:80px; 
  }
  .cctv{
    top: calc(100vh/2 - 450px/2);
    height:60px; 
    width:90px; 
    float:right;
    margin-right:none;
    padding-right:none;
  }
}
@media (max-width: 876px) {
  .nama-kantor span{
    font-size: 28px;
    text-align: center;
    align-items: center;
  }
}
.lightbox_wrapper {
  padding: 10px;
  margin: 10px;
  text-align: center;
  }
  a.lightbox img {
  height: 100px;
  border: 3px solid white;
  box-shadow: 0px 0px 8px rgba(0,0,0,.3);
  }
  
  .lightbox-target {
  position: fixed;
  top: -100%;
  width: 100%;
  background: #ffffff;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
  overflow: hidden;
  }
  
  .lightbox-target img {
  margin: auto;
  position: absolute;
  top: 0;
  left:0;
  right:0;
  bottom: 0;
  max-height: 0%;
  max-width: 0%;
  border: 3px solid #ffffff;
  box-shadow: 0px 0px 8px rgba(0,0,0,.3);
  box-sizing: border-box;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  }
  
  a.lightbox-close {
  display: block;
  width:50px;
  height:50px;
  box-sizing: border-box;
  border-radius: 50px;
  border: 1px solid #000000;
  background: #ffffff;
  color: #000000;
  text-decoration: none;
  position: absolute;
  top: -80px;
  right: 40px;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  }
  
  a.lightbox-close:before {
  content: "";
  display: block;
  height: 30px;
  width: 1px;
  background: #000000;
  position: absolute;
  left: 26px;
  top:10px;
  -webkit-transform:rotate(45deg);
  -moz-transform:rotate(45deg);
  -o-transform:rotate(45deg);
  transform:rotate(45deg);
  }
  
  a.lightbox-close:after {
  content: "";
  display: block;
  height: 30px;
  width: 1px;
  background: #000000;
  position: absolute;
  left: 26px;
  top:10px;
  -webkit-transform:rotate(-45deg);
  -moz-transform:rotate(-45deg);
  -o-transform:rotate(-45deg);
  transform:rotate(-45deg);
  }
  
  .lightbox-target:target {
  opacity: 1;
  top: 0;
  bottom: 0;
  }
  
  .lightbox-target:target img {
  max-height: 100%;
  max-width: 100%;
  }
  
  .lightbox-target:target a.lightbox-close {
  top: 0px;
  }
  .modal-dialog{
    min-width: 950px;
    min-height: 115%;
    background-color: transparent;
  }
  .modal-dialog .modal-body{
    min-width: 90%;
    min-height: 90%;
  }
  @media (max-width: 576px) {
    .modal-dialog{
      min-width: 250px;
    }
  }
  @media (min-width: 576px) {
    .modal-dialog{
      min-width: 300px;
    }
  }
  @media (min-width: 760px) {
    .modal-dialog{
      min-width: 500px;
    }
  }
  @media (min-width: 900px) {
    .modal-dialog{
      min-width: 600px;
    }
  }
  @media (min-width: 1200px) {
    .modal-dialog{
      min-width: 700px;
    }
    
  }
  #google_translate_element {
background-color: #E83D02;
  position: sticky;
}
.goog-te-gadget {
  font-family: Roboto, 'Open Sans', sans-serif!important;
  text-transform: uppercase;
}
.goog-te-gadget-simple  {
  background-color: rgba(255,255,255,0.20)!important;
  border: 1px solid rgba(255,255,255,0.50) !important;
  padding: 8px!important;
  border-radius: 4px!important;
  font-size: 1rem!important;
  line-height:1rem!important;
  display: inline-block;
  cursor: pointer;
  zoom: 1;
}
.goog-te-menu2 {
  max-width: 100%;
}
.goog-te-menu-value {
  color: #fff !important;}
.goog-te-menu-value::before {
    font-family: 'Material Icons';
    content: "\E927";
    margin-right: 16px;
    font-size: 3rem;
    vertical-align: -10px;
  } 

.goog-te-menu-value span:nth-child(5) {
  display:none;
}
.goog-te-menu-value span:nth-child(3) {
  border:none!important;
  font-family: 'Material Icons';}
.goog-te-menu-value span:nth-child(3) ::after {
    font-family: 'Material Icons';
    content: "\E5C5";
    font-size: 2rem;
    vertical-align: -6px;
  }  

.goog-te-gadget-icon {
    background-image: url(https://placehold.it/32)!important;
    background-position: 0px 0px;
    height: 32px!important;
    width: 32px!important;
    margin-right: 8px!important;
    display: none;
}

/* ============ HIDE TOP BAR ============ */
.goog-te-banner-frame.skiptranslate {display: none!important;} 
body {top: 0px!important;}

/* ================================== *\
    Mediaqueries
\* ================================== */
@media (max-width: 667px) {
	#google_translate_element {
		bottom: calc(100% - 50% - 53px);
		left: 16px!important;
		width: 100%!important;}
		goog-te-gadget {
			width:100%!important;
		}
		.skiptranslate {
			width:100%!important;			
		}
		.goog-te-gadget-simple {
			width: calc(100% - 32px)!important;
			text-align: center;
		}	
}