body{font-family: '微軟正黑體','Roboto',sans-serif;} 
.footer-bottom ul.text-light.f13,.footer-bottom p{float: none;}
.footer-bottom .text-light.f13 li{float: none; display: inline-block;}
.newsletter:before,.newsletter,.newsletter-btn{background-color: rgba(26, 26, 25, 0.8);}
.carou-post-noImg{
    background: none repeat scroll 0 0 #FCFCFC;
    float: left;
    width: 100%
}
.carou-post > p a,.carou-post-noImg > p a{color: #7B7B7B;}
.carou-post-noImg>h4{
    color: #FCFCFC;
    float: left;
    font-family: '微軟正黑體','Roboto',sans-serif;
    font-size: 14px;
    padding: 10px 20px;
}
.carou-post > h4.time,.carou-post-noImg > h4.time{background-color: #fcfcfc; color: #333;}
.carou-post-noImg> a{
     background: none repeat scroll 0 0 #eeeeee;
    color: #333;
    float: right;
    font-family:'微軟正黑體','Roboto',sans-serif;
    line-height: 12px;
    margin-bottom: 10px;
    padding: 5px 20px;
    /*border: 1px solid #9E9E9E;*/
}
.carou-post-noImg > p a{color: #7B7B7B;}
.donation-appeal > a.mt-sm{margin-top: 0px;}
.index .carou-post > p,.index2 .carou-post > p{
	width: 100%;
	text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    min-height: 118px;
    max-height: 8.2em;
}
.index2 .carou-post-noImg > p,.index .carou-post-noImg > p{
   color: #7B7B7B;
    display: block;
    float: left;
    font-family: '微軟正黑體','Roboto',sans-serif;
    font-size: 14px;
    margin: 10px 0;
    padding: 0 22px;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 4.2em;
}
.index2 .logo{padding: 25px 0;}
.index2 .menu{border-top: 1px solid #dcdcdc;}
.index2 #menu-navigation{display: inline-block;}
.index2 .header2{margin-top: 0;}
.index2 #menu-navigation li a{padding: 20px 35px;display: block;}
.index2 header.header2 #menu-navigation li a i{top: 26px;}
.index2 #menu-navigation li ul li a{padding: 13px 25px;}
.index2 #topmenu2 li{padding: 20px;    line-height: 2;}
.sidebar-widget .popular-post .popular-post-title h6  a{
	text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.post-meta.inline li:first-child{margin-right: 15px;}
.post-meta.inline li:first-child:hover a{color: #969696;}
.pagination > li > a.active{color: #fff;}
/*
| ----------------------------------------------------
| timeline
| ----------------------------------------------------
*/ 

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: 46%;
  float: left;
  border: 1px solid #d4d4d4;
  /*border-radius: 2px;*/
  /*padding: 20px;*/
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline > li > .timeline-badge {
  color: #fff;
  width: 24px;
  height: 24px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -12px;
  /*background-color: #999999;*/
  z-index: 100;
  /*
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  */
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-badge > a {
  color: #C5C7C5 !important;
}
.timeline-badge a:hover {
  color: #59a9e6 !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
    padding:10px 20px 10px;
    margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}
.timeline-footer{
    padding:20px;
    background-color:#f4f4f4;
}
.timeline-footer > a{
    cursor: pointer;
    text-decoration: none;
    display: block;
    float: none !important;
    text-align: right;
}
.tooltip{
    position:absolute;
    z-index:1020;
    display:block;
    visibility:visible;
    padding:5px;
    font-size:11px;
    opacity:0;
    filter:alpha(opacity=0);
}
.tooltip.in{
    /*opacity:0;
    filter:alpha(opacity=80);*/
}
.tooltip.top{
    margin-top:-2px;
}
.tooltip.right{
    margin-left:2px;
}
.tooltip.bottom{
    margin-top:2px;
}
.tooltip.left{
    margin-left:-2px;
}
.tooltip.top .tooltip-arrow{
    bottom:0;
    left:0;
    margin-left:0;
    border-left:0 solid transparent;
    border-right:5px solid transparent;
    border-top:0 solid #000;
}
.tooltip.left .tooltip-arrow{
    bottom:0;
    left:0;
    margin-left:0;
    border-left:0 solid transparent;
    border-right:5px solid transparent;
    border-top:0 solid #000;
}
.tooltip.bottom .tooltip-arrow{
    bottom:0;
    left:0;
    margin-left:0;
    border-left:0 solid transparent;
    border-right:5px solid transparent;
    border-top:0 solid #000;
}
.tooltip.right .tooltip-arrow{
    bottom:0;
    left:0;
    margin-left:0;
    border-left:0 solid transparent;
    border-right:5px solid transparent;
    border-top:0 solid #000;
}
.tooltip-inner{
    width:200px;
    padding:3px 8px;
    color:#fff;
    text-align:center;
    text-decoration:none;
    background-color:#59a9e6;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
}
.tooltip-arrow{
    position:absolute;
    width:0;
    height:0;
}
.price-table.full-width ul{width: 100% !important;border:none;}
.price-tablefull-width > ul:hover{box-shadow: none;}
.price-table.full-width ul a{color:#828282; font-size: 14px; line-height: 2;}
.price-table.full-width ul li:hover a{color: #428bca; transition: .15s ease-in-out;}
.price-table.full-width ul li:hover{background-color: #fffefe;}
.training-title li.bg{
    background: url(../images/pattern2.png) repeat scroll 0 0 / 31% auto #E9E9E9;
    border-top: 1px solid #FFFFFF;
    font-size: 26px;
    font-weight: bold;
    line-height: 20px;
    padding: 10px 20px;
    text-align: center;
    color: #555555;
}
.training-title li{
  padding: 15px;
}
.training-title li:nth-child(even){
  background-color: #f7f7f7;
}
.training-list li{
    padding: 15px;
    border-bottom: 1px solid #eee;
}
table {
    border-collapse: collapse;
    width: 100%;
    margin:30px 0; 
}

th, td {
    text-align: left;
    padding: 8px;
}

tr:nth-child(even){background-color: #f2f2f2}

th {
    background-color: #85b6da;
    color: white;
}


.nano-list {
  position: relative;
  padding-left: 40px;
}

/*Line*/
.nano-list >li::before{
  content:'';
  position: absolute;
  width: 1px;
  background-color: #E7E7E7;
  top: 0;
  bottom: 0;
  left:-19px;
}

/*Circle*/
.nano-list >li::after{
  text-align: center;
  padding-top:12px;
  z-index: 10;
  content:'\f133';
  font-family: 'FontAwesome';
  position: absolute;
  width: 50px;
  height: 50px;
  border:3px solid white;
  background-color: #E7E7E7;
  border-radius: 50%;
  top:0;
  left:-43px;
}

/*Content*/
.nano-list >li{
  counter-increment: item;
  padding:10px 25px;
  margin-left: 0px;
  min-height:70px;
  position: relative;
  background-color: white;
  list-style: none;
}
.nano-list >li:nth-last-child(1)::before{
  width: 0px;
}
.nano-list >li p:first-child{
  font-weight: 600;
}

.theme-bg{
  background: #6f5499;
}
.btn-outlined {
    border-radius: 0;
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
            transition: all 0.3s;
}

.btn-outlined.btn-theme {
    background: none;
    color: #6f5499;
  border-color: #6f5499;
}

.btn-outlined.btn-theme:hover,
.btn-outlined.btn-theme:active {
    color: #FFF;
    background: #6f5499;
    border-color: #6f5499;
}

.btn-outlined.btn-black {
    background: none;
    color: #000000;
  border-color: #000000;
}

.btn-outlined.btn-black:hover,
.btn-outlined.btn-black:active {
    color: #FFF;
    background: #000000;
    border-color: #000000;
}

.btn-outlined.btn-white {
    background: none;
    color: #FFFFFF;
  border-color: #FFFFFF;
}

.btn-outlined.btn-white:hover,
.btn-outlined.btn-white:active {
    color: #6f5499;
    background: #FFFFFF;
    border-color: #FFFFFF;
}
.our-project-box .row > div:hover .icon-box{background-color: #fff;}
.li-mb15 li { margin-bottom: 15px; }
.no-list.pl{    padding-left: 40px;}
.donation.box-1{    background-color: #117dc2 !important;}
.donation.box-2{    background-color: #1491e1 !important;}
.donation.box-3{    background-color: #2ba1ec !important;}
.donation.box-4{    background-color: #4aafef !important;}
.service-box-6 .icon-container {
  width: 70px;
  height: 70px;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  float: left;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  margin: 15px 0;
}
.service-box-6:hover .icon-container {
  box-shadow: 0 0 10px #ccc;
  -moz-box-shadow: 0 0 10px #ccc;
  -webkit-box-shadow: 0 0 10px #ccc;
}
.service-box-6 .icon-container i {
  width: 70px;
  height: 70px;
  vertical-align: middle;
  text-align: center;
  display: table-cell;
  font-size: 24px;
}
.service-box-6 h4 {
  margin-bottom: 15px;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  padding-left: 90px;
  padding-top: 40px;
}
.service-box-6 p {
  padding-bottom: 0;
  padding-left: 90px;
}
table.insurt tr{
  background-color: #fff;
}
table.insurt td{
  border:1px solid #dfdfdf;
  padding: 15px 25px;
}
table.insurt tr td:first-child{
  background-color: #f2f2f2;
}
table.insurt tr td:last-child{
  background-color: #fff;
}
table.insurt ul {
  padding-left: 20px;

}
table.insurt ul li{
  list-style-type: disc;
}









/*
| ----------------------------------------------------
| card
| ----------------------------------------------------
*/ 
.content {
  position: relative;
  animation: animatop 0.9s cubic-bezier(0.425, 1.14, 0.47, 1.125) forwards;
}

.card {
  width: 100%;
  min-height: 272px;
  padding: 20px 10px 20px 15px;
  border-radius: 3px;
  background-color: white;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
}
.card:after {
  content: '';
  display: block;
  width: 190px;
  height: 340px;
  background: #a3cad291;
  position: absolute;
  animation: rotatemagic 0.75s cubic-bezier(0.425, 1.04, 0.47, 1.105) 1s both;
}

.badgescard {
  padding: 10px 20px;
  border-radius: 3px;
  background-color: #ECECEC;
  width: 94%;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  z-index: -1;
  /*position: absolute;
  left: 3%;
  top: 90%;
  bottom: 5px;*/
  margin: 0 10px;
  animation: animainfos 0.5s cubic-bezier(0.425, 1.04, 0.47, 1.105) 0.75s forwards;
}
.badgescard span {
  font-size: 1.6em;
  margin: 0px 6px;
  opacity: 0.6;
}

.firstinfo {
  flex-direction: row;
  z-index: 2;
  position: relative;
}
.firstinfo .clip{
  border-radius: 50%;
  overflow: hidden;
  display: -webkit-box;
  position: relative;
  height: 90px;
  width: 90px;

}
.firstinfo img {
  width: 100%;
  height: auto;
  clip:rect(0px,90px,90px,0px);
   position:absolute;

}
.firstinfo .profileinfo {
  padding: 0px 20px;
}
.firstinfo .profileinfo.pr0 {
  padding-right: 0px ;
}
.firstinfo .profileinfo h1 {
  font-size: 1.8em;
  margin-bottom: 10px;
}
.firstinfo .profileinfo h3 {
  font-size: 1.2em;
  color: #57798a;
  font-style: italic;
  margin: 8px 0;
}
.firstinfo .profileinfo h3 a{
  color: #57798a;
}
.firstinfo a:hover,.firstinfo .profileinfo h3 a:hover,.firstinfo .profileinfo .bio li a:hover{
  color: #59a9e6;
}
.firstinfo .profileinfo .bio li {
  padding: 8px 0px 0;
  color: #5A5A5A;
  line-height: 1.2;
  font-style: initial;
}
.firstinfo .profileinfo .bio li.peo{min-height: 74px;}
.firstinfo .profileinfo .bio li span:nth-child(2){margin-left: 10px;}
.firstinfo .profileinfo .bio li.peo span:nth-child(2){margin-left: 5px;}
.firstinfo .profileinfo .bio li span{display: inline-block;margin:  5px 0 0 23px}
.firstinfo .profileinfo .bio li a{
  color: #5A5A5A;
}
@keyframes animatop {
  0% {
    opacity: 0;
    bottom: -500px;
  }
  100% {
    opacity: 1;
    bottom: 0px;
  }
}
@keyframes animainfos {
  0% {
    bottom: 10px;
  }
  100% {
    bottom: -42px;
  }
}
@keyframes rotatemagic {
  0% {
    opacity: 0;
    transform: rotate(0deg);
    top: -24px;
    left: -253px;
  }
  100% {
    transform: rotate(-30deg);
    top: -24px;
    left: -78px;
  }
}


/*
| ----------------------------------------------------
| for lab
| ----------------------------------------------------
*/ 
.child .logo{padding: 25px 0;}
.child .donation-appeal{padding-top: 20px;}
.child .firstinfo .profileinfo .bio li{line-height: 1.5;}
.child .card{padding: 20px 15px;}
.child .card:after{width: 250px;  height: 400px;}
.child h3.has-bline{margin-bottom: 30px;}
.child h3.has-bline:after{
    content: '';
    width: 70px;
    height: 2px;
    background-color: #59a9e6;
    position: absolute;
    top: 73px;
    left: 15px;
}
.child .post-desc{margin-bottom: 15px;}
.child .post-desc p{margin-top: 15px;padding: 8px 5px;}
.child .post-desc p:first-child{margin-top: 15px;background-color: #f4f4f4;}
.child .post-desc .have-list{margin-left: 70px;}
.child .modal-body .have-list{margin-left: 30px;}
.child .post-desc > ul li{ color: #858585;}
.child .post-desc >  p span{color: #666; font-weight: 600;}
.child .post-desc > p span .icon-circle {color: #59a9e6;}
.child .sec-heading2{margin-bottom: 40px;}
.child .inst img {width: 350px;}
.child .side-tabs .nav{width: 20%}
.child .side-tabs .tab-content{width: 80%}
.child .side-tabs .nav li a, .side-tabs .nav li a:focus{color: #333333;font-weight: 600;}
.child .side-tabs .nav li a:hover{background-color: #f2f2f2;}
.child .side-tabs .nav li.active a,.child .tab-content table td a:hover{color: #59a9e6;}
.child .tab-content table th{text-align: center;}
.child .tab-content table td{border:1px solid #c3c3c3;}
.child .tab-content table tr:nth-child(odd){background-color: #fff;}
.child .tab-content table tr:nth-child(even){background-color: #f4f4f4;}
.child .theme-tabs .tab-content{padding: 40px 80px;}
.child .contact a:hover{color: #59a9e6;}
.child .route td{background-color: #fff;vertical-align: top;}
.child .forget{text-align: right;}







/*
| ----------------------------------------------------
| mobile
| ----------------------------------------------------
*/ 
@media (max-width: 768px) {
   ul.timeline:before {
        left: 40px;
    }
    
    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

        ul.timeline > li > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
        }

        ul.timeline > li > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
        }
	.carou-post-img{height: auto;}
	.mobile-p{padding: 20px 20px 0;}
	.contact-details li span{margin-bottom: 10px;}
  .index .carou-post > p, .index2 .carou-post > p{min-height:auto;}
  .top-image > img{width: auto;}
  .popular-post{width: 31%;margin-right: 10px;}
  .service-box-6{min-height: 100px;}
  .fancy-donation{min-height: 340px;}
  .donation-appeal{padding-top: 56px;}


      /*
    | ----------------------------------------------------
    | for lab
    | ----------------------------------------------------
    */ 
  .child .post-desc{ width: 100%; }
  .child .theme-tabs .tab-content{padding: 20px;}
  .child .theme-tabs .nav li.active a:focus,.child .theme-tabs .nav li.active a:hover,.child .theme-tabs .nav li.active a:visited,.child .theme-tabs .nav li.active a{padding: 15px;border-bottom: 1px solid #59a9e6;}
  .child .theme-tabs .nav li{width: calc( 100% / 2); }
  .child .theme-tabs .nav li a, .theme-tabs .nav li a:hover{padding: 15px;border-right: 1px solid #D1D7DC;}
  .child .theme-tabs .nav li.active a{border-color: #59a9e6;}
  .child .theme-tabs .nav li.active a,.child  .theme-tabs .nav li.active a:hover,.child  .theme-tabs .nav li.active a:focus{ margin-top: 0px; ;}
  








}
@media(max-width: 415px){
	.fancy-donation{min-height: 200px;padding-bottom:10px;}
	.donation-appeal{padding-top: 20px;}
  .price-table.full-width ul a.col-sm-6{padding-left: 0}
  .price-table.full-width ul a.col-sm-6.pl0{display: block;}
  .reservation-note p a{word-wrap: break-word;}
  .popular-post{width: 100%}
  table.insurt td{
    padding: 15px 10px;
  }
  .ls-glass{padding: 0;}
  
  .switch .left-content {
    float: none;
  }
  .post-desc {
    width:95%;
  }

    /*
    | ----------------------------------------------------
    | for lab
    | ----------------------------------------------------
    */ 
    .child .forget{text-align: left;}










}