;@charset "utf-8" 

/*base================*/


body
{

    font-size: 18px;
    color: #585858;
 font-family: 'Noto Sans TC', sans-serif;

    overflow-x: hidden;
    line-height: 180%;

}
html
{   
  
   overflow-x: hidden;
 font-family: 'Noto Sans TC', sans-serif;
}
.container {
    font-family: 'Noto Sans TC', sans-serif;
}

a
{
  color: #000;
}


a:hover,
a:focus {
color: #A09002;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

/*title=====================*/
h1
{
  font-family: 'Noto Sans TC', sans-serif;
    font-size: 42px; 
    font-family: bold;
    letter-spacing: 0.08em;
    font-weight: bolder;
 /* font-style:italic;*/
}

h1 span
{
    display: block;
    font-size: 26px;
}

h2
{
    font-size: 28px;
}
h3
{
     font-size: 22px;
}
.family_img
{
    width: 300px;
    height: 300px;
}



.index-bk
{
    background-color: #019FA5;
    padding-bottom: 60px;
      line-height: 180%;
}

.life3_bk
{
     background-color: #000;
       line-height: 180%;
}
.family_bk
{
     background-color: #FF6680;

      line-height: 180%;

}
.lordhouse_bg
{
   padding-top: 0px;
   background-image: url(../images/banner_lordhouse.jpg);
   height: 600PX;

}

.child_bk
{
    background-color:#DAB580;

      line-height: 180%;
}

.heal_bk
{
 background-color:#946AD1;

      line-height: 180%;
}
.educate_bk
{
    background-color:#1C3E35;
 /*   padding-bottom: 20px; */
     line-height: 180%;


}
.pastoral_bk
{
     background-color:#FF8027;
       line-height: 180%;
}

.news_bk
{
    background-color: #B87070;
}

.media_bk

{
    background-color: #FF6E1D;
}

.about_bk
{
    background-color: #C0B6AA;
}

.v_t
{
     writing-mode: vertical-lr;
  text-orientation: mixed;
   transform: skewX(-20deg);
   font-size: 30px;
  display: inline-block;
   margin-left: 40px;
}

.skewimg
{
    transform: skewX(-20deg);
    border-right: 20px solid #FF8027;
 /*   display: inline-block;*/
}

.skewimg_l
{
    transform: skewX(-20deg);
    border-left: 20px solid #FF8027;
 /*   display: inline-block;*/
}


.t-16
{
    font-size: 16px;
}

.tr-ul

{


}
.index-mainlogo
{
    position: absolute;
   left: 50%;
  transform: translate(-50%,0);
  /*  height: 250px;*/

     border-bottom: 6px solid #fff;
}
.index-color
{
    color: #3D8E96;
}

.child-color
{
    color: #DAB580;
}

.heal-color
{
    color: #946AD1;
}


.service-bk
{
    background-image: url(../images/service_bk.jpg);
}
.join-bk
{
    background-color: #FF7B36;
}

.youtubeicon
{
color: #FF0000;
}
.lineicon
{
color: #00B900;
}
.fbicon
{
color: #4267B2;
}

.igicon
{
    color: #C13584;
}


.card-text
{
    font-size: 14   px;
}

footer
{
    background-color: #019FA5;
}

.widget h5
{
   margin-top: 3rem;
   font-size: 18px;
   font-weight: bold;
}


.widget .form-group
{
   margin: 1rem 0 ;

}


.form .row .form-group {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 20px;
}
.form .form-group {
    margin-top: 1.31768em;
    width: 100%;
}
.form-group {
    position: relative;
    margin-bottom: 0;
}

.form--auth .form__submit {
    text-align: right;
    width: 100%;
}
.form--auth .form__submit {
    margin-right: 15px;
    margin-top: 1.6471em;
}
.btn--flat {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 8px 40px;
    font-weight: 700;
    font-size: 0.88235em;
    border: none;
    background: none;
    background: #15284B;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 0 #0a1323;
    box-shadow: 0 5px 0 #0a1323;
    color: #FFFFFF;
    margin-bottom: 5px;
}
.form .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.form .form-group {
    margin-top: 1.31768em;
    width: 100%;
}

.control-label {
    position: absolute;
    color: #454545;
    font-style: italic;
    font-size: 15px;
    padding: 0 20px;
    line-height: 44px;
    height: 44px;
    font-weight: normal;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 15;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.form-group.active .control-label {
    font-size: 13px;
    -webkit-transform: translateY(-30px) translateX(-20px);
    -ms-transform: translateY(-30px) translateX(-20px);
    transform: translateY(-30px) translateX(-20px);
    color: #15284B;
}

.form-group .control-label {
    position: absolute;
    color: #454545;
    font-style: italic;
    font-size: 15px;
    padding: 0 20px;
    line-height: 44px;
    height: 44px;
    font-weight: normal;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 15;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.form-group.active .control-label {
    font-size: 13px;
    -webkit-transform: translateY(-30px) translateX(-20px);
    -ms-transform: translateY(-30px) translateX(-20px);
    transform: translateY(-30px) translateX(-20px);
    color: #15284B;
}

.multi-steps > li.is-active:before, .multi-steps > li.is-active ~ li:before {
    content: counter(stepNum);
    font-family: inherit;
  }
  .multi-steps > li.is-active:after, .multi-steps > li.is-active ~ li:after {
    background-color: #d8d8d8;
  }
  
  .multi-steps {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .multi-steps > li {
    counter-increment: stepNum;
    text-align: center;
    display: table-cell;
    position: relative;
    color: #0c172c;
  }
  .multi-steps > li:before {
    content: counter(stepNum);
    display: block;
    margin: 0 auto 4px;
    background-color: #0c172c;
    width: 36px;
    height: 36px;
    line-height: 32px;
    text-align: center;
    border-width: 2px;
    color:white;
    border-style: solid;
    border-color: #0c172c;
    border-radius: 50%;
  }
  .multi-steps > li:after {
    content: '';
    height: 5px;
    width: 40%;
    background-color: #0c172c;
    position: absolute;
    top: 16px;
    left: 80%;
    z-index: 0;
  }
  .multi-steps > li:last-child:after {
    display: none;
  }
  .multi-steps > li.is-active ~ li {
    color: #808080;
  }
  .multi-steps > li.is-active ~ li:before {
    background-color: #d8d8d8;
    border-color: #d8d8d8;
  }
  .hide {
    display: none;
  }


@media (max-width: 767px) {

.index-mainlogo

{
     width: 100%;
     padding-bottom: 10px;
     position: relative;
     z-index: 999;
     left: auto;
     bo
}

 .index-mainlogo img 
{
     width:100%;
}


.lordhouse_bg
{
   padding-top: 0px;
   background-image: url(../images/banner_lordhouse.jpg);
   height: auto;
   padding-bottom: 30px;

}



}

