body {
	/*	font-family: 'Roboto', sans-serif;*/
	letter-spacing: 0.5px;
	/*font-size: 100%;*/
}


/*
กรณีฟอนต์ไทยใช้ฟอนต์นี้
{
font-family: 'Prompt', sans-serif;
}
*/

.container-fluid {
	width: 1300px;
	margin: 0 auto;
}

li {
	list-style: none;
	/*list-style-type: square;
    margin-left: 40px;*/
}

a {
	cursor: pointer;
}

img {
	image-rendering: auto;
	image-rendering: crisp-edges;
	image-rendering: pixelated;
}

.clear {
	width: 100%;
	clear: both;
}

.notbanner {
	margin-top: 10%;
}

.topBar {
	background-color: #00b7ed;
}

.topBar ul {
	margin: 0;
}

.topBar ul li {
	line-height: 40px;
	font-size: 12px;
	letter-spacing: 1px;
}

.topBar a {
	color: #fff;
	text-decoration: none;
}

.text-primary {
	color: #0cd4d2;
}

.topBar ul.topBarNav {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.topBar ul.topBarNav li {
	position: relative;
	display: inline-block;
	/*
    margin-right: -4px;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
*/
}

.topBar ul.topBarNav li:last-child {
	border-right: none;
}

.topBar ul.topBarNav li a {
	display: block;
	padding-left: 5px;
	padding-right: 5px;
}

.head-left {
	height: 45px;
	float: left;
	background: #0085ac;
	color: #feff00;
	padding: 0 10px;
	text-transform: uppercase;
}

.Hour {
	font-size: 20px;
	font-style: italic;
	font-weight: 700;
	letter-spacing: 2px;
}

.head-right {
	float: right;
}

.lang {
	float: right;
}

.bg-gray {
	background: #f4f3f3;
}

.bgMail {
	width: 360px;
	height: 45px;
	text-align: right;
	background: url(../images/bg-mail.png) no-repeat left top;
	background-color: #009ccc;
	padding-right: 15px !important;
	font-size: 14px;
}

.navbar-default {
	width: 100%;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	background-color: rgba(255, 255, 255, 0.7);
	margin-bottom: 0;
	border: none;
	padding: 5px 0;
	position: absolute;
	top: 45px;
	z-index: 5;
	border-radius: inherit;
}

.navbar-collapse {
	padding: 0;
}

.nav-right {
	margin: 14px 0;
	float: right;
	text-transform: uppercase;
}

.nav-right li {
	font-size: 12px;
}

.nav-right li a {
	letter-spacing: 0.3px;
	padding: 10px;
	color: #222222 !important;
}

.nav-right li a:hover {
	color: #2e3191 !important;
}

.nav-right li .last {
	padding-right: 0;
}

.topSlide {
	width: 100%;
	height: auto;
	position: relative;
}

.topSlide img {
	width: 100%;
	height: auto;
}

.topSlide .bx-wrapper .bx-controls-direction a {
	display: none;
}

.topSlide h3 {
	position: absolute;
	bottom: 10%;
	left: 5%;
	color: #0012ff;
	z-index: 3;
	font-weight: 700;
	font-size: 36px;
	text-shadow: 2px 2px rgba(0, 0, 0, 0.2);
}

.topSlide h3 span {
	font-style: italic;
	font-size: 36px;
}

.topSlide .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	display: none;
}

.MedicalBox {
	width: 100%;
	display: inline-block;
	margin: 2% 0;
}

.MedicalBox .bx-wrapper .bx-pager {
	display: none;
}

.MedicalBox .bx-wrapper .bx-prev {
	background: url(../images/icon-prev.png) no-repeat;
}

.MedicalBox .bx-wrapper .bx-next {
	background: url(../images/icon-next.png) no-repeat;
}

.MedicalBox .bx-wrapper .bx-prev:hover,
.MedicalBox .bx-wrapper .bx-next:hover {
	background-position: 0 0;
}

.colMc {
	padding: 5px 45px;
	display: inline-block;
}

.PicMc {
	width: auto;
	height: auto;
}

.PicMc img {
	width: 100%;
	height: auto;
}

.contentMc {
	padding: 10px;
	color: #666666;
	font-size: 14px;
	line-height: 24px;
}

.contentMc h3 {
	color: #2e3191;
	font-weight: 700;
	margin: 0 0 3% 0;
	position: relative;
}

.contentMc h4 {
	color: #222222;
}

.contentMc a {
	padding: 6px 15px;
	background: #2e3191;
	color: #fff;
	border-radius: 15px;
}

.bg-blue {
	width: 100%;
	background: #f2f6fa;
	padding-bottom: 30px;
	margin-bottom: 20px;
}

.welBox {
	width: 100%;
	height: auto;
	color: #666666;
}

.welBox h2 {
	font-size: 30px;
	text-transform: uppercase;
	color: #2e3191;
	text-align: center;
	margin-bottom: 25px;
	position: relative;
	font-weight: 700;
}

.welBox h3 {
	color: #222222;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	margin-top: 0;
}

.col-profileDR {
	width: 100%;
	height: auto;
	padding: 10px;
	border: 1px solid #efefef;
	font-size: 12px;
	line-height: 20px;
	background: #fff;
	text-transform: uppercase;
}

.col-profileDR p {
	height: 90px;
}

.col-profileDR h4 {
	font-size: 16px;
}

.col-profileDR h5 {
	font-size: 14px;
}

.col-profileDR a,
.specialBox a {
	text-decoration: underline;
	color: #2e3191;
	font-size: 14px;
}

.specialBox {
	padding: 0;
	margin-bottom: 20px;
}

.specialBox img {
	width: 100%;
	height: auto;
}

.specialBox h2 {
	font-size: 30px;
	text-transform: uppercase;
	color: #2e3191;
	text-align: center;
	margin-bottom: 25px;
	position: relative;
	font-weight: 700;
}

.specialBox h4 {
	color: #2e3191;
	line-height: 24px;
	font-size: 16px;
	text-transform: uppercase;
}

.bannerDr {
	text-align: center;
	position: relative;
	padding: 10px;
	margin: 15px 0;
}

.bannerDr h2 {
	width: 100%;
	position: absolute;
	color: #fff;
	bottom: 10%;
	text-align: center;
	text-shadow: 2px 2px rgba(0, 0, 0, 0.2);
}

.bannerDr img {
	width: 100%;
	height: auto;
}

.medicalSlide {
	width: 100%;
	margin-bottom: 15px;
}

.medicalSlide h2 {
	font-size: 30px;
	text-transform: uppercase;
	color: #2e3191;
	text-align: center;
	position: relative;
	font-weight: 700;


}

.medicalSlide .slide {
	padding: 20px;
	text-align: center;
	font-size: 14px;
}

.medicalSlide .slide h4 {
	height: 40px;
	color: #2e3191;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 22px;
}

.medicalSlide .slide h5 {
	height: 35px;
	font-size: 14px;
	margin: 5px 0;
}

.medicalSlide .slide p {
	height: 100px;
}

.medicalSlide .slide a {
	font-size: 16px;
	color: #2e3191;
}

.medicalSlide .bx-wrapper {
	max-width: 1015px !important;
}

.medicalSlide > .bx-wrapper .bx-prev {
	left: -30px;
	background: url(../images/icon-prev.png) no-repeat;
}

.medicalSlide > .bx-wrapper .bx-next {
	right: -60px;
	background: url(../images/icon-next.png) no-repeat;
}

.medicalSlide > .bx-wrapper img {
	margin: 0 auto;
}

.medicalSlide > .bx-wrapper .bx-pager {
	display: none;
}

.col-Medical {
	margin: 37px 0;
}

.col-bottom {
	margin: 10px 0;
	position: relative;
	box-shadow: 0 2px rgba(0, 0, 0, 0.1);
}

.col-bottom img {
	width: 100%;
	height: auto;
}

.col-bottom-right {
	margin: 10px 0;
	position: relative;
	box-shadow: 0 2px rgba(0, 0, 0, 0.1);
}

.col-bottom-right img {
	width: 100%;
	height: auto;
}

.col-bottom a,
.col-bottom-right a {
	color: #526a7c;
	text-transform: uppercase;
	font-size: 12px;
}

.bg-all {
	width: 100%;
	position: absolute;
	background-color: rgba(255, 255, 255, 0.7);
	bottom: 10px;
	padding: 15px 5px;
	text-align: center;
}

.bg-all h4 {
	text-transform: uppercase;
	color: #2e3191;
	margin: 0;
	font-weight: 700;
}

.BoxBrochu {
	width: 50%;
	position: absolute;
	top: 45px;
	left: 15px;
}

.BoxBrochu h4 {
	color: #2e3191;
	text-transform: uppercase;
	font-size: 24px;
	margin-bottom: 5px;
	font-weight: bold;
}

.BoxBrochu p {
	font-size: 20px;
	line-height: 26px;
	color: #0075be;
	font-weight: 600;
}

.headfooter {
	margin-top: 20px;
	padding: 5px 0;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0482cc+0,3156a4+100 */
	background: #0482cc;
	/* Old browsers */
	background: -moz-linear-gradient(left, #0482cc 0%, #3156a4 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #0482cc 0%, #3156a4 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #0482cc 0%, #3156a4 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0482cc', endColorstr='#3156a4', GradientType=1);
	/* IE6-9 */
}

.headfooter h5 {
	font-size: 12px;
	letter-spacing: 1px;
	margin: 0;
}

.gray {
	width: 100%;
	padding: 10px 0;
	background-color: #edf1f2;
}

.contentFooter {
	color: #666666;
	font-size: 14px;
}

.contentFooter h5 {
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #222222;
	font-weight: bold;
}

.contentFooter p {
	margin: 0 0 10px;
}

.contentFooter b {
	color: #222222;
}

.contentFooter ul {
	margin: 0;
}

.contentFooter li {
	float: left;
	margin: 5px;
}

.subscribe {
	font-size: 14px;
	margin: 15px 0;
}

.subscribe button {
	height: 28px;
	background: #2e3191;
	color: #fff;
	text-transform: uppercase;
	border-radius: 3px;
	font-size: 9px;
	letter-spacing: 1px;
	padding: 6px 10px;
	border: none;
}

.in-subscribe {
	width: 50%;
	height: 28px;
	border-radius: 3px;
	border: 1px solid #e4e3e3;
	padding: 5px 5px;
	font-size: 11px;
	margin-right: 5px;
}

.copy {
	font-size: 11px;
}

.Pic-hender {
	position: relative;
}

.Pic-hender h3 {
	position: absolute;
	left: 6%;
	bottom: 6%;
	color: #fff;
	font-style: italic;
	letter-spacing: 1px;
}

.Pic-hender img {
	width: 100%;
	height: auto;
}

.Pic-hender h3 span {
	float: right;
	margin-right: -15%;
}

.content {
	width: auto;
	height: auto;
}

.content img {
	width: 100%;
	height: auto;
}

.texthead {
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	margin: 25px 0;
}

.texthead h3 {
	color: #2e3191;
	font-weight: 700;
}

.texthead h5 {
	font-style: italic;
	font-weight: 700;
	color: #222222;
}

.BoxDRabout {
	position: relative;
}

.BoxDRabout a {
	color: #fff;
	background-color: #2e3191;
	padding: 7px 25px;
	border-radius: 3px;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	position: absolute;
	bottom: 10px;
	left: 35%;
}

.subtext {
	color: #666666;
	font-size: 14px;
	line-height: 24px;
	padding: 15px;
	display: inline-block;
}

.subtext i {
	color: #222222;
	font-weight: 700;
}

.MeetDoctors {
	width: auto;
	height: auto;
	position: relative;
	margin-bottom: 10px;
}

.MeetDoctors img {
	width: 100%;
	height: auto;
}

.bg-Meet {
	width: 60%;
	padding: 15px;
	background-color: rgba(46, 49, 145, 0.7);
	color: #fff;
	position: absolute;
	bottom: 10px;
	left: 20%;
	text-align: center;
	letter-spacing: 1px;
	text-shadow: 2px 2px rgba(0, 0, 0, 0.2);
}

.bg-Meet h2 {
	font-size: 28px;
	text-transform: uppercase;
	margin-bottom: 0;
	margin-top: 0;
}

.bg-Meet h5 {
	font-style: italic;
	font-size: 16px;
	line-height: 22px;
}

.ImgWhy img {
	width: 100%;
	height: auto
}

.why h5 {
	color: #222222;
}

.why ul {
	padding-left: 5px;
}

.why ul li {
	color: #666666;
	font-size: 14px;
	margin-bottom: 10px;
}

.why ul li span {
	color: #2e3191;
	margin: 0 5px;
}

.col-allstars {
	width: 100%;
	height: auto;
	padding: 5% 0;
}

.col-allstars h2 {
	color: #434343;
	margin: 5px 0;
	font-weight: 700;
	text-align: center;
	position: relative;
}

.col-allstars h2::after {
	content: "";
	width: 50px;
	height: 3px;
	display: block;
	position: absolute;
	bottom: -20px;
	left: 47%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3696ea+0,1cd7a2+100 */
	background: #3696ea;
	/* Old browsers */
	background: -moz-linear-gradient(left, #3696ea 0%, #1cd7a2 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #3696ea 0%, #1cd7a2 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #3696ea 0%, #1cd7a2 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3696ea', endColorstr='#1cd7a2', GradientType=1);
	/* IE6-9 */
}

.profileDr {
	width: auto;
	height: auto;
	min-height: 320px;
	font-size: 14px;
	margin-bottom: 30px;
}

.profileDr img {
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}

.profileDr h4 {
	color: #2e3191;
	margin: 10px 0;
	font-size: 14px;
	font-weight: 700;
}

.profileDr h4 span {
	text-transform: uppercase;
}

.profileDr a {
	padding: 7px 15px;
	background: #2e3191;
	border-radius: 15px;
	text-transform: uppercase;
	color: #fff;
	font-size: 10px;
	letter-spacing: 1.3px;
}

.profileDr a:hover {
	text-decoration: none;
}

.next {
	text-align: center;
}

.next .pagination > li > a,
.next .pagination > li > span {
	color: #fff;
	background: #2e3191;
}

.textHeader {
	width: 100%;
	margin-top: 5%;
}

.textHeader h2 {
	color: #434343;
	margin: 5px 0;
	font-weight: 700;
	text-align: left;
	position: relative;
}

.textHeader h2::after {
	content: "";
	width: 50px;
	height: 3px;
	display: block;
	position: absolute;
	bottom: -20px;
	left: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3696ea+0,1cd7a2+100 */
	background: #3696ea;
	/* Old browsers */
	background: -moz-linear-gradient(left, #3696ea 0%, #1cd7a2 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #3696ea 0%, #1cd7a2 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #3696ea 0%, #1cd7a2 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3696ea', endColorstr='#1cd7a2', GradientType=1);
	/* IE6-9 */
}

.InfoContact,
.formMail {
	margin: 30px 0 20px 0;
	color: #666666;
}

.InfoContact b,
.formMail b {
	color: #222222;
}

.InfoContact ul {
	padding: 0;
}

.InfoContact li {
	float: left;
	margin: 5px;
}

.InfoContact li a img {
	margin-top: -6px;
}

.col-form {
	margin-bottom: 10px;
}

.col-form span {
	color: #fe0000;
	margin-right: 5px;
}

.inArea {
	height: 90px !important;
}

.inSend {
	background: #2e3191;
	color: #fff;
	text-align: center;
	border: none;
	border-radius: 15px;
	padding: 5px 25px;
	letter-spacing: 1px;
	margin: 5px;
}

.inReset {
	background: #727280;
	color: #fff;
	text-align: center;
	border: none;
	border-radius: 15px;
	padding: 5px 25px;
	letter-spacing: 1px;
	margin: 5px;
}

.Map {
	height: 335px;
	margin-top: 5%;
}

.nomargin > footer > .headfooter {
	margin: 0;
}

.medical {
	width: 100%;
	height: auto;
}

.medical h2 {
	text-align: center;
	color: #2e3191;
	font-weight: 700;
	margin: 5% 0;
	position: relative;
}

.medical h2::after {
	content: "";
	width: 50px;
	height: 3px;
	display: block;
	position: absolute;
	bottom: -20px;
	left: 48%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3696ea+0,1cd7a2+100 */
	background: #3696ea;
	/* Old browsers */
	background: -moz-linear-gradient(left, #3696ea 0%, #1cd7a2 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #3696ea 0%, #1cd7a2 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #3696ea 0%, #1cd7a2 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3696ea', endColorstr='#1cd7a2', GradientType=1);
	/* IE6-9 */
}

.box-medical {
	width: 100%;
	height: 220px;
	margin: 15px 0;
}

.box-medical img {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}

.box-medical a {
	font-size: 14px;
	color: #222222;
	letter-spacing: 0.3px;
}

.content-DR {
	margin-top: 10%;
	text-align: center;
}

.content-DR img {
	width: 80%;
	height: auto;
	margin: 0 auto;
}

.topSub {
	margin-top: 10%;
}

.img-medical {
	margin: 1% 0;
}

.submedical h2 {
	text-align: center;
	color: #2e3191;
	font-weight: 700;
	margin: 0 0 5% 0;
	position: relative;
}

.submedical h2::after {
	content: "";
	width: 50px;
	height: 3px;
	display: block;
	position: absolute;
	bottom: -20px;
	left: 48%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3696ea+0,1cd7a2+100 */
	background: #3696ea;



	/* Old browsers */
	background: -moz-linear-gradient(left, #3696ea 0%, #1cd7a2 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #3696ea 0%, #1cd7a2 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #3696ea 0%, #1cd7a2 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3696ea', endColorstr='#1cd7a2', GradientType=1);
	/* IE6-9 */
}

.submedical ul li {
	list-style: disc;
	margin-left: 25px;
}

.submedical ol li {
	list-style-type: decimal;
	margin-left: 25px;
}


.topicmedical {
	margin-top: 30px;
}

.topicmedical h4 {
	font-weight: 700;
}

.topicmedical span {
	margin-right: 10px;
}

.topicmedical p {
	margin-left: 20px;
}

.contactMedical {
	margin: 20px 0;
	color: #2e3191;
	font-weight: 700;
	font-size: 16px;
}

.imgMedicalCenter {
	width: 100%;
	height: auto;
	margin: 20px 0;
}

.imgMedicalCenter img {
	width: 100%;
	height: auto;
}

.col-testimo {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 5%;
	/*text-align: center;*/
}

.col-testimo h2 {
	color: #2e3191;
	font-weight: 700;
	margin: 0 0 3% 0;
	position: relative;
}

.col-testimo h2::after {
	content: "";
	width: 50px;
	height: 3px;
	display: block;
	position: absolute;
	bottom: -20px;
	left: 48%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3696ea+0,1cd7a2+100 */
	background: #3696ea;
	/* Old browsers */
	background: -moz-linear-gradient(left, #3696ea 0%, #1cd7a2 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #3696ea 0%, #1cd7a2 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #3696ea 0%, #1cd7a2 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3696ea', endColorstr='#1cd7a2', GradientType=1);
	/* IE6-9 */
}

.col-testimo h3 {
	color: #2e3191;
	margin: 10px 0;
}

.box-testimo {
	position: relative;
	width: 80%;
	height: auto;
	min-height: 300px;
	max-height: 300px;
	border: 1px solid #d3d3de;
	border-radius: 5px;
	padding: 20px;
	color: #666666;
	margin: 0 auto 20%;
}

.box-testimo h4 {
	height: 35px;
	font-size: 16px;
	font-weight: 700;
	margin-left: 25px;
	color: #222222;
}

.box-testimo p {
	/*max-height: 120px;*/
	overflow: hidden;
}

.box-testimo a {
	color: #222222;
	font-style: italic;
}

.box-testimo .modal-content {
	padding: 30px;
}

.box-testimo .close {
	margin-top: -4%;
	margin-right: -2%;
}

.daypost {
	width: 85px;
	height: 85px;
	text-align: center;
	padding-top: 30px;
	font-size: 11px;
	position: absolute;
	top: -32px;
	left: -50px;
	background-image: url(../images/bg-test.png);
	background-size: 100%;
	background-repeat: no-repeat;
	color: #fff;
}

.daypost > p {
	overflow: inherit;
}

.daypost .day {
	font-size: 30px;
	font-weight: 700;
	line-height: 5px;
	font-style: italic;
}

.back {
	width: 100%;
	margin: 25px auto;
	display: inline-block;
	text-align: center;
}

.back a {
	border: 1px solid #2e3191;
	border-radius: 25px;
	color: #2e3191;
	padding: 8px 25px;
	font-size: 16px;
	text-decoration: none;
}

.BoxMd {
	margin: 5% 0;
}

.content-MD {
	color: #666666;
	letter-spacing: 0.5px;
}

.content-MD p {
	margin: 0 0 20px;
}

.content-MD h2 {
	color: #2e3191;
	font-weight: 700;
	margin: 0 0 5% 0;
	position: relative;
}

.content-MD h2::after {
	content: "";
	width: 50px;
	height: 3px;
	display: block;
	position: absolute;
	bottom: -20px;
	left: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3696ea+0,1cd7a2+100 */
	background: #3696ea;
	/* Old browsers */
	background: -moz-linear-gradient(left, #3696ea 0%, #1cd7a2 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #3696ea 0%, #1cd7a2 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #3696ea 0%, #1cd7a2 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3696ea', endColorstr='#1cd7a2', GradientType=1);
	/* IE6-9 */
}

.col-checkup {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 20px;
	text-align: center;
}

.col-checkup h2 {
	color: #2e3191;
	font-weight: 700;
	margin: 0 0 3% 0;
	position: relative;
}

.col-checkup h2::after {
	content: "";
	width: 50px;
	height: 3px;
	display: block;
	position: absolute;
	bottom: -20px;
	left: 48%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3696ea+0,1cd7a2+100 */
	background: #3696ea;
	/* Old browsers */
	background: -moz-linear-gradient(left, #3696ea 0%, #1cd7a2 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #3696ea 0%, #1cd7a2 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #3696ea 0%, #1cd7a2 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3696ea', endColorstr='#1cd7a2', GradientType=1);
	/* IE6-9 */
}

.col-checkup p {
	text-align: left;
}

.programs-checkup {
	width: 100%;
	height: auto;
	text-transform: uppercase;
	font-size: 16px;
}

.programs-checkup a {
	color: #2e3191;
	font-weight: 700;
	margin-bottom: 30px;
	display: block;
}

.programs-checkup .modal-dialog {
	width: 76%;
	height: auto;
}

.programs-checkup .modal-dialog img {
	width: 100%;
	height: auto;
}

.col-topNews {
	padding: 25px 0;
	border-bottom: 1px dotted #cccccc;
}

.top-news {
	width: auto;
	height: auto;
}

.top-news .img-news {
	max-height: 305px;
	overflow: hidden;
}

.top-news .img-news img {
	width: 100%;
	height: auto;
}

.img-news {
	width: auto;
	height: auto;
	max-height: 164px;
	overflow: hidden;
}

.img-news img {
	width: 100%;
	min-height: 164px;
	/*
	min-height: 164px;
	max-height: 164px;
*/
	height: auto;
}

.content-topnews {
	color: #222222;
	padding: 10px;
	letter-spacing: 0.5px;
	font-size: 15px;
	line-height: 25px;
}

.content-topnews p {
	font-family: 'Prompt', sans-serif;
	height: 105px;
	overflow: hidden;
}

.content-topnews h3 {
	color: #434345;
	font-weight: 700;
	margin: 0 0 5% 0;
	position: relative;
	font-size: 26px;
}

.content-topnews h3::after {
	content: "";
	width: 50px;
	height: 3px;
	display: block;
	position: absolute;
	bottom: -20px;
	left: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3696ea+0,1cd7a2+100 */
	background: #3696ea;
	/* Old browsers */
	background: -moz-linear-gradient(left, #3696ea 0%, #1cd7a2 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #3696ea 0%, #1cd7a2 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #3696ea 0%, #1cd7a2 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3696ea', endColorstr='#1cd7a2', GradientType=1);
	/* IE6-9 */
}

.content-topnews a {
	padding: 6px 15px;
	background: #2e3191;
	color: #fff;
	border-radius: 15px;
}

.sub-News {
	margin-top: 30px;
}

.pagenews {
	color: #666666;
	font-size: 13px;
	line-height: 15px;
	margin-bottom: 50px;
}

.pagenews h5 {
	height: 40px;
	color: #222222;
	line-height: 20px;
	overflow: hidden;
}

.pagenews p {
	height: 25px;
	font-family: 'Prompt', sans-serif;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.pagenews a {
	padding: 6px 15px;
	background: #2e3191;
	color: #fff;
	border-radius: 15px;
}

.NewPackages {
	padding: 30px 0;
}

.NewPackages h2 {
	text-align: center;
	color: #2e3191;
	font-weight: 700;
	margin: 0 0 3% 0;
	position: relative;
}

.NewPackages h2::after {
	content: "";
	width: 50px;
	height: 3px;
	display: block;
	position: absolute;
	bottom: -20px;
	left: 48%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3696ea+0,1cd7a2+100 */
	background: #3696ea;
	/* Old browsers */
	background: -moz-linear-gradient(left, #3696ea 0%, #1cd7a2 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #3696ea 0%, #1cd7a2 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #3696ea 0%, #1cd7a2 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3696ea', endColorstr='#1cd7a2', GradientType=1);
	/* IE6-9 */
}

.col-packages {
	padding: 20px;
	text-align: center;
	color: #666666;
}


/*
.col-packages a{
	display: inline-block;
	height: 350px;
	overflow: hidden;
}
*/

.col-packages img {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
	border: 1px solid #ccc;
}

.col-packages a {
	color: #2e3191;
}

.PackagesPromotions {
	text-align: center;
	color: #666666;
}

.PackagesPromotions h2 {
	color: #222222;
}

.detailPromotion {
	width: 100%;
	height: auto;
	padding: 10px;
	color: #666666;
}

.detailPromotion h2 {
	color: #2e3191;
	font-weight: 700;
	margin: 0 0 1% 0;
	position: relative;
	padding-bottom: 15px;
	border-bottom: 1px dotted #cccccc;
}

.detailPromotion img {
	width: 50%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.imgDetailNews {
	width: 70%;
	height: auto;
	margin: 0 auto;
}

.imgDetailNews img {
	width: auto;
	height: auto;
}

.SubimgDetailNews {
	width: 70%;
	height: auto;
	margin: 0 auto;
	text-align: center;
	margin-top: 20px;
}

.SubimgDetailNews img {
	width: auto;
	height: auto;
	margin-bottom: 30px;
}


/*
.submedical{
	text-align: center;
}
*/

.submedicalImg {
	width: 50%;
	height: auto;
	margin: 0 auto;
}

.submedicalImg img {
	width: 100%;
	height: auto;
}

.MapPopup {
	width: 70%;
	height: auto;
	display: inline-block;
	border: 1px solid #ccc;
	margin: 20px 0;
}

.MapPopup img {
	width: 100%;
	height: auto;
}

.cover-brochure {
	width: auto;
	min-height: 345px;
	margin: 10px;
	text-align: center;
	color: #2e3191;
	font-weight: bold;
	text-transform: uppercase;
}

.cover-brochure img {
	width: 100%;
	height: auto;
	border: 1px solid #898989;
	padding: 5px;
	margin-bottom: 10px;
	color: #2e3191;
}

.cover-vdo {
	width: auto;
	text-align: center;
	margin: 5% 0;
}

.cover-vdo img {
	width: 100%;
	height: auto;
	border: 1px solid #ccc;
	padding: 5px;
}

.mobile {
	display: none;
}


/*/////////////////////////RESPONSIVE//////////////////////*/

@media (max-width: 1200px) {
	.navbar-header {
		float: none;
		padding-bottom: 10px;
	}
	.navbar-left,
	.navbar-right {
		float: none !important;
	}
	.navbar-toggle {
		display: block;
		margin-top: 3%;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	}
	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav {
		float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav > li {
		float: none;
		font-size: 14px;
	}
	.navbar-nav > li > a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.collapse.in {
		display: block !important;
	}
	.navbar-default {
		position: static;
	}
}

@media (min-width: 767px) {
	.display-table {
		display: table;
		width: 100%;
	}
	.vertical-align {
		display: table-cell;
		vertical-align: middle;
		float: none;
	}
	.grid-space-1 div[class*="col-"] {
		padding: 0 1px;
	}
}

@media (max-width: 767px) {
	.container-fluid {
		width: auto;
	}
	.navbar-default {
		position: static;
		padding: 5px 15px;
	}
	.logo {
		padding: 5px;
		display: inline-block;
	}
	.logo img {
		width: auto;
		height: auto;
	}
	.nav-right {
		float: none;
	}
	.navbar-toggle {
		margin-top: 20px;
	}
	.colMc {
		padding: 0;
	}
	/*
	div[class^="col-"] {
		margin-bottom: 30px;
	}
*/
}

@media screen and (max-width: 767px) {
	.h2,
	h2 {
		font-size: 24px;
	}
	.h4,
	h4 {
		font-size: 16px;
	}
	.h3,
	h3 {
		font-size: 14px;
	}
	.head-left {
		width: 100%;
	}
	.desktop {
		display: none;
	}
	.mobile {
		width: 100%;
		display: block;
	}

	.mobile li:nth-child(1) {
		float: left;
		padding: 0 10px;
	}
	.mobile li:nth-child(2) {
		float: right;
		padding: 0 10px;
	}
	.mobile li span {
		float: left;
	}
	.mobile li .bgMail {
		width: 100%;
		float: right;
		background: none;
		padding: 0 !important;
	}
	.mobile li .bgMail span {
		display: none;
	}
	.topBar .container {
		padding: 0;
	}
	.medicalSlide .slide {
		padding: 0;
	}
	.medicalSlide > .bx-wrapper .bx-prev {
		left: 0;
	}
	.medicalSlide > .bx-wrapper .bx-next {
		right: 0;
	}
	.col-profileDR {
		margin-bottom: 10px;
	}
	.col-checkup h2,
	.submedical h2,
	.NewPackages h2 {
		margin: 0 0 10% 0;
	}
	.col-checkup h2::after,
	.submedical h2::after,
	.NewPackages h2::after {
		width: 20%;
		left: 40%;
	}
	.col-checkup h4 {
		line-height: 20px;
	}
	.Pic-hender h3 {
		font-size: 14px;
	}
	.bg-Meet {
		width: 100%;
		position: static;
	}
	.content-MD h2 {
		margin: 10% 0 10% 0;
	}
	.box-medical {
		height: auto;
	}
	.box-testimo {
		width: 100%;
		margin: 30px auto;
	}
	.box-testimo h4 {
		margin-left: 25%;
	}
	.daypost {
		left: 0;
	}
	.content-topnews h3 {
		margin: 0 0 10% 0;
	}
	.submedicalImg {
		width: 100%;
	}
	.textHeader {
		padding: 0 15px;
	}
	.MapPopup {
		width: 100%;
	}
	.cover-vdo video {
		width: 100%;
	}
	.content-DR img {
		width: 100%;
	}
	.BoxBrochu {
		top: 12px;
	}
	.BoxBrochu p {
		font-size: 12px;
		line-height: 16px;
		margin: 0;
	}
	.topSlide h3 {
		left: 3%;
		font-size: 12px;
	}
	.topSlide h3 span {
		font-size: 18px;
	}
	.box-medical {
		height: auto;
	}
}

@media (width: 360px){
	.medicalSlide .slide {
    width: 330px !important;
	}
}
@media (max-height: 750px) and (min-height: 600px){
	.topBar ul li{
		font-size: 9px;
	}
	.topBar ul.topBarNav li a img{
		width: 20px;
	}
	.bgMail{
		font-size: 11px;
	}
	.specialBox img{
		margin-top: 10px;
	}
	.BoxBrochu h4{
		font-size: 18px;
	}
	.BoxBrochu p {
    font-size: 17px;
    line-height: 18px;
	}
	.col-bottom a, .col-bottom-right a{
		font-size: 10px;
	}
}

@media (min-width: 320px) and (max-width: 320px){
	.h4, h4 {
    font-size: 12px;
}
	p{
		font-size: 12px;
	}
	.topBar ul li{
		font-size: 8px;
	}
	.Hour {
    font-size: 16px;
	}
	.bgMail{
		font-size: 10px;
	}
	.contentMc a {
    text-align: center;
    display: block;
	}
	.topBar ul.topBarNav li a img{
		width: 20px;
		height: auto;
	}
	.contentFooter img{
		width: 100%;
		height: auto;
	}
	.subscribe img{
		width: auto;
	}
	.specialBox img{
		margin-top: 15px;
	}
	.BoxBrochu h4{
		font-size: 14px;
	}
	.BoxBrochu p {
    font-size: 8px;
    line-height: 12px;
	}
	.col-bottom a, .col-bottom-right a{
		font-size: 9px;
	}
	.contentFooter{
		font-size: 10px;
	}
	.copy {
    font-size: 8px;
}
	.in-subscribe {
    width: 68%;
	}
	.content img {
    margin-bottom: 5px;
	}
	.BoxDRabout a{
		left: 30%;
	}
	.bg-Meet h2{
		font-size: 18px;
	}
	.bg-Meet h5{
		font-size: 12px;
	}
	.col-testimo h2, .col-allstars h2{
		margin: 0 0 10% 0;
	}
	.col-testimo h2::after, .col-allstars h2::after {
    width: 20%;
    bottom: -15px;
    left: 40%;
	}
	.box-testimo h4 {
    margin-left: 30%;
}
	.col-packages{
		padding: 0;
		margin-bottom: 10px;
	}
}
	
@media (min-width: 375px) and (max-width: 375px) {

	.medicalSlide .slide {
		margin: 0 17px !important;
	}
	.topBar ul li {
		font-size: 10px;
	}
	.mobile li .bgMail {
		font-size: 12px;
	}
	.Hour {
		font-size: 18px;
	}

	.BoxBrochu h4 {
		font-size: 24px;
	}

}

@media (min-width: 412px) and (max-width: 414px) {
	.medicalSlide .slide {
		width: 400px !important;
	}
}

@media (min-width: 768px) and (max-width: 768px) {
	.topBar .container {
		width: 100%;
		padding: 0;
		margin: 0;
	}
	.topBar ul li {
		font-size: 10px;
	}
	.Hour {
		font-size: 12px;
	}
	.navbar-default {
		top: inherit;
	}
	.head-left {
		padding: 5px 10px;
	}

	.bgMail {
		width: auto;
		font-size: 12px;
		padding: 5px 15px 5px 30px !important;
	}
	.colMc {
		padding: 0;
	}
	.PicMc {
		padding: 20px 0;
	}
	.medicalSlide > .bx-wrapper .bx-prev {
		left: 0;
	}
	.medicalSlide > .bx-wrapper .bx-next {
		right: 0;
	}
	.container-fluid {
		width: 100%;
	}
	.BoxBrochu {
		top: 15px;
	}
	.BoxBrochu h4 {
		font-size: 20px;
	}
	.BoxBrochu p {
		font-size: 12px;
		line-height: 16px;
		margin-bottom: 0;
	}
	.col-checkup h2,
	.col-testimo h2,
	.NewPackages h2{
		text-align: center;
		margin: 0 0 6% 0;
	}
	.box-medical {
		height: 270px;
	}
	.top-news .img-news {
		max-height: inherit;
	}
	.col-packages{
		padding: 0;
	}
	.col-packages h4{
		font-size: 14px;
    line-height: 20px;
	}
	.textHeader{
		padding: 0 15px;
	}
	.MapPopup{
		width: 100%;
	}
	.cover-vdo video{
		width: 100%;
	}
	
}

@media (max-width: 736px) and (min-width: 568px){
	.col-profileDR img{
		width: 100%;
		height: auto;
	}
	.specialBox img{
		margin-top: 10px;
	}
}