

.toiletSwiper{
  transform: scale(1.2);
    margin-top: 30px;
    display: flex;
    justify-content: center;
}
.toiletSwiper>div{
  position: relative;
}
.toiletSwiperM{
  display: none;
}
.toilet_use_tip {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 44;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: white;
  font-size: 32px;
  background: rgba(0, 0, 0, 0.4);
}
.tip{
  position: absolute;
    z-index: 11;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    color: white;
}
.to-pr .toiletSwiper{
  overflow: hidden;
}
.to-pr .toiletSwiper>div:nth-child(1):hover img{
  transform: scale(1.5);
  transform-origin: right top;
}
.to-pr .toiletSwiper>div:nth-child(1):hover .tip{
  font-size: 2rem;
  color: #ff9800;
  animation: bounce 1s ;
}
.to-pr .toiletSwiper>div:nth-child(3):hover img{
  transform: scale(1.5);
  transform-origin: bottom left;
}
.to-pr .toiletSwiper>div:nth-child(3):hover .tip{
  font-size: 2rem; color: #ff9800;
  animation: bounce 1s ;
}
/* .to-pr .toiletSwiper>div:nth-child(2):hover {
  transform: scale(1.2);
  transform-origin: center center;
} */
.to-pr .toiletSwiper>div:nth-child(2){
  transform:skewX(-8deg);
  overflow: hidden;
  width: 36.1%;
}
.to-pr .toiletSwiper>div:nth-child(2) img,.to-pr .toiletSwiper>div:nth-child(2) .tip{
  transform:skewX(8deg);
}
.to-pr .toiletSwiper>div:nth-child(2):hover img{
  transform: scale(1.5) skewX(8deg);
}
.to-pr .toiletSwiper>div:nth-child(2):hover .tip{
  font-size: 2rem; color: #ff9800;
  transform: skewX(8deg);
  animation: bounce1 1s ;
}
.h5:hover{
  animation: bounce1 1s ;
}

.to-pr .toiletSwiper>div:nth-child(2):hover .tip{
  font-size: 2rem; color: #ff9800;animation: bounce 1s ;
}

.faan-se {
  position: relative;
  /* background: url("./../../assets/images/backgroup/bg-team.png") center center no-repeat; */
  background-size: cover;
  padding: 120px 0 90px;
}

.tf-section.faan-se .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* background: #f6f6f6; */
  z-index: -1;
}
.toilet_use>div,.toilet_use>div>div,.toilet_use>div>div>div{
  overflow: hidden;
}
.toilet_use>div:hover>img{
  transform: scale(1.5);
}
.toilet_use>div>div:hover>img{
  transform: scale(1.5);
}
.toilet_use>div>div>div:hover>img{
  transform: scale(1.5);
}

.tf-section.faan-se .container .box:hover{
  transform: translateY(-15px);
}
.tf-section.faan-se .container .box:hover::after{
 
  background: linear-gradient(grey,blue);
}
.tf-section.faan-se .container .box .box_div {
  width: 96%;
  margin: 0 auto;
  height: 250px;
}

.tf-section.faan-se .container .box .box_div .title {
  text-align: center;
  background: #877f72;
  color: white;
  font-size: 36px;
  line-height: 1.25;
  padding: 10px;
}

.tf-section.faan-se .container .box .box_div .content {
  width: 100%;
  font-size: 1.1em;
  padding: 10px 20px;
  line-height: 37px;
  height: 200px;
  background: white;
}

.tf-section.faan-se .container .service-box {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.tf-section.faan-se .container .feature-box {
  /* width: 50%; */
  min-height: 250px;
  /* border: 1px solid red; */
  padding: 10px;
  /* min-width: 400px; */
}
.tf-section.faan-se .container .feature-box .box {
  width: 100%;
  height: 100%;
}
.in-do img{
  height:100%;
}


.tf-section.hard-pr .container  .box_div {
  width: calc(100% - 20px);
  height: 250px;
  border-radius: 10px;
  position: relative;
  margin: 10px;
  transition: all 0.3s ease;
  /* border: 2px double; */
  /* border-radius: 10px; */
}
.hard-pr-html{
 /* padding-left: 0px;
 padding-right: 0px; */
  
}
.in-qy .inqydiv{
  background: rgb(88 76 76 / 50%);
  align-items: end;
  font-size:24px;
}
.tf-section.hard-pr .container .box_div img {
  width: 100%;
  height: 100%; border-radius: 10px;
}

.tf-section.hard-pr .container .box_div:hover {
  /* transform: translateY(-10px); */
  background: #212121;
 
}


.tf-section.hard-pr .container  .box_div:hover .inqydiv {
  font-size: 2em;
  color: rgb(183, 221, 233); 
  align-items: center;
  background: rgba(0, 0, 0, 0.6)
}
.tf-section.hard-pr .container  .box_div:hover .inqydiv p{
  animation: bounce 1s 2;
}
@media screen and (max-width: 900px){

  .hard-pr-html>div {
    flex: 0 0 auto;
    width: 33.3%;
  }
  }
  
@media screen and (max-width: 768px){
.title-section .title {
  font-size: 2rem;
}
.subtitle{
  margin-bottom: 0px;
  font-size: 1.4rem;
}
.hard-pr-html{
  justify-content:center;
}
.hard-pr-html>div {
  flex: 0 0 auto;
  width: 45%;
}
}


@media screen and (max-width: 520px){
  .row>* {
    padding-right:0px;
    padding-left: 0px;
  }
  .toiletSwiper{
    display:none;
  }

  .toiletSwiperM {
    display: flex;flex-flow:column;
  }
  .toiletSwiperM>div{
    position: relative;
    height: 100%;
    border-bottom: 2px solid white;
  }
  .toiletSwiperM div img{
   width: 100%;
  }
  .title-section .title {
    font-size: 1.6rem;
  }
  .subtitle{
    margin-bottom: 0px;
    font-size: 1rem;
  }
  .hard-pr-html>div{
    margin: 10px;;
    width: calc(100% - 20px);
  }
/*  .tf-section {
    padding: 100px 0 10px 0 !important;
  }*/
}
