<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@media only screen and  (min-width: 992px) and (max-width:1200px) {
  .box-news{
    margin: 0px;
  }
  .section-we{
    height: auto;
  }
  .banner-photo{
    height: auto;
  }
  .footer{
    height: auto;
    overflow: visible;
  }
  .box-serve{
    margin: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-we{
    height: auto;
  }
  .banner-photo{
    height: auto;
  }
  .box-news{
    margin-bottom: 25px;
  }
  .box-serve{
    margin-bottom:25px;
  }
  .content-box{
    margin-bottom: 25px;
  }
  .footer{
    height: auto;
    overflow: visible;
  }
  .box-serve{
    margin: 0px 0px ;
  }
  .header-mobile {
    height: 100px;
  }
  .logo-header{
    width: 29%;
  }
  .inputleft {
    padding-left: 0 !important;
    padding-right: 0px !important;
  }
  .inputright {
  padding-right: 0 !important;
  padding-left: 0px !important;
  }
}







@media only screen and(min-width: 480px) and (max-width: 767px) {
  .box-news {
    margin: 0 40px;
}
  .logo-header{
    width: 30%;
  }
  .section-we{
    height: auto;
  }
  .banner-photo{
    height: auto;
  }
  .box-news{
    margin-bottom: 25px;
  }
  .box-serve{
    margin-bottom:25px;
  }
  .content-box{
    margin-bottom: 25px;
  }
  .footer{
    height: auto;
    overflow: visible;
  }
  .inputleft {
    padding-left: 0 !important;
    padding-right: 0px !important;
  }
  .inputright {
  padding-right: 0 !important;
  padding-left: 0px !important;
  }
  .box-serve h4::after {
    left: 40% !important;
  }
}
@media only screen and(min-width: 360px) and (max-width: 479px) {
.section-we{
  height: auto;
}
.banner-photo{
  height: auto;
}
.box-news{
  margin-bottom: 25px;
}
.box-serve{
  margin-bottom:25px;
}
.content-box{
  margin-bottom: 25px;
}
.footer{
  height: auto;
  overflow: visible;
}
.tp-rightarrow {
  right: 5px !important;
  border-radius: 50%;
}
.tp-leftarrow {
  left: 5px !important;
  border-radius: 50%;
}
.inputleft {
  padding-left: 0 !important;
  padding-right: 0px !important;
}
.inputright {
padding-right: 0 !important;
padding-left: 0px !important;
}
}
</pre></body></html>