@charset "UTF-8";
/* index button */
body {
  background: #e7e7e7;
  font-family: Arial, "Noto Sans TC", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 1.375rem;
  color: #333333;
}
body a {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -webkit-transition: all 0.3s;
  /* Safari & Chrome */
  -o-transition: all 0.3s;
  /* Opera */
  color: #333333;
}
body a:hover, body a:focus {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -webkit-transition: all 0.3s;
  /* Safari & Chrome */
  -o-transition: all 0.3s;
  /* Opera */
  color: #35b886;
  text-decoration: none;
}
body button {
  border: 1px solid transparent;
}

.btn,
.btn-sm {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -webkit-transition: all 0.3s;
  /* Safari & Chrome */
  -o-transition: all 0.3s;
  /* Opera */
}

.btn-sm {
  font-size: 0.875rem;
}

.btn-green:disabled {
  background: #f5f5f5;
  color: #888888 !important;
  border-color: #f5f5f5;
}

.btn-green,
.btn-green:hover,
.btn-green:active {
  color: #fff !important;
}

.btn-green {
  background: #1b9466;
  border-radius: 1rem;
}

.btn-green:hover {
  background: #167d56;
}

.btn-green:active {
  background-color: #167d56 !important;
  border-color: #167d56 !important;
}

.btn-more {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}
.btn-more.news-learn-more {
  width: 9rem;
  height: auto;
}
.btn-more.news-learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 2.2rem;
  height: 2.2rem;
  background: #1b9466;
  border-radius: 1.625rem;
}
.btn-more.news-learn-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
.btn-more.news-learn-more .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.25rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}
.btn-more.news-learn-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}
.btn-more.news-learn-more .news-button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.1rem 0;
  margin: 0 0 0 1.5rem;
  color: #000;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
.btn-more:hover .circle {
  width: 100%;
}
.btn-more:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
}
.btn-more:hover .news-button-text {
  color: #fff;
}

.light-line {
  border-bottom: 1px solid #dddddd;
}

.btn-my-4 {
  padding: 0.65rem 0;
}

.my-30 {
  margin: 1.875rem 0;
}

.navbar {
  background: #fff;
  font-size: 1.1rem;
}
.navbar .navbar-brand {
  display: block;
  margin: 0;
  padding: 0.5rem 0;
  text-decoration: none;
}
.navbar .navbar-brand p {
  color: #000;
  display: inline;
  position: relative;
  top: 0.6rem;
  left: -2.5rem;
  font-size: 1rem;
  font-weight: bold;
}
.navbar button.navbar-toggler {
  background: #1b9466;
  border: 1px solid #167d56;
}
.navbar button.navbar-toggler span.navbar-toggler-icon {
  background-image: none;
}
.navbar button.navbar-toggler span.navbar-toggler-icon i {
  font-size: 1.8rem;
  color: #fff;
}
.navbar .navbar-collapse .navbar-nav {
  width: 100%;
}
.navbar .navbar-collapse .navbar-nav .nav-item {
  text-align: center;
  word-wrap: break-word;
  word-break: keep-all;
}
.navbar .navbar-collapse .navbar-nav .nav-item:not(:last-child) {
  position: relative;
  top: 0.4rem;
}
.navbar .navbar-collapse .navbar-nav .nav-item > a {
  cursor: pointer;
  color: #000;
}
.navbar .navbar-collapse .navbar-nav .nav-item > a:hover,
.navbar .navbar-collapse .navbar-nav .nav-item a:focus {
  color: #1b9466;
}
.navbar .navbar-collapse .navbar-nav .nav-item .btn-link-to-org {
  padding: 0.2rem 0.5rem;
}

@media (max-width: 576px) {
  .navbar .navbar-brand {
    width: 78%;
  }
}
@media (max-width: 991px) {
  .navbar {
    padding: 0;
  }
  .navbar .navbar-collapse {
    margin-bottom: 1rem;
    border-radius: 0.375rem;
    background: #1b9466;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item > a {
    margin: auto;
    padding: 1rem 1.55rem;
    width: 90%;
    color: #fff;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item > a:hover,
  .navbar .navbar-collapse .navbar-nav .nav-item > a:focus {
    background: #167d56;
    color: #fff;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item .btn-link-to-org {
    background: transparent;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .navbar {
    padding: 0 0.5rem;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item > a {
    padding: 0.5rem;
  }
}
@media (min-width: 1200px) {
  .navbar {
    padding: 0 2rem;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item > a {
    padding: 0.6rem 1.9rem;
  }
}
@media (max-width: 576px) {
  .navbar-brand p {
    position: relative !important;
    top: 0.65rem !important;
    left: -3rem !important;
    font-size: 0.7rem !important;
  }
}
@media (max-width: 299px) {
  .navbar-brand p {
    opacity: 0;
  }
}
.footer {
  color: #fff;
  background: #167d56;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 1rem 0.5rem 1rem;
}
.footer .logo img {
  margin-bottom: 0.5rem;
}
.footer .logo p {
  color: #fff;
  display: inline;
  position: relative;
  top: 0.6rem;
  left: -2.5rem;
  font-size: 1rem;
  font-weight: bold;
}
.footer .info {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
}
.footer .info-list p {
  margin: 0.25rem 0;
  text-align: left;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer a:hover, .footer a:focus {
  color: #35b886;
}
.footer .copyright {
  margin-top: 1.2rem;
  padding: 0.3rem 0;
  color: #35b886;
  font-size: 0.8125rem;
}
.footer .copyright a {
  color: #35b886;
}
.footer .copyright a:hover, .footer .copyright a:focus {
  color: #fff;
}

@media (max-width: 576px) {
  .footer .logo img {
    width: 60%;
  }
  .footer .logo p {
    position: relative;
    top: 0.5rem;
    left: -1.7rem;
    font-size: 0.7rem;
  }
}
@media (max-width: 299px) {
  .footer .logo img {
    position: relative;
    left: 2.2rem;
  }
  .footer .logo p {
    opacity: 0;
  }
}
@media (max-width: 200px) {
  .footer .logo img {
    position: relative;
    left: 1.5rem;
  }
}
.sns-link {
  width: 50px;
  box-sizing: border-box;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  text-align: center;
}
.sns-link a {
  text-decoration: none;
}
.sns-link i {
  font-size: 2rem;
  margin: -0.3rem 0;
}
.sns-link .line {
  position: relative;
  background-color: #00b900;
  border-radius: 50%;
  padding: 1.5rem;
  width: 2.2rem;
  height: 2.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -0.3rem 0;
}
.sns-link .fb {
  color: #fff;
  background-color: #1877f2;
  border-radius: 50%;
  padding: 1.5rem;
  width: 2.2rem;
  height: 2.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sns-link .ig {
  color: #fff;
  background: radial-gradient(circle at 30% 30%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  border-radius: 50%;
  padding: 1.5rem;
  width: 2.2rem;
  height: 2.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sns-link .phone,
.sns-link .mobile,
.sns-link .map {
  color: #fff;
  background-color: #ec6c00;
  border-radius: 50%;
  padding: 1.5rem;
  width: 2.2rem;
  height: 2.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 576px) {
  .sns-link {
    right: 0px;
  }
  .sns-link i {
    font-size: 1.5rem;
    margin: -0.5rem 0;
  }
  .sns-link .line {
    padding: 1.2rem;
    width: 2rem;
    height: 2rem;
  }
  .sns-link .line img {
    width: 4rem;
    height: 4rem;
  }
  .sns-link .fb {
    padding: 1.2rem;
    width: 2rem;
    height: 2rem;
  }
  .sns-link .ig {
    padding: 1.2rem;
    width: 2rem;
    height: 2rem;
  }
  .sns-link .phone,
  .sns-link .mobile,
  .sns-link .map {
    padding: 1.2rem;
    width: 2rem;
    height: 2rem;
  }
}
.top-area {
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.top-area img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-area .top-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-area .top-title .page-title {
  font-weight: bold;
  font-size: 2rem;
  color: #1b9466;
  text-align: center;
  padding: 0.5rem 1rem;
  border: 0.5rem;
}

@media (max-width: 576px) {
  .top-area .top-title .page-title {
    font-size: 1.4rem;
  }
}
.masthead {
  margin-bottom: 3rem;
}
.masthead .breadcrumb {
  margin: 1rem 0 0 0;
  padding: 0;
  background: transparent;
  color: #ec6c00;
  font-size: 1rem;
}
.masthead .breadcrumb .breadcrumb-item a {
  position: relative;
  padding: 0.1rem 0;
  color: #ec6c00;
  text-decoration: none;
}
.masthead .breadcrumb .breadcrumb-item a:hover,
.masthead .breadcrumb .breadcrumb-item a:focus {
  color: #ff9740;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -webkit-transition: all 0.3s;
  /* Safari & Chrome */
  -o-transition: all 0.3s;
  /* Opera */
}
.masthead .breadcrumb .breadcrumb-item:active {
  color: #ff9740;
}
.masthead .breadcrumb-item + .breadcrumb-item::before {
  padding-top: 0.1rem;
  color: #ec6c00;
  font: var(--fa-font-solid);
  font-size: 1rem;
  content: "/";
}

@media (max-width: 767.98px) {
  h2 {
    text-align: center;
  }
  .d-flex {
    justify-content: center !important;
  }
}
@media (min-width: 768px) {
  .d-flex {
    justify-content: flex-end !important;
  }
}
.store-introduce-area {
  background: #fff;
  margin-bottom: 4rem;
}
.store-introduce-area .inpage {
  padding: 1rem 0.5rem;
}
.store-introduce-area .inpage .team-list-area {
  margin: 1.5rem;
  display: flex;
  justify-content: center;
}
.store-introduce-area .inpage .team-list-area .team-img {
  align-items: center;
  overflow: hidden;
}
.store-introduce-area .inpage .team-list-area .team-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.store-introduce-area .inpage .team-list-area .team-text .foot-scaner {
  font-size: 1.7rem;
  color: #ec6c00;
  border-left: 10px solid #ff9740;
  padding-left: 1rem;
}
.store-introduce-area .inpage .team-list-area .team-text .team-bg {
  background: #e6f3e6;
  padding: 1rem;
}
.store-introduce-area .inpage .team-list-area .team-text .text-small {
  font-size: 1.2rem;
}
.store-introduce-area .inpage .team-list-area .team-text .team-span {
  padding-left: 3rem;
}
@media (min-width: 1199.99px) and (max-width: 1399.98px) {
  .store-introduce-area .team-list-area {
    margin: 0 1.3rem;
  }
  .store-introduce-area .team-list-area .team-img {
    padding: 0 !important;
  }
  .store-introduce-area .team-list-area .team-text {
    padding-left: 5rem;
  }
}
@media (min-width: 991.99px) and (max-width: 1199.98px) {
  .store-introduce-area .team-list-area {
    margin-left: 1.3rem;
  }
  .store-introduce-area .team-list-area .team-img {
    padding: 0 !important;
  }
  .store-introduce-area .team-list-area .team-text {
    font-size: 1.2rem !important;
    padding-left: 2rem !important;
  }
  .store-introduce-area .team-list-area .team-text .text-small {
    font-size: 1rem !important;
  }
}
@media (max-width: 991.98px) {
  .store-introduce-area .team-list-area {
    display: flex;
    align-items: center;
  }
  .store-introduce-area .team-list-area .team-img {
    padding: 0 !important;
  }
  .store-introduce-area .team-list-area .team-text {
    margin-top: 1rem;
    text-align: left;
    padding: 0 !important;
  }
  .store-introduce-area .team-list-area .team-text .team-span {
    padding: 0 !important;
  }
}
@media (min-width: 767.99px) and (max-width: 991.98px) {
  .store-introduce-area .team-list-area {
    margin: 0 0.25rem;
  }
  .store-introduce-area .team-list-area .team-img {
    padding: 0 !important;
  }
}
.store-introduce-area .video-area {
  display: block;
  text-align: center;
}
.store-introduce-area .video-area h3 {
  margin: 3rem 0 1.5rem 0;
  display: block;
  text-align: center;
  color: #ec6c00;
}
.store-introduce-area .video-area .video iframe {
  width: 100%;
}
@media (min-width: 1200px) {
  .store-introduce-area .video-area .video iframe {
    height: 600px;
  }
}
@media (max-width: 1199.98px) {
  .store-introduce-area .video-area .video iframe {
    height: 500px;
  }
}
@media (max-width: 767.99px) {
  .store-introduce-area .video-area .video iframe {
    height: 300px;
  }
}
@media (min-width: 767.99px) and (max-width: 991.98px) {
  .store-introduce-area .video-area {
    margin: 0 1rem !important;
  }
}
@media (min-width: 767.98px) {
  .store-introduce-area .video-area {
    margin: 0 2rem;
  }
}
.store-introduce-area .store-pictures-area {
  text-align: center;
}
.store-introduce-area .store-pictures-area h3 {
  margin: 3rem 0 1rem 0;
  display: block;
  text-align: center;
  color: #ec6c00;
}
.store-introduce-area .picture-list-box {
  margin: 0.75rem 0;
}
.store-introduce-area .picture-list-box .g-cover-p {
  overflow: hidden;
}
.store-introduce-area .picture-list-box .g-cover-p img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s ease-in-out;
}
.store-introduce-area .picture-list-box a {
  color: #000;
  margin: 0.3rem 0;
  text-decoration: none;
}
.store-introduce-area .picture-list-box a:hover, .store-introduce-area .picture-list-box a:focus {
  color: #1b9466;
}
.store-introduce-area .picture-list-box:hover .g-cover-p img {
  transition: 0.5s ease-in-out;
  transform: scale(1.2);
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .store-introduce-area .picture-list-box .g-cover-p img {
    height: 179px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .store-introduce-area .picture-list-box .g-cover-p img {
    height: 158px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .store-introduce-area .picture-list-box .g-cover-p img {
    height: 200px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .store-introduce-area .picture-list-box .g-cover-p img {
    height: 220px;
  }
}
@media (min-width: 1400px) {
  .store-introduce-area .picture-list-box .g-cover-p img {
    height: 250px;
  }
}
@media (min-width: 767.99px) and (max-width: 991.98px) {
  .store-introduce-area .store-pictures-area {
    margin: 0 1rem !important;
  }
}
@media (min-width: 767.98px) {
  .store-introduce-area .store-pictures-area {
    margin: 0 2rem;
  }
}
@media (min-width: 576px) {
  .store-introduce-area .inpage {
    margin: 0 2rem;
  }
}

.foot-scan-page {
  background: #fff;
  margin-bottom: 4rem;
}
.foot-scan-page .inpage {
  padding: 1rem 0.5rem;
}
.foot-scan-page .inpage .foot-scan-text {
  letter-spacing: 0.1rem;
  border-bottom: double #ec6c00;
}
.foot-scan-page .inpage .foot-scan-text p.text-lg {
  font-size: 1.5rem;
  font-weight: 500;
  color: #ec6c00;
}
.foot-scan-page .inpage .foot-scan-item {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
}
.foot-scan-page .inpage .foot-scan-item .item-img img {
  border-radius: 15px;
  width: 100%;
  height: auto;
}
.foot-scan-page .inpage .foot-scan-item .item-title {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #ec6c00;
}
.foot-scan-page .inpage .foot-scan-item .item-text {
  font-size: 1.2rem;
  text-align: left;
}
.foot-scan-page .inpage .foot-scan-item2 {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin-top: 1.5rem;
}
.foot-scan-page .inpage .foot-scan-item2 .item-img2,
.foot-scan-page .inpage .foot-scan-item2 .item-content2 {
  position: static;
}
.foot-scan-page .inpage .foot-scan-item2 .item-img2 {
  flex: 0 0 25%;
}
.foot-scan-page .inpage .foot-scan-item2 .item-img2 img {
  border-radius: 15px;
  width: 100%;
  height: auto;
}
.foot-scan-page .inpage .foot-scan-item2 .item-content2 {
  flex: 0 0 59%;
  text-align: right;
}
.foot-scan-page .inpage .foot-scan-item2 .item-content2 .item-title2 {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #ec6c00;
}
.foot-scan-page .inpage .foot-scan-item2 .item-content2 .item-text2 {
  font-size: 1.2rem;
}
@media (max-width: 991.98px) {
  .foot-scan-page .inpage .foot-scan-item .item-content {
    margin-top: 0.5rem;
  }
  .foot-scan-page .inpage .foot-scan-item2 {
    flex-direction: column;
  }
  .foot-scan-page .inpage .foot-scan-item2 .item-img2,
  .foot-scan-page .inpage .foot-scan-item2 .item-content2 {
    flex: 100%;
  }
  .foot-scan-page .inpage .foot-scan-item2 .item-content2 {
    margin-top: 0.5rem;
    text-align: left;
  }
}
@media (min-width: 576px) {
  .foot-scan-page .inpage {
    margin: 0 2rem;
  }
}
@media (max-width: 575.98px) {
  .foot-scan-page .inpage {
    margin: 0.5rem;
  }
}

@media (min-width: 768px) {
  .foot-scan-page .inpage .foot-scan-text {
    text-align: center;
  }
}
.news-list-page {
  background: #fff;
  margin-bottom: 4rem;
}
.news-list-page .inpage {
  padding: 1rem 0.5rem;
}
.news-list-page .inpage .news-show {
  padding: 1rem 2.5rem;
  margin-bottom: 1rem;
}
.news-list-page .inpage .news-show .page-title {
  position: relative;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  display: block;
  font-weight: bold;
  color: #1b9466;
  text-align: left;
}
.news-list-page .inpage .news-show .news-view-date {
  color: #aaaaaa;
  font-size: 2rem;
  padding: 0 0 0.3rem 0;
  border-bottom: double #ec6c00;
}
.news-list-page .inpage .news-show .news-view-date span {
  font-size: 1.15rem;
}
.news-list-page .inpage .news-show .news-link {
  margin: 0.5rem 0;
  color: #1b9466;
}
.news-list-page .inpage .news-show .news-link a {
  text-decoration: none;
  color: #1b9466;
}
.news-list-page .inpage .news-show .news-link a:hover, .news-list-page .inpage .news-show .news-link a:focus {
  color: #35b886;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -webkit-transition: all 0.3s;
  /* Safari & Chrome */
  -o-transition: all 0.3s;
  /* Opera */
}
.news-list-page .inpage .news-show p {
  margin-top: 0.5rem;
  line-height: 2rem;
}
.news-list-page .inpage .news-show .file-list-box .file-box {
  display: inline-block;
  margin-top: 0.2rem;
  color: #ec6c00;
}
.news-list-page .inpage .news-show .file-list-box .file-box a {
  margin: 0 0.5rem 0 0;
  text-decoration: none;
  color: #ec6c00;
}
.news-list-page .inpage .news-show .file-list-box .file-box a:hover {
  color: #ff9740;
}
.news-list-page .inpage .news-show .file-list-box .file-box .fa-file {
  margin-right: 0.3rem !important;
}
.news-list-page .inpage .search-box {
  margin: 0.8rem 2rem;
  padding: 0.5rem 0.5rem;
  text-align: center;
  white-space: nowrap;
}
.news-list-page .inpage .search-box .search-box-item .form-control:focus {
  border-color: #dddddd;
  box-shadow: 0 0 0 0.2rem #eeeeee;
}
.news-list-page .inpage .search-box .search-box-item .form-group > div,
.news-list-page .inpage .search-box .search-box-item .form-group > label {
  margin: 0.3rem 0;
}
.news-list-page .inpage .news-list {
  max-width: 1140px;
  margin: 0 auto;
}
.news-list-page .inpage .news-list .news-item {
  padding: 1rem;
  margin: 0 1rem 0 3.5rem;
  border-top: 1px solid #dddddd;
  font-size: 1.2rem;
  line-height: 2rem;
  color: #000;
}
.news-list-page .inpage .news-list .news-item:nth-child(3n) {
  margin-right: 0;
}
.news-list-page .inpage .news-list .news-item a {
  text-decoration: none;
}
.news-list-page .inpage .news-list .news-item a:hover, .news-list-page .inpage .news-list .news-item a:focus {
  color: #1b9466;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -webkit-transition: all 0.3s;
  /* Safari & Chrome */
  -o-transition: all 0.3s;
  /* Opera */
}
.news-list-page .inpage .news-list .news-item .news-date {
  font-size: 1.2rem;
  margin: 0.7rem 0;
  color: #aaaaaa;
}
.news-list-page .inpage .news-list .news-item .news-title {
  margin-top: 1.1rem;
  line-height: 1.3;
  display: block;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 3rem;
}
.news-list-page .inpage .news-list .news-item .news-title .fa-thumbtack {
  margin-right: 0.5rem !important;
  transform: rotate(45deg);
}
@media (max-width: 991.98px) {
  .news-list-page .news-item {
    margin: 0 !important;
  }
}
@media (min-width: 768px) {
  .news-list-page .inpage {
    margin: 0 2rem;
  }
}
@media (max-width: 575.98px) {
  .news-list-page .news-list .news-date {
    font-size: 1rem !important;
    word-break: break-all;
  }
}

.article-share-area {
  background: #fff;
  margin-bottom: 4rem;
}
.article-share-area .inpage {
  padding: 1rem 0.5rem;
}
.article-share-area .inpage .page-title {
  position: relative;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  display: block;
  font-weight: bold;
  color: #1b9466;
  text-align: center;
}
.article-share-area .inpage .search-box {
  margin: 0.8rem 2rem;
  padding: 0.5rem 0.5rem;
  text-align: center;
  white-space: nowrap;
}
.article-share-area .inpage .search-box .search-box-item .form-control:focus {
  border-color: #dddddd;
  box-shadow: 0 0 0 0.2rem #eeeeee;
}
.article-share-area .inpage .search-box .search-box-item .form-group > i,
.article-share-area .inpage .search-box .search-box-item .form-group > div,
.article-share-area .inpage .search-box .search-box-item .form-group > label {
  margin: 0.3rem 0;
}
.article-share-area .inpage .article-list .article-list-items {
  max-width: 1140px;
  margin: 1rem auto;
}
.article-share-area .inpage .article-list .article-list-items .article-item {
  padding: 1rem;
  margin: 0 1rem 0 3.5rem;
  border-top: 1px solid #dddddd;
  font-size: 1.15rem;
  line-height: 2rem;
  color: #000;
}
.article-share-area .inpage .article-list .article-list-items .article-item:nth-child(3n) {
  margin-right: 0;
}
.article-share-area .inpage .article-list .article-list-items .article-item .article-date {
  font-size: 1.2rem;
  margin: 0.7rem 0;
  color: #aaaaaa;
}
.article-share-area .inpage .article-list .article-list-items .article-item .article-category {
  margin: 0.7rem 0;
  text-align: right;
  font-size: 0.9rem;
  color: #ec6c00;
}
.article-share-area .inpage .article-list .article-list-items a {
  text-decoration: none;
}
.article-share-area .inpage .article-list .article-list-items a:hover, .article-share-area .inpage .article-list .article-list-items a:focus {
  color: #1b9466;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -webkit-transition: all 0.3s;
  /* Safari & Chrome */
  -o-transition: all 0.3s;
  /* Opera */
}
.article-share-area .inpage .article-list .article-list-items .article-title {
  max-width: 200px;
  width: 100%;
  margin-top: 1.1rem;
  line-height: 1.3;
  height: auto;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  text-align: left;
  position: relative;
  left: 5rem;
  word-wrap: break-word;
  white-space: normal;
  overflow-wrap: break-word;
}
@media (max-width: 991.98px) {
  .article-share-area .article-list-items {
    margin: 1rem 0 !important;
  }
  .article-share-area .article-list-items .article-title {
    max-width: 100% !important;
  }
}
@media (max-width: 575.98px) {
  .article-share-area .article-list .article-item {
    margin: 0 !important;
  }
  .article-share-area .article-list .article-date {
    font-size: 1rem !important;
    word-break: break-all !important;
  }
  .article-share-area .article-list .article-title {
    word-break: break-all !important;
    left: 1.5rem !important;
  }
}
@media (min-width: 576px) {
  .article-share-area .inpage {
    margin: 0 2rem;
  }
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #1b9466;
  border: 1px solid #dddddd;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #fff;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -webkit-transition: all 0.3s;
  /* Safari & Chrome */
  -o-transition: all 0.3s;
  /* Opera */
  background-color: #1b9466;
  border-color: #1b9466;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 0px;
}
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -webkit-transition: all 0.3s;
  /* Safari & Chrome */
  -o-transition: all 0.3s;
  /* Opera */
  background-color: #1b9466;
  border-color: #1b9466;
}
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus,
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus {
  cursor: not-allowed;
  background-color: #f5f5f5;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -webkit-transition: all 0.3s;
  /* Safari & Chrome */
  -o-transition: all 0.3s;
  /* Opera */
  color: #888888;
  border-color: #dddddd;
}
.pagination .page-dot {
  cursor: auto;
}
.pagination .page-dot:hover, .pagination .page-dot:focus {
  color: #888888;
  background-color: transparent;
  border: 1px solid #dddddd;
}

.news-view-area {
  background: #fff;
  margin-bottom: 4rem;
}
.news-view-area .inpage {
  padding: 1rem 0.5rem;
}
.news-view-area .inpage .page-title {
  position: relative;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  display: block;
  font-weight: bold;
  color: #1b9466;
  text-align: left;
}
.news-view-area .inpage .news-view-date {
  color: #aaaaaa;
  font-size: 2rem;
  padding: 0 0 0.3rem 0;
  border-bottom: double #ec6c00;
}
.news-view-area .inpage .news-view-date span {
  font-size: 1.15rem;
}
.news-view-area .inpage .news-link {
  margin: 0.5rem 0;
  color: #1b9466;
}
.news-view-area .inpage .news-link a {
  text-decoration: none;
  color: #1b9466;
}
.news-view-area .inpage .news-link a:hover, .news-view-area .inpage .news-link a:focus {
  color: #35b886;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -webkit-transition: all 0.3s;
  /* Safari & Chrome */
  -o-transition: all 0.3s;
  /* Opera */
}
.news-view-area .inpage p {
  margin-top: 0.5rem;
  line-height: 2rem;
}
.news-view-area .inpage .file-list-box .file-box {
  display: inline-block;
  margin-top: 0.2rem;
  color: #ec6c00;
}
.news-view-area .inpage .file-list-box .file-box a {
  margin: 0 0.5rem 0 0;
  text-decoration: none;
  color: #ec6c00;
}
.news-view-area .inpage .file-list-box .file-box a:hover {
  color: #ff9740;
}
.news-view-area .inpage .file-list-box .file-box .fa-file {
  margin-right: 0.3rem !important;
}
@media (min-width: 576px) {
  .news-view-area .inpage {
    margin: 0 2rem;
  }
}

@media (min-width: 576px) {
  .news-view-area .inpage {
    margin: 0 2rem;
  }
}
@media (max-width: 575.98px) {
  .news-view-area .inpage {
    margin: 0 1rem;
  }
}
.top-bg-area {
  padding: 0;
}
.top-bg-area .top-bg {
  width: 100%;
  height: 12.5rem;
  overflow: hidden;
}
.top-bg-area .top-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-list-area {
  background: #fff;
  padding: 2rem 0;
}
.news-list-area .index-big-title {
  font-size: 2rem;
  font-weight: bold;
  color: #1b9466;
}
.news-list-area .news-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 1.125rem 3rem;
  font-size: 1.35rem;
  border-width: 80%;
}
.news-list-area .news-item a {
  text-decoration: none;
}
.news-list-area .news-item a:hover {
  color: #1b9466;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -webkit-transition: all 0.3s;
  /* Safari & Chrome */
  -o-transition: all 0.3s;
  /* Opera */
}
.news-list-area .news-item .news-title {
  padding: 0 0.625rem;
  flex: 1;
  text-align: left;
}
.news-list-area .news-item .news-title .fa-thumbtack {
  margin-right: 0.5rem !important;
  transform: rotate(45deg);
}
.news-list-area .news-item .news-date {
  padding: 0 1.5rem;
  color: #aaaaaa;
  white-space: nowrap;
  text-align: right;
}
.news-list-area .btn-more {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}
.news-list-area .btn-more.news-learn-more {
  width: 10rem;
  height: auto;
}
.news-list-area .btn-more.news-learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 2.2rem;
  height: 2.2rem;
  background: #1b9466;
  border-radius: 1.625rem;
}
.news-list-area .btn-more.news-learn-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
.news-list-area .btn-more.news-learn-more .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.25rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}
.news-list-area .btn-more.news-learn-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}
.news-list-area .btn-more.news-learn-more .news-button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.1rem 0;
  margin: 0 0 0 1.5rem;
  color: #000;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
.news-list-area .btn-more:hover .circle {
  width: 100%;
}
.news-list-area .btn-more:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
}
.news-list-area .btn-more:hover .news-button-text {
  color: #fff;
}

@media (max-width: 575.98px) {
  .news-list-area .news-item {
    padding: 1.125rem 1rem;
  }
}
.foot-scan-area {
  margin-top: 0.5rem;
}
.foot-scan-area .index-big-title {
  padding: 2rem 0;
  font-size: 2rem;
  font-weight: bold;
  color: #1b9466;
}
.foot-scan-area .foot-scan .foot-scan-content {
  overflow: hidden;
}
.foot-scan-area .foot-scan .foot-scan-content h5 {
  line-height: 2.5rem;
}
.foot-scan-area .foot-scan .foot-scan-content p {
  line-height: 1.8rem;
}
.foot-scan-area .foot-scan .foot-scan-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.foot-scan-area .foot-scan .btn-more {
  margin: 1rem 0 0 0;
  padding: 0;
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}
.foot-scan-area .foot-scan .btn-more.scan-learn-more {
  width: 12rem;
  height: auto;
}
.foot-scan-area .foot-scan .btn-more.scan-learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 2.2rem;
  height: 2.2rem;
  background: #1b9466;
  border-radius: 1.625rem;
}
.foot-scan-area .foot-scan .btn-more.scan-learn-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
.foot-scan-area .foot-scan .btn-more.scan-learn-more .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.25rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}
.foot-scan-area .foot-scan .btn-more.scan-learn-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}
.foot-scan-area .foot-scan .btn-more.scan-learn-more .scan-button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.1rem 0;
  margin: 0 0 0 2.2rem;
  color: #000;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
.foot-scan-area .foot-scan .btn-more:hover .circle {
  width: 100%;
}
.foot-scan-area .foot-scan .btn-more:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
}
.foot-scan-area .foot-scan .btn-more:hover .scan-button-text {
  color: #fff;
}

@media (max-width: 991.98px) {
  .foot-scan-area button {
    margin: 1rem auto 0 !important;
    display: block !important;
  }
}
.foot-scan-area2 {
  margin-top: 2rem;
}
.foot-scan-area2 .index-big-title {
  padding: 2rem 0;
  font-size: 2rem;
  font-weight: bold;
  color: #1b9466;
}
.foot-scan-area2 .foot-scan2 .foot-scan-text2 h5 {
  line-height: 2.5rem;
}
.foot-scan-area2 .foot-scan2 .foot-scan-text2 p {
  line-height: 1.8rem;
}
.foot-scan-area2 .foot-scan2 .foot-scan-img2 {
  overflow: hidden;
}
.foot-scan-area2 .foot-scan2 .foot-scan-img2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.foot-scan-area2 .foot-scan2 .btn-more {
  margin: 1rem 0 0 0;
  padding: 0;
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}
.foot-scan-area2 .foot-scan2 .btn-more.scan-learn-more {
  width: 12rem;
  height: auto;
}
.foot-scan-area2 .foot-scan2 .btn-more.scan-learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 2.2rem;
  height: 2.2rem;
  background: #1b9466;
  border-radius: 1.625rem;
}
.foot-scan-area2 .foot-scan2 .btn-more.scan-learn-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
.foot-scan-area2 .foot-scan2 .btn-more.scan-learn-more .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.25rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}
.foot-scan-area2 .foot-scan2 .btn-more.scan-learn-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}
.foot-scan-area2 .foot-scan2 .btn-more.scan-learn-more .scan-button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.1rem 0;
  margin: 0 0 0 2.2rem;
  color: #000;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
.foot-scan-area2 .foot-scan2 .btn-more:hover .circle {
  width: 100%;
}
.foot-scan-area2 .foot-scan2 .btn-more:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
}
.foot-scan-area2 .foot-scan2 .btn-more:hover .scan-button-text {
  color: #fff;
}

.cotact-us-area {
  background: #fff;
  margin: 2rem 0 0 0;
  padding: 0 0 5rem 0;
}
.cotact-us-area .index-big-title {
  padding: 2rem 0;
  font-size: 2rem;
  font-weight: bold;
  color: #1b9466;
}
.cotact-us-area .contact-link-box {
  border-top: 1px solid #1b9466;
  border-bottom: 1px solid #1b9466;
}
.cotact-us-area .contact-link-box .contact-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cotact-us-area .contact-link-box .contact-list a {
  text-decoration: none;
}
.cotact-us-area .contact-link-box .contact-list a i {
  font-size: 5rem;
  text-align: center;
  color: #aaaaaa;
  margin: 1rem 2rem;
}
.cotact-us-area .contact-link-box .contact-list a i.line {
  font-size: 4.6rem;
  position: relative;
  top: 0.3rem;
}
.cotact-us-area .contact-link-box .contact-list a i.map {
  font-size: 4.5rem;
  position: relative;
  top: 0.2rem;
}
.cotact-us-area .contact-link-box .contact-list a i:hover {
  color: #1b9466;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -webkit-transition: all 0.3s;
  /* Safari & Chrome */
  -o-transition: all 0.3s;
  /* Opera */
}

@media (min-width: 575.99px) and (max-width: 767.98px) {
  .contact-list {
    justify-content: center;
  }
  .contact-list a i {
    font-size: 4rem;
    margin: 1rem 1.5rem;
  }
}
@media (max-width: 575.98px) {
  .contact-list a i {
    margin: 1rem 3.5rem !important;
  }
}
@media (max-width: 400px) {
  .contact-list {
    display: grid !important;
  }
  .contact-list .map {
    left: 0.6rem;
  }
}
.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}/*# sourceMappingURL=layout.css.map */