@media (max-width:  767px ) {
  #pageHome {
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
}
#pageHome .text-headline {
  font-family: "Times New Roman", Times, Georgia, "Microsoft JhengHei", "微軟正黑體", sans-serif;
}
#pageHome .btn-action {
  padding: 0.5em 4em;
}
@media (max-width:  767px ) {
  #pageHome .btn-action {
    padding: 0.5em 1em;
  }
}
/*
#pageHome .slick-dots {
  position: relative;
  bottom: 0;
}
#pageHome .slick-prev,
#pageHome .slick-next {
  width: 60px;
  height: 60px;
  background-size: 30px 30px;
  background-repeat: no-repeat;
}
#pageHome .slick-prev:before,
#pageHome .slick-next:before {
  font-size: 60px;
  display: none;
}
#pageHome .slick-prev.slick-disabled,
#pageHome .slick-next.slick-disabled {
  opacity: 0.3;
}
#pageHome .slick-prev {
  text-align: left;
  background-image: url('/en/img/ui/prev.png');
  background-position: left center;
}
#pageHome .slick-next {
  text-align: right;
  background-image: url('/en/img/ui/next.png');
  background-position: right center;
}
*/
#pageHome .section {
  position: relative;
  z-index: 2;
}
#pageHome .banner-item {
  width: 100%;
  height: 0;
  position: relative;
  background: black;
}
@media (min-width:  992px ) {
  #pageHome .banner-item {
    height: 500px;
    padding-bottom: 0;
  }
}
@media (max-width:  767px ) {
  #pageHome .banner-item {
    padding-bottom: 72%;
  }
}
@media (min-width:  768px ) and (max-width:  991px ) {
  #pageHome .banner-item {
    padding-bottom: 72%;
  }
}
#pageHome .banner-item .image-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
#pageHome .banner-item .image-bg.desktopImg {
  display: none;
}
@media (min-width:  992px ) {
  #pageHome .banner-item .image-bg.desktopImg {
    display: block;
  }
}
@media (min-width:  768px ) and (max-width:  991px ) {
  #pageHome .banner-item .image-bg.desktopImg {
    display: block;
  }
}
@media (min-width:  992px ) {
  #pageHome .banner-item .image-bg.mobileImg {
    display: none;
  }
}
@media (min-width:  768px ) and (max-width:  991px ) {
  #pageHome .banner-item .image-bg.mobileImg {
    display: none;
  }
}
#pageHome .banner-item .content-text-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#pageHome .banner-item .content-text {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: black;
}
#pageHome .banner-item .content-text .text-headline {
  margin-top: 0;
  font-size: 30px;
}
@media (min-width:  992px ) {
  #pageHome .banner-item .content-text .text-headline {
    font-size: 40px;
  }
}
#pageHome .banner-item .content-text .btn-block {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  min-width: 160px;
  max-width: 240px;
}
#pageHome .banner-item .content-text .btn-block + .btn-block {
  margin-top: 10px;
}
#pageHome .banner-item .content-box {
  padding: 30px 15px;
  max-width: 720px;
  margin: 0 auto;
}
#pageHome .banner-item .content-box .text-headline {
  margin-top: 0;
}
@media (min-width:  992px ) {
  #pageHome .banner-item[data-style="overlay-true"] .content-box {
    background: rgba(0, 0, 0, 0.2);
  }
}
#pageHome #section-hero {
  z-index: 1;
  position: relative;
}
#pageHome #section-hero:before {
  width: 100%;
  position: absolute;
  content: '';
  height: 100px;
  left: 0;
  bottom: 0;
  background: -webkit-linear-gradient(bottom, rgba(60, 60, 60, 0.3), rgba(60, 60, 60, 0));
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(top, rgba(60, 60, 60, 0.3), rgba(60, 60, 60, 0));
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(top, rgba(60, 60, 60, 0.3), rgba(60, 60, 60, 0));
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to top, rgba(60, 60, 60, 0.3), rgba(60, 60, 60, 0));
  /* Standard syntax */
  z-index: 60;
}
#pageHome #section-hero #hero-banner-pagers {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 60;
}
#pageHome #section-hero #hero-banner-pagers .pager-item {
  display: inline-block;
  padding: 5px;
  margin: 0 5px;
  cursor: pointer;
}
#pageHome #section-hero #hero-banner-pagers .pager-item.active {
  color: white;
}
#pageHome #section-hero #hero-banner-controls .btn-controls {
  position: absolute;
  width: 10%;
  min-width: 60px;
  max-width: 120px;
  height: 100%;
  text-align: center;
  z-index: 61;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#pageHome #section-hero #hero-banner-controls .btn-controls:hover {
  opacity: 1;
}
#pageHome #section-hero #hero-banner-controls .btn-controls.btn-banner-next {
  right: 0;
  top: 0;
}
#pageHome #section-hero #hero-banner-controls .btn-controls.btn-banner-next:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to left, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  /* Standard syntax */
  z-index: 1;
}
#pageHome #section-hero #hero-banner-controls .btn-controls.btn-banner-prev {
  left: 0;
  top: 0;
}
#pageHome #section-hero #hero-banner-controls .btn-controls.btn-banner-prev:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  /* Standard syntax */
  z-index: 1;
}
#pageHome #section-hero #hero-banner-controls .btn-controls .controls-text {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 60px;
  line-height: 60px;
  color: white;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#pageHome #section-hero #list-hero-banner {
  margin: 0;
  padding: 0;
  list-style: none;
  min-height: 640px;
  position: relative;
  z-index: 59;
}
#pageHome #section-hero #list-hero-banner .hero-banner-item {
  position: absolute;
  background: black;
  min-height: 640px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
#pageHome #section-hero #list-hero-banner .hero-banner-item[data-style="overlay-false"] .content-box {
  background: rgba(0, 0, 0, 0.2);
}
#pageHome #section-hero #list-hero-banner .hero-banner-item .content-box {
  padding: 30px 15px;
  max-width: 720px;
  margin: 0 auto;
}
#pageHome #section-hero #list-hero-banner .hero-banner-item .content-box .text-headline {
  margin-top: 0;
}
#pageHome #section-hero #list-hero-banner .hero-banner-item .image-bg {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#pageHome #section-hero #list-hero-banner .hero-banner-item .image-bg.desktopImg {
  display: none;
}
@media (min-width:  992px ) {
  #pageHome #section-hero #list-hero-banner .hero-banner-item .image-bg.desktopImg {
    display: block;
  }
}
@media (min-width:  768px ) and (max-width:  991px ) {
  #pageHome #section-hero #list-hero-banner .hero-banner-item .image-bg.desktopImg {
    display: block;
  }
}
@media (min-width:  992px ) {
  #pageHome #section-hero #list-hero-banner .hero-banner-item .image-bg.mobileImg {
    display: none;
  }
}
@media (min-width:  768px ) and (max-width:  991px ) {
  #pageHome #section-hero #list-hero-banner .hero-banner-item .image-bg.mobileImg {
    display: none;
  }
}
#pageHome #section-hero #list-hero-banner .hero-banner-item .content-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: black;
}
#pageHome #section-hero #list-hero-banner .hero-banner-item .content-text td {
  vertical-align: middle;
}
@media (max-width:  767px ) {
  #pageHome #section-hero #list-hero-banner {
    min-height: 480px;
  }
  #pageHome #section-hero #list-hero-banner .btn-action {
    margin-bottom: 5px;
    width: 180px;
  }
  #pageHome #section-hero #list-hero-banner .hero-banner-item {
    min-height: 480px;
  }
}
#pageHome #section-hero #list-hero-banner-mobile .banner-item {
  background: none;
}
@media (max-width:  767px ) {
  #pageHome #section-hero #list-hero-banner-mobile .banner-item {
    padding-bottom: 168% !important;
  }
}
#pageHome #section-hero .slick-dots {
  bottom: 30px;
}
@media (min-width:  992px ) {
  #pageHome #section-featured-product .mobileImg {
    display: none !important;
  }
  #pageHome #section-featured-product .banner-item .content-text {
    padding-bottom: 100px;
  }
}
#pageHome #section-featured-product .sliderContainer {
  margin-top: -100px;
}
#pageHome #section-featured-product .comp-pdt-blk .comp-pdt-blk-wrapper {
  background: #f8f8f8;
}
#pageHome #section-featured-product .comp-pdt-blk .comp-pdt-blk-img {
  border: 0;
  width: 100%;
  padding: 10%;
}
@media (min-width:  768px ) and (max-width:  991px ) {
  #pageHome #section-featured-product .desktopImg {
    display: none !important;
  }
  #pageHome #section-featured-product .mobileImg {
    display: block !important;
  }
  #pageHome #section-featured-product .comp-pdt-blk .comp-pdt-blk-wrapper {
    background: white;
  }
  #pageHome #section-featured-product .sliderContainer {
    margin-top: 0;
  }
}
@media (max-width:  767px ) {
  #pageHome #section-featured-product .desktopImg {
    display: none !important;
  }
  #pageHome #section-featured-product .comp-pdt-blk .comp-pdt-blk-wrapper {
    background: white;
  }
  #pageHome #section-featured-product .sliderContainer {
    margin-top: 0;
  }
}
#pageHome #section-new-arrivals .list-fancy-pdt .fancy-pdt-blk {
  max-width: 50%;
  float: left;
  margin-bottom: 30px;
}
@media (min-width:  992px ) {
  #pageHome #section-new-arrivals .list-fancy-pdt .fancy-pdt-blk:nth-child(even) {
    float: right;
  }
  #pageHome #section-new-arrivals .list-fancy-pdt .fancy-pdt-blk:nth-child(1) {
    width: 40%;
    margin-left: 5%;
  }
  #pageHome #section-new-arrivals .list-fancy-pdt .fancy-pdt-blk:nth-child(2) {
    margin-top: 8%;
    margin-right: 5%;
    width: 40%;
  }
  #pageHome #section-new-arrivals .list-fancy-pdt .fancy-pdt-blk:nth-child(3) {
    width: 35%;
    margin-top: 14%;
    margin-left: 2%;
  }
  #pageHome #section-new-arrivals .list-fancy-pdt .fancy-pdt-blk:nth-child(4) {
    width: 50%;
    margin-top: 2%;
    margin-right: 2%;
  }
  #pageHome #section-new-arrivals .list-fancy-pdt .fancy-pdt-blk:nth-child(5) {
    width: 40%;
    margin-top: 5%;
    margin-left: 2%;
  }
  #pageHome #section-new-arrivals .list-fancy-pdt .fancy-pdt-blk:nth-child(6) {
    width: 38%;
    margin-right: 5%;
    margin-top: 4%;
  }
}
@media (min-width:  768px ) and (max-width:  991px ) {
  #pageHome #section-new-arrivals .list-fancy-pdt .fancy-pdt-blk {
    max-width: none;
    float: left;
    margin-bottom: 0px;
    width: auto;
  }
}
@media (max-width:  767px ) {
  #pageHome #section-new-arrivals .list-fancy-pdt .fancy-pdt-blk {
    max-width: none;
    float: left;
    margin-bottom: 0px;
    width: auto;
  }
}
#pageHome #section-love-decode .list-fancy-pdt .fancy-pdt-blk {
  max-width: 50%;
  float: left;
  margin-bottom: 30px;
}
@media (min-width:  992px ) {
  #pageHome #section-love-decode .list-fancy-pdt .fancy-pdt-blk:nth-child(even) {
    float: right;
  }
  #pageHome #section-love-decode .list-fancy-pdt .fancy-pdt-blk:nth-child(1) {
    margin-left: 2%;
    width: 40%;
  }
  #pageHome #section-love-decode .list-fancy-pdt .fancy-pdt-blk:nth-child(2) {
    margin-top: 4%;
    margin-right: 2%;
    width: 46%;
  }
  #pageHome #section-love-decode .list-fancy-pdt .fancy-pdt-blk:nth-child(3) {
    margin-top: 14%;
    width: 44%;
  }
  #pageHome #section-love-decode .list-fancy-pdt .fancy-pdt-blk:nth-child(4) {
    margin-top: 6%;
    width: 35%;
    margin-right: 6%;
  }
  #pageHome #section-love-decode .list-fancy-pdt .fancy-pdt-blk:nth-child(5) {
    width: 40%;
    margin-left: 5%;
    margin-top: 6%;
    clear: left;
  }
  #pageHome #section-love-decode .list-fancy-pdt .fancy-pdt-blk:nth-child(6) {
    width: 46%;
    margin-left: 5%;
    margin-top: 6%;
  }
}
@media (min-width:  768px ) and (max-width:  991px ) {
  #pageHome #section-love-decode .list-fancy-pdt .fancy-pdt-blk {
    max-width: none;
    float: left;
    margin-bottom: 0px;
    width: auto;
  }
}
@media (max-width:  767px ) {
  #pageHome #section-love-decode .list-fancy-pdt .fancy-pdt-blk {
    max-width: none;
    float: left;
    margin-bottom: 0px;
    width: auto;
  }
}
#pageHome .section-product-listing {
  padding: 0 0 30px;
}
@media (max-width:  767px ) {
  #pageHome .section-product-listing .fancy-pdt-blk {
    -webkit-transform: translate(0, 0) scale(1, 1) !important;
    -moz-transform: translate(0, 0) scale(1, 1) !important;
    -ms-transform: translate(0, 0) scale(1, 1) !important;
    transform: translate(0, 0) scale(1, 1) !important;
    opacity: 1 !important;
  }
}
@media (min-width:  768px ) and (max-width:  991px ) {
  #pageHome .section-product-listing .fancy-pdt-blk {
    -webkit-transform: translate(0, 0) scale(1, 1) !important;
    -moz-transform: translate(0, 0) scale(1, 1) !important;
    -ms-transform: translate(0, 0) scale(1, 1) !important;
    transform: translate(0, 0) scale(1, 1) !important;
    opacity: 1 !important;
  }
}
#pageHome .section-product-listing .section-headine {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 75px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #95989A;
  position: relative;
}
#pageHome .section-product-listing .section-headine .text-headline {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1;
  display: inline-block;
  background: white;
  position: relative;
  top: 0;
  padding: 0 0.5em;
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  -o-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
@media (min-width:  992px ) {
  #pageHome .section-product-listing .section-headine-imgbg {
    display: none;
  }
}
#pageHome .section-product-listing .fancy-pdt-blk-img {
  background: #f8f8f8;
}
@media (min-width:  768px ) and (max-width:  991px ) {
  #pageHome .section-product-listing .fancy-pdt-blk-img {
    background: white;
  }
}
@media (max-width:  767px ) {
  #pageHome .section-product-listing .fancy-pdt-blk-img {
    background: white;
  }
}
#pageHome #section-products-custom {
  padding: 60px 0;
}
#pageHome #section-products-custom .section-heading {
  margin: 0 0;
  text-align: center;
}
#pageHome #section-products-custom .section-heading .text-title {
  margin: 0 auto;
  font-family: "Times New Roman", Times, Georgia, "Microsoft JhengHei", "微軟正黑體", sans-serif;
}
#pageHome #section-products-custom .list-products {
  margin: 30px auto 0;
  padding: 0 60px;
}
@media (max-width:  767px ) {
  #pageHome #section-products-custom .list-products {
    padding: 0 15px;
  }
}
#pageHome #section-home-end .banner-item {
  padding-bottom: 0;
  height: auto;
}
#pageHome #section-home-end .banner-item .content-box {
  max-width: 960px;
}
#pageHome #section-home-end .banner-item .content-box .text-title {
  font-size: 14px;
}
#pageHome #section-home-end .banner-item .content-box .text-body {
  font-size: 20px;
  font-family: "Times New Roman", Times, Georgia, "Microsoft JhengHei", "微軟正黑體", sans-serif;
  margin: 30px 0 40px;
}
#pageHome #section-home-end .banner-item .content-text-container {
  position: relative;
  padding: 60px 0;
}
#pageHome #section-home-end .banner-item .content-text-container .content-text {
  position: relative;
}
@media (min-width:  992px ) {
  #pageHome #section-home-end .banner-item .content-text-container {
    padding: 90px 0;
  }
}
@media (max-width:  767px ) {
  #pageHome #section-home-end .banner-item .content-box .text-body {
    font-size: 17.5px;
  }
}
