/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Header
# Home
# Footer
# Table
# School
# Visual Composer
--------------------------------------------------------------*/
/*----------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
	margin-top: 30px;
}
.page-template-page-noheader .site-header {
	display: none;
}
.site-header .widget-center p {
	float: right;
	margin-top: 8px;
}
.custom-logo-link {
	position: absolute;
	top: -12px;
}
.custom-logo-link img {
	width: 210px;
}
.logo {
	z-index: 999;
}
.navigation {
	font-family: Prompt, sans-serif;
	font-weight: 200;
	background-color: #512177;
}
.navigation-top {
	font-family: Prompt, sans-serif;
	font-weight: 200;
	background-color: #512177;
	border-bottom: 3px #fff solid;
}

.main-navigation .ubermenu-nav .ubermenu-current-menu-item {
	border-bottom: 1px #fff solid;
}
.ubermenu-transition-shift .ubermenu-item .ubermenu-submenu {
	color: #fff;
	background-color: #411a61;
}
#ubermenu-main-6-menu-2 {
	text-align: left;
}
.ubermenu .ubermenu-submenu .ubermenu-item.ubermenu-active>.ubermenu-submenu-type-flyout {
	position: static !important;
}

@media only screen and (max-device-width: 480px) {
	.logo{
		text-align: center;
	}
	.custom-logo-link {
		position: relative;
	}
	.language {
		text-align: right;
	}
}

/*----------------------------------------------------------------
# Home
--------------------------------------------------------------*/
.null-instagram-feed li {
	width: auto;
	float: left;
	list-style: none;
}
.subscribe {
	background-size: 100%;
}
.e-book input[type="submit"] {
	color: #fff;
    border: none;
    max-width: 100%;
    min-width: 100%;
    padding: 15px 10px;
    background: #ff5001;
}
.e-book .gform_wrapper .top_label .gfield_label {
	display: none;
}
.e-book .gform_wrapper ul li.gfield {
	margin-top: 20px;
	margin-bottom: 20px;
}

/*----------------------------------------------------------------
# Home
--------------------------------------------------------------*/
.entry-header {
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 2px #512177 solid;
}

/*----------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-top {
	border-top: 10px solid #512177;
	padding-top: 20px;
}
.footer-top .widget {
	margin-bottom: 0px;
}
.footer-top .lgx-logo-slider-wp .lgx-logo-wrapper {
	padding: 0;
}
.site-footer {
	color: #ffffff;
	font-family: Prompt, sans-serif;
	font-weight: 200;
	padding-top: 20px;
	background-color: #542275;
}
.site-footer p {
	font-size: 14px;
	font-weight: 200;
}
.site-footer .footer-info {
	border-bottom: 1px #815797 solid;
}
.site-footer .site-menu .widget {
	width: 30%;
	max-width: 30%;
	float: left;
}
.site-footer .widget h2 {
	font-size: 20px;
	font-weight: 400;
	padding-bottom: 20px;
}
.site-footer .widget ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.site-footer .widget a {
	color: #ffffff;
}
.site-footer .copy {
	padding: 0;
}
.site-footer .copy ul li a {
	color: #ffffff;
}

/*----------------------------------------------------------------
# Table
--------------------------------------------------------------*/
.school-table {
	color: #fff;
    background-color: #512177;
}

/*----------------------------------------------------------------
# School
--------------------------------------------------------------*/
.school-page h1 {
	color: #512177;
	font-size: 22px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px; 
	padding-bottom: 10px;
}
.school-filter {
	margin-top: 20px
}
.school-filter p {
	font-size: 18px;
    font-weight: 400;
}
#aus .school-filter p.sub {
	font-size: 16px;
}
.school-filter .col-md-12 {
	padding-right: 0;
	padding-left: 0;
}
.searchandfilter select {
    color: #fff;
    border: 1px solid #ccc;
    background-color: #512177;
}
.ult_tabs {
	margin-bottom: 0px;
}
.school-page a.btn-default {
	border-radius: 20px;
    border: 1px #512177 solid;
    margin-top: 10px;
}
.school-page table tr th {
	text-align: center;
    border-top: none;
    border-right: 2px #fff solid;
}
.school-page table tr th:nth-child(1) {
    border-radius: 10px 0 0 0;
}
.school-page table tr th:nth-last-child(1) {
    border-radius: 0 10px 0 0;
}
.school-page table tr td {
	vertical-align: middle;
	text-align: center;
	font-size: 18px;
    font-weight: 400;
}
.school-page table tr td.border-none-right {
	border-right: none;
}
.school-page table tr {
	border-bottom: 2px #e23314 solid;
}
.school-page .td-text-left {
	text-align: left;
}
.school-page table tr td .school-type {
	height: 60px;
	display: unset;
}
.school-page table tr td .school-thumbnail {
	/*width: 80px;*/
	width: 100%;
    height: 100%;
	float: left;
}
.sc_readmore{
	text-align: center;
}
.school-list .col-md-12 {
	padding-right: 0;
	padding-left: 0;
}
.school-list .page-header {
	color: #512177;
	padding: 10px;
	margin-bottom: 0;
    border-bottom: 2px #512177 solid;
	background-color: #e4e4e4;
}
.school-list .list {
	padding-top: 20px;
	background-image: url('../img/bg-school-list.png');
	background-repeat: repeat-y;
    background-size: contain;
}
.school-list article {
	height: 400px;
	padding: 10px;
    margin-bottom: 20px;
    background-color: #512177;
}
.school-list .list h2 {
	line-height: 14px;
	margin-bottom: 10px;
}
.school-list .list h2 a {
	color: #fff;
	font-size: 16px;
}
.type-school .entry-header {
	height: 30px;
	border: none;
}
.type-school .entry-header h1 {
	border-bottom: 2px #512177 solid;
}
.school-list .list .thumbnail {
	display: grid;
	border: none;
	height: 250px;
    min-height: 250px;
	border-radius: 0;
	background-color: #fff;
}
.school-list .list .thumbnail img {
	max-height: 240px;
}
.school-list .list .type-school-icon {
	width: 60px;
	float: left;
}
.school-list .list .dormitory-icon {
	width: 30px;
	float: left;
}
.school-list .list .read-more {
	text-align: right;
}
.school-list .list .read-more a.btn-default {
	border-radius: 20px;
    border: 1px #512177 solid;
}
.pagenavi {
	background-color: #ddd;
}
.wp-pagenavi {
	text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.wp-pagenavi .pages {
	display: none;
}
.wp-pagenavi span {
	background-color: #ffffff;
}
.wp-pagenavi span.current {
	color: #fff;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 15px;
    background-color: #512177;
}
.wp-pagenavi a {
	border: none;
	padding: 0px 10px;
    background: no-repeat;
}


/*----------------------------------------------------------------
# AUS Table
--------------------------------------------------------------*/
#aus .school-table {
	color: #fff;
    background-color: #e23314;
}

/*----------------------------------------------------------------
# AUS School
--------------------------------------------------------------*/
#aus .school-page h1 {
	color: #e23314;
	font-size: 22px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px; 
	padding-bottom: 10px;
}
#aus .school-filter {
	margin-top: 20px;
	overflow-x:auto;
}
#aus .school-filter p {
	color: #000;
	font-size: 18px;
    font-weight: 400;
}
#aus .school-filter .col-md-12 {
	padding-right: 0;
	padding-left: 0;
}
#aus .searchandfilter select {
    color: #333;
    border: 1px solid #ccc;
    padding-right: 30px;
    background-color: #fff;
    background-image: url(../img/bg-select-aus.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    appearance: none;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
}
#aus .ult_tabs {
	margin-bottom: 0px;
}
#aus .school-page a.btn-default {
	color: #fff;
	border-radius: 4px;
    margin-top: 10px;
    background-image: url(../img/bg-btn.png);
    background-repeat: repeat-x;
    background-size: contain;
}
#aus .school-page table tr th {
    border-top: none;
    border-right: none;
    font-weight: 300;
}
#aus .school-page table tr th:nth-child(1) {
    border-radius: 10px 0 0 0;
}
#aus .school-page table tr th:nth-last-child(1) {
    border-radius: 0 0 0 0;
}
#aus .school-page table tr td {
	/*border-top: 2px #e23314 solid;*/
	vertical-align: middle;
	text-align: center;
	font-size: 18px;
    font-weight: 400;
    color: #000;
}
#aus .school-page table tr td.border-none-right {
	border-right: none;
}
#aus .school-page table tr {
	border-bottom: 2px #e23314 solid;
}
#aus .school-page .td-text-left {
	text-align: left;
	border-left: 1px #909090 solid;
}
#aus .school-page table tr td .school-type {
	height: 60px;
	display: unset;
}
#aus .school-page table tr td .school-thumbnail {
	width: 100%;
    height: 100%;
	/*height: 60px;*/
	float: left;
}
#aus .school-page table tr td.border-left {
	padding-left: 20px;
	border-left: 1px #909090 solid;
}
#aus .school-list .col-md-12 {
	padding-right: 0;
	padding-left: 0;
}
#aus .school-list .page-header {
	color: #e23314;
	padding: 10px;
	margin-bottom: 0;
    border-bottom: 2px #e23314 solid;
	background-color: #e4e4e4;
}
#aus .school-list .list {
	padding-top: 20px;
	background-image: url('../img/bg-school-list.png');
	background-repeat: repeat-y;
    background-size: contain;
}
#aus .school-list article {
	height: 400px;
	padding: 10px;
    margin-bottom: 20px;
    background-color: #e23314;
}
#aus .school-list .list h2 {
	line-height: 14px;
	margin-bottom: 10px;
}
#aus .school-list .list h2 a {
	color: #fff;
	font-size: 16px;
}
#aus .type-school .entry-header {
	height: 30px;
	border: none;
}
#aus .type-school .entry-header h1 {
	border-bottom: 2px #e23314 solid;
}
#aus .school-list .list .thumbnail {
	display: grid;
	border: none;
	height: 250px;
    min-height: 250px;
	border-radius: 0;
	background-color: #fff;
}
#aus .school-list .list .thumbnail img {
	max-height: 240px;
}
#aus .school-list .list .type-school-icon {
	width: 60px;
	float: left;
}
#aus .school-list .list .dormitory-icon {
	width: 30px;
	float: left;
}
#aus .school-list .list .read-more {
	text-align: right;
}
#aus .school-list .list .read-more a.btn-default {
	border-radius: 20px;
    border: 1px #e23314 solid;
}
#aus .pagenavi {
	background-color: #ddd;
}
.wp-pagenavi {
	text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
#aus .wp-pagenavi .pages {
	display: none;
}
#aus .wp-pagenavi span {
	background-color: #ffffff;
}
#aus .wp-pagenavi span.current {
	color: #fff;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 15px;
    background-color: #e23314;
}
#aus .wp-pagenavi a {
	border: none;
	padding: 0px 10px;
    background: no-repeat;
}

#aus input[type="submit"] {
	border: none;
    border-radius: 3px;
    padding: 5px 20px;
    background-image: url(../img/bg-btn-submit.png);
    background-repeat: repeat-x;
    background-size: contain;
    color: #fff;
}

/*----------------------------------------------------------------
# UK Table
--------------------------------------------------------------*/
#uk .school-table {
	color: #fff;
    background-color: #0bacc0;
}

/*----------------------------------------------------------------
# UK School
--------------------------------------------------------------*/
#uk .school-page h1 {
	color: #0bacc0;
	font-size: 22px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px; 
	padding-bottom: 10px;
}
#uk .school-filter {
	margin-top: 20px;
	overflow-x: auto;
}
#uk .school-filter p {
	color: #000;
	font-size: 18px;
    font-weight: 400;
}
#uk .school-filter .col-md-12 {
	padding-right: 0;
	padding-left: 0;
}
#uk .searchandfilter select {
    color: #333;
    border: 1px solid #ccc;
    padding-right: 30px;
    background-color: #fff;
    background-image: url(../img/bg-select-uk.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    appearance: none;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
}
#uk .ult_tabs {
	margin-bottom: 0px;
}
#uk .school-page a.btn-default {
	color: #fff;
	border-radius: 4px;
    margin-top: 10px;
    background-image: url(../img/bg-btn.png);
    background-repeat: repeat-x;
    background-size: contain;
}
#uk .school-page table tr th {
    border-top: none;
    border-right: none;
    font-weight: 300;
}
#uk .school-page table tr th:nth-child(1) {
    border-radius: 10px 0 0 0;
}
#uk .school-page table tr th:nth-last-child(1) {
    border-radius: 0 10px 0 0;
}
#uk .school-page table tr td {
	border-top: none;
	/*border-bottom: 2px #ea3216 solid;*/
	vertical-align: middle;
	text-align: center;
	font-size: 18px;
    font-weight: 400;
    color: #000;
}
#uk .school-page table tr td.border-none-right {
	border-right: none;
}
#uk .school-page table tr {
	border-right: 1px #909090 solid;
	border-bottom: 2px #ea3216 solid;
}
#uk .school-page .td-text-left {
	text-align: left;
	border-left: 1px #909090 solid;
}
#uk .school-page table tr td .school-type {
	height: 60px;
	display: unset;
}
#uk .school-page table tr td .school-thumbnail {
	/*height: 60px;*/
	width: 100%;
    height: 100%;
	float: left;
}
#uk .school-page table tr td.border-right {
	border-right: 1px #909090 solid;
}
#uk .school-page table tr td.border-left {
	padding-left: 20px;
	border-left: 1px #909090 solid;
}
#uk .school-list .col-md-12 {
	padding-right: 0;
	padding-left: 0;
}
#uk .school-list .page-header {
	color: #0bacc0;
	padding: 10px;
	margin-bottom: 0;
    border-bottom: 2px #0bacc0 solid;
	background-color: #e4e4e4;
}
#uk .school-list .list {
	padding-top: 20px;
	background-image: url('../img/bg-school-list.png');
	background-repeat: repeat-y;
    background-size: contain;
}
#uk .school-list article {
	height: 400px;
	padding: 10px;
    margin-bottom: 20px;
    background-color: #0bacc0;
}
#uk .school-list .list h2 {
	line-height: 14px;
	margin-bottom: 10px;
}
#uk .school-list .list h2 a {
	color: #fff;
	font-size: 16px;
}
#uk .type-school .entry-header {
	height: 30px;
	border: none;
}
#uk .type-school .entry-header h1 {
	border-bottom: 2px #0bacc0 solid;
}
#uk .school-list .list .thumbnail {
	display: grid;
	border: none;
	height: 250px;
    min-height: 250px;
	border-radius: 0;
	background-color: #fff;
}
#uk .school-list .list .thumbnail img {
	max-height: 240px;
}
#uk .school-list .list .type-school-icon {
	width: 60px;
	float: left;
}
#uk .school-list .list .dormitory-icon {
	width: 30px;
	float: left;
}
#uk .school-list .list .read-more {
	text-align: right;
}
#uk .school-list .list .read-more a.btn-default {
	border-radius: 20px;
    border: 1px #0bacc0 solid;
}
#uk .pagenavi {
	background-color: #ddd;
}
.wp-pagenavi {
	text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
#uk .wp-pagenavi .pages {
	display: none;
}
#uk .wp-pagenavi span {
	background-color: #ffffff;
}
#uk .wp-pagenavi span.current {
	color: #fff;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 15px;
    background-color: #0bacc0;
}
#uk .wp-pagenavi a {
	border: none;
	padding: 0px 10px;
    background: no-repeat;
}

#uk input[type="submit"] {
	border: none;
    border-radius: 3px;
    padding: 5px 20px;
    background-image: url(../img/bg-btn-submit-uk.png);
    background-repeat: repeat-x;
    background-size: contain;
    color: #fff;
}

/*----------------------------------------------------------------
# CAN School
--------------------------------------------------------------*/
#can .school-table {
	color: #fff;
    background-color: #9fcd25;
}
#can .school-page h1 {
	color: #9fcd25;
	font-size: 22px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px; 
	padding-bottom: 10px;
}
#can .school-filter {
	margin-top: 20px;
}
#can .school-filter p {
	color: #000;
	font-size: 18px;
    font-weight: 400;
}
#can .school-filter .col-md-12 {
	padding-right: 0;
	padding-left: 0;
}
#can .searchandfilter select {
    color: #333;
    border: 1px solid #ccc;
    padding-right: 30px;
    background-color: #fff;
    background-image: url(../img/bg-select-can.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    appearance: none;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
}
#can .ult_tabs {
	margin-bottom: 0px;
}
#can .school-page a.btn-default {
	color: #fff;
	border-radius: 4px;
    margin-top: 10px;
    background-image: url(../img/bg-btn.png);
    background-repeat: repeat-x;
    background-size: contain;
}
#can .school-page table tr th {
    border-top: none;
    border-right: none;
    font-weight: 300;
}
#can .school-page table tr th:nth-child(1) {
    border-radius: 10px 0 0 0;
}
#can .school-page table tr th:nth-last-child(1) {
    border-radius: 0 10px 0 0;
}
#can .school-page table tr td {
	border-top: none;	vertical-align: middle;
	text-align: center;
	font-size: 18px;
    font-weight: 400;
    color: #000;
}
#can .school-page table tr td.border-none-right {
	border-right: none;
}
#can .school-page table tr {
	border-right: 1px #909090 solid;
	border-bottom: 2px #ea3216 solid;
}
#can .school-page .td-text-left {
	text-align: left;
	border-left: 1px #909090 solid;
}
#can .school-page table tr td .school-type {
	height: 60px;
	display: unset;
}
#can .school-page table tr td .school-thumbnail {
	/*height: 60px;*/
	width: 100%;
    height: 100%;
	float: left;
}
#can .school-page table tr td.border-right {
	border-right: 1px #909090 solid;
}
#can .school-page table tr td.border-left {
	padding-left: 20px;
	border-left: 1px #909090 solid;
}
#can .school-list .col-md-12 {
	padding-right: 0;
	padding-left: 0;
}
#can .school-list .page-header {
	color: #9fcd25;
	padding: 10px;
	margin-bottom: 0;
    border-bottom: 2px #9fcd25 solid;
	background-color: #e4e4e4;
}
#can .school-list .list {
	padding-top: 20px;
	background-image: url('../img/bg-school-list.png');
	background-repeat: repeat-y;
    background-size: contain;
}
#can .school-list article {
	height: 400px;
	padding: 10px;
    margin-bottom: 20px;
    background-color: #9fcd25;
}
#can .school-list .list h2 {
	line-height: 14px;
	margin-bottom: 10px;
}
#can .school-list .list h2 a {
	color: #fff;
	font-size: 16px;
}
#can .type-school .entry-header {
	height: 30px;
	border: none;
}
#can .type-school .entry-header h1 {
	border-bottom: 2px #9fcd25 solid;
}
#can .school-list .list .thumbnail {
	display: grid;
	border: none;
	height: 250px;
    min-height: 250px;
	border-radius: 0;
	background-color: #fff;
}
#can .school-list .list .thumbnail img {
	max-height: 240px;
}
#can .school-list .list .type-school-icon {
	width: 60px;
	float: left;
}
#can .school-list .list .dormitory-icon {
	width: 30px;
	float: left;
}
#can .school-list .list .read-more {
	text-align: right;
}
#can .school-list .list .read-more a.btn-default {
	border-radius: 20px;
    border: 1px #9fcd25 solid;
}
#can .pagenavi {
	background-color: #ddd;
}
.wp-pagenavi {
	text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
#can .wp-pagenavi .pages {
	display: none;
}
#can .wp-pagenavi span {
	background-color: #ffffff;
}
#can .wp-pagenavi span.current {
	color: #fff;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 15px;
    background-color: #9fcd25;
}
#can .wp-pagenavi a {
	border: none;
	padding: 0px 10px;
    background: no-repeat;
}

#can input[type="submit"] {
	border: none;
    border-radius: 3px;
    padding: 5px 20px;
    background-image: url(../img/bg-btn-submit-can.png);
    background-repeat: repeat-x;
    background-size: contain;
    color: #fff;
}


/*----------------------------------------------------------------
# NZ School
--------------------------------------------------------------*/
#nz .school-table {
	color: #fff;
    background-color: #e9b025;
}
#nz .school-page h1 {
	color: #e9b025;
	font-size: 22px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px; 
	padding-bottom: 10px;
}
#nz .school-filter {
	margin-top: 20px;
}
#nz .school-filter p {
	color: #000;
	font-size: 18px;
    font-weight: 400;
}
#nz .school-filter .col-md-12 {
	padding-right: 0;
	padding-left: 0;
}
#nz .searchandfilter select {
    color: #333;
    border: 1px solid #ccc;
    padding-right: 30px;
    background-color: #fff;
    background-image: url(../img/bg-select-nz.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    appearance: none;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
}
#nz .ult_tabs {
	margin-bottom: 0px;
}
#nz .school-page a.btn-default {
	color: #fff;
	border-radius: 4px;
    margin-top: 10px;
    background-image: url(../img/bg-btn.png);
    background-repeat: repeat-x;
    background-size: contain;
}
#nz .school-page table tr th {
    border-top: none;
    border-right: none;
    font-weight: 300;
}
#nz .school-page table tr th:nth-child(1) {
    border-radius: 10px 0 0 0;
}
#nz .school-page table tr th:nth-last-child(1) {
    border-radius: 0 10px 0 0;
}
#nz .school-page table tr td {
	border-top: none;
	/*border-bottom: 2px #ea3216 solid;*/
	vertical-align: middle;
	text-align: center;
	font-size: 18px;
    font-weight: 400;
    color: #000;
}
#nz .school-page table tr td.border-none-right {
	border-right: none;
}
#nz .school-page table tr {
	border-right: 1px #909090 solid;
	border-bottom: 2px #ea3216 solid;
}
#nz .school-page .td-text-left {
	text-align: left;
	border-left: 1px #909090 solid;
}
#nz .school-page table tr td .school-type {
	height: 60px;
	display: unset;
}
#nz .school-page table tr td .school-thumbnail {
	/*height: 60px;*/
	width: 100%;
    height: 100%;
	float: left;
}
#nz .school-page table tr td.border-right {
	border-right: 1px #909090 solid;
}
#nz .school-page table tr td.border-left {
	padding-left: 20px;
	border-left: 1px #909090 solid;
}
#nz .school-list .col-md-12 {
	padding-right: 0;
	padding-left: 0;
}
#nz .school-list .page-header {
	color: #e9b025;
	padding: 10px;
	margin-bottom: 0;
    border-bottom: 2px #e9b025 solid;
	background-color: #e4e4e4;
}
#nz .school-list .list {
	padding-top: 20px;
	background-image: url('../img/bg-school-list.png');
	background-repeat: repeat-y;
    background-size: contain;
}
#nz .school-list article {
	height: 400px;
	padding: 10px;
    margin-bottom: 20px;
    background-color: #e9b025;
}
#nz .school-list .list h2 {
	line-height: 14px;
	margin-bottom: 10px;
}
#nz .school-list .list h2 a {
	color: #fff;
	font-size: 16px;
}
#nz .type-school .entry-header {
	height: 30px;
	border: none;
}
#nz .type-school .entry-header h1 {
	border-bottom: 2px #e9b025 solid;
}
#nz .school-list .list .thumbnail {
	display: grid;
	border: none;
	height: 250px;
    min-height: 250px;
	border-radius: 0;
	background-color: #fff;
}
#nz .school-list .list .thumbnail img {
	max-height: 240px;
}
#nz .school-list .list .type-school-icon {
	width: 60px;
	float: left;
}
#nz .school-list .list .dormitory-icon {
	width: 30px;
	float: left;
}
#nz .school-list .list .read-more {
	text-align: right;
}
#nz .school-list .list .read-more a.btn-default {
	border-radius: 20px;
    border: 1px #e9b025 solid;
}
#nz .pagenavi {
	background-color: #ddd;
}
.wp-pagenavi {
	text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
#nz .wp-pagenavi .pages {
	display: none;
}
#nz .wp-pagenavi span {
	background-color: #ffffff;
}
#nz .wp-pagenavi span.current {
	color: #fff;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 15px;
    background-color: #e9b025;
}
#nz .wp-pagenavi a {
	border: none;
	padding: 0px 10px;
    background: no-repeat;
}

#nz input[type="submit"] {
	border: none;
    border-radius: 3px;
    padding: 5px 20px;
    background-image: url(../img/bg-btn-submit-nz.png);
    background-repeat: repeat-x;
    background-size: contain;
    color: #fff;
}
/*----------------------------------------------------------------
# USA School
--------------------------------------------------------------*/
#usa .school-table {
	color: #fff;
    background-color: #904967;
}
#usa .school-page h1 {
	color: #904967;
	font-size: 22px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px; 
	padding-bottom: 10px;
}
#usa .school-filter {
	margin-top: 20px;
}
#usa .school-filter p {
	color: #000;
	font-size: 18px;
    font-weight: 400;
}
#usa .school-filter .col-md-12 {
	padding-right: 0;
	padding-left: 0;
}
#usa .searchandfilter select {
    color: #333;
    border: 1px solid #ccc;
    padding-right: 30px;
    background-color: #fff;
    background-image: url(../img/bg-select-usa.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    appearance: none;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
}
#usa .ult_tabs {
	margin-bottom: 0px;
}
#usa .school-page a.btn-default {
	color: #fff;
	border-radius: 4px;
    margin-top: 10px;
    background-image: url(../img/bg-btn.png);
    background-repeat: repeat-x;
    background-size: contain;
}
#usa .school-page table tr th {
    border-top: none;
    border-right: none;
    font-weight: 300;
}
#usa .school-page table tr th:nth-child(1) {
    border-radius: 10px 0 0 0;
}
#usa .school-page table tr th:nth-last-child(1) {
    border-radius: 0 10px 0 0;
}
#usa .school-page table tr td {
	border-top: none;
	/*border-bottom: 2px #ea3216 solid;*/
	vertical-align: middle;
	text-align: center;
	font-size: 18px;
    font-weight: 400;
    color: #000;
}
#usa .school-page table tr td.border-none-right {
	border-right: none;
}
#usa .school-page table tr {
	border-right: 1px #909090 solid;
	border-bottom: 2px #ea3216 solid;
}
#usa .school-page .td-text-left {
	text-align: left;
	border-left: 1px #909090 solid;
}
#usa .school-page table tr td .school-type {
	height: 60px;
	display: unset;
}
#usa .school-page table tr td .school-thumbnail {
	/*height: 60px;*/
	width: 100%;
    height: 100%;
	float: left;
}
#usa .school-page table tr td.border-right {
	border-right: 1px #909090 solid;
}
#usa .school-page table tr td.border-left {
	padding-left: 20px;
	border-left: 1px #909090 solid;
}
#usa .school-list .col-md-12 {
	padding-right: 0;
	padding-left: 0;
}
#usa .school-list .page-header {
	color: #904967;
	padding: 10px;
	margin-bottom: 0;
    border-bottom: 2px #904967 solid;
	background-color: #e4e4e4;
}
#usa .school-list .list {
	padding-top: 20px;
	background-image: url('../img/bg-school-list.png');
	background-repeat: repeat-y;
    background-size: contain;
}
#usa .school-list article {
	height: 400px;
	padding: 10px;
    margin-bottom: 20px;
    background-color: #904967;
}
#usa .school-list .list h2 {
	line-height: 14px;
	margin-bottom: 10px;
}
#usa .school-list .list h2 a {
	color: #fff;
	font-size: 16px;
}
#usa .type-school .entry-header {
	height: 30px;
	border: none;
}
#usa .type-school .entry-header h1 {
	border-bottom: 2px #904967 solid;
}
#usa .school-list .list .thumbnail {
	display: grid;
	border: none;
	height: 250px;
    min-height: 250px;
	border-radius: 0;
	background-color: #fff;
}
#usa .school-list .list .thumbnail img {
	max-height: 240px;
}
#usa .school-list .list .type-school-icon {
	width: 60px;
	float: left;
}
#usa .school-list .list .dormitory-icon {
	width: 30px;
	float: left;
}
#usa .school-list .list .read-more {
	text-align: right;
}
#usa .school-list .list .read-more a.btn-default {
	border-radius: 20px;
    border: 1px #904967 solid;
}
#usa .pagenavi {
	background-color: #ddd;
}
.wp-pagenavi {
	text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
#usa .wp-pagenavi .pages {
	display: none;
}
#usa .wp-pagenavi span {
	background-color: #ffffff;
}
#usa .wp-pagenavi span.current {
	color: #fff;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 15px;
    background-color: #904967;
}
#usa .wp-pagenavi a {
	border: none;
	padding: 0px 10px;
    background: no-repeat;
}

#usa input[type="submit"] {
	border: none;
    border-radius: 3px;
    padding: 5px 20px;
    background-image: url(../img/bg-btn-submit-usa.png);
    background-repeat: repeat-x;
    background-size: contain;
    color: #fff;
}

/*----------------------------------------------------------------
# Visual Composer
------------------------------------------------------------------*/
#subscribe {
	background: none;
}
.event-home .vc_gitem-post-data {
	margin-bottom: 0px;
}

.event-home .box-date {
	height: 170px;
}
.event-home .box-date h6 {
	color: #ffffff;
	font-size: 40px;
}
.event-home .box-image img {
	height: 170px;
}
.event-home .box-content {
	height: 170px;
	min-height: 170px;
}
.event-home .box-content h2 {
	color: #512177;
	font-family: Prompt, sans-serif;
	font-size: 18px;
    font-weight: 600;
    line-height: 28px;
}
.event-home .box-content p {
	color: #512177;
	margin: 0;
	font-size: 14px;
	font-weight: 200;
}
.event-home .date_event {
	color: #ffffff;
    float: left;
    font-size: 60px;
    font-weight: 400;
    padding-left: 0px;
}
.event-home .month_event {
	color: #ffffff;
    float: left;
    font-size: 14px;
    font-weight: 200;
    padding-top: 15px;
    padding-left: 10px;
}
.event-home .year_event {
	color: #ffffff;
    float: left;
    font-size: 26px;
    font-weight: 400;
    line-height: 28px;
    padding-left: 10px;
}
.news-home h2 {
	color: #512177;
	font-family: Prompt, sans-serif;
	font-size: 18px;
    font-weight: 600;
    line-height: 28px;
}
.test-home h2 {
	color: #512177;
	font-family: Prompt, sans-serif;
	font-size: 18px;
    font-weight: 600;
}
.testimonials-list {
	height: 200px;
}
.summer-list {
	height: 200px;
}
.wpb_wrapper .Ebook2018 h2 {
		font-size: 50px;
		line-height: 60px;
}
.HEbook p {
		font-size: 25px;
		line-height: 19px
}	
.TesB h2 {
		font-size: 30px;
}	
	/* Page summer-course */
.St-canada h3 {
		font-size: 33px
}
.St-aus h3 {
		font-size: 33px
}
.abroad-australia-m p {
		height: 156px;
}
.study-abroad-uk-H p {
		height: 179px;
    	font-size: 22px;
}
.study-abroad-uk-flat {
	padding-top: 110px;
}
.study-abroad-aus-flat {
	padding-top: 110px;
}
/* Page study-abroad-NewZealand*/
.study-abroad-NewZealand-M p {
	height: 100px;
}
.study-abroad-NewZealand-M2 p {
	height: 155px;
}
.study-abroad-canada-M p {
	height: 122px;
}
.study-abroad-usa-m p {
	height: 148px;
}
.study-abroad-uk-H-ENG p {
		height: 87px;
    	font-size: 19px;
}
.study-abroad-usa-m-en p {
		height: 294px;
}

@media only screen and (max-device-width: 480px) {
	.testimonials-list {
		height: 300px;
	}
	.event-home .box-date {
		width: 50%;
		float: left;
	}
	.event-home .box-image {
		display: none;
	}
	.event-home .box-content {
		width: 50%;
		float: left;
	}
	.event-home .box-content h2 {
		line-height: 18px;
	}
	.event-home .date_event {
		font-size: 50px;
    	padding-top: 0;
    	padding-right: 10px;
	}
	.event-home .month_event {
		font-size: 18px;
	    padding-top: 0px;
	    padding-bottom: 0px;
	    padding-left: 0px;
	}
	.event-home .year_event {
		padding-left: 0px;
	}
	.summer-list {
		height: 600px;
	}
}

/*Iphone 6/7/8s*/
@media only screen and (max-device-width: 414px) {
	.vc_row .Testimonials-list-Gridh {
		padding-top: 0px !important;
		font-size: 9px;
	}
	.Testimonials-list-post p {
		font-size: 14px;
	}
	/* Page news page */
	.wpb_wrapper .News-page-h2 h2 {
		line-height: 35px;
		font-size: 20px;
	}
	.News-page-h3 p {
		font-size: 17px;
	}
	/* Page summer-course */
	.St-canada h3 {
		font-size: 26px;
	}
	.St-canada-F p {
		font-size: 16px;
	}
	.St-aus h3 {
		font-size: 26px;
	}
	.St-aus-F p {
		font-size: 15px;
	}
	/* Page study-abroad-australia*/
	#aus .school-page h1 {
		font-size: 31px;
	}
	.abroad-australia-H2-md h2 {
		font-size: 27px;
	}
	.abroad-australia-F h2,.abroad-australia-F p {
		padding-left: 20px;
	}
	.abroad-australia-T h2,.abroad-australia-T p {
		padding-left: 20px;
	}
	.abroad-australia-m p {
		height: 149px;
		padding-left: 17px;
		width: 385px;
	}
	.searchandfilter ul {
    	padding-left: 2px;
	}
	#aus .school-page table tr td .school-thumbnail {
    	float: none;
    	padding-bottom: 10px;
    	width: 40%;
	}
	#aus .school-filter p.sub {
		font-size: 14px;
    	padding-top: 10px;
	}
	#aus .school-filter p {
		font-size: 14px;
	}
	#aus .school-page table tr td {
		font-size: 14px;
	}
	.wpb_wrapper h2 {
		font-size: 28px;
		line-height: 40px;
	}
	.sc_readmore .btn {
		font-size: 12px;
	}
	#aus .school-page table tr td {
		padding-top: 60px;
	}
	#aus .school-page table tr td .school-type {
		height: 47px;
	}
	/* Page study-abroad-NewZealand*/
	.study-abroad-NewZealand-M p {
		height: 128px;
	}
	#nz .school-page table tr td {
		padding-top: 60px;
	}
	.study-abroad-NewZealand-M2 p {
		height: 155px;
    }

    /* Page study-abroad-canada */
    .study-abroad-canada-M p {
		height: 145px;
	}
	#can .school-page table tr td {
		padding-top: 60px;
	}
	/* Page study-abroad-uk */
	.study-abroad-uk-H p {
		height: 200px;
    	font-size: 19px;
	}
	#uk .school-filter p {
		font-size: 12px;
	}
	#uk .school-page table tr td .school-thumbnail{
		width: 40%;
    	float: none;
    	padding-bottom: 10px;
	}
	#uk .school-page table tr td .school-type {
		height: 34px;
	}
	#uk .school-page table tr td {
		padding-top: 60px;
	}
	/* Page study-abroad-usa */
	.study-abroad-usa-m p {
		height: 169px;
	}
	#usa .school-page table tr td {
		padding-top: 60px;
	}
	/* Page */
	.page-short-term h2 {
		font-size: 24px;
		line-height:48px;
	}
	.site-footer .site-menu .widget {
   		width: 100%;
    	max-width: 100%;
    	float: left;
	}
	.site-footer .widget h2 {
    	font-size: 20px;
    	font-weight: 400;
   		padding-bottom: 0px;
    	line-height: 40px;
	}
	.study-abroad-usa-m-en p {
		height: 416px;
	}
	.study-abroad-uk-H-ENG p {
  		height: 120px;
   		font-size: 19px;
	}
}
/*Iphone 6/7/8/x*/
@media only screen and (max-device-width: 375px) {
	.title-contact h3 {
		font-size: 22px;
	}
	.Gallery-Summer-Australia .vc_column_container>.vc_column-inner  {
		padding-left: 0px;
    	padding-right: 0px;
	}
	.entry-header h1 {
		font-size: 26px;
	}
	.vc_row .Testimonials-list-Gridh {
		padding-top: 0px !important;
		font-size: 9px;
	}
	.Testimonials-list-post p {
		font-size: 14px;
	}
	.wpb_wrapper .Ebook2018 h2 {
		font-size: 50px;
		line-height: 60px; */
	}
	/* Page news page */
	.wpb_wrapper .News-page-h2 h2 {
		line-height: 28px;
		font-size: 19px;
	}
	.News-page-h3 p {
		font-size: 15px;
	}
	.HEbook p {
		font-size: 23px;
		line-height: 23px;
	}
	.TesB h2 {
		font-size: 26px;
	}
	/* Page summer-course */
	.St-canada h3 {
		font-size: 26px;
	}
	.St-canada-F p {
		font-size: 18px;
	}
	.St-aus h3 {
		font-size: 26px;
	}
	.St-aus-F p {
		font-size: 15px;
	}
	/* Page study-abroad-canada */
    .study-abroad-canada-M p {
		height: 145px;
	}
	#can .school-page table tr td {
		padding-top: 60px;
	}
		/* Page study-abroad-uk */
	.study-abroad-uk-H p {
		height: 194px;
    	font-size: 18px;
	}
	.study-abroad-uk-H-ENG p{
		height: 119px;
    	font-size: 19px;
	}
	#uk .school-filter p {
		font-size: 12px;
	}
	#uk .school-page table tr td .school-thumbnail{
		width: 50%;
    	float: none;
    	padding-bottom: 10px;
	}
	#uk .school-page table tr td .school-type {
		height: 34px;
	}
	#uk .school-page table tr td {
		padding-top: 60px;
	}
	/* Page study-abroad-australia*/
	#aus .school-page h1 {
		font-size: 28px;
	}
	.abroad-australia-H2-md h2 {
		font-size: 27px;
	}
	.abroad-australia-F h2,.abroad-australia-F p {
		padding-left: 20px;
	}
	.abroad-australia-T h2,.abroad-australia-T p {
		padding-left: 20px;
	}
	.abroad-australia-m p {
		height: 234px;
		padding-left: 11px;
		width: 350px;
	}
	.searchandfilter ul {
    	padding-left: 2px;
	}
	#aus .school-page table tr td .school-thumbnail {
    	float: none;
    	padding-bottom: 10px;
    	width: 50%;
	}
	#aus .school-filter p.sub {
		font-size: 14px;
    	padding-top: 10px;
	}
	#aus .school-filter p {
		font-size: 14px;
	}
	#aus .school-page table tr td {
		font-size: 14px;
	}
	.wpb_wrapper h2 {
		font-size: 26px;
		line-height: 40px;
	}
	.sc_readmore .btn{
		font-size: 12px;
	}
	#aus .school-page table tr td {
		padding-top: 60px;
	}
	#aus .school-page table tr td .school-type {
		height: 47px;
	}
	/* Page study-abroad-NewZealand*/
	.study-abroad-NewZealand-M p {
		height: 144px;
	}
	#nz .school-page table tr td {
		padding-top: 60px;
	}
	.study-abroad-NewZealand-M2 p {
		height: 155px;
	}
	/* Page study-abroad-usa */
	.study-abroad-usa-m p {
		height: 191px;
	}
	#usa .school-page table tr td {
		padding-top: 60px;
	}
	/* Page */
	.page-short-term h2 {
		font-size: 24px;
		line-height:48px;
	}
	.site-footer .site-menu .widget {
   		width: 100%;
    	max-width: 100%;
    	float: left;
	}
	.site-footer .widget h2 {
    	font-size: 20px;
    	font-weight: 400;
   		padding-bottom: 0px;
    	line-height: 40px;
	}
	.study-abroad-usa-m-en p {
		height: 465px;
	}
}
/*Iphone 5/se*/
@media only screen and (max-device-width: 320px) {
	/* Page news page */
	.wpb_wrapper .News-page-h2 h2 {
		line-height: 20px;
		font-size: 15px;
	}
	.News-page-h3 p {
		font-size: 13px;
	}

	.post-3787 h1 {
		font-size: 25px;
	}
	.box-ebook .wpb_content_element {
		margin-bottom: 0px;
	}
	.ebook {
		font-size: 37px;
	}
	.HEbook p {
		margin-bottom:0px;
		font-size: 18px;
		line-height: 19px;
		padding-bottom:25px;
	}
	.wpb_wrapper .Ebook2018 h2 {
		font-size: 38px;
   		padding-bottom: 39px;
  	    padding-top: 29px;
  	    line-height: 33px;
	}
	.TesB h2 {
		font-size: 22px;
	}
	/* Page summer-course */
	.St-canada h3 {
		font-size: 26px;
	}
	.St-canada-F p {
		font-size: 15px;
	}
	.St-aus h3 {
		font-size: 23px;
	}
	.St-aus-F p {
		font-size: 13px;
	}
	/* Page study-abroad-usa */
	.study-abroad-usa-m p {
		height: 211px;
	}
	#usa .school-page table tr td {
		padding-top: 60px;
	}
	/* Page study-abroad-canada */
    .study-abroad-canada-M p {
		height: 168px;
	}
	#can .school-page table tr td {
		padding-top: 60px;
	}
	/* Page */
	.page-short-term h2 {
		font-size: 20px;
		line-height:40px;
	}
	/* Page study-abroad-NewZealand*/
	.study-abroad-NewZealand-M p {
		height: 164px;
	}
	.study-abroad-NewZealand-M2 p {
		height: 155px;
}
	#nz .school-page table tr td {
		padding-top: 60px;
	}
	/* Page study-abroad-australia*/
	#aus .school-page h1 {
		font-size: 24px;
	}
	.abroad-australia-H2-md h2 {
		font-size: 22px;
	}
	.abroad-australia-F h2,.abroad-australia-F p {
		padding-left: 20px;
	}
	.abroad-australia-T h2,.abroad-australia-T p {
		padding-left: 20px;
	}
	.abroad-australia-m p {
		height: 239px;
		padding-left: 8px;
		width: 350px;
	}
	.postform {
		font-size: 14px;
	}
	.searchandfilter ul {
    	padding-left: 2px;
	}
	#aus .school-page table tr td .school-thumbnail {
    	float: none;
    	padding-bottom: 10px;
    	width: 60%;
	}
	#aus .school-filter p.sub {
		font-size: 14px;
    	padding-top: 10px;
	}
	#aus .school-filter p {
		font-size: 14px;
	}
	#aus .school-page table tr td {
		font-size: 14px;
	}
	.wpb_wrapper h2 {
		font-size: 21px;
		line-height: 40px;
	}
	.sc_readmore .btn {
		font-size: 11px;
	}
	#aus .school-page table tr td {
		padding-top: 60px;
	}
	#aus .school-page table tr td .school-type {
		height: 47px;
	}
	/* Page study-abroad-uk */
	#uk .school-page h1 {
		font-size: 20px;
	}
	.study-abroad-uk-H p {
		height: 263px;
    	font-size: 19px;
	}
	#uk .school-page table tr {
		font-size: 10px;
	}
	#uk .school-filter p {
		font-size: 11px;
	}
	#uk .school-page table tr td .school-thumbnail{
		width: 50%;
    	float: none;
    	padding-bottom: 10px;
	}
	#uk .school-page table tr td .school-type {
		height: 34px;
	}
	#uk .school-page table tr td {
		padding-top: 60px;
	}
	/* Page summer-course */
	.page-s-course h2 {
		font-size: 19px;
		line-height:38px;
	}
	.site-footer .site-menu .widget {
   		width: 100%;
    	max-width: 100%;
    	float: left;
	}
	.site-footer .widget h2 {
    	font-size: 20px;
    	font-weight: 400;
   		padding-bottom: 0px;
    	line-height: 40px;
	}
}
/* summer-course */
.content-tap {
	-webkit-box-shadow: 0px 2px 10px 0px rgba(179,179,179,1);
	-moz-box-shadow: 0px 2px 10px 0px rgba(179,179,179,1);
	box-shadow: 0px 2px 10px 0px rgba(179,179,179,1);
}
.summer-course-list {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.summer-course-h1 {
	float: left;
	color: #512177;
}
.summer-course-h1_hover {
	float: left;
	color: #ffffff;
}
.summer-course-excerpt {
	color: #512177;
}
.summer-course-excerpt_hover {
	color: #ffffff;
}
.read-more .vc_btn3.vc_btn3-shape-round {
	border: 1px #512178 solid;
}
/* Tap Edit by PhranakornSoft */
ul.ult_tabmenu.style1.Style_4 {
	background-color: #ececec;
}
ul.ult_tabmenu.style1.Style_4 li.current {
	border-radius: 0px 50px 0px 0px;
}
ul.ult_tabmenu.style1.Style_4 li:hover {
	border-radius: 0px 50px 0px 0px;
}
ul.ult_tabmenu.style1.Style_4 li:last-child {
	background-color: #ffffff;
}
ul.ult_tabmenu.style1.Style_4 a.ult_a:last-child {
	border-radius: 0px 50px 0px 0px;
}
.ult_tabitemname{
	color: #000;
}
.ult_tabs .ult_tab_min_contain.tabanimate {
	float: left;
}
.test-home .title:nth-child(1) {
	border-left: 2px #2b3991 solid;
}
.test-home .title:nth-child(2) {
	border-left: 2px #ed008c solid;
}
.test-home .title:nth-child(3) {
	border-left: 2px #00a79d solid;
}
.footer_area {
	position: relative;
	top: -80px;
}
.e-book-button {
	width: 150px;
}
#gform_submit_button_1 {
	font-weight: 400;
    font-size: 30px;
}


/* Language */
.switcher-list li {
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
	color: #333;
    background-color: #fff;
    border-color: #ccc;
}