:root {
  --main-color: #78784F;
  --sub-color: #91A194;
  --notice-color: #6E3F22;
  --bg-color: #F1F2D9;
}

body {
  background: #ffffff;
  font-family: Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "標楷體", sans-serif;
  color: #000;
}

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

body {
  padding-top: 73px;
}


/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

h1 {
  letter-spacing: 3px;
}

h2 {
  color: #000;
  font-size: 1.4rem;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 1.8em;
  }
}

h3 {
  color: #444;
  /* font-size: 2rem; */
  letter-spacing: 1px;
}

p {
  font-size: 1rem;
  letter-spacing: 0.8px;
  line-height: 1.6;
  margin: 0;
}

a {
  display: block;
  text-decoration: none !important;
}

a:focus{
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -1px;
}
button:focus{
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -1px;
}

img {
  display: block;
  width: 100%;
}

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

/* MENU */
nav.navbar {
  background-color: var(--main-color);
  border-bottom: 1px solid var(--main-color);
  max-height: 100vh;
  overflow: scroll;
}
nav.navbar::-webkit-scrollbar {
    display: none;
}

.navbar-nav .nav-link {
  color: #fff;
  padding: 10px 0;
  font-size: 1rem;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #fff;
}

.navbar-toggler {
  color: #fff;
  background-color: transparent;
  border: var(--bs-border-width) solid #fff;
  width: 50px;
}

.navbar-toggler-icon {
  background-image: none;
  width: auto;
  margin: 2px 0;
}

.navbar-toggler-icon i {
  margin-top: 5px;
}

.dropdown-menu {
  border: 1px solid rgba(0, 0, 0, .1);
}

.dropdown-item {
  padding: 10px 0 !important;
}

.nav-left {
  display: flex;
  align-items: center;
}

.nav-logo {
  width: 100px;
}

.nav-au {
  color: #fff;
  margin-left: 10px;
  padding: 16px;
  font-size: 1rem;
}
.nav-link.dropdown-toggle.language{
  margin: 0 auto;
}

/* 浮動購買按鈕 */
.buy-btn-top {
  position: fixed;
  right: 15px;
  top: 80%;
  z-index: 99;
  width: 80px;
}

.buy-btn-top:hover {
  bottom: 22%;
  transition: 0.2s;
}


/* All Section styles */
.color-block {
  background-color: var(--bg-color);
}

.color-block h2 {
  color: var(--notice-color);
}

.sub-color-block {
  background-color: var(--sub-color);
}

.fixed-block {
  background-image: url(../images/bg_01.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.image-block {
  background-image: url(../images/bg_03.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.icon-block {
  background-image: url(../images/bg_02.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top right;
}

.text-highlight {
  color: var(--notice-color);
}

.section-block {
  padding: 50px 15px;
}

@media screen and (min-width: 768px) {
  .section-block {
    padding: 80px 15px;
  }
}

.section-title {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .section-title {
    margin-bottom: 50px;
  }
}

.more-btn {
  margin: 0;
  margin-top: 30px;
  border: 1px solid var(--notice-color);
  color: var(--notice-color);
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  text-align: center;
  clear: both;
  transition: .3s;
}

.more-btn:hover {
  background-color: var(--notice-color);
  color: #fff;
}

@media screen and (min-width: 768px) {
  .more-btn {
    width: fit-content;
    padding: 0 40px;
    margin: 30px auto 0 auto;
  }
}

/* Qwl */
.owl-item {
  padding: 20px 30px;
}

.owl-prev,
.owl-next {
  position: absolute;
  top: 0;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

.owl-prev.disabled,
.owl-next.disabled {
  opacity: .25;
}

.owl-prev i,
.owl-next i {
  font-size: 3.2rem !important;
  opacity: .65;
  transition: .3s;
  display: block;
  height: 44px;
  line-height: 2.6rem;
}

.owl-prevhover i,
.owl-nexthover i {
  color: #000 !important;
}

.owl-prev {
  left: -45px;
}

.owl-next {
  right: -45px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #000;
  text-decoration: none;
}


@media screen and (max-width: 767px) {
  .owl-prev {
    left: -25px;
  }

  .owl-next {
    right: -25px;
  }
}

.owl-prev,
.owl-next {
  height: 44px;
  width: 44px;
}

/* Slogan */
.banner-wrap {
  position: relative;
  overflow: hidden;
  background-color: rgba(0, 0, 0, .2);
}

.banner-wrap>img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}

h1 {
  font-size: 1.6rem;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, .8);
  padding: 100px 15px;
  text-align: center;
  font-family: 'FontAwesome';
}

@media screen and (min-width: 768px) {
  h1 {
    font-size: 2rem;
    padding: 160px 15px;
  }
}

@media screen and (min-width: 992px) {
  h1 {
    font-size: 2.4rem;
    padding: 200px 15px;
  }
}

@media screen and (min-width: 1200px) {
  h1 {
    font-size: 2.6rem;
    padding: 260px 15px;
  }
}

/* Spot */

/* .spot-section {
  background-image: url(../images/bg_montain.png);
  background-position: 5% 98%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .spot-section {
    background-position: -50% 98%;
    background-size: 80%;
  }
} */
.spot-item{
  margin-bottom: 50px;
  padding: 15px;
  max-width: 1160px;
  margin: 0 auto;
}
.spot-item h3{
  text-align: center;
  font-size: 1.3rem;
}
.spot-item .spot-img{
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 15px;
} 
@media screen and (min-width: 768px) {
  .spot-item h3{
    font-size: 1.4rem;
  }
}

/* Recommend */
.recommend-item {
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.recommend-item .recommend-img {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
}

.recommend-item .recommend-content {
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid var(--notice-color);
  background-color: #F1F2D9;
}

.recommend-item .recommend-content .recommend-content-title {
  background-color: var(--notice-color);
  border-radius: 6px;
  border: 2px solid var(--notice-color);
}

.recommend-item .recommend-content .recommend-content-title h3 {
  color: #fff;
  font-size: 1.1rem;
  padding: 10px 15px;
  margin: 0;
}

.recommend-item .recommend-content p {
  padding: 15px;
  font-size: 1rem;
}

.recommend-item .recommend-content p span {
  color: var(--notice-color);
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .recommend-item {
    max-width: none;
  }

  .recommend-item .recommend-img {
    margin-bottom: 0;
  }

  .recommend-item .recommend-content {
    margin: 0 30px;
  }
}

@media screen and (min-width: 1200px) {
  .recommend-item .recommend-content .recommend-content-title h3 {
    font-size: 1.3rem;
  }

  .recommend-item .recommend-content p {
    font-size: 1.2rem;
  }
}

.recommend-section {
  background-image: url(../images/bg_tree.png);
  background-position: 95% 5%;
  background-repeat: no-repeat;
}


/* Post */
.post-page{
  justify-content: center;
}

.post-item{
  margin-bottom: 15px;
}
.post-item a {
  transition: .3s;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
  padding: 5px;
}

.post-item a h3 {
  padding: 5px 0 5px 15px;
  font-size: 1rem;
  color: var(--notice-color);
  margin: 0;
  width: calc(100% - 100px);
  float: right;
}
.post-item a h3 span{
  display: block;
  height: 96px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.post-item a img {
  transition: .5s ease-in-out;
  width: 100px;
  float: left;
  border-radius: 5px;
}

.post-item a:hover img {
  opacity: .8;
}

.post-section {
  background-image: url(../images/bg_leaf.png);
  background-position: 3% 95%;
  background-repeat: no-repeat;
}

@media screen and (min-width: 1024px) {
  .post-item{
    padding: 10px;
  }
  .post-item a {
    padding: 0;
  }
  .post-item a h3 {
    padding: 15px;
    width: 100%;
    float:inherit;
  }
  .post-item a h3 span{
    height: 76px;
    -webkit-line-clamp: 4;
  }

  .post-item a img {
    border-radius: 0;
    width: 100%;
    float:inherit;
  }
}

.owl-item .post-item {
  transform: scale(0.94);
}

.owl-item.active.center .post-item {
  transform: scale(1);
}

/* .owl-item.active.center .post-item a:hover{
  color: #fff;
  background-color: var(--notice-color);
} */
 .owl-theme .owl-dots .owl-dot{
  width: 44px;
  height: 44px;
 }
 .owl-theme .owl-dots .owl-dot span{
  margin: 0 auto;
 }

/* QA */
.qa-item {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--sub-color) !important;
  margin-bottom: 20px;
}

.qa-title {
  padding: 10px;
  margin: 0px;
  background-color: var(--main-color);
  color: #fff !important;
}
.qa-title p{
  font-size: 1rem;
}

.qa-content {
  background-color: #fff;
  padding: 10px;
}
.qa-content p{
  font-size: 1rem;
}

.qa-content ul {
  padding-left: 30px;
}

.qa-content ul li {
  list-style: decimal;
}

.qa-content ol {
  margin: 0;
}

.qa-steps {
  padding: 10px 0;
}

.qa-steps-title {
  color: var(--sub-color);
}

.qa-section {
  background-image: url(../images/bg_montain.png);
  background-position: 3% 98%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .qa-section {
    background-position: -50% 98%;
    background-size: 80%;
  }
}

/* Footer  */
footer {
  background-color: #ADAE84;
  border-top: 1px solid #eee;
}

.footer-wrap {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

.footer-item span {
  display: inline-block;
  font-size: 1.2rem;
  margin: 15px 0;
  font-weight: bold;
  background-color: var(--notice-color);
  color: #fff;
  padding: 0 15px;
  height: 36px;
  line-height: 36px;
  border-radius: 18px;
}

.footer-item img {
  display: block;
  /* max-width: 200px; */
  height: 60px;
  width: auto;
  margin: 0 auto;
  margin-bottom: 30px;
}

.footer-copyright {
  margin: 0;
  font-size: .8rem;
  padding: 10px 15px;
  background-color: #000;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .footer-item img {
    height: 40px;
  }

  .en_US .footer-item span{
    font-size: .9rem;
  }
}

@media screen and (min-width: 992px) {
  .footer-item img {
    height: 50px;
  }
}

@media screen and (min-width: 1200px) {
  .footer-item>div {
    display: flex;
    align-items: center;
  }

  .footer-item img {
    margin: 0 10px;
  }
}
@media screen and (min-width: 1024px) {
  .en_US .footer-item>div {
    display: block;
  }
  .en_US .footer-item img {
    margin: 0 auto;
  }
}
@media screen and (min-width: 1400px) {
  .en_US .footer-item>div {
    display: flex;
    align-items: center;
  }

  .en_US .footer-item img {
    margin: 0 10px;
  }
}

.row {
  align-items: center;
}

.channel-section .channel-wrap{
  padding: 20px 0;
  margin: 16px 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-direction: row;
  flex-wrap: wrap;
}
.channel-section .channel-wrap>a{
  display: block;
  background-color: #fff;
  width: 40%;
  margin: 12px;
  padding: 0px 22px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
    .channel-section .channel-wrap>a{
      width: 25%;
    }
}