/* body[data-aos-duration='7000'] [data-aos],
[data-aos][data-aos][data-aos-duration='7000'] {
  transition-duration: 4000ms;
} */

html, body {
  padding: 0;
  margin: 0;
  min-height: 100vh;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  padding: 0;
  margin: 0;
}

html {
  font-size: calc(100vw/1380);
}

body {
  font-size: 16px;
}

.main {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.main .main-wrapper {
  padding-top: 60px;
  overflow: hidden;
}

.wrapper {
  max-width: 1380px;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto;
}

.banner {
  position: relative;
}

.banner img {
  width: 100%;
}

.banner .banner-text {
  position: absolute;
  right: 20px;
  transform: translateX(0);
  bottom: 50px;
  color: #fff;
  font-size: 50px;
}
.banner.slick-active .banner-text {
  transition: all 2s;
  transform: translateX(-200rem);
}

.title-img {
  width: 25%;
}
.title-txt em{
  font-size: 20px;
  color: gray;
}

.title-txt {
  font-size: 24px;
  color: #FFA301;
  padding-bottom: 30px;
  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;
  font-weight:bold;
}

.menu {
  position: fixed;
  font-size: 20px;
  width: 100%;
  font-weight: bold;
  background-color: #fff;
  z-index: 1;
}
.menu .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
}
.menu .logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.menu .logo img {
  height: 85%;
}
.menu li {
  padding: 0 60rem;
}
.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: 30px;
  padding-bottom: 30px;
}
.footer .logo {
  display: inline-flex;
  width: 30%;
}
.footer .logo img {
  width: 70%;
}
.footer .nav-li {
  flex-direction: column;
  line-height: 2;
}
.footer p {
  position: relative;
}
.footer .company-info {
  padding-right: 30px;
}
.footer .map-icon {
  position: absolute;
  width: 36px;
  top: -22px;
  margin-left: 5px;
}
.footer .copyright {
  background-color: #cacaca;
  text-align: center;
  padding: 10px 0;
}

.go-top {
  position: fixed;
  bottom: 10px;
  right: 20px;
}
.go-top img {
  width: 50px;
  cursor: pointer;
}

.banner-section .slick-arrow {
  right: 0;
  left: 0;
  display: none !important;
}

.about-us-section {
  padding: 30px 0;
}
.about-us-section .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.about-us-section .desc {
  font-size: 18px;
  padding: 0 16%;
  text-align: center;
}
.about-us-section .slogan {
  width: 50%;
  padding-bottom: 10px;
}

.products-section {
  background-color: #f5f5f5;
  padding: 30px 0;
}
.products-section .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.products-section .products-grids {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  width: 100%;
}
.products-section .pd-grid {
  width: 32%;
  background-color: #fff;
  margin-bottom: 30px;
  padding: 12px;
  box-sizing: border-box;
}
.products-section .pd-grid img {
  width: 60%;
  /* margin: 20px; */
}
.products-section .pd-grid .pd-name {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 5px;
}
.products-section .pd-grid .pd-info {
  display: flex;
  align-items: start;
  color: #464382;
}
.products-section .pd-grid ul {
  margin-left: 5px;
  list-style: none;
}
.products-section .pd-grid li {
  font-size: 14px;
  margin-top: 20rem;
  word-break: break-all;
  /* margin-top: 16%; */
}
.products-section hr {
  width: 60%;
  height: 1px;
  border: 0;
  background: #C6C6C7;
  margin-bottom: 10px;
}

.contact-btn {
  display: block;
  text-align: center;
  margin: 30px 0;
}
.contact-btn img {
  width: 25%;
  opacity:0.9;
  filter:alpha(opacity=90);
}

.contact-btn img:hover{
  opacity:1.0;
  filter:alpha(opacity=100);
}

.contact-page .title-txt {
  text-align: left;
  padding: 0 0 0 10%;
  box-sizing: border-box;
}

.booking-section {
  position: relative;
  background-color: #f5f5f5;
  padding: 20px 0;
}
.booking-section .booking-steps {
  display: flex;
  flex-direction: column;
}
.booking-section .booking-steps img {
  width: 70%;
}
.booking-section .booking-steps .contact-step-img {
  position: relative;
  padding-left: 10%;
}
.booking-section .booking-shops {
  display: flex;
  justify-content: end;
}
.booking-section .booking-shops a {
  width: 30%;
}
.booking-section .booking-shops img {
  width: 100%;
  opacity:0.8;
  filter:alpha(opacity=80);
}

.booking-section .booking-shops img:hover{
  opacity:1.0;
  filter:alpha(opacity=100);
  margin-top: 3px;
}

.contact-section {
  padding: 20px 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: 100px;
}
.contact-timeline .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-timeline img {
  width: 80%;
}

.mobile-banner {
  display: none;
}