body {
  background-color: #f1f1f1;
}

@media (min-width: 1500px) {
  .container-1 {
    width: 1370px;
  }
}
@media (min-width: 1500px) {
  .container-2 {
    width: 1300px;
  }
}
@media (min-width: 1500px) {
  .container-3 {
    width: 1400px;
  }
}

@media (min-width: 1500px) {
  .container-4 {
    width: 1500px;
  }
}
/* ---------- more-button ---------- */

.more-button {
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 270px;
  height: 59px;
  padding: 0 15px 0 25px;
  transition: all 0.4s;
}

.more-button:hover {
  background-color: #fdd000;
}

.more-button span:nth-child(1) {
  color: #585858;
  font-size: 16px;
  font-family: "Pathway Extreme", sans-serif;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 0.5px;
  display: block;
  padding-bottom: 3px;
}

.more-button:hover span:nth-child(1) {
  color: #ffffff;
}

.more-button span.arrow {
  display: inline-block;
  overflow: hidden;
  width: 65px;
  height: 8px;
  position: relative;
}

.more-button span.arrow::before {
  content: "";
  background-image: url("../../images/more-button-arrow.png");
  opacity: 1;
  width: 49px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s;
}

.more-button:hover span.arrow::before {
  left: 150%;
  opacity: 0;
}

.more-button span.arrow::after {
  content: "";
  background-image: url("../../images/more-button-arrow-white.png");
  opacity: 0;
  width: 49px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: -50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s;
}

.more-button:hover .arrow::after {
  left: 50%;
  opacity: 1;
}

/* ---------- navbar ---------- */

@media (min-width: 1200px) {
  .dropdown-menu li:hover .sub-menu {
    visibility: visible;
  }

  .dropdown:hover .dropdown-menu {
    display: block;
  }
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #000;
  background-color: transparent;
}

.navbar-default .navbar-nav > li > a {
  color: #000;
}

.fa-bars,
.fa-times {
  font-size: 20px;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: transparent;
}

@media (max-width: 1200px) {
  .navicon {
    display: none;
  }

  .dropdown-toggle {
    position: relative;
  }
}

.navbar {
  background-color: #f1f1f1;
  z-index: 9999;
  position: fixed;
  border-radius: 0px;
  top: 0;
  width: 100%;
  -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out,
    all 0.5s;
  -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
}

.navbar-nav > li > a {
  font-size: 17px;
}

@media screen and (max-width: 1200px) {
  .navbar-header {
    text-align: right;
  }
}

.navbar-toggle,
.navbar-search-xs {
  font-size: 18px;
  padding: 9px 10px;
  transition: all 0.4s;
}

.search a {
  color: #1ba357;
  display: inline-block;
}

span.caret {
  color: #1ba357;
}

.navbar-brand {
  padding: 10px 15px;
}

@media screen and (max-width: 1200px) {
  .navbar-toggle,
  .navbar-search-xs {
    display: inline-block;
    margin-top: 25px;
  }

  .navbar-toggle {
    color: #1ba357;
    margin-bottom: 0;
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .navbar-toggle,
  .navbar-search-xs {
    margin-top: 15px;
  }

  .navbar-brand {
    text-align: center;
    height: 80px;
  }
}

@media (max-width: 768px) {
  .navbar-toggle {
    margin-right: 15px;
  }

  .navbar-toggle,
  .navbar-search-xs {
    margin-top: 23.5px;
    margin-bottom: 23.5px;
  }

  .navbar-brand {
    text-align: center;
    height: 80px;
  }
}

@media (max-width: 430px) {
  .navbar-toggle {
    margin-right: 10px;
  }

  .navbar-toggle,
  .navbar-search-xs {
    margin-top: 13.5px;
    margin-bottom: 13.5px;
  }
}

@media (max-width: 375px) {
  .navbar-toggle {
    padding: 9px 8px;
    margin-right: 5px;
  }

  .navbar-toggle,
  .navbar-search-xs {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media (max-width: 320px) {
  .navbar-toggle,
  .navbar-search-xs {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

.dropdown-menu .container {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: transparent;
  border-color: transparent;
}

.navbar-nav li a {
  color: #1ba357;
  font-family: "Noto Sans", sans-serif;
  padding: 36.5px 15px 36.5px;
  font-weight: 800;
}

.navbar-nav li.main a {
  padding: 36.5px 20px 36.5px;
}

.navbar-nav li.main a:hover {
  color: #27c06a;
}

/* .navbar-nav li:nth-child(5) a {
  margin-right: 150px;
} */

@media screen and (max-width: 1500px) {
  .navbar-nav li.main a {
    padding: 36.5px 15px 36.5px;
  }

  .navbar-nav li:nth-child(5) a {
    margin-right: 0;
  }
}

.navbar-nav .dropdown-menu li a {
  font-size: 16px;
  padding: 15px 20px;
}

.navbar-nav .dropdown-menu li:nth-child(4) a {
  margin-right: 0;
}

.dropdown-menu {
  background-color: #f1f1f1;
  box-shadow: unset;
  border: unset;
  border-radius: 0;
  padding: 0;
  top: 99%;
}

.top-nav-collapse .dropdown-menu {
  display: none;
}

@media (max-width: 1200px) {
  .navbar-nav li a,
  .navbar-nav li.main a,
  .topmenutitle {
    font-size: 16px;
    display: block;
    padding: 15px 0;
  }
}

@media (max-width: 1201px) {
  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 15px;
  }
}

@media (max-width: 767px) {
  .navbar-nav li a,
  .navbar-nav li.main a,
  .topmenutitle {
    padding: 15px;
  }
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 15px 30px;
  }
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #363333;
  background-color: #ffffff;
}

.topmenutitle {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
}

/*----- 修改 navbar logo -----*/

.navbar-brand {
  width: 380px;
  height: initial;
}

@media (max-width: 1200px) {
  .navbar-brand {
    width: 45%;
  }
}

@media (max-width: 768px) {
  .navbar-brand {
    width: 55%;
  }
}

@media (max-width: 576px) {
  .navbar-brand {
    width: 70%;
  }
}

@media (max-width: 430px) {
  .navbar-brand {
    width: 75%;
  }
}

@media (max-width: 350px) {
  .navbar-brand {
    width: 70%;
    padding: 10px 0 10px 15px;
  }
}

/* ---------- page-banner ---------- */

.page-banner-01 {
  background-image: url("../../images/page-banner-01.jpg");
}

.page-banner-02 {
  background-image: url("../../images/page-banner-02.jpg");
}

.page-banner-03 {
  background-image: url("../../images/page-banner-03.jpg");
}

.page-banner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  padding: 180px 0 205px;
  margin-top: 95px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .page-banner {
    margin-top: 90px;
  }
}

@media screen and (max-width: 992px) {
  .page-banner {
    margin-top: 90px;
  }
}

@media screen and (max-width: 991px) {
  .page-banner {
    margin-top: 72px;
  }
}

@media screen and (max-width: 768px) {
  .page-banner {
    padding: 110px 0 135px;
    margin-top: 93px;
  }
}

@media screen and (max-width: 767px) {
  .page-banner {
    margin-top: 88px;
  }
}

@media screen and (max-width: 576px) {
  .page-banner {
    margin-top: 93px;
  }
}

@media screen and (max-width: 430px) {
  .page-banner {
    margin-top: 73px;
  }
}

@media screen and (max-width: 375px) {
  .page-banner {
    margin-top: 66px;
  }
}

@media screen and (max-width: 320px) {
  .page-banner {
    margin-top: 57px;
  }
}

.page-banner::before {
  content: "";
  background-image: url("../../images/page-banner-triangle.png");
  background-repeat: no-repeat;
  background-position: center right;
  width: 100%;
  height: 89px;
  position: absolute;
  bottom: 0;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .page-banner::before {
    background-position: center;
  }
}

.page-banner h2 {
  color: #fff;
  font-size: 5.6rem;
  font-family: "Noto Sans", sans-serif;
  font-weight: 800;
  text-align: left;
  line-height: 1.4;
  width: 100%;
  margin: 0;
  position: relative;
}

@media screen and (max-width: 992px) {
  .page-banner h2 {
    font-size: 48px;
  }
}

@media screen and (max-width: 768px) {
  .page-banner h2 {
    font-size: 40px;
  }
}

@media screen and (max-width: 667px) {
  .page-banner h2 {
    font-size: 36px;
  }
}

@media screen and (max-width: 320px) {
  .page-banner h2 {
    font-size: 34px;
  }
}

.page-banner h2::before {
  content: "";
  background-color: #ffffff;
  display: block;
  width: 130px;
  height: 3px;
  position: absolute;
  bottom: -25px;
  left: 0;
}

/*----- product -----*/

section.product {
  background-color: #585858;
  padding: 90px 0 230px;
  position: relative;
}

section.product::before {
  content: "";
  background-image: url("../../images/product-triangle-01.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 145px;
  position: absolute;
  top: -140px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  section.product::before {
    display: none;
  }
}

section.product::after {
  content: "";
  background-image: url("../../images/product-triangle-02.png");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover;
  width: 100%;
  height: 162px;
  position: absolute;
  bottom: -1px;
  z-index: 1;
}

.product .product-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}

@media screen and (max-width: 1500px) {
  .product .product-box {
    align-items: center;
  }
}

@media screen and (max-width: 1200px) {
  .product .product-box {
    align-items: flex-start;
  }
}

.product .product-left {
  width: 40%;
}

@media screen and (max-width: 1500px) {
  .product .product-left {
    width: 38%;
  }
}

@media screen and (max-width: 1200px) {
  .product .product-left {
    width: 51.5%;
  }
}

@media screen and (max-width: 768px) {
  .product .product-left {
    width: 100%;
  }
}

.product .product-left .frame {
  width: 88.5%;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 1500px) {
  .product .product-left .frame {
    width: 100%;
  }
}

.product .product-left .frame img {
  width: 100%;
  transform: scale(1);
  transition: all 0.4s;
}

.product .product-left .frame:hover img {
  transform: scale(1.1);
}

.product .product-left .frame::before {
  content: "";
  background-color: #fdd000;
  width: 100%;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.product .product-center {
  width: 25%;
}

@media screen and (max-width: 1500px) {
  .product .product-center {
    width: 56%;
  }
}

@media screen and (max-width: 1200px) {
  .product .product-center {
    width: 43.5%;
  }
}

@media screen and (max-width: 768px) {
  .product .product-center {
    width: 100%;
    margin-left: 20px;
  }
}

.product .product-center h3 {
  color: #ababab;
  font-size: 4rem;
  font-family: "Pathway Extreme", sans-serif;
  font-style: italic;
  font-weight: 800;
  line-height: 1.4;
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .product .product-center h3 {
    margin-top: 20px;
  }
}

.product .product-center h2 {
  color: #fdd000;
  font-size: 5.5rem;
  font-family: "Pathway Extreme", sans-serif;
  font-style: italic;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 36px;
}

@media screen and (max-width: 1500px) {
  .product .product-center h2 br {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .product .product-center h2 br {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .product .product-center h2 br {
    display: none;
  }
}

.product .product-center p {
  color: #ffffff;
  font-size: 16px;
  font-family: "Noto Sans", sans-serif;
  line-height: 1.5;
  margin-bottom: 38px;
}

.product .product-right {
  width: 35%;
}

@media screen and (max-width: 1500px) {
  .product .product-right {
    width: 100%;
    margin-left: 20px;
  }
}

.product .product-right p {
  color: #fdd000;
  font-size: 2.4rem;
  font-family: "Pathway Extreme", sans-serif;
  font-style: italic;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 44px;
}

@media screen and (max-width: 1500px) {
  .product .product-right p {
    margin-top: 70px;
  }

  .product .product-right p br {
    display: none;
  }
}

.product .product-right .product-category-box {
  padding-left: 27px;
  position: relative;
}

.product .product-right .product-category-box::before {
  content: "";
  background-color: #ffffff;
  width: 1.5px;
  height: 95%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}

.product .product-right .product-category-box ul {
  display: flex;
  flex-wrap: wrap;
}

.product .product-right .product-category-box ul.display-l {
  display: flex;
}

.product .product-right .product-category-box ul.display-s {
  display: none;
}

@media screen and (max-width: 1500px) {
  .product .product-right .product-category-box ul.display-l {
    display: none;
  }

  .product .product-right .product-category-box ul.display-s {
    display: flex;
  }
}

.product .product-right .product-category-box ul li {
  width: 33%;
}

/* @media screen and (max-width:1500px) {
    .product .product-right .product-category-box ul li {
        width: 25%;
    }
} */

@media screen and (max-width: 992px) {
  .product .product-right .product-category-box ul li {
    width: 33%;
  }
}

/* @media screen and (max-width:667px) {
    .product .product-right .product-category-box ul li {
        width: 50%;
    }
} */

@media screen and (max-width: 480px) {
  .product .product-right .product-category-box ul li {
    width: 100%;
  }
}

.product .product-right .product-category-box ul li span.number {
  color: #ababab;
  font-size: 16px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
}

.product .product-right .product-category-box ul li a {
  color: #ffffff;
  font-size: 2rem;
  font-family: "Pathway Extreme", sans-serif;
  font-weight: 600;
  line-height: 2.2;
  text-decoration: underline;
  display: inline-block;
  margin-left: 20px;
  transition: all 0.2s;
}

@media screen and (max-width: 1500px) {
  .product .product-right .product-category-box ul li a {
    font-size: 18px;
  }
}

@media screen and (max-width: 425px) {
  .product .product-right .product-category-box ul li a {
    font-size: 20px;
  }
}

.product .product-right .product-category-box ul li a:hover {
  color: #fdd000;
}

/*---------- news ----------*/

section.news {
  background-color: #f1f1f1;
  padding: 90px 0 40px;
}

.news h2 {
  color: #585858;
  font-size: 6.4rem;
  font-family: "Pathway Extreme", sans-serif;
  font-style: italic;
  font-weight: 800;
  text-align: center;
  line-height: 1;
  margin: 0 0 75px;
}

.news h2 span {
  color: #fdd000;
}

#rwdnews_list {
  display: flex;
  justify-content: space-between;
}

#rwdnews_list ul .rwdnewsli .pic {
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}

#rwdnews_list ul .rwdnewsli .pic img {
  display: block;
  width: 100%;
  transform: scale(1);
  transition: all 0.4s;

  min-height: 220px;
  object-fit: cover;
}

#rwdnews_list ul .rwdnewsli:hover .pic img {
  transform: scale(1.05);
}

#rwdnews_list ul .rwdnewsli .newscontent {
  background-color: #ffffff;
  padding: 0 35px 50px;

  min-height: 440px;
}
@media (max-width: 1199px) {
  #rwdnews_list ul .rwdnewsli .newscontent {
    min-height: 355px;
  }
  #rwdnews_list ul .rwdnewsli .pic img {
    min-height: auto;
  }
}
@media (max-width: 767px) {
  #rwdnews_list ul .rwdnewsli .newscontent {
    min-height: 375px;
  }
}

.newscontent .ctydate .card-category,
.newscontent .ctydate .newsDate {
  display: none;
}

.newscontent h4 a {
  color: #1ba357;
  font-size: 2.5rem;
  font-family: "Pathway Extreme", sans-serif;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.5px;
  text-align: center;
  display: block;
  margin-bottom: 12px;

  width: 100%;
  overflow: hidden; /*隱藏超出部分*/
  text-overflow: ellipsis; /*顯示省略號*/
  display: -webkit-box; /*使用 WebKit 彈性盒子布局*/
  -webkit-line-clamp: 2; /*顯示最多兩行*/
  -webkit-box-orient: vertical; /*盒子方向為垂直 */
}

.newscontent .desc_cls {
  color: #71706a;
  font-size: 15px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.swiper-container-fade .swiper-slide {
  pointer-events: initial;
}

.news .swiper {
  position: relative;
}

.news .news-swiper {
  margin: 0 57px 138px;
}

@media screen and (max-width: 768px) {
  .news .news-swiper {
    margin: 0 0 138px;
  }
}

.swiper-button-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.news-swiper-button-prev,
.news-swiper-button-next {
  background-color: #d9d9d9;
  border-radius: 50%;
  width: 57px;
  height: 57px;
  transition: all 0.2s;
  position: relative;
}

.news-swiper-button-prev {
  margin-left: -30px;
}

.news-swiper-button-next {
  margin-right: -30px;
}

@media screen and (max-width: 768px) {
  .news-swiper-button-prev,
  .news-swiper-button-next {
    display: none;
  }
}

.news-swiper-button-prev:hover,
.news-swiper-button-next:hover {
  background-color: #adadad;
}

.news-swiper-button-prev::before {
  content: "";
  background-image: url("../../images/news-swiper-button-arrow.png");
  background-size: cover;
  width: 13px;
  height: 19px;
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -50%) rotate(180deg);
}

.news-swiper-button-next::before {
  content: "";
  background-image: url("../../images/news-swiper-button-arrow.png");
  background-size: cover;
  width: 13px;
  height: 19px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.news .news-swiper .swiper-pagination {
  margin: 70px 0 0;
  left: 50%;
  transform: translate3d(0, 0, 0) translate(-50%, -50%);
}

.news .news-swiper .swiper-pagination-bullet {
  margin: 4px;
}

.swiper-pagination-bullet {
  background: #d9d9d9;
  opacity: 1;
  border-radius: 100%;
  display: inline-block;
  width: 12px;
  height: 12px;
}

.news .news-swiper .swiper-pagination-bullet-active {
  background: #adadad;
  opacity: 1;
}

.news .more-button {
  margin: 0 auto;
}

.news .more-button:hover {
  background-color: #1ba357;
}
.news-row .news_date {
  display: none;
}

/*---------- advantage ----------*/

section.advantage {
  background-image: url("../../images/advantage-background.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 290px 0 190px;
  position: relative;
}

section.advantage::before {
  content: "";
  background-image: url("../../images/advantage-triangle.png");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  width: 100%;
  height: 221px;
  position: absolute;
  top: -1px;
}

.advantage h2 {
  color: #ffffff;
  font-size: 5rem;
  font-family: "Pathway Extreme", sans-serif;
  font-style: italic;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 100px;
  position: relative;
}

@media screen and (max-width: 375px) {
  .advantage h2 {
    font-size: 33px;
  }
}

.advantage h2 span {
  color: #fdd000;
  font-size: 6.4rem;
  line-height: 0.9;
}

@media screen and (max-width: 375px) {
  .advantage h2 span {
    font-size: 42px;
  }
}

.advantage h2::before {
  content: "";
  background-color: #ffffff;
  width: 102px;
  height: 2px;
  position: absolute;
  bottom: -25px;
  left: 0;
}

@media screen and (max-width: 1200px) {
  .advantage-box {
    margin-bottom: 72px;
  }
}

.advantage-box .frame {
  border: 1px dashed #ffffff;
  border-radius: 100%;
  width: 70%;
  padding: 15px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 1500px) {
  .advantage-box .frame {
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  .advantage-box .frame {
    width: 50%;
  }
}

@media screen and (max-width: 992px) {
  .advantage-box .frame {
    width: 70%;
  }
}

@media screen and (max-width: 768px) {
  .advantage-box .frame {
    width: 70%;
  }
}

@media screen and (max-width: 767px) {
  .advantage-box .frame {
    width: 30%;
  }
}

@media screen and (max-width: 667px) {
  .advantage-box .frame {
    width: 40%;
  }
}

@media screen and (max-width: 576px) {
  .advantage-box .frame {
    width: 50%;
  }
}

@media screen and (max-width: 425px) {
  .advantage-box .frame {
    width: 70%;
  }
}

.advantage-box .frame::before {
  content: "";
  background-color: #ffffff;
  border-radius: 100%;
  opacity: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  animation: frame 5s ease-in-out infinite;
}

@keyframes frame {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0);
  }

  75% {
    opacity: 0.75;
    transform: translate(-50%, -50%) scale(0.75);
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
  }
}

.advantage-box .frame img {
  display: block;
  width: 100%;
  transform: scale(1);
  transition: all 0.4s;
}

.advantage-box .frame img:hover {
  transform: scale(1.1);
}

.advantage .advantage-box {
  padding: 0 40px;
}

.advantage .advantage-box h3 {
  color: #fdd000;
  font-size: 4rem;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  text-align: center;
  margin-bottom: 24px;
}

.advantage .advantage-box span {
  font-size: 2.4rem;
  font-weight: 500;
}

.advantage .advantage-box p {
  color: #ffffff;
  font-size: 2rem;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.5px;
}

/*---------- location ----------*/

section.location {
  background-image: url("../../images/location-background.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 105px 0 110px;
}

.location .location-box {
  display: flex;
}

@media screen and (max-width: 992px) {
  .location .location-box {
    flex-direction: column;
  }
}

.location-box .location-left h2 {
  color: #1ba357;
  font-size: 4.8rem;
  font-family: "Pathway Extreme", sans-serif;
  font-weight: 800;
  line-height: 1;
  margin-top: 5px;
  margin-bottom: 40px;
}

@media screen and (max-width: 1200px) {
  .location-box .location-left h2 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 992px) {
  .location-box .location-left h2 {
    margin-bottom: 32px;
  }

  .location-box .location-left h2 br {
    display: none;
  }
}

.location-box .location-left p {
  color: #363333;
  font-size: 16px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
}

.location-box .location-left p span {
  color: #585858;
  font-size: 17px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 1200px) {
  .location-box .location-left p {
    font-size: 18px;
  }

  .location-box .location-left p span {
    font-size: 19px;
  }
}

.location-box .location-left .more-button {
  margin-top: 80px;
}

@media screen and (max-width: 992px) {
  .location-box .location-left .more-button {
    margin-top: 50px;
    margin-bottom: 80px;
  }
}

.location-box .location-left .more-button:hover {
  background-color: #1ba357;
}

.location-box .location-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  padding-left: 120px;
}

@media screen and (max-width: 1500px) {
  .location-box .location-right {
    padding-left: 80px;
  }
}

@media screen and (max-width: 1200px) {
  .location-box .location-right {
    padding-left: 60px;
  }
}

@media screen and (max-width: 992px) {
  .location-box .location-right {
    padding-left: 0;
  }
}

.location-box .location-right .branch {
  width: 33%;
  margin-bottom: 64px;
  padding-right: 20px;
}

@media screen and (max-width: 1500px) {
  .location-box .location-right .branch {
    width: 30%;
  }
}

@media screen and (max-width: 1200px) {
  .location-box .location-right .branch {
    width: 47.5%;
  }
}

@media screen and (max-width: 576px) {
  .location-box .location-right .branch {
    width: 100%;
  }
}

.location-box .location-right .branch h4 {
  color: #363333;
  font-size: 2.4rem;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
}

.location-box .location-right .branch p {
  color: #585858;
  font-size: 14px;
  font-family: "Pathway Extreme", sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.location-box .location-right .branch a {
  color: #585858;
  background-color: #fdd000;
  font-size: 14px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 7.5px 18.5px;
  transition: all 0.4s;
}

.location-box .location-right .branch a:hover,
.location-box .location-right .branch a:focus {
  background-color: #ffe10d;
}

/*---------- 分類頁樣式 ----------*/

h2.is_title {
  color: #1ba357;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 30px;
}

.greenword {
  color: #1ba357;
  font-size: 19px;
}

#category_descr {
  color: #363333;
  font-size: 17px;
  line-height: 1.8;
}

#category_descr p {
  margin-bottom: 30px;
}

#category_descr img {
  max-width: 100%;
}

@media screen and (max-width: 430px) {
  #category_descr img {
    width: 100%;
  }
}

/* navbar-sub 新增 */
.navbar-sub-container {
  background-color: #585858;
}
.navbar-sub {
  display: flex;
  justify-content: flex-end;
  margin: 0;
}

.navbar-sub li.main a,
.navbar-sub li a {
  color: #fff;
  padding: 8px 20px 8px !important;
  font-size: 15px;
}

.navbar-sub span.caret {
  color: #fff;
}
.navbar-sub .dropdown-menu li a {
  color: #1ba357;
}

.top-search {
  background-color: #585858;
  border-bottom: 1px solid #fff;
}

.top-search > .container {
  padding: 0 30px;
}

@media (max-width: 1201px) {
  .navbar-nav .open .dropdown-menu {
    position: absolute;
    top: 38px;
    background-color: #f1f1f1;
  }
}
