/* Add here all your css styles (customizations) */
body{
	font: 500 16px/1.6 "微軟正黑體", "Microsoft JhengHei", "微软雅黑","Microsoft YaHei", "黑體-繁","Heiti TC","文泉驛正黑", "WenQuanYi Zen Hei","Helvetica Neue", Helvetica, Arial, Lato, Verdana, "メイリオ", "맑은 고딕", sans-serif;
}
h1, h2, h3, h4, h5, h6, .navbar .navbar-nav{
	font-family:"微軟正黑體", "Microsoft JhengHei", "微软雅黑","Microsoft YaHei", "黑體-繁","Heiti TC","文泉驛正黑", "WenQuanYi Zen Hei","Helvetica Neue", Helvetica, Arial, Lato, Verdana, "メイリオ", "맑은 고딕", sans-serif;
}
h1{
    color: #e62e8b;
}
p{
	color:#898989;
	line-height: 2em;
	font-size: 1.2em;
	letter-spacing: 0.5px;
}
h3{
	font-size: 1.5em;
    color: #023894;
    margin: 0 0 20px;
}
.pv-0{
	padding-top: 0px!important;
	padding-bottom: 0px!important;
}
.pb-0{
	padding-bottom: 0px!important;
}
.pl-40{
	padding-left: 40px!important;
}
.pr-20{
	padding-right:20px!important;
}
.margin-right-10{
	margin-right: 10px!important;
}
.margin-left-10{
	margin-left: 10px!important;
}
.mb-100{
	margin-bottom: 100px!important;
}
.mb-60{
	margin-bottom: 60px!important;
}
.mb-50{
	margin-bottom: 50px!important;
}
.mb-40{
	margin-bottom: 40px!important;
}
.mb-30{
	margin-bottom: 30px!important;
}
.mb-20{
	margin-bottom: 20px!important;
}
.mt-30{
	margin-top:30px!important;
}
.mt-50{
	margin-top:50px!important;
}
.mb-0{
	margin-bottom: 0px!important;
}
.inline-block{
	display: inline-block!important;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img{
	margin: auto;
}
.mCSB_dragger_bar{
	display: none;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
.red{
	color:#e62e8b!important;
}
.bg-light-color{
	background-color: #eeefef!important;
}
@media (max-width:991px){
	p{
		color:#898989;
		line-height: 2em;
		font-size: 1em;
		letter-spacing: 0.5px;
	}
	h3{
		font-size: 1.2em;
	    color: #023894;
	    margin: 0 0 5px;
	}
	.margin-bottom-80{
		margin-bottom: 50px;
	}
}
/**================index==============================**/
.nm-btn-box{
    margin:auto;
    height: 85vh;
    display: -webkit-flex; /* Safari */
    -webkit-align-items: flex-end; /* Safari 7.0+ */
    display: flex;
    align-items: flex-end;
}
.nm-btn-box div{
	-webkit-flex: 1; /* Safari 6.1+ */
    flex: 1;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.nm-btn-box a.nm-d-btn:hover img{
	display: block;
	transform: scale(1.1) rotateZ(15deg);
    bottom: 10px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.nm-btn-box a.nm-p-btn:hover img{
	display: block;
	transform: scale(1.1) rotateZ(-15deg);
    bottom: 10px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.nm-blind{
	max-width:100vw; 
	height:10px;
	background-repeat:no-repeat;
	transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition-delay: initial;
    -webkit-transition-delay: initial;
}
#nm-blind{
	background-image:url(../img/bline.png); 
	background-position:center center;
}

@media (max-width: 992px){
	.nm-container{
		padding: 0px;
	}
	.row-eq-height {
	  display: -webkit-block;
	  display: -webkit-block;
	  display: -ms-block;
	  display:         block;
	}
}
@media (min-width: 768px){
	.container.nm-container {
	    width: 100%;
	}

}
@media (max-width: 575px) { 
	.nm-container.nm-btn-box div a img{
		max-width: 85%;
	}
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767px) { 
	.nm-container.nm-btn-box div a img{
		max-width: 150px;
	}
	.nm-container{
		max-width: 500px;
	}
 }

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px) {
	.nm-container.nm-btn-box div a img{
		min-width: 70%;
	}
	.container.nm-container{
		max-width: 680px;
	}
 }

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199px) { 
	.nm-container.nm-btn-box div a img{
		max-width: 100%;
	}
	.container.nm-container{
		max-width: 850px;
	}
	.nm-main-content{
		min-height: 865px;
	}
 }

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 
	.nm-container.nm-btn-box div a img{
		max-width: 100%;
	}
	.container.nm-container{
		max-width: 900px;
	}
	.container.nm-container-product{
		max-width: 1100px;
	}
}
/**================d_index==============================**/
/**header**/
.nm-header{
	height: 80px;
    box-sizing: border-box;
    padding: 15px 30px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #eeefef;
    z-index: 1000;
}
.header-v7 .navbar {
    margin-bottom: 0;
    background: #f9f6f6;
}
ul.nm-top-header{
	padding: 15px 30px;
	list-style: none;
}
ul.nm-top-header li{
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
}
ul.nm-top-header li a{
	color: #f4b4d0;
	font-size: 15px;
	letter-spacing: 0.5px;
}
ul.nm-top-header li span:after{
	content:"|";
	padding-left: 5px;
	padding-right: 10px;
	color: #f4b4d0;
	text-decoration: none; 
}
ul.nm-top-header li:nth-last-child(2) span:after{
	content:"";
}
ul.nm-top-header li.active a{
	color: #e4007f;
}
ul.nm-top-header li a:hover{
	color: black;
}
ul.nm-top-header li a:active{
	color: #00afec;
}
.header-v7 .navbar-default .navbar-nav > li > a, .header-v7 .navbar-default .navbar-nav > li > a:hover, .header-v7 .navbar-default .navbar-nav > li.active > a {
    color: #fff !important;
    font-family: "微軟正黑體";
    text-align: center;
    margin: 15px 0;
    font-size: 16px;
    text-transform: none;
    background-repeat: no-repeat;
    background-position: bottom center;
    transition:all 0.3s ease-in-out;
}
/*
.header-v7 .navbar-default .navbar-nav > li > a:hover, .header-v7 .navbar-default .navbar-nav > li.active > a, .header-v7 .navbar-default .navbar-nav > li.active > a:hover {
    color: #fff !important;
    font-family: "微軟正黑體";
    text-align: center;
    margin: 15px 0;
    font-size: 16px;
    text-transform: none;
    background-image:url(../img/patient/p_navHover.png);
    background-repeat: no-repeat;
    background-position: center center;
    padding: 45px 0;
    transition:all 0.3s ease-in-out;
}
*/
.header-v7 .navbar-default .navbar-nav > li > a:after {
    display: none;
}
.header-v7 .navbar-default .navbar-nav > li.active > a:after, .header-v7 .navbar-default .navbar-nav > li > a:hover:after, .header-v7 .navbar-default .navbar-nav > li > a:hover:after {
    top: 8px;
    right: 0px;
    color: #fff;
    font-size: 40px;
    content: "\f0d9";
    position: absolute;
    font-weight: normal;
    display: none;
    font-family: FontAwesome;
}
@media (min-width: 768px){
	.header-v7 .logo img {
		display: none;
	}
}
@media (max-width: 575px) {
	.header-v7 .menu-container {
	    padding: 15px 15px;
	}
	ul.nm-top-header.nm-top-xs-header{
		padding: 15px 0px;
		margin-bottom: 0px;
		float: right;
		margin-top: 2px;
	}
	.header-v7 .navbar-toggle{
		margin-left: 5px;
	}
	.nm-header{
		padding: 0px;
	}
	.header-v7 .navbar-collapse {
	    padding: 0;
	    background:#e62e8b;
	    box-shadow: 5px 0px 10px rgba(3,46,60,0.3);
	    border-bottom: none;
	}
	.header-v7 .navbar-default .navbar-nav{
		padding: 0px;
	}
	.header-v7 .navbar-default .navbar-nav > li > a, .header-v7 .navbar-default .navbar-nav > li > a:hover, .header-v7 .navbar-default .navbar-nav > li.active > a {
	    color: #fff !important;
	    font-family: "微軟正黑體";
	    text-align: center;
	    margin: 10px 0;
	    font-size: 16px;
	    text-transform: none;
	    border:none;
	}
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767px) { 
	.header-v7 .menu-container {
	    padding: 15px 15px;
	}

	ul.nm-top-header.nm-top-xs-header{
		padding: 15px 0px;
		margin-bottom: 0px;
		float: right;
		margin-top: 2px;
	}
	.header-v7 .navbar-collapse {
	    padding: 0;
	    background:#e62e8b;
	    box-shadow: 5px 0px 10px rgba(3,46,60,0.3);
	    border-bottom: none;
	}
	.nm-header{
		padding: 0px;
	}
	.header-v7 .navbar-default .navbar-nav > li > a, .header-v7 .navbar-default .navbar-nav > li > a:hover, .header-v7 .navbar-default .navbar-nav > li.active > a {
	    color: #fff !important;
	    font-family: "微軟正黑體";
	    text-align: center;
	    margin: 10px 0;
	    font-size: 16px;
	    text-transform: none;
	    border:none;
	}

 }

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px) {
	.header-v7 .menu-container {
	    min-height: 80px;
	    padding: 0px;
	}
	ul.nm-top-header.nm-top-xs-header{
		display: none;
	}
	.header-v7 .navbar-default{
		border-right:none;
		background-color: #e62e8b;
		box-shadow: 5px 0px 10px rgba(3,46,60,0.3);
		max-width: 150px;
		transition:0.4s all ease-in-out;
		-webkit-transition:0.4s all ease-in-out;
	}
	.header-v7 .navbar-default:hover{
		max-width: 180px;
		transition:0.4s all ease-in-out;
		-webkit-transition:0.4s all ease-in-out;
	}
	.content-side-right {
	    margin-left: 150px;
	}
	.header-v7 .navbar-collapse{
		margin: 0px;
		padding-right:10px;
		padding-left:10px;
	}
	.header-v7 .navbar-default:hover .navbar-nav > li > a, .header-v7 .navbar-default:hover .navbar-nav > li > a:hover, .header-v7 .navbar-default:hover .navbar-nav > li.active > a {
		margin: 50px 0px;
		padding-right: 30px;
    	padding-left: 30px;
	}
	.ms-layers-template{
		margin-top: 80px;
	}
 }

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199px) { 
	.header-v7 .menu-container {
	    min-height: 80px;
	    padding: 0px;
	}
	ul.nm-top-header.nm-top-xs-header{
		display: none;
	}
	.header-v7 .navbar-default{
		border-right:none;
		background-color: #e62e8b;
		box-shadow: 5px 0px 10px rgba(3,46,60,0.3);
		max-width: 150px;
		transition:0.4s all ease-in-out;
		-webkit-transition:0.4s all ease-in-out;
	}
	.header-v7 .navbar-default:hover{
		max-width: 180px;
		transition:0.4s all ease-in-out;
		-webkit-transition:0.4s all ease-in-out;
	}
	.content-side-right {
	    margin-left: 150px;
	}
	.header-v7 .navbar-collapse{
		margin: 0px;
		padding-right:10px;
		padding-left:10px;
	}
	.header-v7 .navbar-default:hover .navbar-nav > li > a, .header-v7 .navbar-default:hover .navbar-nav > li > a:hover, .header-v7 .navbar-default:hover .navbar-nav > li.active > a {
		margin: 50px 0px;
		padding-right: 30px;
    	padding-left: 30px;
	}
	.ms-layers-template{
		margin-top: 80px;
	}
 }

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 
	.header-v7 .menu-container {
	    min-height: 80px;
	    padding: 0px;
	}
	ul.nm-top-header.nm-top-xs-header{
		display: none;
	}
	.header-v7 .navbar-default{
		border-right:none;
		background-color: #e62e8b;
		box-shadow: 5px 0px 10px rgba(3,46,60,0.3);
		max-width: 150px;
		transition:0.4s all ease-in-out;
		-webkit-transition:0.4s all ease-in-out;
	}
	.header-v7 .navbar-default:hover{
		/*max-width: 180px;*/
		transition:0.4s all ease-in-out;
		-webkit-transition:0.4s all ease-in-out;
	}
	.content-side-right {
	    margin-left: 150px;
	}
	.header-v7 .navbar-collapse{
		margin: 0px;
		padding-right:10px;
		padding-left:10px;
	}
	/*
	.header-v7 .navbar-default:hover .navbar-nav > li > a, .header-v7 .navbar-default:hover .navbar-nav > li > a:hover, .header-v7 .navbar-default:hover .navbar-nav > li.active > a {
		margin: 50px 0px;
		padding-right: 30px;
    	padding-left: 30px;
	}*/
	.ms-layers-template{
		margin-top: 80px;
	}
}
/***=================content==========================**/
h2.nm-p-title{
	font-size: 25px;
    color: #e62e8b;
    margin: 0 0 30px;
    text-align: left;
}
h2.nm-p-title small{
	color: #e62e8b;
}
p.nm-p-content{
	font-size: 16px;
    line-height: 29px;
    color: #023894;
    letter-spacing: 0.5px;
}
h2.title-v3-md {
    font-size: 25px;
    line-height: 24px;
    color: #e62e8b;
}
a h2.title-v3-md{
	color: #e62e8b;
}
a:hover{
	text-decoration: none;
}
a:hover h2.title-v3-md{
	color:#555;
}
.nm-bg-shadow{
	position: relative;
    box-shadow: 0 0 18px rgba(3,46,60,0.3);
    z-index: 98;
}
.nm-content-box img{
	margin: auto;
}
.owl-carousel-v1 .item {
    margin: 0 0px;
}
.owl-carousel-v1 .owl-navigation {
    text-align: center;
    margin-bottom: 20px;
}
.owl-work-v1 .item a:hover img {
    opacity: 0.8;
    transform: inherit;
}
.owl-work-v1 .item a span {
    display: block;
    padding: 10px;
    border-bottom: none;
}
.owl-work-v1 .item a span strong{
	color: #9fa0a0;
    font-size: 16px;
    line-height: 22px;
}
.owl-work-v1 .item a:hover span {
    display: block;
    padding: 10px;
    border-bottom: none;
}
img.nm-news-img{
	box-shadow: -3px 5px 10px rgba(3,46,60,0.3);
	margin:auto;
	max-width: 90%;
	margin-bottom: 10px;	
}
.nm-divider:after{
  display:block;
  content:"";
  margin-top:0px;
  margin-bottom:20px;
  margin: auto;
  border-top:1px solid rgba(0, 0, 0, 0);
  width:50%;
  height:10px;
  background: radial-gradient(ellipse at 50% 50%,  rgba(0,0,0,0.2) 0,rgba(255,255,255,0) 75%); /* W3C */
}
.nm-divider-case:after{
  width:80%;
  margin-bottom: 30px;
}
.nm-p-bg-img{
	height:530px; 
	background-position:center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.nm-p-map{
	height:530px;
}
@media (max-width:991px){
	.nm-p-bg-img{
		height:300px; 
		background-position:70% center;
		background-repeat: no-repeat;
	}
	.nm-p-map{
		height:300px;
	}
}
@media (max-width:767px){
	.nm-p-bg-img{
		height:330px; 
		background-position:60% center;
		background-repeat: no-repeat;
	}
	.nm-p-map{
		height:330px;
	}
}
@media (max-width: 575px){
	.nm-content-box img{
		margin: auto;
		max-width: 100%;
	}
	.nm-content-box.md-margin-bottom-50{
		margin-bottom: 20px;
	}
	.nm-divider:after{
	  display:block;
	  content:"";
	  margin-top:0px;
	  margin-bottom:20px;
	  margin: auto;
	  border-top:1px solid rgba(0, 0, 0, 0);
	  width:90%;
	  height:10px;
	  background: radial-gradient(ellipse at 50% 50%,  rgba(0,0,0,0.2) 0,rgba(255,255,255,0) 75%); /* W3C */
	}
	.nm-content-box img.nm-index-img{
		max-width: 80%;
	}
}
/**===================about=========================**/
.interactive-slider-v1.img-v3{
	background: url(../img/bg/18.jpg) no-repeat;
    background-size:cover;
    background-position: center right;
    margin-top: 80px;
}
.interactive-slider-v1 {
    z-index: 1;
    padding: 200px 0;
    position: relative;
}
.interactive-slider-v1:after {
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(0,0,0,0);
}

.nm-blockquote{
	color: #e62e8b;
    font-size: 22px;
    font-style: italic;
    padding: 0 0 0 8%;
}
.nm-d-content-box-img{
	max-width: 30px;
	margin-top: 5px;
}
.nm-d-content-txt{
	margin-bottom: 30px;
}
.nm-d-content-txt h2{
	background-image: url(../img/patient/about_icon.png);
    background-repeat: no-repeat;
    padding: 5px 0px 5px 40px;
    font-size: 22px;
    font-family: "微軟正黑體";
    color: #e62e8b;
    background-position: left 5px;
}
.nm-d-content-txt p{
	color: #023894;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.5px;
    padding-left: 40px;
}
.nm-d-content-txt .nm-product-txt h2{
    font-size: 24px;
    color: #e62e8b;
}
.nm-d-content-txt .nm-product-txt p{
	color: #898989;
    font-size: 16px;
    line-height: 25px;
    font-family: "微軟正黑體";
    padding-top: 5px;
    padding-left: 0px;
}
.nm-product-img img{
	width: 100%;
	margin: auto;
}
.nm-heading{
	background-image: url(../img/doctor/d_productbg.png);
    background-repeat: no-repeat;
    max-width: 250px;
    background-position: right top;
    color: #fff;
    font-size: 20px;
    text-align: right;
    padding: 5px 30px 5px 0;
    margin-top: 0px;
}
.nm-product-subtitle{
	max-width: 200px;
}
.nm-link {
    position: relative;
    top: -100px;
    display: block;
}
.nm-caption{
	color: #023894;
    font-size: 20px;
}
.nm-product-content-btn .nm-heading{
	
}
.nm-btn-group{
	display: inline-block;
	margin-top: -50px;
	padding-right: 15%;
}
.nm-btn-group a{
	margin-left: 15px;
}
/**Extra small devices (portrait phones, less than 576px)**/
@media (max-width: 575px) { 
	.interactive-slider-v1.img-v3{
	    margin-top: 0px;
	}
	.interactive-slider-v1 {
	    padding: 80px 0;
	}
	.nm-heading{
		background-image: url(../img/doctor/d_productbg.png);
	    background-repeat: no-repeat;
	    max-width: 180px;
	    background-position: right top;
	    color: #fff;
	    font-size: 20px;
	    text-align: right;
	    padding: 5px 30px 5px 0;
	    margin-top: 0px;
	}
	.nm-d-content-txt .nm-product-txt p{
		padding-left: 40px;
	}
	.nm-blockquote{
		padding: 0 15px;
	}
	.nm-product-subtitle{
		max-width: 100%;
	}
	.nm-btn-group{
		display: inline-block;
		margin-top: 30px;
		text-align: center;
		padding-right: 0;
	}
	.nm-btn-group a{
		margin-left: 5px;
		margin-bottom: 10px;
	}
}

/** Small devices (landscape phones, 576px and up)**/
@media (min-width: 576px) and (max-width: 767px) {
	.interactive-slider-v1.img-v3{
	    margin-top: 0px;
	}
	.interactive-slider-v1 {
	    padding: 80px 0;
	}
	.nm-d-content-txt .nm-product-txt p{
		padding-left: 40px;
	}
	.nm-blockquote{
		padding: 0 15px;
	}
	.nm-product-subtitle{
		max-width: 100%;
	}
	.nm-btn-group{
		padding-right: 15px;
	} 	
}

/** Medium devices (tablets, 768px and up)**/
@media (min-width: 768px) and (max-width: 991px) {
	.interactive-slider-v1 {
	    padding: 90px 0;
	}
	.nm-d-content-txt .nm-product-txt p{
		padding-left: 40px;
	}
	.nm-btn-group{
		padding-right: 5%;
	}
}

/** Large devices (desktops, 992px and up)**/
@media (min-width: 992px) and (max-width: 1199px) {
	.interactive-slider-v1 {
	    padding: 120px 0;
	}
}

/** Extra large devices (large desktops, 1200px and up)**/
@media (min-width: 1200px) { 
	.interactive-slider-v1 {
	    padding: 180px 0;
	} 
}
/**===================case=========================**/
.nm-case-img{
	align-self: center;
}
.nm-case-img a{
	display: block;
	width: 100%;
	text-align: right;
	padding: 10px 0; 
}
.nm-case-img img{
	border-radius: 5px;
}
.nm-case-single-img img{
	max-height: 250px;
	border-radius: 5px;
}
.news-v3 h2 {
    font-size: 1.8em;
    font-weight: 600;
    margin: 0 0 15px;
    line-height: 35px;
    text-transform: uppercase;
}
.news-v3 h2,.news-v3 h2 a{
	color: #717171;
}
.news-v3 .posted-info li {
    color: #555;
    font-style: italic;
    font-family: cursive;
    color:#898989;
}
.news-v3 p{
	color:#676666;
}
.news-v3 span .nm-title-block{
	display: inline-block;
	width: 50px;
}

.news-v3 .posted-info li:before {
    font-size: 12px;
    line-height: 12px;
    margin-right: 0px;
}
.news-v3 .posted-info li:before, .news-v3 .news-v3-in-sm .posted-info li:before {
    content: '';
}
h2.nm-case-title{
	font-size: 1.5em;
	text-align: left;
	width: 110px;
	font-weight: bold;
	letter-spacing: 5px;
	color: #e62e8b;
	padding-bottom: 0px;
}

.project-details li span{
	line-height: 1em;
    display: table-cell;
    vertical-align: text-top;
}
.project-details strong {
    width: 20%;
    display: table-cell;
    color: #e62e8b;
    font-size: 1.5em;
    text-align: left;
}
.nm-case-content, .nm-case-link{
	display: table-cell;
    float: right;
    width: 80%;
}
.nm-case-link{
	font-size: 1.5em;
}
.nm-news-v3-cn .table tbody tr td{
	border: none;
	vertical-align: middle;
	padding: 5px;
}
.nm-news-v3-cn .table tbody tr td.nm-title{
    display: table-cell;
    color: #e62e8b;
    font-size: 16px;
    text-align: left;
    padding-right: 15px;
    width: 80px;
    letter-spacing: 5px;
}
.nm-news-v3-cn .table tbody tr td.nm-content{
	color: #898989;
}
.nm-news-v3-cn .table tbody tr.nm-case-topic td, .nm-news-v3-cn .table tbody tr.nm-case-discription td{
	vertical-align: top;
}
.nm-news-v3-cn .table tbody tr.nm-case-topic td.nm-content ,.nm-news-v3-cn .table tbody tr.nm-case-topic td.nm-content a{
	font-size: 20px;
	vertical-align: top;
	color: #717171;
	font-weight: bold;
}
.nm-news-v3-cn .table tbody tr.nm-case-topic td.nm-content a:hover{
	color: #3498db;
}
.nm-news-v3-cn .table tbody tr.nm-case-discription td.nm-content{
	color: #717171;
	line-height: 1.5em;
}
.nm-align-center{
	display: flex!important;
    align-items: center!important;
}
@media screen and (max-width:991px){
	.nm-case-single-img img{
		max-height: none!important;
	}
}
@media screen and (max-width:767px){
	.nm-case-content{
		margin-top: 10px;
		display: block;
	    float: left;
	    width: 100%;
	}
	.nm-news-v3-cn .table tbody tr td.nm-title{
	    display: table-cell;
	    font-size: 16px;
	    text-align: left;
	    padding-right: 5px;
	    width: 70px;
	}
	.nm-news-v3-cn .table tbody tr.nm-case-topic td.nm-content a{
		font-size: 20px;
	}
	.nm-case-single-img img{
		max-height: none!important;
	}
}
/** Large devices (desktops, 992px and up)**/
@media (min-width: 992px) and (max-width: 1199px) {
	.project-details strong {
	    width: 30%;
	}
	.nm-case-content, .nm-case-link{
	    width: 70%;
	}
}
/**==================profession====================**/
.nm-profession-img{
	max-height:500px; 
	float:left;
}
.d-p-title{
	font-size:30px;
}
table.nm-d-profession-table tr td{
	border: none;
}
.nm-d-profession-table .title{
	color: #e62e8b;
    letter-spacing: 1px;
    width: 95px;
    line-height: 30px;
}
.nm-d-profession-table .title span{
	padding-left: 36px;
}
.nm-d-profession-table .title-2{
	color: #e62e8b;
    letter-spacing: 1px;
    width: 95px;
    line-height: 30px;
}
.nm-d-profession-table .content{
	font-size: 16px;
    color: #898989;
}
.nm-d-profession-table .content p{
	line-height: 30px;
	color: #898989;
	margin-bottom: 15px;
}
.nm-article-box article h2{
	font-size: 18px;
    color: #023894;
    margin: 30px 0 5px;
}
.nm-article-box article p{
	margin: 0 0 10px;
	font-size: 16px;
    color: #898989;
    line-height: 27px;
}
@media screen and (max-width:1199px){
	.nm-d-profession-table .title{
		color: #e62e8b;
	    letter-spacing: 1px;
	    width: 95px;
	    line-height: 30px;
	    padding-bottom: 0px;
	}
	.nm-d-profession-table .title span{
		padding-left: 36px;
	}
	.nm-d-profession-table .title-2{
		color: #e62e8b;
	    letter-spacing: 1px;
	    width: 95px;
	    line-height: 30px;
	    padding-bottom: 0px;
	}
	.nm-d-profession-table .content{
		font-size: 16px;
	    color: #898989;
	    padding-bottom: 0px;
	}
	.nm-d-profession-table .content p{
		line-height: 30px;
		color: #898989;
		margin-bottom: 0px;
	}
}
@media screen and (max-width:991px){
	.nm-d-profession-table .title{
		color: #e62e8b;
	    letter-spacing: 1px;
	    width: 80px;
	    line-height: 24px;
	}
	.nm-d-profession-table .title span{
		padding-left: 24px;
	}
	.nm-d-profession-table .title-2{
		color: #e62e8b;
	    letter-spacing: 0px;
	    width: 80px;
	    line-height: 24px;
	}
	.nm-d-profession-table .content{
	    padding-bottom: 5px;
	}
	.nm-d-profession-table .content p{
		line-height: 24px;
	}
	.nm-profession-img{
		float:inherit;
	}
}
/**=================news===================**/
.nm-news-v3-cn .table.news-table tbody tr td{
	border: none;
	vertical-align: top;
	padding: 5px;
}
.nm-news-v3-cn .table.news-table tbody tr td.nm-title{
    display: table-cell;
    color: #e62e8b;
    font-size: 16px;
    text-align: right;
    padding-right: 5px;
    width: 50px;
    font-weight: bold;
}
.nm-news-v3-cn .table.news-table tbody tr td.nm-title.text-left{
	text-align: left;
}
.nm-news-v3-cn .table.news-table tbody tr td.nm-title-2{
	display: table-cell;
    color: #e62e8b;
    font-size: 16px;
    text-align: left;
    padding-right: 15px;
	width: 120px;
}
.nm-news-v3-cn .news-table .nm-title, .news-table .nm-content{
	font-size: 16px;
	vertical-align: top;
}
.news-table .nm-content-2{
	font-size: 16px;
	vertical-align: top;
	line-height: 1.8em;
	color: #717171;
}
.nm-news-v3-cn .news-table .nm-content a{
	color: #898989;
}
.nm-news-v3-cn .news-table .nm-content a:hover{
	color: #e62e8b;
}
.nm-news-btn a{
	margin: 0 10px;
	border-radius: 5px;
    padding: 6px 20px;
    font-size: 20px;
    letter-spacing: 1px;
    box-shadow: -3px 5px 10px rgba(3,46,60,0.3);
}
.nm-d-content-txt h2 {
    background-image: url(../img/patient/about_icon.png);
    background-repeat: no-repeat;
    padding: 5px 0px 5px 40px;
    font-size: 22px;
    font-family: "微軟正黑體";
    color: #e62e8b;
    background-position: 0px;
}
.nm-news-btn .btn-u.btn-u-default:hover,.nm-news-btn .btn-u.btn-u-default:focus,.nm-news-btn .btn-u.btn-u-default:active,.nm-news-btn .btn-u.btn-u-default.active{
	background-color: #e62e8b;
}
@media screen and (max-width: 991px){
	.nm-d-content-txt h2 {
	    background-image: url(../img/patient/about_icon.png);
	    background-repeat: no-repeat;
	    padding: 5px 0px 5px 40px;
	    font-size: 22px;
	    font-family: "微軟正黑體";
	    color: #023894;
	    background-position: 0px;
	}
}
@media screen and (max-width: 767px){
	.nm-news-v3-cn .table.news-table tbody tr td.nm-title-2 {
	    display: table-cell;
	    color: #e62e8b;
	    font-size: 16px;
	    text-align: left;
	    padding-right: 0px;
	    width: 90px;
	}
}
@media screen and (max-width:575px){
	.nm-news-btn a {
	    margin: 0 2px;
	    border-radius: 5px;
	    padding: 6px 12px;
	    font-size: 16px;
	    letter-spacing: 0.5px;
	    box-shadow: -3px 5px 10px rgba(3,46,60,0.3);
	    margin-bottom: 10px;
	}
}
/**===================p_product====================**/
.nm-p-product{
	width: 100%;
}
.nm-p-product .nm-p-product-img{
	padding-left: 0px;
}
.nm-p-product .nm-p-product-img img{
	margin: inherit;
	max-height: 480px;
}
.nm-p-heading{
	max-width: 900px;
}
.nm-p-heading p{
	margin: 0 0 10px;
	color: #727171;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.75px;
}
.nm-p-product-content .nm-title{
	max-width: 120px;
	display: inline-block;
}
.nm-p-product-content .nm-title h3{
	font-size: 18px;
    color: #e62e8b;
    margin-top: 5px;
}
.nm-p-product-content .nm-content{
	display: inline-block;
	padding-right: 120px;
}
.nm-p-product-content .nm-content p{
	color: #023894;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.5px;
}
.nm-p-case-content{
	margin-bottom: 25px;
	max-width: 100%;
}
.nm-p-case-content h3{
	color: #023894;
	letter-spacing: 0.5px;
	font-size: 1.8em;
	line-height: 1.3em;
	margin-bottom: 30px;
}
.nm-p-case-content h3 span{
	width: 380px;
	display: inline-block;
	margin-bottom: 10px;
}
.nm-p-case-content h3 small{
	color: #023894;
}
.nm-p-case-content p{
	font-size: 1.2em;
	letter-spacing: 0.5px;
    line-height: 36px;
    color: #898989;
}
.nm-p-k-content{
	padding:10%;
}
.p-notice h3{
	font-size: 1.3em;
}
.p-notice p{
	font-size: 1em;
}
@media screen and (max-width:1440px){
	.nm-p-case-content{
		margin-bottom: 25px;
		max-width: 1200px;
	}
}
@media screen and (max-width:1199px){
	.nm-p-product-content .nm-content{
		display: inline-block;
		padding-right: 15px;
	}
	.nm-p-case-content h3 span{
		width: 100%;
		display: inline-block;
		margin-bottom: 10px;
	}
}
@media screen and (max-width:991px){
	.nm-p-k-content {
	    padding: 5%;
	}
}
@media screen and (max-width:767px){
	.nm-p-heading p{
		padding: 0px 15px;
		font-size: 16px;
	}
	.nm-p-k-content {
	    padding: 10%;
	    padding-bottom: 20px;
	}
}
/**===================contact======================**/
.nm-contact p{
	color:#898989;
	margin: 0 0 10px;
	letter-spacing: 0.5px;
}
.nm-contact p span{
	letter-spacing: 1px;
	width: 120px;
	display: inline-block;
}
.nm-contact{
	padding-left: 60px;
}
.nm-contact-line{
	border-right:3px solid #ccc; 
}
.nm-contact-map{
	display:block; 
	width:100%; 
	height:575px;
	background-position:center; 
	background-size:cover;
}
img.p-k-img{
	width:100%;
}
select {
    background-color: white;
    border: thin solid #bbb;
    border-radius: 4px;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 1em 0.5em 1em;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: inline-block;
    margin-right: 10px;
}


/* arrows */

select.classic {
  background-image:
    linear-gradient(45deg, transparent 50%, #202020 50%), linear-gradient(135deg, #202020 50%, transparent 50%), linear-gradient(to right, #eee, #eee);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
  min-width: 110px; 
  text-align: center;
  font-weight: normal;
  letter-spacing: 0.5px;
  padding-right: calc(2.5em + 10px);
}


select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.nm-p-contact-title{
	
}

.nm-p-contact-title h2{
	background: linear-gradient(180deg, #ec5ea5 0%, #e7348e 50%, #e62e8b 75%);
	padding: 5px 0px;
	width: 250px;
	text-align: center;
	border:none;
	color: white;
	letter-spacing: 0;
	font-size: 1.5em;
	margin: 0px;
	z-index: 2;
	position: relative;
}
.nm-p-contact-title hr{
	position: relative;
	width: 100%;
    top: 25px;
    border-top: 4px solid #e83d93;
    z-index: 0;
    margin-top: 0px;
    margin-bottom: 0px;
}
.p-contact-table strong{
	letter-spacing: 0.5px;
	font-size: 1.2em;
}
.nm-news-v3-cn .table.news-table.p-contact-table tbody tr td.nm-title{
	color:#898989;
	letter-spacing: 0.5px;
	min-width: 60px;
}
img.nm-p-contact-img{
	position: relative;
	width: 100%;
}
@media screen and (max-width:1199px){
	
}
@media screen and (max-width:992px){
	.nm-contact-line{
		border-right:none; 
	}
	.nm-contact-map{
		height: 280px;
	}
		.nm-p-contact-title h2{
		background: linear-gradient(180deg, #ec5ea5 0%, #e7348e 50%, #e62e8b 75%);
		padding: 1px 0px;
		width: 170px;
		text-align: center;
		border:none;
		color: white;
		letter-spacing: 1px;
		font-size: 1em;
		margin: 0px;
		z-index: 2;
		position: relative;
	}
	.nm-p-contact-title hr{
		position: relative;
		width: 100%;
	    top: 18px;
	    border-top: 2px solid #e83d93;
	    z-index: 0;
	    margin-top: 0px;
	    margin-bottom: 0px;
	}

	select {
	    background-color: white;
	    border: thin solid #bbb;
	    border-radius: 4px;
	    display: inline-block;
	    font: inherit;
	    line-height: 1em;
	    padding: 0.5em 0.5em 0.5em 0.5em;
	    margin: 0;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	    -webkit-appearance: none;
	    -moz-appearance: none;
	    display: inline-block;
	    margin-right: 5px;
	    font-size: 14px;
	}


	/* arrows */

	select.classic {
	  background-image:
	    linear-gradient(45deg, transparent 50%, #202020 50%), linear-gradient(135deg, #202020 50%, transparent 50%), linear-gradient(to right, #eee, #eee);
	  background-position:
	    calc(100% - 20px) calc(0.8em + 2px),
	    calc(100% - 15px) calc(0.8em + 2px),
	    100% 0;
	  background-size:
	    5px 5px,
	    5px 5px,
	    2.5em 2.5em;
	  background-repeat: no-repeat;
	  min-width: 95px; 
	  text-align: center;
	  font-weight: normal;
	  letter-spacing: 0.5px;
	  padding-right: calc(0.5em + 10px);
	}
}
@media screen and (max-width:767px){
	.nm-contact-line{
		border-right:none; 
	}
	.nm-contact{
		width: 80%;
		margin-left: 10%;
	}

}
@media screen and (max-width:564px){
	.nm-contact p span{
		letter-spacing: 1px;
		width: auto;
		max-width: auto;
		display: inline-block;
	}
	.nm-contact{
		padding-left: 15px;
		width: 100%;
		margin-left: 0px;
	}
}
/**===================footer========================**/
.footer-v1 .footer.nm-footer {
    padding: 25px 0;
    background: #272727;
}
.footer-v1 .footer{
	background-color: #dcdddd;
}
.footer-v1 .footer.nm-footer{
	background-color: #eeefef;
}
.footer-logo {
    max-width: 300px;
    width: 100%;
    margin-bottom: 10px;
}
.footer-v1 .footer.nm-footer .footer-logo{
	max-width: 350px;
}
.footer-v1 .footer p{
	line-height: 23px;
	color: #19499c;
	font-size: 15px;
	font-weight: bold;
	margin:0px;
}
.footer-left, .footer-right{
	display: table-cell;
    padding-right: 15px;
    vertical-align: middle;
}
.footer-v1 .footer .footer-right{
	padding-top: 10px;
}
.footer-v1 .footer.nm-footer .footer-right{
	padding-top: 9px;
}
.footer-v1 .footer.nm-footer .nm-footer-content{
	margin: 20px 0px 20px;
}
.footer-v1 .footer .footer-right p{
	line-height: 20px;
}
.footer-v1 .footer.nm-footer .nm-footer-content p.nm-numbers{
	line-height: 22px;
	padding-left: 18px;
	color: #00a5e3;
}
.footer-v1 .footer.nm-footer .nm-footer-content p{
	line-height: 22px;
	/*padding-left: 30px;*/
	color: #19499c;
}
.footer-v1 .footer .footer-right p a{
	color: #19499c;
}
.footer-v1 .footer.nm-footer .nm-footer-content p a{
	color: #19499c;
}
.footer-v1 .footer .footer-right p a:hover{
	color: #e62e8b;
	text-decoration: none;
}
.footer-v1 .footer.nm-footer .nm-footer-content p a:hover{
	color: #e62e8b;
	text-decoration: none;
}
/*==================== media queries =====================*/
@media (max-width: 992px){
	.footer-v1 .footer .md-margin-bottom-40 {
	    margin-bottom: 20px;
	}
}
@media (max-width: 575px) { 
	.footer-v1 .footer{
		padding: 15px 0px;
	}
	.footer-left, .footer-right{
		display: block;
	    padding-right: 15px;
	    vertical-align: middle;
	}
	.footer-right{
		margin-bottom: 10px;
	}
	.footer-v1 .footer.nm-footer .nm-footer-content {
	    margin: 0px;
	}
	.footer-v1 .footer.nm-footer .nm-footer-content p{
		padding-left: 35px;
	}
	.footer-v1 .footer.nm-footer .nm-footer-content p, .footer-v1 .footer.nm-footer .nm-footer-content p.nm-numbers{
		padding-left: 35px;
	}

}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767px) { 
	.footer-v1 .footer.nm-footer .nm-footer-content {
	    margin: 0px;
	}
	.footer-v1 .footer.nm-footer .nm-footer-content p{
		padding-left: 45px;
	}
	.footer-v1 .footer.nm-footer .nm-footer-content p, .footer-v1 .footer.nm-footer .nm-footer-content p.nm-numbers{
		padding-left: 45px;
	}

 }

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px) {
	.footer-v1 .footer.nm-footer .nm-footer-content {
	    margin: 0px;
	}
	.footer-v1 .footer.nm-footer .nm-footer-content p{
		padding-left: 45px;
	}
	.footer-v1 .footer.nm-footer .nm-footer-content p, .footer-v1 .footer.nm-footer .nm-footer-content p.nm-numbers{
		padding-left: 45px;
	}

 }

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199px) { 
	.footer-v1 .footer.nm-footer .nm-footer-content div{
		padding: 0px;
	}
	.footer-v1 .footer.nm-footer .nm-footer-content p{
		padding-left: 0px;
	}
	.footer-v1 .footer.nm-footer .nm-footer-content p, .footer-v1 .footer.nm-footer .nm-footer-content p.nm-numbers{
		padding-left: 0px;
	}

 }
@media (min-width: 1440px){
	.container {
	    width: 90%;
	    margin: auto;
	}
}

/*Extra large devices (large desktops, 1200px and up)*/
/**@media (min-width: 1200px) { 
	.footer-v1 .footer .container {
	    width: 1000px;
	}
}**/
