.head {
    /*min-height: 150px;*/
    background-color: #66CBFF;
    /*margin-bottom: 30px;*/
}

.mg {
    margin-top: 30px;
}

@media (max-width: 450px){
  .head {
    min-height: 0px;
    background-color: #66CBFF;
    margin-bottom: 0px;
    /*position: fixed;*/
    z-index: 10;
  }
  .mg {
    margin-top: 7px;
  }
}

.carousel-item {
  height: 65vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media (max-width: 1033px) and (min-width: 839px) {
  .carousel-item {
    height:100%; 
    min-height:300px; 
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}

@media (max-width: 838px) and (min-width: 768px) {
  .carousel-item {
    height:100%; 
    min-height:270px; 
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}

@media (max-width: 767px) and (min-width: 728px) {
  .carousel-item {
    height:100%; 
    min-height:260px; 
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}

@media (max-width: 728px) and (min-width: 668px) {
  .carousel-item {
    height:100%; 
    min-height:240px; 
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}

@media (max-width: 667px) and (min-width: 610px) {
  .carousel-item {
    height:100%; 
    min-height:220px; 
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}

@media (max-width: 609px) and (min-width: 550px) {
  .carousel-item {
    height:100%; 
    min-height:200px; 
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}

@media (max-width: 549px) and (min-width: 480px) {
  .carousel-item {
    height:100%; 
    min-height:170px; 
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}

@media (max-width: 479px) and (min-width: 420px){
  .carousel-item {
    height:100%; 
    min-height:150px; 
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}

@media (max-width: 419px) and (min-width: 321px){
  .carousel-item {
    height:100%; 
    min-height:130px; 
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}

@media (max-width: 320px) {
  .carousel-item {
    height:100%; 
    min-height:110px; 
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}

.marquee {
    height: 32px;
    overflow: hidden;
    position: relative;
    background: #1e90ff;
    color: white;
}

hr {
    margin: auto;
    width: 70px;
    position: relative;
    border-top: 2px solid #61D2B4;
    margin-top: 15px;
    margin-bottom: 25px;
}

.visi {
  background-color: #17a2b8; 
  padding: 5px; 
  margin-bottom: 13px; 
  font-size: 17px; 
  color: white;
}

.col-custom-five {
    position: relative;
    float: left;
    width: 20%;
    min-height: 1px;
    padding: 5px;
}

@media (max-width: 768px) and (min-width: 451px){
  .col-custom-five {
        position: relative;
        float: left;
        width: 50%;
        min-height: 1px;
        padding: 5px;
    }  
}

@media (max-width: 450px){
  .col-custom-five {
        position: relative;
        float: left;
        width: 100%;
        min-height: 1px;
        padding: 5px;
    }  
}

.footer {
  background: #343A40;
  padding: 35px 0;
  margin-top: 30px;
  color: white;
}

footer {
  background: #292f35;
  padding: 15px 0;
}

.footer-links {
  line-height: 48px;
}

.footer-links li {
  float: left;
}

.footer-links li a {
  color: #fff;
  margin-right: 15px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

.footer-links li a:hover {
  color: #61D2B4;
}

.social-icons {
  margin-top: 40px;
}

.social-icons ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-icons ul li {
  display: inline;
}

.social-icons ul li a {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 15px;
  border-radius: 50%;
  line-height: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  background: #ddd;
  font-size: 16px;
}

.social-icons ul li a:hover {
  color: #fff;
}

.facebook a {
  color: #4867AA;
}

.facebook a:hover {
  background: #4867AA;
}

.twitter a {
  color: #1DA1F2;
}

.twitter a:hover {
  background: #1DA1F2;
}

.containerz {
  position: relative;
  width: 100%;
}

.imagez {
  display: block;
  width: 100%;
  height: auto;
}

.overlayz {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #008CBA;
  border: 7px solid #00afe8;
}

.containerz:hover .overlayz {
  opacity: 1;
}

.text {
  color: white;
  font-size: 17px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  font-family: 'Pacifico', cursive;
}

.text-center{
  text-align: center;
}
.card-img-top{
  width: 100%;
}

.header-line {
  height: 5px;
  width: 100%;
  content: '';
  display: block;
}
.gradient-color-1{
     background: -webkit-linear-gradient(left,#fc636b 0,#ff6d92 60%,#fd9a00 100%);
    background: linear-gradient(to right,#fc636b 0,#ff6d92 60%,#fd9a00 100%);
}
.gradient-color-2{
    background: #3be8b0;
    background: -webkit-linear-gradient(bottom left,#3be8b0 0,#02ceff 100%);
    background: linear-gradient(to top right,#3be8b0 0,#02ceff 100%);
}
.text-white{
  color: white;
}
.no-margin{
  margin:0;
}
.no-margin-top{
  margin-top:0;
}
.pad-right{
  margin-right: 0.5em;
}

#gpr-kominfo-widget-header {
    display: none!important;
}

#gpr-kominfo-widget-footer {
    display: none!important; 
}

#gpr-kominfo-widget-container {
  border: 1px solid #fff!important;
}