/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  color: #595959;
  font-family: Helvetica, Arial, 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '新細明體', MingLiU,'sans-serif';
}
a {
  color: #595959;
  text-decoration: none;
}
a:hover {
  color: #ffa52c;
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:link { 
  text-decoration: none;
}
p {
  font-size: 18px;
  line-height: 180%;
}
ol {
  padding-left: 30px;
}
ul {
  font-size: 18px;
  line-height: 200%;
}
body{
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position:right bottom;
    background-image: url(../img/bg01.jpg);
}
.title {
  margin: 30px 0px 40px 0px;
  padding-left: 10px;
  padding-bottom: 9px;
  font-size: 28px;
  border-bottom: 1px dotted #ddd;
  position: relative;
  z-index: 1;
}
.title:after {
  content: "";
  display: block;
  width: 25%;
  height: 2px;
  background:  #17aab1;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: -1px;
}
.span-type1 {
  color: #F53C38;
  font-weight: bolder;
}
.span-type2 {
  color: #2659D8;
  font-weight: bolder;
}
.table-bordered > thead > tr > th:first-child,
.table-bordered > tbody > tr > th:first-child,
.table-bordered > tfoot > tr > th:first-child,
.table-bordered > thead > tr > td:first-child,
.table-bordered > tbody > tr > td:first-child,
.table-bordered > tfoot > tr > td:first-child {
 background-color: #ffa52c;
 width: 20%;
 color: #ffffff;
 font-size: 18px;
 text-align: center;
 font-weight: bolder;
}
.table-bordered > thead > tr > th:last-child,
.table-bordered > tbody > tr > th:last-child,
.table-bordered > tfoot > tr > th:last-child,
.table-bordered > thead > tr > td:last-child,
.table-bordered > tbody > tr > td:last-child,
.table-bordered > tfoot > tr > td:last-child {
 background-color: #FFECC4;
 padding: 15px;
 font-weight: bolder;
}
.teach_box li {
  margin-bottom: 20px;
  list-style: none;
}
.teach_list {
  border-left: 8px solid #ffa52c;
  display: block;
  position: relative;
  padding: 10px 10px 10px 20px;
}
.type {
  display: inline-block;
  background-color: #19a9b1;
  border-radius: 5px;
  margin: 5px 10px;
  padding: 10px 15px;
  color: #ffffff;
  font-size: 18px;
}
#logoMove{
  float: left;
  position:relative;
  margin-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  animation:logoMove 1.5s  alternate; /*IE*/
  -moz-animation:logoMove 1.5s  alternate; /*FireFox*/
  -webkit-animation:logoMove 1.5s  alternate; /*Chrome, Safari*/
}

@keyframes logoMove{
    from {top:-125px;}
    to {top:0px;}
}
@-moz-keyframes logoMove{
    from {top:-125px;}
    to {top:0px;}
}
@-webkit-keyframes logoMove{
    from {top:-125px;}
    to {top:0px;}
}
.top-info {
  width: 100%;
  position: relative;
  overflow: hidden;
  font-size: 14px;
}

.top-info .container {
  position: relative;
  padding: 0px;
  background: rgba(100%,100%,100%,0.6);
}
.top-info  .container > ul {
  list-style: none;
  float: right;
}
.top-right {
  font-size: 16px;
  text-align: right;
  margin-top: 40px;
  padding-right: 15px;
}
.top-right > ul {
  list-style: none;
  height: 20px;
  padding-left: 0px;
}
.top-right-call  {
  background: url(../img/call.png) left 17px no-repeat; 
  padding-left: 20px; 
  margin-left: 5px;
}
.top-right-mail > a {
  background: url(../img/email.png) left 2px no-repeat; 
  padding-left: 20px; 
  margin-left: 5px;
}
.fullP {
  width: 100%;
}

.testt > ol > li {
  font-size: 16px;
  line-height: 180%;
}

.top-right-phone {
 
}
.top-right-phone >li {
  margin-left: 15px;
  float: right;
}
.top-right-phone > li > a {
  color: #fff;
  text-decoration: none;
}
.top-right-phone > li > a:hover {
  color: #fff;
  text-decoration: none;
}
.reservation {
  display: inline-block;
  width: 130px;
  height: 35px;
  background-color: #ffa52c; 
  border-radius: 6px;  
  padding: 7px;
  font-size: 16px;
}
.reservation span {
  display: inline-block;
  padding-left: 10px;
  margin-left: 10px;
}
.reservation-bottom {
  display: inline-block;
  min-width: 260px;
  height: 45px;
  background-color: #fff; 
  border-radius: 6px;  
  padding: 10px 40px;
  font-size: 18px;
}
.reservation-bottom span {
  display: inline-block;
  color: #a394bf;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background-color: #ffffff;
}
/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding: 0px;
  margin: 0px;
  width: 100%;
}
.navbar-wrapper .navbar {
  padding-right: 0px;
}
.navbar-wrapper .navbar .container {
  width: auto;
  padding: 0px;
}
.nav {
  margin: 0px;
  padding: 0px;
}
.dropdown-backdrop {
    position: static;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin: 187px 0px 0px 0px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */

.carousel-inner {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  width: 100%;
  margin: auto;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing {
  width: 100%;
  padding: 0px 15px;
}
.background-color {
  background-color: #f5eff6;
}

/* Featurettes
------------------------- */
.featurette {
  max-width: 1170px;
  margin: auto;
  font-size: 16px;
  background: rgba(100%,100%,100%,0.6);
}
.row > a {
  margin-bottom: 15px;
}

.featurette2 {
  max-width: 1170px;
  margin: auto;
}

/*spbox*/
.spbox .col-lg-12 {
  padding:20px 20px 10px 20px;
  background-color: #ffa52c;
  height: auto;
  margin-bottom: 15px;
  color: #ffffff;
}
.spbox .col-xs-1 {
  border-right: 1px solid #ffffff;
}
.spbox .col-xs-11 {
  padding-left: 30px;
}
.spbox {
  font-size: 22px;
  background: rgba(100%,100%,100%,0.6);
  padding: 30px 15px 0px 15px;
}
.spbox2 > span {
  color: #F53C38;
  font-weight: 600;
}
.spbox2 {
  padding: 0px 15px;
}
.spbox3 {
  margin-bottom: 180px;
  padding-top: 15px;
  padding-bottom: 30px;
}
p > span {
  color: #F53C38;
  font-weight: 600;
}
/*itemList*/
.itemList {
  display: inline-block;
  width: 100%;
}
.list-title {
  background-color: #FFF7D0;
  font-size: 18px;
  padding: 15px;
}
.list-name {
  text-align: left;
}


/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-device-width:480px) {
  .carousel {
  margin: 50px 0px 0px 0px;
  }
  .video {
  background-color: #f5eff6;
  padding: 10px;
  }
  .video-list > li {
  float: left;
  }
  .video-list > li > a {
  display: inline-block;
  padding-top: 5px;
  }
}
@media (max-width: 768px) {
 .spbox {
  font-size: 18px;
  line-height: 150%;
  }
  .spbox3 {
  margin-bottom: 30px;
  }
  .spbox .col-xs-1 {
    padding: 0px 15px 0px 0px;
  }
  .spbox .col-xs-11 {
  padding-left: 30px;
  }
}
.nav-justified > li > a {
  color: #595959;
  border-left: 1px solid #19a9b1;
}
.nav-justified > li:last-child {
  color: #595959;
  border-right: 1px solid #19a9b1;
}
@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 0px;
  }
  .navbar-wrapper .container {
    padding-right: 0px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    font-size: 16px;
  }
  .carousel {
    margin: 189px 0px 0px 0px;
  }
  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 0px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }
  
  .packages-backgroud {
  background-color: #fffac7;
 }

}


@media (max-width: 1200px) {
  .container {
    min-width: 100%;
  }
}
@media (max-width: 767px) {
  .video {
  background-color: #f5eff6;
  padding: 30px 20px;
  }
  .video-list > li {
  float: left;
  }
  .navbarfixed {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  .carousel-inner {
    box-shadow: none;
  }
  .navbar-collapse{
    border: 0px;
  }
  .navbar-inverse {
    border: 0px;
  }
  .nav-justified {
    padding: 0px;
    background-color:  #19a9b1;
  }
  .nav-justified .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .nav-justified .open .dropdown-menu > li > a,
  .nav-justified .open .dropdown-menu .dropdown-header {
    padding: 5px 30px;
    color: #fff;
  }
  
  .nav-justified .open .dropdown-menu > li > a {
    line-height: 160%;
    font-style: 16px;
    text-align: center;
  }
  .nav-justified .open .dropdown-menu > li > a:hover,
  .nav-justified .open .dropdown-menu > li > a:focus {
    background-image: none;
    background-color:  #19a9b1;
  }
  .nav-justified.nav {
    font-size: 16px;
  }
  .nav-justified.nav > li > a {
    color: #fff;
    line-height: 250%;
    border-top: 1px solid #6fd7dd;
  }
  .nav-justified.nav > li > a:hover,
  .nav-justified.nav > li > a:focus  {
    background-color: #19a9b1;
    color: #fff;
  }
  .nav-justified.nav .open > a,
  .nav-justified.nav .open > a:hover,
  .nav-justified.nav .open > a:focus {
  background-color: #19a9b1;
  border-color:#6fd7dd;
  }
  
  .carousel {
    margin: 60px 0px 0px 0px;
  }
  .navbar-header {
  height: 60px;
  }
  .bottom-menu {
  text-align: center;
  max-width: 275px;
  margin: auto;
  color: #86559f;
  padding: 10px 0px;
  line-height: 180%;
  letter-spacing: 3px;
  }

}
@media (max-width: 880px) {
  .top-right {
    display: none;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
  .nav-justified {
    padding: 0px;
    max-width: 1170px;
    margin: auto;
  }
  .nav-justified > li > a {
    color: #595959;
    border-left: 1px solid #19a9b1;
  }
  .nav-justified > li:last-child {
    color: #595959;
    border-right: 1px solid #19a9b1;
  }
  .nav-pic {
    position: absolute;
    top: 0px;
    left: 160px;
  }
}
.blogger {
  display: inline-block;
  background: url(../img/blogger.png) left 0px no-repeat; 
  padding-left: 35px; 
  margin-left: 0px;
}
.blogger-box{
  margin: 15px 0px;
  font-size: 14px;
  line-height: 170%;
}
.blogger-right > h4 {
  font-weight: bolder;
}
.blogger-right > h4 > a {
  color: #616FC1;
}
.more {
  width: 100%;
  display: inline-block;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.more > h3 {
  color: #768dc7;
  font-style: italic;
  font-weight: 600;
  float: left;
  margin-top: 0px;
}
.more-btn {
  float: right;
  background-color: #ffa52c;
  margin: 0px;
  padding: 5px 15px;
  border-radius: 5px;
  font-size: 16px;
  color: #ffffff;
  font-weight: bolder;
  cursor: pointer;
}
.more {
  border-bottom: 2px #ffa52c solid;
}
.text-muted {
  color: #777;
  float: right;
  padding-right: 20px;
  font-size: 12px;
  display: inline-block;
  background: url(../img/arrow01.png) left 0px no-repeat; 
  padding-left: 18px; 
  margin-left: 0px;
  cursor: pointer;
}
.col-md-6 .news {
  display: inline-block;
  background: url(../img/news.png) left 0px no-repeat; 
  padding-left: 35px; 
  margin-left: 0px;
  border-bottom: 3px solid #ffa52c;
  width: 100%;
}
.col-md-6 .learn {
  display: inline-block;
  background: url(../img/learn.png) left 0px no-repeat; 
  padding-left: 35px; 
  margin-left: 0px;
}
.index-news table td {
  padding: 5px;
}
.index-know table td {
  padding: 5px;
}

.copyright {
  width: 100%;
  position: relative;
  bottom: 0px;
  min-height: 40px;
  background-color: #19a9b1; 
}
.copyright p {
  max-width: 1170px;
  display: block;
  padding: 11.50px 0px;
  font-size: 12px;
  color: #fff;
  margin: auto;
  text-align: right;
}

#goTop {
position: fixed;
bottom: 45px;
right: 30px;
width: 40px;
height: 40px;
z-index: 1000;
display: block;
cursor: pointer;
opacity: 0.4;
transition: all .5s; /* 動畫效果 持續期間 */
-webkit-transition: all .5s;
-moz-transition: all .5s;
}
#goTop:hover { 
opacity: 1; 
}
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css');

a, a:hover {
  text-decoration: none;
}

.socialbtns, .socialbtns ul, .socialbtns li {
  margin: 0;
  padding: 5px;
}

.socialbtns li {
    list-style: none outside none;
    display: inline-block;
}

.socialbtns .fa {
  width: 38px;
  height: 38px;
  color: #ffffff;
  background-color: #a394bf;
  border: 1px solid #ffffff;
  padding-top: 12px;
  border-radius: 22px;
  -moz-border-radius: 22px;
  -webkit-border-radius: 22px;
  -o-border-radius: 22px;
}

.socialbtns .fa:hover {
  color: #a394bf;
  background-color: #fff;
  border: 1px solid #a394bf;
}
@media (max-width: 1200px) {
  .information {
    border-left: 0px;
    padding: 0px;
    max-width: 260px;
  }
  .col-lg-4 {
    padding: 20px 0px;
  }
  .top-info {
    padding: 0px 15px;
  }
}
.table-special  > tbody > tr > td {
  padding: 3px;
} 

.tbg1 {
  background-color: #F6F6F6;
}
