/* Reset Code */
/*==========================================================
    container-wider 
==========================================================*/
.container_wider {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container_wider,
.container_wider-fluid,
.container_wider-xxl,
.container_wider-xl,
.container_wider-lg,
.container_wider-md,
.container_wider-sm {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container_wider {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .container_wider {
    width: 98%;
  }
}

@media (min-width: 1367px) {
  .container_wider {
    width: 95%;
  }
}

@media (min-width: 1680px) {
  .container_wider {
    width: 85%;
  }
}

.container_wider-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* //container */
/*==========================================================       
   其他共用
=========================================================*/
.horizontal {
  display: flex;
  align-items: center;
}

.full-row {
  margin-right: -15px;
  margin-left: -15px;
  display: table;
  content: " ";
  clear: both;
}


.wrapper {
  width: 100%;
  float: left;
  padding-top: 3rem !important;
  padding-bottom: 4rem !important;
  min-height: 600px;
}

@media (max-width: 1100px) {
  .wrapper {
    min-height: 560px;
  }
}

@media (max-width: 820px) {
  .wrapper {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
    min-height: 700px;
  }
}

@media (max-width: 550px) {
  .wrapper {
    min-height: 620px;
  }
}

@media (max-width: 420px) {
  .wrapper {
    min-height: 600px;
  }
}

@media (max-width: 375px) {
  .wrapper {
    min-height: 568px;
  }
}

.mode-box {
  float: left;
  text-align: center;
  margin-right: .5rem;
}

@media (max-width: 420px) {
  .mode-box {
    margin-right: .3rem;
  }
}

.page_wrapper {
  width: 100%;
  float: left;
  margin-top: 5.8rem !important;
  padding-bottom: 4rem !important;
  min-height: 860px;
  border-top: 1px solid var(--border-color-light);
}

@media (max-width: 820px) {
  .page_wrapper {
    margin-top: 5.4rem !important;
    min-height: 760px;
  }
}

@media (max-width: 600px) {
  .page_wrapper {
    padding-bottom: 2rem !important;
  }
}

.breadcrumb {
  text-shadow: 0 2px 12px rgb(0 0 0 / 25%);
}

@media all and (max-width: 600px) {
  .col-md-6 {
    width: 100%;
  }
}

/*============================================================== 
    inner banner  內頁上方banner
==============================================================*/
.inner-banner {
  width: 100%;
  height: auto;
  margin: 5.8rem 0 .5rem 0;
}

.inner-banner::before {
  content: "";
  position: absolute;
  top: 0;
  min-height: 100%;
  left: 0;
  right: 0;
  z-index: -1;
}

h4.inner-text-title {
  color: #fff;
  font-weight: 800;
  margin-bottom: 5px;
}

.breadcrumbs-custom-path li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  text-transform: capitalize;
  color: #eee;
}

.breadcrumbs-custom-path a,
.breadcrumbs-custom-path a:active {
  color: #fff;
  font-weight: bold;
}

.breadcrumbs-custom-path a:hover {
  color: var(--primary-color);
}

/* //inner banner */


/*--responsive media-quries--*/
@media (max-width: 768px) {
  .inner-banner {
    margin: 82px 0 0 0;
  }
}

@media (max-width: 600px) {
  .inner-banner {
    margin: 66px 0 0 0;
  }
}



/*========================
  keyword btn
===========================*/
.keyword-btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: #BFCCCC;
  border: 1px solid transparent;
  padding: 0rem 0.5rem 0.2rem;
  font-size: .8rem;
  border-radius: 5rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.keyword-btn:hover {
  color: #fff;
  background-color: #F54748;
}

.keyword-btn-check:focus+.keyword-btn,
.keyword-btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}


@media (prefers-reduced-motion: reduce) {
  .keyword-btn {
    transition: none;
  }
}


/*==============================================================
    分頁按鈕
==============================================================*/
.PaginationBox {
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
}

.InnerPagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.InnerPagination>li {
  display: inline;
}

.InnerPagination>li>a,
.InnerPagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #333;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.InnerPagination>li:first-child>a,
.InnerPagination>li:first-child>span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.InnerPagination>li:last-child>a,
.InnerPagination>li:last-child>span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.InnerPagination>li>a:hover,
.InnerPagination>li>span:hover,
.InnerPagination>li>a:focus,
.InnerPagination>li>span:focus {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}


.InnerPagination>.disabled>span,
.InnerPagination>.disabled>span:hover,
.InnerPagination>.disabled>span:focus,
.InnerPagination>.disabled>a,
.InnerPagination>.disabled>a:hover,
.InnerPagination>.disabled>a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.InnerPagination-lg>li>a,
.InnerPagination-lg>li>span {
  padding: 10px 16px;
  font-size: 18px;
}

.InnerPagination-lg>li:first-child>a,
.InnerPagination-lg>li:first-child>span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.InnerPagination-lg>li:last-child>a,
.InnerPagination-lg>li:last-child>span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.InnerPagination-sm>li>a,
.InnerPagination-sm>li>span {
  padding: 5px 10px;
  font-size: 12px;
}

.InnerPagination-sm>li:first-child>a,
.InnerPagination-sm>li:first-child>span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.InnerPagination-sm>li:last-child>a,
.InnerPagination-sm>li:last-child>span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/*==============================================================
    header 
==============================================================*/
/* navigation styling */
.logo-img {
  float: left;
  margin-right: 0.25rem;
}

.logo-img img {
  width: auto;
  height: 68px;
}

.navbar .navbar-brand {
  margin: 0;
  padding: 0;
  font-size: 1.25rem;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  text-shadow: 1px 1px 4px rgba(140, 140, 140, .8);
}

.navbar .navbar-brand_text-cn {
  font-size: 1rem;
  font-weight: 800;
  font-family: '新細明體';
}

.navbar .navbar-brand_text-en {
  font-size: .1rem;
  font-weight: 400;
  letter-spacing: -1em;
  margin-left: 0.3em;
}

.navbar .navbar-brand:hover {
  color: #fff;
}

.navbar-expand-lg .navbar-nav .nav-item {
  padding: 0 15px;
}

.navbar-nav .nav-link:focus {
  color: #9E913B;
}

.navbar-expand-lg .navbar-nav .show>.nav-link,
.navbar-expand-lg .navbar-nav .active>.nav-link,
.navbar-expand-lg .navbar-nav .nav-link.show,
.navbar-expand-lg .navbar-nav .nav-link.active,
.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #000;
  /*text-shadow: 1px 1px 1px rgba(255, 255, 255, .5);*/
}

.navbar-expand-lg .navbar-nav .nav-link,
.navbar-expand-lg .navbar-nav .nav-link:active {
  padding: 0;
  font-size: 18px;
  color: #333333f2;
  /*text-shadow: 1px 1px 1px rgba(255,255,255,0.80);*/
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .5px;
  -webkit-font-smoothing: antialiased;
}

.nav-fixed .navbar .navbar-brand {
  color: var(--heading-color);
}

.navbar-nav .dropdown-menu li {
  width: 100%;
}

a.dropdown-item {
  font-size: 16px;
  color: var(--heading-color);
  padding: 10px 24px;
  font-weight: 350;
  text-transform: uppercase;
  border-bottom: 1px solid #E3E3E3;
}

a.dropdown-item:hover {
  color: #fff;
  background: #9E913B;
}

a.dropdown-item.active {
  background: transparent;
  color: #9E913B;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  transform: translateX(-30px);
  background: var(--bg-color);
  border-top: 2px solid #9E913B;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: rgb(12 12 12 / 6%) 0px 1px 20px 0px;
  margin-top: 2rem;
}

.navbar-expand-lg .navbar-nav .dropdown-menu.dropdown-menu-1 {
  transform: translateX(-50px);
}

.navbar-expand-lg .navbar-nav .dropdown-menu.dropdown-menu-2 {
  transform: translateX(-40px);
}

.navbar-expand-lg .navbar-nav .dropdown-menu:before {
  content: '';
  width: 100%;
  display: block;
  position: absolute;
  z-index: 1001;
}

header {
  padding: 0;
  transition: all 0.4s ease 0s;
  height: 90px;
  display: grid;
  align-items: center;
}

header.nav-fixed {
  padding: 0;
  background-color: var(--bg-color);
  height: 90px;
  border-bottom: 1px solid var(--border-color-light);
  /*border-bottom: none;
 box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);*/
  z-index: 10 !important;
  /* for z-index:10 to display gallery popup */
}

.dropdown-toggle::after {
  display: none;
}

/* serach */
.search-header input {
  font-size: 15px;
  border-radius: 30px 0 0 30px;
  background: rgb(255 255 255 / 25%);
  padding: 8px 15px;
  color: #fff;
  border: 1px solid transparent;
  border-right: none;
}

.search-header input:focus {
  box-shadow: none;
  border-color: var(--border-color-light);
  background: rgb(255 255 255 / 25%);
  color: #fff;
}

.search-header {
  border-radius: 0 30px 30px 0;
  box-shadow: none;
  padding: 6px 16px;
  font-size: 15px;
}

.search-header {
  color: var(--secondary-color);
  color: #fff;
}

.search-header input::-moz-placeholder {
  color: #fff;
  opacity: .8;
}

.search-header input::placeholder {
  color: #fff;
  opacity: .8;
}

.nav-fixed .search-header input {
  color: var(--heading-color);
  border-color: var(--border-color-light);
}

.nav-fixed .search-header input::-moz-placeholder {
  color: var(--heading-color);
  opacity: .8;
}

.nav-fixed .search-header input::placeholder {
  color: var(--heading-color);
  opacity: .8;
}


/*--responsive media-quries--*/
@media only screen and (max-width: 1360px) {
  .navbar-expand-lg .navbar-nav .nav-item {
    padding: 0 12px;
  }
}

@media only screen and (max-width: 1100px) {
  header.nav-fixed {
    height: auto;
    padding: 10px 0;
  }

  header {
    height: auto;
    padding: 10px 0;
  }

  nav.navbar.navbar-expand-lg.navbar-light {
    padding: 0;
  }

  .navbar-collapse {
    max-height: calc(100vh - 80px);
    overflow-y: scroll;
  }

  .navbar-toggler {
    padding: 0rem !important;
    border: none;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }

  .navbar-collapse {
    float: left;
    text-align: center;
    width: 100%;
    background: var(--bg-color);
    padding: 20px;
    margin-top: 16px;
    box-shadow: 0 6px 19px rgba(0, 0, 0, 0.05);
  }

  .navbar-expand-lg .navbar-nav .nav-item {
    padding: 7px 0;
  }

  .navbar-nav .dropdown-menu {
    text-align: center;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    display: inline-block;
    text-align: center;
    color: var(--heading-color);
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    transform: translateX(0px);
    border-top: 2px solid #9E913B;
    /*border-bottom: 1px solid rgba(0, 0, 0, 0.15);*/
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    margin-top: .65rem;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu:before {
    border: none;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    text-shadow: 0px 0px 0px rgba(255, 255, 255, 0);
  }

  .navbar-toggler-icon {
    background-image: none;
    padding: 0;
    width: 34px;
    height: 34px;
    display: inline-block;
    background: #272121;
    border-radius: 4px;
    text-align: center;
  }

  .navbar-toggler-icon.fa {
    font-size: 20px;
    line-height: 34px;
    background: #f54748;
    color: #fff;
  }

  button.navbar-toggler .icon-close {
    display: block;
  }

  button.navbar-toggler .icon-expand {
    display: none;
  }

  button.navbar-toggler.collapsed .icon-close {
    display: none;
  }

  button.navbar-toggler.collapsed .icon-expand {
    display: block;
  }

  .cont-ser-position {
    position: absolute;
    right: 70px;
    top: 20px;
  }

  .search-header input {
    border-color: var(--border-color-light);
    color: var(--heading-color);
  }

  .search-header input::-moz-placeholder {
    color: var(--heading-color);
    opacity: .8;
  }

  .search-header input::placeholder {
    color: var(--heading-color);
    opacity: .8;
  }

  .search-header input:focus {
    color: var(--heading-color);
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu.dropdown-menu-2 {
    transform: translateX(0px);
  }
}

@media only screen and (max-width: 900px) {
  .cont-ser-position {
    right: 70px;
    top: 22px;
  }

}

@media only screen and (max-width: 820px) {
  header {
    padding: 10px 0;
  }

  .logo-img img {
    height: 62px;
  }

  .cont-ser-position {
    right: 70px;
    top: 20px;

  }

  .navbar .navbar-brand_text-en {
    font-size: .12rem;
    font-weight: 400;
    letter-spacing: -.8em;
  }

  .navbar .navbar-brand_text-cn {
    font-size: 1rem;
    font-weight: 800;
    font-family: '新細明體';
  }
}

@media only screen and (max-width: 768px) {
  .cont-ser-position {
    right: 45px;
    top: 5px;
  }
}

@media only screen and (max-width: 600px) {
  header {
    padding: 8px 0;
  }

  header.nav-fixed {
    height: auto;
    padding: 6px 0;
  }

  .logo-img {
    width: 142px;
  }

  .cont-ser-position {
    right: 50px;
    top: 7px;
  }

  a.dropdown-item {
    font-size: 16px;
    color: var(--heading-color);
    padding: 10px 24px;
    font-weight: 400;
    text-transform: uppercase;
    border-bottom: 1px solid #E3E3E3;
  }

  .logo-img img {
    height: 50px;
  }
}

@media only screen and (max-width: 480px) {
  .navbar .navbar-brand {
    font-size: 32px;
  }

  .cont-ser-position {
    right: 40px;
    top: 0;
  }
}

@media only screen and (max-width: 450px) {
  .logo-img img {
        height: 48px;
    }
  }

@media only screen and (max-width: 400px) {
  .navbar .navbar-brand {
    font-size: 32px;
  }

  .navbar .navbar-brand_text-en {
    font-size: .125555rem;
    font-weight: 100;
    letter-spacing: -.8em;
    margin-top: 0px;
  }

  .navbar .navbar-brand_text-cn {
    font-size: .9rem;
    font-weight: 700;
  }

}

/* //navigation styling */


/*==============================================================
       按鈕
==============================================================*/
.btn-box {
  width: 100%;
  max-width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}

.btn-addtocart {
  display: inline-block;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  padding: 8px 50px;
  color: #94a765;
  border-radius: 0;
  font-weight: 400;
  outline: none;
  border-color: #94a765;
  transition: all 1.8s ease-in-out;
}

.btn-addtocart:hover {
  background: #b5c68d;
  color: #fff;
}

.btn-quick_buy {
  display: inline-block;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  padding: 8px 60px;
  color: #fff;
  border-radius: 0;
  font-weight: 400;
  outline: none;
  border: none;
  background: #94a765;
  transition: all 1.8s ease-in-out;
}

.btn-quick_buy:hover {
  color: #fff;
  background-color: #b5c68d;
}

.btn-proEnd {
  display: inline-block;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  padding: 8px 120px;
  color: #fff;
  border-radius: 0;
  outline: none;
  border: none;
  background: #B8B8B8;
  transition: all 1.8s ease-in-out;
}

.btn-proEnd:hover {
  color: #fff;
  background-color: #D5D5D5;
}

.btn-xs,
.btn-group-xs>.btn {
  padding: 1px 3px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}

.search-header button.btn-style {
  border-radius: 0 30px 30px 0;
  box-shadow: none;
  padding: 6px 16px;
  font-size: 15px;
}

.btn-style {
  display: inline-block;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  padding: 13px 30px;
  color: #fff;
  border-radius: var(--border-radius-full);
  outline: none;
  border: none;
  transition: all 1.8s ease-in-out;
  background: var(--primary-color);
}

.btn-green {
  display: inline-block;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  padding: 10px 60px;
  color: #fff;
  border-radius: 0;
  outline: none;
  border: none;
  background: #94a765;
  transition: all 1.8s ease-in-out;
}

.btn-green:hover {
  color: #fff;
  background-color: #b5c68d;
}

.btn-pink {
  display: inline-block;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  padding: 13px 50px;
  color: #fff;
  border-radius: 0;
  outline: none;
  border: none;
  background: #DD7EAA;
  transition: all 1.8s ease-in-out;
}

.btn-style:hover,
.btn-pink:hover {
  color: #fff;
  background-color: #B1B1B1;
  border-color: #BFBFBF;
}

.btn-warning {
  color: #fff;
  background-color: #9E913B;
  border-color: #9C8E36;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.btn-gold:hover,
.open>.dropdown-toggle.btn-warning {
  color: #fff;
  border-color: #B9B9B9;
}

.btn-gold {
  display: inline-block;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  padding: 10px 60px;
  border-radius: 0;
  outline: none;
  border: none;
  color: #fff;
  background-color: #9E913B;
}

.btn-gold:hover {
  background-color: #77766c;
}

.btn-red {
  display: inline-block;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  padding: 10px 60px;
  border-radius: 0;
  outline: none;
  border: none;
  color: #fff;
  background-color: #d9534f;
}

.btn-red:hover {
  color: #fff;
  background-color: #B9B9B9;
}

.btn-danger .badge {
  color: #fff;
  background-color: #d9534f;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #E72F57;
  border-color: #B9B9B9;
}

.btn-blue-light {
  display: inline-block;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  padding: 13px 50px;
  color: #fff;
  border-radius: 0;
  outline: none;
  border: none;
  background: #aecedd;
  transition: all 1.8s ease-in-out;
}

.btn-blue-light:hover {
  color: #fff;
  background-color: #f48924;
  border-color: #BFBFBF;
}

.btn-GB {
  display: inline-block;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  padding: 13px 50px;
  color: #fff;
  border-radius: 0;
  outline: none;
  border: none;
  background: #7FDCC9;
  transition: all 1.8s ease-in-out;
}

.btn-GB:hover {
  color: #fff;
  background-color: #6ACED7;
  border-color: #BFBFBF;
}

a.btn-style-primary {
  color: #fff;
  font-weight: 600;
  font-size: 17px;
}

a.btn-style-primary:hover {
  color: #9E913B;
}

a.btn-style-primary i {
  color: #9E913B;
  background: #fff;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  line-height: 45px;
  margin-right: 5px;
  box-shadow: 0 0.5rem 1rem rgb(16 16 16 / 7%);
}

/*--responsive media-quries--*/
@media (max-width:820px) {
  .btn-style {
    padding: 10px 20px;
  }
}

@media (max-width:568px) {
  .btn-style {
    padding: 5px 15px;
    line-height: 1.2;
  }

  .btn-style:hover {
    padding: 13px 30px;
    font-size: 14px;
  }
}

@media (max-width: 420px) {
  .btn-style:hover {
    padding: 5px 12px;
  }

  .btn-pink,
  .btn-GB {
    padding: 10px 35px;
  }
}

@media (max-width: 360px) {

  .btn-pink,
  .btn-GB {
    padding: 10px 30px;
  }
}



/*==============================================================
    title style 
==============================================================*/
h3.title-style {
  font-size: 44px;
  line-height: 50px;
  font-weight: bold;
  text-shadow: 0 2px 12px rgb(0 0 0 / 14%);
}

h3.title-style span {
  font-weight: 100;
}

h5.title-style {
  font-size: 32px;
  line-height: 50px;
}

/*--responsive media-quries--*/
@media (max-width:991px) {
  h3.title-style {
    font-size: 38px;
    line-height: 48px;
  }
}

@media (max-width:568px) {
  h3.title-style {
    font-size: 35px;
    line-height: 40px;
  }
}

@media (max-width: 450px) {
  h3.title-style {
    font-size: 30px;
    line-height: 30px;
  }

  .btn-style {
    line-height: 1.2;
    padding: 5px 15px;
  }
}

@media (max-width:380px) {
  
}

/*==============================================================
   footer 
==============================================================*/
footer {
  background: url(../images/footer.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  position: relative;
  z-index: 1;
}

footer::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--footer-layer);
  z-index: -1;
}

.copy-text {
  width: 100%;
  color: #fff;
  opacity: .8;
  font-size: 16px;
  text-align: center;
}

.textbox,
.iconbox {
  width: auto;
}

footer i {
  color: #fff;
  font-size: 20px;
  margin-top: 10px;
}

footer i:hover {
  color: #9E913B;
}



/*--responsive media-quries--*/

@media (max-width: 620px) {
  footer .copy-text {
    font-size: 13px;
  }
}

/* //footer */

/*============================================================== 
     movetop styling 
==============================================================*/
#movetop {
  position: fixed;
  bottom: 90px;
  right: 15px;
  z-index: 9;
  font-size: 16px;
  border: none;
  outline: none;
  cursor: pointer;
  color: #fff;
  width: 40px;
  height: 40px;
  background: #9E913B;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  padding: 0;
}

#movetop:hover {
  opacity: .8;
}


/*==============================================================
	表單元件
==========================================================*/
.content-search {
  float: left;
  width: 100%;
  margin: 0 0 1em;
}

.content-search-w50 {
  float: left;
  width: 50%;
  margin: 0 25% 1em;
}

.content-search-full {
  float: left;
  width: 100%;
}

.text-box {
  outline: none;
  width: 100%;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 25px;
  padding: 0px 10px 0px 0px;
  color: #000;
}

.content-form select,
.content-form input[type="date"],
.content-form input[type="text"],
.content-form input[type="password"],
.content-form input[type="tel"],
.content-form textarea {
  outline: none;
  width: 100%;
  font-size: 1.1rem;
  line-height: 25px;
  padding: 12px 15px 12px 12px;
  color: #8C8C8C;
  border: 1px #ebebeb solid;
}

.content-form select {
  background: #Ffff url(../images/down.png) no-repeat 97% 52%;
  -webkit-appearance: none;
}


.content-form textarea {
  resize: none;
  height: 6em;
}

.content-form form input[type=submit] {
  color: #fff;
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  cursor: pointer;
  border: none;
  background: #9E913B;
  outline: none;
  width: 100%;
}

.content-form form input[type=submit]:hover {
  background: #CFBF85;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
}

.check-area {
  width: 100%;
  float: left;
  color: #888;
  background: none;
  outline: none;
  font-size: 1.1rem;
  margin: 3px 0;
}

.checkBox {
  width: 33.3333333%;
  float: left;
  margin: 0.375rem 0;
}

.check-area input[type="date"] {
  width: auto;
  color: #888;
  background: none;
  padding: 5px 10px;
  outline: none;
  font-size: 1.1rem;
  border: 1px solid #ebebeb;
  margin: 3px 10px 0 0;
}

.call-to-action_content .content-form input-::-webkit-input-placeholder,
.call-to-action_content .content-form input:-ms-input-placeholder,
.call-to-action_content .content-form input::-webkit-input-placeholder,
.call-to-action_content .content-form input::-moz-placeholder,
.call-to-action_content .content-form input::-ms-input-placeholder,
.call-to-action_content .content-form input::placeholder {
  color: #8C8C8C;
}


.content-search_btn {
  width: 100%;
  display: inline-block;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 1.1rem;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
  outline: none;
  border: none;
  background: #9E913B;
  transition: all 1.8s ease-in-out;
}

.content-search_btn:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}


/*--responsive media-quries--*/
@media (max-width: 1100px) {
  .content-search {
    width: 100%;
    margin: 0 0 .5em;
  }
}

@media (max-width: 600px) {
  .content-search-w50 {
    float: left;
    width: 100%;
    margin: 1em 0% .5em;
  }
}

@media(max-width:550px) {
  .checkBox {
    width: 50%;
  }

  .form-group form input[type=submit] {
    padding: 10px 15px;
  }
}

@media(max-width:420px) {

  .content-form input[type="text"] {
    font-size: 15px;
    line-height: 20px;
    padding: 8px;
    height: 40px;
  }

  .form-group form input[type=submit] {
    width: 90%;
    padding: 8px 12px;
    font-size: 15px;
  }

  .text-box {
    font-size: 18px;
    line-height: 23px;
    padding: 8px 8px 8px 0px;
    height: auto;
  }

  .content-form select,
  .content-form input[ type="date"] {
    font-size: 15px;
    line-height: 23px;
    padding: 8px 10px 8px 8px;
    height: auto;
  }

  .content-search_btn {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .check-area {
    font-size: 15px;
  }


}

@media(max-width:380px) {
  .text-box {
    font-size: 16px;
  }

  .content-form select,
  .content-form input[ type="date"],
  .content-form input[type="text"],
  .content-form textarea {
    font-size: 14px;
  }

  .check-area {
    font-size: 14px;
  }


}




/*==============================================================
	共用列表
==============================================================*/
.radius_list {
  margin: 3px 0;
  width: 100%;
  float: left;
  padding: 15px 25px;
  transition: 0.3s ease-in;
  display: block;
  background: var(--bg-color);
  box-shadow: 0px 9px 24px 5px rgba(0, 0, 0, 0.04);
  border-radius: var(--border-radius);
  border: 1px solid var(--border-color-light);
  position: relative;
}

.radius_list-p0 {
  margin: 3px 0;
  width: 100%;
  float: left;
  padding: 0;
  transition: 0.3s ease-in;
  display: block;
  background: var(--bg-color);
  box-shadow: 0px 9px 24px 5px rgba(0, 0, 0, 0.04);
  border-radius: var(--border-radius);
  border: 1px solid var(--border-color-light);
  position: relative;
}

.radius_list-w80 {
  margin: 3px 10%;
  width: 80%;
  float: left;
  padding: 15px 25px;
  transition: 0.3s ease-in;
  display: block;
  background: var(--bg-color);
  box-shadow: 0px 9px 24px 5px rgba(0, 0, 0, 0.04);
  border-radius: var(--border-radius);
  border: 1px solid var(--border-color-light);
  position: relative;
}

.radius_list-w80-p0 {
  margin: 3px 10%;
  width: 80%;
  float: left;
  padding: 0px;
  transition: 0.3s ease-in;
  display: block;
  background: var(--bg-color);
  box-shadow: 0px 9px 24px 5px rgba(0, 0, 0, 0.04);
  border-radius: var(--border-radius);
  border: 1px solid var(--border-color-light);
  position: relative;
}

.ContentBox {
  width: 100%;
  float: left;
  padding: 15px 25px;
  font-size: 1.1rem;
}

.radius_list i,
.radius_list-w80 i,
.radius_list-p0 {
  color: #9E913B;
  margin-right: 5px;
}

.radius_topbtn-atcion,
.radius_topbtn {
  width: 50%;
  float: left;
  margin-bottom: 2rem;
  padding: 1.5rem 25px;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  transition: all .6s ease-in-out;
}

.radius_topbtn-atcion {
  color: #9E913B;
}

.radius_topbtn {
  background: #EDEDED;
}

.radius_topbtn a {
  color: #000;
}

.radius_topbtn:hover {
  background: #EDEDED;
}

/*--responsive media-quries--*/
@media all and (max-width: 1100px) {

  .radius_list-w80,
  .radius_list-w80-p0 {
    margin: 3px 0%;
    width: 100%;
  }
}

@media all and (max-width: 800px) {

  .radius_topbtn-atcion,
  .radius_topbtn {
    padding: 1.2rem 25px;
    font-size: 1.6rem;
  }

  .form-group form input[type=submit] {
    padding: 12px 0px;
    font-size: 1.2em;
  }

}

@media all and (max-width: 600px) {
  .ContentBox {
    padding: 15px;
    font-size: 1rem;
  }

  .radius_topbtn-atcion,
  .radius_topbtn {
    padding: 1rem 20px;
    font-size: 1.5rem;
  }

}

@media all and (max-width: 480px) {
  .ContentBox {
    padding: 0;
  }

  .radius_topbtn-atcion,
  .radius_topbtn {
    font-size: 1.4rem;
  }

}

@media (max-width: 420px) {

  .radius_topbtn-atcion,
  .radius_topbtn {
    font-size: 1.3rem;
  }

  .radius_list-w80 {
    padding: 15px 20px;
  }
}

/*img-animation**********************/
.img-custom-anim-right {
  animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-right {
  0% {
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

.img-custom-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

.img-custom-anim-top {
  animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes img-anim-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

.img-custom-anim-bottom {
  animation: img-anim-bottom 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes moving {
  0% {
    transform: translatey(0px);
  }

  20% {
    transform: translateX(-50px);
  }

  50% {
    transform: translatey(-40px);
  }

  100% {
    transform: translatey(0px);
  }
}

@keyframes translateX2 {
  0% {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  100% {
    -webkit-transform: translatXY(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes translateY2 {
  0% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  100% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.progressInLeft-88 {
  opacity: 0;
  animation: progressInLeft-88 2s ease-out forwards;
  /* 2 seconds duration, ease-out effect */
}

@keyframes progressInLeft-88 {
  0% {
    opacity: 0;
    width: 0;
  }

  100% {
    opacity: 1;
    width: 88%;
  }
}

.progressInLeft-85 {
  opacity: 0;
  animation: progressInLeft-85 2s ease-out forwards;
  /* 2 seconds duration, ease-out effect */
}

@keyframes progressInLeft-85 {
  0% {
    opacity: 0;
    width: 0;
  }

  100% {
    opacity: 1;
    width: 85%;
  }
}

.progressInLeft-95 {
  opacity: 0;
  animation: progressInLeft-95 2s ease-out forwards;
  /* 2 seconds duration, ease-out effect */
}

@keyframes progressInLeft-95 {
  0% {
    opacity: 0;
    width: 0;
  }

  100% {
    opacity: 1;
    width: 95%;
  }
}

@keyframes swing {
  0% {
    -webkit-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes icon-bounce {

  0%,
  100%,
  20%,
  50%,
  80% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  60% {
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

@keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes tfLeftToRight {
  49% {
    transform: translateX(30%);
  }

  50% {
    opacity: 0;
    transform: translateX(-30%);
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes tfLeftToRight {
  49% {
    transform: translateX(30%);
  }

  50% {
    opacity: 0;
    transform: translateX(-30%);
  }

  100% {
    opacity: 1;
  }
}

@-ms-keyframes tfLeftToRight {
  49% {
    transform: translateX(30%);
  }

  50% {
    opacity: 0;
    transform: translateX(-30%);
  }

  100% {
    opacity: 1;
  }
}

@keyframes tfLeftToRight {
  49% {
    transform: translateX(30%);
  }

  50% {
    opacity: 0;
    transform: translateX(-30%);
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes tpLeftToRight {
  0% {
    transform: translateX(-20%);
  }

  100% {
    transform: translateX(0%);
  }
}

@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
}

@-moz-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
}

@-ms-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
}

@keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
}

/*==========================================================       
   影片
=========================================================*/
.video-container {
  position: relative;
  padding-bottom: 63%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*--responsive media-quries--*/
@media (max-width: 1024px) {
  .video-container {
    padding-bottom: 60%;
  }
}

@media (max-width: 820px) {
  .video-container {
    padding-bottom: 59%;
  }
}

/*============================
       結帳流程 
=============================*/
.cart_stepwrap {
  position: relative;
  width: 82%;
  height: 80px;
  margin: 60px auto 0;
}

.cart_stepwrap:after {
  content: "";
  display: table;
  clear: both;
}

.cart_stepwrap .cart_item {
  width: calc(100% / 4);
  float: left;
}

.cart_stepwrap .cart_item .cart_num {
  width: 40px;
  height: 40px;
  background: #bfbfbf;
  border-radius: 99em;
  font-size: 24px;
  color: #ffffff;
  margin: 0 auto;
  text-align: center;
  line-height: 1.6;
  font-family: Microsoft JhengHei;
}

.cart_stepwrap .cart_item .cart_num.active {
  background: #86cbd2;
}

.cart_stepwrap .cart_item .cart_text {
  text-align: center;
  color: #bfbfbf;
  font-family: Microsoft JhengHei;
  font-size: 16px;
  margin-top: 20px;
}

.cart_stepwrap .cart_item .cart_text.active {
  color: #656764;
}

.cart_stepwrap .cart_line {
  width: 76%;
  margin: auto;
  top: 20px;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  border-top: 5px solid #bfbfbf;
  pointer-events: none;
  z-index: -1;
}

@media (max-width: 820px) {
  .cart_stepwrap {
    position: relative;
    width: 100%;
    height: 73px;
    margin: 60px auto 0;
  }

}

@media (max-width: 600px) {
  .cart_stepwrap {
    position: relative;
    width: 100%;
    height: 68px;
    margin: 50px auto 0;
  }

  .cart_stepwrap .cart_item .cart_num {
    width: 36px;
    height: 36px;
    font-size: 20px;
    line-height: 1.8;
  }

  .cart_stepwrap .cart_item .cart_text {
    font-size: 15px;
    margin-top: 15px;
  }

}

@media (max-width: 480px) {
  .cart_stepwrap .cart_item .cart_text {
    font-size: 13px;
  }

  .cart_stepwrap .cart_line {
    top: 16px;
  }
}

@media (max-width: 420px) {
  .cart_stepwrap .cart_item .cart_text {
    font-size: 12px;
  }
}

/*=================================================
   購物相關之上方大標題
===================================================*/
.Oder_Member-title {
  width: 100%;
  height: auto;
  margin: 90px 0 .5rem 0;
}

/*--responsive media-quries--*/
@media all and (max-width: 820px) {
  .Oder_Member-title {
    margin: 75px 0 .5rem 0;
  }
}

@media all and (max-width: 600px) {
  .Oder_Member-title {
    margin: 55px 0 .5rem 0;
  }
}