<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*-------------------------------
[Table of contents]

1. Typography
  1.1 Typography Styles
  1.2 Page Preloader
  1.3 Forms
  1.4 Buttons
  1.5 Social Icons
  1.6 Tags
  1.7 Calendar
  1.8 Nav Pills
2. Main Structure
  2.1 Layout Styles
  2.2 Header
  2.3 Footer
  2.4 Main Slider
3. Content
  3.1 Breadcrumbs block
  3.2 Video block
  3.3 Text + Icon block
  3.4 Testimonials block
  3.5 Person Block
  3.6 Banners
  3.7 Services
  3.8 How it works
  3.9 Coupon
  3.10 Gallery
  3.11 News
  3.12 Facts
  3.13 Features text
  3.14 Discounts
  3.15 Prices
  3.16 Question Box
  3.17 Brands
  3.18 Faq
4. Special Pages
  4.1 Blog Page
  4.2 Shop Pages
5. Custom Animation
6. Vendor overlay styles

-----------------------------------*/
@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Contrail+One');

/*---------------------------------------*/
/*--------     1. Typography     --------*/
/*---------------------------------------*/
/*-------  1.1 Typography Styles --------*/
body {
  font-family: 'Open Sans', 'Microsoft JhengHei', 'Noto Sans TC', sans-serif;
  color: #505050;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  width: 100%;
  overflow-x: hidden;
}

@media (max-width: 480px) {

  html,
  body {
    overflow-x: hidden;
    width: 100%;
    width: 100vw;
  }
}

body.modal-open {
  padding-right: 0 !important;
}

a {
  text-decoration: underline;
  color: #505050;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #505050;
}

p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 28px;
}

p.font-sm {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 24px;
}

p.info {
  border-top: 1px solid #b7dfa8;
  border-bottom: 1px solid #b7dfa8;
  text-align: center;
  padding: 12px 20px;
  font-weight: bold;
  margin: 0 0 35px;
}

*+p.info {
  margin-top: 30px;
}

.color,
a.color,
a.color:hover,
a.color:focus {
  color: #f4c61b !important;
}

.color-alt {
  color: #4ba0e8;
}

h1,
h2.h-lg {
  font-size: 50px;
  line-height: 60px;
  font-family: 'Open Sans', 'Noto Sans TC', 'Microsoft JhengHei', sans-serif;
  font-weight: 600;
  margin: 0 0 38px;
  color: #505050;
}

@media (max-width: 991px) {

  h1,
  h2.h-lg {
    font-size: 40px;
    line-height: 46px;
  }
}

@media (max-width: 479px) {

  h1,
  h2.h-lg {
    font-size: 30px;
    line-height: 34px;
  }
}

h1.h-decor,
h2.h-decor {
  padding-bottom: 34px;
  background: url(../images/h-decor.png) no-repeat bottom center;
}

@media (max-width: 767px) {

  h1.h-decor,
  h2.h-decor {
    background: url(../images/h-decor-sm.png) no-repeat bottom center;
  }
}

h2,
h1.h-sm {
  font-size: 36px;
  line-height: 40px;
  font-family: 'Open Sans', 'Noto Sans TC', 'Microsoft JhengHei', sans-serif;
  font-weight: 600;
  margin: 0 0 30px;
  color: #505050;
}

@media (max-width: 767px) {

  h2,
  h1.h-sm {
    font-size: 28px;
    line-height: 30px;
    margin: 0 0 15px;
  }
}

h3 {
  font-size: 24px;
  line-height: 1.2em;
  font-family: 'Open Sans', 'Noto Sans TC', 'Microsoft JhengHei', sans-serif;
  font-weight: 600;
  padding: 0;
  margin: 0 0 20px;
  color: #505050;
}

h4 {
  font-size: 22px;
  line-height: 28px;
  font-family: 'Open Sans', 'Noto Sans TC', 'Microsoft JhengHei', sans-serif;
  font-weight: 600;
  padding: 0;
  margin: 0 0 25px;
  color: #505050;
}

h5 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  font-family: 'Open Sans', 'Noto Sans TC', 'Microsoft JhengHei', sans-serif;
  padding: 0;
  margin: 0 0 15px;
  color: #505050;
}

h6 {
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  font-family: 'Open Sans', 'Noto Sans TC', 'Microsoft JhengHei', sans-serif;
  padding: 0;
  margin: 0 0 15px;
  color: #505050;
}

h1.h-white,
h2.h-white,
h3.h-white,
h4.h-white,
h5.h-white,
h6.h-white {
  color: #fff;
}

.divider-xl {
  clear: both;
  height: 60px;
}

.divider-lg {
  clear: both;
  height: 45px;
}

.divider-md {
  clear: both;
  height: 30px;
}

.divider {
  clear: both;
  height: 20px;
}

.divider-sm {
  clear: both;
  height: 10px;
}

.divider-line {
  height: 25px;
  border-bottom: 1px solid #e6e9ec;
  margin-bottom: 25px;
}

.text-center&gt;img {
  display: inline-block;
}

.img-fullwidth {
  width: 100%;
}

.marker-list {
  margin: 0 0 25px;
  padding: 0;
  list-style: none;
}

@media (max-width: 767px) {
  .marker-list {
    margin-bottom: 10px;
  }
}

.marker-list&gt;li {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  position: relative;
  padding-left: 27px;
  margin-bottom: 10px;
}

.marker-list&gt;li:last-child {
  margin-bottom: 0;
}

.marker-list&gt;li:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-family: 'cleaning';
  content: "\e907";
  font-size: 17px;
  color: #2f76bc;
}

.social-list {
  margin: 15px 0 15px;
  padding: 0;
  list-style: none;
}

.social-list&gt;li {
  display: inline-block;
  margin-right: 7px;
}

.social-list&gt;li a {
  font-size: 40px;
  line-height: 40px;
  text-decoration: none;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}

.social-list&gt;li a:hover {
  color: #f4c61b;
}

.social-list-sm {
  margin: 15px 0 10px;
}

.social-list-sm&gt;li {
  display: inline-block;
  margin-right: 5px;
}

.social-list-sm&gt;li a {
  font-size: 30px;
  line-height: 30px;
}

.services-list {
  padding: 0;
  margin-bottom: 50px;
  font-size: 16px;
  line-height: 19px;
  text-align: left;
  list-style: none;
}

.services-list li {
  position: relative;
  background-color: #f2f4f5;
  margin-bottom: 1px;
}

.services-list li a {
  display: block;
  text-decoration: none;
  color: #505050;
  padding: 15px 15px 15px 22px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}

.services-list li:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: #f4c61b;
  opacity: 0;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}

.services-list li:hover {
  background-color: #fff;
}

.services-list li:hover:after {
  opacity: 1;
}

.services-list li.active {
  background-color: #f4c61b;
}

.services-list li.active a {
  color: #505050;
  font-weight: bold;
}

.services-list li.sub a:before,
.services-list li.active a:before {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: #505050;
  font-family: 'cleaning';
  content: "\e90a";
  padding: 0 10px 0 0;
}

.services-list.blue li:after {
  background-color: #2f76bc;
}

.services-list.blue li.active {
  background-color: #2f76bc;
  color: #fff;
}

.services-list.blue li.active a,
.services-list.blue li.active a:before {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile_title {
    margin-bottom: 5px !important;
  }

  .mobile_title:before {
    content: '�琑 撅閖�� / �𤣰���';
  }

  .mobile_slide {
    display: none;
  }
}

.category-list {
  margin: 0 0 55px;
  padding: 0;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  list-style: none;
  background: #fff;
}

.category-list li {
  list-style-type: none;
  position: relative;
}

.category-list li a {
  display: block;
  position: relative;
  cursor: pointer;
  padding: 15px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  color: #505050;
  border-bottom: 1px solid rgba(0, 0, 0, .15);
  text-decoration: none;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}

.category-list li.sub a {
  padding: 15px 10px;
}

.category-list li a span {
  display: inline-block;
  font-size: 12px;
  float: left;
  padding-right: 10px;
  padding-top: 7px;
  -webkit-transform: rotate(45deg) scale(0.8);
  -moz-transform: rotate(45deg) scale(0.8);
  -o-transform: rotate(45deg) scale(0.8);
  -ms-transform: rotate(45deg) scale(0.8);
  transform: rotate(45deg) scale(0.8);
}

.category-list li a.opened span {
  color: #f4c61b;
}

.category-list li a.opened:hover span {
  color: #fff;
}

.category-list li.sub ul {
  padding: 0;
  display: none;
}

.category-list li.sub ul li a {
  background: #f3f5f6;
  padding-left: 30px;
  padding-right: 10px;
}

.category-list li a:hover,
.category-list li.sub ul li a:hover {
  background: #f4c61b;
}

.no-marker,
.marker-list-arrow {
  margin: 0;
  padding: 0;
  list-style: none;
}

.no-marker&gt;li,
.marker-list-arrow&gt;li {
  font-size: 15px;
  line-height: 17px;
  font-weight: 400;
  position: relative;
  padding: 10px 0;
  border-bottom: 1px solid #f0f2f4;
}

.no-marker&gt;li {
  font-weight: 600;
}

.marker-list-arrow&gt;li {
  padding-left: 22px;
}

.marker-list-arrow&gt;li:after {
  position: absolute;
  top: 11px;
  left: 4px;
  display: block;
  font-family: 'cleaning';
  content: "\e90a";
  font-size: 8px;
  color: #f4c61b;
}

.vert-wrap {
  display: table;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
}

.vert {
  display: table-cell;
  vertical-align: middle;
}

.more-loader {
  display: none;
  position: relative;
  height: 50px;
}

.more-loader .loading-content {
  display: block !important;
}

.more-loader.visible {
  display: block;
  text-align: center;
  padding-bottom: 25px;
}

.table&gt;tbody&gt;tr&gt;th,
.table&gt;tfoot&gt;tr&gt;th,
.table&gt;thead&gt;tr&gt;th {
  padding: 15px 8px;
  border-top: 0;
  border-bottom: 3px solid #e5e5e5;
}

.table&gt;tbody&gt;tr&gt;td {
  border-top: 1px solid #e5e5e5;
  padding: 10px 8px;
}

.table .cell-marker {
  background: #f4c61b;
  border-color: #f4c61b;
  padding-left: 12px;
  padding-right: 12px;
}

.table th.cell-marker {
  border-color: #fff;
}

.pagination {
  margin: 20px 0 30px;
}

.pagination&gt;li&gt;a,
.pagination&gt;li&gt;span {
  padding: 0;
  margin: 0 3px;
  width: 56px;
  height: 56px;
  font-size: 16px;
  line-height: 56px;
  font-weight: 66;
  border: 0;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}

.pagination&gt;li&gt;a,
.pagination&gt;li&gt;span,
.pagination&gt;li&gt;a:focus,
.pagination&gt;li&gt;span:focus {
  color: #505050;
  background-color: #fff;
}

.pagination&gt;li:first-child&gt;a,
.pagination&gt;li:first-child&gt;span,
.pagination&gt;li:last-child&gt;a,
.pagination&gt;li:last-child&gt;span {
  border-radius: 50%;
}

.pagination&gt;li&gt;a:hover,
.pagination&gt;li&gt;span:hover {
  color: #505050;
  background-color: #f4c61b;
}

.pagination&gt;.active&gt;a {
  font-weight: bold;
}

.pagination&gt;.active&gt;a,
.pagination&gt;.active&gt;span,
.pagination&gt;.active&gt;a:hover,
.pagination&gt;.active&gt;span:hover {
  color: #505050;
  background-color: #f4c61b;
}

.pagination.blue&gt;.active&gt;a {
  font-weight: bold;
}

.pagination.blue&gt;.active&gt;a,
.pagination.blue&gt;.active&gt;span,
.pagination.blue&gt;.active&gt;a:hover,
.pagination.blue&gt;.active&gt;span:hover {
  color: #fff;
  background-color: #2f76bc;
}

.bg-text {
  padding: 20px 10px 20px 40px;
}

.bg-text-inside {
  width: 600px;
}

@media (max-width: 1199px) {
  .bg-text-inside {
    width: 445px;
  }
}

@media (max-width: 991px) {
  .bg-text-inside {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .bg-text {
    padding: 20px 15px;
  }
}

@media (min-width: 992px) {
  .row-flex-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #f6f6f7;
  }

  .row-flex-text&gt;.col-50 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    min-width: 50%;
  }
}

@media (max-width: 991px) {
  .row-flex-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .row-flex-text&gt;.col-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.contact-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #f3f3f3;
  padding: 26px 30px;
  color: #505050;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1199px) {
  .contact-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 20px;
  }

  .contact-box&gt;* {
    margin: 15px 0;
  }
}

.contact-info-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 50px;
}

@media (max-width: 1199px) {
  .contact-info-wrap {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-right: 0;
    width: 100%;
  }
}

@media (max-width: 600px) {
  .contact-info-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .contact-info-wrap&gt;* {
    margin: 10px auto;
    width: 300px;
  }
}

.contact-info {
  padding-left: 35px;
  position: relative;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
}

.contact-info&gt;.icon {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 24px;
  line-height: 1em;
  color: #f4c61b;
}

.contact-info-sm {
  margin: 35px 0 40px;
  padding-left: 43px;
  position: relative;
  text-align: left;
}

.contact-info-sm:first-child {
  margin-top: 0;
}

.contact-info-sm&gt;p {
  margin: 0;
}

.contact-info-sm&gt;p&gt;.icon {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 26px;
  line-height: 1em;
  color: #f4c61b;
}

.contact-info-sm&gt;p&gt;h5 {
  text-transform: none;
  margin-bottom: 10px;
}

.quote {
  margin-top: 25px;
  margin-bottom: 40px;
  font-style: italic;
  padding-left: 80px;
  position: relative;
}

.quote:before {
  font-size: 120px;
  line-height: 1em;
  font-style: normal;
  content: "��";
  position: absolute;
  left: 20px;
  top: -15px;
  color: #c7d5e1;
}

.address-box {
  background-color: #f6f6f7;
  padding: 25px 35px 10px;
}

@media (max-width: 767px) {
  .address-box {
    margin-top: 25px;
  }
}

.address-box .contact-info-sm {
  margin-top: 15px;
}

.address-box b {
  font-weight: 600;
}

.address-box,
.address-box a {
  color: #8091a0;
}

.address-box .social-list-sm {
  margin-top: 20px;
}

.google-map {
  min-height: 446px;
  width: 100%;
}

@media (max-width: 767px) {
  .google-map {
    min-width: 300px;
  }
}

@media (max-width: 767px) {
  .collapse-col.collapsed {
    display: none;
  }
}

@media (max-width: 480px) {
  .services-list-row .col-xs-6 {
    width: 100%;
  }

  .services-list-row .marker-list {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
  }

  .callus_page_hidden {
    display: none;
  }
}

/*-------- 1.2 Page Preloader    --------*/
body.is-loaded .loading-content {
  opacity: 0;
  visibility: hidden;
}

.loading-content {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 200;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
  pointer-events: none;
  visibility: visible;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.loading-content.disable {
  opacity: 0;
}

.loading-dots {
  margin-left: -1.5em;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-animation: loading-dots-fadein 0.5s linear forwards;
  -moz-animation: loading-dots-fadein 0.5s linear forwards;
  -o-animation: loading-dots-fadein 0.5s linear forwards;
  -ms-animation: loading-dots-fadein 0.5s linear forwards;
  animation: loading-dots-fadein 0.5s linear forwards;
}

.loading-dots i {
  width: .5em;
  height: .5em;
  display: inline-block;
  vertical-align: middle;
  background: #e0e0e0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0 .125em;
  -webkit-animation: loading-dots-middle-dots 0.5s linear infinite;
  -moz-animation: loading-dots-middle-dots 0.5s linear infinite;
  -o-animation: loading-dots-middle-dots 0.5s linear infinite;
  -ms-animation: loading-dots-middle-dots 0.5s linear infinite;
  animation: loading-dots-middle-dots 0.5s linear infinite;
}

.loading-dots.dark-gray i {
  background: #4ba0e8;
}

.loading-dots i:first-child {
  -webkit-animation: loading-dots-first-dot 0.5s infinite;
  -moz-animation: loading-dots-first-dot 0.5s linear infinite;
  -o-animation: loading-dots-first-dot 0.5s linear infinite;
  -ms-animation: loading-dots-first-dot 0.5s linear infinite;
  animation: loading-dots-first-dot 0.5s linear infinite;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translate(-1em);
  -moz-transform: translate(-1em);
  -o-transform: translate(-1em);
  -ms-transform: translate(-1em);
  transform: translate(-1em);
}

.loading-dots i:last-child {
  -webkit-animation: loading-dots-last-dot 0.5s linear infinite;
  -moz-animation: loading-dots-last-dot 0.5s linear infinite;
  -o-animation: loading-dots-last-dot 0.5s linear infinite;
  -ms-animation: loading-dots-last-dot 0.5s linear infinite;
  animation: loading-dots-last-dot 0.5s linear infinite;
}

@-moz-keyframes loading-dots-fadein {
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}

@-webkit-keyframes loading-dots-fadein {
  100% {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
  }
}

@-o-keyframes loading-dots-fadein {
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}

@keyframes loading-dots-fadein {
  100% {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
  }
}

@-moz-keyframes loading-dots-first-dot {
  100% {
    -webkit-transform: translate(1em);
    -moz-transform: translate(1em);
    -o-transform: translate(1em);
    -ms-transform: translate(1em);
    transform: translate(1em);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}

@-webkit-keyframes loading-dots-first-dot {
  100% {
    -webkit-transform: translate(1em);
    -moz-transform: translate(1em);
    -o-transform: translate(1em);
    -ms-transform: translate(1em);
    transform: translate(1em);
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
  }
}

@-o-keyframes loading-dots-first-dot {
  100% {
    -webkit-transform: translate(1em);
    -moz-transform: translate(1em);
    -o-transform: translate(1em);
    -ms-transform: translate(1em);
    transform: translate(1em);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}

@keyframes loading-dots-first-dot {
  100% {
    -webkit-transform: translate(1em);
    -moz-transform: translate(1em);
    -o-transform: translate(1em);
    -ms-transform: translate(1em);
    transform: translate(1em);
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
  }
}

@-moz-keyframes loading-dots-middle-dots {
  100% {
    -webkit-transform: translate(1em);
    -moz-transform: translate(1em);
    -o-transform: translate(1em);
    -ms-transform: translate(1em);
    transform: translate(1em);
  }
}

@-webkit-keyframes loading-dots-middle-dots {
  100% {
    -webkit-transform: translate(1em);
    -moz-transform: translate(1em);
    -o-transform: translate(1em);
    -ms-transform: translate(1em);
    transform: translate(1em);
  }
}

@-o-keyframes loading-dots-middle-dots {
  100% {
    -webkit-transform: translate(1em);
    -moz-transform: translate(1em);
    -o-transform: translate(1em);
    -ms-transform: translate(1em);
    transform: translate(1em);
  }
}

@keyframes loading-dots-middle-dots {
  100% {
    -webkit-transform: translate(1em);
    -moz-transform: translate(1em);
    -o-transform: translate(1em);
    -ms-transform: translate(1em);
    transform: translate(1em);
  }
}

@-moz-keyframes loading-dots-last-dot {
  100% {
    -webkit-transform: translate(2em);
    -moz-transform: translate(2em);
    -o-transform: translate(2em);
    -ms-transform: translate(2em);
    transform: translate(2em);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}

@-webkit-keyframes loading-dots-last-dot {
  100% {
    -webkit-transform: translate(2em);
    -moz-transform: translate(2em);
    -o-transform: translate(2em);
    -ms-transform: translate(2em);
    transform: translate(2em);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}

@-o-keyframes loading-dots-last-dot {
  100% {
    -webkit-transform: translate(2em);
    -moz-transform: translate(2em);
    -o-transform: translate(2em);
    -ms-transform: translate(2em);
    transform: translate(2em);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}

@keyframes loading-dots-last-dot {
  100% {
    -webkit-transform: translate(2em);
    -moz-transform: translate(2em);
    -o-transform: translate(2em);
    -ms-transform: translate(2em);
    transform: translate(2em);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}

/*-------- 1.3 Forms             --------*/
input,
select,
textarea {
  font-family: 'Open Sans', 'Microsoft JhengHei', sans-serif;
}

.input-custom {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 5px;
  padding: 14px 15px 14px;
  font-size: 15px;
  line-height: 24px;
  height: 54px;
  background: #fff;
  border: 1px solid #d7dbdf;
  border-radius: 10px;
  color: #2b2b2b;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.input-custom:hover,
.input-custom:focus,
.input-custom.focus {
  outline: none;
  border-color: #f4c61b;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.input-custom.input-full {
  width: 100%;
}

.input-custom.input-custom--sm {
  padding: 9px 15px;
  height: 42px;
  line-height: 20px;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background: #fff;
}

.textarea-custom {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 0px;
  padding: 14px 15px 14px;
  font-size: 15px;
  line-height: 24px;
  height: 54px;
  background: #fff;
  border: 1px solid #d7dbdf;
  border-radius: 10px;
  color: #2b2b2b;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  min-height: 193px;
  height: auto;
}

.textarea-custom:hover,
.textarea-custom:focus,
.textarea-custom.focus {
  outline: none;
  border-color: #f4c61b;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.textarea-custom.input-full {
  width: 100%;
}

.input-wrapper {
  position: relative;
  margin-bottom: 15px;
}

.input-wrapper.upload_box input {
  cursor: pointer;
  outline: none;
}

.input-wrapper label {
  font-family: 'Open Sans', 'Noto Sans TC', 'Microsoft JhengHei', sans-serif;
  font-weight: 500;
  color: #505050;
}

.input-wrapper label span {
  margin-left: 5px;
  color: #f4c61b;
}

.placeholder {
  font-size: 15px;
  line-height: 20px;
  color: #999;
}

input[type=checkbox],
input[type=radio] {
  width: 20px;
  height: 20px;
  position: relative;
  top: 4px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-size: 15px;
  line-height: 20px;
  color: #999;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  font-size: 15px;
  line-height: 20px;
  color: #999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-size: 15px;
  line-height: 20px;
  color: #999;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  font-size: 15px;
  line-height: 20px;
  color: #999;
}

.required {
  color: red;
}

input[readonly] {
  background: #f0f0f0;
}

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

.select-wrapper {
  position: relative;
}

.select-wrapper:before {
  content: '\25BE';
  position: absolute;
  right: 7px;
  /*top: 1px;*/
  bottom: 8px;
  width: 52px;
  height: 52px;
  font-size: 25px;
  line-height: 54px;
  pointer-events: none;
  color: #5d6a75;
  text-align: center;
  z-index: 9;
}

.select-wrapper select {
  padding-right: 40px;
  width: 100%;
  background-color: #fff;
  color: #2b2b2b;
  cursor: pointer;
}

.select-wrapper--sm:before {
  width: 40px;
  height: 40px;
  line-height: 42px;
}

.select-wrapper.select-time {
  width: 110px;
  display: inline-block;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

/*for IE10*/
select::-ms-expand {
  display: none;
}

.contact-form {
  margin-bottom: 15px;
  margin-top: 0;
}

label {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 5px;
  color: #000;
}

form label.error {
  display: block;
  color: #ff0000;
  font-size: 13px !important;
  opacity: 1 !important;
  margin-top: -18px;
}

form.contact-form label.error {
  margin-top: -5px;
}

form.contact-form textarea+label.error {
  margin-top: -12px;
}

.successform,
.errorform {
  display: none;
  min-height: 50px;
}

.successform,
.errorform {
  margin-top: 15px;
}

.successform p,
.errorform p {
  margin-bottom: 0 !important;
}

.successform {
  color: #f4c61b;
}

.errorform {
  color: #c0392b;
}

.form-table input::-webkit-input-placeholder {
  color: #000;
}

.form-table input::-moz-placeholder {
  color: #000;
}

.form-table input:-ms-input-placeholder {
  color: #000;
}

.form-table input:-moz-placeholder {
  color: #000;
}

@media (min-width: 992px) {
  .form-table {
    display: table;
    width: 100%;
    table-layout: fixed;
    padding-top: 5px;
  }

  .form-table .form-group-cell {
    display: table-cell;
    vertical-align: top;
    padding: 0 10px;
  }

  .form-table .form-group-cell.sm {
    width: 125px;
  }

  .form-table .form-group-cell.action {
    width: 190px;
  }

  .form-table .form-group-cell .btn {
    height: 55px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .form-table .form-group-cell {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    width: 50%;
    margin-right: -4px;
  }

  .form-table .form-group-cell.sm {
    width: 125px;
  }

  .form-table .form-group-cell.action {
    width: 190px;
  }

  .form-table .form-group-cell .btn {
    height: 55px;
  }
}

@media (max-width: 767px) {
  .form-table {
    max-width: 460px;
    margin: 0 auto;
  }
}

.label-box-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media (max-width: 600px) {
  .label-box-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.label-box-wrap&gt;* {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 10px;
}

@media (max-width: 600px) {
  .label-box-wrap&gt;* {
    min-width: 150px;
    margin: 10px !important;
  }
}

.label-box-wrap&gt;*:first-child {
  margin-left: 0;
}

.label-box-wrap&gt;*:last-child {
  margin-right: 0;
}

.label-box-wrap input[type=radio] {
  position: absolute;
  left: -9999px;
}

.label-box-wrap input[type=radio]+label {
  height: 86px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
  font-size: 15px;
  line-height: 24px;
  color: #a7b3bd;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}

.label-box-wrap input[type=radio]+label b {
  display: block;
  color: #4a5764;
  font-weight: 600;
}

.label-box-wrap input[type=radio]:checked+label {
  background-color: #f4c61b;
}

.label-box-wrap input[type=radio]:checked+label,
.label-box-wrap input[type=radio]:checked+label b {
  color: #fff;
}

.order-form-box {
  border: 1px solid #e6e9ec;
  padding: 26px 33px 35px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1199px) {
  .order-form-box {
    padding: 33px 20px;
  }
}

.order-form-box .input-custom {
  margin-bottom: 18px;
}

.order-form-box h3 {
  margin-bottom: 7px;
}

.order-form-box h6 {
  margin-bottom: 0;
}

.order-form-box h6+input,
.order-form-box h6+.select-wrapper {
  margin-top: 15px;
}

.order-form-box p {
  margin-bottom: 15px;
}

.order-form-box .divider-line {
  position: relative;
  margin-left: -33px;
  margin-right: -33px;
  height: 20px;
  margin-bottom: 30px;
  width: calc(100% + 66px);
}

@media (max-width: 1199px) {
  .order-form-box .divider-line {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }
}

.order-form-box .divider {
  height: 26px;
}

@media (max-width: 767px) {
  .order-form-box .text-center-xs {
    text-align: center;
  }
}

.input-comment {
  font-size: 13px;
  line-height: 14px;
  color: #a7b3bd;
  margin-bottom: 15px;
}

.qty-count.qty-count--order {
  height: 42px;
  background: transparent;
  position: relative;
  width: 100%;
  margin: 0;
}

.qty-count.qty-count--order .count-add,
.qty-count.qty-count--order .count-reduce {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 1px;
  height: 42px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  color: #a8b3bd;
  font-size: 20px;
  border-right: 1px solid #e6e9ec;
  background: transparent;
}

.qty-count.qty-count--order .count-add {
  left: auto;
  right: 1px;
  border-left: 1px solid #e6e9ec;
  border-right: 0;
  line-height: 42px;
}

.qty-count.qty-count--order .count-input {
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  height: 42px;
  line-height: 24px;
  background: #fff;
  border: 1px solid #d7dbdf;
  border-radius: 3px;
  text-align: center;
  color: #2b2b2b;
  font-size: 15px;
}

.qty-count.qty-count--order:only-child {
  margin-bottom: 18px;
}

.datetimepicker-wrap .form-control,
.timepicker-wrap .form-control {
  width: 100%;
}

.datetimepicker-wrap {
  position: relative;
}

.datetimepicker-wrap:before {
  content: "\e90d";
  font-family: 'cleaning';
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -10px;
  right: 15px;
  font-size: 15px;
  line-height: 20px;
  color: #f4c61b;
}

.timepicker-wrap {
  position: relative;
}

.timepicker-wrap:before {
  content: "\e913";
  font-family: 'cleaning';
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -10px;
  right: 15px;
  font-size: 15px;
  line-height: 20px;
  color: #f4c61b;
}

.bootstrap-datetimepicker-widget .btn[data-action] {
  width: auto;
  background: transparent !important;
  min-width: 0;
}

.bootstrap-datetimepicker-widget .btn[data-action]:after,
.bootstrap-datetimepicker-widget .btn[data-action]:before {
  display: none;
  opacity: 1;
}

.bootstrap-datetimepicker-widget .btn[data-action].btn-primary {
  border: 0;
  background-color: #4ba0e8 !important;
  color: #fff;
}

.bootstrap-datetimepicker-widget table td span {
  display: block;
  opacity: 1;
}

/*-------- 1.4 Buttons           --------*/
button,
.btn {
  font-family: 'Open Sans', 'Noto Sans TC', 'Microsoft JhengHei', sans-serif;
  font-weight: 500;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
}

button:focus,
.btn:focus,
button:active:focus,
.btn:active:focus,
button.active:focus,
.btn.active:focus,
button.focus,
.btn.focus,
button:active.focus,
.btn:active.focus,
button.active.focus,
.btn.active.focus {
  outline: 0;
  outline: none;
}

button:hover,
.btn:hover,
button:focus,
.btn:focus,
button.focus,
.btn.focus {
  outline: 0;
  outline: none;
}

button:active,
.btn:active,
button.active,
.btn.active {
  outline: 0;
  outline: none;
}

.btn {
  padding: 15px 29px;
  font-size: 17px;
  line-height: 25px;
  font-weight: 500;
  height: auto;
  background-color: #505050;
  color: #fff;
  border-radius: 27.5px;
  border: 0;
  vertical-align: top;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}

.btn.focus,
.btn:focus {
  background-color: #2f76bc;
  color: #fff;
}

.btn:hover,
.btn.active,
.btn:active {
  background: #f4c61b;
  color: #505050;
  font-weight: 600;
}

.btn:focus {
  outline: 0;
}

.btn:before {
  content: '';
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  width: 60px;
  height: 100%;
  left: 0;
  top: 0;
  opacity: .5;
  -webkit-filter: blur(30px);
  filter: blur(30px);
  -webkit-transform: translateX(-100px) skewX(-10deg);
  -ms-transform: translateX(-100px) skewX(-10deg);
  transform: translateX(-100px) skewX(-10deg);
}

.btn:after {
  content: '';
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  width: 30px;
  height: 100%;
  left: 30px;
  top: 0;
  opacity: 0;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transform: translateX(-100px) skewX(-10deg);
  -ms-transform: translateX(-100px) skewX(-10deg);
  transform: translateX(-100px) skewX(-10deg);
}

.btn:hover {
  background: #f4c61b;
  cursor: pointer;
}

.btn:hover:before {
  -webkit-transform: translateX(300px) skewX(-10deg);
  -ms-transform: translateX(300px) skewX(-10deg);
  transform: translateX(300px) skewX(-10deg);
  opacity: 0.6;
  -webkit-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
}

.btn:hover:after {
  -webkit-transform: translateX(300px) skewX(-10deg);
  -ms-transform: translateX(300px) skewX(-10deg);
  transform: translateX(300px) skewX(-10deg);
  opacity: 1;
  -webkit-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
}

.btn span {
  display: inline-block;
  vertical-align: middle;
}

.btn [class*='icon'] {
  display: inline-block;
  vertical-align: sub;
  padding-right: 10px;
  font-size: 20px;
  padding-right: 12px;
}

.btn.text-left {
  text-align: left;
}

.btn.text-right {
  text-align: right;
}

.btn-sm {
  padding: 10px 26px;
  font-size: 17px;
  line-height: 23px;
  border-radius: 21px;
}

.btn-wide {
  min-width: 264px;
}

.btn-lg {
  padding: 17px 29px;
  font-size: 20px;
  line-height: 26px;
  border-radius: 31px;
}

.btn-full {
  width: 100%;
}

.btn-invert {
  background: #2f76bc;
}

.btn-invert.focus,
.btn-invert:focus {
  background: #f4c61b;
}

.btn-invert:hover,
.btn-invert.active,
.btn-invert:active {
  background-color: #f4c61b;
}

.btn-white,
.btn-white.focus,
.btn-white:focus {
  background: #fff;
  color: #505050;
  font-weight: 600;
}

.btn-white:hover,
.btn-white.active,
.btn-white:active {
  background-color: #f4c61b;
  color: #505050;
}

.btn-white:hover [class*='icon'],
.btn-white.active [class*='icon'],
.btn-white:active [class*='icon'] {
  color: #fff;
}

.btn-white [class*='icon'] {
  color: #f4c61b;
}

.btn-inline .btn {
  margin: 0 24px 10px 0;
}

.text-center .btn-inline .btn {
  margin: 0 12px 10px;
}

@-webkit-keyframes ring {
  0% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  2% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  4% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  6% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  8% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }

  10% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }

  12% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes ring {
  0% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  2% {
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  4% {
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  6% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  8% {
    -webkit-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }

  10% {
    -webkit-transform: rotate(12deg);
    -ms-transform: rotate(12deg);
    transform: rotate(12deg);
  }

  12% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.btn:hover&gt;.icon-bell {
  -webkit-animation: ring 10s ease .1s;
  animation: ring 10s ease .1s;
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  transform-origin-z: initial;
}

/*-------- 1.5 Social Icons      --------*/
.social-links ul {
  margin: 0;
  padding: 0;
}

.social-links ul li {
  display: inline-block;
  margin: 0 7px 5px 0;
  list-style: none;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .social-links ul li {
    margin: 0 4px 3px 0;
  }
}

.social-links ul li:last-child {
  margin-right: 0;
}

.social-links ul li a {
  font-size: 45px;
  color: #f4c61b;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}

@media screen and (max-width: 767px) {
  .social-links ul li a {
    font-size: 36px;
  }
}

.social-links ul li a:hover {
  color: #4ba0e8;
}

.link a {
  font-size: 34px;
  line-height: 1em;
  color: #f4c61b;
  text-decoration: none;
  padding: 0 4px 0 0;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}

.link a:hover {
  color: #4ba0e8;
}

a.icon-facebook-logo:hover {
  color: #3b5998 !important;
}

a.icon-twitter-logo:hover {
  color: #55acee !important;
}

a.icon-google-plus-logo:hover {
  color: #dd4b39 !important;
}

a.icon-linkedin-logo:hover {
  color: #4875B4 !important;
}

a.icon-pinterest-logo:hover {
  color: #C92228 !important;
}

a.icon-instagram-logo:hover {
  color: #4E433C !important;
}

/*-------- 1.6 Tags              --------*/
.tag {
  display: block;
  color: #4a5764;
  font-size: 15px;
  line-height: 24px;
  padding: 5px 10px;
  text-decoration: none;
  border: 1px solid #b7dfa8;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

.tag:hover {
  background-color: #f4c61b;
  border-color: #f4c61b;
  color: #fff;
}

.tags-list {
  position: relative;
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
}

.tags-list li {
  display: inline-block;
  padding: 0;
  margin-bottom: 7px;
  margin-right: 5px;
}

.tags-list li a {
  display: block;
  color: #4a5764;
  font-size: 15px;
  line-height: 24px;
  padding: 5px 10px;
  text-decoration: none;
  border: 1px solid #b7dfa8;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

.tags-list li a:hover {
  background-color: #f4c61b;
  border-color: #f4c61b;
  color: #fff;
}

/*-------- 1.7 Calendar          --------*/
.calendar__header {
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 600;
  color: #505050;
  padding: 0 0 15px;
}

.calendar__footer {
  font-size: 16px;
  color: #505050;
  padding: 10px 0 0;
}

.calendar__footer a {
  text-decoration: none;
}

.calendar__footer a:hover {
  color: #f4c61b;
}

.calendar table {
  background: #fff;
  border-collapse: collapse;
  font-size: 14px;
  width: 100%;
  max-width: 350px;
  border-spacing: 1px;
  border-collapse: separate;
}

.calendar th,
.calendar td {
  border: 1px solid #f7f7f7;
  color: #2c2c2c;
  cursor: pointer;
  line-height: 36px;
  text-align: center;
  font-weight: 400;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

.calendar th:hover,
.calendar td:hover {
  background-color: #f5f5f5;
}

.calendar th {
  background-color: #f5f5f5;
}

.calendar tr:first-child td {
  color: #2c2c2c;
  padding-bottom: 10px;
}

.calendar .selected,
.calendar .selected:hover {
  background-color: #f4c61b;
  color: #fff;
}

/*-------- 1.8 Nav Pills         --------*/
.nav-tabs {
  border-bottom: 1px solid #d8d8d8;
}

.nav-tabs&gt;li {
  margin: 0 5px 0 0;
}

@media (max-width: 479px) {
  .nav-tabs&gt;li {
    width: 50%;
    margin: 0;
    text-align: center;
  }
}

.nav-tabs&gt;li.active&gt;a,
.nav-tabs&gt;li.active&gt;a:focus,
.nav-tabs&gt;li.active&gt;a:hover {
  border-width: 0;
}

.nav-tabs&gt;li&gt;a {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  font-family: 'Open Sans', 'Noto Sans TC', 'Microsoft JhengHei', Arial;
  border: none;
  color: #505050;
  text-decoration: none;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}

.nav-tabs&gt;li.active&gt;a {
  border: none;
  color: #505050 !important;
  background: transparent;
}

.nav-tabs&gt;li&gt;a:hover {
  border: none;
  color: #f4c61b !important;
  background: transparent;
}

.nav-tabs&gt;li&gt;a::after {
  content: "";
  background: #f4c61b;
  height: 4px;
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: -1px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.nav-tabs&gt;li.active&gt;a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 100%;
  left: calc(50% - 10px);
  left: -webkit-calc(50% - 10px);
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #f4c61b transparent transparent transparent;
}

.nav-tabs&gt;li.active&gt;a::after,
.nav-tabs&gt;li:hover&gt;a::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.tab-nav&gt;li&gt;a::after {
  background: #f4c61b none repeat scroll 0% 0%;
  color: #fff;
}

.tab-pane {
  padding: 15px 0;
}

.tab-content {
  padding: 15px;
}

@media (max-width: 479px) {
  .nav-tabs {
    border-bottom: 2px dotted #ddd;
    padding-bottom: 5px;
  }

  .nav-tabs&gt;li&gt;a,
  .nav-tabs&gt;li&gt;a:focus {
    border: 1px solid #f4c61b !important;
    border-radius: 0;
    margin-bottom: 2px;
    text-align: left;
    padding-left: 30px;
  }

  .nav-tabs&gt;li&gt;a::before,
  .nav-tabs&gt;li.active&gt;a::before {
    content: '';
    display: inline-block;
    position: absolute;
    border: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #f4c61b;
    left: 10px;
    top: calc(50% - 5px);
    top: -webkit-calc(50% - 5px);
  }

  .nav-tabs&gt;li.active&gt;a::before,
  .nav-tabs&gt;li.active&gt;a:hover::before {
    background: #fff;
  }

  .nav-tabs&gt;li.active&gt;a,
  .nav-tabs&gt;li.active&gt;a:focus,
  .nav-tabs&gt;li.active&gt;a:hover {
    border: 1px solid #f4c61b;
    background: #f4c61b;
    color: #505050 !important;
    border-radius: 0;
  }

  .nav-tabs&gt;li&gt;a::after {
    display: none;
  }
}

@media (max-width: 320px) {
  .nav-tabs&gt;li&gt;a {
    font-size: 18px;
  }
}

@media (max-width: 479px) {
  .tab-content {
    padding: 0;
  }
}

.tab-services .tab-content {
  position: relative;
}

.tab-services .tab-content&gt;.tab-pane {
  display: block;
  position: absolute;
  width: calc(100% + 30px);
  top: -10000px;
}

.tab-services .tab-content&gt;.active {
  position: relative;
  top: 0;
}

.nav-pills {
  margin: 70px 0 47px;
  text-align: center;
}

.nav-pills&gt;li {
  display: inline-block;
  float: none;
  margin: 0 3px 10px 3px;
}

.nav-pills&gt;li&gt;a {
  display: block;
  border-radius: 0;
  padding: 0 18px;
  min-width: 50px;
  border: 1px solid #eaeaea;
  font-size: 14px;
  line-height: 53px;
  color: #383838;
  text-decoration: none;
  text-align: center;
}

.nav-pills&gt;li.active&gt;a,
.nav-pills&gt;li.active&gt;a:focus,
.nav-pills&gt;li.active&gt;a:hover {
  background: #f4c61b;
  border-color: #f4c61b;
  color: #383838;
}

/*---------------------------------------*/
/*--------   2. Main Structure   --------*/
/*---------------------------------------*/
/*--------   2.1 Layout Styles   --------*/
body {
  overflow-x: hidden;
}

.block {
  margin-bottom: 90px;
}

@media (max-width: 767px) {
  .block {
    margin-bottom: 50px;
  }
}

.block.bottom-null {
  margin-bottom: 0;
}

[data-bg] {
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 1199px) {
  [data-bg].hide-bg-md {
    background-image: none !important;
  }
}

@media (max-width: 991px) {
  [data-bg].hide-bg-sm {
    background-image: none !important;
  }
}

@media (max-width: 767px) {
  [data-bg].hide-bg-xs {
    background-image: none !important;
  }
}

.block.bg-bottom {
  background-position: bottom;
}

.block.bg-top {
  background-position: top;
}

.block.bg-cover {
  background-size: cover;
}

@media (max-width: 767px) {

  .block.bg-mobile-left,
  .block.bg-cover.bg-mobile-left {
    background-size: auto 100%;
    background-position: left center;
  }

  .block.bg-mobile-right,
  .block.bg-cover.bg-mobile-right {
    background-size: auto 100%;
    background-position: 67% center;
  }
}

.block:not(.fullwidth):not(.fullwidth-bg).inset-20&gt;.container {
  padding-top: 20px;
  padding-bottom: 20px;
}

.block:not(.fullwidth):not(.fullwidth-bg).inset-35&gt;.container {
  padding-top: 35px;
  padding-bottom: 35px;
}

@media (max-width: 479px) {
  .block:not(.fullwidth):not(.fullwidth-bg).inset-35&gt;.container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.block:not(.fullwidth):not(.fullwidth-bg).inset-50&gt;.container {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  .block:not(.fullwidth):not(.fullwidth-bg).inset-50&gt;.container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.block:not(.fullwidth):not(.fullwidth-bg).inset-70&gt;.container {
  padding-top: 70px;
  padding-bottom: 70px;
}

@media (max-width: 767px) {
  .block:not(.fullwidth):not(.fullwidth-bg).inset-70&gt;.container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.block:not(.fullwidth):not(.fullwidth-bg).inset-85&gt;.container {
  padding-top: 85px;
  padding-bottom: 85px;
}

@media (max-width: 767px) {
  .block:not(.fullwidth):not(.fullwidth-bg).inset-85&gt;.container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.block.fullwidth.inset-20,
.block.fullwidth-bg.inset-20 {
  padding: 20px 0;
}

.block.fullwidth.inset-35,
.block.fullwidth-bg.inset-35 {
  padding: 35px 0;
}

.block.fullwidth.inset-50,
.block.fullwidth-bg.inset-50 {
  padding: 50px 0;
}

@media (max-width: 767px) {

  .block.fullwidth.inset-50,
  .block.fullwidth-bg.inset-50 {
    padding: 30px 0;
  }
}

.block.fullwidth.inset-70,
.block.fullwidth-bg.inset-70 {
  padding: 70px 0;
}

@media (max-width: 767px) {

  .block.fullwidth.inset-70,
  .block.fullwidth-bg.inset-70 {
    padding: 40px 0;
  }
}

.block.fullwidth.inset-85,
.block.fullwidth-bg.inset-85 {
  padding: 85px 0;
}

@media (max-width: 767px) {

  .block.fullwidth.inset-85,
  .block.fullwidth-bg.inset-85 {
    padding: 50px 0;
  }
}

.block-bg-grey {
  background-color: #f5f6f7;
}

.block-bg-light-grey {
  background-color: #f3f4f4;
}

.block.bg-gradient:not(.fullwidth):not(.fullwidth-bg) .container {
  background-image: -webkit-gradient(linear, left top, right top, from(#46c6cf), to(#47a8e3));
  background-image: -webkit-linear-gradient(left, #46c6cf, #47a8e3);
  background-image: -o-linear-gradient(left, #46c6cf, #47a8e3);
  background-image: linear-gradient(90deg, #46c6cf, #47a8e3);
}

.block.bg-gradient,
.block.fullwidth-bg.bg-gradient {
  background-image: -webkit-gradient(linear, left top, right top, from(#46c6cf), to(#47a8e3));
  background-image: -webkit-linear-gradient(left, #46c6cf, #47a8e3);
  background-image: -o-linear-gradient(left, #46c6cf, #47a8e3);
  background-image: linear-gradient(90deg, #46c6cf, #47a8e3);
}

.block.bg-gradient-1:not(.fullwidth):not(.fullwidth-bg) .container {
  background-image: -webkit-gradient(linear, left top, right top, from(#46c6cf), to(#62c699));
  background-image: -webkit-linear-gradient(left, #46c6cf, #62c699);
  background-image: -o-linear-gradient(left, #46c6cf, #62c699);
  background-image: linear-gradient(90deg, #46c6cf, #62c699);
}

.block.bg-gradient-1,
.block.fullwidth-bg.bg-gradient-1 {
  background-image: -webkit-gradient(linear, left top, right top, from(#46c6cf), to(#62c699));
  background-image: -webkit-linear-gradient(left, #46c6cf, #62c699);
  background-image: -o-linear-gradient(left, #46c6cf, #62c699);
  background-image: linear-gradient(90deg, #46c6cf, #62c699);
}

.block.fullwidth&gt;.container {
  width: 100%;
}

.block.fullwidth.no-pad&gt;.container {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 991px) {
  .block.fullwidth-sm&gt;.container {
    width: 100%;
  }

  .block.fullwidth-sm.no-pad&gt;.container {
    padding-left: 0;
    padding-right: 0;
  }
}

.no-gutter {
  margin: 0;
}

.no-gutter&gt;[class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

body.fixed {
  overflow: hidden;
  width: 100%;
}

.page-main {
  padding-bottom: 25px;
}

.page-main:before,
.page-main:after {
  content: '';
  display: table;
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}

@media (max-width: 991px) {
  .aside+.aside {
    margin-top: 50px;
  }
}

.aside h5 {
  margin: 15px 0 0 0;
  padding: 15px 0;
  background: #505050;
  color: #fff;
}

.aside .notice {
  padding-top: 10px;
  background: #fff;
}

.aside .notice p {
  margin-bottom: 10px;
  padding: 0 5px;
  text-align: justify;
  text-justify: inter-ideograph;
}

.aside .notice a {
  width: 100%;
  font-size: 16px;
}

/*--------   2.2 Header          --------*/
.page-header {
  position: relative;
  width: 100%;
  z-index: 1000;
  padding: 0;
  margin: 0;
  border: 0;
  color: #505050;
}

.page-header-menu {
  border-top: 3px solid #f4c61b;
}

.page-header-top {
  padding: 15px 0 15px;
  color: #505050;
  position: relative;
}

@media (min-width: 768px) {
  .page-header-top&gt;.container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 1199px) {
  .page-header-menu&gt;.container {
    width: 100vw;
    padding: 0;
  }
}

@media (max-width: 991px) {
  .page-header-top&gt;.container {
    width: 100vw;
  }
}

.page-header-top&gt;.container&gt;*:last-child {
  margin-left: auto;
  margin-right: 0;
}

.page-header-top&gt;.container&gt;*:first-child {
  margin-right: auto;
  margin-left: 0;
}

.page-header-top .logo {
  /* max-width: 230px;
  max-height: 80px; */
  position: relative;
  display: flex;
  align-items: center;
}

.page-header-top .logo .official-logo {
  max-width: 310px;
}

.page-header-top .logo .goto-logo {
  max-width: 90px;
  margin-left: 24px;
}

.page-header-top .logo .shine {
  position: absolute;
  top: -30%;
  left: 6%;
  pointer-events: none;
}

@media (max-width: 991px) {
  /* .page-header-top .logo {
    max-width: 160px;
    min-width: 160px;
  } */

  .page-header-top .logo .official-logo {
    max-width: 250px;
  }

  .page-header-top .logo .goto-logo {
    max-width: 70px;
    margin-left: 16px;
  }
}

@media (max-width: 767px) {
  .page-header-top {
    padding: 5px 0;
  }

  .page-header-top:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 49px;
    background-color: #505050;
  }

  .page-header-top .shine {
    display: none;
  }
}

@media (max-width: 575px) {
  .page-header-top .logo .goto-logo {
    max-width: 65px;
  }
}

.page-header-top-middle {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  /*margin-right: 25px;*/
}

@media (max-width: 991px) {
  .page-header-top-middle {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .page-header-top-middle {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-right: 15px;
  }
}

.page-header-top-middle&gt;* {
  margin: 0 22px;
}

@media (max-width: 991px) {
  .page-header-top-middle&gt;* {
    margin: 5px 10px;
  }
}

@media (max-width: 767px) {
  .page-header-top-middle&gt;* {
    margin: 5px 0;
  }
}

.page-header .logo img {
  max-width: 100%;
}

@media (min-width: 1200px) {
  .page-header .logo img {
    height: 80px;
  }
}

@media (max-width: 767px) {
  .page-header .logo {
    /* min-width: 100%; */
    margin-top: 60px;
    margin-bottom: 10px;
    padding-right: 65px;
  }

  /* .page-header .logo img {
    max-width: 160px;
    min-width: 160px;
  } */
}

.page-header-slogan {
  font-size: 16px;
  font-family: 'Open Sans', 'Noto Sans TC', 'Microsoft JhengHei', sans-serif;
  line-height: 20px;
  padding-top: 5px;
}

.page-header-slogan span {
  display: block;
  line-height: 10px;
  -webkit-transform: skewX(-7.5deg);
  -moz-transform: skewX(-7.5deg);
  -o-transform: skewX(-7.5deg);
  -ms-transform: skewX(-7.5deg);
  transform: skewX(-7.5deg);
}

.page-header-slogan span big {
  font-size: 38px;
  font-weight: 600;
  position: relative;
  top: -2px;
  left: 15px;
}

.page-header-slogan span big:before {
  content: '��';
  position: absolute;
  left: -17px;
  top: 17px;
  font-size: 12px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: #505050;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
}

.page-header-slogan span big:after {
  content: 'EXPERTS';
  opacity: 0.35;
}

@media (max-width: 1199px) {
  .page-header-slogan span big:after {
    display: none;
  }
}

@media (max-width: 830px) and (min-width: 768px) {
  .page-header-slogan span {
    display: none;
  }
}

@media (max-width: 768px) {
  .page-header-top-middle {
    /*position: absolute;
    top: 70px;
    left: 190px;*/
    position: relative;
  }
  /*.page-header-slogan{
    display: none;
  }*/
  .page-header-info{
    width: auto !important;
  }
  .header-sticky.is-sticky .page-header-top-middle {
    top: 10px;
  }
}
@media (max-width: 576px) {
  .page-header-top-middle {
    position: absolute;
    top: 70px;
    left: 190px;
  }
  .page-header-slogan{
    display: block;
  }
  .page-header-info{
    width: 200px;
  }
}

@media (max-width: 375px) {
  .page-header-top-middle {
    top: 65px;
    left: 188px;
  }

  .header-sticky.is-sticky .page-header-top-middle {
    top: 5px;
  }

  .page-header-slogan span {
    line-height: 1.15;
  }

  .page-header-slogan span big {
    display: none;
  }
}

.page-header-shedule {
  font-size: 16px;
  line-height: 20px;
  padding-left: 35px;
  position: relative;
}

.page-header-shedule .icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 24px;
  color: #f4c61b;
}

.page-header-info {
  font-size: 15px;
  line-height: 20px;
}

.page-header-info a {
  position: relative;
  display: inline-block;
  margin: 0 7px;
  padding: 0 15px;
  font-weight: 500;
  font-size: 14px;
  font-family: 'Open Sans', 'Noto Sans TC', 'Microsoft JhengHei', sans-serif;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 1px;
}

.page-header-info a i {
  transition: all 500ms ease-out;
  font-size: 25px;
}

.page-header-info a:hover i {
  transition: all 300ms ease-out;
  color: #f4c61b;
}

.page-header-info a span {
  display: block;
  line-height: 1;
}

.page-header-info a:after {
  content: '';
  position: absolute;
  top: calc(50% - 18px);
  right: -8px;
  width: 1px;
  height: 36px;
  background: #ddd;
}

.page-header .quote-button-wrap {
  display: none;
}

.page-header .quote-button-wrap .btn {
  position: relative;
  padding-left: 50px;
  font-weight: 600;
}

.page-header .quote-button-wrap .btn .icon {
  position: absolute;
  left: 15px;
  top: 35%;
  font-size: 26px;
}

.page-header .quote-button-wrap .btn span {
  display: block;
  font-size: 26px;
}

@media (max-width: 991px) {
  .page-header .quote-button-wrap .btn {
    padding-right: 20px;
  }
}

@media (max-width: 767px) {
  .page-header .quote-button-wrap {
    position: absolute;
    top: 5px;
    right: 10px;
  }

  .page-header .quote-button-wrap .btn {
    padding: 7px 15px;
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
  }

  .page-header .quote-button-wrap .btn,
  .page-header .quote-button-wrap .btn.focus,
  .page-header .quote-button-wrap .btn:focus {
    background: #fff;
    color: #505050;
  }

  .page-header .quote-button-wrap .btn:hover,
  .page-header .quote-button-wrap .btn.active,
  .page-header .quote-button-wrap .btn:active {
    background: #fff;
    color: #505050;
  }

  .page-header .quote-button-wrap .btn .icon {
    font-size: 15px;
    color: #f4c61b;
    padding-right: 7px;
  }

  .page-header .quote-button-wrap .btn .icon {
    position: relative;
    left: 0;
  }

  .page-header .quote-button-wrap .btn span {
    display: inline;
    font-size: 18px;
    font-weight: 600;
    margin-left: 5px;
    line-height: 1;
    position: relative;
    top: -3px;
  }
}

@media (max-width: 340px) {
  .page-header .quote-button-wrap .btn span {
    display: inline-block;
    font-size: 14px;
    font-weight: 800;
    top: -2px;
    transform: scaleY(1.2);
  }
}
.index-body{
  margin-bottom: -35px;
}


.page-header .header-cart {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-left: 15px;
  margin-top: 10px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}

.page-header .header-cart a.icon {
  font-size: 34px;
  color: #505050;
  text-decoration: none;
}

.page-header .header-cart .badge {
  width: 18px;
  height: 18px;
  line-height: 12px;
  font-size: 11px;
  position: absolute;
  right: -6px;
  top: -2px;
  background-color: #f4c61b;
  color: #fff;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}

.page-header .header-cart:hover a.icon,
.page-header .header-cart.opened a.icon {
  color: #f4c61b;
}

.page-header .header-cart:hover .badge,
.page-header .header-cart.opened .badge {
  background-color: #4ba0e8;
}

@media (max-width: 767px) {
  .page-header .header-cart {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: 5px;
  }
}

.page-header .header-cart-dropdown {
  position: absolute;
  z-index: 99999999;
  right: 0;
  top: -5000px;
  width: 350px;
  padding: 35px 32px 25px;
  background: #fff;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  text-align: left;
}

@media (max-width: 479px) {
  .page-header .header-cart-dropdown {
    width: 270px;
    padding: 15px 15px;
  }
}

.page-header .header-cart-dropdown .header-cart-total {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  border-top: 1px solid #e8e8e8;
  padding: 20px 0;
  overflow: hidden;
}

.page-header .header-cart.opened .header-cart-dropdown {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.4s ease 0s, transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
  -moz-transition: opacity 0.4s ease 0s, transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
  -ms-transition: opacity 0.4s ease 0s, transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
  -o-transition: opacity 0.4s ease 0s, transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
  opacity: 1;
  visibility: visible;
  top: 100%;
  margin-top: 3px;
}

body:not(.page-index) .page-header {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
}

.page-header .menu&gt;li.mobile_menu {
  display: inline-block;
  width: calc(33.3333% - 3px);
  border-bottom: 0;
}

.page-header .menu&gt;li.mobile_menu a {
  text-align: center;
  line-height: 1;
  padding: 15px 5px;
}

.page-header .menu&gt;li.mobile_menu a i {
  display: block;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .page-header .menu {
    display: block;
    text-align: center;
    padding: 0;
    margin: 0 auto;
    height: 58px;
  }

  .page-header .menu&gt;li {
    display: inline-block;
    position: relative;
    z-index: 100;
    margin-right: -4px;
  }

  .page-header .menu&gt;li&gt;a {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    font-family: 'Open Sans', 'Noto Sans TC', 'Microsoft JhengHei', sans-serif;
    text-decoration: none;
    padding: 15px 32px;
    display: block;
    color: #505050;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
  }

  .page-header .menu&gt;li.member_btn a,
  .page-header .menu&gt;li.cart_btn a,
  .page-header .menu&gt;li:first-child&gt;a {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-header .menu&gt;li.member_btn a span:not(.arrow),
  .page-header .menu&gt;li.cart_btn a span {
    display: none;
  }

  .page-header .menu&gt;li&gt;a .arrow {
    display: none;
  }

  .page-header .menu&gt;li.mobile_menu {
    display: none;
  }

  .page-header .menu li a:hover,
  .page-header .menu li:hover&gt;a,
  .page-header .menu li.active&gt;a {
    background: #f4c61b;
    color: #505050;
  }

  .page-header .menu ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    padding: 0;
    width: 260px;
    position: absolute;
    left: 0px;
    background: #fff;
    z-index: 99;
    -webkit-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    transform: translate(0, 20px);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.2s ease-out 0.3s;
    -moz-transition: all 0.2s ease-out 0.3s;
    -ms-transition: all 0.2s ease-out 0.3s;
    -o-transition: all 0.2s ease-out 0.3s;
  }

    .page-header .menu ul.sub-menu-flex{
      width: 160px;
    }

  .page-header .menu ul li {
    display: block;
    float: none;
    background: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #edeff1;
  }

  .page-header .menu ul li a {
    font-size: 15px;
    line-height: 20px;
    padding: 10px 32px;
    font-weight: normal;
    display: block;
    color: #505050;
    text-transform: uppercase;
    text-decoration: none;
  }

  .page-header .menu ul li a:before {
    display: inline-block;
    vertical-align: middle;
    font-family: 'cleaning';
    content: '\e90a';
    font-size: 10px;
    position: relative;
    top: -1px;
    width: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
  }

  .page-header .menu ul li a:hover,
  .page-header .menu ul li:hover&gt;a {
    color: #505050;
  }

  .page-header .menu ul li a:hover:before,
  .page-header .menu ul li:hover&gt;a:before {
    width: 16px;
    opacity: 1;
  }

  .page-header .menu li:hover&gt;ul {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .page-header .menu ul ul {
    left: 260px;
    top: auto;
    /*top: 52px;*/
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(20px, 0);
    -ms-transform: translate(20px, 0);
    transform: translate(20px, 0);
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }

  .page-header .menu li:hover&gt;ul ul {
    -webkit-transform: translateY(-52px);
    -ms-transform: translateY(-52px);
    transform: translateY(-52px);
  }

  .page-header .menu li&gt;ul ul:hover {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, );
    -ms-transform: translate(0, );
    transform: translate(0, );
  }
}

@media (min-width: 768px) and (max-width: 890px) {
  .page-header .menu&gt;li:first-child {
    display: none;
  }
}

.menu-toggle {
  display: none;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: 12px;
  text-decoration: none;
  font-size: 28px;
  line-height: 28px;
}

.menu-toggle,
.menu-toggle:hover,
.menu-toggle:focus {
  color: #f4c61b;
}

.menu-toggle i.icon-cancel {
  font-size: 25px;
  margin-top: 4px;
}

.menu-toggle&gt;*:last-child {
  display: none;
}

.menu-toggle.opened&gt;*:last-child {
  display: block;
}

.menu-toggle.opened&gt;*:first-child {
  display: none;
}

@media (max-width: 1199px) {
  .page-header .menu&gt;li&gt;a {
    padding: 15px 18px;
  }
}

@media (max-width: 991px) {
  .page-header .menu&gt;li&gt;a {
    padding: 15px 10px;
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .page-header .menu-toggle {
    display: block;
  }

  .page-header .menu {
    display: none;
    margin: 0;
    padding: 0;
  }

  .page-header .menu ul {
    margin: 0;
    padding: 0;
    display: none;
    border-top: 1px solid #edeff1;
    background: #f8f8f8;
  }

  .page-header .menu ul li a {
    font-size: 14px;
    font-weight: 400;
  }

  .page-header .menu li {
    display: block;
    width: 100%;
    background: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(80, 80, 80, .25);
  }

  .page-header .menu li:last-child {
    border-bottom: 0;
  }

  .page-header .menu li a {
    font-size: 15px;
    line-height: 30px;
    padding: 10px 32px;
    font-weight: normal;
    display: block;
    color: #505050;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
  }

  .page-header .menu li a .arrow {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    cursor: pointer;
  }

  .page-header .menu li a .arrow:before {
    position: absolute;
    right: 25px;
    display: inline-block;
    font-family: 'cleaning';
    content: '\e90a';
    font-size: 12px;
    line-height: 50px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
  }

  .page-header .menu li a.opened {
    color: #505050;
    background: #f4c61b;
  }

  .page-header .sub-menu li a.opened {
    color: #505050;
    background: #fce9a1;
  }

  .page-header .menu li a.opened .arrow:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }

  .page-header-menu {
    position: absolute;
    width: 100%;
    background-color: rgba(255, 255, 255, .95);
    border-top: 0;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
    height: 0;
    border-top: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
  }

  .page-header-menu&gt;.container {
    padding: 0;
  }
}

body.is-loaded .page-header .menu,
body.is-loaded .page-header .logo img {
  height: auto;
}

.page-header.is-sticky {
  position: fixed !important;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 0 !important;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
}

@media (min-width: 768px) {
  .page-header.is-sticky .page-header-top {
    display: none;
  }
}

@media (max-width: 767px) {
  .page-header.is-sticky {
    background: #ffffff;
  }

  .page-header.is-sticky .logo {
    margin: 0;
  }

  .page-header.is-sticky .page-header-top:before,
  .page-header.is-sticky .quote-button-wrap,
  .page-header.is-sticky .page-header-mobile-info,
  .page-header.is-sticky .page-header-mobile-info-toggle {
    display: none;
  }

  .page-header.is-sticky .menu-toggle {
    top: 0;
  }
}

.page-header.is-sticky .page-header-menu {
  border-top: 0;
}

@media (min-width: 768px) {
  body:not(.home) header.page-header.is-sticky #slidemenu {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  body.page-shop .page-header-top-middle&gt;* {
    margin-left: 10px;
    margin-right: 10px;
  }
}

/*@media (max-width: 1199px) and (min-width: 480px) {
  body.page-shop .page-header-top .logo {
    max-width: 250px;
    padding-left: 50px;
    padding-right: 45px;
  }
}
@media (max-width: 479px) {
  body.page-shop .page-header-top .logo {
    max-width: 200px;
    padding-left: 50px;
    padding-right: 45px;
  }
}*/
@media (min-width: 768px) {

  .page-header-mobile-info,
  .page-header-mobile-info-toggle {
    display: none;
  }
}

@media (max-width: 767px) {
  .page-header-mobile-info-toggle {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 35px;
    width: 20px;
    height: 20px;
    text-align: center;
    color: #fff;
    cursor: pointer;
  }

  .page-header-mobile-info-toggle:before {
    display: block;
    font-family: 'cleaning';
    content: '\e90a';
    font-size: 14px;
    line-height: 50px;
    position: relative;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
  }

  .page-header-mobile-info-toggle.opened:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }

  .page-header-mobile-info-content {
    display: none;
    padding: 15px;
    background-color: #f3f5f6;
  }

  .page-header-mobile-info-content .social-list {
    margin-bottom: 0;
  }

  .page-header-mobile-info-content .social-list a {
    font-size: 20px;
    line-height: 20px;
  }

  .page-header-mobile-info-content.opened {
    display: block;
  }

  .page-header-mobile-info-content .social-menu {
    text-align: center;
    margin-top: 15px;
  }
}

.page-header-info {
  font-size: 15px;
  line-height: 24px;
  /*padding-left: 28px;*/
  position: relative;
  color: #505050;
}

.page-header-info a {
  color: #505050;
}

.page-header-info .icon {
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 16px;
}

.page-header-info .icon.icon-speech-bubble {
  top: 6px;
}

@media (max-width: 1199px) {
  .page-header-info {
    display: block;
    width: 200px;
    text-align: right;
  }
}

@media (max-width: 767px) {
  .page-header-info {
    text-align: left;
    padding-left: 30px;
  }

  .page-header-info a {
    margin: 0;
    padding: 0;
  }

  .page-header-info a:after {
    display: none;
  }
}

/*--------   2.3 Footer          --------*/
.page-footer {
  clear: both;
  position: relative;
}

.page-footer-bot h1 {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Open Sans', 'Noto Sans TC', 'Microsoft JhengHei', sans-serif;
  margin: 10px 0 20px;
  line-height: 1.5;
  text-align: center;
}

.page-footer-bot h1 span {
  display: inline-block;
  background: #fff;
  padding: 0 15px;
}

.page-footer-bot h1:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  top: 50%;
  background: #505050;
  z-index: -1;
}

.social-menu li {
  margin: 0 5px;
  border-radius: 50%;
  overflow: hidden;
}

.social-menu a {
  display: inline-block;
  font-size: 35px;
  font-weight: 600;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background: #505050;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  font-family: 'Hind Madurai', Arial, sans-serif;
  transition: all 300ms ease-out;
}

.social-menu a:hover {
  color: #f4c61b;
  transition: all 300ms ease-out;
}

.social-menu .fb a {
  padding-top: 2px;
}

.social-menu .fb a:hover {
  background: #4867aa;
  color: #fff;
}

.social-menu .lineme a {
  padding-top: 3px;
  fill: #fff;
}

.social-menu .lineme a:hover {
  background: #00b900;
}

.social-menu .mail a {
  line-height: 46px;
}

.social-menu .mail a:hover {
  background: #f4c61b;
}

.social-menu .blog a:hover {
  background: #2f76bc;
}

.social-menu .youtube a:hover {
  background:#c4302b;
}

.social-menu .googlemap a:hover {
  background:#ffcb38;
}

.social-menu .no_br{
  position: relative;
}
.social-menu .googlemap&gt;.mapdetailh{
  position: absolute;
  top: 70px;
  left: 0px;
  width: 150px;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: -1;
  /*visibility: hidden;*/
  transition: all .3s;
  opacity: 0;
}
.social-menu .googlemap&gt;.mapdetailh.open{
  top: 60px;
  z-index: 999;
  /*visibility: visible;*/
  transition: all .5s;
  opacity: 1;
}
.footer-social-menu{
  display: flex;
  justify-content: center;
}
.footer-social-menu&gt;.no_br{
  width: fit-content;
}
.footer-social-menu&gt;.no_br&gt;.googlemap&gt;.mapdetailf{
  bottom: 70px;
  position: absolute;
  left: 0px;
  width: 150px;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: -1;
  /*visibility: hidden;*/
  transition: all .3s;
  opacity: 0;
}
.footer-social-menu&gt;.no_br&gt;.googlemap&gt;.mapdetailf.open{
  bottom: 60px;
  z-index: 999;
  /*visibility: visible;*/
  transition: all .5s;
  opacity: 1;
}
.social-menu .googlemap&gt;.mapdetail&gt;a{
  width: 100%;
  font-size: 18px;
  background: rgba(0, 0, 0, 0.85);
  font-family: 'Open Sans', 'Noto Sans TC', 'Microsoft JhengHei', sans-serif;
  transition: all .5s;
}
.social-menu .googlemap&gt;.mapdetail&gt;a:hover{
  background: rgba(0, 0, 0, 1);

}
@media (max-width: 1199px){
  .page-header-info{
    width: 80px;
  }
}
@media (max-width: 1024px){
  .page-header-slogan span big{
    top: 20px;
    left: 22px;
  }
}
@media (max-width: 767px){
  .page-header-top:before{
    background-color: white;
  }
  .social-menu{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
  }
  .social-menu a{
    width: 43px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .social-menu a&gt;img{
    width: 60%;
  }
  .page-header-info{
    padding-left: 15px;
    transform: translate(0%,5px);
  }
  .page-header.is-sticky .logo{
    /*margin-top: 60px;*/
  }
  .header-sticky.is-sticky .page-header-top-middle{
    top: 6px;
  }
  .page-header.is-sticky .menu-toggle{
    top: 7px;
  }
  .header-sticky.is-sticky .social-menu{
    display: none;
  }
  .page-header-top-middle{
    position: absolute;
    top: 65px;
    right: 50px;
    width: 67vw;
  }
  .page-header-slogan span big{
    top: unset;
  }
  .footer-social-menu{
    position: relative !important;
  }
  .footer-social-menu&gt;.no_br&gt;.googlemap&gt;.mapdetailf{
    top: -230px;
  }
  .footer-social-menu&gt;.no_br&gt;.googlemap&gt;.mapdetailf.open{
    top: -220px;
  }
  .social-menu .googlemap&gt;.mapdetailh{
    top: 60px;
    left: 20px;
    display: none;
  }
  .social-menu .googlemap&gt;.mapdetailh.open{
    top: 50px;
    display: block;
  }
}
@media (max-width: 730px){
  .page-header-top-middle{
    width: 65vw;
  }
}
@media (max-width: 700px){
  .page-header-top-middle{
    width: 63vw;
  }
}
@media (max-width: 650px){
  .page-header-top-middle{
    width: 61vw;
  }
}
@media (max-width: 600px){
  .page-header-top-middle{
    width: 59vw;
  }
}
@media (max-width: 580px){
  .page-header-top-middle{
    width: 58vw;
  }
}
@media (max-width: 576px){
  .page-header-top-middle{
    width: unset;
  }
}
@media (max-width: 450px){
  .page-header-slogan span big{
    display: none;
  }
  .page-header-slogan span{
    margin-bottom: 10px;
  }
}
@media (max-width: 375px){
  .page-header-top-middle{
    right: unset;
  }
  .page-header-slogan span{
    margin-bottom: 0px;
  }
  .social-menu a{
    width: 40px;
    height: 40px
  }
}
@media (max-width: 350px){
  .social-menu a{
    width: 39px;
    height: 39px
  }
  .page-header-slogan{
    display: none;
  }
  .page-header-info{
    padding-left: 30px;
  }
}
@media (max-width: 320px){
  .page-footer-bot h1 span{
    padding: 0 10px;
  }
  .footer-social-menu{
    margin-left: -15px;
    width: 110%!important;
  }
  .footer-social-menu&gt;.no_br&gt;.googlemap&gt;.mapdetailf{
    left: 5px;
    top: -210px;
  }
}
.social-menu .instagram a:hover {
  background: #E1306C;
}

.tooltip-inner {
  background: #505050;
  padding: 5px 15px;
  font-size: 15px;
  font-family: 'Hind Madurai', 'Microsoft JhengHei', Arial, sans-serif;
  letter-spacing: 0.5px;
}

.tooltip.top .tooltip-arrow {
  border-width: 5px 5px 0;
  border-top-color: #505050;
}

.page-footer .footer-menu {
  margin-top: 20px;
  text-align: center;
  background: #dcdcdd;
}

.page-footer .footer-menu li {
  width: 150px;
  vertical-align: middle;
}

.page-footer .footer-menu li a {
  text-decoration: none;
  color: #505050;
  display: block;
  padding: 10px 0;
  font-size: 15px;
  font-weight: 600;
  font-family: 'Open Sans', 'Noto Sans TC', 'Microsoft JhengHei', sans-serif;
}

.page-footer .footer-menu li a:hover {
  color: #777;
}

.page-footer .footer-copyright .container {
  position: relative;
}

.page-footer .footer-copyright img {
  position: absolute;
  max-width: 180px;
  left: 0;
  bottom: -15px;
}

.page-footer .footer-copyright {
  margin-top: 0;
  padding: 15px 0;
  line-height: 1.25;
  background: #505050;
  color: #fff;
}

.page-footer .footer-copyright p {
  margin: 5px 0;
  font-size: 13px;
  line-height: 1.25;
}

.page-footer .footer-copyright .designby a {
  color: #fff;
}

@media (max-width: 991px) {
  .page-footer .footer-copyright {
    text-align: center;
  }
}

.page-footer .menu {
  display: block;
  margin: 0;
  padding: 0 200px 0 0;
}

@media (max-width: 1199px) {
  .page-footer .menu {
    padding: 0;
    margin: 15px 0;
    display: none;
  }
}

@media (max-width: 720px) {
  .page-footer .footer-copyright img {
    display: none;
  }

  .page-footer .footer-menu li {
    width: 32.333%;
  }
}

#fixed_btn_hidden {
  position: relative;
  display: block;
  cursor: pointer;
  color: #fff;
  background: #505050;
  padding: 10px 5px;
  border-bottom: 1px dashed rgba(255, 255, 255, .35);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

@media (min-width: 768px) {

  #fixed_btn_hidden:hover,
  #fixed_btn_hidden:focus {
    background: #f4c61b;
    color: #505050;
    text-shadow: none;
  }
}

#fixed_btn_hidden.no_show {
  top: 400px;
}

#fixed_btn_hidden:before {
  content: '蝮桀�誯�詨鱓';
}

#fixed_btn_hidden.no_show:before {
  content: '撅閖�钅�詨鱓';
}

.page-footer .backToTop {
  position: fixed;
  z-index: 999;
  right: -100px;
  bottom: 41px;
  opacity: 0;
  width: 100px;
  height: 50px;
  border-radius: 0 0 0 25px;
  font-size: 15px;
  font-weight: 500;
  font-family: 'Noto Sans TC', 'Microsoft JhengHei', sans-serif;
  background: #505050;
  line-height: 50px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.page-footer .backToTop i.icon:before {
  display: inline-block;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}

.page-footer .backToTop span {
  display: inline-block;
  margin-left: 5px;
}

.page-footer .backToTop:hover {
  background-color: #f4c61b;
  color: #505050;
}

.page-footer .backToTop.visible {
  opacity: 1;
  right: 0;
}

.page-footer .callToUs {
  position: fixed;
  z-index: 999;
  right: -100px;
  bottom: 130px;
  opacity: 0;
  width: 100px;
  height: 400px;
  border-radius: 25px 0 0 0;
  font-size: 15px;
  font-weight: 500;
  font-family: 'Noto Sans TC', 'Microsoft JhengHei', sans-serif;
  line-height: 1.25;
  text-decoration: none;
  text-align: center;
  /*cursor: pointer;*/
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.page-footer .callToUs i {
  display: block;
  position: relative;
  font-size: 30px;
  margin-bottom: 5px;
}

.page-footer .callToUs a {
  display: block;
  padding: 15px 10px;
  width: 100%;
  height: 100px;
  border-bottom: 1px dashed rgba(255, 255, 255, .35);
  background: #505050;
  color: #fff;
  text-decoration: none;
}

.page-footer .callToUs&gt;*:first-child {
  border-radius: 25px 0 0 0;
}

.page-footer .callToUs a:hover {
  background: #f4c61b;
  color: #505050;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-animation: ripple 0.5s linear 1;
  animation: ripple 0.5s linear 1;
}

.page-footer .callToUs:hover i {
  animation: shake_move 1s ease infinite;
}

.page-footer .callToUs.visible {
  opacity: 1;
  right: 0;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 198, 27, 0.3), 0 0 0 10px rgba(244, 198, 27, 0.3);
    box-shadow: 0 0 0 0 rgba(244, 198, 27, 0.3), 0 0 0 10px rgba(244, 198, 27, 0.3);
  }

  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(129, 198, 100, 0), 0 0 0 20px rgba(129, 198, 100, 0);
    box-shadow: 0 0 0 10px rgba(129, 198, 100, 0), 0 0 0 20px rgba(129, 198, 100, 0);
  }
}

@keyframes ripple {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 198, 27, 0.3), 0 0 0 10px rgba(244, 198, 27, 0.3);
    box-shadow: 0 0 0 0 rgba(244, 198, 27, 0.3), 0 0 0 10px rgba(244, 198, 27, 0.3);
  }

  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(129, 198, 100, 0), 0 0 0 20px rgba(129, 198, 100, 0);
    box-shadow: 0 0 0 10px rgba(129, 198, 100, 0), 0 0 0 20px rgba(129, 198, 100, 0);
  }
}

@keyframes shake_move {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@media (min-width: 1280px) and (min-height: 700px) {

  .page-footer .backToTop,
  .page-footer .callToUs {
    width: 130px;
  }

  .page-footer .callToUs {
    height: 500px;
    bottom: 130px;
  }

  .page-footer .callToUs a {
    padding: 25px 0;
    font-size: 18px;
    height: 125px;
  }

  .page-footer .backToTop {
    font-size: 18px;
  }

  #fixed_btn_hidden.no_show {
    top: 500px;
  }
}

@media (max-width: 768px),
(max-height: 600px) {

  .page-footer .backToTop,
  .page-footer .backToTop:hover {
    bottom: 20px;
    color: #fff;
    background: rgba(80, 80, 80, .65);
    text-shadow: 0 0 5px #505050, 0 1px 0 #505050, 0 2px 0 #505050;
    font-weight: 400;
  }

  .page-footer .callToUs {
    bottom: 69px;
    background: transparent;
  }

  .page-footer .callToUs a {
    padding: 10px;
    height: 90px;
    color: #fff;
    background: rgba(80, 80, 80, .65);
    text-shadow: 0 0 5px #505050, 0 1px 0 #505050, 0 2px 0 #505050;
    font-weight: 400;
  }

  .page-footer .callToUs:hover a {
    color: #fff;
  }

  .page-footer .callToUs i {
    animation: shake_move 1s ease infinite;
  }

  #fixed_btn_hidden {
    background: rgba(80, 80, 80, .65);
    text-shadow: 0 0 5px #505050, 0 1px 0 #505050, 0 2px 0 #505050;
  }

  #fixed_btn_hidden.no_show {
    top: 361px;
  }
}

/*--------   2.4 Main Slider     --------*/
/*slider*/
#mainSlider,
#mainSlider .img--holder {
  height: 680px;
}

@media (max-width: 991px) {

  #mainSlider,
  #mainSlider .img--holder {
    height: 500px;
  }
}

@media (max-width: 767px) {

  #mainSlider,
  #mainSlider .img--holder {
    height: 400px;
  }
}

@media (max-width: 479px) {

  #mainSlider,
  #mainSlider .img--holder {
    height: 250px;
  }
}

#mainSlider {
  /*margin-bottom: 30px;*/
  opacity: 0;
}

#mainSlider.slick-initialized {
  opacity: 1;
  z-index: 101;
}

#mainSlider .slide .img--holder {
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}

#mainSlider .slide-content {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  z-index: 100;
}

#mainSlider .slide-content.center {
  text-align: center;
}

@media (min-width: 640px) {
  #mainSlider .slide-content.center .vert {
    padding-top: 7%;
    vertical-align: top;
  }
}

#mainSlider .slide-content h2 {
  font-size: 80px;
  line-height: 1.08em;
  font-weight: 800;
  color: #fff;
  text-transform: none;
  -webkit-transform: skewX(-7.5deg);
  -moz-transform: skewX(-7.5deg);
  -o-transform: skewX(-7.5deg);
  -ms-transform: skewX(-7.5deg);
  transform: skewX(-7.5deg);
  text-shadow: 1px 1px 0 #505050, -1px -1px 0 #505050, 0px 1px 0 #505050, 1px 0px 0 #505050, -1px 1px 0 #505050, 1px -1px 0 #505050,
    4px 4px 0 #505050;
  margin: 0;
}

#mainSlider .slide-content h2:not(:first-child) {
  margin-top: .3em;
}

#mainSlider .slide-content h4 {
  margin-top: 15px;
  font-weight: 500;
  font-size: 23px;
}

#mainSlider .slide-content h4 span {
  display: inline-block;
  background: #505050;
  color: #fff;
  padding: 10px 50px 5px;
  letter-spacing: 1px;
  font-family: 'Contrail One', 'Open Sans', 'Noto Sans TC', 'Microsoft JhengHei', sans-serif;
}

#mainSlider .slide-content .btn,
#mainSlider .slide-content .btn:focus,
#mainSlider .slide-content .btn.focus {
  height: auto;
  font-size: 40px;
  line-height: 27px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 17px 60px;
  outline: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid #fff;
  background-color: #fff;
  color: #505050;
  border-radius: 50px;
}

#mainSlider .slide-content .btn:not(:first-child),
#mainSlider .slide-content .btn:focus:not(:first-child),
#mainSlider .slide-content .btn.focus:not(:first-child) {
  margin-top: 0.5em;
}

#mainSlider .slide-content .btn:hover,
#mainSlider .slide-content .btn.active,
#mainSlider .slide-content .btn:active {
  background: #f4c61b;
  border-color: #f4c61b;
  color: #505050;
}

@media (max-width: 1199px) {
  #mainSlider .slide-content h2 {
    font-size: 60px;
  }

  #mainSlider .slide-content .btn,
  #mainSlider .slide-content .btn:focus,
  #mainSlider .slide-content .btn.focus {
    font-size: 26px;
  }
}

@media (max-width: 991px) {
  #mainSlider .slide-content h2 {
    font-size: 45px;
  }

  #mainSlider .slide-content h4 span {
    font-size: 18px;
  }

  #mainSlider .slide-content .btn {
    font-size: 24px;
    padding: 13px 18px;
  }
}

@media (max-width: 767px) {
  #mainSlider .slide-content h2 {
    font-size: 35px;
  }

  #mainSlider .slide-content.center {
    text-align: center;
    left: 100px;
    width: calc(100% - 200px);
  }

  #mainSlider .slide-content .btn {
    font-size: 18px;
  }
}

@media (max-width: 667px) {
  #mainSlider .slide-content h2 {
    font-size: 30px;
  }

  #mainSlider .slide-content h4 span {
    border-radius: 0;
  }

  #mainSlider .slide-content .btn {
    font-size: 16px;
    line-height: 14px;
    padding: 10px 15px;
  }
}

@media (max-width: 479px) {
  #mainSlider .slide-content h2 {
    font-size: 28px;
  }

  #mainSlider .slide-content h4 span {
    line-height: 1.25;
    font-size: 15px;
  }

  #mainSlider .slide-content .btn {
    font-size: 15px;
    line-height: 12px;
    padding: 15px 15px;
    border-width: 1px;
  }

  #mainSlider .slide-content.center {
    text-align: center;
    left: 35px;
    width: calc(100% - 70px);
  }
}

#mainSlider .slick-prev,
#mainSlider .slick-next {
  width: 50px;
  height: 50px;
  margin-top: -25px;
}

#mainSlider .slick-prev:before,
#mainSlider .slick-next:before {
  font-size: 50px;
  line-height: 1em;
  color: #fff;
  text-shadow: 0 5px 10px rgba(0, 0, 0, .25);
}

#mainSlider .slick-prev {
  left: 50px;
}

#mainSlider .slick-next {
  right: 50px;
}

@media (max-width: 1199px) {
  #mainSlider .slick-prev {
    left: 0;
  }

  #mainSlider .slick-next {
    right: 0;
  }

  #mainSlider .slick-prev,
  #mainSlider .slick-next {
    width: 50px;
    height: 50px;
    margin-top: -25px;
  }

  #mainSlider .slick-prev:before,
  #mainSlider .slick-next:before {
    font-size: 50px;
  }
}

@media (max-width: 767px) {

  #mainSlider .slick-prev,
  #mainSlider .slick-next {
    display: none !important;
  }
}

#mainSliderWrapper {
  position: relative;
}

#starshine {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

.shine {
  display: block;
  position: absolute;
  background-image: url(../images/glitter.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  overflow: hidden;
  z-index: 2;
  opacity: 0;
  width: 130px;
  height: 130px;
  -webkit-animation: glitter 6s linear 0s infinite normal;
  animation: glitter 6s linear 0s infinite normal;
}

.shine.shine-1 {
  top: 50%;
  left: 10%;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.shine.shine-2 {
  top: 65%;
  left: 50%;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.shine.shine-3 {
  top: 26%;
  left: 83%;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.shine.shine-4 {
  top: 5%;
  left: 30%;
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.shine.shine-5 {
  top: 20%;
  left: 60%;
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
}

@-webkit-keyframes glitter {
  0% {
    -webkit-transform: scale(0.3) rotate(0deg);
    opacity: 0;
  }

  25% {
    -webkit-transform: scale(1) rotate(360deg);
    opacity: 1;
  }

  50% {
    -webkit-transform: scale(0.3) rotate(720deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(0.3) rotate(0deg);
    opacity: 0;
  }
}

@keyframes glitter {
  0% {
    -webkit-transform: scale(0.3) rotate(0deg);
    transform: scale(0.3) rotate(0deg);
    opacity: 0;
  }

  25% {
    -webkit-transform: scale(1) rotate(360deg);
    transform: scale(1) rotate(360deg);
    opacity: 1;
  }

  50% {
    -webkit-transform: scale(0.3) rotate(720deg);
    transform: scale(0.3) rotate(720deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(0.3) rotate(0deg);
    transform: scale(0.3) rotate(0deg);
    opacity: 0;
  }
}

@-moz-keyframes glitter {
  0% {
    -moz-transform: scale(0.3) rotate(0deg);
    opacity: 0;
  }

  25% {
    -moz-transform: scale(1) rotate(360deg);
    opacity: 1;
  }

  50% {
    -moz-transform: scale(0.3) rotate(720deg);
    opacity: 0;
  }

  100% {
    -moz-transform: scale(0.3) rotate(0deg);
    opacity: 0;
  }
}

/*---------------------------------------*/
/*--------      3. Content       --------*/
/*---------------------------------------*/
/*-----  3.1 Breadcrumbs block   --------*/
.breadcrumbs {
  overflow: hidden;
  background-color: #f3f5f6;
}

.breadcrumbs .breadcrumb {
  color: #999;
  display: inline-block;
  padding: 16px 0;
  border-radius: 0;
  margin: 0;
  width: 100%;
}

.breadcrumbs .breadcrumb li,
.breadcrumbs .breadcrumb a {
  color: #999;
  font-size: 14px;
  line-height: 28px;
  text-decoration: none;
}

.breadcrumbs .breadcrumb a:hover {
  color: #f4c61b;
}

.breadcrumbs .breadcrumb&gt;li {
  display: inline-block;
  color: #505050;
}

.breadcrumbs .breadcrumb&gt;li+li:before {
  display: inline-block;
  vertical-align: middle;
  font-size: 7px;
  color: #999;
  font-family: 'cleaning';
  content: "\e90a";
  padding: 0 8px;
}

/*-----  3.2 Video block         --------*/
.video-responsive {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.video-responsive iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/*-----  3.3 Text + Icon block   --------*/
/* text icon */
.text-icon {
  margin-top: 45px;
  text-align: center;
}

.text-icon&gt;*:not(:first-child) {
  margin-top: 25px;
  margin-bottom: 0;
}

.text-icon-icon {
  margin-left: auto;
  margin-right: auto;
  width: 108px;
  height: 108px;
  border-radius: 50%;
  background-color: #f6f6f7;
  text-align: center;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}

.text-icon-icon .icon {
  font-size: 46px;
  line-height: 108px;
  color: #f4c61b;
}

.text-icon-text {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.text-icon-text,
.text-icon-text:not(:first-child) {
  margin-top: 12px;
}

.text-icon-carousel .text-icon {
  float: none;
  vertical-align: top;
}

@media (max-width: 479px) {
  .text-icon {
    width: 100%;
  }
}

/* text icon horizontal */
.text-icon-hor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .text-icon-hor {
    margin-bottom: 30px;
  }
}

.text-icon-hor-icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 70px;
  -ms-flex: 0 1 70px;
  flex: 0 1 70px;
  min-width: 70px;
}

.text-icon-hor-icon .icon {
  font-size: 64px;
  line-height: 1em;
  color: #f4c61b;
}

.text-icon-hor-text {
  padding-left: 30px;
}

/*-----  3.4 Testimonials block  --------*/
.testimonials-carousel {
  margin-bottom: 165px;
}

.testimonials-carousel .slick-dots {
  position: absolute;
  width: 100%;
  padding: 0;
  margin: 0;
  bottom: -60px;
}

@media (max-width: 767px) {
  .testimonials-carousel .slick-dots {
    bottom: 25px;
  }
}

@media (max-width: 991px) {
  .block-testimonials-bg {
    margin-bottom: 50px;
  }

  .block-testimonials-bg h2 {
    margin-bottom: 25px !important;
  }

  .block-testimonials-bg.block.bg-cover {
    background-size: 1330px 460px;
    background-position: 48%;
  }
}

@media (max-width: 767px) {
  .block-testimonials-bg.block.bg-cover {
    background-size: 1600px;
    background-position: 65%;
  }
}

@media (max-width: 767px) {
  .block-testimonials-bg {
    background-image: url(../images/testiminials-bg-mobile.jpg) !important;
  }

  .block-testimonials-bg h2 {
    margin-bottom: 45px !important;
  }

  .block-testimonials-bg.block.bg-cover {
    background-size: 100% 100%;
    background-position: center center;
    padding: 50px 0;
  }

  .block-testimonials-bg&gt;.container {
    padding-left: 0;
    padding-right: 0;
  }

  .block-testimonials-bg .testimonials-carousel {
    padding-bottom: 85px;
    padding-top: 10px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#3e7fbb), to(#40a0e1));
    background-image: -webkit-linear-gradient(bottom, #3e7fbb, #40a0e1);
    background-image: -o-linear-gradient(bottom, #3e7fbb, #40a0e1);
    background-image: linear-gradient(0deg, #3e7fbb, #40a0e1);
  }
}

.block-testimonials .slick-prev,
.block-testimonials .slick-next {
  opacity: 0;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}

.block-testimonials:hover .slick-prev,
.block-testimonials:hover .slick-next {
  opacity: 1;
}

.block-testimonials-bg .testimonial-item {
  position: relative;
  text-align: center;
  color: #fff;
}

.block-testimonials-bg .testimonial-item-inside {
  max-width: 800px;
  padding: 35px 50px 0;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 767px) {
  .block-testimonials-bg .testimonial-item-inside {
    max-width: 90%;
    padding: 35px 30px 0;
  }
}

.block-testimonials-bg .testimonial-item-inside&gt;*:not(:first-child) {
  margin-top: 17px;
}

.block-testimonials-bg .testimonial-item-inside:after {
  content: '��';
  position: absolute;
  top: 102px;
  left: -6px;
  font-size: 160px;
  color: #fff;
}

@media (max-width: 991px) {
  .block-testimonials-bg .testimonial-item-inside:after {
    top: 70px;
    left: 0;
  }
}

@media (max-width: 767px) {
  .block-testimonials-bg .testimonial-item-inside:after {
    display: none;
  }
}

@media (max-width: 767px) {
  .block-testimonials-bg .testimonial-item:after {
    content: '��';
    position: absolute;
    top: 20px;
    left: 10px;
    font-size: 100px;
    color: #fff;
  }
}

.block-testimonials-bg .testimonial-item h2,
.block-testimonials-bg .testimonial-item h3,
.block-testimonials-bg .testimonial-item h4,
.block-testimonials-bg .testimonial-item h5,
.block-testimonials-bg .testimonial-item h6 {
  color: #fff;
  margin-bottom: 0;
}

.block-testimonials-bg .testimonial-item p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
  max-height: 125px;
  color: #d6f2ff;
}

@media (max-width: 767px) {
  .block-testimonials-bg .testimonial-item p {
    font-size: 17px;
    line-height: 25px;
  }
}

@media (max-width: 1299px) {
  .testimonials-carousel-1 {
    margin-bottom: 65px;
  }
}

.testimonials-carousel-1 .slick-dots {
  position: absolute;
  width: 100%;
  padding: 0;
  margin: 0;
  bottom: -40px;
}

.block-testimonials .testimonial-item {
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 600px) {
  .block-testimonials .testimonial-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.block-testimonials .testimonial-item-inside {
  width: calc(100% - 250px);
  padding: 0 60px 0 130px;
  position: relative;
}

@media (max-width: 991px) {
  .block-testimonials .testimonial-item-inside {
    width: calc(100% - 215px);
    padding: 0 20px 0 80px;
  }
}

@media (max-width: 600px) {
  .block-testimonials .testimonial-item-inside {
    width: 100%;
    padding: 40px 30px 0 30px;
  }
}

.block-testimonials .testimonial-item-inside:after {
  content: '��';
  position: absolute;
  top: 30px;
  left: 50px;
  font-size: 120px;
  color: #c7d5e1;
}

@media (max-width: 600px) {
  .block-testimonials .testimonial-item-inside:after {
    left: 0;
  }
}

.block-testimonials .testimonial-item-inside&gt;*:not(:first-child) {
  margin-top: 17px;
}

.block-testimonials .testimonial-item-author {
  width: 250px;
  min-height: 1px;
}

@media (max-width: 991px) {
  .block-testimonials .testimonial-item-author {
    width: 200px;
    padding-left: 15px;
  }
}

.block-testimonials .testimonial-item-author img {
  width: 100%;
  border-radius: 50%;
}

.block-testimonials .testimonial-item h2,
.block-testimonials .testimonial-item h3,
.block-testimonials .testimonial-item h4,
.block-testimonials .testimonial-item h5,
.block-testimonials .testimonial-item h6 {
  margin-bottom: 0;
}

.block-testimonials .testimonial-item p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .block-testimonials .testimonial-item p {
    font-size: 15px;
    line-height: 25px;
  }
}

.testimonials-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.testimonials-grid .testimonial-item {
  border-left: 1px solid #e9eef3;
  padding: 60px 0 30px;
  width: 33.333%;
}

.testimonials-grid .testimonial-item:first-child {
  border: 0;
}

@media (min-width: 992px) {
  .testimonials-grid .testimonial-item:nth-child(3n+1) {
    border: 0;
  }
}

@media (max-width: 991px) {
  .testimonials-grid .testimonial-item {
    width: 50%;
  }

  .testimonials-grid .testimonial-item:nth-child(2n+1) {
    border: 0;
  }
}

@media (max-width: 480px) {
  .testimonials-grid .testimonial-item {
    width: 100%;
    border: 0;
  }
}

.testimonials-grid .testimonial-item-inside {
  padding: 0 40px;
  text-align: center;
  position: relative;
}

.testimonials-grid .testimonial-item-inside:after {
  content: '��';
  position: absolute;
  top: 35px;
  left: 15px;
  font-size: 90px;
  color: #c7d5e1;
}

@media (max-width: 600px) {
  .testimonials-grid .testimonial-item-inside:after {
    left: 0;
  }
}

.testimonials-grid .testimonial-item-inside&gt;* {
  margin-top: 12px;
  margin-bottom: 0;
}

.testimonials-grid .testimonial-item-inside h5 {
  font-size: 18px;
}

.testimonials-grid .testimonial-item-inside p {
  font-size: 15px;
  line-height: 24px;
}

.testimonials-grid--first .testimonial-item {
  padding: 10px 0 50px;
}

@media (max-width: 767px) {
  .testimonials-grid .testimonials-item {
    margin-bottom: 60px;
  }
}

/*-----  3.5 Person Block        --------*/
/*-----  3.6 Banners             --------*/
.get-banner {
  color: #fff;
  padding: 3px 0;
}

.get-banner h2 {
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  margin-bottom: 0;
  color: #fff;
}

.get-banner h2+.btn {
  margin: 0 0 0 55px;
  vertical-align: middle;
}

@media (max-width: 991px) {
  .get-banner h2 {
    font-size: 36px;
    line-height: 42px;
  }

  .get-banner h2+.btn {
    margin: 20px 0 0;
    clear: both;
  }
}

.get-banner-2 {
  position: relative;
  background-image: -webkit-gradient(linear, left top, right top, from(#3a91cc), to(#2f76bc));
  background-image: -webkit-linear-gradient(left, #3a91cc, #2f76bc);
  background-image: -o-linear-gradient(left, #3a91cc, #2f76bc);
  background-image: linear-gradient(90deg, #3a91cc, #2f76bc);
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 45px 25px 35px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.get-banner-2 p {
  font-size: 20px;
  line-height: 1.5em;
}

.get-banner-2 h2,
.get-banner-2 h3,
.get-banner-2 h4,
.get-banner-2 h5,
.get-banner-2 p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
}

.get-banner-2 h2 {
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
}

.get-banner-2 h2 span {
  display: block;
  -webkit-transform: skewX(-7.5deg);
  -webkit-transform-origin: right;
  -moz-transform: skewX(-7.5deg);
  -moz-transform-origin: right;
  -o-transform: skewX(-7.5deg);
  -o-transform-origin: right;
  -ms-transform: skewX(-7.5deg);
  -ms-transform-origin: right;
  transform: skewX(-7.5deg);
  transform-origin: right;
}

@media (max-width: 991px) {
  .get-banner-2 {
    background-image: -webkit-gradient(linear, left top, right top, from(#3a91cc), to(#2f76bc));
    background-image: -webkit-linear-gradient(left, #3a91cc, #2f76bc);
    background-image: -o-linear-gradient(left, #3a91cc, #2f76bc);
    background-image: linear-gradient(90deg, #3a91cc, #2f76bc);
    padding: 25px;
  }
}

@media (max-width: 767px) {
  .get-banner-2 h2 {
    padding: 0 5px;
  }
}

.get-banner-text {
  text-align: center;
  margin: 0 50px;
  width: 100%;
}

.get-banner-text&gt;*:not(:first-child) {
  margin-top: 7px;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .get-banner-text b {
    display: block;
  }
}

.get-banner-calendar {
  display: block;
  position: relative;
  margin: -75px 0;
  -webkit-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
}

@media (max-width: 991px) {
  .get-banner-calendar {
    width: 120px;
    position: absolute;
    bottom: 55px;
  }

  .get-banner-calendar img {
    width: 100%;
  }
}

.get-banner-calendar&gt;img {
  position: relative;
  display: block;
}

@media (min-width: 1025px) {
  .get-banner-2:hover .get-banner-calendar .calendar-cover {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
  }
}

.get-banner-calendar .calendar-cover {
  top: 60px;
  left: 0;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: 0.8s ease 0.1s;
  -o-transition: 0.8s ease 0.1s;
  transition: 0.8s ease 0.1s;
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .get-banner-calendar .calendar-cover {
    top: 32px;
  }
}

.get-banner-content {
  padding-left: 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 991px) {
  .get-banner-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .get-banner-text {
    text-align: center;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .get-banner-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 130px;
  }

  .get-banner-text {
    max-width: 270px;
  }

  .get-banner-text&gt;*:not(:first-child) {
    margin-top: 25px !important;
  }

  .get-banner-calendar {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    margin: 20px 0 -75px -60px;
    left: 50%;
  }

  .get-banner-text,
  .get-banner-text:not(:first-child) {
    text-align: center;
    margin-top: 0;
  }
}

.get-banner-button a,
.get-banner-button:hover i {
  color: #404040 !important;
}

.calendar-cover-front,
.calendar-cover-back {
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.calendar-cover-front {
  z-index: 2;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
}

.calendar-cover-back {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}

.banner-guarantee {
  background-color: #4ba0e8;
  padding: 30px 25px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media (max-width: 1199px) {
  .banner-guarantee {
    padding: 30px 25px 0 25px;
  }
}

.banner-guarantee-img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 345px;
  -ms-flex: 0 1 345px;
  flex: 0 1 345px;
  min-width: 345px;
}

@media (max-width: 1199px) {
  .banner-guarantee-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 300px;
    -ms-flex: 0 1 300px;
    flex: 0 1 300px;
    min-width: 300px;
  }
}

@media (max-width: 991px) {
  .banner-guarantee-img {
    display: none;
  }
}

.banner-guarantee-img--topnegative {
  position: relative;
}

.banner-guarantee-img--topnegative img {
  margin-top: -150px;
  margin-left: -10px;
  max-width: 100%;
}

.banner-guarantee-text {
  color: #fff;
  padding-bottom: 40px;
  text-align: center;
}

.banner-guarantee-text h1,
.banner-guarantee-text h2,
.banner-guarantee-text h3,
.banner-guarantee-text h4,
.banner-guarantee-text h5,
.banner-guarantee-text h6 {
  color: #fff;
}

.banner-guarantee-text p {
  font-size: 15px;
  line-height: 24px;
}

.banner-guarantee-text&gt;* {
  margin-bottom: 0;
}

.banner-guarantee-text&gt;*:not(:first-child) {
  margin-top: 20px;
}

.banner-text {
  background-image: -webkit-gradient(linear, left top, right top, from(#48b0da), to(#499fe5));
  background-image: -webkit-linear-gradient(left, #48b0da, #499fe5);
  background-image: -o-linear-gradient(left, #48b0da, #499fe5);
  background-image: linear-gradient(90deg, #48b0da, #499fe5);
  padding: 37px 25px;
  text-align: center;
  font-size: 36px;
  line-height: 46px;
  color: #fff;
}

@media (max-width: 768px) {
  .banner-text {
    padding: 30px 15px;
    font-size: 28px;
  }
}

.banner-text h1,
.banner-text h2,
.banner-text h3,
.banner-text h4,
.banner-text h5,
.banner-text h6 {
  color: #fff;
}

.banner-text i.icon {
  font-size: 24px;
  padding: 0 10px;
  position: relative;
  top: -3px;
}

@media (max-width: 768px) {
  .banner-text i.icon {
    top: 0;
  }
}

/*-----  3.7 Services            --------*/
.service-box {
  text-align: center;
  margin: 20px 0 25px;
}

.service-box&gt;*:not(:first-child) {
  margin-top: 15px;
  margin-bottom: 0;
}

.service-box-img {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: auto;
  border-radius: 50%;
  max-width: 309px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}

.service-box-img:before {
  transition: all 500ms ease-out;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
  opacity: 0;
}

.service-box:hover .service-box-img:before {
  transition: all 500ms ease-out;
  opacity: 0.5;
}

.service-box-img img {
  border-radius: 50%;
  max-width: 100%;
}

.service-box-title,
.service-box-title:not(:first-child) {
  margin-top: 22px;
}

.service-box-text {
  font-size: 15px;
  line-height: 24px;
  background: #fff;
}

.service-box-link {
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 18px;
  background: transparent;
  padding: 10px 20px;
  border-radius: 25px;
  font-weight: bold;
  font-family: 'Open Sans', 'Noto Sans TC', 'Microsoft JhengHei', sans-serif;
  color: #2f76bc;
  text-decoration: none;
  transition: all 500ms ease-out;
}

.service-box-link i {
  transition: all 500ms ease-out;
  position: relative;
  top: 1px;
  color: #2f76bc;
}

.service-box-link:hover {
  transition: all 500ms ease-out;
  background: #f4c61b;
  color: #505050;
}

.service-box-link:hover i {
  transition: all 500ms ease-out;
  color: #505050;
}

@media (min-width: 992px) {
  .services-grid .service-box:nth-child(3n+1) {
    clear: left;
  }
}

@media (max-width: 991px) and (min-width: 480px) {
  .services-grid .service-box:nth-child(2n+1) {
    clear: left;
  }
}

@media (max-width: 480px) {
  .service-box {
    margin-bottom: 0;
  }
}

.services-circle {
  position: relative;
  height: 520px;
  margin: 80px 0 40px;
}

@media (max-width: 991px) {
  .services-circle {
    height: 450px;
    margin: 0 0 40px;
  }
}

@media (max-width: 767px) {
  .services-circle {
    height: auto;
  }
}

.services-circle-item {
  position: absolute;
  width: 388px;
}

.services-circle-item.pos-1 {
  top: -10%;
  left: -15%;
  width: 388px;
}

.services-circle-item.pos-1 .services-circle-item-title {
  right: -26%;
  top: 30%;
}

@media (max-width: 991px) {
  .services-circle-item.pos-1 .services-circle-item-title {
    right: -20%;
    top: 60%;
  }
}

@media (max-width: 1199px) and (min-width: 991px) {
  .services-circle-item.pos-1 {
    width: 330px;
  }
}

@media (max-width: 991px) {
  .services-circle-item.pos-1 {
    top: 0%;
    left: -10%;
    width: 38%;
    min-width: 175px;
  }
}

.services-circle-item.pos-2 {
  top: 50%;
  left: 5%;
  width: 291px;
}

.services-circle-item.pos-2 .services-circle-item-title {
  left: -30%;
  top: 150px;
  width: 151px;
  height: 151px;
}

@media (max-width: 991px) {
  .services-circle-item.pos-2 .services-circle-item-title {
    top: 0%;
  }
}

@media (max-width: 1199px) and (min-width: 991px) {
  .services-circle-item.pos-2 {
    width: 250px;
  }
}

@media (max-width: 991px) {
  .services-circle-item.pos-2 {
    left: 10%;
    top: 50%;
    width: 30%;
    min-width: 135px;
  }
}

.services-circle-item.pos-3 {
  top: 0;
  left: 30%;
  width: 291px;
}

.services-circle-item.pos-3 .services-circle-item-title {
  left: 80%;
  top: -43px;
  width: 151px;
  height: 151px;
}

@media (max-width: 991px) {
  .services-circle-item.pos-3 .services-circle-item-title {
    top: 0%;
  }
}

@media (max-width: 1199px) and (min-width: 991px) {
  .services-circle-item.pos-3 {
    width: 250px;
  }
}

@media (max-width: 991px) {
  .services-circle-item.pos-3 {
    left: 35%;
    top: 0;
    width: 30%;
    min-width: 135px;
  }
}

.services-circle-item.pos-4 {
  left: 47%;
  top: 32%;
  width: 357px;
}

.services-circle-item.pos-4 .services-circle-item-title {
  right: -20%;
  bottom: -3%;
  width: 151px;
  height: 151px;
}

@media (max-width: 991px) {
  .services-circle-item.pos-4 .services-circle-item-title {
    right: -26%;
    top: 50%;
  }
}

@media (max-width: 1199px) and (min-width: 991px) {
  .services-circle-item.pos-4 {
    width: 280px;
  }
}

@media (max-width: 991px) {
  .services-circle-item.pos-4 {
    width: 36%;
    min-width: 170px;
    left: 50%;
    top: 45%;
  }
}

.services-circle-item.pos-5 {
  right: -3%;
  top: 0%;
  width: 325px;
}

.services-circle-item.pos-5 .services-circle-item-title {
  left: 0%;
  top: -23%;
}

@media (max-width: 991px) {
  .services-circle-item.pos-5 .services-circle-item-title {
    left: -25%;
    top: 0%;
  }
}

@media (max-width: 1199px) and (min-width: 991px) {
  .services-circle-item.pos-5 {
    width: 250px;
  }
}

@media (max-width: 991px) {
  .services-circle-item.pos-5 {
    right: 0;
    top: 0;
    left: auto;
    width: 30%;
    min-width: 145px;
  }
}

@media (max-width: 480px) {
  .services-circle-item.pos-5 {
    bottom: 5%;
  }
}

.services-circle-item.pos-pic1 {
  background: url(../images/about2.png) no-repeat;
  bottom: -15%;
  left: 33%;
  width: 175px;
  height: 175px;
}

@media (max-width: 991px) {
  .services-circle-item.pos-pic1 {
    width: 25%;
    min-width: 75px;
    left: auto;
    right: 3%;
    top: 75%;
  }
}

.services-circle-item.pos-pic2 {
  background: url(../images/about.png) no-repeat;
  top: 12%;
  left: 73%;
  width: 70px;
  height: 70px;
}

@media (max-width: 1199px) and (min-width: 991px) {
  .services-circle-item.pos-pic2 {
    left: 70%;
  }
}

.services-circle-item.pos-btn {
  text-align: center;
  vertical-align: middle;
  letter-spacing: 1px;
  bottom: 10%;
  right: -16%;
  width: 169px;
  height: 169px;
  line-height: 169px;
}

.services-circle-item.pos-btn a {
  background: #505050;
  color: #fff;
  text-decoration: none;
  display: block;
  border-radius: 100%;
  transition: all 500ms ease-out;
  font-size: 15px;
  font-weight: 400;
  font-family: 'Open Sans', 'Noto Sans TC', 'Microsoft JhengHei', sans-serif;
}

.services-circle-item.pos-btn:hover a {
  transition: all 500ms ease-out;
  font-weight: 500;
  background: #f4c61b;
  color: #505050;
}

.services-circle-item.pos-btn i {
  margin-right: 5px;
}

@media (max-width: 1460px) and (min-width: 1280px) {
  .services-circle-item.pos-btn {
    right: -10%;
  }
}

@media (max-width: 1280px) and (min-width: 1199px) {
  .services-circle-item.pos-btn {
    right: -5%;
  }
}

@media (max-width: 1199px) and (min-width: 991px) {
  .services-circle-item.pos-btn {
    right: -5%;
    bottom: 2%;
  }
}

@media (max-width: 991px) {
  .services-circle-item.pos-btn {
    width: 18%;
    min-width: 80px;
    left: 16%;
    top: 42%;
  }
}

.services-circle-item.pos-1:before {
  content: '\e91a';
  font-family: 'cleaning';
  font-size: 100px;
  color: #4ea7ff;
  position: absolute;
  left: -5%;
  top: -5%;
  z-index: 2;
}

.services-circle-item.pos-2:before {
  content: '\e91a';
  font-family: 'cleaning';
  font-size: 30px;
  color: #4ea7ff;
  position: absolute;
  right: -15%;
  top: 30%;
  z-index: 2;
  -moz-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}

.services-circle-item.pos-4:before {
  content: '\e91a';
  font-family: 'cleaning';
  font-size: 60px;
  color: #4ea7ff;
  position: absolute;
  left: 25%;
  bottom: -20%;
  z-index: 2;
}

@media (max-width: 768px) {

  .services-circle-item.pos-1:before,
  .services-circle-item.pos-2:before,
  .services-circle-item.pos-4:before {
    display: none;
  }
}

.services-circle-item:hover .services-circle-item-title {
  -webkit-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
}

.services-circle-item-img {
  position: relative;
  display: block;
  background: #4ea7ff;
  border: 5px solid #4ea7ff;
  box-shadow: 2px 2px 0 #2f76bc, 3px 3px 0 #2f76bc;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  overflow: hidden;
  border-radius: 50%;
  z-index: 1;
}

.services-circle-item.pos-1 .services-circle-item-img,
.services-circle-item.pos-3 .services-circle-item-img,
.services-circle-item.pos-5 .services-circle-item-img {
  animation: up_down 5s ease infinite;
}

.services-circle-item.pos-2 .services-circle-item-img,
.services-circle-item.pos-4 .services-circle-item-img {
  animation: up_down 5s ease infinite reverse;
}

@keyframes up_down {
  0% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(10px) scale(1);
  }

  100% {
    transform: translateY(0) scale(1);
  }
}

.services-circle-item-img img {
  border-radius: 50%;
  width: 100%;
}

.services-circle-item-img:hover {
  opacity: 1;
}

.services-circle-item-title {
  width: 170px;
  height: 170px;
  background: #4ea7ff;
  color: #fff;
  -webkit-box-shadow: inset 0 0 0 100px 20px rgba(71, 171, 225, 0);
  -moz-box-shadow: inset 0 0 0 100px 20px rgba(71, 171, 225, 0);
  box-shadow: inset 0 0 0 100px 20px rgba(71, 171, 225, 0);
  position: absolute;
  z-index: 2;
  border-radius: 50%;
  font-size: 24px;
  font-weight: 700;
  font-family: 'Noto Sans TC', 'Microsoft JhengHei', Arial;
  line-height: 1.15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 5%;
  text-align: center;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-out 0.1s;
  -moz-transition: all 0.5s ease-out 0.1s;
  -ms-transition: all 0.5s ease-out 0.1s;
  -o-transition: all 0.5s ease-out 0.1s;
}

.services-circle-item-title span {
  text-shadow: 2px 2px 0 #2f76bc, 3px 3px 0 #2f76bc;
  -webkit-transform: skewX(-7.5deg);
  -moz-transform: skewX(-7.5deg);
  -o-transform: skewX(-7.5deg);
  -ms-transform: skewX(-7.5deg);
  transform: skewX(-7.5deg);
}

@media (max-width: 1199px) and (min-width: 991px) {
  .services-circle-item-title {
    width: 140px !important;
    height: 140px !important;
    font-size: 16px;
    line-height: 18px;
  }
}

@media (max-width: 991px) {
  .services-circle-item-title {
    width: 110px !important;
    height: 110px !important;
    font-size: 13px;
    line-height: 15px;
    background-size: cover;
    padding: 0 2%;
  }
}

@media (max-width: 767px) {
  .services-circle-item-title {
    width: 120px !important;
    height: 120px !important;
    font-size: 18px;
    line-height: 20px;
    background-size: cover;
    padding: 0 2%;
  }
}

@media (max-width: 767px) {
  .services-circle {
    margin-bottom: 0;
  }

  .services-circle-carousel {
    width: 380px !important;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .services-circle-item {
    position: relative;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    padding: 0 65px 20px 10px;
  }

  .services-circle-item-title {
    left: auto !important;
    right: 0 !important;
    top: 47% !important;
  }
}

@media (max-width: 375px) {
  .services-circle-carousel {
    width: 300px !important;
  }
}

@-webkit-keyframes shine {
  0% {
    top: -100%;
    left: -100%;
  }

  100% {
    top: -10%;
    left: 100%;
  }
}

@keyframes shine {
  0% {
    top: -100%;
    left: -100%;
  }

  100% {
    top: -10%;
    left: 100%;
  }
}

/*-----  3.8 How it works        --------*/
.how-works {
  margin-top: 20px;
  text-align: center;
}

.how-works-number {
  display: inline-block;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: #f4c61b;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  font-size: 40px;
  line-height: 110px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.how-works-number--color1 {
  background-color: #7bd6c5;
}

.how-works-number--color2 {
  background-color: #6dd0f0;
}

.how-works-number--color3 {
  background-color: #4ba0e8;
}

.how-works-title {
  margin: 0;
}

.how-works-title span {
  color: #f4c61b;
}

.how-works p {
  font-size: 15px;
  line-height: 24px;
}

.how-works&gt;*:not(:first-child) {
  margin-top: 15px;
}

/*-----  3.9 Coupon              --------*/
.coupon {
  width: 493px;
  min-height: 418px;
  position: relative;
  margin: 8px auto 48px;
}

@media (max-width: 1199px) {
  .coupon {
    width: 307px;
    min-height: 302px;
  }
}

.coupon-top-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

.coupon-bot-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

.coupon-inside {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 40px 69px 40px 38px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

@media (max-width: 1199px) {
  .coupon-inside {
    padding: 20px 45px 20px 25px;
  }
}

.coupon-logo {
  float: left;
  width: 135px;
}

@media (max-width: 1199px) {
  .coupon-logo {
    width: 80px;
  }
}

.coupon-text-1 {
  font-size: 12px;
  line-height: 20px;
  float: right;
  width: calc(100% - 135px);
  padding-left: 40px;
  padding-top: 12px;
}

@media (max-width: 1199px) {
  .coupon-text-1 {
    font-size: 12px;
    line-height: 16px;
    width: calc(100% - 90px);
    padding-left: 10px;
    padding-top: 4px;
  }
}

.coupon-text-2 {
  font-size: 26px;
  line-height: 32px;
  font-weight: 600;
  margin-top: 30px;
  text-align: right;
  color: #505050;
  min-height: 40px;
}

@media (max-width: 1199px) {
  .coupon-text-2 {
    font-size: 22px;
    line-height: 26px;
    min-height: 52px;
  }
}

.coupon-text-2 span {
  color: #f4c61b;
}

@media (max-width: 1199px) {
  .coupon-text-2 {
    font-size: 20px;
    line-height: 24px;
    margin-top: 20px;
    min-height: 0;
  }
}

.coupon-text-3 {
  font-size: 15px;
  line-height: 24px;
  margin-top: 12px;
  text-align: right;
}

@media (max-width: 1199px) {
  .coupon-text-3 {
    min-height: 48px;
  }
}

@media (max-width: 1199px) {
  .coupon-text-3 {
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px;
    min-height: 0;
  }
}

.coupon-ribbon {
  margin-right: -69px;
  margin-top: -6px;
  padding-right: 52px;
  font-size: 50px;
  line-height: 80px;
  font-weight: 600;
  height: 114px;
  color: #fff;
  padding-top: 28px;
  text-align: right;
  background: url(../images/coupon-ribbon.png) no-repeat right top;
}

@media (max-width: 1199px) {
  .coupon-ribbon {
    background-size: 100% 100%;
    height: 90px;
    width: 422px;
    font-size: 40px;
    line-height: 59px;
    padding-top: 25px;
  }
}

@media (max-width: 1199px) {
  .coupon-ribbon {
    background-size: contain;
    height: 72px;
    width: 266px;
    margin-right: 0px;
    padding-right: 35px;
    font-size: 32px;
    line-height: 35px;
    padding-top: 25px;
    position: relative;
    right: -14px;
    top: -4px;
    margin-bottom: 0;
  }
}

.coupon-print {
  opacity: 0;
  position: absolute;
  top: 60%;
  left: 50%;
  width: 90px;
  height: 90px;
  margin: -64px 0 0 -55px;
  border-radius: 50%;
  font-size: 37px;
  line-height: 90px;
  background-color: #4ba0e8;
  color: #fff;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.coupon-print:hover {
  background-color: #f4c61b;
  color: #fff;
}

.coupon:hover .coupon-inside {
  opacity: .35;
}

.coupon:hover .coupon-print {
  top: 50%;
  opacity: 1;
}

.coupons-carousel .slick-dots {
  margin: -20px 0 20px;
}

/*-----  3.10 Gallery            --------*/
.block.fullwidth .gallery-isotope {
  margin: 0 -15px;
  width: calc(100% + 30px);
}

.gallery-item {
  position: relative;
  float: left;
  width: 20%;
  overflow: hidden;
  background: #071638;
}

@media (max-width: 991px) {
  .gallery-item {
    width: 33.333%;
  }
}

@media (max-width: 479px) {
  .gallery-item {
    width: 50%;
  }
}

.gallery-item img {
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.gallery-item-image {
  overflow: hidden;
}

.gallery-item-caption {
  position: absolute;
  bottom: 8px;
  width: 100%;
  padding: 12px 15px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-align: center;
  z-index: 3;
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(101%);
  -ms-transform: translateY(101%);
  transform: translateY(101%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.gallery-item-caption:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #2a333a;
  opacity: .8;
  z-index: -1;
}

.gallery-item-zoom {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 200px;
  line-height: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none;
}

.gallery-item-zoom:hover {
  color: #fff;
}

.gallery-item-zoom i.icon {
  z-index: 2;
}

.gallery-item-zoom:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #505050;
  opacity: .6;
  z-index: 0;
}

.gallery-item:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 4;
  border: 0 solid #fff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  pointer-events: none;
}

.gallery-slick {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 1025px) {
  .gallery-item:hover:before {
    opacity: 1;
    border-width: 8px;
  }

  .gallery-item:hover .gallery-item-zoom {
    opacity: 1;
    font-size: 82px;
  }

  .gallery-item:hover .gallery-item-caption {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.filters-by-category ul {
  margin: 0 0 35px;
  padding: 0;
  list-style: none;
  text-align: center;
}

.filters-by-category ul li {
  display: inline-block;
  line-height: 1em;
  margin: 0 0 10px;
}

.filters-by-category ul li a {
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  text-decoration: none;
  padding: 0 30px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  color: #505050;
}

@media (max-width: 991px) {
  .filters-by-category ul li a {
    padding: 0 15px;
  }
}

.filters-by-category ul li a:hover,
.filters-by-category ul li a.selected {
  color: #2f76bc;
}

@media (max-width: 665px) {
  .filters-by-category ul li {
    display: block;
    margin: 0;
    padding: 5px 0;
    text-align: left;
  }

  .filters-by-category ul li:not(:first-child) {
    border-top: 1px solid #e8ecee;
  }

  .filters-by-category ul li a {
    padding: 0;
  }
}

/*-----  3.12 Facts (count up numbers)---*/
.fact-item-image {
  position: relative;
  width: 209px;
  height: 209px;
  border-radius: 50%;
  margin: 7px auto 12px;
  border-radius: 50%;
  border: 5px solid #f4c61b;
  background: #f4c61b;
  overflow: hidden;
}

.fact-item-image img {
  opacity: 0.5;
  transition: all .2s linear;
}

.fact-item-image:hover img {
  opacity: 1;
  transition: all .2s linear;
}

.fact-item-text-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
}

.fact-item-text-wrap&gt;*:not(:first-child) {
  margin-top: 10px;
}

.fact-item-number {
  font-size: 50px;
  line-height: 1em;
  transition: all .2s linear;
  font-weight: 600;
  text-shadow: 1px 1px 0 #505050, -1px -1px 0 #505050, 0px 1px 0 #505050, 1px 0px 0 #505050, -1px 1px 0 #505050, 1px -1px 0 #505050,
    2px 2px 0 #505050, 3px 3px 0 #505050;
}

.fact-item-text {
  font-size: 24px;
  line-height: 1em;
  transition: all .2s linear;
  font-weight: 500;
  font-family: 'Open Sans', 'Noto Sans TC', Meiryo, 'Microsoft JhengHei', Arial;
  text-shadow: 1px 1px 0 #505050, -1px -1px 0 #505050, 0px 1px 0 #505050, 1px 0px 0 #505050, -1px 1px 0 #505050, 1px -1px 0 #505050,
    2px 2px 0 #505050, 3px 3px 0 #505050;
}

.fact-item-text-wrap:hover .fact-item-number,
.fact-item-text-wrap:hover .fact-item-text {
  transition: all .2s linear;
  font-weight: 600;
  text-shadow: 1px 1px 0 #f4c61b, -1px -1px 0 #f4c61b, 0px 1px 0 #f4c61b, 1px 0px 0 #f4c61b, -1px 1px 0 #f4c61b, 1px -1px 0 #f4c61b,
    2px 2px 0 #f4c61b, 3px 3px 0 #f4c61b;
  color: #505050;
}

.numbers-carousel .slick-dots li.slick-active button,
.numbers-carousel .slick-dots li.slick-active button:hover {
  background: #f4c61b;
}

/*-----  3.13 Features text      --------*/
.feature-wrapper {
  position: relative;
  z-index: 2;
}

.feature-text {
  margin-bottom: 30px;
  /*padding: 0 50px 0 0;*/
  padding: 25px 50px;
  position: relative;
  background: #fff;
  -webkit-box-shadow: 2px 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 2px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 2px 3px 0 rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 0 0 60px 0 / 0 0 5px 0;
  -moz-border-radius: 0 0 60px 0 / 0 0 5px 0;
  border-radius: 20px;
}

.feature-text h5 {
  margin-top: 0px;
  font-size: 30px;
}

.feature-text p {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  #micropedia&gt;.container {
    width: 100vw;
  }
}

@media (max-width: 991px) {
  .feature-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .feature-wrapper&gt;.feature-image {
    -webkit-box-ordinal-group: 0;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    transition-delay: 0 !important;
    transition-duration: 0 !important;
  }

  .feature-text,
  .feature-text.text-right {
    text-align: center;
    /*padding: 0;*/
  }
}

/*-----  3.14 Discounts          --------*/
.discount-box-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 190px;
  margin-top: 40px;
}

.discount-box-row&gt;* {
  margin: 0 15px;
}

.discount-box-row&gt;*:first-child {
  margin-left: 0;
}

.discount-box-row&gt;*:last-child {
  margin-right: 0;
}

.discount-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  background-color: #f4c61b;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  color: #fff;
}

.discount-box--color1 {
  background-color: #7bd6c5;
}

.discount-box--color2 {
  background-color: #6dd0f0;
}

.discount-box--color3 {
  background-color: #4ba0e8;
}

.discount-box-sale {
  font-size: 36px;
  line-height: 1em;
  font-weight: 600;
}

.discount-box&gt;*:not(:first-child) {
  margin-top: 12px;
}

@media (max-width: 767px) {
  .discount-box-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: inherit;
  }

  .discount-box-row&gt;* {
    margin: 10px 0;
  }

  .discount-box {
    max-width: 300px;
    width: 100%;
    padding: 20px 0;
  }
}

/*-----  3.15 Prices             --------*/
.prices-box {
  position: relative;
  width: 25%;
  margin-top: 20px;
  float: left;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  border-top: 1px solid #e6e9ec;
  border-right: 1px solid #e6e9ec;
}

.prices-box:first-child:before,
.prices-box.slick-active:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #e6e9ec;
}

.prices-box:last-child:before {
  content: '';
  position: absolute;
  right: 1px;
  left: auto;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #e6e9ec;
}

.prices-box.slick-active+.slick-active:not(:last-child):before {
  display: none;
}

.prices-box.slick-active+.slick-slide:not(.slick-active):before {
  content: '';
  position: absolute;
  left: -3px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #e6e9ec;
}

.prices-box&gt;* {
  min-height: 60px;
  padding: 20px 0;
  border-bottom: 1px solid #e6e9ec;
}

.prices-box-title {
  border-bottom: 2px solid #e6e9ec;
  margin-bottom: 0;
}

.prices-box-price b {
  display: block;
  font-size: 50px;
  line-height: 1em;
  font-weight: 600;
  color: #f4c61b;
}

.prices-box-price b sup {
  font-size: 20px;
  top: -1em;
}

.prices-box-price span {
  display: block;
  font-size: 14px;
}

/*-----  3.16 Question Box       --------*/
.question-box {
  padding: 18px 14px 30px;
  background: url(../images/question-box-bg.jpg) no-repeat center top #9bd9e8;
  background-size: 100%;
}

.question-box-title {
  font-size: 36px;
  line-height: 40px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 18px;
}

.question-box .form-control {
  height: 42px;
  background: #fff;
  border: 0;
  margin-bottom: 9px;
  border-radius: 3px;
}

.question-box textarea.form-control {
  height: 162px;
  padding-top: 10px;
}

.question-box .btn {
  margin-top: 10px;
}

.placeholder-dark {
  color: #656d74;
}

.question-box input::-webkit-input-placeholder,
.question-box textarea::-webkit-input-placeholder {
  color: #656d74;
}

.question-box input::-moz-placeholder,
.question-box textarea::-moz-placeholder {
  color: #656d74;
}

.question-box input:-ms-input-placeholder,
.question-box textarea:-ms-input-placeholder {
  color: #656d74;
}

.question-box input:-moz-placeholder,
.question-box textarea:-moz-placeholder {
  color: #656d74;
}

.question-box+* {
  margin-bottom: 30px;
}

.question-box .successform,
.question-box .errorform {
  margin-bottom: 25px;
}

.question-box .successform,
.question-box .errorform,
.question-box .successform p,
.question-box .errorform p {
  text-align: center;
  font-size: 15px;
  line-height: 18px;
}

.question-box .successform {
  color: #fff;
}

.question-box .errorform {
  color: #ff0000;
}

.question-form label.error {
  font-size: 13px !important;
  margin-top: -7px;
  line-height: 15px;
  color: #ff0000;
}

/*-----  3.17 Brands             --------*/
.brand-carousel img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: opacity 0.3s, -webkit-filter 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-filter 0.3s;
  -o-transition: filter 0.3s, opacity 0.3s;
  transition: filter 0.3s, opacity 0.3s;
  transition: filter 0.3s, opacity 0.3s, -webkit-filter 0.3s;
  -webkit-transition: filter 0.3s, -webkit-filter 0.3s, opacity 0.3s;
  opacity: 0.5;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}

.brand-carousel img:hover {
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}

/*-----  3.18 Faq                --------*/
.panel-group {
  margin-top: 43px;
  margin-bottom: 0;
}

.panel-group#accordion {
  margin-top: 0;
}

.faq-item .panel,
.faq-item.panel {
  margin-bottom: 35px;
  background: transparent;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  border-radius: 0;
}

.faq-item.last .panel,
.faq-item:last-child,
.faq-item:last-child .panel {
  border-bottom: 0;
}

.faq-item .panel-heading {
  position: relative;
  padding: 0;
}

.faq-item .panel-heading .panel-title {
  text-align: left !important;
  padding-bottom: 10px;
}

.faq-item .panel-heading .panel-title&gt;a {
  display: block;
  position: relative;
  padding: 15px 0 15px 70px;
  font-size: 18px;
  line-height: 23px;
  font-weight: 600;
  text-transform: uppercase;
  color: #505050;
  background: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.faq-item .panel-heading .panel-title&gt;a:hover {
  color: #505050;
  padding-left: 100px;
}

@media screen and (max-width: 767px) {
  .faq-item .panel-heading .panel-title&gt;a:hover {
    padding-left: 75px;
  }
}

.faq-item .panel-heading a,
.faq-item .panel-heading a:hover {
  text-decoration: none;
  -webkit-transition: all 0.25 ease;
  -moz-transition: all 0.25 ease;
  -ms-transition: all 0.25 ease;
  -o-transition: all 0.25 ease;
}

.faq-item .panel-heading a&gt;span.caret-toggle {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 53px;
  height: 53px;
  font-size: 36px;
  line-height: 48px;
  font-weight: 600;
  color: #f4c61b;
  border-radius: 50%;
  border: 2px solid #f4c61b;
  text-align: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.faq-item .panel-heading a:hover&gt;span.caret-toggle {
  color: #505050;
  border-color: #505050;
}

.faq-item .panel-heading a&gt;span.closed {
  color: #505050;
  border-color: #505050;
  line-height: 42px;
}

.faq-item .panel-heading a:not(.collapsed)&gt;span.opened {
  display: none;
}

.faq-item .panel-heading a.collapsed&gt;span.closed {
  display: none;
}

.faq-item .panel-collapse {
  background: transparent;
}

.faq-item .panel-body {
  border: 0;
  background: #fff;
  padding: 35px;
  -webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 60px 0 / 0 0 5px 0;
  -moz-border-radius: 0 0 60px 0 / 0 0 5px 0;
  border-radius: 0 0 60px 0 / 0 0 5px 0;
}

@media screen and (max-width: 767px) {
  .faq-item .panel-body {
    padding: 20px;
  }
}

.faq-item .panel-body&gt;p:last-child {
  margin-bottom: 0;
}

.faq-item .panel-heading+.panel-collapse&gt;.panel-body {
  border: 1px solid rgba(0, 0, 0, 0.05);
  margin-left: 50px;
}

/*---------------------------------------*/
/*--------   4. Special Pages    --------*/
/*---------------------------------------*/
/*-----  4.1 Blog Pages          --------*/
.blog-post {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .blog-post {
    margin-bottom: 50px;
  }
}

.blog-post .post-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.blog-post .post-video iframe,
.blog-post .post-video object,
.blog-post .post-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.blog-post .post-music iframe,
.blog-post .post-music object,
.blog-post .post-music embed {
  width: 100%;
  height: auto;
  border: 0;
}

.blog-post .post-image {
  position: relative;
  border-radius: 0;
}

.blog-post .post-image img {
  width: 100%;
}

.blog-post .post-image .post-link-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.blog-post .post-image .post-link {
  font-size: 42px;
  line-height: 1em;
  color: #fff;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  text-decoration: none;
}

@media (max-width: 767px) {
  .blog-post .post-image .post-link {
    font-size: 4vw;
  }
}

.blog-post .post-image .post-link:hover {
  color: #f4c61b;
  text-decoration: none;
}

.blog-post .post-title {
  margin-bottom: 0;
}

.blog-post .post-meta {
  padding: 0;
  overflow: hidden;
  list-style: none;
}

.blog-post .post-meta li {
  float: left;
  font-size: 14px;
  padding-right: 80px;
}

@media (max-width: 1199px) {
  .blog-post .post-meta li {
    padding-right: 40px;
  }
}

@media (max-width: 991px) {
  .blog-post .post-meta li {
    padding-right: 15px;
  }
}

.blog-post .post-meta li i.icon,
.blog-post .post-meta li span {
  display: inline-block;
  vertical-align: middle;
}

.blog-post .post-meta li i.icon {
  font-size: 18px;
  padding-right: 7px;
  color: #f4c61b;
}

.blog-post .post-meta li:last-child {
  padding-right: 0;
}

.blog-post .post-meta .post-meta-reviews span {
  font-size: 14px;
}

.blog-post .post-meta:not(:first-child) {
  margin-top: 35px;
}

.blog-post .post-read-more:not(:first-child) {
  margin-top: 35px;
}

.blog-post .post-teaser p:last-child {
  margin-bottom: 0;
}

.blog-post .post-author {
  font-size: 15px;
  font-weight: 600;
}

.blog-post&gt;*:not(:first-child) {
  margin-top: 18px;
}

.post-meta-date,
.comment .meta-date {
  font-size: 13px;
  line-height: 29px;
  font-weight: bold;
  color: #f4c61b;
  text-transform: uppercase;
}

.post-carousel {
  overflow: hidden;
}

.post-carousel .slick-prev:before,
.post-carousel .slick-next:before {
  font-size: 40px;
}

.post-carousel .slick-prev {
  left: 20px;
}

.post-carousel .slick-next {
  right: 20px;
}

.post-carousel .slick-prev:before,
.post-carousel .slick-next:before {
  color: #fff;
}

.blog-post.single {
  margin-bottom: 0;
}

.blog-post .post-content {
  padding-bottom: 50px;
  border-bottom: 1px solid #efefef;
}

.post-preview {
  margin-top: 28px;
  margin-bottom: 45px;
}

.post-preview .post-meta {
  margin-top: 15px;
  font-size: 13px;
}

.post-preview .post-title {
  font-size: 24px;
  line-height: 30px;
  margin-top: 10px;
}

.post-preview .post-title a {
  color: #505050;
  text-decoration: none;
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  -ms-transition: color 200ms ease;
  -o-transition: color 200ms ease;
}

.post-preview .post-title a:hover {
  color: #f4c61b;
}

.view-more-post {
  margin-bottom: 30px;
}

.page-blog .side-block {
  margin-bottom: 55px;
}

.page-blog .side-block h3 {
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 30px;
}

.side-block:last-child {
  border-bottom: 0;
}

/* comments */
.comments-block {
  margin-top: 60px;
}

.comments-block .comment {
  margin: 20px 0 40px;
}

.comments-block .comment .userpic {
  width: 80px;
  float: left;
  font-size: 60px;
  line-height: 50px;
  color: #f4c61b;
}

@media (max-width: 767px) {
  .comments-block .comment .userpic {
    width: 60px;
    font-size: 40px;
    line-height: 60px;
  }
}

.comments-block .comment .text {
  overflow: hidden;
  padding-top: 4px;
}

.comments-block .comment .text p {
  margin-bottom: 10px;
}

.comments-block .comment .text .meta {
  padding-bottom: 10px;
  margin-bottom: 12px;
  font-size: 14px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 7px;
}

.comments-block .comment .text .meta .icon {
  padding-right: 5px;
}

@media (max-width: 479px) {
  .comments-block .comment .text .meta-date {
    display: block;
  }
}

.comments-block .comment .text .meta-author {
  padding-right: 30px;
  font-size: 15px;
  font-weight: 600;
}

.comments-block .comment .text a.reply {
  display: inline-block;
  padding: 0 11px;
  border-radius: 2px;
  color: #fff;
  background-color: #4ba0e8;
  font-size: 10px;
  line-height: 23px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  -ms-transition: color 200ms ease;
  -o-transition: color 200ms ease;
}

.comments-block .comment .text a.reply:hover {
  background-color: #f4c61b;
}

.comments-block .comment.replay {
  margin-left: 115px;
}

@media (max-width: 767px) {
  .comments-block .comment.replay {
    margin-left: 70px;
  }
}

@media (max-width: 479px) {
  .comments-block .comment.replay {
    margin-left: 30px;
  }
}

.comment-form {
  margin-bottom: 50px;
}

.comment-form .textarea-custom {
  height: 170px;
}

.blog-isotope {
  overflow: hidden;
  margin-bottom: 50px;
  margin-top: 10px;
  overflow: visible;
}

.blog-isotope .post-meta li.author {
  display: none;
}

.blog-isotope .post-image {
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -20px;
}

.blog-isotope .blog-post {
  position: relative;
  float: left;
  width: calc(33.333% - 20px);
  text-align: center;
  padding: 20px 20px 40px;
  margin-bottom: 30px;
  border: 1px solid #e1e5e9;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.blog-isotope .blog-post .post-author {
  display: none;
}

.blog-isotope .blog-post .quote {
  text-align: left;
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 1199px) {
  .blog-isotope .blog-post {
    width: calc(50% - 15px);
  }
}

@media (max-width: 767px) {
  .blog-isotope .blog-post {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .blog-isotope .post-meta {
    font-size: 14px;
  }

  .blog-isotope .post-title {
    font-size: 24px;
    line-height: 30px;
  }

  .blog-isotope .post-image .post-link {
    font-size: 22px;
  }

  .blog-isotope .quote {
    margin-top: 15px;
    margin-bottom: 20px;
    padding-left: 80px;
  }

  .blog-isotope .post-read-more .btn-sm {
    font-size: 14px;
  }

  .blog-isotope .post-meta:not(:first-child) {
    margin-top: 20px;
  }

  .blog-isotope .post-read-more:not(:first-child) {
    margin-top: 20px;
  }

  .blog-isotope&gt;*:not(:first-child) {
    margin-top: 12px;
  }
}

/*-----  4.2 Shop Pages          --------*/
.column-filters {
  margin-bottom: 35px;
}

.column-filters-inside {
  background: #f6f6f7;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.column-filters .side-block {
  border-color: #ebebeb;
  padding: 20px 20px 30px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e3e3e4;
}

.column-filters .side-block h3 {
  margin-bottom: 20px;
}

.column-filters .category-list {
  margin-top: 10px;
  margin-bottom: 15px;
}

.column-filters .category-list li a {
  font-weight: 400;
}

.column-filters .category-list li a:not(:hover) {
  color: #4a5764;
}

/*range slider*/
.noUi-horizontal {
  height: 6px;
}

.noUi-horizontal .noUi-handle {
  width: 15px;
  height: 15px;
  left: -7.5px;
  top: -5px;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #f4c61b;
  border-radius: 50%;
  cursor: pointer;
}

.noUi-target {
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #e4e4e5;
  margin-bottom: 24px;
}

.noUi-origin {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.noUi-connect {
  background: #c0c0c0;
  border: 0;
  border-radius: 0;
  height: 6px;
  -webkit-transition: background 450ms;
  -o-transition: background 450ms;
  transition: background 450ms;
}

.noUi-handle:before,
.noUi-handle:after {
  display: none;
  border: 0;
  border-radius: 0;
  -webkit-transition: background 450ms;
  -o-transition: background 450ms;
  transition: background 450ms;
}

.range {
  margin-top: 35px;
}

.range p {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 10px;
}

.prd-sm {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.prd-sm:not(:last-child) {
  margin-bottom: 20px;
}

.prd-sm-img {
  width: 88px;
  min-width: 88px;
}

.prd-sm-delete {
  position: absolute;
  top: 0;
  right: -4px;
  cursor: pointer;
  font-size: 16px;
  color: #f4c61b;
}

.prd-sm-delete:hover {
  opacity: .5;
}

.prd-sm-info {
  padding: 0 15px;
}

.prd-sm-info h3 {
  font-size: 14px;
  line-height: 22px;
  text-transform: none;
  font-weight: 400;
  color: #505050;
}

.prd-sm-info h3 a {
  text-decoration: none;
}

.prd-sm-info h3 a:hover {
  text-decoration: underline;
}

.prd-sm-info .price {
  font-size: 20px;
  margin-top: 10px;
  color: #505050;
  font-weight: 600;
}

.header-cart-dropdown .prd-sm-info {
  padding-right: 30px;
}

.prd-grid:not(.prd-carousel) {
  margin: -25px -15px 0;
}

.prd-grid.prd-carousel {
  margin: -25px 0 0;
}

.prd-grid:not(.prd-carousel) .prd {
  width: calc(33.333% - 30px);
  float: left;
}

.prd {
  margin: 35px 15px 30px;
}

.prd-img img {
  width: 100%;
}

.prd-info {
  padding: 0 15px;
  text-align: center;
}

.prd-info h3 {
  margin-top: 14px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 24px;
  text-transform: none;
  color: #505050;
  font-weight: 400;
}

.prd-info h3 a {
  text-decoration: none;
}

.prd-info h3 a:hover {
  text-decoration: underline;
}

.prd-info .price {
  font-size: 24px;
  margin-top: 13px;
  font-weight: 600;
}

.prd-info .btn {
  min-width: 0;
  margin-top: 27px;
  height: 41px;
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
  padding: 12px 25px 15px;
}

.prd-info .btn [class*='icon-'] {
  font-size: 18px;
  color: #fff;
  padding-right: 8px;
  vertical-align: text-bottom;
}

.prd .rating+.price {
  margin-top: 10px;
}

.rating i {
  font-size: 12px;
  padding: 0 3px;
  color: #ffb400;
}

.rating-4 i:nth-child(5) {
  color: #c2c2c2;
}

.rating-3 i:nth-last-child(-n+2) {
  color: #c2c2c2;
}

.rating-2 i:nth-last-child(-n+3) {
  color: #c2c2c2;
}

.rating-1 i:nth-last-child(-n+4) {
  color: #c2c2c2;
}

.rating-0 i {
  color: #c2c2c2;
}

.rating-text {
  display: inline-block;
  vertical-align: baseline;
  padding-left: 15px;
  font-size: 14px;
}

h5&gt;.rating {
  margin-right: 15px;
}

@media (min-width: 1199px) {
  .prd-grid:not(.prd-carousel) .prd:nth-child(3n) {
    margin-right: 0;
  }

  .prd-grid:not(.prd-carousel) .prd:nth-child(3n+1) {
    clear: left;
  }
}

@media (max-width: 1199px) and (min-width: 480px) {
  .prd-grid:not(.prd-carousel) .prd {
    width: calc(50% - 30px);
  }

  .prd-grid:not(.prd-carousel) .prd:nth-child(2n) {
    margin-right: 0;
  }

  .prd-grid:not(.prd-carousel) .prd:nth-child(2n+1) {
    clear: left;
  }
}

@media (max-width: 479px) {
  .prd-grid {
    margin-right: 0;
    margin-left: 0;
  }

  .prd-grid:not(.prd-carousel) .prd {
    width: calc(50% - 2px);
    margin-right: 1px;
    margin-left: 1px;
  }

  .prd-info a.btn i {
    display: none;
  }
}

.product-card img {
  width: 100%;
}

.prd-carousel .slick-next {
  right: -50px;
}

.prd-carousel .slick-prev {
  left: -50px;
}

.filters-row {
  display: inline-block;
  width: 100%;
  padding: 25px 0;
}

.filters-row-left {
  float: left;
}

.filters-row-right {
  float: right;
  text-align: right;
}

.filters-row .form-inline {
  display: inline-block;
}

.filters-row .form-inline:not(:first-child) {
  margin-left: 3vw;
}

.filters-row .form-inline select {
  min-width: 200px;
}

@media (max-width: 479px) {
  .filters-row .form-inline {
    display: block;
    margin-left: 0 !important;
    margin-top: 10px;
  }
}

.simple-pagination {
  display: inline-block;
  font-size: 15px;
}

.simple-pagination span,
.simple-pagination a {
  display: inline-block;
  vertical-align: top;
  padding: 2px 8px;
  text-decoration: none;
}

.simple-pagination a.active {
  color: #f4c61b;
}

.product-block .rating i {
  font-size: 12px;
}

.product-block-info&gt;*:not(:first-child):not(span) {
  margin-top: 15px;
}

.product-block-info p {
  margin-bottom: 0;
}

.product-previews {
  float: left;
  width: 106px;
}

@media (max-width: 479px) {
  .product-previews {
    width: 80px;
  }
}

.product-previews img {
  width: 100%;
  border: 6px solid #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}

.product-previews-item {
  display: block;
  margin-top: 1px;
  margin-left: 1px;
  margin-bottom: 11px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}

.product-previews-item:hover {
  opacity: .7;
}

.product-block-add-to-cart {
  width: 100%;
  height: 70px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  border-radius: 35px;
  padding-left: 50px;
  padding-right: 50px;
}

.product-block-add-to-cart.btn-white {
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.product-block-add-to-cart.btn-white:hover {
  border: 1px solid rgba(0, 0, 0, 0);
}

.product-block-add-to-cart.btn-white:hover i {
  color: #505050;
}

.product-block-add-to-cart i {
  position: relative;
  top: -2px;
}

@media (max-width: 991px) {
  .product-block-add-to-cart {
    padding: 10px;
    margin: 5px 0;
    height: auto;
  }
}
}

.product-block-add-to-cart [class*='icon'] {
  font-size: 20px;
}

.product-block-gallery {
  margin-bottom: 30px;
  overflow: hidden;
}

.product-block-mainimage {
  float: right;
  width: calc(100% - 127px);
}

@media (max-width: 479px) {
  .product-block-mainimage {
    width: calc(100% - 100px);
    pointer-events: none;
  }
}

.product-block-mainimage img {
  width: 100%;
}

.product-block-title {
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 0;
  -webkit-transform: skewX(-7.5deg);
  -moz-transform: skewX(-7.5deg);
  -o-transform: skewX(-7.5deg);
  -ms-transform: skewX(-7.5deg);
  transform: skewX(-7.5deg);
}

.product-block-price {
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  color: #505050;
}

.product-block-price small {
  font-size: 20px;
  margin-right: 7px;
}

.product-block-price-comment {
  font-size: 14px;
  margin-top: 0 !important;
}

@media (max-width: 479px) {
  .product-block-title {
    font-size: 25px;
    line-height: 1.25;
  }
}

.product-block-description {
  padding: 12px 0px 25px;
}

.qty-count {
  height: 60px;
  background-color: #f5f5f5;
  display: inline-block;
  border-radius: 5px;
  margin-right: 25px;
}

.count-add,
.count-input,
.count-reduce {
  float: left;
  margin-right: -1px;
  position: relative;
  z-index: 0;
}

.count-add,
.count-reduce {
  height: 60px;
  width: 30px;
  text-align: center;
  line-height: 60px;
  color: #505050;
  font-size: 20px;
  -ms-user-select: none;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}

.count-add:hover,
.count-reduce:hover {
  color: #2f76bc;
  cursor: pointer;
}

.count-input {
  width: 57px;
  height: 60px;
  line-height: 15px;
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  text-align: center;
  color: #4a5764;
}

.zoomWrapper {
  position: relative;
}

.zoomContainer {
  z-index: 100;
  pointer-events: none;
}

.zoomLens {
  border: 1px solid #505050 !important;
}

.zoomWindowContainer&gt;* {
  border: 3px solid #505050 !important;
}

/*-----  5. Custom Animation      --------*/
@media (min-width: 768px) {
  .image-scale {
    position: relative;
    overflow: hidden;
    display: block;
  }

  .image-scale&gt;a {
    display: block;
    overflow: hidden;
  }

  .image-scale img {
    -webkit-transition: transform 0.4s ease-in-out 0.05s;
    -moz-transition: transform 0.4s ease-in-out 0.05s;
    -ms-transition: transform 0.4s ease-in-out 0.05s;
    -o-transition: transform 0.4s ease-in-out 0.05s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    image-rendering: optimizeQuality;
    vertical-align: middle;
    max-width: 100%;
  }

  .image-scale:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1) rotate(0.0001deg);
    transform: scale3d(1.1, 1.1, 1) rotate(0.0001deg);
  }
}

@media (min-width: 768px) {
  .image-scale-color {
    position: relative;
    overflow: hidden;
    display: block;
  }

  .image-scale-color&gt;a {
    display: block;
    overflow: hidden;
  }

  .image-scale-color img {
    -webkit-transition: transform 0.4s ease-in-out 0.05s;
    -moz-transition: transform 0.4s ease-in-out 0.05s;
    -ms-transition: transform 0.4s ease-in-out 0.05s;
    -o-transition: transform 0.4s ease-in-out 0.05s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    image-rendering: optimizeQuality;
    vertical-align: middle;
    max-width: 100%;
  }

  .image-scale-color:after {
    content: '';
    background: #f4c61b;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
  }

  .image-scale-color:hover:after {
    opacity: 0.2;
  }

  .image-scale-color:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1) rotate(0.0001deg);
    transform: scale3d(1.1, 1.1, 1) rotate(0.0001deg);
  }
}

@-webkit-keyframes arrowUpDown {

  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-10px);
  }

  60% {
    -webkit-transform: translateY(-5px);
  }
}

@-moz-keyframes arrowUpDown {

  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
  }

  40% {
    -moz-transform: translateY(-10px);
  }

  60% {
    -moz-transform: translateY(-5px);
  }
}

@-o-keyframes arrowUpDown {

  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(0);
  }

  40% {
    -o-transform: translateY(-10px);
  }

  60% {
    -o-transform: translateY(-15px);
  }
}

@keyframes arrowUpDown {

  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

/*----------------------------------------*/
/*----   6. Vendor overlay styles  ------*/
/*----------------------------------------*/
/* slider */
.slick-loading .slick-list {
  background: #fff url('../images/ajax-loader.gif') center center no-repeat;
}

/* arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 200;
  text-align: center;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
  opacity: .5;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:after,
.slick-next.slick-disabled:after {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'cleaning';
  font-size: 36px;
  line-height: 40px;
  color: #8a9aa7;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev:hover:before,
.slick-next:hover:before {
  color: #f4c61b;
}

.slick-prev {
  left: -60px;
}

.slick-prev:before {
  content: "\e90b";
}

.slick-next {
  right: -60px;
}

.slick-next:before {
  content: "\e909";
}

/* dots */
.slick-slider {
  padding: 0;
  list-style: none;
}

.slick-slider.nav-dot {
  margin-bottom: 75px;
}

@media (max-width: 767px) {
  .slick-slider {
    margin-bottom: 0px;
  }
}

.slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  margin: 38px 0 -18px;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 -4px 0 0;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  padding: 0;
  color: transparent;
  background-color: transparent;
  border: 0;
  outline: none;
  border-radius: 50%;
  background: #e1e5e9;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.slick-dots li button:after {
  display: none;
}

.slick-dots li.slick-active button,
.slick-dots li.slick-active button:hover {
  background: #2f76bc;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

@media (max-width: 991px) {
  .slick-slide .animation {
    opacity: 1 !important;
    animation-name: none !important;
    -webkit-animation-name: none !important;
  }
}


/*--------------------------------------------------------*/
.pt_0 {
  padding-top: 0 !important;
}

.pt_5 {
  padding-top: 5px !important;
}

.pt_10 {
  padding-top: 10px !important;
}

.pt_20 {
  padding-top: 20px !important;
}

.pt_30 {
  padding-top: 30px !important;
}

.pt_50 {
  padding-top: 50px !important;
}

.pt_100 {
  padding-top: 100px !important;
}

.pb_0 {
  padding-bottom: 0 !important;
}

.pb_5 {
  padding-bottom: 5px !important;
}

.pb_10 {
  padding-bottom: 10px !important;
}

.pb_20 {
  padding-bottom: 20px !important;
}

.pb_30 {
  padding-bottom: 30px !important;
}

.pb_50 {
  padding-bottom: 50px !important;
}

.pb_100 {
  padding-bottom: 100px !important;
}

.pl_0 {
  padding-left: 0 !important;
}

.pl_5 {
  padding-left: 5px !important;
}

.pl_10 {
  padding-left: 10px !important;
}

.pl_20 {
  padding-left: 20px !important;
}

.pl_30 {
  padding-left: 30px !important;
}

.pl_50 {
  padding-left: 50px !important;
}

.pl_100 {
  padding-left: 100px !important;
}

.pr_0 {
  padding-right: 0 !important;
}

.pr_5 {
  padding-right: 5px !important;
}

.pr_10 {
  padding-right: 10px !important;
}

.pr_20 {
  padding-right: 20px !important;
}

.pr_30 {
  padding-right: 30px !important;
}

.pr_50 {
  padding-right: 50px !important;
}

.pr_100 {
  padding-right: 100px !important;
}

.mt_0 {
  margin-top: 0 !important;
}

.mt_5 {
  margin-top: 5px !important;
}

.mt_10 {
  margin-top: 10px !important;
}

.mt_20 {
  margin-top: 20px !important;
}

.mt_30 {
  margin-top: 30px !important;
}

.mt_50 {
  margin-top: 50px !important;
}

.mt_100 {
  margin-top: 100px !important;
}

.mb_0 {
  margin-bottom: 0 !important;
}

.mb_5 {
  margin-bottom: 5px !important;
}

.mb_10 {
  margin-bottom: 10px !important;
}

.mb_20 {
  margin-bottom: 20px !important;
}

.mb_30 {
  margin-bottom: 30px !important;
}

.mb_50 {
  margin-bottom: 50px !important;
}

.mb_100 {
  margin-bottom: 100px !important;
}

.ml_0 {
  margin-left: 0 !important;
}

.ml_5 {
  margin-left: 5px !important;
}

.ml_10 {
  margin-left: 10px !important;
}

.ml_20 {
  margin-left: 20px !important;
}

.ml_30 {
  margin-left: 30px !important;
}

.ml_50 {
  margin-left: 50px !important;
}

.ml_100 {
  margin-left: 100px !important;
}

.mr_0 {
  margin-right: 0 !important;
}

.mr_5 {
  margin-right: 5px !important;
}

.mr_10 {
  margin-right: 10px !important;
}

.mr_20 {
  margin-right: 20px !important;
}

.mr_30 {
  margin-right: 30px !important;
}

.mr_50 {
  margin-right: 50px !important;
}

.mr_100 {
  margin-right: 100px !important;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
  /*For IE 6&amp;7 only*/
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #2f76bc;
}

.page .slick-dots li.slick-active button,
.page .slick-dots li.slick-active button:hover {
  background: #f4c61b;
}

section {
  padding: 70px 0;
}

@media (max-width: 640px) {
  section {
    padding: 35px 0;
  }
}

ul.no_br,
ol.no_br {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 0;
}

ul.no_br li,
ol.no_br li {
  font-size: inherit;
  display: inline-block;
  line-height: 1.5;
}

.owl-carousel {
  overflow: hidden;
}

hr.dot_line {
  border: dashed 2px #505050;
}

.underline {
  position: relative;
  display: inline-block;
  z-index: 2;
}

.underline:after {
  content: '';
  position: absolute;
  display: inline-block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7px;
  background: #f4c61b;
  opacity: 0.5;
  z-index: -1;
}

@media (max-width: 420px) {
  #about .content .text_box .underline {
    position: relative;
    display: inline;
    z-index: 2;
    border-bottom: 7px solid rgba(244, 198, 27, 0.5);
  }

  #about .content .text_box .underline:after {
    display: none;
  }
}

.text_box h1,
.text_box h2,
.text_box h3,
.text_box h4,
.text_box h5,
.text_box h6 {
  font-family: 'Noto Sans TC', 'Microsoft JhengHei', Arial;
}

.text_box p {
  font-family: 'Microsoft JhengHei', 'Noto Sans TC', Arial;
  margin: 5px 0;
}

.text_box {
  font-family: 'Microsoft JhengHei', 'Noto Sans TC', Arial;
  margin-top: 30px;
  margin-bottom: 30px;
}

.text_box strong {
  font-family: 'Noto Sans TC', 'Microsoft JhengHei', Arial;
}

.text_box.anti {
  color: #fff;
}

img.img_rwd {
  margin: 0 auto;
  max-width: 100%;
  display: block;
}

img.contact_img {
  cursor: pointer;
  margin: 0 auto;
  margin-top: 45px;
  line-height: 25px;
  vertical-align: middle;
  max-height: 25px;
  max-width: 100%;
  display: block;
}

.bg_geometry {
  background: url(../images/inspiration-geometry.png) #fff;
}

.bg_lattice {
  background: url(../images/grid-me.png) #fff;
}

.bg_lattice.gold {
  background: url(../images/grid-me.png) #fffae7;
}

.bg_white {
  background: #fff;
}

.bg_gary {
  background: #f3f5f6;
}

.bg_dark {
  background: url(../images/inspiration-geometry.png) #505050;
}

.wavedark {
  position: relative;
}

.wavedark:before {
  content: '';
  position: absolute;
  left: 0;
  top: -10px;
  width: 100%;
  height: 10px;
  background: url(../images/wave_dark.png) repeat-x;
  z-index: 2;
  -moz-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}

.wavedark:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 10px;
  background: url(../images/wave_dark.png) repeat-x;
  z-index: 2;
}

.bg_blue {
  background: url(../images/inspiration-geometry.png) #2f76bc;
}

.waveblue {
  position: relative;
}

.waveblue:before {
  content: '';
  position: absolute;
  left: 0;
  top: -10px;
  width: 100%;
  height: 10px;
  background: url(../images/wave_blue.png) repeat-x;
  z-index: 2;
  -moz-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}

.waveblue:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 10px;
  background: url(../images/wave_blue.png) repeat-x;
  z-index: 2;
}

.bg_gold {
  background: url(../images/inspiration-geometry.gif) #f4c61b;
}

.wavegold {
  position: relative;
}

.wavegold:before {
  content: '';
  position: absolute;
  left: 0;
  top: -10px;
  width: 100%;
  height: 10px;
  background: url(../images/wave_gold.png) repeat-x;
  z-index: 2;
  -moz-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}

.wavegold:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 10px;
  background: url(../images/wave_gold.png) repeat-x;
  z-index: 2;
}

.wavewhite {
  position: relative;
}

.wavewhite:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 10px;
  background: url(../images/wave_white.png) repeat-x;
  z-index: 2;
}

.wavewhite:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  background: url(../images/wave_white.png) repeat-x;
  z-index: 2;
  -moz-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}

.login_btn {
  font-size: 0;
  line-height: 0;
  margin: 0 -2px;
}

.login_btn a {
  position: relative;
  display: inline-block;
  margin: 0 2px;
  padding: 25px 5px 25px 70px;
  width: calc(33% - 4px);
  top: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Noto Sans TC', 'Microsoft JhengHei', sans-serif;
  line-height: 1;
  text-decoration: none;
  overflow: hidden;
  border-radius: 3px;
  transition: all .2s linear;
}

.login_btn a:after {
  transition: all .2s ease 100ms;
  position: absolute;
  font-size: 100px;
}

.login_btn a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: rgba(0, 0, 0, 0.25);
  z-index: 2;
}

.login_btn a.fblogin {
  background: #4867aa;
}

.login_btn a.fblogin:after {
  content: 'f';
  color: rgba(255, 255, 255, .15);
  left: 9%;
  bottom: -30px;
}

.login_btn a.glogin {
  background: #ff5252;
}

.login_btn a.glogin:after {
  content: 'G';
  color: rgba(255, 255, 255, .15);
  left: 5%;
  bottom: -25px;
  font-weight: 600;
}

.login_btn a.linelogin {
  background: #00c300;
}

.login_btn a.linelogin:after {
  content: 'L';
  color: rgba(255, 255, 255, 0);
  left: 5%;
  bottom: -25px;
  font-weight: 600;
  background-image: url(../images/social-line.png);
  background-size: 55px;
  background-position: center 19px;
  background-repeat: no-repeat;
  opacity: 0.4;
}

.login_btn a:hover:after {
  transition: all 500ms ease;
  color: #fff;
}

.login_btn a.linelogin:hover:after {
  transition: all 500ms ease;
  color: rgba(255, 255, 255, 0);
  opacity: 1;
}

@media (max-width: 1199px) {
  .login_btn a {
    width: calc(100% - 4px);
    margin-bottom: 5px;
  }
}

@media (max-width: 540px) {
  .login_btn a {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    text-shadow: 0 2px 0 rgba(0, 0, 0, .5);
  }

  .login_btn a:after {
    text-shadow: none;
  }
}

/**/

.order_ok {
  font-size: 28px;
  text-align: center;
  color: #282828;
  margin: 0px 0 30px;
}

.order_ok span {
  display: inline-block;
  background: #e7a31f;
  color: #fff;
  padding: 15px;
  border-radius: 100%;
}

.shop_table.table th {
  border-top: none;
}

.shop_table.table&gt;thead&gt;tr&gt;th {
  background: #505050;
  color: #fff;
  border-bottom: 0;
}

.table_member th {
  font-weight: 500;
  font-family: 'Open Sans', 'Noto Sans TC', 'Microsoft JhengHei', sans-serif
}

.table_member {
  width: 100%;
  height: 100%;
}

.table_member .LR th,
.table_member .LR td {
  padding: 10px 2%;
  /*border-bottom: 1px dashed #ddd;*/
}

.table_member .w3-7p th {
  width: 30%;
}

.table_member .w3-7p td {
  width: 70%;
}

@media (max-width: 480px) {

  .table_member .w3-7p th,
  .table_member .w3-7p td {
    display: block;
    width: 100%;
    text-align: left !important;
  }
}

.table_member .w5-5p th,
.table_member .w5-5p td {
  width: 50%;
}

/*.table_member tr:nth-child(2n) { background: rgba(0, 0, 0, 0.05); }
.table_member tr { transition: all 200ms ease-out;}
.table_member tr:hover { background: rgba(0, 0, 0, 0.1); transition: all 200ms ease-out;}*/

.table_member tr+tr {
  border-top: 1px solid #ddd;
}

.table_member .gary_1 th {
  background: #f0f0f0;
  text-align: right;
}

.table_member .gary_2 th {
  background-color: #ebebeb;
}

.table_order {
  width: 100%;
  height: 100%;
}

.table_order thead tr th,
.table_order tbody tr th,
.table_order tbody tr td,
.table_order tfoot tr th,
.table_order tfoot tr td {
  padding: 10px 2%;
}

.table_order tbody tr+tr {
  border-top: 1px solid #ddd;
}

.table_order .cancel {
  color: #a0a5a7;
}

.table_member span,
.table_order span {
  /*font-family: Meiryo,'Microsoft YaHei',"敺株��迤暺煾��",Arial;*/
  font-weight: bold;
}

.table_order tbody tr td.price span {
  position: relative;
  font-weight: normal;
}

.table_order .gary_1 {
  color: #fff;
  background-color: #505050;
}

.table_order .gary_1 th {
  font-weight: 400;
}

.table_order .gary_2 {
  background-color: #ebebeb;
}

/*.table_order thead:hover,
.table_order tfoot tr:hover { background-color: rgba(178, 137, 86,1);}*/
.table_order tbody tr:nth-child(2n) {
  background: rgba(0, 0, 0, 0.05);
}

/*.table_order tbody tr:hover { background-color: rgba(244, 198, 27,0.05);}*/

.table_order tfoot tr {
  font-size: 19px;
  /*font-family: 'Hind',Meiryo,'Microsoft YaHei',"敺株��迤暺煾��",Arial;*/
}

.table_order .delete {
  text-decoration: none;
}

.table_member span.green,
.table_order span.green {
  color: #218e00;
}

.table_member span.red,
.table_order span.red {
  color: #ff5252;
}

.table_member span.blue,
.table_order span.blue {
  color: #00a0e9;
}

.table_member .table_btn span,
.table_order .table_btn span {
  font-family: 'Microsoft JhengHei', Arial;
  font-weight: normal;
  font-size: 14px;
}

.table_member a.table_btn,
.cart_item a.table_btn {
  color: #fff;
  text-decoration: none;
  background-color: #505050;
  border: 1px solid #505050;
  border-radius: 50px;
  display: inline-block;
  padding: 1px 15px 2px;
  transition: all .5s linear;
}

.table_member a.table_btn:hover,
.cart_item a.table_btn:hover {
  color: #505050;
  background-color: #f4c61b;
  border: 1px solid #f4c61b;
  transition: all .2s linear;
}

@media (max-width: 768px) {
  .order_ok {
    margin: 10px 0;
  }

  .table_order thead {
    display: none;
  }

  .table_order td {
    display: block;
    text-align: left;
    padding: 6px 0;
  }

  .table_order td:before {
    content: attr(data-title);
    display: inline-block;
    position: relative;
    width: 30%;
    min-width: 60px;
    text-align: right;
    margin-right: 20px;
    color: #505050;
    font-family: 'Open Sans', 'Noto Sans TC', 'Microsoft JhengHei', sans-serif;
    font-weight: 600;
  }
}

/**/

#mainSliderWrapper .person {
  position: absolute;
  bottom: -30px;
  z-index: 999;
  width: 400px;
  left: calc(50% - 200px);
  left: -webkit-calc(50% - 200px);
}

#mainSliderWrapper .person img {
  max-width: 200px;
  transition: all 800ms cubic-bezier(.175, .885, .32, 1.275);
}

#mainSliderWrapper .person:hover .default {
  -webkit-transform: translateX(200px);
  -moz-transform: translateX(200px);
  -o-transform: translateX(200px);
  -ms-transform: translateX(200px);
  transform: translateX(200px);
  transition: all 800ms cubic-bezier(.175, .885, .32, 1.275);
}

#mainSliderWrapper .person:hover .hover {
  -webkit-transform: translateX(-200px);
  -moz-transform: translateX(-200px);
  -o-transform: translateX(-200px);
  -ms-transform: translateX(-200px);
  transform: translateX(-200px);
  transition: all 800ms cubic-bezier(.175, .885, .32, 1.275);
}

@media (max-width: 991px) {
  #mainSliderWrapper .person {
    width: 200px;
    left: calc(50% - 100px);
    left: -webkit-calc(50% - 100px);
  }

  #mainSliderWrapper .person img {
    max-width: 100px;
  }

  #mainSliderWrapper .person:hover .default {
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -o-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
  }

  #mainSliderWrapper .person:hover .hover {
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}

@media (max-width: 640px) {
  #mainSliderWrapper .person {
    bottom: -100px;
  }
}

@media (max-width: 479px) {
  #mainSliderWrapper .vert-wrap.container {
    width: 100vw;
    padding: 0;
    margin: 0;
  }

  #mainSlider .slide-content.center {
    left: 0;
  }

  #mainSliderWrapper .person {
    bottom: -150px;
  }
}

/**/

.section_title {
  padding-top: 20px;
  font-family: 'Open Sans', 'Noto Sans TC', Meiryo, 'Microsoft JhengHei', Arial;
  font-weight: 800;
  font-size: 50px;
  line-height: 50px;
  -webkit-transform: skewX(-7.5deg);
  -moz-transform: skewX(-7.5deg);
  -o-transform: skewX(-7.5deg);
  -ms-transform: skewX(-7.5deg);
  transform: skewX(-7.5deg);
}

.section_title span {
  position: relative;
  display: inline-block;
  -webkit-background-clip: text;
  background-clip: text;
  -moz-background-clip: text;
  color: rgba(255, 255, 255, 0);
  -webkit-text-fill-color: transparent;
}

.section_title span.gold {
  background-image: url(../images/title/section_title_gold.gif);
}

.section_title span.blue {
  background-image: url(../images/title/section_title_blue.gif);
}

/*.section_title span:first-letter { line-height: 1;}*/

.section_title span:after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  text-shadow: 1px 1px 0 #505050, -1px -1px 0 #505050, 0px 1px 0 #505050, 1px 0px 0 #505050, -1px 1px 0 #505050, 1px -1px 0 #505050,
    4px 4px 0 #505050;
}

.section_title span:before {
  content: '';
  position: absolute;
  height: 15px;
  width: 100%;
  left: 0;
  top: -17px;
  background-image: url(../images/title/section_title_dot.png);
}

.section_title small {
  color: #505050;
  font-weight: 800;
}

.section_title.anti,
.section_title.anti small {
  color: #fff;
}

.section_title.anti span:before {
  background-image: url(../images/title/section_title_dot2.png);
}

.section_title.anti span:after {
  text-shadow: 4px 4px 0 rgba(0, 0, 0, 0.15);
}

.section_title.anti span.gold:after {
  text-shadow: -1px -1px 0 #a75e00;
}

.section_title.anti span.blue {
  background-image: url(../images/title/section_title_blue2.gif);
}

.section_title.anti span.gold {
  background-image: url(../images/title/section_title_gold2.gif);
}

.section_title h2 {
  position: relative;
}

.section_title img {
  position: absolute;
  margin-left: -8px;
  margin-top: -12px;
  z-index: -2;
  -webkit-transform: skewX(7.5deg);
  -moz-transform: skewX(7.5deg);
  -o-transform: skewX(7.5deg);
  -ms-transform: skewX(7.5deg);
  transform: skewX(7.5deg);
}

@media (max-width: 640px) {
  .section_title {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 40px;
    line-height: 40px;
  }

  .section_title span {
    background-size: 40px;
  }

  .section_title span:before {
    display: none;
  }

  .section_title img {
    position: absolute;
    left: calc(50% - 36px);
    left: -webkit-calc(50% - 36px);
    top: -25px;
  }

  .section_title.rwd_font {
    font-size: 30px;
    line-height: 1.25;
    margin-bottom: 0
  }
}

/*IE10��11 銝齿𣈲�螱�𤜯隞ｚSS */
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .section_title span {
    background-clip: border-box;
    font-weight: 600;
  }

  .section_title span.gold {
    background: transparent;
    color: #f4c61b;
  }

  .section_title span.blue {
    background: transparent;
    color: #4ea7ff;
  }
}

/**/

@media (max-width: 991px) {
  .service_aside img {
    float: right;
    max-width: 300px;
    padding: 10px;
  }
}

@media (max-width: 640px) {
  .service_aside img {
    float: right;
    max-width: 200px;
    padding: 10px;
  }
}

@media (max-width: 450px) {
  .service_aside img {
    float: none;
    max-width: 100%;
    padding: 0;
  }
}

/**/

#index_about {
  padding-bottom: 0;
}

#index_about&gt;.container {
  position: relative;
}

#index_about .left {
  width: 50%;
  padding: 50px 50px 100px;
  border-radius: 50px 0 0 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+93,e3e5e8+100 */
  background: rgb(255, 255, 255);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 93%, rgba(227, 229, 232, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 93%, rgba(227, 229, 232, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 93%, rgba(227, 229, 232, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e3e5e8', GradientType=0);
  /* IE6-9 */
}

#index_about .left .title {
  position: absolute;
  top: -30px;
  font-size: 36px;
  text-shadow: 1px 0 0 #fff, 0 2px 0 rgba(0, 0, 0, .15);
}

#index_about .left .title img {
  position: relative;
  margin-right: 5px;
  top: -10px;
}

#index_about .right {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: #dcdcdd;
  border-radius: 0 50px 0 0;
}

#index_about .right&gt;.top {
  padding: 50px;
  border-radius: 0 50px 0 0;
}

#index_about .right&gt;.top&gt;h3&gt;span {
  background: #fff;
  color: #2f76bc;
  padding: 0 15px;
}

#index_about .right&gt;.top&gt;h2 {
  color: #fff;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.25;
  margin: 0;
}

#index_about .right&gt;.btm {
  padding: 50px;
}

#index_about .right&gt;.btm&gt;h3 {
  font-size: 18px;
  line-height: 1.5em;
  color: #2f76bc;
  text-transform: capitalize;
}

#index_about .right&gt;.btm&gt;h3&gt;span {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2em;
  display: inline-block;
  background: #2f76bc;
  color: #eee;
  padding: 0 15px;
}

#index_about .right&gt;.btm&gt;p {
  padding-right: 50%;
  text-align: justify;
  text-justify: inter-ideograph;
}

#index_about .right&gt;.btm img {
  position: absolute;
  right: -70px;
  bottom: 0;
}

@media (max-width: 1199px) {
  #index_about .right&gt;.btm img {
    max-width: 300px;
  }
}

@media (min-width: 991px) {
  #index_about .left {
    min-height: 570px;
  }
}

@media (max-width: 991px) {
  #index_about .left {
    width: 100%;
    border-radius: 50px 50px 0 0;
    padding: 20px 50px;
  }

  #index_about .left .title {
    position: relative;
    top: 0;
    text-align: center;
    margin-bottom: 0;
    font-size: 30px;
  }

  #index_about .right {
    position: relative;
    width: 100%;
  }

  #index_about .right&gt;.top {
    border-radius: 0;
    padding: 20px 50px;
  }

  #index_about .right&gt;.top&gt;h2 {
    font-size: 24px;
    text-align: justify;
    text-justify: inter-ideograph;
  }

  #index_about .right&gt;.btm {
    padding: 20px 50px;
  }

  #index_about .right&gt;.btm&gt;h3 {
    text-align: center;
    margin-bottom: 10px;
  }

  #index_about .right&gt;.btm&gt;h3 br {
    display: none;
  }

  #index_about .right&gt;.btm&gt;h3 p {
    margin-bottom: 0;
  }

  #index_about .right&gt;.btm&gt;p {
    padding-right: 0;
  }

  #index_about .right&gt;.btm img {
    position: relative;
    left: 0;
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  #index_about .section_title {
    margin-top: 0;
  }
}

@media (max-width: 370px) {

  #index_about .left,
  #index_about .right&gt;.top,
  #index_about .right&gt;.btm {
    padding: 20px;
  }
}

/**/

#about .slogan {
  position: relative;
  font-size: 30px;
  max-width: 500px;
}

#about .slogan:before {
  content: '\e91a';
  font-family: 'cleaning';
  position: absolute;
  left: -35px;
  top: -15px;
  -moz-transform: rotate(3.14159rad);
  -webkit-transform: rotate(3.14159rad);
  -o-transform: rotate(3.14159rad);
  -ms-transform: rotate(3.14159rad);
  transform: rotate(3.14159rad);
}

#about .slogan:after {
  content: '\e91a';
  font-family: 'cleaning';
  position: absolute;
  right: -15px;
  bottom: -15px;
}

@media (max-width: 991px) {
  #about .slogan {
    font-size: 24px;
    max-width: 100%;
    padding: 0 5vw;
  }

  #about .slogan:before {
    left: 0;
  }

  #about .slogan:after {
    right: 0;
  }
}

/**/

#project:not(.page) {
  padding-bottom: 0;
}

#project.block {
  margin-bottom: 0;
}

#project .content {
  position: relative;
}

#project .video {
  position: absolute;
  width: 35%;
  height: 100%;
  right: 0;
  top: 0;
  background: #000;
}

#project .video iframe {
  width: 100%;
  height: 100%;
}

#project .video .more i {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  vertical-align: middle;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#project .video .more {
  position: absolute;
  left: -25px;
  top: calc(50% - 25px);
  top: -webkit-calc(50% - 25px);
  height: 50px;
  width: 50px;
  line-height: 50px;
  z-index: 9;
  background: #2f76bc;
  color: #fff;
  border-radius: 25px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  overflow: hidden;
  transition: all 500ms ease-out;
}

#project .video .more span {
  transition: all 500ms ease-out;
  display: inline-block;
  opacity: 0;
  width: 13px;
  height: 0px;
  line-height: 1.5;
  font-family: 'Open Sans', 'Noto Sans TC', 'Microsoft JhengHei', sans-serif;
  font-weight: 600;
  font-size: 13px;
}

#project .video .more:hover {
  top: calc(50% - 95px);
  top: -webkit-calc(50% - 95px);
  height: 190px;
  background: #f4c61b;
  color: #505050;
  transition: all 500ms ease-out;
}

#project .video .more:hover span {
  transition: all 500ms ease-out;
  opacity: 1;
  width: 13px;
  height: 130px;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  #project .video .more {
    display: none;
  }
}

#pjt-owl {
  position: relative;
  float: left;
  width: 65%;
  text-align: center;
}

#pjt-owl a {
  text-decoration: none;
}

#pjt-owl .item {
  position: relative;
}

#pjt-owl .item .photo {
  position: relative;
}

#pjt-owl .item .title h3 {
  margin: 0;
  font-size: 20px;
  line-height: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#pjt-owl .item .title {
  height: 50px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, .75);
  transition: all 200ms ease-out;
}

#pjt-owl .item:hover .title {
  background: #f4c61b;
  transition: all 500ms ease-out;
}

@media (max-width: 768px) {
  #pjt-owl {
    float: none;
    width: 100%;
  }

  #project .video {
    position: relative;
    width: 100%;
    height: 200px;
    font-size: 0;
    line-height: 0;
  }

  #project .video .more {
    display: none;
  }
}

#project.page&gt;.container {
  font-size: 0;
  line-height: 0;
  vertical-align: top;
  text-align: center;
}

#project.page .item {
  position: relative;
  display: inline-block;
  width: 25%;
}

#project.page .item h3 {
  transition: all 500ms ease-out;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, .75);
  margin: 0;
  padding: 10px 5px;
}

@media (min-width: 768px) {
  #project.page .item:hover h3 {
    transition: all 500ms ease-out;
    background: #f4c61b;
  }
}

@media (max-width: 1024px) {
  #project.page .item {
    width: 33.33333%;
  }
}

@media (max-width: 768px) {
  #project.page .item {
    width: 50%;
  }

  #project.page .item h3 {
    font-size: 18px;
    font-weight: 500;
  }
}

/**/

#micropedia:not(.page) {
  position: relative;
  padding-bottom: 0;
  margin-bottom: -25px;
}

#micropedia .underline:after {
  left: -9px;
  width: calc(100% + 18px);
  width: -webkit-calc(100% + 18px);
}

#micropedia:not(.page)&gt;.container&gt;.row&gt;div[class*="col-"] {
  padding: 10px;
}

#micropedia:not(.page)&gt;.container&gt;.row&gt;div[class*="col-"]&gt;.box {
  position: relative;
  background: #fff;
  cursor: pointer;
}

#micropedia .box .photo {
  position: relative;
}

#micropedia .box .photo:before {
  content: '�𦁈閫�凒憭�';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(244, 198, 27, 0.75);
  text-align: center;
  padding-top: 30%;
  font-weight: 700;
  font-family: 'Open Sans', 'Noto Sans TC', 'Microsoft JhengHei', Arial;
  font-size: 24px;
  opacity: 0;
  transition: all 500ms ease-out;
}

#micropedia .box:hover .photo:before {
  opacity: 1;
  transition: all 200ms ease-out;
}

#micropedia .box h4 {
  position: relative;
  margin: 30px 0 15px;
  font-size: 24px;
  font-weight: 700;
}

#micropedia .box h4:before {
  content: '\e900';
  font-family: 'cleaning';
  position: absolute;
  font-size: 20px;
  font-weight: 200;
  position: absolute;
  z-index: 2;
  color: #fff;
  background: #f4c61b;
  border-radius: 50%;
  text-align: center;
  padding-top: 10px;
  top: -55px;
  left: calc(50% - 23px);
  left: -webkit-calc(50% - 23px);
  width: 46px;
  height: 46px;
}

#micropedia .box .text_box {
  margin: 0;
  padding: 0 20px 20px;
}

.micropedia_title {
  margin-bottom: 15px;
  padding: 15px 5px;
  border-radius: 10px;
}

.micropedia_title i {
  margin: 0 10px;
}

.micropedia_title.gold {
  background: #fff9e1;
}

.micropedia_title.gold i {
  color: #f4c61b;
}

.micropedia_title.blue {
  background: #e7f8ff;
}

.micropedia_title.blue i {
  color: #2f76bc;
}

.micropedia_title.dark {
  background: #505050;
  color: #fff;
}

@media (min-width: 991px) {
  #micropedia .box.invert {
    padding-top: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #micropedia .box.invert .content {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  #micropedia .box.invert .photo {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media (min-width: 450px) and (max-width: 991px) {
  #micropedia:not(.page)&gt;.container&gt;.row&gt;div[class*="col-"] {
    padding-bottom: 30px;
  }

  #micropedia:not(.page)&gt;.container&gt;.row&gt;div[class*="col-"]&gt;.box {
    background: transparent;
  }

  #micropedia .box .photo {
    width: 50%;
    display: inline-block;
  }

  #micropedia .box .content {
    float: right;
    width: 50%;
    background: #fff;
    margin-top: 20px;
  }
}

@media (max-width: 640px) {
  #micropedia:not(.page) {
    padding-top: 120px;
  }
}

@media (max-width: 479px) {
  #micropedia:not(.page) {
    padding-top: 170px;
  }
}

/**/

#micropedia:not(.page) .section_title {
  text-shadow: 1px 1px 0 #fff, 2px 1px 0 #fff, 3px 1px 0 #fff, 0px 2px 0 #fff;
}

#micropedia:not(.page) .section_title span {
  text-shadow: none;
}

#micropedia:not(.page) .section_title&gt;div {
  position: relative;
  display: inline;
}

#micropedia:not(.page) .section_title&gt;div:before {
  content: '';
  display: inline-block;
  background: #fff;
  position: absolute;
  left: -15px;
  top: 17px;
  z-index: -2;
  width: calc(100% + 30px);
  height: calc(100% - 12px);
  width: -webkit-calc(100% + 30px);
  height: -webkit-calc(100% - 12px);
  border: 4px solid #505050;
  box-shadow: 0 2px 0 rgba(0, 0, 0, .2);
  border-radius: 15px;
}

#micropedia:not(.page) .content {
  position: relative;
  padding: 50px 17vw 20px;
  font-size: 0;
  text-align: center;
  top: -50px;
}

#micropedia:not(.page) .content:before,
#micropedia:not(.page) .content:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 25px;
  background: url('../images/dangerline.jpg');
  animation: dangerline 3s linear infinite;
}

#micropedia:not(.page) .content:before {
  top: -25px;
}

#micropedia:not(.page) .content:after {
  bottom: -25px;
}

@keyframes dangerline {
  0% {
    background-position: 0px 0;
  }

  100% {
    background-position: -55px 0;
  }
}

#micropedia .content .item {
  display: inline-block;
  width: calc(16.6% - 20px);
  width: -webkit-calc(16.6% - 20px);
  margin: 10px;
  border: 5px solid #f4c61b;
  background: #f4c61b;
  box-shadow: 0 2px 0 #d7a900, 0 3px 0 #d7a900;
}

#micropedia:not(.page) .item {
  position: relative;
  border-radius: 50%;
  background: #fff;
}

#micropedia:not(.page) .item .photo {
  position: relative;
  top: -30px;
  padding: 10px;
}

#micropedia:not(.page) .item .photo:after {
  left: calc(50% - 25px);
  top: calc(50% - 20px);
  transition: all 500ms ease-out;
  left: -webkit-calc(50% - 25px);
  top: -webkit-calc(50% - 20px);
  content: '\e91b';
  font-family: 'cleaning';
  position: absolute;
  color: #f4c61b;
  font-size: 50px;
  opacity: 0;
  transform: scale(3);
}

#micropedia:not(.page) .item:hover .photo:after {
  transition: all 300ms ease-out;
  opacity: 1;
  transform: scale(1.25);
}

#micropedia:not(.page) .item .title {
  text-align: center;
  position: absolute;
  bottom: 15px;
  width: 100%;
  padding: 0 15%;
}

#micropedia:not(.page) .item .title h3 {
  display: inline-block;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  transition: all 500ms ease-out;
  -webkit-transform: skewX(-7.5deg);
  -moz-transform: skewX(-7.5deg);
  -o-transform: skewX(-7.5deg);
  -ms-transform: skewX(-7.5deg);
  transform: skewX(-7.5deg);
}

#micropedia:not(.page) .item:hover .title h3 {
  transition: all 500ms ease-out;
  text-shadow: 1px 1px 0 #f4c61b, -1px -1px 0 #f4c61b, 0px 1px 0 #f4c61b, 1px 0px 0 #f4c61b, -1px 1px 0 #f4c61b, 1px -1px 0 #f4c61b, 3px 3px 0 #505050, 4px 4px 0 #f4c61b;
}

#micropedia .more {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 23px;
}

#micropedia .more a {
  background: #fff;
  padding: 10px 20px;
  text-decoration: none;
  border: 4px solid #505050;
  box-shadow: 0 2px 0 rgba(0, 0, 0, .2);
  border-radius: 10px;
  font-family: 'Open Sans', 'Noto Sans TC', 'Microsoft JhengHei', sans-serif;
  font-size: 15px;
  ine-height: 1;
  transition: all .2s linear;
}

#micropedia .more a:hover {
  border-color: #f9c90f;
  transition: all .2s linear;
}

@media (max-width: 1640px) {
  #micropedia:not(.page) .content {
    padding: 50px 10vw 20px;
  }

  #micropedia:not(.page) .item .title {
    bottom: 25px;
  }
}

@media (max-width: 1280px) {
  #micropedia:not(.page) .item .title {
    bottom: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (max-width: 1024px) {
  #micropedia:not(.page) .content .item {
    width: calc(16.6% - 20px);
    width: -webkit-calc(16.6% - 20px);
  }
}

@media (max-width: 991px) {
  #micropedia:not(.page) .content {
    padding-left: 10px;
    padding-right: 10px;
  }

  #micropedia:not(.page) .content .item {
    width: calc(50% - 20px);
    width: -webkit-calc(50% - 20px);
    border-radius: 20px;
    border-width: 3px;
  }

  #micropedia:not(.page) .item .title {
    position: relative;
    bottom: auto;
    width: calc(100% - 130px);
    padding: 0 15px;
    line-height: 80px;
  }

  #micropedia:not(.page) .item .title h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 80px;
  }

  #micropedia:not(.page) .item .photo {
    position: absolute;
    top: calc(50% - 50px);
    right: 0;
    padding: 0;
    width: 130px;
  }

  #micropedia:not(.page) .item .photo img {
    max-height: 100px;
  }
}

@media (max-width: 640px) {
  #micropedia:not(.page) .section_title {
    margin-bottom: 33px;
  }
}

@media (max-width: 480px) {
  #micropedia:not(.page) .item .title {
    width: calc(100% - 85px);
    line-height: 60px;
  }

  #micropedia:not(.page) .item .title h3 {
    font-size: 15px;
    font-weight: 400;
    line-height: 60px;
  }

  #micropedia:not(.page) .item .photo {
    top: calc(50% - 40px);
    width: 90px;
  }

  #micropedia:not(.page) .item .photo img {
    max-height: 80px;
  }
}

@media (max-width: 375px) {
  #micropedia:not(.page) .section_title {
    margin-bottom: 12px;
    padding-left: 10px;
    padding-right: 10px;
  }

  #micropedia:not(.page) .section_title&gt;div:before {
    width: calc(100% + 50px);
  }
}

@media (max-width: 320px) {
  #micropedia:not(.page) .section_title {
    margin-bottom: 12px;
    padding-left: 10px;
    padding-right: 10px;
  }

  #micropedia:not(.page) .section_title&gt;div:before {
    width: calc(100% + 50px);
  }

  #micropedia:not(.page) .content .item {
    width: 100%;
    margin-left: 0;
  }
}

/**/

#micropedia .list {
  font-size: 0;
}

#micropedia .list .item {
  position: relative;
  display: inline-block;
  padding: 5px;
  margin-bottom: 25px;
  width: 33.33333%;
  vertical-align: top;
}

#micropedia .list .item .photo {
  width: 100px;
  height: 100px;
  position: absolute;
  right: 0;
  top: -5px;
  z-index: 3;
}

#micropedia .list .item .content {
  border-radius: 15px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
}

@media (min-width: 991px) {
  #micropedia .list .item .content {
    min-height: 233px;
  }
}

#micropedia .list .item .content h4 {
  position: relative;
  margin: 35px 0 15px;
  padding-left: 10px;
  font-size: 30px;
  -webkit-transform: skewX(-7.5deg);
  -moz-transform: skewX(-7.5deg);
  -o-transform: skewX(-7.5deg);
  -ms-transform: skewX(-7.5deg);
  transform: skewX(-7.5deg);
}

#micropedia .list .item .content h4 span {
  background: #fff;
  padding: 0 10px;
}

#micropedia .list .item .content h4:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: calc(100% - 65px);
  height: 1px;
  background: rgba(0, 0, 0, .2);
  z-index: -1;
}

#micropedia .list .item .content ol {
  padding: 12px;
  padding-top: 0;
}

#micropedia .list .item .content li a {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 5px 12px;
  margin: 3px;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Open Sans', 'Noto Sans TC', Meiryo, 'Microsoft JhengHei', sans-serif;
  text-decoration: none;
  background: #fff9e1;
  border: #f4c61b solid 2px;
  border-radius: 10px;
}

#micropedia .list .item .content li a:hover {
  background: #f4c61b;
}

#micropedia .micropedia_space {
  margin-bottom: 50px;
}

#micropedia .micropedia_space li {
  width: 15%;
}

#micropedia .micropedia_space li a {
  text-decoration: none;
}

#micropedia .micropedia_space li p {
  margin-bottom: 0;
  text-align: center;
}

#micropedia .micropedia_space li p:before {
  content: '\e907';
  font-family: 'cleaning';
  margin-right: 5px;
}

#micropedia .micropedia_space li a:hover {
  color: #2f76bc;
}

#micropedia .micropedia_locat {
  margin-bottom: 50px;
}

#micropedia .micropedia_locat .locat-name {
  padding-right: 15px;
}

#micropedia .micropedia_locat .locat-name:before {
  content: '\e90a';
  font-family: 'cleaning';
  display: inline-block;
  transform: scale(0.55);
  margin: 0 5px;
}

#micropedia .micropedia_locat a {
  display: inline-block;
  text-decoration: none;
  padding: 0 10px;
  margin-left: 5px;
  border-radius: 25px;
  background: rgba(0, 0, 0, 0);
}

#micropedia .micropedia_locat a i {
  padding-right: 5px;
}

#micropedia .micropedia_locat a:hover {
  background: #e7f8ff;
}

#micropedia .micropedia_locat a:hover i {
  color: #2f76bc;
}

#micr-owl .item {
  padding: 10px;
}

#micr-owl-page .item {
  padding: 5px;
}

#micropedia .owl-dots .owl-dot.active span,
#micropedia .owl-dots .owl-dot:hover span {
  background: #f4c61b;
}

/*#micr-owl .item .pdt-prw-image:before { color: #2f76bc;}
#micr-owl .item .pdt-price .underline:after { background: #2f76bc; opacity: 0.25;}
#micr-owl .item .pdt-prw-more { background: #2f76bc; color: #fff;}
#micr-owl .item .pdt-prw:hover .pdt-prw-more { background: #f4c61b; color: #505050;}*/

@media (max-width: 991px) {
  #micropedia .list .item {
    width: 50%;
  }

  #micropedia .aside {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #micropedia .micropedia_photo {
    margin-top: 5px;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media (max-width: 768px) {

  #micropedia .micropedia_space,
  #micropedia .micropedia_locat {
    margin-bottom: 30px;
  }

  #micropedia .micropedia_locat {
    width: 100%;
  }

  #micropedia .micropedia_locat td {
    display: block;
    padding-left: 15px;
  }

  #micropedia .micropedia_locat .locat-name {
    padding: 0;
  }

  #micropedia .micropedia_locat li a {
    display: block;
    margin-left: 0;
    padding: 0;
  }

  #micropedia .micropedia_locat li a:hover {
    background: transparent;
  }
}

@media (max-width: 640px) {
  #micropedia .micropedia_space li {
    width: 25%;
  }

  #micropedia.page .section_title {
    margin-top: 0
  }

  #micropedia .list .item {
    width: 100%;
  }
}

@media (max-width: 375px) {
  #micropedia .micropedia_space li {
    width: 33.3333%;
  }
}

#tags .list .item .content h4 {
  position: relative;
  margin: 35px 0 15px;
  padding-left: 10px;
  font-size: 30px;
  -webkit-transform: skewX(-7.5deg);
  -moz-transform: skewX(-7.5deg);
  -o-transform: skewX(-7.5deg);
  -ms-transform: skewX(-7.5deg);
  transform: skewX(-7.5deg);
}

#tags .list .item .content h4 span {
  background: #fff;
  padding: 0 10px;
}

#tags .list .item .content h4:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: calc(100% - 65px);
  height: 1px;
  background: rgba(0, 0, 0, .2);
  z-index: -1;
}

#tags .list .item .content ol {
  padding: 12px;
  padding-top: 0;
}

#tags .list .item .content li a {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 5px 12px;
  margin: 3px;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Open Sans', 'Noto Sans TC', Meiryo, 'Microsoft JhengHei', sans-serif;
  text-decoration: none;
  background: #fff9e1;
  border: #f4c61b solid 2px;
  border-radius: 10px;
}

#tags .list .item .content li a:hover {
  background: #f4c61b;
}

/**/

#team {
  padding: 100px 5vw 70px;
}

#team-owl .item {
  padding: 5px;
}

#team-owl .owl-dots .owl-dot.active span,
#team-owl .owl-dots .owl-dot:hover span {
  background: #2f76bc;
}

.team-prw {
  position: relative;
  display: block;
  text-decoration: none;
  background-color: #fff;
  margin: 5px 0 25px;
  padding: 0 15px 30px;
  border: 15px solid #fff;
  border-radius: 20px;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, .05), -1px -1px 0 rgba(0, 0, 0, .05), 0px 1px 0 rgba(0, 0, 0, .05), 1px 0px 0 rgba(0, 0, 0, .05), -1px 1px 0 rgba(0, 0, 0, .05), 1px -1px 0 rgba(0, 0, 0, .05),
    3px 3px 0 #ddd;
}

/*.team-prw:before {
      content: ''; position:absolute; z-index: 2;
      top: -7px; left: calc(50% - 20px); left: -webkit-calc(50% - 20px); width: 100px; height: 30px;
      background:rgba(0, 0, 0, 0.1);
      background: -webkit-gradient(linear, 555% 20%, 0% 92%, from(rgba(0, 0, 0, 0.1)), to(rgba(255,255,255,.5)), color-stop(.1,rgba(0, 0, 0, 0.2)));
      background: -webkit-linear-gradient(555% 0 180deg, rgba(0,0,0,0.1), rgba(0,0,0,0.2) 10%, rgba(255,255,255,.5));
      background: -o-linear-gradient(555% 0 180deg, rgba(0,0,0,0.1), rgba(0,0,0,0.2) 10%, rgba(255,255,255,.5));
      background: -moz-linear-gradient(555% 0 180deg, rgba(0,0,0,0.1), rgba(0,0,0,0.2) 10%, rgba(255,255,255,.5));
      border-top: 1px solid rgba(0, 0, 0, 0.02);
      border-left: 1px dashed rgba(0, 0, 0, 0.1);
      border-right: 1px dashed rgba(0, 0, 0, 0.1);
      border-bottom: 1px solid rgba(0, 0, 0, 0.05);
      -webkit-transform: rotate(5deg) skew(0,0) translate(-30px,-20px);
         -moz-transform: rotate(5deg) skew(0,0) translate(-30px,-20px);
           -o-transform: rotate(5deg) skew(0,0) translate(-30px,-20px);
              transform: rotate(5deg) skew(0,0) translate(-30px,-20px);
    }*/

.team-prw-image {
  position: relative;
  margin: 0 -15px;
  background: #f5f5f5;
  border-radius: 10px;
}

.team-prw-image:before {
  content: '\e921';
  font-family: 'cleaning';
  font-size: 36px;
  position: absolute;
  z-index: 2;
  color: #2f76bc;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  padding-top: 10px;
  bottom: -22px;
  left: calc(50% - 23px);
  left: -webkit-calc(50% - 23px);
  width: 46px;
  height: 46px;
}

.team-prw:hover .team-prw-image:before {
  transition: all 300ms ease-out;
  color: #f4c61b;
}

.team-prw-image img {
  width: 100%;
  border-radius: 10px;
}

.team-prw-image span {
  position: absolute;
  display: inline-block;
  font-weight: 600;
  font-size: 13px;
  font-family: 'Open Sans', 'Noto Sans TC', 'Microsoft JhengHei', sans-serif;
  bottom: 30px;
  left: 45%;
  padding: 5px 25px;
  background: #f4c61b;
  border-radius: 25px;
  opacity: 0;
  transition: all 200ms ease-out;
  -webkit-transform: rotate(30deg);
  -webkit-transform-origin: bottom left;
  -moz-transform: rotate(30deg);
  -moz-transform-origin: bottom left;
  -o-transform: rotate(30deg);
  -o-transform-origin: bottom left;
  transform: rotate(30deg);
  transform-origin: bottom left;
}

.team-prw-image span:after {
  content: '';
  position: absolute;
  left: 35px;
  top: 95%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 0;
  border-color: #f4c51b transparent transparent transparent;
}

.team-prw:hover .team-prw-image span {
  transition: all 300ms ease-out;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.team-prw-info {
  position: relative;
  text-align: center;
  margin: 25px 0 15px;
}

.team-prw-info span {
  position: relative;
  display: inline;
  background: #fff;
  padding: 5px 10px;
  z-index: 2;
}

.team-title {
  position: relative;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #2f76bc;
}

.team-title:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  left: 0;
  top: 50%;
  background: #2f76bc;
  z-index: 1;
}

.team-name {
  margin-bottom: 0;
  -webkit-transform: skewX(-7.5deg);
  -moz-transform: skewX(-7.5deg);
  -o-transform: skewX(-7.5deg);
  -ms-transform: skewX(-7.5deg);
  transform: skewX(-7.5deg);
}

.team-name:first-letter {
  font-size: 25px;
}

.team-prw .text_box {
  margin: 0;
  line-height: 24px;
}

@media (max-width: 640px) {
  #team {
    padding-top: 30px;
  }

  #team .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: -15px;
  }
}

#team.page {
  padding: 70px 0;
  background: url(../images/inspiration-geometry.png) #fff;
}

#team.page&gt;.container {
  font-size: 0;
  text-align: center;
}

#team.page&gt;.container&gt;.item {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  width: 33.333333%;
  padding: 10px;
  font-size: 16px;
}

@media (max-width: 991px) {
  #team.page&gt;.container&gt;.item {
    width: 50%;
  }
}

@media (max-width: 640px) {
  #team.page {
    padding: 30px 0;
  }
}

@media (max-width: 480px) {
  #team.page&gt;.container&gt;.item {
    width: 100%;
  }
}

/**/

#index_contact {
  margin: 30px 0;
}

#index_contact .person {
  position: absolute;
  top: calc(50% - 150px);
  top: -webkit-calc(50% - 150px);
}

#index_contact .person img {
  transition: all 300ms ease-out;
  max-width: 180px;
}

#index_contact .person .default {
  opacity: 1;
}

#index_contact .person .hover {
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
}

#index_contact .get-banner-2:hover .person .default {
  opacity: 0;
}

#index_contact .get-banner-2:hover .person .hover {
  opacity: 1;
}

@media (max-width: 768px) {
  #index_contact {
    margin-top: 0;
  }

  #index_contact&gt;.container {
    padding-top: 0;
  }

  #index_contact .person {
    display: none;
  }

  .get-banner-content,
  .get-banner-text {
    padding: 0;
    max-width: 100%;
  }

  .get-banner-2 {
    padding: 20px;
  }
}

/**/

#index_product {
  padding: 0;
}

#index_product .content {
  position: relative;
  padding: 50px 0;
  margin-top: -50px;
  font-size: 0;
}

#index_product .content .left {
  display: inline-block;
  width: 75%;
  vertical-align: top;
  font-size: 16px;
  padding: 0 2vw;
  overflow: hidden;
}

#index_product .content .right {
  display: inline-block;
  width: 25%;
  vertical-align: top;
  font-size: 16px;
  padding: 200px 2vw 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: #f4c61b;
}

#index_product .content .right:before {
  content: '';
  position: absolute;
  width: 300%;
  height: 300%;
  left: -100%;
  top: -130%;
  background: url(../images/sp_bg.svg) no-repeat center;
  background-size: cover;
  animation: light_o 20s linear infinite;
}

@keyframes light_o {
  0% {
    transform-origin: 50% 58%;
    transform: rotate(0deg);
  }

  100% {
    transform-origin: 50% 58%;
    transform: rotate(360deg);
  }
}

#pdt-owl .item,
#add-owl .item {
  padding: 5px;
}

#pdt-owl .owl-dots .owl-dot.active span,
#add-owl .owl-dots .owl-dot.active span,
#pdt-owl .owl-dots .owl-dot:hover span,
#add-owl .owl-dots .owl-dot:hover span {
  background: #f4c61b;
}

.pdt-prw {
  position: relative;
  display: block;
  text-decoration: none;
  background-color: #fff;
  margin: 5px 0 25px;
  padding: 0 15px 30px;
  border: 15px solid #fff;
  border-radius: 20px;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, .05), -1px -1px 0 rgba(0, 0, 0, .05), 0px 1px 0 rgba(0, 0, 0, .05), 1px 0px 0 rgba(0, 0, 0, .05), -1px 1px 0 rgba(0, 0, 0, .05), 1px -1px 0 rgba(0, 0, 0, .05),
    3px 3px 0 rgba(0, 0, 0, .1);
  transition: all 500ms ease-out;
}

/*.pdt-prw:before {
      content: ''; position:absolute; z-index: 2;
      top: -7px; left: calc(50% - 20px); left: -webkit-calc(50% - 20px); width: 100px; height: 30px;
      background:rgba(0, 0, 0, 0.1);
      background: -webkit-gradient(linear, 555% 20%, 0% 92%, from(rgba(0, 0, 0, 0.1)), to(rgba(255,255,255,.5)), color-stop(.1,rgba(0, 0, 0, 0.2)));
      background: -webkit-linear-gradient(555% 0 180deg, rgba(0,0,0,0.1), rgba(0,0,0,0.2) 10%, rgba(255,255,255,.5));
      background: -o-linear-gradient(555% 0 180deg, rgba(0,0,0,0.1), rgba(0,0,0,0.2) 10%, rgba(255,255,255,.5));
      background: -moz-linear-gradient(555% 0 180deg, rgba(0,0,0,0.1), rgba(0,0,0,0.2) 10%, rgba(255,255,255,.5));
      border-top: 1px solid rgba(0, 0, 0, 0.02);
      border-left: 1px dashed rgba(0, 0, 0, 0.1);
      border-right: 1px dashed rgba(0, 0, 0, 0.1);
      border-bottom: 1px solid rgba(0, 0, 0, 0.05);
      -webkit-transform: rotate(-5deg) skew(0,0) translate(-30px,-20px);
         -moz-transform: rotate(-5deg) skew(0,0) translate(-30px,-20px);
           -o-transform: rotate(-5deg) skew(0,0) translate(-30px,-20px);
              transform: rotate(-5deg) skew(0,0) translate(-30px,-20px);
    }*/

.pdt-prw-image {
  position: relative;
  margin: 0 -15px;
  background: #f5f5f5;
  border-radius: 10px;
}

.pdt-prw-image img {
  border-radius: 10px;
}

.pdt-prw-image:before {
  content: '\e918';
  font-family: 'cleaning';
  font-size: 36px;
  position: absolute;
  z-index: 2;
  color: #f4c61b;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  padding-top: 10px;
  bottom: -22px;
  left: calc(50% - 23px);
  left: -webkit-calc(50% - 23px);
  width: 46px;
  height: 46px;
}

.pdt-prw:hover .pdt-prw-image:before {
  transition: all 300ms ease-out;
  color: #f4c61b;
}

.pdt-prw-image img {
  width: 100%;
}

.pdt-prw-info {
  position: relative;
  text-align: center;
  margin: 25px 0 15px;
  -webkit-transform: skewY(-2deg);
  -moz-transform: skewY(-2deg);
  -o-transform: skewY(-2deg);
  transform: skewY(-2deg);
}

.pdt-prw-info span {
  padding: 5px 10px;
  font-size: 22px;
  font-weight: 500;
}

.pdt-price {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}

.pdt-price .underline:after {
  bottom: 7px;
}

.pdt-name {
  margin: 0 -15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pdt-prw p {
  margin: 0;
  line-height: 24px;
}

.pdt-prw-more {
  display: block;
  position: absolute;
  bottom: -40px;
  left: calc(50% - 24px);
  left: -webkit-calc(50% - 24px);
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-family: 'Open Sans', 'Noto Sans TC', 'Microsoft JhengHei', sans-serif;
  font-size: 13px;
  font-weight: 600;
  border-radius: 25px;
  padding: 0 15px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1px;
  overflow: hidden;
  background-color: #f4c61b;
  color: #404040;
  transition: all 500ms ease-out;
}

.pdt-prw:hover .pdt-prw-more {
  transition: all 500ms ease-out;
  left: calc(50% - 65px);
  left: -webkit-calc(50% - 65px);
  width: 130px;
}

.pdt-prw-more span {
  transition: all 500ms ease-out;
  opacity: 0;
  visibility: hidden;
}

.pdt-prw:hover .pdt-prw-more span {
  transition: all 500ms ease-out;
  opacity: 1;
  visibility: visible;
}

#index_product .content h5 {
  font-size: 40px;
}

#index_product .content h5 span {
  display: block;
  font-weight: 800;
  -webkit-transform: skewX(-7.5deg);
  -moz-transform: skewX(-7.5deg);
  -o-transform: skewX(-7.5deg);
  -ms-transform: skewX(-7.5deg);
  transform: skewX(-7.5deg);
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 0px 1px 0 #fff, 1px 0px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff,
    3px 3px 0 #505050, 4px 4px 0 #fff;
}

#index_product .content h5 .main {
  margin-bottom: 12px;
  position: relative;
  text-shadow: 1px 1px 0 #f4c61b, -1px -1px 0 #f4c61b, 0px 1px 0 #f4c61b, 1px 0px 0 #f4c61b, -1px 1px 0 #f4c61b, 1px -1px 0 #f4c61b,
    3px 3px 0 #505050, 4px 4px 0 #f4c61b;
}

#index_product .content h5 .main:before {
  content: '';
  position: absolute;
  width: 50px;
  height: 42px;
  left: calc(50% - 25px);
  left: -webkit-calc(50% - 25px);
  top: -5px;
  background: url(../images/sm_logo.png) no-repeat;
  -webkit-transform: skewX(7.5deg);
  -moz-transform: skewX(7.5deg);
  -o-transform: skewX(7.5deg);
  -ms-transform: skewX(7.5deg);
  transform: skewX(7.5deg);
}

#index_product .content .right img {
  margin-top: -40px;
  margin-bottom: 20px;
}

#index_product .content .right .btn {
  margin: 3px;
  font-weight: 500;
}

@media (max-width: 1199px) {
  #index_product .content {
    padding-bottom: 0;
  }

  #index_product .content .left {
    width: 65%;
  }

  #index_product .content .right {
    width: 35%;
  }
}

@media (max-width: 991px) {
  #index_product .content .left {
    width: 100%;
  }

  #index_product .content .right {
    width: 100%;
    position: relative;
    padding: 30px 0;
  }
}

@media (max-width: 991px) and (min-width: 500px) {
  #index_product .content .right:before {
    animation: none;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
}

@media (max-width: 640px) {
  #index_product .content {
    margin-top: -35px;
    padding-top: 25px;
  }
}

/**/

/*#product { background: url(../images/inspiration-geometry.png) #fffae8;}*/
#product .pdt_list {
  font-size: 0;
}

#product .pdt_list .item {
  vertical-align: top;
  display: inline-block;
  padding: 0 10px;
  margin-bottom: 15px;
  font-size: inherit;
  width: 25%;
}

.aside .item {
  border: 1px solid #ddd;
  margin: 1px 0;
}

.aside .pdt-prw:before,
.aside .pdt-prw-image:before {
  display: none;
}

.aside .pdt-prw {
  margin: 0;
  padding-bottom: 0;
  box-shadow: none;
}

.aside .pdt-name,
.aside .pdt-prw-info span {
  font-size: 16px;
  padding-top: 0;
}

.aside .pdt-prw-info {
  margin: 0;
  -webkit-transform: skewY(0deg);
  -moz-transform: skewY(0deg);
  -o-transform: skewY(0deg);
  -ms-transform: skewY(0deg);
  transform: skewY(0deg);
}


@media (max-width: 1199px) {
  #product .pdt_list .item {
    width: 33.3333%;
  }
}

@media (max-width: 640px) {
  #product .pdt_list .item {
    width: 50%;
  }
}

@media (max-width: 640px) {
  #product .pdt_list .item {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}

@media (max-width: 320px) {
  #product .pdt_list .item {
    width: 100%;
  }
}

/**/

/*#news { background: #f3f5f6;}*/
#news .item a {
  text-decoration: none;
}

#news .item {
  margin: 5px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, .05), -1px -1px 0 rgba(0, 0, 0, .05), 0px 1px 0 rgba(0, 0, 0, .05), 1px 0px 0 rgba(0, 0, 0, .05), -1px 1px 0 rgba(0, 0, 0, .05), 1px -1px 0 rgba(0, 0, 0, .05),
    3px 3px 0 rgba(0, 0, 0, .1);
}

#news .item .info {
  padding: 15px;
}

#news .item .info h3 {
  font-size: 22px;
  font-weight: 600;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#news .item .date h5,
#news .item .date span {
  display: inline-block;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 500;
  font-family: 'Open Sans', 'Microsoft JhengHei', 'Noto Sans TC', sans-serif
}

#news .item .date h5 i,
#news .item .date span i {
  margin-right: 5px;
}

#news .item .date span {
  margin-left: 10px;
}

#news .item .desc {
  position: relative;
  margin-top: 20px;
  padding-bottom: 20px;
  line-height: 1.6;
}

/*#news .item .desc:before { content: ''; position: absolute; left: 0; top: -15px; width: 35px; height: 3px; background: #505050; z-index: 2;}*/
#news .item .desc p {
  display: inline;
  margin: 0;
  line-height: 1.6;
}

#news .item .desc strong {
  transition: all 500ms ease-out;
  font-size: 13px;
}

#news .item:hover .desc strong {
  transition: all 500ms ease-out;
  color: #f4c61b;
}

#news.page .item {
  font-size: 0;
  line-height: 0;
  margin: 0 0 25px 0;
}

#news.page .item .photo {
  display: inline-block;
  width: 43%;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
}

#news.page .item .info {
  float: right;
  width: 55%;
}

#news .info_bar {
  position: relative;
  padding: 10px 15px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
}

#news .info_bar .date h5,
#news .info_bar .date span {
  display: inline-block;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 500;
  font-family: 'Open Sans', 'Microsoft JhengHei', 'Noto Sans TC', sans-serif
}

#news .info_bar .date h5 i,
#news .info_bar .date span i {
  margin-right: 5px;
}

#news .info_bar .date span {
  margin-left: 10px;
}

#news .info_bar ul {
  position: absolute;
  right: 5px;
  top: 8px;
  text-align: right;
}

#news .info_bar ul a {
  font-size: 14px;
  font-weight: bold;
  margin: 0 10px;
  text-decoration: none;
}

#news .info_bar .fbicon i {
  position: relative;
  top: 3px;
  font-size: 20px;
  margin-right: 5px;
}

#news .info_bar .lineme svg {
  position: relative;
  top: 5px;
  max-height: 22px;
  fill: #505050;
}

#news .info_bar .fbicon a:hover {
  color: #4867aa;
}

#news .info_bar .lineme a:hover {
  color: #00b900;
}

#news .info_bar .lineme a:hover svg {
  fill: #00b900;
}

@media (max-width: 991px) {
  #news.page .aside {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #news.page .aside .photo {
    margin-top: 5px;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media (max-width: 640px) {
  #news.page .item .photo {
    display: block;
    width: 100%;
    border-radius: 20px 20px 0 0;
  }

  #news.page .item .info {
    float: none;
    width: 100%;
  }
}

@media (max-width: 480px) {
  #news .info_bar {
    text-align: center;
    padding-top: 5px;
  }

  #news .info_bar ul {
    position: relative;
    text-align: center;
    top: 0;
    right: 0;
  }
}

/**/

#page_contact .get-banner-2 {
  padding-left: 0;
  padding-right: 0;
}

#page_contact .get-banner-content {
  padding-left: 0;
}

#page_contact .get-banner-2 h2 span {
  display: inline-block;
}

#page_contact .get-banner-2 h2 span:first-child:after {
  content: '嚗�';
}

@media (max-width: 640px) {
  #page_contact .get-banner-2 h2 span {
    display: block;
  }

  #page_contact .get-banner-2 h2 span:first-child:after {
    display: none;
  }
}

/**/

.login_form.mt-50 {
  margin-top: -50px;
}

.login_submit .left {
  text-align: right;
}

.login_submit .right {
  text-align: left;
}

#member .photo {
  position: absolute;
  left: -310px;
  top: 10%;
  z-index: 2;
}

#member .photo_btm {
  margin: 50px -70px -50px -70px;
}

.login_form {
  position: relative;
  background: #fff;
  padding: 50px 70px;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, .05), -1px -1px 0 rgba(0, 0, 0, .05), 0px 1px 0 rgba(0, 0, 0, .05), 1px 0px 0 rgba(0, 0, 0, .05), -1px 1px 0 rgba(0, 0, 0, .05), 1px -1px 0 rgba(0, 0, 0, .05),
    4px 4px 0 rgba(0, 0, 0, .1);
}

#member .photo_btm img {
  margin: auto;
}

@media (max-width: 991px) {
  #member .photo {
    position: relative;
    left: auto;
    top: auto;
    text-align: center;
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  .login_form.mt-50 {
    margin-top: -40px;
  }

  .login_submit .left a,
  .login_submit .right a {
    width: 100% !important;
    margin: 2px 0;
  }
}

@media (max-width: 640px) {
  #member .section_title {
    margin-top: 0;
  }

  .login_form.mt-50 {
    margin-top: -30px;
  }

  .login_form {
    padding: 30px 7vw;
  }

  #member .photo_btm {
    margin: 25px -7vw -30px -7vw;
  }
}

/**/

.confirm_form {
  position: relative;
  background: #fff;
  padding: 20px 50px;
  border-left: 4px solid #505050;
  margin-top: 40px;
}

@media (max-width: 640px) {
  .confirm_form {
    margin-top: 15px;
  }

  .confirm_form h4 {
    margin: 15px 0;
  }
}

#toggle_show,
#toggle_show:active,
#toggle_show:focus {
  position: absolute;
  right: 25px;
  top: 35px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #505050;
  border-radius: 2px;
  cursor: pointer;
  transition: all 500ms ease-out;
}

#toggle_show i {
  display: inline-block;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#toggle_show:hover {
  transition: all 300ms ease-out;
  background: #f4c61b;
  border-color: #f4c61b;
}

#toggle_box {
  display: none;
}

@media (max-width: 640px) {
  .data_same {
    margin-right: 50px;
  }
}

#order .order_cart .table_order th {
  text-align: center;
}

#order .order_cart .table_order tbody tr {
  background: #fff;
}

#order .order_cart .table_order .name a.title {
  font-family: 'Open Sans', 'Noto Sans TC', 'Microsoft JhengHei', sans-serif;
  font-weight: 500;
}

#order .order_cart .table_order .name&gt;p {
  margin-bottom: 0;
  color: #2f76bc
}

#order .order_cart .table_order .name&gt;p&gt;.del {
  display: inline-block;
  font-size: 13px;
  margin-left: 10px;
  padding: 3px 10px;
  background: #f5f5f5;
}

#order .order_cart .table_order .name&gt;p&gt;.del i {
  margin-left: 5px;
  font-size: 12px;
}

#order .order_cart .table_order .name&gt;p&gt;.del:hover {
  background: #f4c61b;
  transition: all 500ms ease-out;
}

@media (min-width: 768px) {
  #order .order_cart .table_order .photo {
    max-width: 150px;
  }

  #order .order_cart .table_order .qty {
    min-width: 170px;
    text-align: center;
  }

  #order .order_cart .table_order .qty .qty-count {
    margin: 0 auto;
  }

  #order .order_cart .table_order .sub_total {
    min-width: 120px;
    text-align: center;
  }

  #order .order_cart .table_order .del {
    min-width: 70px;
    text-align: center;
  }
}

@media (max-width: 768px) {
  #order .order_cart .table_order .photo img {
    max-height: 100px;
    margin-top: -20px;
  }

  #order .order_cart .table_order .name&gt;.title,
  #order .order_cart .table_order .name&gt;p {
    float: right;
    width: calc(70% - 20px);
    margin-bottom: 10px;
  }

  #order .order_cart .table_order .qty .product-quantity {
    float: right;
    width: calc(70% - 20px);
    background: transparent;
  }

  #order .order_cart .table_order .qty-count span {
    background: #f5f5f5
  }

  #order .order_cart .table_order tbody tr {
    border: 1px solid #505050;
  }

  #order .order_cart .table_order tbody td+td {
    border-top: 1px dashed #ddd;
  }
}

@media (max-width: 640px) {
  #order .section_title {
    margin-top: 0;
  }

}

.order_cart.order_cart-sm .table_order thead {
  display: none;
}

.order_cart.order_cart-sm .table_order td {
  display: block;
  text-align: left;
  padding: 6px 0;
  font-size: 13px;
  line-height: 1.5;
}

.order_cart.order_cart-sm .table_order td:not(.photo):before {
  content: attr(data-title);
  display: inline-block;
  float: left;
  position: relative;
  text-align: right;
  margin-right: 10px;
  color: #505050;
  font-family: 'Open Sans', 'Noto Sans TC', 'Microsoft JhengHei', sans-serif;
  font-weight: 600;
}

.order_cart.order_cart-sm .photo {
  margin: 0;
  max-width: 100% !important;
}

.order_cart.order_cart-sm .photo img {
  max-height: 50px;
  margin-top: 0;
}

.order_cart.order_cart-sm .name&gt;p {
  font-size: 13px;
  line-height: 1.5;
  display: inline;
  margin-left: 5px;
  color: #2f76bc;
}

.order_cart.order_cart-sm .qty,
.order_cart.order_cart-sm .sub_total {
  text-align: left !important;
}

@media (max-width: 768px) {
  .order_cart.order_cart-sm .table_order tbody tr {
    border: 0 !important;
  }

  .order_cart.order_cart-sm .table_order tbody tr+tr {
    border-top: 1px solid #505050 !important;
  }
}

.total_title {
  position: absolute;
  top: -15px;
  margin-left: -7px;
  background: #fff;
  padding: 0 7px;
}

/*.login_form &gt; .total_title { left: 30px;}*/

.total_box {
  position: relative;
  list-style-type: none;
  padding: 30px;
  background: #fff;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, .05), -1px -1px 0 rgba(0, 0, 0, .05), 0px 1px 0 rgba(0, 0, 0, .05), 1px 0px 0 rgba(0, 0, 0, .05), -1px 1px 0 rgba(0, 0, 0, .05), 1px -1px 0 rgba(0, 0, 0, .05),
    4px 4px 0 rgba(0, 0, 0, .1);
}

.total_box span {
  float: right;
  font-weight: bold;
}

.total_box li {
  padding: 10px 0;
}

.total_box .select-wrapper:before {
  width: 35px;
  height: 47px;
}

.total_box .select-wrapper {
  margin-top: -5px;
}

.total_box .select-wrapper select {
  padding-top: 5px;
  padding-bottom: 5px;
  height: 45px;
}

.total_box .total {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}

.total_box .total span {
  font-size: 22px;
  font-weight: bolder;
}

@media (min-width: 991px) and (max-width: 1199px) {
  .total_box li {
    padding: 5px 0;
  }

  .total_box .select-wrapper {
    display: block;
    float: none;
    width: 100%;
    margin-top: 10px;
  }
}

@media (max-width: 991px) {
  .total_box {
    margin-top: 40px;
  }
}

@media (max-width: 480px) {
  .total_box li {
    padding: 5px 0;
  }

  .total_box .select-wrapper {
    display: block;
    float: none;
    width: 100%;
    margin-top: 10px;
  }

  .total_box .total {
    margin-top: 10px;
  }
}

/**/

#store .title {
  font-size: 35px;
  margin: 20px 0 0;
  -webkit-transform: skewX(-7.5deg);
  -moz-transform: skewX(-7.5deg);
  -o-transform: skewX(-7.5deg);
  -ms-transform: skewX(-7.5deg);
  transform: skewX(-7.5deg);
}

@media (max-width: 640px) {

  #contact .section_title,
  #store .section_title {
    margin-top: 0;
  }
}

@media (max-width: 480px) {
  #store .title {
    font-size: 25px;
  }
}

/**/

.sitemap {
  font-size: 0;
  text-align: left;
}

.sitemap_box {
  display: inline-block;
  padding: 20px;
  width: calc(25% - 10px);
  margin: 5px;
  background: #fff;
  vertical-align: top;
  text-align: left;
  border-top: 3px solid #505050;
}

.sitemap_box h2 {
  font-size: 18px;
  margin: 10px 0;
}

.sitemap_box a {
  transition: all 300ms ease-out;
  position: relative;
  font-size: 18px;
  padding-left: 20px;
  font-family: 'Open Sans', 'Noto Sans TC', 'Microsoft JhengHei', sans-serif;
  text-decoration: none;
}

.sitemap_box a:hover {
  transition: all 300ms ease-out;
  padding-left: 30px;
}

.sitemap_box a:before {
  transition: all 300ms ease-out;
  position: absolute;
  left: 0;
  content: '\e90a';
  font-family: 'cleaning';
  font-weight: 500;
  color: #f4c61b;
  opacity: 1;
  transform: scale(0.8);
}

.sitemap_box a:hover:before {
  transition: all 300ms ease-out;
  opacity: 1;
}

.sitemap_box h2 a {
  padding: 0;
}

.sitemap_box h2 a:hover {
  padding-left: 10px;
}

.sitemap_box h2 a:before {
  display: none;
}

.sitemap_box ul {
  list-style-type: none;
  padding: 0;
}

@media (max-width: 991px) {
  .sitemap_box {
    width: calc(33.333333% - 10px);
  }
}

@media (max-width: 768px) {
  .sitemap_box {
    width: calc(50% - 10px);
  }
}

@media (max-width: 640px) {
  #sitemap .section_title {
    margin-top: 0;
  }

  .sitemap_box h2,
  .sitemap_box a {
    font-size: 15px;
    line-height: 1.5;
  }
}

@media (max-width: 375px) {
  .sitemap_box {
    width: 100%;
    margin: 0;
  }
}


/**/

.product-quantity {
  position: relative;
  top: -5px;
  width: 100%;
  height: 42px;
  margin: 0 auto;
  display: block;
}

.qty-faq {
  text-align: center;
}

@media (min-width: 1199px) {
  .product-quantity {
    width: 70%;
    margin: 0;
  }

  .qty-faq {
    text-align: right;
  }
}

#order .product-quantity {
  width: 100%;
  margin: 0 auto;
  top: 0;
}

.product-button {
  float: right;
  margin: 30px 0;
  font-size: 0;
  width: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  overflow: hidden;
}

.product-button button {
  width: 50%;
  display: inline-block;
  border-radius: 0;
  height: 50px;
}

/*.product-button button.addcart { border-bottom: 1px solid #f17561;}*/

@media (max-width: 991px) {

  .product-quantity,
  .product-button {
    width: 100%;
  }
}

@media (max-width: 320px) {
  .product-button {
    margin: 10px 0 15px;
    box-shadow: none;
    border-radius: 0;
    overflow: inherit;
  }

  .product-button button {
    width: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 50px;
  }

  .product-button button.addcart {
    margin-bottom: 5px;
    border: 1px solid #ddd;
  }
}

.product-quantity .quantity,
.product-quantity .quantity:hover,
.product-quantity .quantity:focus {
  margin: 0 auto;
  display: inline-block;
  -webkit-appearance: none !important;
  -moz-appearance: textfield !important;
  width: 100%;
  height: 42px;
  min-width: 80px;
  border-color: #ddd;
  text-align: center;
  padding: 0 35px;
  border-radius: 50px;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.product-quantity input[type="number"]::-webkit-outer-spin-button,
.product-quantity input[type="number"]::-webkit-inner-spin-button {
  /* display: none; &lt;- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
}

.product-quantity .quantity::-ms-expand {
  display: none;
}

.quantityPlus,
.quantityMinus {
  position: absolute;
  right: 0;
  cursor: pointer;
  height: 100%;
  width: 40px;
  top: 0;
  color: #000;
  background: #ddd;
  font-weight: bold;
}

.quantityPlus {
  border-left: 1px solid #ddd;
  padding-right: 5px;
  border-radius: 0 50px 50px 0;
}

.quantityMinus {
  left: 0;
  border-right: 1px solid #ddd;
  padding-left: 5px;
  border-radius: 50px 0 0 50px;
}

.quantityPlus:before,
.quantityMinus:before {
  height: 100%;
  position: relative;
  width: 100%;
  display: block;
  text-align: center;
  line-height: 42px;
  font-size: 18px;
}

.quantityPlus:before {
  content: "+";
}

.quantityMinus:before {
  content: "��";
}

/*20180104*/
#news .fb_box {
  margin: 0 auto;
  text-align: center;
}

#news .news_box {
  padding-right: 5vw;
}

@media (max-width: 991px) {
  #news .news_box {
    padding: 0 5vw;
    margin-top: 20px;
  }

  /*#news .fb_box {
    max-height: 155px;
    overflow-y: hidden;
  }*/
}

.micropedia_title&gt;.btn {
  float: right;
  position: relative;
  top: -8px;
  right: 15px;
}

@media (max-width: 425px) {
  .micropedia_title&gt;.btn {
    float: none;
    display: block;
    top: auto;
    right: auto;
    margin-top: 10px;
  }
}

/*20180306*/
#show_bug img {
  max-width: 180px;
}

#show_bug div {
  cursor: pointer;
}

#show_bug .bug-ka,
#show_bug .bug-gokiburi,
#show_bug .bug-nezumi,
#show_bug .bug-shiroari {
  position: absolute;
  z-index: 120;
}

#show_bug .bug-ka {
  top: 5%;
  left: calc(50% + 510px);
}

#show_bug .bug-gokiburi {
  top: 50%;
  left: calc(50% - 750px);
}

#show_bug .bug-nezumi {
  bottom: -10%;
  left: calc(50% + 310px);
}

#show_bug .bug-shiroari {
  top: 15%;
  left: calc(50% - 580px);
}

#show_bug div:before,
#show_bug div:after,
#show_bug span:before {
  content: '';
  position: absolute;
  width: 180px;
  height: 180px !important;
  left: 0;
  height: 0;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

#show_bug div:before {
  /*background: url(../images/circle.png) no-repeat center;*/
  animation: bug_circle 5s ease infinite;
  opacity: 0;
}

#show_bug div:after {
  background: url(../images/circle2.png) no-repeat center;
  animation: bug_circle 5s linear infinite reverse;
  opacity: .15;
}

@keyframes bug_circle {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#show_bug div span {
  display: inline-block;
}

#show_bug div span:before {
  background: url(../images/circle_dan.png) no-repeat center;
  opacity: 0;
}

#show_bug div:hover:before {
  background: url(../images/circle_r.png) no-repeat center;
  opacity: .8;
}

#show_bug div:hover:after {
  background: url(../images/circle2_r.png) no-repeat center;
  opacity: .5;
}

#show_bug div:hover span:before {
  animation: bug_opacity 2s ease-out infinite;
}

@keyframes bug_opacity {

  0%,
  100% {
    opacity: 0.2;
  }

  50% {
    opacity: 0.7;
  }
}

@media (max-width: 1380px) {
  #show_bug .bug-ka {
    left: calc(50% + 410px);
  }

  #show_bug .bug-gokiburi {
    left: calc(50% - 520px);
  }
}

@media (max-width: 1099px) {
  #show_bug .bug-ka {
    left: calc(50% + 300px);
  }

  #show_bug .bug-gokiburi {
    left: calc(50% - 400px);
  }

  #show_bug .bug-nezumi {
    left: calc(50% + 210px);
  }

  #show_bug .bug-shiroari {
    left: calc(50% - 500px);
  }
}

@media (max-width: 991px) {
  #show_bug {
    display: none;
  }
}

/*20180314*/
.ui-tooltip-content {
  font-size: 10pt;
  font-family: 'Open Sans', 'Microsoft JhengHei', 'Noto Sans TC', sans-serif;
  background-color: gray;
  color: white;
  padding: 10px;
  margin: -10px;
}

* {
  outline: none;
}

.pro-tabs {
  display: flex;
  justify-content: center;
}

@media (min-width: 1200px) {
  .pro-tab-content {
    padding: 0 10%;
  }
}

.sub-menu-flex {
  width: 100%;
  min-width: 160px;
  max-height: 177px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  /*top: 51px !important;*/
}

.sub-menu-flex li {
  width: 160px;
  /*box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);*/
  border-right: 1px solid #edeff1;
  border-top: 1px solid #edeff1;
  border-bottom: none !important;
}

.sub-menu-flex li:hover {
  border-top: 1px solid #f4c61b;
}

.sub-menu-flex li:last-child {
  border-bottom: 1px solid #edeff1 !important;
}

.sub-menu-flex li a {
  background-color: #FFF;
}

.del-line {
  text-decoration: line-through;
  font-size: 22px;
}

.sale-price {
  color: #ff5252;
  margin-top: 0 !important;
}


/*-------------------------------
  鞈潛�頠�-��惩�寡頃
  -------------------------------*/
.add-buy .section_title {
  margin-top: 30px;
  padding-left: 15px;
}

.add-buy .add-price {
  color: #ff5252 !important;
}

.add-buy .add-price span {
  margin-right: 10px;
}

.add-notice {
  font-size: 16px;
  color: #2f76bc;
  padding: 3px 5px;
  background-color: rgba(47, 118, 188, 0.1);
}



.add-price .input-wrapper label {
  color: #ff5252 !important;
}

@media (max-width: 991px) {
  .add-buy .section_title {
    text-align: center;
  }
}

.pro-add-price {
  color: #ff5252;
  font-weight: 600 !important;
}

.pro-add-price:before {
  content: "��㰘頃��";
  font-size: 15px;
  margin-right: 6px;
}

.pro-add-price:after {
  content: '';
  position: absolute;
  display: inline-block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7px;
  background: #ff5252;
  opacity: 0.2;
  z-index: -1;
}

.add-item .pdt-prw-image:before {
  content: '\e918';
  font-family: 'cleaning';
  font-size: 36px;
  position: absolute;
  z-index: 2;
  color: #505050;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  padding-top: 10px;
  bottom: -22px;
  left: calc(50% - 23px);
  left: -webkit-calc(50% - 23px);
  width: 46px;
  height: 46px;
}

.add-item .add-notice {
  line-height: 22px;
  display: inline-block;
  margin-bottom: 10px;
}

.add-item .pdt-prw-info span {
  padding: 5px;
}

.add-item .pdt-prw a {
  text-decoration: none;
}

.add-item .pdt-prw-more a {
  display: inline-block;
}

.page-header-info a span.qty {
  position: absolute;
  right: 12px;
  top: -10px;
  background: #f4c61b;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border-radius: 100%;
  letter-spacing: 0;
}

.page-header .menu&gt;li.mobile_menu a span.qty {
  position: absolute;
  right: -28px;
  left: 0;
  top: 3px;
  margin: auto;
  background: #f4c61b;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border-radius: 100%;
  letter-spacing: 0;
}

.line-pic {
  padding-left: 15px;
}

.line-pic img {
  max-height: 80px;
}

@media (max-width: 767px) {
  .page-header .quote-button-wrap {
    display: block;
  }

  .line-pic {
    display: none;
  }
}


.header-search #toggle {
  position: absolute;
  -webkit-appearance: none;
  cursor: pointer;
  width: 58px;
  height: 59px;
  top: -40px;
  transition: all 500ms ease;
}

.header-search #toggle:focus {
  border: none;
  outline: none;
}

.header-search #toggle+label {
  background-image: url(../images/search.png);
  width: 20px;
  opacity: 0.8;
  transition: all 500ms ease;
  cursor: pointer;
  position: absolute;
  left: 19px;
  top: -18px;
  background-size: cover;
  padding: 12px;
}

.header-search #toggle:hover,
.header-search #toggle:checked {
  background-color: #f4c61b;
}

.header-search .search-area {
  background-color: #fff;
  position: absolute;
  width: 300px;
  height: 80px;
  top: 50px;
  right: -58px;
  /*opacity: 0;*/
  transition: all 500ms ease;
  padding: 15px 0px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}


.header-search #toggle:checked~.search-area {
  /*opacity: 1;*/
  display: block;
  top: 24px;
}

.header-search .search-area input[type="text"] {
  border: 1px solid #edeff1;
  padding: 10px;
  vertical-align: top;
}

.header-search .search-area input[type="button"], 
.header-search .search-area input[type="submit"] {
  outline: none;
  box-shadow: none;
  background-color: #333;
  border: none;
  color: #fff;
  padding: 10px 15px;
  font-weight: 600;
  position: relative;
}

.header-search .search-area input[type="button"]:hover,
.header-search .search-area input[type="submit"]:hover {
  background-color: #f4c61b;
  color: #333;
}

.whole-link {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

#result p {
  font-size: 17px;
  font-family: 'Noto Sans TC', 'Microsoft JhengHei', sans-serif;
  text-align: center;
}

#result p span {
  color: #2f76bc;
}

#result h2 {
  margin: 50px 0px 5px;
  font-size: 30px;
  text-align: center;
  opacity: 0.6;
}

#result .result-area {
  background-color: #efefef;
  padding: 20px;
  border-radius: 10px;
}

#result .result-title {
  text-align: center;
  webkit-transform: skewX(-7.5deg);
  -moz-transform: skewX(-7.5deg);
  -o-transform: skewX(-7.5deg);
  -ms-transform: skewX(-7.5deg);
  transform: skewX(-7.5deg);
  font-weight: 800;
  font-size: 50px;
  opacity: 0.3;
}

#result .result-product {
  position: relative;
  background-color: #fff;
  margin: 5px 0 25px;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, .05), -1px -1px 0 rgba(0, 0, 0, .05), 0px 1px 0 rgba(0, 0, 0, .05), 1px 0px 0 rgba(0, 0, 0, .05), -1px 1px 0 rgba(0, 0, 0, .05), 1px -1px 0 rgba(0, 0, 0, .05), 3px 3px 0 rgba(0, 0, 0, .1);
  transition: all 500ms ease-out;
}

#result .result-product:hover {
  background-color: #efefef;
}

#result .result-product:hover h5 {
  color: #2f76bc;
}



#result .result-product img {
  display: inline-block;
  width: 100px;
  margin-right: 10px;
  vertical-align: top;
}

#result .result-product .text {
  display: inline-block;
  width: calc(100% - 115px);
  vertical-align: top;
}


#result .result-product .text h5 {
  margin-bottom: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 500ms ease-out;
}

#result .result-product .text p {
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 15px;
  text-align: justify;
}


#result .result-product.micropedia {
  padding: 10px;
}

#result .result-product.micropedia img {
  width: 80px;
  vertical-align: middle;
}

#result .result-product.micropedia .text {
  width: calc(100% - 95px);
  vertical-align: middle;
}

#result .result-product.micropedia .text h5 {
  font-size: 26px;
}

#result .page-footer-bot {
  text-align: center;
  margin: 50px 0px;
}

#result .page-footer-bot h1 span {
  background-color: #fff;
  position: relative;
  z-index: 2;
}

#result .page-footer-bot h1:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  top: 50%;
  background: #505050;
  z-index: 0;
}

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

@media(max-width: 767px) {
  .header-search #toggle {
    display: none;
  }
  .header-search #toggle+label {
    display: none;
  }
  .header-search .search-area{
    opacity: 1;
    position: relative;
    width: 100%;
    height: auto;
    left: 0;
    top: 0px;
    box-shadow: none;
    padding: 5px 25px;
  }
  .header-search .search-area input[type="text"]{
    width: calc(100% - 60px);
    background-image: url(../images/search.png);
    background-size: 20px;
    background-position: 95% center;
    background-repeat: no-repeat;
  }
}

@media(max-width: 480px) {
  #result .result-product:not(.micropedia) img {
    display: block;
    text-align: center;
    margin: 0 auto 10px;
  }


  #result .result-product:not(.micropedia) .text {
    display: block;
    width: 100%;
  }
}

/*1023-摰Ｘ�撣峕�𤤿䔄蟡函���鞟內摮埈㺿��憿𣬚𤌍�𢰧�𠺪�屸��瘝㘾�墧�𠰴停憿舐內*/
/*.ticket-radio ~ label.formError{
  display: none !important;
}*/


.overlay {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 40px;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  pointer-events: none;
  transition: 0.35s ease-in-out;
  max-height: 100vh;
  overflow-y: auto;
  z-index: 100000;
}
.overlay.open {
  opacity: 1;
  pointer-events: inherit;
}
.overlay .modal {
  background: white;
  text-align: center;
  padding: 40px 80px;
  box-shadow: 0px 1px 10px rgba(255, 255, 255, 0.35);
  opacity: 0;
  pointer-events: none;
  transition: 0.35s ease-in-out;
  max-height: calc(100vh - 200px);
  overflow-y: auto;
  display: block;
    top: 100px;
    width: 80vw;
    left: 10vw;
    height: fit-content;
    text-align: left;
}

@media(max-width:480px){
  .overlay .modal{
    padding: 30px 15px;
    top: 20px;
    max-height: calc(100vh - 40px);
  }
  
}
.overlay .modal h3{
  color:#4ea7ff;
  font-size: 26px;
  letter-spacing: 1px;
}
.overlay .modal.open {
  opacity: 1;
  pointer-events: inherit;
}
.overlay .modal.open .content {
  transform: translate(0, 0px);
  opacity: 1;
}
.overlay .modal .content {
  transform: translate(0, -10px);
  opacity: 0;
  transition: 0.35s ease-in-out;
}
.overlay .modal .title {
  margin-top: 0;
}

.overlay .modal .close-modal{
  line-height: 58px;
  text-decoration: none;
  margin-right: 10px;
}
@media screen and (max-width:767px) {
  .sub-menu-flex{
    max-height: initial;
  }
}
@media screen and (max-width:900px) {
  .page-header-slogan span{
    display: none;
  }
}

ul.no_br li.search-top-icon span{
  display: none;
  font-size: 35px;
  font-weight: 600;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background: #505050;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  font-family: 'Hind Madurai', Arial, sans-serif;
  transition: all 300ms ease-out;
  /*padding-top: 3px;*/
  fill: #fff;
  cursor: pointer;
}
.header-top-search{
  display: none;
}
.header-top-search .header-search .search-area input[type="text"]{
  background-image: initial;
}
ul.no_br li.search-top-icon span:hover,
ul.no_br li.search-top-icon.open span{
  background: #ffcb38;
}
ul.no_br li.search-top-icon span img{
  width: 28px
}
@media screen and (max-width:991px) {
  /*ul.no_br li.search-top-icon span{
    display: none;
  }*/
  ul.no_br li.search-top-icon span img.close-img,
  ul.no_br li.search-top-icon.open span img.search-icon2{
    display: none;
  }
  ul.no_br li.search-top-icon.open span img.close-img{
    display: block;
  }
  ul.no_br li.search-top-icon span img.close-img{
    width: 21px;
  }
  ul.header-top-search{
    display: none;
    background-color: white;
    position: absolute;
    bottom: -100%;
    left: 0px;
    transform: translate(0%,50%);
    width: 100%;
    z-index: 99;
    padding: 5px 0;
  }
  ul.header-top-search li{
    border-radius: 0px;
  }
  ul.header-top-search.open{
    display: block;
  }
}
@media screen and (max-width:767px) {

  ul.no_br li.search-top-icon span{
    width: 43px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  ul.no_br li.search-top-icon span img{
    width: 25px;
  }
}
@media screen and (max-width:480px) {
  .social-menu li{
    margin: 0 3px;
  }
  .social-menu .no_br{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 400px){
  .social-menu{
    /*left: -7px;*/
  }
  .social-menu li {
    /*margin: 0 1px;*/
  }
}
@media (max-width: 375px){
  ul.no_br li.search-top-icon span{
    width: 40px;
    height: 40px;
  }
  .social-menu li {
    /*margin: 0px;*/
  }
}


/*2020/04/27�袇隞�*/
.list2-item div.item-txt{
  padding: 0 15px;
}
.right-btn{
  text-align: right;
}


@media (max-width: 767px){
  .page-header .menu li a .arrow{
    width: 50%;
  }
}
  

.invoice-area{
    display: flex;
    align-items: baseline;
}

.invoice-area__label{
    width: calc(100% - 20px);
    padding-left: 5px;
}</pre></body></html>