body {
  opacity: 1 !important;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #000;
}
img {
  max-width: 100%;
}
.img100 {
  width: 100%;
}
.parsley-errors-list {
  list-style: none;
  display: none;
  color: #F00;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}
.parsley-errors-list * {
  padding: 0;
  margin: 0;
}
.parsley-error {
  border: 2px solid #f00 !important;
}
.parsley-custom-error-message {
  color: #fff;
  background-color: #F00;
}
.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}
.h-90 {
  min-height: 80vh;
}
h5 {
  font-size: 16px;
}
footer {
  background: #253163;
  padding: 0.2em 0;
  text-align: center;
  font-size: .8em;
  color: #fff;
}
#mymap {
  background-color: #ccc;
  height: 100%;
}
#mmap {
  height: 600px;
}
.body_login .div-center {
  width: 400px;
  height: 400px;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 1em 2em;
  border: 2px solid #ccc;
  display: table;
}
.body_login div.content {
  display: table-cell;
  vertical-align: middle;
}
.btn-info {
  background-color: #598e1e;
  border-color: #598e1e;
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
  background-color: #436b16;
  border-color: #436b16;
}
.body_detail h1 {
  font-size: 25px;
  font-weight: bold;
}
.body_detail .nav-pills {
  margin-top: 20px;
}
.body_detail .nav-pills .nav-item {
  margin: 0 8px;
}
.body_detail .owl-carousel .owl-stage-outer {
  width: 92%;
  margin: auto;
}
.body_detail .owl-nav .fas {
  color: #000;
  font-size: 35px;
}
.body_detail .owl-nav .owl-next,
.body_detail .owl-nav .owl-prev {
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.body_detail .owl-nav .owl-next {
  right: 0;
  display: flex;
  margin-right: 0% !important;
}
.body_detail .owl-nav .owl-prev {
  left: 0;
  display: flex;
  margin-left: 0% !important;
}
.body_detail h4 {
  margin: 0;
  padding: 0;
}
.body_detail .card {
  -webkit-box-shadow: 1px 1px 5px 1px #C4C4C4;
  box-shadow: 1px 1px 5px 1px #C4C4C4;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}
.body_detail .characteristic {
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 10px;
  color: #456787;
}
.body_detail .characteristic h5 {
  font-weight: bold;
  color: #000;
}
.body_detail .feature h5 .fas {
  color: #598e1e;
}
