/**
  * Name: Educate
  * Version: 1.0
  * Author: Themesflat
  * Author URI: http://www.themesflat.com
*/

@import url("font-awesome.css");
@import url("flexslider.css");
@import url("owl.carousel.css");
@import url("shortcodes.css?v=0212");
@import url("revolution-slider.css");
@import url("jquery.mCustomScrollbar.min.css");
@import url("jquery-ui.min.css");
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700' rel='stylesheet' type='text/css");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css");
@import url('https://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700,700italic');

/**
  * Reset
  * Repeatable Patterns
  *	Preload
  *	Course meta review
  * Header
  * Pagination
  * widget
  * Footer
  * Bottom
  * Parallax
  * Revolution Slider
  * Home 1
  * Contact page
  * Have sidebar
  * Flat team page
  * Boxed
  * Switcher
*/

/* Reset
-------------------------------------------------------------- */
	html {
		overflow-y: scroll;
		-webkit-text-size-adjust: 100%;
		   -ms-text-size-adjust: 100%;
	}

	body {
		line-height: 23px;
		-webkit-font-smoothing: antialiased;
		-webkit-text-size-adjust: 100%;
		   -ms-text-size-adjust: 100%;
	}

	a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code,
	dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video  {
		font-family: inherit;
		font-size: 100%;
		font-weight: inherit;
		font-style: inherit;
		vertical-align: baseline;
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		background: transparent;
	}

	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block;
	}

	ol, ul {
		list-style: none;
	}

	blockquote, q {
		-webkit-hyphens: none;
		  -moz-hyphens: none;
		   -ms-hyphens: none;
		       hyphens: none;
		        quotes: none;
	}

	figure {
		margin: 0;
	}

	:focus {
		outline: 0;
	}

	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

	img {
		border: 0;
		-ms-interpolation-mode: bicubic;
		vertical-align: middle;
	}

	legend {
		white-space: normal;
	}

	button,
	input,
	select,
	textarea {
		font-size: 100%;
		margin: 0;
		max-width: 100%;
		vertical-align: baseline;
		-webkit-box-sizing: border-box;
		  -moz-box-sizing: border-box;
		       box-sizing: border-box;
	}

	button,
	input {
		line-height: normal;
	}

	input,
	textarea {
		background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
	}

	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		line-height: 1;
		cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
		-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
		border: none;
	}

	input[type="checkbox"],
	input[type="radio"] {
		padding: 0; /* Addresses excess padding in IE8/9 */
	}

	input[type="search"] {
		-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	}

	input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
		-webkit-appearance: none;
	}

	button::-moz-focus-inner,
	input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
		border: 0;
		padding: 0;
	}

	*,
	*:before,
	*:after {
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}

@font-face{
	font-family: 'montserrat';
	src: url(../fonts/Montserrat-Regular.ttf);
}

/* Repeatable Patterns
-------------------------------------------------------------- */
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

@font-face{
	font-family: 'patch';
	unicode-range: U+7db0, U+78A7, U+7B75;
	font-style: normal;
	font-weight: bold;
	src: local('MS Gothic'), local('Yu Gothic'), local('Arial'),  local('sans-serif');
}
@font-face{
	font-family: 'patch';
	unicode-range: U+7db0, U+78A7, U+7B75;
	font-style: normal;
	font-weight: normal;
	src: local('Microsoft JhengHei'), local('微軟正黑體');
}

body {
	font: 12px/23px 'montserrat', -apple-system, "Microsoft JhengHei";
	font-weight: 400;
	background-color: #fff;
	color: #666666;
}

a {
	color: #333333;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

a:hover,a.active {
	color: #e60012;
	text-decoration: none;
	outline: 0;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

ul, ol {
	padding: 0;
}

img {
	max-width: 100%;
	height: auto;
}

.img-left {
	margin: -10px 50px 0 0 !important;
	float: left;
}

.img-right {
	margin: 0 0 0 50px !important;
	float: right;
}

b, strong {
	font-family: 'montserrat', -apple-system, "patch", "Microsoft JhengHei";
	font-weight: 900;
}

em{
	font-style: italic;
}
sub{
	vertical-align: sub;
	font-size: smaller;
}
sup{
	vertical-align: super;
	font-size: smaller;
}

.entry-page p {
	margin-bottom: 25px;
}


h1 { font-size: 35px;  font-weight: 700; }
h2 { font-size: 32px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }

h1, h2, h3, h4, h5, h6 {
	font-family: 'montserrat', -apple-system, "patch", "Microsoft JhengHei";;
    font-style: normal;
    color: #333333;
    margin-bottom: 26px;
}

p {
	margin-bottom: 20px;
}

button {
	border: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-family: inherit;
	font-size: 14px;
	text-transform: uppercase;
    color: #ffffff;
  	background-image: none;
  	height: 50px;
  	background-color: #FABE00;
  	line-height: 50px;
  	padding: 0 24px 0 32px;
  	cursor: pointer;
  	/*letter-spacing: 1px;*/
  	white-space: nowrap;
  	border: none;
  	-webkit-border-radius: 3px;
 	   -moz-border-radius: 3px;
        -ms-border-radius: 3px;
         -o-border-radius: 3px;
            border-radius: 3px;
   display: inline-block;
   	-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
		    transition: all 0.3s ease-in-out;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #222;
	border-color: #222;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
	border: 1px solid #e5e5e5;
  	height: 50px;
  	/*padding: 20px;  	*/
  	font-size: 12px;
  	line-height: 19px;
  	color: #333333;
  	max-width: 100%;
  	margin-bottom: 20px;
  	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
	width: 100%;
    padding: 12px 35px;
    padding-top: 12px;
    padding-right: 35px;
    padding-bottom: 12px;
    padding-left: 20px;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
	border: 1px solid #e60012;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}

textarea {
	width: 100%;
	height: 200px;
	padding: 14px 20px;
}

input[type="checkbox"] {
	display: inline;
}

textarea:-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
input::-moz-placeholder {
	font-size: 12px;
  	line-height: 19px;
	color: #b1b1b1;
	opacity: 1;
}

input:-ms-input-placeholder {
	font-size: 12px;
  	line-height: 19px;
	color: #b1b1b1;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
	font-size: 12px;
  	line-height: 19px;
	color: #b1b1b1;
	opacity: 1;
}

@-webkit-keyframes pop-scale { 0% { -webkit-transform: scale(0.7) } 100% { -webkit-transform: scale(1) } }
@-moz-keyframes pop-scale { 0% { -moz-transform: scale(0.7) } 100% { -moz-transform: scale(1) } }
@keyframes pop-scale { 0% { transform: scale(0.7) } 100% { transform: scale(1) } }

/* bootstrap resetting elements */
.btn {
	background-image: none;
}

textarea,
input[type="text"],
input[type="submit"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
.dropdown-menu,
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
	-webkit-appearance: none;
	text-shadow: none;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	     -o-box-shadow: none;
	        box-shadow: none;
	color: #333333;
	background: #fff;
}

.bold {
	font-weight: 700;
}

.cl-orange {
	color: #FABE00;
}

.header-wrapper{
	min-height: 88px;
}
.container {
	padding-left: 0;
	padding-right: 0;
}

.blog-single .entry p {
	margin-bottom: 30px;
}

label.modern-select {
	position:relative;
	margin-left: 15px;
	margin-bottom: 50px;
}
label.modern-select:after {
 	content: "\f078";
	font-family: FontAwesome;
	position: absolute;
	top: 0;
	right: 15px;
	font-size: 11px;
	line-height: 40px;
	color: #b1b1b1;
	pointer-events: none;
}

.sort-views, .sort-views .list-grid {
	float: right;
}

select.orderby {
	color: #333;
	border-color: #DFDFDF;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	padding: 0 89px 0 15px;
	margin: 0;
	height: 45px;
	cursor: pointer;
    -webkit-appearance: none;
	   -moz-appearance: none;
		    appearance: none;
    position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
		    transition: all 0.3s ease-in-out;
}

label.modern-select:hover select {
	color: inherit;
	border-color: #e60012;
}

label.modern-select:hover:after {
	color: #e60012;
}

.sort-views a {
	font-size: 14px;
	line-height: 38px;
	border-radius: 1px;
	border: 1px solid #ccc;
	width: 40px;
	display: inline-block;
	text-align: center;
	margin-left: 3px;
}

.sort-views a.course-grid-view {
	margin-left: 24px;
}

.sort-views a.active, .sort-views a:hover {
	border-color: #FABE00;
}

.flat-contact-us a {
	color: red;
}

.flat-contact-us a:hover {
	color: #333;
}

.go-top {
    position: fixed !important;
    right: -35px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-color: #428bdc;
    line-height: 40px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.go-top i {
	color: #fff;
}

.go-top.show {
    right: 15px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
    z-index: 9999;
}

.go-top.show:hover {
	background: #FABE00;
}

/* Preload
---------------------------------------------------------------------- s*/
.windows8 {
	position: fixed;
	width: 100%;
	height:100%;
	margin:auto;
	z-index: 1000;
	background: #fff;
}

.preload-inner {
	left: 50%;
	top: 50%;
	margin-left: -37px;
	margin-top: -37px;
    position: absolute;
}

.windows8 .wBall {
	position: absolute;
	width: 74px;
	height: 74px;
	opacity: 0;
	transform: rotate(225deg);
		-o-transform: rotate(225deg);
		-ms-transform: rotate(225deg);
		-webkit-transform: rotate(225deg);
		-moz-transform: rotate(225deg);
	animation: orbit 6.96s infinite;
		-o-animation: orbit 6.96s infinite;
		-ms-animation: orbit 6.96s infinite;
		-webkit-animation: orbit 6.96s infinite;
		-moz-animation: orbit 6.96s infinite;
}

.windows8 .wBall .wInnerBall{
	position: absolute;
	width: 10px;
	height: 10px;
	background: rgb(250,190,0);
	left:0px;
	top:0px;
	border-radius: 10px;
}

.windows8 #wBall_1 {
	animation-delay: 1.52s;
		-o-animation-delay: 1.52s;
		-ms-animation-delay: 1.52s;
		-webkit-animation-delay: 1.52s;
		-moz-animation-delay: 1.52s;
}

.windows8 #wBall_2 {
	animation-delay: 0.3s;
		-o-animation-delay: 0.3s;
		-ms-animation-delay: 0.3s;
		-webkit-animation-delay: 0.3s;
		-moz-animation-delay: 0.3s;
}

.windows8 #wBall_3 {
	animation-delay: 0.61s;
		-o-animation-delay: 0.61s;
		-ms-animation-delay: 0.61s;
		-webkit-animation-delay: 0.61s;
		-moz-animation-delay: 0.61s;
}

.windows8 #wBall_4 {
	animation-delay: 0.91s;
		-o-animation-delay: 0.91s;
		-ms-animation-delay: 0.91s;
		-webkit-animation-delay: 0.91s;
		-moz-animation-delay: 0.91s;
}

.windows8 #wBall_5 {
	animation-delay: 1.22s;
		-o-animation-delay: 1.22s;
		-ms-animation-delay: 1.22s;
		-webkit-animation-delay: 1.22s;
		-moz-animation-delay: 1.22s;
}



@keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		transform: rotate(180deg);
		animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		transform: rotate(300deg);
		animation-timing-function: linear;
		origin:0%;
	}

	30% {
		opacity: 1;
		transform:rotate(410deg);
		animation-timing-function: ease-in-out;
		origin:7%;
	}

	39% {
		opacity: 1;
		transform: rotate(645deg);
		animation-timing-function: linear;
		origin:30%;
	}

	70% {
		opacity: 1;
		transform: rotate(770deg);
		animation-timing-function: ease-out;
		origin:39%;
	}

	75% {
		opacity: 1;
		transform: rotate(900deg);
		animation-timing-function: ease-out;
		origin:70%;
	}

	76% {
	opacity: 0;
		transform:rotate(900deg);
	}

	100% {
	opacity: 0;
		transform: rotate(900deg);
	}
}

@-o-keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		-o-transform: rotate(180deg);
		-o-animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		-o-transform: rotate(300deg);
		-o-animation-timing-function: linear;
		-o-origin:0%;
	}

	30% {
		opacity: 1;
		-o-transform:rotate(410deg);
		-o-animation-timing-function: ease-in-out;
		-o-origin:7%;
	}

	39% {
		opacity: 1;
		-o-transform: rotate(645deg);
		-o-animation-timing-function: linear;
		-o-origin:30%;
	}

	70% {
		opacity: 1;
		-o-transform: rotate(770deg);
		-o-animation-timing-function: ease-out;
		-o-origin:39%;
	}

	75% {
		opacity: 1;
		-o-transform: rotate(900deg);
		-o-animation-timing-function: ease-out;
		-o-origin:70%;
	}

	76% {
	opacity: 0;
		-o-transform:rotate(900deg);
	}

	100% {
	opacity: 0;
		-o-transform: rotate(900deg);
	}
}

@-ms-keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		-ms-transform: rotate(180deg);
		-ms-animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		-ms-transform: rotate(300deg);
		-ms-animation-timing-function: linear;
		-ms-origin:0%;
	}

	30% {
		opacity: 1;
		-ms-transform:rotate(410deg);
		-ms-animation-timing-function: ease-in-out;
		-ms-origin:7%;
	}

	39% {
		opacity: 1;
		-ms-transform: rotate(645deg);
		-ms-animation-timing-function: linear;
		-ms-origin:30%;
	}

	70% {
		opacity: 1;
		-ms-transform: rotate(770deg);
		-ms-animation-timing-function: ease-out;
		-ms-origin:39%;
	}

	75% {
		opacity: 1;
		-ms-transform: rotate(900deg);
		-ms-animation-timing-function: ease-out;
		-ms-origin:70%;
	}

	76% {
	opacity: 0;
		-ms-transform:rotate(900deg);
	}

	100% {
	opacity: 0;
		-ms-transform: rotate(900deg);
	}
}

@-webkit-keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		-webkit-transform: rotate(180deg);
		-webkit-animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		-webkit-transform: rotate(300deg);
		-webkit-animation-timing-function: linear;
		-webkit-origin:0%;
	}

	30% {
		opacity: 1;
		-webkit-transform:rotate(410deg);
		-webkit-animation-timing-function: ease-in-out;
		-webkit-origin:7%;
	}

	39% {
		opacity: 1;
		-webkit-transform: rotate(645deg);
		-webkit-animation-timing-function: linear;
		-webkit-origin:30%;
	}

	70% {
		opacity: 1;
		-webkit-transform: rotate(770deg);
		-webkit-animation-timing-function: ease-out;
		-webkit-origin:39%;
	}

	75% {
		opacity: 1;
		-webkit-transform: rotate(900deg);
		-webkit-animation-timing-function: ease-out;
		-webkit-origin:70%;
	}

	76% {
	opacity: 0;
		-webkit-transform:rotate(900deg);
	}

	100% {
	opacity: 0;
		-webkit-transform: rotate(900deg);
	}
}

@-moz-keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		-moz-transform: rotate(180deg);
		-moz-animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		-moz-transform: rotate(300deg);
		-moz-animation-timing-function: linear;
		-moz-origin:0%;
	}

	30% {
		opacity: 1;
		-moz-transform:rotate(410deg);
		-moz-animation-timing-function: ease-in-out;
		-moz-origin:7%;
	}

	39% {
		opacity: 1;
		-moz-transform: rotate(645deg);
		-moz-animation-timing-function: linear;
		-moz-origin:30%;
	}

	70% {
		opacity: 1;
		-moz-transform: rotate(770deg);
		-moz-animation-timing-function: ease-out;
		-moz-origin:39%;
	}

	75% {
		opacity: 1;
		-moz-transform: rotate(900deg);
		-moz-animation-timing-function: ease-out;
		-moz-origin:70%;
	}

	76% {
	opacity: 0;
		-moz-transform:rotate(900deg);
	}

	100% {
	opacity: 0;
		-moz-transform: rotate(900deg);
	}
}
/* Course meta review
-------------------------------------------------------------- */

.course-meta.review.style2 {
	margin-bottom: 62px;
}

.course-meta.review.style2 li {
	float: left;
	padding-top: 1px;
	line-height: 25px;
	font-size: 12px;
	position: relative;
	padding-right: 50px;
}

.course-meta.review.style2 li:last-child {
	padding-right: 0;
}

.course-meta.review.style2 li.review-stars {
	padding-right: 15px;
}

.course-meta.review.style2 li:after {
	content: "";
	position: absolute;
	top: 0;
	right: 19px;
	width: 1px;
	height: 37px;
	background: #e5e5e5;
}

.course-meta.review.style2 li.review-stars:after, .course-meta.review.style2 li:last-child:after {
	content: none;
}

.course-meta.review.style2 .thumb {
	float: left;
	margin-right: 15px;
}

.course-meta.review.style2 .thumb img {
    width: 55px;
    border-radius: 55px;
}

.course-meta.review.style2 .text {
	float: left;
}

.course-meta.review.style2 a{
	font-size: 14px;
	line-height: 23px;
	font-family: Montserrat, sans-serif;
}

.course-meta.review.style2 p{
	font-size: 12px;
	line-height: 23px;
	margin-bottom: 0;
}
/* Header
-------------------------------------------------------------- */
div#header-sticky-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999999;
    width: 100%;
}

#header {
	width: 100%;
	z-index: 101;
}

#header.downscrolled {
    position: fixed;
    top: 0;
    width: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    filter: alpha(opacity=0);
    top: -60px;
    max-width: 1920px;
    margin: 0 auto;
    z-index: 999999;
/*    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
*/}

#header.upscrolled {
    opacity: 1;
    top: 38px;
    max-width: 100%;
    margin: 0 auto;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.04);
    z-index: 998;
}

.header-inner-pages.downscrolled {
	position: fixed;
    top: -47px;
    width: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 999;
/*    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
*/}
.header-inner-pages.upscrolled {
	opacity: 1;
	top: 0;
}

.header {
	background-color: #e60012;
/*	-webkit-transition: all 0.5s ease-in-out;
	   -moz-transition: all 0.5s ease-in-out;
	    -ms-transition: all 0.5s ease-in-out;
	     -o-transition: all 0.5s ease-in-out;
	        transition: all 0.5s ease-in-out;
*/}

.header .header-wrap {
	max-width: 1360px;
	margin: 0 auto;
	position: relative;
}

.header .header-wrap .logo {
	width: 120px;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
	float: left;
	margin: 1px 300px 0 0;
}
.header-label{
	display: inline-block;
	color: #fff;
	font-size: 16px;
	border: #fff solid 1px;
	border-radius: 5px;
	cursor: pointer;
	pointer-events: none;
	padding: 3px 8px;
	margin: 0;
}

.header .header-wrap .nav-wrap {
	position: fixed;
	top: 87px;
	left: -100%;
	z-index: 101;
	height: 100vh;
	background: rgba(28, 28, 28, .95);
	transition: left 0.3s;
}
.header .header-wrap .nav-wrap.expand{
	left: 0;
}
.menu-btn{
	float: left;
	width: 42px;
	height: 42px;
	cursor: pointer;
	padding-top: 12px;
	margin-top: 3px;
	margin-right: 60px;
}
.menu-btn span{
	display: block;
	width: 26px;
	height: 2px;
	background: #000;
	transition: all 0.3s;
	margin: 0 auto 6px;
}
.menu-btn.expand span:first-child{
	transform: rotate(45deg) translate(3px,-4px);
    transform-origin: left;
}
.menu-btn.expand span:nth-child(2){
	display: none;
}
.menu-btn.expand span:last-child{
	transform: rotate(-45deg) translate(-3px,11px);
    transform-origin: left;
}
.navbar-link{
	float: right;
	height: 48px;
    line-height: 48px;
	white-space: nowrap;
	margin-right: 5.5%;
}
.navbar-link a{
	line-height: initial;
	cursor: pointer;
}
.navbar-link li{
	display: inline-block;
	font-size: 16px;
	vertical-align: middle;
	margin-right: 26px;
}
.navbar-link li:last-child{
	margin-right: 0;
}
.navbar-link li a{
	color: #fff;
}

.show-search {
	float: right;
}

.show-search a {
	line-height: 48px;
	position: relative;
}

.show-search a i {
	font-size: 12px;
	color: #e60012;
	background-color: #fff;
	padding: 10px;
	border-radius: 50%;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

.show-search a i:hover {
	color: #FABE00;
}

.top-search {
    position: absolute;
    width: 300px;
    right: 0;
    top: 100px;
    opacity: 0;
    z-index: -99;
    pointer-events: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.widget.widget_search .search-form {
    position: relative;
}

.widget.widget_search .search-form input[type="submit"] {
    color: #ffffff;
    height: 45px;
    line-height: 45px;
    padding: 0 40px;
    cursor: pointer;
    white-space: nowrap;
    border: none;
    display: inline-block;
    font-weight: bold;
    font-size: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.top-search.show {
    top: 100%;
    opacity: 1;
    z-index: 9999;
    pointer-events: initial;
}

.widget.widget_search .search-form .search-submit {
    background-image: url(../images/icon/arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 24px;
    height: 11px;
    padding: 0;
    position: absolute;
    background-color: transparent;
    right: 0;
    top: 0;
    -webkit-opacity: 0.3;
    -khtml-opacity: 0.3;
    -moz-opacity: 0.3;
    opacity: 0.3;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
    filter: alpha(opacity=30);
}

.widget.widget_search .search-form .search-submit:hover {
    background-color: transparent;
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
}

/* Header Fix */
.header.is-sticky {
	width: 100%;
	z-index: 1000;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

.header.is-sticky .header-wrap .logo {
	margin-top: 23px;
}

.header.is-sticky #mainnav > ul > li > a {
	line-height: 80px;
}

.header.is-sticky .header-wrap .show-search a {
	line-height: 80px;
}

.home-boxed .header.is-sticky {
	width: 95.4%;
}

.header-top .header.is-sticky {
	background-color: #fff;
}

.header-top .header.is-sticky #mainnav > ul > li > a {
	color: #999999;
}

.header-top .header.is-sticky #mainnav > ul > li > a:hover {
	color: #ec6a5c;
}

.top .right-bar {
	float: right;
}

.top .right-bar .flat-information {
	font-size: 12px;
	margin-right: 21px;
}

/* navigation */
.nav-wrap {
	position: relative;
}

#mainnav ul {
	max-height: calc(100vh - 87px);
	overflow: auto;
   list-style: none;
   margin: 0;
   padding: 0;
}

#mainnav ul li {
   position: relative;
   text-align: right;
}

#mainnav > ul > li {
   display: block;
   border-bottom: rgba(255, 255, 255, .1) solid 1px;
}

#mainnav > ul > li > a {
    position: relative;
    font-size: 20px;
	text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    line-height: 70px;
    padding: 0 40px;
    outline: none;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
#mainnav > ul > li > a:after {
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 24px;
	content: "\f107";
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
	margin-left: 24px;
}
#mainnav > ul > li.expand > a:after{
	transform: rotate(180deg);
}

#mainnav > ul > li .badge{
	background: red;
	-webkit-transform: scale(0.7);
	   -moz-transform: scale(0.7);
	    -ms-transform: scale(0.7);
	     -o-transform: scale(0.7);
	        transform: scale(0.7);
}

/* submenu */
#mainnav ul.submenu {
	display: none;
   z-index: 9999;
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
   	  filter: alpha(opacity=0);
   	padding-bottom: 18px;
}

/* right sub-menu */
#mainnav ul.right-sub-menu {
    left: auto;
    right: 0;
}


#mainnav ul li ul li {
   margin-left: 0;
}

#mainnav ul.submenu li ul {
   position: absolute;
   left: 360px;
   top: 0 !important;
}

#mainnav ul.submenu > li.sub-parent:after {
	content: "\f105";
   	font-family: "FontAwesome";
   	font-size: 14px;
   	position: absolute;
   	right: 25px;
   	top: 11px;
   	color: #999;
   -webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;

}

#mainnav ul.submenu > li > a {
    display: block;
    letter-spacing: 1px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    padding: 0 80px 0 10px;
    line-height: 36px;
    -webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

#mainnav ul.submenu > li > a:hover {
	background-color: #e60012;
	color: #fff;
}

#mainnav ul.submenu > li.sub-parent:hover::after {
	right: 18px;
}

#mainnav .menu .has-sub:hover:before,
#mainnav > ul > li > a:hover,
#mainnav > ul > li.home > a {
   color: #fff ;
   opacity: 0.6;
}

/* Mobile navigation
---------------------------------------- */
#mainnav-mobi {
   	display: block;
   	margin: 0 auto;
   	width: 100%;
   	height: 100vh;
   	position: fixed;
   	top: 0;
   	background-color: #363636;
   	z-index: 999999;
   	padding-top: 20px;
}

#mainnav-mobi ul {
   	display: block;
   	list-style: none;
   	margin: 0;
   	padding: 0;
}

#mainnav-mobi ul li {
   	margin:0;
   	position: relative;
   	text-align: center;
   	cursor: pointer;
}

#mainnav-mobi ul li a {
   	text-decoration: none;
   	height: 70px;
   	line-height: 70px;
   	font-size: 22px;
   	padding: 0 20px;
   	color: #fff;
}

#mainnav-mobi ul.submenu {
   	z-index: 2000;
   	position: relative;
   	margin-top: -2px;
   	margin-bottom: 10px;
}
#mainnav-mobi ul.submenu a{
	line-height: 48px;
	font-size: 20px;
	color: #9C9C9C;
}
#mainnav-mobi ul.submenu > li{
	height: 48px;
	line-height: 48px;
}

#mainnav-mobi > ul > li > ul > li,
#mainnav-mobi > ul > li > ul > li > ul > li {
   	position: relative;
}

#mainnav-mobi > ul > li > ul > li > ul > li a {
   	padding-left: 70px !important;
}

#mainnav-mobi ul.sub-menu > li > a {
   	display: block;
   	text-decoration: none;
   	padding: 0 60px;
   	border-top-color: rgba(255,255,255,.1);
	-webkit-transition: all 0.2s ease-out;
	   -moz-transition: all 0.2s ease-out;
	     -o-transition: all 0.2s ease-out;
	        transition: all 0.2s ease-out;
}

#mainnav-mobi > ul > li > ul > li:first-child a {
	border-top: none;
}

#mainnav-mobi ul.sub-menu > li > a:hover,
#mainnav-mobi > ul > li > ul > li.active > a {
	color: #fff;
}

.btn-menu {
	display: none;
	float: right;
	position: relative;
	background: transparent;
	cursor: pointer;
	margin: 40px 40px 40px 0;
	width: 26px;
	height: 16px;
    -webkit-transition: all ease .238s;
       -moz-transition: all ease .238s;
            transition: all ease .238s;
}

.btn-menu:before,
.btn-menu:after,
.btn-menu span {
	background-color: #000;
    -webkit-transition: all ease .238s;
       -moz-transition: all ease .238s;
            transition: all ease .238s;
}

.btn-menu:before,
.btn-menu:after {
	content: '';
	position: absolute;
	top: 0;
	height: 2px;
	width: 100%;
	left: 0;
	top: 50%;
	-webkit-transform-origin: 50% 50%;
	    -ms-transform-origin: 50% 50%;
	        transform-origin: 50% 50%;
}

.btn-menu span {
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	top: 50%;
	overflow: hidden;
	text-indent: 200%;
}

.btn-menu:before {
	-webkit-transform: translate3d(0, -7px, 0);
	        transform: translate3d(0, -7px, 0);
}

.btn-menu:after {
	-webkit-transform: translate3d(0, 7px, 0);
            transform: translate3d(0, 7px, 0);
}

.btn-menu.active span {
	opacity: 0;
}

.btn-menu.active:before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
}

.btn-menu.active:after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
}

.btn-submenu {
   font: 20px/50px 'FontAwesome';
   text-align: center;
   cursor: pointer;
   width: 70px;
   height: 44px;
}

.btn-submenu:before {
   content: "\f107";
   color: #fff;
}

.btn-submenu.active:before {
   content: "\f106";
}

.btn-menu {
   display: none;
}

/* parallax4 */
.page-title {
    position: relative;
}

.page-title .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.page-title .page-title-heading h2 {
	font-size: 32px;
	line-height: 40px;
	font-weight: 700;
    color: #323232;
    text-align: left;
    padding: 40px 0 0;
    letter-spacing: 0.1px;
    margin-bottom: 9px;
}

.breadcrumbs {
    padding-bottom: 36px;
}

.breadcrumbs ul li, .breadcrumbs ul li a {
    font-size: 12px;
    line-height: 22px;
}

.breadcrumbs ul li {
    display: inline-block;
    padding: 0px 9px 20px 0;
    color: #333333;
}

.breadcrumbs ul li a:hover {
	color: #FABE00;
}
.breadcrumbs ul li a:not([href]):hover{
	color: inherit;
}

.breadcrumbs ul li a {
    position: relative;
}

.breadcrumbs ul li a:after {
    position: absolute;
    top: -3px;
    right: -8px;
    font-family: "FontAwesome", sans-serif;
    content: "/";
    font-size: 14px;
}

/* Blog
---------------------------------------------------------------- */

.blog-posts .blog-title-single h1,
.blog-posts .blog-title h1 {
	font-family: "Montserrat", sans-serif;
	font-size: 35px;
	line-height: 22px;
    text-transform: uppercase;
    margin-bottom: 70px;
    color: #333;
    font-weight: 700;
    position: relative;
}

.blog-posts .blog-title-single h1 {
	text-transform: none;
	margin-bottom: 35px;
}

.blog-posts .blog-title h1:before {
	position: absolute;
	left: 0;
	bottom: -20px;
	width: 35px;
	height: 1px;
	content: "";
	background-color: #333;
}

.have-sidebar .post-content article.post {
	display: inline-block;
    width: calc(33.3% - 14px);
    padding: 0;
    cursor: pointer;
    vertical-align: top;
    margin-bottom: 32px;
    margin-left: 16px;
    position: relative;
}
.have-sidebar .post-content article.record{
	width: 100%;
}
.have-sidebar .post-content article.record .featured-post{
	display: inline-block;
	width: 35%;
	vertical-align: top;
	margin-right: 2%;
}
.have-sidebar .post-content article.record .content-post{
	display: inline-block;
	width: calc(60% - 6px);
	vertical-align: top;
	padding-top: 10px;
}
.have-sidebar .post-content article.record a:hover .title-post{
	color: inherit;
}

.have-sidebar .post-content article.post:nth-of-type(3n+1) {
    margin-left: 0;
}

.have-sidebar .post-content article.post:nth-of-type(even):before {
	right: 0;
	left: -50px;
}

article.post .entry-meta p {
	margin-bottom: 5px;
}
article.post p .flat-button{
	height: 34px;
	line-height: 32px;
	font-size: 12px;
	padding: 0 13px;
	margin-left: 10px;
}

.post .date-post {
	float: left;
	border: 2px solid #e60012;
	padding: 12px 10px 9px;
	text-align: center;
}

.post .date-post span {
	display: block;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #e60012;
	text-transform: uppercase;
}

.post .date-post span.numb {
	font-size: 30px;
}

.post-wrap .post .content-post {
	/*margin-bottom: 44px;*/
}

.blog-grid .blog-pagination {
    position: relative;
    top: -22px;
}


.post-wrap .featured-post {
	margin-bottom: 33px;
}

.main-content .content-post .title-post {
	padding: 0;
	margin-bottom: 8px;
    margin-top: -10px;
    line-height: 1.6em;
    font-size: 16px;
    overflow: hidden;
}
.main-content .content-post .title-post i{
	opacity: 0.5;
}
.main-content .content-post .title-post i.done{
	color: #e5d50c;
	opacity: 1;
}

.main-content .content-post .title-post a {
	font-family: "Montserrat", sans-serif;
    font-size: 18px;
    line-height: 18px;
    color: #333;
}

.post .title-post a:hover{
	color: #FABE00;
}

.post .entry-image img {
	border-radius: 4px;
}

.content-post {
	padding: 0 15px;
}

.content-post .entry-content {
	position: relative;
	height: 3.4em;
	font-size: 12px;
	line-height: 1.7em;
	overflow: hidden;
	padding: 0;
	margin-bottom: 26px;
}

.content-post .entry-content:before {
	position: absolute;
	left: 0;
	bottom: -13px;
	width: 30px;
	height: 2px;
	content: "";
	background-color: #333;
}

.main-content{
	padding-bottom: 60px;
}
.main-content.blog-posts .entry-meta.style1 span {
	margin-right: 0;
    padding-left: 0;
    line-height: 22px;
}

.main-content.blog-posts .entry-meta.style1 span:before {
	content: "";
}

.main-content.blog-posts .entry-meta.style1 span a {
	color: #428bdc;
}

.main-content.blog-posts .entry-meta.style1 span a:hover {
	color: #FABE00;
}

/* Blog single */
.main-content.blog-posts .main-post .wrap-img {
	margin-bottom: 36px;
}

.main-content.blog-posts .entry-meta span {
    margin-right: 43px;
    position: relative;
    padding-left: 15px;
    line-height: 28px;
}

.main-content.blog-posts .entry-meta span:before {
    position: absolute;
    left: -5px;
    top: -8px;
    font-family: 'FontAwesome';
    font-size: 13px;
    content: "\f073";
    color: #b7b7b7;
}

.main-content.blog-posts .entry-meta span.comment:before {
    content: "\f086";
}

.main-content.blog-posts .entry-meta span.tag:before {
    content: "\f02c";
}

.main-content.blog-posts .entry-meta span a {
	color: #b7b7b7;
}

.main-content.blog-posts .entry-meta span a:hover {
	color: #edb820;
}

.blog-title-single .entry-border .entry-content {
	margin-bottom: 50px;
}

.main-content.blog-posts .main-post .wrap-img h6 {
    padding-top: 8px;
}

.main-content.blog-posts .main-post .wrap-img h6 {
	font-family: "Montserrat", sans-serif;
	color: #3f3f3f;
    font-size: 14px;
    line-height: 23px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.main-content.blog-posts .main-post .feature-post {
	margin-bottom: 36px;
}

.entry .entry-meta {
    font-family: "PTSerif",sans-serif;
    font-size: 12px;
    line-height: 30px;
}

.main-content.blog-posts .main-post .wrap-img > img {
	float: left;
	padding-right: 28px;
}

.main-content.blog-posts .main-post .wrap-img .entry-meta{
	margin-top: 5px;
}

.main-content.blog-posts .entry .entry-meta .content a {
	color: #b7b7b7;
}

.main-content.blog-posts .entry .entry-content p {
	color: #797979;
    margin-bottom: 22px;
}

.main-content.blog-posts .entry .entry-content h4 {
	font-family: "Montserrat",sans-serif;
    color: #3f3f3f;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 18px;
}

.wrap-share .share-post h4 {
    font-family: "Montserrat",sans-serif;
    color: #3f3f3f;
    font-size: 16px;
    line-height: 23px;
    float: left;
    text-transform: uppercase;
    margin-right: 20px;
}

.post-wrap-single-v1 .share-post .flat-socials {
    display: block;
    overflow: hidden;
}

.wrap-share .share-post ul li a:hover,
.wrap-share .share-post ul li:first-child a {
    color: #FABE00;
}

.wrap-share .share-post ul li a {
    font-family: "FontAwesome";
    font-size: 18px;
    line-height: 23px;
    color: #999;
    float: left;
    padding-right: 18px;
    display: inline-block;
}

.share-post .flat-socials > li > a {
	padding: 0 0;
}

.blog-posts .comment-post .comment-list-wrap {
	margin-bottom: 45px;
}

.blog-posts .comment-post .comment-title {
	font-family: "Montserrat",sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #333;
    font-weight: 700;
    border-top: 1px solid #e5e5e5;
    margin-top: 10px;
    margin-bottom: 22px;
    padding-top: 67px;
    text-transform: uppercase;
}

.blog-posts .comment-post .comment-title.style1 {
	border-top: none;
	margin: 0 0 12px;
    padding-top: 0;
}

.blog-posts .comment-post .comment-respond p {
	margin-bottom: 35px;
	letter-spacing: 0.6px;
}

.blog-posts .comment-post .comment {
    border-bottom: 1px solid #e5e5e5;
    padding: 0;
    padding-bottom: 25px;
    margin-bottom: 31px;
}

.blog-posts .comment-post .comment.no-border {
	border-bottom: none;
}

.blog-posts .comment-post .comment.style1 {
	padding-left: 69px;
}

.blog-posts .comment-post .comment-avatar {
    float: left;
}

.blog-posts .comment-post .comment-avatar > img {
    margin-right: 30px;
    margin-bottom: 90px;
    margin-top: 5px;
}

.blog-posts .comment-post .comment-detail .comment-author {
	margin-bottom: 4px;
	padding-top: 4px;
}

.blog-posts .comment-post .comment-detail .comment-author a {
    font-family: "Montserrat",sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #333;
}

.blog-posts .comment-post .comment-detail .comment-author a:hover,
.blog-posts .comment-post .comment-detail .comment-date a:hover {
	color: #FABE00;
}

.blog-posts .comment-post .comment-detail .comment-date {
	margin-bottom: 13px;
}

.blog-posts .comment-post .comment-detail .comment-date a {
    font-size: 12px;
    line-height: 23px;
    color: #999;
}

.blog-posts .comment-post .comment-detail .comment-body {
	margin-bottom: 20px;
	padding-right: 45px;
}

.blog-posts .comment-post .comment-detail .comment-reply {
	position: relative;
	color: #FABE00;
	font-size: 14px;
	line-height: 24px;
	padding-left: 24px;
}

.blog-posts .comment-post .comment-detail .comment-reply:before {
	position: absolute;
	top: 0;
	left: 0;
	font-family: "FontAwesome";
	content: "\f112";
}

.blog-posts .comment-post .comment-detail .comment-reply:hover {
	color: #000;
}

.blog-posts .comment-post .comment-respond input {
	width: 42.3%;
}

.blog-posts .comment-post .comment-respond input[type="text"] {
	margin-right: 16px;
}

.blog-posts .comment-post .comment-respond textarea {
	margin-bottom: 13px;
}

.blog-posts .comment-post .comment-respond button {
    padding: 0 29px 0 33px;
    letter-spacing: 0.5px;
    -webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

.blog-posts .comment-post .comment-respond button:hover, .flat-contact-form .submit-wrap button:hover {
	background-color: #222;
	border-color: #222;
}

/* Pagination
-------------------------------------------------------------- */
.blog-pagination .flat-pagination li {
    border: 1px solid #dfdfdf;
    color: #000;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

.blog-pagination .flat-pagination li:hover {
	border: 1px solid #e60012;
    border-radius: 4px;
}

.blog-pagination .flat-pagination li {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin-left: 1px;
    margin-bottom: 5px;
}

.blog-pagination .flat-pagination li a {
	display: inline-block;
	line-height: 23px;
	font-size: 14px;
	padding: 10px 18px;
	color: #333;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

.blog-pagination .flat-pagination .active {
    line-height: 23px;
    font-size: 14px;
    padding: 10px 19px;
}

.blog-pagination .flat-pagination li a:hover, .blog-pagination .flat-pagination .active  {
	color: #fff;
	background-color: #e60012;
    border-radius: 4px;
    display: inline-block;
}

.blog-pagination .flat-pagination li.next a:hover {
	color: #fff;
}

.blog-pagination .flat-pagination li i {
	font-weight: 500;
}
.blog-pagination .flat-pagination li select{
	height: 43px;
	border: none;
	background: transparent;
	padding: 10px 16px;
	margin-bottom: 0;
}

/* widget
-------------------------------------------------------------- */
.sidebar {
	padding-left: 32px;
}

.sidebar .widget {
	position: relative;
}

.sidebar .widget:before {
	position: absolute;
	top: 0;
	left: -35px;
	width: 1px;
	height: 100%;
	content: "";
	background-color: #e5e5e5;
}

.sidebar .widget:after {
	position: absolute;
	top: 0;
	left: -35px;
	width: 3px;
	height: 50px;
	content: "";
	z-index: 999;
	background-color: #e60012;
}

.widget .widget-title {
    position: relative;
    margin: 0;
    color: #333;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    margin-bottom: 54px;
	padding-top: 7px;
}

.widget .widget-title:before {
    position: absolute;
    left: 0;
    bottom: -18px;
    content: "";
    width: 35px;
    height: 1px;
    background-color: #333;
}

.sidebar .widget {
	margin-bottom: 46px;
}

.sidebar .widget li {
    border-bottom: 1px solid #e5e5e5;
    padding: 0 0 11px 3px ;
    margin-bottom: 15px;
}

.sidebar .widget li:first-child {
	padding-top: 0;
}

.sidebar .widget li:last-child {
	border-bottom: none;
}

.sidebar .widget ul.flat-socials li {
	border-bottom: none;
	padding: 0 17px 0 0;
}

.sidebar .widget ul.flat-socials li a {
	padding: 0;
}

.sidebar .widget ul.flat-reviews li {
	border-bottom: none;
	padding: 0 ;
}



/* widget-popular-news */
.sidebar .widget .featured-courses-news li,
.sidebar .widget .popular-news li {
	position: relative;
	float: left;
	display: block;
}

.widget .featured-courses-news li .thumb,
.widget .popular-news li .thumb {
	float: left;
	margin-right: 18px;
}

.widget .popular-news li .thumb img {
	border-radius: 4px;
}

.widget .featured-courses-news li .text,
.widget .popular-news li .text {
	overflow: hidden;
	color: #666;
}

.widget .featured-courses-news li .text a,
.widget .popular-news li .text a {
	font-size: 14px;
	line-height: 20px;
	color: #333;
	font-weight: 700;
}

/*widget  featured course new*/
.widget .featured-courses-news li .text a {
	display: block;
	margin-bottom: 4px;

}

.widget .featured-courses-news .widget-title {
	margin-bottom: 58px;
}

.widget .featured-courses-news li .text a:hover,
.widget .popular-news li .text a:hover {
	color: #FABE00;
}

.widget .popular-news li .text p {
	font-family:'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #b1b1b1;
}

/* Widget-categories */
.widget-categories ul li a {
	color: #666;
}

.widget-categories ul li a:hover {
	color: #FABE00;
}

.sidebar .widget ul li span {
    color: #b1b1b1;
}

/* Widget-teacher */
.sidebar .widget.widget-teacher {
	margin-bottom: 52px;
}

.widget-teacher ul li .thumb img {
	border-radius: 50%;
}

.widget-teacher .text-teacher p {
	color: #666;
	margin-bottom: 28px;
}

.sidebar .widget .teacher-news li {
	position: relative;
	float: left;
	display: block;
	margin-bottom: 18px;
	padding-bottom: 19px;
}

.widget.widget-teacher .widget-title {
	margin-bottom: 41px;
}

.widget.widget-teacher .text-teacher {
	padding-right: 10px;
}

.widget .teacher-news li .thumb {
	float: left;
	margin-right: 20px;
	max-width: 100px;
}

.widget .teacher-news li .text {
	float: left;
	color: #666;
	margin-bottom: 17px;
	padding-right: 1px;
	margin-right: 30px;
}

.widget .teacher-news li .text a {
	font-family:'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	font-weight: 700;
	text-transform: uppercase;
	padding-top: 6px;
	display: block;
	margin-bottom: 5px;
}

.widget .teacher-news li .text a:hover {
	color: #FABE00;
}

.widget .teacher-news li .text p {
	color: #666;
	margin-bottom: 0;
}

.widget .teacher-news .flat-socials li {
	padding-right: 15px;
	margin-bottom: 0;
}

.sidebar .widget .teacher-news li:last-child {
	margin-bottom: 0;
}

/* widget-featured-courses */
.featured-courses-news .thumb img {
	border-radius: 4px;
}

.widget .featured-courses-news li .text p {
	font-size: 12px;
	color: #666;
	margin-bottom: 3px;
}

.featured-courses-news .review-rating .flat-money {
	float: left;
	background-color: #FABE00;
	border-radius: 3px;
	margin-right: 11px;
	margin-top: 10px;
}

.featured-courses-news .review-rating .flat-money p,.widget .featured-courses-news li .text .flat-money p {
	font-family:'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #fff;
	padding: 2px 9px;
	margin-bottom: 0;
}

.featured-courses-news .review-rating .flat-reviews {
	overflow: hidden;
}

.featured-courses-news .review-rating .flat-reviews li i {
	margin-top: 6px;
	font-size: 14px;
	color: #FABE00;
    padding-right: 4px;
}
/* featured course new */
.sidebar .widget .featured-courses-news li {
	width: 100%;
	padding-bottom: 20px;
}

.sidebar .widget .featured-courses-news li.star {
	margin-bottom: 0;
}

.widget .featured-courses-news .widget-title {
	margin-bottom: 52px;
}

.widget .featured-courses-news li .text {
	padding-top: 15px;
	margin-bottom: 15px;
}

.widget .featured-courses-news li .thumb {
	max-width: 100px;
	margin-top: 5px;
}

/* Footer
-------------------------------------------------------------- */
.footer {
    background: #222;
    color: #9c9c9c;
    padding: 65px 15px 0;
}

.footer .footer-widgets {
	padding-bottom: 31px;
}

.footer .widget .recent-courses-news ul.flat-reviews li {
	position: relative;
	float: left;
	display: block;
}

.footer .widget .recent-courses-news li .text {
	overflow: hidden;
	color: #666;
}

.footer .widget .recent-courses-news li .text a {
	font-family:'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #333;
}

.footer .widget .recent-courses-news li .text a:hover {
	color: #FABE00;
}

.footer .footer-widgets .flat-contact-form .flat-button {
	background: #428bdc;
	border-color: #428bdc;
}

.footer .footer-widgets .flat-contact-form .flat-button:hover {
	background: #FABE00;
	border-color: #FABE00;
}

.footer .footer-widgets .col-md-3:first-child{
	padding-top: 6px;
}

/* Widget-text */
.footer .widget-text img {
	border-radius: 4px;
	margin-bottom: 26px;
}

.footer .widget-text li {
    position: relative;
	padding-left: 22px;
}

.footer .widget-text li,
.footer .widget-text li a {
	font-size: 12px;
	color: #9c9c9c;
	line-height: 29px;
}

.footer .widget-text li a:hover {
	color: #e60012;
}

.footer .widget-text li:before {
    position: absolute;
    top: 0px;
    left: 0px;
    font-family: "FontAwesome";
    content: "\f041";
    font-size: 14px;
}

.footer .widget-text li.phone:before {
	content: "\f095";
}

.footer .widget-text li.email:before {
	content: "\f0e0";
}
.footer .widget-text li.website:before{
	content: "\f0ac";
}

.footer .widget .widget-title {
	text-transform: none;
	color: #fff;
	margin-bottom: 56px;
}

footer .widget.widget_tweets .widget-title {
	margin-bottom: 47px;
}

.footer .widget .widget-title:before {
	background-color: #4e4e4e;
	bottom: -17px;
}

/* Widget_tweets */
footer .widget_tweets ul li a {
	font-size: 12px;
	line-height: 32px;
	color: #9c9c9c;
	font-weight: 600;
}

footer .widget_tweets ul li a:hover {
	color: #e60012;
}

footer .widget_tweets .link-left {
	float: left;
}

footer .widget_tweets .link-right {
	float: right;
	min-width: 139px;
}

/* widget_recent-courses */
.recent-courses-news .text a {
	margin-right: 10px;
}

.recent-courses-news .text {
	margin-bottom: 7px;
}

footer .widget_recent-courses {
	margin-right: -15px;
}

footer .widget_recent-courses ul li .thumb {
	float: left;
	margin-right: 20px;
}

footer .widget_recent-courses ul li .review-rating {
	font-size: 12px;
}

footer .widget_recent-courses ul li .review-rating .flat-reviews {
	margin-right: 7px;
}

footer .widget_recent-courses ul li .review-rating ul li {
	display: inline-block;
	margin-right: 3.6px;
	font-size: 14px;
}

footer .widget_recent-courses ul li .review-rating ul li a {
	color: #FABE00;
}

footer .widget_recent-courses ul li .review-rating .flat-reviews {
	float: left;
}

.footer .widget .recent-courses-news li.star {
	margin-bottom: 0;
}

.footer .widget .recent-courses-news li .text a {
	color: #9c9c9c;
}

.footer .widget .recent-courses-news li .text a:hover {
	color: #FABE00;
}

.footer .widget.widget_recent-courses li {
    border-bottom: 1px solid #323232;
    padding: 19px 0 8px;
}

.footer .widget.widget_recent-courses li:first-child {
	padding-top: 0;
}

.footer .widget.widget_recent-courses .review-rating ul li {
	border-bottom: none;
	padding: 0;
}

/* Widget-quick-contact */
.widget-quick-contact textarea {
	height: 120px;
}

.widget-quick-contact input[type="email"] {
	margin-bottom: 10px;
	background: #222;
	width: 100%;
}

.widget-quick-contact textarea,
.widget-quick-contact input[type="email"] {
	color: #fff;
	border-radius: 4px;
	border: 1px solid #393939;
	padding: 15px 19px;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

.widget-quick-contact textarea:focus,
.widget-quick-contact input[type="email"]:focus {
	border: 1px solid #FABE00;
}

.widget-quick-contact button {
	position: absolute;
    bottom: 32px;
    right: 16px;
	height: 30px;
	line-height: 30px;
	width: 50px;
	padding: 0;
	border-radius: 4px 0;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

.widget-quick-contact .flat-button:hover {
	background-color: #FABE00;
	border-color: #FABE00;
}

.widget_tweets{
	display: inline-block;
	vertical-align: top;
	margin-right: 55px;
}
.widget_tweets:last-child{
	margin-right: 0;
}

.flat-pdr-80{
	padding-right: 80px;
}

/* Bottom
-------------------------------------------------------------- */
.bottom {
	background: #222;
	color: #9c9c9c;
	text-align: center;
}

.bottom .container-bottom {
	position: relative;
	overflow: hidden;
	border-top: 2px solid #393939;
}

.bottom .flat-socials-v1 {
	margin-left: 40px;
}

.bottom .flat-socials-v1 li {
	display: inline-block;
	position: relative;
	text-align: center;
	top: 14px;
	font-size: 13px;
	padding-right: 40px;
	z-index: 999;
}

.bottom .flat-socials-v1 li:before {
	position: absolute;
	top: -10px;
	left: -15px;
	content:"";
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #222;
	z-index: -1;
}
.bottom .flat-socials-v1 li img{
	width: 15px;
	vertical-align: text-top;
}
.bottom .flat-socials-v1 li a:hover {
	color: #e60012;
}
.bottom .flat-socials-v1 li.line{
	vertical-align: middle;
	padding-top: 4px;
}
.bottom .flat-socials-v1 li.line a{
	display: inline-block;
	width: 15px;
	height: 16px;
	background-image: url(../images/line2.png);
	background-position: left center;
	background-size: 15px;
	background-repeat: no-repeat;
}
.bottom .flat-socials-v1 li.line:hover a{
	background-image: url(../images/line-hover.png);
}

.bottom .container-bottom span a {
	color: #428bdc;
}

.bottom .container-bottom span a:hover {
	color: #FABE00;
}

.container-bottom .copyright {
	padding: 45px 0 27px;
}

.bottom .flat-socials-v1 li a,
.container-bottom .copyright p {
	color: #9c9c9c;
}


/* Parallax
-------------------------------------------------------------- */
.parallax {
	width: 100%;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
}

.parallax1 { background-image: url(../images/parallax/bg-parallax1.jpg); }
.parallax2 { background-image: url(../images/parallax/bg-parallax2.jpg); }

.parallax3 { background-image: url(../images/parallax/bg-parallax3.jpg); }

.parallax3 { background-image: url(../images/parallax/bg-parallax5.jpg); }

.bg-contact {
	background-image: url(../images/parallax/bg-parallax5.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

.bg-playvideo { background-image: url(../images/parallax/bg-parallax2.jpg); }
.bg-playvideo { background-size: cover; }

.parallax4 { background-image: url(../images/parallax/bg-parallax4.jpg); }
.parallax5 { background-image: url(../images/parallax/bg-parallax5.jpg); }
.parallax7 { background-image: url(../images/parallax/bg-parallax7.jpg); }
.parallax8 { background-image: url(../images/parallax/bg-parallax8.jpg); }

/* Revolution Slider
-------------------------------------------------------------- */
.tp-banner-container{
	width: 100% !important;
	position: relative;
	overflow: hidden !important;
	padding: 0;
	background-color: #fff;
}

.tp-bullets.simplebullets.navbar {
	height: 35px;
	padding: 0px 0px;
}

.tp-bullets.simplebullets .bullet {
	cursor: pointer;
	position: relative !important;
	background: #fff !important;
	width: 10px !important;
	height: 10px !important;
	display: inline-block;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
       filter: alpha(opacity=60);
      opacity: 0.6;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
	margin-right: 5px !important;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	     -o-border-radius: 50%;
	    -ms-border-radius: 50%;
			border-radius: 50%;
	-webkit-transition: background-color 0.2s, border-color 0.2s;
	   -moz-transition: background-color 0.2s, border-color 0.2s;
	     -o-transition: background-color 0.2s, border-color 0.2s;
	    -ms-transition: background-color 0.2s, border-color 0.2s;
			transition: background-color 0.2s, border-color 0.2s;
	float:none !important;
}

.tp-bullets.simplebullets .bullet.last {
	margin-right: 0px
}

.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	opacity: 1;
	background: #fff !important;
	width: 10px !important;
	height: 10px !important;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	     -o-border-radius: 50%;
	    -ms-border-radius: 50%;
			border-radius: 50%;
}

.tp-bullets.preview4 .bullet.selected,
.tp-bullets.preview4 .bullet:hover {
	border: 5px solid #fff !important;
}

/* Home 1
----------------------------------------------- */
.title-course {
	line-height: 1.5em;
	font-weight: bold;
    letter-spacing: -0.4px;
    padding-right: 20px;
}

.header-inner-pages p {
	margin-bottom: 0;
}

.flat-lh-25 {
	line-height: 25px;
}

.flat-pdr-100 {
	padding-right: 100px;
}

.flat-row.course {
	border-bottom: 1px solid #efefef;
}

.flat-row.course p{
	font-size: 16px;
	line-height: 2.2em;
	color: #323232;
}

.flat-row.popular-course {
	padding: 93px 0 98px;
}

.flat-row.popular-course .featured-post {
	cursor: ;
}

.flat-row.join-us, .flat-row.about-us {
	padding: 0;
}

.flat-row.join-us .counter-content {
	margin-bottom: 26px;
	text-align: center;
}

.flat-row.join-us .numb-counter {
	display: inline-block;
}

.flat-row.join-us .numb-count {
	color: #FABE00;
	font-size: 60px;
	font-family: 'Montserrat', sans-serif;
}

.flat-row.join-us .counter-content span {
	font-size: 20px;
	color: #888888;
}

.flat-row.join-us p {
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	text-align: center;
	padding: 0 124px;
	letter-spacing: -0.2px;
	margin-bottom: 35px;
}

.flat-row.join-us .flat-button {
	position: relative;
	left: 50%;
        transform: translateX(-50%);
   -moz-transform: translateX(-50%);
   - ms-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
     -o-transform: translateX(-50%);
    padding: 0 30px;
}

.flat-row.join-us .overlay.bg-222, .flat-row.about-us .overlay.bg-222{
	background-color: rgba(34,34,34,0.9);
	padding: 93px 0 85px;
}

.flat-row.lastest-new {
	padding: 92px 0 72px;
	border-bottom: 1px solid #efefef;
}

.flat-row.lastest-new .flat-button{
	padding: 0 17px;
	margin-bottom: 0;
}

.post-lastest-new .post {
	margin-bottom: 20px;
}

.post-lastest-new .title-post {
    padding: 0 15px 0 0;
    margin-bottom: 17px;
    line-height: 22px;
}

.post-lastest-new .title-post a {
    font-size: 16px;
    line-height: 10px;
}

.post-lastest-new .entry-image {
	height: 110px;
	margin-bottom: 31px;
	overflow: hidden;
}

.post-lastest-new .entry-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.post-lastest-new .content-post {
	margin-top: -7px;
	line-height: 22px;
	padding-left: 70px;
}

.post-lastest-new .entry-meta.style1 p {
	margin-bottom: 0px;
}

.post-lastest-new .entry-meta.style1 a {
	color: #428bdc;
}

.post-lastest-new .entry-meta.style1 a:hover {
	color: #FABE00;
}

.lastest-new .flat-button-container{
	margin-bottom: 55px;
	margin-top: -100px;
}

.post-lastest-new  .post .date-post {
	padding-bottom: 6px;
}

.post-lastest-new .post .date-post span.numb {
	margin-bottom: 5px;
}

.post-lastest-new .content-post .entry-content {
	height: auto;
	overflow: initial;
	margin-bottom: 60px;
}

.post-lastest-new .content-post .entry-content:before {
	bottom: -45px;
}

.post-lastest-new .content-post .entry-content p{
	height: 6.28em;
	line-height: 1.6em;
	font-size: 14px;
	text-align: justify;
	overflow: hidden;
}

.flat-row.partners {
	padding: 34px 0 36px;
	background: #fcfcfc;
}

.partners-slider li {
	text-align: center;
}

.flat-row.testimonial {
	background: url("../images/index/bg-testimonial.jpg") no-repeat;
	padding: 93px 0 96px;
}

.flat-row.testimonial .testimonial-slider {
	border-radius: 4px;
	background: #e7e7e8;
	opacity: 0.9;
   	filter: Alpha(opacity=90); /* IE8 and earlier */
   	width: 55.55555556%;
   	float: right;
   	padding: 70px 45px 53px;
   	text-align: center;
   	box-shadow: 0px 26px 16px 0px rgba(0, 0, 0, 0.27);
}

.flat-row.testimonial .testimonial-content {
	font-size: 16px;
	line-height: 27px;
	color: #333;
	margin-bottom: 37px;
	padding-top: 89px;
    position: relative;
    letter-spacing: 0px;
    font-weight: 500;
}

.flat-row.testimonial .testimonial-content blockquote {
	cursor: e-resize;
}

.flat-row.testimonial .testimonial-content:before {
	content: "";
	top: 0;
	background: url(../images/index/testimonial-icon.png) no-repeat;
	position: absolute;
	width: 66px;
	height: 54px;
	text-align: center;
        transform: translateX(-50%);
   -moz-transform: translateX(-50%);
   - ms-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
     -o-transform: translateX(-50%);
}

.flat-row.testimonial .testimonial-author {
	margin-bottom: 27px;
}

.flat-row.testimonial .testimonial-author .author-name {
	font-size: 18px;
	font-weight: 600;
	line-height: 27px;
	font-family: "Montserrat", sans-serif;
}

.flat-row.testimonial .testimonial-author .author-info {
	font-size: 14px;
	line-height: 27px;
	color: #999;
	font-family: "Montserrat", sans-serif;
}

.testimonial-slider.owl-theme .owl-dots .owl-dot:not(:last-child) {
	margin-right: 4px;
}

.testimonial-slider.owl-theme .owl-dots .owl-dot span {
	width: 6px;
	height: 6px;
	border-radius: 6px;
	background: #c7c7c7;
	position: relative;
}

.testimonial-slider.owl-theme .owl-dots .owl-dot span:before {
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
		    transition: all 0.3s ease-in-out;
    content: "";
	border: 2px solid transparent;
	width: 10px;
	height: 10px;
	top: 50%;
	left: 50%;
	border-radius: 10px;
	position: absolute;
        transform: translate(-50%,-50%);
   -moz-transform: translate(-50%,-50%);
   - ms-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
     -o-transform: translate(-50%,-50%);
}

.testimonial-slider.owl-theme .owl-dots .owl-dot span:hover {
	background: #FABE00;
}

.testimonial-slider.owl-theme .owl-dots .owl-dot.active span {
	background: inherit;
}

.testimonial-slider.owl-theme .owl-dots .owl-dot.active span:before {
	border-color: #FABE00;
}

.flat-row.news-letter {
	padding-bottom: 0;
}

.have-question {
	text-align: center;
	padding: 0 230px;
	margin-bottom: 45px;
}

.have-question h2 {
	margin-bottom: 20px;
}

.have-question p {
	margin-bottom: 24px;
}

.have-question p, .have-question .read-more{
	font-weight: 300;
	font-size: 16px;
	line-height: 28px;
}

.have-question .read-more {
	padding-left: 30px;
}


.news-letter-form {
	min-height: 646px;
	background: url(../images/index/bg-news-letter.jpg);
	position: relative;
	background-position: center;
}

.news-letter-form .widget-mailchimb {
	position: absolute;
	bottom: 38px;
	left: 50%;
        transform: translateX(-50%);
   -moz-transform: translateX(-50%);
   - ms-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
     -o-transform: translateX(-50%);
     text-align: center;
}

.news-letter-form .widget-mailchimb h1 {
	margin-bottom: 20px;
}

.news-letter-form .widget-mailchimb p {
	font-size: 14px;
	line-height: 22px;
	color: #666;
	margin-bottom: 30px;
}

.news-letter-form .widget-mailchimb input[type="email"] {
	width: 75%;
}

.news-letter-form .widget-mailchimb button {
    padding: 0 21px 0 29px;
}

/* Contact page
-------------------------------------------------------------------- */
.contact .comment-form .name-container, .flat-contact-form .input-wrap.left {
    width: 48.5%;
    float: left;
    margin-right: 2%;
}

.flat-contact-form .input-wrap, .flat-contact-form .textarea-wrap {
    position: relative;
}

.comment-respond.style2 h1.comment-title {
    margin-bottom: 60px;
    text-align: center;
}

.contact input::-webkit-input-placeholder,
.contact textarea::-webkit-input-placeholder{
	color: #333;
}
.contact select{
	background: url(../images/select-arrow.png) center right 19px no-repeat;
	-webkit-background-size: 12px;
	     -o-background-size: 12px;
	        background-size: 12px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	padding-left: 19px;
}

/* About page
-------------------------------------------------------------------- */

.flat-row.flat-about {
	padding-bottom: 94px;
}

.content-tab .flat-title h1 {
	letter-spacing: -0.1px;
}

.flat-row.about-us .overlay.bg-222 {
	padding-bottom: 103px;
}

.flat-certified {
	text-align: center;
}

.flat-certified img {
	margin-bottom: 33px;
}

.flat-certificates .owl-stage-outer {
	margin-bottom: 32px;
}

/* Course
------------------------------------------------------------------------- */
.main-content .course-grid {
	padding-top: 105px;
}

.main-content.course-grid .flat-course {
	margin-bottom: 33px;
	width: 33%;
	padding: 0 15px;
	display: inline-block;
	vertical-align: top;
}

.main-content.course-grid .blog-pagination {
	text-align: center;
}

.main-content .post-warp {
    margin-bottom: 21px;
}

.main-content.course-list .post-warp {
	margin-bottom: 0;
}

.main-content.course-grid.have-sidebar .blog-pagination {
	text-align: left;
}

.main-content.course-grid .container, .main-content.course-list .container {
	position: relative;
}

.main-content.course-grid .flat-post-ordering, .main-content.course-list .flat-post-ordering {
	position: absolute;
	top: 2px;
	right: 0;
}

.main-content.course-grid .flat-course .course-content {
	padding-bottom: 19px;
}
/* Have sidebar
--------------------------------------------------------------- */
.main-content.have-sidebar .flat-post-ordering {
	top: -90px;
	right: 39px;
	position: absolute;
}

.main-content.course-list.have-sidebar .flat-post-ordering {
	right: 60px;
}

.main-content.have-sidebar .sidebar {
	margin-top: -90px;
}

.sidebar {
	width: 28.4%;
	float: right;
}

.course-single .sidebar {
	width: 29%;
}

.have-sidebar .post-content {
	width: 840px;
	position: relative;
	margin: 0 auto;
}
/* Course grid  */

.main-content.course-grid.have-sidebar .flat-course {
    width: 44.57831325301205%;
    padding: 0;
}

.main-content.course-grid.have-sidebar .flat-course:nth-of-type(even) {
	margin-left: 50px;
}

.main-content.course-grid .course-meta.review .author {
	display: none;
}

/* Course list */
.main-content.course-list .featured-post {
	width: 160px;
	margin-right: 20px;
	float: left;
	border-radius: 4px;
	overflow: hidden;
}

.main-content.course-list .price {
	display: none;
}

.main-content.course-list .flat-course {
	padding-bottom: 30px;
	margin-bottom: 30px;
	display: table;
}
.main-content.course-list .widget-popular-news .flat-course {
	display: block;
}
.main-content.course-list .flat-course:last-of-type {
	margin-bottom: 31px;
}

.main-content.course-list .flat-course .course-content {
	border: none;
	box-shadow: none;
	overflow: hidden;
	padding: 12px 0 0 0;
}

.main-content.course-list .flat-course .course-content h4 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 6px;
}

.main-content.course-list .flat-course .course-content .date{
	font-size: 12px;
	color: #666;
	margin-bottom: 5px;
}

.main-content.course-list .flat-course .course-meta.review {
	margin-bottom: 83px;
}

.main-content.course-list .flat-course .course-meta.review li {
	margin-right: 16px;
	float: left;
	padding-top: 1px;
	line-height: 25px;
	font-size: 12px;
}

.main-content.course-list .flat-course .course-meta.review li.author {
	margin-right: 37px;
}

.main-content.course-list .flat-course .course-meta.review .thumb {
	float: left;
	margin-right: 10px;
}

.main-content.course-list .flat-course .course-meta.review .text {
	float: left;
}

.main-content.course-list .flat-course .course-meta.review .text a{
	font-size: 14px;
	line-height: 20px;
}

.main-content.course-list .flat-course .course-meta.review .text p{
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 0;
}

.main-content.course-list .course-meta.desc {
	position: absolute;
	top: 111px;
}

.main-content.course-list  .flat-button.orange {
	line-height: 41px;
	font-size: 12px;
	color: #333;
	padding: 0 26px;
}

.main-content.course-list  .flat-button.orange:hover {
	color: #fff;
}

.main-content.course-list .course-content p:last-of-type {
	height: 5.1em;
	color: #666;
	line-height: 1.7em;
	margin-bottom: 21px;
}

/* Flat team page
--------------------------------------------------------------- */
.teacher .flat-teacher {
	margin-bottom: 29px;
}

.row.teacher {
	margin-bottom: 21px;
}

.teacher + .blog-pagination {
	text-align: center;
}

/* Flat course single
--------------------------------------------------------------- */
.main-content.course-single .blog-title-single h1 {
	margin-left: -3px;
	letter-spacing: -0.2px;
	margin-bottom: 37px;
}

.main-content.course-single .course-meta.review.style2  {
	margin-bottom: 25px;
}

.main-content.course-single .course-widget-price {
	width: 300px;
	padding-bottom: 3px;
	margin-left: -32px;
	margin-bottom: 100px;
}

.main-content.course-single .bt-course {
	margin-bottom: 28px;
}

.main-content.course-single .feature-post {
	position: relative;
	margin-bottom: 50px;
}

.main-content.course-single .flat-list {
	overflow: hidden;
	margin-bottom: 32px;
}

.author-post .author-title {
	font-weight: 700;
}

.main-content.course-single .entry-content .title-1 {
	margin-bottom: 18px;
}

.main-content.course-single .entry-content .title-2 {
	margin-bottom: 16px;
}

.main-content.course-single .author-post .thumb {
	float: left;
	margin-right: 16px;
}

.main-content.course-single .author-post .info {
	padding-top: 9px;
	margin-bottom: 21px;
}

.main-content.course-single .author-post .info .text p {
	line-height: 40px;
	margin-bottom: -7px;
}

.main-content.course-single .author-post .thumb img {
	border-radius: 90px;
}

.entry-content{
	font-size: 16px;
	line-height: 2em;
	padding: 0 8%;
}
.entry-content h2, .entry-content h3, .entry-content h4{
	font-weight: bold;
	line-height: 1.4em;
	margin-bottom: 0.7em;
}
.entry-content h2{
	font-size: 22px;
}
.entry-content h3{
	font-size: 20px;
}
.entry-content h4{
	font-size: 18px;
}
.entry-content p{
	line-height: 1.95em;
	margin-bottom: 2em;
}
.entry-content ul li{
	list-style-type: disc;
}
.entry-content ol li{
	list-style-type: decimal;
}
.entry-content ul, .entry-content ol{
	padding-left: 2em;
	margin-bottom: 2em;
}
.entry-content p{
	line-height: 1.95em;
	margin-bottom: 2em;
}
.entry-content iframe{
	max-width: 100%;
}
.entry-content table tr:nth-child(even){
	background: #F5F5F5;
}
.entry-content table td, .entry-content table > tbody > tr > th{
	border-top: 0;
	padding: 14px;
}
.entry-content table td{
	border: #000 solid 1px;
}
.entry-content .table > tbody > tr > th{
	text-align: center;
	font-weight: bold;
}
.entry-content blockquote{
	width: 640px;
	max-width: 100%;
	color: #FABE00;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.2em;
	padding-left: 0;
	margin: 0 auto 1.6em;
}
.entry-content figure{
	max-width: 800px;
	margin: 0 auto;
}
figure figcaption{
	font-size: 16px;
	line-height: 1.5em;
	text-align: center;
}
.entry-content img{
	margin-bottom: 2em;
}
.entry-content figure img, figure img, .entry-content .tow-col img, .tow-col img{
	display: block;
	margin: 0 auto 20px;
}
.one-col{
	width: 120%;
	margin-left: -10%;
	margin-bottom: 3em;
}
.one-col .one-col{
	width: 100%;
	margin-left: 0;
}
.text-tab:not(.entry-content) .one-col{
	width: 100%;
	margin-left: auto;
}
.three-col figure{
	display: flex;
	max-width: 800px;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	        align-items: flex-start;
	margin: 0 auto 4em;
}
.two-col{
	width: 120%;
	margin: 3em auto 0 -10%;
}
.two-col>div{
	display: inline-block;
	width: 48.5%;
	vertical-align: top;
}
.two-col>div:first-child{
	margin-right: calc(3% - 6px);
}
.two-col figure{
	margin-bottom: 0;
}
.text-tab:not(.entry-content) .two-col{
	width: 100%;
	margin-left: auto;
}
.three-col{
	width: 120%;
	margin-left: -10%;
}
.three-col img{
	width: 30%;
	height: auto;
	margin: 0 0 20px 0;
}
.three-col figure{
	flex-wrap: wrap;
}
.three-col figcaption{
	width: 100%;
}
.three-col figure>div{
	width: 30%;
}
.three-col figure>div img{
	width: 100%;
}
[class^="three-col-"]{
	width: 120%;
	margin: 0 auto 4em -10%;
}
[class^="three-col-"] figure{
	display: flex;
	width: 100%;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	-webkit-align-items: flex-start;
	        align-items: flex-start;
}
.modal-body [class^="three-col-"]{
	width: 100%;
    margin: 0 auto;
}
.three-col-left1 figure > img, .three-col-right1 figure > img,
.three-col-left1 figure > div, .three-col-right1 figure > div{
	width: 30%;
}
[class^="three-col-"] figcaption{
	text-align: left;
}
.three-col-left1 figcaption{
	width: 66%;
	padding-left: 10px;
}
.three-col-right1 figcaption{
	width: 66%;
	padding-right: 10px;
}
.three-col-left2 figure > img, .three-col-right2 figure > img,
.three-col-left2 figure > div, .three-col-right2 figure > div{
	width: 66%;
}
.three-col-left2 figcaption{
	width: 30%;
	padding-left: 10px;
}
.three-col-right2 figcaption{
	width: 30%;
	padding-right: 10px;
}
.one-col:after, .two-col:after, [class^="three-col-"]:after{
	content: "";
	display: block;
	clear: both;
}
.table-responsive{
	border: none;
}

.sample-container{
	height: 515px;
	background: #f0f0f0;
}
.sample-container>div{
	width: 100%;
	height: 100%;
}

.info ul li:first-child a {
	padding-left: 0;
}

/*.info ul li a {
	padding: 0 10px 0;
}*/

.info .text {
	overflow: hidden;
}

.info .text h6 {
	margin-bottom: 0;
	text-transform: uppercase;
}

.info .text p {
	line-height: 50px;
	margin-bottom: 0;
}

.flat-socials > li.facebook {
	padding-left: 0;
}
.flat-socials > li.line img{
	margin-top: -2px;
}
.exp-wrapper{
	max-width: 880px;
	margin: 0 auto;
}

/* Boxed
-------------------------------------------------------------- */
.boxed {
    overflow-x: hidden;
}

.home-boxed .boxed {
	z-index: 0;
	width: 92.708%;
	margin: 0 auto;
	position: relative;
	background: #fff;
	height: 100%;
  	-webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.02);
  	   -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.02);
  	        box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.02);
}

/* Switcher
-------------------------------------------------------------- */
.switcher-container {
   position: fixed;
   left: -220px;
   top: 80px;
   width: 220px;
   background-color: #000;
   z-index: 99999999;
}

.switcher-container h2 {
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0;
    text-transform: uppercase;
	height: 45px;
	line-height: 45px;
	padding-left: 20px;
	padding-right: 30px;
	margin: 0;
}

.switcher-container h2 a {
   background-color: #000;
   display: block;
   position: absolute;
   right: -45px;
   top: 0;
   width: 45px;
   height: 45px;
   line-height: 45px;
   text-align: center;
   outline: 0;
   color: #fff;
   -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

.switcher-container h2 a.active {
	right: 0;
}

.switcher-container h2 a.active:after {
	position: absolute;
	right: 21px;
	top: 0;
	content: "\f104";
	font-family: "FontAwesome";
	color: #fff;
	font-size: 22px;
}

.switcher-container h2 a.active i {
	display: none;
}

.switcher-container h2 a:hover,
.switcher-container h2 a:focus {
   text-decoration: none;
}

.switcher-container h2 i {
   	margin-top: 10px;
   	font-size: 25px;
   	color: #999;
    -webkit-animation: fa-spin 2s infinite linear;
            animation: fa-spin 2s infinite linear;
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

.switcher-container h2 i:hover {
	color: #fff;
}

.switcher-container h3 {
   font-size: 12px;
   font-weight: 700;
   color: #fff;
   margin: 0;
   line-height: 22px;
   margin-bottom: 10px;
}

.switcher-container .selector-box {
   color: #fff;
   overflow: hidden;
}

.switcher-container .layout-switcher {
   margin: 0 0 10px 0;
   overflow: hidden;
}

.switcher-container .layout-switcher a.layout {
   float: left;
   display: block;
   cursor: pointer;
   text-align: center;
   font-weight: 700;
   padding: 10px 20px;
   margin-left: 10px;
}

.switcher-container .layout-switcher a.layout:first-child {
   margin-left: 0;
}

.switcher-container .layout-switcher a.layout:hover {
   color: #fff;
   cursor: pointer;
}

.switcher-container .color-box {
   height: auto;
   overflow: hidden;
   margin-bottom: 6px;
}

.switcher-container .styleswitch {
    margin-bottom: 10px;
}

.sw-odd {
	background-color: #272727;
	padding: 21px 0 30px 20px;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		 -o-transition: all 0.3s;
			transition: all 0.3s;
}

.sw-even {
	background-color: #191919;
	padding: 21px 0 25px 20px;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		 -o-transition: all 0.3s;
			transition: all 0.3s;
}

.sw-even a {
	font-family: "Karla", sans-serif;
    text-transform: uppercase;
	font-size: 12px;
	line-height: 40px;
	color: #fff;
	border: 1px solid #fff;
	padding: 10px 20px 10px 20px;
	margin-right: 10px;
	letter-spacing: 1.8px;
}

.sw-even a:hover {
	background-color: #32bfc0;
	border: 1px solid #32bfc0;
	color: #fff !important;
}

.sw-light {
	background-color: #fff;
	color: #000 !important;
}

.sw-odd a {
	font-size: 16px;
	color: #fff;
	width: 100%;
	display: inline-block;
	line-height: 17px;
	width: 100%;
	position: relative;
	padding-left: 47px;
}

.sw-odd .ws-colors a:before {
	background: none;
}

.sw-odd .ws-colors a {
	position: relative;
	width: auto;
	padding: 0;
	width: 30px;
	height: 30px;
	background-color: #428bdc;
	display: inline-block;
	margin-right: 5px;
	overflow: hidden;
}

.sw-odd .ws-colors a.current:before {
	position: absolute;
    left: 8px;
    top: 6px;
	font-family: FontAwesome;
	content: "\f00c";
	color: #fff;
	z-index: 999;
	text-shadow: 0 0 2px rgba( 0, 0, 0, 1 );
}

.sw-odd .ws-colors a:after {
	position: absolute;
    right: -3px;
    top: 2px;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 21px solid transparent;
    border-top: 21px solid transparent;
    border-left: 21px solid #FABE00;
    transform: rotate(45deg);
}

.sw-odd .ws-colors a span.cl1,
.sw-odd .ws-colors a span.cl2,
.sw-odd .ws-colors a span.cl3,
.sw-odd .ws-colors a span.cl4,
.sw-odd .ws-colors a span.cl5,
.sw-odd .ws-colors a span.cl6 {
    position: absolute;
    left: 7px;
    top: -10px;
    width: 15px;
    height: 50px;
    background: #21242b;
    transform: rotate(45deg);
    z-index: 1;
}

.sw-odd .ws-colors a span.cl2 {
	background-color: #004e66;
}

.sw-odd .ws-colors a span.cl3 {
	background-color: #282c37;
}

.sw-odd .ws-colors a span.cl4 {
	background-color: #9baec8;
}

.sw-odd .ws-colors a span.cl5 {
	background-color: #e53a40;
}

.sw-odd .ws-colors a span.cl6 {
	background-color: #3b8686;
}

.sw-odd #color2 {
	background-color: #fcbe32;
}

.sw-odd .ws-colors a#color2:after {
	border-bottom: 21px solid transparent;
    border-top: 21px solid transparent;
    border-left: 21px solid #ff5f2e;
}

.sw-odd #color3 {
	background-color: #e53a40;
}

.sw-odd .ws-colors a#color3:after {
	border-bottom: 21px solid transparent;
    border-top: 21px solid transparent;
    border-left: 21px solid #30a9de;
}

.sw-odd #color4 {
	background-color: #282c37;
}

.sw-odd .ws-colors a#color4:after {
	border-bottom: 21px solid transparent;
    border-top: 21px solid transparent;
    border-left: 21px solid #d9e1e8;
}

.sw-odd #color5 {
	background-color: #090707;
}

.sw-odd .ws-colors a#color5:after {
	border-bottom: 21px solid transparent;
    border-top: 21px solid transparent;
    border-left: 21px solid #090707;
}

.sw-odd #color6 {
	background-color: #a8dba8;
}

.sw-odd .ws-colors a#color6:after {
	border-bottom: 21px solid transparent;
    border-top: 21px solid transparent;
    border-left: 21px solid #79bd9a;
}

.sw-even h3 {
	margin-bottom: 6px;
}

/* Pattern */
.sw-pattern.pattern {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	   	filter: alpha(opacity=0);
	   opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
	position: absolute;
	left: 0;
	top: 98%;
	background-color: #000000;
	width: 100%;
	z-index: -1;
	padding: 20px 0 30px 20px;
}

.sw-pattern.pattern a {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    position: relative;
}

.sw-pattern.pattern a.current:before {
	position: absolute;
    left: 12px;
    top: 6px;
	font-family: FontAwesome;
	content: "\f00c";
	color: #fff;
	text-shadow: 0 0 2px rgba( 0, 0, 0, 1 );
}

.sec-title{
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.more{
	color: #FABE00;
	background: url(../images/arrow-right.png) center right no-repeat / 7px;
	padding-right: 17px;
}
.widget-popular-news.width{
	max-width: 660px;
	margin: 40px auto 0 auto;
}
.flat-accordion{
	max-width: 1000px;
	font-size: 16px;
	margin: 40px auto 0 auto;
}
.signup{
	margin-bottom: 80px;
}

.download{
	display: inline-block;
	font-size: 12px;
	color: #fff;
	background: #e60012;
	border-radius: 3px;
	padding: 1px 10px;
	margin-right: 10px;
}
.download:hover{
	color: #fff;
	background: #FFD03B;
}
.g-recaptcha{
	margin-bottom: 40px;
}
a.underline{
	color: #e60012;
	text-decoration: underline;
}
.widget-popular-news h3{
	font-weight: bold;
	margin-bottom: 45px;
}
.search .widget-popular-news{
	margin-bottom: 70px;
}
.search .widget-popular-news:last-child{
	margin-bottom: -60px;
}
.search hr{
	margin-top: 25px;
	margin-bottom: 60px;
}
.two-col-item{
	max-width: 880px;
	margin: 0 auto;
}
.main-content.course-list .two-col-item .flat-course{
	display: inline-block;
	width: 420px;
	vertical-align: top;
}
.main-content.course-list .two-col-item .flat-course:nth-child(odd){
	margin-right: 35px;
}
.main-content.course-list .two-col-item .course-content{
	padding-bottom: 12px;
}
.main-content.course-list .two-col-item .course-content p{
	height: auto;
	overflow: hidden;
}
.two-col-item .flat-course .course-content h4{
	width: 100%;
}
.btn-wrapper{
	margin-top: 20px;
}
.btn-wrapper li{
	display: inline-block;
	width: 43%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin: 0 18px 16px 0;
}
.note{
	color: #e60012;
	font-size: 12px;
	margin: 0 auto 22px auto;
}
.edit-password .note{
	margin: -8px 0 80px 0;
}
.edit-password h3{
	font-size: 24px;
	padding-right: 30px;
	margin-bottom: 15px;
}
.edit-password h4{
	font-size: 18px;
	padding-right: 30px;
	color: #666;
}
.account{
	padding-top: 50px;
}
.lightbox-wrap{
	position: fixed;
	bottom: -100%;
	left: 0;
	z-index: 1039;
	width: 100%;
	height: 100%;
	background: #fff;
	border-top: #e60012 solid 12px;
	transition: bottom 0.5s;
	-webkit-transition: bottom 0.5s;
	padding: 25px 4.1% 25px 3.4%;
}
.lightbox-wrap.expand{
	bottom: 0;
}
.lightbox-wrap .close{
	float: none;
	width: 40px;
	height: 40px;
	background-image: url(../images/btn-close.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 40px;
	cursor: pointer;
	opacity: 1;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	margin: 0 auto 40px auto;
}
.lightbox-wrap .close:hover{
	opacity: 0.5;
}
.lightbox-wrap iframe{
	max-width: 100%;
}
.lightbox-wrap .entry-content{
	height: 100%;
	max-width: 870px;
	margin: 0 auto;
}
.lightbox-wrap select{
	position: relative;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}
.lightbox-wrap .modern-select{
	width: 100%;
	margin: 0;
}
.lightbox-wrap .modern-select:after{
	line-height: 45px;
	color: #333;
}
.lightbox-wrap .two-col,.lightbox-wrap .one-col{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.page-nav{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.page-nav a{
	width: 70px;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	color: #333;
	border: #DFDFDF solid 1px;
	border-radius: 4px;
	text-align: center;
}
.feature-post .note{
	float: left;
	width: 100%;
	font-size: 14px;
	padding: 0 35px;
	margin-top: 20px;
	margin-bottom: 50px;
}
.course-inner{
	width: 780px;
	max-width: 100%;
	height: calc(100% - 20px);
	margin: 0 auto;
}
.course-inner .mCSB_inside>.mCSB_container{
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}
.course-inner h2{
	font-size: 26px;
	padding: 0 20px;
}
.course-inner h3{
	font-size: 24px;
	padding: 0 20px;
	margin-bottom: 10px;
}
.course-inner h4{
	font-size: 18px;
	padding: 0 20px;
}
.course-inner table{
	width: 100%;
	font-size: 16px;
	margin: 0 auto 5em;
}
.course-inner table tr:nth-child(even){
	background: #f5f5f5;
}
.course-inner table td{
	padding: 14px;
}
.course-inner img{
	margin-bottom: 2em;
}
.course-inner .date{
	font-size: 16px;
	padding: 0 20px;
	margin-bottom: 38px;
}
.course-inner video{
	max-width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.course-inner p{
	color: #666666;
	font-size: 12px;
	line-height: 1.7em;
	padding: 0 20px;
}
.select-date input{
	display: inline-block;
	width: 200px;
	height: 46px;
	font-size: 16px;
	background: url(../images/img-date.png) center right 13px no-repeat / 20px;
	vertical-align: top;
	padding-right: 48px;
	margin-right: 15px;
}

.select-date input::-webkit-input-placeholder{
	font-size: 16px;
	color: #333;
}
.ann-title-wrapper{
	width: 100%;
	max-width: 870px;
	text-align: center;
	margin: 0 auto 35px;
}
.ann-title-wrapper:after{
	content: '';
	display: block;
	clear: both;
}
.ann-title-wrapper .prev{
	float: left;
	min-width: 100px;
	height: 45px;
}
.ann-title-wrapper .next{
	float: right;
	min-width: 100px;
	height: 45px;
}
.ann-title-wrapper .prev span, .ann-title-wrapper .next span{
	display: inline-block;
	width: 45px;
	height: 45px;
	border: #ddd solid 1px;
	border-radius: 3px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 6px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	vertical-align: middle;
}
.ann-title-wrapper .prev span{
	background-image: url(../images/prev.png);
	margin-right: 20px;
}
.ann-title-wrapper .next span{
	background-image: url(../images/next.png);
	margin-left: 20px;
}
.ann-title-wrapper .prev:hover span, .ann-title-wrapper .next:hover span{
	background-color: #FABE00;
	border-color: #FABE00;
}
.ann-title-wrapper .prev:hover span{
	background-image: url(../images/prev-hover.png);
}
.ann-title-wrapper .next:hover span{
	background-image: url(../images/next-hover.png);
}
.ann-title-wrapper .title{
	display: inline-block;
	width: calc(100% - 210px);
	line-height: 1.2em;
	font-size: 24px;
	font-weight: bold;
	color: #333;
}
.ann-title-wrapper .date{
	font-size: 18px;
	font-weight: normal;
	margin-top: 10px;
}
.toggle-title2{
	position: relative;
	cursor: pointer;
}
.toggle-title2:after{
	content: "\f107";
	position: absolute;
	top: 0;
	left: 5em;
	font-family: "FontAwesome";
	font-size: 18px;
	color: #999;
}
.modal-header{
	font-size: 16px;
	font-weight: bold;
	padding: 10px 15px;
}
.modal-body{
	font-size: 16px;
	text-align: center;
}
.modal-body p{
	margin-bottom: 0;
}
.modal-content .flat-button{
	margin-bottom: 0;
}
.modal-content .flat-button.border{
	color: #666;
	border: #666 solid 2px;
}
.modal-header .close:hover{
	background: #fff;
}
.disc .modal-body{
	text-align: left;
}
.modal-header .close{
	height: auto;
}
.modal-header .modal-title{
	max-width: calc(100% - 20px);
	font-weight: bold;
}
.modal-footer .btn:hover{
	color: #fff;
	background: #FABE00;
	border-color: transparent;
	opacity: 0.7;
}
.modal-btn{
	cursor: pointer;
	margin-left: 5px;
}
.tooltip.top{
	background: none;
}
.disc-tooltip + .tooltip .tooltip-inner{
	font-family: 'montserrat', -apple-system, "Microsoft JhengHei";
	background: #ef3d3d;
}
.notfound{
	text-align: center;
	margin-top: 100px;
}
.notfound h1{
	font-size: 180px;
	font-weight: bold;
	text-shadow: 3px 3px 0px rgba(250, 190, 0, 1);
	margin-bottom: 40px;
}
.notfound h2{
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom: 50px;
}
.notfound h3{
	line-height: 1.6em;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: normal;
	padding-top: 70px;
	margin-bottom: 70px;
}
.notfound p{
	font-size: 16px;
	margin-bottom: 50px;
}
.p-empty{
	font-size: 18px;
	text-align: center;
	margin-top: 30px;
}
.logo-area>div{
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 15px;
}
.logo-area img{
	width: 165px;
	margin: 0 10px;
}
input::-ms-clear {
	display: none;
}
.text-red{
	color: red;
}
.maintain{
	display: flex;
	min-height: calc(100vh - 680px);
	align-items: center;
	justify-content: center;
	padding-top: 120px;
}
.maintain h1{
	font-size: 32px;
	line-height: 1.6em;
	margin-bottom: 0;
}
.lightbox-wrap label.error{
	display: block;
	color: #ff0000;
	margin: -20px 0 10px 0;
}
.password-wrapper{
	position: relative;
}
.password-wrapper .btn{
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 50px;
	color: #999;
	background: transparent;
}
.password-wrapper .btn:hover,.password-wrapper .btn:active,.password-wrapper .btn:focus{
	border: none;
	outline: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
input[type="radio"], input[type="checkbox"]{
	width: 16px;
	height: 16px;
	opacity: 0;
	cursor: pointer;
	margin: 0;
}
input[type="radio"] + label, input[type="checkbox"] + label{
	display: inline-block;
	width: auto;
	min-width: 16px;
	height: 16px;
	line-height: 17px;
	font-size: 12px;
	color: #B3B3B3;
	background-image: url(../images/btn-radio-unchecked.png);
	background-position: center left;
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
	padding-left: 22px;
	margin: 5px 0 0 -20px;
}
input[type="radio"]:checked + label, input[type="checkbox"]:checked + label{
	background-image: url(../images/img-checkmark-green.png);
}
input[type="radio"]:disabled + label, input[type="checkbox"]:disabled + label{
	background-image: url(../images/btn-radio-disabled.png);
}
input[type="radio"][disabled][checked] + label, input[type="checkbox"][disabled][checked] + label{
	background-image: url(../images/img-checkmark-green.png);
}
#respond input[type="radio"]:disabled:not(:checked) + label, #respond input[type="checkbox"]:disabled:not(:checked) + label{
	background-image: url(../images/btn-radio-unchecked.png);
	cursor: initial;
}
.main-content.login .flat-button{
	width: 100%;
	margin-top: 12px;
	margin-bottom: 12px;
}
.main-content.course-list .flat-course .course-content ul{
	padding-left: 1.5em;
}
.main-content.course-list .flat-course .course-content ul li{
	font-size: 13px;
	list-style-type: disc;
}
label.outer{
	position: relative;
	cursor: pointer;
}
label.outer input.active + span{
	color: #e60012;
}
.search-wrapper{
	position: relative;
	display: inline-block;
	margin-left: 15px;
}
.search-wrapper .form-control{
	height: 45px;
	font-size: 14px;
}
.search-wrapper .form-control::-webkit-input-placeholder{
	font-size: 14px;
}
.search-wrapper .btn{
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 45px;
	color: #999;
	background: transparent;
}
.search-wrapper .btn:hover{
	border: none;
}
.flat-accordion.course,.flat-accordion.course2{
	max-width: 1000px;
	margin: 20px auto 40px;
}
.flat-accordion table{
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	text-align: center;
	margin-bottom: 14px;
}
.flat-accordion table .flat-button{
	height: 34px;
	line-height: 32px;
	padding: 0 18px;
}
.shopping-record-title td{
	width: 25%;
}
.faq-title tr td:first-child{
	width: 20%;
}
.faq-title tr td:nth-child(2){
	width: 12%;
}
.faq-title tr td:nth-child(3){
	width: 63%;
	text-align: left;
	padding-left: 13px;
}
.flat-accordion.signup-record table{
	text-align: left;
}
.flat-accordion.course .toggle-content table, .flat-accordion.course2 .toggle-content table, .flat-accordion[class$="-record"] .toggle-content table{
	width: 70%;
	text-align: left;
	font-weight: normal;
	margin: 0 auto;
}
.flat-accordion.course .toggle-content table td, .flat-accordion.course2 .toggle-content table td{
	padding: 9px 0;
}
.flat-accordion.course .toggle-content table td:first-child, .flat-accordion.course2 .toggle-content table td:first-child{
	width: 18%;
	font-weight: bold;
	text-align: right;
	padding-right: 15px;
}
.flat-accordion.signup-record .toggle-content table th{
	font-weight: bold;
}
.flat-accordion.signup-record table td:first-child{
	width: 24%;
	padding-right: 15px;
}
.signup{
	max-width: 990px;
	margin: 0 auto 65px;
}
.signup .form-content{
	padding-left: 50px;
	margin-top: 30px;
}
.form-content label{
	display: block;
	font-size: 18px;
	color: #000;
	margin-bottom: 15px;
}
.form-content input{
	-webkit-border-radius: 0;
	        border-radius: 0;
}
.signup-form-inline input{
	max-width: 160px;
	margin-right: 15px;
	margin-bottom: 5px;
}
.radio-box{
	display: inline-block;
	vertical-align: middle;
}
.form-content .radio-box > label{
	display: inline-block;
	font-size: 14px;
	margin-bottom: 0;
}
.form-content .radio-box .checkbox-inline{
	padding-left: 0;
}
.signup-form-inline .checkbox-inline input{
	margin-right: 0;
}
.checkbox-inline input[type="radio"] + label{
	padding-right: 20px;
}
.point-block{
	border: 2px solid #e5e5e5;
	text-align: center;
	padding: 40px;
	margin-bottom: 60px;
}
.point-block .point{
	line-height: 1em;
	color: #e60012;
	font-size: 55px;
	font-weight: bold;
}
.point-block .point small{
	font-size: 16px;
	color: #333;
}
.point-block .bot{
	color: #7b7b7b;
	font-size: 14px;
}
.point-record{
	margin-bottom: 60px;
}
.point-record h3{
	font-weight: bold;
	font-size: 22px;
}
.point-record table{
	width: 100%;
	color: #333;
	font-size: 16px;
}
.point-record table th{
	text-align: center;
	font-weight: bold;
	padding: 0.5em;
}
.point-record table th:first-child,.point-record table th:nth-child(3){
	width: 25%;
}
.point-record table td{
	font-weight: normal;
	text-align: center;
	padding: 0.8em;
}
.point-record table tr:nth-child(even){
	background: #f5f5f5;
}
.calc{
	font-size: 18px;
	margin-top: 40px;
	margin-bottom: 35px;
}
.calc > span{
	display: inline-block;
	margin-bottom: 20px;
}
.calc input[disabled]{
	color: #777;
	background: #FFF;
	opacity: 1;
}
.calc input{
	display: inline-block;
	width: auto;
	margin: 0 15px;
}
.calc input[type="radio"]{
	display: none;
}
.calc .pay{
	transform: translateY(5px);
    margin: -14px 0 0 5px;
}
.calc-area input[type="checkbox"] + label, .calc-area input[type="radio"] + label{
	font-size: 14px;
	color: #000;
}
.calc-area input[type="radio"] + label{
	margin: 0 0 0 15px;
}
.calc-area input[type="radio"] + label:first-of-type{
	margin-left: 0;
}
.calc-area small{
	display: none;
	font-size: 12px;
	margin-top: 10px;
}
.calc-area small a, .calc-area label span{
	color: #e60012;
	text-decoration: underline;
}
.lightbox-wrap > h2{
	max-width: 900px;
	text-align: center;
	font-weight: bold;
	margin: 0 auto 50px;
}
.lightbox-wrap .entry-content{
	max-width: 950px;
	max-height: calc(100% - 80px);
	padding: 0 0 0 25px;
}
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{
	padding-right: 30px;
}
label.title{
	font-size: 16px;
	margin-bottom: 8px;
}
.mail-format{
	position: relative;
}
.mail-format input{
	width: calc(50% - 0.6em - 4px);
}
.mail-format span{
	display: inline-block;
	width: 1.2em;
}
.mail-format .arrow{
	position: absolute;
	top: 0;
	right: 3px;
	display: block;
	width: 30px;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
	cursor: pointer;
}
.mail-format .arrow:after{
	content: '\f078';
	font-family: 'FontAwesome';
}
.mail-format .mail-list{
	position: absolute;
	right: 0;
	top: -170px;
	z-index: 1;
	display: none;
	background: #fff;
	box-shadow: 1px 1px 7px 1px rgb(0 0 0 / 20%);
}
.mail-format .mail-list div{
	cursor: pointer;
	transition: all 0.3s;
	padding: 5px 10px;
}
.mail-format .mail-list div:hover{
	background: #eee;
}
.type-checkbox{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.type-checkbox input{
	display: none;
}
.type-checkbox input[type="radio"]+label{
	width: 48%;
	height: auto;
	color: #333;
	border: 1px solid #e5e5e5;
	background: none;
	padding: 15px 12px;
    margin: 0;
}
.type-checkbox input[type="radio"]+label:before{
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(../images/btn-radio-unchecked.png);
	background-position: center left;
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin: -2px 4px 0 0;	
}
.type-checkbox input[type="radio"]:checked+label{
	color: #e60012;
	border-color: #e60012;
}
.type-checkbox input[type="radio"]:checked+label:before{
	background-image: url(../images/img-checkmark-green.png);
}
.type-checkbox i{
	font-size: 15px;
	vertical-align: middle;
}
.login .type-checkbox label.error{
	margin-top: 0;
}
.how input[type="checkbox"] + label{
	color: #333;
	margin-left: 0;
}
.how input[type="checkbox"]:first-child + label{
	margin-left: -20px;
}
.login-btn-group hr{
	border-color: #ddd;
}
.login-btn-group .btn{
	width: 60px;
	height: 60px;
	cursor: pointer;
	outline: none;
	border: none;
	overflow: hidden;
	margin-right: 8px;
}
.login-btn-group .btn:hover{
	outline: none;
	border: none;
}
.login-btn-group .google{
	background: url(../images/icon-google.svg) center no-repeat;
	background-size: cover;
	padding: 0;
}
.login-btn-group .google>div{
	opacity: 0.01;
	transform: scale(1.35) translateX(10px);
}
.login-btn-group .fb{
	background: url(../images/icon-fb.svg) center no-repeat;
	background-size: cover;
}
.login-btn-group .line{
	background: url(../images/icon-line.svg) center no-repeat;
	background-size: cover;
}
.placeholder{
	position: absolute;
	top: 1px;
	left: 21px;
	z-index: 1;
	width: 80%;
	height: 48px;
	line-height: 48px;
	background: #FFF;
	pointer-events: none;
	padding-left: 20px;
}
.bind-account .btn{
	display: block;
    max-width: 100%;
    width: 244px;
	color: #333;
    background: #fff;
    border: #aaa solid 1px;
    outline: none;
    text-align: left;
    overflow: hidden;
    margin: 0 auto 15px;
}
.bind-account .btn.bg-grey{
	background: #e9e9e9;
}
.bind-account .btn.g_id_signin:after{
	content: '綁定 Google 帳號';
    display: block;
    float: left;
    text-transform: none;
    padding-left: 37px;
    margin-top: -31px;
}
.bind-account .btn.g_id_signin:before{
	content: '';
	float: left;
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(../images/icon-google.svg) center no-repeat;
	background-size: cover;
	margin-top: 3px;
}
.bind-account .btn.g_id_signin>div{
	transform: scale(0.9) translate(-27%, -7%);
}
.bind-account .btn.g_id_signin iframe{
	opacity: 0.01;
	transform: scale(7.6,2.4) translate(14px, 0px);
}
.bind-account .btn img{
	margin-right: 2px;
}
.bind-account + .col-md-6{
	border-left: #ddd solid 1px;
}
.info-edit{
	border-right: #ddd solid 1px;
	padding: 0 30px;
}
.info-edit + div{
	padding: 0 30px;
}
.video-area{
	max-width: 1008px;
	padding: 25px 0;
	margin: 0 auto;
}
.video-box{
	-webkit-transition: transform 0.3s;
	   -moz-transition: transform 0.3s;
	    -ms-transition: transform 0.3s;
	     -o-transition: transform 0.3s;
	        transition: transform 0.3s;
	margin-top: 15px;
	margin-bottom: 15px;
}
.video-box:hover{
	-webkit-transform: scale(1.08);
	   -moz-transform: scale(1.08);
	    -ms-transform: scale(1.08);
	     -o-transform: scale(1.08);
	        transform: scale(1.08);
}
.sec-des{
	max-width: 660px;
	line-height: 2em;
	font-size: 15px;
	color: rgba(0,0,0,0.6);
	text-align: center;
	margin: 0 auto 40px;
}
.flat-row.course .sec-des .title-course{
	font-size: 28px;
	padding: 0;
}
.flat-row.course .sec-des p{
	line-height: 2em;
	font-size: 15px;
	color: rgba(0,0,0,0.6);
}
.about-card{
	display: flex;
	max-width: 936px;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin: 0 auto;
}
.about-card .card{
	width: 30.7%;
	line-height: 2.25em;
	font-size: 14px;
	color: #1d1d1d;
	background: #fff;
	-webkit-border-radius: 16px;
	        border-radius: 16px;
	-webkit-box-shadow: 0px 0px 6px #0000001F;
	        box-shadow: 0px 0px 6px #0000001F;
	padding: 35px 3.07%;
	margin: 0 3.8% 3.8% 0;
}
.about-card .card:nth-child(3n){
	margin-right: 0;
}
.flat-row.course .about-card .card .des{
	line-height: 2em;
	font-size: 14px;
}
.about-card .card .des .col, .about-card .card > .col{
	display: inline-block;
	line-height: 1.4em;
	width: 46%;
	vertical-align: top;
}
.about-card .card .des .col:nth-child(odd), .about-card .card > .col:nth-of-type(odd){
	margin-right: calc(8% - 6px);
}
.about-card .card > .col{
	margin-bottom: 0.6em;
}
.about-card .card .icon{
	display: block;
	width: 50px;
	margin-bottom: 24px;
}
.about-card .card .title{
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
.link-block{
	position: relative;
	max-width: 1044px;
	-webkit-transform: translateX(20px);
	   -moz-transform: translateX(20px);
	    -ms-transform: translateX(20px);
	     -o-transform: translateX(20px);
	        transform: translateX(20px);
	padding-top: 40px;
	margin: 0 auto 100px;
}
.link-block:after, .num-block:after{
	content: "";
	display: block;
	clear: both;
}
.link-block [class^="col"]{
	position: relative;
	float: left;
}
.link-block .col1{
	width: 14.9%;
	padding-top: 18.3%;
	margin-right: 2.58%;
}
.link-block .col2{
	width: 22.3%;
	text-align: right;
	margin-right: 2.58%;
}
.link-block .col3{
	width: 14.4%;
	padding-top: 12.5%;
	margin-right: 2.58%;
}
.link-block .col4{
	width: 14.7%;
	padding-top: 9.4%;
	margin-right: 2.58%;
}
.link-block .col5{
	width: 21%;
}
.link-block .block{
	position: relative;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}
.link-block .col2 .block2{
	width: 65.9%;
}
.link-block .col5 .block2{
	width: 69.5%;
}
.link-block .img-wrapper{
	position: relative;
	width: 100%;
	height: 0;
	transition: transform 0.6s;
	transform-style: preserve-3d;
}
.link-block .img-wrapper img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-border-radius: 16px;
	    border-radius: 16px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.link-block .img-wrapper .back{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 15px;
	text-align: left;
	-webkit-border-radius: 16px;
	    border-radius: 16px;
	transform: rotateY(180deg);
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	padding: 15px 8%;
}
.link-block .block:hover .img-wrapper{
	transform: rotateY(180deg);
}
.link-block .col2 .block1 .back{
	background-color: #f68c32;
}
.link-block .col1 .block .img-wrapper{
	padding-top: 115.6%;
}
.link-block .col2 .block1 .img-wrapper{
	padding-top: 131%;
}
.link-block .col2 .block2 .img-wrapper{
	padding-top: 107%;
}
.link-block .col3 .block .img-wrapper{
	padding-top: 163.4%;
}
.link-block .col4 .block1 .img-wrapper{
	padding-top: 129.4%;
}
.link-block .col4 .block2 .img-wrapper{
	padding-top: 90%;
}
.link-block .col5 .block1 .img-wrapper{
	padding-top: 76.1%;
}
.link-block .col5 .block2 .img-wrapper{
	padding-top: 134.9%;
}
.link-block .wrapper{
	position: relative;
}
.link-block .text{
	position: absolute;
	left: -20px;
	bottom: 45px;
	width: 190px;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background-image: url('../images/btn-apply.png');
	-webkit-background-size: 33px;
	     -o-background-size: 33px;
	        background-size: 33px;
	background-position: center left 4px;
	background-repeat: no-repeat;
	text-align: center;
	text-indent: 0.8em;
	-webkit-border-radius: 20px;
	        border-radius: 20px;
}
.link-block .col2 .wrapper:nth-child(2) .text{
	left: initial;
	right: 2px;
}
.link-block .text a{
	display: block;
	width: 100%;
	height: 100%;
	color: inherit;
}
.link-block .text.blue, .link-block .col1 .back, .link-block .col4 .block2 .back, .link-block .col5 .block2 .back{
	background-color: #125e9e;
}
.link-block .text.orange, .link-block .col2 .block1 .back{
	background-color: #f68c32;
}
.link-block .text.dark-orange, .link-block .col2 .block2 .back{
	background-color: #f86b37;
}
.link-block .text.green, .link-block .col3 .back, .link-block .col5 .block1 .back{
	background-color: #007b55;
}
.link-block .text.yellow, .link-block .col4 .block1 .back{
	background-color: #fdc830;
}
.num-block{
	max-width: 1262px;
	padding-top: 40px;
}
.num-block .block{
	display: inline-block;
	width: 13%;
	text-align: center;
	vertical-align: top;
	margin-right: calc(4.4% - 6px);
	margin-bottom: 50px;
}
.num-block .block:nth-child(6n){
	margin-right: 0;
}
.num-block .img-wrapper{
	height: 42px;
	text-align: center;
	margin-bottom: 9px;
}
.num-block .img-wrapper img{
	position: relative;
	top: 50%;
	max-width: 42px;
	max-height: 100%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.num-block .num{
	line-height: 1em;
	color: rgba(0,0,0,0.7);
	font-size: 32px;
	font-weight: bold;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	padding-bottom: 8px;
}
.num-block .num small{
	font-size: 16px;
	margin-left: 8px;
}
.num-block .des{
	color: rgba(0,0,0,0.6);
	font-size: 16px;
	padding-top: 20px;
}
.activity-wrapper{
	max-width: 870px;
	margin: 0 auto;
}
input[type="date"].empty:before {
	position: absolute;
	width: calc(100% - 80px);
	content: attr(placeholder) !important;
	background: #FFF;
}
input[type="date"]:not(.empty):focus:before {
	content: '' !important;
}
span.select2.select2-container.select2-container--default.select2-container--focus{
	border: #e60012 solid 1px;
}
.login label.error{
	display: none;
	color: red;
	margin: -20px 0 20px 0;
}
.flat-accordion.faq{
	max-width: 900px;
}
.faq{
	margin-top: 0;
}
.btn-normal{
	width: 100%;
	font-size: 13px;
	color: #000;
	background: #fff;
    border: #000 solid 1px;
    padding: 0 1em;
    margin-bottom: 20px;
}
.btn-normal.grey{
	color: #999;
	border-color: #999;
}
.btn-normal[disabled]{
	background: #ddd;
	opacity: 0.4;
	pointer-events: none;
}
.btn-normal:hover{
	color: #fff;
}
.payment-list{
	display: inline-block;
	font-size: 16px;
	margin-bottom: 10px;
	margin-right: 18px;
}
.payment-list input[type="radio"] + label, .payment-list input[type="checkbox"] + label{
	color: #666;
	font-size: 16px;
	margin-top: 0;
}
.shopping-list{
	width: 100%;
	max-width: 1000px;
	font-size: 16px;
	color: #333;
	margin: 0 auto 70px auto;
}
.shopping-list.style2 {
    font-size: 14px;
}
.shopping-list .total{
	width: 390px;
    border-bottom: #EDEDED solid 1px;
    padding-right: 45px;
    padding-bottom: 15px;
    margin-bottom: 40px;
}
.shopping-list table{
	width: 100%;
}
.shopping-list th{
	text-align: center;
	padding-bottom: 10px;
}
.shopping-list tr:nth-of-type(even){
	background: #f5f5f5;
}
.shopping-list td{
	text-align: center;
    padding: 7px 14px;
}
.shopping-list.style2 th {
	font-size: 16px;
	font-weight: bold;
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 8px;
}
.shopping-list.style2 table tr td:first-child {
	min-width: 12em;
    font-size: 16px;
}
.shopping-list.style2 th:nth-child(2), .shopping-list.style2 th:nth-child(3), .shopping-list.style2 td:nth-child(2), .shopping-list.style2 td:nth-child(3){
	text-align: left;
}
.shopping-list input {
    display: inline-block;
    width: 24%;
    height: 30px;
    text-align: center;
    padding-right: 5px;
    padding-left: 6px;
    margin-bottom: 0;
}
.shopping-list .btn {
    height: 29px;
    line-height: 29px;
    color: #fff;
    background: #6485ca;
    padding: 0 10px;
}
.shopping-list.style2 .item-del {
    color: #fff;
    background: #e16e6e;
    border-radius: 3px;
    padding: 1px 6px;
}
.shopping-comleted{
	margin: 0 auto 50px auto;
}
.shopping-comleted h4{
	font-weight: bold;
	margin-bottom: 15px;
}
.shopping-comleted p{
	color: #656565;
	font-size: 16px;
	line-height: 2em;
	margin-bottom: 32px;
}
.shopping-comleted .bank{
	display: block;
}
.flat-accordion.shopping-record .toggle-title div .btn-sm{
	display: inline-block;
    color: #FFF;
    background: #e60012;
    margin: 4px 0;
}
.progress{
	height: 10px;
}
.progress span{
	display: block;
	width: 0;
	height: 100%;
	background: #e60012;
	transition: all 0.3s;
}
.record .progress{
	position: relative;
	height: 5px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	margin-top: -5px;
}
.quiz{
	margin-bottom: 40px;
}
.quiz.highlight .question{
	background: rgba(255,0,0,0.3);
	padding: 4px 0 2px 5px;
}
.quiz.highlight .question:after{
	content: '×';
    float: right;
    width: 20px;
    height: 20px;
    line-height: 18px;
    color: red;
    font-size: 22px;
    border: red solid 2px;
    border-radius: 50%;
    text-align: center;
    padding-left: 1px;
    margin: 3px 10px 0 0;
}
.question{
	line-height: 1.4em;
	color: #333;
	font-size: 20px;
	font-weight: bold;
	padding-left: 5px;
	margin-bottom: 20px;
}
.ans{
	padding-left: 3.5em;
}
.ans input[type="radio"], .ans input[type="checkbox"]{
	display: none;
}
.ans input[type="radio"] + label, .ans input[type="checkbox"] + label{
	display: block;
	color: #333;
	font-size: 16px;
	margin-bottom: 20px;
}
.quiz .panel{
	line-height: 1.6em;
	font-size: 16px;
	background: #eee;
	padding: 1em;
	margin-left: 1.5em;
}
.score{
    color: red;
    font-size: 48px;
    font-weight: bold;
    text-align: right;
    margin: 0 0 50px auto;
}
.score small{
	font-size: 18px;
    color: #000;
    vertical-align: middle;
    margin-right: 6px;
}
.score span{
	border-bottom: red solid 2px;
}
.certification-wrap>div:last-child{
	margin-bottom: 30px;
}
.certification-wrap .list{
	display: inline-block;
	width: calc(25% - 20px);
	vertical-align: top;
	padding: 22px 0 18px;
	margin: 0 20px 20px 0;
}
.certification-wrap .list:nth-child(4n){
	margin-right: 0;
}
.certification-wrap .list img{
	display: block;
	max-width: 88%;
	filter: grayscale(1);
	margin: 0 auto 15px;
}
.certification-wrap .list.done img{
	filter: none;
}
.certification-wrap .list .title{
	padding: 0 2rem;
}
.certification-wrap .list .date{
	font-size: 13px;
	padding: 0 2rem;
}
.certification-wrap .list .btn-wrapper{
	margin-top: 15px;
	padding: 0 2rem;
}
.certification-wrap .list .btn{
	display: inline-block;
	height: auto;
	font-size: 12px;
	color: #fff;
	background: #e60012;
	margin-bottom: 6px;
}
.certification-wrap .list .btn:hover{
	border-color: #e60012;
}
.certification-frame{
	position: relative;
	width: 1440px;
	height: 2030px;
	line-height:1.6em;
	background: url(../images/frame.png) left -2px center no-repeat;
	background-size: 1442px;
	padding: 780px 245px 0;
}
.content-top{
	line-height: 1.8em;
	color: #000;
	font-size: 48px;
	margin-bottom: 50px;
}
.content-top .name{
	display: inline-block;
	line-height: 1.4em;
	border-bottom: #000 solid 3px;
    padding: 0 1em
}
.certification-frame .logo{
	position: absolute;
	left: 0;
	bottom: 250px;
	width: 100%;
	height: 91px;
	background: url(../images/logo.png) center no-repeat;
	background-size: contain;
}
.certification-frame .date{
	position: absolute;
	left: 0;
	bottom: 410px;
	width: 100%;
	color: #000;
	font-size: 42px;
	text-align: center;
}
.certification-frame-sub{
	position: relative;
	width: 2030px;
	height: 1435px;
	background-size: contain;
}
.certification-frame-sub.type1{
	background: url(../images/frame-type1.jpg) left center no-repeat;
}
.certification-frame-sub.type2{
	background: url(../images/frame-type2.jpg) left center no-repeat;
}
.certification-frame-sub.type3{
	background: url(../images/frame-type3.jpg) left center no-repeat;
}
.certification-frame-sub .name{
	position: absolute;
	left: 513px;
	bottom: 765px;
	width: 535px;
	line-height: 1.4em;
	color: #000;
	font-size: 48px;
	text-align: center;
}
.certification-frame-sub .name-en{
	position: absolute;
	left: 628px;
	bottom: 525px;
	width: 535px;
	line-height: 1.4em;
	color: #000;
	font-size: 42px;
	text-align: center;
}
.certification-frame-sub .date{
	position: absolute;
	left: 1360px;
	bottom: 186px;
	width: 535px;
	line-height: 1.4em;
	color: #000;
	font-size: 40px;
}
.certification-frame-sub .date span{
	display: inline-block;
}
.certification-frame-sub .date span.date-y{
	width: 110px;
	margin-right: 94px;
}
.certification-frame-sub .date span.date-m{
	width: 45px;
	margin-right: 90px;
}
.certification-frame-sub .date span.date-d{
	width: 60px;
}
.sort-btn-wrapper{
	max-width: 1100px;
	margin: -78px auto 100px;
}
.sort{
	display: inline-block;
	width: 18px;
    height: 18px;
    background: url(../images/sort.svg) center no-repeat;
    background-size: 20px;
    vertical-align: middle;
    margin-top: -3px;
    margin-left: 2px;
}
.sort.up {
    background-image: url(../images/sort-up.svg);
}
.sort.down {
    background-image: url(../images/sort-down.svg);
}
.done-certification{
	position: absolute;
    top: 10px;
    right: 10px;
}
.done-certification img{
	width: 50px;
}
.fixed-btn{
	position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999;
    width: 65px;
    line-height: 1.2em;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: #e60012;
    border-radius: 10px;
    border-bottom-right-radius: 0;
    -webkit-box-shadow: -1px -1px 8px -1px rgba(173,173,173,1);
    -moz-box-shadow: -1px -1px 8px -1px rgba(173, 173, 173, 1);
    box-shadow: -1px -1px 8px -1px rgba(173,173,173,1);
    padding: 7px 12px;
}
.courses-tip{
	text-align: right;
	margin-top: -46px;
}
.course2 .btn-default span{
	display: inline-block;
	white-space: normal;
    vertical-align: middle;
}
.more-wrap{
	display: none;
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.more-frame{
	width: 60%;
	max-width: 800px;
    height: 65vh;
    background: #fff;
    overflow: auto;
    padding: 10px 25px 25px;
    margin: 14vh auto 0;
}
.more-frame .close{
	float: none;
	width: 40px;
	height: 40px;
	background-image: url(../images/btn-close.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 40px;
	cursor: pointer;
	opacity: 1;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	margin: 0 auto 40px auto;
}
.more-frame .flat-tabs .content-tab .text-tab{
	max-width: initial;
}
.more-frame .page-title .page-title-heading h2{
	padding: 0;
}
.free-notice-badge{
	display: inline-block;
    font-size: 14px;
    border: #a94442 solid 1px;
    border-radius: 4px;
    vertical-align: top;
    padding: 1px 6px;
    margin-right: 6px;
    margin-top: -2px;
}
.edit-form-input{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.edit-form-input label{
	width: 6em;
	font-size: 14px;
	color: #333;
	text-align: left;
}
.edit-form-input input[type=text]{
	width: auto;
	flex-grow: 1;
	margin-bottom: 0;
}
.edit-form-input input[type=text]:disabled{
	border: none;
}
.edit-form-input .btn{
    cursor: pointer;
    margin-left: 10px;
}
.edit-form-input .btn:hover{
	border-color: transparent;
}
.edit-form-input .btn.edit{
	color: #333;
    background: #eee;
}
.edit-form-input .btn.save{
	color: #fff;
    background: #e60012;
}
.edit-form-input .view-only{
	font-size: 14px;
	flex-grow: 1;
	text-align: left;
	padding: 12px 35px 12px 20px;
}
.three-flex{
	display: flex;
	gap: 15px;
	margin-bottom: 30px;
}
.three-flex .list{
	width: 33%;
	border: #cfcfcf solid 1px;
	border-radius: 6px;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s;
	padding: 15px;
}
.three-flex .list:hover, .three-flex .list.active{
	border-color: #e60012;
}
.three-flex .title{
	color: #e60012;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 15px;
}
.three-flex .title small{
	display: block;
	color: #333;
	font-size: 16px;
	margin-bottom: 8px;
}
.three-flex table{
	font-weight: normal;
	text-align: left;
}
.three-flex td:nth-child(2){
	text-align: right;
}
.three-flex p{
	text-align: left;
	margin-bottom: 0;
}
.flat-button.disabled{
	background: #aaa;
	border-color: #aaa;
	pointer-events: none;
}
input[type="file"]{
	display: none;
}
input[type="file"] + label{
	border: 1px solid #e60012;
	color: #e60012;
	font-size: 14px!important;
	cursor: pointer;
	padding: 6px 16px;
	border-radius: 5px;
}
.file__value{
	max-width: 50%;;
}
.file__value{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	background: rgba(0, 0, 0, 0.1);
	padding: 0.8rem 1rem;
	margin-bottom: 8px;
}
.file__value--remove{
	width: 20px;
    cursor: pointer;
	text-align: center;
}