@font-face {
  font-family: 'Noto Sans HK';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosanshk/v21/nKKP-GM_FYFRJvXzVXaAPe9ZmFhTHA.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans HK';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosanshk/v21/nKKQ-GM_FYFRJvXzVXaAPe9hMg.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans HK';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosanshk/v21/nKKP-GM_FYFRJvXzVXaAPe9ZiF9THA.otf) format('opentype');
}
body {
  margin: 0;
  background-color: #FEDC97;
  min-height: 100vh;
  color: #727272;
  font-size: 16px;
  font-family: 'Noto Sans HK', sans-serif;
  font-weight: 300;
}
body a {
  color: inherit;
}
body .title {
  font-size: 22px;
  text-align: center;
  color: #D19D24;
  font-weight: bold;
}
body .container {
  width: 1366px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
body #menu {
  background-image: url(/images/menu.jpg), url(/images/menu_bg.png);
  background-position: center -60px;
  background-repeat: no-repeat, repeat;
  background-size: 1366px, auto;
  height: 250px;
  position: relative;
}
body #menu .closeMenu {
  position: fixed;
  z-index: 2;
  width: 40px;
  top: 50px;
  cursor: pointer;
  display: none;
}
body #menu .menu-list {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: -18px;
  list-style-type: none;
  width: 50%;
  margin-left: 25%;
  padding-left: 0;
  text-align: center;
  color: #3941b1;
  font-size: 16px;
}
body #menu .menu-list li {
  flex: 1;
  position: relative;
  padding-bottom: 20px;
}
body #menu .menu-list li a {
  text-decoration: none;
}
body #menu .menu-list li:hover .submenu {
  display: block;
}
body #menu .menu-list li .submenu {
  padding-left: 0px;
  list-style-type: none;
  position: absolute;
  top: 100%;
  z-index: 1;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  color: black;
  padding: 15px 0px;
  display: none;
  border-top: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
body #menu .menu-list li .submenu li {
  padding: 5px 0px;
}
body #menu .container {
  position: relative;
}
body #menu .container .home {
  position: absolute;
  left: 80px;
  top: 22px;
  width: 200px;
}
body #menu .container .home img {
  width: 100%;
}
body #menu .container .cart {
  position: absolute;
  cursor: pointer;
  top: 30px;
  right: 200px;
  text-decoration: none;
  text-align: center;
  color: #3941b1;
  font-size: 12px;
}
body #menu .container .cart img {
  width: 30px;
}
body #menu .container .burger {
  display: none;
  position: absolute;
  cursor: pointer;
  top: 35px;
  left: 20px;
  text-decoration: none;
  text-align: center;
  color: #3941b1;
  font-size: 12px;
}
body #menu .container .burger img {
  width: 20px;
}
body #menu .container .globe {
  position: absolute;
  cursor: pointer;
  top: 30px;
  right: 120px;
  text-decoration: none;
  text-align: center;
  color: #3941b1;
  font-size: 12px;
}
body #menu .container .globe img {
  width: 30px;
}
body #menu .container .partner {
  position: absolute;
  cursor: pointer;
  top: 30px;
  right: 40px;
  text-decoration: none;
  text-align: center;
  color: #3941b1;
  font-size: 12px;
}
body #menu .container .partner img {
  width: 30px;
}
body #content {
  padding-bottom: 50px;
}
body .slick .slide {
  max-width: 100%;
}
body .slick .slick-prev {
  left: 25px;
  z-index: 1;
}
body .slick .slick-next {
  right: 25px;
}
body .slick .slick-dots {
  bottom: 25px;
}
body #footer {
  padding-top: 50px;
}
body #footer .container {
  display: flex;
  flex-wrap: wrap;
}
body #footer .container .menu {
  flex: 1;
  display: flex;
}
body #footer .container .menu ul {
  flex-basis: 30%;
  list-style-type: none;
  padding-left: 0px;
}
body #footer .container .menu ul a {
  text-decoration: none;
}
body #footer .container .contact-us {
  flex: 1;
}
body #footer .container .copyright {
  flex-basis: 100%;
  text-align: center;
  font-size: 14px;
}

