/**/
@import url('https://fonts.googleapis.com/css?family=Ubuntu&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&display=swap');

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	margin: 0;
	font-family: 'Noto Sans TC', "Microsoft JhengHei";
	font-size: 14px;
	line-height: 1.428571429;
	color: #555;
	background-color: #f2f2f2;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
	display: block
}

a {
	background: transparent;
	color: #ff7612;
	text-decoration: none;
	outline: none;
	/* for Firefox Google Chrome  */
	behavior: expression(this.onFocus=this.blur());
	/* for IE */
}

a:active,a:hover {
	outline: 0;
	color: #333;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
	text-decoration: none;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

img {
	border: 0;
	vertical-align: middle;
}

input,button,select,textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	outline: none;
	/* for Firefox Google Chrome  */
	behavior: expression(this.onFocus=this.blur());
	/* for IE */
}

::selection {
	background: #9e9384;
	color: #fff;
}

::-moz-selection {
	background: #9e9384;
	color: #fff;
}

/* .carousel {
	position: relative;
}

.carousel-indicators {
	left: 15px;
	bottom: 43%;
	width: 30px;
	margin-left: 0;
}

.carousel-indicators li {
	width: 12px;
	height: 12px;
	margin-top: 0;
	background-color: #5b5b5a;
	border: 2px solid #5b5b5a;
}

.carousel-indicators .active {
	width: 12px;
	height: 12px;
	background-color: #0079e6;
	border: 2px solid #0079e6;
}

.carousel-control {
	width: 12%;
}

.carousel-control.left,.carousel-control.right {
	background: none;
}

.carousel-inner>.item>img,.carousel-inner>.item>a>img {
	width: 100%;
}

@media (max-width:767px) {
	.btn_lng_m {
		display: inline-block;
		position: absolute;
		top: 17px;
		right: 50px;
		font-size: 1.3em;
	}

	.btn_lng_m i {
		color: #333;
		padding-right: 16px;
	}

	.btn_lng_m i:active {
		color: #ff6c00;
}} */

/*PADDING*/
.padding_0 {
	padding: 0
}

.all_0 {
	margin: 0 !important;
	padding: 0 !important;
}

.index_padding {
	padding-top: 85px !important;
	padding-bottom: 85px !important;
}

.page_padding {
	padding-top: 50px !important;
	padding-bottom: 80px !important;
}

.footer_padding {
	padding-top: 80px !important;
	padding-bottom: 10px !important;
}

@media (max-width:767px) {
	.padding_turn5 {
		padding: 5px;
	}

	.padding_turn0 {
		padding: 0;
	}

	.index_padding {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}

	.page_padding {
		padding-top: 30px !important;
		padding-bottom: 50px !important;
	}

	.footer_padding {
		padding-top: 60px !important;
		padding-bottom: 0 !important;
	}}

/*FOOTER*/
footer {
	position: relative;
	color: #FFF;
}

footer a,footer a:visited {
	color: #fff;
}

footer a:hover,footer a:active,footer a:focus {
	color: rgba(255, 255, 255, 0.5);
}



footer h3 {
	text-transform:uppercase;
	font-weight: 600;
	font-size: 1.6em;
	letter-spacing: 3px;
	margin: 0 0 20px;
	color: #ffca8a;
}

@media (max-width: 991px) {
	footer h3 {
	font-size: 1.2em;
	letter-spacing: 2px;
}}



footer h3:first-letter{
	font-size: 1.5em;
}

.footer_contact{
	padding-left: 20px;
}

@media (max-width: 767px) {
	.footer_contact{
		padding-left: 0px;
}}


@media (max-width: 767px) {
	.footer_contact{
		text-align: center;
	}}

.footer_contact i{
	width: 15px;
	text-align: center;
}


footer p {
	line-height: 200%;
	font-size: 1.15em;
	margin-bottom: 15px;
}

.footer_box {
	margin-bottom: 35px;
}


.footer_box img {
	width: 70%;
	margin-bottom: 30px;
}

@media (max-width: 1499px) {
	.footer_box img {
	width: 80%;
	margin-bottom: 30px;
}}


@media (max-width:991px) {
	.footer_box img {
		width: 50%;
		max-height: 100px;
		margin-bottom: 30px;
	}}

.qrcode_txt{
	font-size: 0.8em;
	margin-left: -10px;
	margin-top: -20px;
	letter-spacing:1px;
}

p.copyright_style,footer p.copyright_style  {
	padding: 6px 0;
	background-color: #696053;
	color: #ffffff;
	font-size: 1em;
	margin-bottom: -10px;
	text-align: center;
}

#toTop a {
	font-size: 1.3em;
	letter-spacing: 2px;
	text-align: center;
	color: #ffffff;
}


.animatedDelay1 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.animatedDelay2 {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.animatedDelay3 {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}

.animatedDelay4 {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}

.animatedDelay5 {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}

.animatedDelay6 {
	-webkit-animation-delay: 1.8s;
	animation-delay: 1.8s;
}

.animatedDelay7 {
	-webkit-animation-delay: 2.1s;
	animation-delay: 2.1s;
}

.animatedDelay8 {
	-webkit-animation-delay: 2.4s;
	animation-delay: 2.4s;
}

.animatedDelay9 {
	-webkit-animation-delay: 2.7s;
	animation-delay: 2.7s;
}

.animatedDelay10 {
	-webkit-animation-delay: 3.0s;
	animation-delay: 3.0s;
}

/*modal*/
/* .modal_header {
	background: #313131;
	color: #FFF;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.modal_body {
	font-size: 1.05em;
	padding-bottom: 0;
}

.modal_body img {
	margin: 0 auto 15px;
	text-align: center;
	border-radius: 4px;
	border: 1px #e2e2e2 solid;
}

.modal_body_content {
	padding-left: 0;
	padding-bottom: 10px;
}

@media (max-width:767px) {
	.modal_body {
		padding-left: 15px;
	}

	.modal_body_content {
		padding: 0 10px 10px;
}}

.modal_body textarea {
	font-size: 1.1em;
}

.modal_product_detail_list {
	float: left;
	list-style-type: none;
	padding: 0;
}

.modal_product_detail_list li {
	padding-bottom: 5px;
}

.modal_product_detail_list li a {
	color: #313131;
}

.modal_product_detail_list li a:hover {
	color: #ff6c00;
}

.modal_product_detail_list h3 {
	padding: 0;
	margin: 0;
	font-size: 1.2em;
	font-weight: 500;
	line-height: 150%;
}

.modal_product_detail_list h3 span {
	color: #ff6c00;
}

.modal_product_detail_list p {
	margin: 5px 0 5px;
}

.modal_product_detail_list input,.modal_product_detail_list select {
	height: auto;
	font-size: 1.05em;
}

.btn-first {
	color: #fff;
	background-color: #ff6c00;
}

.btn-second {
	color: #fff;
	background-color: #333;
}

.btn-third {
	color: #fff;
	background-color: #0079e6;
}

.btn-first:hover,.btn-first:active,.btn-first:focus,.btn-second:hover,.btn-second:active,.btn-second:focus,.btn-third:hover,.btn-second:third,.btn-third:focus {
	color: #CCC !important;
}

.modal-footer .btn-first,.modal-footer .btn-second {
	padding: 8px 5px;
	font-size: 1.1em;
}

.btn_left {
	border-radius: 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
} */

/*TOOL*/
/* @media (min-width:768px) {
	.header_tool {
		position: fixed;
		top: 200px;
		right: -5px;
		width: auto;
		height: auto;
		padding: 16px 0 10px;
		margin: 0;
		z-index: 1000;
		text-align: center;
		background: #FFF;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
		-webkit-border-top-left-radius: 6px;
		-webkit-border-bottom-left-radius: 6px;
		-moz-border-radius-topleft: 6px;
		-moz-border-radius-bottomleft: 6px;
		border-top-left-radius: 6px;
		border-bottom-left-radius: 6px;
	}

	.header_tool:hover {
		right: 0;
		transition: all .3s ease;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
	}

	.header_tool a {
		display: inline-block;
		padding: 0 15px;
		position: relative;
	}

	.header_tool a span {
		display: block;
		color: #333;
		margin-top: 3px;
	}

.header_tool a:hover img,.header_tool a:hover span {
		-webkit-filter: opacity(.8);
		transition: all .3s ease;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
}}

@media (max-width:767px) {
	.header_tool {
		display: none;
}} */

/*----------------------------------------------------------------------------------INDEX AREA*/

.scrolldown {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	content: '';
	-webkit-animation: scrolldown .8s infinite;
}

.scrolldown img {
	-webkit-filter: opacity(1);
}

.scrolldown img:hover {
	-webkit-filter: opacity(0.8);
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

@-webkit-keyframes scrolldown {
	0% {
		bottom: 5px;
	}

	50% {
		bottom: 10px;
	}

	100% {
		bottom: 5px;
	}}

/*MAIN_TITLE*/
.main_title {
	margin-bottom: 30px;
	text-align: center;
}

.main_title h1,.main_title h2 {
	margin: 0;
	padding: 0;
	font-size: 1.3em;
	color: #0079e6;
	text-transform: uppercase;
	line-height: 160%;
	font-weight: 400;
	letter-spacing: 1px;
}

.main_title span {
	display: block;
	padding: 0;
	font-size: 1.2em;
	color: #d5b287;
	text-align: left;
	font-family: Gadugi;
	font-weight: 550;
	letter-spacing: 3px;
	line-height: 10px;
}

.main_title span::first-letter {
	font-size: 1.8em;
}

.main_title .service_title {
	display: block;
	padding: 31px 0;
	font-size: 1.4em;
	color: #181818;
	font-weight: 300;
	text-align: right;
	font-family: Noto Sans CJK TC;
}

.main_title .recommend_title {
	display: block;
	padding: 21px 0;
	font-size: 1.4em;
	color: #ffffff;
	font-weight: 300;
	text-align: left;
	font-family: Noto Sans CJK TC;
}

.center_title{
	margin-bottom: 0;
	display: block;
	width: 100%;}


@media (max-width: 767px) {
	.center_title{
		margin: 0 ;
	}}
		

.white_line {
	width: 100%;
}

.title_line img{
	display: block;
    padding: 11px 0;
    margin: 0 auto;
}

.box a {
	display: block;
	color: #ffffff;
	font-size: 1.2em;
	padding: 10px 0;
	font-weight: 300;
	font-family: Noto Sans CJK TC;
}

.article_area a:hover {
	-moz-transform:translateX(5%);
-webkit-transform:translateX(5%);
-o-transform:translateX(5%);
-ms-transform:translateX(5%);
transform:translateX(5%);
	color: #d5b287;
	-moz-transition: all 800ms ease-in;
    -webkit-transition: all 800ms ease-in;
    -o-transition: all 800ms ease-in;
    -ms-transition: all 800ms ease-in;
    transition: all 800ms ease-in;
}

.box a img {
	display: none;
}

.box a:hover img {
	display: inline;
	padding-bottom: 10px;
	padding-right: 5px;
	width: 35px;
}


@media (max-width:991px) {
.main_title h1,.main_title h2 {
	font-size: 1.2em;
}}

/*FIXED BG*/
.fixed-bg {
	min-height: 100%;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}

.fixed-bg.bg_footer {
	background: #9d9283;
}

@media (max-width:1199px) and (min-width:768px) {
	.fixed-bg {
		background-attachment: scroll;
	}}


/*INDEX MESSAGE*/
.index_message {
	background: #f2f2f2 url(../images/bg_article.png) bottom center no-repeat;
	background-size: 60%;
	background-position: 100% 24%;
}

.index_message .box {
	margin-right: -15px;
	background: #578687;
	height: 450.25px;
	padding: 52px 35px 0;
}

@media (max-width: 991px) {
	.index_message .box {
		margin-right: 0px;
}}


.index_message .box p {
	color: #111;
	line-height: 200%;
	font-size: 1.25em;
}

@media (max-width: 991px) {
	.index_message .box p {
		font-size: 1.2em;
		line-height: 180%;
}}



/*INDEX ABOUT*/
.index_aboutus .box2{
	background: #ffffff;
}

.index_aboutus .box2 p {
	color: #111;
	line-height: 200%;
	font-size: 1.25em;
}

@media (max-width: 1651px) {
	.index_aboutus .box2 {
		padding: 150px 50px 0;
	}

	.index_aboutus .box2 p {
		line-height: 180%;
}}

.index_aboutus .box2{
	border:  solid 20px rgba(216, 216, 216, 0.39);
	display:inline-block ;
	padding: 52px 55px;
	width:100%;
}



@media (max-width: 1499px) {
	.index_aboutus .box2 {
		display:inline-block !important; 
		padding: 52px 55px;
		width: 100%;
}}

@media (max-width: 991px) {
	.index_aboutus .box2 {    
		display:inline-block !important; 
		display:inline;
		padding: 52px 55px ;
}}

.index_aboutus .box2 p {
		font-size: 1.2em;
	}
.icon p{
	text-align: center;
	color: #292929!important;
	margin-top: -10px;
	font-family:'noto sans cjk tc';
	font-weight: 500;
}

@media (max-width: 767px) {
	.index_aboutus .box2 {
		display:inline-block !important; 
		display:inline;
		padding: 52px 15px;
	}

	.icon p{
		margin-top: 0px;
}}

.icon img{
	width: 80%;
	display: block;
	margin: 0 10%;
}


.service_box{
	border: #e2e2e2 dashed 1px;
	padding: 20px 0;
}

.service_box:hover img{
	-moz-transform:rotate(6.28318rad);
	-webkit-transform:rotate(6.28318rad);
	-o-transform:rotate(6.28318rad);
	-ms-transform:rotate(6.28318rad);
	transform:rotate(6.28318rad);
	-moz-transition: all 300ms ease-out;
    -webkit-transition: all 800ms ease-out;
    -o-transition: all 800ms ease-out;
    -ms-transition: all 800ms ease-out;
    transition: all 800ms ease-out;

}

.service_box {
    height: 260px;}
@media (max-width: 1200px) {
.service_box {
    height: 205px;}}
@media (max-width: 768px) {
.service_box {
    height: 300px;}}
@media (max-width: 480px) {
.service_box {
    height: 205px;}}


@media (max-width: 1200px) {
	.article_pic img{
		height: 450.25px;;
		width: 100%;
}}

@media (max-width: 991px) {
	.article_pic img{
			width: 100%;
			height: 100%;
			padding-left: 15px;
			padding-right: 15px;
}}


@media (max-width: 508px) {
	.article_pic img{
		width:100%;
		height: 100%;
}}

.article_txt {
    background: rgba(0, 0, 0, 0.371);
    padding: 20px;
	width: 75%;
    text-align: left;
    color: #fff;
    font-weight: 400;
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
	z-index: 2;
	font-size: 1.15em;
	line-height: 1.5;
}

@media (max-width: 991px){
	.article_txt{
    	margin: 0 15px;
}}


.ellipsis {
	display: -webkit-box;
	-webkit-line-clamp: 2; 
	-webkit-box-orient: vertical;
	white-space: normal;
}



/* DOCTOR */
.index_doctor .box {
	margin-top: 100px;
	margin-left: -80px;
	background: #ffffff;
	padding: 52px 55px ;
} 

@media (max-width: 1499px) {
	.index_doctor .box {
		margin-top: 100px;
		margin-left: -80px;
		background: #ffffff;
		padding: 52px 55px ;
}}

@media (max-width: 767px) {
	.index_doctor .box {
		margin-top: 20px;
		margin-left: 0px;
		background: #ffffff;
		padding: 28px 28px 57px;
}}



.index_doctor .box h4 {
	font-size: 2em;
	color: #181818;
	margin-bottom: 10px;
	font-weight: 600;
	letter-spacing: 2px;
} 

.index_doctor .box span {
	font-size: 0.6em;
	font-weight: 400;
} 

.index_doctor .box h5 {
	margin-top: 0px;
	font-size: 1.3em;
	color: #578687;
	margin-bottom: 20px;
	letter-spacing: 2px;
	font-weight: 200;
} 

.index_doctor .box .skill{
	font-weight: 500;
	margin: 0 0 30px 0;
	padding: 10px 0 20px 0;
    font-size: 1.3em;
    color: #578687;
    letter-spacing: 2px;
	border-bottom: #578687 1px solid;
}

.index_doctor .box p {
	margin-top: -10px;
	font-size: 1.15em;
	color: #181818;
	margin-bottom: 20px;
	letter-spacing: 2px;
	font-weight: 100;
} 


.index_doctor {
	background: #f2f2f2 url(../images/bg_doctor.png) bottom center no-repeat;
	background-size: 60%;
	background-position: 0 0;
}



/*NEWS*/
.news_area {
	position: relative;
}

.news_list {
	float: left;
	width: 100%;
	height: auto;
	margin-bottom: 30px;
	position: relative;
}

.page_padding .news_list {
	margin-bottom: 10px;
}

.news_list div {
	float: left;
	width: 100%;
	height: auto;
}

.news_list .pic {
	margin-bottom: 10px;
	width: 100%;
}

.news_list .content {
	padding: 0 5px;
}

.news_list .title {
	color: #181818;
	font-size: 1.2em;
	line-height: 160%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: 500;
}

.news_list .content p{
	color: #8e8e8e;
	font-size: 1em;
	line-height: 1.8;
}

.news_list .tag {
	text-align: center;
	margin: 15px 0 25px;
}

.news_list .tag span {
	display: inline-block;
	color: #FFF;
	padding: 5px 10px;
}

.news_list .tag span.type1 {
	background: #0079e6;
}

.news_list .tag span.type2 {
	background: #6b6b6d;
}

.news_list .btn_more {
	text-align: center;
}

.news_list .btn_more span {
	display: inline-block;
	color: #7f7f7f;
	position: relative;
}

.news_list .btn_more span::before,.news_list .btn_more span::after {
	position: absolute;
	top: 9px;
	left: -60px;
	content: '';
	display: inline-block;
	width: 50px;
	height: 2px;
	background: #aaa;
}

.news_list .btn_more span::after {
	left: inherit;
	right: -60px;
}

.pic_bg{
	background-color: #578687;
	width: 200%;
}

.news_list:hover img{
opacity:0.5;
filter:alpha(opacity=60);
-webkit-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
-ms-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}

.news_list .date{
	color: #6f6f6f;
	font-family:Alata ;
	font-size: 1.1em;
	padding-top: 8px;
	font-weight: 100;
}

.knowlege_title{
	margin-bottom: 0;
	margin-right: 0;
}

	
.knowlege_title span {
display: block;
padding: 0;
font-size: 1.2em;
color: #d5b287;
text-align: left;
font-family: Gadugi;
font-weight: 550;
letter-spacing: 3px;
line-height: 10px;
}

.knowlege_title span::first-letter {
	font-size: 1.8em;
}

.pic_bg h2{
	display: none;
}

.news_list:hover .pic_bg h2{
	display: block;
	position: absolute;
    top: 38%;
    left: 0;
    width: 100%;
    font-size: 1em;
    text-align: center;
	font-size: 100;
}


.news_list2:hover .pic_bg h2{
	display: block;
	position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    font-size: 1em;
    text-align: center;
	font-size: 100;
}

.news_list:hover .more_txt {
	transform: translateY(-50px);
	margin-bottom: 30px;
	width: 80px;
	height: 80px;
	border-radius: 60px;
	text-align: center;
	display: inline-block;
    padding: 20px 17px;
    letter-spacing: 2px;
	border: #ffffff 1px solid;
    color: #ffffff;
}

.news_list:hover .more_txt {
	display: inline-block;
}

.doctor_area a i.fa-arrow-circle-left,.doctor_area a i.fa-arrow-circle-right {
	position: absolute;
	z-index: 2;
	top: 330%;
	font-size: 2.5em;
	padding: 25px;
	opacity: 0.9;
	color: #578687;
}

.doctor_area a:hover i.fa-arrow-circle-left,.doctor_area a:hover i.fa-arrow-circle-right {
	color: #9d9283;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

@media (min-width: 1290px) {
	.doctor_area a i.fa-arrow-circle-left {
		left: -450px;
	}
	.doctor_area a i.fa-arrow-circle-right {
		right: -43px;
}}

@media (max-width: 1289px) {
	.doctor_area a i.fa-arrow-circle-left,.doctor_area i.fa-arrow-circle-right {
		display: none;
}}

.photo_info {
	display: block;
	width: 100%;
	height: auto;
	margin-top: 10px;
	text-align: center;
	color: #7f7f7f;
}

/*COMMON CAROUSEL*/
.carousel_circle,
.team_slick_dot {
	float: left;
	width: 100%;
	margin: 5px 0 10px 10px;
}

@media (max-width:767px) {
	.carousel_circle
	.team_slick_dot {
		text-align: center;
}}

.carousel_circle span,
.team_slick_dot ul li {
	display: inline-block;
	width: 13px;
	height: 8px;
	margin: 0 6px;
	background: #d5b287;
}

.carousel_circle span:hover,
.carousel_circle span.active,
.team_slick_dot ul li:hover,
.team_slick_dot ul li.slick-active {
	background: #578687;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}


.slick-dots{
	text-align:left;
	width:95%;
}
@media (max-width:767px) {
	.slick-dots{
		text-align:center;
	}
}

.slick-dots li button:before{
	content:'';
}

.slick-dotted.slick-slider{
	margin-bottom:0px;
}


/*----------------------------------------------------------------------------------PAGE*/

/*banner標題*/
.page_banner h2 {
	margin: 0;
	padding: 65px 15px 55px;
	font-size: 2em;
	color: #FFF;
	line-height: 160%;
	text-align: right;
	font-weight: 600;
	letter-spacing: 1px;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.page_banner span {
	margin: 0;
	padding: 0;
	font-size: 0.5em;
	font-family: 'Ubuntu';
}

@media (max-width:767px) {
	.page_banner {
		background-size: auto 100%;
	}

	.page_banner h2 {
		padding: 40px 5px 35px;
		font-weight: 500;
		font-size: 1.3em;
}}


/* 內頁BANNER */
.page_banner{
	height: 10%;
	width: 100%;
    position: relative;
}

.page_banner_txt{
	width: 17%;
    top: 35%;
    position: absolute;
    left: 20%;
}

/*路徑*/
#pathway {
	font-size: 1.1em;
	text-align:right;
	line-height: 180%;
	position: absolute;
	bottom: 0;
	right: 15px;
}

@media (max-width: 767px) {
#pathway {
	margin-top: 0px;
}}
	
#pathway span {
	color: #181818;
	font-weight: 400;
}
#pathway i {
	padding: 0 5px;
}
#pathway a {
	color: #181818;
}
#pathway a:hover {
	color: #333;
}

@media (max-width:767px) {
	#pathway {
		padding: 10px 5px;
}}

/*BG*/
.bg_white {
	background: #fff;
	box-shadow: 0px 0 10px rgba(0, 0, 0, 0.2);
}


/*換頁*/
.pagination {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 15px;
	margin-bottom: 30px;
}

.pagination>li>a,.pagination>li>span {
	border-color: transparent;
	background-color: transparent;
	color: #8e8e8e;
	border: #8e8e8e 1px solid;
	padding: 10px 15px;
}

.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus,.pagination li a:hover {
	background-color: #578687;
	color: #FFF;
}

.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus {
	color: #FFF;
	background-color: #578687;
}

.line_button {
	width: 100%;
	text-align: center;
	display: inline-block;
	margin: 0 auto;
}

.line_button a {
	display: inline-block;
	background: #578687;
	padding: 8px 25px;
	margin: 0 5px 10px;
	font-size: 1.1em;
	color: #fff !important;
}

.line_button a i {
	padding-right: 10px;
}

.line_button a i.fa-angle-right {
	padding-right: 0;
	padding-left: 10px;
}

.line_button a:hover,.title_box .title a:hover {
	color: #FFF !important;
	background: #9d9283;
}



/*網頁編輯內容*/
.page_content {
	float: left;
	width: 100%;
	height: auto;
}

.page_content .box h3{
	color: #578687;
	font-size: 1.5em;
	font-weight: 500;
} 

.page_content .box h3 img{
	width: 50px;
	margin-right: 10px;
} 

.page_content .box h4{
	color: #578687;
	font-size: 1.3em;
	font-weight: 500;
	margin-bottom: 7px;
	margin-top: 20px;
} 

.page_content .box p{
	color: #181818;
	font-size: 1.1em;
	margin-bottom: 20px;
	line-height: 200%;
} 

.page_content a {
	color: #ffca8a;
	font-weight: 400;
}

.page_content a:hover {
	color: #9d9283;
}


/* ADDTHIS */
.addthis {
	float: right;
	text-align: right;
	height: 30px;
	margin-top: 10px;
	margin-bottom: 20px;
}

@media (max-width:767px) {
	.addthis {
		margin-bottom: 15px;
}}


/*TABLE*/
/* .page_content_table {
	border: 0;
	font-size: 1.15em;
}

.page_content_table th {
	font-weight: 500 !important;
	text-align: left;
	border-top: 1px #FFF solid !important;
	border-bottom: 1px #FFF solid;
	padding: 13px 15px !important;
	background: #ffefe3;
	color: #333;
	line-height: 180%;
}

.page_content_table td {
	border-bottom: 1px #FFF solid;
	padding: 13px 15px !important;
	color: #666;
	vertical-align: middle !important;
	line-height: 180%;
}

.page_content_table tr:hover {
	background: #fff9e3;
}

.page_content_table a {
	color: #555;
}

.page_content_table a i {
	color: #333;
	padding-right: 10px;
}

.page_content_table a:hover {
	color: #ff7612;
}

.page_content_table.list_style {
	margin-bottom: 30px;
}

.page_content_table.list_style th,.page_content_table.list_style td {
	text-align: center;
	font-weight: 400;
	padding: 7px 15px !important;
}

.page_content_table.list_style.download_style td {
	text-align: left;
}

.page_content_table.list_style td {
	border-bottom: 1px #DDD solid;
}

@media (max-width:767px) {
	.page_content_table {
		font-size: 1.1em;
	}

	.page_content_table th {
		padding: 10px;
	}

	.page_content_table td {
		padding: 10px;
	}

.page_content_table.list_style th,.page_content_table.list_style td {
		padding: 7px 10px !important;
}}  */


/*左邊選單*/
.panel-default {
	border: 0;
	box-shadow: none !important;
}

.panel-body {
	font-size: 1.1em;
	padding: 10px 0 15px;
}

@media (max-width:991px) {
	.panel-body {
		font-size: 1em;
}}

.nav-pills>li>a {
	color: #333;
}

.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus {
	background-color: #ff7612;
	color: #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.nav>li>a:hover,.nav>li>a:focus {
	text-decoration: none;
	background-color: #ff7612;
	color: #fff;
	border-radius: 0;
}

.dropdown-menu-tree {
	background: #FFF;
	padding: 5px 0 10px 15px;
}

.dropdown-menu-tree a {
	color: #777 !important;
}

.dropdown-menu-tree ul {
	list-style-type: none;
}

.dropdown-menu-tree li {
	list-style-type: none;
	padding: 5px 10px 5px 17px;
}

.dropdown-menu-tree li.active {
	background: url(../images/icon_leftmenu.png) left top no-repeat;
}

.dropdown-menu-tree li.active a,.dropdown-menu-tree li a:hover {
	color: #ff7612 !important;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.panel-default {
	border-color: #FFF;
}

.panel-default>.panel-heading {
	background-color: #e6e6e6;
}

.panel-default>.panel-heading i.fa-hospital {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 56px;
	height: 56px;
	text-align: center;
	line-height: 56px;
	font-size: 1.5em;
	background: #ffd7b9;
	color: #333;
}

.panel-default>.panel-heading .fa-caret-down {
	padding-left: 7px;
	color: #e6e6e6;
}

@media (max-width:767px) {
.panel-default>.panel-heading .fa-caret-down {
	color: #333;
}}

.left_area {
	padding: 0 20px 0 0;
}

.left_box {
	padding: 15px;
}

@media (max-width:767px) {
	.left_area {
		padding: 0;
}}

.panel-title {
	padding: 5px 0 5px 56px;
	font-size: 1.3em;
	text-align: left;
	color: #111;
	font-weight: 500;
}

.panel-group .panel-heading+.panel-collapse>.panel-body,.panel-group .panel-heading+.panel-collapse>.list-group {
	border-top: none;
}

.nav-pills>li {
	font-size: 1.1em;
	border-bottom: 1px #DDD solid;
}

.nav-stacked>li+li {
	margin-top: 0;
	margin-left: 0;
}

.nav-pills>li i {
	color: #FFF;
	padding-left: 10px;
}

.nav-pills>li:hover i,.nav-pills>li.active i {
	color: #fff;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}


/* MORE按鈕 */
.more a{
	color: #578687;
	float:right;
	display: block;
	width: 80px;
	padding: 5px 0;
	background-color: #ffffff;
	margin-right: -15px;
	font-weight: 400;
	
}

.more{
	margin-top: 25px;
}

.more a:hover ,.btn_more a:hover{
	background-color: #d5b287;
    color: #fff;
	-webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    text-decoration: none;
}

.btn_more a{
	font-size: 1.2em;
	color: #ffffff;
	float:right;
	display: block;
	width: 80px;
	padding: 5px 0;
	background-color: #578687;
	margin-right: -15px;
	font-weight: 400;
	text-align: center;
}


/* NAV */
/* .site-main{ padding-top:90px;}
.header_bar{
	height:40px;
	line-height:40px;
	color: #FFF;}
.header_bar a{
	color:#FFF;}
.header_bar a:hover{
	color:#ff8a2b;}

@media (max-width:767px){
.site-navbar{ height:50px;}
.site-main{ padding-top:0px;}
.navbar-brand{ padding-left:0;}
.navbar-brand img{ margin-top:-3px; max-height:28px;}
.navbar-toggle{
	position:absolute;
	top:-8px;
	right:0px;}
button.navbar-toggle{
	color:#410908;
	padding:16px 15px 15px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border-left:1px rgba(0,0,0,0.1) solid;}
.site-navbar .container{
	background:#410908 url(../images/bg_header_m.jpg) repeat-x;}
.navbar-nav{
	padding-bottom:10px;}
.nav > li > a {
	color:#FFF;
	font-size:1.2em;
	border-bottom:1px rgba(255, 255, 255, 0.18) solid;}
.nav > li > a i{
	color:#410908;
	padding-right:10px;}
.nav > li > a:hover, .nav > li > a:focus, .nav > li.active > a {
    text-decoration: none;
	color:#ff8a2b;
    background-color: transparent;}
.nav > li > a:hover i, .nav > li > a:focus i, .nav > li.active > a i {
	color:#ff8a2b;}}
@media (min-width: 768px){
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left:auto;}}
 */
	
@media (min-width:768px){
.logo {
	position:relative;}
.logo div{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	text-align:center;}
.menu {
	float:left;
	width:100%;
	margin:0;}
.menu{
	margin-top:35px;}	
.menu > a {
	line-height: 1;
	font-weight:400;
	padding:15px 20px;
    color: #181818;
	font-size:1.27em;}
.menu > a:hover, .menu a.active, .menu > a:focus {
	color:#578687;
	background-color:transparent;}}
@media (min-width: 992px) and (max-width: 1199px) {
.menu > a {
	padding:15px 10px;}}
@media (min-width: 768px) and (max-width: 991px) {
.menu{
	margin-top:25px;}
.menu > a {
	padding:15px 5px;
	font-size:1.1em;}}

	
@media (min-width:991px){
.logo {
	position:relative;}
.logo div{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	text-align:center;}
.menu {
	float:left;
	width:100%;
	margin:0;}
.menu{
	margin-top:35px;}	
.menu > a {
	line-height: 3;
	font-weight:400;
	padding:15px 20px;
	color: #181818;
	font-size:1.27em;}
.menu > a:hover, .menu a.active, .menu > a:focus {
	color:#578687;
	background-color:transparent;}}

@media (min-width: 992px) and (max-width: 1199px) {
.menu > a {
	padding:15px 10px;}}

@media (min-width: 768px) and (max-width: 991px) {
.menu{
	margin-top:25px;}
.menu > a {
	padding:15px 5px;
	font-size:1.1em;}}

	@media (min-width:1201px){
		.logo {
			position:relative;}
		.logo div{
			position:absolute;
			top:0;
			left:0;
			width:100%;
			text-align:center;}
		.menu {
			float:left;
			width:100%;
			margin:0;}
		.menu{
			margin-top:35px;}	
		.menu > a {
			line-height: 4;
			font-weight:400;
			padding:15px 20px;
			color: #181818;
			font-size:1.27em;}
		.menu > a:hover, .menu a.active, .menu > a:focus {
			color:#578687;
			background-color:transparent;}}

		@media (min-width: 992px) and (max-width: 1199px) {
		.menu > a {
			padding:15px 10px;}}

		@media (min-width: 768px) and (max-width: 991px) {
		.menu{
			margin-top:25px;}
		.menu > a {
			padding:15px 5px;
	font-size:1.1em;}}	

@media (min-width:768px){
.menu2 {
	float:left;
	width:100%;
	margin:0;}
.menu2{
	margin-top:35px;}	
.menu2 > a {
	line-height: 1;
	font-weight:400;
	padding:15px 20px;
	color: #181818;
	font-size:1.27em;}
.menu2 > a:hover, .menu2 a.active, .menu2 > a:focus {
	color:#578687;
	background-color:transparent;}}

@media (min-width: 992px) and (max-width: 1199px) {
.menu2 > a {
	padding:15px 10px;}}

@media (min-width: 768px) and (max-width: 991px) {
.menu2{
	margin-top:25px;}
.menu2 > a {
	padding:15px 5px;
	font-size:1.1em;}}

.logo img {
	max-height: 200px;
    margin: -79px 0 0 0px;
}


@media (max-width: 1200px) {
.logo img {
	max-height: 170px;
	margin: -67px 0 -1px -4px;
}}

@media (max-width: 991px) {
.logo img {
	max-height: 108px;
	margin: -45px 0 0px 6px;
}}

.logo2 img {
	width: 134px;
    margin: 25px 0px 0px 11px;
}

@media (max-width: 1200px) {
.logo2 img {
	width: 134px;
margin: 20px 0 -1px -7px;
}}

@media (max-width: 991px) {
.logo2 img {
	max-width: 105px;
	margin: 20px 0 0px -7px;
}}


.bg_white {
    background: #fff;
    box-shadow: 0px 0 10px rgb(0 0 0 / 20%);
	padding: 50px 45px 70px;
    border-top: 7px #578687 solid;
}

 @media (max-width: 767px) {
.bg_white {
	padding: 25px 15px 60px;
}}

.bg_white .box .date{
	font-family: Alata;
	color: #8e8e8e;
	margin-bottom: 0px;
}



/* PAGE BASIC */
.title_box{
	margin-bottom: 40px;
}

.page_title{
	border-left: 5px solid #578687;
	position: relative;
}

.page_title h1{
	padding-left: 12px;
	font-size: 1.7em;
	line-height: 1.35;
	color: #578687;
	letter-spacing: 1.2px;
	margin: 0;
}

.page_title span{
	color: #757575;
	padding-left: 14px;
	font-size: 1.1em;
	font-family: Alata;
	letter-spacing: 1px;
}

.service_line{
	width: 100%;
}

.addthis{
	text-align: right;
	margin-top: -10px;
}

.black_txt{
	color: #181818 !important; 
}

.eng_txt{
	font-family: Alata;
	font-weight: 300;
}

.box ol li{
	font-size: 1.2em;
    margin-bottom: 15px;
	color: #181818;
}

.knowledge_area{
	margin-top: 10px ;
}

.knowledge_one {
	margin: 20px 0;
}

.case_tag{
	display: inline-block;
	color: #578687;
	font-size: 1em;
	padding: 3px 10px;
	border:1px #578687 solid;
	border-radius: 20px;
	margin-bottom: 30px;
	margin-top: 5px;
}

.gray_txt{
	color: #757575;
	font-size: 1.1em;
	margin-bottom: 5px;
}

/*CONTACT*/
.contact_form{
	padding: 0 !important;}
.contact_form .col-xs-12{
	margin-bottom: 25px;}
.contact_form h4{
	font-size: 1.2em;
	color: #333;
	padding-left: 10px;
	margin: 25px 6px;
	border-left: 5px #333 solid;}
.contact_form.apply_style{
	margin-top: -10px;
	margin-bottom: 15px;}
@media (min-width:768px){
.contact_form.apply_style .col-xs-12{
	margin-bottom: 15px;}
.contact_form label {
	margin-bottom: 0;}}

@media (max-width:767px){
.contact_form .col-xs-12{
	margin-bottom: 15px;
	padding: 0;}}
.contact_form label {
    display: inline-block;
    font-size: 1em;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #555;
    margin-bottom: 10px;
    cursor: pointer;}
.contact_form form label {
	margin-left: 5px;
	font-size: 1.1em;}
.contact_form form label small {
	color: #f35000;
	font-family:'Noto Sans TC', 'Microsoft JhengHei';}
.contact_form span {
	line-height: 180%;
	font-size: 1.1em;}
.contact_form p {
	line-height: 180%;
	font-size: 1.15em;}
.contact_form p i{
	display: inline-block;
	width: 35px;
	text-align: center;}
.sm-form-control{
    display: block;
    width: 100%;
    height: auto;
    padding: 8px 14px;
    font-size: 1.1em;
    line-height: 1.42857143;
    color: #888;
    background-color: #fff;
    background-image: none;
    border: 2px solid #ddd;
    -webkit-transition: border-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s;
	transition: border-color ease-in-out .15s;}
	
.quick_search input.form-control::placeholder,
.all_search input.form-control::placeholder,
.list_search input.form-control::placeholder{
	color: #fff;}

.sm-form-control:focus {
    border-color: #f5cd7c;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;}
.contact_form button{
	min-height:39px;
	height:auto;
	font-size:1.1em;
	margin-top: 5px;
	padding: 8px 25px;
    box-shadow: none;
	color: #fff;}
.contact_form button:hover, .contact_form button:focus{
	color: #FFF !important;
	background: #f5cd7c;
	-webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;}
.contact_form button[disabled], html .contact_form input[disabled] {
    cursor: default;
    background: #EEE;}
.contact_form p.memo{
	font-size:1.05em;
	margin:0;
	padding-top:10px;}

/* TEAM */
@media (min-width: 768px) {
	.doctor_page.bg_box{
		background: url(../images/page_bg_doctor.png) top center repeat;
		background-size: 100%;
	}}
	
	.doctor_box{
		margin-bottom: 80px;
	}
	
.team_area{
		background: #fff;
		padding: 25px 30px;
}

.doctor_page .skill{
	font-weight: 500;
	margin: 0;
	padding: 10px 0 0 0;
    font-size: 1.3em;
    color: #578687;
    letter-spacing: 2px;
}

@media (max-width: 767px) {
.team_area{
	width: 100%;
	background: #fff;
	padding: 20px 20px;
}
.doctor_box .txt{
	padding: 0;
}
.doctor_box .pic{
	padding: 0;
}}

.doctor_line{
	border-bottom: #578687 1px solid;
	margin: 30px 0;
	width: 100%;
}

.team_area h4{
	font-size: 2em;
    color: #181818;
    font-weight: 600;
    letter-spacing: 3px;
}

.team_area h4 span{
	font-size: 0.6em;
	font-weight: 400;
}

.sub_title{
    font-size: 1.3em;
    color: #578687;
    letter-spacing: 2px;
    font-weight: 200;
}

.team_area p{
	margin-bottom: 20px;
    line-height: 200%;
    font-size: 1.15em;
    color: #181818;
    letter-spacing: 2px;
    font-weight: 100;
}



.qrcode_txt .fa-youtube{
	color: #FF0000;
	font-size: 1.5em;
	background: url(../images/icon_white.png);
	border-radius: 100%;
	height: 15px;
}

.qrcode_txt .fa-line{
	color: #00B900;
	font-size: 1.6em;
	background: url(../images/icon_white.png);
	border-radius: 70%;
	height: 15px;
}

.qrcode_txt a{
	font-size: 1.3em;
}

#social-line{
	opacity:0.8;
	position: fixed !important;
	right: 20px;
	bottom: 120px;
	height: 42px;
	background: #fff;
	border-radius: 10px;
	text-align:center;
	position:absolute;
	top:expression(documentElement.scrollTop+documentElement.clientHeight-this.clientHeight-4);
	z-index: 2000;
}
#social-line i{
	font-size: 3.5em;
	color: #00b300;
    line-height: 42px;}

#social-line:hover{
	opacity: 1;}

@media (max-width:991px){
#social-line{
	bottom: 110px;
}}
