﻿@charset "utf-8";
/* CSS Document */
/*輪播和快速選單*/

 .slide_area .slide_img .owl-pagination{
    position: relative;
    margin-top: -40px;
}
@media screen and (max-width: 991px){
.slide_area .slide_img .owl-pagination{
    position: relative;
    margin-top: -40px;
    display: none;
}
}
 .slide_area .slide_img .owl-controls .owl-pagination .owl-page span{
    width: 11px;
    height: 11px;
    margin: 3px;
    border-radius: 50%;
}
 .slide_area .slide_img .owl-controls .owl-pagination .active span{
	background: #41c6ff;
}

@media screen and (min-width: 992px) and (max-width: 1280px){
.slide_area .slide_img .owl-pagination{
    position: relative;
    margin-top: -80px;
}
}

@media screen and (min-width: 1281px) and (max-width: 1399px) {
 .slide_area .slide_img .owl-pagination{
    position: relative;
   /* margin-top: -180px;*/
}
}

@media screen and (min-width: 1400px) and (max-width: 1441px){
 .slide_area .slide_img .owl-pagination{
    position: relative;
    margin-top: -120px;
}
}
@media screen and (min-width: 1442px) and (max-width: 1600px){
 .slide_area .slide_img .owl-pagination{
    position: relative;
    /*margin-top: -180px;*/
}
}

@media screen and (min-width: 1601px) and (max-width: 1679px){
 .slide_area .slide_img .owl-pagination{
    position: relative;
    margin-top: -90px;
}
}


.news1_block{
	padding:10px 15px;
}
.news1_block .col-md-8 {
	padding-left:0px;
}
.footer
{
	height:auto;
}

/*體系介紹*/


/*END 最新消息、跑馬燈、體系介紹*/

/*特色醫療中心*/



.footer
{
	
	background-color: #fff869;


}
#medical_center .item {
  width: 100%;
  display: block;
}
#footer .section-title p,
#embox .section-title p,
#doctortalk .section-title p,
#medical_center .section-title p{
	font-size: 28px;
    font-weight: bold;
   
	margin-bottom: 30px;
    margin-top: 3px;
}

#medical_center .section-title p
	{
		/* margin-top:50px;*/
	}
	.modal-body
	{
		overflow:hidden;
	}
#embox .section-title p,
#medical_center .section-title p{
	 color: rgba(12, 143, 161, 1);
}
#doctortalk .section-title 
{
	margin-bottom: 50px;
	margin-top:100px;
	
}
#doctortalk .section-title h1
{
	font-size:45px;
	color:#01a9e8;
}
#doctortalk .section-title p
{
	font-size:22px;
}
#medical_center .medical_center-thumb {
  background: #ffffff;
  border-radius: 4px;
  padding: 100px;
  position: relative;
}
#medical_center .medical_center-img img {

  border: 8px solid #ffffff;
  position: absolute;
  left: -120px;
  bottom: -325px;
  padding: 12px;
}

#medical_center .team-thumb {
  width: 100%;
 /* height: 400px;*/
 height: 250px;
  margin: 32px 0 15px 0;
  text-align: center;
 
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
   /* box-shadow: 0px 0px 14px 0px rgba(36, 36, 36, 0.16);
    -webkit-box-shadow: 0px 0px 14px 0px rgba(36, 36, 36, 0.16);
    -moz-box-shadow: 0px 0px 14px 0px rgba(36, 36, 36, 0.16);
    -o-box-shadow: 0px 0px 14px 0px rgba(36, 36, 36, 0.16);*/
}


#medical_center .team-thumb .image-holder {
  position: relative;
  top: 15px;
  display: inline-block;
  /*margin-bottom: 40px;*/
  padding: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#medical_center .team-thumb .image-holder img {
	    width: 100%;
       /*width: 245px;*/
	
	border-radius:5%;
	background-color:white;
}


#medical_center .team-thumb .heading {
  position: relative;
  top: 15px;
  -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
color: rgb(105, 105, 105);
}

#medical_center .team-thumb:hover {
  /*background: rgb(012,143,161);*/
}

#medical_center .team-thumb:hover .image-holder {
  top: -40px;
  margin-bottom: 0px;
}

#medical_center .team-thumb:hover .heading {
  top: -45px;
  color:#000000;
}

#medical_center .team-thumb .description {
  font-size: 18px;
  width: 80%;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  position: relative;
  top: -50px;
}

#medical_center .team-thumb:hover .description {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

#medical_center .team-thumb:hover p.description {
  color: #ffffff;
  top: -40px;
}
#medical_center .team-thumb .description a {
	color: #fff;
    background-color: #efb615;
    border-color: #eea236;
    border: 1px solid transparent;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 1.42857;
    border-radius: 4px;
	cursor: pointer; 
}
#medical_center .team-thumb .description a:hover {
        background-color: #52b7ff;
    border-color: #ade6f0;
    text-decoration: none;
}

#imgowl .owl-theme .owl-controls{
	margin-bottom: 20px;
}
#imgowl .owl-theme .owl-controls .owl-buttons div{
    text-align: center;
    color: black;
    font-size: 20px;
    border: 0px;
    position: absolute;
    margin-top: -8px;
    border-radius: 0;
     transition: all 170ms linear;
	
}
#imgowl .owl-theme .owl-controls .owl-buttons div:hover{
	opacity: 1;
}
#imgowl .owl-theme .owl-controls .owl-buttons .owl-prev{

	left: -5px;
    background-image: url(../img/prev.png);
    background-repeat: no-repeat;
    background-position: left center;
	background-size: contain;
	width:50px;
    height: 50px;
	top: 55%;
}
#imgowl .owl-theme .owl-controls .owl-buttons .owl-next{

    right: -5px;
    background-image: url(../img/prev2.png);
    background-repeat: no-repeat;
    background-position: right center;
	background-size: contain;
	width:50px;
    height: 50px;
	top: 55%;
}


@media screen and (max-width: 500px) {

#medical_center .team-thumb .image-holder img {
   /* display: none;*/
   
}
#medical_center .team-thumb .heading{
     /*width: 1em;*/
    margin: 0 auto;
    line-height: 1em;
}

#medical_center .team-thumb:hover .heading {
  top: 15px;
  display:none;
  color:#FFFFFF;
}
#medical_center .team-thumb .description a{
  color: #fff;
    background-color: #efb615;
    border-color: #eea236;
    border: 1px solid transparent;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 1.42857;
    border-radius: 4px;
    cursor: pointer;

}
#medical_center .team-thumb .heading{
    top: 10px;
}
}
/*END 特色醫療中心*/

/*媒體新聞和影音專區*/
.news2_block_bg{
	background-image: url(../_img/bg.png);
    background-color: rgb(123, 207, 210);
}
.news2_block{
	padding:10px 15px;
	padding-bottom:20px;
}
.news2_block .news2_block_title{
	font-size: 28px;
    font-weight: bold;
    color:white;
    margin-bottom: 0px;
    margin-top: 3px;
}
@media screen and (max-width:640px){
	#medical_center
	{
		
    min-height: 587px;
	}
	#medical_center .team-thumb 
	{
		height:200px;
		margin:0;
	}
}
@media screen and (max-width:320px){
	#medical_center
	{
		
    min-height: 587px;
	}
	#medical_center .team-thumb 
	{
		height:auto;
	}
	#medical_center .team-thumb
	{
		margin:0;
	}
}
@media screen and (max-width: 991px) {
.news2_block .news2_block_title{
	padding-left:5px;
}
}
.news2_block .news2_block_title a{
    position: absolute;
    right: 5px;
    margin-top: 19px;
    z-index: 10;
    color: #fdff00;
    font-size: 16px;
	font-weight:100;
	transition: all 170ms linear;
}
.news2_block .news2_block_title a:hover{
    text-decoration: none;
    color:#ff7100;
}
.news2_block .news2_block1{
	padding-left:0px;
}
@media screen and (max-width: 991px) {
.news2_block .news2_block1{
	padding:0px;
}
}
.news2_block .news2_block_news{
	background-color:white;
    border-radius: 10px;
word-break: break-all;
}
.news2_block .news2_block_news ul{
    list-style-type: none;
    padding: 9px 20px;
}
.news2_block .news2_block_news ul li{
	border-top: 1px solid rgb(204,204,204);
    padding-top: 10px;
    padding-bottom: 10px;
    display: table;
    height: 90px;
    width: 100%;
}
.news2_block .news2_block_news ul .newsli0{
	border-top: 0px;
}
.news2_block .news2_block_news ul li img{
	width: 90px;
	height:67px;
    float: left;
    position: absolute;
}

.news2_block .news2_block_news ul li div .news_title{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 21px;
    height: 21px;
	margin:0px;
}
.news2_block .news2_block_news ul li div .news_title a{
	color: black;
}
.news2_block .news2_block_news ul li div .news_text{
	color: rgb(136,136,136);
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 20px;
    height: 40px;
    margin: 0;
    margin-top: 5px;
}
.news2_block .news2_block_news ul li div .news_text font{
	margin-right: 10px;
}
.news2_block .news2_block_news ul #news_more{
	position: absolute;
    right: 15px;
    margin-top: -40px;
    z-index: 10;
    color:#feff00;
	transition: all 170ms linear;
}
.news2_block .news2_block_news ul #news_more:hover{
	text-decoration:none;
    color: #ff7100;
}
@media screen and (max-width: 991px) {
.news2_block .news2_block_news ul #news_more{
    right: 5px;
}
}
/*影音專區*/
#movie1{ background-color:rgb(252, 234, 85);}
.news2_block .news2_block2{
	padding-right:0px;
}
@media screen and (max-width: 991px) {
.news2_block .news2_block2{
	padding:0px;
}
}
.news2_block .news2_block_movie{
	background-color: white;
    padding: 20px;
	border-radius:10px;
}
.news2_block .news2_block_movie iframe{
	display:block;
	height:283px;
    width: 100%;s
}
.news2_block .news2_block_movie>div
{
	background-image: url(../_img/bg_slash.jpg);
	padding:10px;
}
.news2_block .news2_block_movie .news2_block_moviebtn
{
	display: inline-block;
    background-color:rgb(079,179,181);
    width: 35px;
    height: 35px;
    line-height: 34px;
    color: #000;
    text-align: center;
	border:0px;
    margin-right: 7px;
	float:left;
	transition: all 170ms linear;
}
.news2_block .news2_block_movie .news2_block_moviebtn:hover
{
    background-color:rgb(252,234,085);
}
.news2_block .news2_block_movie p
{
	margin:0px;
	margin-left:10px;
	display: block;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
    line-height: 35px;
    height: 35px;
}

.slide_area .slide_img img{
	width:100%;
	height:auto;
}
















