/* Global */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	line-height: 1.75;
}
img {
	max-width: 100%;
	height: auto;
}
.embed-container { 
	position: relative; 
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
	border-radius: 10px;
}
.embed-container iframe,
.embed-container object,
.embed-container embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #A8A8A8;
	opacity: 1;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
textarea::-moz-placeholder {
	color: #A8A8A8;
	opacity: 1;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #A8A8A8;
	opacity: 1;
}
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #A8A8A8;
	opacity: 1;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
textarea::placeholder {
	color: #A8A8A8;
	opacity: 1;
}

input[type=checkbox],
input[type=radio] {
	display: none !important;
}
input[type=checkbox] label,
input[type=radio] label {
	position: relative;
	cursor: pointer;
}
input[type=checkbox] + label:before {
	content: '';  
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0px 8px 0 8px;
	vertical-align: middle;
	cursor: pointer;
	background-color: #F4F4F4;
	border: none;
}
input[type=radio] + label:before {
	content: '';  
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0px 8px 0 8px;
	vertical-align: middle;
	cursor: pointer;
	border-radius: 100%;
	background-color: #F4F4F4;
	border: none;
}
input[type=checkbox]:checked + label,
input[type=radio]:checked + label {
	position: relative;
}
/*input[type=radio]:checked + label:after {
	content: '';
	position: absolute;
	top: 6px;
	left: 8px;
	width: 14px;
	height: 14px;
	border: none;
	border-radius: 100%;
	display: inline-block;
	cursor: pointer;
}*/
input[type=checkbox]:checked + label:before,
input[type=radio]:checked + label:before {
	background-color: #EC7825;
}


/* Themes */
.logo-wrapper {
	margin: 30px auto;
	text-align: center;
}
.logo-wrapper img {
	width: 118px;
	height: 32px;
}

.hero-sliders-container {
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}
.hero-sliders-container .carousel .carousel-item img {
	width: 100%;
}
.hero-sliders-container .bg1 {
	width: 100%;
	height: 324px;
	max-height: 324px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-top: -100px;
}

.contents-container {
	margin-top: -150px;
	padding-bottom: 50px;
}
.contents-container h2.title {
	font-family: 'Prompt',sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #294783;
    text-align: center;
    margin-bottom: 30px;
}
.contents-container span {
    color: #ec7825;
}
.contents-container span a {
    color: #ec7825;
}
.contents-container .content-wrapper h3.content {
	font-family: 'Prompt',sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #294783;
}
.contents-container .content-wrapper p.content {
	font-family: 'Prompt',sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #294783;
	margin-top: -3px!important;
}
.contents-container img {
	width: 100%;
	height: 415px;
	object-fit: contain;
}

.zigzag-container {
	margin-top: 30px;
}
.ellipse-container {
	position: relative;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}
.zigzag-container .zigzag-layout {
	padding-bottom: 80px;
}
.zigzag-container .content-wrapper {
	padding-bottom: 30px;
}
.zigzag-container .content-wrapper.space {
	padding-left: 0;
}
.zigzag-container .text1 {
	font-family: 'Prompt', sans-serif;
	font-weight: 700;
	font-size: 24px;
	color: #294783;
	margin-bottom: 15px;
}
.zigzag-container .text2 {
	font-family: 'Prompt', sans-serif;
	font-weight: 500;
	font-size: 20px;
	color: #EC7825;
	margin-bottom: 15px;
}
.zigzag-container .text3 {
	font-family: 'Prompt', sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: #294783;
	margin-bottom: 25px;
}
.zigzag-container .list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.zigzag-container .list li
{
	display: flex;
	font-family: 'Prompt', sans-serif;
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 10px;
    color: #294783;
}
.zigzag-container .list li span {
	display: inline-block;
	width: 22px;
	min-width: 22px;
	height: 22px;
	min-height: 22px;
	margin-right: 10px;
	background-image: url('/wp-content/themes/vejthani/includes/assets/new-landing/check-circle.png');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}
.zigzag-container .btn-wrapper {
	margin: 30px auto;
	text-align: center;
}
.zigzag-container .btn-wrapper.mobile {
	display: block;
	margin-bottom: 0;
}
.zigzag-container .btn-wrapper.desktop {
	display: none;
}
.ellipse-container .ellipse {
	display: none;
}

.left-right-container {
	padding: 50px 0;
	background: #FBFBFB;
}
.left-right-container .title {
	font-family: 'Prompt', sans-serif;
	font-weight: 700;
	font-size: 24px;
	color: #294783;
	margin-bottom: 15px;	
}
.left-right-container .title span {
	color: #EC7825;
}
.left-right-container .content {
	font-family: 'Prompt', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #212529;
	margin-bottom: 0;	
}
.left-right-container .content-wrapper {
	padding-right: 0;
	margin-top: 30px;
}
.left-right-container .right-wrapper .slick-list {
	padding: 0 25% 0 0;
}
.left-right-container .right-wrapper .slick-slide img {
	width: 100%;
	max-width: calc(100% - 20px);
}
.left-right-container .arrows-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}
.left-right-container .arrows-wrapper button {
	width: 30px;
	height: 30px;
	border: none;
	border-radius: 100%;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	margin: 0 5px;
}
.left-right-container #arrow__prev {
	background-image: url('/wp-content/themes/vejthani/includes/assets/new-landing/arrow-prev.png');
}
.left-right-container #arrow__next {
	background-image: url('/wp-content/themes/vejthani/includes/assets/new-landing/arrow-next.png');
}
.left-right-container ul {
	list-style: none;
    margin: 0;
    padding: 0;
	margin-top: 15px;
}
.left-right-container ul li {
	display: flex;
	font-family: 'Prompt', sans-serif;
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 10px;
    color: #294783;
}
.left-right-container ul li span {
	display: inline-block;
	width: 22px;
	min-width: 22px;
	height: 22px;
	min-height: 22px;
	margin-right: 10px;
	background-image: url('/wp-content/themes/vejthani/includes/assets/new-landing/check-circle.png');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}


.full-container {
	padding: 80px 0 50px 0;
}
.full-container .content-wrapper {
	margin-bottom: 50px;
}
.full-container .title {
	font-family: 'Prompt', sans-serif;
	font-weight: 700;
	font-size: 30px;
	color: #294783;
	text-align: center;
	margin-bottom: 30px;
}
.full-container .title span {
	color: #EC7825;
}
.full-container .content {
	font-family: 'Prompt', sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #294783;
	text-align: left;
	margin: 0 auto 30px auto;
	max-width: 100%;
}
.full-container .content a {
	color: #EC7825;
	text-decoration: none;
}

.video-3-container .content-wrapper {
	margin-bottom: 50px;
}
.video-3-container .title {
	font-family: 'Prompt', sans-serif;
	font-weight: 700;
	font-size: 30px;
	color: #294783;
	text-align: center;
	margin-bottom: 30px;
}
.video-3-container .title span {
	color: #EC7825;
}
.video-3-container .video-text {
	font-family: 'Prompt', sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #294783;
	margin-top: 15px;
	margin-bottom: 0;
	text-align: center;
}
.video-3-container .btn-wrapper {
	margin: 30px auto;
	text-align: center;
}

.video-2-container .content-wrapper {
	margin-bottom: 50px;
}
.video-2-container .title {
	font-family: 'Prompt', sans-serif;
	font-weight: 700;
	font-size: 30px;
	color: #294783;
	text-align: center;
	margin-bottom: 30px;
}
.video-2-container .title span {
	color: #EC7825;
}
.video-2-container .video-text {
	font-family: 'Prompt', sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #294783;
	margin-top: 15px;
	margin-bottom: 0;
	text-align: center;
}
.video-2-container .btn-wrapper {
	margin: 30px auto;
	text-align: center;
}

.bg-container {
	margin-top: -224px;
}
.bg-container .bg2 {
	width: 100%;
	height: 324px;
	max-height: 324px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.doctor-container {
	position: relative;
	padding: 80px 0 50px 0;
	margin-top: -124px;
	width: 100%;
	max-width: 100%;
	overflow: hidden;	
}
.doctor-container .ellipse {
	display: none;
}
.doctor-container .content-wrapper {
	padding-left: 0;
}
.doctor-container .name {
	font-family: 'Prompt', sans-serif;
	font-weight: 700;
	font-size: 22px;
	color: #EC7825;
	margin-bottom: 15px;	
}
.doctor-container .special {
	font-family: 'Prompt', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #294783;
	margin-bottom: 0;
}
.doctor-container .link {
	font-family: 'Prompt', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #294783;
	text-decoration: none;
}
.doctor-container .special span,
.doctor-container .link span {
	color: #EC7825;
}
.doctor-container .list-icon {
	list-style: none;
	margin: 0;
	padding: 0;
}
.doctor-container .list-icon li {
	position: relative;
	margin-top: 30px;
	padding-left: 30px;
	font-family: 'Prompt', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #294783;	
}
.doctor-container .list-icon li:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 22px;
	min-width: 22px;
	height: 22px;
	min-height: 22px;
	margin-right: 10px;
	background-image: url('/wp-content/themes/vejthani/includes/assets/new-landing/check-circle.png');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;	
}
.doctor-container .list-icon li span {
	color: #EC7825;
}
.doctor-container .list-icon li small {
	font-weight: 400;
	font-size: 16px;
	color: #212529;
}

.doctor-columns-container {
	padding: 50px 0;
}
.doctor-columns-container .post-title,
.doctor-columns-container .title {
	font-family: 'Prompt', sans-serif;
	color: #294783;
	text-align: center;
}
.doctor-columns-container .title {
	font-weight: 700;
	font-size: 30px;
	margin-bottom: 50px;
}
.doctor-columns-container .image-wrapper {
	margin: 0 auto 15px auto;
	text-align: center;
	border-radius: 10px;
}
.doctor-columns-container .image-wrapper img {
	border-radius: 10px;
}
.doctor-columns-container .post-title {
	display: inline-block;
	width: 100%;
	font-weight: 500;
	font-size: 16px;
	text-decoration: none;
}

.article-container {
	padding: 50px 0;
	position: relative;
	width: 100%;
	max-width: 100%;
	overflow: hidden;	
}
.article-container .ellipse {
	display: none;
}
.article-container .post-title,
.article-container .title {
	font-family: 'Prompt', sans-serif;
	color: #294783;
	text-align: center;
}
.article-container .title {
	font-weight: 700;
	font-size: 30px;
	margin-bottom: 50px;
}
.article-container .image-wrapper {
	margin-bottom: 15px;
	border-radius: 10px;
}
.article-container .image-wrapper img {
	border-radius: 10px;
}
.article-container .post-title {
	display: inline-block;
	width: 100%;
	font-weight: 500;
	font-size: 16px;
	text-decoration: none;
}

.landing-rating-container {
	padding: 50px 0;
}
.landing-rating-container .wprs_container #wprs_square {
	width: 100%;
}
.landing-rating-container .wprs_container hr {
	display: none !important;
}
.landing-rating-container .wprs_container #wprs_square > .row {
	flex-wrap: nowrap !important;
}


#form__container {
	margin-bottom: 80px;
	position: relative;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}
#form__container .ellipse {
	display: none;
}
#form__container .form-wrapper {
	padding: 0;
	background: transparent;
	box-shadow: none;
	border-radius: 0;
}
#form__container .form-content {
	padding-top: 0;
	padding-right: 0;
}
#form__container .form-content .title1 {
	font-family: 'Prompt', sans-serif;
	font-weight: 700;
	font-size: 32px;
	color: #0B4197;
	margin-bottom: 15px;
}
#form__container .form-content .title1 span {
	color: #EC7825;
}
#form__container .form-content .title2 {
	font-family: 'Prompt', sans-serif;
	font-weight: 500;
	font-size: 28px;
	color: #0B4197;
	margin-bottom: 30px;
}
#form__container .form-content .title2 span {
	color: #EC7825;
}
#form__container .form-content .text1 {
	font-family: 'Prompt', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #212529;
	margin-bottom: 30px;
}
#form__container .form-content .text2 {
	font-family: 'Prompt', sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #0B4197;
	margin-bottom: 30px;
}
#form__container .form-content .hotline {
	display: inline-flex;
	align-items: center;
	font-family: 'Prompt', sans-serif;
	font-weight: 700;
	font-size: 22px;
	color: #EC7825;
	text-decoration: none;
	text-transform: uppercase;
}
#form__container .form-content .hotline img {
	width: 18px;
	height: 18px;
	margin-right: 10px;
}
#form__container .form-shortcode {
	background: #294783;
	box-shadow: 0px 4px 34px rgba(181, 181, 181, 0.25);
	border-radius: 5px;
	margin-top: 80px;
}
#form__container .form-shortcode .gform_wrapper {
	position: relative;
	padding: 30px 15px 20px 15px;
}
.form-shortcode .gform_wrapper .gf_page_steps {
	display: flex;
	align-items: center;
	justify-content: flex-end;	
	margin: 30px 0;
	padding: 0;
	border: none;
}
.gform_wrapper div.validation_error {
	font-family: 'Prompt', sans-serif;
	font-weight: 500 !important;
	font-size: 16px !important;	
	color: #EC7825 !important;
	border: none !important;
}
#form__container .form-shortcode .gform_validation_error .gf_page_steps {
	top: 134px;
}
.form-shortcode .gform_wrapper .gform_page_footer {
	margin: 20px auto 15px auto;
	text-align: center;
	border: none;
}
.form-shortcode .gform_wrapper .gform_page_footer .button {
	min-width: 150px;
	padding: 10px 30px;
	font-family: 'Prompt', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	background: #F4791F;
	border-color: #F4791F;
	border-radius: 10px;
	box-shadow: none;
	border: none;
}
.form-shortcode .gform_wrapper .gform_page_footer .button:hover,
.form-shortcode .gform_wrapper .gform_page_footer .button:active,
.form-shortcode .gform_wrapper .gform_page_footer .button:focus {
	background: #294783;
	border-color: #294783;
}
.form-shortcode .gform_wrapper .gform_page_footer input[type=submit] {
	background: #294783;
	border-color: #294783;	
}
.form-shortcode .gform_wrapper .gf_page_steps .gf_step {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border: none;
	border-radius: 100%;
	background: #EEEEEE;
	opacity: 1;
	margin: 0 10px 0 0;
}
.form-shortcode .gform_wrapper .gf_page_steps .gf_step_active {
	background: #EC7825;
}
.form-shortcode .gform_wrapper .gf_page_steps .gf_step .gf_step_number {
	font-family: 'Prompt', sans-serif;
	font-weight: 700;
	font-size: 18px;	
	color: #fff;	
	margin: 0 auto;
	text-align: center;
	padding-left: 2px;
}
.form-shortcode .gform_wrapper .gform_fields .gsection {
	border: none;
}
.form-shortcode .gform_wrapper .gform_fields .gsection .gsection_title {
	font-family: 'Prompt', sans-serif;
	font-weight: 700;
	font-size: 22px;	
	color: #294783;
}
.form-shortcode .gform_wrapper .gform_fields .gfield_html,
.form-shortcode .gform_wrapper .gform_fields .gfield .gfield_description,
.form-shortcode .gform_wrapper .gform_fields .gsection .gsection_description {
	font-family: 'Prompt', sans-serif;
	font-weight: 400;
	font-size: 14px;	
	color: #212529;
}
.form-shortcode .gform_wrapper .gform_fields .gfield > label {
	font-family: 'Prompt', sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #294783;
}
.form-shortcode .gform_wrapper .gform_fields .gfield_contains_required {
	border: none !important;
	background: none !important;
}
.form-shortcode .gform_wrapper .gform_fields .gfield .validation_message,
.form-shortcode .gform_wrapper .gform_fields .gfield .gfield_required {
	font-family: 'Prompt', sans-serif;
	font-weight: 700;
	font-size: 14px;	
	color: #EC7825;
}
.form-shortcode .gform_wrapper .gform_fields .gfield .validation_message {
	padding-top: 0;
}
.form-shortcode .gform_wrapper .gform_fields .gfield select,
.form-shortcode .gform_wrapper .gform_fields .gfield textarea,
.form-shortcode .gform_wrapper .gform_fields .gfield input[type=text],
.form-shortcode .gform_wrapper .gform_fields .gfield input[type=email] {
	font-family: 'Prompt', sans-serif !important;
	font-weight: 500;
	font-size: 16px !important;
	color: #212529;
	background: #F4F4F4;
	border: none;
	border-radius: 5px;
	padding: 10px !important;
}
.form-shortcode .gform_wrapper .gform_fields .gfield_error input[type=text],
.form-shortcode .gform_wrapper .gform_fields .gfield_error input[type=email] {
	border: 1px solid #EC7825 !important;
}
.form-shortcode .gform_wrapper .gform_fields .gfield .gfield_checkbox label,
.form-shortcode .gform_wrapper .gform_fields .gfield .gfield_radio label {
	font-family: 'Prompt', sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #212529;
}
#gforms_confirmation_message {
	font-family: 'Prompt', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #212529;
	background-color: #fff;
	border: none;
	border-radius: 5px;
}

.footer-container {
	padding-bottom: 50px;
}
.footer-container > .top {
	padding: 50px 0;
	background: #EC7825;
}
.footer-container > .top .title {
	font-family: 'Prompt', sans-serif;
	font-weight: 700;
	font-size: 28px;
	color: #fff;
	text-align: center;
	margin-bottom: 15px;
}
.footer-container > .top .text {
	font-family: 'Prompt', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	text-align: center;
	margin-bottom: 30px;
}
.footer-container > .top .btn-wrapper {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.footer-container .logo-wrapper {
	text-align: left;
}
.footer-container > .bottom p {
	font-family: 'Prompt', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #212529;
	margin-bottom: 5px;
}
.footer-container > .bottom a {
	color: #212529;
	text-decoration: none;
}
.footer-container > .bottom a:focus,
.footer-container > .bottom a:active,
.footer-container > .bottom a:hover {
	color: #EC7825;
	text-decoration: none;
}

.flyer-wrapper {
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 9999999;
}
.flyer-wrapper #go__top {
	width: 40px;
	height: 40px;
	background-image: url('/wp-content/themes/vejthani/includes/assets/new-landing/go-top.png');
	background-repeat: no-repeat;
	background-size: 35%;
	background-position: center;
	background-color: #0B4197;
	box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.06);
	border: none;
	border-radius: 100%;
	pointer-events: none;
	opacity: 0;
	transition: opacity .15s ease-in-out;
}
.flyer-wrapper #go__top.visible {
	opacity: 1;
	pointer-events: auto;
}

#socials__container .social-box {
	position: relative;
	cursor: pointer;
}
#socials__container .social-box .toggle-icon {
	display: inline-block;
	width: 40px;
	height: 40px;
	background-image: url('/wp-content/themes/vejthani/includes/assets/new-landing/social-open.png');
	background-repeat: no-repeat;
	background-size: 45%;
	background-position: center;
	background-color: #0B4197;
	box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.06);
	border: none;
	border-radius: 100%;
}
#socials__container .social-box .toggle-icon.close {
	background-image: url('/wp-content/themes/vejthani/includes/assets/new-landing/close.png');
}
.flyer-wrapper #socials__gallery {
	position: absolute;
	top: -134px;
	left: 0;
	visibility: hidden;
}
.flyer-wrapper #socials__gallery .social-wrapper > a {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 40px;	
	box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.06);
	border: none;
	border-radius: 100%;
	visibility: hidden;
	opacity: 0;
}
.flyer-wrapper #socials__gallery .facebook {
	background-image: url('/wp-content/themes/vejthani/includes/assets/new-landing/social-chat.png');
	background-repeat: no-repeat;
	background-size: 62px 62px;
	background-position: center;
	/*background-color: #0084ff;*/
}
.flyer-wrapper #socials__gallery .facebook-me {
	background-image: url('/wp-content/themes/vejthani/includes/assets/new-landing/social-chat.png');
	background-repeat: no-repeat;
	background-size: 62px 62px;
	background-position: center;
	/*background-color: #0084ff;*/
}
.flyer-wrapper #socials__gallery .line-me {
	background-image: url('/wp-content/themes/vejthani/includes/assets/new-landing/social-chat-line.png');
    background-repeat: no-repeat;
    background-size: 62px 62px;
    background-position: center;
	/*background-color: #0084ff;*/
}
.flyer-wrapper #socials__gallery .whatsapp {
	background-image: url('/wp-content/themes/vejthani/includes/assets/new-landing/social-chat-whatsapp.png');
	background-repeat: no-repeat;
	background-size: 62px 62px;
	background-position: center;
	/*background-color: #0084ff;*/
}
.flyer-wrapper #socials__gallery .call {
	background-image: url('/wp-content/themes/vejthani/includes/assets/new-landing/social-call.png');
	background-repeat: no-repeat;
	background-size: 35%;
	background-position: center;
	background-color: #0B4197;
}
.flyer-wrapper #socials__gallery .call-me {
	background-image: url('/wp-content/themes/vejthani/includes/assets/new-landing/social-call.png');
	background-repeat: no-repeat;
	background-size: 35%;
	background-position: center;
	background-color: #0B4197;
}
.flyer-wrapper #socials__gallery .doctor {
	background-image: url('/wp-content/themes/vejthani/includes/assets/new-landing/social-doctor.png');
	background-repeat: no-repeat;
	background-size: 55%;
	background-position: center;
	background-color: #0B4197;
}
.flyer-wrapper #socials__gallery .social-wrapper .text-wrapper {
	width: 142px;
	position: absolute;
	top: 50%;
	left: -150px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);	
	margin: 0 auto;
	text-align: center;
	padding: 5px 10px;
	background: #fff;
	box-shadow: 0px 4px 24px rgba(0,0,0,0.06);
	border-radius: 3px;
}
.flyer-wrapper #socials__gallery .social-wrapper > a .text {
	font-family: 'Kanit', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #0B4197;
	text-align: center;
}
.flyer-wrapper #socials__gallery .social-wrapper > a .text:after {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 50%;
	right: -15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-style: solid;
	border-width: 8px;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: #fff;
}

#cn-notice-text {
	font-family: 'Kanit', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #212529;
}

/* Override */
.btn-primary {
	min-width: 200px;
	padding: 10px 30px !important;
	font-family: 'Prompt', sans-serif !important;
	font-weight: 400 !important;
	font-size: 16px !important;
	color: #fff !important;
	background: #294783 !important;
	border-color: #294783 !important;
	border-radius: 10px !important;
	box-shadow: none;
}
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:active {
	background: #F4791F !important;
	border-color: #F4791F !important;
	box-shadow: none;
	border: 1px solid #fff !important;
}
.btn-secondary {
	min-width: 200px;
	padding: 10px 30px !important;
	font-family: 'Prompt', sans-serif !important;
	font-weight: 400 !important;
	font-size: 16px !important;
	color: #fff !important;
	background: #F4791F !important;
	border-color: #F4791F !important;
	border-radius: 10px !important;
	box-shadow: none;
}
.btn-secondary:focus,
.btn-secondary:hover,
.btn-secondary:active {
	background: #294783 !important;
	border-color: #294783 !important;
	box-shadow: none;
}


/*
RESPONSIVE BREAKPOINTS
**********************/

/*
Small devices (landscape phones, 576px and up)
**********************/
@media only screen and (min-width: 576px) {
}

/*
Medium devices (tablets, 768px and up)
**********************/
@media only screen and (min-width: 768px) {
	.zigzag-container .content-wrapper {
		padding-bottom: 0;
	}
	.zigzag-container .content-wrapper.space {
		padding-left: 50px;
	}	
	.zigzag-container .btn-wrapper {
		text-align: left;
	}
	.zigzag-container .btn-wrapper.mobile {
		display: none;
	}
	.zigzag-container .btn-wrapper.desktop {
		display: block;
	}
	.ellipse-container.left .ellipse {
		display: block;
		width: 180px;
		height: 180px;
		position: absolute;
		bottom: 50px;
		left: -90px;
		background: #F9FDFF;
		box-shadow: 0px 84px 134px -8px #E8EFF5;
		border-radius: 100%;
		z-index: -1;
	}
	.ellipse-container.right .ellipse {
		display: block;
		width: 240px;
		height: 240px;
		position: absolute;
		bottom: 50px;
		right: -120px;
		border: 78px solid #F9FDFF;
		box-sizing: border-box;
		box-shadow: 0px 4px 134px -8px #E8EFF5;
		border-radius: 100%;
		z-index: -1;
	}	
	.left-right-container .content-wrapper {
		padding-right: 15%;
		margin-top: 0;
	}
	.full-container .content {
		text-align: center;
		max-width: 978px;
	}
	.doctor-container .ellipse {
		display: block;
		width: 240px;
		height: 240px;
		position: absolute;
		top: 15px;
		left: -120px;
		border: 78px solid #F9FDFF;
		box-sizing: border-box;
		box-shadow: 0px 4px 134px -8px #E8EFF5;
		border-radius: 100%;
		z-index: -1;
	}
	.doctor-container .content-wrapper {
		padding-left: 50px;
	}
	.article-container .ellipse {
		display: block;
		width: 300px;
		height: 300px;
		position: absolute;
		bottom: 50px;
		right: -150px;
		border: 108px solid #F9FDFF;
		box-sizing: border-box;
		box-shadow: 0px 84px 134px -8px #E8EFF5;
		border-radius: 100%;
		z-index: -1;
	}
	#form__container .ellipse {
		display: block;
		width: 300px;
		height: 300px;
		position: absolute;
		top: 100px;
		left: -150px;
		border: 108px solid #F9FDFF;
		box-sizing: border-box;
		box-shadow: 0px 84px 134px -8px #E8EFF5;
		border-radius: 100%;
		z-index: -1;
	}
	#form__container .form-wrapper {
		padding: 50px;
		background: #294783;
		box-shadow: 0px 4px 34px rgba(181, 181, 181, 0.25);
		border-radius: 20px;
	}
	#form__container .form-content .title1 {
		color: #EC7825;
	}
	#form__container .form-content .text1,
	#form__container .form-content .title2 {
		color: #fff;
	}
	#form__container .form-content .text2 {
		color: #EC7825;
	}
	#form__container .form-shortcode {
		background: #FFFFFF;
		box-shadow: 0px 4px 34px rgba(181, 181, 181, 0.25);
		border-radius: 20px;
	}
	#form__container .form-shortcode .gform_wrapper {
		padding: 10px 20px 20px 30px;
	}
	.footer-container > .top .title {
		text-align: left;
	}	
	.footer-container > .top .text {
		text-align: left;
		margin-bottom: 0;
	}
	.footer-container > .top .btn-wrapper {
		text-align: right;
	}
	.footer-container .logo-wrapper {
		text-align: center;
	}
}

/*
Large devices (desktops, 992px and up)
**********************/
@media only screen and (min-width: 992px) {
	.logo-wrapper img {
		width: 229px;
		height: 62px;
	}
	#form__container .form-content {
		padding-top: 30px;
		padding-right: 15px;
	}
	#form__container .form-shortcode {
		margin-top: 0;
	}
}

/*
Extra large devices (large desktops, 1200px and up)
**********************/
@media only screen and (min-width: 1200px) {
	#form__container .form-content {
		padding-right: 50px;
	}
	.contents-container h2.title {
		font-size: 42px;
	}
	.contents-container .content-wrapper h3.content {
		font-size: 20px;
	}
	.contents-container .content-wrapper p.content {
		font-size: 16px;
	}
	.landing-hero-container .container,
	.landing-intro-container .container,
	.landing-page-get-content .container,
	#form__object__container .container,
	#footer_sticky_pc .container,
	.footer-intro-tags .container,
	.footer-landing-section .container,
	.page-template-template-landing-page-en-edit .container,
	.landing-rating-container .container {
		max-width: 1170px !important;
	}

	.hero-sliders-container .container,
	.zigzag-container .container,
	.left-right-container .container,
	.full-container .container,
	.video-3-container .container,
	.bg-container .container,
	.doctor-container .container,
	.article-container .container,
	.landing-social-doctor-container .container,
	#form__container .container,
	.footer-container .container {
		max-width: 1350px !important;
	}
}

/*
Extra largest devices (largest screen, 1440px and up)
**********************/
@media only screen and (min-width: 1440px) {
}


/*
MAX WIDTH
**********************/
@media only screen and (max-width: 767px) {
	.hero-sliders-container > .container {
		padding-left: 0;
		padding-right: 0;
	}
	#form__container .form-shortcode .gform_wrapper .gform_body {
		padding: 10px 15px;
		background: #FFFFFF;
		box-shadow: 0px 4px 34px rgba(181, 181, 181, 0.25);
		border-radius: 5px;
	}
}

/*
Max width on Mobile and Landscape
**********************/
@media only screen and (max-width: 767px) and (orientation: landscape) {
}

/* section insurance */
.section-content-insurance .col-md-5 .btn-primary {
	min-width: 100%;
	margin: 10px 0;
	font-size: 14px !important;
}

/*
top popup and PDPA
**********************/
/* #cookie-notice .cookie-notice-container #cn-notice-buttons {
	display: flex;
	justify-content: center;
	flex-direction: row-reverse;
}
#cookie-notice #cn-notice-buttons .cn-set-cookie {
	font-size: 16px !important;
}
#cookie-notice #cn-notice-buttons .cn-more-info {
	background: rgba(244,244,244,1) !important;
	border-color: rgba(244,244,244,1) !important;
	color: #294783 !important;
	text-decoration: underline !important;
	font-size: 14px !important;
} */

@media only screen and (max-width: 600px) {
	/* #cookie-notice {
		height: 110px !important;
		font-size: 10px;
		line-height: 14px;
		top: 0;
	}
	#cookie-notice .cookie-notice-container #cn-notice-buttons {
		display: flex;
		justify-content: center;
		flex-direction: row-reverse;
	}
	#cookie-notice .cn-button {
		font-size: 10px !important;
		min-width: 150px;
		height: 35px;
	}
	#cookie-notice #cn-notice-buttons .cn-set-cookie {
		font-size: 14px !important;
	}
	#cookie-notice #cn-notice-buttons .cn-more-info {
		font-size: 12px !important;
	} */
	/* #site__landing {
		margin-top: 140px;
	}
	#site__content {
		margin-top: 110px;
	}
	.disable {
		margin-top: 0px !important;
	}
	.none {
		display: none;
	} */
	/* #cn-notice-text {
		font-size: 10px;
		line-height: 14px;
	}
	#cookie-notice .btn-primary {
		padding: 8px 10px !important;
	} */
	.btn-primary {
		width: 100% !important;
		margin-top: 10px !important;
	}
	.page-template-template-landing-page-en-edit #site__content {
		padding-top: 30px;
	}
}

.modal {
    font-family: 'Prompt',sans-serif;
}

@media only screen and (min-device-width: 1024px) {
	.contact-wrapper .hotline a {
	   pointer-events: none;
   }
   .form-content a.hotline {
		pointer-events: none;
	}
	.modal-footer a.phone {
		pointer-events: none;
	}
	.footer-container a.hotline {
		pointer-events: none;
	}
}