html, body {
	font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
	overflow-x: hidden;
}
@media (min-width: 1200px) {
.container {
	width: 1200px;
}
}
.tmargin {
	margin-top: 20px;
}
.bmargin {
	margin-bottom: 30px;
}
.bgmargin {
	margin-bottom: 60px;
}
.adbg {
	width: 100%;
	height: auto;
	background-color: #fcf8eb;
	padding: 50px 0;
}
.adbg img {
	width: 100%;
	height: auto;
}
a {
	color: #636363;
	text-decoration: none;
}
a:hover, a:focus {
	color: #fb8510;
	text-decoration: none;
}
.org {
	color: #db4814;
}
.yellowbg {
	background-color: #fdfbf5;
}
.graywbg {
	background-color: #fcfcfc;
}
/*-----------nav更改--------------*/
.navbar {
	border-radius: 0px;
	margin-bottom: 0px;
}
.rspace {
	margin-right: 50px;
	padding-right: 25px;
	padding-left: 25px;
}
.btn-warning {
	background-color: #ff5600;
	border: 1px solid #ff5600;
}

.navbar-brand {
    float: none; 
    padding: 0;
    margin: 0;
    height: auto;
}
.navbar-brand>img {
    display: block;
    text-align: center;
    margin:0 auto 10px;
}
@media (min-width: 768px){
.navbar-header {
    float: none;
}}
@media (max-width: 767px) {
.navbar-brand {
	margin-left: 0px;
}

}
.navbar-default {
	background-color: #fff;
	border-color: transparent;
}
 @media (min-width: 768px) {
.navbar-collapse {
	margin-top: 0px;
}
}
@media (max-width: 1024px) {
.navbar-collapse {
	margin-top: 0px !important;
}
}
@media (min-width: 992px) {
.navbar-collapse {
	margin-top: 64px;
}
}
.navbar-default .navbar-nav>li>a {
	color: #000;
	font-size: 16px;
	border-bottom: 4px solid #fff;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #f85800;
	background-color: #fff;
	border-bottom: 4px solid #f85800;
}
.navbar-toggle {
	margin-top: 40px;
}
/*-----------topbanner更改--------------*/
#carousel-id .item img {
	width: 100%;
	height: auto;
}
.carousel-control.left {
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
	background-repeat: repeat-x;
}
.carousel-control.right {
	right: 0;
	left: auto;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
	background-repeat: repeat-x;
}

/*------------------首頁內容動態區塊設定--------------------------*/

.orange span {
	font-size: 20px;
	color: #fc942e;
}
.orange span:hover {
	color: #db4916;
}
/* effect-7 css */
.port-7 {
	float: left;
	margin-bottom: 20px;
	width: 100%;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.port-7 .text-desc {
	opacity: 0;
	transition: 0.5s;
	color: #fff;
	background: #fb8510;
	display: block;
	overflow: hidden;
	height: 100%;
}
.port-7.effect-1 .image-box img {
	transition: 0.5s;
	position: relative;
	width: 100%;
	left: 0;
}
.port-7.effect-1:hover .image-box img {
	left: 70%;
}
.port-7.effect-1 .text-desc {
	transform: perspective(600px) rotateY(90deg);
	transform-origin: left center 0;
	display: block;
	width: 70%;
	position: absolute;
	left: 0;
	top: 0;
	padding: 10px;
}
.port-7.effect-1:hover .text-desc {
	opacity: 1;
	transform: perspective(600px) rotateY(0deg);
	z-index: 99;
}
/* effect-7 css end */

.text-desc {
	color: #fff;
	position: relative;
}
.title {
	font-size: 50px;
	margin: 10px 0 -10px 0;
}
.title span {
	font-size: 20px;
}
.mtitle {
	font-size: 20px;
	line-height: 45px;
	border-bottom: 1px solid #fff;
	margin: 0 20px 0 20px;
	margin-bottom: 10px;
}
.stitle {
	font-size: 14px;
	line-height: 1.8;
}
.text-desc img {
	margin-top: 10px;
}

/*------------------健康課程-------------------------*/
@media (max-width: 400px) {
	.mtitle {
		font-size: 16px;
	}
	.box h3 {
		margin: 0 55px 20px 55px !important;
	}
	.stitle {
		font-size: 13px;
	}
	.title {
		font-size: 30px;
	}
	.text-desc h3 a{
		font-size:18px;
	}
	.app {
		height: 80px!important;
		padding: 5px 25px 0 25px!important;
	}
	.box2-1 .thumbnail {
		height: 400px !important;
	}
	.box2-1 .text-desc {
		height: 398px !important;
	}
	.box2-1 .thumbnail .box {
		height: 378px !important;
		padding: 110px 20px 20px !important;
	}
	.box2-1 .thumbnail .box {
	}
	.box2-1 .app {
		padding: 5px 15px 0 15px!important;
	}
	.box2-1 .box h3 {
		font-size: 20px;
		margin: 0px 30px 20px 30px!important;
	}
	.label {
		white-space: normal!important;
		line-height: 2;
	}
	.panel-title {
		text-align: justify;
	}
}
.text-desc a, .text-desc a:hover {
	color: #fff!important;
}
#carousel-example-generic .thumbnail, .box2 .thumbnail {
	height: 465px;
	overflow: hidden;
	position: relative;
	padding: 0px;
	border: 1px solid #db4915;
	border-radius: 0px;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;
}
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
	border-color: #fb8510;
}
#carousel-example-generic .thumbnail>img, .box2 .thumbnail>img {
	margin-bottom: 18px;
}
.thumbnail >img {
	width: 100%;
	height: auto;
}
#carousel-example-generic .thumbnail .box, .box2 .thumbnail .box {
	display: block;
	margin: 10px;
	height: 443px;
	border: 1px solid #fff;
	cursor: pointer;
	padding: 150px 20px 20px;
	color: #FFF;
}
.thumbnail .text-desc {
	position: absolute;
	width: 100%;
	height: 463px;
	opacity: 0.8;
	top: -100%;
	transition: 0.5s;
	background-color: #fb8510;
}
.thumbnail.effect-2 .text-desc {
	top: auto;
	bottom: -100%;
}
.thumbnail.effect-2:hover .text-desc {
	bottom: 0;
}
.aph3 {
	font-size: 26px;
	color: #db4814;
}
.app {
	height: 60px;
	color: #7a603f;
	padding: 5px 35px 0 35px;
}
.apmoney {
	color: #ea5a02;
}
.b10 {
	padding-bottom: 10px;
}
.b20 {
	padding-bottom: 20px;
}
.box h3 {
	border-bottom: 1px solid #fff;
	margin: 0 80px 20px 80px;
	line-height: 35px;
	height: 35px;
}
.font15 {
	font-size: 15px;
}
/*-----------跑馬燈-----------*/
/*.marquee_img{
	margin-top:-33px;
}*/
.marquee_top {
	width: 99% !important;
	height: 35px;
	line-height: 57px;
	float: right;
}
.marquee {
	padding: 0 15px;
}
/*-----------news-----------*/
.news{margin: 20px auto 40px;}
#rwdnews_list ul{list-style: none;padding: 0;margin: 0 1%; border-bottom: 1px solid #ccc;width: 98%; float: none;}
@media (min-width: 1024px) {
	#rwdnews_list ul{list-style: none;padding: 0;margin: 0 1%; border-bottom: 1px solid #ccc;width: 48%; float: left;}
}
#rwdnews_list li{  }
.newscontent h4{color: #636363;
    text-decoration: none;line-height: 1.5;}
.newscontent span,.pic img{display: none;}
#NewsA_list ul {
	display: none;
}
#NewsA_list ul:nth-child(1), #NewsA_list ul:nth-child(2), #NewsA_list ul:nth-child(3) {
	display: block !important;
}
#news1 .thumbnail {
	position: relative;
	padding: 0px;
	border: none !important;
	border-radius: 0px;
}
#news1 .thumbnail img {
	width: 100%;
	height: auto;
}
#news1 .HeadLineMoveA {
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	color: #ff8925;
	font-weight: bold;
	margin-top: -5px;
}
#NewsA_list span {
	display: block;
	color: #a68536;
	padding-top: 10px;
}
#NewsA_list p {
	font-size: 13px;
	color: #606060;
}
/*-----------footer-----------*/
footer {
	min-height: 89px;
	padding: 35px 0;
	color: #fff;
	border-top: 1px solid #eeeeee;
	background-color: #ee7800;
}
footer ul {
	overflow: hidden;
	margin-left: -40px;
}
footer li {
	float: left;
	list-style: none;
}
footer a {
	display: inline;
	padding: 0 20px 0 0px;
	text-decoration: none;
	color: #fff;
	font-size: 13px;
}
footer a:hover {
	color: #fff;
	text-decoration: unline;
}
.font12 {
	font-size: 12px;
}
.img-responsive {
	width: 100%;
	height: auto;
}
/*-----------內頁--------------*/
.ctop {
	width: 100%;
	height: auto;
}
.cbox1 ul {
	background-color: #fff;
	color: transparent;
	margin-top: -20px;
}
.cbox1 ul li:last-child {
	display: none;
}
.cbox1 .nav>li>a {
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
	color: #525252;
	font-size: 16px;
	border-bottom: 1px solid #eeeeee;
}
.cbox1 .nav > li > a:hover, .cbox1 .nav > li > a:focus {
	text-decoration: none;
	background-color: #ff8328;
	color: #fff;
}
.cbox1 a:after {
	content: url(../images/menuarr.png);
	float: right;
}
.cbox1 a:hover:after {
	content: url(../images/menuarr_hover.png);
	float: right;
}
.video p {
	line-height: 38px;
	border-top: 5px solid #ff8328;
	font-size: 15px;
	color: #090909l;
	background-color: #fff;
	padding-left: 10px;
}
.breadcrumb {
	background-color: #fff;
	border: 1px solid #ff8328;
	border-radius: 0;
}
.box2 .row {
	margin-right: 0px !important;
	margin-left: 0px !important;
	background-color: #fff;
	padding: 20px;
}
/*--------------tab---------------*/
@media (max-width: 400px) {
.nav>li>a {
	padding: 10px 10px;
}
}
.tab-content {
	font-size: 15px;
	background-color: #fff;
	padding: 20px 30px;
	min-height: 550px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	border: 1px solid #ff8328;
	border-radius: 0px;
	border-bottom-color: transparent;
	background-color: #ff8328;
	color: #fff;
}
.nav-tabs > li > a:hover {
	border-color: #ff8328 #ff8328 #fff;
	background-color: #fff;
	border-radius: 0px;
}
.nav-tabs {
	border-bottom: 1px solid #ff8328;
}
.box3 table, .box3 .alltext {
	width: 100% !important;
	background-color: #fff;
}
.box3 .breadcrumb {
	padding: 0;
	margin: 15px 0 25px 0;
	background-color: transparent;
	border: 0;
	border-radius: 0;
}
.box3 h3 {
	margin: 10px 0 30px 0;
}
.breadcrumb .page-title {
	color: #000;
	font-weight: 100;
	margin: 5px 0;
	letter-spacing: 2px;
}
.box3 .breadcrumb>span+span:before {
	padding: 0 5px;
	color: #db4814;
	content: "/\00a0";
}
/*----------------最新消息--------------------*/
#LinkContainer {
	display: none;
}

.btn-default {
	background-color: #fa871a;
	color: #fff;
	border-color: #ff9c3e;
}
/*-----------------原本的--新聞頁面設定--------------------------*/
.rwdnews_list ul{list-style: none;padding: 0;margin: 0;}
.rwdnews_list li{}
.rwdnews_list .pic{display: none;}
.News_Title {
	background-color: #E0FFFF;
	padding: 5px;
	color: #4682B4;
	font-size: 18px;
}
.News_Category {
	background-color: #E0FFFF;
	padding: 5px;
	color: #4682B4;
	font-size: 18px;
}
.newslist {
	overflow: hidden;
}
.newslist img.news_pic {
	display: none;

}

.news_title {
	color: #333;
	line-height: 1.5;
	padding: 5px 0px;
	font-size: 17px;
}
.news_info {
	font-size: .9em;
	line-height: 1.8;
	color: #222;
	padding: 5px 0;
}
.news_date {
	color: #8c8c8c;
	display: none;
	padding-right: 30px;
}
.news_sort {
	color: #8c8c8c;
	display: none;
	padding-right: 30px;
}
.news_author {
	color: #8c8c8c;
	display: none;
	padding-right: 30px;
}
.news_more {
	float: right;
}
.type_icon {
	margin-right: 10px;
}
.NEWS_type {
	padding-bottom: 20px;
	margin-left: -30px;
}
.NEWS_type li {
	line-height: 2.0;
}
.NEWS_type .badge {
	background-color: #AFEEEE;
	font-size: 8px;
	margin-left: 8px;
}
.news_icon01 {
	margin-right: 8px;
}
.news_icon02 {
	margin-right: 8px;
}
.news_icon03 {
	margin-right: 8px;
}
@media (max-width: 767px) {
.newslist img.news_pic {
	width: 100%;
	float: left;
	padding: 1%;
}
.news {
	margin: 0 2px 40px;
}
}
.News_AD {
	border: 0;
}
.content_pic {
	padding: 5%;
}
.news_content {
	min-height: 350px;
	line-height: 1.5;
	font-size: 15px;
	background: #fff;
	padding: 20px;
	border: 1px solid #ccc;
	margin-bottom: 40px;
}
.news_content img{ width: 100%;margin-bottom: 10px; }
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	background-color: #ffbc7d;
	border-color: #ffbc7d;
}
.pagination>li>a, .pagination>li>span {
	color: #fa871a;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	z-index: 2;
	color: #fff;
	background-color: #fa871a;
	border-color: #ddd;
}

#main-container.container {
	
	margin-bottom: 20px;
	padding-top: 20px;
}
/*------------------線上預約-----------------*/
.freebirdFormviewerViewCenteredContent {
	width: 1200px !important;
}
/*------------------top-----------------*/

#gotop {
	display: none;
	position: fixed;
	right: 35px;	/*45*/
	bottom: 110px;   /*40*/
	padding: 10px 15px;
	font-size: 25px;
	background: #777;
	color: white;
	cursor: pointer;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#gotop:hover {
	background: #ff6600;
}
#gotop span {
	display: block;
	width: 60px !important;
	text-align: center;
	height: 60px;
	padding-top: 15px;
	border-radius: 50%;
	background-color: rgba(53, 53, 53, 0.8);

}
#gotop span:hover {
	opacity: 0.8;
}
.label {
	font-size: 16px;
	line-height: 2;
	background-color: #fff;
	color: #fa871a;
	padding: 0;
}

.arti-news h2{text-align: center; margin-bottom: 30px;margin-bottom: 20px;line-height: 1.5;font-size: 22px; /*font-weight: bold;*/
    letter-spacing: 4px;}
.arti-news h4{text-align: center; margin-bottom: 15px;line-height: 1.5;}
.arti-news p~p{font-size: 15px;line-height: 1.5;}
.arti-news span{text-align: left;font-size: 15px;line-height: 1.5;}
.footer_box{ border-top:1px solid #ccc;padding: 20px 0; }
.footer_AD{margin: auto;}
.footer_AD img{padding: 0 0 0 6px;}
.btn-info,.btn-info:hover{color: #fff;
    background-color: #5b5b5b;
    border-color: #5b5b5b;}
 .service_box{margin-bottom: 20px;}
 .newscontent p{word-wrap:break-word;}
 .profile_img{position: relative;margin-top: -10px;}
 .profile_img img{width: 100%; height: auto; }
 .profile_img h2{width: 230px;position: absolute;right: 15px; bottom: 20px; color:#fff; font-size: 30px;padding: 0;margin: 0;letter-spacing:2px; text-align:left; line-height: 36px; text-shadow: 0 0 15px rgba(0,0,0,.8);}


.navbar-header{padding: 0;}
 .navbar-header.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
 .navbar-header.animated {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.main-link{list-style: none;margin: 0;padding: 0;}
.main-link li{
	float: left;
	width: 25%;

	background: #636363;
}
.main-link li:last-child a{border-right: none;}
.main-link li a{
	display: block;
	
	color: #fff;
	/*text-indent: -9999px;*/
	width: 100%;
	line-height: 70px;
	
	text-decoration: none;border-right: 1px solid #444;
	text-align: center;
}

/*.main-link li:first-child a{
	
	background: url(../images/icon1.png)no-repeat ;
	background-position: center;
	background-size: 52px;
    margin: auto;
}
.main-link li:nth-child(2) a{
	background: url(../images/icon2.png)no-repeat;
    margin: auto;background-position: center;background-size: 52px;
    
}
.main-link li:nth-child(3) a{
	background: url(../images/icon3.png)no-repeat;
    margin: auto;background-position: center;background-size: 52px;}
.main-link li:last-child a{
	background: url(../images/icon4.png)no-repeat;
    margin: auto;background-position: center;background-size: 52px;
}*/

.main-link.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.main-link.animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay:0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/*.main-link img{box-shadow: 0 0 10px rgba(0,0,0,.8);}*/
#BANNER{margin-top: 30px;}