@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Noto+Sans+TC:wght@300;400;500&family=Urbanist:wght@300;400;600&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");
@import url(../css/bootstrap.min.css);
@import url(../css/slick.css);
@import url(../css/slick-theme.css);
@import url(../css/offcanvas.css);
@import url(../css/all.css);
@import url(../css/bootstrap-icons.css);
@import url(../css/animate.css);
a {
  transition: all 0.3s linear; }

body {
  font-family: 'Urbanist', 'Noto Sans TC', sans-serif; }

.subpage {
  padding-top: 2.5em;
  padding-bottom: 2.5em; }
  .subpage .block-title2 {
    margin-bottom: 1em;
    font-size: 2em;
    font-weight: normal;
    color: #dead12; }

@media (min-width: 768px) {
  .subpage {
    padding-top: 3em;
    padding-bottom: 3em; }
    .subpage .block-title2 {
      margin-bottom: 1em;
      font-size: 2em;
      font-weight: normal;
      color: #dead12; } }
@media (min-width: 1200px) {
  .subpage {
    padding-top: 6em;
    padding-bottom: 6em; }
    .subpage .block-title2 {
      margin-bottom: 1em;
      font-size: 2em;
      font-weight: normal;
      color: #dead12; } }
/*button*/
.btn-square {
  background-color: #f3f3f3;
  width: 100%;
  padding: 0.7em 1em;
  color: #996600;
  font-size: 1em;
  text-align: center;
  display: block;
  text-decoration: none;
  transition: all 0.2s linear;
  z-index: 9999;
  z-index: 2; }
  .btn-square:hover {
    background-color: #dead12;
    color: #fff; }

.btn {
  border-radius: 30px;
  padding: 0.35em 2em;
  font-size: 1em;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2); }
  .btn i {
    color: #dead12;
    margin-left: 0.5em; }
  .btn:hover {
    box-shadow: 2px 2px 8px transparent; }

.btn-searchbar {
  background-color: #000;
  text-align: center;
  border-radius: 0 !important;
  box-shadow: none;
  padding: 0.5em 0;
  width: 100%;
  transition: all 0.2s linear; }
  .btn-searchbar i {
    margin: 0 !important;
    color: #fff !important;
    width: 100%;
    background-position: center;
    transition: all 0.2s linear; }

.btn-gray {
  overflow: hidden;
  padding: 1.2em 2.5em 1.2em 6.5em;
  margin-top: 1em;
  display: block;
  font-size: 1.2em;
  text-decoration: none;
  color: #fff;
  font-weight: lighter;
  background-color: #999;
  position: relative;
  transition: all 0.2s ease-in; }
  .btn-gray:hover {
    color: #fff;
    background-position: 1.2em center;
    background-color: #dead12;
    background-transform: rotate(30deg);
    padding: 1.2em 2.5em 1.2em 7em; }
  .btn-gray:before {
    content: "";
    position: absolute;
    width: 90px;
    height: 90px;
    top: 50%;
    left: 1em;
    z-index: 1;
    background-image: url(../images/bg-btn-gray.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transform: translateY(-50%);
    transition: all 0.2s ease-in; }
  .btn-gray:after {
    position: absolute;
    right: 1.2em;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    vertical-align: -.125em;
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z' clip-rule='evenodd'/></svg>");
    background-repeat: no-repeat;
    background-size: 1.2em 1.2em;
    width: 1.2em;
    height: 1.2em; }
  .btn-gray:hover:before {
    transform: rotate(180deg) scale(1.1) translateY(45%); }

@media (min-width: 768px) {
  .btn-searchbar {
    background-color: #dead12;
    text-align: center;
    border-radius: 0 !important;
    box-shadow: none;
    padding: 0.5em 0;
    width: 45px;
    transition: all 0.2s linear; }
    .btn-searchbar i {
      margin: 0 !important;
      color: #fff !important;
      width: 45px;
      background-position: center;
      transition: all 0.2s linear; } }
.btn-khaki {
  border-radius: 30px;
  background-color: #b3ab90;
  color: #fff;
  padding: 0.45em 0.65em;
  font-size: 1em;
  box-shadow: none;
  text-align: center; }
  .btn-khaki i {
    color: #fff !important;
    margin-right: 0.5em; }
  .btn-khaki:hover {
    background-color: #666;
    color: #fff !important; }
    .btn-khaki:hover i {
      color: #fff !important; }
  @media (min-width: 1200px) {
    .btn-khaki {
      padding: 0.35em 0.65em;
      font-size: 0.9em; } }

.btn-outline-khaki {
  border-radius: 30px;
  border: 1px solid #b3ab90;
  color: #b3ab90;
  padding: 0.45em 0.65em;
  font-size: 1em;
  box-shadow: none;
  text-align: center; }
  .btn-outline-khaki i {
    color: #b3ab90 !important;
    margin-right: 0.5em; }
  .btn-outline-khaki:hover {
    background-color: #666;
    border: 1px solid #666;
    color: #fff !important; }
    .btn-outline-khaki:hover i {
      color: #fff !important; }
  @media (min-width: 1200px) {
    .btn-outline-khaki {
      padding: 0.35em 0.65em;
      font-size: 0.9em; } }

.btn-dropdown {
  background-color: #e0cb87;
  color: #fff;
  border-radius: 0 !important;
  min-width: 350px;
  width: 100%;
  text-align: left;
  position: relative;
  padding: 0.5em 1em;
  box-shadow: none; }
  .btn-dropdown:after {
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%); }
  .btn-dropdown:hover {
    background-color: #b3ab90;
    color: #fff; }

@media (min-width: 768px) {
  .btn-dropdown {
    background-color: #e0cb87;
    color: #fff;
    border-radius: 0 !important;
    min-width: 350px;
    width: inherit;
    text-align: left;
    position: relative;
    padding: 0.5em 1em;
    box-shadow: none; }
    .btn-dropdown:after {
      position: absolute;
      right: 1em;
      top: 50%;
      transform: translateY(-50%); }
    .btn-dropdown:hover {
      background-color: #b3ab90;
      color: #fff; } }
/*Animation*/
.hover-move {
  transition: all 0.3s linear; }
  .hover-move:hover {
    transform: translateX(20px); }

@-webkit-keyframes BounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, -50%, 0);
    transform: translate3d(3000px, -50%, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, -50%, 0);
    transform: translate3d(-25px, -50%, 0); }
  75% {
    -webkit-transform: translate3d(10px, -50%, 0);
    transform: translate3d(10px, -50%, 0); }
  90% {
    -webkit-transform: translate3d(-5px, -50%, 0);
    transform: translate3d(-5px, -50%, 0); }
  to {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); } }
@keyframes BounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translateX(3000px);
    transform: translateX(3000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-25px);
    transform: translateX(-25px); }
  75% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
  90% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
.BounceInRight {
  -webkit-animation-name: BounceInRight;
  animation-name: BounceInRight; }

@-webkit-keyframes BounceInRight2 {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translateX(3000px);
    transform: translateX(3000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-25px);
    transform: translateX(-25px); }
  75% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
  90% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes BounceInRight2 {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, -10%, 0);
    transform: translate3d(3000px, -10%, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, -10%, 0);
    transform: translate3d(-25px, -10%, 0); }
  75% {
    -webkit-transform: translate3d(10px, -10%, 0);
    transform: translate3d(10px, -10%, 0); }
  90% {
    -webkit-transform: translate3d(-5px, -10%, 0);
    transform: translate3d(-5px, -10%, 0); }
  to {
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0); } }
.BounceInRight2 {
  -webkit-animation-name: BounceInRight2;
  animation-name: BounceInRight2; }

@-webkit-keyframes FadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes FadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@media (min-width: 768px) {
  @-webkit-keyframes FadeInRight {
    from {
      opacity: 0;
      -webkit-transform: translate3d(2000px, -50%, 0);
      transform: translate3d(2000px, -50%, 0); }
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, -50%, 0);
      transform: translate3d(0, -50%, 0); } }
  @keyframes FadeInRight {
    from {
      opacity: 0;
      -webkit-transform: translate3d(2000px, -50%, 0);
      transform: translate3d(2000px, -50%, 0); }
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, -50%, 0);
      transform: translate3d(0, -50%, 0); } } }
.FadeInRight {
  -webkit-animation-name: FadeInRight;
  animation-name: FadeInRight; }

/* Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #dead12 #f3f3f3; }

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 15px; }

*::-webkit-scrollbar-track {
  background: #f3f3f3; }

*::-webkit-scrollbar-thumb {
  background-color: #dead12;
  border-radius: 20px;
  border: 5px solid #f3f3f3; }

html {
  overflow-x: hidden !important; }

body {
  font-size: 15px;
  color: #333;
  letter-spacing: 0.03em;
  padding-top: calc(50px + 0.85em * 2); }
  body p {
    line-height: 1.5em;
    margin-bottom: 0.5em; }

@media (min-width: 1200px) {
  body {
    font-size: 18px; }
    body p {
      line-height: 1.5em;
      margin-bottom: 0.5em; } }
a {
  text-decoration: none; }

/*Navbar*/
.navbar {
  padding: 0.95em 0;
  font-size: 0.9em !important;
  background-color: #f3f3f3;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.15);
  z-index: 99999; }
  .navbar .container {
    /*Search*/ }
    .navbar .container .navbar-brand {
      padding: 0 !important;
      margin-right: 2em; }
      .navbar .container .navbar-brand img {
        height: 50px;
        width: auto; }
    .navbar .container .navbar-toggler {
      position: absolute;
      right: 1em; }
    .navbar .container .navbar-nav {
      /*dropdown menu style*/
      /*nav link normal type*/ }
      .navbar .container .navbar-nav .cart {
        position: relative; }
        .navbar .container .navbar-nav .cart .dot {
          position: absolute;
          left: 19px;
          top: 20%;
          transform: none;
          content: "";
          width: 4px;
          height: 4px;
          background-color: #dead12;
          border-radius: 50%;
          animation: flash 2s infinite; }
        @media (min-width: 992px) {
          .navbar .container .navbar-nav .cart .dot {
            position: absolute;
            left: 50%;
            top: 15%;
            transform: translateX(-50%);
            content: "";
            width: 4px;
            height: 4px;
            background-color: #dead12;
            border-radius: 50%; } }
      .navbar .container .navbar-nav .dropdown:focus .dropdown-toggle, .navbar .container .navbar-nav .dropdown:hover .dropdown-toggle, .navbar .container .navbar-nav .dropdown.active .dropdown-toggle {
        /*dropdown-toggle keeps appearing when dropdown-menu active*/
        background-color: #fff;
        border-top-left-radius: 5px !important;
        border-top-right-radius: 5px !important;
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
        /*end*/ }
        .navbar .container .navbar-nav .dropdown:focus .dropdown-toggle:after, .navbar .container .navbar-nav .dropdown:hover .dropdown-toggle:after, .navbar .container .navbar-nav .dropdown.active .dropdown-toggle:after {
          display: inline-block;
          margin-left: 0 !important;
          vertical-align: 0.255em;
          content: "";
          border-top: transparent !important;
          border-right: transparent !important;
          border-bottom: transparent !important;
          border-left: transparent !important; }
      .navbar .container .navbar-nav .dropdown:focus .nav-link.dropdown-toggle:hover, .navbar .container .navbar-nav .dropdown:hover .nav-link.dropdown-toggle:hover, .navbar .container .navbar-nav .dropdown.active .nav-link.dropdown-toggle:hover {
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important; }
      .navbar .container .navbar-nav .dropdown:focus .dropdown-menu, .navbar .container .navbar-nav .dropdown:hover .dropdown-menu, .navbar .container .navbar-nav .dropdown.active .dropdown-menu {
        border: transparent;
        display: block;
        font-size: 1em !important;
        border: transparent !important;
        border-top-left-radius: 0 !important;
        border-top-right-radius: 5px !important;
        border-bottom-left-radius: 5px !important;
        border-bottom-right-radius: 5px !important;
        margin-top: 0;
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15); }
        .navbar .container .navbar-nav .dropdown:focus .dropdown-menu .dropdown-item:hover, .navbar .container .navbar-nav .dropdown:hover .dropdown-menu .dropdown-item:hover, .navbar .container .navbar-nav .dropdown.active .dropdown-menu .dropdown-item:hover {
          background-color: #dead12;
          color: #fff; }
      .navbar .container .navbar-nav .dropdown:focus .dropdown-menu.show, .navbar .container .navbar-nav .dropdown:hover .dropdown-menu.show, .navbar .container .navbar-nav .dropdown.active .dropdown-menu.show {
        display: list-item !important;
        position: relative !important;
        transform: none !important;
        font-size: 1em !important;
        border: transparent !important; }
      .navbar .container .navbar-nav .nav-item .nav-link {
        padding: 0.8em 1em !important;
        position: relative;
        color: #000 !important; }
        .navbar .container .navbar-nav .nav-item .nav-link:after {
          display: none; }
        .navbar .container .navbar-nav .nav-item .nav-link:hover {
          background-color: #fff;
          border-radius: 0;
          color: #dead12 !important; }
          .navbar .container .navbar-nav .nav-item .nav-link:hover:after {
            display: none; }
      @media (min-width: 992px) {
        .navbar .container .navbar-nav .nav-item .nav-link {
          padding: 0.8em 1em 1em 1em !important;
          position: relative;
          color: #000 !important; }
          .navbar .container .navbar-nav .nav-item .nav-link:after {
            content: "";
            width: calc(100% - 1em * 2);
            height: 2px;
            background-color: #dead12;
            position: absolute;
            left: 1em;
            bottom: 0.8em;
            display: none; }
          .navbar .container .navbar-nav .nav-item .nav-link:hover {
            background-color: #fff;
            border-radius: 5px;
            color: #dead12 !important;
            box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); }
            .navbar .container .navbar-nav .nav-item .nav-link:hover:after {
              display: block; } }
    .navbar .container .nav-right i {
      margin: 0 0.5em 0 0; }
    @media (min-width: 992px) {
      .navbar .container .nav-right i {
        margin: 0 !important; } }
    .navbar .container .search {
      margin-top: 2.5em; }
      .navbar .container .search input {
        border-radius: 0;
        width: calc(100% - 45px);
        border: none;
        color: #000;
        opacity: 1;
        background-color: #fff !important; }
        .navbar .container .search input::placeholder {
          color: #000;
          font-size: 0.85em;
          opacity: 0.6; }
      .navbar .container .search .btn-search {
        padding: 0.375rem 0.75rem !important;
        background-color: #000;
        box-shadow: none;
        border-radius: 0;
        text-align: center; }
        .navbar .container .search .btn-search i {
          color: #fff;
          opacity: 0.6;
          margin-right: 0; }
        .navbar .container .search .btn-search:hover i {
          opacity: 1; }
    @media (min-width: 992px) {
      .navbar .container .search {
        margin-top: 0.3em; }
        .navbar .container .search input {
          border-radius: 30px;
          width: 130px;
          border: transparent;
          color: #fff;
          opacity: 1;
          background-color: #000 !important; }
          .navbar .container .search input::placeholder {
            color: #fff;
            font-size: 0.85em;
            opacity: 0.6; }
        .navbar .container .search .btn-search {
          padding: 0.45rem 0.75rem !important;
          background-color: #000;
          box-shadow: none;
          border-top-right-radius: 30px;
          border-bottom-right-radius: 30px;
          text-align: center; }
          .navbar .container .search .btn-search i {
            color: #fff;
            opacity: 0.6; }
          .navbar .container .search .btn-search:hover i {
            opacity: 1; } }

/*SearchBar*/
.search-bar {
  z-index: 9999 !important;
  position: relative; }
  .search-bar .search-title {
    color: #000;
    margin: 2em 0 0 0;
    display: block;
    padding: 0.5em 0;
    text-align: center;
    border-radius: 0 !important;
    box-shadow: none !important;
    width: 100%;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    background-color: transparent;
    transition: all 0.2s ease-in;
    cursor: pointer;
    position: relative; }
    .search-bar .search-title:after {
      display: block;
      content: "";
      vertical-align: -.125em;
      background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z' clip-rule='evenodd'/></svg>");
      background-repeat: no-repeat;
      background-size: 1.5em 1.5em;
      position: absolute;
      right: 0;
      top: 0.5em;
      z-index: 999;
      width: 1.5em;
      height: 1.5em; }
  .search-bar .search-title2 {
    color: #dead12;
    margin-bottom: 0;
    padding: 0;
    text-align: left;
    transition: all 0.2s ease-in;
    display: none; }
  .search-bar .card-body {
    padding: 0 !important;
    background-color: transparent !important; }
  .search-bar .card {
    border: 0px transparent; }
  .search-bar .search-group {
    display: block;
    width: 100%;
    margin-top: 0.5em; }
    .search-bar .search-group .select {
      display: block !important;
      width: 100%;
      margin-right: 10px; }
      .search-bar .search-group .select select {
        border: 1px solid #ccc;
        background-color: transparent;
        width: 100%;
        font-size: 0.85em;
        padding: 0.8em 0.5em;
        margin-bottom: 0.7em;
        transition: all 0.2s ease-in; }
        .search-bar .search-group .select select option {
          border: none;
          background-color: #f3f3f3;
          font-weight: normal !important;
          display: block !important;
          white-space: nowrap !important;
          min-height: 1.2em !important;
          padding: 0px 2px 1px !important;
          transition: all 0.2s ease-in; }
  @media (min-width: 768px) {
    .search-bar .search-title {
      color: #dead12;
      margin-bottom: 0;
      display: block;
      padding: 0;
      text-align: left;
      border-radius: 0 !important;
      box-shadow: none !important;
      width: inherit;
      border-top: 1px solid transparent;
      border-bottom: 1px solid transparent;
      background-color: transparent;
      transition: all 0.2s ease-in;
      cursor: inherit;
      position: relative; }
      .search-bar .search-title:after {
        display: none; }
    .search-bar .search-title2 {
      color: #dead12;
      margin-bottom: 0;
      padding: 0;
      text-align: left;
      display: block;
      transition: all 0.2s ease-in; }
    .search-bar .collapse {
      display: block; }
    .search-bar .search-group {
      display: inline-flex;
      width: calc(100% - 50px); }
      .search-bar .search-group .select {
        display: inline-block !important;
        width: calc(25% - 10px);
        margin-right: 10px; }
        .search-bar .search-group .select select {
          border: 0px;
          border-bottom: 1px solid #000;
          background-color: transparent;
          width: 100%;
          font-size: 0.85em;
          padding: 0.5em;
          margin-bottom: 0;
          transition: all 0.2s ease-in; }
          .search-bar .search-group .select select option {
            border: none;
            background-color: #f3f3f3;
            font-weight: normal !important;
            display: block !important;
            white-space: nowrap !important;
            min-height: 1.2em !important;
            padding: 0px 2px 1px !important;
            transition: all 0.2s ease-in; } }

.search-bar.fixed {
  position: fixed;
  top: calc(50px + 1.75em);
  left: 0;
  right: 0;
  width: 100%;
  max-width: none;
  margin: 0;
  background-color: #b3ab90;
  padding: 0.5em 0;
  z-index: 999; }
  .search-bar.fixed .search-title {
    display: block;
    color: #fff;
    padding: 0;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    margin: 0;
    text-align: left;
    position: relative; }
    .search-bar.fixed .search-title:after {
      display: block;
      content: "";
      vertical-align: -.125em;
      background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23ffffff' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z' clip-rule='evenodd'/></svg>");
      background-repeat: no-repeat;
      background-size: 1.5em 1.5em;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 999;
      width: 1.5em;
      height: 1.5em; }
  .search-bar.fixed .search-title2 {
    display: none; }
  .search-bar.fixed select {
    border: 0px;
    border-bottom: 1px solid #fff !important;
    color: #fff; }
    .search-bar.fixed select option {
      border: none !important;
      background-color: #b3ab90 !important; }
  .search-bar.fixed .btn-searchbar {
    background-color: #e0cb87; }

@media (min-width: 768px) {
  .search-bar.fixed {
    top: calc(50px + 1.65em); }
    .search-bar.fixed .search-title {
      display: none; }
    .search-bar.fixed select {
      border: 0px;
      border-bottom: 1px solid #fff !important;
      color: #fff; }
      .search-bar.fixed select option {
        border: none !important;
        background-color: #fff !important;
        color: #000; } }
/*Search Bar for other page*/
.otherpage {
  background-color: #b3ab90;
  padding: 0.5em 0; }
  .otherpage .search-title {
    display: block;
    margin: 0 !important;
    border: transparent !important; }
  .otherpage select {
    border: 0px;
    border-bottom: 1px solid #fff !important;
    color: #fff !important; }
    .otherpage select option {
      color: #000 !important; }
  .otherpage .btn-searchbar {
    background-color: #e0cb87; }
  .otherpage .search-title {
    color: #fff; }
    .otherpage .search-title:after {
      background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23ffffff' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z' clip-rule='evenodd'/></svg>"); }

@media (min-width: 768px) {
  .otherpage {
    background-color: #b3ab90;
    padding: 0.5em 0; }
    .otherpage .search-title {
      display: none; } }
/*Normal Style for subpage*/
.subpage {
  padding-top: 69px;
  position: relative;
  width: 100%; }
  .subpage .big-logo {
    font-size: 13em;
    color: transparent;
    -webkit-text-stroke: 1px rgba(220, 220, 220, 0.6);
    font-family: 'Bebas Neue', 'Noto Sans TC', cursive;
    margin: 0;
    padding: 0;
    line-height: 0.35em;
    position: absolute;
    right: 0;
    top: 95px;
    z-index: -1; }
  .subpage .banner .breadcrumb {
    display: none; }
  .subpage .banner .page-title {
    font-size: 2em;
    color: #666;
    padding-top: 2em;
    margin-bottom: 2em;
    text-align: right; }
  .subpage .content {
    margin-top: 0;
    z-index: 1; }
  .subpage .title1 {
    color: #dead12;
    font-size: 3em;
    margin-bottom: 1em; }
  .subpage .title2 {
    color: #dead12;
    font-size: 2em;
    margin-bottom: 0.7em; }
  .subpage .title3 {
    color: #000;
    font-size: 1.33em;
    margin-bottom: 0.7em; }
  .subpage .title4 {
    color: #b3ab90;
    font-size: 1.33em;
    margin-bottom: 0.2em;
    font-family: 'Bebas Neue', 'Noto Sans TC', cursive; }

@media (min-width: 768px) {
  .subpage {
    padding-top: 58px; }
    .subpage .big-logo {
      font-size: 15em;
      color: transparent;
      -webkit-text-stroke: 1px rgba(220, 220, 220, 0.6);
      font-family: 'Bebas Neue', 'Noto Sans TC', cursive;
      margin: 0;
      padding: 0;
      line-height: 0.35em;
      position: absolute;
      right: 4%;
      top: 145px;
      z-index: -1; }
    .subpage .banner .breadcrumb {
      padding: 1em 0;
      font-weight: lighter;
      display: inline-flex; }
      .subpage .banner .breadcrumb .breadcrumb-item {
        color: #999 !important;
        font-size: 0.85em !important; }
        .subpage .banner .breadcrumb .breadcrumb-item a {
          text-decoration: none;
          color: #999 !important; }
    .subpage .banner .page-title {
      font-size: 2.5em;
      color: #666;
      padding-top: 1em;
      text-align: right;
      margin-bottom: 0; }
    .subpage .content {
      margin-top: -1em;
      z-index: 1; } }
@media (min-width: 1400px) {
  .subpage {
    padding-top: 69px; }
    .subpage .big-logo {
      font-size: 20em;
      color: transparent;
      -webkit-text-stroke: 1px rgba(220, 220, 220, 0.6);
      font-family: 'Bebas Neue', 'Noto Sans TC', cursive;
      margin: 0;
      padding: 0;
      line-height: 0.35em;
      position: absolute;
      right: 15%;
      top: 145px;
      z-index: -1; }
    .subpage .banner .breadcrumb {
      padding: 1em 0;
      font-weight: lighter;
      display: inline-flex; }
      .subpage .banner .breadcrumb .breadcrumb-item {
        color: #999 !important;
        font-size: 0.85em !important; }
        .subpage .banner .breadcrumb .breadcrumb-item a {
          text-decoration: none;
          color: #999 !important; }
    .subpage .banner .page-title {
      font-size: 3.3em;
      color: #666;
      padding-top: 1em;
      text-align: right;
      margin-bottom: 0; }
    .subpage .content {
      margin-top: -4em;
      z-index: 1; } }
/*Footer*/
footer {
  position: relative;
  background-color: #f3f3f3;
  padding: 1em 0;
  margin-top: -6px; }
  footer .bt-logo {
    background-color: #dead12;
    padding: 1.5em 2.5em;
    box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.3);
    width: 200px;
    position: absolute;
    top: -7em;
    display: none; }
    footer .bt-logo img {
      width: 100%;
      height: auto;
      filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(300%) contrast(102%); }
  footer .sitemap {
    display: none; }
    footer .sitemap a {
      text-decoration: none;
      color: inherit; }
    footer .sitemap ul {
      padding: 0;
      margin: 0; }
      footer .sitemap ul li {
        list-style: none;
        font-size: 1em;
        color: #dead12; }
        footer .sitemap ul li a {
          position: relative;
          padding-left: 0.7em;
          margin-bottom: 0.5em;
          display: block; }
          footer .sitemap ul li a:after {
            content: "";
            width: 3px;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            background-color: #dead12;
            display: block; }
        footer .sitemap ul li ul li {
          color: #000;
          font-size: 0.85em; }
          footer .sitemap ul li ul li a:link, footer .sitemap ul li ul li a:visited {
            padding-left: 0.8em;
            margin-bottom: 0.25em;
            display: block;
            color: #666; }
            footer .sitemap ul li ul li a:link:after, footer .sitemap ul li ul li a:visited:after {
              display: none; }
          footer .sitemap ul li ul li a:hover, footer .sitemap ul li ul li a:active {
            color: #000; }
  footer .copyright {
    color: #999;
    font-size: 0.85em;
    text-align: center;
    /*Social Media*/ }
    footer .copyright p {
      margin-bottom: 0 !important; }
      footer .copyright p a:link, footer .copyright p a:visited {
        color: #dead12;
        text-decoration: none; }
      footer .copyright p a:hover, footer .copyright p a:active {
        color: #000; }
    footer .copyright .social {
      display: inline-flex;
      align-content: center;
      justify-content: center;
      margin-bottom: 10px; }
      footer .copyright .social a {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        background-color: transparent;
        width: 50px;
        height: 50px;
        text-align: center;
        text-decoration: none;
        font-size: 0.85em;
        color: #999;
        font-weight: bold;
        margin: 3px;
        transition: all 0.3s linear; }
        footer .copyright .social a img {
          width: auto;
          height: 32px;
          transition: all 0.3s linear; }
        footer .copyright .social a:hover {
          background-color: #dead12; }
          footer .copyright .social a:hover img {
            filter: brightness(0) invert(1); }
  @media (min-width: 768px) {
    footer .bt-logo {
      display: block;
      top: -8em; }
    footer .sitemap {
      display: block; }
    footer .copyright {
      text-align: center; } }
  @media (min-width: 992px) {
    footer .bt-logo {
      display: block;
      top: -8em; }
    footer .sitemap {
      display: block; }
    footer .copyright {
      text-align: right; } }
  @media (min-width: 1200px) {
    footer .bt-logo {
      display: block;
      top: -7em; }
    footer .sitemap {
      display: block; }
    footer .copyright {
      text-align: right; } }

@media (min-width: 768px) {
  footer {
    padding: 5em 0 2em 0; } }
@media (min-width: 992px) {
  footer {
    padding: 5em 0 2em 0; } }
@media (min-width: 1200px) {
  footer {
    padding: 5em 0 2em 0; } }
.scroll-top {
  background-color: #666;
  padding: 8px 12px;
  position: fixed;
  right: 10px;
  bottom: 0;
  color: white !important;
  font-size: 0.9rem;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  transition: all 0.3s linear; }
  .scroll-top:hover {
    background-color: #dead12; }

/*Other*/
.page-link {
  background-color: transparent;
  color: #999;
  border: transparent;
  border-radius: 0 !important; }
  .page-link:hover {
    background-color: #f3f3f3;
    color: #dead12;
    border-radius: 0 !important; }

.privacy-box {
  padding: 1em 2em;
  background-color: #fff;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 9999999;
  font-size: 0.85em;
  box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.4); }
  .privacy-box a {
    color: #dead12; }
  .privacy-box p {
    margin: 0; }
  .privacy-box .btn {
    margin: 0 0 0 0.5em;
    font-size: 0.85em; }
