@charset "UTF-8";
body {
  color: #242424;
  font-size: 0.9375rem;
  font-family: "Noto Sans TC', '微軟正黑體'", serif;
  font-weight: 400;
  line-height: 1.8;
  margin: 0;
  overflow-x: hidden;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: #242424;
  font-family: "Noto Sans TC', '微軟正黑體'", serif;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 10px;
  margin-top: 0;
}

a {
  color: #f4a460;
  text-decoration: none;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
a:hover, a:active, a:focus {
  box-shadow: none;
  color: #ef7b18;
  outline: none;
  text-decoration: none;
}
a img {
  border: none;
}

.btn:focus {
  box-shadow: none;
}

p {
  margin-bottom: 30px;
}
p:last-child {
  margin-bottom: 0;
}

:active,
:focus {
  box-shadow: none;
  outline: none !important;
}

::selection {
  background: #f4a460;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #f4a460;
  /* Firefox */
  color: #fff;
  text-shadow: none;
}

::-webkit-selection {
  background: #f4a460;
  /* Safari */
  color: #fff;
  text-shadow: none;
}

img {
  max-width: 100%;
}

iframe {
  border: none !important;
}

textarea:focus, textarea:active, input:focus, input:active {
  outline: none;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset {
  margin-bottom: 30px;
}

table p {
  margin-bottom: 0;
}

/*----------------一班 CSS-----------------------------------------------------------------------*/
.container {
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
  .footer-main .container,.header-area .container {
    max-width: 1380px;
  }
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row > [class*=col-] {
  padding-right: 15px;
  padding-left: 15px;
}

.section-title {
  margin-bottom: 48px;
}
.section-title .subtitle {
  color: #f4a460;
  display: inline-block;
  font-family: "Noto Sans TC', '微軟正黑體'", serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
.section-title .subtitle.line-theme-color:after {
  background-color: #f4a460;
}
.section-title .subtitle.line-white-color:after {
  background-color: #fff;
}
.section-title .title {
  font-size: 38px;
  line-height: 1.25;
  margin-bottom: 0;
  margin-top: 0;
}
@media only screen and (max-width: 1199px) {
  .section-title .title {
    font-size: 30px;
  }
}
.section-title .title.line-bottom {
  display: inline-block;
  position: relative;
}
.section-title .title.line-bottom:after {
  background-color: #2b2b2b;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  bottom: -1px;
  width: 100%;
  z-index: 1;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.section-title p {
  color: #2b2b2b;
  font-size: 16px;
  margin-top: 6px;
}
@media only screen and (max-width: 1199px) {
  .section-title p {
    margin-top: 0;
  }
}
.section-title.section-light .subtitle {
  color: #fff;
}
.section-title.section-light .title {
  color: #fff;
}
.section-title.section-light .desc p {
  color: #fff;
}

.bg-img {
  background: no-repeat center center;
  background-size: cover;
}
.bg-img.bg-img-top {
  background-position: top center;
}

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

.site-wrapper-reveal {
  background-color: #FFFFFF;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.niceselect {
  float: inherit;
}
.niceselect .list {
  border-radius: 0;
  width: 100%;
}

.line-hr {
  border-bottom: 1px solid #e2e2e2;
}

.lh-1 {
  line-height: 1;
}

.no-border {
  border: none !important;
}

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.content-items-center {
  align-items: center;
  display: flex;
}

.justify-items-center {
  display: flex;
  justify-content: center;
}

.form-message.alert {
  margin-top: 10px;
}

.row-gutter-0 [class*=col-] {
  margin: 0;
  padding: 0;
}

.row-gutter-10 {
  margin-right: -5px;
  margin-left: -5px;
}
.row-gutter-10 [class*=col] {
  padding-left: 5px;
  padding-right: 5px;
}

.row-gutter-12 {
  margin-right: -6px;
  margin-left: -6px;
}
.row-gutter-12 [class*=col] {
  padding-left: 6px;
  padding-right: 6px;
}

@media only screen and (min-width: 1200px) {
  .row-gutter-20 {
    margin-right: -10px;
    margin-left: -10px;
  }
  .row-gutter-20 [class*=col] {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.row-gutter-45 {
  margin-right: -22.5px;
  margin-left: -22.5px;
}
.row-gutter-45 [class*=col-] {
  margin: 0;
  padding-left: 22.5px;
  padding-right: 22.5px;
}

@media only screen and (min-width: 1200px) {
  .row-gutter-60 {
    margin-right: -30px;
    margin-left: -30px;
  }
  .row-gutter-60 [class*=col-] {
    margin: 0;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.row-gutter-70 {
  margin-right: -35px;
  margin-left: -35px;
}
.row-gutter-70 [class*=col-] {
  margin: 0;
  padding-left: 35px;
  padding-right: 35px;
}

.wrapper {
  overflow-x: hidden;
}

/*-------- Button Style Css --------*/
.btn-theme {
  background-color: #87CC89;
  border-color: #87CC89;
  border-radius: 32.5px;
  color: #fff;
  display: inline-block;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.375;
  min-width: 200px;
  padding: 21px 37px;
  position: relative;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.btn-theme .icon {
  font-size: 23px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 42px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.btn-theme .icon.icon-img {
  max-width: none;
  width: auto;
}
.btn-theme:hover, .btn-theme:focus {
  background-color: #fea444;
  border-color: #fea444;
  color: #fff;
}
.btn-theme:hover .icon, .btn-theme:focus .icon {
  right: 40px;
}
.btn-theme.btn-theme-color2 {
  background-color: #fea444;
  border-color: #fea444;
}
.btn-theme.btn-theme-color2:hover, .btn-theme.btn-theme-color2:focus {
  background-color: #f4a460;
  border-color: #f4a460;
}
.btn-theme.btn-black {
  background-color: #000;
  border-color: #000;
}
.btn-theme.btn-black:hover {
  background-color: #f4a460;
  border-color: #f4a460;
  color: #fff;
}
.btn-theme.btn-black.btn-border {
  background-color: transparent;
  border: 2px solid #000;
  color: #000;
}
.btn-theme.btn-black.btn-border:hover {
  background-color: #f4a460;
  border-color: #f4a460;
  color: #fff;
}
.btn-theme.btn-white {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}
.btn-theme.btn-white:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.btn-theme.btn-white.btn-border {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}
.btn-theme.btn-white.btn-border:hover {
  background-color: #fff;
  border-color: #fff;
  color: #f4a460;
}
.btn-theme.btn-gray {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
  color: #000;
}
.btn-theme.btn-gray:hover {
  background-color: #f4a460;
  border-color: #f4a460;
  color: #fff;
}
.btn-theme.btn-border {
  background-color: transparent;
  border: 2px solid #f4a460;
  color: #f4a460;
  padding: 19px 37px;
}
.btn-theme.btn-border:hover {
  background-color: #f4a460;
  border-color: #f4a460;
  color: #fff;
}
.btn-theme.btn-border.btn-theme-color2 {
  background-color: transparent;
  border-color: #fea444;
  color: #fea444;
}
.btn-theme.btn-border.btn-theme-color2:hover {
  background-color: #fea444;
  border-color: #fea444;
  color: #fff;
}
.btn-theme.btn-border.btn-gray {
  background-color: transparent;
  border-color: #e8e8e8;
  color: #1b1b1b;
}
.btn-theme.btn-border.btn-gray:hover {
  background-color: #f4a460;
  border-color: #f4a460;
  color: #fff;
}
.btn-theme.btn-border.btn-white {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.btn-theme.btn-border.btn-white:hover {
  background-color: #f4a460;
  border-color: #f4a460;
  color: #fff;
}
.btn-theme.btn-round {
  border-radius: 25px;
}
.btn-theme.btn-round.btn-slide:before {
  border-radius: 25px;
}
.btn-theme.btn-slide {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.btn-theme.btn-slide:before {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  bottom: -40px;
  content: "";
  height: 65px;
  left: -27px;
  position: absolute;
  width: 65px;
  z-index: -1;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.btn-theme.btn-slide:after {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  content: "";
  height: 65px;
  position: absolute;
  right: -27px;
  top: -40px;
  width: 65px;
  z-index: -1;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.btn-theme.btn-slide .icon.icon-img {
  right: 42px;
}
.btn-theme.btn-slide:hover:before {
  border-radius: 32.5px;
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  width: 100%;
}
.btn-theme.btn-slide:hover:after {
  border-radius: 32.5px;
  height: 100%;
  opacity: 0;
  right: 0;
  top: 0;
  width: 100%;
}
.btn-theme.btn-size-xs {
  border-radius: 19px;
  font-size: 15px;
  line-height: 1.5;
  min-height: 38px;
  min-width: 105px;
  padding: 8px 17px;
}
.btn-theme.btn-size-xs .icon {
  right: 20px;
}
.btn-theme.btn-size-xs.btn-border {
  padding: 7px 18px;
}
.btn-theme.btn-size-sm {
  border-radius: 22.5px;
  font-size: 15px;
  min-height: 45px;
  min-width: 130px;
  padding: 12px 22px;
}
.btn-theme.btn-size-sm .icon {
  right: 22px;
}
.btn-theme.btn-size-sm.btn-border {
  padding: 10px 20px;
}
.btn-theme.btn-size-md {
  font-size: 15px;
  min-height: 45px;
  min-width: 150px;
  padding: 12px 22px;
}
.btn-theme.btn-size-md .icon {
  right: 22px;
}
.btn-theme.btn-size-md.btn-border {
  padding: 10px 20px;
}
.btn-theme.btn-size-lg {
  height: 50px;
  min-width: 180px;
  text-align: center;
}
.btn-theme.btn-size-xl {
  height: 50px;
  min-width: 220px;
  text-align: center;
}
.btn-theme.btn-size-xxl {
  height: 52px;
  min-width: 270px;
  text-align: center;
}

.btn-link {
  color: #f4a460;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.btn-link:hover {
  color: #000;
}

/*-------- Page Title Style Css --------*/
.page-title-area {
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}
.page-title-area .page-title-content {
  letter-spacing: 0;
  padding: 3em 0 2em;
}
@media only screen and (max-width: 767px) {
  .page-title-area .page-title-content {
    padding: 75px 0 70px;
  }
}
@media only screen and (max-width: 575px) {
  .page-title-area .page-title-content {
    padding: 50px 0 40px;
  }
}
.page-title-area .page-title-content .title {
  color: #fff !important;/*#595959*/
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 4px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
  .page-title-area .page-title-content .title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 575px) {
  .page-title-area .page-title-content .title {
    font-size: 18px;
  }
}
.page-title-area .page-title-content .bread-crumbs {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}
.page-title-area .page-title-content .bread-crumbs .line-shape {
  margin-right: 19px;
}
@media only screen and (max-width: 575px) {
  .page-title-area .page-title-content .bread-crumbs .line-shape {
    margin-right: 12px;
  }
}
.page-title-area .page-title-content .bread-crumbs a {
  color: #fff;
}
.page-title-area .page-title-content .bread-crumbs a:hover {
  color: #f4a460;
}
.page-title-area .page-title-content .bread-crumbs span.active {
  color: #fff;
}
.page-title-area .page-title-content .bread-crumbs .breadcrumb-sep {
  color: #fff;
  padding: 11px;
}
.bread-crumbs {
  color: #242424;
  font-size: 16px;
}
.bread-crumbs a {
  color: #242424;
}
.bread-crumbs a:hover {
  color: #f4a460;
}

/*-------- Pagination Style Css --------*/
.pagination-area {
  border: 0px;/*1px solid #d9d9d9;*/
  padding: 15px 24px 13px;
  margin-top:50px;
  display: flex;
  justify-content: center;/*space-between;*/
}
@media only screen and (max-width: 575px) {
.pagination-area {
    display: block;
  }
}
.pagination-area .page-numbers {
  margin: 0px;
  padding: 0px;
}
.pagination-area .page-numbers li {
  display: inline-block;
  margin: 0 8px 0 0;
}
@media only screen and (max-width: 575px) {
  .pagination-area .page-numbers li {
    margin-bottom: 7px;
  }
}
.pagination-area .page-numbers li .page-number {
  background-color: #E9DCCF;
  border-radius: 3px;
  display: inline-block;
  color: #4f4f4f;
  padding: 11px 13px;
  font-size: 14px;
  line-height: 14px;
}
.pagination-area .page-numbers li .page-number.active {
  background-color: #E4D1AF;
  color: #4f4f4f;
  cursor: not-allowed;
}
.pagination-area .page-numbers li .page-number.disabled {
  cursor: not-allowed;
}
.pagination-area .page-numbers li .page-number i {
  margin-right: 7px;
}
.pagination-area .page-numbers li .page-number:hover {
  background-color: #173A52;
  color: #fff;
}
.pagination-area .total-pages {
  font-size: 14px;
  line-height: 24px;
}
.pagination-area .total-pages p {
  color: #242424;
  margin: 4px 0 0;
}

/*-------- Blockquote Style Css --------*/
/*-------- Preloader Style Css --------*/
.preloader-deactive .preloader-wrap {
  display: none;
}

.preloader-wrap {
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  z-index: 99999;
  overflow: hidden;
}
.preloader-wrap .preloader {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin-left: -32px;
  margin-top: -50px;
}
/*--------------------讀取----------------------*/
.preloader-wrap .preloader .dot {
  height: 100%;
  width: 100%;
  display: block;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  animation: la-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #ab7f23;
  background-image:url("../../images/bx_loader.gif");
}
@keyframes la-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
/*-------- Custom Margin Padding Style Css --------*/
.mt-10 {
  margin-top: 10px;
}

.mt-12 {
  margin-top: 12px !important;
}

.mt-14 {
  margin-top: 14px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-18 {
  margin-top: 18px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-21 {
  margin-top: 21px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-65 {
  margin-top: 65px;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mt-n8 {
  margin-top: -8px !important;
}

@media only screen and (max-width: 1399px) {
  .mt-xl-30 {
    margin-top: 30px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .mt-lg-50 {
    margin-top: 50px !important;
  }

  .mt-lg-70 {
    margin-top: 70px !important;
  }
}
@media only screen and (max-width: 991px) {
  .md-mt-0 {
    margin-top: 0 !important;
  }

  .mt-md-30 {
    margin-top: 30px !important;
  }

  .mt-md-40 {
    margin-top: 40px !important;
  }

  .mt-md-50 {
    margin-top: 50px !important;
  }

  .mt-md-60 {
    margin-top: 60px !important;
  }

  .mt-md-70 {
    margin-top: 70px !important;
  }
}
@media only screen and (max-width: 767px) {
  .sm-mt-0 {
    margin-top: 0 !important;
  }

  .mt-sm-20 {
    margin-top: 20px !important;
  }

  .mt-sm-30 {
    margin-top: 30px !important;
  }
}
@media only screen and (max-width: 575px) {
  .mt-xs-0 {
    margin-top: 0px;
  }

  .mt-xs-30 {
    margin-top: 30px !important;
  }
}
.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-80 {
  margin-right: 80px;
}

.mr--100 {
  margin-right: -100px;
}

@media only screen and (max-width: 1199px) {
  .lg-mr-0 {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 991px) {
  .md-mr-0 {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 575px) {
  .mr-xs-0 {
    margin-right: 0;
  }

  .mr-xs-15 {
    margin-right: 15;
  }
}
.mb-7 {
  margin-bottom: 7px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-13 {
  margin-bottom: 13px !important;
}

.mb-14 {
  margin-bottom: 14px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-21 {
  margin-bottom: 21px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-26 {
  margin-bottom: 26px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-31 {
  margin-bottom: 31px !important;
}

.mb-32 {
  margin-bottom: 32px !important;
}

.mb-34 {
  margin-bottom: 34px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-39 {
  margin-bottom: 39px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-44 {
  margin-bottom: 44px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-115 {
  margin-bottom: 115px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.mb-438 {
  margin-bottom: 438px !important;
}

.mb-470 {
  margin-bottom: 470px !important;
}

.mb-471 {
  margin-bottom: 471px !important;
}

@media only screen and (max-width: 1199px) {
  .lg-mb-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-30 {
    margin-bottom: 30px !important;
  }

  .mb-lg-40 {
    margin-bottom: 40px !important;
  }

  .mb-lg-50 {
    margin-bottom: 50px !important;
  }

  .mb-lg-70 {
    margin-bottom: 70px !important;
  }

  .mb-lg-80 {
    margin-bottom: 80px !important;
  }

  .mb-lg-448 {
    margin-bottom: 448px !important;
  }
}
@media only screen and (max-width: 991px) {
  .md-mb-0, .md-mb-0 {
    margin-bottom: 0px !important;
  }

  .mb-md-0 {
    margin-bottom: 0px !important;
  }

  .mb-md-10 {
    margin-bottom: 10px !important;
  }

  .mb-md-30 {
    margin-bottom: 30px !important;
  }

  .mb-md-40 {
    margin-bottom: 40px !important;
  }

  .mb-md-50 {
    margin-bottom: 50px !important;
  }

  .mb-md-60 {
    margin-bottom: 60px !important;
  }

  .mb-md-70 {
    margin-bottom: 70px !important;
  }

  .mb-md-80 {
    margin-bottom: 80px !important;
  }

  .mb-md-90 {
    margin-bottom: 90px !important;
  }

  .mb-md-100 {
    margin-bottom: 100px !important;
  }

  .mb-md-150 {
    margin-bottom: 150px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb-sm-0, .sm-mb-0 {
    margin-bottom: 0px !important;
  }

  .mb-sm-10 {
    margin-bottom: 10px !important;
  }

  .mb-sm-20 {
    margin-bottom: 20px !important;
  }

  .mb-sm-30 {
    margin-bottom: 30px !important;
  }

  .mb-sm-40 {
    margin-bottom: 40px !important;
  }

  .mb-sm-50 {
    margin-bottom: 50px !important;
  }

  .mb-sm-60 {
    margin-bottom: 60px !important;
  }

  .mb-sm-70 {
    margin-bottom: 70px !important;
  }
}
@media only screen and (max-width: 575px) {
  .mb-xs-0 {
    margin-bottom: 0 !important;
  }

  .mb-xs-10 {
    margin-bottom: 10px !important;
  }

  .mb-xs-30 {
    margin-bottom: 30px !important;
  }

  .mb-xs-50 {
    margin-bottom: 50px !important;
  }
}
@media only screen and (max-width: 479.98px) {
  .mb-xxs-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxs-30 {
    margin-bottom: 30px !important;
  }
}
.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-50 {
  margin-left: 50px !important;
}

@media only screen and (max-width: 991px) {
  .ml-md-0 {
    margin-left: 0 !important;
  }

  .md-ml-0 {
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 479.98px) {
  .ml-xxs-5 {
    margin-left: 5px !important;
  }
}
.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-27 {
  padding-bottom: 27px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-110 {
  padding-bottom: 110px !important;
}

.pb-115 {
  padding-bottom: 115px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pb-125 {
  padding-bottom: 125px !important;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-170 {
  padding-bottom: 170px;
}

@media only screen and (max-width: 1399px) {
  .pb-xl-70 {
    padding-bottom: 70px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .pb-lg-10 {
    padding-bottom: 10px !important;
  }

  .pb-lg-30 {
    padding-bottom: 30px !important;
  }

  .pb-lg-70 {
    padding-bottom: 70px !important;
  }

  .pb-lg-90 {
    padding-bottom: 90px !important;
  }
}
@media only screen and (max-width: 991px) {
  .md-pb-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-10 {
    padding-bottom: 10px !important;
  }

  .pb-md-20 {
    padding-bottom: 20px !important;
  }

  .pb-md-30 {
    padding-bottom: 30px !important;
  }

  .pb-md-40 {
    padding-bottom: 40px !important;
  }

  .pb-md-50 {
    padding-bottom: 50px !important;
  }

  .pb-md-60 {
    padding-bottom: 60px !important;
  }

  .pb-md-70 {
    padding-bottom: 70px !important;
  }

  .pb-md-80 {
    padding-bottom: 80px !important;
  }

  .pb-md-90 {
    padding-bottom: 90px !important;
  }

  .pb-md-100 {
    padding-bottom: 100px !important;
  }

  .pb-md-120 {
    padding-bottom: 120px !important;
  }

  .pb-md-170 {
    padding-bottom: 170px !important;
  }
}
@media only screen and (max-width: 767px) {
  .sm-pb-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-10 {
    padding-bottom: 10px !important;
  }

  .pb-sm-20 {
    padding-bottom: 20px !important;
  }

  .pb-sm-30 {
    padding-bottom: 30px !important;
  }

  .pb-sm-50 {
    padding-bottom: 50px !important;
  }

  .pb-sm-60 {
    padding-bottom: 60px !important;
  }

  .pb-sm-70 {
    padding-bottom: 70px !important;
  }

  .pb-sm-80 {
    padding-bottom: 80px !important;
  }

  .pb-sm-100 {
    padding-bottom: 100px !important;
  }

  .pb-sm-170 {
    padding-bottom: 170px !important;
  }
}
@media only screen and (max-width: 575px) {
  .pb-xs-30 {
    padding-bottom: 30px !important;
  }

  .pb-xs-80 {
    padding-bottom: 80px !important;
  }
}
.pl-0 {
  padding-left: 0 !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-130 {
  padding-left: 130px !important;
}

@media only screen and (max-width: 1199px) {
  .pl-lg-15 {
    padding-left: 15px !important;
  }

  .pl-lg-30 {
    padding-left: 30px !important;
  }

  .pl-lg-50 {
    padding-left: 50px !important;
  }
}
@media only screen and (max-width: 991px) {
  .md-pl-0 {
    padding-left: 0 !important;
  }

  .md-pl-15 {
    padding-left: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .sm-pl-0 {
    padding-left: 0 !important;
  }

  .pl-sm-5 {
    padding-left: 5px !important;
  }

  .sm-pl-15, .pl-sm-15 {
    padding-left: 15px !important;
  }
}
@media only screen and (max-width: 575px) {
  .pl-xs-0 {
    padding-left: 0 !important;
  }

  .pl-xs-15 {
    padding-left: 15px !important;
  }

  .pl-xs-30 {
    padding-left: 30px !important;
  }
}
@media only screen and (max-width: 479.98px) {
  .pl-xxs-0 {
    padding-left: 0 !important;
  }

  .pl-xxs-30 {
    padding-left: 30px !important;
  }
}
.pt-10 {
  padding-top: 10px !important;
}

.pt-12 {
  padding-top: 12px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-110 {
  padding-top: 110px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pt-125 {
  padding-top: 125px !important;
}

.pt-130 {
  padding-top: 130px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pt-160 {
  padding-top: 160px !important;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

@media only screen and (max-width: 1199px) {
  .lg-pt-0 {
    padding-top: 0 !important;
  }
}
@media only screen and (max-width: 991px) {
  .md-pt-0 {
    padding-top: 0 !important;
  }

  .pt-md-10 {
    padding-top: 10px !important;
  }

  .pt-md-30 {
    padding-top: 30px !important;
  }

  .pt-md-40 {
    padding-top: 40px !important;
  }

  .pt-md-50 {
    padding-top: 50px !important;
  }

  .pt-md-60 {
    padding-top: 60px !important;
  }

  .pt-md-65 {
    padding-top: 65px !important;
  }

  .pt-md-70 {
    padding-top: 70px !important;
  }

  .pt-md-80 {
    padding-top: 80px !important;
  }

  .pt-md-90 {
    padding-top: 90px !important;
  }

  .pt-md-100 {
    padding-top: 100px !important;
  }

  .pt-md-120 {
    padding-top: 120px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pt-sm-10 {
    padding-top: 10px !important;
  }

  .pt-sm-30 {
    padding-top: 30px !important;
  }

  .pt-sm-50 {
    padding-top: 50px !important;
  }

  .pt-sm-60 {
    padding-top: 60px !important;
  }

  .pt-sm-70 {
    padding-top: 70px !important;
  }

  .pt-sm-80 {
    padding-top: 80px !important;
  }

  .pt-sm-90 {
    padding-top: 90px !important;
  }

  .pt-sm-100 {
    padding-top: 100px !important;
  }
}
@media only screen and (max-width: 575px) {
  .pt-xs-40 {
    padding-top: 40px !important;
  }
}
.pr-0 {
  padding-right: 0 !important;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-100 {
  padding-right: 100px;
}

@media only screen and (max-width: 1199px) {
  .lg-pr-0 {
    padding-right: 0 !important;
  }

  .pr-lg-15 {
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .sm-pr-0 {
    padding-right: 0 !important;
  }

  .pr-sm-5 {
    padding-right: 5px !important;
  }

  .sm-pr-15, .pr-sm-15 {
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 991px) {
  .md-pr-15 {
    padding-right: 15px;
  }

  .md-pl-15 {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .xs-pr-15, .pr-xs-15 {
    padding-right: 15px;
  }
}
.d-contents {
  display: contents;
}

/*-------- Scroll To Top Style Css --------*/
.scroll_up {
  background-color: #1e2a58;
  border: none;
  border-radius: 5px;
  bottom: 85px;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 20px;
  height: 40px;
  line-height: 38px;
  position: fixed;
  right: 12px;
  text-align: center;
  width: 38px;
  z-index: 100;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .scroll_up {
    bottom: 0;
  }
}
.scroll_up:hover {
  background-color: #0dcaf0;
  box-shadow: none;
  color: #fff;
}
/*
-----------------------------------------------------------------------
	v bar CSS
-----------------------------------------------------------------------
*/
.v_bar{
	position: fixed;
	right:15px;
	top:40%;
	width:70px;
	height:210px;
	background:#f5f5fa;
	border-radius:35px;
	box-shadow:0 15px 25px rgba(0,0,0,0.1);
	z-index:3;	
	}	
.v_bar ul{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	display:flex;
	flex-direction:column;
	z-index:4;
	}	
.v_bar ul li{
	position:relative;
	list-style:none;
	width:70px;
	height:70px;
	z-index:5;
	}
.v_bar ul li a{
	position:relative;
	display:flex;
	justify-content:center;
	align-items:center;
	width:100%;
	text-align:center;
	color:#333;
	font-weight:500;
	}	
.v_bar ul li a .icon{
	position:relative;
	display:block;
	line-height:85px;
	text-align:center;
	transition:0.5s;
    }
.v_bar ul li.active a .icon{
	color:#fff !important;
	}	
.v_bar ul li a .icon i{
	font-size:35px;
    }	
.v_bar ul li:nth-child(1) a .icon {
	color:#690;
	}	
.v_bar ul li:nth-child(2) a .icon {
	color:#039;
	}
.v_bar ul li:nth-child(3) a .icon {
	color:#003;
	}		
.v_bar ul li a .title{
	position:absolute;
	top:40%;
	right:55px;
	background:#fff;
	transform:translateY(-50%);
	padding:5px 10px;
	border-radius:6px;
	transition:0.5s;
	box-shadow:0 5px 15px rgba(0,0,0,0.1);
	opacity:0;
	visibility:hidden;
	}
.v_bar ul li:hover a .title{
	opacity:1;
	visibility:visible;
	transform:translateX(-25px) translateY(-50%);
    }
.v_bar ul li a .title::before{
	content:'';
	position:absolute;
	width:12px;
	height:12px;
	background:#fff;
	right:0px;
	top:40%;
	transform:rotate(45deg) translateY(-50%);
	border-radius:2px;
    }
.v_bar ul .indicator{
	position:absolute;
	left:0;
	width:70px;
	height:70px;
	transition:0.5s;
	}	
.v_bar ul .indicator::before{	
    content:'';
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:50px;
	height:50px;
	
	border-radius:50%;
	transition:0.5s;
    }
.v_bar ul li:nth-child(1).active ~ .indicator{
	transform:translateY(calc(70px * 0));
	}	
.v_bar ul li:nth-child(2).active ~ .indicator{
	transform:translateY(calc(70px * 1));
	}	
.v_bar ul li:nth-child(3).active ~ .indicator{
	transform:translateY(calc(70px * 2));
	}	


.v_bar ul li:nth-child(1).active ~ .indicator::before{
	background:#690;
	}
.v_bar ul li:nth-child(2).active ~ .indicator::before{
	background:#036;
	}	
.v_bar ul li:nth-child(3).active ~ .indicator::before{
	background:#90C;
	}	

/*
-----------------------------------------------------------------------
	Main Navigation CSS
-----------------------------------------------------------------------
*/
.main-menu {
  align-content: center;
  font-family:'Noto Sans TC', '微軟正黑體', 'Microsoft JhengHei', sans-serif;
  /*font-family: "Noto Sans TC', '微軟正黑體'", serif;*/
}
.main-menu > li {
  margin-right: 14px;
  padding: 3px 0;
}
.main-menu > li:last-child {
  margin-right: 0;
}
.main-menu > li > a {
  color: #1b1b1b;
  display: block;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 22px;
  padding: 7px 25px;
  position: relative;
  text-transform: uppercase;
}
.main-menu > li:hover > a, .main-menu > li.active > a {
  color: #7a4821;
  font-size: 1.4em;
}
.main-menu.menu-capitalize > li > a {
  font-size: 16px;
  text-transform: capitalize;
}

.has-submenu {
  padding-right: 10px;
  position: relative;
}
.has-submenu > a {
  position: relative;
}
.has-submenu > a:after {
  content: "";
  color: #1b1b1b;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: "FontAwesome";
  position: absolute;
  right: 11px;
  top: 7px;
  opacity:0;
}
.has-submenu:hover > a:after {
	margin-left:2px;
	opacity:1;
	}
.has-submenu:hover > .submenu-nav {
  transform: rotateX(0deg);
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.has-submenu:hover .menu-content .menu-content-inner h4, .has-submenu:hover .menu-content .menu-content-inner .btn-brand {
  transform: none !important;
}
.has-submenu .submenu-nav {
  background-color: #111;
  border: none;
  border-bottom: none;
  padding: 15px 0 15px;
  position: absolute;
  left: -25px;
  top: 100%;
  transform: rotateX(90deg);
  transform-origin: center top 0;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  min-width: 250px;
  margin-top: 42px;
  z-index: 9999;
}
@media only screen and (max-width: 1199px) {
  .has-submenu .submenu-nav {
    min-width: 210px;
  }
}
.has-submenu .submenu-nav:before {
  content: "";
  position: absolute;
  height: 56px;
  width: 100%;
  left: 0;
  bottom: 100%;
}
.has-submenu .submenu-nav > li {
  padding: 5px 20px;
}
.has-submenu .submenu-nav > li a {
  color: #aaa;
  display: block;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: inherit;
  text-transform: capitalize;
}
.has-submenu .submenu-nav > li a:hover {
  color: #fff;
}
.has-submenu .submenu-nav > li:hover > a {
  color: #fff;
}
.has-submenu .submenu-nav > li:hover:after {
  color: #fff !important;
}
.has-submenu .submenu-nav > li.has-submenu {
  position: relative;
}
.has-submenu .submenu-nav > li.has-submenu a:before {
  display: block;
}
.has-submenu .submenu-nav > li.has-submenu:hover > .submenu-nav {
  transform: none;
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.has-submenu .submenu-nav > li.has-submenu:after {
  content: "";
  color: #242424;
  font-size: 15px;
  line-height: 1.2;
  font-family: "FontAwesome";
  position: absolute;
  right: 25px;
  top: 12px;
}
.has-submenu .submenu-nav > li.has-submenu .submenu-nav {
  left: 100%;
  top: 0;
  margin-top: -15px;
}
.has-submenu .submenu-nav-mega {
  display: flex;
  padding: 40px 50px;
  width: 900px;
}
@media only screen and (max-width: 1199px) {
  .has-submenu .submenu-nav-mega {
    width: 830px;
  }
}
.has-submenu .submenu-nav-mega .mega-menu-item {
  padding: 0 !important;
  flex-basis: 25%;
}
.has-submenu .submenu-nav-mega .mega-menu-item:last-child {
  border-right: 0;
}
.has-submenu .submenu-nav-mega .mega-menu-item > a {
  color: #000 !important;
  display: block;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.has-submenu .submenu-nav-mega .mega-menu-item > a.srmenu-title {
  border-bottom: none;
  display: inline-block;
  margin-left: 25px;
  font-size: 1rem !important;
  font-weight: 700;
  padding: 0;
  margin-bottom: 0;
}
.has-submenu .submenu-nav-mega .mega-menu-item > a.srmenu-title.srmenu-style-hide {
  display: none;
}
.has-submenu .submenu-nav-mega .mega-menu-item ul li {
  position: relative;
  padding: 10px 25px;
}
.has-submenu .submenu-nav-mega .mega-menu-item ul li a:hover {
  color: #fff;
}
.has-submenu .submenu-nav-mega .mega-menu-item ul li.feature a {
  position: relative;
}
.has-submenu .submenu-nav-mega .mega-menu-item ul li.feature a:before {
  content: "";
  position: absolute;
  font-family: "FontAwesome";
  color: #f4a460;
  right: -20px;
  top: 1px;
  font-size: 12px;
}
.has-submenu .submenu-nav-mega .mega-menu-item ul li.new a {
  position: relative;
}
.has-submenu .submenu-nav-mega .mega-menu-item ul li.new a:after {
  background-color: #f4a460;
  content: "New";
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  border-radius: 2px;
  position: absolute;
  top: 0;
  right: -38px;
  line-height: 1;
  padding: 2px 3px;
}
.has-submenu .submenu-nav-mega .mega-menu-item ul li:hover .menu-thumb {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.has-submenu .submenu-nav-mega .mega-menu-item ul li.active a {
  color: #fff;
}
.has-submenu .submenu-nav-mega .mega-menu-item.menu-content {
  padding: 0 !important;
  margin: -1px;
}
.has-submenu .submenu-nav-mega .mega-menu-item.menu-content .menu-content-inner {
  background-size: cover;
  background-position: center center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 15px;
}
.has-submenu .submenu-nav-mega .mega-menu-item.menu-content .menu-content-inner h4, .has-submenu .submenu-nav-mega .mega-menu-item.menu-content .menu-content-inner .btn-brand {
  color: #fff;
  transition: 0.4s;
  transition-delay: 0.3s;
}
.has-submenu .submenu-nav-mega .mega-menu-item.menu-content .menu-content-inner h4 {
  transform: translateY(-80%);
}
.has-submenu .submenu-nav-mega .mega-menu-item.menu-content .menu-content-inner h4 span {
  color: #f4a460;
  font-style: italic;
}
.has-submenu .submenu-nav-mega .mega-menu-item.menu-content .menu-content-inner .btn-brand {
  margin-top: 30px;
  font-weight: 700;
  transform: translateY(80%);
}
.has-submenu.full-width {
  position: static;
}
.has-submenu.colunm-two {
  position: relative;
}
.has-submenu.colunm-two .submenu-nav-mega {
  left: 100px !important;
  width: 550px;
}
.has-submenu.colunm-two .submenu-nav-mega .mega-menu-item {
  padding: 0 !important;
  flex-basis: 50%;
}

/* Responsive Mobile Menu */
.res-mobile-menu {
  margin: 0 -10px;
}
.res-mobile-menu .slicknav_btn {
  display: none;
}
.res-mobile-menu .slicknav_menu {
  background-color: transparent;
  padding: 0;
}
.res-mobile-menu .slicknav_nav {
  display: block !important;
}
.res-mobile-menu .slicknav_nav li {
  border-bottom: none;
  margin-bottom: 1px;
  position: relative;
}
.res-mobile-menu .slicknav_nav li:last-child {
  border-bottom: 0;
}
.res-mobile-menu .slicknav_nav li a {
  color: #777;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  padding: 10px 25px;
  margin: 0;
  text-transform: capitalize;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .res-mobile-menu .slicknav_nav li a {
    font-size: 16px;
    padding: 10px 15px;
  }
}
.res-mobile-menu .slicknav_nav li a .slicknav_arrow {
  background-color: transparent;
  color: #878b93;
  font-size: 17px;
  display: block;
  text-align: center;
  margin: 0;
  position: absolute;
  right: 8px;
  top: 48%;
  transform: translateY(-50%);
  height: 35px;
  line-height: 35px;
}
@media only screen and (max-width: 767px) {
  .res-mobile-menu .slicknav_nav li a .slicknav_arrow {
    font-size: 10px;
  }
}
.res-mobile-menu .slicknav_nav li a a {
  padding: 0;
}
.res-mobile-menu .slicknav_nav li a:hover {
  color: #f4a460;
  background-color: transparent;
}
.res-mobile-menu .slicknav_nav li img {
  display: none;
}
.res-mobile-menu .slicknav_nav li div {
  display: none;
}
.res-mobile-menu .slicknav_nav li ul {
  margin: 0;
  padding-left: 10px;
}
.res-mobile-menu .slicknav_nav li ul li {
  padding-left: 20px;
}
@media only screen and (max-width: 575px) {
  .res-mobile-menu .slicknav_nav li ul li {
    padding-left: 15px;
  }
}
.res-mobile-menu .slicknav_nav li ul li a {
  color: #999999;
  font-size: 24px;
  padding: 10px 16px;
}
@media only screen and (max-width: 575px) {
  .res-mobile-menu .slicknav_nav li ul li a {
    font-size: 14px;
    padding: 7px 15px;
  }
}
.res-mobile-menu .slicknav_nav li ul li a:hover {
  color: #f4a460;
}
.res-mobile-menu .slicknav_nav li ul li ul li a {
  font-size: 16px;
}
.res-mobile-menu .slicknav_nav .slicknav_open > .slicknav_item {
  position: relative;
}
.res-mobile-menu .slicknav_nav .slicknav_open > .slicknav_item .slicknav_arrow {
  color: #f4a460;
}

/*
-----------------------------------------------------------------------
  Header CSS
-----------------------------------------------------------------------
*/
.header-area {
  padding: 50px 0;
}
.header-area.header-default {
  background-color: #fff;
  box-shadow: 0px 15px 35px 0px rgba(0, 29, 35, 0.02);
  border: 0 !important;
  padding: 2em 0;
  position: relative;
  z-index: 999;
}
.header-area.header-default .header-logo-area {
  top: 0;
}
@media only screen and (max-width: 991px) {
  .header-area.header-default .header-logo-area {
    padding-right: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .header-area.header-default .header-logo-area {
    width: 15em;
	padding-right: 10px;
  }
}
.header-area.header-default .header-align {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .header-area.header-default .header-align {
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 991px) {
  .header-area.header-default .header-align .header-navigation-area {
    display: none;
  }
}
.header-area.header-default .header-align .header-navigation-area .main-menu > li {
  margin-right: 0;
  padding: 0 12px;
}
.header-area.header-default .header-align .header-navigation-area .main-menu > li:first-child {
  padding-left: 0;
}
.header-area.header-default .header-align .header-navigation-area .main-menu > li:last-child {
  padding-right: 0;
}
.header-area.header-default .header-align .header-navigation-area .main-menu > li:last-child > a {
  padding-right: 0;
}
.header-area.header-default .header-align .header-navigation-area .main-menu > li.active > a {
  color: #000;
  position: relative;
}
.header-area.header-default .header-align .header-navigation-area .main-menu > li.active.has-submenu > a:before {
  display: block;
}
.header-area.header-default .header-align .header-navigation-area .main-menu > li > a {
  padding: 0;
}
.header-area.header-default .header-align .header-navigation-area .main-menu > li.has-submenu > a {
  padding: 0;
}
.header-area.header-default .header-align .header-navigation-area .main-menu > li.has-submenu > a:after {
  display: inline-block;
  line-height: 1;
  position: relative;
  right: -3px;
  top: 1px;
}
.header-area.header-default .header-align .header-navigation-area .main-menu > li.has-submenu .submenu-nav {
  background-color: #fff;
  border: none;
  border-radius: 0;
  box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.1);
  left: -10px;
  margin-top: 36px;
  padding: 17px 0 21px;
  min-width: 260px;
}
.header-area.header-default .header-align .header-navigation-area .main-menu > li.has-submenu .submenu-nav:before {
  height: 34px;
}
.header-area.header-default .header-align .header-navigation-area .main-menu > li.has-submenu .submenu-nav > li:hover {
background-color: #CCC;
}
.header-area.header-default .header-align .header-navigation-area .main-menu > li.has-submenu .submenu-nav > li a {
  color: #000;
  font-size: 1rem;
  position: relative;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
/*.header-area.header-default .header-align .header-navigation-area .main-menu > li.has-submenu .submenu-nav > li a:before {
  background-color: #f4a460;
  content: "";
  height: 5px;
  right: 0;
  opacity: 0;
  position: absolute;
  top: 50%;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  width: 5px;
  z-index: 999;
}*/
.header-area.header-default .header-align .header-navigation-area .main-menu > li.has-submenu .submenu-nav > li a:hover {
  color: #000;
  padding-left: 0px;
  
}
.header-area.header-default .header-align .header-navigation-area .main-menu > li.has-submenu .submenu-nav > li a:hover:before {
  opacity: 0;
}
.header-area.header-default .header-align .header-navigation-area .main-menu > li.has-submenu .submenu-nav-mega {
  margin-top: 39px;
  padding: 28px 35px 28px;
}
@media only screen and (max-width: 1199px) {
  .header-area.header-default .header-align .header-navigation-area .main-menu > li {
 
  padding: 0 5px;
}
  .header-area.header-default .header-align .header-navigation-area .main-menu > li.has-submenu .submenu-nav-mega {
    left: -60px;
  }
}
.header-area.header-default .header-align .header-navigation-area .main-menu > li.has-submenu .submenu-nav-mega .mega-menu-item .srmenu-title:before {
  display: none;
}
.header-area.header-default .header-align .header-navigation-area .main-menu > li.has-submenu .submenu-nav-mega .mega-menu-item .srmenu-title:hover {
  padding: 0;
}
.header-area.header-default .header-align .header-navigation-area .main-menu > li.has-submenu .submenu-nav-mega .mega-menu-item ul li {
  padding: 7px 25px;
}
.header-area.header-default .header-align .header-action-area {
  align-items: center;
  display: inline-flex;
  margin-left: 32px;
  padding-left: 29px;
  position: relative;
  top: -2px;
}
@media only screen and (max-width: 1199px) {
  .header-area.header-default .header-align .header-action-area {
    margin-left: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .header-area.header-default .header-align .header-action-area {
    top: 0;
  }
}
.header-area.header-default .header-align .header-action-area:before {
  background: #000;
  content: "";
  height: 15px;
  left: 0;
  position: absolute;
  top: calc(50% - 7.5px);
  width: 1px;
}
@media only screen and (max-width: 1199px) {
  .header-area.header-default .header-align .header-action-area:before {
    display: none;
  }
}
.header-area.header-default .header-align .header-action-area button.btn-theme, .header-area.header-default .header-align .header-action-area a.btn-theme {
  margin-left: 15px;
}
.header-area.header-default.flowtop-header.flowtop {
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  background-color: #fff;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}
@media only screen and (max-width: 767px) {
  .header-area.header-default.flowtop-header.flowtop {
    padding: 10px 0;
  }
}
.header-area.header-default.flowtop-header.flowtop .header-logo-area .logo-main {
  display: none;
}
.header-area.header-default.flowtop-header.flowtop .header-logo-area .logo-light {
  display: block;
}
@media only screen and (max-width: 1199px) {
  .header-area.header-default.flowtop-header.flowtop .currency-dropdown {
    margin-top: 17px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-area.header-default.flowtop-header.flowtop .user-menu {
    margin-top: 17px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-area.header-default.flowtop-header.flowtop .cart-dropdown-menu {
    margin-top: 17px;
  }
}

.btn-menu-slide-close {
  background-color: rgba(33, 35, 49, 0.8);
  height: 100vh;
  opacity: 0;
  position: fixed;
  right: -50%;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 999;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.btn-menu-slide-close .icon-menu-slide-close {
  color: #fff;
  font-size: 32px;
  position: absolute;
  right: 360px;
  top: 45px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.btn-menu-slide-close .icon-menu-slide-close:hover {
  color: #f4a460;
  cursor: pointer;
}
.btn-menu-slide-close.active {
  opacity: 1;
  right: 0;
  visibility: visible;
}
.btn-menu-slide-close.active .icon-menu-slide-close {
  transition-delay: 0.3s;
}

.header-logo-area {
  width: 25em;
  position: relative;
  top: 1px;
}
.header-logo-area .logo-light {
  display: none;
}

.header-action-area button, .header-action-area a {
  vertical-align: middle;
}
.header-action-area button.btn-search, .header-action-area a.btn-search {
  background-color: transparent;
  border: none;
  color: #000;
  font-size: 20px;
  padding: 0;
}
.header-action-area button.btn-search .icon, .header-action-area a.btn-search .icon {
  height: 35px;
  line-height: 38px;
  width: 35px;
}
.header-action-area button.btn-menu, .header-action-area a.btn-menu {
  background-color: transparent;
  border: 1px solid #333;
  box-shadow: none;
  height: 32px;
  margin-left: 16px;
  margin-top: 0;
  position: relative;
  width: 32px;
  padding: 0;
}
.header-action-area button.btn-menu span, .header-action-area a.btn-menu span {
  display: block;
  background: #333;
  height: 2px;
  margin-top: 3px;
  width: 18px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: relative;
}

.header-action-area .header-action-scam {
  position: relative;
}
.header-action-area .header-action-scam .scam-icon {
  color: #000;
  display: inline-block;
  font-size: 20px;
  line-height: 22px;
  padding-left: 14px;
  position: relative;
  top: -1px;
}
.header-action-area .header-action-scam .scam-icon:hover {
  color: #ab7f23;
  font-size: 24px;
}

.btn-search .icon-search {
  display: block;
}
.btn-search .icon-search-close {
  display: none;
}
.btn-search.show .icon-search {
  display: none;
}
.btn-search.show .icon-search-close {
  display: block;
}

.off-canvas-wrapper {
  position: fixed;
  right: -100%;
  top: 0;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  height: 100vh;
  width: 100%;
  z-index: 9999;
}
.off-canvas-wrapper.active {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  right: 0;
}
.off-canvas-wrapper.active .off-canvas-inner {
  transform: none;
}
.off-canvas-wrapper.active .off-canvas-inner .off-canvas-content {
  transform: none;
  transition-delay: 0.3s;
}
.off-canvas-wrapper.active .btn-close {
  display: block;
}
.off-canvas-wrapper.active .off-canvas-overlay {
  opacity: 1;
  visibility: visible;
}
.off-canvas-wrapper .off-canvas-header {
  display: flex;
  justify-content: right;
  padding: 30px 0;
}
.off-canvas-wrapper .off-canvas-header .logo-area {
  display: none;
  max-width: 100px;
}
.off-canvas-wrapper .off-canvas-overlay {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.off-canvas-wrapper .btn-close {
  background: none;
  border: none;
  color: #999999;
  font-size: 30px;
  line-height: 1;
  opacity: 1;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
@media only screen and (max-width: 575px) {
  .off-canvas-wrapper .btn-close {
    font-size: 20px;
  }
}
.off-canvas-wrapper .btn-close:active, .off-canvas-wrapper .btn-close:focus {
  border: none;
  box-shadow: none;
}
.off-canvas-wrapper .btn-close i {
  line-height: 1;
}
.off-canvas-wrapper .btn-close:hover {
  color: #000;
}
.off-canvas-wrapper .off-canvas-inner {
  background-color: transparent;
  display: flex;
  justify-content: flex-end;
  position: relative;
  transform: translateX(0);
  transition: 0.3s;
  height: 100vh;
  width: 100%;
  z-index: 3;
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content {
  background-color: #fff;
  height: 100%;
  padding: 0 50px;
  position: relative;
  overflow-y: auto;
  transition: 0.4s;
  transition-duration: 0.4s;
  transform: translateX(100%);
  width: 545px;
  z-index: 9;
}
@media only screen and (max-width: 575px) {
  .off-canvas-wrapper .off-canvas-inner .off-canvas-content {
    width: 310px;
  }
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item {
  margin-bottom: 30px;
  margin-top: 20px;
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item:last-child {
  margin-bottom: 0;
}
.off-canvas-wrapper.aside-menu .off-canvas-inner {
  background-color: transparent;
  transform: none;
}
.off-canvas-wrapper.aside-menu .off-canvas-inner .off-canvas-content {
  background-color: #182141;
  position: relative;
  width: 320px;
  transform: translateX(-100%);
  transition: 0.4s;
  transition-duration: 0.6s;
  z-index: 3;
}
@media only screen and (max-width: 479.98px) {
  .off-canvas-wrapper.aside-menu .off-canvas-inner .off-canvas-content {
    width: 310px;
  }
}
.off-canvas-wrapper.aside-menu .off-canvas-inner .off-canvas-content .close-action .btn-close {
  color: #fff;
}
.off-canvas-wrapper.aside-menu .off-canvas-inner .off-canvas-content .close-action .btn-close:hover {
  color: #f4a460;
}
.off-canvas-wrapper.aside-menu.active .off-canvas-inner .off-canvas-content {
  transform: none;
  transition-delay: 0.4s;
}
.off-canvas-wrapper .off-canvas-footer .side-footer {
  display: inline-block;
}
.off-canvas-wrapper .off-canvas-footer .side-footer .widget-social-icons {
  display: block;
}
.off-canvas-wrapper .off-canvas-footer .side-footer .widget-social-icons a {
  border: none;
  color: #000;
  font-size: 16px;
  float: left;
  margin-right: 40px;
  padding: 0;
}
@media only screen and (max-width: 575px) {
  .off-canvas-wrapper .off-canvas-footer .side-footer .widget-social-icons a {
    font-size: 13px;
    margin-right: 22px;
  }
}
.off-canvas-wrapper .off-canvas-footer .side-footer .widget-social-icons a.icon-color {
  color: #185381;
}
.off-canvas-wrapper .off-canvas-footer .side-footer .widget-social-icons a.icon-color.color-twitter {
  color: #429cd6;
}
.off-canvas-wrapper .off-canvas-footer .side-footer .widget-social-icons a.icon-color.color-instagram {
  color: #521313;
}
.off-canvas-wrapper .off-canvas-footer .side-footer .widget-social-icons a.icon-color.color-googleplus {
  color: #d62d20;
}
.off-canvas-wrapper .off-canvas-footer .side-footer .widget-copyright {
  display: block;
}
@media only screen and (max-width: 575px) {
  .off-canvas-wrapper .off-canvas-footer .side-footer .widget-copyright {
    display: inline-block;
    margin-top: 12px;
  }
}
.off-canvas-wrapper .off-canvas-footer .side-footer .widget-copyright p {
  line-height: 1.7;
}
@media only screen and (max-width: 575px) {
  .off-canvas-wrapper .off-canvas-footer .side-footer .widget-copyright p {
    font-size: 15px;
  }
}
.off-canvas-wrapper.bg-light-canvas .off-canvas-inner .off-canvas-content {
  background-color: #fff;
}
.off-canvas-wrapper.bg-light-canvas .off-canvas-inner .off-canvas-content .off-canvas-header {
  padding: 30px 0;
}
.off-canvas-wrapper.bg-light-canvas .off-canvas-inner .off-canvas-content .off-canvas-header .close-action button {
  position: absolute;
  right: 30px;
}
.off-canvas-wrapper.bg-light-canvas .off-canvas-inner .off-canvas-content .res-mobile-menu .slicknav_nav {
  padding-left: 10px;
}
.off-canvas-wrapper.bg-light-canvas .off-canvas-inner .off-canvas-content .res-mobile-menu .slicknav_nav li a {
  font-size: 16px;
  color: #333;
  padding-bottom: 16.5px;
  padding-top: 16.5px;
  text-transform: uppercase;
}
.off-canvas-wrapper.bg-light-canvas .off-canvas-inner .off-canvas-content .res-mobile-menu .slicknav_nav li a .slicknav_arrow {
  color: #999999;
  display: block;
}
.off-canvas-wrapper.bg-light-canvas .off-canvas-inner .off-canvas-content .res-mobile-menu .slicknav_nav li a:hover {
  color: #000;
}
.off-canvas-wrapper.bg-light-canvas .off-canvas-inner .off-canvas-content .res-mobile-menu .slicknav_nav li ul li a {
  color: #f4a460;
  padding-bottom: 13px;
  padding-top: 13px;
  text-transform: capitalize;
}
.off-canvas-wrapper.bg-light-canvas .off-canvas-inner .off-canvas-content .res-mobile-menu .slicknav_nav li ul li a:hover {
  color: #333;
}
.off-canvas-wrapper.bg-light-canvas .off-canvas-inner .off-canvas-content .res-mobile-menu .slicknav_nav li ul li ul li a {
  color: #242424;
  font-size: 15px;
}
.off-canvas-wrapper.bg-light-canvas .off-canvas-inner .off-canvas-content .res-mobile-menu .slicknav_nav li ul li ul li a:hover {
  color: #f4a460;
}
.off-canvas-wrapper.bg-light-canvas .off-canvas-inner .off-canvas-content.canvas-content-style2 .off-canvas-item {
  margin-bottom: 0;
  margin-top: 20px;
  height: calc(100% - 140px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.off-canvas-wrapper.bg-light-canvas .off-canvas-inner .off-canvas-content.canvas-content-style2 .side-canvas-footer .widget-contact-info {
  margin-bottom: 0;
  padding: 0 31px;
}
.off-canvas-wrapper.bg-light-canvas .off-canvas-inner .off-canvas-content.canvas-content-style2 .side-canvas-footer .widget-contact-info li {
  align-items: baseline;
  color: #242424;
  display: flex;
  margin-bottom: 10px;
}
.off-canvas-wrapper.bg-light-canvas .off-canvas-inner .off-canvas-content.canvas-content-style2 .side-canvas-footer .widget-contact-info li:first-child i {
  width: 35px;
}
.off-canvas-wrapper.bg-light-canvas .off-canvas-inner .off-canvas-content.canvas-content-style2 .side-canvas-footer .widget-contact-info li:last-child {
  margin-bottom: 0;
}
.off-canvas-wrapper.bg-light-canvas .off-canvas-inner .off-canvas-content.canvas-content-style2 .side-canvas-footer .widget-contact-info li i {
  color: #242424;
  font-size: 14px;
  width: 27px;
}
.off-canvas-wrapper.bg-light-canvas .off-canvas-inner .off-canvas-content.canvas-content-style2 .side-canvas-footer .widget-contact-info li span {
  color: #242424;
  font-size: 14px;
  line-height: 24px;
}
/*
-----------------------------------------------------------------------
    Home Slider CSS
-----------------------------------------------------------------------
*/
.home-slider-area.slider-default {
  position: relative;
}
.home-slider-area.slider-default .home-slider-content .swiper-container .swiper-wrapper .swiper-slide-active .slider-content-area .content .tittle-wrp h2 {
  animation-delay: 1s;
  animation-name: fadeInUp;
}
.home-slider-area.slider-default .home-slider-content .swiper-container .swiper-wrapper .swiper-slide-active .slider-content-area .content .btn-wrp {
  animation-delay: 1.6s;
  animation-name: fadeInLeft;
}
.home-slider-area.slider-default .home-slider-content .home-slider-item {
  background-position: center center;
  height: 480px;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-default .home-slider-content .home-slider-item {
    height: 460px;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area.slider-default .home-slider-content .home-slider-item {
    height: 380px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area.slider-default .home-slider-content .home-slider-item {
    height: 500px;
  }
}
@media only screen and (max-width: 575px) {
  .home-slider-area.slider-default .home-slider-content .home-slider-item {
    height: 478px;
  }
}
.home-slider-area.slider-default .slider-content-area {
  align-items: center;
  display: flex;
  height: 100%;
  position: relative;
}
.home-slider-area.slider-default .slider-content-area .content {
  border: 20px solid rgba(255, 255, 255, 0.5);
  max-width: 700px;
  text-align: center;
}
@media only screen and (max-width: 575px) {
  .home-slider-area.slider-default .slider-content-area .content {
    border-width: 10px;
    max-width: 400px;
  }
}
.home-slider-area.slider-default .slider-content-area .content .inner-content {
  background-color: rgba(255, 255, 255, 0.5);
  margin: 20px;
  padding: 29px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 575px) {
  .home-slider-area.slider-default .slider-content-area .content .inner-content {
    margin: 10px;
    padding: 10px;
  }
}
.home-slider-area.slider-default .slider-content-area .content .tittle-wrp {
  margin-bottom: 22px;
}
.home-slider-area.slider-default .slider-content-area .content .tittle-wrp h2 {
  color: #000;
  font-size: 60px;
  line-height: 1.2;
  animation-duration: 1.3s;
  animation-fill-mode: both;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-default .slider-content-area .content .tittle-wrp h2 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area.slider-default .slider-content-area .content .tittle-wrp h2 {
    font-size: 44px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area.slider-default .slider-content-area .content .tittle-wrp h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 479.98px) {
  .home-slider-area.slider-default .slider-content-area .content .tittle-wrp h2 {
    font-size: 30px;
  }
}
.home-slider-area.slider-default .slider-content-area .content .btn-wrp {
  animation-duration: 1.3s;
  animation-fill-mode: both;
}
.home-slider-area.slider-default .slider-content-area .content .btn-wrp .btn-link {
  border-bottom: 1px solid #000;
  color: #000;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
}
.home-slider-area.slider-default .slider-content-area .content .btn-wrp .btn-link:hover {
  color: #f4a460;
  border-color: #f4a460;
}
/*
-----------------------------------------------------------------------
	About CSS
-----------------------------------------------------------------------
*/
.about-area.about-default-area {
  padding: 100px 0;
}

/*
-----------------------------------------------------------------------
  Shop CSS
-----------------------------------------------------------------------
*/

.sch-area {
  padding: 120px 0 40px;
}
.h-search {
  width: 100%;
  position: relative;
  display: flex;
  margin:0;
}

.searchTerm {
  width: 100%;
  border: 10px solid #E9DCCF;
  background: #E9DCCF;
  border-right: none;
  padding: 12px 20px;
  height: 56px;
  border-radius: 25px 0 0 25px;
  outline: none;
  color: #173A52;
}
.searchTerm::placeholder {
color: #173A52;
}

.searchTerm:focus{
  color: #666;
  box-shadow: 0px 3px 3px 2px rgba(0, 0, 0, 0.2);

}

.searchTerm:focus + .searchButton{
 box-shadow: 3px 3px 3px 2px rgba(0, 0, 0, 0.2);

}
.searchButton {
  width: 56px;
  height: 56px;
  border: 1px solid #E9DCCF;
  background: #E9DCCF;
  text-align: center;
  color: #173A52;
  padding-right: 20px;
  border-radius: 0 25px 25px 0;
  cursor: pointer;
  font-size: 20px;
}
.searchButton:hover {
  color: #242424; 
  font-size: 26px;
}
@media only screen and (max-width: 992px) {
  .search-form {
    display:none;
  }
}

/*-----------------------------------------------------*/	
.product-area.latest-product-area {
  padding: 60px 0 20px;
}
@media only screen and (max-width: 1199px) {
  .sch-area {
  padding: 60px 0 20px;
}
  .product-area.latest-product-area {
    padding: 30px 0 20px;
  }
}
  .product-area.featured-product-area {
  padding: 20px 0 50px;
}
@media only screen and (max-width: 1199px) {
  .product-area.featured-product-area {
    padding: 20px 0 20px;
  }
}
.product-area.product-description-review-area .container {
  padding: 2px 0 68px;
}
.product-area.shop-single-product {
  padding-bottom: 40px;
  padding-top: 40px;
}
@media only screen and (max-width: 1199px) {
  .product-area.shop-single-product {
    padding-top: 70px;
    padding-bottom: 64px;
  }
}
.product-area.product-tab-area {
  padding: 97px 0 68px;
}
@media only screen and (max-width: 1199px) {
  .product-area.product-tab-area {
    padding: 61px 0 0;
  }
}
.product-area.wishlist-area {
  padding-top: 100px;
  padding-bottom: 70px;
}
/*--------------------------------------------*/
.pinfo-area{
	 padding-bottom: 40px;
  padding-top: 40px;
	}
.pinfo-area .info-card {
 min-height:38em;
 padding:15px;
  background-color:#E9DCCF;
}
@media only screen and (max-width: 1199px) {
  .pinfo-area {
    padding-top: 70px;
    padding-bottom: 64px;
  }
}
.info-card .title {
  color: #173A52;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 26px;
}
@media only screen and (max-width: 991px) {
	.pinfo-area .info-card {
 min-height:24em;

}
 .info-card .title {
    font-size: 28px;
    margin-bottom: 16px;
  }
}

.info-card .ctw {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 600;
  
}
.info-card .ctw .ictw {
  color: #173A52;
  font-size: 20px;
  font-weight: 700;
}
.info-card .ctw .ictw a{
  color: #000;
  
}
.info-card .ctw .ictw a:hover{
  color: #ab7f23;
  
}

.info-card .widget-social-icons {
  display: flex;
}
.info-card .widget-social-icons span {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  margin-right: 12px;
}
.top-kw-tag {
    display: inline-block;
    color: #333;
    margin: 3px 2px;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.2s;
}
.top-kw-tag:hover {
    color: #0056b3;
    text-decoration: none;
}
.kw-tag {
    display: inline-block;
    color: #333;
    margin: 3px 2px;
    font-size: 0.85em;
    text-decoration: underline;
    transition: color 0.2s;
}
.kw-tag:hover {
    color: #0056b3;
    text-decoration: underline;
}
@media only screen and (max-width: 575px) {
  .info-card .widget-social-icons span {
    font-size: 14px;
    margin-right: 2px;
  }
}
.info-card .widget-social-icons a {
  background-color: #f4a460;
  border: 1px solid transparent;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  line-height: 16px;
  margin-right: 10px;
  padding: 6.5px 9px;
  text-align: center;
  width: auto;
}
@media only screen and (max-width: 575px) {
  .info-card .widget-social-icons a {
    font-size: 12px;
    margin-right: 6px;
  }
}
.info-card .widget-social-icons a:last-child {
  margin-right: 0;
}
.info-card .widget-social-icons a.facebook {
  background-color: #435f9f;
}
.info-card .widget-social-icons a.facebook:hover {
  background-color: transparent;
  border-color: #435f9f;
  color: #435f9f;
}
.info-card .widget-social-icons a.twitter {
  background-color: #55acee;
}
.info-card .widget-social-icons a.twitter:hover {
  background-color: transparent;
  border-color: #00aaf0;
  color: #00aaf0;
}
.info-card .widget-social-icons a.google-plus {
  background-color: #fe6553;
}
.info-card .widget-social-icons a.google-plus:hover {
  background-color: transparent;
  border-color: #e04b34;
  color: #e04b34;
}
.info-card .widget-social-icons a.pinterest {
  background-color: #c32026;
}
.info-card .widget-social-icons a:hover {
  background-color: transparent;
  border-color: #ce1f21;
  color: #ce1f21;
}
.info-card .widget-social-icons a i {
  font-size: 14px;
}

.pinfo-area.plan-area {
  padding-bottom: 40px;
  padding-top: 40px;
}

@media only screen and (max-width: 1199px) {
  .pinfo-area.plan-area {
    padding-top: 70px;
    padding-bottom: 64px;
  }
}  
   
  .plan-area .rslink{
	 color:#333; 
	font-size:20px;
	margin:0 5px;
	}
	.plan-area .pg_yt{
	 color:#F00; 
	}
   .plan-area .rslink:hover{
	color:#fff; 
	}
	
/*--*/
.pcard-area.pcard-grid-area {
  padding: 0 0 50px;
}
.pcard-area.pcard-latest {
  padding: 50px 0 50px;
}
@media only screen and (max-width: 1199px) {
  .pcard-area.pcard-grid-area,.pcard-area.pcard-latest {
    padding: 70px 0 70px;
  }
}
.pcard-topbar-wrapper {
  /*border: 1px solid #e9e9e9;*/
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  padding: 20px 24px;
}
@media only screen and (max-width: 991px) {
  .pcard-topbar-wrapper {
    padding: 16px 14px;
  }
}
@media only screen and (max-width: 479.98px) {
  .pcard-topbar-wrapper {
    display: block;
  }
}
.pcard-topbar-wrapper .collection-shorting {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 479.98px) {
  .pcard-topbar-wrapper .collection-shorting {
    display: block;
  }
}
.pcard-topbar-wrapper .collection-shorting .pcard-topbar-right {
  line-height: 1;
  display: flex;
  width: 100%;
  align-items: center;
  margin-left: 8px;
  justify-content:flex-end;
}

@media only screen and (max-width: 991px) {
  .pcard-topbar-wrapper .collection-shorting .pcard-topbar-right {
    display: block;
    margin-left: 0;
  }
}
@media only screen and (max-width: 479.98px) {
  .pcard-topbar-wrapper .collection-shorting .pcard-topbar-right {
    display: flex;
  }
}
.pcard-item {
  position: relative;
  margin: 20px 3px;
  border:0px;
  background: #E9DCCF;
  padding:20px;
  height: 15em;
  border-radius: 15px 15px 15px 15px;
  outline: none;
  color: #173A52;
  overflow: hidden;
}
.pcard-item:hover {
outline:2px solid #ab7f23;
box-shadow: 2px 3px 6px 6px rgba(0, 0, 0, 0.1);
}
.pcard-item .pcard-info {
  
  text-align: left;
}
.pcard-item .pcard-info .title {
  color: #173A52;
  font-family: 'Inter', sans-serif;
  /*font-family:'Noto Sans TC', '微軟正黑體', 'Microsoft JhengHei', sans-serif;*/
  /*font-family: "Work Sans", sans-serif;*/
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 6px;
  
  font-display: swap;
}
.pcard-item .pcard-info .title a {
  color: #333;
  font-weight: 900;
}
.pcard-item .pcard-info .title a:hover {
  color: #ab7f23;
}
.pcard-item .pcard-info .line-hr { 
border-bottom: 2px solid #ab7f23;

}
.pcard-item .pcard-info .p-st { 
width:100%;
margin:6px 0px 0px 0px;
font-size: 14px;
color: #A2A2A2;
}
.pcard-item .pcard-info .p-sc ,.pcard-item .pcard-info .p-sk { 
width:100%;
margin:3px 0px 0px 0px;
font-size: 18px;
color: #173A52;
overflow:hidden;
text-overflow:ellipsis;
word-break:break-all;
display:-webkit-box;
-webkit-line-clamp:1;
-webkit-box-orient:vertical;
}
.pcard-item .pcard-info .p-sk { 
height:45px;
-webkit-line-clamp:2;
}
.pcard-item .pcard-thumb{
	
	    position: absolute;
		width: 90%;
		height:20px;
		bottom:30px;
	}
@media only screen and (max-width: 991px) {
 .pcard-item .pcard-thumb{
		width: 93%;
	}
}	
.pcard-item .pcard-action {
  position: absolute;
  justify-content: center;
  left: auto;
  right: auto;
  text-align: center;
  width: 100%;
}
.pcard-item .pcard-action .detButton {
  margin-bottom:3px;
  border: 0px;
  background: #173A52;
  text-align: center;
  color: #fff;
  padding: 8px 20px 8px 20px;
  border-radius: 18px;
  cursor: pointer;
  font-size: 14px;
}
.pcard-item .pcard-action .detButton:hover{
  color: #fff;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.single-pinfo-info .title {
  color: #333;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 23px;
}
@media only screen and (max-width: 991px) {
  .single-pinfo-info .title {
    font-size: 28px;
    margin-bottom: 16px;
  }
}
/*-------------------------------------------------------*/



/*
-----------------------------------------------------------------------
	Contact CSS
-----------------------------------------------------------------------
*/
.contact-area {
  padding: 100px 0 108px;
  position: relative;
}
.contact-area .section-title {
  margin-bottom: 30px;
}
.contact-area .section-title .title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 9px;
}
.contact-area .section-title p {
  font-weight: 600;
  line-height: 24px;
}

.account-login-area .section-title {
  margin-bottom: 28px;
}
.account-login-area .section-title .title {
  color: #333333;
  font-size: 30px;
}
.account-login-area .section-title p {
  color: #666666;
  font-size: 15px;
  margin-top: 3px;
}

.contact-info-content .contact-info-item {
  margin-bottom: 28px;
}
.contact-info-content .contact-info-item .content h4 {
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 4px;
  line-height: 21px;
}
.contact-info-content .contact-info-item .content p {
  line-height: 26px;
  font-weight: 600;
}

.contact-map-area {
  height: 500px;
}
@media only screen and (max-width: 767px) {
  .contact-map-area {
    height: 400px;
  }
}
.contact-map-area iframe {
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 575px) {
  .contact-map-area iframe {
    height: 300px;
  }
}
/*
-----------------------------------------------------------------------
	connect CSS
-----------------------------------------------------------------------
*/
.connect-area.connect-default-area {
  padding: 100px 0;
}

@media only screen and (max-width: 991px) {
   {
    margin-bottom: 30px;
  }
}
.connect-post {
	margin-bottom:3em;
	}
.connect-link .thumb {
  overflow: hidden;
  position: relative;
}
.connect-link .thumb img {
  height:280px;	
  width: 100%;
}

.connect-link .content {
  text-align: center;
  box-shadow: 0 3px 5px rgba(85, 85, 85, 0.2);
  padding: 20px 10px 16px;
}
.connect-link .content .connect-info .name {
  font-size: 18px;
  font-weight: 500;
  font-family: "Work Sans", sans-serif;
}
.connect-link .content .connect-info .name a {
  color: #6d6d6d;
}
.connect-link .content .connect-info .designation {
  font-size: 15px;
}
.connect-link:hover .thumb .social-icons a {
  opacity: 1;
  visibility: visible;
  left: 0;
}
.contact-form .contact-form-wrapper .form-group {
  margin-bottom: 20px;
}
.contact-form .contact-form-wrapper .form-group .form-control {
  background-color: transparent;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  color: #555;
  font-size: 13px;
  height: 45px;
  padding: 10px;
}
.contact-form .contact-form-wrapper .form-group .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #555;
  font-size: 13px;
}
.contact-form .contact-form-wrapper .form-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #555;
  font-size: 13px;
}
.contact-form .contact-form-wrapper .form-group .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #555;
  font-size: 13px;
}
.contact-form .contact-form-wrapper .form-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #555;
  font-size: 13px;
}
.contact-form .contact-form-wrapper .form-group .form-control:focus {
  border-color: #1b1b1b;
  box-shadow: none;
  outline: none;
}
.contact-form .contact-form-wrapper .form-group .form-control.textarea {
  min-height: 200px;
  padding: 10px;
}
.contact-form .contact-form-wrapper .form-group .btn-theme {
  margin-top: 35px;
  border-radius: 3px;
  font-size: 12px;
  min-width: 45px;
  padding: 14px 30px 13px;
}
.contact-form .contact-form-wrapper .form-group .btn-theme:hover {
  background-color: #242424;
  border-color: #242424;
}

/*
-----------------------------------------------------------------------
	cookie CSS
-----------------------------------------------------------------------
*/
.cookie-area{
	position:fixed;width:100%;
	min-height:150px;bottom:0;
	text-align:center;display:
	hidden;z-index:25;
	background:rgba(0,0,0,0.6);
	}	 	
 .cookie-container{
	 margin-top:50px;
	 color:#FFF}
/*
/*
-----------------------------------------------------------------------
  Footer CSS
-----------------------------------------------------------------------
*/
.footer-area {
  background-color: #1e2a58;
  padding: 0;
  position: relative;
  margin-top:100px;
}
.footer-area .footer-main {
  padding: 4em 0 4em;
}
.footer-area .flogo {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 10px;
  left: 50%;
  margin-left: -45px;
  margin-top: -50px;
}
.footer-area .container .row{
	justify-content: space-between;
	}
.footer-area .container .row .spl-widget,.footer-area .container .row .spr-widget{
	display:flex;
	width:45%;
	}	
.footer-area .container .row .spr-widget{
	justify-content:flex-end;
	}		
.footer-area .widget-item {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
 .footer-area .container .row .spl-widget,.footer-area .container .row .spr-widget{
	justify-content:flex-start;
	width:100%;
	flex-wrap:wrap;
	}		
  .footer-area .widget-item {
    margin-bottom: 30px;
  }
   .footer-area .row .col-lg-3:not(:last-child) {
    display:none;
  }
}
.footer-area .widget-item p {
  color: #999;	
  font-size: 14px;
  line-height: 24px;
}
.footer-area .widget-title, .footer-area .widget-title a{
  color: #CCC;
  font-weight:550;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 20px;
}
.footer-area .widget-title a:hover{
  color: #ab7f23;
}
.footer-area .widget-title .scam-icon{
  color: #CCC;
  font-size: 20px;
  margin-right: 8px;
}
.footer-area .widget-title .scam-icon:hover{
  color: #ab7f23;
}

.footer-area .about-widget {
  margin-bottom: 0;
}
.footer-area .widget-menu-wrap {
  margin-top: -3px;
}
.footer-area .widget-menu-wrap .nav-menu {
  display: flex;
  flex-direction: column;
}
.footer-area .widget-menu-wrap .nav-menu li {
  margin-bottom: 9px;
  position: relative;
}
.footer-area .widget-menu-wrap .nav-menu li a {
  color: #999;
  font-size: 14px;
  display: inline-block;
  position: relative;
}
.footer-area .widget-menu-wrap .nav-menu li a:hover {
  color: #fff;
}
.footer-area .widget-menu-wrap .nav-menu li:last-child {
  margin-right: 0;
}
.footer-area .widget-contact-info {
  margin-bottom: 0;
  margin-top: 25px;
}
.footer-area .widget-contact-info li {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 12px;
}
.footer-area .widget-contact-info li:last-child {
  margin-bottom: 0;
}
.footer-area .widget-contact-info li a {
  color: #999;
  font-size: 14px;
}
.footer-area .widget-contact-info li a:hover {
  color: #fff;
}
.footer-area .footer-bottom {
  background-color: #D9D9D9;
  padding: 19px 0;
}
.footer-area .footer-bottom .widget-copyright p {
  color: #242424;
  font-size: 14px;
  line-height: 24px;
}
.footer-area .footer-bottom .widget-copyright p span {
  color: #999;
}
.footer-area .footer-bottom .widget-copyright p a {
  color: #999;
}
.footer-area .footer-bottom .widget-copyright p i {
  color: #999;
  padding: 0 5px;
}

.reveal-footer {
  bottom: 0;
  left: 0;
  position: fixed;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .reveal-footer {
    position: relative;
  }
}

.site-wrapper-reveal {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .site-wrapper-reveal {
    margin-bottom: 0 !important;
  }
}
/*
-----------------------------------------------------------------------
  Color CSS
-----------------------------------------------------------------------
*/
.blue{
  color: #004085;
  background-color: #cce5ff;
  border-color: #bee5eb;
}


.gray {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.lgray {
  color: #666 !important;
  background-color: #f1f1f1;
  border-color: #d6d8db;
}


.green {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}


.lblue {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.bblue {
  color: #FFF;
  background-color: #407ddd;
  border-color: #407ddd;
}

.purp {
  color: #FFF;
  background-color: #d3337c;
  border-color: #d3337c;
}
.yellow {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.orange {
  color: #FFF;
  background-color: ##f4a460;
  border-color: ##f4a460;
}

.pink{
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.font_red {
	 color:#F00;
	}
.font_yellow {
	 color:#fff3cd;
	}
.font_green {
	 color:#d4edda;
	}
.font_blue {
	 color:#cce5ff;
	}		
.font_lblue {
	 color:#d1ecf1;
	}
.rlblue {
  color: #1b1e21;
  background-color: #D9EDF4;
  border-color: #c6c8ca;
}
.rmblue{
  color: #FFF;
  background-color:#00A2E0;
  border-color: #c6c8ca;
}
.rdblue {
  color: #1b1e21;
  background-color: #0032A0;
  border-color: #c6c8ca;
}
.outline-blue {
  color: #cce5ff!important;
  background-color: transparent!important;
  background-image: none!important;
  border-color: #cce5ff!important;
}
.outline-gray {
  color: #d6d8db!important;
  background-color: transparent!important;
  background-image: none!important;
  border-color: #d6d8db!important;
}
.outline-lgray {
  color: #d6d8db!important;
  background-color: transparent!important;
  background-image: none!important;
  border-color: #d6d8db!important;
}
.outline-green {
  color: #c3e6cb!important;
  background-color: transparent!important;
  background-image: none!important;
  border-color: #c3e6cb!important;
}

.outline-lblue {
  color: #bee5eb!important;
  background-color: transparent!important;
  background-image: none!important;
  border-color: #bee5eb!important;
}
.outline-yellow {
  color: #ffeeba !important;
  background-color: transparent!important;
  background-image: none!important;
  border-color: #ffeeba !important;
}

.outline-pink {
  color: #f5c6cb !important;
  background-color: transparent!important;
  background-image: none!important;
  border-color: #f5c6cb !important;
}
.outline-dark {
  color: #c6c8ca !important;
  background-color: transparent!important;
  background-image: none!important;
  border-color: #c6c8ca !important;
}	
.outline-black {
  color: #000 !important;
  background-color: transparent!important;
  background-image: none!important;
  border-color: #000 !important;
}	
.outline-black.active{
  color: #FFF !important;
  background-color:#db1277!important;
  background-image: none!important;
  border-color: #f4a460 !important;
  
}
.btn:hover, .btn:focus {
  text-decoration: none;
   -moz-box-shadow: 0 1px 1px rgba(135, 204, 137, 0.25);
  -webkit-box-shadow: 0 1px 1px rgba(135, 204, 137, 0.25);
 box-shadow: 0 0 0 0.3rem rgba(135, 204, 137, 0.25);
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.3rem rgba(0, 123, 255, 0.25);
}	
.btn-buyn {
 
  background-color: #d3337c;
  border-color: #db1277;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  height: 45px;
  line-height: 8px;
  min-width: 40% !important;
  padding: 21px 37px;
      margin-left: 16px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.btn-buyn:hover {
  background-color: #f4a460;
  border-color: #ce6925;
  color: #fff; 
}
.page-bcb{
	font-size:24px;
	font-weight: 700;
	 margin-bottom: 2em;
	 border-bottom: 3px solid #333;
	}
	.page-bcb>a{
	 color:#333;
	}
	.page-bcb>a:hover{
	 color:#ab7f23;
	}