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: 16px;
  line-height: 200%;
}

.navbar-wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
}
.logo {
  display: inline-block;
  margin: 13px 0px 15px 10px;
}
.logo a:hover {
  color: #16aab1;
}
.logo-text {
  float: left;
}
.logo-text a {
  color: #16aab1;
}
.logo img {
  float: left;
}
.logo h2 {
  color: #16aab1;
  line-height: 25px;
}
.logo-tyh {
  font-size: 12px;
  letter-spacing: 21px;
  line-height: 3.5em;
}
.logo-en {
  font-size: 12px;
  letter-spacing: 2px;
}
.list-pic{
  padding: 5px 0px;
  background-color: #17aab1; 
  color: #ffffff;
  text-align: center;
}
.top-info {
  width: 100%;
  height: 120px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  font-size: 12px;
}
.top-info .container {
  position: relative;
  padding: 0px;
}
.top-info  .container > ul {
  list-style: none;
  float: right;
}
.top-right {
  margin-top: 25px;
  margin-right: 15px;
  padding: 0;
  font-size: 16px;
}
.top-right > ul {
  list-style: none;
  height: 30px;
  padding-left: 0px;
}
.top-right-media > li {
  float: right;
  padding-left: 15px;
}
.top-right-link > li {
  float: right;
  padding-left: 7px;
  color: #595959;
  background: url(../img/arrow-b.png) left 2px no-repeat; 
  padding-left: 15px; 
  margin-left: 15px;
}

.top-right-phone {
  height: 80px;
}
.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: 150px;
  height: 40px;
  background-color: #ffa52c; 
  border-radius: 6px;  
  padding: 9px;
  font-size: 18px;
}
.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;
}

.fullP {
  width: 100%;
}
.mainbox {
  position: absolute;
  top: 160px;
  width: 100%;
}
.tdwidth {
  width: 200px;
}
.mailbox {
  padding: 0px 200px;
  max-width: 800px;
  height: 638px;
  background-image: url(../img/contactbg.jpg);
  background-position:center;
  background-repeat:no-repeat;
}
.contact {
  overflow: hidden;
  margin-bottom: 50px;
  padding-top: 30px;
}
@media (max-width: 767px) {
  .nav-justified > li:last-child {
  border-right: 0px;
  }
  .mainbox {
    position: absolute;
    top: 160px;
  }
  .tdwidth {
  width: 130px;
  }
  .mailbox {
  padding: 0px 50px;
  }
}

.fullbg {
  width: 100%;
  margin-top: 1px;
  background-color: #f5f6ef;
}
.fullbg01 {
  width: 100%;
  margin-top: 1px;
  background-color: #eef4f4;
}
.fullbg02 {
  width: 100%;
  margin-top: 1px;
  background-color: #eef4f4;
}
.fullbg03 {
  width: 100%;
  margin-top: 1px;
  background-color: #eef4f4;
}
.fullbg04 {
  width: 100%;
  margin-top: 1px;
  background-color: #eef4f4;
}
.fullbg05 {
  width: 100%;
  margin-top: 1px;
  background-color: #eef4f4;
}
.fullbg06 {
  width: 100%;
  margin-top: 1px;
  background-color: #dedcda;
}
.fullbg07 {
  width: 100%;
  margin-top: 1px;
  background-color: #f2f2f4;
}
.fullbg08 {
  width: 100%;
  margin-top: 1px;
  background-color: #f6f5f1;
}


/*equ*/
.col-sm-4 {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}

.doctor-box {
  display: inline-block;
  border: 1px solid #cfcfcf;
  margin-bottom: 15px;
  width: 100%;
  font-size: 16px;
  line-height: 170%;
}
.doctor-pic {
  float: left;
  text-align: center;
  padding-top: 25px;
}
.doctor-word {
  float: right;
  padding: 20px;
}
.clinic-time {
  color: #19a9b1; 
}
.title01 {
  margin: 40px 0px 30px 0px;
  padding-left: 3px;
  padding-bottom: 9px;
  font-size: 22px;
  border-bottom: 1px solid #ddd;
  position: relative;
  z-index: 1;
}
.title01:after {
  content: "";
  display: block;
  width: 25%;
  height: 2px;
  background:  #17aab1;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: -1px;
}
.container-box {
  display: inline-block;
  margin-bottom: 50px;
}
.container-box ul {
  padding-left: 0px;
}
.hvr-underline-from-center {
  width: 100%;
  height: 70px;
  text-align: center;
  padding-top: 24px;
  background-color: #fceca6;
  font-size: 18px;
  margin: 5px;
}
.pic-list {
  list-style: none;
  padding-left: 10px;
}
.pic-list li {
  float: left;
  margin: 10px 10px 0px 10px;
  background-color: #17aab1; 
  color: #ffffff;
  text-align: center;
}
.pic-list p {
  padding-top: 275px;
}
.form-bg {
  width: 100%;
  height: 500px;
  color: #ffffff;
  background-image: url(../img/bg02.jpg);
}
.form-container {
  padding-top: 85px;
}
.form-box {
  padding: 0px 60px;
  width: 100%;
  height: 240px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#93edc7+0,17aab1+100 */
  background: #93edc7; /* Old browsers */
  background: -moz-linear-gradient(top,  #17aab1 0%, #93edc7 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #17aab1 0%,#93edc7 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #17aab1 0%,#93edc7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17aab1', endColorstr='#93edc7',GradientType=0 ); /* IE6-9 */
}
.form-box h3 {
  padding-top: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ffffff;
}
.submit {
  text-align: center;
  color: #595959;
}
.doc {
  border: 1px solid #c9c9c9;
  margin-bottom: 70px;
  padding: 25px 30px;
  font-size: 16px;
  line-height: 200%;
}
.container ul {
  list-style: none;
}
.team {
  padding-left: 0px;
}
.team-pic {
  text-align: center;
  padding: 10px 0px 15px 0px;
}
.accordion-heading {
  margin: 10px 0px;
  padding: 15px;
  font-size: 18px;
  width: 100%;
  height: auto;
  background: -webkit-linear-gradient(left,#FF8158,#FF8158);
  background: -o-linear-gradient(right,#FF8158,#FF8158);
  background: -moz-linear-gradient(right,#FF8158,#FF8158);
  background: linear-gradient(to right,#FF8158,#FF8158);
}
.accordion-heading a {
  margin-left: 20px;
  padding-left: 50px;
  color: #fff;
  text-decoration: none;
  line-height: 210%;
  background: url(../img/q.png) left 6px no-repeat; 
}
.accordion-inner p {
  display: inline-block;
  padding-left: 30px;
  margin-top: 10px;
  margin-left: 40px;
  margin-right: 40px;
  background: url(../img/a.png) left 5px no-repeat;
}
.accordion-heading .accordion-toggle {
  display: block;
}
.link_box li {
  margin-bottom: 20px;
  font-size: 18px;
  list-style: none;
}
.link_box a {
  padding-left: 30px;
}
.link_list {
  border-left: 8px solid #fceca6;
  display: block;
  position: relative;
  padding: 10px;
}

.link_list  time {
  padding-right: 15px;
  color: #B1B1B1;
  letter-spacing: 1.5px;
}
.nav-tabs {
  font-size: 18px;
}
.teach_box li {
  margin-bottom: 20px;
  font-size: 18px;
  list-style: none;
}
.teach_box a {
  padding-left: 30px;
}
.teach_list {
  border-left: 8px solid #ffb997;
  display: block;
  position: relative;
  padding: 10px;
}
.examination {
  font-size: 16px;
  line-height: 200%;
}
.examination h3 {
  margin-top: 60px;
  color: #0003FF;
}
.examination p {
  color: #ff003f;
}
.table {
  text-align: center;
}
.return_btn {
  color: #ffffff;
}
.container-box span {
  color: #ff003f;
}
.container ol {
  font-size: 16px;
  line-height: 200%;
}
/*equ*/
.hovereffect {
width:100%;
height:100%;
float:left;
overflow:hidden;
position:relative;
text-align:center;
cursor:default;
}

.hovereffect .overlay {
width:100%;
height:100%;
position:absolute;
overflow:hidden;
top:0;
left:0;
opacity:0;
background-color:rgba(0,0,0,0.5);
-webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out
}

.hovereffect img {
display:block;
position:relative;
-webkit-transition:all .3s linear;
transition:all .3s linear;
}

.hovereffect h2 {
text-transform:uppercase;
color:#fff;
text-align:center;
position:relative;
font-size:17px;
background:rgba(0,0,0,0.6);
-webkit-transform:translatey(-100px);
-ms-transform:translatey(-100px);
transform:translatey(-100px);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
padding:10px;
}

.hovereffect a.info {
text-decoration:none;
display:inline-block;
text-transform:uppercase;
color:#fff;
border:1px solid #fff;
background-color:transparent;
opacity:0;
filter:alpha(opacity=0);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
margin:50px 0 0;
padding:7px 14px;
}

.hovereffect a.info:hover {
box-shadow:0 0 5px #fff;
}

.hovereffect:hover img {
-ms-transform:scale(1.2);
-webkit-transform:scale(1.2);
transform:scale(1.2);
}

.hovereffect:hover .overlay {
opacity:1;
filter:alpha(opacity=100);
}

.hovereffect:hover h2,.hovereffect:hover a.info {
opacity:1;
filter:alpha(opacity=100);
-ms-transform:translatey(0);
-webkit-transform:translatey(0);
transform:translatey(0);
}

.hovereffect:hover a.info {
-webkit-transition-delay:.2s;
transition-delay:.2s;
}

/*footer*/
/*.copyright {
  width: 100%;
  position: relative;
  bottom: 0px;
  min-height: 40px;
  background-color: #161616; 
}
.copyright p {
  max-width: 1170px;
  display: block;
  padding: 11.50px 0px;
  font-size: 12px;
  color: #fff;
  margin: auto;
  text-align: right;
}
.footer {
  position: relative;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 50px 0px 20px 0px;
  background-color: #292929;
}
.footer .container {
  width: auto;
  max-width: 1170px;
  padding: 0px;
}
.footer-text {
  color: #fff;
  margin-top: 10px;
  line-height: 200%;
}
.footer .col-lg-4 { 
  display: inline-block;
}
.col-lg-4 > ul {
  list-style: none;
}

.bottom-menu > li > a {
  color: #fff;
  text-decoration: none;
}
.bottom-menu > li > a:hover {
  color: #fff;
  text-decoration: none;
}
.bottom-menu > li {
  float: left;
  color: #fff;
  margin-bottom: 10px;
}
.bottom-menu-link {
  text-align: center;
}
.bottom-menu-link > ul {
  display: inline-block;
  list-style: none;
  color: #fff;
  width: auto;
}
.bottom-menu-tyh {
  color: #86559f;
  line-height: 180%;
  text-align: left;
}
.bottom-menu-tyh > li > a {
  color: #fff;
  text-decoration: none;
}
.bottom-menu-tyh > li > a:hover {
  color: #fff;
  text-decoration: none;
}
.bottom-menu-tyh > li {
  float: left;
  color: #fff;
  margin-bottom: 10px;
}
.tyh {
  background: url(../img/arrow-w.png) left 6px no-repeat; 
  padding-left: 15px; 
  margin-left: 0px;
}
.bottom-menu-text > li {
  float: left;
}
.information > ul > li {
  list-style: none;
  padding-bottom: 10px;
  line-height: 150%;
  color: #fff;
  margin: 0px;
  text-align: left;
  letter-spacing: 0.09em;
} 
.time {
  background: url(../img/time.png) left 2px no-repeat; 
  padding-left: 30px; 
  margin-left: 10px;
}
.web {
  background: url(../img/web.png) left 2px no-repeat; 
  padding-left: 30px; 
  margin-left: 10px;
}
.email {
  background: url(../img/email.png) left 2px no-repeat; 
  padding-left: 30px; 
  margin-left: 10px;
}
.fax {
  background: url(../img/fax.png) left 2px no-repeat; 
  padding-left: 30px; 
  margin-left: 10px;
}
.call {
  background: url(../img/call.png) left 2px no-repeat; 
  padding-left: 30px; 
  margin-left: 10px;
}
.call02 {
  background: url(../img/call02.png) left 2px no-repeat; 
  padding-left: 30px; 
  margin-left: 10px;
}
.add {
  background: url(../img/add.png) left 2px no-repeat; 
  padding-left: 30px; 
  margin-left: 10px;
}*/

.footer {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 25px 15px 15px 15px;
  background-color: #b4e1de;
  color: #595959;
  font-size: 18px;
}

.footer_info {
  line-height: 210%;
  letter-spacing: 0.3px;
  font-size: 18px;
}
.footer_info > a:hover {
  color: #19a9b1;
}
.footer_title {
  font-weight: bold;
  color: #595959;
  font-size: 22px;
  display: inline-block;
  margin-bottom: 20px;
  line-height: 190%;
  border-bottom: 4px solid #19a9b1 ;
}
.social-link > li {
  float: left;
  width: 55px;
  height: 55px;
  border: 1px solid #19a9b1;
  border-radius: 55px;
  text-align: center;
  margin: 15px;
  display: inline-block;
  cursor: pointer;
}
.social-link > li > a > img {
  padding-top: 7px;
}
.footer_info > a {
  color: #595959;
}
.social-link > li > a:hover {
  background-color: #90ceca;
  width: 53px;
  height: 53px;
  border-radius: 53px;
  display: inline-block;
}
.copyright {
  padding: 5px 10px 0px 10px;
  text-align: center;
  font-weight: normal;
}
.copyright > p {
  font-size: 12px;
  line-height: 150%;
}


#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: #292929;
  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: #292929;
  background-color: #fff;
  border: 1px solid #292929;
}
@media (max-width: 1200px) {
  .information {
    border-left: 0px;
    padding: 0px;
    max-width: 260px;
  }
}
@media (max-width: 480px) {
  .form-box {
    height: 280px;
  }
  .tdwidth {
  width: 60px;
  }
  .mailbox {
  padding: 0px 30px;
  }
}
