.box{

	width: 100%;

	height: 50px;

	background-color: white;

	border-radius: 30px;

	display: flex;

	align-items: center;

	padding: 20px;

}

.box  i {

  font-size: 20px !important;
  border-radius: 15px;
  color: white;
  margin-right: -10px;

}

.box  input{

	flex: 1;

	height: 40px;

	border: none;

	outline: none;

	font-size: 18px;

	padding-left: 10px;


}
/* modul statistik */
.cards-statistik h1{
  color:black;
  font-size:45px;
  font-weight: bold;
  font-family: 'Didact Gothic', sans-serif;
}
.cards-statistik h3{
  font-weight: bold;
  color:black;
  font-size: 20px;
  font-family: 'Didact Gothic', sans-serif;
}
.cards-statistik h4{
  font-weight: bold;
  color:black;
  font-size: 15px;
  font-family: 'Didact Gothic', sans-serif;
}
.cards-statistik p{
  
  color:black;
  font-size: 15px;
  font-family: 'Didact Gothic', sans-serif;
}

.cards-statistik {
  display: block;
  position: relative;
  max-width: 250px;
  height: 350px;
  background-color: white;
  border-radius: 4px;
  padding: 22px 20px;
  border-style:solid;
  border-width:thin;
  border-color:#dfdfdf;
  margin: 12px;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
}

.cards-statistik:hover {
  background: #f5f5f5;
}

.cards-statistik:hover h1 {
  transition: all 0.3s ease-out;
 
}

.cards-statistik:hover p {
  transition: all 0.3s ease-out;
 
}
.cards-statistik:hover h3 {
  transition: all 0.3s ease-out;
  
}
.cards-statistik:hover h4 {
  transition: all 0.3s ease-out;
 
}

/* end modul statistik */

/* pencarian awal */

.container-fluid .putih .card-data:hover{
  background-color:#f5f5f5;
}

.row .text-center{
  margin-bottom: 30px;
}
.form-control{
  padding: 20px;
  margin: 20px;
 
}

.grey{
  background-color:#f5f5f5;
  
}    
.container-fluid .grey{
  border-radius: 5px 5px 0px 0px;
}
/* .putih{
  background-color:#7f7f7f;
  
  
}    */

.container-fluid .putih .row{
  margin-left: 20px;
}
.container-fluid .putih .fa-ul a{
  color: black;
}
/* pencarian end */
.share-btn-container{
    background: black;
    display: flex;
    flex-direction: column;
    padding: 16px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    position:fixed;
    top:50%;
    transform: translateY(-50%);
  }
  .share-btn-container a i{
    font-size: 25px;
  
  }
     
  
  
  
  
  .share-btn-container a{
    margin: 12px 0;
  }
  
  
  
  /* jumbotron */
  
  
  
  .jumbotron{
      background-color: #ffffff; 
      padding-bottom: 65px;
     
  }    
  
  
  .jumbotron .col-md-6 h1{
      color:white;
      font-family: 'Didact Gothic', sans-serif;
  
  }
  
  p{
      margin: 20px 0px;
      margin-bottom:20px;
      /* color:white; */
  }
  li{
    color:black;
  }
  .cari{
      margin-top:20px;
      width:100%;
      padding: 10px;
  }
  .jumbotron-img{
      width: 500px; 
      
      float:left;    
      margin-left:125px;   
      margin-top:100px;       
                               
  }
  .highlight .jumbotron{
      
      background-color:#ffffff; /*#7f7f7f;*/
  
  }
  .highlight .box-tab{
    padding-right: 60px;
    padding-left: 60px;
    padding-bottom: 50px;
    padding-top: 50px;
    background-color: #f5f9ff;

}
  
  .highlight .jumbotron h2{
      font-weight:bold;
      font-family: 'Didact Gothic', sans-serif;
      padding-bottom: 10px;
      margin-left: 25px;
      color:white;
  }
  .caption p{
      color:white;
  }
  .thumbnail{
     margin-top:40px;
  }
  
  
  
  /* end jumbotron */
  
  /* highlight */
  
  .highlight .jumbotron .post-container .post{
      width: 250px;
      height: 350px;/* 500px; */
      background: #ffffff; /*#7f7f7f;*/
      margin-left: 0;
      margin-right: 0;
      
      padding: 0px;
      
  }
  .highlight .jumbotron .post-container .post .image img{
      height:200px;
      width: 250px;
      object-fit:cover;
      border-radius: 2%
  }
  .highlight .jumbotron .post-container .post .content{
      height:200px;
      max-width: 250px;
      padding: 0 5px;
      margin-top: 10px;
  
  }
  .highlight .jumbotron .post-container .post .content .title{
      font-weight: 600;
      font-size: 16px;
      color:white;
  
  }
  .highlight .jumbotron .post-container .post .content:hover .title{
      color: #085991;
  }
  
  .highlight .jumbotron .post-container .post .total h2{
      color: white;
  }
  
  /* end highlight */
  
  
  /* statistik */
  
  .statistik .jumbotron h2{
    font-weight:bold;
    font-family: 'Didact Gothic', sans-serif;
    /* padding-bottom: 10px; */
    margin-bottom: -15px;
    padding-top: 10px;
    /* margin-left: 25px; */
    color:black;
  }
  
  .statistik .jumbotron{
      
    background-color:7f7f7f;
  }
  
  .container-statistik {
    
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      
      padding:0;
      
      align-items: center;
      
      
    }
    
    .card1 h1{
      color:black;
      font-size:45px;
      font-weight: bold;
      font-family: 'Didact Gothic', sans-serif;
    }
    .card1 h3{
      font-weight: bold;
      color:black;
      font-size: 20px;
      font-family: 'Didact Gothic', sans-serif;
    }
    .card1 h4{
      font-weight: bold;
      color:black;
      font-size: 15px;
      font-family: 'Didact Gothic', sans-serif;
    }
    .card1 p{
      
      color:black;
      font-size: 15px;
      font-family: 'Didact Gothic', sans-serif;
    }
    
    .card1 {
      display: block;
      position: relative;
      max-width: 250px;
      height: 350px;
      background-color: white;
      border-radius: 4px;
      padding: 22px 20px;
      border-style:solid;
      border-width:thin;
      border-color:#dfdfdf;
      margin: 12px;
      text-decoration: none;
      z-index: 0;
      overflow: hidden;
    }
    
    .card1:hover {
      background: #a6ce39 ; /* #085991;*/
    }
    
    .card1:hover h1 {
      transition: all 0.3s ease-out;
      color: black;
    }
    
    .card1:hover p {
      transition: all 0.3s ease-out;
      color: black;
    }
    .card1:hover h3 {
      transition: all 0.3s ease-out;
      color: black;
    }
    .card1:hover h4 {
      transition: all 0.3s ease-out;
      color: black;
    }
    
    
  /* end statistik */
  
  /* pencarian */
  
  .pencarian .jumbotron{
    
    background-color:#ffffff; /*#7f7f7f;*/
  }
  .pencarian .jumbotron h2{
    color:white;
    font-weight: bold;
    font-family: 'Didact Gothic', sans-serif;
  }
  .pencarian .jumbotron h4{
    color:white;
    margin:12;
    padding: 0;
    font-family: 'Didact Gothic', sans-serif;
  }
  
  .pencarian .jumbotron .container-pencarian .card3 h4{
    color:white;
    font-weight: bold;
    font-family: 'Didact Gothic', sans-serif;
  }
  
  .container-pencarian {
    display: flex;
    justify-content: center;
    margin-top: 25px;
    padding:0;
    flex-wrap: wrap;
    align-items: center;
  
  /*   
    
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; */
  }
  
  .card3 img{
    max-width: 100%;
    border-radius: 4px;
    height: auto;
  
   
  }
  .card3 h3{
    font-family: 'Didact Gothic', sans-serif;
    font-weight: bold;
  
    text-align: center;
    color: black;
    margin-top: 10px;
  }
  
  
  
  .card3 {
    display: block;
    max-width: 200px;
    position: relative;
    text-decoration: none;
    
    opacity: 0.5;
    border-radius: 4px;
    
    margin: 12px 12px;
    
    overflow: hidden;
    
  /*  display: block;
    top: 0px;
    position: relative;
    max-width: 262px;
    background-color: #f2f8f9;
    border-radius: 4px;
    padding: 32px 24px;
    margin: 12px;
    
    overflow: hidden;
    border: 1px solid #f2f8f9;*/
  }
  
  .card3:hover {
   
   
    opacity: 1;
  }
  
  
  /* end pencarian */
  
  /* video */
  
  .video .jumbotron{
    
    background-color:white;
  }
  
  .iframe-container{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; 
    height: 0;
  }
  .iframe-container iframe{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .font-black{
		color : black !important;
	}
  .description{
    height: 70px !important;
    margin: 0px 0px !important;
    margin-top: -30px !important;
  }

	@media only screen and (max-width: 600px) {
    .description{
      height: 350px !important;
    }
    .card-frame{
      height: 0 !important;
    }
		.slider,.slider2,.slider3{
			padding-left: 20px !important;
    		padding-right: 20px !important;
		}
		.card-information{
			display:block !important;
		}
		.information{
			padding-top: 20px !important;
      display: flex !important;
		}
		.share-container{
			margin-left: 25px !important;
		}
		.card-title{
			font-size: 25px !important;
		}
		.card-tableu{
			height: 400px !important;
			margin-left: -10px !important;
    		box-shadow: 0px 0px 0px 0px rgb(198 184 184) !important;
		}
		#slide-arrow-next,#slide-arrow-next2,#slide-arrow-next3 {
			right: 0 !important;
      padding-left: 16px !important;
      border-radius: 50%!important;
      margin-right: 20px !important;
      background-color: white !important;
      color: #222636 !important;
		}
		#slide-arrow-prev,#slide-arrow-prev2,#slide-arrow-prev3 {
      background-color: #ffffff !important;
      color: #355c80 !important;
      border-radius: 100% !important;
      left: 36px !important;
      padding-left: 9px !important;
      padding-right: 41px !important;
      margin-left: -12px !important;
			
		}
		.highlight .jumbotron .post-container .post .image img{
            height: 200px;
            width: 250px;
            object-fit: cover;
            border-radius: 2%;
            /* padding-left: 20px; */
            /* width: 60% !important; */
            /* margin-left: 0px; */
            /* height: 60% !important; */
            padding-right: 20px !important;
			
        }
		.card-judul{
			max-width: 115px;
			height:70px !important;
		}
		.highlight .jumbotron .post-container .post .content .title {
			font-weight: 600;
			font-size: 12px;
			
		}
		.text-judul{
			margin-left: 15px;
		}
		.text-date{
			font-size: 12px !important;
		}
		.jumbotron{
			padding-bottom: 0;
		}
    .info-dataset{
      padding-top: 0 !important;
      padding-left: 15px;
    }
    .highlight .jumbotron h2 {
      font-size: 25px;
    }
    .header-beranda{
      padding-left: 20px !important;
    }
    
	}
  .container-summary{
    padding-right: 50px;
    padding-left: 50px;
  }
  
  
  /* end video */
  
  
  /* css reset */
  
  /* http://meyerweb.com/eric/tools/css/reset/ 
     v2.0 | 20110126
     License: none (public domain)
  */
  
  /* end css reset */

  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  