@charset "utf-8";
.editor {overflow: hidden;}
.editor img {display: inline-block;max-width: 100%!important;height: auto!important;}
.editor iframe {max-width: 100%;}
.editor table {max-width: 100%!important;}

body {
  padding: 0;
  margin: 0;
  font-family: 'Microsoft JhengHei', helvetica, arial, sans-serif;
  font-style: normal;
  font-size: 16px;
  --bs-body-line-height : 1.2;
  color: #000;
}

.header{
  width: 100%;
  padding: 15px 0px 0px;
  position: fixed;
  top: 0;
  z-index: 9;
  background-color: #fff;
}
.header.active{
  padding: 5px 0;
}
@media (min-width: 768px) {
  .header{
    padding: 22px 0;
  }
  .header.active{
    padding: 10px 0;
  }
}
.logo img,
.header-right .nav-link,
.header{
  transition: all .3s;
}
.logo{
  width: 25%;
}
.header-right{
  width: 75%;
}
.header .logo img{
  max-height: 60px;
}
.header.active .logo img{
  max-height: 70px;
}
/*#fix-header-height.at-top{
  height: 69px;
}*/
#fix-header-height{
  height: 80px;
}
@media (min-width: 768px) {
 /* #fix-header-height.at-top{
    height: 0;
  }*/
  .header .logo img{
    max-height: 100px;
  }
  #fix-header-height{
    height: 144px;
  }
}
@media (min-width: 992px) {
  .header .logo img{
    max-height: auto;
  }
  .header.active .logo img{
    max-height: 80px;
  }
  /*#fix-header-height{
    height: 171px;
  }*/
}
.header-right .nav-link{
  font-size: 17px;
}
@media (min-width: 992px) {
  .header-right .nav-link{
    font-size: 20px;
  }
}
.header-right .nav-link.active,
.header-right .nav-link:hover{
  color: #94044c;
}
.header-right .navbar-nav .nav-item:not(:last-child) {
  margin-right: 12px;
}
@media (min-width: 992px) {
  .header-right .navbar-nav .nav-item:not(:last-child) {
    margin-right: 30px;
  }
}
@media (min-width: 1440px) {
  .header-right .navbar-nav .nav-item:not(:last-child) {
    margin-right: 48px;
  }
}
.header-right .navbar-nav .nav-link {
  padding-left: 0;
  padding-right: 0;
}

.navbar-toggler{
  background-color: #94044c;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.25rem;
}
footer{
  background-color: #94044c;
}
.btn-notice{
  line-height: 1.2;
  background-color: #f69100;
  font-size: 18px;
}
.btn-notice:hover{
  border: 1px solid #f69100;
  background-color: transparent;
}
.rotate-right-5{
  transform : rotate(5deg);
}
.rotate-right-10{
  transform : rotate(10deg);
}
.rotate-right-15{
  transform : rotate(15deg);
}
.rotate-right-20{
  transform : rotate(20deg);
}
.rotate-right-30{
  transform : rotate(30deg);
}
.rotate-right-40{
  transform : rotate(40deg);
}
.rotate-left-5{
  transform : rotate(-5deg);
}
.rotate-left-10{
  transform : rotate(-10deg);
}
.rotate-left-15{
  transform : rotate(-15deg);
}
.rotate-left-20{
  transform : rotate(-20deg);
}
.rotate-left-30{
  transform : rotate(-30deg);
}
.rotate-left-40{
  transform : rotate(-40deg);
}

.dash-point{
  width: 6px;
  height: 6px;
  border-radius: 50%;
  line-height: 1;
}
.btn-list a{
  transition: all .3s;
}
/*.btn-list:first-child > a:hover{
  box-shadow: 2px 2px 5px #fac80e;
}*/
.btn-list:first-child > a,
.yellow-bg{
  background-color: #fac80e;
}
/*.btn-list:nth-child(2) > a:hover{
  box-shadow: 2px 2px 5px #036d69;
}*/

.btn-list:nth-child(2) > a,
.green-bg{
  background-color: #036d69;
}
/*.btn-list:nth-child(3) > a:hover{
  box-shadow: 2px 2px 5px #e94a4b;
}*/

.btn-list:nth-child(3) > a,
.red-bg{
  background-color: #e94a4b;
}
/*.btn-list:last-child > a:hover{
  box-shadow: 2px 2px 5px #525391;
}*/
.btn-list:last-child > a,
.purple-bg{
  background-color: #525391;
}
.know-center{
  background: url("../images/know-center-bg.png");
}
.common-title{
  text-align: center;
  position: relative;
  height:50px;
  max-height:50px;
  overflow: hidden;
}
.common-title > span:nth-child(2){
  position: absolute;
  left: 60px;
  top: 0;
}
.common-title > span:last-child{
  position: absolute;
  right: 10px;
  top: 10px;
}
.common-title > span:first-child{
  position: absolute;
  top: 10px;
  left: 10px;
}

.common-title{
  width:200px;
  font-size: 36px;
}
.know-center .title-font-size-2,
.know-center .common-title{
  color:#454895;
}
.title-font-size-2{
  font-size: 28px;
}
@media (min-width: 768px) {
  .common-title > span:nth-child(2){
    left: 70px;
    top: 0;
  }
  .common-title > span:last-child{
    right: 0px;
    top: 10px;
  }
  .common-title > span:first-child{
    top: 10px;
    left: 3px;
  }

  .common-title{
    width:245px;
    height:67px;
    max-height:67px;
    font-size: 50px;
  }
  .title-font-size-2{
    font-size: 36px;
  }
}
#tab-menu{
  max-width: 925px;
}
.post-btn{
  width: 200px;
  max-width: 100%;
  font-size: 22px;
  --bs-btn-border-width: 2px;
}
@media (min-width: 768px) {
  .post-btn{
    font-size: 24px;
  }
}
.post-btn.active ,
.post-btn:hover{
  border: 2px solid #fff;
  box-shadow: 2px 2px 5px #999;
}
.detail-content{
  padding: 50px 15px;
  border-radius: 10px;
  font-size: 20px;
  background: #fff;
  background-size: cover;
  background-position: center;
}
@media (min-width: 768px) {
  .detail-content {
    padding: 90px 30px;
    font-size: 24px;
  }
}
@media (min-width: 1440px) {
  .detail-content-bg {
    background: #fff url("../images/detail-content-bg.png") no-repeat;
  }
}

.news-center{
  background-color: #dbe9fc;
}
.news-center .common-title{
  color:#454895;
}
.news-center h2{
  font-size: calc(1rem + .9vw);
}
@media (min-width: 1200px) {
  .news-center h2{
    font-size: 2rem;
  }
}

.post-content{
  padding: 10px;
  background-color: #fff;
}
.post-content img,
.post-content{
  border-radius: 10px;
}
.post-content .post-desc{
  width: calc(100% - 20px);
  padding: 10px 0.5rem;
  border-radius: 10px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  text-align: center;
  color: #fff;
  background: linear-gradient(to top, black, transparent);
}
@media (min-width: 768px) {
  .post-content .post-desc {
    padding: 20px 1rem;
  }
}
.care-center .swiper-button-next,
.care-center .swiper-button-prev,
.event-center .swiper-button-next,
.event-center .swiper-button-prev,
.news-center .swiper-button-next,
.news-center .swiper-button-prev{
  /* width: 2px; */
  --swiper-navigation-size: 30px;
  --swiper-navigation-color : #fff;
  z-index: 8;
}
.swiper-button-next:after, .swiper-button-prev:after{
  padding: 5px;
  background-color: #f69100;
}

.care-center .swiper-button-prev,
.event-center .swiper-button-prev,
.news-center .swiper-button-prev{
  left: -5px
}

.care-center .swiper-button-next,
.event-center .swiper-button-next,
.news-center .swiper-button-next{
  right: -5px
}

@media (min-width: 768px) {
  .care-center .swiper-button-prev,
  .event-center .swiper-button-prev,
  .news-center .swiper-button-prev{
    left: -20px
  }

  .care-center .swiper-button-next,
  .event-center .swiper-button-next,
  .news-center .swiper-button-next{
    right: -20px
  }
}
.event-center{
  background-color: #e4f6f2;
}
.event-center .common-title{
  color:#036d53;
}

.post-desc3 {
  background: #e4f6f2;
  border-radius: 10px;
  transition: all .3s;
}
.post-content:hover .post-desc3{
  background: #036d53;
}
.post-content:hover .post-desc3 a{
  color: #fff;
}
.event-center .post-desc3 a{
  color: #036d53;
}
.event-center h4{
  font-size: calc(1rem + .3vw);
}
@media (min-width: 1200px) {
  .event-center h4{
    font-size: 1.5rem;
  }
}
.care-center{
  background: url("../images/care-center-bg.png") no-repeat;
  background-size: cover;
  background-position: center;
}

.care-center .common-title{
  color:#004c9a;
}

.care-center a{
  color: #333;
}

.care-center a{
  color: #333;
}
.post-care-content,
.title-line:after{
  transition: all .3s linear;
}
.post-care-content:hover{
  margin-top: -1rem;
}

.care-center .post-care-content:hover a{
  color: #004c9a;
}
.care-center .post-care-content:hover .title-line:after{
  background: #a8bad6;
}
.title-line:after{
  width: 100%;
  height: 10px;
  content: " ";
  background: #eaedf6;
  display: block;
  margin-top: -10px;
}

.care-center h4{
  font-size: calc(1rem + .3vw);
}
@media (min-width: 1200px) {
  .care-center h4{
    font-size: 1.5rem;
  }
}

.donation-center{
  background: url("../images/donation-center-bg.png");
}
.donation-desc{
  font-size: 24px;
}
@media (min-width: 768px) {
  .donation-desc{
    font-size: 30px;
  }
}
.donation-center .common-title,
.donation-list h5{
  color: #713a04;
}
.donation-list p{
  font-size: 20px;
}

.donation-list li{
  padding-bottom: 10px;
}
.donation-list li:not(:last-child){
  border-bottom: 1px dashed #713a04;
}


.contact-section .common-title{
  color: #454895;
}
.contact-section{
  background-color: #e6e6f7;
}
.contact-map iframe{
  border-radius: 1rem;
}
.contact-info .contact-text{
  color: #333;
}
.contact-info h6{
  color: #525491;
}

.contact-desc{
  width: 100%;;
  /* margin-bottom: 40px; */
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .contact-desc{
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .contact-desc{
    width: 100%;
  }
}
.contact-info-warpper  a i{
  color: #525491;
  font-size: 40px;
}
.contact-desc .contact-info{
  width: calc(100% - 25px);
}

.offcanvas, .offcanvas-lg, .offcanvas-md, .offcanvas-sm, .offcanvas-xl, .offcanvas-xxl{
  --bs-offcanvas-width:200px;
}

.modal-body iframe{
  max-width: 100%;
}

.pupop-content{
  max-width: 90%;
}

@media (min-width: 992px) {
  .pupop-content{
    max-width: 960%;
  }
}

.lg-container .lg-backdrop{
  z-index: 1060;
}

.lg-container .lg-outer {
  z-index: 1065;
}
.post-detail{

}
.post-detail h4{
  color: #54559c;
}
.post-detail{
  /*width: 75%;*/
  font-size: 20px;
}
.post-image{
  /*width: 25%;*/
}
@media (min-width: 768px) {
  .post-detail{
    padding-left: 20px;
    width: 75%;
  }
  .post-image{
    width: 25%;
  }
}

#back-to-top i{
  font-size: 24px;
  color: #fff;
}
#back-to-top{
  width: 35px;
  height: 40px;
  display: none;
  position: fixed;
  bottom: 5%;
  right: 5%;
  background: #f69100;
  /*border-radius: 50%;*/
  z-index: 9;
}

#back-to-top.show{
  display: flex;
  align-items: center;
  justify-content: center;
}

.post-care-image{
  width: 250px;
  height: 250px;
  max-width: 100%;
  border-radius: 50%;
  border:3px solid #fff;;
}
@media (min-width: 768px) {
  .post-care-image {
    width: 312px;
    height: 312px;

  }
}

.contact-info-warpper{
  font-size: 20px;
}


.post-title .title-line{
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}
.video-play-icon{
  background: rgba(0,0,0,.3);
}
.video-play-icon i{
    font-size: 35px;
    color: #fff;
}
.care-img img{
  max-height: 720px;
}

.contact-desc .bi{
  font-size: 24px;
  color: #525491;
}