.fb_hidden {
  position: absolute;
  top: -10000px;
  z-index: 10001;
}

.fb_reposition {
  overflow: hidden;
  position: relative;
}

.fb_invisible {
  display: none;
}

.fb_reset {
  background: none;
  border: 0;
  border-spacing: 0;
  color: #000;
  cursor: auto;
  direction: ltr;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1;
  margin: 0;
  overflow: visible;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
}

.fb_reset > div {
  overflow: hidden;
}

.fb_link img {
  border: none;
}

@keyframes fb_transform {
  from {
    opacity: 0;
    transform: scale(.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.fb_animate {
  animation: fb_transform .3s forwards;
}

.fb_dialog {
  background: rgba(82, 82, 82, .7);
  position: absolute;
  top: -10000px;
  z-index: 10001;
}

.fb_reset .fb_dialog_legacy {
  overflow: visible;
}

.fb_dialog_advanced {
  padding: 10px;
  border-radius: 8px;
}

.fb_dialog_content {
  background: #fff;
  color: #333;
}

.fb_dialog_close_icon {
  background: url(../../static.xx.fbcdn.net/rsrc.php/v3/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 0 transparent;
  cursor: pointer;
  display: block;
  height: 15px;
  position: absolute;
  right: 18px;
  top: 17px;
  width: 15px;
}

.fb_dialog_mobile .fb_dialog_close_icon {
  top: 5px;
  left: 5px;
  right: auto;
}

.fb_dialog_padding {
  background-color: transparent;
  position: absolute;
  width: 1px;
  z-index: -1;
}

.fb_dialog_close_icon:hover {
  background: url(https://static.xx.fbcdn.net/rsrc.php/v3/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 -15px transparent;
}

.fb_dialog_close_icon:active {
  background: url(https://static.xx.fbcdn.net/rsrc.php/v3/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 -30px transparent;
}

.fb_dialog_loader {
  background-color: #f6f7f9;
  border: 1px solid #606060;
  font-size: 24px;
  padding: 20px;
}

.fb_dialog_top_left,
.fb_dialog_top_right,
.fb_dialog_bottom_left,
.fb_dialog_bottom_right {
  height: 10px;
  width: 10px;
  overflow: hidden;
  position: absolute;
}

.fb_dialog_top_left {
  background: url(https://static.xx.fbcdn.net/rsrc.php/v3/ye/r/8YeTNIlTZjm.png) no-repeat 0 0;
  left: -10px;
  top: -10px;
}

.fb_dialog_top_right {
  background: url(https://static.xx.fbcdn.net/rsrc.php/v3/ye/r/8YeTNIlTZjm.png) no-repeat 0 -10px;
  right: -10px;
  top: -10px;
}

.fb_dialog_bottom_left {
  background: url(https://static.xx.fbcdn.net/rsrc.php/v3/ye/r/8YeTNIlTZjm.png) no-repeat 0 -20px;
  bottom: -10px;
  left: -10px;
}

.fb_dialog_bottom_right {
  background: url(https://static.xx.fbcdn.net/rsrc.php/v3/ye/r/8YeTNIlTZjm.png) no-repeat 0 -30px;
  right: -10px;
  bottom: -10px;
}

.fb_dialog_vert_left,
.fb_dialog_vert_right,
.fb_dialog_horiz_top,
.fb_dialog_horiz_bottom {
  position: absolute;
  background: #525252;
  filter: alpha(opacity=70);
  opacity: .7;
}

.fb_dialog_vert_left,
.fb_dialog_vert_right {
  width: 10px;
  height: 100%;
}

.fb_dialog_vert_left {
  margin-left: -10px;
}

.fb_dialog_vert_right {
  right: 0;
  margin-right: -10px;
}

.fb_dialog_horiz_top,
.fb_dialog_horiz_bottom {
  width: 100%;
  height: 10px;
}

.fb_dialog_horiz_top {
  margin-top: -10px;
}

.fb_dialog_horiz_bottom {
  bottom: 0;
  margin-bottom: -10px;
}

.fb_dialog_iframe {
  line-height: 0;
}

.fb_dialog_content .dialog_title {
  background: #6d84b4;
  border: 1px solid #365899;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}

.fb_dialog_content .dialog_title > span {
  background: url(https://static.xx.fbcdn.net/rsrc.php/v3/yd/r/Cou7n-nqK52.gif) no-repeat 5px 50%;
  float: left;
  padding: 5px 0 7px 26px;
}

body.fb_hidden {
  -webkit-transform: none;
  height: 100%;
  margin: 0;
  overflow: visible;
  position: absolute;
  top: -10000px;
  left: 0;
  width: 100%;
}

.fb_dialog.fb_dialog_mobile.loading {
  background: url(https://static.xx.fbcdn.net/rsrc.php/v3/ya/r/3rhSv5V8j3o.gif) white no-repeat 50% 50%;
  min-height: 100%;
  min-width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 10001;
}

.fb_dialog.fb_dialog_mobile.loading.centered {
  width: auto;
  height: auto;
  min-height: initial;
  min-width: initial;
  background: none;
}

.fb_dialog.fb_dialog_mobile.loading.centered #fb_dialog_loader_spinner {
  width: 100%;
}

.fb_dialog.fb_dialog_mobile.loading.centered .fb_dialog_content {
  background: none;
}

.loading.centered #fb_dialog_loader_close {
  color: #fff;
  display: block;
  padding-top: 20px;
  clear: both;
  font-size: 18px;
}

#fb-root #fb_dialog_ipad_overlay {
  background: rgba(0, 0, 0, .45);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  min-height: 100%;
  z-index: 10000;
}

#fb-root #fb_dialog_ipad_overlay.hidden {
  display: none;
}

.fb_dialog.fb_dialog_mobile.loading iframe {
  visibility: hidden;
}

.fb_dialog_content .dialog_header {
  -webkit-box-shadow: white 0 1px 1px -1px inset;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#738ABA), to(#2C4987));
  border-bottom: 1px solid;
  border-color: #1d4088;
  color: #fff;
  font: 14px Helvetica, sans-serif;
  font-weight: bold;
  text-overflow: ellipsis;
  text-shadow: rgba(0, 30, 84, .296875) 0 -1px 0;
  vertical-align: middle;
  white-space: nowrap;
}

.fb_dialog_content .dialog_header table {
  -webkit-font-smoothing: subpixel-antialiased;
  height: 43px;
  width: 100%;
}

.fb_dialog_content .dialog_header td.header_left {
  font-size: 12px;
  padding-left: 5px;
  vertical-align: middle;
  width: 60px;
}

.fb_dialog_content .dialog_header td.header_right {
  font-size: 12px;
  padding-right: 5px;
  vertical-align: middle;
  width: 60px;
}

.fb_dialog_content .touchable_button {
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4966A6), color-stop(.5, #355492), to(#2A4887));
  border: 1px solid #29487d;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 3px;
  -webkit-box-shadow: rgba(0, 0, 0, .117188) 0 1px 1px inset, rgba(255, 255, 255, .167969) 0 1px 0;
  display: inline-block;
  margin-top: 3px;
  max-width: 85px;
  line-height: 18px;
  padding: 4px 12px;
  position: relative;
}

.fb_dialog_content .dialog_header .touchable_button input {
  border: none;
  background: none;
  color: #fff;
  font: 12px Helvetica, sans-serif;
  font-weight: bold;
  margin: 2px -12px;
  padding: 2px 6px 3px 6px;
  text-shadow: rgba(0, 30, 84, .296875) 0 -1px 0;
}

.fb_dialog_content .dialog_header .header_center {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
}

.fb_dialog_content .dialog_content {
  background: url(https://static.xx.fbcdn.net/rsrc.php/v3/y9/r/jKEcVPZFk-2.gif) no-repeat 50% 50%;
  border: 1px solid #555;
  border-bottom: 0;
  border-top: 0;
  height: 150px;
}

.fb_dialog_content .dialog_footer {
  background: #f6f7f9;
  border: 1px solid #555;
  border-top-color: #ccc;
  height: 40px;
}

#fb_dialog_loader_close {
  float: left;
}

.fb_dialog.fb_dialog_mobile .fb_dialog_close_button {
  text-shadow: rgba(0, 30, 84, .296875) 0 -1px 0;
}

.fb_dialog.fb_dialog_mobile .fb_dialog_close_icon {
  visibility: hidden;
}

#fb_dialog_loader_spinner {
  animation: rotateSpinner 1.2s linear infinite;
  background-color: transparent;
  background-image: url(https://static.xx.fbcdn.net/rsrc.php/v3/yD/r/t-wz8gw1xG1.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 24px;
  width: 24px;
}

@keyframes rotateSpinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.fb_iframe_widget {
  display: inline-block;
  position: relative;
}

.fb_iframe_widget span {
  display: inline-block;
  position: relative;
  text-align: justify;
}

.fb_iframe_widget iframe {
  position: absolute;
}

.fb_iframe_widget_fluid_desktop,
.fb_iframe_widget_fluid_desktop span,
.fb_iframe_widget_fluid_desktop iframe {
  max-width: 100%;
}

.fb_iframe_widget_fluid_desktop iframe {
  min-width: 220px;
  position: relative;
}

.fb_iframe_widget_lift {
  z-index: 1;
}

.fb_hide_iframes iframe {
  position: relative;
  left: -10000px;
}

.fb_iframe_widget_loader {
  position: relative;
  display: inline-block;
}

.fb_iframe_widget_fluid {
  display: inline;
}

.fb_iframe_widget_fluid span {
  width: 100%;
}

.fb_iframe_widget_loader iframe {
  min-height: 32px;
  z-index: 2;
  zoom: 1;
}

.fb_iframe_widget_loader .FB_Loader {
  background: url(https://static.xx.fbcdn.net/rsrc.php/v3/y9/r/jKEcVPZFk-2.gif) no-repeat;
  height: 32px;
  width: 32px;
  margin-left: -16px;
  position: absolute;
  left: 50%;
  z-index: 4;
}
.site-header {
  background: #fff;
  border-bottom: 1px solid #ddd;
}
.site-header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-menu {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}
.menu-item {
  position: relative;
  margin: 0 15px;
}
.menu-item a {
  text-decoration: none;
  color: #000;
  font-weight: 500;
  padding: 15px;
  display: block;
      font-size: 16px;
}
.menu-item.has-mega:hover .mega-menu {
  display: block;
}
.mega-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 700px;
  background: #fff;
  border: 1px solid #ddd;
  padding: 20px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}
.mega-menu ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.mega-menu li {
  width: 33.33%;
  padding: 10px;
  text-align: center;
}
.mega-menu img {
  max-width: 80px;
  display: block;
  margin: 0 auto 10px;
}
.mega-menu span {
  display: block;
  font-size: 14px;
  color: #333;
}

.newsletterSignUp-0-2-1 {}
.newsletterInput-0-2-2 {
  width: 100%;
  border: 0;
  height: 50px;
  display: block;
  font-size: 18px;
  background: 0 0;
  text-align: left;
  margin-bottom: 20px;
  border-bottom-color: #c3c3c3;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.newsletterSignUpContainer-0-2-3 {
  width: 100%;
  margin: auto;
  display: flex;
  padding: 0;
  max-width: 1200px;
}
@media (max-width: 768px) {
  .newsletterSignUpContainer-0-2-3 {
    flex-direction: column;
  }
}
  .leftPart-0-2-4 {
    color: #fff;
    width: 42%;
    margin: 20px 0;
    padding: 20px 0;
  }
@media (max-width: 768px) {
  .leftPart-0-2-4 {
    width: auto;
    margin: 10px;
  }
}
  .rightPart-0-2-5 {
    width: 58%;
    margin: 20px 0;
    padding: 50px 0 20px 0;
  }
@media (max-width: 768px) {
  .rightPart-0-2-5 {
    width: auto;
    margin: 10px;
  }
}
  .newsletterSignUpTitle-0-2-6 {
    width: 70%;
    font-size: 20px;
    text-align: left;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 15px;
  }
@media (max-width: 768px) {
  .newsletterSignUpTitle-0-2-6 {
    width: auto;
    font-size: 16px;
    text-align: center;
    line-height: 20px;
  }
}
  .newsletterSignUpText-0-2-7 {
    color: white;
    width: 70%;
    display: block;
    font-size: 36px;
    text-align: left;
    font-family: 'Lato', 'Noto Sans TC', sans-serif;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 0;
  }
@media (max-width: 768px) {
  .newsletterSignUpText-0-2-7 {
    width: auto;
    text-align: center;
  }
}
  .newsletterSignUpFormCode-0-2-8 {  }
  .newsletterSignUpFormCode-0-2-8 input[type="email"] {
    color: #fff;
    width: 100%;
    border: 0;
    height: 50px;
    display: block;
    outline: 0;
    font-size: 18px;
    background: 0 0;
    text-align: left;
    caret-color: #fff;
    margin-bottom: 20px;
    border-bottom-color: #c3c3c3;
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }
  .newsletterSignUpFormCode-0-2-8 .grid {
    display: flex;
  }
  .newsletterSignUpFormCode-0-2-8 .grid__col {
    width: 50%;
    margin-bottom: 20px;
  }
  .newsletterSignUpFormCode-0-2-8 .grid__col‑‑flex {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .newsletterSignUpFormCode-0-2-8 label {
    color: #fff;
    width: 100%;
    display: block;
    overflow: auto;
    font-size: 10px;
    box-sizing: border-box;
    font-family: 'Lato', 'Noto Sans TC', sans-serif;
    font-weight: 300;
    line-height: 14px;
    letter-spacing: 1px;
  }
  .newsletterSignUpFormCode-0-2-8 a {
    color: #fff;
  }
  .newsletterSignUpFormCode-0-2-8 button {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 10px 20px;
    font-size: 15px;
    text-align: center;
    transition: background-color 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    align-items: center;
    line-height: 1.5;
    border-width: 0;
    border-radius: 100px;
    letter-spacing: -0.3px;
    webkit-display: inline-flex;
    text-decoration: none;
    background-color: #f57f23;
  }
  .newsletterSignUpFormCode-0-2-8 button:hover {
    background-color: #ee700e;
  }
  .newsletterSignUpFormCode-0-2-8 button::after {
    speak: none;
    width: 25px;
    height: 25px;
    margin: 0 -5px 0 15px;
    content: "\276f";
    display: inline-flex;
    font-style: normal;
    transition: background-color 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    align-items: center;
    font-family: icomoon;
    font-weight: 400;
    line-height: 1;
    border-color: #fff;
    border-style: solid;
    border-width: 1px;
    font-variant: normal;
    border-radius: 100%;
    text-transform: none;
    justify-content: center;
  }
  .newsletterSignUpFormCode-0-2-8 label input[type="checkbox"] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  .newsletterSignUpFormCode-0-2-8 label span {
    padding-left: 5px;
  }
@media (max-width: 768px) {
  .newsletterSignUpFormCode-0-2-8 .grid__col {
    width: auto;
  }
}
@media (max-width: 768px) {
  .newsletterSignUpFormCode-0-2-8 .grid {
    flex-direction: column;
  }
}
  .newsletterSignUpFormCode-0-2-8 input[type="email"]::placeholder {
    color: #c3c3c3;
  }
  .newsletterSignUp-d6-0-2-9 {
    width: 100%;
    padding: 50px 20px;
    box-sizing: border-box;
    min-height: 300px;
    background-size: cover;
    background-image: url('en/-/media/system/banner_2600x305.png');
    background-repeat: no-repeat;
    background-position: center;
  }
@media (max-width: 768px) {
  .newsletterSignUp-d6-0-2-9 {
    padding: 40px 0;
  }
}

.carousel-caption {
    bottom: 34%;
    left: 10%;
    right: auto;
    text-align: left;
    max-width: 617px;
}
.carousel-caption h2 {
      font-size: 52px;
}
.carousel-caption a 
{
    padding: 7px 18px;
    background: #0087a9;
    border: none;
    color: white;
}

.tab-buttons {
      display: flex;
      justify-content: center;
      margin-bottom: 2rem;
      gap: 1rem;
    }
    .tab-btn {
      border: none;
      padding: 10px 25px;
      border-radius: 25px;
      font-weight: 500;
      transition: 0.3s;
      background: #f1f5f9;
      color: #007bff;
    }
    .tab-btn.active {
      background: #000814;
      color: #fff;
    }
    .product-card {
      text-align: center;
      transition: 0.3s;
    }
    .product-card img {
      width: 100px;
      height: auto;
      margin-bottom: 10px;
      transition: transform 0.3s;
    }
    .product-card img:hover {
      transform: scale(1.1);
    }
    .product-card p {
    margin-top: 5px;
    font-weight: 500;
    color: #17c0eb;
    font-size: 17px;
    }

      .promo-section {
      display: flex;
      flex-wrap: wrap;
    }

    .promo-box {
      position: relative;
      flex: 1;
      min-height: 400px;
      color: #fff;
      display: flex;
      align-items: center;
      padding: 40px;
      background-size: cover;
      background-position: center;
    }

    .promo-box::before {
      content: "";
      position: absolute;
      inset: 0;
      background: transparent; /* dark overlay */
    }

    .promo-content {
      position: relative;
      z-index: 2;
      max-width: 400px;
    }

    .promo-content h5 {
      font-weight: 400;
      color: #ccc;
    }

    .promo-content h2 {
          font-size: 30px;
      font-weight: 700;
      margin: 10px 0;
    }

    .promo-content a {
      color: #00aeef;
      font-weight: 500;
      text-decoration: none;
    }

    .promo-content a:hover {
      text-decoration: underline;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .promo-section {
        flex-direction: column;
      }
    }