@charset "UTF-8";
/**
 * If using a CSS pre-processor, tell it to overwrite this file. If not, place
 * your custom CSS modifications here.
 */
/* Common */
body {
  overflow-x: hidden;
  color: #555;
  font-size: 16px;
  font-family: "pingfang, 微軟正黑體, 微软雅黑, Arial, sans-serif";
  line-height: 1.6;
}

a {
  color: #2B6AAF;
}
a:hover {
  color: #004098;
}

p {
  font-size: 1.12em;
}

.quote-name {
  font-style: italic;
}

.main-container {
  min-height: 390px;
}

.btn-primary:hover {
  background-color: #004098;
}

.hightlight-number {
  color: black;
  position: relative;
  bottom: 5px;
  font-size: 0.7em;
  font-weight: bold;
}

/* Header */
.header-top {
  text-align: right;
  margin-bottom: 13px;
}
@media screen and (max-width: 768px) {
  .header-top {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .header-top .container {
    width: 100%;
  }
}
.header-top .slash {
  font-size: 1.1em;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
.header-top .header-top-links a {
  color: black;
}

.page-header {
  margin-top: 15px;
  border: 0;
  margin-bottom: 30px;
  color: #073A96;
  font-size: 33px;
}
.page-header::after {
  content: "";
  background-image: url("../images/bar_long.png");
  width: 100%;
  height: 5px;
  display: block;
  margin-top: 7px;
}

.path-frontpage .page-header, .node-2 .page-header {
  display: none;
}

.node-3 .page-header {
  margin-bottom: 10px;
}

.header-wrapper {
  background: linear-gradient(#036CBF, #0087E1);
  height: 53px;
  position: relative;
  margin-bottom: 15px;
}
@media screen and (max-width: 1100px) {
  .header-wrapper {
    height: 43px;
  }
}
@media screen and (max-width: 768px) {
  .header-wrapper {
    background: white;
    border: 1px #ddd;
    box-shadow: rgba(0, 0, 0, 0.14) 0px 2px 3px;
    padding-bottom: 60px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 992px) {
  .header-wrapper .navbar-default {
    display: none;
  }
}

.navbar-default {
  border: 0;
  background: none;
}
.navbar-default .navbar-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  float: none;
}
.navbar-default .navbar-nav li {
  float: none;
}
.navbar-default .navbar-nav li:last-child::after {
  display: none;
}
.navbar-default .navbar-nav > li::after {
  content: "";
  display: inline-block;
  width: 1px;
  border-right: 1px solid white;
  height: 18px;
  margin-left: 5px;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.navbar-default .navbar-nav li > a {
  color: #fff;
  font-size: 1.2em;
  padding: 0;
  padding-top: 17px;
  padding-left: 13px;
  padding-right: 10px;
  padding-bottom: 16px;
  display: inline-block;
}
@media screen and (max-width: 1100px) {
  .navbar-default .navbar-nav li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.navbar-default .navbar-nav li > a .caret {
  display: none;
}
.navbar-default .navbar-nav li > a:hover, .navbar-default .navbar-nav li > a:active {
  color: white;
  background-color: #003D94;
}
.navbar-default .navbar-nav .dropdown-menu {
  min-width: 387px;
  background-color: #00A1E9;
  top: 100%;
  left: -120%;
}
.navbar-default .navbar-nav .dropdown-menu li a {
  width: 100%;
  padding-left: 35px;
}
.navbar-default .navbar-nav li.active > a {
  color: white;
  background: none;
}
.navbar-default .navbar-nav li.active > a:hover {
  color: white;
  background-color: #003D94;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #003D94;
  color: white;
}

.menu-wrapper {
  display: flex;
  align-items: center;
}

.logo {
  position: absolute;
  top: -56px;
  left: 330px;
  float: none !important;
  z-index: 10;
}
@media screen and (max-width: 1750px) {
  .logo {
    left: 15%;
  }
}
@media screen and (max-width: 1532px) {
  .logo {
    left: 8%;
  }
}
@media screen and (max-width: 1318px) {
  .logo {
    left: 5%;
  }
}
@media screen and (max-width: 1200px) {
  .logo {
    left: 0;
  }
}
@media screen and (max-width: 1200px) {
  .logo {
    left: 0;
  }
}
@media screen and (max-width: 1100px) {
  .logo {
    transform: scale(0.8);
    left: -20px;
  }
}
@media screen and (max-width: 768px) {
  .logo {
    display: none;
  }
}

.logo-inner {
  position: relative;
}
.logo-inner .logo-desktop {
  position: absolute;
  left: 40px;
  max-width: 185px;
  top: 5px;
}

.logo-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .logo-mobile {
    display: block;
    margin: 0;
    padding: 28px 0 0;
    background: url("../images/logo_santen.svg") no-repeat;
    background-size: auto;
    background-size: contain;
    overflow: hidden;
    width: 185px;
    height: 0;
    margin-top: 15px;
    margin-left: 10px;
  }
}

.navbar-brand {
  display: none;
}

.view-id-carousel {
  position: relative;
  overflow: hidden;
}

/* Mobile Menu */
.navbar-toggle {
  padding: 0;
  margin-top: 12px;
  margin-right: 20px;
}
@media screen and (max-width: 992px) {
  .navbar-toggle {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .navbar-toggle {
    margin-top: 15px;
  }
}
.navbar-toggle .icon-bar {
  display: block;
  width: 1.4em;
  height: 3px;
  background-color: white;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .navbar-toggle .icon-bar {
    background-color: #034EA1;
    display: block;
    width: 29px;
    height: 5px;
    border-radius: 1px;
  }
}

.navmenu-fixed-left {
  background: #fff;
}
.navmenu-fixed-left .close-offcanvas {
  display: block !important;
  visibility: visible !important;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  padding: 15px 0;
  opacity: 1;
  filter: alpha(opacity=100);
  color: #034EA1;
}
.navmenu-fixed-left .close-offcanvas i {
  font-size: 24px;
}
.navmenu-fixed-left .close-offcanvas:hover {
  cursor: pointer;
  color: #034EA1;
}
.navmenu-fixed-left .navbar-nav {
  padding: 0px 15px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .navmenu-fixed-left .navbar-nav {
    float: none;
    margin: 7.5px -15px;
    margin-top: 0;
    padding-top: 10px;
  }
}
.navmenu-fixed-left .navbar-nav li {
  display: block;
  clear: both;
  width: 100%;
  margin-bottom: 2px;
  padding-bottom: 0;
  padding-top: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #E5E5E5;
}
.navmenu-fixed-left .navbar-nav li:last-child {
  border: 0;
  margin-bottom: 0;
}
.navmenu-fixed-left .navbar-nav li.open {
  padding-bottom: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .navmenu-fixed-left .navbar-nav li .dropdown-menu {
    position: static;
    border: 0;
    box-shadow: none;
    float: none;
    background-color: white;
  }
}
.navmenu-fixed-left .navbar-nav li .dropdown-menu li {
  background-color: white;
}
.navmenu-fixed-left .navbar-nav li .dropdown-menu a {
  line-height: 24px;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  color: #999999;
  border-width: 0;
  padding-left: 15px;
  padding-right: 0;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 0px !important;
}
.navmenu-fixed-left .navbar-nav li .dropdown-menu a.is-active {
  background: none !important;
}
.navmenu-fixed-left .navbar-nav li .dropdown-menu li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.navmenu-fixed-left .navbar-nav li a {
  color: #333;
  font-size: 16px;
}
@media screen and (max-width: 992px) {
  .navmenu-fixed-left .navbar-nav li a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
  }
}
.navmenu-fixed-left .navbar-nav li a .caret {
  display: none;
}
.navmenu-fixed-left .navbar-nav li a .icaret {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 4px;
  bottom: 0;
  right: 10px;
  font-size: 12px;
  margin-left: 2px;
  border: none !important;
}
.navmenu-fixed-left .navbar-nav li a .icaret::before {
  position: absolute;
  font-family: FontAwesome;
  content: "\f067";
  text-transform: inherit;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.navmenu-fixed-left .navbar-nav li.open > a {
  background-color: #08A2EC;
  color: white;
}
.navmenu-fixed-left .navbar-nav li.open .icaret::before {
  content: "\f068";
}

.bottom-links a {
  display: block;
  background-color: #034EA1;
  color: white;
  padding: 10px 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
  margin-top: 2px;
}

/* Breadcrumb */
.region-breadcrumb {
  margin-top: 15px;
}
.region-breadcrumb .breadcrumb {
  background: none;
  border-bottom: 1px solid #C7E7F6;
  padding-left: 10px;
}
.region-breadcrumb .breadcrumb::before {
  content: "\e021";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #08A2EC;
  margin-right: 10px;
}
.region-breadcrumb .breadcrumb li {
  font-size: 0.8em;
}
.region-breadcrumb .breadcrumb a {
  color: #1E1E1E;
}
.region-breadcrumb .breadcrumb > .active {
  color: #1E1E1E;
}
.region-breadcrumb .breadcrumb > li + li::before {
  content: ">";
  color: #1E1E1E;
}

/* Frontpage */
@media screen and (min-width: 778px) {
  .path-frontpage .main-container {
    width: 780px;
  }
}
@media screen and (min-width: 832px) {
  .path-frontpage .main-container {
    width: 840px;
  }
}
@media screen and (min-width: 856px) {
  .path-frontpage .main-container {
    width: 865px;
  }
}
@media screen and (min-width: 936px) {
  .path-frontpage .main-container {
    width: 940px;
  }
}
@media screen and (min-width: 954px) {
  .path-frontpage .main-container {
    width: 961px;
  }
}
@media screen and (min-width: 1200px) {
  .path-frontpage .main-container {
    width: 1170px;
  }
}

@media screen and (max-width: 768px) {
  .views-field-field-carousel-image {
    display: none;
  }
}

.views-field-field-carousel-image-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .views-field-field-carousel-image-mobile {
    display: block;
  }
}

.carousel-wrapper {
  margin-bottom: 20px;
}
.carousel-wrapper .carousel .col-md-12 {
  padding: 0;
  float: none;
}
.carousel-wrapper .carousel .row {
  margin: 0;
}
.carousel-wrapper .carousel .item {
  width: 100%;
}
.carousel-wrapper .carousel a {
  display: block;
  width: 100%;
}
.carousel-wrapper .carousel img {
  width: 100%;
}
.carousel-wrapper .carousel-indicators li {
  background-color: white;
  border: 1px solid #ddd;
}
.carousel-wrapper .carousel-indicators li.active {
  background-color: #0270C5;
  border: 0;
}

.front-row-wrapper .block-title {
  color: #0135A2;
  margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  .front-row-wrapper .block-title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .front-row-wrapper .box-text {
    margin-bottom: 20px;
  }
}
.front-row-wrapper .btn-promote-box {
  color: #fff;
  background-color: #0099E7;
  border: 0;
  border-radius: 0;
  position: absolute;
  bottom: 10px;
  width: 85%;
  font-size: 1.5em;
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.3em;
}
@media screen and (max-width: 1200px) {
  .front-row-wrapper .btn-promote-box {
    position: static;
    margin-bottom: 5px;
    width: 95%;
  }
}
@media screen and (max-width: 992px) {
  .front-row-wrapper .btn-promote-box {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 768px) {
  .front-row-wrapper .btn-promote-box {
    width: 100%;
  }
}
.front-row-wrapper .btn-promote-box:hover {
  background-color: #004098;
}

.front-row-1 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .front-row-1 {
    margin-bottom: 20px;
  }
}
.front-row-1 .region-front-row-1 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .front-row-1 .region-front-row-1 {
    display: block;
  }
}
.front-row-1 #block-promotebox1 {
  border: 1px solid #EFEFEF;
  margin-right: 40px;
}
@media screen and (max-width: 992px) {
  .front-row-1 #block-promotebox1 {
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .front-row-1 #block-promotebox1 {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .front-row-1 #block-promotebox1 .field--name-field-promotion-banner {
    display: none;
  }
}
.front-row-1 #block-promotebox1 .field--name-field-promotion-banner-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .front-row-1 #block-promotebox1 .field--name-field-promotion-banner-mobile {
    display: block;
  }
}
.front-row-1 #block-promotebox2 {
  border: 2px solid #EFEFEF;
  background-color: #FCFCFC;
  padding-left: 30px;
  padding-right: 20px;
  color: #636363;
  padding-bottom: 5px;
  position: relative;
  max-width: 361px;
}
@media screen and (max-width: 1200px) {
  .front-row-1 #block-promotebox2 {
    max-width: 316px;
  }
}
@media screen and (max-width: 1194px) {
  .front-row-1 #block-promotebox2 {
    min-width: 318px;
  }
}
@media screen and (max-width: 1112px) {
  .front-row-1 #block-promotebox2 {
    min-width: 316px;
  }
}
@media screen and (max-width: 829px) {
  .front-row-1 #block-promotebox2 {
    min-width: 300px;
  }
}
@media screen and (max-width: 825px) {
  .front-row-1 #block-promotebox2 {
    min-width: 300px;
  }
}
@media screen and (max-width: 992px) {
  .front-row-1 #block-promotebox2 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .front-row-1 #block-promotebox2 {
    max-width: none;
  }
}
.front-row-1 #block-promotebox2 .box-text {
  font-size: 1.2em;
}
@media screen and (max-width: 768px) {
  .front-row-1 #block-promotebox2 .box-text {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .front-row-1 #block-promotebox2 .block-title {
    margin-bottom: 40px;
  }
}

.front-row-2 .region-front-row-2 {
  display: flex;
}
@media screen and (max-width: 768px) {
  .front-row-2 .region-front-row-2 {
    display: block;
  }
}
.front-row-2 #block-lianluowomen {
  border: 2px solid #EFEFEF;
  background-color: #FCFCFC;
  padding-left: 30px;
  padding-right: 20px;
  color: #636363;
  position: relative;
  max-width: 361px;
}
@media screen and (max-width: 1200px) {
  .front-row-2 #block-lianluowomen {
    max-width: 315px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 992px) {
  .front-row-2 #block-lianluowomen {
    max-width: 315px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .front-row-2 #block-lianluowomen {
    max-width: none;
  }
}
.front-row-2 #block-lianluowomen .box-text {
  font-size: 1.2em;
}
@media screen and (max-width: 768px) {
  .front-row-2 #block-lianluowomen .box-text {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .front-row-2 #block-lianluowomen .block-title {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .front-row-2 #block-lianluowomen .btn-promote-box {
    margin-bottom: 10px;
  }
}
.front-row-2 #block-promotebox3 {
  border: 1px solid #EFEFEF;
  margin-right: 40px;
}
@media screen and (max-width: 1199px) {
  .front-row-2 #block-promotebox3 {
    max-width: 575px;
  }
}
@media screen and (max-width: 992px) {
  .front-row-2 #block-promotebox3 {
    margin-right: 30px;
    max-width: 586px;
  }
}
@media screen and (max-width: 950px) {
  .front-row-2 #block-promotebox3 {
    max-width: 564px;
  }
}
@media screen and (max-width: 935px) {
  .front-row-2 #block-promotebox3 {
    max-width: 488px;
  }
}
@media screen and (max-width: 854px) {
  .front-row-2 #block-promotebox3 {
    max-width: 472px;
  }
}
@media screen and (max-width: 848px) {
  .front-row-2 #block-promotebox3 {
    max-width: 471px;
  }
}
@media screen and (max-width: 830px) {
  .front-row-2 #block-promotebox3 {
    max-width: 434px;
  }
}
@media screen and (max-width: 810px) {
  .front-row-2 #block-promotebox3 {
    max-width: 440px;
  }
}
@media screen and (max-width: 804px) {
  .front-row-2 #block-promotebox3 {
    max-width: 435px;
  }
}
@media screen and (max-width: 776px) {
  .front-row-2 #block-promotebox3 {
    max-width: 414px;
  }
}
@media screen and (max-width: 775px) {
  .front-row-2 #block-promotebox3 {
    max-width: 424px;
  }
}
@media screen and (max-width: 774px) {
  .front-row-2 #block-promotebox3 {
    max-width: 414px;
  }
}
@media screen and (max-width: 768px) {
  .front-row-2 #block-promotebox3 {
    margin-right: 0;
    margin-bottom: 20px;
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .front-row-2 #block-promotebox3 .eyetest-dekstop {
    display: none;
  }
}
.front-row-2 #block-promotebox3 .eyetest-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .front-row-2 #block-promotebox3 .eyetest-mobile {
    display: block;
  }
}

/* FAQ */
.faq-section {
  background-color: #EEF9FD;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 30px;
  background-image: url("../images/tran.png");
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .faq-section .table tr td:first-child {
    width: 25%;
    text-align: center;
  }
}
.faq-section h3 {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 7px solid #F8FCFF;
  font-size: 1.8em;
  font-weight: 400;
}
.faq-section .decier {
  margin-bottom: 0;
}
.faq-section p {
  font-size: 18px;
}
.faq-section li {
  font-size: 18px;
  margin-bottom: 5px;
}
.faq-section td {
  font-size: 18px;
}

.faq-quote {
  margin-top: 35px;
  font-size: 0.75em;
}
@media screen and (max-width: 768px) {
  .faq-quote {
    font-size: 0.6em;
  }
}
.faq-quote .quote-title {
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
}

.health-eye {
  display: flex;
  font-size: 18px;
}
@media screen and (max-width: 992px) {
  .health-eye {
    display: block;
  }
}
.health-eye .health-eye-text {
  flex-basis: 41%;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1200px) {
  .health-eye .health-eye-text {
    flex-basis: 67%;
  }
}
@media screen and (max-width: 992px) {
  .health-eye .health-eye-text {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  #faq-section-2 p {
    margin-bottom: 0;
  }
}

/* Sidebar */
.region-sidebar-first .block-title {
  color: #003D97;
  margin-top: 10px;
  margin-bottom: 15px;
}
.region-sidebar-first .block-title::after {
  display: block;
  content: "";
  width: 100%;
  background-image: url("../images/line.png");
  height: 4px;
  background-repeat: no-repeat;
  margin-top: 7px;
}
.region-sidebar-first .faq-sidemenu {
  list-style: none;
  padding-left: 5px;
}
.region-sidebar-first .faq-sidemenu li {
  margin-bottom: 10px;
  font-size: 1.1em;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .region-sidebar-first .faq-sidemenu li {
    font-size: 1.15em;
    margin-bottom: 2px;
  }
}
.region-sidebar-first .faq-sidemenu li::before {
  content: "";
  width: 9px;
  height: 9px;
  background-color: #2D6DC4;
  display: inline-block;
  margin-right: 10px;
}

/* 自我檢測 */
.reference {
  margin-top: 20px;
  font-weight: bold;
  font-size: 16px;
}
.reference .reference-text {
  font-size: 12.8px;
  font-weight: normal;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .reference .reference-text {
    font-size: 0.6em;
  }
}

/* Product */
@media (min-width: 792px) {
  .node-5 .main-container, .node-7 .main-container, .node-8 .main-container, .node-9 .main-container, .node-10 .main-container {
    width: 820px;
  }
}
@media (min-width: 992px) {
  .node-5 .main-container, .node-7 .main-container, .node-8 .main-container, .node-9 .main-container, .node-10 .main-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .node-5 .main-container, .node-7 .main-container, .node-8 .main-container, .node-9 .main-container, .node-10 .main-container {
    width: 1170px;
  }
}
.node-5 .content, .node-7 .content, .node-8 .content, .node-9 .content, .node-10 .content {
  border: 6px solid #ECF4F6;
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-shadow: 6px 5px 5px -2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 6px 5px 5px -2px rgba(0, 0, 0, 0.15);
  box-shadow: 6px 5px 5px -2px rgba(0, 0, 0, 0.15);
}

.product-wrapper {
  display: flex;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .product-wrapper {
    display: block;
  }
}
.product-wrapper .product-title {
  color: #2E6ED0;
  margin-bottom: 20px;
  font-size: 1.6em;
}
.product-wrapper .product-text {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .product-wrapper .product-text {
    padding-top: 30px;
  }
}
.product-wrapper .product-image {
  margin-right: 100px;
}
@media screen and (max-width: 768px) {
  .product-wrapper .product-image {
    margin: 0;
  }
}
.product-wrapper .product-image img {
  width: 81%;
  padding-top: 8px;
  padding-left: 8px;
}
@media screen and (max-width: 768px) {
  .product-wrapper .product-image img {
    max-width: 150px;
  }
}
.product-wrapper .detail > h3 {
  color: #0E0E0E;
}
.product-wrapper .spce-list {
  margin-bottom: 40px;
  list-style: none;
  padding: 0;
}
.product-wrapper .spce-list li {
  font-size: 1.1em;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 1200px) {
  .product-wrapper .spce-list li {
    font-size: 1em;
    position: relative;
  }
}
@media screen and (max-width: 1200px) {
  .product-wrapper .spce-list li .spce-text {
    padding-left: 40px;
    font-size: 18px;
  }
}
.product-wrapper .spce-list li::before {
  content: "";
  width: 33px;
  height: 30px;
  display: inline-block;
  margin-right: 10px;
  background-image: url("../images/product-bullet.png");
}
@media screen and (max-width: 1200px) {
  .product-wrapper .spce-list li::before {
    position: absolute;
    left: 0;
  }
}

.product-info-footer {
  border-top: 3px solid #ECF4F6;
}
.product-info-footer .origin-info {
  color: #2E6AC2;
  margin-top: 15px;
  font-size: 1.3em;
  border-bottom: 15px solid #ECF4F6;
  padding-bottom: 10px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}
.product-info-footer .origin-info img {
  max-width: 54px;
  margin-left: 10px;
}
.product-info-footer .marker {
  margin-bottom: 25px;
}
.product-info-footer .reference-text {
  font-size: 0.8em;
  font-weight: normal;
  margin-top: 10px;
}
.product-info-footer .reference-text .quote-name {
  font-style: italic;
}

.node-5 .product-image {
  margin-right: 90px;
}
@media screen and (max-width: 992px) {
  .node-5 .product-image {
    margin-right: 0;
    flex-basis: 55%;
  }
}
.node-5 .product-image img {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .node-5 .product-image img {
    width: 50%;
  }
}

@media screen and (max-width: 786px) {
  .node-7 .product-image {
    margin-right: 40px;
  }
}

.node-8 .product-image {
  margin-right: 0;
  flex-basis: 37%;
}
@media screen and (max-width: 1200px) {
  .node-8 .product-image {
    flex-basis: 45%;
  }
}
@media screen and (max-width: 992px) {
  .node-8 .product-image {
    flex-basis: 100%;
  }
}

.node-9 .product-title-mobile {
  display: none;
}
@media screen and (max-width: 992px) {
  .node-9 .product-title-mobile {
    display: block;
    color: #2E6ED0;
    margin-bottom: 20px;
    font-size: 1.6em;
  }
}
@media screen and (max-width: 992px) {
  .node-9 .product-title {
    display: none;
  }
}
.node-9 .product-text {
  position: relative;
  right: 20px;
}
@media screen and (max-width: 992px) {
  .node-9 .product-text {
    padding-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .node-9 .product-text {
    padding-top: 30px;
  }
}
.node-9 .product-image {
  margin-right: 0;
  flex-basis: 45%;
}
@media screen and (max-width: 992px) {
  .node-9 .product-image {
    flex-basis: 100%;
  }
}
.node-9 .product-image img {
  width: 66%;
}

.node-10 .product-image {
  margin-right: 0;
  flex-basis: 39%;
}
@media screen and (max-width: 1200px) {
  .node-10 .product-image {
    flex-basis: 70%;
  }
}
.node-10 .product-image img {
  width: 55%;
  padding-top: 8px;
  padding-left: 8px;
  margin-top: 35px;
}
.node-10 .product-title-mobile {
  display: none;
}
@media screen and (max-width: 992px) {
  .node-10 .product-title-mobile {
    display: block;
    color: #2E6ED0;
    margin-bottom: 20px;
    font-size: 1.6em;
  }
}
@media screen and (max-width: 992px) {
  .node-10 .product-title {
    display: none;
  }
}
.node-10 .product-text {
  padding-top: 100px;
  position: relative;
  right: 50px;
}
@media (max-width: 992px) {
  .node-10 .product-text {
    right: 30px;
    padding-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .node-10 .product-text {
    position: static;
    padding-top: 30px;
  }
}

/* 推廣及零售點 */
#block-promotionbannernopromotion {
  margin-bottom: 50px;
}

.product-list-desc p {
  margin-bottom: 50px;
  font-size: 18px;
}

.product-list {
  margin-top: 40px;
  border-top: 15px solid #F5F9FA;
  padding-top: 40px;
}
.product-list .product {
  display: flex;
  border-bottom: 5px solid #F5F9FA;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.product-list .shop-list {
  display: flex;
  background-color: #F5F9FA;
  width: 100%;
  padding-left: 80px;
  padding-top: 30px;
  padding-bottom: 30px;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .product-list .shop-list {
    padding-left: 10px;
  }
}
@media screen and (max-width: 472px) {
  .product-list .shop-list {
    padding-right: 15px;
  }
}
.product-list .shop-list .shop {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 28%;
  flex: 0 0 28%;
}
.product-list .shop-list .shop img {
  padding: 1px;
}
.product-list .shop-list .shop:nth-child(1) img {
  max-width: 137px;
}
.product-list .shop-list .shop:nth-child(2) img {
  max-width: 125px;
}
.product-list .shop-list .shop:nth-child(3) img {
  max-width: 125px;
}
.product-list .shop-list .shop:nth-child(4) img {
  max-width: 50px;
}
@media screen and (max-width: 472px) {
  .product-list .shop-list .shop:nth-child(4) img {
    width: 55%;
  }
}
.product-list .product .product-image {
  flex-basis: 29.1%;
  height: 120px;
  background-repeat: no-repeat;
  background-position: center center;
}
.product-list .product-1 .product-image {
  flex-basis: 29.1%;
  height: 120px;
  background-image: url("../images/Hialid01-sm.jpg");
  background-repeat: no-repeat;
  background-position: center center;
}
.product-list .product-2 .product-image {
  flex-basis: 29.1%;
  height: 120px;
  background-image: url("../images/Hialid03-sm.jpg");
  background-repeat: no-repeat;
  background-position: center center;
}
.product-list .product-3 .product-image {
  flex-basis: 29.1%;
  height: 120px;
  background-image: url("../images/Cobamin-sm.jpg");
  background-repeat: no-repeat;
  background-position: center center;
}
.product-list .product-4 .product-image {
  flex-basis: 29.1%;
  height: 120px;
  background-image: url("../images/Cationorm-sm.jpg");
  background-repeat: no-repeat;
  background-position: center center;
}
.product-list .product-5 .product-image {
  flex-basis: 29.1%;
  height: 120px;
  background-image: url("../images/Hydrelo-sm.jpg");
  background-repeat: no-repeat;
  background-position: center center;
}
.product-list .product-6 .product-image {
  flex-basis: 29.1%;
  height: 120px;
  background-image: url("../images/Sante-Lutax-sm.jpg");
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 472px) {
  .product-list .product-image {
    flex-basis: 50% !important;
  }
}

/* Footer */
.footer-wrapper {
  background-color: #004098;
  color: white;
  margin-top: 50px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 14px;
  line-height: 1.4em;
}
.footer-wrapper p {
  font-size: 1em;
}
@media screen and (max-width: 768px) {
  .footer-wrapper p {
    font-size: 14px;
  }
}
.footer-wrapper a {
  color: white;
}
.footer-wrapper .footer-inner {
  display: flex;
}
@media screen and (max-width: 768px) {
  .footer-wrapper .footer-inner {
    display: block;
  }
}
.footer-wrapper .region-footer-1 {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .footer-wrapper .region-footer-1 {
    margin-bottom: 30px;
  }
}
.footer-wrapper .footer-title {
  margin-bottom: 10px;
}

/* About Us */
.node-12 .page-header {
  display: none;
}
.node-12 .about-us-wrapper {
  display: flex;
}
@media screen and (max-width: 768px) {
  .node-12 .about-us-wrapper {
    display: block;
  }
}
.node-12 .about-us-wrapper .about-us {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  .node-12 .about-us-wrapper .about-us {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.node-12 .about-us-wrapper .contact-us {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.node-12 .about-us-wrapper .about-us-title {
  margin-top: 15px;
  border: 0;
  margin-bottom: 30px;
  color: #073A96;
  font-size: 33px;
}
.node-12 .about-us-wrapper .about-us-title::after {
  content: "";
  background-image: url("../images/bar_long.png");
  width: 100%;
  height: 5px;
  display: block;
  margin-top: 7px;
}
.node-12 .about-us-wrapper .small-title {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 15px;
}
.node-12 .about-us-wrapper .content-2 {
  margin-top: 60px;
}
.node-12 .about-us-wrapper .google-map-wrapper {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  margin-top: 30px;
  border: 2px solid #ddd;
}
.node-12 .about-us-wrapper .google-map-wrapper iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

/* Special */
.node-4 li {
  list-style: none;
}
.node-4 input {
  resize: none;
  padding: 0;
  background: transparent;
  border: 0 none;
  border-radius: 0;
  -webkit-appearance: none;
}

.path-user .main-container {
  min-height: 540px;
}

.node-8 .long-text {
  width: 90%;
}

h4.label {
  color: black;
}

/*# sourceMappingURL=style.css.map */
