@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400&family=Quicksand:wght@400;600&family=Lobster&display=swap');

/* 20200707 star*/
a{display: block}
.theme-layout.admin{background-color:#f7f7f7}
.modal h5{font-size: 18px;font-weight: 300;line-height: 1.6;}
.btn-md{line-height: 1.5}
#top-bar .pull-left~.pull-right li{margin-right: 20px;}
#top-bar .pull-left~.pull-right li:last-child{margin-right: 3px;}
#top-bar .pull-left~.pull-right li:first-child{border-right: 1px solid #6b6b6b;padding-right: 20px;}
#top-bar .pull-left~.pull-right li.no-border{border: none;margin-right: 0; padding-right: 0;}
#top-bar .pull-left~.pull-right li.no-border i{opacity: 0;margin-right: -8px;}
#top-bar .pull-left~.pull-right li.no-border a{transition: all 0.2s linear}
#top-bar .pull-left~.pull-right li.no-border a:hover{margin-right: 12px;}
#top-bar .pull-left~.pull-right li.no-border a:hover i{display: inline-block!important;opacity: 1;}
.footer-bottom ul.text-light.f13,.footer-bottom p{float: none;}
.footer-bottom .text-light.f13 li{float: none; display: inline-block;}
.round-btn{
  display: block;
  margin: 0 auto;
  width: 200px;
  height: 200px;
  font-size: 16px;
  border-radius: 50%;
  padding: 25px 35px;
  background: #59a9e6;
  color: #fff;
}
.round-btn:before{
    content: '';
    width: 106%;
    height: 106%;
    border: 2px solid #59a9e6;
    position: absolute;
    left: -3%;
    top: -3%;
    border-radius: 50%;
    transition: all 0.3s;
}
.round-btn:hover:before{
    box-shadow: 0 0 25px #8da2e6;
}
.fix_bottom .round-btn:before{
    content: '';
    width: 103%;
    height: 103%;
    border: 2px solid #59a9e6;
    position: absolute;
    left: -1.5%;
    top: -1.5%;
    border-radius: 50%;
    transition: all 0.3s;
}
.cover{
  background-size: cover !important;
  background-position: center;
}
.h30{padding-bottom: 30%}
.h40{padding-bottom: 40%}
.h50{padding-bottom: 50%}
.h60{padding-bottom: 60%}
.h70{padding-bottom: 70%}
.h80{padding-bottom: 80%}
.h90{padding-bottom: 90%}
.h100{padding-bottom: 100%}
.signbg{
  padding:70px 0 !important; 
  /* background: url('../images/loginbg.jpg') center/cover; */
  background: #f6f7f7 !important;
}
.signbg form{
  background: #fff;
  border-radius: 8px;
  padding: 25px 35px;
  display: flow-root;
}
.table-responsive{border:none;}
.form-control{
  background-color: #f5f5f5;
  border: 1px solid #fff;
  height: 45px;
  box-shadow: none;
  -webkit-appearance: none;
}
.d-block{display: block}
.d-inline{display: inline-block;}
.d-flex{display: flex;}
.jc-sb{justify-content:space-between;align-items: baseline;}
.signbg .d-flex.d-flex button:first-child{flex: 0 0 60%;}
.notice{background:#fbece1;padding: 10px;border-radius: 8px;margin-bottom: 10px;margin-top: -15px;height: 80px}
.notice> p ,.detail_notice p{margin-bottom: 0;color: #e74c3c;line-height: 20px;}
.notice + .title-3{display: none;}
.detail_notice{  
  background: #fbece1;
  padding: 10px;
  margin-top: 5px;
  margin-left: 30px;
  border-radius: 0;
  color: #e74c3c;
}
.post .post-desc{width: 90%;}
.post .detail_notice{width: 85%;}
.fix_bottom{
  position: fixed;
  bottom: 15px;
  right: 15px;
}
.fix_bottom .round-btn{
  width: 125px;
  height: 125px;
  margin: 10px;
  padding: 15px;
  text-align: center;
}
.fix_bottom .round-btn .cover{width: 62%;height: 62%;margin: 0 auto 10px;}
.order-table tr th,.order-table tr td{text-align: center;max-width: 150px;}
.order-table tr td{/* border-bottom:1px solid #ddd; */}
.order-table tr td .f12{text-align: left;color: #909090;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;}
.order-table tr td .acc{
  /* width:174px; */
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.order-table tr:nth-child(even){background: #f7f6f6;}
.byelse{
  background: #85b6da;
  border-radius: 4px;
  color: #fff;
  padding: 6px;
}
.input-group-btn .btn{padding: 10px 20px}
.form-group.row label{line-height: 1.6;min-height: 45px;}
input.disabled,select.disabled,textarea.disabled,.form-control-static.disabled{background: #fefefe !important;border:1px solid #efefef;height: 45px;padding:10px;}
.border-bottom{border-bottom:1px solid #ddd;}
.btn:hover{filter: brightness(0.9);}
.form-button.btn:hover{color: #fff;}
.side_menu{background: #fff; border-radius: 8px;}
.side_menu li{border-bottom: 1px solid #eee;}
.side_menu li a{color: #666;padding:15px 20px;}
.side_menu li a:hover{color: #59a9e6}
.side_menu li:hover{background: rgba(89, 169, 230, 0.7)}
.side_menu li.active,.side_menu li.active:hover{background: #59a9e6}
.side_menu li.active a,.side_menu li.active a:hover,.side_menu li:hover a{color: #fff}
table th{height: 50px}
table.order-table td{
  width: calc((100% - 80px) / 5);
  background: #fff;
  padding: 10px;
  border-bottom: 1px solid #eee;
}

table.order-table td:first-child{width: 80px}
table.record td{background: #fff; color: #666; padding: 10px; border-bottom: 1px solid #eee;}
table.record td:last-child{color:#b5b5bf }
table.record td:nth-child(3),table.record td:nth-child(4),table.record th:nth-child(3),table.record th:nth-child(4){text-align: center}
table.record .d-flex .s50{width: 60%}
.btn-blue{background: #59a9e6;color: #fff}
.btn-blue:hover{color: #fff}
.list-2 li{vertical-align: middle;line-height: 2.3;}
.underline{text-decoration: underline}
.newsDate {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    letter-spacing: 1px;
    font-family: 'Quicksand', sans-serif;
    line-height: 1;
    align-items: center;
    font-weight: 800;
    margin-right: 10px;
    flex: 0 0 80px;
    /* transform: translate(0,-55%); */
}
.newsDate strong {
    font-size: 40px;
    font-weight: normal;
}
.newsDate +div >h3{font-weight: 400;}
a:hover .newsDate ~ div h3,a:hover .newsDate,a:hover p{color: #59a9e6!important}
.news_box{padding: 15px; background: #f6f7f7;margin-bottom: 15px;min-height: 120px;align-items: center;display: flex;}
.news_box .d-flex{width: 100%;}
.cearfix{float:none;}
[name='characteristic_else']{display: none;}
table.service td{height: 60px;}
select + span:before{
  content: " ";
    position: absolute;
    top: calc(50% - 9px);
    right: 30px;
    border-color: #CCC;
    border-top: 1px solid;
    border-right: 1px solid;
    width: 8px;
    height: 8px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: top 0.3s, -webkit-transform 0.3s;
    transition: top 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, top 0.3s;
    transition: transform 0.3s, top 0.3s, -webkit-transform 0.3s;
    -webkit-transform: rotate(135deg) translate3d(0, -50%, 0);
    transform: rotate(135deg) translate3d(0, -50%, 0);
    -webkit-transform-origin: 35%;
    transform-origin: 35%;
}
.area2 .story .d-flex .form-button{
  background-color: #51bdb4;
}
.area2 .story-img h5{background: #2e7784}
.area2 .story-img:before{
  background: none repeat scroll 0 0 rgba(53, 133, 140, 0.8)
}
.price_table{margin: 0 0 20px}
.price_table td:first-child{border: 1px solid #94bfe0;text-align: center;background:#67a6d6;color: #fff;}
.price_table td:last-child{border: 1px solid #94bfe0; background: #dae5ef; color: #484b4e; text-align: left;}
.area2 .sec-title h2:before,.area2 .sec-title h2:after{background-color: #50bdb4;}
.area2 .sec-title h2 span{color:#50bdb4 }
.pos_r{position: relative;}
select.form-control{width: 100% !important}

/* 20200707 end*/


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);}

.website{color: #57798a;font-style: italic;padding:5px;display: inline-block;}
.bigSize{font-size: 22px;}
.smallSize{font-size: 16px;}

.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%;
  height: 275px;
  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: 440px;
  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;}

.post-desc p{margin-top: 15px;padding: 8px 5px;}
.post-desc p:first-child{margin-top: 15px;background-color: #f4f4f4;}

.align-item-center{
  align-items: center;
}
.d-flex{
  display: flex
}






/*
| ----------------------------------------------------
| mobile
| ----------------------------------------------------
*/ 
@media (min-width: 1400px){

  .container-lg {
      max-width: 1320px;
      margin-right: auto;
      margin-left: auto;
  }
}
@media (max-width: 1025px) {
  .d-flex{margin-top: 40px}
}

@media (max-width: 768px) {
  .d-flex{margin-top: 0px}
   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; ;}
  

  /* 20200707 star*/
  .page-title h1{top:-80px;}
  .responsive-topbar-info > ul > li.active{width: 15%}
  .responsive-menu > ul > li.member_link > a{/* background: #65c393 */ font-size: 16px}
  /* .menu-btn{margin-top: 20px;} */
  .order-table,table.record{min-width: 970px;}
  .side_menu{margin: 0 -10px 20px -10px;}
  .side_menu li{display: inline-block;width: calc((100% - 15px) / 4);text-align: center;}
  .inner-page {margin: 30px 0}
  body.modal-open, .modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom {margin-right: 0;}
  /* 20200707 end*/


}
@media(max-width: 415px){
    .fix_bottom .round-btn {
      width: 80px;
      height: 80px;
      padding: 28px 6px;
  }
  
  /* 20200707 star*/
  .menu-btn{margin-top: 10px;}
  .side_menu li a{padding:15px 0px; }
  .responsive-topbar-info > ul > li.active{width: 20%}
  .top-image { height: 150px;}
  .sec-title h2:after { right: -24%; width: 20%;}
  .round-btn{width: 150px;height:150px;padding: 10px 30px;}
  .event-post-detail,section{float: none;}
  .post-meta > li{display: inline-block;padding: 5px 10px}
  .post-meta:before{background:none;}
  .newsDate {font-size: 12px;flex: 0 0 55px;}
  .fix_bottom .round-btn{width: 80px; height: 80px; padding: 28px 6px;}
  /* 20200707 end*/

	.fancy-donation{min-height: 200px;}
	.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;}

  /*
  | ----------------------------------------------------
  | for lab
  | ----------------------------------------------------
  */ 
  .child .forget{text-align: left;}

  .switch .left-content {
    float: none;
  }
  .post-desc {
    width:95%;
  }

}

/* 20230321 for comingsoon.php */
.notice_box {
    position: relative;
    margin: 2em 0;
    padding: 2em 1em;
    border: solid 2px #8dbeeb;
    border-radius: 8px;
    min-height: 50px;
    text-align: center;
    background-color: #f5faff;
    color: #59a9e6;
    font-size: 22px;
}
.notice_box .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 40%;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: ##8dbeeb;
    font-weight: bold;
}
.notice_box p {
    margin: 0; 
    padding: 0;
}


