/*!
Theme Name: Beacon
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Header
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Wrapper
# Buttons
# Topbar
# Page banner
# Section Header
# Promotional words
# Cards
	## Latest news
# Call to action
# Brands
# Footer
# Tab
# Accordion
# Table
# Circle icon
# Features
# Campuses
# Tutors
# News
# Leaflet
# Select2
# Pagination
# Recruit Form
# NextGEN Gallery
# QSM
# Page Builder
# Beacon Products
# Loading
# Corner Popup
# Cookie

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
	overflow-x: hidden;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2.5em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/* Login page
	 ========================================================================== */

.login {
	background: #def2f1;
}

.login h1 a {
    background-image: url(//www.beacon.com.hk/wp-content/uploads/2019/06/beaconcollege-logo.png);
	background-size: 155px;
	width: 155px;
}

.wp-core-ui .button-primary {
    background: #00b2b4;
    border-color: #00b2b4;
}

.wp-core-ui .button-primary:hover {
    background: #2b7a78;
    border-color: #2b7a78;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #666666;
	font-family: sans-serif, 微軟正黑體;
	font-size: 16px;
	line-height: 1.8;
}

h1, h2, h3, h4, h5 {
	clear: both;
	color: #00b2b4;
	font-weight: 600;
	margin-bottom: 20px;
}

.h6, h6 {
    font-size: 0.75rem;
}

@media (max-width: 768px) {
	h2 {
		font-size: 1.5rem;
	}
}

.page h3,
#tutor-profile h3 {
	border-top: 1px solid rgba(0,0,0,.125);
	border-bottom: 1px solid rgba(0,0,0,.125);
	text-align: center;
	padding: 20px 0;
}

p {
	margin-bottom: 30px;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 30px;
	border-left: 3px solid #00b2b4;
    padding-left: 20px;
	font-size: 1.2rem;
}

address {
	margin: 0 0 30px;
}

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 {
	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://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #f4f7f6;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: rgba(0,0,0,.125);
	border: 0;
	height: 1px;
	margin-bottom: 30px;
}

ul, ol {
	margin: 0 0 30px 0;
}

ul {
	list-style: disc;
}


li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 0;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 30px 30px;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 30px;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 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:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	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: #00b2b4;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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%;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
	z-index: 997;
	transition: all 0.3s;
	padding: 20px 0;
	background: #fff;
	box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.1);
}

#header.header-scrolled {
	padding: 10px 0;
}

#header .logo {
	padding-left: 30px;
}

#header .logo h1 {
	font-size: 36px;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-weight: 400;
	letter-spacing: 3px;
	text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
	color: #00366f;
	text-decoration: none;
}

#header .logo img {
	max-height: 70px;
	transition: 0.3s;
}

#header.header-scrolled .logo img {
	max-height: 50px;
	transition: 0.3s;
}

.header-buffer {
	height: 110px;
}

@media (max-width: 768px) {	
	#header {
		padding: 10px 0;
	}
	
	#header .logo {
		padding: 0;
	}
	
	.header-buffer {
		height: 90px;
	}
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a,
a:visited {
	color: #00b2b4;
}

a:hover, a:focus, a:active {
	color: #2b7a78;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
@media (min-width: 1500px) {
	.main-nav-show {
		display: block!important;
	}
	
	.mobile-nav-hide {
		display: none;
	}
}

.main-nav,
.main-nav * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-nav {
	margin-top: 10px;
}

.main-nav-scrolled {
	margin-top: 0;
}

.main-nav > ul > li {
	position: relative;
	white-space: nowrap;
	float: left;
}

.main-nav > ul > li:last-child {
	border-left: none;
}

.main-nav a {
	display: block;
	position: relative;
	color: #666666;
	padding: 10px 20px;
	transition: 0.3s;
	font-size: 16px;
	font-weight: 700;
}

.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
	color: #00b2b4;
	text-decoration: none;
}

.main-nav .menu-item-has-children ul {
	display: block;
	position: absolute;
	left: 0;
	top: calc(100% + 30px);
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	padding: 10px;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	transition: ease all 0.3s;
}

.main-nav .menu-item-has-children:hover > ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
}

.main-nav .menu-item-has-children li {
	min-width: 180px;
	position: relative;
}

.main-nav .menu-item-has-children ul a {
	padding: 10px 20px;
	font-size: 14px;
}

.main-nav li:hover > a,
.main-nav .current-menu-item > a,
.main-nav .current-menu-parent > a {
	color: #00b2b4;
}

.main-nav .menu-item-has-children ul a:hover,
.main-nav .menu-item-has-children ul .active > a,
.main-nav .menu-item-has-children ul li:hover > a {
	color: #fff;
	background: #00b2b4;
}

.main-nav .menu-item-has-children > a:after {
	font-family: "Font Awesome 5 Free";
	content: "\f107";
	padding-left: 10px;
}

.main-nav .menu-item-has-children .menu-item-has-children ul {
	top: 0;
	left: calc(100% - 30px);
}

.main-nav .menu-item-has-children .menu-item-has-children:hover > ul {
	opacity: 1;
	top: 0;
	left: 100%;
}

.main-nav .menu-item-has-children .menu-item-has-children > a {
	padding-right: 35px;
}

.main-nav .menu-item-has-children .menu-item-has-children > a:after {
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	position: absolute;
	right: 15px;
}

.mobile-nav {
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 999;
	overflow-y: auto;
	left: -300px;
	width: 300px;
	padding-top: 18px;
	background: #fff;
	transition: 0.4s;
}

.mobile-nav * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mobile-nav > ul > li {
	border-bottom: 1px solid rgba(0,0,0,.125);
}

.mobile-nav a {
	display: block;
	position: relative;
	color: #00b2b4;
	padding: 10px 20px;
	font-weight: 700;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
	color: #2b7a78;
	text-decoration: none;
}

.mobile-nav .active > a {
	background: #def2f1;
}

.mobile-nav .menu-item-has-children > a:after {
	font-family: "Font Awesome 5 Free";
	content: "\f078";
	padding-left: 10px;
	position: absolute;
	right: 15px;
}

.mobile-nav .active.menu-item-has-children > a:after {
	content: "\f077";
}

.mobile-nav .menu-item-has-children > a {
	padding-right: 35px;
}

.mobile-nav .menu-item-has-children ul {
	display: none;
	overflow: hidden;
}

.mobile-nav .menu-item-has-children li {
	padding-left: 20px;
}

.mobile-nav .sub-menu {
	background: #f4f7f6;
}

.mobile-nav-toggle {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 998;
	background: none;
	font-size: 24px;
	transition: all 0.4s;
	outline: none !important;
	line-height: 1;
	cursor: pointer;
	text-align: center;
	border: 1px solid #00b2b4;
	margin: 25px 15px 0 0;
	padding: .3em .4em;
}

.mobile-nav-toggle-scrolled {
	margin-top: 20px;
}

.mobile-nav-toggle:hover {
	border: 1px solid #2b7a78;
}

.mobile-nav-toggle i {
	color: #00b2b4;
}

.mobile-nav-toggle i:hover {
	color: #2b7a78;
}

.mobile-nav-overly {
	width: 100%;
	height: 100%;
	z-index: 997;
	top: 0;
	left: 0;
	position: fixed;
	background: #def2f1;
	opacity: 0.7;
	overflow: hidden;
	display: none;
}

.mobile-nav-active {
	overflow: hidden;
}

.mobile-nav-active .mobile-nav {
	left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
	color: #00b2b4;
}

.mobile-nav .menu-item-299 {
	margin: 20px;
}

.mobile-nav .menu-item-2255 {
	margin: 0 20px 20px 20px;
}

.main-nav .menu-item-299,
.mobile-nav .menu-item-299,
.main-nav .menu-item-2255,
.mobile-nav .menu-item-2255 {
	display: inline-block;
	border-radius: 0.5rem;
	background: #00b2b4;
}

.main-nav .menu-item-2255 {
	margin-left: 10px;
}

.main-nav .menu-item-299:hover,
.mobile-nav .menu-item-299:hover,
.main-nav .menu-item-2255:hover,
.mobile-nav .menu-item-2255:hover {
	background: #2b7a78;
	transition: 0.3s;
}

.main-nav .menu-item-299 a,
.main-nav .menu-item-299:hover a,
.mobile-nav .menu-item-299 a,
.mobile-nav .menu-item-299:hover a,
.main-nav .menu-item-2255 a,
.main-nav .menu-item-2255:hover a {
	color: #fff;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	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: 30px;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 30px;
}

.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 30px;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin-top: 30px;
	margin-bottom: 30px;
}

.entry-content {
	background: #fff;
	padding: 30px;
	text-align: justify;
	box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
	overflow: auto;
}

.entry-footer {
	text-align: center;
}

.page-links {
	clear: both;
	margin: 0 0 30px;
}

.cat-links a,
.tags-links a {
    display: inline-block;
    margin: 3px 5px;
    text-transform: uppercase;
    font-size: 16px;
    padding: 0 10px;
	border-radius: 3px;
}

.cat-links a {
	background: #00b2b4;
    color: #fff;
}

.tags-links a {
	background: #def2f1;
    color: #00b2b4;
}

.cat-links a:hover,
.tags-links a:hover {
	background: #2b7a78;
	color: #fff;
}

@media (max-width: 768px) {
	.page-content,
	.entry-content,
	.entry-summary {
		margin-top: 0;
	}
	
	.entry-content {
		padding: 15px;
	}
	
	.container {
		max-width: 100%;
	}
	
	.row {
		margin-left: 0;
		margin-right: 0;
	}
}

@media (min-width: 1400px) {
	.container {
		max-width: 1320px;
	}
}

/*--------------------------------------------------------------
## 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,
.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%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
	transition: 0.1s;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 30px;
	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 {
	padding-bottom: 30px;
}

.box {
	transition: 0.4s;
}

.box:hover {
	box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
}

.gallery-item {
	position: relative;
	border: 2px solid rgba(0,0,0,.125);
	border-radius: 0.6rem;
}



.gallery img {
	border-radius: 0.5rem;
}

.gallery .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
	background: rgba(0,0,0,0.3);
	border-radius: 0.6rem;
	opacity: 0;
}

.gallery .overlay:hover {
	opacity: 1;
}

.gallery-icon {
	z-index: 12;
	position: absolute;
	top: 8px;
	left: 8px;
}

.gallery-icon img {
	height: 40px;
	width: 40px;
	border: 2px solid #fff;
	border-radius: 0.6rem;
	opacity: 0.3;
}

.gallery-info {
	z-index: 12;
	position: absolute;
	bottom: 0;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 5px;
	border-radius: 0 0 0.5rem 0.5rem;
	background: rgba(0,0,0,0.3);
}

.leaflet-info {
	background: rgba(0,0,0,0.6);
}

.gallery-info h2 {
	font-size: 1.8rem;
	margin: 0;
	padding-top: 10px;
}

.leaflet-info  h2 {
	font-size: 1.2rem;
	padding: 15px 0;
}

.gallery-info a {
	color: #fff;
}

.gallery-info > span {
	display: block;
	color: rgba(255,255,255,0.8);
	text-transform: uppercase;
	font-size: 0.8rem;
	letter-spacing: .05em;
}

@media (max-width: 992px) {	
	.gallery-info h2 {
		font-size: 1.8rem;
	}
}

@media (max-width: 768px) {	
	.gallery {
		padding: 5px;
	}
	
	.gallery-info h2 {
		padding: 5px 0 0 0;
		font-size: 1.4rem;
	}
	
	.gallery-icon {
		top: 5px;
		left: 5px;
	}
	
	.gallery-icon img {
		height: 30px;
		width: 30px;
		border: 1.5px solid #fff;
	}
	
	.gallery-info > span {
		font-size: 0.7rem;
		line-height: 0.8rem;
		
	}
	
	.gallery-icon-ls {
		top: -2px;
		left: 2px;
	}
	
	.gallery-icon-ls img {
		height: 16px;
		width: 16px;
		border: 1px solid #fff;		
	}
	
	.gallery-info-ls {
		padding-bottom: 0;
	}
	
	.gallery-info-ls h2 {
		padding: 2px 0 0 0;
		margin-bottom: -2px;
		font-size: 0.6rem;
	}
	
	.gallery-info-ls span {
		font-size: 0.4rem;
	}
	
	.leaflet-info  h2 {
		font-size: 1rem;
	}
}

/*--------------------------------------------------------------
# Wrapper
--------------------------------------------------------------*/
.wrapper {
	padding: 30px 45px;
}

@media (max-width: 768px) {
	.wrapper {
		padding: 15px;
	}
	
	#latest-promotion .wrapper {
		padding: 15px 0;
	}
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
.btn-beacon {
	background: #00b2b4;
	border: #00b2b4;
	padding: 10px 40px;
	border-radius: 0.5rem;
	color: #fff;
}

.btn-beacon:hover {
	background: #2b7a78;
	color: #fff;
}

.btn-post {	
	padding: 10px 40px;
	border-radius: 0.5rem;
	color: #fff;
}

.btn-post:hover {
	color: #fff;
}

@media (max-width: 576px) {
	.btn-beacon {
		width: 100%;
	}
}

/*--------------------------------------------------------------
# Topbar
--------------------------------------------------------------*/
#topbar {
	background: #fff;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
	font-size: 14px;
}

#topbar .contact-info a {
	line-height: 1;
	color: #555;
}

#topbar .contact-info a:hover {
	color: #00b2b4;
}

#topbar .contact-info i {
	color: #00b2b4;
	padding-left: 20px;
  	margin-left: 20px;
	border-left: 1px solid #e9e9e9;
}

#topbar .contact-info i:first-child {
	padding-left: 0;
  	margin-left: 0;
	border-left: 0;
}

#topbar .social-links a {
	color: #555;
	padding: 4px 12px;
	display: inline-block;
	line-height: 1px;
	border-left: 1px solid #e9e9e9;
}

#topbar .social-links a:hover {
	color: #00b2b4;
}

#topbar .social-links a:first-child {
	border-left: 0;
}

/*--------------------------------------------------------------
# Page banner
--------------------------------------------------------------*/
.page-banner {
	padding: 40px 0 30px 0;
	position: relative;
}

.page-banner-title {
	font-weight: 300;
	font-size: 2rem;
	font-weight: 700;
	margin: 0;
	color: #fff;
	text-shadow: 2px 2px 4px #000000;
}

.page-banner-image {
	background-size: cover;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}

.page-banner-intro {
	font-weight: 300;
	font-size: 1.2rem;
	line-height: 1.3;
	color: #ededed;
	text-shadow: 2px 2px 4px #000000;
}

.page-banner-intro p {
	  margin: 0;
}

@media (min-width: 576px) {
	.page-banner {
		padding: 80px 0 60px 0;
	}

	.page-banner-title {
		font-size: 3rem;
	}
	
	.page-banner-intro {
		font-size: 1.5rem;
		padding-top: 10px;
	}
}
/*--------------------------------------------------------------
# Section Header
--------------------------------------------------------------*/
.section-header {
	position: relative;
	text-align: center;
	margin-top: 20px;
}

.section-header h2 {
	color: #2b7a78;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 20px;
}

.section-header h2::before {
	content: '';
	position: absolute;
	display: block;
	width: 50px;
	height: 3px;
	background: #00b2b4;
	bottom: 0;
	left: calc(50% - 25px);
}

.section-header p {
	padding: 0;
	margin: 0;
}

@media (max-width: 576px) {
	.section-header {
		text-align: left;
		margin-left: 15px;
		padding-left: 10px;
		border-left: 3px solid #2b7a78;
	}
	
	.section-header h2::before {
		display: none;
	}
	
	.section-header h2 {
		padding-bottom: 0;
	}
}

/*--------------------------------------------------------------
# Promotional words
--------------------------------------------------------------*/
#promotional-word {
	background: #00b2b4;
	padding: 20px 0;
	color: #fff;;
}

#promotional-word h2 {
	color: #fff;
	margin-bottom: 0;
}

#promotional-word .circle-icon {	
    background: #00b2b4;
}

.pw-container {
	display: table;
	float: left;
}

.pw-content,
.pw-icon {
	display: table-cell;
	vertical-align: middle;
}

.pw-icon {
	width: 80px;
}

@media (max-width: 992px) {	
	#promotional-word {
		display: none;
	}
}

/*--------------------------------------------------------------
# Cards
--------------------------------------------------------------*/
.card {
	margin-bottom: 30px;
	border: none;
	box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
	transition: 0.3s;
}

#beacon-card .card,
#latest-promotion .card,
#campuses .card,
#tutor-profile .card,
#events .card,
#leaflets .card{
	height: 100%;
	margin-bottom: 0;
}

#beacon-card .card:hover,
#latest-promotion .card:hover,
#campuses .card:hover,
#tutor-profile .card:hover,
#events .card:hover,
#leaflets .card:hover{
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
}

#beacon-card .row > div,
#latest-promotion .row > div,
#campuses .row > div,
#tutor-profile .row > div,
#events .row > div,
#leaflets .row > div {
	margin-bottom: 30px;
}

.card img {
	border-radius: .25rem .25rem 0 0;
}

.card-body {
    padding-bottom: .5rem;
}

.card-title {
	font-size: 1rem;
	height: 50px;
}

.campus-card-title {
	font-size: 1.2rem;
	margin-bottom: 0;
}

.card-cat-list,
.card-cat-list * {
	list-style: none;
	margin: 0;
	padding: 0;
}

.card-cat-list {
	display: block;
	border-top: 1px solid rgba(0,0,0,.125);
    padding-top: 5px;
}

.card-cat-list li {
    float: left;
}

.card-cat-list li a {
    background: #00b2b4;
    color: #fff;
    display: inline-block;
    margin-right: 10px;
    text-transform: uppercase;
    font-size: 12px;
    padding: 0 10px;
	border-radius: 3px;
}

.card-cat-list li a:hover {
	background: #2b7a78;
}

.card-date {
    display: inline-block;
    font-size: 12px;
	float: right;
	margin-top: 4px;
}

.card-description {
    font-size: 14px;
	line-height: 30px;
}

@media (max-width: 768px) {
	#campuses #navTab {
		margin: 0 15px 15px 15px;
	}
}

@media (max-width: 576px) {	
	.card {
		margin-bottom: 15px;
	}
	
	.card-body {
		padding: .5rem;
	}
	
	.card-title {
		height: auto;
	}
	
	.leaflet-card {
		padding: 0;
	}
}

/*--------------------------------------------------------------
## Latest news
--------------------------------------------------------------*/
#latest-promotion .more-top {
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px;
}

#latest-promotion .more-bottom {
	display: none;
	width: 100%;
	margin: 15px;
	text-align: center;
	background: #00b2b4;
	border-radius: 0.5rem;
	padding: 10px;
}

#latest-promotion .more-bottom:hover {
	background: #2b7a78;
}

#latest-promotion .more-bottom a {
	color: #fff;
	padding: 0 30px;
}

@media (max-width: 576px) {
	#latest-promotion .more-top {
		display: none
	}
	
	#latest-promotion .more-bottom {
		display: block;
	}
}

/*--------------------------------------------------------------
# Call to action
--------------------------------------------------------------*/
#call-to-action {
	background: #3399cc;
	background-size: cover;
	padding: 20px 0;
}

#call-to-action i {
	font-size: 4rem;
	color: #fff;
	padding-bottom: 10px;
}

#call-to-action p {
	margin-bottom: 0;
}

.cta-title {
	color: #fff;
	font-size: 28px;
	margin-bottom: 5px;
}

.cta-text {
	color: #fff;
}

#call-to-action .cta-btn {
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 8px 26px;
	border-radius: 0.5rem;
	transition: 0.5s;
	margin: 10px;
	border: 3px solid #fff;
	color: #fff;
}

#call-to-action .cta-btn:hover {
	background: #fff;
	border: 3px solid #def2f1;
	color: #3399cc;
}

@media (max-width: 992px) {	
	#call-to-action i {
		font-size: 3rem;
	}
	
	#call-to-action img {
		padding-bottom: 10px;
		max-width: 20%;
	}
}

#recruit #call-to-action {
	background: #00b2b4;
}

/*--------------------------------------------------------------
# Brands
--------------------------------------------------------------*/
#brand {
	background: #fff;
}

#brand img {
	max-width: 100%;
	opacity: 0.3;
	transition: 0.3s;
	padding: 15px 0;
}

#brand img:hover {
	opacity: 1;
}

#brand .owl-nav,
#brand .owl-dots {
	text-align: center;
}

#brand .owl-dot {
	display: inline-block;
	margin: 0 5px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #ddd;
}

#brand .owl-dot.active {
	background-color: #00b2b4;
}

#brand .big img {
	opacity: 1;
}

#brand .medium img {
	opacity: 1;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    font-size: 12px;
	background: #00b2b4;
	color: #fff;
	border-bottom: 6px solid #2b7a78;
	line-height: 1.5;
}

#footer .contact-info {
	font-size: 16px;
	color: #fff;
}

#footer .contact-info i {
	font-size: 14px;
	
}

#footer .footer-title {
	font-size: 16px;
	font-weight: 700;
}

#footer .social-links {
	padding: 10px 0;
}

#footer .social-links a {
	font-size: 20px;
	display: inline-block;
	background: #2b7a78;
	color: #fff;
	line-height: 1;
	padding: 10px 0;
	margin-right: 4px;
	border-radius: 50%;
	text-align: center;
	width: 40px;
	height: 40px;
	transition: 0.3s;
}

#footer .social-links a:hover {
	background: #ffffff;
	color: #00b2b4;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	color: #2b7a78;
}

#footer.wrapper {
    padding: 30px 45px;
}

@media (max-width: 992px) {
	#footer.wrapper {
		padding: 15px 0;
	}
	#footer .remarks {
		display: none;
	}
}

.sticky-bottom-button {
	z-index: 999;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #f4f7f6;
	color: white;
	text-align: center;
}

/*--------------------------------------------------------------
# Tab
--------------------------------------------------------------*/
#navTab {
	background: #def2f1;
	padding: 15px;
	margin-bottom: 30px;
}

#navTab .nav-pills .nav-link {
	border-radius: 0.5rem;
	margin: 0 0.2rem;
}

#tutors .nav-pills .nav-link {
	margin: 0;
}

#navTab .nav-pills .nav-link.active,
#navTab .nav-pills .nav-link.active:hover,
#navTab .nav-pills .show>.nav-link {
    background-color: #00b2b4;
}

#navTab .nav-pills .nav-link:hover {
    background-color: #fff;
}

@media (max-width: 576px) {
	#navTab {
		padding: 10px;
	}
}

/*--------------------------------------------------------------
# Accordion
--------------------------------------------------------------*/
#accordionBeacon .card-header,
#accordionBeaconEng .card-header {
	background: #f4f7f6;
	border-bottom: none;
}

#accordionBeacon .btn-link,
#accordionBeaconEng .btn-link {
	color: #00b2b4;
}

#accordionBeacon .btn-link:hover,
#accordionBeacon .btn-link:focus,
#accordionBeaconEng .btn-link:hover,
#accordionBeaconEng .btn-link:focus {
	text-decoration: none;
	color: #2b7a78;
}

#accordionBeacon .active,
#accordionBeaconEng .active {
    background: #def2f1;
}

#accordionBeacon .btn,
#accordionBeaconEng .btn {
	font-size: 1.2rem;
	font-weight: 600;
	border: none;
	text-align: left;
}

#accordionBeacon i,
#accordionBeaconEng i {
	width: 36px;
}

#accordionBeacon .heading-one {
	background: #def2f1;
}

@media (max-width: 576px) {
	#accordionBeaconEng i {
		width: auto;
	}
}

/*--------------------------------------------------------------
# Table
--------------------------------------------------------------*/
table,
#grid-table {
	margin: 10px 0;
}

tr {
	margin-left: 0;
	margin-right: 0;
}

td {
	border: 1px solid rgba(0,0,0,.125);
	padding: 5px 10px;
}

#grid-table .row {
	border-top: 1px solid rgba(0,0,0,.125);
	margin-left: 0;
	margin-right: 0;
}

#grid-table .row:last-child {
	border-bottom: 1px solid rgba(0,0,0,.125);
}

th,
.grid-table-title {
	padding: 20px;
	font-weight: 700;
	color: #00b2b4;
	background: #f4f7f6;
}

.grid-table-content {
	padding: 20px;
}

@media (max-width: 768px) {
	#grid-table .row {
		border: 1px solid rgba(0,0,0,.125);
		margin-bottom: 20px;
		text-align: center;
	}
	
	#job-description .grid-table-content {
		text-align: left;
	}
}

#download th {
	background: #fff;
}

#download td {
	text-align: center;
}

/*--------------------------------------------------------------
# Circle icon
--------------------------------------------------------------*/
.circle-icon {	
    font-size: 30px;
    display: inline-block;
    background: #2b7a78;
    color: #fff;
    line-height: 1;
    padding: 10px 0;
    border-radius: 50%;
	border: 3px solid #00b2b4;
	-webkit-box-shadow: inset 0 0 0 3px #fff;
    text-align: center;
    width: 60px;
    height: 60px;
    transition: 0.3s;
}

.circle-icon-title {
	color: #2b7a78;
	font-size: 1.5rem;
	font-weight: 700;
}

/*--------------------------------------------------------------
# features
--------------------------------------------------------------*/
#feature {
	background: #def2f1;
	padding: 100px 0;
	transition: 0.3s;
	color: #2b7a78;
}

#feature h2 {
	color: #2b7a78;
	margin-bottom: 50px;
}

#feature .circle-icon {
	font-size: 48px;
	padding: 18px 0;
	width: 96px;
    height: 96px;
}

.feature-title {
	font-weight: 600;
	margin: 10px 0 30px 0;
	line-height: 1.5;
}

@media (max-width: 768px) {
	#feature {
		padding: 30px 0;
	}
}

/*--------------------------------------------------------------
# Campuses
--------------------------------------------------------------*/
#campus iframe {
	width: 100%;
	height: 200px;
}

.address {
	color: #00b2b4;
}

.contact-no {
	font-size: 1.5rem;
	color: #2b7a78;
	border-top: 1px solid rgba(0, 0, 0, .125);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
	margin: 30px 0;
}

.contact-no p {
	padding: 10px 30px 10px 10px;
	margin: 0;
}

.contact-no a {
	color: #2b7a78;
}

@media (max-width: 768px) {
	.contact-no {
		font-size: 1.2rem;
		justify-content: center;
	}
}

/*--------------------------------------------------------------
# Tutors
--------------------------------------------------------------*/
#tutor-header {
	position: relative;
}

@media (min-width: 768px) {
	#tutor-header:before {
		left: 0;
		background: -webkit-gradient(left top, right top, color-stop(0, #000), color-stop(100%, rgba(0,0,0,0)));
		background: -webkit-gradient(linear, left top, right top, color-stop(0, #000), to(rgba(0,0,0,0)));
		background: linear-gradient(to right, #000 0, rgba(0,0,0,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=1);
	}

	#tutor-header:after {
		right: 0;
		background: -webkit-gradient(left top, right top, color-stop(0, rgba(0,0,0,0)), color-stop(100%, #000));
		background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0,0,0,0)), to(#000));
		background: linear-gradient(to right, rgba(0,0,0,0) 0, #000 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=1);
	}

	#tutor-header:before,
	#tutor-header:after {
		position: absolute;
		top: 0;
		width: 262px;
		height: 100%;
		display: block;
		content: '';
		z-index: 20;
	}
}

.th-container {
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
	position: relative;
	height: 700px;
	width: 100%;
}

#tutor-header .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
	background: rgba(0,0,0,0.5);
}

.th-name {
	z-index: 12;
	position: absolute;
	bottom: 0;
	padding: 30px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.th-name h1 {
	color: #fff;
	font-size: 4rem;
	margin: 0;
}

.th-name > span {
	display: block;
	color: rgba(255,255,255,0.5);
	text-transform: uppercase;
	font-size: 1rem;
	letter-spacing: .05em;
	margin-bottom: 10px;
}

.th-name img {
	margin-bottom: 10px;
	width: 180px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}

#tutor-header .social-links {
	position: relative;
}

#tutor-header .social-links:before {
	padding-right: calc(50% - 60px);
}

#tutor-header .social-links:after {
	padding-left: calc(50% - 60px);
}

#tutor-header .social-links:before {
    left: 0;
}

#tutor-header .social-links:after {
    right: 0;
}

#tutor-header .social-links:before,
#tutor-header .social-links:after {
    position: absolute;
    top: 50%;
    height: 1px;
    content: '';
    background: #fff;
	overflow: auto;
}

#tutor-header .social-links a {
	font-size: 20px;
	display: inline-block;
	color: #fff;
	line-height: 1;
	padding: 8px 0;
	margin-right: 4px;
	border: 2px solid #fff;
	border-radius: 50%;
	text-align: center;
	width: 40px;
	height: 40px;
	transition: 0.3s;
}

#tutor-header .social-links img {
	display: inline-block;
	line-height: 1;
	margin-bottom: 0;
	width: 40px;
	height: 40px;
	transition: 0.3s;
}

#tutor-header .social-links a:hover {
	color: #00b2b4;
	border: 2px solid #00b2b4;
}

#tutor-info {
	background: #00b2b4;
	background-size: cover;
	padding: 20px 0;
}

.ti-subject {
	display: inline-block;
	padding: 10px;
}

#tutor-info img {
	display: inline-block;
	width: 50px;
}

#tutor-info h2 {
	display: inline-block;
	color: #fff;
	font-size: 2.5rem;
	margin-bottom: 0;
	vertical-align: middle;
}

.ti-title {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
}

#tutor-info p {
	margin-bottom: 0;
}

#tutor-profile #navTab {
	margin-bottom: 0;
}

#tutor-profile video {
	width: 75%;
}


@media (max-width: 768px) {
	.th-container {
		background-attachment: scroll;
		height: 600px;
	}
	
	.ti-subject {
		padding: 5px;
	}
	
	#tutor-header .th-name h1 {
		font-size: 3rem;
	}
	
	#tutor-profile video {
		width: 100%;
	}
	
	#tutor-info img {
		width: 30px;
	}
	
	#tutor-info h2 {
		font-size: 2rem;
	}
}

@media (max-width: 576px) {
	#tutor-profile #navTab {
		padding: 10px 0;
	}
	
	#tutor-profile #navTab .nav-pills .nav-link {
		margin: 0;
		padding: .5rem .7rem;
	}
}

/*--------------------------------------------------------------
# News
--------------------------------------------------------------*/
#beacon-news #navTab {
	background: none;	
}

#beacon-news .nav-pills .nav-link {
	background: #def2f1;
	padding: .5rem 2rem;
}

#beacon-news h4 {
	font-size: 1.2rem;
	margin-bottom: 0;
}

.news-wrapper:first-child {
	border-top: 1px solid rgba(0,0,0,.125);
}

.news-item {
	padding: 20px 0;
	border-bottom: 1px solid rgba(0,0,0,.125);
}

.news-bkgnd:hover,
.news-today-bkgnd {
	background: #fff;
}

.notice-bkgnd:hover,
.notice-today-bkgnd {
	background: #f4f7f6;
}

.news-today a,
.news-today time {
	color: #2b7a78;
}

.news-today .news-info a:before {
	font-family: 'Font Awesome 5 Free';
    font-size: 20px;
    content: '\f005';
    color: #2b7a78;
	padding-right: 5px;
}

#beacon-news .more {
	margin: 15px 0;
}

@media (max-width: 576px) {
	#beacon-news {
		padding: 0;
	}
	
	#beacon-news .section-header {
		margin-left: 0;
	}
	
	#beacon-news #navTab {
		background: #def2f1;
		margin-bottom: 0;
	}
	
	#beacon-news h4 {
    	font-size: 1rem;
	}
	
	#beacon-news .more {
		width: 100%;
		margin: 15px 0 30px 0;
		text-align: center;
		background: #00b2b4;
		border-radius: 0.5rem;
		padding: 10px;
	}

	#beacon-news .more:hover {
		background: #2b7a78;
	}

	#beacon-news .more a {
		color: #fff;
		padding: 0 30px;
	}
	
	.news-wrapper {
		padding: 0;
	}
	
	.news-item {
		padding: 15px 0;
	}
	
	.news-img {
		padding: 0;
	}
	
	.news-date {
		font-size: 12px;
	}
}

/*--------------------------------------------------------------
# Leaflet
--------------------------------------------------------------*/
#leaflets select {
	display: none;
}

#leaflets #navTab {
	margin-bottom: 0;
	padding: 15px 45px;
}

.leaflet-subject {
	margin: 20px 0;
	padding-left: 1.25rem;
	color: #00b2b4;
	font-size: 1.5rem;
	font-weight: 600;
}

.leaflet-subject img {
	margin-right: .75rem;
	padding: 5px;
	width: 40px;
	background: #00b2b4;
	border-radius: .25rem;
}

.leaflet-course {
	font-size: .75rem;
	border-bottom: 1px solid rgba(0,0,0,.125);
}

#leaflets .card-header {
    background-color: #def2f1;
	border-bottom: none;
}

#leaflets .card-header img {
	width: 60px;
    border-radius: 50%;
}

#leaflets .card-text {
	background: rgba(0,0,0,.03);
    padding: .75rem 1.25rem;
	line-height: 1.4;
	font-weight: 600;
	border-radius: .25rem;
}

#leaflets .card-leaflet:hover .card-text,
#leaflets .card-text:hover {
	background: #00b2b4;
	color: #fff;
}

#leaflets .badge {
	background: #666666;
	color: #fff;
}

#tutor-profile #leaflets {
	margin-top: 30px;
}

@media (max-width: 576px) {
	.leaflet-subject {
		margin: 10px 0;
	}
	
	#leaflets .card-header {
		font-size: 1rem;
		font-weight: 700;
	}
	
	#leaflets .card-body {
		padding: .5rem 0;
	}
}

@media (max-width: 768px) {
	#leaflets #navTab {
		padding: 10px;
	}
	
	#leaflets .entry-content,
	#tutor-profile #leaflets {
		margin-top: 15px;
	}
	
	#leaflets .leaflet-group {
		padding: 5px;
	}
	
	#leaflets .card-text {
		padding: .75rem;
	}
}

/* Leaflet filter label styles */
.leaflet-label {
	font-weight: bold;
	margin-bottom: 0;
	margin-right: 0.5rem;
	font-size: 1rem;
	display: inline-block;
	color: #00b2b4;
}

@media (max-width: 576px) {
	.leaflet-label {
		font-size: 0.95rem;
	}
}

.leaflet-group-flex {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.leaflet-group-flex label {
    flex: 0 0 auto;
}

.leaflet-group-flex select,
.leaflet-group-flex .select2-container {
    flex: 1 1 0;
    min-width: 0;
}

/*--------------------------------------------------------------
# Select2
--------------------------------------------------------------*/
.filter-select,
.select2-container {
	width: 100%!important;
}

.select2-container--default .select2-selection--multiple {
	/* border: 1px solid #f4f7f6; */
	border: 1px solid #00b2b4;
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-dropdown {
    border: 1px solid #00b2b4;
	cursor: pointer;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #00b2b4;
	color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #00b2b4;
    border: 1px solid #00b2b4;
	color: #fff;
	padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #fff;
	border-right: none;
	position: relative;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, 
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: #00b2b4;
    color: #fff;
}

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
.pagination {
	justify-content: center;
	margin: 15px 0;
}

.pagination .nav-links {
	display: flex;
}

.page-numbers {
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
}

.page-numbers:hover {
    background-color: #f4f7f6;
}

.prev {
	border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.next {
	border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

/*--------------------------------------------------------------
# Recruit Form
--------------------------------------------------------------*/
#recruit-form {
	background: #def2f1;
	padding: 60px 0;
	color: #00b2b4;
}

#recruit-form input[type="text"],
#recruit-form input[type="tel"],
#recruit-form input[type="email"] {
	border: none;
	color: #666666;
	width: 100%;
	margin-top: 30px;
}

#recruit-form input[type="file"] {
    border: none;
	width: 100%;
    border-radius: 3px;
    background: #fff;
    padding: .5em;
	margin-top: 30px;
}

#recruit-form input[type="submit"] {
    border: none;
    border-radius: 6px;
    background: #00b2b4;
    color: #fff;
    font-size: 1rem;
    line-height: 1;
    padding: .8em 1em .6em;
	margin-top: 30px;
}

#recruit-form input[type="submit"]:hover {
	background: #2b7a78;
}

#recruit-form .recruit-content {
    padding: 30px;
    margin-bottom: 20px;
    border: 1px solid #fff;
}

@media (max-width: 768px) {
	#recruit-form {
		padding: 30px 0;
	}
	
	#recruit-form .recruit-content {
		padding: 0;
		border: none;
	}
	
	#recruit-form input[type="submit"] {
		width: 100%;
	}
}

/*--------------------------------------------------------------
# NextGEN Gallery
--------------------------------------------------------------*/
.sl-caption {
	display: none !important;
}

/*--------------------------------------------------------------
# QSM
--------------------------------------------------------------*/
.qmn_quiz_container .qmn_btn, .qmn_quiz_container .btn {
	margin: 15px;
}

.qmn_pagination {
	width: 100% !important;
}

.qmn_quiz_container.qsm_auto_pagination_enabled .quiz_section.quiz_end .qsm-btn {
	position: relative !important;
	background: #00b2b4 !important;
}

.qmn_quiz_container.qsm_auto_pagination_enabled .quiz_section.quiz_end .qsm-btn:hover {
	background: #2b7a78 !important;
}

/*--------------------------------------------------------------
# Page Builder
--------------------------------------------------------------*/
.viso-plan {
	transition: all .3s linear;
}

.viso-plan:hover {
	box-shadow: 0 8px 16px 0 rgb(35 24 21 / 20%);
	transform: translateY(-0.5rem);
}

.viso-table th {
	background: #ecfaf9;
}

.viso-table tr {
	border: solid 1px #00b2b4;
}

.viso-table td {
	padding: 20px;
}

/*--------------------------------------------------------------
# Beacon Products
--------------------------------------------------------------*/
#bproduct .bp-image {
	padding-bottom: 30px;
}

#bproduct .bp-title {
	color: #666666;
}

#bproduct .bp-subtitle {
	color: #666666;
}

#bproduct .bp-info-title {
	font-weight: 600;
}

#bproduct .bp-price {
	color: #00b2b4;
	font-size: 1.25rem;
	font-weight: 600;
	border-top: solid 1px #dee2e6;
	border-bottom: solid 1px #dee2e6;
    padding: 15px 0;
    margin: 15px 0;
}

#bproduct .bp-btn {
	padding: 30px 0;
}

#bproduct .bp-desc-title {
	font-weight: 600;
	border-bottom: solid 3px #00b2b4;
	width: 100px;
    margin: 0 auto;
}

#bproduct .bp-desc {	
	border-top: solid 1px #dee2e6;
    padding-top: 30px;
	overflow-x: auto;
}

#bproduct .bp-desc tr:first-child td {
	color: #00b2b4;
	background: #ecfaf9;
	font-weight: 600;
}

#bproduct .bp-desc td {
	border: solid 1px #00b2b4;
	padding: 10px;
	vertical-align: top;
}

@media (max-width: 768px) {
	#bproduct .bp-info-title,
	#bproduct .bp-info {
		padding-left: 0;
		padding-right: 0;
	}
}

/*--------------------------------------------------------------
# Loading
--------------------------------------------------------------*/
.lds-dual-ring.hidden { 
	display: none;
}

.lds-dual-ring {
	display: inline-block;
	width: 60px;
	height: 60px;
}

.lds-dual-ring:after {
	content: "";
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
    top: 50%;
    left: 48%;
	border-radius: 50%;
	border: 6px solid #fff;
	border-color: #fff transparent #fff transparent;
	animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.lds-dual-ring.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.1);
	z-index: 999;
	opacity: 1;
	transition: all 0.5s;
}

/*--------------------------------------------------------------
# Corner Popup
--------------------------------------------------------------*/
#corner-popup .corner-close:after, #corner-popup .corner-close:before {
    background-color: #00b2b4;
}

@media (max-width: 768px) {
	#corner-popup {
		background: #00b2b4;
		padding: 5px;
	}
	
	#corner-popup .corner-container-2 {
		bottom: 10px;
		padding: 0;
	}
	
	#corner-popup img {
		display: none;
	}
	
	#corner-popup h5 {
		margin-bottom: 0;
		color: #ffffff;
	}
	
	#corner-popup p {
		color: #ffffff;
	}
	
	#corner-popup .btn-beacon {
		background: #2b7a78;
		border: #2b7a78;
	}
	
}

/*--------------------------------------------------------------
# Cookie
--------------------------------------------------------------*/
#cookie-notice .cn-button {
    color: #ffffff;
    padding: 4px 8px;
    border: 1px solid #ffffff;
    border-radius: 4px;
	transition: 0.3s;
}

#cookie-notice .cn-button:hover {
	color: #3399cc;
    background-color: #ffffff;
}

.grecaptcha-badge {
    display: none !important;
}