/* Thai Fonts */
@import url('https://fonts.googleapis.com/css?family=Kanit:300,400,500|Titillium+Web:400,600');

/* Sub Title Font */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');

/* Japanese Font */
@import
url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&family=M+PLUS+1p:wght@300;400;500&display=swap');

/* Thai */
body:lang(th) { 
	font-family: 'Kanit', sans-serif !important; 
	font-size: 20px !important;
	font-weight: 300 !important;
}
h1:lang(th), h2:lang(th), h3:lang(th), h4:lang(th), h5:lang(th), h6:lang(th),
b:lang(th), strong:lang(th) {
	 font-family: 'Kanit', sans-serif !important;
  font-weight: 500 !important;
}
.page-title:lang(th) {
	font-size: 7rem !important;
}
.page-subtitle:lang(th) {
	font-weight: 300 !important;
}

/* Japanese */
h1:lang(ja), h2:lang(ja), h3:lang(ja), h4:lang(ja), h5:lang(ja), h6:lang(ja),
b:lang(ja), strong:lang(ja) {
	font-family: 'Noto Sans JP', sans-serif !important;	
	font-weight: 400;
}
body:lang(ja) {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
}
.page-title:lang(ja) {
	font-size: 5rem !important;
}
.page-subtitle:lang(ja) {
	font-size: 4rem !important;
	font-weight: 300 !important;
}
.section-title:lang(ja) {
	  font-size: 3.2rem !important;
    font-weight: 500 !important;
}

/* English */
.page-subtitle {
	font-family: 'Open Sans', sans-serif !important;
	font-size: 3.5rem;
	color: #75BDFF; /* #90BCEC */
}

/* About Us Title Font */
#hero-content-section.section .section-title {
    font-size: 4rem;
}
/* Hide Share Button */
div.sd-sharing {
	display: none;
}
div.latest-posts-meta {
	display: none;
}
/* Hide Like Button */
div.sharedaddy {
	display: none;
}
/* Breadcrumb */
div.breadcrumbs {
	background-color: #f7f7f7;
	box-shadow: 2px 2px 12px #00000040;
}
/* Our Service Horizontal Line */
.section .section-title-wrap span.divider {
	width: 300px;
	height: 5px;
}
/* Our Service 2nd Line */
.section .section-title-wrap span.divider:before {
	display: none;
}
/* Service Item Horizontal Line */
.section-latest-posts .latest-posts-title:after {
	height: 3px;
	width: 60%;
}
/* Home Content Shadow */
.single-content-wraper {
	box-shadow: none;
}
/* Home Content Area */
.content-area {
	width: 100% !important;
}
/* Section Title Line */
hr.subtitle-line {
	width: 70%;
	max-width: 300px;
	border-top: 4px solid #0c97e0;
	margin-bottom: 40px;
}
/* Home Content */
article.hentry {
	margin-bottom: 0px;
}
div#content {
	padding: 0px;
}
div.entry-content-wrapper{
	padding-left: 0px;
	padding-right: 0px;
}
/* Text Justify */
.text-justify {
  text-align: justify;
  text-justify: inter-word;
}
/* No border table */
.noborder-table table {
	border-width: 0px;
}
.noborder-table td {
	border-width: 0px;
	padding: 0px;
}
/* Thai Font 
@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@300&display=swap');
*/

/*
@font-face {
	font-family: 'Kanit';
	src: url('https://fonts.googleapis.com/css2?family=Kanit:wght@300&display=swap');
}
*/

/*
#custom-header .page-title:lang(th) {
	font-size: 70px;
}
*/
.main-navigation ul li a {
	font-size:18px;
	font-weight: 300;
}

.graybox {
	border-radius: 16px;
  background: #f0f0f0;
	padding: 16px 32px 0px 32px;
}
.quote {
	font-size: 2.2rem;
	font-style: italic;
}
.roundbox {
	border-radius: 8px;
	padding: 32px !important;
}
.padding-horizontal-20px {
	padding-left: 20px;
	padding-right: 20px;
}

/* Focus Text Input */
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
	color: #404040 !important;
}