@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

ol, ul {
  list-style: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

a {
  text-decoration: none;
  color: initial; }
  a:focus {
    text-decoration: none;
    outline: 0;
    color: initial; }
  a:active, a:hover {
    outline: 0;
    text-decoration: none;
    color: initial; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 80%; }

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  max-width: 100%;
  height: auto; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button, input {
  line-height: normal; }

button, select {
  text-transform: none; }

button, html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer; }

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }
  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.clearfix {
  zoom: 1; }
  .clearfix:before {
    content: "";
    display: table; }
  .clearfix:after {
    content: "";
    display: table;
    clear: both; }

html {
  font-family: sans-serif;
  line-height: 1;
  font-size: 16px; }

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

input[type=text],
input[type=submit],
input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

@media (min-width: 768px) {
  .hidden-if-not-mobile {
    display: none; } }

@media (max-width: 767px) {
  .display-mobile {
    display: block; }
  .display-pad-up {
    display: none; } }

@media (min-width: 768px) {
  .display-mobile {
    display: none; }
  .display-pad-up {
    display: block; } }

.tal {
  text-align: left; }

.tac {
  text-align: center; }

.tar {
  text-align: right; }

.inline > * {
  display: inline-block; }

.element-center {
  text-align: center; }
  .element-center > * {
    display: inline-block; }

.element-right {
  text-align: right; }
  .element-right > * {
    display: inline-block; }

.border-solid {
  border-width: 1px;
  border-style: solid; }

.border-left-solid {
  border-left: 1px solid #bababa; }

.pos-r {
  position: relative; }

.overflow-hidden {
  overflow: hidden; }

.block-scrolling {
  overflow: hidden;
  height: 100%; }

.img-wrap {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-color: #ccc;
  width: 120px;
  height: 120px; }

.fl-r {
  float: right; }

.white-card {
  background-color: #fff;
  margin-bottom: 1em;
  padding: 1.875em; }

.white-bg {
  background-color: #fff; }

.no-margin {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.no-padding {
  padding: 0; }

.modal.center-modal {
  text-align: center;
  padding: 0 !important; }
  .modal.center-modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px; }
  .modal.center-modal .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle; }

*, html, body {
  font-family: "PingFangTC", "Meiryo", "微軟正黑體", "Microsoft JhengHei", "Heiti TC", "LiHei Pro", "新細明體", "細明體", "標楷體", Arial, serif;
  font-size: 100%; }

@media (min-width: 1px) {
  .container {
    padding: 0 1.25em; } }

@media (min-width: 321px) {
  .container {
    padding: 0 1.5em; } }

@media (min-width: 767px) and (max-width: 992px) {
  .container {
    padding: 0 2em;
    width: 100%; } }

.row {
  margin-left: -0.75em;
  margin-right: -0.75em; }

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .colg0.col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  padding-left: 0.75em;
  padding-right: 0.75em; }

.container-sm {
  max-width: 688px;
  margin: 0 auto; }
  @media (min-width: 991px) {
    .container-sm {
      width: 770px; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes fadeInTop {
  20% {
    opacity: 0;
    -webkit-transform: translate(0, 6px);
    transform: translate(0, 6px); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0); } }

@keyframes fadeInTop {
  20% {
    opacity: 0;
    -webkit-transform: translate(0, 6px);
    transform: translate(0, 6px); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0); } }

@-webkit-keyframes fadeInDown {
  20% {
    opacity: 0;
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); } }

@keyframes fadeInDown {
  20% {
    opacity: 0;
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); } }

@-webkit-keyframes moveTop {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0); } }

@keyframes moveTop {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0); } }

.icon-footer-logo {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-position: 0 50%;
  background-image: url("../images/icon-footer-logo.svg");
  width: 45px;
  height: 38px;
  background-size: 45px 38px; }

.icon-noPesticide {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-position: 0 50%;
  background-image: url("../images/icon-noPesticide.svg");
  width: 26px;
  height: 26px;
  background-size: 26px 26px; }

.icon-ig {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-position: 0 50%;
  background-image: url("../images/icon-ig.svg");
  width: 30px;
  height: 30px;
  background-size: 30px 30px; }

.icon-fb {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-position: 0 50%;
  background-image: url("../images/icon-fb.svg");
  width: 30px;
  height: 30px;
  background-size: 30px 30px; }

.icon-line {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-position: 0 50%;
  background-image: url("../images/icon-line.svg");
  width: 30px;
  height: 30px;
  background-size: 30px 30px; }

.icon-shareLinks-fb {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-position: 0 50%;
  background-image: url("../images/btn_news_fb_n.svg");
  width: 30px;
  height: 30px;
  background-size: 30px 30px; }
  .icon-shareLinks-fb:hover, .icon-shareLinks-fb:focus {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-position: 0 50%;
    background-image: url("../images/btn_news_fb_h.svg");
    width: 30px;
    height: 30px;
    background-size: 30px 30px; }

.icon-shareLinks-line {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-position: 0 50%;
  background-image: url("../images/btn_news_line_n.svg");
  width: 30px;
  height: 30px;
  background-size: 30px 30px; }
  .icon-shareLinks-line:hover, .icon-shareLinks-line:focus {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-position: 0 50%;
    background-image: url("../images/btn_news_line_h.svg");
    width: 30px;
    height: 30px;
    background-size: 30px 30px; }

.prev .icon-page-prev {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-position: 0 50%;
  background-image: url("../images/btn_news_prev_n.svg");
  width: 14px;
  height: 14px;
  background-size: 14px 14px; }

.next .icon-page-next {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-position: 0 50%;
  background-image: url("../images/btn_news_next_n.svg");
  width: 14px;
  height: 14px;
  background-size: 14px 14px; }

.prev.disabled .icon-page-prev {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-position: 0 50%;
  background-image: url("../images/btn_news_prev_disable.svg");
  width: 14px;
  height: 14px;
  background-size: 14px 14px; }

.next.disabled .icon-page-next {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-position: 0 50%;
  background-image: url("../images/btn_news_next_disable.svg");
  width: 14px;
  height: 14px;
  background-size: 14px 14px; }

.icon-product-banner-text-01-en {
  margin-bottom: 0.5em;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-position: 0 50%;
  background-image: url("../images/fonts/product-banner-text-01-en.svg");
  width: 160px;
  height: 22px;
  background-size: 160px 22px;
  display: block; }
  @media (min-width: 768px) {
    .icon-product-banner-text-01-en {
      margin-bottom: 1em;
      display: inline-block;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: cover;
      background-position: 0 50%;
      background-image: url("../images/fonts/product-banner-text-01-en.svg");
      width: 270px;
      height: 38px;
      background-size: 270px 38px;
      display: block; } }

.icon-product-banner-text-01-cht {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-position: 0 50%;
  background-image: url("../images/fonts/product-banner-text-01-cht.svg");
  width: 119px;
  height: 17px;
  background-size: 119px 17px;
  display: block; }
  @media (min-width: 768px) {
    .icon-product-banner-text-01-cht {
      display: inline-block;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: cover;
      background-position: 0 50%;
      background-image: url("../images/fonts/product-banner-text-01-cht.svg");
      width: 180px;
      height: 26px;
      background-size: 180px 26px;
      display: block; } }

.icon-product-banner-text-02-en {
  margin-bottom: 0.5em;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-position: 0 50%;
  background-image: url("../images/fonts/product-banner-text-02-en.svg");
  width: 270px;
  height: 22px;
  background-size: 270px 22px;
  display: block; }
  @media (min-width: 768px) {
    .icon-product-banner-text-02-en {
      margin-bottom: 1em;
      display: inline-block;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: cover;
      background-position: 0 50%;
      background-image: url("../images/fonts/product-banner-text-02-en.svg");
      width: 456px;
      height: 38px;
      background-size: 456px 38px;
      display: block; } }

.icon-product-banner-text-02-cht {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-position: 0 50%;
  background-image: url("../images/fonts/product-banner-text-02-cht.svg");
  width: 119px;
  height: 17px;
  background-size: 119px 17px;
  display: block; }
  @media (min-width: 768px) {
    .icon-product-banner-text-02-cht {
      display: inline-block;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: cover;
      background-position: 0 50%;
      background-image: url("../images/fonts/product-banner-text-02-cht.svg");
      width: 180px;
      height: 26px;
      background-size: 180px 26px;
      display: block; } }

.icon-product-banner-text-03-en {
  margin-bottom: 0.5em;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-position: 0 50%;
  background-image: url("../images/fonts/product-banner-text-03-en.svg");
  width: 240px;
  height: 22px;
  background-size: 240px 22px;
  display: block; }
  @media (min-width: 768px) {
    .icon-product-banner-text-03-en {
      margin-bottom: 1em;
      display: inline-block;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: cover;
      background-position: 0 50%;
      background-image: url("../images/fonts/product-banner-text-03-en.svg");
      width: 406px;
      height: 38px;
      background-size: 406px 38px;
      display: block; } }

.icon-product-banner-text-03-cht {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-position: 0 50%;
  background-image: url("../images/fonts/product-banner-text-03-cht.svg");
  width: 119px;
  height: 17px;
  background-size: 119px 17px;
  display: block; }
  @media (min-width: 768px) {
    .icon-product-banner-text-03-cht {
      display: inline-block;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: cover;
      background-position: 0 50%;
      background-image: url("../images/fonts/product-banner-text-03-cht.svg");
      width: 180px;
      height: 26px;
      background-size: 180px 26px;
      display: block; } }

.icon-product-banner-text-04-en {
  margin-bottom: 0.5em;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-position: 0 50%;
  background-image: url("../images/fonts/product-banner-text-04-en.svg");
  width: 240px;
  height: 22px;
  background-size: 240px 22px;
  display: block; }
  @media (min-width: 768px) {
    .icon-product-banner-text-04-en {
      margin-bottom: 1em;
      display: inline-block;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: cover;
      background-position: 0 50%;
      background-image: url("../images/fonts/product-banner-text-04-en.svg");
      width: 405px;
      height: 38px;
      background-size: 405px 38px;
      display: block; } }

.icon-product-banner-text-04-cht {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-position: 0 50%;
  background-image: url("../images/fonts/product-banner-text-04-cht.svg");
  width: 119px;
  height: 17px;
  background-size: 119px 17px;
  display: block; }
  @media (min-width: 768px) {
    .icon-product-banner-text-04-cht {
      display: inline-block;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: cover;
      background-position: 0 50%;
      background-image: url("../images/fonts/product-banner-text-04-cht.svg");
      width: 180px;
      height: 26px;
      background-size: 180px 26px;
      display: block; } }

.icon-select-arrowDown {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-position: 0 50%;
  background-image: url("../images/icon-select-arrowDown.svg");
  width: 8px;
  height: 8px;
  background-size: 8px 8px; }

.wrapper {
  background-color: #fff; }

.blurBg {
  -webkit-filter: blur(20px);
  -moz-filter: blur(20px);
  -o-filter: blur(20px);
  -ms-filter: blur(20px);
  filter: blur(20px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='20'); }

.banner-outer {
  position: relative; }
  .banner-outer .banner-txt {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .banner-outer .hr {
    margin: 0 auto;
    width: 60px;
    height: 5px;
    background-color: #f9ba29; }

.banner {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-position: 0 0; }

.banner {
  padding-bottom: 80vw;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-position: 50% 0; }
  @media (min-width: 768px) {
    .banner {
      padding-bottom: 45vw; } }
  @media (min-width: 991px) {
    .banner {
      padding-bottom: 350px; } }

.page-banner {
  margin-bottom: 2em; }

.contentWrap {
  padding: 0;
  padding-bottom: 2em;
  position: relative;
  z-index: 4;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 25px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 3px 25px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 3px 25px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 25px rgba(0, 0, 0, 0.15); }
  @media (min-width: 1200px) {
    .contentWrap {
      margin-left: auto;
      margin-right: auto;
      position: relative;
      bottom: -48px;
      z-index: 3; } }
  @media (min-width: 1400px) {
    .contentWrap {
      width: 1350px; } }

.contentWrap.innerPage.no-cover {
  margin-bottom: 48px;
  padding-top: 1.5em;
  top: 0; }
  @media (min-width: 991px) {
    .contentWrap.innerPage.no-cover {
      top: -48px; } }

.contentWrap.no-animate {
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none; }

.dropDownWrap {
  padding: 1.5em;
  background-color: #fff;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.15); }

.no-shadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none; }

.content {
  margin-bottom: 3.75em; }
  .content .des {
    font-size: 1em;
    line-height: 2em;
    color: #292929; }

.contentBox .headingWrap {
  margin-top: 0;
  padding: 1em 1.25em;
  -webkit-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
  background-clip: padding-box;
  background-color: #f6f6f6; }

.contentBox .content {
  padding: 1em 1.25em; }

.contentBox-radius {
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-clip: padding-box; }

.contentBox-shadow {
  -webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1); }

.content-fixed {
  margin-top: 64px; }
  @media (min-width: 1200px) {
    .content-fixed {
      margin-top: 80px; } }

.modal-dialog {
  margin: 2em auto;
  width: 90%; }
  @media (min-width: 768px) {
    .modal-dialog {
      width: 700px; } }
  @media (min-width: 991px) {
    .modal-dialog {
      width: 93%; } }
  @media (min-width: 1200px) {
    .modal-dialog {
      width: 94.75%; } }
  .modal-dialog .modal-header {
    padding: 1.25em 1em;
    -webkit-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    background-clip: padding-box;
    background-color: #eaeaea; }

.modal-content {
  padding: 1em 1em;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  background-color: #f7f8fa; }
  @media (min-width: 768px) {
    .modal-content {
      padding: 2em 2.5em; } }

.modal-content.no-padding {
  padding: 0; }

.more {
  font-size: 0.875em;
  color: #666; }
  .more:hover, .more:focus {
    color: #666; }

.tag {
  margin-bottom: 0.5em;
  padding: 0 0.5em;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  font-size: 0.875em;
  font-weight: normal;
  text-align: center;
  color: #fff;
  background-color: #f16c77;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box; }
  .tag > * {
    vertical-align: middle;
    height: 24px;
    line-height: 24px; }
  .tag > span {
    display: inline-block; }

.border-box {
  border: 1px solid #dfdfdf; }

.bg-color-gray {
  background-color: #f6f6f6; }

.tooltip-inner {
  padding: 0.875em 2em;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box; }

.bottom-bar {
  position: fixed;
  bottom: 0;
  z-index: 99;
  width: 100%;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.11);
  -ms-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.11);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.11);
  background-color: #fff; }

.label {
  padding: 0.25em 0.75em;
  height: 24px;
  font-size: 0.75em;
  text-align: center;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box; }

.label-blue {
  color: #fff;
  background-color: #495ead; }

.systemMsg {
  padding: 0.75em 1.563em;
  font-size: 0.75em;
  line-height: 1.5; }
  .systemMsg .content {
    float: left;
    width: 85%; }
  .systemMsg .btn-close {
    float: right;
    text-align: right;
    width: 15%; }
    .systemMsg .btn-close > .icon-close-white {
      width: 18px;
      height: 18px;
      background-size: 18px 18px; }

.systemMsg-light-blue {
  color: #fff;
  background-color: #60b2db; }

@media (min-width: 768px) {
  .systemMsg {
    display: none; } }

.hr {
  width: 100%;
  height: 2px;
  border: 1px solid #dfdfdf; }

.btn {
  padding: 0 1.688em;
  font-size: 1em;
  height: 2.5em;
  line-height: 2.5em;
  display: inline-block;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  -webkit-transition: 0.3s all ease-in;
  -moz-transition: 0.3s all ease-in;
  -o-transition: 0.3s all ease-in;
  transition: 0.3s all ease-in;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  border: 0;
  cursor: pointer; }

.btn-sm {
  display: inline-block;
  padding: 0 8px;
  font-size: 0.875em;
  height: 30px;
  line-height: 30px;
  color: #666;
  letter-spacing: 1px;
  font-weight: 500; }

.btn-border-radius {
  border: 1px solid #dfdfdf;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background-clip: padding-box; }

.btn-primary {
  color: #fff;
  background-color: #292929; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active:hover {
    background-color: #292929; }

.btn-default {
  color: #292929;
  background-color: transparent;
  border: 1px solid #292929; }
  .btn-default:hover, .btn-default:focus, .btn-default:active:hover {
    border: 1px solid #292929;
    background-color: #dfdfdf; }

.btn-radius {
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-clip: padding-box; }

.formWrap {
  margin-top: 3em; }

input, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #959595;
  font-weight: 400; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #959595;
  font-weight: 400; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #959595;
  font-weight: 400; }

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #959595;
  font-weight: 400; }

label.checkbox {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 8px;
  display: inline-block;
  width: 24px !important;
  height: 24px;
  text-align: center;
  color: transparent;
  cursor: pointer;
  border: 1px solid #d7d7d7;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  background-color: #fff;
  position: relative;
  top: 5px; }
  label.checkbox .icon-checked {
    position: absolute;
    top: 3px;
    left: 3px;
    opacity: 0;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-position: 0 50%;
    background-image: url("../images/icon-checked.svg");
    width: 16px;
    height: 16px;
    background-size: 16px 16px; }

input {
  vertical-align: middle; }
  input:checked + label.checkbox .icon-checked {
    opacity: 1; }

.count {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .count .input-group {
    float: right;
    margin-top: 62px; }
  .count .input-group-addon {
    display: inline-block;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-clip: padding-box;
    background-color: #fff;
    width: 40px;
    height: 40px;
    cursor: pointer;
    outline: 0; }
    .count .input-group-addon:hover {
      background-color: #efefef; }
    .count .input-group-addon:focus {
      background-color: input, textarea; }
  .count input[type=text] {
    text-align: right;
    height: 40px;
    padding-right: 16px;
    color: #868686; }
  .count .input-group-addon, .count input[type=text] {
    float: left; }

i.icon.icon-minus {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-position: 0 50%;
  background-image: url("../images/minus.svg");
  width: 18px;
  height: 18px;
  background-size: 18px 18px;
  position: relative;
  top: 4px; }

i.icon.icon-add {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-position: 0 50%;
  background-image: url("../images/plus.svg");
  width: 18px;
  height: 18px;
  background-size: 18px 18px;
  position: relative;
  top: 3px; }

.input-lg {
  padding: 0.75em;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box; }

.user-selection {
  position: relative; }

.selectionWrap {
  width: 160px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #fff;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-clip: padding-box; }
  .selectionWrap > input {
    font-size: 0.875em;
    cursor: pointer;
    pointer-events: none;
    width: 120px;
    height: 40px;
    line-height: 40px;
    padding-left: 16px;
    padding-right: 30px;
    vertical-align: top;
    border: 0;
    outline: none;
    background-color: transparent;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.bb-switcher {
  position: relative;
  width: 45px;
  height: 18px;
  line-height: 18px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.06);
  -moz-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.06);
  -ms-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.06);
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.06);
  background-color: #9b9b9b; }
  .bb-switcher.active {
    background-color: #fff0cd;
    -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.23);
    -moz-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.23);
    -ms-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.23);
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.23); }

.bb-switcher label {
  cursor: pointer;
  position: absolute;
  height: 26px;
  width: 26px;
  left: -2px;
  top: -5px;
  background: #dfdfdf;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: 0.5px 1px 2px 0 rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0.5px 1px 2px 0 rgba(0, 0, 0, 0.18);
  -ms-box-shadow: 0.5px 1px 2px 0 rgba(0, 0, 0, 0.18);
  box-shadow: 0.5px 1px 2px 0 rgba(0, 0, 0, 0.18);
  z-index: 5; }
  .bb-switcher label:after {
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-position: 0 50%;
    background-image: url("../images/icon-close-white.svg");
    width: 22px;
    height: 22px;
    background-size: 22px 22px;
    position: absolute;
    top: 2px;
    left: 2px; }

.bb-switcher input[type=checkbox]:checked + label {
  left: 21px;
  background: #f9ba29;
  -webkit-box-shadow: 0.5px 1px 2px 0 rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0.5px 1px 2px 0 rgba(0, 0, 0, 0.18);
  -ms-box-shadow: 0.5px 1px 2px 0 rgba(0, 0, 0, 0.18);
  box-shadow: 0.5px 1px 2px 0 rgba(0, 0, 0, 0.18); }
  .bb-switcher input[type=checkbox]:checked + label:after {
    top: 3px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-position: 0 50%;
    background-image: url("../images/icon-checked-white.svg");
    width: 22px;
    height: 22px;
    background-size: 22px 22px; }

.bb-form-control {
  margin-top: 0.5em;
  margin-bottom: 1.875em; }
  .bb-form-control span.title {
    font-size: 1em;
    font-weight: bold;
    color: #666;
    letter-spacing: 1px;
    position: relative;
    top: -3px; }

.bb-input-unit {
  font-size: 0.75em;
  color: #9b9b9b; }

.bb-input.bb-input-lg {
  margin-right: 0.25em;
  display: inline-block;
  padding: 0 0.2em;
  width: 108px;
  height: 60px;
  line-height: 60px;
  font-size: 3em;
  color: #f16c77;
  border: 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  background-color: #f6f6f6; }

.bb-label {
  margin-bottom: 0.5em;
  font-size: 0.875em;
  color: #292929; }

.bb-radio {
  cursor: pointer;
  margin-right: 0.5em;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: solid 3px #666666;
  background-color: #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box; }
  .bb-radio:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px; }

.bb-checkbox {
  margin-right: 1em;
  margin-bottom: 0.5em;
  display: inline-block;
  height: 18px;
  line-height: 18px; }
  .bb-checkbox > * {
    vertical-align: middle; }
  .bb-checkbox label {
    width: 18px;
    height: 18px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    border: 1px solid #666;
    cursor: pointer; }
  .bb-checkbox input:checked + label {
    background-image: url("../images/icon-checked-pink.svg");
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: 50% 50%; }
  .bb-checkbox span {
    margin-left: 0.25em;
    display: inline-block;
    height: 18px;
    line-height: 18px;
    font-size: 0.875em;
    color: #666; }

.input-shadow-style {
  border: none !important;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.08); }

input:checked + .bb-radio {
  border: solid 3px #f16c77; }
  input:checked + .bb-radio:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #f16c77;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box;
    position: relative;
    top: -4px;
    left: 2px; }

.bb-input-sm {
  padding: 0.5em;
  width: 150px;
  height: 30px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  background-color: #f4f4f4;
  font-size: 0.875em;
  color: #666;
  border: 0; }

.bb-input, .bb-textarea, .bb-select {
  position: relative;
  display: block;
  background-color: #fff;
  z-index: 1;
  padding: 0.25em 0.75em;
  height: 45px;
  border: solid 1px #dfdfdf;
  border-radius: 2px;
  cursor: pointer;
  width: 100%;
  font-size: 0.875em;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none; }
  .bb-input:focus, .bb-textarea:focus, .bb-select:focus {
    outline: 0;
    border: 1px solid #292929; }

.bb-select {
  padding: 0;
  position: relative; }
  .bb-select .icon-select-arrowDown {
    position: absolute;
    right: 16px;
    top: 18px; }

select {
  padding: 0.25em 0.75em;
  color: #959595;
  width: 100%;
  background-color: transparent;
  border: 0;
  height: 45px;
  line-height: 28px; }
  select i.icon-select-arrowDown {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-position: 0 50%;
    background-image: url("../images/icon-select-arrowDown.svg");
    width: 20px;
    height: 20px;
    background-size: 20px 20px; }
  select option {
    color: #292929; }

.bb-textarea {
  height: auto; }

.heading {
  margin: 2em 0;
  margin-top: 3.75em;
  text-align: center;
  color: #292929; }
  .heading h2 {
    font-size: 1.25em;
    font-weight: normal;
    letter-spacing: 1px; }
    @media (min-width: 768px) {
      .heading h2 {
        font-size: 1.5em; } }

.DR {
  cursor: pointer; }

.DR + * {
  display: none;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.3s all ease-in;
  -moz-transition: 0.3s all ease-in;
  -o-transition: 0.3s all ease-in;
  transition: 0.3s all ease-in; }

.DR.active + * {
  display: block;
  position: absolute;
  width: auto;
  height: auto;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  z-index: 10; }

.dropBoxWrap {
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  background-color: #FFFFFF;
  z-index: 10; }

.searchWrap .searchInput-outer {
  padding: 8px 25px;
  height: 50px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 10, 0.15);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 10, 0.15);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 10, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 10, 0.15);
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }
  .searchWrap .searchInput-outer > * {
    outline: 0; }
  .searchWrap .searchInput-outer .searchInput {
    width: calc(100% - 24px);
    background-color: transparent;
    border: 0;
    height: 34px;
    vertical-align: top;
    font-size: 1.125em; }
  .searchWrap .searchInput-outer .searchBtn {
    padding: 0;
    width: 16px;
    height: 34px;
    font-size: 0;
    border: 0;
    background-color: transparent; }

@media (min-width: 768px) {
  .searchWrap {
    width: 535px;
    margin: 0 auto;
    margin-top: 32px; } }

.paginationWrap {
  margin: 3.75em 0;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  font-size: 0.875em; }
  .paginationWrap > * {
    vertical-align: middle; }
  .paginationWrap .prev {
    margin-right: 3.5em; }
    .paginationWrap .prev > * {
      float: left;
      height: 14px;
      line-height: 14px;
      vertical-align: middle; }
    .paginationWrap .prev > i {
      margin-right: 0.5em; }
  .paginationWrap .prev.disabled, .paginationWrap .next.disabled {
    color: #C0C0C0; }
  .paginationWrap .next {
    margin-left: 3.5em; }
    .paginationWrap .next > * {
      float: left;
      height: 14px;
      line-height: 14px;
      vertical-align: middle; }
    .paginationWrap .next > i {
      margin-left: 0.5em; }
  .paginationWrap .prev > i, .paginationWrap .next > i {
    vertical-align: middle; }
  .paginationWrap .pages {
    vertical-align: middle; }
    .paginationWrap .pages > a {
      padding: 0 0.9em;
      display: inline-block;
      cursor: pointer;
      color: #292929; }
    .paginationWrap .pages > a.disabled {
      color: #C0C0C0; }
    .paginationWrap .pages > a.current {
      color: #292929; }
    .paginationWrap .pages .symbol-more {
      color: #797979; }

@media (min-width: 1200px) {
  margin-bottom: 3em; }

.paginationWrap.numtype .prev {
  margin-right: 1.125em; }

.paginationWrap.numtype .next {
  margin-left: 1.125em; }

.paginationWrap.numtype .pages > a {
  color: #797979; }

.breadcrumbs {
  font-size: 0.875em;
  line-height: 1.5;
  color: #9b9b9b; }
  .breadcrumbs .enabled {
    color: #9b9b9b; }
  .breadcrumbs .divider {
    margin: 0 0.375em;
    display: inline-block; }

.editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6 {
  margin-bottom: 1.25em;
  font-weight: bold;
  color: #292929;
  line-height: 1.63em; }

.editor p, .editor span, .editor b, .editor i {
  color: #666;
  font-size: 1em;
  line-height: 1.63em; }

.editor strong {
  font-weight: bold; }

@media (min-width: 991px) {
  .editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6 {
    margin-bottom: 0.5em; } }

.editor img {
  margin-bottom: 1.25em;
  max-width: 100%;
  width: 100%;
  height: auto; }

.nav-fixed {
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: 0.3s all ease-in;
  -moz-transition: 0.3s all ease-in;
  -o-transition: 0.3s all ease-in;
  transition: 0.3s all ease-in;
  overflow: inherit; }

header.nav-fixed {
  -webkit-animation: fadeInDown 0.5s forwards;
  -moz-animation: fadeInDown 0.5s forwards;
  -o-animation: fadeInDown 0.5s forwards;
  animation: fadeInDown 0.5s forwards; }

header {
  display: block;
  width: 100%;
  height: 64px;
  color: #292929;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  overflow: hidden; }
  header a {
    color: #292929; }
    header a:hover, header a:focus {
      color: #292929; }
  header .nav > * {
    height: 64px;
    line-height: 64px; }
  header .logo {
    margin-top: 14px;
    float: left;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-position: 0 50%;
    background-image: url("../images/logo.svg");
    width: 88px;
    height: 36px;
    background-size: 88px 36px; }
  header .toggleBtn-mmenu {
    margin-top: 2px;
    cursor: pointer;
    float: right;
    display: inline-block; }
    header .toggleBtn-mmenu .icon-mmenu {
      display: inline-block;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: cover;
      background-position: 0 50%;
      background-image: url("../images/icon-mmenu.svg");
      width: 16px;
      height: 16px;
      background-size: 16px 16px; }
  header .toggleBtn-mmenu.collapsed .icon-mmenu {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-position: 0 50%;
    background-image: url("../images/icon-mmenu-close.svg");
    width: 16px;
    height: 16px;
    background-size: 16px 16px; }
  header .collapse-bk {
    visibility: hidden;
    width: 100%;
    height: 0;
    position: absolute;
    top: 64px;
    left: 0;
    z-index: 99;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: 0.3s all ease-in;
    -moz-transition: 0.3s all ease-in;
    -o-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in; }
    header .collapse-bk ul.inline li {
      padding: 0.75em 1.5em;
      display: block;
      height: auto;
      line-height: 28px;
      text-align: center; }
      header .collapse-bk ul.inline li a {
        display: block;
        color: #666;
        font-size: 1em; }
    header .collapse-bk.collapsed {
      padding: 4em 0;
      visibility: visible;
      opacity: 1;
      height: 100vh;
      -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
      -ms-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
      box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2); }
      header .collapse-bk.collapsed .right-side .btn-register {
        padding: 0.5em 1.5em;
        display: block;
        height: auto;
        color: #666;
        line-height: 28px;
        border-bottom: 1px solid #dfdfdf; }
      header .collapse-bk.collapsed .right-side .btn-login {
        margin-top: 0.75em;
        margin-left: 1.5em; }

@media (min-width: 768px) {
  header {
    height: 64px;
    color: #292929;
    background-color: #fff; }
    header .nav-items {
      font-size: 0.938em; }
      header .nav-items ul > li {
        margin-right: 1.25em; }
      header .nav-items > * {
        height: 64px;
        line-height: 64px; }
      header .nav-items .left-side {
        float: left; }
      header .nav-items .right-side {
        float: right; } }

@media (min-width: 991px) {
  header .nav {
    width: 100%; }
  header .collapse-bk {
    visibility: visible;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none; }
  header .collapse-bk.collapsed {
    padding: 0;
    float: right;
    text-align: right;
    display: inline-block;
    background: transparent;
    position: static;
    width: auto;
    height: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none; }
    header .collapse-bk.collapsed .nav-items {
      display: inline-block;
      float: right; }
    header .collapse-bk.collapsed ul.inline li {
      padding: 0.75em 1.5em;
      display: inline-block;
      height: auto;
      line-height: 28px;
      text-align: center; }
      header .collapse-bk.collapsed ul.inline li:last-child {
        margin-right: 0; }
      header .collapse-bk.collapsed ul.inline li a {
        color: #666; } }

@media (min-width: 1200px) {
  header {
    height: 80px; }
    header .logo {
      margin-top: 1.125em;
      display: inline-block;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: cover;
      background-position: 0 50%;
      background-image: url("../images/logo.svg");
      width: 110px;
      height: 45px;
      background-size: 110px 45px; }
    header .collapse-bk {
      margin-top: 0.6em; }
      header .collapse-bk ul.inline li a {
        font-size: 0.983em; } }

#footer {
  padding: 1.25em 0; }
  #footer .top .left-side {
    text-align: center; }
    #footer .top .left-side .footer-logo {
      display: none; }
    #footer .top .left-side .footer-info {
      margin-bottom: 1.25em;
      font-size: 0.75em; }
      #footer .top .left-side .footer-info > * {
        margin-bottom: 0.5em; }
  #footer .top .right-side {
    text-align: center; }
    #footer .top .right-side .certification {
      margin-bottom: 1.25em;
      display: inline-block; }
      #footer .top .right-side .certification > * {
        float: left;
        height: 26px;
        line-height: 26px;
        color: #292929; }
      #footer .top .right-side .certification .icon-noPesticide {
        margin-right: 0.5em; }
      #footer .top .right-side .certification span {
        font-size: 0.75em; }
    #footer .top .right-side .divider {
      display: none; }
    #footer .top .right-side .shareLink {
      margin-bottom: 1.25em; }
      #footer .top .right-side .shareLink > a {
        margin-right: 0.625em;
        display: inline-block; }
        #footer .top .right-side .shareLink > a:last-child {
          margin-right: 0; }
  #footer .btoom .copyright {
    text-align: center;
    font-size: 0.75em;
    color: #9b9b9b; }

@media (min-width: 768px) {
  #footer {
    padding: 5em 0 2em 0; }
    #footer .top > .left-side {
      float: left;
      text-align: left; }
    #footer .top > .right-side {
      float: right; }
    #footer .top .left-side > * {
      float: left;
      height: 50px;
      line-height: 50px;
      vertical-align: middle; }
    #footer .top .left-side .footer-logo {
      display: block; }
      #footer .top .left-side .footer-logo > * {
        height: 50px; }
    #footer .top .left-side .footer-info {
      padding-top: 10px;
      font-size: 0.875em; }
      #footer .top .left-side .footer-info > * {
        line-height: 1; }
    #footer .top .left-side .divider {
      margin: 0 1.125em;
      width: 1px;
      height: 50px;
      background-color: #e6e6e6; }
    #footer .top .right-side {
      margin-top: 0.5em; }
      #footer .top .right-side > * {
        float: left;
        height: 30px;
        line-height: 30px;
        vertical-align: middle; }
      #footer .top .right-side .certification span {
        font-size: 0.875em; }
      #footer .top .right-side .divider {
        margin: 0 1.25em;
        margin-top: -2px;
        display: block;
        color: #c0c0c0; }
    #footer .btoom {
      margin-top: 3em; } }

@media (min-width: 991px) {
  #footer {
    padding: 4em 0 1.5em 0; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .hero .slide-item > img {
    width: 100%;
    max-width: auto; } }

#news .newsItem {
  margin-bottom: 1.25em;
  display: block;
  background-color: #fff; }
  #news .newsItem .textWrap {
    padding: 0.625em 1.25em; }
    #news .newsItem .textWrap .title {
      margin-bottom: 1em;
      font-size: 0.875em;
      font-weight: normal;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      line-height: 1.5em;
      height: 3em;
      overflow: hidden;
      color: #292929; }
    #news .newsItem .textWrap .date {
      margin-bottom: 0.25em;
      font-size: 0.75em;
      color: #292929;
      vertical-align: middle; }

@media (min-width: 768px) {
  #news .newsList {
    margin: 0 auto;
    width: 580px; } }

@media (min-width: 991px) {
  #news .newsList {
    width: 100%; }
    #news .newsList .newsItem {
      margin-bottom: 2.5em;
      height: 360px; }
      #news .newsList .newsItem .textWrap {
        padding: 1.25em; }
        #news .newsList .newsItem .textWrap .title {
          font-size: 1em;
          line-height: 1.56em;
          height: 3.12em; }
        #news .newsList .newsItem .textWrap .date {
          font-size: 0.875em; } }

#newsItem {
  color: #292929; }
  #newsItem .breadcrumbs {
    margin-top: 3.125em;
    margin-bottom: 2.188em; }
  #newsItem .headingImage {
    margin-bottom: 1.875em; }
  #newsItem .headingTitle {
    margin-bottom: 1.25em; }
    #newsItem .headingTitle > h2 {
      font-size: 1.5em;
      line-height: 1.4;
      font-weight: bold; }
      @media (min-width: 1200px) {
        #newsItem .headingTitle > h2 {
          font-size: 1.875em; } }
  #newsItem .createdDate {
    font-size: 0.875em; }
  #newsItem .content {
    margin-top: 1.25em; }
    #newsItem .content * {
      font-size: 1em;
      line-height: 1.88;
      color: #292929; }
  #newsItem .shareLinks > * {
    float: left;
    height: 30px;
    line-height: 30px;
    vertical-align: middle; }
  #newsItem .shareLinks span {
    margin-right: 1em; }
  #newsItem .shareLinks a.icon-shareLinks {
    margin-right: 0.625em; }

#category .categoryItem {
  margin-bottom: 1.25em;
  display: block;
  cursor: pointer; }
  #category .categoryItem .mask {
    visibility: hidden;
    display: none; }

@media (min-width: 991px) {
  #category .categoryItem {
    margin-bottom: 0; }
    #category .categoryItem .category-title h3 {
      font-size: 1.375em; } }

@media (min-width: 1200px) {
  #category .categoryItem .mask {
    display: block;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    opacity: 0;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out; }
    #category .categoryItem .mask .category-title {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%;
      text-align: center;
      padding: 0 1em;
      z-index: 10;
      color: #fff; }
  #category .categoryItem:hover .mask, #category .categoryItem:focus .mask {
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out; } }

#product .product-banner {
  padding: 1.875em 0; }

#product .breadcrumbs {
  margin: 1.25em 0; }

#product #product-banner-01 {
  background-color: #e5007f; }

#product #product-banner-02 {
  background-color: #1daa39; }

#product #product-banner-03 {
  background-color: #00adef; }

#product #product-banner-04 {
  background-color: #ea4c31; }

#product .product-gallery .product-image,
#product .product-gallery-navigator .product-image {
  padding-right: 5px;
  outline: 0; }

#product .product-intro {
  margin-top: 1.5em; }
  #product .product-intro .product-name {
    font-size: 1.5em;
    font-weight: bold;
    color: #292929; }
  #product .product-intro .product-slogan {
    margin-top: 1.25em;
    font-size: 1em;
    line-height: 1.63;
    color: #797979;
    font-weight: normal; }
  #product .product-intro .product-spec {
    margin-top: 1.25em;
    font-size: 1em;
    line-height: 1.63;
    color: #797979; }
  #product .product-intro .product-service {
    margin-top: 1.875em;
    margin-bottom: 2.5em;
    font-size: 1.125em; }

#product .product-detail {
  padding-top: 2.5em;
  border-top: 1px solid #c0c0c0; }

#product .related-package {
  margin-bottom: 3.75em; }
  #product .related-package .responsive-tab {
    border: 1px solid #dfdfdf;
    border-bottom: 0; }
    #product .related-package .responsive-tab .r-tabs-accordion-title {
      padding: 0.438em 0;
      color: #292929;
      background-color: #fff;
      text-align: center;
      border-bottom: 1px solid #dfdfdf; }
      #product .related-package .responsive-tab .r-tabs-accordion-title.r-tabs-state-active {
        border-bottom: 0; }
        #product .related-package .responsive-tab .r-tabs-accordion-title.r-tabs-state-active a:after {
          top: 8px;
          right: 11px;
          -webkit-transform: rotate(180deg);
          -moz-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
      #product .related-package .responsive-tab .r-tabs-accordion-title a {
        display: block;
        position: relative; }
        #product .related-package .responsive-tab .r-tabs-accordion-title a:after {
          content: "";
          display: inline-block;
          position: absolute;
          right: 16px;
          width: 16px;
          height: 16px;
          background-image: url(../images/icon-arrowDown-gray.svg); }
    #product .related-package .responsive-tab .r-tabs-panel {
      background-color: #fff; }
    #product .related-package .responsive-tab .r-tabs-panel.r-tabs-state-active {
      border-bottom: 1px solid #dfdfdf; }
    #product .related-package .responsive-tab .tab-panel img {
      margin-bottom: 1.25em; }
  #product .related-package .package-spec {
    margin-bottom: 1em; }
    #product .related-package .package-spec .editor > * {
      color: #292929;
      font-size: 1em; }

@media (min-width: 768px) {
  #product .product-banner {
    padding: 2.750em 0; }
  #product .breadcrumbs {
    margin-top: 3.438em;
    margin-bottom: 2.188em; }
  #product .product-gallery-wrap .product-gallery-navigator .product-image {
    padding-bottom: 1em; }
  #product .product-intro {
    margin-top: 2em; }
    #product .product-intro .product-name {
      font-size: 1.875em; }
    #product .product-intro .product-slogan {
      margin-top: 1.25em;
      font-size: 1em;
      line-height: 1.63;
      color: #797979;
      font-weight: normal; }
    #product .product-intro .product-spec {
      margin-top: 1.25em;
      font-size: 1em;
      line-height: 1.63;
      color: #797979; }
    #product .product-intro .product-service {
      margin-top: 3em;
      margin-bottom: 2.5em;
      font-size: 1.125em; }
  #product .related-package {
    margin-top: 2.188em; } }

@media (min-width: 991px) {
  #product .productMainIntro > * {
    float: left; }
  #product .productMainIntro .left-side {
    width: 500px; }
  #product .productMainIntro .right-side {
    width: calc(100% - 500px - 30px); }
  #product .productMainIntro .product-intro {
    margin-top: 0; }
  #product .product-gallery-wrap .product-gallery-navigator .product-image {
    padding-bottom: 10px;
    cursor: pointer;
    opacity: 0.5; }
    #product .product-gallery-wrap .product-gallery-navigator .product-image.slick-current {
      opacity: 1; }
  #product .product-intro {
    padding-left: 3rem; }
  #product .related-package .responsive-tab {
    border: 0; }
    #product .related-package .responsive-tab .r-tabs-tab {
      margin-right: -6px; }
      #product .related-package .responsive-tab .r-tabs-tab > a {
        padding: 0.438em 1.25em;
        display: block;
        background-color: #fff;
        border: 1px solid #dfdfdf;
        position: relative;
        top: 6px; }
    #product .related-package .responsive-tab .r-tabs-state-active > a {
      position: relative;
      padding: 0.75em 1.25em;
      top: 0;
      z-index: 5;
      border-bottom: 1px solid #fff; }
      #product .related-package .responsive-tab .r-tabs-state-active > a:after {
        content: "";
        display: inline-block;
        position: absolute;
        left: 0;
        bottom: -2px;
        width: 100%;
        height: 1px;
        background-color: #fff; }
    #product .related-package .responsive-tab .tab-panel {
      padding-top: 2.5em;
      border: 1px solid #dfdfdf; } }

@media (min-width: 1200px) {
  #product .product-gallery-wrap .product-gallery-navigator .product-image {
    padding-bottom: 1em; }
  #product .product-detail {
    margin-top: 5.625em; } }

#contact .intro {
  margin-bottom: 2.125em;
  font-size: 1em;
  text-align: center;
  line-height: 1.563em;
  color: #292929; }
  @media (min-width: 768px) {
    #contact .intro {
      padding: 0 2em; } }

#contact .buy-tip {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3em;
  padding: 1em 0;
  padding-bottom: 4em;
  border-bottom: 1px dotted #ddd; }
  #contact .buy-tip .heading {
    margin-bottom: 0; }
    #contact .buy-tip .heading > h2 {
      font-weight: normal; }

#contact .ctrl-bk {
  margin-top: 1em;
  margin-bottom: 5em; }
  #contact .ctrl-bk .btn-send {
    width: 100%; }
    @media (min-width: 768px) {
      #contact .ctrl-bk .btn-send {
        width: 200px; } }

#send-succeed {
  padding: 5.833em 0; }
  #send-succeed .system-msg .msg-header .heading {
    margin-top: 0;
    margin-bottom: 1.25em; }
  #send-succeed .system-msg .msg-body {
    text-align: center;
    color: #292929;
    font-size: 1em;
    line-height: 1.56; }
  #send-succeed .system-msg .msg-footer {
    margin-top: 3.188em;
    text-align: center; }
    #send-succeed .system-msg .msg-footer > a {
      display: inline-block;
      color: #9b9b9b; }

@media (min-width: 768px) {
  #send-succeed {
    padding: 17em 0; } }

@media (min-width: 1200px) {
  #send-succeed {
    padding: 15em 0; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slide-item {
  outline: 0; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 9;
  display: block;
  width: 20px;
  height: 40px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background-color: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }

.slick-prev {
  left: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-position: 0 50%;
  background-image: url("../images/btn_home_banner_arrowLeft.svg");
  width: 20px;
  height: 40px;
  background-size: 20px 40px; }

.slick-next {
  right: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-position: 0 50%;
  background-image: url("../images/btn_home_banner_arrowRight.svg");
  width: 20px;
  height: 40px;
  background-size: 20px 40px; }

@media (min-width: 768px) {
  .slick-prev {
    left: 30px; }
  .slick-next {
    right: 30px; } }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0; }

.slick-dots {
  position: absolute;
  bottom: 1em;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 10px;
      width: 10px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 10px;
        height: 10px;
        line-height: 10px;
        text-align: center;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-clip: padding-box;
        background: #fff;
        opacity: 0.5; }
    .slick-dots li.slick-active button:before {
      background-color: #fff;
      opacity: 1; }

@media (min-width: 768px) {
  .slick-dots {
    bottom: 25px; } }
