@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css2?family=Forum&amp;family=Sarabun:wght@200&amp;family=Source+Serif+Pro:wght@300;400;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sarabun:wght@100;200;400;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Serif+Pro:wght@300;400;700&amp;display=swap');
body {
	color:#3f2938;
	font-family: 'Source Serif Pro', serif;
	background-color:#ffffff;
	font-weight:400;
}
body > div {
	font-size: 17px;
}
a {
	text-decoration: none !important;
	color:#141926;
}
p:empty {
	display:none;
}
/*HEADING_SECTION*/
h1 , h2 , h3 , h4 , h5 , h6 {
	font-family: 'Forum', cursive;
	font-weight:400;
}
h1{
	text-shadow: 5px 5px 5px #4c484b;
}
h2.site-tag{
	font-family: 'Sarabun', sans-serif;
	font-weight:200;
	padding-left: 20px;
}
h2 {
	font-size: 50px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
p {
	margin: 0 0 15px;
}
/*MENU_SECTION*/
.menu a span {
	font-family: 'Source Serif Pro', serif;
	color: #fff;
	font-size: 18px;
	font-weight:700;
}
.menu li {
	padding: 0px 12px;
}
.menu li:first-child{
	padding-left:0;
}
.menu li:last-child{
	padding-right:0;
}
.vc_row .nav-primary, .menu-toggle{
	float:none;
}
.genesis-nav-menu li.page_item.current-menu-item > a span {
	border-bottom:7px solid #3f2938 ;
}
/*Sub Menu*/
.genesis-nav-menu .sub-menu a{
	border:0;
	width:100%;
	background-color:transparent;
}
.menu li .sub-menu{
	top: 20px;
	background-color: #d9d9d8;
	padding-bottom:15px;
	border:0;
	text-align: left;
}
.menu li .sub-menu li{
	margin:0;
}
/*PLACEHOLDER_SECTION*/
::-webkit-input-placeholder { 
	color:#141926;
	opacity:  1;
}
:-moz-placeholder { 
	color:#141926;
	opacity:  1;
}
::-moz-placeholder {
	color:#141926;
	opacity:  1;
}
:-ms-input-placeholder {
	color:#141926;
	opacity:  1;
}
/*FORM_SECTION*/
input, select, textarea {
	background-color: #cacacb;
	border: none!important;
	color:#141926;
	font-family: 'Source Serif Pro', serif !important;
	font-size: 23px !important;
	font-weight: 400;
	padding: 0px 12px !important;
	border-radius:0px !important;
	line-height: initial;
}
.vc_row .gform_wrapper .gform_footer input[type=submit]{
	font-family: 'Sarabun', sans-serif !important;
	margin: 0;
	background: #605d6e;
	font-size: 18px !important;
	padding: 6px 2.5em !important;
	font-weight:400;
	color:#fff;
	border:none!important;
	margin: 0px 0px;
	width:100%;
}
.vc_row .gform_wrapper .gform_footer {
	padding: 0px 0 15px 0;
	text-align:center;
	margin: 0;
	padding: 0;
}
.vc_row .gform_wrapper ul.gform_fields li.gfield.gf_left_half {
	padding-right: 7px;
}
.vc_row .gform_wrapper ul.gform_fields li.gfield.gf_right_half {
	padding-left: 7px;
}
.gform_wrapper ul.gform_fields li.gfield{
	margin-bottom:0;
}

.site-inner {
	margin-top: 0!important;
}
.vc_row .gform_confirmation_message {
	padding: 3em 0 5.5em 0;
}
.ginput_container {
	margin-bottom: 0 !important;
}
.vc_row .gform_wrapper  {
	width: 90%;
	margin:0 auto;
}
.vc_row .gform_wrapper textarea.medium {
	height: 80px!important;
}
/*ICON_SECTION*/
.vc_row .vc_icon_element.vc_icon_element-outer, .vc_row a.mpc-icon-column {
	vertical-align: middle;
}
.vc_row h3.mpc-icon-column__heading{
	font-family: 'Source Sans Pro', sans-serif;
	color: #e4efed;
	font-size: 16px;
	font-weight: 600;
}
/*AUDIO_SECTION*/
body span.mejs-time-loaded,   body span.mejs-time-hovered, body span.mejs-time-buffering, .vc_row .mejs-volume-button, .vc_row .mejs-time-handle-content, .vc_row .mejs-horizontal-volume-slider, .vc_row .mejs-time-float,.mejs-time.mejs-duration-container,.mejs-time.mejs-currenttime-container,audio  {
	display:none !important;
}
.vc_row .mejs-container .mejs-controls, .vc_row .mejs-container{
	background: transparent;
}
.vc_row .mejs-controls .mejs-time-rail .mejs-time-total, .vc_row .mejs-time-float-corner, .vc_row .mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: #fff;
	top: 4px;
	height: 9px;
	left: 8px;
}
body .mejs-time-current {
	background:#3f2938!important;
	height: 9px;
}
.vc_row .customaudioplayer .mejs-button>button,body .mejs-replay button {
	background: transparent;
	margin: 0;
}
.mejs-play:before, .mejs-replay:before{
	content: "\f04b";
}
.mejs-pause:before {
	content: "\f04c";
}
.download-audio .fa-download:before{
	content: "\f0ed";
	color:#3f2938!important;
}
.mejs-play:before, .mejs-replay:before, .mejs-pause:before, .download-audio .fa-download:before{
	position: absolute;
	font-family: fontawesome;
	font-size: 18px;
	color: #fff; 
	top: 9px;
}
.mejs-play:before, .mejs-replay:before, .mejs-pause:before{
	left: 10px;
}
.download-audio .fa-download:before{
	left: 4px;
}
.customaudioplayer .mejs-button {
	width: 25px;
	height: 24px;
}
.customaudioplayer .mejs-controls {
	height: 28px;
	padding: 0;
}
.vc_row .mejs-time-rail{
	margin: 0;
	height: 0;
}
.vc_row .wp-audio-shortcode{
	margin:0;
	height:28px !important;
	width: calc(100% - 43px)!important;
}
body .mejs-button>button:focus {
	outline: none !important;
}
.customaudioplayer{
	position: relative;
	width: 75%;
	margin: 0px auto;
}
.custom-audio-title {
	font-family: 'Source Serif Pro', serif;
	position: absolute;
	top: -17px;
	left: 33px;
	color: #fff;
	font-size: 15px;
	width: calc(100% - 82px);
	overflow: hidden;
	font-weight:400;
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
}
.download-audio a{
	position: absolute;
	right: -6px;
	bottom: 7px;
	height: 24px;
	width: 32px;
}
.download-audio {
	position: relative;
}
body .mejs-button button{
	transition: none !important;
	top: 4px;
}
:focus{
	outline:none !important
}
/*HEADER-SECTION*/
.vc_row.header-row{
	overflow:visible!important;
}
.vc_row.click-more {
	z-index: 9;
}
/*TESTIMONIAL_SECTION*/
.vc_row.testimonial-row .mpc-testimonial__content{
	padding:0 7em;
}
.vc_row.testimonial-row .mpc-testimonial__content:before, .vc_row.testimonial-row .mpc-testimonial__content:after{
	position:absolute;
	font-size:65px;
	color:#605d6e;
	font-family:fontawesome;
}
.vc_row.testimonial-row .mpc-testimonial__content:before {
	content:'\f10d';
	left:2px;
	top:-25px;
}
.vc_row.testimonial-row .mpc-carousel-testimonial {
	width: 85%;
	margin: 0 auto;
}
.vc_row.testimonial-row .mpc-testimonial .mpc-testimonial__content:after {
	content: '\f10e';
	right: 1px;
	bottom: 25px;
}
/*LOGO_SECTION*/
.vc_row.logo-row .mpc-carousel-image .mpc-carousel__item-wrapper{
	display:flex !important;
	justify-content:center;
}
.vc_row.logo-row .mpc-carousel-image{
	height: auto!important;
}
.vc_row.logo-row .mpc-navigation {
	display:block!important;
}
/*LOAD_MORE_SECTION*/
#load-more.disable .vc_btn3, .vc_row .group{
	display:none;
}
.vc_row .group.active{
	display: block;
}
.footer-widget p {
	font-size:14px;
}
.entry {
	margin-bottom: 0;
}
/*RESPONSIVE_SECTION*/
@media only screen and (max-width: 1280px){
	.vc_row.logo-row  .eti.eti_arrow_carrot-left{
		left:25px;
	}
	.vc_row.logo-row .eti.eti_arrow_carrot-right{
		right: 25px;
	}
}
@media only screen and (max-width: 1200px){
	.about-row h2 {
		font-size: 50px;
	}
	.banner-row h1{
		font-size: 60px!important;
	}
	.menu li {
		padding: 0px 5px;
	}
	.menu a span {
		font-size: 23px;
	}
	.footer-widget p {
		font-size: 13px;
	}
}
@media only screen and (max-width: 1023px){
	body .vc_row.wpb_row .wpb_wrapper .mpc-icon-column--style_3 .mpc-icon {
		margin: 0px 10px 0px 0px!important;
	}
	body .vc_row .vc_row .wpb_column a.mpc-icon-column h3.mpc-icon-column__heading {
		margin:0 !important;
	}
}
@media only screen and (max-width: 959px){
	.menu-toggle, .menu-toggle:hover, .menu-toggle:focus {
		color: #fff;
		font-size:25px;
	}
	.menu-toggle {
		float: none;
		line-height: 25px;
	}
	.menu li {
		padding:5px 0;
	}
	.menu{
		position: absolute;
		top: 0px;
		background: #3f2938;
		width: 80%;
		text-align: center;
		right: 0;
		left:0;
		margin:0 auto;
		padding: 10px;
		border: 3px solid #fff;
	}
	.menu-row .wpb_column{
		width:100%!important;
		z-index:9;
		text-align: center!important;
	}
	.contact-row p{
		font-size: 24px!important;
	}
	.entry-content ul {
		padding-left: 10px;
	}
}
@media only screen and (max-width: 767px){
	h1, h5, h2, .vc_row .wpb_single_image, .blog-row p, .vc_row .vc_btn3-container, .footer-widget .text-right, .footer-widget p, .footer-widget .vc_row, .mpc-testimonial .mpc-testimonial__signature,.header-widget .vc_column-inner,.header-widget .text-right.wpb_column,.banner-row p{
		text-align:center !important;
	}
	.vc_row .innercontainer {
		display: block;
	}
	.vc_sep_width_50 ,.vc_row .gform_wrapper {
		width: 100%;
	}
	.vc_row a.mpc-icon-column {
		display: flex;
		margin-top:5px!important;
	}
	.vc_row a.mpc-icon-column {
		margin-right: 0px !important;
		border:none !important;
		padding-left: 0px !important;
	}
	.vc_row.testimonial-row .mpc-testimonial__content:before, .vc_row.testimonial-row .mpc-testimonial__content:after {
		font-size: 35px;
	}
	.vc_row.testimonial-row .mpc-testimonial__content:before {
		top: -9px;
	}
	h2.site-tag{
		padding-left: 0px!important;
	}
	.vc_row.testimonial-row .mpc-testimonial__content {
		padding: 0 2.5em;
	}
	.vc_row.testimonial-row .mpc-carousel-testimonial ,.vc_row .customaudioplayer{
		width: 98%;
	}
	.contact-row .wpb_single_image {
		padding-top:2em!important;
	}
	.about-row h2 {
		font-size: 36px;
	}
}
@media only screen and (max-width: 640px){
	.vc_row .gform_wrapper ul.gform_fields li.gfield.gf_right_half,.vc_row .gform_wrapper ul.gform_fields li.gfield.gf_left_half {
		padding:0px;
	}
}
@media only screen and (max-width: 639px){
	h2 {
		font-size: 50px;
	}
	h2.site-tag {
		font-size: 30px!important;
		margin-top: 0px !important;
	}
}
@media only screen and (max-width: 479px){
	.about-row h2 {
		font-size: 34px;
	}
}
@media only screen and (max-width: 360px){
	.banner-row h1 {
		font-size: 45px !important;
	}
	h2.site-tag {
		font-size: 26px !important;
	}
	h2.Listen{
		font-size: 28px!important;
	}
	.about-row h2 {
		font-size: 29px;
	}
	h2 {
		font-size: 37px;
	}
	.testimonial-row 	h2{
		font-size: 33px;
	}
	.vc_row.logo-row .mpc-navigation {
		display:none !important;
	}
}