@charset "UTF-8";
@import url("https://hlfa.ystp.com.tw/css/bootstrap-grid.rtl.min.css");
@import url("https://hlfa.ystp.com.tw/css/bootstrap-utilities.rtl.min.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Traditional+Chinese:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Traditional+Chinese:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900&display=swap");
:root {
  --footer-bg:#c7a93c;
  --pupolar-color-bg:#b59000;
  --pupolar-color-text:#ffffff;
  --btn-color:#0c7e1d;
  --pagination-active:#4caf50;
  --food: #90ccbf;
  --people:#cbb04c;
  --trip:#e1abc3;
  --primary-color: #b59000;
  --secondary-color: #f8fafc;
  --text-primary: #1e293b;
  --text-secondary: #64748b;
  --card-bg: #ffffff;
  --shadow-light: 0 1px 3px 0 rgb(0 0 0 / 0.1);
  --shadow-medium: 0 4px 6px -1px rgb(0 0 0 / 0.1);
  --shadow-heavy: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --border-radius: 0px 0px 12px 12px;
  --animation-duration: 0.3s;
  --black: #404040;
  --white: #fff;
  --gray: rgba(64, 64, 64, 0.15);
  --font-courgett: "Courgette", cursive;
  --font-open-sans: "Open Sans", sans-serif;
  --font-light: 300;
  --font-notosans: "Noto Sans Traditional Chinese",sans-serif;
}

body {
  font-family: "Noto Sans Traditional Chinese", Arial, Helvetica, sans-serif;
  max-width: 100%;
}

/*h2 {
  margin: 30px 0;
  font-size: 3rem;
  font-weight: bold;

}*/
h1, .h1 {
  font-size: 48px;
  font-weight: 600;
  color: rgb(0, 0, 0);
}

h2, .h2 {
  font-weight: bold;
  font-family: Poppins;
  font-size: 32px;
  font-weight: 600;
  color: rgb(51, 51, 51);
}

h3, .h3 {
  font-weight: bold;
  line-height: 1.8rem;
}

h4, .h4 {
  color: #707070;
  font-size: 1.1rem;
  line-height: 1.4rem;
}

p, .p {
  line-height: 1.4rem;
  font-size: 18px;
  color: rgb(102, 102, 102);
}

.main_column-blog h1 {
  color: #ffffff;
}

/*===============index 內容列表==============*/
/*.hot_card {
  padding: 0;
  margin: 0;

}

.hot_card li {

  padding: 5px 20px;
  text-align: left;
}

.hot_card .time {
  padding: 0;
  margin: 0;
}

.hot_card h3 {
  padding: 10px 0;
  font-size: 1.6rem;
}
*/
a.btn:link {
  font-size: 16px;
  color: #8a48a2;
  text-decoration: none;
  border: 1px solid #8a48a2;
  border-radius: 50px;
  padding: 5px 15px;
  margin-left: 10px;
  margin-top: 30px;
}

a.btn:hover {
  color: #ffffff;
  text-decoration: none;
  border: 1px solid #4b2a7c;
  background: #4b2a7c;
}

.hot_card {
  padding: 0;
  margin: 0;
}
.hot_card li {
  padding: 5px 20px;
  text-align: left;
}
.hot_card .time {
  padding: 0;
  margin: 0;
}
.hot_card h3 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #595541;
  margin: 8px 0 0 0;
  padding: 0px;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
.hot_card p {
  width: 100%;
  color: #666;
  line-height: 1.5rem;
  margin-top: 0px;
  padding-top: 0px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
.hot_card a.btn:link {
  font-size: 16px;
  color: #8a48a2;
  text-decoration: none;
  border: 1px solid #8a48a2;
  border-radius: 50px;
  padding: 5px 15px;
  margin-left: 10px;
  margin-top: 30px;
}
.hot_card a.btn:hover {
  color: #ffffff;
  text-decoration: none;
  border: 1px solid #4b2a7c;
  background: #4b2a7c;
}

.more_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.more_btn a.more {
  font-size: 16px;
  color: #ffffff !important;
  background: #2a2a2a;
  text-decoration: none;
  border: 1px solid #757575;
  border-radius: 50px;
  padding: 1px 15px;
  margin-left: 10px;
  margin-top: 0px;
}
.more_btn a.more:hover {
  color: #ffffff;
  text-decoration: none;
  border: 1px solid #a59c9c;
  background: #a59c9c;
}

.more_btn::before {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  height: 1px;
  margin-right: 0.5em;
  background: #7e7e7e;
}

.pupolar {
  font-size: 0.8rem;
  line-height: 1.6rem;
  color: var(--pupolar-color-text);
  text-decoration: none;
  background: var(--pupolar-color-bg);
  font-weight: 500;
  margin-left: 10px;
  padding: 0px 8px;
  text-decoration: none;
  border-radius: 5px;
}

.cat_list a,
.tag_list a {
  pointer-events: auto;
}

.cat_list a,
.cat_list span {
  display: inline-block;
  vertical-align: middle;
  padding: 2px 10px 1px 15px;
  line-height: 1.5;
  background-color: #1d84ff;
  background-color: var(--clr-main);
  border: 1px solid #1d84ff;
  border: 1px solid var(--clr-main);
  color: #fff;
  color: var(--clr-wht);
  border-radius: 6.1875rem;
}

@media screen and (max-width: 47.9375em) {
  .cat_list a,
  .cat_list span {
    padding: 0.2857142857rem 1.1428571429rem;
    font-size: 1.125rem;
  }
}
.cat_list a:hover,
.cat_list span:hover {
  background-color: #fff;
  background-color: var(--clr-wht);
  color: #1d84ff;
  color: var(--clr-main);
}

.tag_list a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  padding: 0.25rem 0.875rem;
  line-height: 1.5;
  color: #656565;
  background-color: #fff;
  border: 1px solid #9e9e9e;
  border-radius: 6.1875rem;
}

.cat_list,
.tag_list {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem;
  pointer-events: none;
}

@media screen and (max-width: 47.9375em) {
  .tag_list a {
    padding: 0.1428571429rem 0.5714285714rem;
    font-size: 1rem;
  }
}
.tag_list a::before {
  content: "#";
  display: block;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transition: var(--transit-default);
  transition: var(--transit-default);
}

.tag_list a:hover {
  background-color: inherit;
  border-color: #1d84ff;
  border-color: var(--clr-main);
  color: #1d84ff;
  color: var(--clr-main);
}

/*===============新聞===============*/
.news_list {
  width: 90%;
  margin: 0 auto 60px auto;
}
.news_list .news_info {
  border-bottom: 1px solid #000000;
}

/*------index 職人推薦--------*/
.page_index section {
  max-width: 100%;
}

.people_box {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.people_box .people_info {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 0;
  margin-bottom: 40px;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.people_box .people_info ul {
  max-width: 23%;
  background: #ffffff;
  padding: 20px 20px;
  margin: 0 10px;
  border-radius: 1rem;
}
.people_box .people_info li {
  padding: 6px 0px;
}
.people_box .people_info p {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8rem;
  padding: 5 0 0 0px;
  margin: 0;
  width: auto;
  color: #585858;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.people_box .people_info img {
  padding-bottom: 8px;
  aspect-ratio: 1.618/1;
  width: 100%; /* 也可以換成任何你想要的寬度 */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.people_box .people_info .li_b_line {
  margin-top: 0;
  border-bottom: 1px solid #666;
  margin-bottom: 15px;
}
.people_box .people_info h4 {
  color: #282828;
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.people_box .people_info i {
  margin-right: 3px;
  color: #4e1e96;
}

.category {
  font-size: 0.9rem;
  vertical-align: middle;
  color: var(--pupolar-color-text);
  vertical-align: middle;
  text-decoration: none;
  background: var(--btn-color);
  font-weight: 500;
  margin-left: 10px;
  margin-right: 10px;
  padding: 4px 8px;
  text-decoration: none;
  border-radius: 10px;
}

/*-----------index news-------------*/
.topics_box {
  margin-top: 30px;
}
.topics_box h3 {
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.topics_box p {
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 10px;
}
.topics_box a {
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--pagination-active);
  text-decoration: none;
  letter-spacing: 0.05rem;
  vertical-align: middle;
}

/*--------(搜尋欄位樣式)--------*/
.search_box {
  width: 80%;
  padding: 35px 0 0 0;
  position: relative;
  margin: 0px 0px 0px 0px;
}

.search {
  display: inline-block;
  position: relative;
  height: 30px;
  width: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0px 30px 7px 30px;
  padding: 0px 15px 0px 9px;
  border: 3px solid #444444;
  border-radius: 25px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: text;
  background: #ffffff;
}

.search:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 17px;
  right: -7px;
  top: 19px;
  background: #444444;
  border-radius: 3px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.search.active,
.search:hover {
  width: 200px;
}

.search.active:after,
.search:hover:after {
  height: 0px;
}

.search input {
  width: 100%;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.1rem;
  color: inherit;
  background: transparent;
  outline-width: 0px;
  padding-bottom: 20px;
  margin: 0;
}

.list_box {
  background: #ffffff;
  padding: 0;
  margin: 0;
}
.list_box .card_list {
  width: 85%;
  /*max-width:calc(80% - 20px);*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 0 auto;
}
.list_box .card_list .card {
  width: 22%;
  height: auto;
  background-color: #f4f4f4;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 30px;
  margin: 10px 10px 10px 10px;
  border: 1px;
  border-radius: 10px;
}
.list_box .card_list .card .tag_list a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  padding: 0.25rem 0.875rem;
  line-height: 1.5;
  color: #656565;
  background-color: #fff;
  border: 1px solid #9e9e9e;
  border-radius: 6.1875rem;
}
.list_box .card_list .card li {
  padding: 0px 10px;
  margin: 0px;
}
.list_box .card_list .card img {
  width: 100%;
  border-radius: 10px;
  aspect-ratio: 1.918/1;
  width: 100%;
  /* 也可以換成任何你想要的寬度 */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.list_box .card_list .card .text {
  font-size: 1rem;
  width: 100%;
  color: #666;
  margin-top: 0px;
  margin-bottom: 10px;
  padding-top: 0px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}
.list_box .card_list .card .title {
  font-size: 1.2rem;
  margin: 4px 0 8px 0px;
  padding: 0px;
  line-height: 24px;
}
.list_box .card_list .card .time {
  font-size: 1rem;
  width: 80%;
  margin: 20px 0px 14px 0px;
  padding: 0px;
  margin-bottom: 0px;
}
.list_box .card_list .card .pupolar {
  color: var(--pupolar-color-text);
  text-decoration: none;
  background: var(--pupolar-color-bg);
  font-weight: 500;
  margin-left: 10px;
  padding: 4px;
  text-decoration: none;
  border-radius: 10px;
}
.list_box .card_list .card .tag {
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 2px;
  margin: 0 3px;
  background: #ffffff;
}
.list_box .card_list .card a.tag {
  color: var(--primary-color);
  text-decoration: none;
  padding: 2px 10px;
  border: 1px solid var(--primary-color);
  border-radius: 20px;
}
.list_box .card_list .card a.tag:hover {
  color: #fff;
  /* color: #bdb59f;*/
  background: var(--primary-color);
  text-decoration: none;
}
.list_box .card_list .card a.btn:link {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  font-size: 16px;
  text-decoration: none;
  border-radius: 50px;
  padding: 2px 15px 1px 15px;
  margin-left: 10px;
  margin-top: 15px;
  color: var(--btn-color);
  border: 1px solid #0c7e1d;
}
.list_box .card_list .card a.btn:hover {
  color: #ffffff;
  border: 1px solid var(--btn-color);
  background: var(--btn-color);
}

/*@media (min-width: 1024px) and (max-width: 1199px) {

 .list_box{ 

     .card_list {
        max-width:50%;
        justify-content: space-between;
        background: #895e5e;
        margin-left: auto;
        margin-right: auto;
         .card {
             max-width: 30%;
            }
        }
    }
}*/
/*==============list head-title表頭==============*/
.bg_img {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: bottom;
}

.nami {
  background-image: url(../imgs/bg_page01-white.png);
  background-repeat: no-repeat;
  background-size: 100%;
  /* background-size: contain;*/
  margin-bottom: 60px;
  padding: 0;
}

.page_list .page_title {
  height: 50vh;
}
.page_list .page_title h1 {
  color: #ffffff;
  padding-top: 30vh;
  text-align: center;
  font-weight: bold;
  font: 5em sans-serif;
}
.page_list svg {
  width: 100%;
}

/*-----------------表頭文字動態-animate---------------*/
.bg_img .page_title .animate {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #eee;
  cursor: pointer;
}

.bg_img .page_title .animate span {
  white-space: pre;
  opacity: 0;
  -webkit-transform: translate(-2px, 4px) scale(0.9);
  transform: translate(-2px, 4px) scale(0.9);
  -webkit-filter: blur(6px);
  filter: blur(6px);
  -webkit-animation: fadeIn 0.5s ease-out forwards;
  animation: fadeIn 0.5s ease-out forwards;
}

@-webkit-keyframes fadeIn {
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes fadeIn {
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
/*===================頁數產生 ｜ 換頁=================*/
.page_chang {
  height: 90px;
  margin-bottom: 50px;
  max-width: 80%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}
.page_chang #pagination {
  margin: 0;
  padding: 0;
  text-align: center;
}
.page_chang #pagination li {
  display: inline;
}
.page_chang #pagination li a {
  display: inline-block;
  text-decoration: none;
  padding: 0px 10px;
  color: #000;
  border-radius: 5px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.page_chang #pagination li a.active {
  background-color: var(--pagination-active);
  color: #fff;
}
.page_chang #pagination li a:hover:not(.active) {
  background-color: #ddd;
}

@media (min-width: 390px) and (max-width: 767px) {
  .bg_img .page_title .animate {
    color: #ffffff;
  }
  .page_list .page_title h1 {
    font: 3em sans-serif;
  }
}
@media (max-width: 389px) {
  .bg_img .page_title .animate {
    color: #ffffff;
  }
  .page_list .page_title h1 {
    font: 3em sans-serif;
  }
}
.detail_img {
  width: 100%;
  aspect-ratio: 1.918/1;
  width: 100%;
  /* 也可以換成任何你想要的寬度 */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.detail_page2 {
  font-family: "Noto Sans Traditional Chinese", Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  /*===========================================*/
}
.detail_page2 .info_bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.detail_page2 h2 {
  font-size: 2.2rem;
  margin-bottom: 15px;
  letter-spacing: 0.1rem;
  font-weight: bold;
}
.detail_page2 h3 {
  font-size: 100%;
  margin-bottom: 10px;
}
.detail_page2 h4 {
  font-size: 100%;
  color: #000000;
  margin-bottom: 10px;
}
.detail_page2 p {
  font-size: 1.2rem;
  color: #000;
  font-weight: 400;
  line-height: 1.6rem;
  margin-bottom: 10px;
}
.detail_page2 .tip {
  font-size: 1.5rem;
  line-height: 1.4rem;
  background: #ffffff;
  padding: 20px;
  margin: 20px 0px;
  border-radius: 10px;
}
.detail_page2 .tip span {
  font-size: 1.1rem;
  color: #585858;
  margin-right: 10px;
}
.detail_page2 .tip a {
  color: #876015;
}
.detail_page2 ul {
  padding: 0px 0 20px 0;
  padding-left: 20px;
}
.detail_page2 ul li {
  color: #4c4c4c;
  font-weight: 400;
  display: list-item;
  line-height: 1.5rem;
  padding: 1px 0;
  margin: 5px 0;
  list-style-type: disc;
}
.detail_page2 ol {
  color: #4c4c4c;
  padding-left: 50px;
  font-weight: bold;
  line-height: 1.5rem;
  list-style-type: decimal;
}
.detail_page2 ol li {
  font-weight: 400;
  padding: 0;
  margin: 0;
}
.detail_page2 img {
  margin: 20px 0px;
  /*width: 100% !important;*/
  /*aspect-ratio: 9 / 6 !important;*/
  /* 也可以換成任何你想要的寬度 */
  /*object-fit: cover;*/
  /*object-position: center;*/
  border-radius: 30px 0px 30px 0px;
}
.detail_page2 .page_bg {
  background-image: url(../imgs/pattern-yellow.jpg);
  padding-top: 20vh;
}
.detail_page2 .next_page_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 60px auto;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.detail_page2 .next_page_box a {
  font-size: 16px;
  border-radius: 50px;
  padding: 4px 15px 6px 15px;
  margin-left: 10px;
  margin-top: 15px;
  color: #4c4c4c;
  border: 1px solid #585858;
}
.detail_page2 .next_page_box a:hover {
  color: #ffffff;
  border: 1px solid #a6a6a6;
  background: #a6a6a6;
}

/*----------------page_style 1  ------------*/
.head_bgimg {
  background: transparent;
  background-image: url(http://hlfa.ystp.com.tw/imgs/pattern-yellow.jpg);
}

.page_content {
  max-width: 75%;
  margin: 0 auto;
}

.page_list {
  padding-top: 20vh;
}
.page_list .head_title {
  width: 90%;
  margin: 0 auto;
}
.page_list .page_title {
  height: auto;
}
.page_list .page_title .detail_header {
  padding-top: 1vh;
  width: 90%;
  margin: 0 auto;
}
.page_list .page_title .detail_h-text {
  width: 75%;
  margin: 0 auto;
}
.page_list .page_title .detail_h-text .h1 {
  color: #000000;
  text-align: left;
  margin-bottom: 30px;
  padding-top: 0;
  font-weight: 600;
  font-size: 4.5rem;
  line-height: 5.5rem;
}
.page_list .about_h-text {
  width: 73%;
  margin: 0 auto;
}
.page_list .about_h-text .h1 {
  font-size: 4rem;
  line-height: 6rem;
  font-weight: 700;
  color: #000000;
  text-align: left;
  margin: 0;
  padding-top: 0;
}
.page_list .h1 {
  margin: 0;
  padding-top: 0;
}
.page_list .sub_title {
  color: rgb(96, 96, 96);
  font-size: 2rem;
  max-width: 98%;
}
.page_list .sub_title:not(:nth-of-type(1)) {
  margin-top: 2em;
}
.page_list .sub_title:nth-of-type(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_list .sub_title:nth-of-type(1)::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  height: 2px;
  margin-left: 0.5em;
  background: #a8a8a8;
}

svg[aria-hidden=true] {
  position: fixed;
}

.sub_header {
  display: -ms-grid;
  display: grid;
  min-height: 20em;
  background: rgb(255, 255, 255);
  -webkit-filter: url(#rond);
          filter: url(#rond);
  border-radius: 5px 30px 30px 50px;
}

.detail_page2 {
  width: 75%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.detail_page2 ul a.link:link {
  color: #ff7300;
}
.detail_page2 ul a.link:hover {
  color: #ff7300;
}
.detail_page2 .icon_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.box_left {
  padding: 10px 10px 40px 10px;
  width: 80%;
  margin: 10px 10px 10px 0;
  border-radius: 10px;
}

.box_about {
  padding: 10px 10px 40px 10px;
  width: 100%;
  margin: 10px 10px 10px 0;
  border-radius: 10px;
}

.box_right {
  /*height: 100vh; */
  padding: 20px 20px;
  background: #ffffff;
  width: 20%;
  margin: 30px 0px 10px 10px;
  border-radius: 10px;
  border: 1px solid #98aaa3;
}
.box_right h4 {
  color: var(--pupolar-color-bg);
}
.box_right ul li {
  margin: 20px 0px;
  padding-bottom: 10px;
  font-size: 1rem;
  line-height: 1.2rem;
  border-bottom: 1px solid #585858;
}
.box_right ul li a:link {
  color: #4a4a4a;
}
.box_right ul li a:hover {
  color: #ff7300;
}

@media (min-width: 1398px) and (max-width: 1580px) {
  .detail_page2 .box_left {
    padding-left: 0;
    padding-top: 0;
    margin-top: 0;
  }
  .detail_page2 .box_left .info_bar {
    margin-top: 0px;
  }
}
.detail_page2 .box_about {
  padding: 0;
  width: 100%;
  margin: 0;
  border-radius: 10px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  /*================= deatil page==============================*/
  .page_list .page_title .detail_header {
    padding-top: 18vh;
  }
  .page_list .page_title .detail_h-text {
    width: 90%;
    margin: 0 auto;
  }
  .page_list .page_title .detail_h-text .h1 {
    font-size: 3.8em;
  }
  .page_list .page_title .about_h-text {
    width: 90%;
  }
  .page_list .page_title .about_h-text .h1 {
    font-size: 3.8em;
    /*line-height:6rem;
    font-weight: 700;
    color:#000000;
    text-align: left;
    margin: 0;
     padding-top: 0;*/
  }
  .detail_page2 {
    width: 90%;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  /*================= deatil page==============================*/
  .container {
    max-width: 98%;
  }
  .box_left {
    width: 70%;
  }
  .box_right {
    width: 30%;
  }
  .page_list .page_title .detail_header {
    padding-top: 18vh;
  }
  .page_list .page_title .detail_h-text {
    width: 96%;
    margin: 0 auto;
  }
  .page_list .page_title .detail_h-text .h1 {
    font-size: 3.8em;
  }
  .page_list .page_title .about_h-text {
    width: 96%;
  }
  .page_list .page_title .about_h-text .h1 {
    font-size: 3.8em;
    /*line-height:6rem;
    font-weight: 700;
    color:#000000;
    text-align: left;
    margin: 0;
     padding-top: 0;*/
  }
  .detail_page2 {
    width: 100%;
  }
}
@media (min-width: 680px) and (max-width: 979px) {
  /*================= deatil page==============================*/
  .container {
    max-width: 100%;
  }
  .box_left {
    width: 70%;
  }
  .box_right {
    width: 30%;
  }
  .page_list .page_title .detail_header {
    width: 95%;
    padding-top: 3vh;
  }
  .page_list .page_title .detail_h-text {
    width: 95%;
    margin: 0 auto;
  }
  .page_list .page_title .detail_h-text .h1 {
    font-size: 3em;
    line-height: 1.2em;
  }
  .page_list .page_title .about_h-text {
    width: 95%;
  }
  .page_list .page_title .about_h-text .h1 {
    font-size: 3em;
    line-height: 1.2em;
    /*line-height:6rem;
    font-weight: 700;
    color:#000000;
    text-align: left;
    margin: 0;
     padding-top: 0;*/
  }
  .detail_page2 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  /*------------------datail page------------------------*/
  .page_list .page_title .detail_header {
    width: 95%;
    padding-top: 0vh;
  }
  .page_list .page_title .detail_h-text {
    width: 92%;
    margin: 0 auto;
  }
  .page_list .page_title .detail_h-text .h1 {
    font-size: 2.5em;
    line-height: 1.2em;
  }
  .page_list .page_title .about_h-text {
    width: 100%;
  }
  .page_list .page_title .about_h-text .h1 {
    font-size: 2.5em;
    line-height: 2.5em;
    color: #000000;
    line-height: 2.5rem;
    font-weight: 700;
    color: #000000;
    text-align: left;
    margin: 60px 0 0 0;
    padding: 0 0 20px 0;
  }
  .detail_page2 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .detail_page2 .box_left {
    padding: 0 30px;
    margin: 0;
    width: 100%;
  }
  .detail_page2 .box_left .info_bar {
    margin-top: 20px;
  }
  .detail_page2 .box_right {
    height: auto;
    margin: 0 auto 30px auto;
    width: 90%;
  }
  .detail_page2 .box_right ul li {
    margin: 20px 0px;
    padding-bottom: 10px;
    font-size: 1rem;
    line-height: 1.2rem;
    border-bottom: 1px solid #585858;
  }
}
/*================Footer=============================*/
.footer-distributed {
  background-color: var(--footer-bg);
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  text-align: left;
  font: normal 16px sans-serif;
  padding: 45px 50px;
}
.footer-distributed .footer-left p {
  color: #ffffff;
  font-size: 0.8rem;
  margin: 0;
}
.footer-distributed p.footer-links {
  font-size: calc(1rem + 0.2vw);
  color: #ffffff;
  margin: 0 0 10px;
  padding: 0;
  -webkit-transition: ease 0.25s;
  transition: ease 0.25s;
}
.footer-distributed p.footer-links a {
  color: #ffffff !important;
}
.footer-distributed p.footer-links a:before {
  content: "·";
  left: 0;
  color: #ffffff;
  display: inline-block;
  padding-right: 5px;
}
.footer-distributed p.footer-links .link-1:before {
  content: none;
}
.footer-distributed .footer-right {
  float: right;
  margin-top: 6px;
  max-width: 180px;
}
.footer-distributed .footer-right a {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: ease 0.25s;
  transition: ease 0.25s;
  display: inline-block;
  padding-top: 0px;
  padding-left: 0px;
  width: 35px;
  height: 35px;
  background-color: #ffffff;
  border-radius: 2px;
  font-size: 1.3rem;
  line-height: 35px;
  color: var(--footer-bg) !important;
  text-align: center;
  margin-left: 3px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  border-radius: 50%;
  border: 2px solid #ffffff;
}
.footer-distributed .footer-right a:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  color: #a19928 !important;
  text-decoration: underline;
}

@media (max-width: 767.98px) {
  .footer-distributed .footer-left {
    text-align: center;
  }
  .footer-distributed .footer-left p.footer-links {
    line-height: 1.8;
  }
  .footer-distributed .footer-right {
    text-align: center;
    float: none;
    margin: 0 auto 20px;
  }
  .footer-distributed .footer-right a:link {
    width: 25px;
    height: 25px;
    font-size: calc(1.35rem + 0.2vw);
    line-height: 24px;
  }
  .footer-distributed .footer_inner {
    max-width: 100%;
  }
}
.go-top {
  position: fixed;
  bottom: 2em;
  right: 2em;
  text-decoration: none;
  color: white;
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 12px;
  padding: 1em;
  display: none;
  border-radius: 100px;
}

.go-top:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.container {
  width: 100%;
}