﻿.apisearch {
  margin-bottom: 20px;
  font-size: 14px;
}

.apisearch__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.apisearch__col {
  margin: 0 5px 13px;
  display: flex;
  align-items: center;
}

.apisearch__label {
  margin-right: 5px;
}

.apisearch__input {}

.apisearch__input input {
  font-family: "Poppins";
  padding: 5px;
}

.apisearch__submit {}

.apisearch__submit button {
  background: #124a83;
  border: none;
  padding: 7px 10px;
  border-radius: 3px;
  color: #fff;
  font-family: "Poppins";
  cursor: pointer;

}

.sosial__img {
  background: #efefef;
}

.sosial__img img {
  object-fit: contain;
}

.popsosial {
  max-height: 620px;
  overflow: auto;
  max-width: 700px;
}

.catedate {
  flex-direction: column;
  align-items: flex-start;
}

.floatmenu {
  bottom: 15px;
}

.floatmenu__wrap ul li img {
  object-fit: contain;
}

.imgcontent-img img {
  height: auto;
  max-height: 500px;
  object-fit: contain;
}

.tablepage .detailcontent {
  /* overflow: auto; */
}


/* v3  */
.homeimg:after {
  content: "";
  /* background: rgba(0,0,0,0.4); */
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.homeimg {
  position: relative;
}


/* v4  */
.hometitle,
.homesummary {
  text-shadow: 4px 0 4px black, 0 4px 4px black, 4px 0 4px black, 0 4px 4px black;
}


.g-recaptcha {
  overflow: hidden;
}
.apisearch-cap .warning {color: red;}

.apisearch-cap {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 20px;
}

.g-recaptcha iframe {border-radius: 0px;}
.fotodetail .slick-service-slider .arrow-h{top: 50%;}


.frameouter iframe{
  width:100%;
  min-height:510px;
  border-radius:10px;
}


.imgcontent-caption{margin-top: 5px;}
.hometext__inner{max-width: 550px;}
.hometitle{font-family: Poppins;}

@media screen and (max-width:767px) {
  .popsosial-img img {
    max-height: 400px;
  }

  .popsosial {
    max-height: 550px;
  }


  .homeimg img {
    min-height: 320px;
    height: auto;
  }

  .homelink a {
    font-size: 12px;
  }
  .frameouter iframe{
    width:100%;
    min-height:230px;
    height:auto;
  } 

}