@media screen and (max-width: 800px) {
  .desktop {
    display: none;
  }
  .mobile {
    display: inline-block;
  }
  body {
    font-size: 14rem;
  }
  .main {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
  .main .main-wrapper {
    padding-top: 60rem;
  }
  .wrapper {
    /* max-width: 800rem; */
    padding: 0 10rem;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .banner {
    width: 100%;
  }
  .title-img {
    width: 30%;
  }
  .title-txt {
    font-size: 24rem;
    color: #FFA301;
    padding-bottom: 30rem;
    width: 100%;
    text-align: center;
  }
  .nav-li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
  }
  .nav-li li:hover {
    background-color: #f5f5f5;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
    color: #003366;
  }
  .menu {
    position: fixed;
    font-size: 16rem;
    width: 100%;
    background-color: #fff;
    z-index: 1;
  }
  .menu .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 120rem;
  }
  .menu .logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
  }
  .menu .logo img {
    height: 100%;
  }
  .menu li {
    padding: 0 20rem;
  }
  .menu .cart {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
  }
  .menu .cart img {
    height: 75%;
  }
  .footer {
    background-color: #f5f5f5;
  }
  .footer .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30rem;
    padding-bottom: 30rem;
  }
  .footer .logo {
    display: inline-flex;
    width: 30%;
  }
  .footer .logo img {
    width: 100%;
  }
  .footer .nav-li {
    flex-direction: column;
    line-height: 2;
  }
  .footer p {
    position: relative;
  }
  .footer .company-info {
    padding-right: 30rem;
  }
  .footer .map-icon {
    position: absolute;
    width: 36rem;
    top: -22rem;
    margin-left: 5rem;
  }
  .footer .copyright {
    background-color: #cacaca;
    text-align: center;
    padding: 10rem 0;
  }
  .footer .wrapper li{
    font-size: 13px;
  }
  .footer .wrapper p,.contact-section .wrapper p,.about-us-section .wrapper .desc{
    font-size: 13px;
  }
  .footer .wrapper h3,.contact-section .wrapper h3{
    font-size: 15px;
  }

  .go-top {
    position: fixed;
    bottom: 10rem;
    right: 20rem;
  }
  .go-top img {
    width: 50rem;
  }
  .banner-section .slick-arrow {
    right: 0;
    left: 0;
    display: none !important;
  }
  .about-us-section {
    padding: 30rem 0;
  }
  .about-us-section .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }
  .about-us-section .desc {
    font-size: 18rem;
    padding: 0 16%;
    text-align: center;
  }
  .about-us-section .slogan {
    width: 50%;
    padding-bottom: 10rem;
  }
  .products-section {
    background-color: #f5f5f5;
    padding: 30rem 0;
  }
  .products-section .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }
  .products-section .products-grids {
    gap: 4%;
  }
  .products-section .pd-grid {
    width: 48%;
    margin-bottom: 30rem;
  }
  /* .products-section .products-grids {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
  }
  .products-section .pd-grid {
    width: 32%;
    background-color: #fff;
    margin-bottom: 10rem;
    padding: 5rem;
    box-sizing: border-box;
  } */
  .products-section .pd-grid img {
    width: 50%;
    margin-right: 5rem;
  }
  .products-section .pd-grid .pd-name {
    margin-bottom: 5rem;
  }
  .products-section .pd-grid .pd-info {
    display: flex;
    color: #464382;
  }
  .products-section .pd-grid ul {
    margin-left: 15rem;
    list-style: none;
  }
  .products-section .pd-grid li {
    list-style: none;
    font-size: 10rem;
  }
  .products-section hr {
    width: 60%;
    height: 1rem;
    border: 0;
    background: #C6C6C7;
    margin-bottom: 10rem;
  }
  .contact-btn {
    display: block;
    text-align: center;
    margin: 30rem 0;
  }
  .contact-btn img {
    width: 25%;
  }
  .contact-page .title-txt {
    text-align: left;
    padding: 0 0 0 10%;
    box-sizing: border-box;
  }
  .booking-section {
    position: relative;
    background-color: #f5f5f5;
    padding: 20rem 0;
  }
  .booking-section .booking-steps {
    display: flex;
    flex-direction: column;
    align-items: end;
  }
  .booking-section .booking-steps img {
    width: 80%;
  }
  .booking-section .booking-steps .contact-step-img {
    position: relative;
    top: -28rem;
  }
  .booking-section .booking-shops {
    display: flex;
    justify-content: end;
  }
  .booking-section .booking-shops a {
    width: 30%;
  }
  .booking-section .booking-shops img {
    width: 100%;
  }
  .contact-section {
    padding: 20rem 0;
  }
  .contact-section-content {
    display: flex;
    justify-content: space-between;
  }
  .contact-section-content .map-wrapper {
    position: relative;
    width: 40%;
    padding-bottom: 40%;
  }
  .contact-section-content .company-info img {
    vertical-align: text-top;
  }
  .contact-section-content .map-wrapper {
    position: relative;
    width: 50%;
    padding-bottom: 40%;
    height: 0;
  }
  .contact-section-content .map-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
  }
  .contact-timeline {
    padding-bottom: 100rem;
  }
  .contact-timeline .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .contact-timeline img {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  /* .products-section .products-grids {
    gap: 4%;
  }
  .products-section .pd-grid {
    width: 48%;
    margin-bottom: 10px;
  } */
  .contact-timeline img {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .web-banner {
    display: none;
  }
  .mobile-banner {
    display: block;
  }
  .contact-section-content {
    flex-direction: column;
    text-align: center;
  }
  .contact-section-content .map-wrapper {
    width: 90%;
    padding-bottom: 70%;
    margin: 0 5%;
  }
}
@media screen and (max-width: 420px) {
  .menu .wrapper {
    height: 140rem;
  }
  .menu .nav-li {
    flex: 1;
    padding: 0 70rem;
    font-size: 12px;
  }
  .menu .nav-li li {
    padding: 0;
    width: 25px;
  }
  .title-img {
    width: 50%;
  }
  .title-txt {
    font-size: 24px;
  }
  .products-section .products-grids {
    gap: 0;
    font-size: 20px;
  }
  .products-section .pd-grid {
    width: 100%;
    padding-bottom: 15px;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 3px;
  }
  .products-section .pd-grid li {
    font-size: 16px;
  }
  .contact-btn img {
    width: 50%;
  }
  .footer .map-icon {
    width: 30px;
    top: -13px;
  }
  .footer .logo {
    width: 50%;
  }
  .footer .wrapper {
    flex-direction: column;
  }
  .footer .wrapper > * {
    margin-bottom: 10px;
  }
  .go-top img {
  width: 40px;
}
}