.swiper {
  width: 100%;
  height: calc(100vh - 90px);
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.mySwiper .swiper-slide {
  max-width: 180px !important;
  height: 100%;
  display: block;
  margin-top: 2px;
}
.mySwiper .swiper-slide-thumb-active {
  border-top: 2px #cc0000 solid;
  margin-top: 0px;
}
.Sliderthumbs {
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.smallBar {
  position: absolute;
  bottom: 0px;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  filter: alpha(opacity=80);
  padding: 10px 0px;
  z-index: 1001;
  width: 100%;
  height: 30px;
  opacity: 0;
  transition: all 0.3s linear;
}
.Sliderthumbs:hover .smallBar {
  height: 80px;
  opacity: 1
}
.smallBar .swiper-wrapper {
  justify-content: center;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper {
  --swiper-theme-color: #eee;
  --swiper-navigation-size: 22px;
}
.swiper-pagination {
  color: #eee;
  z-index: 9;
  bottom: 0
}
.info span {
  display: block;
  color: #666;
}
.info {
  font-size: 14px;
  line-height: 1.7;
}
.info strong {
  color: #333;
}
.info .location i {
  display: inline-block;
  width: 16px;
  height: 20px;
  background: url(../images/ico-local.png) no-repeat;
  margin-left: 10px;
}
.fontDetails, .fontDetails p {
  font-size: 14px;
  line-height: 1.7;
}
.leftGrid h1 {
  font-size: 30px;
  letter-spacing: 2px;
  line-height: 1.5
}
.leftGrid h2 {
  font-size: 24px;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
.txtContent {
  padding: 0;
}
.area {
  font-size: 16px;
  color: #333;
  padding-top: 8px;
}
.tp1 {
  padding-top: 60px;
}
.tb1 {
  padding-bottom: 60px;
}
.tp2 {
  padding-top: 120px;
}
.details-img img {
  width: 100%;
}
.details-img a img {
  width: auto;
}
@media only screen and (max-width: 1024px) {
  .swiper {
    width: 100%;
    height: 100%;
  }
}