body {
	font-family: "PSL Kittithada",Helvetica,Arial,sans-serif;
	font-size: 24px;
	font-weight: 300;
	padding-bottom: 120px;
}
.grecaptcha-badge { z-index:10;bottom: 110px!important; }

.section-block.green-bg {
	background-color: #dce0d6;
	background-image: url(../images/triangle-bg-right.png);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-size: auto 100%;
}

.sticky-nav-bottom:after {
	background-color: #004729;
	content: "";
	display: block;
	height: 57px;
	opacity: .4;
	position: fixed;
	bottom: 0;
	z-index: 10;
	width: 100%;
}

.sticky-nav-button {
	z-index: 11;
	position: fixed;
	display: flex;
	bottom: 0;
	left:  calc(50% - ((180px*3)/2));
	width: calc(180px*3);
	height: 100px;
	background-color: #c1a573;
	padding: 10px 0 10px 0;
}
.sticky-nav-button .menu {
	height: 80px;
	width: 180px;
	text-align: center;
	color: white;
	font-size: 18px;
	line-height: 18px;
	border-left: 2px #ffffff solid;
}
.sticky-nav-button .menu:first-child {
	border-left: 0px;
}
.sticky-nav-button .menu a {
	color: #ffffff;
}
.sticky-nav-button .menu svg {
	max-width: 40px;
	max-height: 46px;
	padding-bottom: 6px;
}
.sticky-nav-button .menu img {
	max-width: 40px;
	max-height: 46px;
	padding-bottom: 6px;
}

.image-cover {
	width: 100%;
}
.image-cover .image-bg {
	width: 100%;
	height: 300px;
	max-width: 900px;
	max-height: 300px;
	background-position: center center;
	background-size: cover;
	margin: auto;
}

@media (max-width: 768px) {
	.sticky-nav-button {
		left:  calc(50% - ((124px*3)/2));
		width: calc(124px*3);
	}
	.sticky-nav-button .menu {
		width: 124px;
	}
}

.text-svnh {
	color: #215D44;
}
.text-gold {
	color: #b18e50;
}
.text-header {
	font-size: 1.875rem;
	font-weight: 700;
	padding-top: 60px;
}

a:hover {
	text-decoration: none;
	color: #215D44;
}
a {
	color: #215D44;
}

a.btn-appointment {
	border-radius: 0px;
	font-size: 24px;
	background-color: #2F5E4A;
	color: #ffffff;
}
a.btn-appointment:hover {
	color: #ffc107;
}


.img-circle {
	border-radius: 50%;
	text-align: center;
}
.img-doctor {
	background: #cccccc;
	width: 100%;
	height: 100%;
	min-height: 300px;
	background-position: center top;
	background-size: 100%;
}

@media (max-width: 768px) {
	.img-doctor {
		min-height: 450px;
	}
}


.video-section iframe {
	width: 100%;
	max-width: 800px;
	max-height: 600px;
}



.text-floating {
	position: relative;
}

.text-floating input:focus ~ .floating-label,
.text-floating input:not(:focus):valid ~ .floating-label,
.text-floating textarea:focus ~ .floating-label,
.text-floating textarea:not(:focus):valid ~ .floating-label {
	top: -14px;
	left: 12px;
	font-size: 18px;
	opacity: 1;
	background-color: white;
	padding: 0px 4px;
	font-weight: bold;
}

.has-error .text-floating input.input-text,
.has-error .text-floating textarea.input-text {
	border-color: red;
}
.has-error .text-floating .floating-label {
	color: red;
}
.text-floating input.input-text,
.text-floating textarea.input-text {
	width: 100%;
    padding-left: 14px;
}
.text-floating textarea.input-text {
    padding-top: 14px;
}

.text-floating input.input-text {
	font-size: 20px;
	height: 46px;
    border-radius: 0;
    border: 1px solid #000;
}

.text-floating .floating-label {
	position: absolute;
	pointer-events: none;
	left: 12px;
	top: 6px;
	transition: 0.2s ease all;
}


.btn-svnh {
	background-color: #004729;
	border-color: #004729;
	width: 200px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 300;
    text-transform: uppercase;
}

.font-en {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.help-block.help-block-error {
	color: red;
	font-size: 18px;
	margin-bottom: 0px;
}