@import url("/assets/plugins/front/themify-icons/themify-icons.css");
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  line-height: 1.2;
  font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  color: #000;
  background: #f8f5f0;
  overflow-x: hidden;
}

.full_height {
  flex: 1;
}

::-moz-selection {
  background: #C7000B;
  color: #fff;
}

::selection {
  background: #C7000B;
  color: #fff;
}

ol,
ul {
  /* list-style-type: none;
  margin: 0px; */
}
img {
  vertical-align: middle;
  border: 0;
  max-width: 100%;
  height: auto;
}
iframe, embed{
  max-width: 100%;
  max-height: 100%;
}
table {
  max-width: 100%;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}

a,
button,
select {
  cursor: pointer;
  transition: 0.2s ease;
}
a:focus,
button:focus,
select:focus {
  outline: 0;
}

a.text-dark:hover {
  color: #C7000B !important;
}
a {
  color: #E83828;
}
a:hover {
  color: #C7000B;
}

p, .paragraph {
  font-weight: 400;
  color: #000;
  font-size: 18px;
  line-height: 1.8;
}
.paragraph-lg {
  font-size: 22px;
}

h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 80px;
}
@media (max-width: 991px) {
  h1, .h1 {
    font-size: 65px;
  }
}

h2, .h2 {
  font-size: 60px;
}
@media (max-width: 991px) {
  h2, .h2 {
    font-size: 50px;
  }
}

h3, .h3 {
  font-size: 40px;
}

@media (max-width: 991px) {
  h3, .h3 {
    font-size: 32px;
  }
}

h4, .h4 {
  font-size: 22px;
}

h5, .h5 {
  font-size: 18px;
}

h6, .h6 {
  font-size: 14px;
}

.slick-slide {
  outline: 0;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
}
.section-title {
  font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.info_donate .nav-pills .nav-link {
  border-radius: 0px;
  padding:0;
  margin: 0 10px;
}
.info_donate .nav-pills .nav-link.active {
  background: #eaeaea;
  border-bottom:3px solid #333;
}
.info_donate .nav-pills .nav-link.active .section-title {
  color: #000;
}
.info_donate .nav-pills .nav-link .section-title{
  color:#848484;
}

.bg-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* overlay */
.overlay {
  position: relative;
}
.overlay::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
}

.outline-0 {
  outline: 0 !important;
}

.d-unset {
  display: unset !important;
}

.bg-primary {
  background: #C7000B !important;
}
.bg-gray {
  background: #eaeaea !important;
}
.bg-white {
  background: #fff !important;
}
.bg-dark {
  background-color: #222222 !important;
}
.text-primary {
  color: #C7000B !important;
}
.text-color {
  color: #4c4c4c;
}
.text-dark {
  color: #000 !important;
}
.text-light {
  color: #999999 !important;
}
.text-small {
  font-size: 13px !important;
}
.text-bold {
  font-weight: bold !important;
}

.mt-10 {
  margin-top:10px !important;
}
.mt-20 {
  margin-top:20px !important;
}
.mt-30 {
  margin-top:30px !important;
}
.mt-40 {
  margin-top:40px !important;
}
.mt-50 {
  margin-top:50px !important;
}
.mt-60 {
  margin-top:60px !important;
}
.mt-70 {
  margin-top:70px !important;
}
.mt-80 {
  margin-top:80px !important;
}
.mt-90 {
  margin-top:90px !important;
}
.mt-100 {
  margin-top:100px !important;
}
.mt-145 {
  margin-top:145px !important;
}
@media (max-width: 991px) {
  .mt-100 {
    margin-top:0px !important;
  }
  .mt-145 {
    margin-top:90px !important;
  }
  .cart_list.mt-50 {
    margin-top:20px !important;
  }
}

.mb-10 {
  margin-bottom: 10px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.mb-90 {
  margin-bottom: 90px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.mb-120 {
  margin-bottom: 120px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.zindex-1 {
  z-index: 1;
}

.rounded-lg {
  border-radius: 15px;
}
.rounded-50 {
  border-radius: 50px !important;
}
.rounded-100 {
  border-radius: 100px !important;
}
.overflow-hidden {
  overflow: hidden;
}
.shadow {
  box-shadow: 0px 18px 39.1px 6.9px rgba(224, 241, 255, 0.34) !important;
}
.w25 {
  width:25% !important;
}
.w50 {
  width:50% !important;
}
.w20 {
  width:20% !important;
}
.w80 {
  width:80% !important;
}
.min_donate {display: block; text-align: right; color: #999; font-size: 13px;}
.donate_price {font-size: 18px;}
@media (max-width: 575px) {
  .w25 {
    width:100% !important;
  }
  .w50 {
    width:100% !important;
  }
  .w20 {
    width:30% !important;
  }
  .w80 {
    width:70% !important;
  }
}
/* Button style */
.btn {
  font-size: 22px;
  font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
  text-transform: capitalize;
  padding: 16px 44px;
  border-radius: 5px;
  font-weight: 600;
  border: 0;
  position: relative;
  z-index: 1;
  transition: 0.2s ease;
}
@media (max-width: 575px) {
  .btn {
    margin-bottom:5px;
  }
}
.btn:focus {
  outline: 0;
  box-shadow: none !important;
}
.btn:active {
  box-shadow: none;
}
.btn-sm {
  font-size: 16px;
  padding: 10px 30px;
}
.btn-xs {
  padding: 5px 20px;
  font-size: 16px;
}
.btn-long {
  padding: 5px 50px;
  font-size: 16px;
}

.btn-transparent {
  background: transparent;
  color: #C7000B;
  font-weight: bold;
}
.btn-transparent:active, .btn-transparent:hover {
  color: #C7000B;
}

.btn-frame {
  background:transparent;
  color: #000;
  border:1px solid #000;
}
.btn-frame:active {
  background: #C7000B !important;
  border:1px solid #C7000B;
}
.btn-frame:hover, .btn-frame:focus {
  background: #E83828;
  color: #fff;
  border:1px solid #E83828;
}
.btn-frame.focus, .btn-primary.active {
  background: #941F2C !important;
  border:1px solid #941F2C;
  box-shadow: none !important;
}

.btn-frameb {
  background:transparent;
  color: #15d4d1;
  border:1px solid #15d4d1;
}
.btn-frameb:active {
  background: #15d4d1 !important;
  border:1px solid #15d4d1;
}
.btn-frameb:hover, .btn-frameb:focus {
  background: #15d4d1;
  color: #fff;
  border:1px solid #15d4d1;
}


/* icon */
.icon {
  font-size: 45px;
}

.icon-bg {
  height: 100px;
  width: 100px;
  line-height: 100px;
  text-align: center;
}

.icon-light {
  color: #c8d5ef;
}

.social_icon {
  position:fixed;
  top:50%;
}

.social_icon a {
  color: #000;
}

/* slick slider */
.slick-dots {
  text-align: center;
  padding-left: 0;
}
.slick-dots li {
  display: inline-block;
  margin: 2px;
}
.slick-dots li.slick-active button {
  background: #fff;
  width: 25px;
}
.slick-dots li button {
  height: 6px;
  width: 12px;
  background: rgba(255, 255, 255, 0.5);
  color: transparent;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.2s ease;
  border: 0;
}

.form-control {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #c7c7c7;
  height: 60px;
}
.form-control:focus {
  border-color: #C7000B;
  outline: 0;
  box-shadow: none !important;
}

textarea.form-control {
  height: 120px;
}


/* ------------------------------------------------------------------ */
/* loading
/* ------------------------------------------------------------------ */
.loading-page, .loading-page2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  color: #fff;
  z-index: 9999;
  background: #fff;
}
  .loading-page .wrapper, .loading-page2 .wrapper {
    width: 200px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) translate(0px, -120px);
    text-align: center;
  }
    .loading-page .wrapper span, .loading-page2 .wrapper span {
      font-family: 'AndesRounded', 'Arial';
      font-size: 20px;
      letter-spacing: 12px;
      color: #90644c;
      display: block;
      text-align: center;
      margin-top: 30px; }
  .loading-page .loading-img, .loading-page2 .loading-img {
    max-width: 100%;
    height: auto;
  }

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px; }

.lds-ellipsis div {
  position: absolute;
  top: 20px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #DC0031;
  animation-timing-function: cubic-bezier(0, 1, 1, 0); }

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite; }

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite; }

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite; }

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite; }

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0); } }

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(24px, 0); } }


/* ------------------------------------------------------------------ */
/* nav
/* ------------------------------------------------------------------ */
.navigation,.navigation2 {
  /* padding: 40px 130px; */
  transition: 0.3s ease;
}
.navigation2 {
  background-color: #fff;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
}
.navigation.nav-bg {
  background-color: #fff;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
  /* padding: 15px 100px; */
}
@media (max-width: 991px) {
  .navigation.nav-bg {
    padding: 0px 0px;
    /* background: #C7000B; */
  }
  .navigation,.navigation2 {
    padding: 0px 0px;
    /* background: #C7000B; */
    background: #fff;
  }
}

.navbar .nav-item .nav-link {
  padding: 15px;
}
.navbar .nav-item.active {
  font-weight: bold;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
}
.navbar-dark .navbar-nav .nav-link.scrolltxt, .navigation2 .navbar-nav .nav-link, .navigation2 .navbar-nav .nav-link:hover {
  color: #000;
}
@media (max-width: 991px) {
  .navbar-dark .navbar-nav .nav-link {
    color: #000;
  }
  .navbar-dark .navbar-nav .nav-link:hover {
    color: #000;
  }
}
.test_show {
  display: none;
}
@media (max-width: 1189px) {
  .test_none {
    display: none;
  }
  .test_show {
    display: inline;
  }
  .test_show .nav-item {
    display: inline-block;
  }
  .dropdown .dropdown-content2 {
    display: none;
  }
}
.logo {
  height:100px;
}
#logo, #logo2, .inner_logo {
  height:40px;
  margin-left:5px;
}
#logo2 {
  display: none;
}
@media (max-width: 991px) {
  .logo {
    height:50px;
  }
  #logo {
    display: none;
  }
  #logo2 {
    display:inline-block;
  }
}

.btn_donate a {
  border-radius: 50px;
  margin-left:20px;
  background-color: #E83828;
}
.btn_donate a:hover {
  background-color: #941F2C;
}
.btn_donate a.nav-link,
.navbar-dark .navbar-nav .btn_donate a.nav-link {
  color:#fff;
}
@media (max-width: 991px) {
  .btn_donate a {
    margin-left:0px;
  }
}

.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown:hover::before {
  content:"";
  border-bottom:3px solid #000;
}
.dropdown:hover .dropdown-content {
  display: block;
  text-align: left;
  margin-top:0px;
}
.dropdown-content {
  display: none;
  position: absolute;
  z-index: 1;
  list-style-type: none;
  background-color: #fff;
  border-radius: 5px;
  padding: 5px 10px;
  margin:0;
  width:250px;
  font-size: 16px;
}
.dropdown-content li {
  padding:10px;
}
.dropdown-content li a {
  color:#000;
}
.dropdown-content li a:hover {
  color:#E83828;
  text-decoration: underline;
}

.dropdown:hover .dropdown-content2 {
  display: block;
  text-align: left;
  margin-top:0px;
}
.dropdown-content2 {
  display: none;
  position: absolute;
  z-index: 1;
  list-style-type: none;
  background-color: #fff;
  border-radius: 5px;
  padding: 5px 10px;
  margin:0;
  left:-30px;
  width:150px;
  font-size: 16px;
}
.dropdown-content2 li {
  padding:10px;
}
.dropdown-content2 li a {
  color:#000;
}
.dropdown-content2 li a:hover {
  color:#E83828;
  text-decoration: underline;
}


@media (max-width: 991px) {
  .dropdown:hover .dropdown-content, .dropdown:hover .dropdown-content2 {
    text-align: center;
  }
  .dropdown-content, .dropdown-content2 {
    position: static;
    width:100%;
  }
}
.index_hero {
  position: relative;
  height:50vw;
  overflow: hidden;
}
.hero-area {
  position: relative;
  height:30vw;
  overflow: hidden;
}
.index_hero img,.hero-area img{
  width: 100%;
}

@media (max-width: 991px) {
  .hero-area {
    margin-top:76px;
  }
  .index_hero {
    margin-top:76px;
  }
}


.layer {
  position: absolute;
  z-index: 1;
}

#l1 {
  bottom: 0;
  left: 0;
}

#l2 {
  top: 190px;
  left: -250px;
}

#l3 {
  top: 200px;
  left: 40%;
}

#l4 {
  top: 200px;
  right: 40%;
}

#l5 {
  top: 100px;
  right: -150px;
}

#l6 {
  bottom: -20px;
  left: 10%;
}

#l7 {
  bottom: 100px;
  left: 10%;
}

#l8 {
  bottom: 160px;
  right: 45%;
}

#l9 {
  bottom: 100px;
  right: -10px;
}

.layer-bg {
  position: absolute;
  /* bottom: 0; */
  top:0;
  left: 0;
}

/* /skills */
/* education */
.edu-bg-image {
  position: absolute;
  left: 0;
  top: -200px;
  z-index: -2;
}
.project_bg {
  position: absolute;
  left: 0;
  top: -130px;
  z-index: -1;
}
@media (max-width: 575px) {
  .project_bg {
    display: none;
  }
}

/* /education */
/* service */
.hover-bg-primary {
  transition: 0.3s ease;
}
.hover-bg-primary:hover {
  background: #C7000B;
}
.hover-bg-primary:hover * {
  color: #fff;
}

.active-bg-primary {
  transition: 0.3s ease;
  background: #C7000B;
}
.active-bg-primary * {
  color: #fff;
}

.hover-shadow {
  transition: 0.2s ease;
}
.hover-shadow:hover {
  box-shadow: 0px 18px 40px 8px rgba(224, 241, 255, 0.54) !important;
}

/* /service */
/* portfolio */
.hover-wrapper {
  overflow: hidden;
}
.hover-wrapper img {
  transition: 0.3s ease;
  transform: scale(1.1);
}
.hover-wrapper:hover img {
  transform: scale(1);
}
.hover-wrapper:hover .hover-overlay {
  opacity: 1;
  visibility: visible;
}

.hover-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: inherit;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}

.hover-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
}

/* /portfolio */
/* testimonial */
.testimonial-bg-shapes .container {
  position: relative;
  z-index: 1;
}

.testimonial-bg-shapes .bg-shape-1 {
  position: absolute;
  left: 100px;
  top: -50px;
}
.testimonial-bg-shapes .bg-shape-2 {
  position: absolute;
  right: 150px;
  top: 50px;
}
@media (max-width: 767px) {
  .testimonial-bg-shapes .bg-shape-2 {
    right: 50px;
  }
}
@media (max-width: 575px) {
  .testimonial-bg-shapes .bg-shape-2 {
    right: 0px;
  }
}
.testimonial-bg-shapes .bg-shape-3 {
  position: absolute;
  right: 50px;
  top: 200px;
}
.testimonial-bg-shapes .bg-shape-4 {
  position: absolute;
  left: 100px;
  bottom: 200px;
}
.testimonial-bg-shapes .bg-shape-5 {
  position: absolute;
  right: 200px;
  bottom: -50px;
}
.video_bgl {
  position:absolute; bottom:50px; left:-33px;
}
.video_bgr {
  position:absolute; bottom:47px; right:-43px;
}
.video_frame {
  border-top:5px solid #000; border-bottom:5px solid #000;
}
.videobg_logo {
  position:absolute; width:100%; height:100%; overflow:hidden;
}

@media (max-width: 1200px) {
  .video_bgr {
    right:-58px;
  }
}
@media (max-width: 1008px) {
  .video_bgl, .video_bgr {
    display: none;
  }
}
@media (max-width: 395px) {
  .testimonial-slider p{
    font-size: 14px;
  }
}

.shadow-down {
  position: relative;
}
.shadow-down::before {
  position: absolute;
  content: "";
  box-shadow: 0px 0px 80.75px 14.25px rgba(224, 241, 255, 0.34);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

/* /footer */
.card-lg {
  flex-direction: row-reverse;
  align-items: center;
}
@media (max-width: 991px) {
  .card-lg {
    flex-direction: column;
  }
}

blockquote {
  display: inline-block;
  padding: 20px 25px;
  background: #eaeaea;
  border-left: 3px solid #C7000B;
  font-style: italic;
  font-size: 22px;
  line-height: 1.7;
}

.content * {
  margin-bottom: 20px;
}
.content strong {
  font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: normal;
  color: #000;
  display: inherit;
  line-height: 1.5;
}



.clip_heart {
  clip-path: url(#svgClip);
}
.clear {clear:both !important;}
.none {display: none !important;}

/************************************************
# form
************************************************/
.form_type h4 {
  font-weight: bold;
  margin-bottom:10px;
  border-bottom:3px solid #c7c7c7;
  padding-bottom:10px;
}
.form_type h4 ul {
  display: inline-block;
  padding:0;
  margin:0;
}
.form_type h4 ul li {
  display: inline-block;
  padding-left: 20px;
}
.form_type h4 ul li label {
  font-size: 14px;
}
input[type="radio"] {
  display:none;
}

input[type="text"], input[type="text"]:focus,
input[type="number"], input[type="number"]:focus,
input[type="email"], input[type="email"]:focus,
textarea.form-control {
  background-color: rgba(0,0,0,0);
  border-radius: 0;
}

input[type="radio"] + label {
  color:#000;
  cursor:pointer;
  margin-right:10px;
}

input[type="radio"] + label span {
  display:inline-block;
  width:30px;
  height:30px;
  margin:-2px 2px 0 0;
  vertical-align:middle;
  background:url(../../images/front/check_radio_sheet.png) right top no-repeat;
  background-color: #fff;
  cursor:pointer;
}

input[type="radio"]:checked + label span {
  background:url(../../images/front/check_radio_sheet.png) 0px top no-repeat;
}

.radio_input {
  text-align: left;
  padding-top:20px;
}
@media (max-width: 465px) {
  .radio_input label {
    display: block;
  }
}
.form_type .help-block, .form_type .text-danger {
  text-align: left;
  margin-top:5px;
  /* padding-left:10px; */
  font-size: 18px;
  font-weight: 600;
}
.form_type .help-block ul, .form_type .text-danger ul {
  list-style-type: none;
  padding:0;
  margin:0;
}
.form_type .help-block li::before, .form_type .text-danger li::before {
  font-family:themify;
  content:"\e717";
  padding-right:5px;
}

.styled-select select {
  font-size: 34px;
  border-radius: 0;
  border: none;
  background: transparent;
  width: 380px;
  overflow: hidden;
  padding-top: 15px;
  height: 70px;
  text-indent: 10px;
  color: #ffffff;
  -webkit-appearance: none;
}
.test_h2 {
  font-size: 18px !important;
}



/* ------------------------------------------------------------------ */
/* checkbox
/* ------------------------------------------------------------------ */
.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-weight: 400;
}
.styled-checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: #eee;
}
.styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.styled-checkbox:checked + label:before {
  background: #C7000B;
}
.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 10px;
  background: #eee;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #eee, 4px 0 0 #eee, 4px -2px 0 #eee, 4px -4px 0 #eee, 4px -6px 0 #eee, 4px -8px 0 #eee;
  transform: rotate(45deg);
}

/* ------------------------------------------------------------------ */
/* sitemap
/* ------------------------------------------------------------------ */
.sitemap {
  list-style: none;
  margin:0;
  padding:0;
  color:#4c4c4c;
  font-size: 15px;
  margin-bottom:10px;
  margin-top:10px;
}
.sitemap li {
  display: inline;
}
.sitemap li:not(:last-child):after {
  font-size: 13px;
  content:'/';
  padding:0 5px;
}
.sitemap a {
  color:#4c4c4c;
}
.sitemap li.active {
  color:#E83828;
}
.sitemap li i {
  padding-right:5px;
}
.sitemap2 {
  margin-top:130px;
}
@media (max-width: 991px) {
  .sitemap2 {
    margin-top:85px;
  }
}
/* ------------------------------------------------------------------ */
/* step
/* ------------------------------------------------------------------ */
.progressbar-wrapper {
  width: 100%;
}
.progressbar {
  width: 100%;
  margin:0;
  padding:0;
}
.progressbar li {
  list-style-type: none;
  width: 33%;
  float: left;
  position: relative;
  text-align: center;
  color: #7d7d7d;
}
.progressbar li:before {
  width: 60px;
  height: 60px;
  content: "";
  line-height: 60px;
  border: 2px solid #7d7d7d;
  display: block;
  text-align: center;
  margin: 0 auto 3px auto;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.progressbar li:after {
   width: 100%;
   height: 2px;
   content: '';
   position: absolute;
   background-color: #7d7d7d;
   top: 30px;
   left: -50%;
   z-index: 0;
}
.progressbar li:first-child:after {
   content: none;
}
.progressbar li.active {
  color: #E83828;
  font-weight: bold;
}
.progressbar li.active:before {
  border-color: #C7000B;
  background: #C7000B;
}
.progressbar li.active + li:after {
  background-color: #C7000B;
}
.progressbar li.active:before {
  background: #C7000B  url(user.svg) no-repeat center center;
  background-size: 60%;
  color:#fff;
}
.progressbar li::before {
  background: #fff url(user.svg) no-repeat center center;
  background-size: 60%;
}
.progressbar {
  counter-reset: step;
}
.progressbar li:before {
  content: counter(step);
  counter-increment: step; 
}
@media (max-width: 575px) {
  .progressbar li {
    font-size: 13px;
    padding:10px;
  }
  .progressbar li:before {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .progressbar li:after {
    top: 25px;
 }
}
/* ------------------------------------------------------------------ */
/* login
/* ------------------------------------------------------------------ */
.login_list {
  width: 100%;
  list-style: none;
  padding:0;
  margin:0 auto 50px auto;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
.login_list li {
  display: inline-block;
  padding-bottom:10px;
  margin: 0 30px;
}
.login_list li.active {
  border-bottom: 3px solid #C7000B;
  font-weight: bold;
}
.login_list li a {
  color:#757575;
}
.login_frame {
  width:50%; margin:0 auto;
}
@media screen and (max-width: 1024px) {
  .login_frame {
    width:80%;
  }
}
@media screen and (max-width: 767px) {
  .login_frame {
    width:100%;
    margin: 0 10px;
  }
}

/* ------------------------------------------------------------------ */
/* cart
/* ------------------------------------------------------------------ */
.cart_list {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  margin: 0;
  padding: 0;
  width: 100%;
  /* table-layout: fixed; */
}
.cart_list tr:nth-child(even) {
  background: #fafafa;
}
.cart_list th,
.cart_list td {
  padding: 15px;
  text-align: left;
  vertical-align: middle;
}
.cart_list th {
  letter-spacing: .1em;
}
.cart_img {
  width: 20%;
}
.cart_img img {
  width:100%;
}
.cart_tl {
  width: 75%;
}
.cart_tl h3 {
  font-weight: 600;
  font-size: 20px;
  color:#000;
  padding:0;
  margin:0;
  margin-bottom:-3px;
}

.cart_del {
  width: 5%;
}
.cart_del i {
  display: block;
  text-align: center;
  font-size: 20px;
}
.cart_del a:hover {
  text-decoration: none;
}
.price_check {
  width: 100%;
  text-align: right;
  padding:10px 20px;
}

@media screen and (max-width: 575px) {
  .cart_list {
    border: 0;
  }
  .cart_list tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 0px;
    padding-bottom:10px;
  }
  .cart_list td {
    display: block;
    font-size: .8em;
    text-align: left;
    padding: 0px;
  }
  .cart_img,.cart_tl,.cart_del {
    display: block;
    width: 100%;
  }
  .cart_tl h3 {
    margin-top:10px;
  }
  td.cart_del {
    padding:10px 0;
  }
  .cart_del .ti-close::before {
    content:"刪除此項";
    font-size: 16px;
    color:#fff;
    background: #C7000B;
    border-radius: 50px;;
    padding-left:15px;
    padding-right:15px;
    padding-top:5px;
    padding-bottom:7px;
  }
  .cart_price.text-right {
    text-align: left !important;
  }

}

@media screen and (max-width: 575px) {
  table.table {
    border:none;
  } 
  table.table tbody tr {
    display: block;
    margin-bottom:10px;
  } 
  table.table th {
    display:none;
  } 
  table.table td {
    display: block;
    width: 100%;
    text-align: right;
  }
  table.table td::before {
	  content: attr(data-label);
	  float: left;
	  font-weight: bold;
	}
}

/* ------------------------------------------------------------------ */
/* order List
/* ------------------------------------------------------------------ */
.order_tl {
  background: #eee;
  padding:10px;
}
.order_tl a {
  padding-left:10px;
}
.order_div ul {
    margin:20px 0px;
    padding:0 15px;
    list-style: none;
    line-height: 1.5;
}
.order_div li span {
  padding-left:10px;
}


.project_no {
  display: block;
  color:#7d7d7d;
  font-size: 16px;
  margin-bottom:10px;
}
.share_no {
  display: block;
  color:#000;
  font-size: 16px;
  margin-bottom:10px;
  text-align: right;
}
.share_no a {
  color:#000;
}

.news_tab {
  margin:0 auto;
  text-align: center;
}
.news_tab .nav-item .nav-link {
  border-radius: 50px;
  border:1px solid #15d4d1;
  color:#15d4d1;
  padding:8px 20px;
  margin:0 5px;
}
.news_tab .nav-item .nav-link.active {
  background: #15d4d1;
  color: #fff;
  border:1px solid #15d4d1;
}
@media (max-width: 420px) {
  .news_tab .nav-item {
    width: 100%;
    display: block;
    margin-bottom:10px;
  }
}
/* ------------------------------------------------------------------ */
/* download
/* ------------------------------------------------------------------ */
.download {
  width:100%;
  height:50px;
  vertical-align: middle;
  overflow: hidden;
}
.download_tl {
  width:80%;
  padding-right:10px;
  float:left;
  font-weight: bold;
}
.download_btn {
  text-align: right;
  width:20%;
  float:right;
  padding-bottom:30px;
}
@media (max-width: 575px) {
  .download {
    width:100%;
    height:85px;
    vertical-align: middle;
    overflow: hidden;
  }
  .download_tl {
    width:70%;
  }
  .download_btn {
    width:30%;
  }
  .p-5 {
    padding:15px!important;
  }
}

.index_story {
  height:155px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-all;
}
.indexstory-title {
  font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 34px;
}

@media (max-width: 991px) {
  .index_story {
    height:100px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
    word-break: break-all;
  }
}
@media (max-width: 767px) {
  .index_story {
    padding-right:20px;
    padding-left:20px;
  }
  .pl-5 {
    padding-left: 20px!important;
  }
  .pr-5 {
    padding-right: 20px!important;
    padding-left:20px;
  }
  .sml-20 {
    margin-left: 20px!important;
  }
  .indexstory-title {
    font-size: 26px;
    line-height: 1.5;
    padding-right:20px;
  }
}

.index_project {
  height:60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-all;
}
.index_logobg {
  width: 65%;
  position: absolute; left: 40vw; top: 48vw; z-index: -1; opacity: 30%;
}

@media (max-width: 767px) {
  .index_logobg {
    width:90%;
    left: 10vw;
    top: 60vw;
  }
  .w-70 {
    width: 100%!important
  }
}
.cars-text {
  height:100px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-all;
}

.news_logobg {
  position: absolute; right: -3vw; bottom:-35vw; opacity: 30%;
}
.detail_logobg {
  position: absolute; right: -3vw; bottom:-25vw; opacity: 30%;
}
.donteinfo_logobg {
  position: absolute; right: -3vw; bottom:-25vw; opacity: 30%;
}

.page_num {
  text-align: center;
  margin:0;
  padding:0;
  margin-top:30px;
}
.page_num li {
  display: inline-block;
  font-size: 13px;
}
.page_num li a {
  color:#111111;
  padding: 7px 12px;
}
.page_num li a:hover, .page_num li a:active, .page_num li a.active {
  background: #e6e6e6;
  border-radius: 30px;
}

.tab-content, .list, .story_list {
  min-height: 20vw;
}

.index_show {
  display: none;
}
@media (max-width: 767px) {
  .index_none {
    display: none;
  }
  .index_show {
    display: block;
    text-align: left;
  }
  p.index_show {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
    word-break: break-all;
  }
  .btn.index_show{
    width: fit-content;
  }
  .clip_heart {
    position: relative;
    left:6vw;
  }
}


.footer-section {
  position:relative;
  z-index:90;
  overflow:hidden;
}